@daoyi/nmtl-ui 2.0.1-beta.7 → 2.0.1-beta.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/lib/components/Autocomplete-e62927dc.js +334 -0
  2. package/lib/components/Autocomplete.js +13 -1
  3. package/lib/components/Avatar.js +53 -1
  4. package/lib/components/BackTop.js +109 -1
  5. package/lib/components/BarChart.js +762 -1
  6. package/lib/components/Breadcrumbs.js +122 -1
  7. package/lib/components/Button-4fddcd2f.js +92 -0
  8. package/lib/components/Button.js +6 -1
  9. package/lib/components/Carousel.js +4654 -1
  10. package/lib/components/Checkbox.js +37 -1
  11. package/lib/components/CollapseContent.js +179 -1
  12. package/lib/components/ContactModal-33f4e605.js +12020 -0
  13. package/lib/components/ContactModal.js +22 -3
  14. package/lib/components/Drawer-fb5bc1ec.js +157 -0
  15. package/lib/components/Drawer.js +11 -1
  16. package/lib/components/Dropdown.js +134 -1
  17. package/lib/components/Empty-e50b760e.js +45 -0
  18. package/lib/components/Empty.js +5 -1
  19. package/lib/components/ExportButton.js +112 -1
  20. package/lib/components/ExtraTools-a49a1d2f.js +3537 -0
  21. package/lib/components/ExtraTools.js +10 -22
  22. package/lib/components/Filter.js +782 -12
  23. package/lib/components/Footer.js +271 -1
  24. package/lib/components/ForwardLink-6a82c19d.js +106 -0
  25. package/lib/components/ForwardLink.js +8 -0
  26. package/lib/components/Header.js +187 -1
  27. package/lib/components/Image.js +61 -1
  28. package/lib/components/Input.js +82 -1
  29. package/lib/components/InputMethod.js +33949 -12
  30. package/lib/components/KeywordSearch-3af0c402.js +140 -0
  31. package/lib/components/KeywordSearch.js +15 -1
  32. package/lib/components/KeywordTicker.js +190 -1
  33. package/lib/components/Keywords.js +317 -1
  34. package/lib/components/Loading.js +28 -1
  35. package/lib/components/MUITheme.js +2624 -1
  36. package/lib/components/Modal-2c39d5b8.js +108 -0
  37. package/lib/components/Modal.js +9 -1
  38. package/lib/components/MoreButton-6b323fe4.js +110 -0
  39. package/lib/components/MoreButton.js +6 -1
  40. package/lib/components/Pagination.js +3706 -0
  41. package/lib/components/Radio.js +78 -1
  42. package/lib/components/SNA.js +1691 -22
  43. package/lib/components/Select-0f131640.js +115 -0
  44. package/lib/components/Select.js +8 -1
  45. package/lib/components/Spin-1741f625.js +75 -0
  46. package/lib/components/Spin.js +6 -1
  47. package/lib/components/Table.js +51 -1
  48. package/lib/components/Tooltip-65a21a86.js +70 -0
  49. package/lib/components/Tooltip.js +7 -1
  50. package/lib/components/_commonjsHelpers-70de2c37.js +28 -0
  51. package/lib/components/_rollupPluginBabelHelpers-a52356f6.js +142 -0
  52. package/lib/components/createSvgIcon-d9801fb7.js +576 -0
  53. package/lib/components/dataExport-d55d6fa3.js +92 -0
  54. package/lib/components/debounce-127da66c.js +355 -0
  55. package/lib/components/defaultTheme-5839b9b3.js +1505 -0
  56. package/lib/components/globalConfig.js +175 -0
  57. package/lib/components/hoist-non-react-statics.cjs-3f408ad2.js +105 -0
  58. package/lib/components/index-0be0afec.js +481 -0
  59. package/lib/components/index-ef96775f.js +61 -0
  60. package/lib/components/isObjectLike-e111475d.js +190 -0
  61. package/lib/components/style-inject.es-1f59c1d0.js +28 -1
  62. package/lib/components/transform-3a04288b.js +5475 -0
  63. package/lib/components/withTheme-4417822c.js +6 -0
  64. package/lib/index.d.ts +2 -0
  65. package/lib/index.js +2 -0
  66. package/lib/utils/_rollupPluginBabelHelpers-8dd26e1a.js +121 -0
  67. package/lib/utils/arrayMerge.js +4953 -1
  68. package/lib/utils/chunkArray.js +15 -1
  69. package/lib/utils/convert2HtmlEntities.js +42 -1
  70. package/lib/utils/domToImage.js +802 -1
  71. package/lib/utils/downloadGephi.js +106 -1
  72. package/lib/utils/exportXlsx.js +219 -1
  73. package/lib/utils/historyAppendSearch.js +502 -1
  74. package/lib/utils/isDevelopMode.js +5 -1
  75. package/lib/utils/parseYMD.js +36 -1
  76. package/lib/utils/removeDuplicateItem.js +11 -1
  77. package/lib/utils/sendEmail.js +39 -1
  78. package/lib/utils/snaDefine-6a2bcd94.js +5 -0
  79. package/lib/utils/snaDefine.js +1 -1
  80. package/lib/utils/snaPreProcess.js +84 -1
  81. package/package.json +17 -21
  82. package/lib/components/Empty-54b79907.js +0 -1
  83. package/lib/components/KeywordSearch-5a393f12.js +0 -1
  84. package/lib/components/Select-f2441b83.js +0 -1
  85. package/lib/components/_rollupPluginBabelHelpers-1b8c042f.js +0 -1
  86. package/lib/components/_rollupPluginBabelHelpers-ec4e2a53.js +0 -1
  87. package/lib/components/createSvgIcon-62b64929.js +0 -1
  88. package/lib/components/createSvgIcon-e24792d4.js +0 -1
  89. package/lib/components/createTheme-7fffa109.js +0 -1
  90. package/lib/components/dataExport-9fccd4f0.js +0 -1
  91. package/lib/components/debounce-c993109b.js +0 -1
  92. package/lib/components/hoist-non-react-statics.cjs-d6a9befd.js +0 -1
  93. package/lib/components/index-11391ca3.js +0 -7
  94. package/lib/components/index-b2745105.js +0 -7
  95. package/lib/components/isObjectLike-2f1983fe.js +0 -1
  96. package/lib/components/style-inject.es-c875d022.js +0 -1
  97. package/lib/components/transform-0eb2d36e.js +0 -1
  98. package/lib/utils/_commonjsHelpers-e2cda605.js +0 -1
  99. package/lib/utils/_rollupPluginBabelHelpers-928a52ce.js +0 -1
@@ -1 +1,271 @@
1
- import c,{useState as l,useEffect as a}from"react";import{c as e}from"./index-11391ca3.js";import t from"prop-types";import o from"axios";import n from"./ContactModal.js";import{S as i}from"./createSvgIcon-62b64929.js";import{s as m}from"./style-inject.es-c875d022.js";import"./_rollupPluginBabelHelpers-1b8c042f.js";import"./hoist-non-react-statics.cjs-d6a9befd.js";import"react-is";import"@material-ui/core";import"./Select-f2441b83.js";import"./Empty-54b79907.js";import"@material-ui/icons";import"./createTheme-7fffa109.js";import"@material-ui/styles";import"react-dom";m(".footer {\n display: flex;\n justify-content: center;\n width: 100%;\n position: relative;\n z-index: 1; }\n .footer__bg {\n width: 100%;\n position: absolute;\n bottom: 0; }\n .footer__bg-mobile {\n display: none;\n object-position: 0 0;\n object-fit: cover;\n height: 50rem; }\n .footer__bg--single {\n bottom: 100%; }\n .footer__logo {\n width: 220px;\n cursor: pointer;\n margin: 2rem calc(100% * 1 / 12 + 2rem); }\n .footer__content {\n display: flex;\n align-items: baseline;\n margin: 0 calc(100% * 1 / 12 + 2rem);\n font-size: 1.25rem; }\n .footer__content__item {\n display: flex;\n flex-direction: column;\n width: 33%;\n min-width: 300px;\n margin-bottom: 2rem;\n color: white; }\n .footer__content__item:last-child {\n margin-bottom: 4rem; }\n .footer__content__item__link {\n color: white;\n cursor: pointer;\n text-decoration: none; }\n .footer__content__item__link:hover {\n text-decoration: underline; }\n .footer .customSpin {\n z-index: 2; }\n\n@media only screen and (max-width: 1160px) {\n .footer__content {\n flex-direction: column; } }\n\n@media only screen and (max-width: 767px) {\n .footer__bg {\n display: none; }\n .footer__bg-mobile {\n display: initial; }\n .footer__bg--single {\n display: initial; }\n .footer__content {\n font-size: 1.25rem; } }\n\n@media only screen and (max-width: 484px) {\n .footer__logo {\n margin: 2rem; }\n .footer__content {\n margin: 2rem 2rem 0;\n font-size: 1rem; } }\n");const r="footer__content__item__text",s=t=>{let{color:m,className:s,footerAPI:z,visitsAPI:_,emailAPI:d,footerBg:f,footerBgMobile:p,formatMessage:g,onNotify:M}=t;const[v,h]=l(!1),[b,u]=l(),[y,x]=l(null);a((()=>{z&&o.get(z).then((c=>u(c.data&&c.data.data)))}),[]),a((()=>{_&&("object"==typeof _?x(_):o.get(_).then((c=>x(c.data&&c.data.data))))}),[_]);const{today:w,all:N,modified:E}=y||{};return c.createElement("div",{className:e("footer",s)},f&&c.createElement("img",{className:e("footer__bg",{"footer__bg--single":!p}),src:f,alt:""}),p&&c.createElement("img",{className:e("footer__bg","footer__bg-mobile"),src:p,alt:""}),c.createElement(i,{spinning:!b},Array.isArray(b)&&c.createElement("div",{style:{background:m}},c.createElement("img",{className:"footer__logo",alt:"nmtl logo",src:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='212' height='39' viewBox='0 0 212 39'%3e %3cg fill='white' fillRule='nonzero'%3e %3cpath d='M36.856 33.19c-.125.581-.38 1.9-.524 2.044-.228.119-.312 2.046-.743 1.757-.66-.288-1.485-.285-2.08-.69-.519-.174-1.37-2.032-1.925-2.19-.875-.528-.745-1.297-1.5-1.965-.718-.837-1.687-1.353-2.496-2.11-.723-.282-1.177-.91-1.75-1.36l.04-.033c-.826-.399-2.902-1.35-3.231-2.169-.034-.158 2.177-1.594 2.58-2.26.903-1.192 1.112-2.293 1.777-3.602.564-.582 1.318-1.715 1.454-2.504 1.033-1.684.712-2.002 2.099-3.524.125-.535.492-1.586.677-2.097 0 0 .574-.838 1.017-.417.818-.068 1.791.004 2.628.122.674.491.759 1.406.924 2.126.526.837.79 3.836.715 4.27.022.816.201 1.547.09 2.297l.09.073c-.065.725.157 1.422.227 2.055.325 1.35.196 2.765.053 4.129.291.663-.092 1.533.2 2.2.179 1.357-.576 2.52-.322 3.847zM33.751 2.787c-.269-.136-.611-.448-.623-.43-.148-.115-.529-.188-.653-.225-1.415.083-2.148-.082-3.44-.32-1.022.018-.728-.02-2.207-.066-2.005.247-3.807-.134-5.536.962 0 .122 0 .233.03.343a5.873 5.873 0 0 0 .017 1.858c.315.796.236 1.778.782 2.472 1.135.45 2.162.89 3.437.943.998-.221 1.693-.593 2.767-.264 1.486-.198 2.11-.612 2.236-.864.519-.188.997-.461 1.605-.39.885.17 1.085-.28 1.956-.18.574-.165.26-1.175.433-1.649-.264-.7.016-1.836-.804-2.19zM25.022 12.384c-.646-.622-1.194-.326-1.614-.49-.581-.098-.674-.324-2.332-.006-1.259-.097-1.403.05-3.373-.048-1.195-.13-1.311.274-1.668.217-.8.433-.37.518-1.06 1.088-.343.098-.713.208-.62.697-.049.323-.48 1.49-.255 1.476.178.16.182.806.241 1.012.1.797 1.429 1.77 1.573 2.534.26.652.717 1.165 1.695 2.12 1.327 1.06.704 2.05 2.179 2.938.608-.333.481-.544.95-.864.005-.004.606-.684.614-.686.058.025.49-.68.776-1.06.29-1.352 1.05-.898 1.789-2.21l.439-.689c.339-.802 1.037-1.04 1.244-1.915-.004-.19.304-.704.323-.98.647-1.223-.563-2.345-.901-3.134zM27.486 37.139c.025.208-.122.373-.26.474-.834.216-2.57.146-3.461.138-1.19-.08-2.17.93-3.438.758-.96.462-1.963-.07-2.967-.026-1.991-.106-3.923-.837-5.936-.497-.773-.2-1.608.227-2.355-.124l-3.934-.175c-.307-.333-.109-.9.567-1.399.68-1.215 2.96-1.41 3.379-2.258.584-.61 1.336-.792 1.932-1.367 1.302-.918 2.192-1.68 3.445-2.711.38-.077.647-.434 1.018-.525.116-.23.404-.222.597-.339.639-.418 1.458-.855 2.235-.894.018.094 1.053 1.235 1.313 1.342 1.212.447 2.064 1.688 3.288 2.138 0 0 1.72 1.639 2.022 1.646.467.456 1.56 1.27 1.831 1.886.187.587.724 1.933.724 1.933zM13.814 26.083c-.847.186-1.815 1.204-2.59 1.659-1.298.756-3.244 3.209-3.964 3.798-.758.87-3.361.973-4.124 1.965-.472.345-1.578.847-1.756.67C-.419 33.154.396 30.31 0 28.342c.06-1.579.154-3.075.169-4.732.154-1.287.264-2.196.203-3.492-.266-1.28-.542-3 .06-4.026A8.237 8.237 0 0 0 .06 13.8c-.031-.207.467-.51 1.222-.518 1.13-.256 2.29-.716 3.54-.355a17.15 17.15 0 0 0 3.78.367c.646.435.934 1.435 1.64 1.873.422.754.74 1.835 1.103 2.62.92 1.247 1.217 1.08 1.92 2.148.191.578.573 1.547.888 2.032.118.268 1.253 2.431.893 3.087-.078.451-1.054.955-1.232 1.03zM17.835 7.577c.08.492-.215 1.29-.43 1.374-.195.099-2.216-.571-3.176-.273-1.586.041-7.549.654-9.173.551-.891.766-4.892.105-4.676-.336.013-.38-.084-.813-.198-1.16-.255-1.65.302-3.378.569-4.996.096-.138.996-.433 1.373-.604 2.612-.178 9.137 1.179 11.635.461.8.042 1.721-1.116 2.353.073.478.197 1.785 3.488 1.723 4.91z' /%3e %3cg%3e %3cpath d='M47.44 31.76c.3 0 .69.028 1.36.028.255 0 .554 0 .7-.008.063.144.144.271.353.525.789.997 2.14 2.675 2.684 3.292a.065.065 0 0 0 .045-.018c-.009-1.188 0-2.086-.045-2.785-.019-.298-.1-.444-.399-.516-.2-.045-.39-.073-.616-.1-.045-.045-.027-.39 0-.418.209 0 .626.027 1.315.027.562 0 .98-.027 1.17-.027.036.045.036.372 0 .418a3.641 3.641 0 0 0-.39.082c-.245.08-.354.153-.39.553-.056.708-.074 1.814-.083 3.291 0 .418.01.944.018 1.279a7.793 7.793 0 0 0-.915.01c-.636-.835-2.467-3.22-3.229-4.163-.027-.027-.055 0-.055.01-.009.989 0 2.576.027 3.01.018.372.154.517.408.58.145.037.317.064.58.11.046.044.028.335-.017.408-.372 0-.799-.027-1.252-.027-.462 0-.942.027-1.279.027-.045-.045-.036-.372 0-.408.218-.036.372-.063.563-.128.208-.081.298-.263.317-.508.054-.507.073-2.185.082-3.437 0-.18-.064-.434-.299-.526a2.31 2.31 0 0 0-.653-.154c-.045-.046-.035-.381 0-.426zM56.498 34.436c-.145-.2-.381-.282-.634-.282-.19 0-.345.064-.408.128-.091.091-.245.427-.327.599-.046.045-.426-.1-.417-.181.018-.11.136-.599.218-.662.444-.317 1.134-.554 1.423-.554.471 0 .853.227 1.07.544.19.281.246.572.246.916 0 .436-.037 1.088-.037 1.47 0 .198.072.308.264.308.136 0 .217-.01.344-.037.018.037-.018.39-.054.426-.245.209-.717.327-.97.327-.282 0-.481-.1-.536-.254a1.44 1.44 0 0 1-.055-.19c0-.018-.036-.018-.045-.01-.462.281-.916.445-1.097.445-.199 0-.39-.092-.553-.236a1.217 1.217 0 0 1-.363-.88c0-.164.109-.507.173-.59.335-.181 1.487-.453 1.804-.588a.147.147 0 0 0 .073-.092c.01-.036.01-.09.01-.117-.003-.164-.02-.344-.129-.49zm.082 1.088c-.218.073-.726.236-.87.336-.037.018-.082.199-.082.271 0 .418.3.59.607.59.1 0 .21-.018.29-.081.046-.027.064-.082.073-.164.018-.254.018-.753.018-.907 0-.018-.018-.053-.036-.045zM60.522 34.237c-.009 0-.035.036-.035.054 0 .336-.01.853-.01 1.306 0 .408.01.517.045.707.045.218.263.382.536.382a.996.996 0 0 0 .553-.145c.028.055 0 .336-.027.417-.235.29-.635.472-1.088.472-.444 0-.788-.163-.961-.472-.137-.254-.154-.481-.154-.988 0-.49.01-1.26.01-1.65 0-.028-.019-.064-.047-.073-.153-.018-.344-.018-.498-.037-.01-.09.054-.354.09-.453.128-.027.327-.09.408-.118.01 0 .045-.027.045-.081.01-.073.01-.526.01-.78.19-.063.743-.345.897-.463a.788.788 0 0 1 .245-.027c-.037.236-.045.745-.045 1.261 0 .027.017.063.035.063.19 0 .87-.027 1.125-.045-.036.163-.1.526-.118.68-.226-.01-.67-.01-1.016-.01zM64.64 37.347c-.128 0-.454-.027-1.135-.027-.48 0-.834.027-1.043.027-.036-.055-.054-.354 0-.408.181-.036.282-.055.39-.09.118-.047.128-.11.136-.32.018-.216.018-.687.018-1.133v-.816c0-.073-.018-.173-.064-.209-.073-.072-.163-.136-.462-.245-.036-.073 0-.308.045-.353.236 0 1.143-.127 1.588-.3v1.578c0 .471 0 1.007.009 1.433 0 .227.054.327.172.363.09.027.181.055.4.091.045.055.009.354-.055.409zm-.8-4.461c-.072.08-.57.107-.661.054-.146-.073-.254-.18-.327-.427-.019-.072-.019-.344.054-.426.136-.135.435-.227.69-.227.217 0 .362.064.407.11.064.09.082.263.082.353 0 .181-.09.426-.244.563zM69.77 35.398c0 .761-.327 1.333-.834 1.66-.317.2-.853.371-1.279.371-1.424 0-2.004-.916-2.004-1.995 0-.69.318-1.242.816-1.569.327-.199.808-.38 1.324-.38 1.288 0 1.977.86 1.977 1.913zm-2.511-1.361c-.218.136-.4.436-.4 1.116 0 1.187.436 1.804.99 1.804a.596.596 0 0 0 .362-.118c.199-.162.326-.49.326-1.179 0-1.098-.39-1.705-.997-1.705-.1 0-.191.027-.281.082zM71.138 36.876c.144-.037.181-.181.2-.327.008-.272.017-.943.017-1.469 0-.246 0-.436-.018-.572-.018-.09-.136-.2-.48-.345a.812.812 0 0 1 .063-.335 5.686 5.686 0 0 0 1.45-.381c.019.01.046.046.055.073.01.053.01.335.01.489 0 .027.035.037.054.027.4-.317.852-.554 1.179-.554.426 0 .734.182.97.49.19.282.263.673.263 1.099 0 .635 0 1.252.01 1.569 0 .073.036.136.073.154.144.09.307.11.49.145.035.063.008.344-.045.408-.146 0-.49-.027-1.107-.027-.462 0-.662.018-.952.027-.036-.073-.055-.354 0-.408l.29-.073c.09-.037.127-.127.127-.264.018-.38.027-1.422-.027-1.786a.692.692 0 0 0-.263-.444.744.744 0 0 0-.453-.136 1 1 0 0 0-.517.172c-.054.037-.081.128-.081.21l.018 1.976c.01.2.054.245.19.282.091.028.137.036.29.063.036.054.018.344-.036.408-.29-.01-.599-.027-1.034-.027-.553 0-.879.018-1.051.027-.036-.073-.036-.363 0-.408a2.36 2.36 0 0 0 .315-.063zM78.291 34.436c-.144-.2-.38-.282-.634-.282-.19 0-.344.064-.408.128-.09.091-.245.427-.327.599-.045.045-.426-.1-.417-.181.018-.11.137-.599.218-.662.444-.317 1.134-.554 1.424-.554.471 0 .852.227 1.07.544.19.281.245.572.245.916 0 .436-.037 1.088-.037 1.47 0 .198.073.308.264.308.136 0 .217-.01.344-.037.02.037-.017.39-.053.426-.245.209-.717.327-.971.327-.282 0-.48-.1-.536-.254a1.575 1.575 0 0 1-.054-.19c0-.018-.036-.018-.045-.01-.463.281-.916.445-1.097.445-.2 0-.39-.092-.554-.236a1.217 1.217 0 0 1-.363-.88c0-.164.11-.507.173-.59.336-.181 1.487-.453 1.805-.588a.147.147 0 0 0 .073-.092.56.56 0 0 0 .009-.117c-.002-.164-.02-.344-.129-.49zm.082 1.088c-.218.073-.726.236-.87.336-.036.018-.082.199-.082.271 0 .418.3.59.608.59.1 0 .209-.018.29-.081.045-.027.063-.082.072-.164.018-.254.018-.753.018-.907 0-.018-.018-.053-.036-.045zM80.738 36.939a3.11 3.11 0 0 0 .39-.1c.119-.045.145-.227.154-.39.018-.245.018-1.169.018-2.013 0-1.088 0-1.669-.018-2.076-.01-.082-.045-.191-.145-.227a3.96 3.96 0 0 0-.48-.091c-.055-.045-.046-.3.017-.354.49-.063 1.443-.217 1.76-.353.045.01.1.127.09.172-.09.2-.1.381-.108.653-.018.445-.01 1.588-.01 2.449 0 .861-.018 1.542.01 1.895.017.21.035.3.226.354l.363.082c.036.063 0 .326-.055.408-.144 0-.462-.027-1.179-.027-.471 0-.87.027-1.015.027-.036-.065-.073-.337-.018-.41zM86.939 31.76c.607 0 1.433.028 2.194.028.027.218.1.408.19.607a88.82 88.82 0 0 0 1.37 2.866c.018.018.045.008.064-.01.218-.408 1.088-2.204 1.387-2.92.082-.209.145-.38.164-.544 1.215 0 1.614-.027 2.059-.027.044.027.053.372 0 .418-.273.045-.49.073-.627.118-.18.063-.236.199-.236.408-.008.643.064 3.011.119 3.627.018.245.081.426.326.49.128.035.336.072.58.117.046.064.028.353-.026.408-.309 0-.744-.027-1.551-.027-.508 0-.934.027-1.36.027-.046-.055-.036-.353 0-.408.227-.045.399-.073.526-.118.163-.054.199-.144.208-.435.018-.698 0-2.14.01-3.147-.01-.01-.036-.018-.046 0-.354.816-1.497 3.256-1.777 4.018-.036.026-.4.026-.444.008-.236-.752-1.116-2.756-1.641-3.97-.018-.01-.055 0-.064.017a65.838 65.838 0 0 0-.136 3.002c0 .262.027.408.308.498.182.055.372.092.635.128.054.045.027.363-.027.408-.199 0-.698-.027-1.378-.027-.408 0-.844.027-1.134.027-.036-.064-.046-.354 0-.408.19-.036.399-.055.526-.1.262-.072.344-.209.39-.553.09-.725.272-2.82.308-3.555.01-.155-.054-.336-.236-.4-.154-.054-.399-.1-.707-.154-.038-.053-.001-.39.026-.416zM95.016 33.683c.408-.01 1.252-.045 1.65-.144-.026.344-.054.816-.054 1.796 0 .453-.009.734.046.907.045.199.227.389.607.389a.83.83 0 0 0 .545-.208c.045-.047.063-.082.063-.127.018-.11.027-.264 0-1.823 0-.1-.026-.236-.154-.282-.136-.045-.308-.073-.517-.11-.027-.107 0-.344.045-.408.708 0 1.524-.08 1.777-.135-.008.045-.008.381-.017.816l-.01 2.004c.01.144.036.244.154.263.136.018.29.018.435.008 0 .092-.018.364-.073.418-.353.182-1.369.39-1.523.39-.018 0-.045-.045-.054-.063-.027-.1-.054-.4-.054-.49 0-.018-.027-.036-.046-.018-.444.345-.87.554-1.243.554-.789 0-1.06-.554-1.079-1.18-.018-.462 0-1.304-.009-1.74 0-.164-.027-.282-.172-.319-.064-.027-.236-.054-.372-.08-.017-.1.01-.354.055-.418zM103.212 34.717c-.063.036-.344.054-.399.036-.082-.417-.181-.617-.353-.734a.832.832 0 0 0-.418-.11c-.262 0-.444.173-.444.382 0 .253.119.399.898.725.726.298.989.635.989 1.142 0 .798-.762 1.26-1.633 1.26-.48 0-.879-.09-1.142-.181-.063-.145-.199-.997-.199-1.124.036-.037.345-.145.417-.128.163.453.327.698.57.853.137.09.345.136.5.136.307 0 .462-.173.462-.363 0-.254-.164-.4-.626-.608-.916-.398-1.206-.761-1.206-1.315 0-.635.516-1.197 1.56-1.197.181 0 .516.027.68.055.227.036.344.054.453.063-.064.346-.082.691-.109 1.108zM108.08 36.296c.01.107-.044.326-.063.37-.39.49-1.124.763-1.66.763-.562 0-.933-.173-1.215-.436-.407-.38-.562-.988-.562-1.505 0-.79.354-1.37.853-1.687.317-.19.725-.317 1.097-.317 1.052 0 1.397.834 1.47 1.36.008.055.099.118.171.136 0 .045-.063.3-.09.327-.308.1-1.605.172-2.34.2-.027.009-.045.062-.045.099.026.236.154.507.372.698.227.19.48.281.87.281.408 0 .725-.127 1.097-.371a.204.204 0 0 1 .046.082zm-2.411-1.38c0 .02.027.073.072.073.272.01.952.01 1.115-.027.037-.008.064-.044.073-.08-.046-.545-.282-.944-.662-.944-.354 0-.58.443-.598.979zM109.004 33.683c.408-.01 1.252-.045 1.65-.144-.026.344-.054.816-.054 1.796 0 .453-.009.734.046.907.045.199.227.389.607.389a.83.83 0 0 0 .545-.208c.044-.047.062-.082.062-.127.018-.11.027-.264 0-1.823 0-.1-.027-.236-.153-.282-.136-.045-.309-.073-.517-.11-.028-.107 0-.344.045-.408.708 0 1.523-.08 1.777-.135-.009.045-.009.381-.018.816l-.01 2.004c.01.144.036.244.155.263.135.018.29.018.435.008 0 .092-.018.364-.073.418-.353.182-1.369.39-1.523.39-.018 0-.045-.045-.055-.063-.027-.1-.054-.4-.054-.49 0-.018-.027-.036-.045-.018-.444.345-.87.554-1.243.554-.79 0-1.061-.554-1.079-1.18-.018-.462 0-1.304-.009-1.74 0-.164-.027-.282-.172-.319-.064-.027-.236-.054-.372-.08-.018-.1.01-.354.055-.418zM114.697 36.857c.154-.055.181-.144.19-.353.027-.382.036-1.478.018-1.868-.009-.073-.009-.145-.063-.2a2.295 2.295 0 0 0-.418-.261c-.035-.055-.008-.309.037-.346a8.254 8.254 0 0 0 1.506-.371.15.15 0 0 1 .054.073c0 .036-.018.318-.018.498 0 .028.046.037.064.02.535-.4.953-.563 1.215-.563.427 0 .771.245.962.59.027.045.027.036.064 0 .508-.39.98-.59 1.278-.59.745 0 1.243.562 1.243 1.55 0 .5-.01 1.206-.01 1.596 0 .027.028.1.064.127.109.092.272.119.535.181.036.064 0 .364-.045.409-.227 0-.689-.027-1.016-.027-.444.01-.762.01-1.052.027-.027-.045-.054-.354 0-.409l.208-.054c.164-.055.182-.1.19-.354.01-.543.01-1.432-.017-1.686-.037-.272-.21-.58-.671-.58-.164 0-.426.08-.608.226-.018.01-.018.027-.018.045.036.154.055.363.055.68 0 .5-.009.989 0 1.379 0 .154.036.2.127.245.109.045.2.063.336.1.046.044.018.37-.045.408-.335-.01-.653-.027-1.08-.027-.39 0-.67.018-.888.027-.045-.064-.055-.354 0-.409.127-.036.218-.044.299-.081.1-.036.127-.128.135-.254.019-.554.028-1.55-.027-1.814-.045-.235-.209-.562-.644-.562a.98.98 0 0 0-.571.209c-.064.036-.073.127-.073.172 0 .644 0 1.36.009 1.968 0 .191.055.254.181.3.054.018.173.036.29.063.036.055.009.345-.046.408-.307-.01-.635-.027-1.033-.027-.58 0-.816.018-1.043.027-.054-.072-.063-.363-.01-.408.173-.03.237-.047.336-.084zM129.511 35.398c0 .761-.327 1.333-.833 1.66-.318.2-.854.371-1.28.371-1.423 0-2.004-.916-2.004-1.995 0-.69.318-1.242.817-1.569.326-.199.807-.38 1.324-.38 1.287 0 1.976.86 1.976 1.913zM127 34.037c-.218.136-.4.436-.4 1.116 0 1.187.436 1.804.99 1.804a.596.596 0 0 0 .362-.118c.199-.162.326-.49.326-1.179 0-1.098-.39-1.705-.997-1.705-.1 0-.191.027-.281.082zM130.915 36.857c.145-.036.181-.144.181-.281.02-.654.01-1.506.01-2.267 0-.018-.027-.063-.055-.073l-.498-.027c0-.1.063-.335.109-.39.1-.027.308-.118.407-.18.027-.01.046-.055.046-.064.045-.843.354-1.433.98-1.868.353-.245.77-.371 1.052-.371.371 0 .616.09.762.271a.613.613 0 0 1 0 .182c-.055.172-.3.59-.427.662-.027.018-.128.018-.164 0-.227-.236-.544-.481-.725-.481a.317.317 0 0 0-.262.127c-.146.181-.155.526-.155 1.034 0 .18.01.316.018.408 0 .027.046.072.073.072.634-.009.789-.018.96-.027-.026.145-.08.49-.099.663-.308-.01-.59-.01-.879-.01-.027 0-.055.037-.055.064.01.808.01 1.677.027 2.203.01.174.055.273.245.336.136.045.29.064.545.1.045.054.009.371-.046.408-.154 0-.49-.027-1.37-.027-.588 0-.842.027-1.042.027-.064-.064-.064-.372 0-.408.163-.036.271-.056.362-.083zM141.577 37.347c-.344 0-.907-.027-1.614-.027-.78 0-1.324.027-1.605.027-.072-.055-.063-.363 0-.408.272-.036.508-.073.635-.1.281-.063.344-.19.363-.562.045-.962.036-2.349.036-3.827 0-.027-.027-.082-.055-.082a9.05 9.05 0 0 0-.889-.008c-.144.008-.28.054-.417.327-.1.199-.2.444-.327.807-.044.036-.426-.047-.453-.118.072-.39.173-1.17.209-1.642.009-.018.09-.073.117-.063.254.09.563.118.844.118h3.229c.544 0 .861-.027 1.088-.108.037 0 .073.063.082.08-.109.446-.19 1.099-.236 1.679-.055.045-.408.063-.453.018a4.846 4.846 0 0 0-.164-.834c-.072-.2-.172-.263-.335-.272a9.214 9.214 0 0 0-.97-.01c-.019.01-.046.047-.046.073 0 1.334-.027 3.51.01 4 .017.11.035.308.235.39.136.054.39.08.744.135.054.053.027.343-.028.407zM144.93 34.436c-.144-.2-.38-.282-.634-.282-.19 0-.344.064-.408.128-.09.091-.245.427-.326.599-.046.045-.426-.1-.418-.181.018-.11.137-.599.218-.662.445-.317 1.134-.554 1.424-.554.471 0 .852.227 1.07.544.19.281.245.572.245.916 0 .436-.037 1.088-.037 1.47 0 .198.073.308.264.308.136 0 .217-.01.345-.037.018.037-.018.39-.054.426-.245.209-.717.327-.97.327-.282 0-.482-.1-.536-.254a1.575 1.575 0 0 1-.055-.19c0-.018-.036-.018-.045-.01-.462.281-.916.445-1.097.445-.2 0-.39-.092-.554-.236a1.217 1.217 0 0 1-.363-.88c0-.164.11-.507.173-.59.336-.181 1.488-.453 1.805-.588a.147.147 0 0 0 .073-.092.56.56 0 0 0 .009-.117c-.002-.164-.019-.344-.128-.49zm.082 1.088c-.218.073-.725.236-.87.336-.036.018-.082.199-.082.271 0 .418.3.59.608.59.1 0 .209-.018.29-.081.045-.027.063-.082.072-.164.018-.254.018-.753.018-.907 0-.018-.018-.053-.036-.045zM149.635 37.347c-.127 0-.453-.027-1.134-.027-.48 0-.834.027-1.043.027-.036-.055-.054-.354 0-.408.181-.036.282-.055.39-.09.118-.047.127-.11.136-.32.018-.216.018-.687.018-1.133v-.816c0-.073-.018-.173-.063-.209-.073-.072-.163-.136-.462-.245-.036-.073 0-.308.045-.353.236 0 1.142-.127 1.587-.3v1.578c0 .471 0 1.007.01 1.433 0 .227.054.327.172.363.09.027.18.055.399.091.046.055.009.354-.055.409zm-.797-4.461c-.073.08-.571.107-.662.054-.146-.073-.254-.18-.327-.427-.018-.072-.018-.344.054-.426.136-.135.435-.227.69-.227.217 0 .362.064.408.11.063.09.081.263.081.353 0 .181-.09.426-.244.563zM150.188 33.584c.209 0 .67.027 1.088.027.39 0 .97-.027 1.16-.037.055.046.064.353.028.418-.163.036-.353.072-.399.1-.081.054-.063.144-.054.172.063.335.298 1.26.462 1.723.01.008.027.018.036 0 .227-.536.617-1.597.77-2.16.145.01.554.01.68-.007.046.19.128.426.218.688.218.599.517 1.325.607 1.542.018 0 .027.027.045-.008.137-.373.435-1.325.5-1.679.008-.11.026-.199-.137-.262-.11-.046-.309-.081-.499-.11-.027-.072 0-.362.055-.407.118 0 .462.027.916.027.408 0 .77-.018.961-.027.055.054.046.353 0 .408a2.07 2.07 0 0 0-.353.1c-.218.081-.29.217-.381.416-.236.58-.844 2.321-1.025 2.848a3.875 3.875 0 0 0-.735 0c-.172-.563-.68-1.84-.789-2.087-.009-.008-.036-.008-.036 0-.181.463-.59 1.425-.816 2.087-.146-.019-.6-.028-.744 0-.209-.8-.59-2.132-.807-2.703-.128-.353-.172-.5-.354-.572-.1-.036-.263-.063-.426-.09-.035-.09-.017-.362.029-.407zM159.127 34.436c-.145-.2-.382-.282-.635-.282-.19 0-.344.064-.408.128-.09.091-.245.427-.326.599-.046.045-.427-.1-.418-.181.018-.11.137-.599.218-.662.444-.317 1.134-.554 1.424-.554.471 0 .852.227 1.07.544.19.281.245.572.245.916 0 .436-.037 1.088-.037 1.47 0 .198.073.308.264.308.136 0 .217-.01.345-.037.018.037-.018.39-.054.426-.245.209-.717.327-.97.327-.283 0-.482-.1-.536-.254a1.44 1.44 0 0 1-.055-.19c0-.018-.036-.018-.045-.01-.463.281-.916.445-1.097.445-.2 0-.39-.092-.554-.236a1.217 1.217 0 0 1-.363-.88c0-.164.11-.507.172-.59.336-.181 1.488-.453 1.805-.588a.147.147 0 0 0 .073-.092c.009-.036.009-.09.009-.117 0-.164-.018-.344-.127-.49zm.082 1.088c-.218.073-.726.236-.871.336-.036.018-.082.199-.082.271 0 .418.3.59.608.59.1 0 .209-.018.29-.081.045-.027.063-.082.072-.164.019-.254.019-.753.019-.907 0-.018-.018-.053-.036-.045zM161.946 36.876c.145-.037.181-.181.2-.327.008-.272.017-.943.017-1.469 0-.246 0-.436-.018-.572-.018-.09-.136-.2-.48-.345a.812.812 0 0 1 .063-.335 5.686 5.686 0 0 0 1.45-.381c.019.01.046.046.055.073.01.053.01.335.01.489 0 .027.035.037.053.027.4-.317.853-.554 1.18-.554.425 0 .734.182.97.49.19.28.263.67.263 1.097 0 .635 0 1.252.01 1.569 0 .072.035.136.072.154.145.09.308.11.49.144.036.064.009.345-.045.408-.145 0-.49-.026-1.107-.026-.462 0-.662.018-.952.026-.036-.072-.055-.353 0-.408l.29-.072c.09-.037.127-.128.127-.264.018-.381.027-1.423-.027-1.786a.696.696 0 0 0-.263-.444.744.744 0 0 0-.453-.137 1 1 0 0 0-.516.173c-.055.036-.082.127-.082.209l.018 1.977c.009.199.054.245.19.281.09.028.137.036.29.063.036.055.018.345-.037.408-.29-.01-.598-.026-1.033-.026-.554 0-.88.018-1.052.026-.036-.072-.036-.363 0-.408.135-.015.208-.032.317-.06zM170.223 31.76c.416 0 .716.028 1.424.028.715 0 1.033-.018 1.369-.027.054.055.045.353 0 .418-.254.027-.39.063-.49.09-.218.055-.254.145-.263.354a44.66 44.66 0 0 0-.018 1.624c0 1.069.01 1.931.027 2.203.009.164.145.246.19.272.227.063.816.055 1.28.055.18 0 .362-.081.534-.363.173-.29.4-.745.544-1.07.073-.027.4.091.444.173-.035.253-.362 1.341-.58 1.722-.019.073-.127.128-.426.128-.744 0-2.014-.045-2.685-.045-.77 0-1.26.027-1.46.027-.044-.064-.044-.364 0-.409.309-.036.409-.054.617-.1.19-.062.245-.162.263-.335.018-.227.027-1.432.027-1.968 0-1.042.01-1.55-.009-1.868-.009-.236-.081-.354-.271-.4-.11-.036-.364-.062-.554-.09-.046-.083-.018-.373.037-.418zM178.273 37.347c-.128 0-.453-.027-1.134-.027-.481 0-.835.027-1.043.027-.036-.055-.054-.354 0-.408.18-.036.281-.055.39-.09.117-.047.126-.11.136-.32.018-.216.018-.687.018-1.133v-.816c0-.073-.018-.173-.064-.209-.072-.072-.163-.136-.462-.245-.036-.073 0-.308.045-.353.236 0 1.143-.127 1.588-.3v1.578c0 .471 0 1.007.009 1.433 0 .227.055.327.172.363.09.027.181.055.4.091.044.055.008.354-.055.409zm-.798-4.461c-.073.08-.57.107-.662.054-.145-.073-.254-.18-.326-.427-.018-.072-.018-.344.053-.426.137-.135.436-.227.69-.227.217 0 .363.064.408.11.064.09.082.263.082.353 0 .181-.09.426-.245.563zM180.712 34.237c-.01 0-.036.036-.036.054 0 .336-.01.853-.01 1.306 0 .408.01.517.046.707.045.218.263.382.535.382a.996.996 0 0 0 .554-.145c.027.055 0 .336-.028.417-.236.29-.635.472-1.088.472-.444 0-.789-.163-.962-.472-.136-.254-.153-.481-.153-.988 0-.49.009-1.26.009-1.65 0-.028-.018-.064-.046-.073-.153-.018-.344-.018-.499-.037-.009-.09.055-.354.09-.453.128-.027.327-.09.41-.118.009 0 .045-.027.045-.081.009-.073.009-.526.009-.78.19-.063.743-.345.898-.463a.788.788 0 0 1 .245-.027c-.037.236-.046.745-.046 1.261 0 .027.018.063.036.063.19 0 .87-.027 1.125-.045-.036.163-.1.526-.119.68a28.82 28.82 0 0 0-1.015-.01zM186.179 36.296c.01.107-.045.326-.064.37-.39.49-1.124.763-1.66.763-.562 0-.933-.173-1.215-.436-.408-.38-.562-.988-.562-1.505 0-.79.354-1.37.853-1.687.317-.19.725-.317 1.097-.317 1.052 0 1.396.834 1.47 1.36.008.055.099.118.171.136 0 .045-.063.3-.09.327-.308.1-1.605.172-2.34.2-.027.009-.046.062-.046.099.027.236.155.507.373.698.227.19.48.281.87.281.408 0 .725-.127 1.097-.371a.204.204 0 0 1 .046.082zm-2.412-1.38c0 .02.026.073.072.073.272.01.952.01 1.115-.027.037-.008.064-.044.073-.08-.046-.545-.282-.944-.662-.944-.354 0-.58.443-.598.979zM190.376 33.747a.675.675 0 0 1 0 .19c-.027.136-.254.653-.399.816-.027.027-.108.055-.126.036-.21-.208-.454-.371-.708-.371-.1 0-.227.073-.309.164a.274.274 0 0 0-.063.172c-.01.534 0 1.57.009 1.705.018.263.045.326.253.381.164.037.336.073.554.1.027.054.01.344-.054.408-.127 0-.662-.027-1.333-.027-.471 0-.807.027-1.07.027-.036-.064-.045-.364 0-.408.136-.018.263-.036.381-.082.082-.036.136-.108.145-.235.018-.181.026-.861.026-1.407 0-.298 0-.553-.018-.67-.01-.137-.09-.245-.516-.4-.01-.063.018-.28.045-.317.308-.018 1.17-.209 1.496-.382.027 0 .054.027.064.055 0 .091-.027.518-.027.653 0 .037.045.037.063.019.19-.2.372-.39.563-.526a.93.93 0 0 1 .499-.164c.217 0 .443.09.525.263zM193.013 34.436c-.144-.2-.381-.282-.634-.282-.19 0-.345.064-.408.128-.091.091-.245.427-.327.599-.046.045-.426-.1-.417-.181.018-.11.136-.599.218-.662.444-.317 1.134-.554 1.424-.554.47 0 .852.227 1.07.544.19.281.245.572.245.916 0 .436-.037 1.088-.037 1.47 0 .198.073.308.264.308.136 0 .217-.01.344-.037.019.037-.018.39-.054.426-.245.209-.717.327-.97.327-.282 0-.481-.1-.536-.254a1.575 1.575 0 0 1-.055-.19c0-.018-.036-.018-.044-.01-.463.281-.916.445-1.098.445-.199 0-.39-.092-.553-.236a1.217 1.217 0 0 1-.363-.88c0-.164.109-.507.173-.59.335-.181 1.487-.453 1.805-.588a.147.147 0 0 0 .072-.092c.01-.036.01-.09.01-.117-.002-.164-.02-.344-.129-.49zm.082 1.088c-.218.073-.726.236-.87.336-.036.018-.082.199-.082.271 0 .418.3.59.607.59.1 0 .21-.018.29-.081.046-.027.064-.082.073-.164.018-.254.018-.753.018-.907 0-.018-.018-.053-.036-.045zM197.038 34.237c-.009 0-.036.036-.036.054 0 .336-.009.853-.009 1.306 0 .408.01.517.045.707.045.218.263.382.536.382a.996.996 0 0 0 .553-.145c.027.055 0 .336-.027.417-.236.29-.635.472-1.088.472-.444 0-.788-.163-.961-.472-.137-.254-.154-.481-.154-.988 0-.49.01-1.26.01-1.65 0-.028-.019-.064-.047-.073-.153-.018-.344-.018-.498-.037-.01-.09.054-.354.09-.453.128-.027.327-.09.408-.118.01 0 .046-.027.046-.081.01-.073.01-.526.01-.78.19-.063.743-.345.897-.463a.788.788 0 0 1 .245-.027c-.037.236-.046.745-.046 1.261 0 .027.018.063.036.063.19 0 .87-.027 1.125-.045-.036.163-.1.526-.118.68-.228-.01-.672-.01-1.017-.01zM198.923 33.683c.408-.01 1.252-.045 1.65-.144-.026.344-.054.816-.054 1.796 0 .453-.009.734.046.907.045.199.227.389.607.389a.83.83 0 0 0 .545-.208c.045-.047.063-.082.063-.127.018-.11.027-.264 0-1.823 0-.1-.027-.236-.154-.282-.135-.045-.308-.073-.517-.11-.027-.107 0-.344.045-.408.708 0 1.524-.08 1.777-.135-.009.045-.009.381-.018.816l-.01 2.004c.01.144.037.244.155.263.136.018.29.018.436.008 0 .092-.019.364-.073.418-.353.182-1.369.39-1.523.39-.018 0-.045-.045-.055-.063-.027-.1-.054-.4-.054-.49 0-.018-.027-.036-.045-.018-.444.345-.87.554-1.243.554-.79 0-1.061-.554-1.079-1.18-.018-.462 0-1.304-.009-1.74 0-.164-.028-.282-.172-.319-.064-.027-.236-.054-.372-.08-.018-.1.009-.354.054-.418zM207.518 33.747a.675.675 0 0 1 0 .19c-.027.136-.254.653-.399.816-.027.027-.11.055-.127.036-.21-.208-.453-.371-.708-.371-.1 0-.227.073-.308.164a.274.274 0 0 0-.064.172c-.01.534 0 1.57.009 1.705.018.263.046.326.254.381.163.037.335.073.553.1.027.054.01.344-.054.408-.127 0-.662-.027-1.333-.027-.47 0-.807.027-1.07.027-.036-.064-.045-.364 0-.408.136-.018.263-.036.381-.082.082-.036.137-.108.146-.235.018-.181.026-.861.026-1.407 0-.298 0-.553-.017-.67-.01-.137-.091-.245-.517-.4-.01-.063.018-.28.045-.317.308-.018 1.17-.209 1.496-.382.027 0 .054.027.064.055 0 .091-.028.518-.028.653 0 .037.045.037.064.019.19-.2.371-.39.562-.526a.93.93 0 0 1 .499-.164c.218 0 .445.09.526.263zM211.753 36.296c.01.107-.045.326-.064.37-.39.49-1.124.763-1.66.763-.561 0-.933-.173-1.215-.436-.407-.38-.563-.988-.563-1.505 0-.79.354-1.37.853-1.687.317-.19.725-.317 1.097-.317 1.052 0 1.397.834 1.47 1.36.008.055.099.118.171.136 0 .045-.063.3-.09.327-.308.1-1.605.172-2.34.2-.028.009-.045.062-.045.099.026.236.154.507.372.698.227.19.48.281.87.281.408 0 .725-.127 1.097-.371.01.008.038.045.047.082zm-2.413-1.38c0 .02.027.073.073.073.272.01.952.01 1.115-.027.037-.008.064-.044.073-.08-.046-.545-.282-.944-.662-.944-.354 0-.58.443-.599.979z' /%3e %3c/g%3e %3cg%3e %3cpath d='M138.696 13.39c.13-.09.212-.195.306-.313.064-.081.135-.172.228-.265-.006-.025-.037-.03-.136-.048-.108-.018-.242-.04-.314-.162a.33.33 0 0 1-.033-.23c-.4-.23-.857-.33-1.243-.27l-.064.009-.05-.042c-.05-.041-.082-.036-.199.002a.693.693 0 0 1-.288.047 1.034 1.034 0 0 1-.944.329l-.241-.046.155-.189c.326-.396.74-.639 1.138-.872.37-.218.721-.423.987-.74l.022-.027.034-.014c.134-.054.253-.159.38-.27.142-.123.298-.26.492-.329-.043-.083-.078-.211.037-.327.047-.15.053-.29.014-.354-.01-.019-.03-.04-.087-.05l-.123-.02v-.124c0-.34-.182-.402-.56-.499-.285-.073-.609-.155-.796-.463l-.047-.076.047-.076c.125-.199.266-.389.402-.573.272-.367.529-.713.66-1.116l-.234-.468a1.777 1.777 0 0 1-.275-.123c-.202-.105-.335-.165-.477-.095l-.037.018-.041-.004c-.23-.022-.384-.095-.468-.222-.131-.2-.049-.46.031-.712.059-.185.12-.377.088-.516l-.1-.11.045-.088c.08-.16.037-.325-.01-.517a2.167 2.167 0 0 1-.06-.29c-.06-.095-.204-.283-.399-.344-.01.576-.307 1.024-.596 1.458l-.066.1-.118-.033c-.05-.02-.09-.053-.122-.078a.242.242 0 0 0-.054-.037l-.098.039-.071-.08c-.148-.182-.378-.258-.622-.338-.262-.087-.533-.177-.747-.401l-.04-.042v-.058c0-.165-.07-.313-.144-.47-.047-.101-.096-.204-.13-.318a45.58 45.58 0 0 0-.688-.688c-.435-.43-.885-.872-1.282-1.331l-.071-.03c-.029-.004-.049-.01-.065-.013-.026-.006-.032-.007-.105.002-.07.004-.138.014-.205.028l.025.014.056.03-.06.153c.38.283.534.767.673 1.204.03.095.06.188.09.276l.026.074-.047.062c-.068.09-.091.213-.116.344-.028.149-.06.318-.167.46-1.221 2.005-2.524 3.263-3.865 3.728l-.1.034-.409-.544.09-.082-.132-.136.132-.099c.138-.103.245-.272.183-.397l-.104-.21.262.001V5.42l.002-.01-.5-.234c-.716 1.311-1.276 2.637-1.753 3.85-.302 1.224-.678 2.46-1.041 3.656-.777 2.559-1.579 5.203-1.764 8.049.027.113-.033.21-.097.28l-.024.127c-.034.107-.064.218-.095.329-.144.522-.292 1.062-.764 1.411l-.101.075-.24-.244.001-.056a8.134 8.134 0 0 0-.678-2.878l-.01-.03c-.19-.925-.126-1.855-.065-2.755l.01-.161.049-.04c.227-.187.401-.46.571-.722.109-.168.212-.327.328-.468l.104-.126.047.05.02-.07c.031-.107.069-.24.2-.335l.029-.017a.22.22 0 0 1 .066-.017 5.61 5.61 0 0 1 .07-.25c.088-.3.172-.583.073-.872l-.012-.035.007-.037c.086-.49-.07-.92-.234-1.375-.14-.388-.285-.79-.285-1.246l.004-.03c.066-.318.06-.687.053-1.044-.013-.79-.028-1.608.694-2.09l.1-.066.035.035c.046-.045.09-.086.135-.126.138-.128.249-.228.31-.405l.023-.071.07-.021a.527.527 0 0 0 .09-.049c.076-.045.193-.116.308-.083l.035-.039a.745.745 0 0 1 .096-.094l.086-.064.087.062.03.024c.18-.072.376-.113.523-.11l.075.003.11.168.096-.005c.192-.006.375-.012.497-.142.058-.289.253-.44.426-.573.17-.133.306-.238.313-.46.13-1.003-.361-1.937-1.312-2.513a4.025 4.025 0 0 1-.322-.21c-.463-.321-.768-.496-1.112-.204l-.149.124-.038-.086c-.008.06-.021.118-.034.171l-.016.07c.25.771-.033 1.437-.307 2.082-.138.323-.267.627-.335.945a64.435 64.435 0 0 0-1.723 5.638l-.017.04c-.048.08-.04.245-.035.366.004.085.008.157-.003.219-.603 2.42-.288 5.04.015 7.573.055.456.109.907.157 1.35l.008.068-.063.064c.005.297.048.699.116 1.067.012.354.196.643.375.923.263.41.748.535 1.525.394.375-.06.474-.356.593-.837.035-.143.071-.29.123-.424l-.043-.047.01-.07c.013-.084.038-.164.063-.246.043-.135.078-.25.053-.39l-.011-.066.043-.052a.482.482 0 0 0 .084-.276l-.014-.063.038-.057c.098-.133.094-.33.09-.54-.005-.187-.009-.381.06-.558.023-.244.037-.484.05-.724.03-.522.062-1.062.176-1.629l.035-.192c.052-.278.106-.566.079-.792l-.006-.045.02-.04c.151-.291.202-.58.255-.889.064-.365.129-.742.377-1.104l-.006-.007-.007-.041c-.022-.128.037-.217.174-.265.009-.004.013-.005.014-.004l.094-.217.15.207c.121.169.224.347.322.52.107.187.208.364.334.532.921.228 1.683-.163 2.509-.667.138-.26.315-.501.486-.736.265-.361.515-.702.63-1.1.223-.822.503-1.682 1.25-2.362l.14-.127.086.168c.062.12.152.151.308.195a.85.85 0 0 1 .35.164l.1.088-.078.107c-.115.158-.26.277-.401.392-.202.165-.378.31-.428.536.092.228.069.504.046.771-.047.542-.028.77.342.828.339.111.445-.029.64-.327.138-.212.293-.45.588-.526.15-.134.29-.191.43-.172.23.03.365.255.495.472.104.172.21.349.337.388l.319.098-.29.167c-.289.168-.61.24-.922.31l-.045.011a.88.88 0 0 1 .202.053l.233.093-.517.403c-.322.13-.646.295-.958.454-.89.451-1.81.918-2.915.762l-.075-.01-.034-.068c-.069-.136-.009-.235.043-.293a.342.342 0 0 1-.025-.028l-.097-.002c-.248-.003-.46-.005-.607.135-.09.068-.108.08.022.274.059.088.12.177.139.283.036.21-.017.381-.064.531l-.039.135.099.1c.16.167.344.356.54.376.3-.06.61-.104.909-.147.573-.083 1.165-.167 1.692-.36l.087-.031.217.214-.11.136c-.216.262-.418.51-.455.809.006.294.255.602.52.928.108.133.218.269.317.41.29.386.724.367 1.184.347.34-.015.69-.03.998.122.965.638 1.061 1.788.735 2.65-.284.752-.842 1.208-1.39 1.13a41.806 41.806 0 0 1-7.044-1.638c.346.184.678.356 1.026.5l.204.085s-.177.237-.276.267c-.032.01-.223-.057-.223-.057-.328-.09-1.853-.812-2.175-.918.387.21 2.126 1.078 2.527 1.254l.706.31-.769-.032c-.324-.013-.642-.13-.953-.262l-.09.028a.593.593 0 0 1-.261.02c.005.018-.406-.176-.403-.155.25.218.94.574 1.233.727.312.163.634.331.923.597.05.062.769.6.854.635.386.183.532.23.934.372.335.111.671.229 1.008.346l.359.125.026.033c.143.178.221.27.402.343l.085-.09.099.056c.41.233.963.41 1.558.5l.036.005.029.022a.36.36 0 0 0 .18.055c.112.015.263.035.388.2.437-.025.865-.223 1.23-.56a.781.781 0 0 0-.053-.017c-.102-.033-.273-.09-.306-.283l-.023-.128.701-.209c1.133-.281 1.831-1.48 1.968-2.243.077-.211.109-.47.109-.867.033-.63.007-3.769-3.675-4.542l-.038-.008-.03-.026a.21.21 0 0 1-.066-.203c.051-.255.631-.59.92-.707.058-.111.132-.201.2-.282.114-.136.176-.219.163-.332l-.005-.04.017-.035c.082-.184.127-.383.175-.595.072-.318.147-.647.357-.93l.038-.05.062-.007c.735-.089 1.311-.569 1.921-1.077.23-.192.469-.39.714-.564l.038-.019c.025-.008.063-.037.097-.061.085-.063.248-.181.417-.09zm-11.474-.557l-.054.043a8.02 8.02 0 0 0-.39.345c-.409.379-.832.77-1.408.837l-.265.03.117-.238c.222-.452.369-.95.511-1.431.074-.248.147-.497.23-.74l.063-.184.222.157.683-.755.006.368v.217c-.006.38-.01.809.243 1.067l.041.043v.24h.001zm2.28-.503h-.388l.005-.15c.005-.147-.11-.229-.3-.35-.079-.052-.161-.104-.23-.169l-.073-.068.038-.093c.06-.145.16-.287.256-.424.256-.366.4-.603.169-.865-.141-.198-.307-.39-.533-.41l-.364-.03.285-.227c.185-.148.383-.284.592-.429.438-.301.89-.613 1.22-1.038l.717-.92-.468 1.067c-.14.32-.38.735-.732.921l-.19.23a.191.191 0 0 1 .002.172l-.02.032a.95.95 0 0 1 .027.3.512.512 0 0 0 .048.286c.002 0 .021.018.042.037.056.05.14.125.144.251.151.06.293.08.383.047l.1-.035.056.075.04-.026c.034-.023.074-.05.121-.067l.268-.268.276.405-1.491 1.746zm5.58 1.344l-.09.026a.432.432 0 0 1-.111.014.395.395 0 0 1-.264-.097.306.306 0 0 1-.095-.285l.024-.14.14.022c.06.009.267.05.363.181.04.056.057.12.047.186l-.014.093zm.295-5.533c-.054.208-.221.4-.383.586-.371.426-.5.644-.177.935l.081.074-.048.097c-.063.13-.01.21.139.374.134.15.36.4.067.7-.405.393-.574.897-.712 1.379l-.048.167-.156-.077a9.664 9.664 0 0 1-.204-.107c-.285-.15-.553-.29-.875-.281l-.274.013.146-.234c.177-.282.44-.478.696-.667.308-.229.6-.446.694-.789-.14-.089-.202-.198-.263-.305a1.814 1.814 0 0 0-.077-.127c-.382-.23-.732-.406-1.108-.256l-.773.307.624-.55c.212-.188.515-.27.808-.35.577-.157.934-.281.928-.832-.089-.207-.204-.414-.382-.462-.283.036-.549-.051-.784-.13-.345-.113-.568-.176-.79-.013l-.046.034-.057-.007c-.027-.004-.036 0-.036 0a.442.442 0 0 0-.032.117.582.582 0 0 1-.077.222l-.037.054-.064.008c-.077.01-.146.08-.227.16-.107.106-.229.226-.413.243l-.294.027.89-1.387c.652-.44 1.422-.728 2.353-.884l.137-.022.098.467-.014.04a.945.945 0 0 0 .02.688c.15.063.21.214.26.338.048.12.082.196.146.217l.147.05h-.001a.272.272 0 0 1 .024.007l.128.043-.034.133z' /%3e %3cpath d='M127.371 5.146l.45-.002-.124-.124.36.01c-.004-.004.003-.02.008-.03a.382.382 0 0 1 .095-.138l-.086-.263.228.03c.034.004.047 0 .047 0 .008-.013.015-.083.02-.125.009-.08.019-.168.064-.244.026-.144.103-.271.172-.384l.054-.092-.151-.123.462-.694-.003-.002a.295.295 0 0 0 .02-.025l.029-.042c.029-.05.053-.108.078-.168.064-.154.148-.359.378-.434.016-.106.043-.206.079-.303-.14.167-.277.325-.417.467-.68.86-1.26 1.769-1.763 2.686zM127.522 6.26l-.007-.005.003.006zM186.379 10.936h-.097l-.044-.049c-1.097-1.242-2.641-1.34-4.276-1.445l-.493-.033-.087-.007-.035-.08c-.055-.123.03-.214.057-.244l.024-.035.049-.027c.396-.17.648-.583.892-.98.068-.112.138-.226.21-.334l-.05-.051.049-.094c.466-.89.122-2.034-.394-2.72-.32-.313-.804-.302-1.316-.292l-.173.004-.044-.067c-.134-.198-.072-.456-.018-.684.025-.102.049-.2.054-.284l.004-.064.05-.04a.457.457 0 0 0 .18-.313l.017-.055c.168-.312.419-.471.682-.437.123-.116.07-.428.032-.643h-.172c-.304.046-.478-.15-.619-.31-.132-.15-.214-.235-.37-.217-.728-.037-1.233.638-1.523 1.21l-.025.049-.052.02c-.283.111-.534.282-.8.462-.262.177-.533.361-.835.483l-.19.075-.01-.203a3.094 3.094 0 0 0-.312-1.18c-.364-.083-.764-.02-1.039.167-.067.068-.147.119-.225.169-.18.113-.272.18-.25.343l.008.064-.042.049c-.358.42-.53.914-.71 1.437-.161.466-.328.947-.636 1.37l-.037.034a.29.29 0 0 1-.24.052c-.135-.035-.202-.163-.26-.277a.549.549 0 0 0-.085-.136c-.11-.067-.235-.165-.356-.259-.265-.206-.518-.403-.788-.425.385.864.432 1.868.478 2.84.037.813.076 1.653.316 2.383l.044.131-.129.05c-.13.05-.256.113-.383.174l-.139.067c.194-.001.398.012.572.07l.048.015.085.124c.118.167.24.34.262.569l.01.107-.73.287c-.857.086-1.656.373-2.429.65-.457.164-.93.334-1.416.463l-.135.037-.042-.132c-.104-.332-.2-.705-.18-1.076-1.111.864-1.694 2.164-1.951 2.896-.055.109-.052.236-.047.37.004.165.009.348-.078.505.162.187.259.394.353.594.097.207.189.404.348.57.071.012.137.04.197.066.156.067.162.058.196-.001l.046-.078.09.008c.186.016.29-.107.444-.307.117-.151.248-.32.448-.377.11-.232.125-.515.14-.812.024-.432.047-.88.378-1.215.56-.775 1.456-.763 2.324-.749l.052.006c1.843.547 3.973.128 5.558-1.092l.122-.095.087.128c0-.006.032-.035.034-.051l.042-.264.196.169.06-.048c.099-.082.2-.166.354-.259l.056-.02c.28-.04.54-.126.815-.218.336-.112.683-.228 1.07-.252.689.035 1.406-.011 2.1-.055.377-.024.754-.048 1.128-.06h.033l.03.012c.15.067.305.121.46.176.308.11.628.224.914.421l.16.111-.152.122c-.716.576-1.59.772-2.434.96-.495.11-1.006.225-1.47.415l-.083.035-.067-.06c-.158-.136-.354-.198-.561-.264-.114-.036-.23-.072-.342-.123-.127-.055-.34-.1-.404.002l-.029.047-.053.016c-.859.257-1.705.582-2.524.898-.835.322-1.698.654-2.581.917-.132.046-.284.055-.43.064-.298.018-.489.04-.578.237.004.473.36.817.743 1.179.208.019.39-.064.582-.153.105-.048.212-.097.322-.126.16-.181.384-.2.566-.214.193-.016.316-.031.391-.147l.04-.06.071-.006c.437-.034.829-.174 1.243-.323.197-.071.4-.144.606-.204l.054-.016.448.226-.106.139a2.109 2.109 0 0 0-.174.286c-.1.19-.216.406-.454.568l-.057.039-.066-.02-.032.005c-.027.003-.08.01-.136-.004-.094.093-.198.155-.293.212-.135.079-.252.15-.335.297.041.138-.004.265-.043.371-.041.116-.065.191-.034.277l.032.088-.067.065c-.031.03-.05.058-.048.076.001.053.112.15.194.22.122.106.261.227.304.385l.022.084-.218.206-.045.007c-.755.117-1.49.353-2.203.582-.888.285-1.805.578-2.77.645.027.231.131.435.239.649.04.08.081.16.118.242h.02c.222.01.428.085.627.158.319.116.62.226.957.084.7-.391 1.506-.563 2.284-.729.377-.08.766-.164 1.136-.27l.061-.019.055.033c.079.047.214.04.343.035.22-.01.523-.025.654.269l.013.028v.031c-.003.309.013.627.03.964.067 1.323.136 2.692-.9 3.597l-.046.041-.062-.006c-.508-.044-.985-.174-1.446-.298a16.127 16.127 0 0 0-.684-.174c-1.342-.54-2.539-1.435-3.681-2.388.176.257.324.517.444.781l.029.062-.03.061a.276.276 0 0 1-.07.094c.073.132.123.274.077.415l-.057.173-.156-.094a1.096 1.096 0 0 1-.09-.061c.014.054.026.108.038.16.07.295.13.548.428.706l.059.031.015.065c.038.163.173.268.329.39.171.134.363.283.422.535.463.198.9.463 1.321.721.237.145.482.294.727.428.125.047.27.11.417.172.646.277 1.315.564 1.99.344l.04-.008c.324-.013.675-.18 1.015-.342.144-.068.293-.14.441-.2.037-.26.154-.346.331-.457.043-.027.093-.058.149-.098l.49-.243.015.033c.413-.513.53-1.183.586-1.846l-.014-.212c-.018-.3-.036-.582.012-.833-.026-.286-.042-.576-.058-.866-.032-.565-.064-1.149-.172-1.678l-.015-.076.053-.054c.16-.167.316-.248.475-.248h.001c.24.001.414.185.584.362.236.247.397.393.643.317.057-.017.111-.03.166-.043.167-.04.314-.075.429-.167-.04-.336.133-.553.275-.729.072-.09.138-.171.175-.261a.237.237 0 0 1-.073-.097c-.039-.098.006-.186.035-.244l.017-.035c-.15-.076-.203-.236-.238-.34-.008-.024-.019-.056-.028-.075-.105-.076-.158-.155-.198-.214-.051-.076-.062-.092-.169-.096l-.084-.004-.039-.076c-.336-.663-.83-.556-1.611-.325-.462.136-.94.276-1.404.17l-.047-.011-.03-.037c-.022-.025-.048-.047-.074-.07-.077-.067-.182-.16-.191-.31l-.004-.07.634-.573c1.032-.641 1.405-1.724 1.658-2.8l.02-.085.084-.023c.455-.117.845-.022 1.222.07.155.038.315.077.475.1l.267.038-.058.065.076.038c.106.06.243.072.387.085.13.011.263.022.392.069 1.07-.002 2.55-.154 3.187-1.384.221-.607.1-1.331-.363-2.138zm-10.921-.396c-.059.185-.227.236-.35.272-.048.015-.094.029-.125.047l-.096.057-.353-.35.237-.093c.159-.062.338-.136.557-.121l.188.01-.058.178zm-.052-6.71c-.24 1.84-.492 3.97-.467 5.966l.002.195-.187-.053c-.097-.028-.16-.074-.195-.141-.05-.1-.013-.197.017-.275.024-.065.038-.106.025-.137l-.013-.051a9.385 9.385 0 0 1 0-.91c.02-.61.038-1.189-.17-1.743l-.016-.039.067-.347.107-.556-.066-.069.027-.083c.066-.203.121-.41.176-.616.109-.41.222-.832.42-1.225l.383-.764-.11.848zm2.977.274c-.109.267-.147.565-.187.88-.058.454-.118.924-.407 1.312-.036.07-.06.155-.087.244-.063.212-.133.451-.384.572l-.062.03-.063-.03c-.079-.038-.127-.09-.144-.154a.22.22 0 0 1 .034-.175l-.022-.057c-.115-.402-.06-.843-.007-1.269.024-.197.05-.4.056-.59l.002-.043.023-.034c.266-.397.663-.724 1.062-.876l.312-.119-.126.309zm2.62 3.6c-.159.056-.298.165-.445.279-.077.06-.154.12-.233.173l-.098.064-.265-.26.026-.085c.087-.283.106-.62.124-.944.027-.486.055-.989.307-1.378l.04-.062.073-.004c.064-.004.128-.01.192-.017.326-.032.73-.074.988.314l.021.05c.135.626-.113 1.295-.678 1.838l-.053.032zM64.204 26.689c.533-.131 1.092-.375 1.225-.539.345-.34.41-.672.472-.992.032-.163.061-.317.124-.465l.056-.334c.603-1.197.298-2.798.015-3.899-.073-.9-.171-1.718-.275-2.583-.07-.58-.14-1.167-.202-1.782a3.117 3.117 0 0 1-.006-.164c-.003-.178-.007-.422-.08-.564l-.018-.032v-.038c.012-.44-.07-.888-.156-1.362-.135-.75-.276-1.524-.033-2.288.022-.913.335-1.725.639-2.511.237-.614.482-1.249.577-1.916.368-1.511-.664-2.602-1.602-3.384h-.001c-.614-.515-1.156-.813-1.81-.998-2.762-.42-5.33.512-7.813 1.415-.509.185-1.014.369-1.517.54-.22.102-.459.203-.7.305-1.027.434-2.088.882-2.742 1.864.075.143.014.291-.026.387a.443.443 0 0 0-.038.113l-.004.067c.06-.144.128-.282.203-.411l.04-.069.585-.031c.006.002 0 0 0 0 .006.002.484.34.484.34l.132.071a4.015 4.015 0 0 1 1.326 1.195l.099.146-3.116 1.316-.033-.177c-.13-.69-.047-1.5.21-2.202l-.166-.143c-.175-.15-.298-.324-.417-.492-.113-.159-.218-.308-.364-.436-.097-.104-.194-.153-.284-.145-.099.007-.173.08-.22.144-.371.878-.493 1.871-.61 2.832a20.947 20.947 0 0 1-.227 1.537l-.024.055c-.06.085-.128.153-.194.219-.084.083-.156.154-.198.244a.72.72 0 0 1 .307.216l.042.053-.013.067c-.595 2.875-.603 6.013-.023 8.61.142.654.51 1.22.866 1.766l.113.176.051.01.04-.005c.045-.008.168-.03.254.057l.11.015c.303.041.48.056.584-.12l.022-.038.039-.019c.184-.09.205-.246.224-.494.013-.187.03-.412.202-.552-.063-.184-.033-.37-.007-.525.02-.128.04-.247.007-.337l-.014-.036.008-.039c.15-.844-.049-1.57-.26-2.338-.135-.49-.274-.996-.314-1.536l-.005-.061v-.001l-.039-.035.051-.1c.03-.056-.026-.193-.127-.317l-.094-.115.115-.09-.016-.029c-.035-.06-.143-.245.055-.4l.127-.098.085.136c.077.123.194.12.443.082.121-.018.246-.036.37-.018l.044.006.032.03c.208.186.302.418.392.642.065.16.127.312.226.436a.528.528 0 0 0 .105.09c.1.075.237.177.254.398l.005.049-.027.04a3.121 3.121 0 0 1-.833.888c.005.142-.02.29-.043.434-.055.331-.079.535.094.655.3-.116.624-.166.938-.214.168-.026.335-.051.498-.087l-.032-.057.054.052.045-.01.07.032c.098-.104.22-.13.32-.151.064-.013.119-.024.152-.053l.058-.049.074.02c.258.067.363.26.448.415.054.1.101.185.179.24l.057.04.003.071c.005.108.107.216.225.34.153.162.343.363.377.652l.007.057-.033.047c-.058.08-.126.122-.2.126a.238.238 0 0 1-.154-.052l-.066.179-.598-.573c.095.14.197.311.14.504l-.016.056-.049.029c-.462.275-.893-.058-1.15-.257-.161-.128-.288-.182-.38-.165-.126.025-.228.21-.336.406-.131.238-.279.506-.543.618-.025.08-.053.16-.082.24a2.203 2.203 0 0 0-.145.552c.052.128.095.26.139.393.086.265.168.515.319.727.575.58 1.321.377 2.11.161.3-.082.609-.166.908-.202l.02-.003.022.004c.198.035.44-.066.673-.162.146-.06.283-.118.412-.142.391-.074 1 .478 1.078.594l.034.031a.358.358 0 0 1 .027-.073l.07-.13.129.073c.249.14.493.292.737.443.574.354 1.167.72 1.798.926l.232.076-.178.168a.522.522 0 0 1-.1.075c.207.09.415.176.62.262.454.19.924.387 1.38.596.196.085.432.13.66.174.315.06.641.123.902.297l.178.118-.232.16c.436.109.929.082 1.438.04zm-1.414-7.056l-1.85-2.698.034-.075c.055-.121.117-.241.181-.36.13-.246.254-.479.3-.733l.024-.06.088-.122c.193-.27.377-.526.466-.812l.214-.68.07.71c.026.266.036.54.045.807.018.49.036.996.158 1.434l.022.08-.09.093.338 2.416zM59.246 5.25c.451-.021.885-.108 1.304-.191.429-.086.872-.174 1.342-.196l.066-.003.431.453c.288.447.111.831-.045 1.172-.114.248-.22.483-.183.738l.05.342-.28-.203c-.287-.208-.544-.462-.794-.709-.486-.48-.946-.935-1.607-1.072-.01-.001-.042.003-.066.007-.079.012-.244.036-.337-.118l-.126-.209.245-.011zM53.97 6.586a.234.234 0 0 1 .131-.143c.09-.034.168.005.215.029a.173.173 0 0 0 .017.009c1.327-.163 2.563-.587 3.757-.999l.233-.08.228.198-.332.447.019.352c.182.11.35.27.5.412.076.07.147.138.213.191l.1.082-.068.108c-.218.346-.521.587-.845.777.061-.032.123-.065.185-.1.338-.189.721-.402 1.231-.201l.135.053-.052.135c-.035.088-.031.094.096.166.096.055.264.149.264.352.134.082.251.19.365.297.127.12.249.233.378.292l.081-.09.107.082c.034.026.067.056.1.085.129.116.172.14.254.109l.228-.092-.028.22.016.012.024.018c.003-.004.005-.008.009-.011.04-.054.1-.133.209-.133.112 0 .183.093.207.124l.065.085-.062.088c-.032.045-.027.128-.02.215.007.106.015.234-.043.351l.007.065c.018.17.043.405-.059.578l-.126.217-.125-.218c-.216-.377-.553-.614-.91-.866-.327-.23-.665-.469-.92-.826-.113-.088-.283-.068-.48-.045-.1.011-.202.024-.302.02-.39.16-.318.51-.154 1.06.055.183.107.358.122.516.47.869.36 1.921.273 2.77l-.02.192-.18-.073c-.264-.108-.349-.35-.424-.565a1.444 1.444 0 0 0-.11-.26c-.533-.838-1.005-1.728-1.461-2.59l-.249-.468.015-.055c.066-.24.243-.427.414-.609.187-.198.364-.385.363-.609v-.004l-.167.075-.14.062-.034-.03h-.001c-.09.034-.167-.005-.213-.028l-.017-.01-.027.008-.045-.019c-.236-.098-.277-.307-.306-.46-.032-.16-.047-.212-.16-.23-.146.015-.294.02-.443.024-.28.008-.547.015-.774.096l-.081.028-1.22-1.094.037-.092zm-4.791 11.495l-.015-.136a4.838 4.838 0 0 1-.019-.374c-.007-.27-.015-.578-.095-.798l-.01-.043c-.034-.793.015-1.568.063-2.317.024-.365.046-.73.06-1.098l.05-.268.287.042c-.175 1.609-.085 3.1.018 4.827l.01.148-.35.017zm.825-3.727c-.09.207-.177.402-.135.603l-.283.064c-.055-.222-.063-.498-.07-.764-.005-.155-.01-.31-.022-.456l-.003-.023.148-.671.18.134c.51.377.329.786.185 1.113zm.332-.823c-.218-.004-.284-.228-.326-.377-.014-.05-.029-.1-.046-.138-.122-.082-.192-.176-.213-.284-.035-.18.078-.334.179-.47.06-.082.121-.166.137-.235l.011-.051.042-.033c.611-.471 1.307-.786 1.98-1.09.329-.15.668-.304.99-.473l.823-.432-.653.663c-.322.328-.639.632-.952.933-.641.617-1.246 1.199-1.858 1.934l-.044.053h-.07zm.592 1.229l-.185-.128c-.114-.079-.142-.192-.163-.274-.022-.09-.03-.104-.068-.118l-.137-.05.05-.137c.23-.615.724-1.04 1.13-1.339l1.03-.762-.802.937.101.087-.06.075c-.356.445-.76.947-.857 1.487l-.039.222zm.224-.275l-.09-.07.047-.104c.52-1.149 1.664-1.967 2.672-2.687l.128-.09.053.004c.14.01.204-.046.303-.132.102-.09.229-.2.446-.217l.087-.006.45.726-.126.076c-1.204.724-2.37 1.694-3.306 2.473l-.056.029c-.025.006-.053.015-.08.024-.078.025-.177.056-.28.056a.386.386 0 0 1-.248-.082zm1.686 1.23c-.183.215-.364.426-.535.636l-.116.141-.112-.144c-.038-.05-.12-.115-.206-.186-.218-.175-.489-.393-.53-.697l-.015-.106.097-.045c.737-.34 1.386-.921 2.012-1.482.318-.285.648-.58.988-.843l.457-.355-.235.528c-.408.916-1.119 1.748-1.805 2.554zm1.05 1.985l-.102.035-.064-.086c-.053-.072-.164-.129-.273-.185-.167-.084-.34-.173-.38-.354-.026-.12.017-.249.13-.392l.02-.022c.784-.66 1.375-1.423 2-2.23l.38-.488.17-.216.019.06.299-.498.131.137c.343.358.66.83.93 1.245l.045.07-.071.142-.077.013c-.085.014-.132-.034-.243-.147-.094-.095-.38-.382-.498-.358l-.075.017-.34-.307c.1.285.232.552.37.833.197.396.399.805.503 1.267l.02.094-.078.056c-.829.596-1.766.948-2.817 1.314zm1.723 1.766l-.114.103-.096-.12a4.155 4.155 0 0 0-.271-.296c-.214-.22-.434-.447-.537-.74l-.04-.117.107-.058c.364-.201.761-.33 1.146-.453.482-.155.938-.3 1.332-.58l.724-.511-.634.868c-.49.673-.954 1.308-1.617 1.904zm3.879 5.146c-.77-.283-1.514-.661-2.234-1.027l-.454-.23-.571-.426.18-.112c.129-.08.42-.265.654-.074l.032.026.013.04c.042.12.138.17.292.24.111.051.236.108.313.221.12.098.265.16.417.224.208.087.421.178.583.366.225-.062.416.083.56.194.098.075.191.147.28.158l.12.017.02.46-.205-.077zm.581-5.116c-.136.033-.251-.072-.329-.14l-.455-.415.113-.13c.205-.238.438-.507.811-.519l.066-.001.045.048c.287.308.681.729.78 1.235l.034.536-.996-.643a.237.237 0 0 1-.069.029zm2.824 3.71l-.032.14-1.788-.396.123-.178c.131-.188.304-.276.457-.354l.093-.047c.103-.246.37-.438.496-.486l.305-.116-.102.264.004.005c.092.017.148-.025.253-.113.067-.056.143-.118.24-.155l.144-.056.047.148c.124.395-.004.71-.117.989-.05.122-.097.236-.123.355zM166.463 24.938l.03-.043.008-.034c.043-.16.126-.252.25-.27a.388.388 0 0 1 .118-.05 7.888 7.888 0 0 0-.503-.528c-.224-.221-.436-.43-.605-.66-.012-.01-.018-.013-.018-.013a.658.658 0 0 1-.282.013l-.091-.016-.043-.082c-.026-.048-.054-.057-.198-.064-.134-.007-.313-.015-.448-.164-.61-.329-1.29-.54-2.012-.763-.558-.172-1.136-.35-1.676-.59l-.035-.02a7.091 7.091 0 0 0-.868-.506 7.63 7.63 0 0 1-.908-.53c-.103-.084-.204-.16-.306-.237-.4-.302-.854-.643-1.065-1.125l-2.828-2.496a.22.22 0 0 1 0-.204c-.126-.11-.288-.286-.305-.503l-.008-.086.061-.063c.093-.093.123-.225.156-.38.029-.13.062-.277.14-.411.215-1.68.071-3.325-.116-4.853l-.006-.044.015-.041c.136-.388.49-.564.803-.719.217-.107.423-.21.548-.367l.138-.174.07.076.053-.058c.146-.158.31-.335.524-.415a1.58 1.58 0 0 1 .115-.107c.088-.077.145-.132.143-.178l-.004-.073.048-.057c.031-.039.049-.059-.14-.244a3.31 3.31 0 0 1-.076-.077l-.12-.129.162-.175-.057-.058.355-.361c-.122-.232.014-.45.094-.576.035-.055.062-.1.079-.138h-.053l-.056-.058-.048-.047a.624.624 0 0 1-.179-.244l-.051.002c-.174.008-.37.017-.543-.078l-.046-.035c-.114-.12-.135-.11-.315.037-.154.125-.388.313-.71.175l-.08-.034-.188-.612c-.083-.09-.153-.18-.216-.26-.182-.233-.302-.388-.602-.398l-.077-.002-.053-.055c-.25-.262-.571-.392-.91-.53-.15-.063-.3-.124-.447-.198-.208.079-.4.019-.56-.03a1.255 1.255 0 0 0-.185-.048 1.393 1.393 0 0 1-.851-.2c-.253-.198-.416-.116-.708.058-.212.126-.473.281-.778.212-.006.004-.007.007-.007.007-.007.025.028.115.047.164.039.1.083.213.071.335l-.006.035a.416.416 0 0 1-.19.257c.136.14.309.253.49.372.403.267.861.569.859 1.22l-.004.04c-.25 1.138-1.109 2.08-2.626 2.88l-.112.059-.097-.082c-.208-.176-.555-.188-.84-.185.03.463-.297.72-.559.927-.34.269-.495.416-.317.823l.01.031.025.09c.044.151.117.402.019.569.117.204.338.34.554.474.13.08.264.162.373.26l.383.339-.512-.01c-.821-.018-1.602.315-2.325.978-.15.204-.037.38.233.702.034.04.068.08.099.12a.694.694 0 0 0 .635-.016l.067-.042.077.018c1.906.438 3.581 1.576 4.595 3.122l.065.1-.06.1c-.564.945-1.437 1.412-2.282 1.862-.192.103-.384.206-.57.313-.255.303-.668.471-1.227.5-.795.394-1.76.633-2.792.693-.35-.025-.56-.137-.744-.237a1.706 1.706 0 0 0-.252-.12c-.115-.056-.17-.063-.204-.047.002.103-.015.197-.034.282.095.05.18.11.262.168.195.137.348.248.59.213l.083-.011.064.054c.285.238.558.398.846.567.152.09.305.18.46.28a.813.813 0 0 0 .218.034c.174.013.48.037.58.316 1.188.268 2.346-.27 3.466-.792l.308-.142c.316-.222.653-.412.98-.596.733-.414 1.425-.805 1.948-1.53l.13-.181.592.597c1.683 1.7 3.425 3.459 5.4 4.679.135.01.245.078.33.13a.5.5 0 0 0 .116.06l.052-.027.05.009c.443.055.857.175 1.257.29.395.115.768.222 1.172.276.161-.04.315.007.452.05.117.035.219.067.286.035l.099-.045.089.062c.128.09.25.085.416.081.145-.004.309-.009.491.056.294.005.638-.042.969-.087.28-.038.571-.077.832-.084l.053-.003.047.028c.151.091.217.053.433-.151.132-.126.31-.293.55-.331zm-13.299-11.676c-.086.34-.176.69-.24 1.031l-.05.27-.234-.144c-.342-.21-.649-.422-.946-.627-.598-.414-1.163-.804-1.893-1.079l-.617-.231.646-.131c.925-.187 1.72-.662 2.561-1.165.275-.164.55-.329.83-.482l.252-.14.027.288c.071.812-.136 1.625-.336 2.41zM211.402 22.409l-.04-.027-.015-.045c-.126-.362-.543-.496-.88-.603-.074-.024-.143-.046-.203-.069l-.028-.014c-.08-.05-.123-.084-.16-.112a.618.618 0 0 0-.2-.109l-.036-.014-.024-.03c-.233-.29-.052-.614.093-.874.057-.1.11-.196.138-.281l.015-.047.04-.027c.256-.178.382-.444.514-.727.142-.302.29-.614.604-.832l.093-.064c.163-.402.274-.8.337-1.213-.453-1.134-1.686-1.394-2.816-1.542-.556.129-1.083.354-1.593.573-.428.183-.87.372-1.334.508l-.078.022-.171-.155-.002-.063c-.004-.217.17-.29.265-.33.023-.01.046-.02.064-.03.124-.282.355-.431.6-.589l.156-.102.074-.05.078.043c.052.028.09.062.114.1.21-.173.469-.385.795-.304.689-.399 1.205-1.02 1.582-1.519l.096-.128.064.059c.185-.248.38-.525.384-.827-.334-.426.01-.833.241-1.105.059-.069.115-.135.16-.197l-.073-.067.078-.105c.33-.444.393-.98.46-1.548.013-.1.024-.2.038-.3-.043-.63-.739-1.024-1.299-1.34l-.167-.096.115-.147c.321-.319.757-.334 1.179-.35l.173-.007.716-.669c.228-.54.444-1.227.15-1.809-.918-1.277-2.754-.97-3.766-.67l-.08.023-.06-.056c-.224-.206-.44-.433-.67-.673-.415-.435-.845-.886-1.329-1.209l-.169-.055c-.26-.082-.527-.167-.759-.361a1.26 1.26 0 0 1-.7.03c-.118.09-.22.145-.312.193-.134.071-.235.124-.345.277.053.196.159.391.27.597.248.46.53.983.175 1.564-.7 1.002-1.62 1.831-2.512 2.633-.554.498-1.126 1.013-1.643 1.566.031.324-.17.527-.332.693-.172.175-.278.294-.247.49.029.059.049.12.067.18.049.16.072.204.149.215l.11.016.014.11c.052.428.369.586.735.769.118.06.24.12.356.192.16-.122.295-.062.39-.02a.687.687 0 0 0 .099.038l.043-.03a.777.777 0 0 0 .049-.103c.037-.09.09-.217.214-.287l.013-.172c.015-.189.032-.384.005-.516l-.014-.074.052-.055c.634-.66 1.226-1.23 1.854-1.835l.495-.479.076.031.133-.208c.264-.411.748-.648 1.175-.857.187-.091.364-.178.514-.273l.051-.02.572-.11.032.136a.24.24 0 0 1 .006.071c.046-.016.093-.03.137-.042.118-.035.23-.066.31-.138l.058-.052.075.02c.154.04.332-.052.518-.151.08-.043.162-.086.247-.12.149-.507.606-.632 1.012-.742.255-.07.497-.136.666-.283l.094-.08.094.078c.014.011.05.023.082.033.095.031.27.089.288.306l.002.02-.004.02c-.134.644-.598.928-1.047 1.203a4.48 4.48 0 0 0-.5.338l-.168.09c-1.092.485-2.291.585-4.072.735l-.275.026c.134.068.173.225.174.287l.003.037-.015.058c-.052.11-.142.157-.202.188l-.031.017c-.009.282.034.54.078.812.049.298.1.606.078.948-.084.77-.175 1.536-.268 2.304-.492 4.098-1.002 8.334-.185 12.686.146.098.185.248.213.361.012.044.022.087.038.12.046.022.131.013.164-.02l.137-.137.093.17.023.016.009.007.03-.027.099.078c.31.246.748.036 1.134-.15l.084-.039.01-.039c.08-.295.076-.397-.102-.464l-.122-.044.031-.126-.005-.04c-.01-.063-.035-.23.138-.312l.042-.02.045.009c.57.098 1.1-.166 1.613-.423.1-.05.2-.1.3-.147.146-.25.39-.257.589-.261.116-.003.226-.005.316-.05l.035-.017.04.002c.303.022.574.12.836.215l.09.032c.378-.202.768-.157 1.115-.117.386.044.72.082 1.022-.172l.053-.107c.132-.258.21-.44.096-.608l-.062-.093.15-.171a.888.888 0 0 0-.41-.623zM201.4 8.624c-.228.22-.463.449-.728.63l-.215.145-.013-.259-.002-.022c-.002-.039-.006-.094.01-.15l-.102-.086.13-.111a7.57 7.57 0 0 1 1.426-.969l.151.248c-.23.16-.437.362-.657.574zm3.514-.281a.187.187 0 0 0 .053-.032l.098-.047c.695-.035 1.462-.074 2.073-.103l.019.29c-.208.017-.474.205-.73.387-.315.223-.64.453-.958.453a.612.612 0 0 1-.163-.022c-.22-.06-.395-.236-.535-.543-.088-.272.074-.35.143-.383zm.035 4.426c.027-.027.03-.031-.013-.125-.037-.082-.102-.226-.012-.374-.038-.182.027-.366.086-.53.035-.098.068-.191.078-.276l.022-.062c.158-.247.407-.255.607-.262.135-.005.263-.01.36-.079.145-.108.292-.237.434-.362.339-.297.689-.605 1.122-.737l.291-.09-.113.282c-.215.535-.551.93-.908 1.346-.172.202-.35.41-.516.639l-.021.023c-.082.073-.164.17-.25.273-.227.269-.502.596-.92.596a.85.85 0 0 1-.17-.018l-.265-.053.188-.191zm.028 3.167l-.1-.058.067-.14c.096-.147.257-.141.362-.138a.412.412 0 0 0 .099-.003l.248-.06-.075.243c-.047.154-.156.266-.261.374-.042.043-.084.086-.121.132l-.127.156-.108-.17c-.092-.145-.02-.274.016-.336zm2.816 2.767c-.453 1.016-1.194 2.46-2.41 3.255l-.083.054-.081-.057c-.203-.144-.127-.34-.094-.423.009-.023.023-.057.022-.07l-.087-.06.02-.102c.054-.18.04-.34.023-.508-.018-.194-.038-.394.039-.632l.016-.048.041-.029c.048-.032.102-.064.158-.098.264-.159.45-.287.44-.494l-.004-.08.066-.046a6.053 6.053 0 0 1 1.758-.86l.303-.091-.127.289z' /%3e %3cpath d='M201.023 21.618l-.01-.02c-.11-.278-.415-.342-.74-.41a3.338 3.338 0 0 1-.331-.08l-.255-.081.207-.17c.567-.464.87-1.13.854-1.873l-.014-.02c-.028-.045-.074-.12-.05-.21a.221.221 0 0 1 .043-.085c-.12-.742-.33-1.432-.972-1.567-.122-.034-.2-.092-.244-.174-.074-.138-.024-.295.02-.433.031-.1.067-.21.034-.255l-.052-.068.035-.077c.321-.73.165-1.606.014-2.453a13.43 13.43 0 0 1-.126-.797l-.003-.018.003-.018c.034-.265.217-.416.379-.55.04-.033.08-.065.115-.097l-.069-.082c-.15-.193-.363-.156-.699-.078a2.61 2.61 0 0 1-.363.067l-.063.006-.912-.824.033-.091c.207-.583.704-1.223 1.226-1.589.006-.124.093-.212.145-.264l.032-.033a.883.883 0 0 1-.26-.1l-.138-.07.01-.079-.01-.016c-.03-.045-.078-.12-.052-.215a.234.234 0 0 1 .012-.033c-.192-.217-.564-.239-.926-.26a8.693 8.693 0 0 1-.222-.014 2.505 2.505 0 0 0-.26.072c-.194.06-.395.123-.584.088l-.308-.057 1.435-1.17.056.003c.117.006.196-.059.318-.167.063-.056.13-.115.21-.16l.029-.018.033-.002c.458-.03.791-.348 1.144-.684.215-.206.437-.417.695-.566l-.011-.011.18-.25a.615.615 0 0 1-.264-.302.535.535 0 0 1-.023-.34c-.548-.337-1.358-.564-2.101-.246l-.03.013-.033-.002c-.098-.002-.219.048-.344.105-.246.108-.615.271-.879-.146a4.014 4.014 0 0 1-.326-.203c-.282-.188-.55-.366-.834-.296-.037 1.228-.493 2.31-.934 3.359-.144.344-.294.698-.425 1.051-1.02 3.022-2.745 5.842-4.411 8.57-.485.791-.986 1.61-1.46 2.421-.12.225-.101.445.06.694l.091-.101.15.127c.18-.107.342.027.419.09.05.041.08.062.099.07.091-.21.31-.256.46-.288.059-.012.114-.024.16-.041.188-.303.404-.57.613-.828.268-.332.521-.644.715-1.02l.018-.028c.24-.286.445-.61.662-.953.226-.357.458-.725.742-1.063l.027-.025a.71.71 0 0 1 .112-.06c.022-.01.056-.025.076-.038l-.037-.085.084-.072c.302-.242.6-.573.799-.886l.083-.132.126.093c.263.195.332.478.393.728.06.244.111.455.316.59.114.004.226.015.339.024.369.034.688.064.97-.133l.153-.106.066.173c.105.273.004.542-.086.78-.041.11-.08.214-.101.315l-.008.034-.022.028c-.099.12-.168.282-.242.45-.146.338-.31.718-.752.82-.056.221-.252.325-.389.398l-.087.048.04.033c.07.058.166.138.184.27l.005.036-.011.033c-.19.544-.714.634-1.135.706l-.016.003c-.827 1.291.035 2.436.868 3.543.206.274.402.533.57.794.226.142.413.354.594.559.241.273.472.535.774.615a.367.367 0 0 1 .203-.341l.046-.023.049.01a.386.386 0 0 0 .066-.007.526.526 0 0 1 .148-.007c.022-.027.047-.05.066-.07a.418.418 0 0 0 .057-.064.344.344 0 0 1 .255-.201.383.383 0 0 1 .143-.004.312.312 0 0 1 .007-.085l.022-.055-.035-.033V24.8c0-.02-.016-.061-.028-.095-.04-.105-.132-.353.157-.481l.05-.022-.293-.471.144-.071c.409-.202.896-.256 1.367-.309.358-.04.696-.078.981-.175a1.22 1.22 0 0 1 .391-.232c.18-.075.32-.136.408-.316l.014-.03.027-.022c.066-.05.132-.074.18-.092.027-.01.043-.015.053-.022-.18-.242-.037-.442.051-.566.094-.133.12-.183.065-.278zM196.49 7.936c.03-.327.225-.574.414-.812.15-.188.29-.364.337-.566l.018-.076.073-.026c.195-.073.445-.121.687-.168.134-.026.267-.051.391-.081l.418-.1-.27.332c-.293.361-.659.645-1.012.92-.275.213-.56.434-.807.69l-.285.295.036-.408zm-.982 6.263l-.038-.209c-.035-.193.091-.322.183-.417.077-.078.113-.12.104-.162l-.014-.079.504-.468.096.067c.178.124.19.517.067.7l-.045.043-.857.525zm.948 6.563c-.228.308-.473.595-.72.617a.325.325 0 0 1-.084.01c-.227 0-.46-.226-.517-.385l-.025-.068.04-.06c.172-.267 1.078-.382 1.222-.38l.274.013-.19.253zm.625-10.04c-.048.128-.107.287-.266.414l-.04.033h-.051c-.07-.003-.074.006-.124.074l-.025.032.066.052-2.064 2.458.233-.712c.067-.204.153-.4.237-.587.104-.233.202-.453.265-.688l.01-.036.026-.027c.098-.1.155-.3.21-.496.081-.284.165-.579.403-.688.138-.063.297-.053.486.031a.556.556 0 0 0 .248-.042.715.715 0 0 1 .273-.052l.198.012-.085.222zM109.565 16.852l.027.001.07.062c.034.01.056-.009.11-.068l.075-.077c-.122.024-.241.05-.359.08l.077.002z' /%3e %3cpath d='M115.188 16.605c.198-.75.039-1.51-.471-2.257-.884-1.12-1.668-1.728-3.5-1.937-.226-.026-.552-.001-.868.022-.324.025-.66.05-.907.023l-.138-.015.091-.105c.245-.285.447-.55.443-.897a5.268 5.268 0 0 0-.094-.096 1.964 1.964 0 0 1-.288-.338c-.106-.056-.212-.127-.315-.195-.355-.237-.691-.461-1.085-.203l-.032.022-.035-.015c-.136-.056-.282 0-.436.059-.175.066-.356.134-.546.056l-.105-.044.085-.077c.238-.216.527-.433.807-.643.1-.074.197-.149.293-.222l.022-.012.254-.083c.475-.152.922-.295 1.265-.7l.05-.059.1.098c.096-.19.195-.385.288-.579-.05-.258-.265-.359-.492-.467-.092-.043-.185-.087-.27-.143-.155-.056-.25-.177-.332-.283-.094-.12-.175-.224-.33-.233l-.054-.002-.013-.052c-.039-.156.013-.279.058-.387.023-.055.045-.106.056-.16l.007-.04.037-.014c.092-.036.176-.089.265-.145.167-.104.34-.211.568-.205.055-.002.079-.035.122-.114.041-.076.102-.188.254-.173.314-.295.21-.71.074-1.108-.1-.229-.326-.36-.59-.51-.233-.134-.473-.272-.662-.503-.08-.126-.145-.212-.207-.294-.127-.168-.236-.312-.355-.645l-.03-.092c-.06-.182-.15-.456-.249-.502-.157-.104-.254-.241-.358-.387-.105-.148-.213-.3-.381-.415-.172-.038-.262-.176-.343-.298-.107-.163-.17-.245-.332-.2l-.293.059c-.107.016-.183.018-.249.02-.142.007-.227.01-.448.132l-.033.009c-.149.002-.197.052-.277.134-.054.056-.12.125-.23.19a1.243 1.243 0 0 0-.285.38.943.943 0 0 1-.124.198c.042.282.215.453.383.618.067.065.13.127.185.196.256.36.43.59.682.795.113.14.093.269.078.372-.01.066-.019.122.002.174.083.29.136.67-.074.881l-.017.017-.024.004c-.515.079-.995.282-1.458.479-.324.137-.658.28-1.004.38-.143.028-.286.044-.424.06-.253.03-.515.062-.743.156-.09.334.084.619.268.919.098.16.199.325.258.5l.016.044-.047.045c.063.091.125.184.186.276l.115.173c.397.185.691.001 1.003-.193.15-.094.305-.19.474-.247l-.018-.018.185-.18a3.18 3.18 0 0 0 .184-.084c.204-.098.415-.2.609-.152l.032.008.015.03c.038.077-.007.134-.036.165.104.337.025.715-.2.954l-.026.017-2.003.824-.04-.043c-.134.115-.271.13-.394.143-.122.013-.23.025-.336.128v.005c-.003.063.001.068.018.076l.085.045-.106.11c-.005.056.013.105.033.16l.024.07.009.029-.015.027c-.14.25-.026.398.118.585.064.084.13.17.177.271.023.09.093.164.164.184.045.013.084.001.12-.034l.053-.054.051.055c.076.082.117.06.222-.01.097-.064.244-.162.407.01l.014.021c.036.085-.023.142-.05.171l-.01.008a9.489 9.489 0 0 0-.28 1.354l-.011.054-.053.008c-6.158 1.056-7.657 3.324-8.275 5.182a8.72 8.72 0 0 1-.047.434c-.11.882-.233 1.88.536 2.413.497.285.996-.038 1.438-.323l.022-.014c.884-1.323 2.28-2.518 3.644-3.118l.202-.124c.505-.31 1.027-.632 1.58-.852 1.588-.888 3.4-1.567 5.529-2.071.26-.049.522-.11.798-.173 1.047-.24 2.235-.513 3.269 0l.016.011c.36.327 1.106 1.007.822 1.691l-.008.019-.015.013c-.72.515-1.604.675-2.458.83-.192.034-.382.069-.567.106l.135.136c.325-.026.62.018.905.062.149.023.302.046.456.058.289.09.601.112.903.132.389.027.79.055 1.135.217l.069.032-.067.129.16-.062.033.04.016.018c.014.013.04.037.053.07.093.002.178.002.232-.042l.057-.045.045.055c.005.008.012.013.018.019.012.012.029.03.043.052l.596-.147c.156-.133.228-.298.305-.472.062-.14.126-.286.237-.415zm-10.252-2.834c-2.137.817-5.611 2.601-6.153 3.01-.125.093-.276.199-.441.314-.551.383-1.238.86-1.589 1.365l-.066.096-.057-.102c-.186-.336-.125-.746-.066-1.143.028-.188.056-.381.056-.558.564-2.387 3.094-3.202 5.119-3.468.447-.02.88.04 1.301.095.585.079 1.138.152 1.684.027l.034-.008.026.021c.052.04.075.09.094.132.02.045.035.07.066.089l.137.076-.145.054z' /%3e %3cpath d='M113.66 22.187c.399-.058.782-.284 1.062-.631l.002-.113c.057-.209.056-.492.054-.7v-.047c-.114-.09-.144-.211-.169-.32-.03-.125-.053-.223-.19-.282l-.03-.012-.01-.03c-.335-.942-1.208-1.614-2.172-1.673-1.086-.345-2.506-.219-3.27.83l-.05.07-.249-.251c-.159-.273-.444-.485-.72-.69-.453-.336-.921-.684-.836-1.306l.004-.025.018-.018c.033-.031.063-.076.094-.124.07-.107.155-.239.319-.242.042-.071.021-.167-.015-.292a1.814 1.814 0 0 1-.02-.076l-.006-.022.007-.02c.027-.075.031-.13.01-.166-.035-.064-.16-.09-.283-.115-.123-.024-.25-.05-.344-.118-.187.153-.355.102-.548.044l-.02-.007c-.622.368-1.327.548-2.01.722-.594.152-1.21.309-1.758.589l-.035.018-.035-.02a.28.28 0 0 0-.214-.033.233.233 0 0 0-.144.122c-.146.354.04.676.255.976.356-.087.716-.185 1.063-.28.719-.196 1.462-.397 2.23-.515l.037-.006.105.108-.005.035c-.113.801.417 1.242.977 1.708.37.309.754.627.972 1.066.24.628-.298 1.017-.729 1.328-.12.086-.232.168-.326.25l-.016.014-.02.003c-.082.016-.167.05-.257.09-.17.07-.346.143-.525.083l-.194-.066.192-.07c.055-.021.081-.075.112-.137.038-.077.097-.196.245-.179.008-.063.005-.064-.013-.072l-.072-.027.054-.116c.045-.1.095-.213.205-.3.005-.112.032-.224.058-.334.054-.226.105-.44-.043-.62l-.015-.019-.001-.025c-.024-.6-.433-.784-.905-.997-.229-.103-.465-.209-.662-.37-.45-.066-1.265-.127-1.794.164-.64.294-1.423 1.147-1.324 1.587l.003.015-.002.015c.019.067.39.544.78.966.36.21.548.422.574.65.039.332-.27.62-.594.926-.314.294-.638.599-.646.94.046.139.052.303.058.476.012.326.024.664.31.853 2.084.939 4.414 1.21 6.382.74.559-.29 1.153-.596 1.853-.636.504-.073.69-.612.794-1.079-.049-.416-.24-.774-.46-1.187l-.06-.134c0-.199-.12-.6-.209-.703l-.046-.052.067-.064a2.675 2.675 0 0 1-.094-.23c-.068-.18-.132-.347-.262-.448l-.057-.044.176-.233-.047-.043.018-.046c.087-.22.298-.25.484-.274a.957.957 0 0 0 .245-.055c.165-.079.392-.07.592-.062.09.004.175.007.234 0l.173-.02-.107.137a.723.723 0 0 1-.366.23c.108-.004.22-.017.343-.056l.054-.016.03.047c.013.021.11.021.157.021.096 0 .194 0 .235.077.016.03.017.063.01.095a.468.468 0 0 1 .27.07l.039.028-.01.046c-.047.222.061.27.273.342.136.046.311.106.356.278.075-.065.17-.115.3-.069a.171.171 0 0 1 .104.158zm-10.253-1.445l.012-.016a1.6 1.6 0 0 1 1.028-.48l.137-.01-.069.118a7.927 7.927 0 0 0-.185.35c-.13.253-.262.514-.457.748l-.056.067-.055-.066c-.026-.031-.062-.065-.102-.103-.154-.146-.387-.368-.253-.608zm4.689 3.132l-.024.06-.03.011c-1.102.427-2.05.641-2.858.641-.65 0-1.21-.138-1.688-.415l-.082-.048.068-.067c.069-.068.138-.138.208-.21.358-.364.729-.742 1.196-.9l.041-.013.122.116c.249-.045.495-.05.732-.057.311-.008.604-.016.89-.105l.231-.07-.153.187c-.008.01-.017.018-.026.027.06.01.121-.02.21-.068.12-.064.283-.15.464-.027.236-.073.443-.248.643-.418.051-.045.104-.089.157-.131l.077-.063.036.093c.183.477-.037 1.02-.214 1.457zm3.85-3.833c-.181.067-.36.158-.533.246-.354.18-.72.368-1.156.387l-.07.003-.006-.071a1.821 1.821 0 0 0-.065-.327c-.047-.179-.096-.364-.05-.541-.03-.16.016-.348.059-.529.023-.096.046-.194.057-.284l.007-.063h.064c.836-.011 1.42.265 1.677.79l.006.017.067.35-.058.022zM90.63 20.807c.317-.216.845-.677.914-.993.005-.02.126-.48.02-1.246a.652.652 0 0 0-.057-.1c-.16-.204-.651-.79-.988-1.06h-.122l-.084-.148c-.115-.204-.494-.764-.857-.894l-.044-.02c-.001 0-.223-.098-.778-.07a.436.436 0 0 1-.224-.05c-.045.002-.17.016-.41.12a1.21 1.21 0 0 0-.194.114l-.026.051-.072.042c-.123.073-1.212.694-1.93.236a.708.708 0 0 0-.084-.036h-.112l-.099-.115c-.115-.142-.13-.46-.108-.62 0-.141-.013-1.084-.41-1.631l-.162-.221.044-.037a1.33 1.33 0 0 0-.229-.17 1.464 1.464 0 0 1-.454-.253l-.073.025-.127-.156c-.024-.029-.101-.094-.166-.097-.028-.002-.41-.022-.82.336a.337.337 0 0 1-.231.157c.113.041.255.124.365.288.116.08.182.207.175.34a1.91 1.91 0 0 1-.628 1.62.66.66 0 0 1-.275.182 2.807 2.807 0 0 0-.07.036c.05.076.092.214-.043.392-.322.516-.513.589-.61.604-.106.129-.472.527-.971.517-.114.03-.426.114-.587.149a.36.36 0 0 1-.1.008.357.357 0 0 1-.113.043s-.408.095-.69.193a.368.368 0 0 1-.303.09.341.341 0 0 1-.255-.214.781.781 0 0 1-.049-.593s.125-.46.171-.746l.025-.08c.043-.087.42-.86.698-1.158l.113-.144a.343.343 0 0 1-.065-.06c-.054-.063-.13-.203-.044-.425.038-.077.28-.545.586-.762l.258-.182.005.011.011-.009c-.08-.11-.072-.254.023-.43a.509.509 0 0 1 .112-.168c.054-.143.185-.35.503-.51l.035-.018.023-.046.122-.037a.588.588 0 0 1 .156-.024.4.4 0 0 1 .233-.118c.02-.01.041-.02.063-.028l-.01-.098.296-.024c-.003 0 .21-.041.464-.401l.054-.058c.047-.038.436-.346.857-.373a.54.54 0 0 1 .208-.08c.294-.087.626-.254.747-.392-.172-.16-.386-.422-.437-.768l-.003-.04c0-.009-.006-.93-.023-1.393 0 0-.035-.345-.213-.609l-.032-.063a3.726 3.726 0 0 1-.174-.647l-.021-.035a.94.94 0 0 1-.11-.27c-.148-.194-.666-.846-1.25-1.26a2.07 2.07 0 0 0-.464-.268l-.219-.075.005-.048a.57.57 0 0 1-.102-.051s-.132-.078-.278-.148c-.224-.1-.328-.149-.379-.174a.514.514 0 0 0-.323.055.36.36 0 0 1-.207.085.635.635 0 0 0-.034.054l-.118.192-.06-.019c-.002.07-.01.27-.017.386 0 0 .015.75.81 1.71.054.073.414.597.33 1.05l-.009.037c0 .002-.065.202-.096.366-.002.167-.038.326-.246.367-.018.276-.305.478-.371.564-.093.136-.333.34-.473.454-.227.18-.493.326-.637.4a.312.312 0 0 1-.199.13.827.827 0 0 1-.446.125H78.4l-.163-.018c-.037-.024-.258.06-.302.054-.081.051-.188.129-.3.254a.453.453 0 0 1-.302.153.374.374 0 0 1-.1-.009.383.383 0 0 1-.194.097l-.037.005-.063.058-.086.005c-.216.035-.384.026-.499-.028l-.058.018s-.263.06-.49.262l.016.493a.784.784 0 0 1-.058.306l.003.007a.588.588 0 0 1 .044.146l.073.012-.02.264v.008l.036.04v.106l.005.171a.31.31 0 0 1 .088.243l.096.057-.034.14c.023.03.04.062.051.099.003.007.004.015.006.023.05.032.099.085.13.156l.194.035.006.104.037.026a.321.321 0 0 1 .058.058c.02.009.04.015.052.02a13.1 13.1 0 0 0 .364-.023v-.086l.271.024.174-.038a.308.308 0 0 1 .049-.007.385.385 0 0 1 .138-.09c.073-.056.25-.206.428-.453l.062-.085.066-.018a.343.343 0 0 1 .298-.147.33.33 0 0 1 .096.02.392.392 0 0 1 .408.104.346.346 0 0 1 .102.235.38.38 0 0 1-.092.262c-.062.1-.315.49-.655.8l-.012.012-.004.056-.124.06-.02.027a.446.446 0 0 1-.157.113 4.029 4.029 0 0 0-.618.797l-.016.025c-.003.005-.329.447-.48.777a.372.372 0 0 1-.125.188l-.007.02c0 .002-.125.353-.162.478l-.095.324-.035-.016c-.063.18-.144.36-.244.47-.09.145-.34.372-1.02.52l-.045.017a.644.644 0 0 1-.254.056l-.038.012c-.422.137-.655.18-.787.19l-.037.014a.78.78 0 0 1-.322.055.387.387 0 0 1-.238.082l-.08.03a1.186 1.186 0 0 1-.306.077l-.08.034a1.09 1.09 0 0 1-.267.086.363.363 0 0 1-.214.094c-.637.115-.918.05-1.049-.02a.335.335 0 0 1-.301-.094 1.413 1.413 0 0 0-.135-.073l-.514-.098a.8.8 0 0 0-.223-.007.338.338 0 0 1-.18.233c-.015.03-.06.112-.084.272l-.027.085a.57.57 0 0 1-.057.092l-.006.61c.001.05-.007.1-.025.145l.11.162-.082.065.135.226-.122.015c.082.085.12.191.111.294.023.046.04.098.043.155a.812.812 0 0 1 .243.393.357.357 0 0 1 .283.442v.005c.028.029.054.063.073.102l.036.024.034.074a.555.555 0 0 1 .038.112l.018.021c.048.056.105.128.15.2.153.078.236.182.248.311v.007a.607.607 0 0 1 .423.122.484.484 0 0 0 .163.075l.372-.074-.023.229.029.008a.362.362 0 0 1 .097.029.56.56 0 0 1 .218-.02c-.013-.002.088-.01.209-.127l.046-.037a.353.353 0 0 1 .278-.045c.085-.02.196-.062.25-.127l.107-.126.054.009.12-.05c.01-.004.95-.397 1.447-.732.086-.054.463-.288.749-.362l.011-.026.113-.042a.598.598 0 0 1 .166-.034.438.438 0 0 1 .353-.107c-.005 0 .05-.007.139-.066l.046-.03.054-.012a.556.556 0 0 1 .139-.01l.07-.038c.028-.01.282-.108.739-.165a.886.886 0 0 0 .18-.027l.033-.034.076-.021c.066-.019.24-.064.418-.075l.194-.043a6.388 6.388 0 0 1 1.524-.116l.45.02a.81.81 0 0 0 .108-.01l.128-.03.073.047a.577.577 0 0 1 .128-.043l.046-.13.257.103.044-.036.05-.007c.036-.01.884-.231 1.812-.209l.01-.046.242.007c.375.01.992-.016 1.188-.107l.053-.019c.018-.004.136-.032.302-.034l.002-.017.18-.053a.716.716 0 0 1 .217-.03c1.078-.346 1.454-.43 1.61-.443.121-.08.532-.299 1.31-.215.003 0 .36.026.85.234l.028.013a.689.689 0 0 0 .185.07l.073.01c.135.036.519.153.761.359l.04-.016a.9.9 0 0 1 .108-.035l-.021-.249.368.161h.006z' /%3e %3c/g%3e %3c/g%3e %3c/svg%3e",onClick:()=>window.open("https://www.nmtl.gov.tw/")}),c.createElement("div",{className:"footer__content"},y&&c.createElement("div",{className:"footer__content__item"},c.createElement("div",{className:r},`${g({id:"common.visit.count.day"})}:${w}`),c.createElement("div",{className:r},`${g({id:"common.visit.count"})}:${N}`),c.createElement("div",{className:r},`${g({id:"common.upgrade.time"})}:${E}`)),c.createElement("div",{className:"footer__content__item"},c.createElement("div",{className:"footer__content__item__title"},g({id:"common.form.contactUs"})),b.filter((c=>{let{type:l}=c;return"contact"===l})).map(((l,a)=>{let{name:e}=l;return c.createElement("div",{className:r,key:a.toString()},e)}))),c.createElement("div",{className:"footer__content__item"},c.createElement("div",{className:"footer__content__item__title"},g({id:"common.link"})),b.filter((c=>{let{type:l,name:a}=c;return["url","socialmedia"].includes(l)&&a})).map(((l,a)=>{let{name:e,url:t}=l;return c.createElement("a",{className:"footer__content__item__link",href:t,key:a.toString(),target:"_blank",rel:"noopener noreferrer"},e.toUpperCase())})),c.createElement("div",{className:"footer__content__item__link",onClick:()=>h(!0)},g({id:"common.has.problem"})))),c.createElement(n,{mailto:(b.find((c=>{let{type:l}=c;return"mailto"===l}))||{}).url,open:v,emailAPI:d,setOpen:h,formatMessage:g,onNotify:M}))))};s.defaultProps={color:void 0,className:void 0,footerAPI:void 0,visitsAPI:void 0,emailAPI:void 0,footerBg:void 0,footerBgMobile:void 0,formatMessage:c=>{let{id:l}=c;return l},onNotify:()=>{}},s.propTypes={color:t.string,className:t.string,footerAPI:t.string,visitsAPI:t.oneOfType([t.string,t.object]),emailAPI:t.string,footerBg:t.node,footerBgMobile:t.node,formatMessage:t.func,onNotify:t.func};export{s as default};
1
+ import { a as _slicedToArray, d as _typeof } from './_rollupPluginBabelHelpers-a52356f6.js';
2
+ import React__default, { useState, useEffect } from 'react';
3
+ import { c as classNames } from './index-ef96775f.js';
4
+ import PropTypes from 'prop-types';
5
+ import axios from 'axios';
6
+ import { C as ContactModal } from './ContactModal-33f4e605.js';
7
+ import { S as Spin } from './Spin-1741f625.js';
8
+ import { s as styleInject } from './style-inject.es-1f59c1d0.js';
9
+ import './hoist-non-react-statics.cjs-3f408ad2.js';
10
+ import 'react-is';
11
+ import './Modal-2c39d5b8.js';
12
+ import '@material-ui/core';
13
+ import '@material-ui/icons';
14
+ import './Button-4fddcd2f.js';
15
+ import './_commonjsHelpers-70de2c37.js';
16
+ import './Select-0f131640.js';
17
+ import './Empty-e50b760e.js';
18
+ import './createSvgIcon-d9801fb7.js';
19
+ import './defaultTheme-5839b9b3.js';
20
+ import '@material-ui/styles';
21
+ import 'react-dom';
22
+ import './globalConfig';
23
+
24
+ /* eslint-disable max-len */
25
+ const NmtlLogo = _ref => {
26
+ let {
27
+ className,
28
+ color,
29
+ onClick
30
+ } = _ref;
31
+ return /*#__PURE__*/React__default.createElement("svg", {
32
+ xmlns: "http://www.w3.org/2000/svg",
33
+ width: "212",
34
+ height: "39",
35
+ viewBox: "0 0 212 39",
36
+ className: className,
37
+ onClick: onClick
38
+ }, /*#__PURE__*/React__default.createElement("g", {
39
+ fill: color,
40
+ fillRule: "nonzero"
41
+ }, /*#__PURE__*/React__default.createElement("path", {
42
+ d: "M36.856 33.19c-.125.581-.38 1.9-.524 2.044-.228.119-.312 2.046-.743 1.757-.66-.288-1.485-.285-2.08-.69-.519-.174-1.37-2.032-1.925-2.19-.875-.528-.745-1.297-1.5-1.965-.718-.837-1.687-1.353-2.496-2.11-.723-.282-1.177-.91-1.75-1.36l.04-.033c-.826-.399-2.902-1.35-3.231-2.169-.034-.158 2.177-1.594 2.58-2.26.903-1.192 1.112-2.293 1.777-3.602.564-.582 1.318-1.715 1.454-2.504 1.033-1.684.712-2.002 2.099-3.524.125-.535.492-1.586.677-2.097 0 0 .574-.838 1.017-.417.818-.068 1.791.004 2.628.122.674.491.759 1.406.924 2.126.526.837.79 3.836.715 4.27.022.816.201 1.547.09 2.297l.09.073c-.065.725.157 1.422.227 2.055.325 1.35.196 2.765.053 4.129.291.663-.092 1.533.2 2.2.179 1.357-.576 2.52-.322 3.847zM33.751 2.787c-.269-.136-.611-.448-.623-.43-.148-.115-.529-.188-.653-.225-1.415.083-2.148-.082-3.44-.32-1.022.018-.728-.02-2.207-.066-2.005.247-3.807-.134-5.536.962 0 .122 0 .233.03.343a5.873 5.873 0 0 0 .017 1.858c.315.796.236 1.778.782 2.472 1.135.45 2.162.89 3.437.943.998-.221 1.693-.593 2.767-.264 1.486-.198 2.11-.612 2.236-.864.519-.188.997-.461 1.605-.39.885.17 1.085-.28 1.956-.18.574-.165.26-1.175.433-1.649-.264-.7.016-1.836-.804-2.19zM25.022 12.384c-.646-.622-1.194-.326-1.614-.49-.581-.098-.674-.324-2.332-.006-1.259-.097-1.403.05-3.373-.048-1.195-.13-1.311.274-1.668.217-.8.433-.37.518-1.06 1.088-.343.098-.713.208-.62.697-.049.323-.48 1.49-.255 1.476.178.16.182.806.241 1.012.1.797 1.429 1.77 1.573 2.534.26.652.717 1.165 1.695 2.12 1.327 1.06.704 2.05 2.179 2.938.608-.333.481-.544.95-.864.005-.004.606-.684.614-.686.058.025.49-.68.776-1.06.29-1.352 1.05-.898 1.789-2.21l.439-.689c.339-.802 1.037-1.04 1.244-1.915-.004-.19.304-.704.323-.98.647-1.223-.563-2.345-.901-3.134zM27.486 37.139c.025.208-.122.373-.26.474-.834.216-2.57.146-3.461.138-1.19-.08-2.17.93-3.438.758-.96.462-1.963-.07-2.967-.026-1.991-.106-3.923-.837-5.936-.497-.773-.2-1.608.227-2.355-.124l-3.934-.175c-.307-.333-.109-.9.567-1.399.68-1.215 2.96-1.41 3.379-2.258.584-.61 1.336-.792 1.932-1.367 1.302-.918 2.192-1.68 3.445-2.711.38-.077.647-.434 1.018-.525.116-.23.404-.222.597-.339.639-.418 1.458-.855 2.235-.894.018.094 1.053 1.235 1.313 1.342 1.212.447 2.064 1.688 3.288 2.138 0 0 1.72 1.639 2.022 1.646.467.456 1.56 1.27 1.831 1.886.187.587.724 1.933.724 1.933zM13.814 26.083c-.847.186-1.815 1.204-2.59 1.659-1.298.756-3.244 3.209-3.964 3.798-.758.87-3.361.973-4.124 1.965-.472.345-1.578.847-1.756.67C-.419 33.154.396 30.31 0 28.342c.06-1.579.154-3.075.169-4.732.154-1.287.264-2.196.203-3.492-.266-1.28-.542-3 .06-4.026A8.237 8.237 0 0 0 .06 13.8c-.031-.207.467-.51 1.222-.518 1.13-.256 2.29-.716 3.54-.355a17.15 17.15 0 0 0 3.78.367c.646.435.934 1.435 1.64 1.873.422.754.74 1.835 1.103 2.62.92 1.247 1.217 1.08 1.92 2.148.191.578.573 1.547.888 2.032.118.268 1.253 2.431.893 3.087-.078.451-1.054.955-1.232 1.03zM17.835 7.577c.08.492-.215 1.29-.43 1.374-.195.099-2.216-.571-3.176-.273-1.586.041-7.549.654-9.173.551-.891.766-4.892.105-4.676-.336.013-.38-.084-.813-.198-1.16-.255-1.65.302-3.378.569-4.996.096-.138.996-.433 1.373-.604 2.612-.178 9.137 1.179 11.635.461.8.042 1.721-1.116 2.353.073.478.197 1.785 3.488 1.723 4.91z"
43
+ }), /*#__PURE__*/React__default.createElement("g", null, /*#__PURE__*/React__default.createElement("path", {
44
+ d: "M47.44 31.76c.3 0 .69.028 1.36.028.255 0 .554 0 .7-.008.063.144.144.271.353.525.789.997 2.14 2.675 2.684 3.292a.065.065 0 0 0 .045-.018c-.009-1.188 0-2.086-.045-2.785-.019-.298-.1-.444-.399-.516-.2-.045-.39-.073-.616-.1-.045-.045-.027-.39 0-.418.209 0 .626.027 1.315.027.562 0 .98-.027 1.17-.027.036.045.036.372 0 .418a3.641 3.641 0 0 0-.39.082c-.245.08-.354.153-.39.553-.056.708-.074 1.814-.083 3.291 0 .418.01.944.018 1.279a7.793 7.793 0 0 0-.915.01c-.636-.835-2.467-3.22-3.229-4.163-.027-.027-.055 0-.055.01-.009.989 0 2.576.027 3.01.018.372.154.517.408.58.145.037.317.064.58.11.046.044.028.335-.017.408-.372 0-.799-.027-1.252-.027-.462 0-.942.027-1.279.027-.045-.045-.036-.372 0-.408.218-.036.372-.063.563-.128.208-.081.298-.263.317-.508.054-.507.073-2.185.082-3.437 0-.18-.064-.434-.299-.526a2.31 2.31 0 0 0-.653-.154c-.045-.046-.035-.381 0-.426zM56.498 34.436c-.145-.2-.381-.282-.634-.282-.19 0-.345.064-.408.128-.091.091-.245.427-.327.599-.046.045-.426-.1-.417-.181.018-.11.136-.599.218-.662.444-.317 1.134-.554 1.423-.554.471 0 .853.227 1.07.544.19.281.246.572.246.916 0 .436-.037 1.088-.037 1.47 0 .198.072.308.264.308.136 0 .217-.01.344-.037.018.037-.018.39-.054.426-.245.209-.717.327-.97.327-.282 0-.481-.1-.536-.254a1.44 1.44 0 0 1-.055-.19c0-.018-.036-.018-.045-.01-.462.281-.916.445-1.097.445-.199 0-.39-.092-.553-.236a1.217 1.217 0 0 1-.363-.88c0-.164.109-.507.173-.59.335-.181 1.487-.453 1.804-.588a.147.147 0 0 0 .073-.092c.01-.036.01-.09.01-.117-.003-.164-.02-.344-.129-.49zm.082 1.088c-.218.073-.726.236-.87.336-.037.018-.082.199-.082.271 0 .418.3.59.607.59.1 0 .21-.018.29-.081.046-.027.064-.082.073-.164.018-.254.018-.753.018-.907 0-.018-.018-.053-.036-.045zM60.522 34.237c-.009 0-.035.036-.035.054 0 .336-.01.853-.01 1.306 0 .408.01.517.045.707.045.218.263.382.536.382a.996.996 0 0 0 .553-.145c.028.055 0 .336-.027.417-.235.29-.635.472-1.088.472-.444 0-.788-.163-.961-.472-.137-.254-.154-.481-.154-.988 0-.49.01-1.26.01-1.65 0-.028-.019-.064-.047-.073-.153-.018-.344-.018-.498-.037-.01-.09.054-.354.09-.453.128-.027.327-.09.408-.118.01 0 .045-.027.045-.081.01-.073.01-.526.01-.78.19-.063.743-.345.897-.463a.788.788 0 0 1 .245-.027c-.037.236-.045.745-.045 1.261 0 .027.017.063.035.063.19 0 .87-.027 1.125-.045-.036.163-.1.526-.118.68-.226-.01-.67-.01-1.016-.01zM64.64 37.347c-.128 0-.454-.027-1.135-.027-.48 0-.834.027-1.043.027-.036-.055-.054-.354 0-.408.181-.036.282-.055.39-.09.118-.047.128-.11.136-.32.018-.216.018-.687.018-1.133v-.816c0-.073-.018-.173-.064-.209-.073-.072-.163-.136-.462-.245-.036-.073 0-.308.045-.353.236 0 1.143-.127 1.588-.3v1.578c0 .471 0 1.007.009 1.433 0 .227.054.327.172.363.09.027.181.055.4.091.045.055.009.354-.055.409zm-.8-4.461c-.072.08-.57.107-.661.054-.146-.073-.254-.18-.327-.427-.019-.072-.019-.344.054-.426.136-.135.435-.227.69-.227.217 0 .362.064.407.11.064.09.082.263.082.353 0 .181-.09.426-.244.563zM69.77 35.398c0 .761-.327 1.333-.834 1.66-.317.2-.853.371-1.279.371-1.424 0-2.004-.916-2.004-1.995 0-.69.318-1.242.816-1.569.327-.199.808-.38 1.324-.38 1.288 0 1.977.86 1.977 1.913zm-2.511-1.361c-.218.136-.4.436-.4 1.116 0 1.187.436 1.804.99 1.804a.596.596 0 0 0 .362-.118c.199-.162.326-.49.326-1.179 0-1.098-.39-1.705-.997-1.705-.1 0-.191.027-.281.082zM71.138 36.876c.144-.037.181-.181.2-.327.008-.272.017-.943.017-1.469 0-.246 0-.436-.018-.572-.018-.09-.136-.2-.48-.345a.812.812 0 0 1 .063-.335 5.686 5.686 0 0 0 1.45-.381c.019.01.046.046.055.073.01.053.01.335.01.489 0 .027.035.037.054.027.4-.317.852-.554 1.179-.554.426 0 .734.182.97.49.19.282.263.673.263 1.099 0 .635 0 1.252.01 1.569 0 .073.036.136.073.154.144.09.307.11.49.145.035.063.008.344-.045.408-.146 0-.49-.027-1.107-.027-.462 0-.662.018-.952.027-.036-.073-.055-.354 0-.408l.29-.073c.09-.037.127-.127.127-.264.018-.38.027-1.422-.027-1.786a.692.692 0 0 0-.263-.444.744.744 0 0 0-.453-.136 1 1 0 0 0-.517.172c-.054.037-.081.128-.081.21l.018 1.976c.01.2.054.245.19.282.091.028.137.036.29.063.036.054.018.344-.036.408-.29-.01-.599-.027-1.034-.027-.553 0-.879.018-1.051.027-.036-.073-.036-.363 0-.408a2.36 2.36 0 0 0 .315-.063zM78.291 34.436c-.144-.2-.38-.282-.634-.282-.19 0-.344.064-.408.128-.09.091-.245.427-.327.599-.045.045-.426-.1-.417-.181.018-.11.137-.599.218-.662.444-.317 1.134-.554 1.424-.554.471 0 .852.227 1.07.544.19.281.245.572.245.916 0 .436-.037 1.088-.037 1.47 0 .198.073.308.264.308.136 0 .217-.01.344-.037.02.037-.017.39-.053.426-.245.209-.717.327-.971.327-.282 0-.48-.1-.536-.254a1.575 1.575 0 0 1-.054-.19c0-.018-.036-.018-.045-.01-.463.281-.916.445-1.097.445-.2 0-.39-.092-.554-.236a1.217 1.217 0 0 1-.363-.88c0-.164.11-.507.173-.59.336-.181 1.487-.453 1.805-.588a.147.147 0 0 0 .073-.092.56.56 0 0 0 .009-.117c-.002-.164-.02-.344-.129-.49zm.082 1.088c-.218.073-.726.236-.87.336-.036.018-.082.199-.082.271 0 .418.3.59.608.59.1 0 .209-.018.29-.081.045-.027.063-.082.072-.164.018-.254.018-.753.018-.907 0-.018-.018-.053-.036-.045zM80.738 36.939a3.11 3.11 0 0 0 .39-.1c.119-.045.145-.227.154-.39.018-.245.018-1.169.018-2.013 0-1.088 0-1.669-.018-2.076-.01-.082-.045-.191-.145-.227a3.96 3.96 0 0 0-.48-.091c-.055-.045-.046-.3.017-.354.49-.063 1.443-.217 1.76-.353.045.01.1.127.09.172-.09.2-.1.381-.108.653-.018.445-.01 1.588-.01 2.449 0 .861-.018 1.542.01 1.895.017.21.035.3.226.354l.363.082c.036.063 0 .326-.055.408-.144 0-.462-.027-1.179-.027-.471 0-.87.027-1.015.027-.036-.065-.073-.337-.018-.41zM86.939 31.76c.607 0 1.433.028 2.194.028.027.218.1.408.19.607a88.82 88.82 0 0 0 1.37 2.866c.018.018.045.008.064-.01.218-.408 1.088-2.204 1.387-2.92.082-.209.145-.38.164-.544 1.215 0 1.614-.027 2.059-.027.044.027.053.372 0 .418-.273.045-.49.073-.627.118-.18.063-.236.199-.236.408-.008.643.064 3.011.119 3.627.018.245.081.426.326.49.128.035.336.072.58.117.046.064.028.353-.026.408-.309 0-.744-.027-1.551-.027-.508 0-.934.027-1.36.027-.046-.055-.036-.353 0-.408.227-.045.399-.073.526-.118.163-.054.199-.144.208-.435.018-.698 0-2.14.01-3.147-.01-.01-.036-.018-.046 0-.354.816-1.497 3.256-1.777 4.018-.036.026-.4.026-.444.008-.236-.752-1.116-2.756-1.641-3.97-.018-.01-.055 0-.064.017a65.838 65.838 0 0 0-.136 3.002c0 .262.027.408.308.498.182.055.372.092.635.128.054.045.027.363-.027.408-.199 0-.698-.027-1.378-.027-.408 0-.844.027-1.134.027-.036-.064-.046-.354 0-.408.19-.036.399-.055.526-.1.262-.072.344-.209.39-.553.09-.725.272-2.82.308-3.555.01-.155-.054-.336-.236-.4-.154-.054-.399-.1-.707-.154-.038-.053-.001-.39.026-.416zM95.016 33.683c.408-.01 1.252-.045 1.65-.144-.026.344-.054.816-.054 1.796 0 .453-.009.734.046.907.045.199.227.389.607.389a.83.83 0 0 0 .545-.208c.045-.047.063-.082.063-.127.018-.11.027-.264 0-1.823 0-.1-.026-.236-.154-.282-.136-.045-.308-.073-.517-.11-.027-.107 0-.344.045-.408.708 0 1.524-.08 1.777-.135-.008.045-.008.381-.017.816l-.01 2.004c.01.144.036.244.154.263.136.018.29.018.435.008 0 .092-.018.364-.073.418-.353.182-1.369.39-1.523.39-.018 0-.045-.045-.054-.063-.027-.1-.054-.4-.054-.49 0-.018-.027-.036-.046-.018-.444.345-.87.554-1.243.554-.789 0-1.06-.554-1.079-1.18-.018-.462 0-1.304-.009-1.74 0-.164-.027-.282-.172-.319-.064-.027-.236-.054-.372-.08-.017-.1.01-.354.055-.418zM103.212 34.717c-.063.036-.344.054-.399.036-.082-.417-.181-.617-.353-.734a.832.832 0 0 0-.418-.11c-.262 0-.444.173-.444.382 0 .253.119.399.898.725.726.298.989.635.989 1.142 0 .798-.762 1.26-1.633 1.26-.48 0-.879-.09-1.142-.181-.063-.145-.199-.997-.199-1.124.036-.037.345-.145.417-.128.163.453.327.698.57.853.137.09.345.136.5.136.307 0 .462-.173.462-.363 0-.254-.164-.4-.626-.608-.916-.398-1.206-.761-1.206-1.315 0-.635.516-1.197 1.56-1.197.181 0 .516.027.68.055.227.036.344.054.453.063-.064.346-.082.691-.109 1.108zM108.08 36.296c.01.107-.044.326-.063.37-.39.49-1.124.763-1.66.763-.562 0-.933-.173-1.215-.436-.407-.38-.562-.988-.562-1.505 0-.79.354-1.37.853-1.687.317-.19.725-.317 1.097-.317 1.052 0 1.397.834 1.47 1.36.008.055.099.118.171.136 0 .045-.063.3-.09.327-.308.1-1.605.172-2.34.2-.027.009-.045.062-.045.099.026.236.154.507.372.698.227.19.48.281.87.281.408 0 .725-.127 1.097-.371a.204.204 0 0 1 .046.082zm-2.411-1.38c0 .02.027.073.072.073.272.01.952.01 1.115-.027.037-.008.064-.044.073-.08-.046-.545-.282-.944-.662-.944-.354 0-.58.443-.598.979zM109.004 33.683c.408-.01 1.252-.045 1.65-.144-.026.344-.054.816-.054 1.796 0 .453-.009.734.046.907.045.199.227.389.607.389a.83.83 0 0 0 .545-.208c.044-.047.062-.082.062-.127.018-.11.027-.264 0-1.823 0-.1-.027-.236-.153-.282-.136-.045-.309-.073-.517-.11-.028-.107 0-.344.045-.408.708 0 1.523-.08 1.777-.135-.009.045-.009.381-.018.816l-.01 2.004c.01.144.036.244.155.263.135.018.29.018.435.008 0 .092-.018.364-.073.418-.353.182-1.369.39-1.523.39-.018 0-.045-.045-.055-.063-.027-.1-.054-.4-.054-.49 0-.018-.027-.036-.045-.018-.444.345-.87.554-1.243.554-.79 0-1.061-.554-1.079-1.18-.018-.462 0-1.304-.009-1.74 0-.164-.027-.282-.172-.319-.064-.027-.236-.054-.372-.08-.018-.1.01-.354.055-.418zM114.697 36.857c.154-.055.181-.144.19-.353.027-.382.036-1.478.018-1.868-.009-.073-.009-.145-.063-.2a2.295 2.295 0 0 0-.418-.261c-.035-.055-.008-.309.037-.346a8.254 8.254 0 0 0 1.506-.371.15.15 0 0 1 .054.073c0 .036-.018.318-.018.498 0 .028.046.037.064.02.535-.4.953-.563 1.215-.563.427 0 .771.245.962.59.027.045.027.036.064 0 .508-.39.98-.59 1.278-.59.745 0 1.243.562 1.243 1.55 0 .5-.01 1.206-.01 1.596 0 .027.028.1.064.127.109.092.272.119.535.181.036.064 0 .364-.045.409-.227 0-.689-.027-1.016-.027-.444.01-.762.01-1.052.027-.027-.045-.054-.354 0-.409l.208-.054c.164-.055.182-.1.19-.354.01-.543.01-1.432-.017-1.686-.037-.272-.21-.58-.671-.58-.164 0-.426.08-.608.226-.018.01-.018.027-.018.045.036.154.055.363.055.68 0 .5-.009.989 0 1.379 0 .154.036.2.127.245.109.045.2.063.336.1.046.044.018.37-.045.408-.335-.01-.653-.027-1.08-.027-.39 0-.67.018-.888.027-.045-.064-.055-.354 0-.409.127-.036.218-.044.299-.081.1-.036.127-.128.135-.254.019-.554.028-1.55-.027-1.814-.045-.235-.209-.562-.644-.562a.98.98 0 0 0-.571.209c-.064.036-.073.127-.073.172 0 .644 0 1.36.009 1.968 0 .191.055.254.181.3.054.018.173.036.29.063.036.055.009.345-.046.408-.307-.01-.635-.027-1.033-.027-.58 0-.816.018-1.043.027-.054-.072-.063-.363-.01-.408.173-.03.237-.047.336-.084zM129.511 35.398c0 .761-.327 1.333-.833 1.66-.318.2-.854.371-1.28.371-1.423 0-2.004-.916-2.004-1.995 0-.69.318-1.242.817-1.569.326-.199.807-.38 1.324-.38 1.287 0 1.976.86 1.976 1.913zM127 34.037c-.218.136-.4.436-.4 1.116 0 1.187.436 1.804.99 1.804a.596.596 0 0 0 .362-.118c.199-.162.326-.49.326-1.179 0-1.098-.39-1.705-.997-1.705-.1 0-.191.027-.281.082zM130.915 36.857c.145-.036.181-.144.181-.281.02-.654.01-1.506.01-2.267 0-.018-.027-.063-.055-.073l-.498-.027c0-.1.063-.335.109-.39.1-.027.308-.118.407-.18.027-.01.046-.055.046-.064.045-.843.354-1.433.98-1.868.353-.245.77-.371 1.052-.371.371 0 .616.09.762.271a.613.613 0 0 1 0 .182c-.055.172-.3.59-.427.662-.027.018-.128.018-.164 0-.227-.236-.544-.481-.725-.481a.317.317 0 0 0-.262.127c-.146.181-.155.526-.155 1.034 0 .18.01.316.018.408 0 .027.046.072.073.072.634-.009.789-.018.96-.027-.026.145-.08.49-.099.663-.308-.01-.59-.01-.879-.01-.027 0-.055.037-.055.064.01.808.01 1.677.027 2.203.01.174.055.273.245.336.136.045.29.064.545.1.045.054.009.371-.046.408-.154 0-.49-.027-1.37-.027-.588 0-.842.027-1.042.027-.064-.064-.064-.372 0-.408.163-.036.271-.056.362-.083zM141.577 37.347c-.344 0-.907-.027-1.614-.027-.78 0-1.324.027-1.605.027-.072-.055-.063-.363 0-.408.272-.036.508-.073.635-.1.281-.063.344-.19.363-.562.045-.962.036-2.349.036-3.827 0-.027-.027-.082-.055-.082a9.05 9.05 0 0 0-.889-.008c-.144.008-.28.054-.417.327-.1.199-.2.444-.327.807-.044.036-.426-.047-.453-.118.072-.39.173-1.17.209-1.642.009-.018.09-.073.117-.063.254.09.563.118.844.118h3.229c.544 0 .861-.027 1.088-.108.037 0 .073.063.082.08-.109.446-.19 1.099-.236 1.679-.055.045-.408.063-.453.018a4.846 4.846 0 0 0-.164-.834c-.072-.2-.172-.263-.335-.272a9.214 9.214 0 0 0-.97-.01c-.019.01-.046.047-.046.073 0 1.334-.027 3.51.01 4 .017.11.035.308.235.39.136.054.39.08.744.135.054.053.027.343-.028.407zM144.93 34.436c-.144-.2-.38-.282-.634-.282-.19 0-.344.064-.408.128-.09.091-.245.427-.326.599-.046.045-.426-.1-.418-.181.018-.11.137-.599.218-.662.445-.317 1.134-.554 1.424-.554.471 0 .852.227 1.07.544.19.281.245.572.245.916 0 .436-.037 1.088-.037 1.47 0 .198.073.308.264.308.136 0 .217-.01.345-.037.018.037-.018.39-.054.426-.245.209-.717.327-.97.327-.282 0-.482-.1-.536-.254a1.575 1.575 0 0 1-.055-.19c0-.018-.036-.018-.045-.01-.462.281-.916.445-1.097.445-.2 0-.39-.092-.554-.236a1.217 1.217 0 0 1-.363-.88c0-.164.11-.507.173-.59.336-.181 1.488-.453 1.805-.588a.147.147 0 0 0 .073-.092.56.56 0 0 0 .009-.117c-.002-.164-.019-.344-.128-.49zm.082 1.088c-.218.073-.725.236-.87.336-.036.018-.082.199-.082.271 0 .418.3.59.608.59.1 0 .209-.018.29-.081.045-.027.063-.082.072-.164.018-.254.018-.753.018-.907 0-.018-.018-.053-.036-.045zM149.635 37.347c-.127 0-.453-.027-1.134-.027-.48 0-.834.027-1.043.027-.036-.055-.054-.354 0-.408.181-.036.282-.055.39-.09.118-.047.127-.11.136-.32.018-.216.018-.687.018-1.133v-.816c0-.073-.018-.173-.063-.209-.073-.072-.163-.136-.462-.245-.036-.073 0-.308.045-.353.236 0 1.142-.127 1.587-.3v1.578c0 .471 0 1.007.01 1.433 0 .227.054.327.172.363.09.027.18.055.399.091.046.055.009.354-.055.409zm-.797-4.461c-.073.08-.571.107-.662.054-.146-.073-.254-.18-.327-.427-.018-.072-.018-.344.054-.426.136-.135.435-.227.69-.227.217 0 .362.064.408.11.063.09.081.263.081.353 0 .181-.09.426-.244.563zM150.188 33.584c.209 0 .67.027 1.088.027.39 0 .97-.027 1.16-.037.055.046.064.353.028.418-.163.036-.353.072-.399.1-.081.054-.063.144-.054.172.063.335.298 1.26.462 1.723.01.008.027.018.036 0 .227-.536.617-1.597.77-2.16.145.01.554.01.68-.007.046.19.128.426.218.688.218.599.517 1.325.607 1.542.018 0 .027.027.045-.008.137-.373.435-1.325.5-1.679.008-.11.026-.199-.137-.262-.11-.046-.309-.081-.499-.11-.027-.072 0-.362.055-.407.118 0 .462.027.916.027.408 0 .77-.018.961-.027.055.054.046.353 0 .408a2.07 2.07 0 0 0-.353.1c-.218.081-.29.217-.381.416-.236.58-.844 2.321-1.025 2.848a3.875 3.875 0 0 0-.735 0c-.172-.563-.68-1.84-.789-2.087-.009-.008-.036-.008-.036 0-.181.463-.59 1.425-.816 2.087-.146-.019-.6-.028-.744 0-.209-.8-.59-2.132-.807-2.703-.128-.353-.172-.5-.354-.572-.1-.036-.263-.063-.426-.09-.035-.09-.017-.362.029-.407zM159.127 34.436c-.145-.2-.382-.282-.635-.282-.19 0-.344.064-.408.128-.09.091-.245.427-.326.599-.046.045-.427-.1-.418-.181.018-.11.137-.599.218-.662.444-.317 1.134-.554 1.424-.554.471 0 .852.227 1.07.544.19.281.245.572.245.916 0 .436-.037 1.088-.037 1.47 0 .198.073.308.264.308.136 0 .217-.01.345-.037.018.037-.018.39-.054.426-.245.209-.717.327-.97.327-.283 0-.482-.1-.536-.254a1.44 1.44 0 0 1-.055-.19c0-.018-.036-.018-.045-.01-.463.281-.916.445-1.097.445-.2 0-.39-.092-.554-.236a1.217 1.217 0 0 1-.363-.88c0-.164.11-.507.172-.59.336-.181 1.488-.453 1.805-.588a.147.147 0 0 0 .073-.092c.009-.036.009-.09.009-.117 0-.164-.018-.344-.127-.49zm.082 1.088c-.218.073-.726.236-.871.336-.036.018-.082.199-.082.271 0 .418.3.59.608.59.1 0 .209-.018.29-.081.045-.027.063-.082.072-.164.019-.254.019-.753.019-.907 0-.018-.018-.053-.036-.045zM161.946 36.876c.145-.037.181-.181.2-.327.008-.272.017-.943.017-1.469 0-.246 0-.436-.018-.572-.018-.09-.136-.2-.48-.345a.812.812 0 0 1 .063-.335 5.686 5.686 0 0 0 1.45-.381c.019.01.046.046.055.073.01.053.01.335.01.489 0 .027.035.037.053.027.4-.317.853-.554 1.18-.554.425 0 .734.182.97.49.19.28.263.67.263 1.097 0 .635 0 1.252.01 1.569 0 .072.035.136.072.154.145.09.308.11.49.144.036.064.009.345-.045.408-.145 0-.49-.026-1.107-.026-.462 0-.662.018-.952.026-.036-.072-.055-.353 0-.408l.29-.072c.09-.037.127-.128.127-.264.018-.381.027-1.423-.027-1.786a.696.696 0 0 0-.263-.444.744.744 0 0 0-.453-.137 1 1 0 0 0-.516.173c-.055.036-.082.127-.082.209l.018 1.977c.009.199.054.245.19.281.09.028.137.036.29.063.036.055.018.345-.037.408-.29-.01-.598-.026-1.033-.026-.554 0-.88.018-1.052.026-.036-.072-.036-.363 0-.408.135-.015.208-.032.317-.06zM170.223 31.76c.416 0 .716.028 1.424.028.715 0 1.033-.018 1.369-.027.054.055.045.353 0 .418-.254.027-.39.063-.49.09-.218.055-.254.145-.263.354a44.66 44.66 0 0 0-.018 1.624c0 1.069.01 1.931.027 2.203.009.164.145.246.19.272.227.063.816.055 1.28.055.18 0 .362-.081.534-.363.173-.29.4-.745.544-1.07.073-.027.4.091.444.173-.035.253-.362 1.341-.58 1.722-.019.073-.127.128-.426.128-.744 0-2.014-.045-2.685-.045-.77 0-1.26.027-1.46.027-.044-.064-.044-.364 0-.409.309-.036.409-.054.617-.1.19-.062.245-.162.263-.335.018-.227.027-1.432.027-1.968 0-1.042.01-1.55-.009-1.868-.009-.236-.081-.354-.271-.4-.11-.036-.364-.062-.554-.09-.046-.083-.018-.373.037-.418zM178.273 37.347c-.128 0-.453-.027-1.134-.027-.481 0-.835.027-1.043.027-.036-.055-.054-.354 0-.408.18-.036.281-.055.39-.09.117-.047.126-.11.136-.32.018-.216.018-.687.018-1.133v-.816c0-.073-.018-.173-.064-.209-.072-.072-.163-.136-.462-.245-.036-.073 0-.308.045-.353.236 0 1.143-.127 1.588-.3v1.578c0 .471 0 1.007.009 1.433 0 .227.055.327.172.363.09.027.181.055.4.091.044.055.008.354-.055.409zm-.798-4.461c-.073.08-.57.107-.662.054-.145-.073-.254-.18-.326-.427-.018-.072-.018-.344.053-.426.137-.135.436-.227.69-.227.217 0 .363.064.408.11.064.09.082.263.082.353 0 .181-.09.426-.245.563zM180.712 34.237c-.01 0-.036.036-.036.054 0 .336-.01.853-.01 1.306 0 .408.01.517.046.707.045.218.263.382.535.382a.996.996 0 0 0 .554-.145c.027.055 0 .336-.028.417-.236.29-.635.472-1.088.472-.444 0-.789-.163-.962-.472-.136-.254-.153-.481-.153-.988 0-.49.009-1.26.009-1.65 0-.028-.018-.064-.046-.073-.153-.018-.344-.018-.499-.037-.009-.09.055-.354.09-.453.128-.027.327-.09.41-.118.009 0 .045-.027.045-.081.009-.073.009-.526.009-.78.19-.063.743-.345.898-.463a.788.788 0 0 1 .245-.027c-.037.236-.046.745-.046 1.261 0 .027.018.063.036.063.19 0 .87-.027 1.125-.045-.036.163-.1.526-.119.68a28.82 28.82 0 0 0-1.015-.01zM186.179 36.296c.01.107-.045.326-.064.37-.39.49-1.124.763-1.66.763-.562 0-.933-.173-1.215-.436-.408-.38-.562-.988-.562-1.505 0-.79.354-1.37.853-1.687.317-.19.725-.317 1.097-.317 1.052 0 1.396.834 1.47 1.36.008.055.099.118.171.136 0 .045-.063.3-.09.327-.308.1-1.605.172-2.34.2-.027.009-.046.062-.046.099.027.236.155.507.373.698.227.19.48.281.87.281.408 0 .725-.127 1.097-.371a.204.204 0 0 1 .046.082zm-2.412-1.38c0 .02.026.073.072.073.272.01.952.01 1.115-.027.037-.008.064-.044.073-.08-.046-.545-.282-.944-.662-.944-.354 0-.58.443-.598.979zM190.376 33.747a.675.675 0 0 1 0 .19c-.027.136-.254.653-.399.816-.027.027-.108.055-.126.036-.21-.208-.454-.371-.708-.371-.1 0-.227.073-.309.164a.274.274 0 0 0-.063.172c-.01.534 0 1.57.009 1.705.018.263.045.326.253.381.164.037.336.073.554.1.027.054.01.344-.054.408-.127 0-.662-.027-1.333-.027-.471 0-.807.027-1.07.027-.036-.064-.045-.364 0-.408.136-.018.263-.036.381-.082.082-.036.136-.108.145-.235.018-.181.026-.861.026-1.407 0-.298 0-.553-.018-.67-.01-.137-.09-.245-.516-.4-.01-.063.018-.28.045-.317.308-.018 1.17-.209 1.496-.382.027 0 .054.027.064.055 0 .091-.027.518-.027.653 0 .037.045.037.063.019.19-.2.372-.39.563-.526a.93.93 0 0 1 .499-.164c.217 0 .443.09.525.263zM193.013 34.436c-.144-.2-.381-.282-.634-.282-.19 0-.345.064-.408.128-.091.091-.245.427-.327.599-.046.045-.426-.1-.417-.181.018-.11.136-.599.218-.662.444-.317 1.134-.554 1.424-.554.47 0 .852.227 1.07.544.19.281.245.572.245.916 0 .436-.037 1.088-.037 1.47 0 .198.073.308.264.308.136 0 .217-.01.344-.037.019.037-.018.39-.054.426-.245.209-.717.327-.97.327-.282 0-.481-.1-.536-.254a1.575 1.575 0 0 1-.055-.19c0-.018-.036-.018-.044-.01-.463.281-.916.445-1.098.445-.199 0-.39-.092-.553-.236a1.217 1.217 0 0 1-.363-.88c0-.164.109-.507.173-.59.335-.181 1.487-.453 1.805-.588a.147.147 0 0 0 .072-.092c.01-.036.01-.09.01-.117-.002-.164-.02-.344-.129-.49zm.082 1.088c-.218.073-.726.236-.87.336-.036.018-.082.199-.082.271 0 .418.3.59.607.59.1 0 .21-.018.29-.081.046-.027.064-.082.073-.164.018-.254.018-.753.018-.907 0-.018-.018-.053-.036-.045zM197.038 34.237c-.009 0-.036.036-.036.054 0 .336-.009.853-.009 1.306 0 .408.01.517.045.707.045.218.263.382.536.382a.996.996 0 0 0 .553-.145c.027.055 0 .336-.027.417-.236.29-.635.472-1.088.472-.444 0-.788-.163-.961-.472-.137-.254-.154-.481-.154-.988 0-.49.01-1.26.01-1.65 0-.028-.019-.064-.047-.073-.153-.018-.344-.018-.498-.037-.01-.09.054-.354.09-.453.128-.027.327-.09.408-.118.01 0 .046-.027.046-.081.01-.073.01-.526.01-.78.19-.063.743-.345.897-.463a.788.788 0 0 1 .245-.027c-.037.236-.046.745-.046 1.261 0 .027.018.063.036.063.19 0 .87-.027 1.125-.045-.036.163-.1.526-.118.68-.228-.01-.672-.01-1.017-.01zM198.923 33.683c.408-.01 1.252-.045 1.65-.144-.026.344-.054.816-.054 1.796 0 .453-.009.734.046.907.045.199.227.389.607.389a.83.83 0 0 0 .545-.208c.045-.047.063-.082.063-.127.018-.11.027-.264 0-1.823 0-.1-.027-.236-.154-.282-.135-.045-.308-.073-.517-.11-.027-.107 0-.344.045-.408.708 0 1.524-.08 1.777-.135-.009.045-.009.381-.018.816l-.01 2.004c.01.144.037.244.155.263.136.018.29.018.436.008 0 .092-.019.364-.073.418-.353.182-1.369.39-1.523.39-.018 0-.045-.045-.055-.063-.027-.1-.054-.4-.054-.49 0-.018-.027-.036-.045-.018-.444.345-.87.554-1.243.554-.79 0-1.061-.554-1.079-1.18-.018-.462 0-1.304-.009-1.74 0-.164-.028-.282-.172-.319-.064-.027-.236-.054-.372-.08-.018-.1.009-.354.054-.418zM207.518 33.747a.675.675 0 0 1 0 .19c-.027.136-.254.653-.399.816-.027.027-.11.055-.127.036-.21-.208-.453-.371-.708-.371-.1 0-.227.073-.308.164a.274.274 0 0 0-.064.172c-.01.534 0 1.57.009 1.705.018.263.046.326.254.381.163.037.335.073.553.1.027.054.01.344-.054.408-.127 0-.662-.027-1.333-.027-.47 0-.807.027-1.07.027-.036-.064-.045-.364 0-.408.136-.018.263-.036.381-.082.082-.036.137-.108.146-.235.018-.181.026-.861.026-1.407 0-.298 0-.553-.017-.67-.01-.137-.091-.245-.517-.4-.01-.063.018-.28.045-.317.308-.018 1.17-.209 1.496-.382.027 0 .054.027.064.055 0 .091-.028.518-.028.653 0 .037.045.037.064.019.19-.2.371-.39.562-.526a.93.93 0 0 1 .499-.164c.218 0 .445.09.526.263zM211.753 36.296c.01.107-.045.326-.064.37-.39.49-1.124.763-1.66.763-.561 0-.933-.173-1.215-.436-.407-.38-.563-.988-.563-1.505 0-.79.354-1.37.853-1.687.317-.19.725-.317 1.097-.317 1.052 0 1.397.834 1.47 1.36.008.055.099.118.171.136 0 .045-.063.3-.09.327-.308.1-1.605.172-2.34.2-.028.009-.045.062-.045.099.026.236.154.507.372.698.227.19.48.281.87.281.408 0 .725-.127 1.097-.371.01.008.038.045.047.082zm-2.413-1.38c0 .02.027.073.073.073.272.01.952.01 1.115-.027.037-.008.064-.044.073-.08-.046-.545-.282-.944-.662-.944-.354 0-.58.443-.599.979z"
45
+ })), /*#__PURE__*/React__default.createElement("g", null, /*#__PURE__*/React__default.createElement("path", {
46
+ d: "M138.696 13.39c.13-.09.212-.195.306-.313.064-.081.135-.172.228-.265-.006-.025-.037-.03-.136-.048-.108-.018-.242-.04-.314-.162a.33.33 0 0 1-.033-.23c-.4-.23-.857-.33-1.243-.27l-.064.009-.05-.042c-.05-.041-.082-.036-.199.002a.693.693 0 0 1-.288.047 1.034 1.034 0 0 1-.944.329l-.241-.046.155-.189c.326-.396.74-.639 1.138-.872.37-.218.721-.423.987-.74l.022-.027.034-.014c.134-.054.253-.159.38-.27.142-.123.298-.26.492-.329-.043-.083-.078-.211.037-.327.047-.15.053-.29.014-.354-.01-.019-.03-.04-.087-.05l-.123-.02v-.124c0-.34-.182-.402-.56-.499-.285-.073-.609-.155-.796-.463l-.047-.076.047-.076c.125-.199.266-.389.402-.573.272-.367.529-.713.66-1.116l-.234-.468a1.777 1.777 0 0 1-.275-.123c-.202-.105-.335-.165-.477-.095l-.037.018-.041-.004c-.23-.022-.384-.095-.468-.222-.131-.2-.049-.46.031-.712.059-.185.12-.377.088-.516l-.1-.11.045-.088c.08-.16.037-.325-.01-.517a2.167 2.167 0 0 1-.06-.29c-.06-.095-.204-.283-.399-.344-.01.576-.307 1.024-.596 1.458l-.066.1-.118-.033c-.05-.02-.09-.053-.122-.078a.242.242 0 0 0-.054-.037l-.098.039-.071-.08c-.148-.182-.378-.258-.622-.338-.262-.087-.533-.177-.747-.401l-.04-.042v-.058c0-.165-.07-.313-.144-.47-.047-.101-.096-.204-.13-.318a45.58 45.58 0 0 0-.688-.688c-.435-.43-.885-.872-1.282-1.331l-.071-.03c-.029-.004-.049-.01-.065-.013-.026-.006-.032-.007-.105.002-.07.004-.138.014-.205.028l.025.014.056.03-.06.153c.38.283.534.767.673 1.204.03.095.06.188.09.276l.026.074-.047.062c-.068.09-.091.213-.116.344-.028.149-.06.318-.167.46-1.221 2.005-2.524 3.263-3.865 3.728l-.1.034-.409-.544.09-.082-.132-.136.132-.099c.138-.103.245-.272.183-.397l-.104-.21.262.001V5.42l.002-.01-.5-.234c-.716 1.311-1.276 2.637-1.753 3.85-.302 1.224-.678 2.46-1.041 3.656-.777 2.559-1.579 5.203-1.764 8.049.027.113-.033.21-.097.28l-.024.127c-.034.107-.064.218-.095.329-.144.522-.292 1.062-.764 1.411l-.101.075-.24-.244.001-.056a8.134 8.134 0 0 0-.678-2.878l-.01-.03c-.19-.925-.126-1.855-.065-2.755l.01-.161.049-.04c.227-.187.401-.46.571-.722.109-.168.212-.327.328-.468l.104-.126.047.05.02-.07c.031-.107.069-.24.2-.335l.029-.017a.22.22 0 0 1 .066-.017 5.61 5.61 0 0 1 .07-.25c.088-.3.172-.583.073-.872l-.012-.035.007-.037c.086-.49-.07-.92-.234-1.375-.14-.388-.285-.79-.285-1.246l.004-.03c.066-.318.06-.687.053-1.044-.013-.79-.028-1.608.694-2.09l.1-.066.035.035c.046-.045.09-.086.135-.126.138-.128.249-.228.31-.405l.023-.071.07-.021a.527.527 0 0 0 .09-.049c.076-.045.193-.116.308-.083l.035-.039a.745.745 0 0 1 .096-.094l.086-.064.087.062.03.024c.18-.072.376-.113.523-.11l.075.003.11.168.096-.005c.192-.006.375-.012.497-.142.058-.289.253-.44.426-.573.17-.133.306-.238.313-.46.13-1.003-.361-1.937-1.312-2.513a4.025 4.025 0 0 1-.322-.21c-.463-.321-.768-.496-1.112-.204l-.149.124-.038-.086c-.008.06-.021.118-.034.171l-.016.07c.25.771-.033 1.437-.307 2.082-.138.323-.267.627-.335.945a64.435 64.435 0 0 0-1.723 5.638l-.017.04c-.048.08-.04.245-.035.366.004.085.008.157-.003.219-.603 2.42-.288 5.04.015 7.573.055.456.109.907.157 1.35l.008.068-.063.064c.005.297.048.699.116 1.067.012.354.196.643.375.923.263.41.748.535 1.525.394.375-.06.474-.356.593-.837.035-.143.071-.29.123-.424l-.043-.047.01-.07c.013-.084.038-.164.063-.246.043-.135.078-.25.053-.39l-.011-.066.043-.052a.482.482 0 0 0 .084-.276l-.014-.063.038-.057c.098-.133.094-.33.09-.54-.005-.187-.009-.381.06-.558.023-.244.037-.484.05-.724.03-.522.062-1.062.176-1.629l.035-.192c.052-.278.106-.566.079-.792l-.006-.045.02-.04c.151-.291.202-.58.255-.889.064-.365.129-.742.377-1.104l-.006-.007-.007-.041c-.022-.128.037-.217.174-.265.009-.004.013-.005.014-.004l.094-.217.15.207c.121.169.224.347.322.52.107.187.208.364.334.532.921.228 1.683-.163 2.509-.667.138-.26.315-.501.486-.736.265-.361.515-.702.63-1.1.223-.822.503-1.682 1.25-2.362l.14-.127.086.168c.062.12.152.151.308.195a.85.85 0 0 1 .35.164l.1.088-.078.107c-.115.158-.26.277-.401.392-.202.165-.378.31-.428.536.092.228.069.504.046.771-.047.542-.028.77.342.828.339.111.445-.029.64-.327.138-.212.293-.45.588-.526.15-.134.29-.191.43-.172.23.03.365.255.495.472.104.172.21.349.337.388l.319.098-.29.167c-.289.168-.61.24-.922.31l-.045.011a.88.88 0 0 1 .202.053l.233.093-.517.403c-.322.13-.646.295-.958.454-.89.451-1.81.918-2.915.762l-.075-.01-.034-.068c-.069-.136-.009-.235.043-.293a.342.342 0 0 1-.025-.028l-.097-.002c-.248-.003-.46-.005-.607.135-.09.068-.108.08.022.274.059.088.12.177.139.283.036.21-.017.381-.064.531l-.039.135.099.1c.16.167.344.356.54.376.3-.06.61-.104.909-.147.573-.083 1.165-.167 1.692-.36l.087-.031.217.214-.11.136c-.216.262-.418.51-.455.809.006.294.255.602.52.928.108.133.218.269.317.41.29.386.724.367 1.184.347.34-.015.69-.03.998.122.965.638 1.061 1.788.735 2.65-.284.752-.842 1.208-1.39 1.13a41.806 41.806 0 0 1-7.044-1.638c.346.184.678.356 1.026.5l.204.085s-.177.237-.276.267c-.032.01-.223-.057-.223-.057-.328-.09-1.853-.812-2.175-.918.387.21 2.126 1.078 2.527 1.254l.706.31-.769-.032c-.324-.013-.642-.13-.953-.262l-.09.028a.593.593 0 0 1-.261.02c.005.018-.406-.176-.403-.155.25.218.94.574 1.233.727.312.163.634.331.923.597.05.062.769.6.854.635.386.183.532.23.934.372.335.111.671.229 1.008.346l.359.125.026.033c.143.178.221.27.402.343l.085-.09.099.056c.41.233.963.41 1.558.5l.036.005.029.022a.36.36 0 0 0 .18.055c.112.015.263.035.388.2.437-.025.865-.223 1.23-.56a.781.781 0 0 0-.053-.017c-.102-.033-.273-.09-.306-.283l-.023-.128.701-.209c1.133-.281 1.831-1.48 1.968-2.243.077-.211.109-.47.109-.867.033-.63.007-3.769-3.675-4.542l-.038-.008-.03-.026a.21.21 0 0 1-.066-.203c.051-.255.631-.59.92-.707.058-.111.132-.201.2-.282.114-.136.176-.219.163-.332l-.005-.04.017-.035c.082-.184.127-.383.175-.595.072-.318.147-.647.357-.93l.038-.05.062-.007c.735-.089 1.311-.569 1.921-1.077.23-.192.469-.39.714-.564l.038-.019c.025-.008.063-.037.097-.061.085-.063.248-.181.417-.09zm-11.474-.557l-.054.043a8.02 8.02 0 0 0-.39.345c-.409.379-.832.77-1.408.837l-.265.03.117-.238c.222-.452.369-.95.511-1.431.074-.248.147-.497.23-.74l.063-.184.222.157.683-.755.006.368v.217c-.006.38-.01.809.243 1.067l.041.043v.24h.001zm2.28-.503h-.388l.005-.15c.005-.147-.11-.229-.3-.35-.079-.052-.161-.104-.23-.169l-.073-.068.038-.093c.06-.145.16-.287.256-.424.256-.366.4-.603.169-.865-.141-.198-.307-.39-.533-.41l-.364-.03.285-.227c.185-.148.383-.284.592-.429.438-.301.89-.613 1.22-1.038l.717-.92-.468 1.067c-.14.32-.38.735-.732.921l-.19.23a.191.191 0 0 1 .002.172l-.02.032a.95.95 0 0 1 .027.3.512.512 0 0 0 .048.286c.002 0 .021.018.042.037.056.05.14.125.144.251.151.06.293.08.383.047l.1-.035.056.075.04-.026c.034-.023.074-.05.121-.067l.268-.268.276.405-1.491 1.746zm5.58 1.344l-.09.026a.432.432 0 0 1-.111.014.395.395 0 0 1-.264-.097.306.306 0 0 1-.095-.285l.024-.14.14.022c.06.009.267.05.363.181.04.056.057.12.047.186l-.014.093zm.295-5.533c-.054.208-.221.4-.383.586-.371.426-.5.644-.177.935l.081.074-.048.097c-.063.13-.01.21.139.374.134.15.36.4.067.7-.405.393-.574.897-.712 1.379l-.048.167-.156-.077a9.664 9.664 0 0 1-.204-.107c-.285-.15-.553-.29-.875-.281l-.274.013.146-.234c.177-.282.44-.478.696-.667.308-.229.6-.446.694-.789-.14-.089-.202-.198-.263-.305a1.814 1.814 0 0 0-.077-.127c-.382-.23-.732-.406-1.108-.256l-.773.307.624-.55c.212-.188.515-.27.808-.35.577-.157.934-.281.928-.832-.089-.207-.204-.414-.382-.462-.283.036-.549-.051-.784-.13-.345-.113-.568-.176-.79-.013l-.046.034-.057-.007c-.027-.004-.036 0-.036 0a.442.442 0 0 0-.032.117.582.582 0 0 1-.077.222l-.037.054-.064.008c-.077.01-.146.08-.227.16-.107.106-.229.226-.413.243l-.294.027.89-1.387c.652-.44 1.422-.728 2.353-.884l.137-.022.098.467-.014.04a.945.945 0 0 0 .02.688c.15.063.21.214.26.338.048.12.082.196.146.217l.147.05h-.001a.272.272 0 0 1 .024.007l.128.043-.034.133z"
47
+ }), /*#__PURE__*/React__default.createElement("path", {
48
+ d: "M127.371 5.146l.45-.002-.124-.124.36.01c-.004-.004.003-.02.008-.03a.382.382 0 0 1 .095-.138l-.086-.263.228.03c.034.004.047 0 .047 0 .008-.013.015-.083.02-.125.009-.08.019-.168.064-.244.026-.144.103-.271.172-.384l.054-.092-.151-.123.462-.694-.003-.002a.295.295 0 0 0 .02-.025l.029-.042c.029-.05.053-.108.078-.168.064-.154.148-.359.378-.434.016-.106.043-.206.079-.303-.14.167-.277.325-.417.467-.68.86-1.26 1.769-1.763 2.686zM127.522 6.26l-.007-.005.003.006zM186.379 10.936h-.097l-.044-.049c-1.097-1.242-2.641-1.34-4.276-1.445l-.493-.033-.087-.007-.035-.08c-.055-.123.03-.214.057-.244l.024-.035.049-.027c.396-.17.648-.583.892-.98.068-.112.138-.226.21-.334l-.05-.051.049-.094c.466-.89.122-2.034-.394-2.72-.32-.313-.804-.302-1.316-.292l-.173.004-.044-.067c-.134-.198-.072-.456-.018-.684.025-.102.049-.2.054-.284l.004-.064.05-.04a.457.457 0 0 0 .18-.313l.017-.055c.168-.312.419-.471.682-.437.123-.116.07-.428.032-.643h-.172c-.304.046-.478-.15-.619-.31-.132-.15-.214-.235-.37-.217-.728-.037-1.233.638-1.523 1.21l-.025.049-.052.02c-.283.111-.534.282-.8.462-.262.177-.533.361-.835.483l-.19.075-.01-.203a3.094 3.094 0 0 0-.312-1.18c-.364-.083-.764-.02-1.039.167-.067.068-.147.119-.225.169-.18.113-.272.18-.25.343l.008.064-.042.049c-.358.42-.53.914-.71 1.437-.161.466-.328.947-.636 1.37l-.037.034a.29.29 0 0 1-.24.052c-.135-.035-.202-.163-.26-.277a.549.549 0 0 0-.085-.136c-.11-.067-.235-.165-.356-.259-.265-.206-.518-.403-.788-.425.385.864.432 1.868.478 2.84.037.813.076 1.653.316 2.383l.044.131-.129.05c-.13.05-.256.113-.383.174l-.139.067c.194-.001.398.012.572.07l.048.015.085.124c.118.167.24.34.262.569l.01.107-.73.287c-.857.086-1.656.373-2.429.65-.457.164-.93.334-1.416.463l-.135.037-.042-.132c-.104-.332-.2-.705-.18-1.076-1.111.864-1.694 2.164-1.951 2.896-.055.109-.052.236-.047.37.004.165.009.348-.078.505.162.187.259.394.353.594.097.207.189.404.348.57.071.012.137.04.197.066.156.067.162.058.196-.001l.046-.078.09.008c.186.016.29-.107.444-.307.117-.151.248-.32.448-.377.11-.232.125-.515.14-.812.024-.432.047-.88.378-1.215.56-.775 1.456-.763 2.324-.749l.052.006c1.843.547 3.973.128 5.558-1.092l.122-.095.087.128c0-.006.032-.035.034-.051l.042-.264.196.169.06-.048c.099-.082.2-.166.354-.259l.056-.02c.28-.04.54-.126.815-.218.336-.112.683-.228 1.07-.252.689.035 1.406-.011 2.1-.055.377-.024.754-.048 1.128-.06h.033l.03.012c.15.067.305.121.46.176.308.11.628.224.914.421l.16.111-.152.122c-.716.576-1.59.772-2.434.96-.495.11-1.006.225-1.47.415l-.083.035-.067-.06c-.158-.136-.354-.198-.561-.264-.114-.036-.23-.072-.342-.123-.127-.055-.34-.1-.404.002l-.029.047-.053.016c-.859.257-1.705.582-2.524.898-.835.322-1.698.654-2.581.917-.132.046-.284.055-.43.064-.298.018-.489.04-.578.237.004.473.36.817.743 1.179.208.019.39-.064.582-.153.105-.048.212-.097.322-.126.16-.181.384-.2.566-.214.193-.016.316-.031.391-.147l.04-.06.071-.006c.437-.034.829-.174 1.243-.323.197-.071.4-.144.606-.204l.054-.016.448.226-.106.139a2.109 2.109 0 0 0-.174.286c-.1.19-.216.406-.454.568l-.057.039-.066-.02-.032.005c-.027.003-.08.01-.136-.004-.094.093-.198.155-.293.212-.135.079-.252.15-.335.297.041.138-.004.265-.043.371-.041.116-.065.191-.034.277l.032.088-.067.065c-.031.03-.05.058-.048.076.001.053.112.15.194.22.122.106.261.227.304.385l.022.084-.218.206-.045.007c-.755.117-1.49.353-2.203.582-.888.285-1.805.578-2.77.645.027.231.131.435.239.649.04.08.081.16.118.242h.02c.222.01.428.085.627.158.319.116.62.226.957.084.7-.391 1.506-.563 2.284-.729.377-.08.766-.164 1.136-.27l.061-.019.055.033c.079.047.214.04.343.035.22-.01.523-.025.654.269l.013.028v.031c-.003.309.013.627.03.964.067 1.323.136 2.692-.9 3.597l-.046.041-.062-.006c-.508-.044-.985-.174-1.446-.298a16.127 16.127 0 0 0-.684-.174c-1.342-.54-2.539-1.435-3.681-2.388.176.257.324.517.444.781l.029.062-.03.061a.276.276 0 0 1-.07.094c.073.132.123.274.077.415l-.057.173-.156-.094a1.096 1.096 0 0 1-.09-.061c.014.054.026.108.038.16.07.295.13.548.428.706l.059.031.015.065c.038.163.173.268.329.39.171.134.363.283.422.535.463.198.9.463 1.321.721.237.145.482.294.727.428.125.047.27.11.417.172.646.277 1.315.564 1.99.344l.04-.008c.324-.013.675-.18 1.015-.342.144-.068.293-.14.441-.2.037-.26.154-.346.331-.457.043-.027.093-.058.149-.098l.49-.243.015.033c.413-.513.53-1.183.586-1.846l-.014-.212c-.018-.3-.036-.582.012-.833-.026-.286-.042-.576-.058-.866-.032-.565-.064-1.149-.172-1.678l-.015-.076.053-.054c.16-.167.316-.248.475-.248h.001c.24.001.414.185.584.362.236.247.397.393.643.317.057-.017.111-.03.166-.043.167-.04.314-.075.429-.167-.04-.336.133-.553.275-.729.072-.09.138-.171.175-.261a.237.237 0 0 1-.073-.097c-.039-.098.006-.186.035-.244l.017-.035c-.15-.076-.203-.236-.238-.34-.008-.024-.019-.056-.028-.075-.105-.076-.158-.155-.198-.214-.051-.076-.062-.092-.169-.096l-.084-.004-.039-.076c-.336-.663-.83-.556-1.611-.325-.462.136-.94.276-1.404.17l-.047-.011-.03-.037c-.022-.025-.048-.047-.074-.07-.077-.067-.182-.16-.191-.31l-.004-.07.634-.573c1.032-.641 1.405-1.724 1.658-2.8l.02-.085.084-.023c.455-.117.845-.022 1.222.07.155.038.315.077.475.1l.267.038-.058.065.076.038c.106.06.243.072.387.085.13.011.263.022.392.069 1.07-.002 2.55-.154 3.187-1.384.221-.607.1-1.331-.363-2.138zm-10.921-.396c-.059.185-.227.236-.35.272-.048.015-.094.029-.125.047l-.096.057-.353-.35.237-.093c.159-.062.338-.136.557-.121l.188.01-.058.178zm-.052-6.71c-.24 1.84-.492 3.97-.467 5.966l.002.195-.187-.053c-.097-.028-.16-.074-.195-.141-.05-.1-.013-.197.017-.275.024-.065.038-.106.025-.137l-.013-.051a9.385 9.385 0 0 1 0-.91c.02-.61.038-1.189-.17-1.743l-.016-.039.067-.347.107-.556-.066-.069.027-.083c.066-.203.121-.41.176-.616.109-.41.222-.832.42-1.225l.383-.764-.11.848zm2.977.274c-.109.267-.147.565-.187.88-.058.454-.118.924-.407 1.312-.036.07-.06.155-.087.244-.063.212-.133.451-.384.572l-.062.03-.063-.03c-.079-.038-.127-.09-.144-.154a.22.22 0 0 1 .034-.175l-.022-.057c-.115-.402-.06-.843-.007-1.269.024-.197.05-.4.056-.59l.002-.043.023-.034c.266-.397.663-.724 1.062-.876l.312-.119-.126.309zm2.62 3.6c-.159.056-.298.165-.445.279-.077.06-.154.12-.233.173l-.098.064-.265-.26.026-.085c.087-.283.106-.62.124-.944.027-.486.055-.989.307-1.378l.04-.062.073-.004c.064-.004.128-.01.192-.017.326-.032.73-.074.988.314l.021.05c.135.626-.113 1.295-.678 1.838l-.053.032zM64.204 26.689c.533-.131 1.092-.375 1.225-.539.345-.34.41-.672.472-.992.032-.163.061-.317.124-.465l.056-.334c.603-1.197.298-2.798.015-3.899-.073-.9-.171-1.718-.275-2.583-.07-.58-.14-1.167-.202-1.782a3.117 3.117 0 0 1-.006-.164c-.003-.178-.007-.422-.08-.564l-.018-.032v-.038c.012-.44-.07-.888-.156-1.362-.135-.75-.276-1.524-.033-2.288.022-.913.335-1.725.639-2.511.237-.614.482-1.249.577-1.916.368-1.511-.664-2.602-1.602-3.384h-.001c-.614-.515-1.156-.813-1.81-.998-2.762-.42-5.33.512-7.813 1.415-.509.185-1.014.369-1.517.54-.22.102-.459.203-.7.305-1.027.434-2.088.882-2.742 1.864.075.143.014.291-.026.387a.443.443 0 0 0-.038.113l-.004.067c.06-.144.128-.282.203-.411l.04-.069.585-.031c.006.002 0 0 0 0 .006.002.484.34.484.34l.132.071a4.015 4.015 0 0 1 1.326 1.195l.099.146-3.116 1.316-.033-.177c-.13-.69-.047-1.5.21-2.202l-.166-.143c-.175-.15-.298-.324-.417-.492-.113-.159-.218-.308-.364-.436-.097-.104-.194-.153-.284-.145-.099.007-.173.08-.22.144-.371.878-.493 1.871-.61 2.832a20.947 20.947 0 0 1-.227 1.537l-.024.055c-.06.085-.128.153-.194.219-.084.083-.156.154-.198.244a.72.72 0 0 1 .307.216l.042.053-.013.067c-.595 2.875-.603 6.013-.023 8.61.142.654.51 1.22.866 1.766l.113.176.051.01.04-.005c.045-.008.168-.03.254.057l.11.015c.303.041.48.056.584-.12l.022-.038.039-.019c.184-.09.205-.246.224-.494.013-.187.03-.412.202-.552-.063-.184-.033-.37-.007-.525.02-.128.04-.247.007-.337l-.014-.036.008-.039c.15-.844-.049-1.57-.26-2.338-.135-.49-.274-.996-.314-1.536l-.005-.061v-.001l-.039-.035.051-.1c.03-.056-.026-.193-.127-.317l-.094-.115.115-.09-.016-.029c-.035-.06-.143-.245.055-.4l.127-.098.085.136c.077.123.194.12.443.082.121-.018.246-.036.37-.018l.044.006.032.03c.208.186.302.418.392.642.065.16.127.312.226.436a.528.528 0 0 0 .105.09c.1.075.237.177.254.398l.005.049-.027.04a3.121 3.121 0 0 1-.833.888c.005.142-.02.29-.043.434-.055.331-.079.535.094.655.3-.116.624-.166.938-.214.168-.026.335-.051.498-.087l-.032-.057.054.052.045-.01.07.032c.098-.104.22-.13.32-.151.064-.013.119-.024.152-.053l.058-.049.074.02c.258.067.363.26.448.415.054.1.101.185.179.24l.057.04.003.071c.005.108.107.216.225.34.153.162.343.363.377.652l.007.057-.033.047c-.058.08-.126.122-.2.126a.238.238 0 0 1-.154-.052l-.066.179-.598-.573c.095.14.197.311.14.504l-.016.056-.049.029c-.462.275-.893-.058-1.15-.257-.161-.128-.288-.182-.38-.165-.126.025-.228.21-.336.406-.131.238-.279.506-.543.618-.025.08-.053.16-.082.24a2.203 2.203 0 0 0-.145.552c.052.128.095.26.139.393.086.265.168.515.319.727.575.58 1.321.377 2.11.161.3-.082.609-.166.908-.202l.02-.003.022.004c.198.035.44-.066.673-.162.146-.06.283-.118.412-.142.391-.074 1 .478 1.078.594l.034.031a.358.358 0 0 1 .027-.073l.07-.13.129.073c.249.14.493.292.737.443.574.354 1.167.72 1.798.926l.232.076-.178.168a.522.522 0 0 1-.1.075c.207.09.415.176.62.262.454.19.924.387 1.38.596.196.085.432.13.66.174.315.06.641.123.902.297l.178.118-.232.16c.436.109.929.082 1.438.04zm-1.414-7.056l-1.85-2.698.034-.075c.055-.121.117-.241.181-.36.13-.246.254-.479.3-.733l.024-.06.088-.122c.193-.27.377-.526.466-.812l.214-.68.07.71c.026.266.036.54.045.807.018.49.036.996.158 1.434l.022.08-.09.093.338 2.416zM59.246 5.25c.451-.021.885-.108 1.304-.191.429-.086.872-.174 1.342-.196l.066-.003.431.453c.288.447.111.831-.045 1.172-.114.248-.22.483-.183.738l.05.342-.28-.203c-.287-.208-.544-.462-.794-.709-.486-.48-.946-.935-1.607-1.072-.01-.001-.042.003-.066.007-.079.012-.244.036-.337-.118l-.126-.209.245-.011zM53.97 6.586a.234.234 0 0 1 .131-.143c.09-.034.168.005.215.029a.173.173 0 0 0 .017.009c1.327-.163 2.563-.587 3.757-.999l.233-.08.228.198-.332.447.019.352c.182.11.35.27.5.412.076.07.147.138.213.191l.1.082-.068.108c-.218.346-.521.587-.845.777.061-.032.123-.065.185-.1.338-.189.721-.402 1.231-.201l.135.053-.052.135c-.035.088-.031.094.096.166.096.055.264.149.264.352.134.082.251.19.365.297.127.12.249.233.378.292l.081-.09.107.082c.034.026.067.056.1.085.129.116.172.14.254.109l.228-.092-.028.22.016.012.024.018c.003-.004.005-.008.009-.011.04-.054.1-.133.209-.133.112 0 .183.093.207.124l.065.085-.062.088c-.032.045-.027.128-.02.215.007.106.015.234-.043.351l.007.065c.018.17.043.405-.059.578l-.126.217-.125-.218c-.216-.377-.553-.614-.91-.866-.327-.23-.665-.469-.92-.826-.113-.088-.283-.068-.48-.045-.1.011-.202.024-.302.02-.39.16-.318.51-.154 1.06.055.183.107.358.122.516.47.869.36 1.921.273 2.77l-.02.192-.18-.073c-.264-.108-.349-.35-.424-.565a1.444 1.444 0 0 0-.11-.26c-.533-.838-1.005-1.728-1.461-2.59l-.249-.468.015-.055c.066-.24.243-.427.414-.609.187-.198.364-.385.363-.609v-.004l-.167.075-.14.062-.034-.03h-.001c-.09.034-.167-.005-.213-.028l-.017-.01-.027.008-.045-.019c-.236-.098-.277-.307-.306-.46-.032-.16-.047-.212-.16-.23-.146.015-.294.02-.443.024-.28.008-.547.015-.774.096l-.081.028-1.22-1.094.037-.092zm-4.791 11.495l-.015-.136a4.838 4.838 0 0 1-.019-.374c-.007-.27-.015-.578-.095-.798l-.01-.043c-.034-.793.015-1.568.063-2.317.024-.365.046-.73.06-1.098l.05-.268.287.042c-.175 1.609-.085 3.1.018 4.827l.01.148-.35.017zm.825-3.727c-.09.207-.177.402-.135.603l-.283.064c-.055-.222-.063-.498-.07-.764-.005-.155-.01-.31-.022-.456l-.003-.023.148-.671.18.134c.51.377.329.786.185 1.113zm.332-.823c-.218-.004-.284-.228-.326-.377-.014-.05-.029-.1-.046-.138-.122-.082-.192-.176-.213-.284-.035-.18.078-.334.179-.47.06-.082.121-.166.137-.235l.011-.051.042-.033c.611-.471 1.307-.786 1.98-1.09.329-.15.668-.304.99-.473l.823-.432-.653.663c-.322.328-.639.632-.952.933-.641.617-1.246 1.199-1.858 1.934l-.044.053h-.07zm.592 1.229l-.185-.128c-.114-.079-.142-.192-.163-.274-.022-.09-.03-.104-.068-.118l-.137-.05.05-.137c.23-.615.724-1.04 1.13-1.339l1.03-.762-.802.937.101.087-.06.075c-.356.445-.76.947-.857 1.487l-.039.222zm.224-.275l-.09-.07.047-.104c.52-1.149 1.664-1.967 2.672-2.687l.128-.09.053.004c.14.01.204-.046.303-.132.102-.09.229-.2.446-.217l.087-.006.45.726-.126.076c-1.204.724-2.37 1.694-3.306 2.473l-.056.029c-.025.006-.053.015-.08.024-.078.025-.177.056-.28.056a.386.386 0 0 1-.248-.082zm1.686 1.23c-.183.215-.364.426-.535.636l-.116.141-.112-.144c-.038-.05-.12-.115-.206-.186-.218-.175-.489-.393-.53-.697l-.015-.106.097-.045c.737-.34 1.386-.921 2.012-1.482.318-.285.648-.58.988-.843l.457-.355-.235.528c-.408.916-1.119 1.748-1.805 2.554zm1.05 1.985l-.102.035-.064-.086c-.053-.072-.164-.129-.273-.185-.167-.084-.34-.173-.38-.354-.026-.12.017-.249.13-.392l.02-.022c.784-.66 1.375-1.423 2-2.23l.38-.488.17-.216.019.06.299-.498.131.137c.343.358.66.83.93 1.245l.045.07-.071.142-.077.013c-.085.014-.132-.034-.243-.147-.094-.095-.38-.382-.498-.358l-.075.017-.34-.307c.1.285.232.552.37.833.197.396.399.805.503 1.267l.02.094-.078.056c-.829.596-1.766.948-2.817 1.314zm1.723 1.766l-.114.103-.096-.12a4.155 4.155 0 0 0-.271-.296c-.214-.22-.434-.447-.537-.74l-.04-.117.107-.058c.364-.201.761-.33 1.146-.453.482-.155.938-.3 1.332-.58l.724-.511-.634.868c-.49.673-.954 1.308-1.617 1.904zm3.879 5.146c-.77-.283-1.514-.661-2.234-1.027l-.454-.23-.571-.426.18-.112c.129-.08.42-.265.654-.074l.032.026.013.04c.042.12.138.17.292.24.111.051.236.108.313.221.12.098.265.16.417.224.208.087.421.178.583.366.225-.062.416.083.56.194.098.075.191.147.28.158l.12.017.02.46-.205-.077zm.581-5.116c-.136.033-.251-.072-.329-.14l-.455-.415.113-.13c.205-.238.438-.507.811-.519l.066-.001.045.048c.287.308.681.729.78 1.235l.034.536-.996-.643a.237.237 0 0 1-.069.029zm2.824 3.71l-.032.14-1.788-.396.123-.178c.131-.188.304-.276.457-.354l.093-.047c.103-.246.37-.438.496-.486l.305-.116-.102.264.004.005c.092.017.148-.025.253-.113.067-.056.143-.118.24-.155l.144-.056.047.148c.124.395-.004.71-.117.989-.05.122-.097.236-.123.355zM166.463 24.938l.03-.043.008-.034c.043-.16.126-.252.25-.27a.388.388 0 0 1 .118-.05 7.888 7.888 0 0 0-.503-.528c-.224-.221-.436-.43-.605-.66-.012-.01-.018-.013-.018-.013a.658.658 0 0 1-.282.013l-.091-.016-.043-.082c-.026-.048-.054-.057-.198-.064-.134-.007-.313-.015-.448-.164-.61-.329-1.29-.54-2.012-.763-.558-.172-1.136-.35-1.676-.59l-.035-.02a7.091 7.091 0 0 0-.868-.506 7.63 7.63 0 0 1-.908-.53c-.103-.084-.204-.16-.306-.237-.4-.302-.854-.643-1.065-1.125l-2.828-2.496a.22.22 0 0 1 0-.204c-.126-.11-.288-.286-.305-.503l-.008-.086.061-.063c.093-.093.123-.225.156-.38.029-.13.062-.277.14-.411.215-1.68.071-3.325-.116-4.853l-.006-.044.015-.041c.136-.388.49-.564.803-.719.217-.107.423-.21.548-.367l.138-.174.07.076.053-.058c.146-.158.31-.335.524-.415a1.58 1.58 0 0 1 .115-.107c.088-.077.145-.132.143-.178l-.004-.073.048-.057c.031-.039.049-.059-.14-.244a3.31 3.31 0 0 1-.076-.077l-.12-.129.162-.175-.057-.058.355-.361c-.122-.232.014-.45.094-.576.035-.055.062-.1.079-.138h-.053l-.056-.058-.048-.047a.624.624 0 0 1-.179-.244l-.051.002c-.174.008-.37.017-.543-.078l-.046-.035c-.114-.12-.135-.11-.315.037-.154.125-.388.313-.71.175l-.08-.034-.188-.612c-.083-.09-.153-.18-.216-.26-.182-.233-.302-.388-.602-.398l-.077-.002-.053-.055c-.25-.262-.571-.392-.91-.53-.15-.063-.3-.124-.447-.198-.208.079-.4.019-.56-.03a1.255 1.255 0 0 0-.185-.048 1.393 1.393 0 0 1-.851-.2c-.253-.198-.416-.116-.708.058-.212.126-.473.281-.778.212-.006.004-.007.007-.007.007-.007.025.028.115.047.164.039.1.083.213.071.335l-.006.035a.416.416 0 0 1-.19.257c.136.14.309.253.49.372.403.267.861.569.859 1.22l-.004.04c-.25 1.138-1.109 2.08-2.626 2.88l-.112.059-.097-.082c-.208-.176-.555-.188-.84-.185.03.463-.297.72-.559.927-.34.269-.495.416-.317.823l.01.031.025.09c.044.151.117.402.019.569.117.204.338.34.554.474.13.08.264.162.373.26l.383.339-.512-.01c-.821-.018-1.602.315-2.325.978-.15.204-.037.38.233.702.034.04.068.08.099.12a.694.694 0 0 0 .635-.016l.067-.042.077.018c1.906.438 3.581 1.576 4.595 3.122l.065.1-.06.1c-.564.945-1.437 1.412-2.282 1.862-.192.103-.384.206-.57.313-.255.303-.668.471-1.227.5-.795.394-1.76.633-2.792.693-.35-.025-.56-.137-.744-.237a1.706 1.706 0 0 0-.252-.12c-.115-.056-.17-.063-.204-.047.002.103-.015.197-.034.282.095.05.18.11.262.168.195.137.348.248.59.213l.083-.011.064.054c.285.238.558.398.846.567.152.09.305.18.46.28a.813.813 0 0 0 .218.034c.174.013.48.037.58.316 1.188.268 2.346-.27 3.466-.792l.308-.142c.316-.222.653-.412.98-.596.733-.414 1.425-.805 1.948-1.53l.13-.181.592.597c1.683 1.7 3.425 3.459 5.4 4.679.135.01.245.078.33.13a.5.5 0 0 0 .116.06l.052-.027.05.009c.443.055.857.175 1.257.29.395.115.768.222 1.172.276.161-.04.315.007.452.05.117.035.219.067.286.035l.099-.045.089.062c.128.09.25.085.416.081.145-.004.309-.009.491.056.294.005.638-.042.969-.087.28-.038.571-.077.832-.084l.053-.003.047.028c.151.091.217.053.433-.151.132-.126.31-.293.55-.331zm-13.299-11.676c-.086.34-.176.69-.24 1.031l-.05.27-.234-.144c-.342-.21-.649-.422-.946-.627-.598-.414-1.163-.804-1.893-1.079l-.617-.231.646-.131c.925-.187 1.72-.662 2.561-1.165.275-.164.55-.329.83-.482l.252-.14.027.288c.071.812-.136 1.625-.336 2.41zM211.402 22.409l-.04-.027-.015-.045c-.126-.362-.543-.496-.88-.603-.074-.024-.143-.046-.203-.069l-.028-.014c-.08-.05-.123-.084-.16-.112a.618.618 0 0 0-.2-.109l-.036-.014-.024-.03c-.233-.29-.052-.614.093-.874.057-.1.11-.196.138-.281l.015-.047.04-.027c.256-.178.382-.444.514-.727.142-.302.29-.614.604-.832l.093-.064c.163-.402.274-.8.337-1.213-.453-1.134-1.686-1.394-2.816-1.542-.556.129-1.083.354-1.593.573-.428.183-.87.372-1.334.508l-.078.022-.171-.155-.002-.063c-.004-.217.17-.29.265-.33.023-.01.046-.02.064-.03.124-.282.355-.431.6-.589l.156-.102.074-.05.078.043c.052.028.09.062.114.1.21-.173.469-.385.795-.304.689-.399 1.205-1.02 1.582-1.519l.096-.128.064.059c.185-.248.38-.525.384-.827-.334-.426.01-.833.241-1.105.059-.069.115-.135.16-.197l-.073-.067.078-.105c.33-.444.393-.98.46-1.548.013-.1.024-.2.038-.3-.043-.63-.739-1.024-1.299-1.34l-.167-.096.115-.147c.321-.319.757-.334 1.179-.35l.173-.007.716-.669c.228-.54.444-1.227.15-1.809-.918-1.277-2.754-.97-3.766-.67l-.08.023-.06-.056c-.224-.206-.44-.433-.67-.673-.415-.435-.845-.886-1.329-1.209l-.169-.055c-.26-.082-.527-.167-.759-.361a1.26 1.26 0 0 1-.7.03c-.118.09-.22.145-.312.193-.134.071-.235.124-.345.277.053.196.159.391.27.597.248.46.53.983.175 1.564-.7 1.002-1.62 1.831-2.512 2.633-.554.498-1.126 1.013-1.643 1.566.031.324-.17.527-.332.693-.172.175-.278.294-.247.49.029.059.049.12.067.18.049.16.072.204.149.215l.11.016.014.11c.052.428.369.586.735.769.118.06.24.12.356.192.16-.122.295-.062.39-.02a.687.687 0 0 0 .099.038l.043-.03a.777.777 0 0 0 .049-.103c.037-.09.09-.217.214-.287l.013-.172c.015-.189.032-.384.005-.516l-.014-.074.052-.055c.634-.66 1.226-1.23 1.854-1.835l.495-.479.076.031.133-.208c.264-.411.748-.648 1.175-.857.187-.091.364-.178.514-.273l.051-.02.572-.11.032.136a.24.24 0 0 1 .006.071c.046-.016.093-.03.137-.042.118-.035.23-.066.31-.138l.058-.052.075.02c.154.04.332-.052.518-.151.08-.043.162-.086.247-.12.149-.507.606-.632 1.012-.742.255-.07.497-.136.666-.283l.094-.08.094.078c.014.011.05.023.082.033.095.031.27.089.288.306l.002.02-.004.02c-.134.644-.598.928-1.047 1.203a4.48 4.48 0 0 0-.5.338l-.168.09c-1.092.485-2.291.585-4.072.735l-.275.026c.134.068.173.225.174.287l.003.037-.015.058c-.052.11-.142.157-.202.188l-.031.017c-.009.282.034.54.078.812.049.298.1.606.078.948-.084.77-.175 1.536-.268 2.304-.492 4.098-1.002 8.334-.185 12.686.146.098.185.248.213.361.012.044.022.087.038.12.046.022.131.013.164-.02l.137-.137.093.17.023.016.009.007.03-.027.099.078c.31.246.748.036 1.134-.15l.084-.039.01-.039c.08-.295.076-.397-.102-.464l-.122-.044.031-.126-.005-.04c-.01-.063-.035-.23.138-.312l.042-.02.045.009c.57.098 1.1-.166 1.613-.423.1-.05.2-.1.3-.147.146-.25.39-.257.589-.261.116-.003.226-.005.316-.05l.035-.017.04.002c.303.022.574.12.836.215l.09.032c.378-.202.768-.157 1.115-.117.386.044.72.082 1.022-.172l.053-.107c.132-.258.21-.44.096-.608l-.062-.093.15-.171a.888.888 0 0 0-.41-.623zM201.4 8.624c-.228.22-.463.449-.728.63l-.215.145-.013-.259-.002-.022c-.002-.039-.006-.094.01-.15l-.102-.086.13-.111a7.57 7.57 0 0 1 1.426-.969l.151.248c-.23.16-.437.362-.657.574zm3.514-.281a.187.187 0 0 0 .053-.032l.098-.047c.695-.035 1.462-.074 2.073-.103l.019.29c-.208.017-.474.205-.73.387-.315.223-.64.453-.958.453a.612.612 0 0 1-.163-.022c-.22-.06-.395-.236-.535-.543-.088-.272.074-.35.143-.383zm.035 4.426c.027-.027.03-.031-.013-.125-.037-.082-.102-.226-.012-.374-.038-.182.027-.366.086-.53.035-.098.068-.191.078-.276l.022-.062c.158-.247.407-.255.607-.262.135-.005.263-.01.36-.079.145-.108.292-.237.434-.362.339-.297.689-.605 1.122-.737l.291-.09-.113.282c-.215.535-.551.93-.908 1.346-.172.202-.35.41-.516.639l-.021.023c-.082.073-.164.17-.25.273-.227.269-.502.596-.92.596a.85.85 0 0 1-.17-.018l-.265-.053.188-.191zm.028 3.167l-.1-.058.067-.14c.096-.147.257-.141.362-.138a.412.412 0 0 0 .099-.003l.248-.06-.075.243c-.047.154-.156.266-.261.374-.042.043-.084.086-.121.132l-.127.156-.108-.17c-.092-.145-.02-.274.016-.336zm2.816 2.767c-.453 1.016-1.194 2.46-2.41 3.255l-.083.054-.081-.057c-.203-.144-.127-.34-.094-.423.009-.023.023-.057.022-.07l-.087-.06.02-.102c.054-.18.04-.34.023-.508-.018-.194-.038-.394.039-.632l.016-.048.041-.029c.048-.032.102-.064.158-.098.264-.159.45-.287.44-.494l-.004-.08.066-.046a6.053 6.053 0 0 1 1.758-.86l.303-.091-.127.289z"
49
+ }), /*#__PURE__*/React__default.createElement("path", {
50
+ d: "M201.023 21.618l-.01-.02c-.11-.278-.415-.342-.74-.41a3.338 3.338 0 0 1-.331-.08l-.255-.081.207-.17c.567-.464.87-1.13.854-1.873l-.014-.02c-.028-.045-.074-.12-.05-.21a.221.221 0 0 1 .043-.085c-.12-.742-.33-1.432-.972-1.567-.122-.034-.2-.092-.244-.174-.074-.138-.024-.295.02-.433.031-.1.067-.21.034-.255l-.052-.068.035-.077c.321-.73.165-1.606.014-2.453a13.43 13.43 0 0 1-.126-.797l-.003-.018.003-.018c.034-.265.217-.416.379-.55.04-.033.08-.065.115-.097l-.069-.082c-.15-.193-.363-.156-.699-.078a2.61 2.61 0 0 1-.363.067l-.063.006-.912-.824.033-.091c.207-.583.704-1.223 1.226-1.589.006-.124.093-.212.145-.264l.032-.033a.883.883 0 0 1-.26-.1l-.138-.07.01-.079-.01-.016c-.03-.045-.078-.12-.052-.215a.234.234 0 0 1 .012-.033c-.192-.217-.564-.239-.926-.26a8.693 8.693 0 0 1-.222-.014 2.505 2.505 0 0 0-.26.072c-.194.06-.395.123-.584.088l-.308-.057 1.435-1.17.056.003c.117.006.196-.059.318-.167.063-.056.13-.115.21-.16l.029-.018.033-.002c.458-.03.791-.348 1.144-.684.215-.206.437-.417.695-.566l-.011-.011.18-.25a.615.615 0 0 1-.264-.302.535.535 0 0 1-.023-.34c-.548-.337-1.358-.564-2.101-.246l-.03.013-.033-.002c-.098-.002-.219.048-.344.105-.246.108-.615.271-.879-.146a4.014 4.014 0 0 1-.326-.203c-.282-.188-.55-.366-.834-.296-.037 1.228-.493 2.31-.934 3.359-.144.344-.294.698-.425 1.051-1.02 3.022-2.745 5.842-4.411 8.57-.485.791-.986 1.61-1.46 2.421-.12.225-.101.445.06.694l.091-.101.15.127c.18-.107.342.027.419.09.05.041.08.062.099.07.091-.21.31-.256.46-.288.059-.012.114-.024.16-.041.188-.303.404-.57.613-.828.268-.332.521-.644.715-1.02l.018-.028c.24-.286.445-.61.662-.953.226-.357.458-.725.742-1.063l.027-.025a.71.71 0 0 1 .112-.06c.022-.01.056-.025.076-.038l-.037-.085.084-.072c.302-.242.6-.573.799-.886l.083-.132.126.093c.263.195.332.478.393.728.06.244.111.455.316.59.114.004.226.015.339.024.369.034.688.064.97-.133l.153-.106.066.173c.105.273.004.542-.086.78-.041.11-.08.214-.101.315l-.008.034-.022.028c-.099.12-.168.282-.242.45-.146.338-.31.718-.752.82-.056.221-.252.325-.389.398l-.087.048.04.033c.07.058.166.138.184.27l.005.036-.011.033c-.19.544-.714.634-1.135.706l-.016.003c-.827 1.291.035 2.436.868 3.543.206.274.402.533.57.794.226.142.413.354.594.559.241.273.472.535.774.615a.367.367 0 0 1 .203-.341l.046-.023.049.01a.386.386 0 0 0 .066-.007.526.526 0 0 1 .148-.007c.022-.027.047-.05.066-.07a.418.418 0 0 0 .057-.064.344.344 0 0 1 .255-.201.383.383 0 0 1 .143-.004.312.312 0 0 1 .007-.085l.022-.055-.035-.033V24.8c0-.02-.016-.061-.028-.095-.04-.105-.132-.353.157-.481l.05-.022-.293-.471.144-.071c.409-.202.896-.256 1.367-.309.358-.04.696-.078.981-.175a1.22 1.22 0 0 1 .391-.232c.18-.075.32-.136.408-.316l.014-.03.027-.022c.066-.05.132-.074.18-.092.027-.01.043-.015.053-.022-.18-.242-.037-.442.051-.566.094-.133.12-.183.065-.278zM196.49 7.936c.03-.327.225-.574.414-.812.15-.188.29-.364.337-.566l.018-.076.073-.026c.195-.073.445-.121.687-.168.134-.026.267-.051.391-.081l.418-.1-.27.332c-.293.361-.659.645-1.012.92-.275.213-.56.434-.807.69l-.285.295.036-.408zm-.982 6.263l-.038-.209c-.035-.193.091-.322.183-.417.077-.078.113-.12.104-.162l-.014-.079.504-.468.096.067c.178.124.19.517.067.7l-.045.043-.857.525zm.948 6.563c-.228.308-.473.595-.72.617a.325.325 0 0 1-.084.01c-.227 0-.46-.226-.517-.385l-.025-.068.04-.06c.172-.267 1.078-.382 1.222-.38l.274.013-.19.253zm.625-10.04c-.048.128-.107.287-.266.414l-.04.033h-.051c-.07-.003-.074.006-.124.074l-.025.032.066.052-2.064 2.458.233-.712c.067-.204.153-.4.237-.587.104-.233.202-.453.265-.688l.01-.036.026-.027c.098-.1.155-.3.21-.496.081-.284.165-.579.403-.688.138-.063.297-.053.486.031a.556.556 0 0 0 .248-.042.715.715 0 0 1 .273-.052l.198.012-.085.222zM109.565 16.852l.027.001.07.062c.034.01.056-.009.11-.068l.075-.077c-.122.024-.241.05-.359.08l.077.002z"
51
+ }), /*#__PURE__*/React__default.createElement("path", {
52
+ d: "M115.188 16.605c.198-.75.039-1.51-.471-2.257-.884-1.12-1.668-1.728-3.5-1.937-.226-.026-.552-.001-.868.022-.324.025-.66.05-.907.023l-.138-.015.091-.105c.245-.285.447-.55.443-.897a5.268 5.268 0 0 0-.094-.096 1.964 1.964 0 0 1-.288-.338c-.106-.056-.212-.127-.315-.195-.355-.237-.691-.461-1.085-.203l-.032.022-.035-.015c-.136-.056-.282 0-.436.059-.175.066-.356.134-.546.056l-.105-.044.085-.077c.238-.216.527-.433.807-.643.1-.074.197-.149.293-.222l.022-.012.254-.083c.475-.152.922-.295 1.265-.7l.05-.059.1.098c.096-.19.195-.385.288-.579-.05-.258-.265-.359-.492-.467-.092-.043-.185-.087-.27-.143-.155-.056-.25-.177-.332-.283-.094-.12-.175-.224-.33-.233l-.054-.002-.013-.052c-.039-.156.013-.279.058-.387.023-.055.045-.106.056-.16l.007-.04.037-.014c.092-.036.176-.089.265-.145.167-.104.34-.211.568-.205.055-.002.079-.035.122-.114.041-.076.102-.188.254-.173.314-.295.21-.71.074-1.108-.1-.229-.326-.36-.59-.51-.233-.134-.473-.272-.662-.503-.08-.126-.145-.212-.207-.294-.127-.168-.236-.312-.355-.645l-.03-.092c-.06-.182-.15-.456-.249-.502-.157-.104-.254-.241-.358-.387-.105-.148-.213-.3-.381-.415-.172-.038-.262-.176-.343-.298-.107-.163-.17-.245-.332-.2l-.293.059c-.107.016-.183.018-.249.02-.142.007-.227.01-.448.132l-.033.009c-.149.002-.197.052-.277.134-.054.056-.12.125-.23.19a1.243 1.243 0 0 0-.285.38.943.943 0 0 1-.124.198c.042.282.215.453.383.618.067.065.13.127.185.196.256.36.43.59.682.795.113.14.093.269.078.372-.01.066-.019.122.002.174.083.29.136.67-.074.881l-.017.017-.024.004c-.515.079-.995.282-1.458.479-.324.137-.658.28-1.004.38-.143.028-.286.044-.424.06-.253.03-.515.062-.743.156-.09.334.084.619.268.919.098.16.199.325.258.5l.016.044-.047.045c.063.091.125.184.186.276l.115.173c.397.185.691.001 1.003-.193.15-.094.305-.19.474-.247l-.018-.018.185-.18a3.18 3.18 0 0 0 .184-.084c.204-.098.415-.2.609-.152l.032.008.015.03c.038.077-.007.134-.036.165.104.337.025.715-.2.954l-.026.017-2.003.824-.04-.043c-.134.115-.271.13-.394.143-.122.013-.23.025-.336.128v.005c-.003.063.001.068.018.076l.085.045-.106.11c-.005.056.013.105.033.16l.024.07.009.029-.015.027c-.14.25-.026.398.118.585.064.084.13.17.177.271.023.09.093.164.164.184.045.013.084.001.12-.034l.053-.054.051.055c.076.082.117.06.222-.01.097-.064.244-.162.407.01l.014.021c.036.085-.023.142-.05.171l-.01.008a9.489 9.489 0 0 0-.28 1.354l-.011.054-.053.008c-6.158 1.056-7.657 3.324-8.275 5.182a8.72 8.72 0 0 1-.047.434c-.11.882-.233 1.88.536 2.413.497.285.996-.038 1.438-.323l.022-.014c.884-1.323 2.28-2.518 3.644-3.118l.202-.124c.505-.31 1.027-.632 1.58-.852 1.588-.888 3.4-1.567 5.529-2.071.26-.049.522-.11.798-.173 1.047-.24 2.235-.513 3.269 0l.016.011c.36.327 1.106 1.007.822 1.691l-.008.019-.015.013c-.72.515-1.604.675-2.458.83-.192.034-.382.069-.567.106l.135.136c.325-.026.62.018.905.062.149.023.302.046.456.058.289.09.601.112.903.132.389.027.79.055 1.135.217l.069.032-.067.129.16-.062.033.04.016.018c.014.013.04.037.053.07.093.002.178.002.232-.042l.057-.045.045.055c.005.008.012.013.018.019.012.012.029.03.043.052l.596-.147c.156-.133.228-.298.305-.472.062-.14.126-.286.237-.415zm-10.252-2.834c-2.137.817-5.611 2.601-6.153 3.01-.125.093-.276.199-.441.314-.551.383-1.238.86-1.589 1.365l-.066.096-.057-.102c-.186-.336-.125-.746-.066-1.143.028-.188.056-.381.056-.558.564-2.387 3.094-3.202 5.119-3.468.447-.02.88.04 1.301.095.585.079 1.138.152 1.684.027l.034-.008.026.021c.052.04.075.09.094.132.02.045.035.07.066.089l.137.076-.145.054z"
53
+ }), /*#__PURE__*/React__default.createElement("path", {
54
+ d: "M113.66 22.187c.399-.058.782-.284 1.062-.631l.002-.113c.057-.209.056-.492.054-.7v-.047c-.114-.09-.144-.211-.169-.32-.03-.125-.053-.223-.19-.282l-.03-.012-.01-.03c-.335-.942-1.208-1.614-2.172-1.673-1.086-.345-2.506-.219-3.27.83l-.05.07-.249-.251c-.159-.273-.444-.485-.72-.69-.453-.336-.921-.684-.836-1.306l.004-.025.018-.018c.033-.031.063-.076.094-.124.07-.107.155-.239.319-.242.042-.071.021-.167-.015-.292a1.814 1.814 0 0 1-.02-.076l-.006-.022.007-.02c.027-.075.031-.13.01-.166-.035-.064-.16-.09-.283-.115-.123-.024-.25-.05-.344-.118-.187.153-.355.102-.548.044l-.02-.007c-.622.368-1.327.548-2.01.722-.594.152-1.21.309-1.758.589l-.035.018-.035-.02a.28.28 0 0 0-.214-.033.233.233 0 0 0-.144.122c-.146.354.04.676.255.976.356-.087.716-.185 1.063-.28.719-.196 1.462-.397 2.23-.515l.037-.006.105.108-.005.035c-.113.801.417 1.242.977 1.708.37.309.754.627.972 1.066.24.628-.298 1.017-.729 1.328-.12.086-.232.168-.326.25l-.016.014-.02.003c-.082.016-.167.05-.257.09-.17.07-.346.143-.525.083l-.194-.066.192-.07c.055-.021.081-.075.112-.137.038-.077.097-.196.245-.179.008-.063.005-.064-.013-.072l-.072-.027.054-.116c.045-.1.095-.213.205-.3.005-.112.032-.224.058-.334.054-.226.105-.44-.043-.62l-.015-.019-.001-.025c-.024-.6-.433-.784-.905-.997-.229-.103-.465-.209-.662-.37-.45-.066-1.265-.127-1.794.164-.64.294-1.423 1.147-1.324 1.587l.003.015-.002.015c.019.067.39.544.78.966.36.21.548.422.574.65.039.332-.27.62-.594.926-.314.294-.638.599-.646.94.046.139.052.303.058.476.012.326.024.664.31.853 2.084.939 4.414 1.21 6.382.74.559-.29 1.153-.596 1.853-.636.504-.073.69-.612.794-1.079-.049-.416-.24-.774-.46-1.187l-.06-.134c0-.199-.12-.6-.209-.703l-.046-.052.067-.064a2.675 2.675 0 0 1-.094-.23c-.068-.18-.132-.347-.262-.448l-.057-.044.176-.233-.047-.043.018-.046c.087-.22.298-.25.484-.274a.957.957 0 0 0 .245-.055c.165-.079.392-.07.592-.062.09.004.175.007.234 0l.173-.02-.107.137a.723.723 0 0 1-.366.23c.108-.004.22-.017.343-.056l.054-.016.03.047c.013.021.11.021.157.021.096 0 .194 0 .235.077.016.03.017.063.01.095a.468.468 0 0 1 .27.07l.039.028-.01.046c-.047.222.061.27.273.342.136.046.311.106.356.278.075-.065.17-.115.3-.069a.171.171 0 0 1 .104.158zm-10.253-1.445l.012-.016a1.6 1.6 0 0 1 1.028-.48l.137-.01-.069.118a7.927 7.927 0 0 0-.185.35c-.13.253-.262.514-.457.748l-.056.067-.055-.066c-.026-.031-.062-.065-.102-.103-.154-.146-.387-.368-.253-.608zm4.689 3.132l-.024.06-.03.011c-1.102.427-2.05.641-2.858.641-.65 0-1.21-.138-1.688-.415l-.082-.048.068-.067c.069-.068.138-.138.208-.21.358-.364.729-.742 1.196-.9l.041-.013.122.116c.249-.045.495-.05.732-.057.311-.008.604-.016.89-.105l.231-.07-.153.187c-.008.01-.017.018-.026.027.06.01.121-.02.21-.068.12-.064.283-.15.464-.027.236-.073.443-.248.643-.418.051-.045.104-.089.157-.131l.077-.063.036.093c.183.477-.037 1.02-.214 1.457zm3.85-3.833c-.181.067-.36.158-.533.246-.354.18-.72.368-1.156.387l-.07.003-.006-.071a1.821 1.821 0 0 0-.065-.327c-.047-.179-.096-.364-.05-.541-.03-.16.016-.348.059-.529.023-.096.046-.194.057-.284l.007-.063h.064c.836-.011 1.42.265 1.677.79l.006.017.067.35-.058.022zM90.63 20.807c.317-.216.845-.677.914-.993.005-.02.126-.48.02-1.246a.652.652 0 0 0-.057-.1c-.16-.204-.651-.79-.988-1.06h-.122l-.084-.148c-.115-.204-.494-.764-.857-.894l-.044-.02c-.001 0-.223-.098-.778-.07a.436.436 0 0 1-.224-.05c-.045.002-.17.016-.41.12a1.21 1.21 0 0 0-.194.114l-.026.051-.072.042c-.123.073-1.212.694-1.93.236a.708.708 0 0 0-.084-.036h-.112l-.099-.115c-.115-.142-.13-.46-.108-.62 0-.141-.013-1.084-.41-1.631l-.162-.221.044-.037a1.33 1.33 0 0 0-.229-.17 1.464 1.464 0 0 1-.454-.253l-.073.025-.127-.156c-.024-.029-.101-.094-.166-.097-.028-.002-.41-.022-.82.336a.337.337 0 0 1-.231.157c.113.041.255.124.365.288.116.08.182.207.175.34a1.91 1.91 0 0 1-.628 1.62.66.66 0 0 1-.275.182 2.807 2.807 0 0 0-.07.036c.05.076.092.214-.043.392-.322.516-.513.589-.61.604-.106.129-.472.527-.971.517-.114.03-.426.114-.587.149a.36.36 0 0 1-.1.008.357.357 0 0 1-.113.043s-.408.095-.69.193a.368.368 0 0 1-.303.09.341.341 0 0 1-.255-.214.781.781 0 0 1-.049-.593s.125-.46.171-.746l.025-.08c.043-.087.42-.86.698-1.158l.113-.144a.343.343 0 0 1-.065-.06c-.054-.063-.13-.203-.044-.425.038-.077.28-.545.586-.762l.258-.182.005.011.011-.009c-.08-.11-.072-.254.023-.43a.509.509 0 0 1 .112-.168c.054-.143.185-.35.503-.51l.035-.018.023-.046.122-.037a.588.588 0 0 1 .156-.024.4.4 0 0 1 .233-.118c.02-.01.041-.02.063-.028l-.01-.098.296-.024c-.003 0 .21-.041.464-.401l.054-.058c.047-.038.436-.346.857-.373a.54.54 0 0 1 .208-.08c.294-.087.626-.254.747-.392-.172-.16-.386-.422-.437-.768l-.003-.04c0-.009-.006-.93-.023-1.393 0 0-.035-.345-.213-.609l-.032-.063a3.726 3.726 0 0 1-.174-.647l-.021-.035a.94.94 0 0 1-.11-.27c-.148-.194-.666-.846-1.25-1.26a2.07 2.07 0 0 0-.464-.268l-.219-.075.005-.048a.57.57 0 0 1-.102-.051s-.132-.078-.278-.148c-.224-.1-.328-.149-.379-.174a.514.514 0 0 0-.323.055.36.36 0 0 1-.207.085.635.635 0 0 0-.034.054l-.118.192-.06-.019c-.002.07-.01.27-.017.386 0 0 .015.75.81 1.71.054.073.414.597.33 1.05l-.009.037c0 .002-.065.202-.096.366-.002.167-.038.326-.246.367-.018.276-.305.478-.371.564-.093.136-.333.34-.473.454-.227.18-.493.326-.637.4a.312.312 0 0 1-.199.13.827.827 0 0 1-.446.125H78.4l-.163-.018c-.037-.024-.258.06-.302.054-.081.051-.188.129-.3.254a.453.453 0 0 1-.302.153.374.374 0 0 1-.1-.009.383.383 0 0 1-.194.097l-.037.005-.063.058-.086.005c-.216.035-.384.026-.499-.028l-.058.018s-.263.06-.49.262l.016.493a.784.784 0 0 1-.058.306l.003.007a.588.588 0 0 1 .044.146l.073.012-.02.264v.008l.036.04v.106l.005.171a.31.31 0 0 1 .088.243l.096.057-.034.14c.023.03.04.062.051.099.003.007.004.015.006.023.05.032.099.085.13.156l.194.035.006.104.037.026a.321.321 0 0 1 .058.058c.02.009.04.015.052.02a13.1 13.1 0 0 0 .364-.023v-.086l.271.024.174-.038a.308.308 0 0 1 .049-.007.385.385 0 0 1 .138-.09c.073-.056.25-.206.428-.453l.062-.085.066-.018a.343.343 0 0 1 .298-.147.33.33 0 0 1 .096.02.392.392 0 0 1 .408.104.346.346 0 0 1 .102.235.38.38 0 0 1-.092.262c-.062.1-.315.49-.655.8l-.012.012-.004.056-.124.06-.02.027a.446.446 0 0 1-.157.113 4.029 4.029 0 0 0-.618.797l-.016.025c-.003.005-.329.447-.48.777a.372.372 0 0 1-.125.188l-.007.02c0 .002-.125.353-.162.478l-.095.324-.035-.016c-.063.18-.144.36-.244.47-.09.145-.34.372-1.02.52l-.045.017a.644.644 0 0 1-.254.056l-.038.012c-.422.137-.655.18-.787.19l-.037.014a.78.78 0 0 1-.322.055.387.387 0 0 1-.238.082l-.08.03a1.186 1.186 0 0 1-.306.077l-.08.034a1.09 1.09 0 0 1-.267.086.363.363 0 0 1-.214.094c-.637.115-.918.05-1.049-.02a.335.335 0 0 1-.301-.094 1.413 1.413 0 0 0-.135-.073l-.514-.098a.8.8 0 0 0-.223-.007.338.338 0 0 1-.18.233c-.015.03-.06.112-.084.272l-.027.085a.57.57 0 0 1-.057.092l-.006.61c.001.05-.007.1-.025.145l.11.162-.082.065.135.226-.122.015c.082.085.12.191.111.294.023.046.04.098.043.155a.812.812 0 0 1 .243.393.357.357 0 0 1 .283.442v.005c.028.029.054.063.073.102l.036.024.034.074a.555.555 0 0 1 .038.112l.018.021c.048.056.105.128.15.2.153.078.236.182.248.311v.007a.607.607 0 0 1 .423.122.484.484 0 0 0 .163.075l.372-.074-.023.229.029.008a.362.362 0 0 1 .097.029.56.56 0 0 1 .218-.02c-.013-.002.088-.01.209-.127l.046-.037a.353.353 0 0 1 .278-.045c.085-.02.196-.062.25-.127l.107-.126.054.009.12-.05c.01-.004.95-.397 1.447-.732.086-.054.463-.288.749-.362l.011-.026.113-.042a.598.598 0 0 1 .166-.034.438.438 0 0 1 .353-.107c-.005 0 .05-.007.139-.066l.046-.03.054-.012a.556.556 0 0 1 .139-.01l.07-.038c.028-.01.282-.108.739-.165a.886.886 0 0 0 .18-.027l.033-.034.076-.021c.066-.019.24-.064.418-.075l.194-.043a6.388 6.388 0 0 1 1.524-.116l.45.02a.81.81 0 0 0 .108-.01l.128-.03.073.047a.577.577 0 0 1 .128-.043l.046-.13.257.103.044-.036.05-.007c.036-.01.884-.231 1.812-.209l.01-.046.242.007c.375.01.992-.016 1.188-.107l.053-.019c.018-.004.136-.032.302-.034l.002-.017.18-.053a.716.716 0 0 1 .217-.03c1.078-.346 1.454-.43 1.61-.443.121-.08.532-.299 1.31-.215.003 0 .36.026.85.234l.028.013a.689.689 0 0 0 .185.07l.073.01c.135.036.519.153.761.359l.04-.016a.9.9 0 0 1 .108-.035l-.021-.249.368.161h.006z"
55
+ }))));
56
+ };
57
+ NmtlLogo.defaultProps = {
58
+ className: undefined,
59
+ color: 'white',
60
+ onClick: () => undefined
61
+ };
62
+ NmtlLogo.propTypes = {
63
+ className: PropTypes.string,
64
+ color: PropTypes.string,
65
+ onClick: PropTypes.func
66
+ };
67
+
68
+ var css_248z = ".footer {\n display: flex;\n justify-content: center;\n width: 100%;\n position: relative;\n z-index: 1; }\n .footer__bg {\n width: 100%;\n position: absolute;\n bottom: 0; }\n .footer__bg-mobile {\n display: none;\n object-position: 0 0;\n object-fit: cover;\n height: 50rem; }\n .footer__bg--single {\n bottom: 100%; }\n .footer__logo {\n width: 220px;\n cursor: pointer;\n margin: 2rem calc(100% * 1 / 12 + 2rem); }\n .footer__content {\n display: flex;\n align-items: baseline;\n margin: 0 calc(100% * 1 / 12 + 2rem);\n font-size: 1.25rem; }\n .footer__content__item {\n display: flex;\n flex-direction: column;\n width: 33%;\n min-width: 300px;\n margin-bottom: 2rem;\n color: white; }\n .footer__content__item:last-child {\n margin-bottom: 4rem; }\n .footer__content__item__link {\n color: white;\n cursor: pointer;\n text-decoration: none; }\n .footer__content__item__link:hover {\n text-decoration: underline; }\n .footer .customSpin {\n z-index: 2; }\n\n@media only screen and (max-width: 1160px) {\n .footer__content {\n flex-direction: column; } }\n\n@media only screen and (max-width: 767px) {\n .footer__bg {\n display: none; }\n .footer__bg-mobile {\n display: initial; }\n .footer__bg--single {\n display: initial; }\n .footer__content {\n font-size: 1.25rem; } }\n\n@media only screen and (max-width: 484px) {\n .footer__logo {\n margin: 2rem; }\n .footer__content {\n margin: 2rem 2rem 0;\n font-size: 1rem; } }\n";
69
+ styleInject(css_248z);
70
+
71
+ var textClassName = 'footer__content__item__text';
72
+ var Footer = function Footer(props) {
73
+ var color = props.color,
74
+ primaryColor = props.primaryColor,
75
+ className = props.className,
76
+ footerBg = props.footerBg,
77
+ footerBgMobile = props.footerBgMobile,
78
+ extraData = props.extraData;
79
+ var footerAPI = props.footerAPI,
80
+ visitsAPI = props.visitsAPI,
81
+ emailAPI = props.emailAPI,
82
+ formatMessage = props.formatMessage,
83
+ onNotify = props.onNotify;
84
+ var _useState = useState(false),
85
+ _useState2 = _slicedToArray(_useState, 2),
86
+ contactModalOpen = _useState2[0],
87
+ setContactModalOpen = _useState2[1];
88
+ var _useState3 = useState(),
89
+ _useState4 = _slicedToArray(_useState3, 2),
90
+ footer = _useState4[0],
91
+ setFooter = _useState4[1];
92
+ var _useState5 = useState(null),
93
+ _useState6 = _slicedToArray(_useState5, 2),
94
+ counter = _useState6[0],
95
+ setCounter = _useState6[1];
96
+ useEffect(function () {
97
+ if (footerAPI) axios.get(footerAPI).then(function (response) {
98
+ var _response$data, _response$data$data;
99
+ return setFooter(response === null || response === void 0 ? void 0 : (_response$data = response.data) === null || _response$data === void 0 ? void 0 : (_response$data$data = _response$data.data) === null || _response$data$data === void 0 ? void 0 : _response$data$data.concat(extraData));
100
+ });
101
+ }, []);
102
+ useEffect(function () {
103
+ // visitsAPI 取得 visits 的方式要改為直接代入數值
104
+ if (!visitsAPI) return;
105
+ if (_typeof(visitsAPI) === 'object') setCounter(visitsAPI);else axios.get(visitsAPI).then(function (response) {
106
+ return setCounter(response.data && response.data.data);
107
+ });
108
+ }, [visitsAPI]);
109
+ var _ref = counter || {},
110
+ today = _ref.today,
111
+ all = _ref.all,
112
+ modified = _ref.modified;
113
+ return /*#__PURE__*/React__default.createElement("div", {
114
+ className: classNames('footer', className)
115
+ }, footerBg && /*#__PURE__*/React__default.createElement("img", {
116
+ className: classNames('footer__bg', {
117
+ 'footer__bg--single': !footerBgMobile
118
+ }),
119
+ src: footerBg,
120
+ alt: ""
121
+ }), footerBgMobile && /*#__PURE__*/React__default.createElement("img", {
122
+ className: classNames('footer__bg', 'footer__bg-mobile'),
123
+ src: footerBgMobile,
124
+ alt: ""
125
+ }), /*#__PURE__*/React__default.createElement(Spin, {
126
+ spinning: !footer
127
+ }, Array.isArray(footer) && /*#__PURE__*/React__default.createElement("div", {
128
+ style: {
129
+ background: color
130
+ }
131
+ }, /*#__PURE__*/React__default.createElement(NmtlLogo, {
132
+ className: "footer__logo",
133
+ color: primaryColor,
134
+ onClick: function onClick() {
135
+ return window.open('https://www.nmtl.gov.tw/');
136
+ }
137
+ }), /*#__PURE__*/React__default.createElement("div", {
138
+ className: "footer__content"
139
+ }, counter && /*#__PURE__*/React__default.createElement("div", {
140
+ className: "footer__content__item",
141
+ style: {
142
+ color: primaryColor
143
+ }
144
+ }, /*#__PURE__*/React__default.createElement("div", {
145
+ className: textClassName
146
+ }, "".concat(formatMessage({
147
+ id: 'common.visit.count.day'
148
+ }), "\uFF1A").concat(today)), /*#__PURE__*/React__default.createElement("div", {
149
+ className: textClassName
150
+ }, "".concat(formatMessage({
151
+ id: 'common.visit.count'
152
+ }), "\uFF1A").concat(all)), /*#__PURE__*/React__default.createElement("div", {
153
+ className: textClassName
154
+ }, "".concat(formatMessage({
155
+ id: 'common.upgrade.time'
156
+ }), "\uFF1A").concat(modified))), /*#__PURE__*/React__default.createElement("div", {
157
+ className: "footer__content__item",
158
+ style: {
159
+ color: primaryColor
160
+ }
161
+ }, /*#__PURE__*/React__default.createElement("div", {
162
+ className: "footer__content__item__title"
163
+ }, formatMessage({
164
+ id: 'common.form.contactUs'
165
+ })), footer.filter(function (_ref2) {
166
+ var type = _ref2.type;
167
+ return type === 'contact';
168
+ }).map(function (_ref3, i) {
169
+ var name = _ref3.name;
170
+ return /*#__PURE__*/React__default.createElement("div", {
171
+ className: textClassName,
172
+ key: i.toString()
173
+ }, name);
174
+ })), /*#__PURE__*/React__default.createElement("div", {
175
+ className: "footer__content__item"
176
+ }, /*#__PURE__*/React__default.createElement("div", {
177
+ className: "footer__content__item__title",
178
+ style: {
179
+ color: primaryColor
180
+ }
181
+ }, formatMessage({
182
+ id: 'common.link'
183
+ })), footer.filter(function (_ref4) {
184
+ var type = _ref4.type,
185
+ name = _ref4.name;
186
+ return ['url', 'socialmedia'].includes(type) && name;
187
+ }).map(function (_ref5, i) {
188
+ var name = _ref5.name,
189
+ url = _ref5.url;
190
+ return /*#__PURE__*/React__default.createElement("a", {
191
+ className: "footer__content__item__link",
192
+ style: {
193
+ color: primaryColor
194
+ },
195
+ href: url,
196
+ key: i.toString(),
197
+ target: "_blank",
198
+ rel: "noopener noreferrer"
199
+ }, name.toUpperCase());
200
+ }), /*#__PURE__*/React__default.createElement("div", {
201
+ className: "footer__content__item__link",
202
+ style: {
203
+ color: primaryColor
204
+ },
205
+ onClick: function onClick() {
206
+ return setContactModalOpen(true);
207
+ }
208
+ }, formatMessage({
209
+ id: 'common.has.problem'
210
+ })))), /*#__PURE__*/React__default.createElement(ContactModal, {
211
+ mailto: (footer.find(function (_ref6) {
212
+ var type = _ref6.type;
213
+ return type === 'mailto';
214
+ }) || {}).url,
215
+ open: contactModalOpen,
216
+ emailAPI: emailAPI,
217
+ setOpen: setContactModalOpen,
218
+ formatMessage: formatMessage,
219
+ onNotify: onNotify
220
+ }))));
221
+ };
222
+ Footer.defaultProps = {
223
+ color: undefined,
224
+ primaryColor: undefined,
225
+ className: undefined,
226
+ footerAPI: undefined,
227
+ visitsAPI: undefined,
228
+ emailAPI: undefined,
229
+ footerBg: undefined,
230
+ footerBgMobile: undefined,
231
+ extraData: [],
232
+ formatMessage: function formatMessage(_ref7) {
233
+ var id = _ref7.id;
234
+ return id;
235
+ },
236
+ onNotify: function onNotify() {}
237
+ };
238
+
239
+ /* Write props detail information and 'npm run updateStory' will help you generate stories's argTypes */
240
+ Footer.propTypes = {
241
+ /** 背景主色系 */
242
+ color: PropTypes.string,
243
+ /** 文字的主色 */
244
+ primaryColor: PropTypes.string,
245
+ /** Css Name */
246
+ className: PropTypes.string,
247
+ /** Footer的API */
248
+ footerAPI: PropTypes.string,
249
+ /** 訪問次數的API */
250
+ visitsAPI: PropTypes.oneOfType([PropTypes.string, PropTypes.object]),
251
+ /** 寄信的API */
252
+ emailAPI: PropTypes.string,
253
+ /** Footer的背景 */
254
+ footerBg: PropTypes.node,
255
+ /** Footer的背景(手機寬度時) */
256
+ footerBgMobile: PropTypes.node,
257
+ /** i18n */
258
+ formatMessage: PropTypes.func,
259
+ /** 額外注入的資料(目前只有nmtl-hr用到) */
260
+ extraData: PropTypes.arrayOf(PropTypes.shape({
261
+ id: PropTypes.string,
262
+ name: PropTypes.string,
263
+ title: PropTypes.string,
264
+ type: PropTypes.string,
265
+ url: PropTypes.string
266
+ })),
267
+ /** 聯絡我們傳送後失敗的callback */
268
+ onNotify: PropTypes.func
269
+ };
270
+
271
+ export { Footer as default };