flashlan 4 years ago
parent
commit
d85252da0a
  1. 5
      .babelrc
  2. 26
      .gitignore
  3. 21
      LICENSE
  4. 26
      config.js
  5. 2
      debug.log
  6. 408
      docs/css/app.css
  7. 1
      docs/css/app.css.map
  8. 3
      docs/css/main.css
  9. BIN
      docs/img/favicon.png
  10. 33
      docs/img/icons/light-bulb.svg
  11. 58
      docs/img/icons/rocket.svg
  12. 69
      docs/img/icons/web.svg
  13. BIN
      docs/img/illustrations/faces/1.png
  14. BIN
      docs/img/illustrations/faces/2.png
  15. BIN
      docs/img/illustrations/faces/3.png
  16. BIN
      docs/img/illustrations/features/feature-1.png
  17. 438
      docs/img/illustrations/features/feature-1.svg
  18. BIN
      docs/img/illustrations/features/feature-2.png
  19. 979
      docs/img/illustrations/features/feature-2.svg
  20. 30
      docs/img/illustrations/icons/doc-sync.svg
  21. 30
      docs/img/illustrations/icons/laptop-cloud.svg
  22. 32
      docs/img/illustrations/icons/laptop-globe.svg
  23. 36
      docs/img/illustrations/icons/mobile-feed.svg
  24. 32
      docs/img/illustrations/icons/mouse-globe.svg
  25. 23
      docs/img/illustrations/icons/plug-cloud.svg
  26. BIN
      docs/img/illustrations/mockups/app-mockup.png
  27. 123
      docs/img/illustrations/pricing/1.svg
  28. 349
      docs/img/illustrations/pricing/2.svg
  29. 427
      docs/img/illustrations/pricing/3.svg
  30. BIN
      docs/img/illustrations/worker.png
  31. 113
      docs/img/illustrations/worker.svg
  32. 29
      docs/img/loaders/audio.svg
  33. 47
      docs/img/loaders/ball-triangle.svg
  34. 52
      docs/img/loaders/bars.svg
  35. 20
      docs/img/loaders/circles.svg
  36. 56
      docs/img/loaders/grid.svg
  37. 18
      docs/img/loaders/hearts.svg
  38. 17
      docs/img/loaders/oval.svg
  39. 37
      docs/img/loaders/puff.svg
  40. 42
      docs/img/loaders/rings.svg
  41. 55
      docs/img/loaders/spinning-circles.svg
  42. 32
      docs/img/loaders/tail-spin.svg
  43. 33
      docs/img/loaders/three-dots.svg
  44. 5
      docs/img/logo/bulma.svg
  45. 30
      docs/img/logo/clients/gutwork.svg
  46. 42
      docs/img/logo/clients/infinite.svg
  47. 41
      docs/img/logo/clients/kromo.svg
  48. 50
      docs/img/logo/clients/systek.svg
  49. 22
      docs/img/logo/clients/tribe.svg
  50. 66
      docs/img/logo/cssninja-white.svg
  51. 68
      docs/img/logo/cssninja.svg
  52. 35
      docs/img/logo/fresh-alt.svg
  53. 12
      docs/img/logo/fresh-square.svg
  54. 35
      docs/img/logo/fresh-white-alt.svg
  55. 75
      docs/img/logo/fresh-white.svg
  56. 76
      docs/img/logo/fresh.svg
  57. 17
      docs/img/logo/icon-logo.svg
  58. BIN
      docs/img/logo/made-with-bulma.png
  59. 798
      docs/index.html
  60. 4740
      docs/js/bundle.js
  61. 186
      gulpfile.js
  62. 23
      landingpage/langingpage/.gitignore
  63. 40470
      landingpage/langingpage/package-lock.json
  64. 46
      landingpage/langingpage/package.json
  65. 0
      landingpage/langingpage/src/assets/css/App.css
  66. 27
      landingpage/langingpage/src/components/Thanks.js
  67. 13
      landingpage/langingpage/src/index.css
  68. 12756
      landingpage/langingpage/yarn.lock
  69. 0
      langingpage/README.md
  70. 57628
      package-lock.json
  71. 109
      package.json
  72. 0
      public/favicon.ico
  73. 0
      public/index.html
  74. 0
      public/logo192.png
  75. 0
      public/logo512.png
  76. 0
      public/manifest.json
  77. 0
      public/robots.txt
  78. 0
      src/App.js
  79. 0
      src/App.test.js
  80. 2
      src/Routes.js
  81. 1
      src/assets/css/App.css
  82. 4
      src/assets/css/BetaForm.css
  83. 0
      src/assets/css/Footer.css
  84. 306
      src/assets/css/Main.css
  85. 15
      src/assets/css/Thanks.css
  86. 44
      src/assets/css/index.css
  87. BIN
      src/assets/images/HackFontsWindowsInstaller.exe
  88. 0
      src/assets/images/Template1.svg
  89. BIN
      src/assets/images/lib1.jpg
  90. BIN
      src/assets/images/lib2.jpg
  91. BIN
      src/assets/images/scoped_dir15428_11830777/HackFontsWindowsInstaller.exe
  92. 0
      src/components/BetaForm.js
  93. 33
      src/components/Contact.js
  94. 0
      src/components/Features.js
  95. 0
      src/components/Footer.js
  96. 35
      src/components/Main.js
  97. 0
      src/components/Prices.js
  98. 0
      src/components/Subscribe.js
  99. 23
      src/components/Thanks.js
  100. BIN
      src/img/favicon.png

5
.babelrc

@ -1,5 +0,0 @@
{
"presets": [
"@babel/preset-env"
]
}

26
.gitignore

@ -1,3 +1,23 @@
node_modules # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
dist
build # dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*

21
LICENSE

@ -1,21 +0,0 @@
MIT License
Copyright (c) 2018 cssninjaStudio
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

26
config.js

@ -1,26 +0,0 @@
module.exports = {
config: {
port: 9050
},
paths: {
root: "./",
src: {
base: "./src",
css: "./src/css",
js: "./src/js",
img: "./src/img"
},
dist: {
base: "./dist",
css: "./dist/css",
js: "./dist/js",
img: "./dist/img"
},
build: {
base: "./build",
css: "./build/css",
js: "./build/js",
img: "./build/img"
}
}
}

2
debug.log

@ -1,2 +0,0 @@
[1129/113133.419:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3)
[1220/235610.433:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3)

408
docs/css/app.css

File diff suppressed because one or more lines are too long

1
docs/css/app.css.map

File diff suppressed because one or more lines are too long

3
docs/css/main.css

File diff suppressed because one or more lines are too long

BIN
docs/img/favicon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 495 B

33
docs/img/icons/light-bulb.svg

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<style type="text/css">
.st0{fill:#D4E1F4;}
.st1{fill:#515D75;}
.st2{fill:#F39200;}
</style>
<path class="st0" d="M222.1,471.6v-4.1h-30v4.1c0.1,10.2,8.4,18.4,18.6,18.4h30C230.5,490,222.2,481.8,222.1,471.6L222.1,471.6z"/>
<path class="st0" d="M207.1,355.7c-56.5-30.7-91.6-90.7-91.6-156.8c0-48.7,18.8-94.1,53-128c28.3-28,64.2-44.8,102.5-48.3
c-4.3-0.4-8.7-0.6-13.1-0.7c-44.5-0.5-87,16.9-119.4,49c-34.2,33.8-53.1,79.3-53,128c0,66,35.1,126.1,91.6,156.8
c8.5,4.7,13.8,13.7,13.7,23.4v76.4h30v-76.4C220.9,369.4,215.6,360.4,207.1,355.7L207.1,355.7z"/>
<path class="st1" d="M136.9,125.2c-3-1.4-6.6-0.2-8,2.8c0,0,0,0,0,0c-12.4,26-18.8,54.4-18.7,83.2c0,3.3,2.7,6,6,6s6-2.7,6-6
c-0.1-27,5.9-53.7,17.5-78C141.1,130.2,139.9,126.7,136.9,125.2C136.9,125.2,136.9,125.2,136.9,125.2z"/>
<path class="st2" d="M269.4,361.6c-3.8,2.9-15.4,14.5-15.6,27.7h-69v12H333v-12h-67.1c0.2-7.7,8-16,10.7-18.1
c13.9-10.3,20.7-30.4,16.7-48.8c-0.6-2.8-1.5-5.5-2.6-8.1c3.8-8.9,5-18.7,3.3-28.2c-1-6.3-4.8-21.9-18.7-32.3
c-15.3-11.5-37-11.9-55.1-1c-2.8,1.7-3.8,5.4-2.1,8.2c1.7,2.8,5.4,3.8,8.2,2.1c13.9-8.4,30.3-8.2,41.7,0.3c10.7,8,13.4,20.9,14,24.6
c0.7,4.3,0.7,8.8,0.1,13.1c-2.9-3.2-6-6-9.4-8.6c-4.9-3.8-13-10.1-24.6-10.1h-0.1c-14,0-21.1,6.3-24.6,11.5
c-7.1,10.7-4.3,24.3,1.4,32.5c7.1,10.2,18.1,12,22.3,12.7c18,2.9,31.5-8.8,34.8-12C284,340.3,279,354.5,269.4,361.6L269.4,361.6z
M273.9,318.2c-0.4,0.5-11,11.3-24.8,9.1c-3.3-0.5-10.2-1.6-14.3-7.7c-3.5-5.1-5.1-13.3-1.3-19c2.7-4.1,7.6-6.1,14.7-6.1h0.1
c7.5,0,12.9,4.2,17.2,7.6c4.6,3.3,8.5,7.5,11.7,12.2C276.2,315.6,275.1,316.9,273.9,318.2L273.9,318.2z"/>
<path class="st2" d="M184.8,423.1H333v12H184.8V423.1z"/>
<path class="st1" d="M431.6,147.2l-6.4-16.9c-15.9-41.9-46-76.8-85-98.9l-4.3-2.4l-0.3-0.1C311.6,16.7,285,10.3,258.1,10
c-47.7-0.6-93.2,18.1-128,52.4c-17.7,17.4-31.7,38.2-41.4,61.1c-10.1,23.9-15.3,49.5-15.2,75.4c0,70.4,37.5,134.6,97.8,167.3
c4.7,2.6,7.5,7.5,7.5,12.9v80c0,1.6,0.5,3.2,1.3,4.5v8c0.1,16.8,13.7,30.4,30.6,30.4h96.7c16.8,0,30.5-13.6,30.6-30.4v-8.5
c0.7-1.2,1-2.6,1-4v-83.2c-0.1-5.1,2.6-9.9,7-12.6c57.1-33.5,92.6-96.5,92.6-164.4c0-9.6-0.7-19.3-2.1-28.8
C435.3,162.4,433.6,154.7,431.6,147.2L431.6,147.2z M307.4,490h-96.7c-10.2,0-18.5-8.2-18.6-18.4v-4.1H326v4.1
C325.9,481.8,317.6,490,307.4,490L307.4,490z M339.8,352.9c-8,4.8-12.9,13.5-12.9,22.9v79.7H190.8v-76.4c0.1-9.7-5.2-18.7-13.7-23.4
C120.6,325,85.5,265,85.5,198.9c0-48.7,18.8-94.1,53-128c32.5-32.1,74.9-49.5,119.4-49c25.1,0.2,49.8,6.2,72.2,17.5l4.2,2.4
c36.6,20.6,64.7,53.4,79.6,92.7l6.1,16.1c1.9,7,3.4,14,4.4,21.2c1.3,9,2,18,2,27C426.5,262.5,393.3,321.6,339.8,352.9L339.8,352.9z"
/>
</svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

58
docs/img/icons/rocket.svg

@ -1,58 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<style type="text/css">
.st0{fill:#D4E1F4;}
.st1{fill:#F39200;}
.st2{fill:#515D75;}
</style>
<path class="st0" d="M153.3,342.8c1.5-4.2,5-7.3,9.3-8.3c3.4-0.8,7-0.1,9.9,1.9l-10-10.4c-3.1-3.2-7.6-4.5-11.9-3.5
c-4.3,1-7.9,4.1-9.3,8.3l-15,51.5l16.9-5L153.3,342.8z"/>
<path class="st0" d="M183.3,329.8C183.3,329.7,183.3,329.7,183.3,329.8c-0.1-0.1-0.1-0.1-0.2-0.2L156,301.5l9.5-9.1l-11.8-12.2
l-9.7,9.4l27.1,28.1c0,0,0.1,0.1,0.1,0.1c0,0,0,0,0,0l46.3,48l0.2-0.2L183.3,329.8z"/>
<path class="st0" d="M166,275.2l29.5-36.1l-11.8-12.2L154,263.2l87.7,90.9l0.2-0.2L166,275.2z"/>
<path class="st0" d="M203.3,229.4l116-142.3c28.1-34.4,68.9-53.8,112.1-53.1c1.2,0,2.4,0,3.5,0.1l55.1,2l0-11.6l-67.1-2.4
c-1.2,0-2.4-0.1-3.5-0.1c-43.2-0.7-84,18.7-112.1,53.1l-116,142.3L288.8,318l0.2-0.2L203.3,229.4z"/>
<g>
<path class="st1" d="M279.4,190.9c-11.1,11-11.3,28.9-0.5,40.1c5.2,5.4,12.4,8.5,19.9,8.6h0.3c7.4,0,14.5-2.9,19.7-8.1
c11.1-11,11.3-28.9,0.5-40.1c-10.8-11.2-28.6-11.4-39.7-0.7C279.6,190.8,279.5,190.8,279.4,190.9L279.4,190.9z M310.5,222.9
c-6.3,6.2-16.5,6.2-22.7-0.1c0,0-0.1-0.1-0.1-0.1c-6.3-6.5-6.2-16.8,0.3-23.2c3-3,7.1-4.7,11.3-4.6h0.2c4.3,0,8.4,1.8,11.4,4.9
C317,206.2,316.9,216.6,310.5,222.9z"/>
<path class="st1" d="M374.2,143.3c1.6,0,3.1-0.6,4.2-1.7l50.2-49.4c17.8,16.8,42.6,23.8,66.6,18.9c3.2-0.7,5.3-3.8,4.7-7.1
c-0.7-3.2-3.8-5.3-7.1-4.7c-21.4,4.3-43.5-2.6-58.6-18.4C418,64.2,412.2,40,419,17.8c1-3.2-0.8-6.5-4-7.5s-6.5,0.8-7.5,4l0,0
c-7.3,23.8-2.4,49.6,13,69.1L370,133c-2.4,2.3-2.4,6.1-0.1,8.5C371,142.7,372.6,143.3,374.2,143.3L374.2,143.3z"/>
<path class="st1" d="M353.9,163.3c1.6,0,3.1-0.6,4.2-1.7l8.4-8.3c2.4-2.3,2.4-6.1,0-8.5c-2.3-2.3-6.1-2.4-8.5-0.1l-8.4,8.3
c-2.4,2.3-2.4,6.1-0.1,8.5C350.8,162.6,352.3,163.3,353.9,163.3L353.9,163.3z"/>
<path class="st1" d="M335.3,167.2l-2.1,2.1c-2.4,2.3-2.4,6.1-0.1,8.5c2.3,2.4,6.1,2.4,8.5,0.1c0,0,0,0,0,0l2.1-2.1
c2.4-2.3,2.4-6.1,0.1-8.5S337.7,164.8,335.3,167.2L335.3,167.2z"/>
<path class="st1" d="M43.8,387.2c1.6,0,3.1-0.6,4.2-1.7l72.5-71.4c2.4-2.3,2.4-6.1,0.1-8.5s-6.1-2.4-8.5-0.1L39.6,377
c-2.4,2.3-2.4,6.1-0.1,8.5C40.7,386.6,42.2,387.2,43.8,387.2z"/>
<path class="st1" d="M32.2,401.1c2.4-2.3,2.4-6.1,0.1-8.5s-6.1-2.4-8.5-0.1l-12,11.8c-2.4,2.3-2.4,6.1-0.1,8.5s6.1,2.4,8.5,0.1
L32.2,401.1z"/>
<path class="st1" d="M88,379.6l-33.8,33.3c-2.4,2.3-2.4,6.1-0.1,8.5s6.1,2.4,8.5,0.1c0,0,0,0,0,0l33.8-33.3c2.3-2.4,2.3-6.2,0-8.5
C94.1,377.4,90.4,377.3,88,379.6L88,379.6z"/>
<path class="st1" d="M43.8,431.6c-2.3-2.4-6.1-2.4-8.5-0.1c0,0,0,0,0,0l-16.2,15.9c-2.4,2.3-2.4,6.1-0.1,8.5s6.1,2.4,8.5,0.1l0,0
l16.2-15.9C46.1,437.8,46.1,434,43.8,431.6L43.8,431.6z"/>
<path class="st1" d="M88.8,448.4l30.3-29.8c2.4-2.3,2.4-6.1,0.1-8.5s-6.1-2.4-8.5-0.1l0,0l-30.3,29.8c-2.4,2.3-2.4,6.1-0.1,8.5
S86.4,450.7,88.8,448.4C88.8,448.4,88.8,448.4,88.8,448.4L88.8,448.4z"/>
<path class="st1" d="M57.2,462.7l-12,11.8c-2.4,2.3-2.4,6.1-0.1,8.5s6.1,2.4,8.5,0.1l0,0l12-11.8c2.4-2.3,2.4-6.1,0.1-8.5
S59.5,460.3,57.2,462.7L57.2,462.7z"/>
<path class="st1" d="M113.4,469.4c2.3,2.4,6.1,2.4,8.5,0.1l77.1-75.9c2.4-2.3,2.4-6.1,0.1-8.5c-2.3-2.4-6.1-2.4-8.5-0.1l-77.1,75.9
C111.1,463.2,111.1,467,113.4,469.4z"/>
<path class="st1" d="M101.5,481.1c-2.3-2.4-6.1-2.4-8.5-0.1l-10.9,10.7c-2.4,2.3-2.4,6.1-0.1,8.5s6.1,2.4,8.5,0.1c0,0,0,0,0,0
l10.9-10.7C103.8,487.2,103.9,483.4,101.5,481.1L101.5,481.1z"/>
</g>
<path class="st2" d="M491.6,12.6l-68.2-2.5c-1.3,0-2.5-0.1-3.8-0.1c-23.3-0.3-46.3,4.8-67.3,14.8c-21,10.1-39.6,24.7-54.3,42.7
l-66.6,81.6l-139.2-49c-3.5-1.3-7.4,0-9.4,3.1c-2,3.2-1.6,7.5,1.1,10.2l95.7,99.2l-37.1,45.6c-2.6,3.2-2.4,7.8,0.4,10.8l2.4,2.5
l-12.8,12.3c-1.5,1.4-2.3,3.4-2.4,5.4c0,2,0.7,3.9,2.1,5.4l15.6,16.1c-8.4,1.9-15.2,8-17.9,16.2l-15.2,52.4
c-1.2,4.1-0.1,8.4,2.8,11.5c3,3.1,7.5,4.3,11.6,3.1l51.4-15.1l0.3-0.1c7.9-2.7,13.9-9.2,16-17.2l15.2,15.7c1.4,1.5,3.4,2.3,5.4,2.3
c2,0,3.9-0.8,5.3-2.2l12.8-12.3c2.9,2.8,7.4,3.1,10.6,0.7l46.8-35.8l87.4,90.6c1.6,1.7,3.8,2.7,6.2,2.7c4.4,0,7.9-3.5,7.9-7.8
c0-0.9-0.1-1.8-0.5-2.7l-42.1-127.8l85.2-65.2c18.9-14.3,34.2-32.8,44.8-54c13.3-26.8,20-56.6,20-88.4l0-53.9
C501.9,17.6,497.4,12.9,491.6,12.6L491.6,12.6z M104.1,117.1l119.3,42l-36.1,44.2L104.1,117.1z M182.1,346.3
c3.1,3.1,4.3,7.6,3.3,11.9c-1,4.3-4.1,7.8-8.3,9.2l-50.7,14.9l15-51.5c1.5-4.2,5-7.3,9.3-8.3c4.3-1,8.8,0.3,11.9,3.5l19.2,19.9
C181.9,346,182,346.1,182.1,346.3L182.1,346.3z M217.6,365.7l-46.3-48c0,0,0,0,0,0c0,0-0.1-0.1-0.1-0.1L144,289.5l9.7-9.4l73.5,76.3
L217.6,365.7z M241.7,354.1L154,263.2l29.6-36.3l95.6,98.6L241.7,354.1z M377.2,399.9l-74.6-77.3l39.3-30L377.2,399.9z M490,77.3
c0,30-6.3,58-18.8,83.1c-9.8,19.5-23.9,36.5-41.3,49.8L288.8,318l-97.5-100.6l116-142.3c28.1-34.4,68.9-53.8,112.1-53.1
c1.2,0,2.4,0,3.5,0.1l67.1,2.4L490,77.3z"/>
</svg>

Before

Width:  |  Height:  |  Size: 4.9 KiB

69
docs/img/icons/web.svg

@ -1,69 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<style type="text/css">
.st0{fill:#D4E1F4;}
.st1{fill:#515D75;}
.st2{fill:#F39200;}
</style>
<g>
<path class="st0" d="M166.1,254.3h-42.1c0.6-13.8,3.5-27.5,8.4-40.4c8.7,3,21.2,5.5,36.9,7.3C167.5,232.2,166.4,243.2,166.1,254.3
L166.1,254.3z"/>
<path class="st0" d="M166.1,266.3c0.3,11.5,1.4,22.9,3.5,34.2c-15.9,1.8-28.2,4.3-36.7,7.2c-5.2-13.2-8.2-27.2-8.8-41.4
L166.1,266.3z"/>
<path class="st0" d="M191.6,159.8c-0.4,0.6-0.7,1.3-1.1,1.9c-6.7-0.6-13.1-1.3-19.1-2c11.3-9.4,24-16.9,37.7-22.1
C202.3,144.2,196.5,151.7,191.6,159.8z"/>
<path class="st0" d="M160.2,170.2c7.5,1.2,15.6,2.1,24.2,3c-5.5,11.6-9.7,23.7-12.6,36.2c-14.9-1.7-26.7-3.9-34.5-6.5
C143.2,190.9,150.9,179.9,160.2,170.2z"/>
<path class="st0" d="M137.8,318.7c7.9-2.6,19.5-4.8,34.3-6.4c3,12.5,7.3,24.7,12.9,36.3c-8.5,0.8-16.5,1.7-23.8,2.8
C151.7,341.8,143.9,330.8,137.8,318.7L137.8,318.7z"/>
<path class="st0" d="M172.7,362c5.8-0.7,12-1.3,18.5-1.9c0.1,0.2,0.3,0.5,0.4,0.7c4.9,8.1,10.7,15.6,17.5,22.3
C195.9,378,183.6,370.9,172.7,362L172.7,362z"/>
</g>
<path class="st1" d="M463.9,348.8V167.2c12.5-5,18.5-19.2,13.5-31.6c-5-12.5-19.2-18.5-31.6-13.5c-2.3,0.9-4.4,2.2-6.3,3.7
l-159-90.9c0.4-1.8,0.7-3.7,0.7-5.6C281,15.7,269.9,4.9,256.4,5C243,5.2,232.3,16,232.1,29.3c0,1.9,0.2,3.9,0.7,5.8l-159.7,91
c-11.5-7.2-26.6-3.8-33.9,7.7c-2.4,3.8-3.7,8.3-3.8,12.8c0,9.2,5.3,17.7,13.6,21.7v179.1c-13,3.4-20.8,16.7-17.4,29.7
c3.4,13,16.7,20.8,29.7,17.4c3.8-1,7.2-2.8,10.1-5.4L233,481.1c0,0.5-0.1,1.1-0.1,1.6c0.2,13.5,11.3,24.4,24.8,24.3
c13.3-0.1,24.1-10.9,24.3-24.3c0-0.9-0.1-1.8-0.2-2.7l158.4-90.2c9.7,9.3,25.2,9,34.5-0.8c9.3-9.7,9-25.2-0.8-34.5
C471.1,351.9,467.7,349.9,463.9,348.8L463.9,348.8z M455,132.4c6.8,0.1,12.2,5.7,12,12.5c-0.1,6.8-5.7,12.2-12.5,12
c-6.7-0.1-12-5.6-12-12.3C442.5,137.8,448.1,132.3,455,132.4z M256.7,17c6.8,0.1,12.2,5.7,12,12.5c-0.1,6.8-5.7,12.2-12.5,12
c-6.7-0.1-12-5.6-12-12.3C244.2,22.4,249.8,16.9,256.7,17z M60,134.3c6.8,0.1,12.2,5.7,12,12.5c-0.1,6.8-5.7,12.2-12.5,12
c-6.7-0.1-12-5.6-12-12.3C47.5,139.7,53.1,134.2,60,134.3z M55.1,383.3c-6.8-0.1-12.2-5.7-12-12.5c0.1-6.8,5.7-12.2,12.5-12
c6.7,0.1,12,5.6,12,12.3C67.5,377.8,61.9,383.3,55.1,383.3L55.1,383.3z M257.5,495c-6.8-0.1-12.2-5.7-12-12.5
c0.1-6.8,5.7-12.2,12.5-12c6.7,0.1,12,5.6,12,12.3C269.9,489.6,264.3,495.1,257.5,495z M263.5,459.2V398h-12v61.1
c-6,1.5-11.2,5.2-14.6,10.4L78.2,379.1c1.6-4.4,1.8-9.2,0.7-13.7l61.4-28.8l-5.1-10.9l-62,29c-3.3-3.6-7.5-6.1-12.2-7.3V170.8
c6.6-0.3,12.9-3.2,17.3-8.2l56.8,31.5l5.8-10.5L83.9,152c1.3-5.7,0.5-11.8-2.3-16.9l156.9-89.4c3.3,3.6,7.5,6.1,12.2,7.2l0.8,69.8
l12-0.1l-0.8-69.7c4.7-1.2,8.9-3.7,12.2-7.3l157.3,90c-2.4,5.8-2.4,12.3-0.1,18.1L375,185.4l5.8,10.5l58.5-32.6
c3.6,3,8,4.8,12.6,5.4v179.6c-5.1,1-9.7,3.7-13.2,7.5l-55.2-35.2l-6.4,10.1l56,35.7c-1.1,4.4-0.9,9.1,0.6,13.4l-156.2,89
C274.1,464,269.1,460.6,263.5,459.2L263.5,459.2z M456.9,384.4c-6.8-0.1-12.2-5.7-12-12.5c0.1-6.8,5.7-12.2,12.5-12
c6.7,0.1,12.1,5.6,12.1,12.3C469.4,378.9,463.8,384.4,456.9,384.4z"/>
<path class="st2" d="M257.5,116.6c-0.2,0-0.5,0-0.7,0c-0.2,0-0.3,0-0.5,0c-0.7,0-1.4,0-2.1,0c-78.7,1.8-142.2,65.5-142.2,143.7
S175.4,402.2,254.1,404c0.7,0,1.4,0,2.1,0c0.2,0,0.3,0,0.5,0c0.2,0,0.5,0,0.7,0c80.3,0,145.6-64.5,145.6-143.7
S337.7,116.6,257.5,116.6L257.5,116.6z M251.5,296.4c-26.3,0.1-50.2,1.1-69.9,2.9c-2-10.9-3.1-21.9-3.4-33h73.3V296.4z M263.5,266.3
h71c-0.3,11-1.4,22-3.4,32.8c-19.2-1.6-42.3-2.5-67.6-2.7L263.5,266.3z M263.5,254.3v-28.9c25.7-0.1,48.6-1.1,67.8-2.7
c1.8,10.5,2.9,21,3.2,31.6L263.5,254.3z M263.5,213.4v-37.2c19.4-0.1,36.7-0.6,52.1-1.6c5.8,11.5,10.3,23.7,13.2,36.2
C310.1,212.4,287.9,213.3,263.5,213.4L263.5,213.4z M263.5,164.2v-35.1c16.8,2.6,32.6,14.4,45.3,33.9
C295.3,163.7,280.2,164.2,263.5,164.2L263.5,164.2z M251.5,128.8v35.4c-16.9-0.1-32.9-0.6-47.5-1.6
C217.3,142.5,233.9,130.7,251.5,128.8L251.5,128.8z M251.5,176.2v37.2c-25.5-0.1-48.5-1.1-67.6-2.8c3-12.6,7.5-24.8,13.4-36.4
C213.8,175.4,232,176.1,251.5,176.2L251.5,176.2z M251.5,225.4v28.9h-73.3c0.3-10.7,1.3-21.3,3.2-31.8
C201,224.3,224.7,225.3,251.5,225.4L251.5,225.4z M166.1,254.3h-42.1c0.6-13.8,3.5-27.5,8.4-40.4c8.7,3,21.2,5.5,36.9,7.3
C167.5,232.2,166.4,243.2,166.1,254.3L166.1,254.3z M166.1,266.3c0.3,11.5,1.4,22.9,3.5,34.2c-15.9,1.8-28.2,4.3-36.7,7.2
c-5.2-13.2-8.2-27.2-8.8-41.4L166.1,266.3z M251.5,308.4v37.2c-18.9,0.1-37.1,0.8-53.6,2c-6-11.6-10.7-23.8-13.8-36.5
C203,309.5,225.8,308.5,251.5,308.4L251.5,308.4z M251.5,357.6v34.2c-17.2-1.8-33.6-13.2-46.7-32.6
C219.4,358.2,235.1,357.7,251.5,357.6L251.5,357.6z M263.5,391.5v-33.9c15.3,0.1,30.3,0.6,44.4,1.5
C295.3,377.7,279.9,388.9,263.5,391.5L263.5,391.5z M263.5,345.6v-37.2c24.6,0.1,46.6,1,65,2.5c-3.1,12.7-7.7,25-13.8,36.6
C298.7,346.4,281.2,345.7,263.5,345.6L263.5,345.6z M346.5,266.3h44.4c-0.6,14.2-3.6,28.2-8.8,41.4c-9-3.1-22-5.6-39-7.5
C345,289,346.2,277.7,346.5,266.3L346.5,266.3z M346.5,254.3c-0.3-11-1.3-22-3.2-32.8c16.8-1.9,30.2-4.5,39.2-7.6
c5,12.9,7.8,26.6,8.4,40.4H346.5z M340.8,209.6c-2.9-12.4-7-24.5-12.4-36c9.7-0.9,18.5-2,26.5-3.3c9.2,9.6,16.8,20.6,22.7,32.5
C369.4,205.6,356.8,207.9,340.8,209.6L340.8,209.6z M343.8,159.9c-6.6,0.9-13.8,1.6-21.5,2.2c-0.4-0.8-0.9-1.6-1.3-2.3
c-5.2-8.7-11.6-16.7-19-23.7C317.3,141.5,331.4,149.5,343.8,159.9L343.8,159.9z M191.6,159.8c-0.4,0.6-0.7,1.3-1.1,1.9
c-6.7-0.6-13.1-1.3-19.1-2c11.3-9.4,24-16.9,37.7-22.1C202.4,144.2,196.5,151.7,191.6,159.8L191.6,159.8z M160.2,170.2
c7.5,1.2,15.6,2.1,24.2,3c-5.5,11.6-9.7,23.7-12.6,36.2c-14.9-1.7-26.7-3.9-34.5-6.5C143.2,190.9,150.9,179.9,160.2,170.2
L160.2,170.2z M137.8,318.7c7.9-2.6,19.5-4.8,34.3-6.4c3,12.5,7.3,24.7,12.9,36.3c-8.5,0.8-16.5,1.7-23.8,2.8
C151.7,341.8,143.9,330.8,137.8,318.7L137.8,318.7z M172.7,362c5.8-0.7,12-1.3,18.5-1.9c0.1,0.2,0.3,0.5,0.4,0.7
c4.9,8.1,10.7,15.6,17.5,22.3C195.9,378,183.6,370.9,172.7,362L172.7,362z M321,360.8c0.2-0.3,0.3-0.6,0.5-0.8
c7.3,0.6,14.3,1.3,20.8,2c-12,9.7-25.6,17.3-40.2,22.5C309.4,377.5,315.8,369.5,321,360.8L321,360.8z M353.8,351.5
c-7.9-1.2-16.7-2.2-26.1-3c5.6-11.6,9.9-23.9,12.9-36.4c15.9,1.7,28.3,4,36.6,6.7C371.1,330.8,363.2,341.8,353.8,351.5L353.8,351.5z
"/>
</svg>

Before

Width:  |  Height:  |  Size: 6.2 KiB

BIN
docs/img/illustrations/faces/1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

BIN
docs/img/illustrations/faces/2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

BIN
docs/img/illustrations/faces/3.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

BIN
docs/img/illustrations/features/feature-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

438
docs/img/illustrations/features/feature-1.svg

@ -1,438 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
<style type="text/css">
.st0{opacity:0.1;}
.st1{fill:#FFFFFF;}
.st2{fill:#E2E2E2;}
.st3{fill:#FFCBB7;}
.st4{fill:#5B5B74;}
.st5{fill:#FCD7CD;}
.st6{fill:#F39200;}
.st7{fill:#4FC1EA;}
.st8{fill:#68BB88;}
.st9{fill:#7C4DFF;}
.st10{fill:#F7F7F7;}
.st11{opacity:0.3;fill:#444444;enable-background:new ;}
.st12{fill:#FF3E00;}
.st13{fill:#00D1B2;}
.st14{fill:#2396ED;}
</style>
<g class="st0">
<path d="M250,189c33.6,0,61,27.4,61,61s-27.4,61-61,61s-61-27.4-61-61S216.4,189,250,189 M250,188c-34.2,0-62,27.8-62,62
s27.8,62,62,62s62-27.8,62-62S284.2,188,250,188L250,188z"/>
</g>
<g class="st0">
<path d="M250,117c35.5,0,68.9,13.8,94,39c25.1,25.1,39,58.5,39,94s-13.8,68.9-39,94c-25.1,25.1-58.5,39-94,39s-68.9-13.8-94-39
c-25.1-25.1-39-58.5-39-94s13.8-68.9,39-94C181.1,130.8,214.5,117,250,117 M250,116c-74,0-134,60-134,134s60,134,134,134
s134-60,134-134S324,116,250,116L250,116z"/>
</g>
<g class="st0">
<path d="M250,50c27,0,53.2,5.3,77.8,15.7c23.8,10.1,45.2,24.5,63.6,42.9s32.8,39.8,42.9,63.6C444.7,196.8,450,223,450,250
s-5.3,53.2-15.7,77.8c-10.1,23.8-24.5,45.2-42.9,63.6s-39.8,32.8-63.6,42.9C303.2,444.7,277,450,250,450s-53.2-5.3-77.8-15.7
c-23.8-10.1-45.2-24.5-63.6-42.9s-32.8-39.8-42.9-63.6C55.3,303.2,50,277,50,250s5.3-53.2,15.7-77.8c10.1-23.8,24.5-45.2,42.9-63.6
s39.8-32.8,63.6-42.9C196.8,55.3,223,50,250,50 M250,49C139,49,49,139,49,250s90,201,201,201s201-90,201-201S361,49,250,49L250,49z
"/>
</g>
<g>
<image style="overflow:visible;opacity:0.12;enable-background:new ;" width="127" height="127" xlink:href="F6498E95.png" transform="matrix(1 0 0 1 54 41)">
</image>
<g>
<circle class="st1" cx="115.5" cy="97.5" r="39"/>
<path class="st2" d="M115.5,59c21.2,0,38.5,17.3,38.5,38.5S136.7,136,115.5,136S77,118.7,77,97.5S94.3,59,115.5,59 M115.5,58
C93.7,58,76,75.7,76,97.5S93.7,137,115.5,137S155,119.3,155,97.5S137.3,58,115.5,58L115.5,58z"/>
</g>
</g>
<g>
<image style="overflow:visible;opacity:0.12;enable-background:new ;" width="99" height="99" xlink:href="F6498E97.png" transform="matrix(1 0 0 1 223 337)">
</image>
<g>
<circle class="st1" cx="270.5" cy="379.5" r="25"/>
<path class="st2" d="M270.5,355c13.5,0,24.5,11,24.5,24.5S284,404,270.5,404S246,393,246,379.5S257,355,270.5,355 M270.5,354
c-14.1,0-25.5,11.4-25.5,25.5s11.4,25.5,25.5,25.5s25.5-11.4,25.5-25.5S284.6,354,270.5,354L270.5,354z"/>
</g>
</g>
<g>
<image style="overflow:visible;opacity:0.12;enable-background:new ;" width="99" height="99" xlink:href="F6498E92.png" transform="matrix(1 0 0 1 223 12)">
</image>
<g>
<circle class="st1" cx="270.5" cy="54.5" r="25"/>
<path class="st2" d="M270.5,30C284,30,295,41,295,54.5S284,79,270.5,79S246,68,246,54.5S257,30,270.5,30 M270.5,29
C256.4,29,245,40.4,245,54.5S256.4,80,270.5,80S296,68.6,296,54.5S284.6,29,270.5,29L270.5,29z"/>
</g>
</g>
<g>
<image style="overflow:visible;opacity:0.12;enable-background:new ;" width="113" height="113" xlink:href="F6498E93.png" transform="matrix(1 0 0 1 143 179)">
</image>
<g>
<circle class="st1" cx="197.5" cy="228.5" r="32"/>
<path class="st2" d="M197.5,197c17.4,0,31.5,14.1,31.5,31.5S214.9,260,197.5,260S166,245.9,166,228.5S180.1,197,197.5,197
M197.5,196c-17.9,0-32.5,14.6-32.5,32.5s14.6,32.5,32.5,32.5s32.5-14.6,32.5-32.5S215.4,196,197.5,196L197.5,196z"/>
</g>
</g>
<g>
<image style="overflow:visible;opacity:0.12;enable-background:new ;" width="114" height="113" xlink:href="F6498E9D.png" transform="matrix(0.9956 0 0 0.9956 364.7516 305.2495)">
</image>
<g>
<circle class="st1" cx="419.5" cy="354.5" r="32"/>
<path class="st2" d="M419.5,323c17.4,0,31.5,14.1,31.5,31.5S436.9,386,419.5,386S388,371.9,388,354.5S402.1,323,419.5,323
M419.5,322c-17.9,0-32.5,14.6-32.5,32.5s14.6,32.5,32.5,32.5s32.5-14.6,32.5-32.5S437.4,322,419.5,322L419.5,322z"/>
</g>
</g>
<g>
<image style="overflow:visible;opacity:0.12;enable-background:new ;" width="128" height="127" xlink:href="F6498E9F.png" transform="matrix(0.9961 0 0 0.9961 53.7515 344.2495)">
</image>
<g>
<circle class="st1" cx="115.5" cy="400.5" r="39"/>
<path class="st2" d="M115.5,362c21.2,0,38.5,17.3,38.5,38.5S136.7,439,115.5,439S77,421.7,77,400.5S94.3,362,115.5,362 M115.5,361
C93.7,361,76,378.7,76,400.5S93.7,440,115.5,440s39.5-17.7,39.5-39.5S137.3,361,115.5,361L115.5,361z"/>
</g>
</g>
<g>
<image style="overflow:visible;opacity:0.12;enable-background:new ;" width="135" height="135" xlink:href="F6498E90.png" transform="matrix(1 0 0 1 295 116)">
</image>
<g>
<circle class="st1" cx="360.5" cy="176.5" r="43"/>
<path class="st2" d="M360.5,134c23.4,0,42.5,19.1,42.5,42.5S383.9,219,360.5,219S318,199.9,318,176.5S337.1,134,360.5,134
M360.5,133c-24,0-43.5,19.5-43.5,43.5s19.5,43.5,43.5,43.5s43.5-19.5,43.5-43.5S384.5,133,360.5,133L360.5,133z"/>
</g>
</g>
<g>
<g>
<g>
<path class="st3" d="M134.4,98.1c0,2-1.3,3.6-2.9,3.6s-2.9-1.6-2.9-3.6s1.3-2.9,2.9-2.9S134.4,96.1,134.4,98.1z"/>
</g>
<g>
<path class="st4" d="M131.6,102.1c-1.8,0-3.3-1.8-3.3-4c0-2.1,1.3-3.4,3.3-3.4s3.3,1.3,3.3,3.4
C134.9,100.3,133.4,102.1,131.6,102.1z M131.6,95.6c-1.5,0-2.4,0.9-2.4,2.5c0,1.7,1.1,3.1,2.4,3.1s2.4-1.4,2.4-3.1
C134,96.5,133.1,95.6,131.6,95.6z"/>
</g>
</g>
<g>
<g>
<path class="st3" d="M102.2,98.1c0,2-1.3,3.6-2.9,3.6s-2.9-1.6-2.9-3.6s1.3-2.9,2.9-2.9C100.9,95.1,102.2,96.1,102.2,98.1z"/>
</g>
<g>
<path class="st4" d="M99.3,102.1c-1.8,0-3.3-1.8-3.3-4c0-2.1,1.3-3.4,3.3-3.4s3.3,1.3,3.3,3.4
C102.6,100.3,101.1,102.1,99.3,102.1z M99.3,95.6c-1.5,0-2.4,0.9-2.4,2.5c0,1.7,1.1,3.1,2.4,3.1s2.4-1.4,2.4-3.1
C101.7,96.5,100.8,95.6,99.3,95.6z"/>
</g>
</g>
<g>
<path class="st5" d="M131.7,92.3c0,19.2-6.7,27.5-16.2,27.5S99,112.1,99,92.3c0-11.9,6.9-14.4,16.5-14.4S131.7,80.5,131.7,92.3z"
/>
</g>
<g>
<path class="st4" d="M115.4,120.3c-5.2,0-9.3-2.2-12.2-6.5c-3.1-4.7-4.7-11.9-4.7-21.4c0-13.1,8.6-14.8,17-14.8
c8.7,0,16.7,1.8,16.7,14.8C132.1,110.4,126.2,120.3,115.4,120.3z M115.4,78.4c-5.4,0-9.1,0.8-11.6,2.7c-3,2.2-4.5,5.9-4.5,11.3
c0,22.4,8.7,27,16.1,27c10.2,0,15.8-9.6,15.8-27C131.2,80.8,124.9,78.4,115.4,78.4z"/>
</g>
<g>
<path class="st6" d="M115.1,101.9c6.4,0,7.9,4,10.8,4c3,0,5-4.3,5-4.3s1.9,21.9-15.3,21.9s-15.9-21.7-15.9-21.7s0.8,4,4.5,4
S108.2,101.9,115.1,101.9z"/>
</g>
<g>
<path class="st4" d="M115.7,124c-4.5,0-8.2-1.5-11-4.4c-3.2-3.3-4.5-8-5-11.3c-0.6-3.6-0.4-6.3-0.4-6.4c0-0.2,0.2-0.4,0.4-0.4
c0.2,0,0.4,0.1,0.5,0.4c0,0.1,0.8,3.6,4,3.6c1.4,0,2.3-0.6,3.3-1.4c1.5-1.1,3.4-2.5,7.6-2.5c4,0,6.1,1.5,7.8,2.6
c1.1,0.8,2,1.4,3,1.4c2.7,0,4.6-4,4.6-4c0.1-0.2,0.3-0.3,0.5-0.2c0.2,0,0.4,0.2,0.4,0.4c0,0.1,0.2,2.9-0.2,6.6
c-0.5,3.4-1.6,8.1-4.7,11.5C123.8,122.5,120.2,124,115.7,124z M100.2,104.1c0.1,3.5,1,10.5,5.2,14.9c2.6,2.7,6,4.1,10.3,4.1
c4.2,0,7.6-1.4,10.1-4.1c4.4-4.8,4.8-12.6,4.8-15.9c-0.9,1.3-2.6,3.2-4.7,3.2c-1.4,0-2.4-0.7-3.6-1.5c-1.6-1.1-3.6-2.5-7.3-2.5
c-3.8,0-5.5,1.3-7,2.4c-1.1,0.8-2.2,1.6-3.9,1.6C102.2,106.3,100.9,105.2,100.2,104.1z"/>
</g>
<g>
<g>
<path class="st3" d="M121.1,109.2c-0.7,2.1-3.1,2.1-5.7,2.1s-5.6,0.3-6.2-1.9c-0.7-2.4,3.6-2.7,6.2-2.7S121.8,106.9,121.1,109.2z
"/>
</g>
<g>
<path class="st4" d="M113.9,111.8c-2.2,0-4.5-0.2-5.1-2.2c-0.2-0.6-0.1-1.2,0.3-1.7c0.8-1.1,2.8-1.5,6.4-1.5c2.4,0,5,0.2,5.9,1.4
c0.2,0.3,0.5,0.9,0.2,1.7c-0.8,2.4-3.4,2.4-5.9,2.4h-0.2c-0.3,0-0.5,0-0.8,0C114.4,111.8,114.1,111.8,113.9,111.8z M115.4,107.2
c-4,0-5.3,0.6-5.7,1.2c-0.2,0.2-0.2,0.5-0.1,0.9c0.4,1.3,1.9,1.6,4.2,1.6c0.3,0,0.5,0,0.8,0s0.5,0,0.8,0h0.2c2.8,0,4.5-0.1,5-1.8
c0.1-0.5,0-0.7-0.1-0.9C119.8,107.2,116.5,107.2,115.4,107.2z"/>
</g>
</g>
<g>
<path class="st4" d="M105.2,96.8c-0.1,0-0.2-0.1-0.3-0.1c-0.2-0.2-0.2-0.5,0-0.6c0.7-0.6,1.6-0.9,2.5-0.8c0.7,0.1,1.3,0.4,1.7,0.9
c0.1,0.2,0.1,0.5-0.1,0.6s-0.5,0.1-0.6-0.1c-0.2-0.3-0.6-0.5-1-0.5c-0.6-0.1-1.3,0.2-1.8,0.6C105.4,96.7,105.3,96.8,105.2,96.8z"
/>
</g>
<g>
<path class="st4" d="M125.4,96.8c-0.1,0-0.2,0-0.3-0.1c-0.5-0.4-1.2-0.7-1.9-0.6c-0.6,0-1,0.2-1.3,0.6c-0.2,0.2-0.5,0.2-0.6,0
c-0.2-0.2-0.2-0.5,0-0.6c0.4-0.5,1.1-0.8,1.9-0.9c0.9-0.1,1.9,0.3,2.5,0.8c0.2,0.2,0.2,0.5,0,0.6
C125.6,96.7,125.5,96.8,125.4,96.8z"/>
</g>
<g>
<path class="st6" d="M111.1,68.8c6.1-1.6,12.4,2.5,15.4,6.3c2.5,3.1,5.4,2.3,7.6,5.7s0.8,9.8-0.9,12.5c-1.6,2.7-1.6,2.7-1.6,2.7
s-2.1-8.4-5.4-9.8c-3.2-1.4-3.2,2-10.4,1.4c-7.2-0.6-9.7-4.8-11.4-4.3c-1.7,0.6-1.5,3.7-3,6.8C99.9,93.3,99,96,99,96
s-4.8-9.2-2.9-14.4c1.5-4,4.3-2.6,6.3-5.1C104.5,74,106.8,70,111.1,68.8z"/>
</g>
<g>
<path class="st4" d="M99,96.5c-0.2,0-0.3-0.1-0.4-0.2c-0.2-0.4-4.9-9.4-2.9-14.8c0.9-2.5,2.4-3,3.8-3.6c0.9-0.4,1.8-0.7,2.6-1.7
c0.3-0.4,0.6-0.8,0.9-1.2c1.9-2.5,4.2-5.7,8-6.7c0.9-0.3,1.9-0.4,2.9-0.4c5.2,0,10.3,3.4,12.9,6.8c1.1,1.4,2.3,2,3.5,2.5
c1.4,0.6,2.8,1.3,4.1,3.2c2.4,3.7,0.8,10.3-0.9,13l-1.6,2.7c-0.1,0.2-0.3,0.2-0.5,0.2s-0.3-0.2-0.4-0.3c-0.6-2.3-2.6-8.4-5.1-9.5
c-0.5-0.2-0.9-0.3-1.3-0.3c-0.6,0-1.1,0.2-1.8,0.6c-1.1,0.5-2.7,1.3-5.6,1.3c-0.5,0-1,0-1.6-0.1c-4.5-0.4-7.2-2.1-9-3.3
c-1-0.7-1.7-1.1-2.2-1c-0.8,0.3-1.1,1.4-1.5,2.9c-0.3,1.1-0.6,2.4-1.2,3.7c-1.5,3.1-2.4,5.8-2.4,5.8C99.4,96.4,99.2,96.5,99,96.5
C99.1,96.5,99,96.5,99,96.5z M124.7,85.4c0.5,0,1,0.1,1.6,0.4c2.7,1.2,4.6,6.8,5.3,9.1l1.1-1.8c1.5-2.4,3.1-8.7,0.9-12.1
c-1.1-1.7-2.4-2.3-3.7-2.9s-2.6-1.2-3.9-2.8c-2.4-3.1-7.3-6.5-12.2-6.5c-0.9,0-1.8,0.1-2.7,0.4c-3.5,0.9-5.7,3.9-7.5,6.3
c-0.3,0.4-0.6,0.8-0.9,1.2c-0.9,1.2-2,1.6-3,2c-1.3,0.5-2.4,0.9-3.2,3c-1.5,4,1.2,10.6,2.4,13.1c0.4-1.1,1.1-2.9,2-4.9
c0.6-1.2,0.9-2.4,1.2-3.5c0.4-1.7,0.8-3.2,2.1-3.6c0.2,0,0.3-0.1,0.5-0.1c0.7,0,1.5,0.5,2.5,1.2c1.7,1.1,4.3,2.8,8.6,3.2
c0.5,0,1,0.1,1.5,0.1c2.7,0,4.1-0.7,5.2-1.2C123.3,85.7,124,85.4,124.7,85.4z"/>
</g>
<g>
<path class="st4" d="M115.2,103c-0.2,0-0.3,0-0.5,0c-1.2-0.2-1.7-1.1-1.7-1.1c-0.1-0.2,0-0.5,0.2-0.6s0.5,0,0.6,0.2
c0,0,0.3,0.5,1,0.6s1.3-0.1,1.5-0.4c0.2-0.2,0.1-0.6-0.1-0.9c-0.6-1-1.7-4.4-1.4-5.6c0.1-0.2,0.3-0.4,0.6-0.3
c0.2,0.1,0.4,0.3,0.3,0.6c-0.2,0.8,0.7,3.9,1.3,4.9c0.4,0.6,0.4,1.3,0.1,1.9C116.7,102.7,116.1,103,115.2,103z"/>
</g>
<g>
<path class="st4" d="M115.3,110.1c-1.3,0-2.3-0.5-2.9-1.2c-0.1-0.2-0.1-0.5,0.1-0.6s0.5-0.1,0.6,0.1c0.4,0.5,1.2,0.8,2.1,0.8l0,0
c1.1,0,2.2-0.4,2.6-1c0.1-0.2,0.4-0.3,0.6-0.1c0.2,0.1,0.3,0.4,0.1,0.6C117.9,109.6,116.4,110.1,115.3,110.1L115.3,110.1z"/>
</g>
<g>
<path class="st4" d="M105.8,79.9c0,0,0.1,0.1,0.3,0.2c0.1,0.1,0.2,0.1,0.3,0.2c0.1,0.1,0.2,0.2,0.4,0.3c0.1,0.1,0.3,0.2,0.4,0.3
c0.2,0.1,0.3,0.2,0.5,0.3c0.2,0.1,0.4,0.2,0.5,0.3c0.2,0.1,0.4,0.2,0.5,0.3c0.2,0.1,0.4,0.2,0.5,0.3c0.2,0.1,0.4,0.2,0.5,0.3
c0.1,0.1,0.2,0.1,0.3,0.2c0.1,0,0.2,0.1,0.3,0.1c0.2,0.1,0.3,0.2,0.5,0.3c0.1,0.1,0.3,0.2,0.4,0.2c0.1,0.1,0.2,0.1,0.3,0.2
c0.2,0.1,0.3,0.2,0.3,0.2s-0.1,0-0.3,0c-0.1,0-0.2,0-0.4,0c-0.1,0-0.3,0-0.5-0.1c-0.2,0-0.4-0.1-0.5-0.1s-0.2-0.1-0.3-0.1
c-0.1,0-0.2-0.1-0.3-0.1c-0.2-0.1-0.4-0.2-0.6-0.3c-0.2-0.1-0.4-0.2-0.6-0.3c-0.2-0.1-0.4-0.3-0.6-0.4s-0.4-0.3-0.5-0.4
c-0.2-0.2-0.3-0.3-0.4-0.4s-0.3-0.3-0.4-0.4s-0.2-0.3-0.3-0.4c-0.1-0.1-0.1-0.2-0.2-0.3C105.8,80,105.8,79.9,105.8,79.9z"/>
</g>
<g>
<path class="st4" d="M129.2,86.4c0,0-0.1-0.1-0.1-0.2S129,86.1,129,86s-0.1-0.2-0.2-0.3c-0.1-0.1-0.1-0.2-0.2-0.3
c-0.1-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.1-0.2-0.2-0.4c-0.1-0.1-0.1-0.2-0.2-0.4c-0.1-0.1-0.1-0.2-0.2-0.4c-0.1-0.1-0.1-0.2-0.2-0.3
c-0.1-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.1-0.1-0.1-0.2c-0.1-0.1-0.1-0.2-0.1-0.2
s0.1,0,0.2,0.1c0.1,0,0.2,0,0.2,0.1c0,0,0.1,0,0.1,0.1l0.1,0.1c0.1,0.1,0.2,0.1,0.3,0.2c0.1,0.1,0.2,0.2,0.3,0.3
c0.1,0.1,0.2,0.2,0.3,0.4c0.1,0.1,0.2,0.3,0.3,0.4c0.1,0.3,0.3,0.6,0.4,0.8c0,0.1,0.1,0.3,0.1,0.4s0,0.3,0,0.4c0,0.2,0,0.4,0,0.6
C129.2,86.3,129.2,86.4,129.2,86.4z"/>
</g>
</g>
<g>
<g>
<path class="st5" d="M354.3,200.8c-6-2.1-8.5-8.2-10.7-16.6c-1.3-4.9-1.8-8.2-1.8-14.4c0-14.7,7.6-20.1,19.7-20.1
s20.3,3.1,20.3,17.8c0,22.1-7.2,35-20.3,35"/>
</g>
<g>
<path class="st4" d="M361.5,203.1c-0.3,0-0.5-0.2-0.5-0.5s0.2-0.5,0.5-0.5c12.5,0,19.7-12.6,19.7-34.5c0-14.3-7.9-17.3-19.7-17.3
c-6.3,0-10.9,1.4-14,4.4c-3.4,3.2-5.1,8.3-5.1,15.2c0,6.2,0.6,9.5,1.8,14.2c3,11.5,6.2,14.8,10.3,16.2c0.3,0.1,0.4,0.4,0.3,0.7
s-0.4,0.4-0.7,0.3c-6-2.1-8.7-8-11-16.9c-1.3-4.8-1.9-8.2-1.9-14.5c0-13.9,6.6-20.7,20.3-20.7c10.8,0,20.8,2.2,20.8,18.4
C382.3,190.2,374.7,203.1,361.5,203.1z"/>
</g>
<g>
<path class="st4" d="M361.7,183.6c-0.2,0-0.4,0-0.7,0c-1.5-0.2-2.1-1.4-2.1-1.4c-0.1-0.3,0-0.6,0.2-0.7c0.3-0.1,0.6,0,0.7,0.2
c0,0,0.4,0.7,1.3,0.9c0.9,0.1,1.6-0.1,1.9-0.5c0.2-0.3,0.2-0.8-0.1-1.2c-0.8-1.3-2.2-5.7-1.8-7.2c0.1-0.3,0.4-0.5,0.7-0.4
c0.3,0.1,0.5,0.4,0.4,0.7c-0.3,1,0.8,5.1,1.7,6.4c0.5,0.8,0.5,1.7,0.1,2.4C363.6,183.3,362.8,183.6,361.7,183.6z"/>
</g>
<g>
<path class="st4" d="M350.8,173.7c-0.1,0-0.3,0-0.4-0.1c-0.2-0.2-0.2-0.5,0-0.8c0.7-0.8,1.7-1.1,2.6-1.1c0.8,0.1,1.5,0.5,1.9,1.1
c0.2,0.3,0.1,0.6-0.2,0.7c-0.3,0.2-0.6,0.1-0.7-0.2c-0.2-0.3-0.6-0.6-1-0.6c-0.6-0.1-1.3,0.2-1.8,0.7
C351.1,173.7,351,173.7,350.8,173.7z"/>
</g>
<g>
<path class="st4" d="M372.2,173.7c-0.1,0-0.3-0.1-0.4-0.2c-0.5-0.5-1.2-0.8-1.9-0.7c-0.6,0-1.1,0.3-1.4,0.7
c-0.2,0.2-0.5,0.3-0.8,0.1c-0.2-0.2-0.3-0.5-0.1-0.8c0.5-0.6,1.3-1,2.2-1.1c1-0.1,2,0.3,2.7,1.1c0.2,0.2,0.2,0.6,0,0.8
C372.4,173.7,372.3,173.7,372.2,173.7z"/>
</g>
<g>
<path class="st4" d="M361.2,190.4c-1.4,0-2.6-0.5-3.1-1.4c-0.2-0.2-0.1-0.6,0.1-0.8s0.6-0.1,0.8,0.1c0.4,0.6,1.3,0.9,2.4,0.9
c1.2,0,2.3-0.5,2.7-1.2c0.1-0.3,0.5-0.3,0.7-0.2c0.3,0.2,0.3,0.5,0.2,0.7c-0.6,1-2,1.6-3.6,1.7
C361.4,190.4,361.3,190.4,361.2,190.4z"/>
</g>
<g>
<g>
<path class="st3" d="M343.6,182.6c-2.8-0.2-4.4-3.1-4.2-5.5c0.3-2.4,2.8-3,4.7-2.5"/>
</g>
<g>
<path class="st4" d="M343.6,183.2C343.6,183.2,343.5,183.2,343.6,183.2c-1.4-0.1-2.5-0.7-3.4-1.8c-1-1.2-1.5-2.8-1.3-4.3
c0.1-1.1,0.6-1.9,1.4-2.5c1-0.7,2.5-0.9,3.9-0.5c0.3,0.1,0.5,0.4,0.4,0.7s-0.4,0.5-0.7,0.4c-1.1-0.3-2.2-0.2-3,0.3
c-0.6,0.4-0.9,1-1,1.7c-0.1,1.2,0.3,2.6,1.1,3.5c0.5,0.6,1.3,1.3,2.6,1.4c0.3,0,0.5,0.3,0.5,0.6
C344.1,182.9,343.9,183.2,343.6,183.2z"/>
</g>
</g>
<g>
<g>
<path class="st3" d="M379.9,182.5c2.9,0.2,4.9-2.6,5-5s-2.3-3.4-4.3-3.2"/>
</g>
<g>
<path class="st4" d="M380.2,183.1c-0.1,0-0.2,0-0.4,0c-0.3,0-0.5-0.3-0.5-0.6s0.3-0.5,0.6-0.5c1.2,0.1,2.1-0.5,2.7-0.9
c1-0.9,1.7-2.2,1.7-3.6c0-0.7-0.2-1.3-0.7-1.8c-0.7-0.6-1.8-1-3-0.8c-0.3,0-0.6-0.2-0.6-0.5s0.2-0.6,0.5-0.6
c1.5-0.2,2.9,0.2,3.8,1.1c0.7,0.7,1.1,1.6,1,2.7c-0.1,1.6-0.9,3.3-2.1,4.3C382.4,182.7,381.4,183.1,380.2,183.1z"/>
</g>
</g>
<g>
<path class="st7" d="M345,175.2c-2.5,5.8,2.1,20.9,3,21.6c3.1,2.5-13.7-1.9-15.9-7.6c-3.2-8.3,6.8-33.1,14.7-37.4
c2.5-1.3,9.4-9,20.5-5.4c10.2,3.3,15.8,7.9,19.8,16.2s8.7,25.1,5,29.1c-3.6,4-19.2,7.2-17.1,3.6c3.8-6.8,2.4-18.9,2.4-23.9
c0-4.7-7.1-5.1-12.9-7c-6.5-2.2-14-5-14-5S347.4,169.8,345,175.2z"/>
</g>
<g>
<path class="st4" d="M347.8,198c-2.7,0-14.3-3.7-16.2-8.6c-1.8-4.7,0.4-13.7,3.2-20.6c4.2-10.4,8.8-15.9,11.8-17.5
c0.4-0.2,0.9-0.6,1.6-1.1c2.6-2,7.1-5.3,13.4-5.3c2,0,4,0.3,6,1c10.3,3.3,16.1,8.1,20.1,16.5c2.1,4.5,4.3,10.9,5.4,16.3
c1,4.8,1.8,11-0.5,13.5c-2.7,3-11.2,5.3-15.3,5.3l0,0c-1.5,0-2.4-0.3-2.8-0.9c-0.2-0.3-0.3-0.8,0.1-1.5c3-5.4,2.7-14.3,2.4-20.2
c-0.1-1.4-0.1-2.5-0.1-3.5c0-3.2-3.9-4.2-8.3-5.3c-1.4-0.4-2.9-0.7-4.2-1.2c-5.4-1.8-11.7-4.1-13.5-4.8
c-0.7,2.2-3.2,10.7-5.3,15.3c-2.4,5.4,2,20,2.9,21c0.2,0.1,0.7,0.6,0.5,1.1C348.7,198,348,198,347.8,198z M361.5,146
c-5.9,0-10.2,3.2-12.7,5.1c-0.7,0.5-1.3,0.9-1.7,1.2c-3.5,1.9-8,8.6-11.3,16.9c-3.4,8.4-4.6,16.2-3.2,19.8
c1.6,4,11.7,7.7,14.9,7.9c-0.8-1.2-2-5.4-2.8-9c-0.9-4.2-1.6-9.8-0.2-13c2.3-5.3,5.3-15.7,5.4-15.8c0-0.1,0.1-0.3,0.3-0.3
c0.1-0.1,0.3-0.1,0.4,0c0.1,0,7.6,2.9,14,5c1.3,0.4,2.8,0.8,4.2,1.2c4.7,1.2,9.2,2.4,9.2,6.4c0,0.9,0,2.1,0.1,3.4
c0.3,6,0.6,15.1-2.5,20.8c-0.1,0.2-0.1,0.3-0.1,0.4c0.1,0.1,0.6,0.4,1.8,0.4l0,0c4.3,0,12.2-2.5,14.5-5c3.2-3.6-0.8-19.5-5.1-28.5
c-3.9-8.2-9.4-12.7-19.5-15.9C365.2,146.3,363.3,146,361.5,146z"/>
</g>
</g>
<g>
<g>
<path class="st5" d="M108.8,425c-5.4-1.9-7.6-7.3-9.6-14.9c-1.2-4.4-1.7-7.4-1.7-12.9c0-13.2,6.8-18.1,17.7-18.1s18.2,2.8,18.2,16
c0,19.8-6.5,31.5-18.2,31.5"/>
</g>
<g>
<path class="st4" d="M115.3,427c-0.3,0-0.5-0.2-0.5-0.5s0.2-0.5,0.5-0.5c11.3,0,17.7-11.3,17.7-31c0-12.9-7.1-15.5-17.7-15.5
c-5.6,0-9.8,1.3-12.6,4c-3.1,2.9-4.6,7.5-4.6,13.7c0,5.6,0.5,8.6,1.6,12.8c2.7,10.4,5.6,13.3,9.3,14.6c0.3,0.1,0.4,0.4,0.3,0.6
c-0.1,0.3-0.4,0.4-0.6,0.3c-5.4-1.9-7.8-7.2-9.9-15.2c-1.1-4.3-1.7-7.4-1.7-13.1c0-12.5,6-18.6,18.2-18.6c9.7,0,18.7,2,18.7,16.5
C134,415.4,127.2,427,115.3,427z"/>
</g>
<g>
<path class="st4" d="M115.5,409.5c-0.2,0-0.4,0-0.6,0c-1.3-0.2-1.9-1.2-1.9-1.3c-0.1-0.2,0-0.5,0.2-0.7c0.2-0.1,0.5,0,0.7,0.2
c0,0,0.4,0.7,1.2,0.8c0.8,0.1,1.5-0.1,1.8-0.5c0.2-0.3,0.2-0.7-0.1-1.1c-0.7-1.2-2-5.1-1.6-6.5c0.1-0.3,0.3-0.4,0.6-0.3
c0.3,0.1,0.4,0.3,0.3,0.6c-0.3,0.9,0.8,4.6,1.5,5.7c0.4,0.7,0.5,1.5,0.1,2.1C117.2,409.1,116.4,409.5,115.5,409.5z"/>
</g>
<g>
<path class="st4" d="M105.7,400.6c-0.1,0-0.2,0-0.3-0.1c-0.2-0.2-0.2-0.5,0-0.7c0.6-0.7,1.5-1,2.4-0.9c0.7,0.1,1.3,0.4,1.7,1
c0.1,0.2,0.1,0.5-0.1,0.7c-0.2,0.1-0.5,0.1-0.7-0.1c-0.2-0.3-0.5-0.5-0.9-0.5c-0.6-0.1-1.1,0.2-1.6,0.6
C105.9,400.5,105.8,400.6,105.7,400.6z"/>
</g>
<g>
<path class="st4" d="M124.9,400.6c-0.1,0-0.3,0-0.4-0.1c-0.4-0.5-1.1-0.7-1.7-0.7c-0.5,0-1,0.2-1.2,0.6c-0.2,0.2-0.5,0.3-0.7,0.1
c-0.2-0.2-0.3-0.5-0.1-0.7c0.4-0.6,1.1-0.9,1.9-1c0.9-0.1,1.8,0.3,2.4,1c0.2,0.2,0.2,0.5,0,0.7C125.1,400.5,125,400.6,124.9,400.6
z"/>
</g>
<g>
<path class="st4" d="M115,415.6c-1.3,0-2.3-0.4-2.8-1.2c-0.2-0.2-0.1-0.5,0.1-0.7s0.5-0.1,0.7,0.1c0.4,0.5,1.2,0.8,2.2,0.8
c1.1,0,2.1-0.5,2.4-1.1c0.1-0.2,0.4-0.3,0.7-0.2c0.2,0.1,0.3,0.4,0.2,0.7c-0.5,0.9-1.8,1.5-3.2,1.5
C115.2,415.6,115.1,415.6,115,415.6z"/>
</g>
<g>
<g>
<path class="st3" d="M99.2,408.6c-2.5-0.2-4-2.8-3.8-5s2.5-2.7,4.2-2.2"/>
</g>
<g>
<path class="st4" d="M99.2,409.1C99.2,409.1,99.1,409.1,99.2,409.1c-1.2-0.1-2.3-0.7-3.1-1.6c-0.9-1.1-1.3-2.5-1.2-3.9
c0.1-1,0.6-1.7,1.3-2.2c0.9-0.6,2.3-0.8,3.5-0.4c0.3,0.1,0.4,0.3,0.3,0.6s-0.3,0.4-0.6,0.3c-1-0.3-2-0.2-2.7,0.3
c-0.5,0.3-0.8,0.9-0.9,1.5c-0.1,1.1,0.3,2.3,1,3.2c0.4,0.5,1.2,1.2,2.4,1.3c0.3,0,0.5,0.3,0.4,0.5
C99.6,408.9,99.4,409.1,99.2,409.1z"/>
</g>
</g>
<g>
<g>
<path class="st3" d="M131.8,408.5c2.6,0.2,4.4-2.3,4.5-4.5s-2-3.1-3.8-2.9"/>
</g>
<g>
<path class="st4" d="M132.1,409c-0.1,0-0.2,0-0.3,0c-0.3,0-0.5-0.3-0.4-0.5c0-0.3,0.3-0.5,0.5-0.4c1.1,0.1,1.9-0.4,2.4-0.8
c0.9-0.8,1.5-2,1.6-3.2c0-0.7-0.2-1.2-0.6-1.6c-0.6-0.6-1.7-0.9-2.7-0.7c-0.3,0-0.5-0.2-0.5-0.4c0-0.3,0.2-0.5,0.4-0.5
c1.3-0.2,2.6,0.2,3.5,1c0.7,0.6,1,1.4,0.9,2.4c-0.1,1.5-0.8,2.9-1.9,3.9C134.1,408.6,133.1,409,132.1,409z"/>
</g>
</g>
<g>
<path class="st8" d="M103,386.1c2.5,2.7,7,6.3,17.4,7c4.7,0.3,7.8-0.4,9.5,1.6c2.2,2.6,2.5,6.8,2.3,9.1c-0.1,1,3.6-3.4,3.6-3.4
c-1.5-2.4,1.6-7.6,0.7-14.6c-0.4-2.9-6.5-9.4-15-11.6c-10.7-2.7-16.5,2.5-19.4,5.1c-2.2,2-5.1,1-7.3,5.8c-2,4.3,1.3,12.4,0.8,14.8
c-0.2,1.1,0.8,0.8,3.1,3.6c0.9,1.1,1-3.4,1.2-6.1C100.3,394.8,103,386.1,103,386.1z"/>
</g>
<g>
<path class="st4" d="M132.3,404.5c-0.2,0-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.3-0.1-0.5c0.2-1.9,0-6.1-2.2-8.7
c-1.1-1.3-2.9-1.3-5.7-1.3c-1,0-2.2,0-3.5-0.1c-9.9-0.6-14.6-3.9-17.2-6.6c-0.7,2.2-2.5,8.3-2.7,10.4c0,0.5-0.1,1-0.1,1.5
c-0.3,3.9-0.4,5.2-1.3,5.2l0,0c-0.2,0-0.5-0.1-0.6-0.4c-1-1.3-1.8-1.9-2.3-2.3c-0.6-0.5-1.1-0.9-0.9-1.8c0.2-0.8-0.2-2.6-0.6-4.4
c-0.7-3.4-1.6-7.7-0.2-10.6c1.5-3.2,3.4-4,5-4.6c0.9-0.3,1.7-0.7,2.4-1.3c2.1-1.9,6.5-6,13.9-6c1.9,0,3.9,0.3,5.9,0.8
c3.8,1,7.6,3,10.7,5.6c2.6,2.2,4.4,4.7,4.6,6.4c0.5,3.7-0.1,6.9-0.6,9.5c-0.4,2.2-0.8,4-0.1,5c0.1,0.2,0.1,0.4,0,0.6
C133.1,404.5,132.5,404.5,132.3,404.5z M115.8,374c-7,0-11.2,3.9-13.3,5.7c-0.9,0.8-1.8,1.2-2.7,1.5c-1.6,0.6-3.1,1.2-4.5,4.1
c-1.2,2.6-0.4,6.7,0.3,10c0.4,2.1,0.8,3.8,0.6,4.8c-0.1,0.3-0.1,0.3,0.6,0.8c0.5,0.4,1.3,1,2.2,2.2c0.2-0.8,0.4-2.8,0.4-4.1
c0-0.5,0.1-1.1,0.1-1.5c0.2-2.7,2.9-11.1,3-11.4c0.1-0.2,0.2-0.3,0.4-0.3c0.2,0,0.3,0,0.5,0.1c2.4,2.6,6.8,6.2,17.1,6.9
c1.3,0.1,2.4,0.1,3.5,0.1c2.9,0,5,0,6.4,1.7c2.1,2.5,2.5,6.3,2.4,8.6c0.6-0.6,1.6-1.7,2.5-2.7c-0.6-1.3-0.2-3.1,0.2-5.3
c0.5-2.5,1.1-5.6,0.6-9.2c-0.3-2.6-6.3-9-14.6-11.1C119.5,374.2,117.6,374,115.8,374z"/>
</g>
<g>
<path class="st4" d="M104.5,383.6c0,0,0.1,0.1,0.3,0.2c0.1,0.1,0.2,0.2,0.3,0.3c0.1,0.1,0.3,0.2,0.4,0.3c0.1,0.1,0.3,0.2,0.4,0.4
c0.2,0.1,0.3,0.3,0.5,0.4c0.2,0.2,0.4,0.3,0.6,0.4s0.4,0.3,0.6,0.4s0.4,0.3,0.6,0.4s0.4,0.3,0.6,0.4s0.4,0.3,0.5,0.4
c0.2,0.1,0.3,0.2,0.5,0.3c0.2,0.1,0.3,0.2,0.4,0.3c0.1,0.1,0.2,0.1,0.3,0.2c0.2,0.1,0.3,0.2,0.3,0.2s-0.1,0-0.4,0
c-0.1,0-0.3,0-0.4,0c-0.2,0-0.3,0-0.5-0.1s-0.4-0.1-0.6-0.2s-0.4-0.2-0.7-0.3c-0.2-0.1-0.5-0.2-0.7-0.4c-0.2-0.1-0.4-0.3-0.6-0.4
s-0.4-0.3-0.6-0.5s-0.4-0.3-0.5-0.5c-0.2-0.2-0.3-0.4-0.5-0.5c-0.1-0.2-0.3-0.4-0.4-0.5c-0.1-0.2-0.2-0.3-0.3-0.5
c-0.1-0.1-0.1-0.3-0.2-0.4C104.5,383.7,104.5,383.6,104.5,383.6z"/>
</g>
</g>
<g>
<path class="st6" d="M315.3,326.7c-0.5,0-1.1-0.1-1.6-0.2c-1.6-0.4-3-1.5-3.8-2.9l-4.7-8.2c-0.8-1.4-1.1-3.1-0.6-4.7
c0.4-1.6,1.5-3,2.9-3.8l8.2-4.7c1.4-0.8,3.1-1.1,4.7-0.6c1.6,0.4,3,1.5,3.8,2.9l4.7,8.2c0.8,1.4,1.1,3.1,0.6,4.7
c-0.4,1.6-1.5,3-2.9,3.8l-8.2,4.7C317.4,326.5,316.4,326.7,315.3,326.7z M318.7,302.3c-0.9,0-1.8,0.2-2.6,0.7l-8.2,4.7
c-2.5,1.4-3.4,4.7-1.9,7.2l4.7,8.2c1.4,2.5,4.7,3.4,7.2,1.9l8.2-4.7c2.5-1.4,3.4-4.7,1.9-7.2l-4.7-8.2
C322.3,303.2,320.5,302.3,318.7,302.3z"/>
</g>
<g>
<path class="st7" d="M176.5,321c-0.4,0-0.8-0.1-1.3-0.2c-1.2-0.3-2.3-1.1-2.9-2.3l-3.7-6.4c-0.6-1.1-0.8-2.4-0.5-3.7
c0.3-1.2,1.1-2.3,2.3-2.9l6.4-3.7c1.1-0.6,2.4-0.8,3.7-0.5c1.2,0.3,2.3,1.1,2.9,2.3l3.7,6.4c0.6,1.1,0.8,2.4,0.5,3.7
c-0.3,1.2-1.1,2.3-2.3,2.9l-6.4,3.7C178.2,320.8,177.4,321,176.5,321z M179.2,302c-0.7,0-1.4,0.2-2,0.5l-6.4,3.7
c-1.9,1.1-2.6,3.6-1.5,5.6l3.7,6.4c1.1,1.9,3.6,2.6,5.6,1.5l6.4-3.7c1.9-1.1,2.6-3.6,1.5-5.6l-3.7-6.4
C182,302.8,180.6,302,179.2,302z"/>
</g>
<g>
<path class="st7" d="M92.5,291.3c-0.3,0-0.6,0-1-0.1c-0.9-0.3-1.7-0.9-2.2-1.7l-2.8-4.8c-0.5-0.9-0.6-1.8-0.4-2.8
c0.3-0.9,0.9-1.7,1.7-2.2l4.8-2.8c0.9-0.5,1.8-0.6,2.8-0.4c0.9,0.3,1.7,0.9,2.2,1.7l2.8,4.8c0.5,0.9,0.6,1.8,0.4,2.8
c-0.3,0.9-0.9,1.7-1.7,2.2l-4.8,2.8C93.8,291.1,93.1,291.3,92.5,291.3z M94.5,276.9c-0.5,0-1.1,0.1-1.5,0.4l-4.8,2.8
c-1.5,0.9-2,2.7-1.1,4.2l2.8,4.8c0.9,1.5,2.7,2,4.2,1.1l4.8-2.8c1.5-0.9,2-2.7,1.1-4.2l-2.8-4.8C96.6,277.4,95.6,276.9,94.5,276.9z
"/>
</g>
<g>
<path class="st7" d="M424.2,110.3c-0.3,0-0.5,0-0.8-0.1c-0.8-0.2-1.4-0.7-1.8-1.4l-2.2-3.9c-0.4-0.7-0.5-1.5-0.3-2.2
c0.2-0.8,0.7-1.4,1.4-1.8l3.9-2.2c0.7-0.4,1.5-0.5,2.2-0.3c0.8,0.2,1.4,0.7,1.8,1.4l2.2,3.9c0.4,0.7,0.5,1.5,0.3,2.2
c-0.2,0.8-0.7,1.4-1.4,1.8l-3.9,2.2C425.2,110.1,424.7,110.3,424.2,110.3z M425.8,98.7c-0.4,0-0.8,0.1-1.2,0.3l-3.9,2.2
c-1.2,0.7-1.6,2.2-0.9,3.4l2.2,3.9c0.7,1.2,2.2,1.6,3.4,0.9l3.9-2.2c1.2-0.7,1.6-2.2,0.9-3.4L428,100
C427.5,99.2,426.7,98.7,425.8,98.7z"/>
</g>
<g>
<path class="st6" d="M110.1,41l-7.7-10c-0.6-0.8-0.7-1.7-0.3-2.6c0.4-0.9,1.2-1.5,2.1-1.6l12.5-1.6c1-0.1,1.9,0.3,2.5,1
s0.7,1.7,0.3,2.6l-4.8,11.6c-0.4,0.9-1.2,1.5-2.1,1.6C111.6,42.2,110.6,41.8,110.1,41z M116.7,25.8l-12.5,1.6
c-0.7,0.1-1.3,0.6-1.6,1.2c-0.3,0.7-0.2,1.4,0.3,2l7.7,10c0.4,0.6,1.1,0.9,1.9,0.8c0.7-0.1,1.3-0.6,1.6-1.2l4.8-11.6
c0.3-0.7,0.2-1.4-0.3-2S117.5,25.7,116.7,25.8L116.7,25.8z"/>
</g>
<g>
<path class="st6" d="M127,38.5l1.9-5.3c0.1-0.4,0.5-0.7,0.9-0.8s0.8,0.1,1.1,0.4l3.6,4.3c0.3,0.3,0.4,0.8,0.2,1.2s-0.5,0.7-0.9,0.8
l-5.5,1c-0.4,0.1-0.8-0.1-1.1-0.4C126.9,39.4,126.8,38.9,127,38.5z M134.3,37.4l-3.6-4.3c-0.2-0.2-0.5-0.4-0.8-0.3
c-0.3,0.1-0.6,0.3-0.7,0.6l-1.9,5.3c-0.1,0.3-0.1,0.6,0.2,0.9c0.2,0.2,0.5,0.4,0.8,0.3l5.5-1c0.3-0.1,0.6-0.3,0.7-0.6
C134.5,37.9,134.5,37.6,134.3,37.4L134.3,37.4z"/>
</g>
<g>
<path class="st1" d="M260.4,394.1l-7.3-12.7c-0.7-1.2-0.7-2.6,0-3.8l7.3-12.7c0.7-1.2,1.9-1.9,3.3-1.9h14.6c1.4,0,2.6,0.7,3.3,1.9
l7.3,12.7c0.7,1.2,0.7,2.6,0,3.8l-7.3,12.7c-0.7,1.2-1.9,1.9-3.3,1.9h-14.6C262.3,396,261,395.3,260.4,394.1z"/>
<path class="st9" d="M261,393.3l-6.9-12c-0.6-1.1-0.6-2.5,0-3.6l6.9-12c0.6-1.1,1.8-1.8,3.1-1.8h13.8c1.3,0,2.5,0.7,3.1,1.8
l6.9,11.9c0.6,1.1,0.6,2.5,0,3.6l-6.9,12c-0.6,1.1-1.8,1.8-3.1,1.8h-13.8C262.8,395,261.6,394.4,261,393.3z"/>
<path class="st10" d="M262.8,376.7c-0.3-0.3-0.5-0.7-0.5-1.2c0-2.5,2-4.5,4.5-4.5h8.5c1.8,0,3.2,1.4,3.2,3.2v2.7
c0,0.2-0.1,0.3-0.3,0.3H272l5.9,5.9l0,0c0.4,0.3,0.6,0.7,0.6,1.2c0,2.6-2.1,4.6-4.6,4.6h-8.5c-1.7,0-3.1-1.4-3.1-3.1V383
c0-0.2,0.1-0.3,0.3-0.3h6.2l-5.9-5.9C262.9,376.8,262.9,376.8,262.8,376.7z"/>
<polygon class="st11" points="273.7,387.6 267.5,382.8 268.9,382.8 "/>
<polygon class="st11" points="267.2,372.3 272.1,377.2 273.7,377.2 "/>
</g>
<g>
<path class="st12" d="M213.1,213.5c-3.9-5.5-11.5-7.2-17-3.7l-9.7,6.2c-2.6,1.7-4.5,4.4-5,7.5c-0.5,2.6-0.1,5.2,1.2,7.5
c-0.8,1.3-1.4,2.7-1.7,4.2c-0.6,3.1,0.2,6.4,2,9c3.9,5.5,11.5,7.2,17,3.7l9.7-6.2c2.7-1.7,4.5-4.4,5-7.5c0.5-2.6,0.1-5.2-1.2-7.5
c0.8-1.3,1.4-2.7,1.7-4.2C215.7,219.3,215,216.1,213.1,213.5"/>
<path class="st1" d="M195.1,244.7c-3.1,0.8-6.4-0.4-8.3-3.1c-1.1-1.6-1.6-3.5-1.2-5.4c0.1-0.3,0.1-0.6,0.2-0.9l0.2-0.6l0.5,0.4
c1.1,0.8,2.4,1.5,3.8,1.9l0.4,0.1v0.4c0,0.5,0.1,1,0.4,1.4c0.6,0.8,1.5,1.2,2.5,0.9c0.2-0.1,0.4-0.1,0.6-0.3l9.7-6.2
c0.5-0.3,0.8-0.8,0.9-1.4c0.1-0.6,0-1.2-0.4-1.6c-0.6-0.8-1.5-1.2-2.5-0.9c-0.2,0.1-0.4,0.1-0.6,0.3l-3.7,2.4
c-0.6,0.4-1.3,0.7-2,0.9c-3.1,0.8-6.4-0.4-8.3-3.1c-1.1-1.6-1.6-3.5-1.2-5.4c0.3-1.9,1.4-3.5,3-4.5l9.7-6.2c0.6-0.4,1.3-0.7,2-0.9
c3.1-0.8,6.4,0.4,8.3,3.1c1.1,1.6,1.6,3.5,1.2,5.4c-0.1,0.3-0.1,0.6-0.2,0.9l-0.2,0.6l-0.5-0.4c-1.1-0.8-2.4-1.5-3.8-1.9l-0.4-0.1
v-0.4c0-0.5-0.1-1-0.4-1.4c-0.6-0.8-1.5-1.2-2.5-0.9c-0.2,0.1-0.4,0.1-0.6,0.3l-9.7,6.2c-0.5,0.3-0.8,0.8-0.9,1.4
c-0.1,0.6,0,1.2,0.4,1.6c0.6,0.8,1.5,1.2,2.5,0.9c0.2-0.1,0.4-0.1,0.6-0.3l3.7-2.4c0.6-0.4,1.3-0.7,2-0.9c3.1-0.8,6.4,0.4,8.3,3.1
c1.1,1.6,1.6,3.5,1.2,5.4c-0.3,1.9-1.4,3.5-3,4.5l-9.7,6.2C196.5,244.2,195.8,244.5,195.1,244.7"/>
</g>
<g>
<polygon class="st13" points="407.1,360.8 409.6,343.1 419.7,333 432.4,345.6 424.8,353.2 434.9,363.3 419.7,373.4 "/>
</g>
<g>
<path class="st14" d="M290.8,51.2c-0.8-0.6-2.7-0.8-4.2-0.5c-0.2-1.4-1-2.7-2.4-3.8l-0.8-0.6l-0.6,0.8c-0.7,1.1-1,2.6-0.9,4.1
c0,0.5,0.2,1.4,0.7,2.2c-0.5,0.3-1.5,0.7-2.8,0.7h-25.1l-0.1,0.3c-0.2,1.4-0.2,6,2.6,9.4c2.2,2.6,5.4,4,9.6,4
c9.1,0,15.9-4.4,19-12.3c1.3,0,3.9,0,5.3-2.7c0-0.1,0.1-0.2,0.3-0.8l0.1-0.3L290.8,51.2L290.8,51.2z M274.7,41h-3.8v3.6h3.8V41
L274.7,41z M274.7,45.3h-3.8V49h3.8V45.3L274.7,45.3z M270.2,45.3h-3.8V49h3.8V45.3L270.2,45.3z M265.7,45.3h-3.8V49h3.8V45.3
L265.7,45.3z M261.2,49.7h-3.8v3.6h3.8V49.7L261.2,49.7z M265.7,49.7h-3.8v3.6h3.8V49.7L265.7,49.7z M270.2,49.7h-3.8v3.6h3.8V49.7
L270.2,49.7z M274.7,49.7h-3.8v3.6h3.8V49.7L274.7,49.7z M279.3,49.7h-3.8v3.6h3.8V49.7L279.3,49.7z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 26 KiB

BIN
docs/img/illustrations/features/feature-2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

979
docs/img/illustrations/features/feature-2.svg

@ -1,979 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
<style type="text/css">
.st0{fill:#EDECEB;}
.st1{fill:#FFFFFF;}
.st2{fill:#E2E2E2;}
.st3{fill:#FFCBB7;}
.st4{fill:#5B5B74;}
.st5{fill:#FCD7CD;}
.st6{fill:#F39200;}
.st7{fill:#8C8C8C;}
.st8{fill:#DBDBDB;}
.st9{fill:none;stroke:#EDECEB;stroke-miterlimit:10;}
.st10{fill:#4FC1EA;}
.st11{fill:#68BB88;}
.st12{fill:#FF3E00;}
.st13{fill:#00D1B2;}
.st14{fill:#2396ED;}
</style>
<g>
<circle class="st0" cx="356" cy="36" r="2"/>
<circle class="st0" cx="363" cy="36" r="2"/>
<circle class="st0" cx="370" cy="36" r="2"/>
<circle class="st0" cx="377" cy="36" r="2"/>
<circle class="st0" cx="384" cy="36" r="2"/>
<circle class="st0" cx="391" cy="36" r="2"/>
<circle class="st0" cx="398" cy="36" r="2"/>
<circle class="st0" cx="405" cy="36" r="2"/>
<circle class="st0" cx="412" cy="36" r="2"/>
<circle class="st0" cx="419" cy="36" r="2"/>
<circle class="st0" cx="426" cy="36" r="2"/>
<circle class="st0" cx="433" cy="36" r="2"/>
<circle class="st0" cx="440" cy="36" r="2"/>
<circle class="st0" cx="447" cy="36" r="2"/>
<circle class="st0" cx="356" cy="44" r="2"/>
<circle class="st0" cx="363" cy="44" r="2"/>
<circle class="st0" cx="370" cy="44" r="2"/>
<circle class="st0" cx="377" cy="44" r="2"/>
<circle class="st0" cx="384" cy="44" r="2"/>
<circle class="st0" cx="391" cy="44" r="2"/>
<circle class="st0" cx="398" cy="44" r="2"/>
<circle class="st0" cx="405" cy="44" r="2"/>
<circle class="st0" cx="412" cy="44" r="2"/>
<circle class="st0" cx="419" cy="44" r="2"/>
<circle class="st0" cx="426" cy="44" r="2"/>
<circle class="st0" cx="433" cy="44" r="2"/>
<circle class="st0" cx="440" cy="44" r="2"/>
<circle class="st0" cx="447" cy="44" r="2"/>
<circle class="st0" cx="356" cy="52" r="2"/>
<circle class="st0" cx="363" cy="52" r="2"/>
<circle class="st0" cx="370" cy="52" r="2"/>
<circle class="st0" cx="377" cy="52" r="2"/>
<circle class="st0" cx="384" cy="52" r="2"/>
<circle class="st0" cx="391" cy="52" r="2"/>
<circle class="st0" cx="398" cy="52" r="2"/>
<circle class="st0" cx="405" cy="52" r="2"/>
<circle class="st0" cx="412" cy="52" r="2"/>
<circle class="st0" cx="419" cy="52" r="2"/>
<circle class="st0" cx="426" cy="52" r="2"/>
<circle class="st0" cx="433" cy="52" r="2"/>
<circle class="st0" cx="440" cy="52" r="2"/>
<circle class="st0" cx="447" cy="52" r="2"/>
<circle class="st0" cx="356" cy="60" r="2"/>
<circle class="st0" cx="363" cy="60" r="2"/>
<circle class="st0" cx="370" cy="60" r="2"/>
<circle class="st0" cx="377" cy="60" r="2"/>
<circle class="st0" cx="384" cy="60" r="2"/>
<circle class="st0" cx="391" cy="60" r="2"/>
<circle class="st0" cx="398" cy="60" r="2"/>
<circle class="st0" cx="405" cy="60" r="2"/>
<circle class="st0" cx="412" cy="60" r="2"/>
<circle class="st0" cx="419" cy="60" r="2"/>
<circle class="st0" cx="426" cy="60" r="2"/>
<circle class="st0" cx="433" cy="60" r="2"/>
<circle class="st0" cx="440" cy="60" r="2"/>
<circle class="st0" cx="447" cy="60" r="2"/>
<circle class="st0" cx="356" cy="68" r="2"/>
<circle class="st0" cx="363" cy="68" r="2"/>
<circle class="st0" cx="370" cy="68" r="2"/>
<circle class="st0" cx="377" cy="68" r="2"/>
<circle class="st0" cx="384" cy="68" r="2"/>
<circle class="st0" cx="391" cy="68" r="2"/>
<circle class="st0" cx="398" cy="68" r="2"/>
<circle class="st0" cx="405" cy="68" r="2"/>
<circle class="st0" cx="412" cy="68" r="2"/>
<circle class="st0" cx="419" cy="68" r="2"/>
<circle class="st0" cx="426" cy="68" r="2"/>
<circle class="st0" cx="433" cy="68" r="2"/>
<circle class="st0" cx="440" cy="68" r="2"/>
<circle class="st0" cx="447" cy="68" r="2"/>
<circle class="st0" cx="356" cy="76" r="2"/>
<circle class="st0" cx="363" cy="76" r="2"/>
<circle class="st0" cx="370" cy="76" r="2"/>
<circle class="st0" cx="377" cy="76" r="2"/>
<circle class="st0" cx="384" cy="76" r="2"/>
<circle class="st0" cx="391" cy="76" r="2"/>
<circle class="st0" cx="398" cy="76" r="2"/>
<circle class="st0" cx="405" cy="76" r="2"/>
<circle class="st0" cx="412" cy="76" r="2"/>
<circle class="st0" cx="419" cy="76" r="2"/>
<circle class="st0" cx="426" cy="76" r="2"/>
<circle class="st0" cx="433" cy="76" r="2"/>
<circle class="st0" cx="440" cy="76" r="2"/>
<circle class="st0" cx="447" cy="76" r="2"/>
<circle class="st0" cx="356" cy="84" r="2"/>
<circle class="st0" cx="363" cy="84" r="2"/>
<circle class="st0" cx="370" cy="84" r="2"/>
<circle class="st0" cx="377" cy="84" r="2"/>
<circle class="st0" cx="384" cy="84" r="2"/>
<circle class="st0" cx="391" cy="84" r="2"/>
<circle class="st0" cx="398" cy="84" r="2"/>
<circle class="st0" cx="405" cy="84" r="2"/>
<circle class="st0" cx="412" cy="84" r="2"/>
<circle class="st0" cx="419" cy="84" r="2"/>
<circle class="st0" cx="426" cy="84" r="2"/>
<circle class="st0" cx="433" cy="84" r="2"/>
<circle class="st0" cx="440" cy="84" r="2"/>
<circle class="st0" cx="447" cy="84" r="2"/>
<circle class="st0" cx="356" cy="92" r="2"/>
<circle class="st0" cx="363" cy="92" r="2"/>
<circle class="st0" cx="370" cy="92" r="2"/>
<circle class="st0" cx="377" cy="92" r="2"/>
<circle class="st0" cx="384" cy="92" r="2"/>
<circle class="st0" cx="391" cy="92" r="2"/>
<circle class="st0" cx="398" cy="92" r="2"/>
<circle class="st0" cx="405" cy="92" r="2"/>
<circle class="st0" cx="412" cy="92" r="2"/>
<circle class="st0" cx="419" cy="92" r="2"/>
<circle class="st0" cx="426" cy="92" r="2"/>
<circle class="st0" cx="433" cy="92" r="2"/>
<circle class="st0" cx="440" cy="92" r="2"/>
<circle class="st0" cx="447" cy="92" r="2"/>
<circle class="st0" cx="356" cy="100" r="2"/>
<circle class="st0" cx="363" cy="100" r="2"/>
<circle class="st0" cx="370" cy="100" r="2"/>
<circle class="st0" cx="377" cy="100" r="2"/>
<circle class="st0" cx="384" cy="100" r="2"/>
<circle class="st0" cx="391" cy="100" r="2"/>
<circle class="st0" cx="398" cy="100" r="2"/>
<circle class="st0" cx="405" cy="100" r="2"/>
<circle class="st0" cx="412" cy="100" r="2"/>
<circle class="st0" cx="419" cy="100" r="2"/>
<circle class="st0" cx="426" cy="100" r="2"/>
<circle class="st0" cx="433" cy="100" r="2"/>
<circle class="st0" cx="440" cy="100" r="2"/>
<circle class="st0" cx="447" cy="100" r="2"/>
<circle class="st0" cx="356" cy="108" r="2"/>
<circle class="st0" cx="363" cy="108" r="2"/>
<circle class="st0" cx="370" cy="108" r="2"/>
<circle class="st0" cx="377" cy="108" r="2"/>
<circle class="st0" cx="384" cy="108" r="2"/>
<circle class="st0" cx="391" cy="108" r="2"/>
<circle class="st0" cx="398" cy="108" r="2"/>
<circle class="st0" cx="405" cy="108" r="2"/>
<circle class="st0" cx="412" cy="108" r="2"/>
<circle class="st0" cx="419" cy="108" r="2"/>
<circle class="st0" cx="426" cy="108" r="2"/>
<circle class="st0" cx="433" cy="108" r="2"/>
<circle class="st0" cx="440" cy="108" r="2"/>
<circle class="st0" cx="447" cy="108" r="2"/>
<circle class="st0" cx="356" cy="116" r="2"/>
<circle class="st0" cx="363" cy="116" r="2"/>
<circle class="st0" cx="370" cy="116" r="2"/>
<circle class="st0" cx="377" cy="116" r="2"/>
<circle class="st0" cx="384" cy="116" r="2"/>
<circle class="st0" cx="391" cy="116" r="2"/>
<circle class="st0" cx="398" cy="116" r="2"/>
<circle class="st0" cx="405" cy="116" r="2"/>
<circle class="st0" cx="412" cy="116" r="2"/>
<circle class="st0" cx="419" cy="116" r="2"/>
<circle class="st0" cx="426" cy="116" r="2"/>
<circle class="st0" cx="433" cy="116" r="2"/>
<circle class="st0" cx="440" cy="116" r="2"/>
<circle class="st0" cx="447" cy="116" r="2"/>
<circle class="st0" cx="356" cy="124" r="2"/>
<circle class="st0" cx="363" cy="124" r="2"/>
<circle class="st0" cx="370" cy="124" r="2"/>
<circle class="st0" cx="377" cy="124" r="2"/>
<circle class="st0" cx="384" cy="124" r="2"/>
<circle class="st0" cx="391" cy="124" r="2"/>
<circle class="st0" cx="398" cy="124" r="2"/>
<circle class="st0" cx="405" cy="124" r="2"/>
<circle class="st0" cx="412" cy="124" r="2"/>
<circle class="st0" cx="419" cy="124" r="2"/>
<circle class="st0" cx="426" cy="124" r="2"/>
<circle class="st0" cx="433" cy="124" r="2"/>
<circle class="st0" cx="440" cy="124" r="2"/>
<circle class="st0" cx="447" cy="124" r="2"/>
<circle class="st0" cx="356" cy="132" r="2"/>
<circle class="st0" cx="363" cy="132" r="2"/>
<circle class="st0" cx="370" cy="132" r="2"/>
<circle class="st0" cx="377" cy="132" r="2"/>
<circle class="st0" cx="384" cy="132" r="2"/>
<circle class="st0" cx="391" cy="132" r="2"/>
<circle class="st0" cx="398" cy="132" r="2"/>
<circle class="st0" cx="405" cy="132" r="2"/>
<circle class="st0" cx="412" cy="132" r="2"/>
<circle class="st0" cx="419" cy="132" r="2"/>
<circle class="st0" cx="426" cy="132" r="2"/>
<circle class="st0" cx="433" cy="132" r="2"/>
<circle class="st0" cx="440" cy="132" r="2"/>
<circle class="st0" cx="447" cy="132" r="2"/>
<circle class="st0" cx="356" cy="140" r="2"/>
<circle class="st0" cx="363" cy="140" r="2"/>
<circle class="st0" cx="370" cy="140" r="2"/>
<circle class="st0" cx="377" cy="140" r="2"/>
<circle class="st0" cx="384" cy="140" r="2"/>
<circle class="st0" cx="391" cy="140" r="2"/>
<circle class="st0" cx="398" cy="140" r="2"/>
<circle class="st0" cx="405" cy="140" r="2"/>
<circle class="st0" cx="412" cy="140" r="2"/>
<circle class="st0" cx="419" cy="140" r="2"/>
<circle class="st0" cx="426" cy="140" r="2"/>
<circle class="st0" cx="433" cy="140" r="2"/>
<circle class="st0" cx="440" cy="140" r="2"/>
<circle class="st0" cx="447" cy="140" r="2"/>
<circle class="st0" cx="356" cy="148" r="2"/>
<circle class="st0" cx="363" cy="148" r="2"/>
<circle class="st0" cx="370" cy="148" r="2"/>
<circle class="st0" cx="377" cy="148" r="2"/>
<circle class="st0" cx="384" cy="148" r="2"/>
<circle class="st0" cx="391" cy="148" r="2"/>
<circle class="st0" cx="398" cy="148" r="2"/>
<circle class="st0" cx="405" cy="148" r="2"/>
<circle class="st0" cx="412" cy="148" r="2"/>
<circle class="st0" cx="419" cy="148" r="2"/>
<circle class="st0" cx="426" cy="148" r="2"/>
<circle class="st0" cx="433" cy="148" r="2"/>
<circle class="st0" cx="440" cy="148" r="2"/>
<circle class="st0" cx="447" cy="148" r="2"/>
<circle class="st0" cx="356" cy="156" r="2"/>
<circle class="st0" cx="363" cy="156" r="2"/>
<circle class="st0" cx="370" cy="156" r="2"/>
<circle class="st0" cx="377" cy="156" r="2"/>
<circle class="st0" cx="384" cy="156" r="2"/>
<circle class="st0" cx="391" cy="156" r="2"/>
<circle class="st0" cx="398" cy="156" r="2"/>
<circle class="st0" cx="405" cy="156" r="2"/>
<circle class="st0" cx="412" cy="156" r="2"/>
<circle class="st0" cx="419" cy="156" r="2"/>
<circle class="st0" cx="426" cy="156" r="2"/>
<circle class="st0" cx="433" cy="156" r="2"/>
<circle class="st0" cx="440" cy="156" r="2"/>
<circle class="st0" cx="447" cy="156" r="2"/>
</g>
<g>
<g>
<image style="overflow:visible;opacity:0.12;" width="382" height="412" xlink:href="B057E2DE.png" transform="matrix(1 0 0 1 61 51)">
</image>
<g>
<path class="st1" d="M97.7,431.5c-7.6,0-13.7-6.2-13.7-13.7V82.2c0-7.6,6.2-13.7,13.7-13.7h304.5c7.6,0,13.7,6.2,13.7,13.7v335.5
c0,7.6-6.2,13.7-13.7,13.7H97.7z"/>
<g>
<path class="st2" d="M402.3,69c7.3,0,13.2,5.9,13.2,13.2v335.5c0,7.3-5.9,13.2-13.2,13.2H97.7c-7.3,0-13.2-5.9-13.2-13.2V82.2
c0-7.3,5.9-13.2,13.2-13.2H402.3 M402.3,68H97.7c-7.9,0-14.2,6.4-14.2,14.2v335.5c0,7.9,6.4,14.2,14.2,14.2h304.5
c7.9,0,14.2-6.4,14.2-14.2V82.2C416.5,74.4,410.1,68,402.3,68L402.3,68z"/>
</g>
</g>
</g>
<g>
<image style="overflow:visible;opacity:0.12;" width="109" height="108" xlink:href="B057E2D8.png" transform="matrix(1 0 0 1 85 81)">
</image>
<g>
<circle class="st1" cx="137.5" cy="128" r="29.5"/>
<path class="st2" d="M137.5,99c16,0,29,13,29,29s-13,29-29,29s-29-13-29-29S121.5,99,137.5,99 M137.5,98c-16.6,0-30,13.4-30,30
s13.4,30,30,30s30-13.4,30-30S154.1,98,137.5,98L137.5,98z"/>
</g>
</g>
<g>
<g>
<g>
<path class="st3" d="M151.9,128.4c0,1.5-1,2.7-2.2,2.7c-1.2,0-2.2-1.2-2.2-2.7c0-1.5,1-2.2,2.2-2.2
C150.9,126.2,151.9,126.9,151.9,128.4z"/>
</g>
<g>
<path class="st4" d="M149.7,131.5c-1.4,0-2.5-1.4-2.5-3.1c0-1.6,1-2.6,2.5-2.6s2.5,1,2.5,2.6
C152.2,130.1,151.1,131.5,149.7,131.5z M149.7,126.6c-1.1,0-1.8,0.7-1.8,1.9c0,1.3,0.8,2.4,1.8,2.4s1.8-1.1,1.8-2.4
C151.5,127.3,150.9,126.6,149.7,126.6z"/>
</g>
</g>
<g>
<g>
<path class="st3" d="M127.4,128.4c0,1.5-1,2.7-2.2,2.7c-1.2,0-2.2-1.2-2.2-2.7c0-1.5,1-2.2,2.2-2.2
C126.4,126.2,127.4,126.9,127.4,128.4z"/>
</g>
<g>
<path class="st4" d="M125.2,131.5c-1.4,0-2.5-1.4-2.5-3.1c0-1.6,1-2.6,2.5-2.6s2.5,1,2.5,2.6
C127.7,130.1,126.6,131.5,125.2,131.5z M125.2,126.6c-1.1,0-1.8,0.7-1.8,1.9c0,1.3,0.8,2.4,1.8,2.4c1,0,1.8-1.1,1.8-2.4
C127,127.3,126.4,126.6,125.2,126.6z"/>
</g>
</g>
<g>
<path class="st5" d="M149.8,124.1c0,14.6-5.1,20.9-12.3,20.9s-12.5-5.8-12.5-20.9c0-9,5.3-10.9,12.5-10.9
S149.8,115.1,149.8,124.1z"/>
</g>
<g>
<path class="st4" d="M137.5,145.3c-4,0-7.1-1.7-9.3-5c-2.4-3.6-3.6-9.1-3.6-16.3c0-9.9,6.5-11.3,12.9-11.3
c6.6,0,12.7,1.4,12.7,11.3C150.1,137.8,145.6,145.3,137.5,145.3z M137.5,113.5c-4.1,0-6.9,0.6-8.8,2c-2.3,1.6-3.4,4.5-3.4,8.6
c0,17,6.6,20.5,12.2,20.5c7.7,0,12-7.3,12-20.5C149.4,115.3,144.7,113.5,137.5,113.5z"/>
</g>
<g>
<path class="st6" d="M137.2,131.3c4.9,0,6,3,8.2,3s3.8-3.2,3.8-3.2s1.4,16.7-11.6,16.7c-13.1,0-12.1-16.5-12.1-16.5s0.6,3,3.4,3
C131.7,134.4,132,131.3,137.2,131.3z"/>
</g>
<g>
<path class="st4" d="M137.6,148.1c-3.4,0-6.3-1.1-8.3-3.3c-2.4-2.5-3.4-6.1-3.8-8.6c-0.4-2.7-0.3-4.8-0.3-4.9
c0-0.2,0.1-0.3,0.3-0.3c0.2,0,0.3,0.1,0.4,0.3c0,0.1,0.6,2.8,3.1,2.8c1.1,0,1.7-0.5,2.5-1.1c1.2-0.9,2.6-1.9,5.7-1.9
c3,0,4.6,1.1,5.9,2c0.8,0.6,1.5,1,2.3,1c2,0,3.5-3,3.5-3.1c0.1-0.1,0.2-0.2,0.4-0.2c0.2,0,0.3,0.2,0.3,0.3c0,0.1,0.2,2.2-0.2,5
c-0.3,2.6-1.2,6.2-3.6,8.7C143.8,147,141,148.1,137.6,148.1z M125.9,133c0.1,2.7,0.8,8,3.9,11.3c2,2.1,4.6,3.1,7.8,3.1
c3.2,0,5.8-1,7.7-3.1c3.3-3.6,3.7-9.6,3.6-12c-0.7,1-1.9,2.4-3.5,2.4c-1,0-1.8-0.5-2.7-1.2c-1.2-0.8-2.7-1.9-5.5-1.9
c-2.9,0-4.2,1-5.3,1.8c-0.9,0.6-1.7,1.2-2.9,1.2C127.4,134.7,126.4,133.8,125.9,133z"/>
</g>
<g>
<g>
<path class="st3" d="M141.8,136.9c-0.5,1.6-2.3,1.6-4.3,1.6s-4.3,0.2-4.7-1.4c-0.5-1.8,2.8-2,4.7-2S142.3,135.2,141.8,136.9z"/>
</g>
<g>
<path class="st4" d="M136.3,138.8c-1.6,0-3.4-0.1-3.9-1.7c-0.1-0.5-0.1-0.9,0.2-1.3c0.6-0.8,2.2-1.2,4.9-1.2
c1.8,0,3.8,0.1,4.5,1.1c0.2,0.2,0.4,0.7,0.2,1.3c-0.6,1.8-2.6,1.8-4.5,1.8h-0.1c-0.2,0-0.4,0-0.6,0
C136.7,138.8,136.5,138.8,136.3,138.8z M137.5,135.4c-3,0-4,0.5-4.3,0.9c-0.1,0.2-0.2,0.4-0.1,0.7c0.3,1,1.4,1.2,3.2,1.2
c0.2,0,0.4,0,0.6,0c0.2,0,0.4,0,0.6,0h0.1c2.1,0,3.4-0.1,3.8-1.3c0.1-0.4,0-0.5-0.1-0.6C140.8,135.4,138.3,135.4,137.5,135.4z"
/>
</g>
</g>
<g>
<path class="st4" d="M129.7,127.4c-0.1,0-0.2,0-0.3-0.1c-0.1-0.1-0.1-0.4,0-0.5c0.5-0.5,1.2-0.7,1.9-0.6c0.5,0.1,1,0.3,1.3,0.7
c0.1,0.2,0.1,0.4-0.1,0.5c-0.2,0.1-0.4,0.1-0.5-0.1c-0.2-0.2-0.4-0.3-0.8-0.4c-0.5,0-1,0.1-1.3,0.5
C129.9,127.4,129.8,127.4,129.7,127.4z"/>
</g>
<g>
<path class="st4" d="M145,127.4c-0.1,0-0.2,0-0.2-0.1c-0.4-0.3-0.9-0.5-1.4-0.5c-0.4,0-0.8,0.2-1,0.4c-0.1,0.1-0.3,0.2-0.5,0
c-0.1-0.1-0.2-0.3,0-0.5c0.3-0.4,0.9-0.6,1.5-0.6c0.7,0,1.4,0.2,1.9,0.6c0.1,0.1,0.2,0.3,0,0.5
C145.2,127.4,145.1,127.4,145,127.4z"/>
</g>
<g>
<path class="st6" d="M134.1,106.2c4.6-1.2,9.4,1.9,11.7,4.8c1.9,2.4,4.1,1.7,5.8,4.3c1.7,2.6,0.6,7.5-0.7,9.5
c-1.2,2.1-1.2,2.1-1.2,2.1s-1.6-6.4-4.1-7.5c-2.5-1.1-2.4,1.5-7.9,1.1c-5.5-0.4-7.3-3.7-8.7-3.2c-1.3,0.4-1.1,2.8-2.3,5.2
c-1.1,2.4-1.8,4.4-1.8,4.4s-3.7-7-2.2-10.9c1.1-3,3.3-1.9,4.8-3.9C129.1,110.1,130.9,107.1,134.1,106.2z"/>
</g>
<g>
<path class="st4" d="M125,127.2c-0.1,0-0.2-0.1-0.3-0.2c-0.2-0.3-3.7-7.2-2.2-11.2c0.7-1.9,1.8-2.3,2.9-2.7
c0.7-0.3,1.4-0.5,2-1.3c0.2-0.3,0.4-0.6,0.7-0.9c1.4-1.9,3.2-4.3,6.1-5.1c0.7-0.2,1.5-0.3,2.2-0.3c4,0,7.8,2.6,9.8,5.2
c0.8,1.1,1.7,1.5,2.7,1.9c1.1,0.5,2.2,1,3.1,2.4c1.8,2.8,0.6,7.9-0.6,9.9l-1.2,2.1c-0.1,0.1-0.2,0.2-0.3,0.2
c-0.1,0-0.3-0.1-0.3-0.3c-0.4-1.7-2-6.4-3.9-7.2c-0.4-0.2-0.7-0.2-1-0.2c-0.4,0-0.8,0.2-1.3,0.4c-0.9,0.4-2,1-4.3,1
c-0.4,0-0.8,0-1.2-0.1c-3.4-0.3-5.5-1.6-6.9-2.5c-0.8-0.5-1.3-0.9-1.7-0.7c-0.6,0.2-0.8,1.1-1.1,2.2c-0.2,0.8-0.5,1.8-0.9,2.8
c-1.1,2.3-1.8,4.4-1.8,4.4C125.3,127.1,125.2,127.2,125,127.2C125,127.2,125,127.2,125,127.2z M144.5,118.8
c0.4,0,0.8,0.1,1.2,0.3c2.1,0.9,3.5,5.1,4.1,6.9l0.8-1.4c1.1-1.9,2.3-6.6,0.7-9.2c-0.8-1.3-1.8-1.7-2.8-2.2c-1-0.5-2-0.9-2.9-2.1
c-1.9-2.4-5.5-4.9-9.3-4.9c-0.7,0-1.4,0.1-2,0.3c-2.6,0.7-4.3,3-5.7,4.8c-0.2,0.3-0.5,0.6-0.7,0.9c-0.7,0.9-1.5,1.2-2.3,1.5
c-1,0.4-1.9,0.7-2.5,2.3c-1.1,3,0.9,8,1.8,9.9c0.3-0.8,0.8-2.2,1.5-3.7c0.4-0.9,0.7-1.8,0.9-2.7c0.3-1.3,0.6-2.4,1.6-2.7
c0.1,0,0.2-0.1,0.4-0.1c0.6,0,1.1,0.4,1.9,0.9c1.3,0.9,3.3,2.1,6.5,2.4c0.4,0,0.8,0,1.2,0c2.1,0,3.1-0.5,4-0.9
C143.4,119,143.9,118.8,144.5,118.8z"/>
</g>
<g>
<path class="st4" d="M137.3,132.2c-0.1,0-0.3,0-0.4,0c-0.9-0.1-1.3-0.8-1.3-0.8c-0.1-0.2,0-0.4,0.1-0.5c0.2-0.1,0.4,0,0.5,0.1
c0,0,0.2,0.4,0.8,0.5c0.6,0.1,1,0,1.2-0.3c0.1-0.2,0.1-0.4,0-0.7c-0.5-0.8-1.3-3.4-1.1-4.3c0.1-0.2,0.2-0.3,0.4-0.2
c0.2,0.1,0.3,0.2,0.2,0.4c-0.2,0.6,0.5,2.9,1,3.7c0.3,0.5,0.3,1,0,1.4C138.4,132,137.9,132.2,137.3,132.2z"/>
</g>
<g>
<path class="st4" d="M137.3,137.5c-1,0-1.8-0.3-2.2-0.9c-0.1-0.2-0.1-0.4,0.1-0.5c0.2-0.1,0.4-0.1,0.5,0.1
c0.3,0.4,0.9,0.6,1.6,0.6c0,0,0,0,0,0c0.8,0,1.7-0.3,1.9-0.7c0.1-0.2,0.3-0.2,0.5-0.1c0.2,0.1,0.2,0.3,0.1,0.5
C139.3,137.2,138.2,137.5,137.3,137.5C137.3,137.5,137.3,137.5,137.3,137.5z"/>
</g>
<g>
<path class="st4" d="M130.1,114.7c0,0,0.1,0,0.2,0.1c0.1,0,0.1,0.1,0.2,0.2c0.1,0.1,0.2,0.1,0.3,0.2c0.1,0.1,0.2,0.2,0.3,0.2
c0.1,0.1,0.2,0.2,0.4,0.2c0.1,0.1,0.3,0.2,0.4,0.3c0.1,0.1,0.3,0.2,0.4,0.3c0.1,0.1,0.3,0.2,0.4,0.3c0.1,0.1,0.3,0.2,0.4,0.2
c0.1,0,0.1,0.1,0.2,0.1c0.1,0,0.1,0.1,0.2,0.1c0.1,0.1,0.2,0.1,0.4,0.2c0.1,0.1,0.2,0.1,0.3,0.2c0.1,0,0.2,0.1,0.2,0.1
c0.1,0.1,0.2,0.1,0.2,0.1s-0.1,0-0.2,0c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0-0.4,0c-0.1,0-0.3-0.1-0.4-0.1c-0.1,0-0.1,0-0.2-0.1
c-0.1,0-0.1-0.1-0.2-0.1c-0.2-0.1-0.3-0.1-0.5-0.2c-0.2-0.1-0.3-0.2-0.5-0.3c-0.2-0.1-0.3-0.2-0.4-0.3c-0.1-0.1-0.3-0.2-0.4-0.3
c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1-0.1-0.2-0.2-0.2-0.3c-0.1-0.1-0.1-0.2-0.1-0.2
C130.1,114.7,130.1,114.7,130.1,114.7z"/>
</g>
<g>
<path class="st4" d="M147.9,119.6c0,0,0,0-0.1-0.1c0,0-0.1-0.1-0.1-0.2c0-0.1-0.1-0.1-0.1-0.2c0-0.1-0.1-0.1-0.1-0.2
c0-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.1-0.2-0.2-0.3c0-0.1-0.1-0.2-0.2-0.3
c-0.1-0.1-0.1-0.2-0.1-0.3c0-0.1-0.1-0.2-0.1-0.2c0-0.1-0.1-0.1-0.1-0.2c0-0.1-0.1-0.1-0.1-0.2c-0.1-0.1-0.1-0.2-0.1-0.2
s0.1,0,0.2,0c0.1,0,0.1,0,0.2,0.1c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0.1c0.1,0,0.2,0.1,0.2,0.2c0.1,0.1,0.2,0.1,0.2,0.2
c0.1,0.1,0.2,0.2,0.2,0.3c0.1,0.1,0.1,0.2,0.2,0.3c0.1,0.2,0.2,0.4,0.3,0.6c0,0.1,0.1,0.2,0.1,0.3c0,0.1,0,0.2,0,0.3
c0,0.2,0,0.3,0,0.4C147.9,119.5,147.9,119.6,147.9,119.6z"/>
</g>
</g>
<g>
<path d="M187.1,123.5H185v-4.6h-5.6v4.6h-2.1v-11.3h2.1v4.8h5.6v-4.8h2.1V123.5z"/>
<path d="M196.9,120.2h-6.2c0.1,0.5,0.3,0.9,0.7,1.2c0.4,0.3,1,0.5,1.6,0.5c0.4,0,0.8-0.1,1.2-0.2c0.4-0.1,0.7-0.3,0.9-0.5l1.3,1.2
c-0.4,0.4-0.9,0.7-1.5,1c-0.6,0.2-1.3,0.3-1.9,0.3c-1.4,0-2.4-0.4-3.2-1.2c-0.8-0.8-1.2-1.8-1.2-3.1c0-1.2,0.4-2.2,1.2-3
c0.8-0.8,1.8-1.2,3.1-1.2c1.4,0,2.4,0.4,3.1,1.3S197,118.6,196.9,120.2z M190.7,118.6h4.3c-0.1-0.5-0.3-0.9-0.6-1.2
c-0.4-0.3-0.8-0.4-1.4-0.4c-0.5,0-1,0.1-1.4,0.4C191.1,117.7,190.8,118.1,190.7,118.6z"/>
<path d="M206.2,123.5h-2v-4.2c0-0.6-0.2-1.1-0.5-1.5s-0.8-0.6-1.4-0.6c-0.6,0-1.1,0.2-1.5,0.6c-0.4,0.4-0.6,1-0.6,1.6v4.1h-2v-8
h1.8l0.1,1.1c0.8-0.8,1.7-1.2,2.6-1.2c1,0,1.8,0.3,2.4,1s1,1.6,1,2.9V123.5z"/>
<path d="M207.9,115.5h1.8l0.1,0.9c0.3-0.5,0.6-0.8,1-0.9c0.4-0.2,0.8-0.2,1.3-0.2c0.9,0,1.5,0.3,2,0.8l-0.9,1.7
c-0.4-0.3-0.9-0.5-1.4-0.5c-0.6,0-1,0.2-1.4,0.5c-0.4,0.3-0.6,0.8-0.6,1.5v4.2h-2V115.5z"/>
<path d="M221.3,115.5h2.2l-4.9,11.3h-2.2l1.5-3.5l-3.2-7.8h2.3l1.2,3.4l0.8,2.2l0.8-2.2L221.3,115.5z"/>
<path d="M237.9,123.3v0.1h-2.5l-3.3-3.8h-2v3.8h-2.1v-11.3c0.6,0,1.5,0,2.7,0s2.1,0,2.7,0c1.3,0,2.3,0.4,3,1.1
c0.7,0.7,1.1,1.6,1.1,2.6c0,0.9-0.2,1.6-0.7,2.3c-0.5,0.7-1.2,1.1-2.2,1.3L237.9,123.3z M233.3,114.2H230v3.6h3.2
c0.6,0,1.1-0.2,1.4-0.5s0.5-0.8,0.5-1.3c0-0.5-0.2-0.9-0.5-1.3C234.4,114.4,233.9,114.2,233.3,114.2z"/>
<path d="M239.4,116.6c0.8-0.8,1.7-1.2,3-1.2s2.2,0.4,3,1.2c0.8,0.8,1.2,1.8,1.2,3c0,1.2-0.4,2.2-1.1,3c-0.8,0.8-1.8,1.2-3,1.2
s-2.3-0.4-3-1.2c-0.7-0.8-1.1-1.8-1.1-3C238.3,118.3,238.6,117.4,239.4,116.6z M242.4,117.2c-0.7,0-1.2,0.2-1.6,0.7
c-0.4,0.5-0.6,1-0.6,1.7s0.2,1.2,0.6,1.7c0.4,0.5,0.9,0.7,1.6,0.7c0.7,0,1.2-0.2,1.6-0.7c0.4-0.5,0.6-1,0.6-1.7
c0-0.6-0.2-1.2-0.6-1.6C243.6,117.4,243,117.2,242.4,117.2z"/>
<path d="M253.4,115.7l0.8-1l1.5,1.1l-0.9,1.1c0.6,0.6,0.8,1.4,0.8,2.4c0,0.6-0.1,1.2-0.4,1.7c-0.3,0.6-0.7,1-1.3,1.2
c1.1,0.5,1.6,1.4,1.6,2.6c0,1.1-0.4,1.9-1.1,2.6s-1.7,1-2.9,1s-2.1-0.3-2.9-1c-0.8-0.7-1.1-1.5-1.1-2.6h2c0,0.5,0.2,0.9,0.6,1.2
s0.9,0.5,1.5,0.5s1.1-0.2,1.4-0.5s0.6-0.7,0.6-1.3c0-0.5-0.2-0.9-0.6-1.2s-0.9-0.4-1.4-0.4c-1.2,0-2.2-0.4-3-1.1
c-0.7-0.7-1.1-1.7-1.1-2.9c0-1.2,0.4-2.2,1.2-2.9c0.8-0.7,1.7-1.1,2.9-1.1C252.3,115.3,252.9,115.4,253.4,115.7z M251.5,117.1
c-0.6,0-1.1,0.2-1.5,0.6c-0.4,0.4-0.6,1-0.6,1.6s0.2,1.2,0.6,1.6c0.4,0.4,0.9,0.6,1.5,0.6c0.6,0,1.1-0.2,1.5-0.6
c0.4-0.4,0.6-0.9,0.6-1.6s-0.2-1.2-0.6-1.6C252.6,117.3,252.1,117.1,251.5,117.1z"/>
<path d="M264.7,120.2h-6.2c0.1,0.5,0.3,0.9,0.7,1.2c0.4,0.3,1,0.5,1.6,0.5c0.4,0,0.8-0.1,1.2-0.2c0.4-0.1,0.7-0.3,0.9-0.5l1.3,1.2
c-0.4,0.4-0.9,0.7-1.5,1s-1.3,0.3-1.9,0.3c-1.4,0-2.4-0.4-3.2-1.2c-0.8-0.8-1.2-1.8-1.2-3.1c0-1.2,0.4-2.2,1.2-3
c0.8-0.8,1.8-1.2,3.1-1.2c1.4,0,2.4,0.4,3.1,1.3C264.6,117.4,264.9,118.6,264.7,120.2z M258.5,118.6h4.3c-0.1-0.5-0.3-0.9-0.6-1.2
c-0.4-0.3-0.8-0.4-1.4-0.4c-0.5,0-1,0.1-1.4,0.4C258.9,117.7,258.7,118.1,258.5,118.6z"/>
<path d="M266.2,115.5h1.8l0.1,0.9c0.3-0.5,0.6-0.8,1-0.9c0.4-0.2,0.8-0.2,1.3-0.2c0.9,0,1.5,0.3,2,0.8l-0.9,1.7
c-0.4-0.3-0.9-0.5-1.4-0.5c-0.6,0-1,0.2-1.4,0.5c-0.4,0.3-0.6,0.8-0.6,1.5v4.2h-2V115.5z"/>
<path d="M279.5,116.4l-1.1,1.3c-0.5-0.5-1.2-0.7-2-0.7c-1,0-1.5,0.3-1.5,0.8c0,0.5,0.5,0.8,1.5,0.9c0.4,0,0.7,0.1,0.9,0.1
s0.6,0.1,0.9,0.2c0.3,0.1,0.6,0.3,0.8,0.4c0.2,0.2,0.4,0.4,0.5,0.7c0.1,0.3,0.2,0.7,0.2,1.1c0,0.7-0.3,1.4-0.9,1.9
c-0.6,0.5-1.4,0.8-2.5,0.8c-0.7,0-1.4-0.1-2-0.3s-1.2-0.6-1.7-1.1l1-1.4c0.3,0.3,0.7,0.6,1.2,0.8c0.5,0.2,1.1,0.3,1.5,0.3
c0.4,0,0.7-0.1,1-0.3c0.3-0.2,0.4-0.4,0.4-0.7c0-0.3-0.1-0.5-0.4-0.6c-0.2-0.1-0.6-0.2-1.2-0.2c-0.4,0-0.8-0.1-1.2-0.2
c-0.4-0.1-0.7-0.2-1-0.4c-0.3-0.2-0.6-0.4-0.8-0.8c-0.2-0.3-0.3-0.7-0.3-1.1c0-0.4,0.1-0.8,0.3-1.2c0.2-0.3,0.5-0.6,0.8-0.8
s0.7-0.3,1.1-0.4c0.4-0.1,0.8-0.1,1.1-0.1C277.7,115.3,278.7,115.7,279.5,116.4z"/>
</g>
<g>
<path class="st7" d="M177.2,138.5c0.4,0.2,1,0.5,1.6,0.5c0.9,0,1.3-0.4,1.3-1c0-0.6-0.4-0.9-1.2-1.2c-1.2-0.4-1.8-1.1-1.8-1.9
c0-1.1,0.9-1.9,2.3-1.9c0.7,0,1.3,0.2,1.6,0.4l-0.3,0.9c-0.3-0.2-0.7-0.4-1.4-0.4c-0.7,0-1.1,0.4-1.1,0.9c0,0.5,0.4,0.8,1.3,1.1
c1.1,0.4,1.7,1,1.7,2c0,1.2-0.9,2-2.5,2c-0.7,0-1.4-0.2-1.9-0.5L177.2,138.5z"/>
<path class="st7" d="M182.8,130h1.2v4.1h0c0.2-0.3,0.5-0.6,0.9-0.9c0.4-0.2,0.8-0.3,1.2-0.3c0.9,0,2.3,0.5,2.3,2.8v4h-1.2v-3.8
c0-1.1-0.4-2-1.5-2c-0.8,0-1.4,0.6-1.6,1.2c-0.1,0.2-0.1,0.4-0.1,0.6v4h-1.2V130z"/>
<path class="st7" d="M194.1,139.8l-0.1-0.8h0c-0.4,0.5-1.1,1-2,1c-1.3,0-2-1-2-1.9c0-1.6,1.4-2.5,4-2.5v-0.1
c0-0.5-0.2-1.5-1.5-1.5c-0.6,0-1.3,0.2-1.7,0.5l-0.3-0.8c0.5-0.4,1.4-0.6,2.2-0.6c2,0,2.5,1.4,2.5,2.7v2.5c0,0.6,0,1.1,0.1,1.6
H194.1z M193.9,136.4c-1.3,0-2.8,0.2-2.8,1.5c0,0.8,0.5,1.2,1.1,1.2c0.9,0,1.4-0.6,1.6-1.1c0-0.1,0.1-0.3,0.1-0.4V136.4z"/>
<path class="st7" d="M197,135.2c0-0.8,0-1.5-0.1-2.1h1.1l0,1.3h0c0.3-0.9,1-1.5,1.8-1.5c0.1,0,0.2,0,0.3,0v1.1c-0.1,0-0.2,0-0.4,0
c-0.9,0-1.5,0.6-1.6,1.5c0,0.2,0,0.4,0,0.6v3.5H197V135.2z"/>
<path class="st7" d="M202.1,136.7c0,1.6,1.1,2.3,2.3,2.3c0.9,0,1.4-0.2,1.8-0.3l0.2,0.9c-0.4,0.2-1.2,0.4-2.2,0.4
c-2,0-3.3-1.4-3.3-3.4c0-2,1.2-3.6,3.1-3.6c2.2,0,2.7,1.9,2.7,3.1c0,0.3,0,0.4,0,0.6H202.1z M205.6,135.8c0-0.8-0.3-2-1.7-2
c-1.2,0-1.8,1.1-1.9,2H205.6z"/>
<path class="st7" d="M214,130v8c0,0.6,0,1.3,0.1,1.7H213l-0.1-1.1h0c-0.4,0.7-1.2,1.3-2.3,1.3c-1.6,0-2.9-1.4-2.9-3.4
c0-2.2,1.4-3.6,3-3.6c1,0,1.7,0.5,2,1h0v-4H214z M212.8,135.8c0-0.2,0-0.4-0.1-0.5c-0.2-0.8-0.8-1.4-1.7-1.4c-1.3,0-2,1.1-2,2.6
c0,1.3,0.7,2.5,2,2.5c0.8,0,1.5-0.5,1.8-1.5c0-0.2,0.1-0.3,0.1-0.5V135.8z"/>
<path class="st7" d="M222.6,139.8l-0.1-0.8h0c-0.4,0.5-1.1,1-2,1c-1.3,0-2-1-2-1.9c0-1.6,1.4-2.5,4-2.5v-0.1
c0-0.5-0.2-1.5-1.5-1.5c-0.6,0-1.3,0.2-1.7,0.5l-0.3-0.8c0.5-0.4,1.4-0.6,2.2-0.6c2,0,2.5,1.4,2.5,2.7v2.5c0,0.6,0,1.1,0.1,1.6
H222.6z M222.4,136.4c-1.3,0-2.8,0.2-2.8,1.5c0,0.8,0.5,1.2,1.1,1.2c0.9,0,1.4-0.6,1.6-1.1c0-0.1,0.1-0.3,0.1-0.4V136.4z"/>
<path class="st7" d="M228.5,134.9c0-0.7,0-1.2-0.1-1.8h1.1l0.1,1.1h0c0.3-0.6,1.1-1.2,2.2-1.2c0.9,0,2.3,0.5,2.3,2.8v4h-1.2v-3.8
c0-1.1-0.4-2-1.5-2c-0.8,0-1.4,0.6-1.6,1.2c-0.1,0.1-0.1,0.4-0.1,0.6v4h-1.2V134.9z"/>
<path class="st7" d="M236.8,136.7c0,1.6,1.1,2.3,2.3,2.3c0.9,0,1.4-0.2,1.8-0.3l0.2,0.9c-0.4,0.2-1.2,0.4-2.2,0.4
c-2,0-3.3-1.4-3.3-3.4c0-2,1.2-3.6,3.1-3.6c2.2,0,2.7,1.9,2.7,3.1c0,0.3,0,0.4,0,0.6H236.8z M240.3,135.8c0-0.8-0.3-2-1.7-2
c-1.2,0-1.8,1.1-1.9,2H240.3z"/>
<path class="st7" d="M243.5,133.1l0.9,3.4c0.2,0.7,0.4,1.4,0.5,2.1h0c0.1-0.7,0.4-1.4,0.6-2.1l1.1-3.4h1l1,3.3
c0.2,0.8,0.4,1.5,0.6,2.2h0c0.1-0.7,0.3-1.4,0.5-2.2l0.9-3.3h1.2l-2.1,6.6h-1.1l-1-3.2c-0.2-0.7-0.4-1.4-0.6-2.2h0
c-0.2,0.8-0.4,1.5-0.6,2.2l-1.1,3.2h-1.1l-2-6.6H243.5z"/>
<path class="st7" d="M261.7,130v8c0,0.6,0,1.3,0.1,1.7h-1.1l-0.1-1.1h0c-0.4,0.7-1.2,1.3-2.3,1.3c-1.6,0-2.9-1.4-2.9-3.4
c0-2.2,1.4-3.6,3-3.6c1,0,1.7,0.5,2,1h0v-4H261.7z M260.5,135.8c0-0.2,0-0.4-0.1-0.5c-0.2-0.8-0.8-1.4-1.7-1.4c-1.3,0-2,1.1-2,2.6
c0,1.3,0.7,2.5,2,2.5c0.8,0,1.5-0.5,1.8-1.5c0-0.2,0.1-0.3,0.1-0.5V135.8z"/>
<path class="st7" d="M269.8,136.4c0,2.5-1.7,3.5-3.3,3.5c-1.8,0-3.2-1.3-3.2-3.4c0-2.2,1.5-3.5,3.3-3.5
C268.5,133,269.8,134.3,269.8,136.4z M264.5,136.4c0,1.5,0.8,2.6,2,2.6c1.2,0,2-1.1,2-2.6c0-1.1-0.6-2.5-2-2.5
C265.1,133.9,264.5,135.2,264.5,136.4z"/>
<path class="st7" d="M276,139.5c-0.3,0.2-1,0.4-1.9,0.4c-2,0-3.3-1.4-3.3-3.4c0-2,1.4-3.5,3.6-3.5c0.7,0,1.4,0.2,1.7,0.4l-0.3,0.9
c-0.3-0.2-0.7-0.3-1.4-0.3c-1.5,0-2.3,1.1-2.3,2.5c0,1.5,1,2.5,2.3,2.5c0.7,0,1.1-0.2,1.5-0.3L276,139.5z"/>
<path class="st7" d="M283,137.9c0,0.7,0,1.3,0.1,1.8H282l-0.1-1.1h0c-0.3,0.5-1,1.2-2.2,1.2c-1,0-2.3-0.6-2.3-2.9v-3.9h1.2v3.7
c0,1.3,0.4,2.1,1.5,2.1c0.8,0,1.4-0.6,1.6-1.1c0.1-0.2,0.1-0.4,0.1-0.6v-4.1h1.2V137.9z"/>
<path class="st7" d="M285,134.9c0-0.7,0-1.2-0.1-1.8h1l0.1,1.1h0c0.4-0.6,1-1.2,2.1-1.2c0.9,0,1.6,0.5,1.9,1.3h0
c0.2-0.4,0.5-0.7,0.7-0.9c0.4-0.3,0.8-0.5,1.5-0.5c0.9,0,2.2,0.6,2.2,2.9v3.9h-1.2V136c0-1.3-0.5-2-1.4-2c-0.7,0-1.2,0.5-1.4,1.1
c-0.1,0.2-0.1,0.4-0.1,0.6v4.1h-1.2v-4c0-1.1-0.5-1.8-1.4-1.8c-0.8,0-1.3,0.6-1.5,1.2c-0.1,0.2-0.1,0.4-0.1,0.6v4H285V134.9z"/>
<path class="st7" d="M297.2,136.7c0,1.6,1.1,2.3,2.3,2.3c0.9,0,1.4-0.2,1.8-0.3l0.2,0.9c-0.4,0.2-1.2,0.4-2.2,0.4
c-2,0-3.3-1.4-3.3-3.4c0-2,1.2-3.6,3.1-3.6c2.2,0,2.7,1.9,2.7,3.1c0,0.3,0,0.4,0,0.6H297.2z M300.7,135.8c0-0.8-0.3-2-1.7-2
c-1.2,0-1.8,1.1-1.9,2H300.7z"/>
<path class="st7" d="M303.4,134.9c0-0.7,0-1.2-0.1-1.8h1.1l0.1,1.1h0c0.3-0.6,1.1-1.2,2.2-1.2c0.9,0,2.3,0.5,2.3,2.8v4h-1.2v-3.8
c0-1.1-0.4-2-1.5-2c-0.8,0-1.4,0.6-1.6,1.2c0,0.1-0.1,0.4-0.1,0.6v4h-1.2V134.9z"/>
<path class="st7" d="M312.4,131.2v1.9h1.7v0.9h-1.7v3.6c0,0.8,0.2,1.3,0.9,1.3c0.3,0,0.5,0,0.7-0.1l0.1,0.9
c-0.2,0.1-0.6,0.2-1.1,0.2c-0.6,0-1-0.2-1.3-0.5c-0.3-0.4-0.5-1-0.5-1.7V134h-1v-0.9h1v-1.6L312.4,131.2z"/>
</g>
<g>
<path class="st8" d="M177,155.3c0.2,0.1,0.8,0.4,1.4,0.4c1.1,0,1.4-0.7,1.4-1.2c0-0.9-0.8-1.2-1.6-1.2h-0.5v-0.6h0.5
c0.6,0,1.4-0.3,1.4-1c0-0.5-0.3-0.9-1.1-0.9c-0.5,0-1,0.2-1.2,0.4l-0.2-0.6c0.3-0.2,1-0.5,1.6-0.5c1.2,0,1.8,0.7,1.8,1.5
c0,0.6-0.4,1.2-1.1,1.5v0c0.8,0.1,1.4,0.7,1.4,1.6c0,1-0.8,1.9-2.3,1.9c-0.7,0-1.3-0.2-1.6-0.4L177,155.3z"/>
<path class="st8" d="M185.8,153.1c0,2.1-0.8,3.3-2.1,3.3c-1.2,0-2-1.1-2-3.2c0-2.1,0.9-3.2,2.2-3.2
C185,149.9,185.8,151.1,185.8,153.1z M182.4,153.1c0,1.6,0.5,2.5,1.3,2.5c0.9,0,1.3-1,1.3-2.6c0-1.5-0.4-2.5-1.3-2.5
C182.9,150.6,182.4,151.5,182.4,153.1z"/>
<path class="st8" d="M188.8,152.9c0-0.5,0-0.9,0-1.2h0.7l0,0.7h0c0.3-0.4,0.7-0.8,1.5-0.8c0.6,0,1.1,0.4,1.3,0.9h0
c0.1-0.3,0.3-0.5,0.5-0.6c0.3-0.2,0.6-0.3,1-0.3c0.6,0,1.5,0.4,1.5,2v2.7h-0.8v-2.6c0-0.9-0.3-1.4-1-1.4c-0.5,0-0.8,0.3-1,0.8
c0,0.1-0.1,0.3-0.1,0.4v2.8h-0.8v-2.8c0-0.7-0.3-1.3-1-1.3c-0.5,0-0.9,0.4-1,0.8c0,0.1-0.1,0.3-0.1,0.4v2.8h-0.8V152.9z"/>
<path class="st8" d="M197.7,150.3c0,0.3-0.2,0.5-0.5,0.5c-0.3,0-0.5-0.2-0.5-0.5c0-0.3,0.2-0.5,0.5-0.5
C197.5,149.8,197.7,150,197.7,150.3z M196.7,156.2v-4.6h0.8v4.6H196.7z"/>
<path class="st8" d="M199,152.9c0-0.5,0-0.9,0-1.2h0.7l0,0.8h0c0.2-0.4,0.8-0.9,1.5-0.9c0.6,0,1.6,0.4,1.6,2v2.7H202v-2.7
c0-0.7-0.3-1.4-1.1-1.4c-0.5,0-1,0.4-1.1,0.9c0,0.1-0.1,0.3-0.1,0.4v2.8H199V152.9z"/>
<path class="st8" d="M208.1,154.9c0,0.5,0,0.9,0,1.3h-0.7l0-0.8h0c-0.2,0.4-0.7,0.9-1.5,0.9c-0.7,0-1.6-0.4-1.6-2v-2.7h0.8v2.5
c0,0.9,0.3,1.5,1,1.5c0.6,0,1-0.4,1.1-0.8c0-0.1,0.1-0.3,0.1-0.4v-2.8h0.8V154.9z"/>
<path class="st8" d="M210.5,150.3v1.3h1.2v0.6h-1.2v2.5c0,0.6,0.2,0.9,0.6,0.9c0.2,0,0.4,0,0.5-0.1l0,0.6
c-0.2,0.1-0.4,0.1-0.7,0.1c-0.4,0-0.7-0.1-0.9-0.4c-0.2-0.3-0.3-0.7-0.3-1.2v-2.5h-0.7v-0.6h0.7v-1.1L210.5,150.3z"/>
<path class="st8" d="M213,154.1c0,1.1,0.7,1.6,1.6,1.6c0.6,0,1-0.1,1.3-0.2l0.1,0.6c-0.3,0.1-0.8,0.3-1.5,0.3
c-1.4,0-2.3-0.9-2.3-2.3c0-1.4,0.8-2.5,2.2-2.5c1.5,0,1.9,1.3,1.9,2.2c0,0.2,0,0.3,0,0.4H213z M215.5,153.5c0-0.5-0.2-1.4-1.2-1.4
c-0.9,0-1.2,0.8-1.3,1.4H215.5z"/>
<path class="st8" d="M217.2,155.4c0.3,0.2,0.7,0.3,1.1,0.3c0.6,0,0.9-0.3,0.9-0.7c0-0.4-0.2-0.6-0.9-0.8c-0.8-0.3-1.2-0.8-1.2-1.3
c0-0.7,0.6-1.3,1.6-1.3c0.5,0,0.9,0.1,1.1,0.3l-0.2,0.6c-0.2-0.1-0.5-0.3-0.9-0.3c-0.5,0-0.8,0.3-0.8,0.6c0,0.4,0.3,0.6,0.9,0.8
c0.8,0.3,1.2,0.7,1.2,1.4c0,0.8-0.6,1.4-1.7,1.4c-0.5,0-1-0.1-1.3-0.3L217.2,155.4z"/>
<path class="st8" d="M225.6,156.2l-0.1-0.6h0c-0.3,0.4-0.7,0.7-1.4,0.7c-0.9,0-1.4-0.7-1.4-1.3c0-1.1,1-1.7,2.8-1.7v-0.1
c0-0.4-0.1-1.1-1-1.1c-0.4,0-0.9,0.1-1.2,0.3l-0.2-0.6c0.4-0.2,0.9-0.4,1.5-0.4c1.4,0,1.7,1,1.7,1.9v1.7c0,0.4,0,0.8,0.1,1.1
H225.6z M225.5,153.9c-0.9,0-1.9,0.1-1.9,1c0,0.5,0.4,0.8,0.8,0.8c0.6,0,1-0.4,1.1-0.8c0-0.1,0-0.2,0-0.3V153.9z"/>
<path class="st8" d="M231.6,151.6c0,0.3,0,0.7,0,1.3v2.7c0,1.1-0.2,1.7-0.7,2.1c-0.5,0.4-1.1,0.6-1.7,0.6c-0.6,0-1.2-0.1-1.5-0.4
l0.2-0.6c0.3,0.2,0.8,0.4,1.4,0.4c0.9,0,1.5-0.4,1.5-1.6v-0.5h0c-0.3,0.4-0.8,0.8-1.5,0.8c-1.1,0-2-1-2-2.2c0-1.6,1-2.4,2.1-2.4
c0.8,0,1.2,0.4,1.4,0.8h0l0-0.7H231.6z M230.8,153.4c0-0.1,0-0.3,0-0.4c-0.2-0.5-0.6-0.9-1.2-0.9c-0.8,0-1.4,0.7-1.4,1.7
c0,0.9,0.5,1.7,1.4,1.7c0.5,0,1-0.3,1.2-0.9c0-0.1,0.1-0.3,0.1-0.4V153.4z"/>
<path class="st8" d="M237.1,153.9c0,1.7-1.2,2.4-2.3,2.4c-1.2,0-2.2-0.9-2.2-2.4c0-1.5,1-2.4,2.3-2.4
C236.2,151.5,237.1,152.5,237.1,153.9z M233.5,153.9c0,1,0.6,1.8,1.4,1.8c0.8,0,1.4-0.7,1.4-1.8c0-0.8-0.4-1.8-1.4-1.8
C233.9,152.1,233.5,153,233.5,153.9z"/>
</g>
<line class="st9" x1="107.5" y1="187" x2="391.5" y2="187"/>
<circle class="st9" cx="361" cy="132.5" r="9"/>
<g>
<image style="overflow:visible;opacity:0.12;" width="109" height="108" xlink:href="B057E2D7.png" transform="matrix(1 0 0 1 85 195)">
</image>
<g>
<circle class="st1" cx="137.5" cy="242" r="29.5"/>
<path class="st2" d="M137.5,213c16,0,29,13,29,29s-13,29-29,29s-29-13-29-29S121.5,213,137.5,213 M137.5,212
c-16.6,0-30,13.4-30,30s13.4,30,30,30s30-13.4,30-30S154.1,212,137.5,212L137.5,212z"/>
</g>
</g>
<g>
<path d="M187.1,237.5H185v-4.6h-5.6v4.6h-2.1v-11.3h2.1v4.8h5.6v-4.8h2.1V237.5z"/>
<path d="M196.9,234.2h-6.2c0.1,0.5,0.3,0.9,0.7,1.2c0.4,0.3,1,0.5,1.6,0.5c0.4,0,0.8-0.1,1.2-0.2c0.4-0.1,0.7-0.3,0.9-0.5l1.3,1.2
c-0.4,0.4-0.9,0.7-1.5,1c-0.6,0.2-1.3,0.3-1.9,0.3c-1.4,0-2.4-0.4-3.2-1.2c-0.8-0.8-1.2-1.8-1.2-3.1c0-1.2,0.4-2.2,1.2-3
c0.8-0.8,1.8-1.2,3.1-1.2c1.4,0,2.4,0.4,3.1,1.3S197,232.6,196.9,234.2z M190.7,232.6h4.3c-0.1-0.5-0.3-0.9-0.6-1.2
c-0.4-0.3-0.8-0.4-1.4-0.4c-0.5,0-1,0.1-1.4,0.4C191.1,231.7,190.8,232.1,190.7,232.6z"/>
<path d="M198.4,226.2h2v11.3h-2V226.2z"/>
<path d="M210,234.2h-6.2c0.1,0.5,0.3,0.9,0.7,1.2c0.4,0.3,1,0.5,1.6,0.5c0.4,0,0.8-0.1,1.2-0.2c0.4-0.1,0.7-0.3,0.9-0.5l1.3,1.2
c-0.4,0.4-0.9,0.7-1.5,1c-0.6,0.2-1.3,0.3-1.9,0.3c-1.4,0-2.4-0.4-3.2-1.2c-0.8-0.8-1.2-1.8-1.2-3.1c0-1.2,0.4-2.2,1.2-3
c0.8-0.8,1.8-1.2,3.1-1.2c1.4,0,2.4,0.4,3.1,1.3S210.1,232.6,210,234.2z M203.8,232.6h4.3c-0.1-0.5-0.3-0.9-0.6-1.2
c-0.4-0.3-0.8-0.4-1.4-0.4c-0.5,0-1,0.1-1.4,0.4C204.2,231.7,203.9,232.1,203.8,232.6z"/>
<path d="M219.3,237.5h-2v-4.2c0-0.6-0.2-1.1-0.5-1.5s-0.8-0.6-1.4-0.6c-0.6,0-1.1,0.2-1.5,0.6c-0.4,0.4-0.6,1-0.6,1.6v4.1h-2v-8
h1.8l0.1,1.1c0.8-0.8,1.7-1.2,2.6-1.2c1,0,1.8,0.3,2.4,1s1,1.6,1,2.9V237.5z"/>
<path d="M234.3,237.5v-8.2l-3.7,4.9h-0.4l-3.6-4.9v8.2h-2.1v-11.3h2.5l3.5,4.9l3.5-4.9h2.4v11.3H234.3z"/>
<path d="M238.4,228.1c-0.2-0.2-0.4-0.5-0.4-0.9s0.1-0.7,0.4-0.9c0.2-0.2,0.5-0.3,0.8-0.3c0.3,0,0.6,0.1,0.8,0.3
c0.2,0.2,0.4,0.5,0.4,0.9s-0.1,0.7-0.4,0.9c-0.2,0.2-0.5,0.3-0.8,0.3C238.9,228.5,238.7,228.3,238.4,228.1z M240.2,229.5h-2v8h2
V229.5z"/>
<path d="M242,226.2h2v11.3h-2V226.2z"/>
<path d="M245.7,226.2h2v11.3h-2V226.2z"/>
<path d="M257.2,234.2H251c0.1,0.5,0.3,0.9,0.7,1.2c0.4,0.3,1,0.5,1.6,0.5c0.4,0,0.8-0.1,1.2-0.2c0.4-0.1,0.7-0.3,0.9-0.5l1.3,1.2
c-0.4,0.4-0.9,0.7-1.5,1s-1.3,0.3-1.9,0.3c-1.4,0-2.4-0.4-3.2-1.2c-0.8-0.8-1.2-1.8-1.2-3.1c0-1.2,0.4-2.2,1.2-3
c0.8-0.8,1.8-1.2,3.1-1.2c1.4,0,2.4,0.4,3.1,1.3C257.1,231.4,257.4,232.6,257.2,234.2z M251.1,232.6h4.3c-0.1-0.5-0.3-0.9-0.6-1.2
c-0.4-0.3-0.8-0.4-1.4-0.4c-0.5,0-1,0.1-1.4,0.4C251.5,231.7,251.2,232.1,251.1,232.6z"/>
<path d="M258.8,229.5h1.8l0.1,0.9c0.3-0.5,0.6-0.8,1-0.9c0.4-0.2,0.8-0.2,1.3-0.2c0.9,0,1.5,0.3,2,0.8l-0.9,1.7
c-0.4-0.3-0.9-0.5-1.4-0.5c-0.6,0-1,0.2-1.4,0.5c-0.4,0.3-0.6,0.8-0.6,1.5v4.2h-2V229.5z"/>
</g>
<g>
<path class="st7" d="M177.4,244h1.2v9.8h-1.2V244z"/>
<path class="st7" d="M182,245.2c0,0.4-0.3,0.8-0.8,0.8c-0.4,0-0.7-0.3-0.7-0.8c0-0.4,0.3-0.8,0.8-0.8
C181.7,244.5,182,244.8,182,245.2z M180.6,253.8v-6.6h1.2v6.6H180.6z"/>
<path class="st7" d="M185,250.2L185,250.2c0.2-0.2,0.4-0.5,0.6-0.8l2-2.3h1.5l-2.6,2.7l2.9,3.9h-1.5l-2.3-3.2l-0.6,0.7v2.5h-1.2
V244h1.2V250.2z"/>
<path class="st7" d="M191,250.7c0,1.6,1.1,2.3,2.3,2.3c0.9,0,1.4-0.2,1.8-0.3l0.2,0.9c-0.4,0.2-1.2,0.4-2.2,0.4
c-2,0-3.3-1.4-3.3-3.4c0-2,1.2-3.6,3.1-3.6c2.2,0,2.7,1.9,2.7,3.1c0,0.3,0,0.4,0,0.6H191z M194.5,249.8c0-0.8-0.3-2-1.7-2
c-1.2,0-1.8,1.1-1.9,2H194.5z"/>
<path class="st7" d="M202.9,244v8c0,0.6,0,1.3,0.1,1.7h-1.1l-0.1-1.1h0c-0.4,0.7-1.2,1.3-2.3,1.3c-1.6,0-2.9-1.4-2.9-3.4
c0-2.2,1.4-3.6,3-3.6c1,0,1.7,0.5,2,1h0v-4H202.9z M201.7,249.8c0-0.2,0-0.4-0.1-0.5c-0.2-0.8-0.8-1.4-1.7-1.4c-1.3,0-2,1.1-2,2.6
c0,1.3,0.7,2.5,2,2.5c0.8,0,1.5-0.5,1.8-1.5c0-0.2,0.1-0.3,0.1-0.5V249.8z"/>
<path class="st7" d="M208.3,247.1l1.5,3.9c0.2,0.4,0.3,1,0.4,1.4h0c0.1-0.4,0.3-0.9,0.4-1.4l1.3-3.9h1.3l-1.8,4.7
c-0.9,2.3-1.5,3.4-2.3,4.2c-0.6,0.5-1.2,0.7-1.5,0.8l-0.3-1c0.3-0.1,0.7-0.3,1.1-0.6c0.3-0.3,0.7-0.7,1-1.3
c0.1-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.2-0.1-0.3l-2.4-6.1H208.3z"/>
<path class="st7" d="M220.2,250.4c0,2.5-1.7,3.5-3.3,3.5c-1.8,0-3.2-1.3-3.2-3.4c0-2.2,1.5-3.5,3.3-3.5
C218.9,247,220.2,248.3,220.2,250.4z M214.9,250.4c0,1.5,0.8,2.6,2,2.6c1.2,0,2-1.1,2-2.6c0-1.1-0.6-2.5-2-2.5
C215.5,247.9,214.9,249.2,214.9,250.4z"/>
<path class="st7" d="M227.2,251.9c0,0.7,0,1.3,0.1,1.8h-1.1l-0.1-1.1h0c-0.3,0.5-1,1.2-2.2,1.2c-1,0-2.3-0.6-2.3-2.9v-3.9h1.2v3.7
c0,1.3,0.4,2.1,1.5,2.1c0.8,0,1.4-0.6,1.6-1.1c0.1-0.2,0.1-0.4,0.1-0.6v-4.1h1.2V251.9z"/>
<path class="st7" d="M229.3,249.2c0-0.8,0-1.5-0.1-2.1h1.1l0,1.3h0c0.3-0.9,1-1.5,1.8-1.5c0.1,0,0.2,0,0.3,0v1.1
c-0.1,0-0.2,0-0.4,0c-0.9,0-1.5,0.6-1.6,1.5c0,0.2,0,0.4,0,0.6v3.5h-1.2V249.2z"/>
<path class="st7" d="M236.7,244h1.2v9.8h-1.2V244z"/>
<path class="st7" d="M243.6,253.8l-0.1-0.8h0c-0.4,0.5-1.1,1-2,1c-1.3,0-2-1-2-1.9c0-1.6,1.4-2.5,4-2.5v-0.1
c0-0.5-0.2-1.5-1.5-1.5c-0.6,0-1.3,0.2-1.7,0.5l-0.3-0.8c0.5-0.4,1.4-0.6,2.2-0.6c2,0,2.5,1.4,2.5,2.7v2.5c0,0.6,0,1.1,0.1,1.6
H243.6z M243.4,250.4c-1.3,0-2.8,0.2-2.8,1.5c0,0.8,0.5,1.2,1.1,1.2c0.9,0,1.4-0.6,1.6-1.1c0-0.1,0.1-0.3,0.1-0.4V250.4z"/>
<path class="st7" d="M246.4,252.5c0.4,0.2,1,0.5,1.6,0.5c0.9,0,1.3-0.4,1.3-1c0-0.6-0.4-0.9-1.2-1.2c-1.2-0.4-1.8-1.1-1.8-1.9
c0-1.1,0.9-1.9,2.3-1.9c0.7,0,1.3,0.2,1.6,0.4l-0.3,0.9c-0.3-0.2-0.7-0.4-1.4-0.4c-0.7,0-1.1,0.4-1.1,0.9c0,0.5,0.4,0.8,1.3,1.1
c1.1,0.4,1.7,1,1.7,2c0,1.2-0.9,2-2.5,2c-0.7,0-1.4-0.2-1.9-0.5L246.4,252.5z"/>
<path class="st7" d="M253.4,245.2v1.9h1.7v0.9h-1.7v3.6c0,0.8,0.2,1.3,0.9,1.3c0.3,0,0.5,0,0.7-0.1l0.1,0.9
c-0.2,0.1-0.6,0.2-1.1,0.2c-0.6,0-1-0.2-1.3-0.5c-0.3-0.4-0.5-1-0.5-1.7V248h-1v-0.9h1v-1.6L253.4,245.2z"/>
<path class="st7" d="M259.4,249.3c0-0.8,0-1.5-0.1-2.2h1.1l0.1,1.1h0c0.5-0.8,1.3-1.3,2.4-1.3c1.6,0,2.8,1.4,2.8,3.4
c0,2.4-1.5,3.6-3,3.6c-0.9,0-1.7-0.4-2-1h0v3.6h-1.2V249.3z M260.6,251.1c0,0.2,0,0.3,0.1,0.5c0.2,0.8,0.9,1.4,1.8,1.4
c1.3,0,2-1,2-2.6c0-1.3-0.7-2.5-2-2.5c-0.8,0-1.6,0.6-1.8,1.5c0,0.2-0.1,0.3-0.1,0.5V251.1z"/>
<path class="st7" d="M273.3,250.4c0,2.5-1.7,3.5-3.3,3.5c-1.8,0-3.2-1.3-3.2-3.4c0-2.2,1.5-3.5,3.3-3.5
C272,247,273.3,248.3,273.3,250.4z M268,250.4c0,1.5,0.8,2.6,2,2.6c1.2,0,2-1.1,2-2.6c0-1.1-0.6-2.5-2-2.5
C268.6,247.9,268,249.2,268,250.4z"/>
<path class="st7" d="M274.6,252.5c0.4,0.2,1,0.5,1.6,0.5c0.9,0,1.3-0.4,1.3-1c0-0.6-0.4-0.9-1.2-1.2c-1.2-0.4-1.8-1.1-1.8-1.9
c0-1.1,0.9-1.9,2.3-1.9c0.7,0,1.3,0.2,1.6,0.4l-0.3,0.9c-0.3-0.2-0.7-0.4-1.4-0.4c-0.7,0-1.1,0.4-1.1,0.9c0,0.5,0.4,0.8,1.3,1.1
c1.1,0.4,1.7,1,1.7,2c0,1.2-0.9,2-2.5,2c-0.7,0-1.4-0.2-1.9-0.5L274.6,252.5z"/>
<path class="st7" d="M281.7,245.2v1.9h1.7v0.9h-1.7v3.6c0,0.8,0.2,1.3,0.9,1.3c0.3,0,0.5,0,0.7-0.1l0.1,0.9
c-0.2,0.1-0.6,0.2-1.1,0.2c-0.6,0-1-0.2-1.3-0.5c-0.3-0.4-0.5-1-0.5-1.7V248h-1v-0.9h1v-1.6L281.7,245.2z"/>
</g>
<g>
<path class="st8" d="M178.6,264.8L178.6,264.8l-1.1,0.6l-0.2-0.6l1.3-0.7h0.7v6.2h-0.8V264.8z"/>
<path class="st8" d="M183.9,263.5h0.8v2.9h0c0.1-0.2,0.3-0.4,0.6-0.6c0.2-0.1,0.5-0.2,0.9-0.2c0.6,0,1.6,0.4,1.6,2v2.7H187v-2.6
c0-0.7-0.3-1.4-1.1-1.4c-0.5,0-1,0.4-1.1,0.8c0,0.1-0.1,0.2-0.1,0.4v2.8h-0.8V263.5z"/>
<path class="st8" d="M193.4,267.9c0,1.7-1.2,2.4-2.3,2.4c-1.2,0-2.2-0.9-2.2-2.4c0-1.5,1-2.4,2.3-2.4
C192.5,265.5,193.4,266.5,193.4,267.9z M189.7,267.9c0,1,0.6,1.8,1.4,1.8c0.8,0,1.4-0.7,1.4-1.8c0-0.8-0.4-1.8-1.4-1.8
C190.2,266.1,189.7,267,189.7,267.9z"/>
<path class="st8" d="M198.3,268.9c0,0.5,0,0.9,0,1.3h-0.7l0-0.8h0c-0.2,0.4-0.7,0.9-1.5,0.9c-0.7,0-1.6-0.4-1.6-2v-2.7h0.8v2.5
c0,0.9,0.3,1.5,1,1.5c0.6,0,1-0.4,1.1-0.8c0-0.1,0.1-0.3,0.1-0.4v-2.8h0.8V268.9z"/>
<path class="st8" d="M199.7,267c0-0.5,0-1,0-1.4h0.7l0,0.9h0c0.2-0.6,0.7-1,1.3-1c0.1,0,0.2,0,0.2,0v0.8c-0.1,0-0.2,0-0.3,0
c-0.6,0-1,0.4-1.1,1.1c0,0.1,0,0.3,0,0.4v2.5h-0.8V267z"/>
<path class="st8" d="M207.3,270.2l-0.1-0.6h0c-0.3,0.4-0.7,0.7-1.4,0.7c-0.9,0-1.4-0.7-1.4-1.3c0-1.1,1-1.7,2.8-1.7v-0.1
c0-0.4-0.1-1.1-1-1.1c-0.4,0-0.9,0.1-1.2,0.3l-0.2-0.6c0.4-0.2,0.9-0.4,1.5-0.4c1.4,0,1.7,1,1.7,1.9v1.7c0,0.4,0,0.8,0.1,1.1
H207.3z M207.2,267.9c-0.9,0-1.9,0.1-1.9,1c0,0.5,0.4,0.8,0.8,0.8c0.6,0,1-0.4,1.1-0.8c0-0.1,0-0.2,0-0.3V267.9z"/>
<path class="st8" d="M213.3,265.6c0,0.3,0,0.7,0,1.3v2.7c0,1.1-0.2,1.7-0.7,2.1c-0.5,0.4-1.1,0.6-1.7,0.6c-0.6,0-1.2-0.1-1.5-0.4
l0.2-0.6c0.3,0.2,0.8,0.4,1.4,0.4c0.9,0,1.5-0.4,1.5-1.6v-0.5h0c-0.3,0.4-0.8,0.8-1.5,0.8c-1.1,0-2-1-2-2.3c0-1.6,1-2.4,2.1-2.4
c0.8,0,1.2,0.4,1.4,0.8h0l0-0.7H213.3z M212.5,267.4c0-0.1,0-0.3,0-0.4c-0.2-0.5-0.6-0.9-1.2-0.9c-0.8,0-1.4,0.7-1.4,1.7
c0,0.9,0.5,1.7,1.4,1.7c0.5,0,1-0.3,1.2-0.9c0-0.1,0.1-0.3,0.1-0.4V267.4z"/>
<path class="st8" d="M218.8,267.9c0,1.7-1.2,2.4-2.3,2.4c-1.2,0-2.2-0.9-2.2-2.4c0-1.5,1-2.4,2.3-2.4
C217.9,265.5,218.8,266.5,218.8,267.9z M215.2,267.9c0,1,0.6,1.8,1.4,1.8c0.8,0,1.4-0.7,1.4-1.8c0-0.8-0.4-1.8-1.4-1.8
C215.6,266.1,215.2,267,215.2,267.9z"/>
</g>
<line class="st9" x1="107.5" y1="301" x2="391.5" y2="301"/>
<circle class="st9" cx="361" cy="246.5" r="9"/>
<g>
<image style="overflow:visible;opacity:0.12;" width="109" height="108" xlink:href="B057E2EC.png" transform="matrix(1 0 0 1 85 309)">
</image>
<g>
<circle class="st1" cx="137.5" cy="356" r="29.5"/>
<path class="st2" d="M137.5,327c16,0,29,13,29,29s-13,29-29,29s-29-13-29-29S121.5,327,137.5,327 M137.5,326
c-16.6,0-30,13.4-30,30s13.4,30,30,30s30-13.4,30-30S154.1,326,137.5,326L137.5,326z"/>
</g>
</g>
<g>
<path d="M181.6,340.2c0.9,0,1.8,0.2,2.5,0.5c0.7,0.3,1.3,0.7,1.8,1.3c0.4,0.5,0.8,1.1,1,1.8s0.4,1.3,0.4,2c0,0.7-0.1,1.4-0.3,2.1
c-0.2,0.7-0.6,1.3-1,1.8c-0.4,0.5-1,1-1.8,1.3c-0.7,0.3-1.6,0.5-2.5,0.5h-4.4v-11.3H181.6z M179.3,342.2v7.2h2.3
c1.2,0,2.1-0.4,2.7-1.1c0.6-0.7,0.9-1.6,0.9-2.6c0-1-0.3-1.8-0.9-2.5c-0.6-0.7-1.5-1-2.6-1H179.3z"/>
<path d="M194.9,344.6l0.1-1.1h1.9v8H195l-0.1-1.2c-0.2,0.4-0.6,0.8-1.1,1c-0.5,0.2-1,0.4-1.5,0.4c-1.2,0-2.2-0.4-3-1.1
c-0.8-0.7-1.1-1.8-1.1-3.1c0-1.3,0.4-2.4,1.2-3.1c0.8-0.7,1.8-1.1,3-1.1c0.5,0,1,0.1,1.5,0.4C194.4,343.9,194.7,344.2,194.9,344.6
z M192.6,345.1c-0.7,0-1.2,0.2-1.7,0.6c-0.4,0.4-0.7,1-0.7,1.8s0.2,1.3,0.7,1.8c0.4,0.4,1,0.7,1.7,0.7c0.6,0,1.1-0.2,1.5-0.5
c0.4-0.3,0.7-0.7,0.7-1.2c0.1-0.5,0.1-0.9,0-1.4c-0.1-0.5-0.3-0.9-0.7-1.2C193.7,345.3,193.2,345.1,192.6,345.1z"/>
<path d="M206.4,351.5h-2v-4.2c0-0.6-0.2-1.1-0.5-1.5c-0.3-0.4-0.8-0.6-1.4-0.6c-0.6,0-1.1,0.2-1.5,0.6c-0.4,0.4-0.6,1-0.6,1.6v4.1
h-2v-8h1.8l0.1,1.1c0.8-0.8,1.7-1.2,2.6-1.2c1,0,1.8,0.3,2.4,1c0.6,0.7,1,1.6,1,2.9V351.5z"/>
<path d="M216.8,340.2c1.2,0,2.1,0.3,2.8,0.8c0.7,0.5,1.1,1.4,1.1,2.5c0,1-0.5,1.7-1.5,2.2c0.6,0.2,1,0.5,1.3,1.1s0.5,1,0.5,1.5
c0,2.2-1.4,3.3-4.2,3.3h-5.4v-11.3H216.8z M213.5,342.1v2.6h3.3c1.2,0,1.8-0.4,1.8-1.2c0-0.3-0.1-0.6-0.4-0.9
c-0.3-0.3-0.7-0.4-1.3-0.4H213.5z M213.5,346.6v2.9h3.3c0.3,0,0.6,0,0.9-0.1s0.6-0.2,0.8-0.4c0.2-0.2,0.4-0.5,0.4-0.8
c0-0.5-0.2-0.8-0.7-1.1c-0.5-0.3-0.9-0.4-1.4-0.4H213.5z"/>
<path d="M228.6,344.6l0.1-1.1h1.9v8h-1.9l-0.1-1.2c-0.2,0.4-0.6,0.8-1.1,1c-0.5,0.2-1,0.4-1.5,0.4c-1.2,0-2.2-0.4-3-1.1
c-0.8-0.7-1.1-1.8-1.1-3.1c0-1.3,0.4-2.4,1.2-3.1c0.8-0.7,1.8-1.1,3-1.1c0.5,0,1,0.1,1.5,0.4C228,343.9,228.4,344.2,228.6,344.6z
M226.2,345.1c-0.7,0-1.2,0.2-1.7,0.6c-0.4,0.4-0.7,1-0.7,1.8s0.2,1.3,0.7,1.8c0.4,0.4,1,0.7,1.7,0.7c0.6,0,1.1-0.2,1.5-0.5
c0.4-0.3,0.7-0.7,0.7-1.2c0.1-0.5,0.1-0.9,0-1.4c-0.1-0.5-0.3-0.9-0.7-1.2C227.3,345.3,226.8,345.1,226.2,345.1z"/>
<path d="M235.7,346.2l1.6-2.7h2.4v0.1l-2.6,3.9l2.8,4v0h-2.4l-1.7-2.7l-1.7,2.7h-2.4v0l2.8-4l-2.6-3.9v-0.1h2.4L235.7,346.2z"/>
<path d="M241.6,341.5l2-0.2v2.3h2.2v1.7h-2.2v3.4c0,0.4,0.1,0.6,0.3,0.8s0.4,0.3,0.8,0.3c0.3,0,0.6-0.1,1-0.2l0.5,1.7
c-0.5,0.2-1.1,0.3-1.6,0.3c-0.9,0-1.6-0.2-2.1-0.7s-0.8-1.2-0.8-2.2v-3.4h-1.5v-1.7h1.5V341.5z"/>
<path d="M255.1,348.2h-6.2c0.1,0.5,0.3,0.9,0.7,1.2c0.4,0.3,1,0.5,1.6,0.5c0.4,0,0.8-0.1,1.2-0.2c0.4-0.1,0.7-0.3,0.9-0.5l1.3,1.2
c-0.4,0.4-0.9,0.7-1.5,1s-1.3,0.3-1.9,0.3c-1.4,0-2.4-0.4-3.2-1.2c-0.8-0.8-1.2-1.8-1.2-3.1c0-1.2,0.4-2.2,1.2-3s1.8-1.2,3.1-1.2
c1.4,0,2.4,0.4,3.1,1.3C255,345.4,255.3,346.6,255.1,348.2z M249,346.6h4.3c-0.1-0.5-0.3-0.9-0.6-1.2c-0.4-0.3-0.8-0.4-1.4-0.4
c-0.5,0-1,0.1-1.4,0.4C249.4,345.7,249.1,346.1,249,346.6z"/>
<path d="M256.6,343.5h1.8l0.1,0.9c0.3-0.5,0.6-0.8,1-0.9c0.4-0.2,0.8-0.2,1.3-0.2c0.9,0,1.5,0.3,2,0.8l-0.9,1.7
c-0.4-0.3-0.9-0.5-1.4-0.5c-0.6,0-1,0.2-1.4,0.5c-0.4,0.3-0.6,0.8-0.6,1.5v4.2h-2V343.5z"/>
</g>
<g>
<path class="st7" d="M177.4,363.3c0-0.8,0-1.5-0.1-2.2h1.1l0.1,1.1h0c0.5-0.8,1.3-1.3,2.4-1.3c1.6,0,2.8,1.4,2.8,3.4
c0,2.4-1.5,3.6-3,3.6c-0.9,0-1.7-0.4-2-1h0v3.6h-1.2V363.3z M178.6,365.1c0,0.2,0,0.3,0.1,0.5c0.2,0.8,0.9,1.4,1.8,1.4
c1.3,0,2-1,2-2.6c0-1.3-0.7-2.5-2-2.5c-0.8,0-1.6,0.6-1.8,1.5c0,0.2-0.1,0.3-0.1,0.5V365.1z"/>
<path class="st7" d="M191.2,364.4c0,2.5-1.7,3.5-3.3,3.5c-1.8,0-3.2-1.3-3.2-3.4c0-2.2,1.5-3.5,3.3-3.5
C189.9,361,191.2,362.3,191.2,364.4z M185.9,364.4c0,1.5,0.8,2.6,2,2.6c1.2,0,2-1.1,2-2.6c0-1.1-0.6-2.5-2-2.5
C186.6,361.9,185.9,363.2,185.9,364.4z"/>
<path class="st7" d="M192.6,366.5c0.4,0.2,1,0.5,1.6,0.5c0.9,0,1.3-0.4,1.3-1c0-0.6-0.4-0.9-1.2-1.2c-1.2-0.4-1.8-1.1-1.8-1.9
c0-1.1,0.9-1.9,2.3-1.9c0.7,0,1.3,0.2,1.6,0.4l-0.3,0.9c-0.3-0.2-0.7-0.4-1.4-0.4c-0.7,0-1.1,0.4-1.1,0.9c0,0.6,0.4,0.8,1.3,1.1
c1.1,0.4,1.7,1,1.7,2c0,1.2-0.9,2-2.5,2c-0.7,0-1.4-0.2-1.9-0.5L192.6,366.5z"/>
<path class="st7" d="M199.6,359.2v1.9h1.7v0.9h-1.7v3.6c0,0.8,0.2,1.3,0.9,1.3c0.3,0,0.5,0,0.7-0.1l0.1,0.9
c-0.2,0.1-0.6,0.2-1.1,0.2c-0.6,0-1-0.2-1.3-0.5c-0.3-0.4-0.5-1-0.5-1.7V362h-1v-0.9h1v-1.6L199.6,359.2z"/>
<path class="st7" d="M203.3,364.7c0,1.6,1.1,2.3,2.3,2.3c0.9,0,1.4-0.2,1.8-0.3l0.2,0.9c-0.4,0.2-1.2,0.4-2.2,0.4
c-2,0-3.3-1.4-3.3-3.4c0-2,1.2-3.6,3.1-3.6c2.2,0,2.7,1.9,2.7,3.1c0,0.3,0,0.4,0,0.6H203.3z M206.9,363.8c0-0.8-0.3-2-1.7-2
c-1.2,0-1.8,1.1-1.9,2H206.9z"/>
<path class="st7" d="M215.3,358v8c0,0.6,0,1.3,0.1,1.7h-1.1l-0.1-1.1h0c-0.4,0.7-1.2,1.3-2.3,1.3c-1.6,0-2.9-1.4-2.9-3.4
c0-2.2,1.4-3.6,3-3.6c1,0,1.7,0.5,2,1h0v-4H215.3z M214.1,363.8c0-0.2,0-0.4-0.1-0.5c-0.2-0.8-0.8-1.4-1.7-1.4c-1.3,0-2,1.1-2,2.6
c0,1.3,0.7,2.5,2,2.5c0.8,0,1.5-0.5,1.8-1.5c0-0.2,0.1-0.3,0.1-0.5V363.8z"/>
<path class="st7" d="M223.9,367.8l-0.1-0.8h0c-0.4,0.5-1.1,1-2,1c-1.3,0-2-1-2-1.9c0-1.6,1.4-2.5,4-2.5v-0.1
c0-0.5-0.2-1.5-1.5-1.5c-0.6,0-1.3,0.2-1.7,0.5l-0.3-0.8c0.5-0.4,1.4-0.6,2.2-0.6c2,0,2.5,1.4,2.5,2.7v2.5c0,0.6,0,1.1,0.1,1.6
H223.9z M223.7,364.4c-1.3,0-2.8,0.2-2.8,1.5c0,0.8,0.5,1.2,1.1,1.2c0.9,0,1.4-0.6,1.6-1.1c0-0.1,0.1-0.3,0.1-0.4V364.4z"/>
<path class="st7" d="M229.7,362.9c0-0.7,0-1.2-0.1-1.8h1.1l0.1,1.1h0c0.3-0.6,1.1-1.2,2.2-1.2c0.9,0,2.3,0.5,2.3,2.8v4h-1.2v-3.8
c0-1.1-0.4-2-1.5-2c-0.8,0-1.4,0.6-1.6,1.2c-0.1,0.1-0.1,0.4-0.1,0.6v4h-1.2V362.9z"/>
<path class="st7" d="M238,364.7c0,1.6,1.1,2.3,2.3,2.3c0.9,0,1.4-0.2,1.8-0.3l0.2,0.9c-0.4,0.2-1.2,0.4-2.2,0.4
c-2,0-3.3-1.4-3.3-3.4c0-2,1.2-3.6,3.1-3.6c2.2,0,2.7,1.9,2.7,3.1c0,0.3,0,0.4,0,0.6H238z M241.6,363.8c0-0.8-0.3-2-1.7-2
c-1.2,0-1.8,1.1-1.9,2H241.6z"/>
<path class="st7" d="M244.7,361.1l0.9,3.4c0.2,0.7,0.4,1.4,0.5,2.1h0c0.1-0.7,0.4-1.4,0.6-2.1l1.1-3.4h1l1,3.3
c0.2,0.8,0.4,1.5,0.6,2.2h0c0.1-0.7,0.3-1.4,0.5-2.2l0.9-3.3h1.2l-2.1,6.6h-1.1l-1-3.2c-0.2-0.7-0.4-1.4-0.6-2.2h0
c-0.2,0.8-0.4,1.5-0.6,2.2l-1.1,3.2h-1.1l-2-6.6H244.7z"/>
<path class="st7" d="M262,367.5c-0.3,0.2-1,0.4-1.9,0.4c-2,0-3.3-1.4-3.3-3.4c0-2,1.4-3.5,3.6-3.5c0.7,0,1.4,0.2,1.7,0.4l-0.3,0.9
c-0.3-0.2-0.7-0.3-1.4-0.3c-1.5,0-2.3,1.1-2.3,2.5c0,1.5,1,2.5,2.3,2.5c0.7,0,1.1-0.2,1.5-0.3L262,367.5z"/>
<path class="st7" d="M269.3,364.4c0,2.5-1.7,3.5-3.3,3.5c-1.8,0-3.2-1.3-3.2-3.4c0-2.2,1.5-3.5,3.3-3.5
C268,361,269.3,362.3,269.3,364.4z M264.1,364.4c0,1.5,0.8,2.6,2,2.6c1.2,0,2-1.1,2-2.6c0-1.1-0.6-2.5-2-2.5
C264.7,361.9,264.1,363.2,264.1,364.4z"/>
<path class="st7" d="M270.9,362.9c0-0.7,0-1.2-0.1-1.8h1l0.1,1.1h0c0.4-0.6,1-1.2,2.1-1.2c0.9,0,1.6,0.5,1.9,1.3h0
c0.2-0.4,0.5-0.7,0.7-0.9c0.4-0.3,0.8-0.5,1.5-0.5c0.9,0,2.2,0.6,2.2,2.9v3.9h-1.2V364c0-1.3-0.5-2-1.4-2c-0.7,0-1.2,0.5-1.4,1.1
c-0.1,0.2-0.1,0.4-0.1,0.6v4.1H275v-4c0-1.1-0.5-1.8-1.4-1.8c-0.8,0-1.3,0.6-1.5,1.2c-0.1,0.2-0.1,0.4-0.1,0.6v4h-1.2V362.9z"/>
<path class="st7" d="M282.3,362.9c0-0.7,0-1.2-0.1-1.8h1l0.1,1.1h0c0.4-0.6,1-1.2,2.1-1.2c0.9,0,1.6,0.5,1.9,1.3h0
c0.2-0.4,0.5-0.7,0.7-0.9c0.4-0.3,0.8-0.5,1.5-0.5c0.9,0,2.2,0.6,2.2,2.9v3.9h-1.2V364c0-1.3-0.5-2-1.4-2c-0.7,0-1.2,0.5-1.4,1.1
c-0.1,0.2-0.1,0.4-0.1,0.6v4.1h-1.2v-4c0-1.1-0.5-1.8-1.4-1.8c-0.8,0-1.3,0.6-1.5,1.2c-0.1,0.2-0.1,0.4-0.1,0.6v4h-1.2V362.9z"/>
<path class="st7" d="M294.4,364.7c0,1.6,1.1,2.3,2.3,2.3c0.9,0,1.4-0.2,1.8-0.3l0.2,0.9c-0.4,0.2-1.2,0.4-2.2,0.4
c-2,0-3.3-1.4-3.3-3.4c0-2,1.2-3.6,3.1-3.6c2.2,0,2.7,1.9,2.7,3.1c0,0.3,0,0.4,0,0.6H294.4z M298,363.8c0-0.8-0.3-2-1.7-2
c-1.2,0-1.8,1.1-1.9,2H298z"/>
<path class="st7" d="M300.7,362.9c0-0.7,0-1.2-0.1-1.8h1.1l0.1,1.1h0c0.3-0.6,1.1-1.2,2.2-1.2c0.9,0,2.3,0.5,2.3,2.8v4h-1.2v-3.8
c0-1.1-0.4-2-1.5-2c-0.8,0-1.4,0.6-1.6,1.2c0,0.1-0.1,0.4-0.1,0.6v4h-1.2V362.9z"/>
<path class="st7" d="M309.7,359.2v1.9h1.7v0.9h-1.7v3.6c0,0.8,0.2,1.3,0.9,1.3c0.3,0,0.5,0,0.7-0.1l0.1,0.9
c-0.2,0.1-0.6,0.2-1.1,0.2c-0.6,0-1-0.2-1.3-0.5c-0.3-0.4-0.5-1-0.5-1.7V362h-1v-0.9h1v-1.6L309.7,359.2z"/>
</g>
<g>
<path class="st8" d="M179.4,384.2v-1.7h-2.9V382l2.8-3.9h0.9v3.8h0.9v0.6h-0.9v1.7H179.4z M179.4,381.9v-2.1c0-0.3,0-0.6,0-1l0,0
c-0.2,0.4-0.3,0.6-0.5,0.9l-1.5,2.1l0,0H179.4z"/>
<path class="st8" d="M183.9,377.5h0.8v2.9h0c0.1-0.2,0.3-0.4,0.6-0.6c0.2-0.1,0.5-0.2,0.9-0.2c0.6,0,1.6,0.4,1.6,2v2.7H187v-2.6
c0-0.7-0.3-1.4-1.1-1.4c-0.5,0-1,0.4-1.1,0.8c0,0.1-0.1,0.2-0.1,0.4v2.8h-0.8V377.5z"/>
<path class="st8" d="M193.4,381.9c0,1.7-1.2,2.4-2.3,2.4c-1.2,0-2.2-0.9-2.2-2.4c0-1.5,1-2.4,2.3-2.4
C192.5,379.5,193.4,380.5,193.4,381.9z M189.7,381.9c0,1,0.6,1.8,1.4,1.8c0.8,0,1.4-0.7,1.4-1.8c0-0.8-0.4-1.8-1.4-1.8
C190.2,380.1,189.7,381,189.7,381.9z"/>
<path class="st8" d="M198.3,382.9c0,0.5,0,0.9,0,1.3h-0.7l0-0.8h0c-0.2,0.4-0.7,0.9-1.5,0.9c-0.7,0-1.6-0.4-1.6-2v-2.7h0.8v2.5
c0,0.9,0.3,1.5,1,1.5c0.6,0,1-0.4,1.1-0.8c0-0.1,0.1-0.3,0.1-0.4v-2.8h0.8V382.9z"/>
<path class="st8" d="M199.7,381c0-0.5,0-1,0-1.4h0.7l0,0.9h0c0.2-0.6,0.7-1,1.3-1c0.1,0,0.2,0,0.2,0v0.8c-0.1,0-0.2,0-0.3,0
c-0.6,0-1,0.4-1.1,1.1c0,0.1,0,0.3,0,0.4v2.5h-0.8V381z"/>
<path class="st8" d="M202.7,383.4c0.3,0.2,0.7,0.3,1.1,0.3c0.6,0,0.9-0.3,0.9-0.7c0-0.4-0.2-0.6-0.9-0.8c-0.8-0.3-1.2-0.8-1.2-1.3
c0-0.7,0.6-1.3,1.6-1.3c0.5,0,0.9,0.1,1.1,0.3l-0.2,0.6c-0.2-0.1-0.5-0.3-0.9-0.3c-0.5,0-0.8,0.3-0.8,0.6c0,0.4,0.3,0.6,0.9,0.8
c0.8,0.3,1.2,0.7,1.2,1.4c0,0.8-0.6,1.4-1.7,1.4c-0.5,0-1-0.1-1.3-0.3L202.7,383.4z"/>
<path class="st8" d="M213.1,384.2l-0.1-0.6h0c-0.3,0.4-0.7,0.7-1.4,0.7c-0.9,0-1.4-0.7-1.4-1.3c0-1.1,1-1.7,2.8-1.7v-0.1
c0-0.4-0.1-1.1-1-1.1c-0.4,0-0.9,0.1-1.2,0.3l-0.2-0.6c0.4-0.2,0.9-0.4,1.5-0.4c1.4,0,1.7,1,1.7,1.9v1.7c0,0.4,0,0.8,0.1,1.1
H213.1z M213,381.9c-0.9,0-1.9,0.1-1.9,1c0,0.5,0.4,0.8,0.8,0.8c0.6,0,1-0.4,1.1-0.8c0-0.1,0-0.2,0-0.3V381.9z"/>
<path class="st8" d="M219.1,379.6c0,0.3,0,0.7,0,1.3v2.7c0,1.1-0.2,1.7-0.7,2.1c-0.5,0.4-1.1,0.6-1.7,0.6c-0.6,0-1.2-0.1-1.5-0.4
l0.2-0.6c0.3,0.2,0.8,0.4,1.4,0.4c0.9,0,1.5-0.4,1.5-1.6v-0.5h0c-0.3,0.4-0.8,0.8-1.5,0.8c-1.1,0-2-1-2-2.3c0-1.6,1-2.4,2.1-2.4
c0.8,0,1.2,0.4,1.4,0.8h0l0-0.7H219.1z M218.2,381.4c0-0.1,0-0.3,0-0.4c-0.2-0.5-0.6-0.9-1.2-0.9c-0.8,0-1.4,0.7-1.4,1.7
c0,0.9,0.5,1.7,1.4,1.7c0.5,0,1-0.3,1.2-0.9c0-0.1,0.1-0.3,0.1-0.4V381.4z"/>
<path class="st8" d="M224.6,381.9c0,1.7-1.2,2.4-2.3,2.4c-1.2,0-2.2-0.9-2.2-2.4c0-1.5,1-2.4,2.3-2.4
C223.7,379.5,224.6,380.5,224.6,381.9z M221,381.9c0,1,0.6,1.8,1.4,1.8c0.8,0,1.4-0.7,1.4-1.8c0-0.8-0.4-1.8-1.4-1.8
C221.4,380.1,221,381,221,381.9z"/>
</g>
<circle class="st9" cx="361" cy="360.5" r="9"/>
<g>
<g>
<path class="st5" d="M132.9,256.6c-3.7-1.3-5.2-5-6.6-10.2c-0.8-3-1.1-5.1-1.1-8.9c0-9.1,4.7-12.5,12.2-12.5s12.5,1.9,12.5,11
c0,13.6-4.5,21.6-12.5,21.6"/>
</g>
<g>
<path class="st4" d="M137.3,258c-0.2,0-0.3-0.1-0.3-0.3s0.1-0.3,0.3-0.3c7.8,0,12.2-7.8,12.2-21.3c0-8.9-4.9-10.7-12.2-10.7
c-3.9,0-6.7,0.9-8.7,2.7c-2.1,2-3.2,5.1-3.2,9.4c0,3.8,0.4,5.9,1.1,8.8c1.9,7.1,3.8,9.1,6.4,10c0.2,0.1,0.3,0.3,0.2,0.4
c-0.1,0.2-0.3,0.3-0.4,0.2c-3.7-1.3-5.4-5-6.8-10.5c-0.8-3-1.1-5.1-1.1-9c0-8.6,4.1-12.8,12.5-12.8c6.7,0,12.9,1.4,12.9,11.4
C150.2,250,145.5,258,137.3,258z"/>
</g>
<g>
<path class="st4" d="M137.5,246c-0.1,0-0.3,0-0.4,0c-0.9-0.1-1.3-0.8-1.3-0.9c-0.1-0.2,0-0.4,0.1-0.5c0.2-0.1,0.4,0,0.5,0.1
c0,0,0.3,0.5,0.8,0.5c0.6,0.1,1,0,1.2-0.3c0.1-0.2,0.1-0.5,0-0.8c-0.5-0.8-1.4-3.5-1.1-4.5c0-0.2,0.2-0.3,0.4-0.2
c0.2,0,0.3,0.2,0.2,0.4c-0.2,0.6,0.5,3.1,1,4c0.3,0.5,0.3,1,0,1.5C138.7,245.7,138.1,246,137.5,246z"/>
</g>
<g>
<path class="st4" d="M130.8,239.8c-0.1,0-0.2,0-0.2-0.1c-0.1-0.1-0.1-0.3,0-0.5c0.4-0.5,1-0.7,1.6-0.7c0.5,0,0.9,0.3,1.1,0.7
c0.1,0.2,0.1,0.4-0.1,0.5c-0.2,0.1-0.4,0.1-0.5-0.1c-0.1-0.2-0.4-0.3-0.6-0.4c-0.4,0-0.8,0.1-1.1,0.4
C130.9,239.8,130.8,239.8,130.8,239.8z"/>
</g>
<g>
<path class="st4" d="M143.9,239.8c-0.1,0-0.2,0-0.2-0.1c-0.3-0.3-0.7-0.5-1.2-0.5c-0.3,0-0.7,0.2-0.8,0.4
c-0.1,0.1-0.3,0.2-0.5,0.1c-0.1-0.1-0.2-0.3-0.1-0.5c0.3-0.4,0.8-0.6,1.3-0.7c0.6,0,1.2,0.2,1.7,0.7c0.1,0.1,0.1,0.3,0,0.5
C144.1,239.8,144,239.8,143.9,239.8z"/>
</g>
<g>
<path class="st4" d="M137.2,250.2c-0.9,0-1.6-0.3-1.9-0.8c-0.1-0.2-0.1-0.4,0.1-0.5c0.2-0.1,0.4-0.1,0.5,0.1
c0.2,0.4,0.8,0.6,1.5,0.5c0.7,0,1.4-0.3,1.7-0.7c0.1-0.2,0.3-0.2,0.5-0.1c0.2,0.1,0.2,0.3,0.1,0.5c-0.4,0.6-1.2,1-2.2,1.1
C137.3,250.2,137.2,250.2,137.2,250.2z"/>
</g>
<g>
<g>
<path class="st3" d="M126.3,245.3c-1.7-0.2-2.7-1.9-2.6-3.4s1.7-1.9,2.9-1.5"/>
</g>
<g>
<path class="st4" d="M126.3,245.7C126.3,245.7,126.3,245.7,126.3,245.7c-0.8-0.1-1.6-0.5-2.1-1.1c-0.6-0.7-0.9-1.7-0.8-2.7
c0.1-0.7,0.4-1.2,0.9-1.5c0.6-0.4,1.6-0.5,2.4-0.3c0.2,0.1,0.3,0.2,0.2,0.4c-0.1,0.2-0.2,0.3-0.4,0.2c-0.7-0.2-1.4-0.1-1.8,0.2
c-0.4,0.2-0.6,0.6-0.6,1.1c-0.1,0.8,0.2,1.6,0.7,2.2c0.3,0.4,0.8,0.8,1.6,0.9c0.2,0,0.3,0.2,0.3,0.4
C126.6,245.5,126.5,245.7,126.3,245.7z"/>
</g>
</g>
<g>
<g>
<path class="st3" d="M148.8,245.3c1.8,0.1,3-1.6,3.1-3.1c0.1-1.5-1.4-2.1-2.6-2"/>
</g>
<g>
<path class="st4" d="M148.9,245.6c-0.1,0-0.1,0-0.2,0c-0.2,0-0.3-0.2-0.3-0.4c0-0.2,0.2-0.3,0.4-0.3c0.8,0.1,1.3-0.3,1.7-0.6
c0.6-0.5,1-1.4,1.1-2.2c0-0.5-0.1-0.8-0.4-1.1c-0.4-0.4-1.1-0.6-1.8-0.5c-0.2,0-0.3-0.1-0.4-0.3c0-0.2,0.1-0.3,0.3-0.4
c0.9-0.1,1.8,0.2,2.4,0.7c0.4,0.4,0.7,1,0.6,1.6c-0.1,1-0.6,2-1.3,2.7C150.3,245.3,149.7,245.6,148.9,245.6z"/>
</g>
</g>
<g>
<path class="st10" d="M127.2,240.7c-1.6,3.6,1.3,12.9,1.8,13.3c1.9,1.6-8.5-1.1-9.9-4.7c-2-5.1,4.2-20.5,9.1-23.1
c1.5-0.8,5.8-5.6,12.7-3.3c6.3,2,9.8,4.9,12.2,10c2.4,5.1,5.4,15.5,3.1,18c-2.2,2.4-11.8,4.5-10.6,2.2c2.4-4.2,1.5-11.7,1.5-14.8
c0-2.9-4.4-3.1-8-4.3c-4-1.3-8.7-3.1-8.7-3.1S128.6,237.4,127.2,240.7z"/>
</g>
<g>
<path class="st4" d="M128.9,254.8c-1.7,0-8.8-2.3-10-5.3c-1.1-2.9,0.3-8.5,2-12.7c2.6-6.4,5.5-9.8,7.3-10.8
c0.2-0.1,0.6-0.4,1-0.7c1.6-1.2,4.4-3.3,8.3-3.3c1.2,0,2.5,0.2,3.7,0.6c6.3,2,9.9,5,12.4,10.2c1.3,2.8,2.6,6.7,3.4,10.1
c0.6,3,1.1,6.8-0.3,8.3c-1.7,1.8-6.9,3.3-9.5,3.3c0,0,0,0,0,0c-0.9,0-1.5-0.2-1.7-0.6c-0.1-0.2-0.2-0.5,0.1-0.9
c1.9-3.4,1.6-8.8,1.5-12.5c0-0.8-0.1-1.6-0.1-2.1c0-2-2.4-2.6-5.2-3.3c-0.9-0.2-1.8-0.5-2.6-0.7c-3.3-1.1-7.2-2.6-8.3-3
c-0.4,1.4-2,6.6-3.2,9.5c-1.5,3.3,1.2,12.3,1.8,13c0.1,0.1,0.4,0.4,0.3,0.7C129.4,254.8,129,254.8,128.9,254.8z M137.4,222.7
c-3.7,0-6.3,2-7.9,3.1c-0.4,0.3-0.8,0.6-1.1,0.7c-2.2,1.2-4.9,5.3-7,10.5c-2.1,5.2-2.8,10-2,12.2c1,2.5,7.2,4.7,9.2,4.9
c-0.5-0.7-1.3-3.4-1.7-5.5c-0.5-2.6-1-6-0.1-8c1.4-3.3,3.3-9.7,3.3-9.7c0-0.1,0.1-0.2,0.2-0.2s0.2,0,0.3,0c0,0,4.7,1.8,8.7,3.1
c0.8,0.3,1.7,0.5,2.6,0.7c2.9,0.7,5.7,1.5,5.7,3.9c0,0.6,0,1.3,0.1,2.1c0.2,3.7,0.4,9.3-1.6,12.8c-0.1,0.1-0.1,0.2-0.1,0.2
c0.1,0.1,0.4,0.2,1.1,0.2c0,0,0,0,0,0c2.6,0,7.6-1.5,9-3.1c2-2.2-0.5-12.1-3.2-17.6c-2.4-5.1-5.8-7.8-12-9.8
C139.7,222.9,138.5,222.7,137.4,222.7z"/>
</g>
</g>
<g>
<g>
<path class="st5" d="M133.5,370.6c-3.6-1.3-5.1-4.9-6.4-9.9c-0.8-2.9-1.1-4.9-1.1-8.6c0-8.8,4.6-12.1,11.8-12.1
s12.2,1.9,12.2,10.7c0,13.2-4.3,21-12.2,21"/>
</g>
<g>
<path class="st4" d="M137.8,372c-0.2,0-0.3-0.1-0.3-0.3s0.1-0.3,0.3-0.3c7.5,0,11.8-7.5,11.8-20.7c0-8.6-4.7-10.4-11.8-10.4
c-3.8,0-6.5,0.9-8.4,2.6c-2,1.9-3.1,5-3.1,9.1c0,3.7,0.4,5.7,1.1,8.5c1.8,6.9,3.7,8.8,6.2,9.7c0.2,0.1,0.3,0.2,0.2,0.4
c-0.1,0.2-0.2,0.3-0.4,0.2c-3.6-1.3-5.2-4.8-6.6-10.2c-0.8-2.9-1.1-4.9-1.1-8.7c0-8.3,4-12.4,12.1-12.4c6.5,0,12.5,1.3,12.5,11
C150.3,364.2,145.8,372,137.8,372z"/>
</g>
<g>
<path class="st4" d="M138,360.3c-0.1,0-0.3,0-0.4,0c-0.9-0.1-1.3-0.8-1.3-0.8c-0.1-0.2,0-0.4,0.1-0.4c0.2-0.1,0.4,0,0.4,0.1
c0,0,0.2,0.4,0.8,0.5c0.6,0.1,1,0,1.2-0.3c0.1-0.2,0.1-0.5,0-0.7c-0.5-0.8-1.3-3.4-1.1-4.3c0-0.2,0.2-0.3,0.4-0.2
c0.2,0,0.3,0.2,0.2,0.4c-0.2,0.6,0.5,3.1,1,3.8c0.3,0.5,0.3,1,0,1.4C139.1,360.1,138.6,360.3,138,360.3z"/>
</g>
<g>
<path class="st4" d="M131.4,354.4c-0.1,0-0.2,0-0.2-0.1c-0.1-0.1-0.1-0.3,0-0.5c0.4-0.5,1-0.7,1.6-0.6c0.5,0,0.9,0.3,1.1,0.7
c0.1,0.2,0.1,0.4-0.1,0.4c-0.2,0.1-0.4,0.1-0.4-0.1c-0.1-0.2-0.4-0.3-0.6-0.4c-0.4,0-0.8,0.1-1.1,0.4
C131.6,354.4,131.5,354.4,131.4,354.4z"/>
</g>
<g>
<path class="st4" d="M144.2,354.4c-0.1,0-0.2,0-0.2-0.1c-0.3-0.3-0.7-0.5-1.1-0.4c-0.3,0-0.6,0.2-0.8,0.4
c-0.1,0.1-0.3,0.2-0.5,0.1c-0.1-0.1-0.2-0.3-0.1-0.5c0.3-0.4,0.8-0.6,1.3-0.6c0.6,0,1.2,0.2,1.6,0.6c0.1,0.1,0.1,0.3,0,0.5
C144.4,354.4,144.3,354.4,144.2,354.4z"/>
</g>
<g>
<path class="st4" d="M137.7,364.4c-0.8,0-1.5-0.3-1.9-0.8c-0.1-0.1-0.1-0.3,0.1-0.4c0.1-0.1,0.3-0.1,0.4,0.1
c0.2,0.3,0.8,0.6,1.5,0.5c0.7,0,1.4-0.3,1.6-0.7c0.1-0.2,0.3-0.2,0.4-0.1c0.2,0.1,0.2,0.3,0.1,0.4c-0.3,0.6-1.2,1-2.2,1
C137.8,364.4,137.7,364.4,137.7,364.4z"/>
</g>
<g>
<g>
<path class="st3" d="M127.1,359.7c-1.7-0.1-2.7-1.9-2.5-3.3s1.7-1.8,2.8-1.5"/>
</g>
<g>
<path class="st4" d="M127.1,360C127.1,360,127.1,360,127.1,360c-0.8-0.1-1.5-0.4-2-1.1c-0.6-0.7-0.9-1.7-0.8-2.6
c0.1-0.6,0.4-1.2,0.9-1.5c0.6-0.4,1.5-0.5,2.3-0.3c0.2,0,0.3,0.2,0.2,0.4c0,0.2-0.2,0.3-0.4,0.2c-0.6-0.2-1.3-0.1-1.8,0.2
c-0.3,0.2-0.5,0.6-0.6,1c-0.1,0.7,0.2,1.5,0.6,2.1c0.3,0.3,0.8,0.8,1.6,0.8c0.2,0,0.3,0.2,0.3,0.3
C127.4,359.9,127.3,360,127.1,360z"/>
</g>
</g>
<g>
<g>
<path class="st3" d="M148.9,359.7c1.7,0.1,2.9-1.5,3-3c0.1-1.5-1.4-2.1-2.6-1.9"/>
</g>
<g>
<path class="st4" d="M149.1,360c-0.1,0-0.1,0-0.2,0c-0.2,0-0.3-0.2-0.3-0.3c0-0.2,0.2-0.3,0.3-0.3c0.7,0.1,1.3-0.3,1.6-0.6
c0.6-0.5,1-1.3,1-2.1c0-0.4-0.1-0.8-0.4-1.1c-0.4-0.4-1.1-0.6-1.8-0.5c-0.2,0-0.3-0.1-0.4-0.3c0-0.2,0.1-0.3,0.3-0.4
c0.9-0.1,1.8,0.1,2.3,0.7c0.4,0.4,0.6,1,0.6,1.6c-0.1,1-0.5,2-1.3,2.6C150.4,359.7,149.7,360,149.1,360z"/>
</g>
</g>
<g>
<path class="st11" d="M129.6,344.8c1.7,1.8,4.7,4.2,11.6,4.7c3.2,0.2,5.2-0.3,6.3,1.1c1.5,1.7,1.7,4.5,1.5,6
c-0.1,0.7,2.4-2.3,2.4-2.3c-1-1.6,1.1-5.1,0.5-9.7c-0.3-1.9-4.3-6.3-10-7.7c-7.1-1.8-11,1.7-12.9,3.4c-1.5,1.4-3.4,0.7-4.9,3.9
c-1.4,2.9,0.9,8.2,0.6,9.9c-0.2,0.8,0.6,0.6,2,2.4c0.6,0.8,0.7-2.3,0.8-4.1C127.8,350.5,129.6,344.8,129.6,344.8z"/>
</g>
<g>
<path class="st4" d="M149.2,357c-0.1,0-0.2,0-0.3-0.1c-0.1-0.1-0.1-0.2-0.1-0.3c0.1-1.3,0-4.1-1.4-5.8c-0.7-0.8-1.9-0.9-3.8-0.9
c-0.7,0-1.5,0-2.3-0.1c-6.6-0.4-9.7-2.6-11.5-4.4c-0.4,1.5-1.7,5.5-1.8,7c0,0.3,0,0.7-0.1,1c-0.2,2.6-0.3,3.5-0.9,3.5
c0,0,0,0,0,0c-0.2,0-0.3-0.1-0.4-0.2c-0.7-0.8-1.2-1.2-1.5-1.5c-0.4-0.3-0.7-0.6-0.6-1.2c0.1-0.5-0.1-1.7-0.4-2.9
c-0.5-2.3-1.1-5.1-0.2-7.1c1-2.2,2.3-2.6,3.4-3.1c0.6-0.2,1.1-0.4,1.6-0.9c1.4-1.3,4.3-4,9.3-4c1.3,0,2.6,0.2,3.9,0.5
c2.6,0.6,5.1,2,7.1,3.7c1.7,1.5,2.9,3.1,3.1,4.2c0.3,2.5-0.1,4.6-0.4,6.3c-0.3,1.5-0.5,2.6-0.1,3.3c0.1,0.1,0.1,0.3,0,0.4
C149.7,357,149.3,357,149.2,357z M138.2,336.6c-4.7,0-7.5,2.6-8.8,3.8c-0.6,0.5-1.2,0.8-1.8,1c-1.1,0.4-2.1,0.8-3,2.7
c-0.8,1.7-0.2,4.4,0.2,6.6c0.3,1.4,0.5,2.5,0.4,3.2c0,0.2,0,0.2,0.4,0.5c0.3,0.3,0.8,0.7,1.5,1.5c0.2-0.5,0.2-1.9,0.3-2.7
c0-0.4,0-0.7,0.1-1c0.2-1.8,1.9-7.4,2-7.6c0-0.1,0.1-0.2,0.2-0.2c0.1,0,0.2,0,0.3,0.1c1.6,1.8,4.5,4.1,11.4,4.6
c0.8,0.1,1.6,0.1,2.3,0.1c1.9,0,3.4,0,4.3,1.1c1.4,1.7,1.7,4.2,1.6,5.7c0.4-0.4,1.1-1.1,1.7-1.8c-0.4-0.9-0.2-2.1,0.1-3.5
c0.3-1.7,0.7-3.7,0.4-6.1c-0.2-1.8-4.2-6-9.7-7.4C140.6,336.8,139.4,336.6,138.2,336.6z"/>
</g>
<g>
<path class="st4" d="M130.6,343c0,0,0.1,0.1,0.2,0.1c0.1,0,0.1,0.1,0.2,0.2c0.1,0.1,0.2,0.1,0.3,0.2c0.1,0.1,0.2,0.2,0.3,0.3
c0.1,0.1,0.2,0.2,0.3,0.3c0.1,0.1,0.2,0.2,0.4,0.3c0.1,0.1,0.2,0.2,0.4,0.3c0.1,0.1,0.3,0.2,0.4,0.3c0.1,0.1,0.3,0.2,0.4,0.3
c0.1,0.1,0.2,0.2,0.4,0.2c0.1,0.1,0.2,0.1,0.3,0.2c0.1,0.1,0.2,0.1,0.3,0.2c0.1,0,0.2,0.1,0.2,0.1c0.1,0.1,0.2,0.1,0.2,0.1
s-0.1,0-0.2,0c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0-0.4-0.1c-0.1,0-0.3-0.1-0.4-0.1c-0.1,0-0.3-0.1-0.4-0.2c-0.1-0.1-0.3-0.1-0.4-0.2
c-0.1-0.1-0.3-0.2-0.4-0.3c-0.1-0.1-0.3-0.2-0.4-0.3c-0.1-0.1-0.3-0.2-0.4-0.4c-0.1-0.1-0.2-0.2-0.3-0.4
c-0.1-0.1-0.2-0.2-0.2-0.4c-0.1-0.1-0.1-0.2-0.2-0.3c0-0.1-0.1-0.2-0.1-0.2C130.7,343.1,130.6,343,130.6,343z"/>
</g>
</g>
</g>
<g>
<image style="overflow:visible;opacity:0.12;" width="73" height="73" xlink:href="B057E2ED.png" transform="matrix(1 0 0 1 208 434)">
</image>
<g>
<path class="st1" d="M242.5,474.5c-4.6,0-8.7-2.9-10.3-7.2c-2.1-5.7,0.8-12,6.5-14.1c1.2-0.5,2.5-0.7,3.8-0.7
c4.6,0,8.7,2.9,10.3,7.2c2.1,5.7-0.8,12-6.5,14.1C245.1,474.3,243.8,474.5,242.5,474.5z"/>
<path class="st2" d="M242.5,453L242.5,453c4.4,0,8.3,2.7,9.8,6.8c2,5.4-0.8,11.5-6.2,13.5c-1.2,0.4-2.4,0.7-3.7,0.7
c-4.4,0-8.3-2.7-9.8-6.8c-2-5.4,0.8-11.5,6.2-13.5C240,453.2,241.3,453,242.5,453 M242.5,452c-1.3,0-2.7,0.2-4,0.7
c-6,2.2-9,8.8-6.8,14.8c1.7,4.6,6.1,7.5,10.8,7.5c1.3,0,2.7-0.2,4-0.7c6-2.2,9-8.8,6.8-14.8C251.6,454.9,247.2,452,242.5,452
L242.5,452z"/>
</g>
</g>
<g>
<image style="overflow:visible;opacity:0.12;" width="77" height="77" xlink:href="B057E2EE.png" transform="matrix(1 0 0 1 357.1072 3.011)">
</image>
<g>
<path class="st1" d="M393.6,47.5c-1.5,0-2.9-0.3-4.3-0.7c-3.3-1.2-5.9-3.5-7.4-6.6c-1.5-3.1-1.7-6.7-0.5-9.9
c1.8-5.2,6.8-8.7,12.3-8.7c1.5,0,2.9,0.3,4.3,0.7c3.3,1.2,5.9,3.5,7.4,6.6c1.5,3.1,1.7,6.7,0.5,9.9C404,44,399.1,47.5,393.6,47.5z
"/>
<path class="st2" d="M393.6,22L393.6,22c1.4,0,2.8,0.2,4.2,0.7c3.1,1.1,5.7,3.4,7.1,6.4s1.6,6.4,0.5,9.6c-1.8,5-6.5,8.3-11.8,8.3
c-1.4,0-2.8-0.2-4.2-0.7c-3.1-1.1-5.7-3.4-7.1-6.4c-1.4-3-1.6-6.4-0.5-9.6C383.6,25.4,388.3,22,393.6,22 M393.6,21
c-5.6,0-10.8,3.5-12.7,9c-2.5,7,1.2,14.7,8.2,17.2c1.5,0.5,3,0.8,4.5,0.8c5.6,0,10.8-3.5,12.7-9c2.5-7-1.2-14.7-8.2-17.2
C396.6,21.3,395.1,21,393.6,21L393.6,21z"/>
</g>
</g>
<g>
<image style="overflow:visible;opacity:0.12;" width="81" height="81" xlink:href="B057E2EF.png" transform="matrix(1 0 0 1 41 358)">
</image>
<g>
<path class="st1" d="M79.5,406.5c-6.2,0-11.8-3.9-14-9.7c-1.4-3.7-1.3-7.8,0.3-11.5c1.6-3.7,4.6-6.5,8.3-7.9c1.7-0.7,3.5-1,5.3-1
c6.2,0,11.8,3.9,14,9.7c1.4,3.7,1.3,7.8-0.3,11.5c-1.6,3.7-4.6,6.5-8.3,7.9C83.1,406.2,81.3,406.5,79.5,406.5z"/>
<path class="st2" d="M79.5,377L79.5,377c6,0,11.4,3.8,13.6,9.3c1.4,3.6,1.3,7.6-0.3,11.1c-1.6,3.5-4.4,6.2-8.1,7.6
c-1.7,0.6-3.4,1-5.2,1c-6,0-11.4-3.8-13.6-9.3c-1.4-3.6-1.3-7.6,0.3-11.1c1.6-3.5,4.4-6.2,8.1-7.6C76,377.3,77.7,377,79.5,377
M79.5,376c-1.8,0-3.7,0.3-5.5,1c-8,3.1-12,12-9,20c2.4,6.2,8.2,10,14.5,10c1.8,0,3.7-0.3,5.5-1c8-3.1,12-12,9-20
C91.6,379.8,85.7,376,79.5,376L79.5,376z"/>
</g>
</g>
<g>
<path class="st6" d="M77.3,121.7c-0.5,0-1.1-0.1-1.6-0.2c-1.6-0.4-3-1.5-3.8-2.9l-4.7-8.2c-0.8-1.4-1.1-3.1-0.6-4.7
c0.4-1.6,1.5-3,2.9-3.8l8.2-4.7c1.4-0.8,3.1-1.1,4.7-0.6c1.6,0.4,3,1.5,3.8,2.9l4.7,8.2c0.8,1.4,1.1,3.1,0.6,4.7
c-0.4,1.6-1.5,3-2.9,3.8l-8.2,4.7C79.4,121.5,78.4,121.7,77.3,121.7z M80.7,97.3c-0.9,0-1.8,0.2-2.6,0.7l-8.2,4.7
c-2.5,1.4-3.4,4.7-1.9,7.2l4.7,8.2c1.4,2.5,4.7,3.4,7.2,1.9l8.2-4.7c2.5-1.4,3.4-4.7,1.9-7.2l-4.7-8.2
C84.3,98.2,82.5,97.3,80.7,97.3z"/>
</g>
<g>
<path class="st10" d="M444.5,350c-0.4,0-0.8-0.1-1.3-0.2c-1.2-0.3-2.3-1.1-2.9-2.3l-3.7-6.4c-0.6-1.1-0.8-2.4-0.5-3.7
c0.3-1.2,1.1-2.3,2.3-2.9l6.4-3.7c1.1-0.6,2.4-0.8,3.7-0.5c1.2,0.3,2.3,1.1,2.9,2.3l3.7,6.4c0.6,1.1,0.8,2.4,0.5,3.7
c-0.3,1.2-1.1,2.3-2.3,2.9l-6.4,3.7C446.2,349.8,445.4,350,444.5,350z M447.2,331c-0.7,0-1.4,0.2-2,0.5l-6.4,3.7
c-1.9,1.1-2.6,3.6-1.5,5.6l3.7,6.4c1.1,1.9,3.6,2.6,5.6,1.5l6.4-3.7c1.9-1.1,2.6-3.6,1.5-5.6l-3.7-6.4
C450,331.8,448.6,331,447.2,331z"/>
</g>
<g>
<path class="st10" d="M453.5,372.3c-0.3,0-0.6,0-1-0.1c-0.9-0.3-1.7-0.9-2.2-1.7l-2.8-4.8c-0.5-0.9-0.6-1.8-0.4-2.8
c0.3-0.9,0.9-1.7,1.7-2.2l4.8-2.8c0.9-0.5,1.8-0.6,2.8-0.4c0.9,0.3,1.7,0.9,2.2,1.7l2.8,4.8c0.5,0.9,0.6,1.8,0.4,2.8
c-0.3,0.9-0.9,1.7-1.7,2.2l-4.8,2.8C454.8,372.1,454.1,372.3,453.5,372.3z M455.5,357.9c-0.5,0-1.1,0.1-1.5,0.4l-4.8,2.8
c-1.5,0.9-2,2.7-1.1,4.2l2.8,4.8c0.9,1.5,2.7,2,4.2,1.1l4.8-2.8c1.5-0.9,2-2.7,1.1-4.2l-2.8-4.8
C457.6,358.4,456.6,357.9,455.5,357.9z"/>
</g>
<g>
<path class="st10" d="M53.2,77.3c-0.3,0-0.5,0-0.8-0.1c-0.8-0.2-1.4-0.7-1.8-1.4l-2.2-3.9c-0.4-0.7-0.5-1.5-0.3-2.2
c0.2-0.8,0.7-1.4,1.4-1.8l3.9-2.2c0.7-0.4,1.5-0.5,2.2-0.3c0.8,0.2,1.4,0.7,1.8,1.4l2.2,3.9c0.4,0.7,0.5,1.5,0.3,2.2
c-0.2,0.8-0.7,1.4-1.4,1.8l-3.9,2.2C54.2,77.1,53.7,77.3,53.2,77.3z M54.8,65.7c-0.4,0-0.8,0.1-1.2,0.3l-3.9,2.2
c-1.2,0.7-1.6,2.2-0.9,3.4l2.2,3.9c0.7,1.2,2.2,1.6,3.4,0.9l3.9-2.2c1.2-0.7,1.6-2.2,0.9-3.4L57,67C56.5,66.2,55.7,65.7,54.8,65.7z
"/>
</g>
<g>
<path class="st6" d="M207.1,43l-7.7-10c-0.6-0.8-0.7-1.7-0.3-2.6c0.4-0.9,1.2-1.5,2.1-1.6l12.5-1.6c1-0.1,1.9,0.3,2.5,1
s0.7,1.7,0.3,2.6l-4.8,11.6c-0.4,0.9-1.2,1.5-2.1,1.6S207.6,43.8,207.1,43z M213.7,27.8l-12.5,1.6c-0.7,0.1-1.3,0.6-1.6,1.2
c-0.3,0.7-0.2,1.4,0.3,2l7.7,10c0.4,0.6,1.1,0.9,1.9,0.8c0.7-0.1,1.3-0.6,1.6-1.2l4.8-11.6c0.3-0.7,0.2-1.4-0.3-2
S214.5,27.7,213.7,27.8L213.7,27.8z"/>
</g>
<g>
<path class="st6" d="M348,461.5l1.9-5.3c0.1-0.4,0.5-0.7,0.9-0.8s0.8,0.1,1.1,0.4l3.6,4.3c0.3,0.3,0.4,0.8,0.2,1.2
c-0.1,0.4-0.5,0.7-0.9,0.8l-5.5,1c-0.4,0.1-0.8-0.1-1.1-0.4S347.8,461.9,348,461.5z M355.3,460.4l-3.6-4.3
c-0.2-0.2-0.5-0.4-0.8-0.3c-0.3,0.1-0.6,0.3-0.7,0.6l-1.9,5.3c-0.1,0.3-0.1,0.6,0.2,0.9c0.2,0.2,0.5,0.4,0.8,0.3l5.5-1
c0.3-0.1,0.6-0.3,0.7-0.6S355.5,460.6,355.3,460.4L355.3,460.4z"/>
</g>
<g>
<path class="st12" d="M389.9,26.3c-2.7,0.8-4.4,3.5-3.8,6.2l1.1,4.7c0.3,1.3,1.1,2.4,2.2,3c0.9,0.5,2,0.7,3.1,0.6
c0.4,0.5,0.9,0.9,1.4,1.2c1.2,0.7,2.5,0.8,3.8,0.4c2.7-0.8,4.4-3.5,3.8-6.2l-1.1-4.7c-0.3-1.3-1.1-2.4-2.2-3
c-0.9-0.5-2-0.7-3.1-0.6c-0.4-0.5-0.9-0.9-1.4-1.2C392.5,26.1,391.2,26,389.9,26.3"/>
<path class="st1" d="M399.6,37.7c-0.1,1.3-1,2.5-2.3,2.8c-0.8,0.2-1.6,0.1-2.3-0.3c-0.1-0.1-0.2-0.1-0.3-0.2l-0.2-0.1l0.2-0.1
c0.5-0.3,0.9-0.7,1.3-1.2l0.1-0.1l0.1,0.1c0.2,0.1,0.4,0.1,0.6,0c0.4-0.1,0.7-0.4,0.7-0.8c0-0.1,0-0.2,0-0.3l-1.1-4.7
c-0.1-0.2-0.2-0.4-0.4-0.5c-0.2-0.1-0.5-0.1-0.7-0.1c-0.4,0.1-0.7,0.4-0.7,0.8c0,0.1,0,0.2,0,0.3L395,35c0.1,0.3,0.1,0.6,0.1,0.9
c-0.1,1.3-1,2.5-2.3,2.8c-0.8,0.2-1.6,0.1-2.3-0.3c-0.7-0.4-1.2-1-1.3-1.8l-1.1-4.7c-0.1-0.3-0.1-0.6-0.1-0.9
c0.1-1.3,1-2.5,2.3-2.8c0.8-0.2,1.6-0.1,2.3,0.3c0.1,0.1,0.2,0.1,0.3,0.2l0.2,0.1l-0.2,0.1c-0.5,0.3-0.9,0.7-1.3,1.2l-0.1,0.1
l-0.1-0.1c-0.2-0.1-0.4-0.1-0.6,0c-0.4,0.1-0.7,0.4-0.7,0.8c0,0.1,0,0.2,0,0.3l1.1,4.7c0.1,0.2,0.2,0.4,0.4,0.5
c0.2,0.1,0.5,0.1,0.7,0.1c0.4-0.1,0.7-0.4,0.7-0.8c0-0.1,0-0.2,0-0.3l-0.4-1.8c-0.1-0.3-0.1-0.6-0.1-0.9c0.1-1.3,1-2.5,2.3-2.8
c0.8-0.2,1.6-0.1,2.3,0.3c0.7,0.4,1.2,1,1.3,1.8l1.1,4.7C399.6,37.1,399.6,37.4,399.6,37.7"/>
</g>
<g>
<polygon class="st13" points="75,396.4 73.2,388.1 76,381.9 83.7,385.4 81.6,390 87.8,392.8 82.8,399.9 "/>
</g>
<g>
<path class="st14" d="M250.5,458.9c-0.4-0.1-1.3,0.1-1.9,0.5c-0.3-0.6-0.8-1-1.6-1.2l-0.4-0.1l-0.1,0.4c-0.1,0.6,0,1.3,0.2,1.9
c0.1,0.2,0.3,0.6,0.7,0.8c-0.2,0.2-0.5,0.5-1.1,0.7l-10.6,4l0,0.1c0.1,0.7,0.8,2.6,2.6,3.6c1.3,0.8,2.9,0.8,4.7,0.2
c3.9-1.4,6-4.3,6.1-8.2c0.5-0.2,1.7-0.6,1.8-2c0,0,0-0.1,0-0.4l0-0.1L250.5,458.9L250.5,458.9z M242.2,457.1l-1.6,0.6l0.6,1.5
l1.6-0.6L242.2,457.1L242.2,457.1z M242.8,459l-1.6,0.6l0.6,1.5l1.6-0.6L242.8,459L242.8,459z M240.9,459.7l-1.6,0.6l0.6,1.5
l1.6-0.6L240.9,459.7L240.9,459.7z M239,460.4l-1.6,0.6l0.6,1.5l1.6-0.6L239,460.4L239,460.4z M237.8,462.9l-1.6,0.6l0.6,1.5
l1.6-0.6L237.8,462.9L237.8,462.9z M239.7,462.2l-1.6,0.6l0.6,1.5l1.6-0.6L239.7,462.2L239.7,462.2z M241.6,461.5l-1.6,0.6l0.6,1.5
l1.6-0.6L241.6,461.5L241.6,461.5z M243.5,460.8l-1.6,0.6l0.6,1.5l1.6-0.6L243.5,460.8L243.5,460.8z M245.4,460.1l-1.6,0.6l0.6,1.5
l1.6-0.6L245.4,460.1L245.4,460.1z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 67 KiB

30
docs/img/illustrations/icons/doc-sync.svg

@ -1,30 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve">
<style type="text/css">
.st0{fill:#4FC1EA;}
.st1{opacity:0.3;}
.st2{fill:#585763;}
</style>
<g id="XMLID_135_">
<g id="XMLID_1529_">
<path id="XMLID_2258_" class="st0" d="M76.1,72.9v46.2c0,4.1,3.3,7.4,7.4,7.4h32.9c4.1,0,7.4-3.3,7.4-7.4v-34c0-2-0.8-3.9-2.2-5.3
l-12.2-12.2c-1.4-1.4-3.3-2.2-5.3-2.2H83.6C79.5,65.5,76.1,68.8,76.1,72.9z M106.8,70.4L119,82.6c0.7,0.7,1,1.6,1,2.5v34
c0,2-1.6,3.6-3.6,3.6H83.6c-2,0-3.6-1.6-3.6-3.6V72.9c0-2,1.6-3.6,3.6-3.6h20.7C105.2,69.3,106.1,69.7,106.8,70.4z"/>
<rect id="XMLID_2180_" x="88.9" y="80.8" class="st0" width="22.2" height="3.9"/>
<rect id="XMLID_2171_" x="88.9" y="94.1" class="st0" width="22.2" height="3.9"/>
<rect id="XMLID_1695_" x="88.9" y="107.3" class="st0" width="22.2" height="3.9"/>
</g>
<g id="XMLID_1420_" class="st1">
<path id="XMLID_1437_" class="st2" d="M114.5,56.6c13.3,4.9,23.4,16.3,26.5,30.3l3.8-0.8c-3.5-15.7-15.1-28.5-30.2-33.5v-2.3
c0-1.9-2.1-3.1-3.7-2.1l-5.1,2.9c-1.6,0.9-1.6,3.3,0,4.3l5.1,2.9C112.4,59,114.2,58.1,114.5,56.6z"/>
<path id="XMLID_1435_" class="st2" d="M59.2,90.4l2.9-5.1c0.9-1.5-0.1-3.3-1.7-3.7C65.4,68.3,76.8,58.1,90.9,55L90,51.2
c-15.8,3.5-28.6,15.2-33.6,30.4h-2.3c-1.9,0-3.1,2.1-2.1,3.7l2.9,5.1C55.9,92,58.3,92,59.2,90.4z"/>
<path id="XMLID_1426_" class="st2" d="M96.8,136.8l-5.1-2.9c-1.6-0.9-3.7,0.2-3.7,2.1v0.3C73.5,132,62.3,120,59,105.1l-3.8,0.8
c3.7,16.6,16.5,29.9,32.8,34.3v1.6c0,1.9,2.1,3.1,3.7,2.1l5.1-2.9C98.5,140.1,98.5,137.7,96.8,136.8z"/>
<path id="XMLID_1424_" class="st2" d="M148,106.9l-2.9-5.1c-1-1.6-3.3-1.6-4.3,0l-2.9,5.1c-0.9,1.5,0,3.3,1.6,3.6
c-4.9,13.3-16.3,23.4-30.3,26.5l0.8,3.8c15.7-3.5,28.5-15.1,33.5-30.2h2.3C147.8,110.6,148.9,108.5,148,106.9z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

30
docs/img/illustrations/icons/laptop-cloud.svg

@ -1,30 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="-514 51 200 200" style="enable-background:new -514 51 200 200;" xml:space="preserve">
<style type="text/css">
.st0{opacity:0.3;}
.st1{fill:#585763;}
.st2{fill:#F39208;}
</style>
<g id="XMLID_67_">
<g id="XMLID_2293_" class="st0">
<path id="XMLID_2299_" class="st1" d="M-367.4,178.5h-93.2c-7.3,0-13.3-6-13.3-13.3V112c0-7.3,6-13.3,13.3-13.3h93.1
c7.3,0,13.3,6,13.3,13.3v53.3C-354.2,172.6-360.1,178.5-367.4,178.5z M-460.6,104c-4.4,0-8,3.6-8,8v53.3c0,4.4,3.6,8,8,8h93.1
c4.4,0,8-3.6,8-8V112c0-4.4-3.6-8-8-8H-460.6z"/>
</g>
<g id="XMLID_2284_" class="st0">
<path id="XMLID_2290_" class="st1" d="M-352.8,203.3h-122.4c-4.4,0-8-3.6-8-8v-4.2c0-4.4,3.6-8,8-8h122.3c4.4,0,8,3.6,8,8v4.2
C-344.9,199.8-348.4,203.3-352.8,203.3z M-475.2,188.5c-1.5,0-2.7,1.2-2.7,2.7v4.2c0,1.5,1.2,2.7,2.7,2.7h122.3
c1.5,0,2.7-1.2,2.7-2.7v-4.2c0-1.5-1.2-2.7-2.7-2.7H-475.2z"/>
</g>
<g id="XMLID_2280_">
<path id="XMLID_2281_" class="st2" d="M-392.6,160.2h-42.8c-6.4,0-11.6-5.2-11.6-11.6c0-4.8,2.9-9,7.2-10.8
c0.3-5.8,4.9-10.5,10.7-10.9c2.5-5.9,8.5-9.9,15.1-9.9s12.6,4,15.2,9.9c5.8,0.5,10.4,5.1,10.7,10.9c4.2,1.8,7.1,6,7.1,10.7
C-380.9,155-386.1,160.2-392.6,160.2z M-428.3,132.2c-3.5,0-6.3,2.8-6.3,6.3c0,0.3,0,0.5,0.1,0.9c0.2,1.4-0.7,2.7-2.1,3
c-3,0.6-5.1,3.2-5.1,6.2c0,3.5,2.8,6.3,6.3,6.3h42.9c3.5,0,6.3-2.8,6.3-6.3c0-3-2.1-5.6-5.1-6.2c-1.4-0.3-2.3-1.6-2.1-3
c0-0.3,0.1-0.6,0.1-0.9c0-3.5-2.8-6.3-6.3-6.3c-0.2,0-0.4,0-0.7,0c-1.3,0.1-2.5-0.7-2.8-1.9c-1.4-4.7-5.9-8.1-10.8-8.1
c-5,0-9.4,3.3-10.8,8.1c-0.4,1.2-1.5,2-2.8,1.9C-427.8,132.2-428,132.2-428.3,132.2z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

32
docs/img/illustrations/icons/laptop-globe.svg

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve">
<style type="text/css">
.st0{fill:#4FC1EA;}
.st1{opacity:0.3;}
.st2{fill:#585763;}
</style>
<g id="XMLID_95_">
<g id="XMLID_780_">
<path id="XMLID_816_" class="st0" d="M68.1,129.4h59c4.8,0,8.8-3.9,8.8-8.8V86.8c0-4.8-3.9-8.8-8.8-8.8h-59
c-4.8,0-8.8,3.9-8.8,8.8v33.8C59.3,125.5,63.3,129.4,68.1,129.4z M63.4,86.8c0-2.6,2.1-4.7,4.7-4.7h59c2.6,0,4.7,2.1,4.7,4.7v33.8
c0,2.6-2.1,4.7-4.7,4.7h-59c-2.6,0-4.7-2.1-4.7-4.7V86.8z"/>
<path id="XMLID_781_" class="st0" d="M135.8,131.7H59.5c-3.3,0-6,2.7-6,6v1.4c0,3.3,2.7,6,6,6h76.4c3.3,0,6-2.7,6-6v-1.4
C141.8,134.4,139.1,131.7,135.8,131.7z M137.8,139.1c0,1.1-0.9,1.9-1.9,1.9H59.5c-1.1,0-1.9-0.9-1.9-1.9v-1.4
c0-1.1,0.9-1.9,1.9-1.9h76.4c1.1,0,1.9,0.9,1.9,1.9V139.1z"/>
</g>
<g id="XMLID_662_" class="st1">
<path id="XMLID_663_" class="st2" d="M121.3,39C100.7,39,84,55.8,84,76.4c0,0.6,0,1.1,0,1.6h43.2c0.9,0,1.8,0.1,2.6,0.4h7.6
c-0.1,4.1-0.6,8-1.4,11.6v12.3c0.8-1.5,1.5-3.1,2.1-4.8c3.4-0.4,6.9-1,10.3-1.7c-3.2,4.4-7.5,8-12.4,10.4v4.5
c13.4-5.7,22.8-19,22.8-34.4C158.7,55.8,142,39,121.3,39z M101.2,74.4H88.1c0.3-4.5,1.4-8.8,3.3-12.6l0,0
c3.9-0.9,7.9-1.7,11.8-2.2C102.1,64,101.4,69,101.2,74.4z M94.4,57c3.9-5.4,9.5-9.7,15.9-11.9c-2.2,2.7-4.1,6.2-5.6,10.2
C101.2,55.7,97.8,56.2,94.4,57z M119.3,74.4h-14c0.2-5.6,1-10.8,2.4-15.4c3.8-0.4,7.7-0.6,11.6-0.7V74.4z M119.3,54.2
c-3.4,0.1-6.7,0.2-10.1,0.5c2.5-6,6.1-10.2,10.1-11.3V54.2z M123.4,43.4c4,1.1,7.5,5.3,10.1,11.3c-3.3-0.3-6.7-0.5-10.1-0.5V43.4z
M123.4,74.4V58.3c3.9,0.1,7.7,0.3,11.6,0.7c1.4,4.6,2.3,9.8,2.4,15.4H123.4z M138.1,55.2c-1.5-4.1-3.4-7.6-5.6-10.2
c6.4,2.3,12,6.5,15.9,11.9C144.9,56.2,141.5,55.7,138.1,55.2z M151.2,61.8L151.2,61.8c1.9,3.8,3.1,8.1,3.3,12.6h-13.1
c-0.1-5.3-0.9-10.4-2.1-14.8C143.4,60.1,147.3,60.8,151.2,61.8z M151.2,91.1L151.2,91.1c-3.9,0.9-7.9,1.7-11.8,2.2
c1.2-4.5,1.9-9.5,2.1-14.8h13.1C154.3,82.9,153.1,87.2,151.2,91.1z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

36
docs/img/illustrations/icons/mobile-feed.svg

@ -1,36 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve">
<style type="text/css">
.st0{opacity:0.3;}
.st1{fill:#585763;}
.st2{fill:#4FC1EA;}
</style>
<g id="XMLID_149_">
<g id="XMLID_2507_" class="st0">
<path id="XMLID_2508_" class="st1" d="M122.7,144.2H77.3c-5,0-9-4.1-9-9v-76c0-5,4.1-9,9-9h45.4c5,0,9,4.1,9,9v76
C131.7,140.2,127.7,144.2,122.7,144.2z M77.3,53.8c-3,0-5.4,2.4-5.4,5.4v76c0,3,2.4,5.4,5.4,5.4h45.4c3,0,5.4-2.4,5.4-5.4v-76
c0-3-2.4-5.4-5.4-5.4H77.3z"/>
</g>
<g id="XMLID_2503_" class="st0">
<path id="XMLID_2504_" class="st1" d="M120.7,131.4H79.3c-3,0-5.4-2.4-5.4-5.4V68.4c0-3,2.4-5.4,5.4-5.4h41.4c3,0,5.4,2.4,5.4,5.4
v57.5C126.1,128.9,123.7,131.4,120.7,131.4z M79.3,66.6c-1,0-1.8,0.8-1.8,1.8v57.5c0,1,0.8,1.8,1.8,1.8h41.4c1,0,1.8-0.8,1.8-1.8
V68.4c0-1-0.8-1.8-1.8-1.8H79.3z"/>
</g>
<g id="XMLID_2501_" class="st0">
<rect id="XMLID_2442_" x="93.5" y="134.4" class="st1" width="12.9" height="3.6"/>
</g>
<g id="XMLID_2465_">
<g id="XMLID_2470_">
<path id="XMLID_2441_" class="st2" d="M102.8,107.8c-1.5-1.5-4-1.5-5.6,0l-2.6-2.6c2.9-2.9,7.7-2.9,10.7,0L102.8,107.8z"/>
</g>
<g id="XMLID_2468_">
<path id="XMLID_2440_" class="st2" d="M108.7,101.9c-4.8-4.8-12.6-4.8-17.4,0l-2.6-2.6c6.2-6.2,16.3-6.2,22.5,0L108.7,101.9z"/>
</g>
<g id="XMLID_2466_">
<path id="XMLID_261_" class="st2" d="M85.2,95.8l-2.6-2.6c9.6-9.6,25.2-9.6,34.8,0l-2.6,2.6C106.7,87.6,93.3,87.6,85.2,95.8z"/>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

32
docs/img/illustrations/icons/mouse-globe.svg

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="-124 126 200 200" style="enable-background:new -124 126 200 200;" xml:space="preserve">
<style type="text/css">
.st0{fill:#00EFB7;}
.st1{opacity:0.3;}
.st2{fill:#585763;}
</style>
<g id="XMLID_27_">
<path id="XMLID_1509_" class="st0" d="M26.3,246.3L16,236c-8.3-8.3-21.8-8.3-30.1,0c-8.3,8.3-8.3,21.8,0,30.1l10.2,10.2
c4.1,4.2,9.6,6.2,15.1,6.2s10.9-2.1,15.1-6.2C34.6,268.1,34.6,254.6,26.3,246.3z M1,234.1c3.7,0,7.3,1.2,10.3,3.5L1,248l-10.3-10.3
C-6.3,235.3-2.7,234.1,1,234.1z M-12.4,240.7L-2.1,251l-10.3,10.3C-17.1,255.3-17.1,246.8-12.4,240.7z M23.2,273.3
c-6.6,6.6-17.4,6.6-24,0l-8.7-8.7l24-24l8.7,8.7C29.8,255.9,29.8,266.7,23.2,273.3z"/>
<g id="XMLID_977_" class="st1">
<path id="XMLID_981_" class="st2" d="M-3.8,276.4l-1.6-1.6c-1.5,0.6-3.1,1.1-4.7,1.5c1-1,2-2.1,2.9-3.3l-3.2-3.2
c-3.4,4.5-7.3,7.4-11.5,8.1v-18.8c1,0,2.1,0,3.1-0.1c-0.6-1.4-1-2.8-1.2-4.3c-0.6,0-1.3,0-1.9,0V228H1.6c0,0.5,0,1.1-0.1,1.6
c1.5,0,2.9,0.2,4.3,0.6c0-0.7,0.1-1.4,0.1-2.1H28c-0.2,5.8-1.4,11.3-3.4,16.4l1.6,1.6c0.6,0.6,1.2,1.2,1.7,1.9
c2.9-6.8,4.5-14.3,4.5-22.1c0-31.1-25.3-56.5-56.5-56.5s-56.4,25.5-56.4,56.7s25.3,56.5,56.5,56.5c7.8,0,15.3-1.6,22.1-4.5
C-2.6,277.5-3.2,277-3.8,276.4z M22.3,202.1c3.4,6.6,5.5,14,5.8,21.8H6c-0.2-9-1.4-17.5-3.5-24.9c6.6,0.9,13.2,2.1,19.7,3.7
L22.3,202.1z M19.6,197.6c-6.2-1.4-12.4-2.4-18.7-3.2c-2.8-7.9-6.6-14.2-11.1-18.6C2.3,179.3,12.8,187.2,19.6,197.6z M-21.8,174.2
c7.1,1.3,13.5,8.8,17.9,19.7c-5.9-0.6-11.9-0.9-17.9-1V174.2z M-21.8,197.3c6.5,0.1,13,0.5,19.5,1.2c2.4,7.5,3.8,16.2,4,25.5
h-23.5V197.3z M-37.9,175.8c-4.5,4.3-8.3,10.7-11.1,18.6c-6.3,0.8-12.5,1.9-18.7,3.2C-60.8,187.2-50.3,179.3-37.9,175.8z
M-70.3,202.1l0.1,0.5c6.5-1.6,13.1-2.8,19.7-3.7c-2.1,7.4-3.4,15.8-3.5,24.9h-22.1C-75.8,216.1-73.7,208.7-70.3,202.1z
M-70.3,250c-3.4-6.6-5.5-14-5.8-21.8H-54c0.2,9,1.4,17.5,3.5,24.9c-6.6-0.9-13.2-2.1-19.7-3.7L-70.3,250z M-67.7,254.5
c6.2,1.4,12.4,2.4,18.7,3.2c2.8,7.9,6.6,14.2,11.1,18.6C-50.3,272.9-60.8,265-67.7,254.5z M-26.2,278c-7.1-1.3-13.5-8.8-17.9-19.7
c5.9,0.6,11.9,0.9,17.9,1V278z M-26.2,254.9c-6.5-0.1-13-0.5-19.5-1.2c-2.4-7.5-3.8-16.2-4-25.5h23.5V254.9z M-26.2,223.9h-23.5
c0.2-9.3,1.7-18,4-25.5c6.5-0.7,13-1.1,19.5-1.2V223.9z M-26.2,192.9c-6,0.1-11.9,0.4-17.8,1c4.3-11,10.7-18.5,17.8-19.7V192.9z"
/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

23
docs/img/illustrations/icons/plug-cloud.svg

@ -1,23 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="-124 126 200 200" style="enable-background:new -124 126 200 200;" xml:space="preserve">
<style type="text/css">
.st0{opacity:0.3;fill:#585763;enable-background:new ;}
.st1{fill:#4FC1EA;}
</style>
<g id="XMLID_81_">
<path id="XMLID_2288_" class="st0" d="M-7.9,213.9v-9h-4.2v8.9h-5.1v-8.9h-4.2v8.9h-5.1v-8.9h-4.2v8.9h-5.1v-8.9H-40v9
c-3.2,0.4-5.6,3.1-5.6,6.3v13.3c0,5.9,4.8,10.6,10.6,10.6h9v34h4.2v-34h9c5.9,0,10.6-4.8,10.6-10.6v-13.3
C-2.2,216.9-4.7,214.2-7.9,213.9z M-6.5,233.5c0,3.5-2.9,6.4-6.4,6.4h-22.3c-3.5,0-6.4-2.9-6.4-6.4v-13.3c0-1.2,1-2.1,2.1-2.1h30.8
c1.2,0,2.1,1,2.1,2.1L-6.5,233.5L-6.5,233.5z"/>
<g id="XMLID_2286_">
<path id="XMLID_2287_" class="st1" d="M7.8,197.9L7.8,197.9c0-7.4-5.9-13.4-13.2-13.6c-3-7.5-10.3-12.6-18.5-12.6
s-15.5,5.1-18.5,12.6c-7.3,0.2-13.2,6.2-13.2,13.5c-5.4,1.9-9.1,7-9.1,12.8c0,7.5,6.1,13.5,13.5,13.5h5.5v-4c0-0.1,0-0.1,0-0.2
h-5.5c-5.1,0-9.3-4.2-9.3-9.3c0-4.4,3.2-8.3,7.5-9.1c1.1-0.2,1.9-1.3,1.7-2.4c-0.1-0.5-0.1-0.9-0.1-1.3c0-5.1,4.2-9.3,9.3-9.3
c0.3,0,0.6,0,1,0.1c1,0.1,2-0.5,2.3-1.5c1.8-6.5,8-11.1,14.8-11.1s13,4.6,14.9,11.1c0.3,1,1.2,1.6,2.3,1.5c0.3,0,0.6-0.1,1-0.1
c5.1,0,9.3,4.2,9.3,9.3c0,0.4,0,0.8-0.1,1.3c-0.2,1.1,0.6,2.2,1.7,2.4c4.3,0.9,7.5,4.7,7.5,9.1c0,5.1-4.2,9.3-9.3,9.3h-5.5
c0,0.1,0,0.1,0,0.2v4h5.5c7.5,0,13.5-6.1,13.5-13.5C16.8,204.9,13.1,199.8,7.8,197.9z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

BIN
docs/img/illustrations/mockups/app-mockup.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

123
docs/img/illustrations/pricing/1.svg

@ -1,123 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
<style type="text/css">
.st0{fill:#4FC1EA;}
.st1{fill:none;}
.st2{fill:#FFFFFF;}
</style>
<g>
<path class="st0" d="M476,450.3H24.6c-0.4,0-0.6-0.8-0.6-1.8c0-1,0.3-1.8,0.6-1.8H476"/>
<polygon class="st1" points="210.2,287.9 209.4,292.3 214.1,296.9 223.2,287.9 "/>
<path class="st1" d="M228.8,335.2c-1,0-1.8-0.8-1.8-1.8v-26.6c0-1,0.8-1.8,1.8-1.8h26.6c1,0,1.8,0.8,1.8,1.8v3.1l4.6-4.6
c0,0,0,0,0,0c0,0,0,0,0,0l5.8-5.8L256,287.9h-27.8l-7.4,7.4h13.8c1,0,1.8,0.8,1.8,1.8c0,1-0.8,1.8-1.8,1.8h-16.2
c-0.3,0-0.6-0.1-0.9-0.3l-2.2,2.2l-9.2,9.2l-4.6,25.2h14.1c1,0,1.8,0.8,1.8,1.8c0,1-0.8,1.8-1.8,1.8h-14.8l-11.6,63.2h14.1
c1,0,1.8,0.8,1.8,1.8c0,1-0.8,1.8-1.8,1.8h-14.7l-7.6,41.4h42v-7.3h-14.2c-1,0-1.8-0.8-1.8-1.8c0-1,0.8-1.8,1.8-1.8H223v-18.8
c0-5.1,2-9.9,5.6-13.5c3.6-3.6,8.4-5.6,13.5-5.6c10.4,0,18.9,8.4,19.1,18.8h14.4c1,0,1.8,0.8,1.8,1.8c0,1-0.8,1.8-1.8,1.8h-14.4
v26.4h42l-12.9-69.9l-41.7-41.7H228.8z M265.2,388.5h16.2c1,0,1.8,0.8,1.8,1.8c0,1-0.8,1.8-1.8,1.8h-16.2c-1,0-1.8-0.8-1.8-1.8
C263.4,389.3,264.2,388.5,265.2,388.5z M257.2,350.1v26.6c0,1-0.8,1.8-1.8,1.8h-26.6c-1,0-1.8-0.8-1.8-1.8v-4.1h-14.4
c-1,0-1.8-0.8-1.8-1.8c0-1,0.8-1.8,1.8-1.8H227v-18.9c0-1,0.8-1.8,1.8-1.8h26.6C256.4,348.3,257.2,349.1,257.2,350.1z"/>
<polygon class="st1" points="261,287.9 271.3,298.2 276.9,303.7 273.9,287.9 "/>
<polygon class="st2" points="382.8,147.4 279.6,250.5 297.4,268.3 400.6,165.2 "/>
<rect x="253.5" y="191" transform="matrix(0.7069 -0.7073 0.7073 0.7069 -41.6565 287.82)" class="st2" width="145.9" height="6.4"/>
<path class="st2" d="M366.2,412.2L263,309l-6.4,6.4c0,0,0,0,0,0l-11.4,11.4l5.3,5.3c0,0,0,0,0,0l97.8,97.8L366.2,412.2z"/>
<rect x="316.2" y="282.9" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -158.0669 330.2348)" class="st2" width="6.4" height="145.9"/>
<path class="st2" d="M244.6,271.5l12.9,12.9h15.9c-0.8-5-3.6-18.5-11.8-29.9L244.6,271.5z"/>
<polygon class="st2" points="242.1,274 231.8,284.3 252.4,284.3 "/>
<rect x="230.6" y="351.9" class="st2" width="23" height="23"/>
<path class="st2" d="M230.6,331.6H245l-3.5-3.5c-0.7-0.7-0.7-1.8,0-2.5l12.1-12.1v-4.8h-23V331.6z"/>
<path class="st2" d="M242.1,269l17.3-17.3c-4.8-5.8-10.7-10.1-17.3-12.7c-6.7,2.6-12.5,6.8-17.3,12.7L242.1,269z"/>
<path class="st2" d="M257.6,417.1c0-8.6-7-15.6-15.6-15.6c-4.1,0-8,1.6-11,4.6c-3,3-4.6,6.9-4.6,11v19.8c0.1,0.2,0.2,0.5,0.2,0.8
c0,0.3-0.1,0.5-0.2,0.8v8.3h31.1V417.1z"/>
<path class="st2" d="M226.7,284.3l12.9-12.9l-17-17c-8.2,11.4-11,24.9-11.8,29.9H226.7z"/>
<polygon class="st2" points="221.2,233.9 238.9,216.1 135.8,113 118,130.8 "/>
<polygon class="st2" points="218.7,236.4 115.5,133.3 110.9,137.8 214.1,241 "/>
<rect x="84.8" y="345.6" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -200.4249 213.7086)" class="st2" width="145.9" height="6.4"/>
<rect x="71.1" y="322.5" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -194.7578 200.0259)" class="st2" width="145.9" height="25.2"/>
<path class="st0" d="M228.8,348.3c-1,0-1.8,0.8-1.8,1.8v18.9h-14.4c-1,0-1.8,0.8-1.8,1.8c0,1,0.8,1.8,1.8,1.8H227v4.1
c0,1,0.8,1.8,1.8,1.8h26.6c1,0,1.8-0.8,1.8-1.8v-26.6c0-1-0.8-1.8-1.8-1.8H228.8z M253.6,374.9h-23v-23h23V374.9z"/>
<path class="st0" d="M265.2,392h16.2c1,0,1.8-0.8,1.8-1.8c0-1-0.8-1.8-1.8-1.8h-16.2c-1,0-1.8,0.8-1.8,1.8
C263.4,391.2,264.2,392,265.2,392z"/>
<path class="st0" d="M275.9,251.8C275.9,251.8,275.9,251.8,275.9,251.8C275.9,251.8,275.9,251.8,275.9,251.8l20.3,20.3
c0.3,0.3,0.8,0.5,1.3,0.5c0.5,0,0.9-0.2,1.3-0.5l105.7-105.7c0.7-0.7,0.7-1.8,0-2.5l-20.3-20.3h0l-7.1-7.1c-0.7-0.7-1.8-0.7-2.5,0
L268.8,242.2l-6.9,6.9c-5.4-6.4-11.8-11-19.2-13.7c-0.4-0.1-0.8-0.1-1.2,0c-7.4,2.7-13.9,7.4-19.2,13.7l-5.6-5.6l26.1-26.1
c0.7-0.7,0.7-1.8,0-2.5L137,109.2c-0.7-0.7-1.8-0.7-2.5,0l-27.4,27.4c-0.7,0.7-0.7,1.8,0,2.5l105.7,105.7l7.2,7.2
c-10.8,14.8-12.9,32.5-13,33.9l-0.6,3.4L188,270.8c-0.7-0.7-1.8-0.7-2.5,0L79.8,376.5c-0.3,0.3-0.5,0.8-0.5,1.3
c0,0.5,0.2,0.9,0.5,1.3l27.4,27.4c0.3,0.3,0.8,0.5,1.3,0.5c0.5,0,0.9-0.2,1.3-0.5l92.1-92.1l-24.7,133.9c-0.1,0.5,0,1.1,0.4,1.5
c0.3,0.4,0.8,0.6,1.4,0.6h126.5c0.5,0,1-0.2,1.4-0.6c0.3-0.4,0.5-0.9,0.4-1.5l-12.3-66.9l52.4,52.4c0.3,0.3,0.8,0.5,1.3,0.5
c0.5,0,0.9-0.2,1.3-0.5l20.3-20.3c0,0,0,0,0,0l7.1-7.1c0.7-0.7,0.7-1.8,0-2.5l-95.7-95.7l-4.1-22.3c-0.2-1.5-2.2-19.2-13-33.9
l5.9-5.9L275.9,251.8z M279.6,250.5l103.2-103.2l17.8,17.8L297.4,268.3L279.6,250.5z M277.1,248l-4.5-4.5l103.2-103.2l4.5,4.5
L277.1,248z M214.1,296.9l-4.7-4.7l0.8-4.4h12.9L214.1,296.9z M186.8,274.6l17.8,17.8L101.4,395.6l-17.8-17.8L186.8,274.6z
M242.1,238.9c6.7,2.6,12.5,6.9,17.3,12.7L242.1,269l-17.3-17.3C229.6,245.8,235.4,241.5,242.1,238.9z M242.1,274l10.3,10.3h-20.7
L242.1,274z M239.6,271.5l-12.9,12.9h-15.9c0.8-5,3.6-18.4,11.8-29.9L239.6,271.5z M207.1,294.9l4.5,4.5L108.4,402.6l-4.5-4.5
L207.1,294.9z M257.5,284.3l-12.9-12.9l17-17c8.2,11.4,11,24.9,11.8,29.9H257.5z M238.9,216.1l-17.8,17.8L118,130.8l17.8-17.8
L238.9,216.1z M115.5,133.3l103.2,103.2l-4.5,4.6L110.9,137.8L115.5,133.3z M226.5,438.4c0.1-0.2,0.2-0.5,0.2-0.8
c0-0.3-0.1-0.5-0.2-0.8v-19.8c0-4.1,1.6-8,4.6-11c2.9-2.9,6.8-4.6,11-4.6c8.6,0,15.6,7,15.6,15.6v29.7h-31.1V438.4z M303.2,446.8
h-42v-26.4h14.4c1,0,1.8-0.8,1.8-1.8c0-1-0.8-1.8-1.8-1.8h-14.4c-0.2-10.4-8.7-18.8-19.1-18.8c-5.1,0-9.9,2-13.5,5.6
c-3.6,3.6-5.6,8.4-5.6,13.5v18.8h-14.2c-1,0-1.8,0.8-1.8,1.8c0,1,0.8,1.8,1.8,1.8H223v7.3h-42l7.6-41.4h14.7c1,0,1.8-0.8,1.8-1.8
c0-1-0.8-1.8-1.8-1.8h-14.1l11.6-63.2h14.8c1,0,1.8-0.8,1.8-1.8c0-1-0.8-1.8-1.8-1.8h-14.1l4.6-25.2l9.2-9.2l2.2-2.2
c0.3,0.2,0.6,0.3,0.9,0.3h16.2c1,0,1.8-0.8,1.8-1.8c0-1-0.8-1.8-1.8-1.8h-13.8l7.4-7.4H256l11.6,11.6l-5.8,5.8c0,0,0,0,0,0
c0,0,0,0,0,0l-4.6,4.6v-3.1c0-1-0.8-1.8-1.8-1.8h-26.6c-1,0-1.8,0.8-1.8,1.8v26.6c0,1,0.8,1.8,1.8,1.8h19.8l41.7,41.7L303.2,446.8z
M253.6,313.4l-12.1,12.1c-0.7,0.7-0.7,1.8,0,2.5l3.5,3.5h-14.5v-23h23V313.4z M250.6,332.1C250.6,332.1,250.6,332.1,250.6,332.1
l-5.3-5.3l11.4-11.4c0,0,0,0,0,0l6.4-6.4l103.2,103.2L348.4,430L250.6,332.1z M368.7,409.7L265.5,306.5l4.5-4.5l103.2,103.2
L368.7,409.7z M271.3,298.2L261,287.9h12.9l2.9,15.9L271.3,298.2z"/>
<path class="st1" d="M115.2,355.1c1.4,0.9,2.8,1.7,4.3,2.2v-8.6c-0.6-0.1-1.3-0.2-1.9-0.4l-8.5-0.5
C111.5,349.9,113.6,352.4,115.2,355.1z"/>
<path class="st1" d="M123.1,352.2c2.7-0.2,5.2-1.4,7.1-3.1l-7.1-0.4V352.2z"/>
<path class="st1" d="M133,358.3c3-3.7,7-6.5,11.5-8.2l-9.9-0.6c-2.7,3.6-6.8,6-11.6,6.3v2.6c1.5,0.3,3.1,0.5,4.7,0.5
C129.6,358.9,131.3,358.7,133,358.3z"/>
<path class="st1" d="M119.5,369.6v-8.5c-0.6-0.2-1.2-0.4-1.8-0.7C118.8,363.4,119.4,366.4,119.5,369.6z"/>
<path class="st1" d="M127.2,374.7c0-4.5,1.1-8.7,3.1-12.3c-0.9,0.1-1.7,0.1-2.6,0.1c-1.6,0-3.1-0.2-4.7-0.4v48h7.8
c6.9,0,12.8-4.2,15.3-10.2C135.3,396.7,127.2,386.6,127.2,374.7z"/>
<path class="st1" d="M119.5,371.9c-0.5,13.9-10.4,25.5-23.5,28.6c0,13,10.5,23.7,23.5,24V371.9z"/>
<path class="st2" d="M146.2,349.5c0-0.1,0.1-0.2,0.1-0.3c2.7-3.8,4.1-8.3,4.1-13c0-12.5-10.1-22.6-22.6-22.6s-22.6,10.1-22.6,22.6
c0,3.6,0.9,7.1,2.5,10.3c0.5,0.4,1,0.8,1.5,1.3l8.5,0.5c-4.9-1.6-8.4-6.1-8.4-11.5c0-1,0.8-1.8,1.8-1.8c1,0,1.8,0.8,1.8,1.8
c0,4.1,2.9,7.5,6.8,8.3v-8.9c0-1,0.8-1.8,1.8-1.8c1,0,1.8,0.8,1.8,1.8v12.4l7.1,0.4c2.4-2.2,4-5.4,4-8.9c0-1,0.8-1.8,1.8-1.8
c1,0,1.8,0.8,1.8,1.8c0,3.4-1.1,6.6-3,9.2l9.9,0.6C145.1,349.9,145.6,349.7,146.2,349.5z"/>
<path class="st2" d="M153.4,352.1c-7.1,0-13.4,3.3-17.6,8.4c-0.1,0.3-0.3,0.6-0.6,0.8c-2.8,3.8-4.4,8.4-4.4,13.4
c0,10.3,6.9,19,16.4,21.7c0.2-0.9,0.3-1.9,0.3-2.9v-12.1c-5.8-0.9-10.3-5.9-10.3-11.9c0-1,0.8-1.8,1.8-1.8c1,0,1.8,0.8,1.8,1.8
c0,4.1,2.9,7.5,6.8,8.3v-3.2c0-1,0.8-1.8,1.8-1.8s1.8,0.8,1.8,1.8v13.9c5.8-0.9,10.3-5.9,10.3-11.9c0-1,0.8-1.8,1.8-1.8
c1,0,1.8,0.8,1.8,1.8c0,8-6.1,14.6-13.8,15.5v1.4c0,1.2-0.1,2.4-0.3,3.6c0.9,0.1,1.8,0.2,2.8,0.2c12.5,0,22.6-10.1,22.6-22.6
C176,362.2,165.9,352.1,153.4,352.1z"/>
<path class="st0" d="M153.4,348.5c-0.9,0-1.7,0-2.6,0.1c2-3.8,3.1-8,3.1-12.3c0-14.4-11.7-26.2-26.2-26.2
c-14.4,0-26.2,11.7-26.2,26.2c0,2.4,0.4,4.8,1,7.2c-4.1-2-8.7-3.2-13.6-3.2c-16.8,0-30.5,13.7-30.5,30.5
c0,16.8,13.7,30.5,30.5,30.5c1.2,0,2.3-0.1,3.5-0.2c0.4,14.7,12.3,26.6,27,26.9v20.6c0,1,0.8,1.8,1.8,1.8c1,0,1.8-0.8,1.8-1.8
v-34.9h7.8c8.6,0,15.9-5.4,18.8-13.1c1.2,0.2,2.5,0.3,3.7,0.3c14.4,0,26.2-11.7,26.2-26.2C179.6,360.2,167.8,348.5,153.4,348.5z
M153.4,397.3c-0.9,0-1.9-0.1-2.8-0.2c0.2-1.2,0.3-2.4,0.3-3.6v-1.4c7.8-0.9,13.8-7.5,13.8-15.5c0-1-0.8-1.8-1.8-1.8
c-1,0-1.8,0.8-1.8,1.8c0,6-4.5,11-10.3,11.9v-13.9c0-1-0.8-1.8-1.8-1.8s-1.8,0.8-1.8,1.8v3.2c-3.9-0.8-6.8-4.2-6.8-8.3
c0-1-0.8-1.8-1.8-1.8c-1,0-1.8,0.8-1.8,1.8c0,6.1,4.5,11.1,10.3,11.9v12.1c0,1-0.1,1.9-0.3,2.9c-9.4-2.7-16.4-11.4-16.4-21.7
c0-5,1.7-9.6,4.4-13.4c0.3-0.2,0.5-0.5,0.6-0.8c4.2-5.1,10.5-8.4,17.6-8.4c12.5,0,22.6,10.1,22.6,22.6
C176,387.2,165.9,397.3,153.4,397.3z M123.1,355.8c4.7-0.3,8.9-2.7,11.6-6.3c1.9-2.6,3-5.8,3-9.2c0-1-0.8-1.8-1.8-1.8
c-1,0-1.8,0.8-1.8,1.8c0,3.5-1.5,6.7-4,8.9c-1.9,1.7-4.4,2.9-7.1,3.1v-3.5v-12.4c0-1-0.8-1.8-1.8-1.8c-1,0-1.8,0.8-1.8,1.8v8.9
c-3.9-0.8-6.8-4.2-6.8-8.3c0-1-0.8-1.8-1.8-1.8c-1,0-1.8,0.8-1.8,1.8c0,5.4,3.5,10,8.4,11.5c0.6,0.2,1.2,0.3,1.9,0.4v8.6
c-1.5-0.6-2.9-1.3-4.3-2.2c-1.6-2.7-3.7-5.2-6.1-7.3c-0.5-0.4-1-0.9-1.5-1.3c-1.6-3.2-2.5-6.7-2.5-10.3c0-12.5,10.1-22.6,22.6-22.6
s22.6,10.1,22.6,22.6c0,4.7-1.4,9.2-4.1,13c-0.1,0.1-0.1,0.2-0.1,0.3c-0.6,0.2-1.1,0.3-1.6,0.5c-4.6,1.6-8.5,4.5-11.5,8.2
c-1.7,0.4-3.5,0.7-5.3,0.7c-1.6,0-3.1-0.2-4.7-0.5V355.8z M119.5,369.6c-0.1-3.2-0.7-6.3-1.8-9.2c0.6,0.2,1.2,0.5,1.8,0.7V369.6z
M116.1,370.8c0,12.5-8.5,22.9-20,26v-13.4c5.8-0.9,10.3-5.9,10.3-11.9c0-1-0.8-1.8-1.8-1.8c-1,0-1.8,0.8-1.8,1.8
c0,4.1-2.9,7.5-6.8,8.3v-3.5c0-1-0.8-1.8-1.8-1.8c-1,0-1.8,0.8-1.8,1.8v13.4c-7.4-0.5-13.2-6.6-13.2-14.1c0-1-0.8-1.8-1.8-1.8
c-1,0-1.8,0.8-1.8,1.8c0,9.4,7.4,17.2,16.8,17.6v4.3c-1.1,0.1-2.3,0.2-3.5,0.2c-14.9,0-27-12.1-27-27c0-14.9,12.1-27,27-27
C103.9,343.8,116.1,355.9,116.1,370.8z M96.1,400.5c13.1-3.1,23-14.6,23.5-28.6v52.5C106.6,424.1,96.1,413.5,96.1,400.5z
M130.9,410.1h-7.8v-48c1.5,0.3,3.1,0.4,4.7,0.4c0.9,0,1.7-0.1,2.6-0.1c-2,3.7-3.1,7.9-3.1,12.3c0,11.9,8,22,19,25.1
C143.7,405.8,137.8,410.1,130.9,410.1z"/>
<path class="st2" d="M62.1,370.8c0,14.9,12.1,27,27,27c1.2,0,2.3-0.1,3.5-0.2v-4.3c-9.3-0.5-16.8-8.2-16.8-17.6
c0-1,0.8-1.8,1.8-1.8c1,0,1.8,0.8,1.8,1.8c0,7.5,5.9,13.6,13.2,14.1v-13.4c0-1,0.8-1.8,1.8-1.8c1,0,1.8,0.8,1.8,1.8v3.5
c3.9-0.8,6.8-4.2,6.8-8.3c0-1,0.8-1.8,1.8-1.8c1,0,1.8,0.8,1.8,1.8c0,6.1-4.5,11.1-10.3,11.9v13.4c11.5-3.1,20-13.6,20-26
c0-14.9-12.1-27-27-27C74.2,343.8,62.1,355.9,62.1,370.8z"/>
<path class="st1" d="M446.4,364.3c0.4,0,0.7-0.3,0.7-0.7c0-0.4-0.3-0.7-0.7-0.7c-0.4,0-0.7,0.3-0.7,0.7
C445.7,364,446,364.3,446.4,364.3z"/>
<path class="st2" d="M406.1,365.8c0.2,0,0.4-0.2,0.4-0.4c0-0.2-0.2-0.4-0.4-0.4h-17.4c-0.2,0-0.4,0.2-0.4,0.4
c0,0.2,0.2,0.4,0.4,0.4H406.1z"/>
<path class="st2" d="M318.9,60.2c-5.8,0-11.4,2.1-15.8,5.9c-0.4,0.3-0.9,0.5-1.4,0.4c-0.5-0.1-0.9-0.3-1.2-0.7
c-5.9-8-15.1-12.6-25-12.6c-17.2,0-31.2,14-31.2,31.2c0,4.2,3.4,7.6,7.6,7.6h83.6c4.2,0,7.6-3.4,7.6-7.6
C343.1,71,332.2,60.2,318.9,60.2z"/>
<path class="st0" d="M318.9,56.6c-6,0-11.9,2-16.7,5.6c-6.6-7.9-16.4-12.6-26.7-12.6c-19.1,0-34.7,15.6-34.7,34.7
c0,6.2,5,11.2,11.2,11.2h83.6c6.2,0,11.2-5,11.2-11.2C346.6,69.1,334.2,56.6,318.9,56.6z M335.5,92h-83.6c-4.2,0-7.6-3.4-7.6-7.6
c0-17.2,14-31.2,31.2-31.2c10,0,19.1,4.6,25,12.6c0.3,0.4,0.7,0.7,1.2,0.7c0.5,0.1,1-0.1,1.4-0.4c4.4-3.8,10-5.9,15.8-5.9
c13.3,0,24.2,10.9,24.2,24.2C343.1,88.6,339.7,92,335.5,92z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 12 KiB

349
docs/img/illustrations/pricing/2.svg

@ -1,349 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
<style type="text/css">
.st0{fill:#4FC1EA;}
.st1{fill:none;}
.st2{fill:#FFFFFF;}
.st3{fill:#4195CE;}
</style>
<g>
<path class="st0" d="M476.5,450.7H24.2c-0.4,0-0.6-0.8-0.6-1.8c0-1,0.3-1.8,0.6-1.8h452.3"/>
<path class="st0" d="M287.5,56.2c-6,0-11.9,2-16.7,5.6c-6.6-7.9-16.5-12.6-26.8-12.6c-19.2,0-34.8,15.6-34.8,34.8
c0,6.2,5,11.2,11.2,11.2h83.8c6.2,0,11.2-5,11.2-11.2C315.4,68.7,302.9,56.2,287.5,56.2z M304.2,91.6h-83.8c-4.2,0-7.6-3.4-7.6-7.6
c0-17.2,14-31.2,31.2-31.2c10,0,19.1,4.6,25.1,12.6c0.3,0.4,0.7,0.7,1.2,0.7c0.5,0.1,1-0.1,1.4-0.4c4.4-3.8,10.1-5.9,15.9-5.9
c13.4,0,24.3,10.9,24.3,24.3C311.8,88.2,308.4,91.6,304.2,91.6z"/>
<rect x="364" y="304.2" class="st1" width="28.7" height="37.6"/>
<path class="st1" d="M329.1,145.4c5.2,0,9.4-4.2,9.4-9.4c0-5.2-4.2-9.4-9.4-9.4c-5.2,0-9.4,4.2-9.4,9.4
C319.7,141.1,323.9,145.4,329.1,145.4z"/>
<rect x="264.2" y="304.2" class="st1" width="28.7" height="37.6"/>
<rect x="314.2" y="304.2" class="st1" width="28.7" height="37.6"/>
<path class="st1" d="M371.6,184.9v-28.2h-85.2v28.2c0,16.5-10,30.6-24.2,36.8h133.4C381.5,215.6,371.6,201.5,371.6,184.9z
M353.2,214.1c0,0.9-0.7,1.6-1.6,1.6h-45c-0.9,0-1.6-0.7-1.6-1.6v-50c0-0.9,0.7-1.6,1.6-1.6h45c0.9,0,1.6,0.7,1.6,1.6V214.1z"/>
<rect x="248.1" y="376.1" class="st2" width="160.9" height="1.7"/>
<rect x="248.1" y="289" class="st2" width="160.9" height="1.7"/>
<rect x="388.4" y="408.2" class="st2" width="4.4" height="5.9"/>
<rect x="388.4" y="390.7" class="st2" width="4.4" height="5"/>
<rect x="380.2" y="345.1" class="st2" width="12.5" height="11.1"/>
<rect x="388.4" y="258.3" class="st2" width="4.4" height="5.9"/>
<rect x="388.4" y="240.9" class="st2" width="4.4" height="5"/>
<rect x="388.4" y="249.1" class="st2" width="4.4" height="5.9"/>
<rect x="388.4" y="267.5" class="st2" width="4.4" height="5"/>
<rect x="388.4" y="398.9" class="st2" width="4.4" height="5.9"/>
<rect x="388.4" y="417.4" class="st2" width="4.4" height="5"/>
<rect x="380" y="417.4" class="st2" width="5.1" height="5"/>
<rect x="380" y="408.2" class="st2" width="5.1" height="5.9"/>
<rect x="380" y="398.9" class="st2" width="5.1" height="5.9"/>
<rect x="380" y="390.7" class="st2" width="5.1" height="5"/>
<rect x="380" y="267.5" class="st2" width="5.1" height="5"/>
<rect x="380" y="258.3" class="st2" width="5.1" height="5.9"/>
<rect x="380" y="249.1" class="st2" width="5.1" height="5.9"/>
<rect x="380" y="240.9" class="st2" width="5.1" height="5"/>
<rect x="371.5" y="417.4" class="st2" width="5.3" height="5"/>
<rect x="371.5" y="408.2" class="st2" width="5.3" height="5.9"/>
<rect x="371.5" y="398.9" class="st2" width="5.3" height="5.9"/>
<rect x="371.5" y="390.7" class="st2" width="5.3" height="5"/>
<rect x="371.5" y="267.5" class="st2" width="5.3" height="5"/>
<rect x="371.5" y="258.3" class="st2" width="5.3" height="5.9"/>
<rect x="371.5" y="249.1" class="st2" width="5.3" height="5.9"/>
<rect x="371.5" y="240.9" class="st2" width="5.3" height="5"/>
<rect x="364" y="417.4" class="st2" width="4.2" height="5"/>
<rect x="364" y="408.2" class="st2" width="4.2" height="5.9"/>
<rect x="364" y="398.9" class="st2" width="4.2" height="5.9"/>
<rect x="364" y="390.7" class="st2" width="4.2" height="5"/>
<rect x="364" y="267.5" class="st2" width="4.2" height="5"/>
<rect x="364" y="258.3" class="st2" width="4.2" height="5.9"/>
<rect x="364" y="249.1" class="st2" width="4.2" height="5.9"/>
<rect x="364" y="240.9" class="st2" width="4.2" height="5"/>
<path class="st2" d="M294.7,143.5v9.9h68.7v-9.9c-4-0.4-7.7-2.1-10.6-5c-3.3-3.3-5.1-7.6-5.1-12.3v-10.2h-37.4v10.2
C310.4,135.3,303.5,142.7,294.7,143.5z M329.1,123.3c7,0,12.7,5.7,12.7,12.7c0,7-5.7,12.7-12.7,12.7c-7,0-12.7-5.7-12.7-12.7
C316.4,129,322.1,123.3,329.1,123.3z"/>
<rect x="364" y="345.1" class="st2" width="12.9" height="11.1"/>
<rect x="360.3" y="275.8" class="st2" width="36.2" height="0.9"/>
<rect x="360.3" y="359.4" class="st2" width="36.2" height="0.9"/>
<rect x="360.3" y="425.6" class="st2" width="36.2" height="0.9"/>
<path class="st2" d="M409,445.9v-64.8H248.1v64.8h13.2v-56.8c0-0.9,0.7-1.6,1.6-1.6h31.3c0.9,0,1.6,0.7,1.6,1.6v56.8H409z M357,424
c0-0.9,0.7-1.6,1.6-1.6h2.1v-6.4c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2v-18c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2v-8
c0-0.9,0.7-1.6,1.6-1.6h32c0.9,0,1.6,0.7,1.6,1.6v33.3h2.1c0.9,0,1.6,0.7,1.6,1.6v4.1c0,0.9-0.7,1.6-1.6,1.6h-39.5
c-0.9,0-1.6-0.7-1.6-1.6V424z M307.2,424c0-0.9,0.7-1.6,1.6-1.6h2.1v-6.4c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2v-18
c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2v-8c0-0.9,0.7-1.6,1.6-1.6h32c0.9,0,1.6,0.7,1.6,1.6v33.3h2.1c0.9,0,1.6,0.7,1.6,1.6v4.1
c0,0.9-0.7,1.6-1.6,1.6h-39.5c-0.9,0-1.6-0.7-1.6-1.6V424z"/>
<path class="st2" d="M248.1,294v78.8H409V294H248.1z M299.9,362c0,0.9-0.7,1.6-1.6,1.6h-39.5c-0.9,0-1.6-0.7-1.6-1.6v-4.1
c0-0.9,0.7-1.6,1.6-1.6h2.1v-53.6c0-0.9,0.7-1.6,1.6-1.6h32c0.9,0,1.6,0.7,1.6,1.6v53.6h2.1c0.9,0,1.6,0.7,1.6,1.6V362z M349.9,362
c0,0.9-0.7,1.6-1.6,1.6h-39.5c-0.9,0-1.6-0.7-1.6-1.6v-4.1c0-0.9,0.7-1.6,1.6-1.6h2.1v-53.6c0-0.9,0.7-1.6,1.6-1.6h32
c0.9,0,1.6,0.7,1.6,1.6v53.6h2.1c0.9,0,1.6,0.7,1.6,1.6V362z M398.1,363.6h-39.5c-0.9,0-1.6-0.7-1.6-1.6v-4.1
c0-0.9,0.7-1.6,1.6-1.6h2.1v-53.6c0-0.9,0.7-1.6,1.6-1.6h32c0.9,0,1.6,0.7,1.6,1.6v53.6h2.1c0.9,0,1.6,0.7,1.6,1.6v4.1
C399.8,362.9,399,363.6,398.1,363.6z"/>
<path class="st2" d="M248.1,285.7H409v-60.8H248.1V285.7z M357,274.1c0-0.9,0.7-1.6,1.6-1.6h2.1v-6.4c0-0.1,0-0.1,0-0.2
c0-0.1,0-0.1,0-0.2v-18c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2v-8c0-0.9,0.7-1.6,1.6-1.6h32c0.9,0,1.6,0.7,1.6,1.6v33.3h2.1
c0.9,0,1.6,0.7,1.6,1.6v4.1c0,0.9-0.7,1.6-1.6,1.6h-39.5c-0.9,0-1.6-0.7-1.6-1.6V274.1z M307.2,274.1c0-0.9,0.7-1.6,1.6-1.6h2.1
v-6.4c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2v-18c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2v-8c0-0.9,0.7-1.6,1.6-1.6h32
c0.9,0,1.6,0.7,1.6,1.6v33.3h2.1c0.9,0,1.6,0.7,1.6,1.6v4.1c0,0.9-0.7,1.6-1.6,1.6h-39.5c-0.9,0-1.6-0.7-1.6-1.6V274.1z
M257.2,274.1c0-0.9,0.7-1.6,1.6-1.6h2.1v-6.4c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2v-18c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2v-8
c0-0.9,0.7-1.6,1.6-1.6h32c0.9,0,1.6,0.7,1.6,1.6v33.3h2.1c0.9,0,1.6,0.7,1.6,1.6v4.1c0,0.9-0.7,1.6-1.6,1.6h-39.5
c-0.9,0-1.6-0.7-1.6-1.6V274.1z"/>
<path class="st2" d="M308.2,212.5h41.7v-46.7h-41.7V212.5z M310.7,169.8c0-0.9,0.7-1.6,1.6-1.6h33.5c0.9,0,1.6,0.7,1.6,1.6v38.8
c0,0.9-0.7,1.6-1.6,1.6h-33.5c-0.9,0-1.6-0.7-1.6-1.6V169.8z"/>
<rect x="314" y="171.4" class="st2" width="30.2" height="35.5"/>
<rect x="338.5" y="408.2" class="st2" width="4.4" height="5.9"/>
<rect x="338.5" y="390.7" class="st2" width="4.4" height="5"/>
<rect x="330.4" y="345.1" class="st2" width="12.5" height="11.1"/>
<rect x="338.5" y="258.3" class="st2" width="4.4" height="5.9"/>
<rect x="338.5" y="240.9" class="st2" width="4.4" height="5"/>
<rect x="338.5" y="249.1" class="st2" width="4.4" height="5.9"/>
<rect x="338.5" y="267.5" class="st2" width="4.4" height="5"/>
<rect x="338.5" y="398.9" class="st2" width="4.4" height="5.9"/>
<rect x="338.5" y="417.4" class="st2" width="4.4" height="5"/>
<rect x="330.2" y="417.4" class="st2" width="5.1" height="5"/>
<rect x="330.2" y="408.2" class="st2" width="5.1" height="5.9"/>
<rect x="330.2" y="398.9" class="st2" width="5.1" height="5.9"/>
<rect x="330.2" y="390.7" class="st2" width="5.1" height="5"/>
<rect x="330.2" y="267.5" class="st2" width="5.1" height="5"/>
<rect x="330.2" y="258.3" class="st2" width="5.1" height="5.9"/>
<rect x="330.2" y="249.1" class="st2" width="5.1" height="5.9"/>
<rect x="330.2" y="240.9" class="st2" width="5.1" height="5"/>
<rect x="321.6" y="417.4" class="st2" width="5.3" height="5"/>
<rect x="321.6" y="408.2" class="st2" width="5.3" height="5.9"/>
<rect x="321.6" y="398.9" class="st2" width="5.3" height="5.9"/>
<rect x="321.6" y="390.7" class="st2" width="5.3" height="5"/>
<rect x="321.6" y="267.5" class="st2" width="5.3" height="5"/>
<rect x="321.6" y="258.3" class="st2" width="5.3" height="5.9"/>
<rect x="321.6" y="249.1" class="st2" width="5.3" height="5.9"/>
<rect x="321.6" y="240.9" class="st2" width="5.3" height="5"/>
<rect x="314.2" y="417.4" class="st2" width="4.2" height="5"/>
<rect x="314.2" y="408.2" class="st2" width="4.2" height="5.9"/>
<rect x="314.2" y="398.9" class="st2" width="4.2" height="5.9"/>
<rect x="314.2" y="390.7" class="st2" width="4.2" height="5"/>
<rect x="314.2" y="267.5" class="st2" width="4.2" height="5"/>
<rect x="314.2" y="258.3" class="st2" width="4.2" height="5.9"/>
<rect x="314.2" y="249.1" class="st2" width="4.2" height="5.9"/>
<rect x="314.2" y="240.9" class="st2" width="4.2" height="5"/>
<rect x="314.2" y="345.1" class="st2" width="12.9" height="11.1"/>
<rect x="310.4" y="275.8" class="st2" width="36.2" height="0.9"/>
<rect x="310.4" y="359.4" class="st2" width="36.2" height="0.9"/>
<rect x="310.4" y="425.6" class="st2" width="36.2" height="0.9"/>
<rect x="280.4" y="345.1" class="st2" width="12.5" height="11.1"/>
<rect x="288.6" y="258.3" class="st2" width="4.4" height="5.9"/>
<rect x="288.6" y="240.9" class="st2" width="4.4" height="5"/>
<rect x="288.6" y="249.1" class="st2" width="4.4" height="5.9"/>
<rect x="288.6" y="267.5" class="st2" width="4.4" height="5"/>
<path class="st2" d="M288.3,395.4h-19.5v50.5h19.5V395.4z M286.9,425.3c0,0.9-0.7,1.6-1.6,1.6c-0.9,0-1.6-0.7-1.6-1.6v-7
c0-0.9,0.7-1.6,1.6-1.6c0.9,0,1.6,0.7,1.6,1.6V425.3z"/>
<rect x="280.2" y="267.5" class="st2" width="5.1" height="5"/>
<rect x="280.2" y="258.3" class="st2" width="5.1" height="5.9"/>
<rect x="280.2" y="249.1" class="st2" width="5.1" height="5.9"/>
<rect x="280.2" y="240.9" class="st2" width="5.1" height="5"/>
<rect x="271.7" y="267.5" class="st2" width="5.3" height="5"/>
<rect x="271.7" y="258.3" class="st2" width="5.3" height="5.9"/>
<rect x="271.7" y="249.1" class="st2" width="5.3" height="5.9"/>
<rect x="271.7" y="240.9" class="st2" width="5.3" height="5"/>
<rect x="264.2" y="267.5" class="st2" width="4.2" height="5"/>
<rect x="264.2" y="258.3" class="st2" width="4.2" height="5.9"/>
<rect x="264.2" y="249.1" class="st2" width="4.2" height="5.9"/>
<rect x="264.2" y="240.9" class="st2" width="4.2" height="5"/>
<path class="st2" d="M292.6,445.9v-55.2h-28.1v55.2h1v-52.1c0-0.9,0.7-1.6,1.6-1.6H290c0.9,0,1.6,0.7,1.6,1.6v52.1H292.6z"/>
<rect x="264.2" y="345.1" class="st2" width="12.9" height="11.1"/>
<rect x="260.5" y="275.8" class="st2" width="36.2" height="0.9"/>
<rect x="260.5" y="359.4" class="st2" width="36.2" height="0.9"/>
<path class="st0" d="M413.3,223.3c0-0.9-0.7-1.6-1.6-1.6c-0.3,0-0.6,0-1,0c-20-0.5-35.7-16.7-35.7-36.7v-29.9
c0-0.9-0.7-1.6-1.6-1.6h-6.6V142c0-0.9-0.7-1.6-1.6-1.6c-3.7,0-7.3-1.5-9.9-4.1c-2.7-2.7-4.1-6.2-4.1-9.9v-11.8
c0-0.9-0.7-1.6-1.6-1.6h-40.6c-0.9,0-1.6,0.7-1.6,1.6v11.8c0,7.7-6.3,14-14.1,14c-0.9,0-1.6,0.7-1.6,1.6v11.5h-6.6
c-0.9,0-1.6,0.7-1.6,1.6v29.9c0,20.3-16.5,36.8-36.7,36.8c-0.9,0-1.6,0.7-1.6,1.6v64v5v82.1v5v68.1c0,0.9,0.7,1.6,1.6,1.6h16.5h4.3
H290h4.3h116.4c0.9,0,1.6-0.7,1.6-1.6v-68.1v-5v-82.1v-5v-62.5C412.8,224.6,413.3,224,413.3,223.3z M268.8,395.4h19.5v50.5h-19.5
V395.4z M290,392.2h-22.8c-0.9,0-1.6,0.7-1.6,1.6v52.1h-1v-55.2h28.1v55.2h-1v-52.1C291.6,392.9,290.9,392.2,290,392.2z
M294.2,387.4h-31.3c-0.9,0-1.6,0.7-1.6,1.6v56.8h-13.2v-64.8H409v64.8H295.9v-56.8C295.9,388.2,295.2,387.4,294.2,387.4z
M409,285.7H248.1v-60.8H409V285.7z M409,290.7H248.1V289H409V290.7z M409,377.8H248.1v-1.7H409V377.8z M248.1,372.8V294H409v78.8
H248.1z M310.4,116.1h37.4v10.2c0,4.6,1.8,9,5.1,12.3c2.9,2.9,6.6,4.6,10.6,5v9.9h-68.7v-9.9c8.8-0.8,15.7-8.2,15.7-17.2V116.1z
M286.5,184.9v-28.2h85.2v28.2c0,16.6,9.8,30.7,24,36.8H262.3C276.5,215.5,286.5,201.4,286.5,184.9z"/>
<path class="st0" d="M329.1,148.6c7,0,12.7-5.7,12.7-12.7c0-7-5.7-12.7-12.7-12.7c-7,0-12.7,5.7-12.7,12.7
C316.4,142.9,322.1,148.6,329.1,148.6z M329.1,126.5c5.2,0,9.4,4.2,9.4,9.4c0,5.2-4.2,9.4-9.4,9.4c-5.2,0-9.4-4.2-9.4-9.4
C319.7,130.8,323.9,126.5,329.1,126.5z"/>
<path class="st0" d="M351.6,162.5h-45c-0.9,0-1.6,0.7-1.6,1.6v50c0,0.9,0.7,1.6,1.6,1.6h45c0.9,0,1.6-0.7,1.6-1.6v-50
C353.2,163.2,352.5,162.5,351.6,162.5z M349.9,212.5h-41.7v-46.7h41.7V212.5z"/>
<path class="st0" d="M312.3,210.1h33.5c0.9,0,1.6-0.7,1.6-1.6v-38.8c0-0.9-0.7-1.6-1.6-1.6h-33.5c-0.9,0-1.6,0.7-1.6,1.6v38.8
C310.7,209.4,311.4,210.1,312.3,210.1z M314,171.4h30.2v35.5H314V171.4z"/>
<path class="st0" d="M308.8,429.8h39.5c0.9,0,1.6-0.7,1.6-1.6V424c0-0.9-0.7-1.6-1.6-1.6h-2.1v-33.3c0-0.9-0.7-1.6-1.6-1.6h-32
c-0.9,0-1.6,0.7-1.6,1.6v8c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v18c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v6.4h-2.1
c-0.9,0-1.6,0.7-1.6,1.6v4.1C307.2,429,307.9,429.8,308.8,429.8z M342.9,395.7h-4.4v-5h4.4V395.7z M330.2,422.3v-5h5.1v5H330.2z
M321.6,422.3v-5h5.3v5H321.6z M335.3,404.9h-5.1v-5.9h5.1V404.9z M330.2,414.1v-5.9h5.1v5.9H330.2z M338.5,408.2h4.4v5.9h-4.4
V408.2z M338.5,398.9h4.4v5.9h-4.4V398.9z M326.9,398.9v5.9h-5.3v-5.9H326.9z M318.4,404.9h-4.2v-5.9h4.2V404.9z M321.6,408.2h5.3
v5.9h-5.3V408.2z M335.3,395.7h-5.1v-5h5.1V395.7z M326.9,395.7h-5.3v-5h5.3V395.7z M314.2,408.2h4.2v5.9h-4.2V408.2z M338.5,422.3
v-5h4.4v5H338.5z M318.4,390.7v5h-4.2v-5H318.4z M314.2,417.4h4.2v5h-4.2V417.4z M310.4,425.6h36.2v0.9h-36.2V425.6z"/>
<path class="st0" d="M358.7,429.8h39.5c0.9,0,1.6-0.7,1.6-1.6V424c0-0.9-0.7-1.6-1.6-1.6H396v-33.3c0-0.9-0.7-1.6-1.6-1.6h-32
c-0.9,0-1.6,0.7-1.6,1.6v8c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v18c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v6.4h-2.1
c-0.9,0-1.6,0.7-1.6,1.6v4.1C357,429,357.8,429.8,358.7,429.8z M380,422.3v-5h5.1v5H380z M371.5,422.3v-5h5.3v5H371.5z
M392.7,404.9h-4.4v-5.9h4.4V404.9z M392.7,414.1h-4.4v-5.9h4.4V414.1z M385.1,404.9H380v-5.9h5.1V404.9z M380,414.1v-5.9h5.1v5.9
H380z M376.8,398.9v5.9h-5.3v-5.9H376.8z M368.2,404.9H364v-5.9h4.2V404.9z M368.2,408.2v5.9H364v-5.9H368.2z M371.5,408.2h5.3v5.9
h-5.3V408.2z M392.7,395.7h-4.4v-5h4.4V395.7z M385.1,395.7H380v-5h5.1V395.7z M376.8,395.7h-5.3v-5h5.3V395.7z M388.4,422.3v-5
h4.4v5H388.4z M368.2,390.7v5H364v-5H368.2z M368.2,417.4v5H364v-5H368.2z M360.3,425.6h36.2v0.9h-36.2V425.6z"/>
<path class="st0" d="M258.8,279.9h39.5c0.9,0,1.6-0.7,1.6-1.6v-4.1c0-0.9-0.7-1.6-1.6-1.6h-2.1v-33.3c0-0.9-0.7-1.6-1.6-1.6h-32
c-0.9,0-1.6,0.7-1.6,1.6v8c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v18c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v6.4h-2.1
c-0.9,0-1.6,0.7-1.6,1.6v4.1C257.2,279.2,257.9,279.9,258.8,279.9z M292.9,245.8h-4.4v-5h4.4V245.8z M280.2,272.5v-5h5.1v5H280.2z
M271.7,272.5v-5h5.3v5H271.7z M285.3,255.1h-5.1v-5.9h5.1V255.1z M280.2,264.3v-5.9h5.1v5.9H280.2z M288.6,258.3h4.4v5.9h-4.4
V258.3z M288.6,249.1h4.4v5.9h-4.4V249.1z M276.9,249.1v5.9h-5.3v-5.9H276.9z M268.4,255.1h-4.2v-5.9h4.2V255.1z M271.7,258.3h5.3
v5.9h-5.3V258.3z M285.3,245.8h-5.1v-5h5.1V245.8z M276.9,245.8h-5.3v-5h5.3V245.8z M264.2,258.3h4.2v5.9h-4.2V258.3z M288.6,272.5
v-5h4.4v5H288.6z M268.4,240.9v5h-4.2v-5H268.4z M264.2,267.5h4.2v5h-4.2V267.5z M260.5,275.8h36.2v0.9h-36.2V275.8z"/>
<path class="st0" d="M308.8,279.9h39.5c0.9,0,1.6-0.7,1.6-1.6v-4.1c0-0.9-0.7-1.6-1.6-1.6h-2.1v-33.3c0-0.9-0.7-1.6-1.6-1.6h-32
c-0.9,0-1.6,0.7-1.6,1.6v8c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v18c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v6.4h-2.1
c-0.9,0-1.6,0.7-1.6,1.6v4.1C307.2,279.2,307.9,279.9,308.8,279.9z M342.9,245.8h-4.4v-5h4.4V245.8z M330.2,272.5v-5h5.1v5H330.2z
M321.6,272.5v-5h5.3v5H321.6z M335.3,255.1h-5.1v-5.9h5.1V255.1z M330.2,264.3v-5.9h5.1v5.9H330.2z M338.5,258.3h4.4v5.9h-4.4
V258.3z M338.5,249.1h4.4v5.9h-4.4V249.1z M326.9,249.1v5.9h-5.3v-5.9H326.9z M318.4,255.1h-4.2v-5.9h4.2V255.1z M321.6,258.3h5.3
v5.9h-5.3V258.3z M335.3,245.8h-5.1v-5h5.1V245.8z M326.9,245.8h-5.3v-5h5.3V245.8z M314.2,258.3h4.2v5.9h-4.2V258.3z M338.5,272.5
v-5h4.4v5H338.5z M318.4,240.9v5h-4.2v-5H318.4z M314.2,267.5h4.2v5h-4.2V267.5z M310.4,275.8h36.2v0.9h-36.2V275.8z"/>
<path class="st0" d="M358.7,279.9h39.5c0.9,0,1.6-0.7,1.6-1.6v-4.1c0-0.9-0.7-1.6-1.6-1.6H396v-33.3c0-0.9-0.7-1.6-1.6-1.6h-32
c-0.9,0-1.6,0.7-1.6,1.6v8c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v18c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v6.4h-2.1
c-0.9,0-1.6,0.7-1.6,1.6v4.1C357,279.2,357.8,279.9,358.7,279.9z M380,272.5v-5h5.1v5H380z M371.5,272.5v-5h5.3v5H371.5z
M392.7,255.1h-4.4v-5.9h4.4V255.1z M392.7,264.3h-4.4v-5.9h4.4V264.3z M385.1,255.1H380v-5.9h5.1V255.1z M380,264.3v-5.9h5.1v5.9
H380z M376.8,249.1v5.9h-5.3v-5.9H376.8z M368.2,255.1H364v-5.9h4.2V255.1z M368.2,258.3v5.9H364v-5.9H368.2z M371.5,258.3h5.3v5.9
h-5.3V258.3z M392.7,245.8h-4.4v-5h4.4V245.8z M385.1,245.8H380v-5h5.1V245.8z M376.8,245.8h-5.3v-5h5.3V245.8z M388.4,272.5v-5
h4.4v5H388.4z M368.2,240.9v5H364v-5H368.2z M368.2,267.5v5H364v-5H368.2z M360.3,275.8h36.2v0.9h-36.2V275.8z"/>
<path class="st0" d="M298.3,356.2h-2.1v-53.6c0-0.9-0.7-1.6-1.6-1.6h-32c-0.9,0-1.6,0.7-1.6,1.6v53.6h-2.1c-0.9,0-1.6,0.7-1.6,1.6
v4.1c0,0.9,0.7,1.6,1.6,1.6h39.5c0.9,0,1.6-0.7,1.6-1.6v-4.1C299.9,356.9,299.2,356.2,298.3,356.2z M296.7,360.3h-36.2v-0.9h36.2
V360.3z M292.9,341.8h-28.7v-37.6h28.7V341.8z M280.4,356.2v-11.1h12.5v11.1H280.4z M264.2,345.1h12.9v11.1h-12.9V345.1z"/>
<path class="st0" d="M348.3,356.2h-2.1v-53.6c0-0.9-0.7-1.6-1.6-1.6h-32c-0.9,0-1.6,0.7-1.6,1.6v53.6h-2.1c-0.9,0-1.6,0.7-1.6,1.6
v4.1c0,0.9,0.7,1.6,1.6,1.6h39.5c0.9,0,1.6-0.7,1.6-1.6v-4.1C349.9,356.9,349.2,356.2,348.3,356.2z M346.6,360.3h-36.2v-0.9h36.2
V360.3z M342.9,341.8h-28.7v-37.6h28.7V341.8z M330.4,356.2v-11.1h12.5v11.1H330.4z M314.2,345.1h12.9v11.1h-12.9V345.1z"/>
<path class="st0" d="M398.1,356.2H396v-53.6c0-0.9-0.7-1.6-1.6-1.6h-32c-0.9,0-1.6,0.7-1.6,1.6v53.6h-2.1c-0.9,0-1.6,0.7-1.6,1.6
v4.1c0,0.9,0.7,1.6,1.6,1.6h39.5c0.9,0,1.6-0.7,1.6-1.6v-4.1C399.8,356.9,399,356.2,398.1,356.2z M396.5,360.3h-36.2v-0.9h36.2
V360.3z M380.2,356.2v-11.1h12.5v11.1H380.2z M392.7,341.8H364v-37.6h28.7V341.8z M364,345.1h12.9v11.1H364V345.1z"/>
<path class="st3" d="M285.3,416.7c-0.9,0-1.6,0.7-1.6,1.6v7c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-7
C286.9,417.4,286.2,416.7,285.3,416.7z"/>
<path class="st1" d="M185.9,166.8v-42.2h-36v42.2c0,18.5-11.4,34.4-27.6,41h91.1C197.3,201.1,185.9,185.3,185.9,166.8z
M167.9,131.4c6.1,0,11,5,11,11c0,6.1-5,11-11,11c-6.1,0-11-5-11-11C156.9,136.4,161.8,131.4,167.9,131.4z M183.2,201.3
c0,0.9-0.7,1.6-1.6,1.6h-27.3c-0.9,0-1.6-0.7-1.6-1.6v-25.1c0-4.1,1.6-7.9,4.5-10.8c2.9-2.9,6.7-4.5,10.8-4.5
c8.4,0,15.3,6.9,15.3,15.3V201.3z"/>
<rect x="157.1" y="302.2" class="st2" width="9.7" height="10.2"/>
<rect x="114.4" y="262.4" class="st2" width="9.7" height="8.8"/>
<rect x="114.4" y="250.3" class="st2" width="9.7" height="8.8"/>
<rect x="114.1" y="302.2" class="st2" width="9.7" height="10.2"/>
<rect x="114.1" y="315.7" class="st2" width="9.7" height="8.8"/>
<path class="st2" d="M146.5,395.4H127v50.5h19.5V395.4z M145.1,425.3c0,0.9-0.7,1.6-1.6,1.6c-0.9,0-1.6-0.7-1.6-1.6v-7
c0-0.9,0.7-1.6,1.6-1.6c0.9,0,1.6,0.7,1.6,1.6V425.3z"/>
<path class="st2" d="M150.8,445.9v-55.2h-28.1v55.2h1v-52.1c0-0.9,0.7-1.6,1.6-1.6h22.8c0.9,0,1.6,0.7,1.6,1.6v52.1H150.8z"/>
<rect x="127.1" y="315.7" class="st2" width="9.7" height="8.8"/>
<rect x="127.1" y="302.2" class="st2" width="9.7" height="10.2"/>
<rect x="127.4" y="236.9" class="st2" width="9.7" height="10.2"/>
<rect x="127.1" y="327.8" class="st2" width="9.7" height="8.8"/>
<rect x="127.1" y="339.8" class="st2" width="9.7" height="10.2"/>
<rect x="127.4" y="250.3" class="st2" width="9.7" height="8.8"/>
<rect x="127.4" y="262.4" class="st2" width="9.7" height="8.8"/>
<rect x="157.1" y="327.8" class="st2" width="9.7" height="8.8"/>
<rect x="127.4" y="274.4" class="st2" width="9.7" height="10.2"/>
<rect x="157.1" y="315.7" class="st2" width="9.7" height="8.8"/>
<rect x="157.1" y="339.8" class="st2" width="9.7" height="10.2"/>
<rect x="157.3" y="236.9" class="st2" width="9.7" height="10.2"/>
<rect x="157.3" y="262.4" class="st2" width="9.7" height="8.8"/>
<rect x="157.3" y="250.3" class="st2" width="9.7" height="8.8"/>
<rect x="157.3" y="274.4" class="st2" width="9.7" height="10.2"/>
<rect x="170.1" y="315.7" class="st2" width="9.7" height="8.8"/>
<rect x="169.5" y="390.7" class="st2" width="10.2" height="9.7"/>
<rect x="169.5" y="403.7" class="st2" width="10.2" height="9.7"/>
<rect x="170.1" y="302.2" class="st2" width="9.7" height="10.2"/>
<rect x="170.1" y="327.8" class="st2" width="9.7" height="8.8"/>
<rect x="170.3" y="236.9" class="st2" width="9.7" height="10.2"/>
<rect x="170.1" y="339.8" class="st2" width="9.7" height="10.2"/>
<path class="st2" d="M156,174.5h23.8c-0.8-5.9-5.8-10.4-11.9-10.4c-3.2,0-6.2,1.3-8.5,3.5C157.5,169.5,156.4,171.9,156,174.5z"/>
<rect x="155.9" y="177.8" class="st2" width="24.1" height="21.8"/>
<rect x="170.3" y="250.3" class="st2" width="9.7" height="8.8"/>
<rect x="170.3" y="274.4" class="st2" width="9.7" height="10.2"/>
<rect x="170.3" y="262.4" class="st2" width="9.7" height="8.8"/>
<path class="st2" d="M150,121.4h35.8c-0.8-9.2-8.5-16.4-17.9-16.4C158.5,105,150.8,112.2,150,121.4z"/>
<rect x="183" y="390.7" class="st2" width="8.8" height="9.7"/>
<rect x="199.5" y="302.2" class="st2" width="9.7" height="10.2"/>
<rect x="183" y="403.7" class="st2" width="8.8" height="9.7"/>
<rect x="195.1" y="390.7" class="st2" width="8.8" height="9.7"/>
<rect x="195.1" y="403.7" class="st2" width="8.8" height="9.7"/>
<rect x="199.5" y="315.7" class="st2" width="9.7" height="8.8"/>
<rect x="199.5" y="339.8" class="st2" width="9.7" height="10.2"/>
<rect x="199.5" y="327.8" class="st2" width="9.7" height="8.8"/>
<rect x="199.8" y="236.9" class="st2" width="9.7" height="10.2"/>
<rect x="199.8" y="250.3" class="st2" width="9.7" height="8.8"/>
<rect x="199.8" y="262.4" class="st2" width="9.7" height="8.8"/>
<rect x="199.8" y="274.4" class="st2" width="9.7" height="10.2"/>
<rect x="207.1" y="390.7" class="st2" width="10.2" height="9.7"/>
<rect x="207.1" y="403.7" class="st2" width="10.2" height="9.7"/>
<rect x="212.5" y="302.2" class="st2" width="9.7" height="10.2"/>
<rect x="212.5" y="315.7" class="st2" width="9.7" height="8.8"/>
<rect x="212.5" y="327.8" class="st2" width="9.7" height="8.8"/>
<rect x="212.5" y="339.8" class="st2" width="9.7" height="10.2"/>
<rect x="212.8" y="236.9" class="st2" width="9.7" height="10.2"/>
<rect x="212.8" y="250.3" class="st2" width="9.7" height="8.8"/>
<rect x="212.8" y="262.4" class="st2" width="9.7" height="8.8"/>
<rect x="212.8" y="274.4" class="st2" width="9.7" height="10.2"/>
<rect x="107.3" y="211" class="st2" width="121.2" height="3.8"/>
<path class="st2" d="M107.3,218.1v150.6h121.2V218.1H107.3z M140.1,351.7c0,0.9-0.7,1.6-1.6,1.6h-26c-0.9,0-1.6-0.7-1.6-1.6v-51.1
c0-0.9,0.7-1.6,1.6-1.6h26c0.9,0,1.6,0.7,1.6,1.6V351.7z M140.3,286.3c0,0.9-0.7,1.6-1.6,1.6h-26c-0.9,0-1.6-0.7-1.6-1.6v-51.1
c0-0.9,0.7-1.6,1.6-1.6h26c0.9,0,1.6,0.7,1.6,1.6V286.3z M183.1,351.7c0,0.9-0.7,1.6-1.6,1.6h-26c-0.9,0-1.6-0.7-1.6-1.6v-51.1
c0-0.9,0.7-1.6,1.6-1.6h26c0.9,0,1.6,0.7,1.6,1.6V351.7z M183.3,286.3c0,0.9-0.7,1.6-1.6,1.6h-26c-0.9,0-1.6-0.7-1.6-1.6v-51.1
c0-0.9,0.7-1.6,1.6-1.6h26c0.9,0,1.6,0.7,1.6,1.6V286.3z M225.5,351.7c0,0.9-0.7,1.6-1.6,1.6h-26c-0.9,0-1.6-0.7-1.6-1.6v-51.1
c0-0.9,0.7-1.6,1.6-1.6h26c0.9,0,1.6,0.7,1.6,1.6V351.7z M225.8,286.3c0,0.9-0.7,1.6-1.6,1.6h-26c-0.9,0-1.6-0.7-1.6-1.6v-51.1
c0-0.9,0.7-1.6,1.6-1.6h26c0.9,0,1.6,0.7,1.6,1.6V286.3z"/>
<rect x="107.3" y="372" class="st2" width="121.2" height="4.4"/>
<path class="st2" d="M107.3,379.6v66.3h12.1v-56.8c0-0.9,0.7-1.6,1.6-1.6h31.3c0.9,0,1.6,0.7,1.6,1.6v56.8h74.5v-66.3H107.3z
M220.6,415c0,0.9-0.7,1.6-1.6,1.6h-51.1c-0.9,0-1.6-0.7-1.6-1.6v-26c0-0.9,0.7-1.6,1.6-1.6H219c0.9,0,1.6,0.7,1.6,1.6V415z"/>
<rect x="114.1" y="327.8" class="st2" width="9.7" height="8.8"/>
<rect x="114.4" y="236.9" class="st2" width="9.7" height="10.2"/>
<rect x="114.4" y="274.4" class="st2" width="9.7" height="10.2"/>
<rect x="114.1" y="339.8" class="st2" width="9.7" height="10.2"/>
<path class="st2" d="M160.1,142.5c0,4.3,3.5,7.8,7.8,7.8c4.3,0,7.8-3.5,7.8-7.8c0-4.3-3.5-7.8-7.8-7.8
C163.6,134.7,160.1,138.2,160.1,142.5z"/>
<path class="st0" d="M230.1,207.7c-22.6,0-41-18.4-41-41v-42.2h7.2c0.9,0,1.6-0.7,1.6-1.6c0-0.9-0.7-1.6-1.6-1.6h-7.3
c-0.8-11-10-19.6-21.2-19.6c-11.2,0-20.3,8.7-21.2,19.6h-7.3c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6h7.2v42.2
c0,22.6-18.4,41-41,41c-0.9,0-1.6,0.7-1.6,1.6v161v7.7v69.5c0,0.9,0.7,1.6,1.6,1.6h15.4h4.3h22.8h4.3h77.7c0.9,0,1.6-0.7,1.6-1.6
V378v-7.7v-161C231.8,208.5,231,207.7,230.1,207.7z M127,395.4h19.5v50.5H127V395.4z M148.1,392.2h-22.8c-0.9,0-1.6,0.7-1.6,1.6
v52.1h-1v-55.2h28.1v55.2h-1v-52.1C149.8,392.9,149,392.2,148.1,392.2z M154,445.9v-56.8c0-0.9-0.7-1.6-1.6-1.6h-31.3
c-0.9,0-1.6,0.7-1.6,1.6v56.8h-12.1v-66.3h121.2v66.3H154z M228.5,214.8H107.3V211h121.2V214.8z M228.5,372v4.4H107.3V372H228.5z
M107.3,368.7V218.1h121.2v150.6H107.3z M185.8,121.4H150c0.8-9.2,8.5-16.4,17.9-16.4C177.3,105,185,112.2,185.8,121.4z
M149.9,166.8v-42.2h36v42.2c0,18.5,11.4,34.4,27.6,41h-91.1C138.5,201.1,149.9,185.3,149.9,166.8z"/>
<path class="st0" d="M167.9,153.5c6.1,0,11-5,11-11c0-6.1-5-11-11-11c-6.1,0-11,5-11,11C156.9,148.5,161.8,153.5,167.9,153.5z
M175.7,142.5c0,4.3-3.5,7.8-7.8,7.8c-4.3,0-7.8-3.5-7.8-7.8c0-4.3,3.5-7.8,7.8-7.8C172.2,134.7,175.7,138.2,175.7,142.5z"/>
<path class="st0" d="M167.9,160.8c-4.1,0-7.9,1.6-10.8,4.5c-2.9,2.9-4.5,6.7-4.5,10.8v25.1c0,0.9,0.7,1.6,1.6,1.6h27.3
c0.9,0,1.6-0.7,1.6-1.6v-25.1C183.2,167.7,176.3,160.8,167.9,160.8z M179.8,174.5H156c0.4-2.6,1.5-5,3.4-6.9
c2.3-2.3,5.3-3.5,8.5-3.5C174,164.1,179,168.6,179.8,174.5z M155.9,177.8h24.1v21.8h-24.1V177.8z"/>
<path class="st0" d="M138.4,299h-26c-0.9,0-1.6,0.7-1.6,1.6v51.1c0,0.9,0.7,1.6,1.6,1.6h26c0.9,0,1.6-0.7,1.6-1.6v-51.1
C140.1,299.7,139.3,299,138.4,299z M136.8,302.2v10.2h-9.7v-10.2H136.8z M123.8,327.8v8.8h-9.7v-8.8H123.8z M127.1,327.8h9.7v8.8
h-9.7V327.8z M127.1,315.7h9.7v8.8h-9.7V315.7z M123.8,315.7v8.8h-9.7v-8.8H123.8z M127.1,339.8h9.7V350h-9.7V339.8z M123.8,302.2
v10.2h-9.7v-10.2H123.8z M114.1,339.8h9.7V350h-9.7V339.8z"/>
<path class="st0" d="M181.4,299h-26c-0.9,0-1.6,0.7-1.6,1.6v51.1c0,0.9,0.7,1.6,1.6,1.6h26c0.9,0,1.6-0.7,1.6-1.6v-51.1
C183.1,299.7,182.3,299,181.4,299z M157.1,339.8h9.7V350h-9.7V339.8z M166.8,336.6h-9.7v-8.8h9.7V336.6z M166.8,324.5h-9.7v-8.8
h9.7V324.5z M166.8,312.4h-9.7v-10.2h9.7V312.4z M170.1,327.8h9.7v8.8h-9.7V327.8z M170.1,324.5v-8.8h9.7v8.8H170.1z M179.8,312.4
h-9.7v-10.2h9.7V312.4z M170.1,350v-10.2h9.7V350H170.1z"/>
<path class="st0" d="M223.9,299h-26c-0.9,0-1.6,0.7-1.6,1.6v51.1c0,0.9,0.7,1.6,1.6,1.6h26c0.9,0,1.6-0.7,1.6-1.6v-51.1
C225.5,299.7,224.8,299,223.9,299z M222.3,302.2v10.2h-9.7v-10.2H222.3z M209.3,327.8v8.8h-9.7v-8.8H209.3z M212.5,327.8h9.7v8.8
h-9.7V327.8z M212.5,315.7h9.7v8.8h-9.7V315.7z M209.3,315.7v8.8h-9.7v-8.8H209.3z M212.5,339.8h9.7V350h-9.7V339.8z M209.3,302.2
v10.2h-9.7v-10.2H209.3z M199.5,339.8h9.7V350h-9.7V339.8z"/>
<path class="st0" d="M138.7,233.6h-26c-0.9,0-1.6,0.7-1.6,1.6v51.1c0,0.9,0.7,1.6,1.6,1.6h26c0.9,0,1.6-0.7,1.6-1.6v-51.1
C140.3,234.3,139.6,233.6,138.7,233.6z M114.4,284.6v-10.2h9.7v10.2H114.4z M127.4,259.1v-8.8h9.7v8.8H127.4z M124.1,259.1h-9.7
v-8.8h9.7V259.1z M124.1,262.4v8.8h-9.7v-8.8H124.1z M127.4,271.2v-8.8h9.7v8.8H127.4z M137.1,247h-9.7v-10.2h9.7V247z
M124.1,236.9V247h-9.7v-10.2H124.1z M127.4,284.6v-10.2h9.7v10.2H127.4z"/>
<path class="st0" d="M181.7,233.6h-26c-0.9,0-1.6,0.7-1.6,1.6v51.1c0,0.9,0.7,1.6,1.6,1.6h26c0.9,0,1.6-0.7,1.6-1.6v-51.1
C183.3,234.3,182.6,233.6,181.7,233.6z M180,247h-9.7v-10.2h9.7V247z M167.1,262.4v8.8h-9.7v-8.8H167.1z M170.3,262.4h9.7v8.8h-9.7
V262.4z M170.3,250.3h9.7v8.8h-9.7V250.3z M167.1,250.3v8.8h-9.7v-8.8H167.1z M170.3,274.4h9.7v10.2h-9.7V274.4z M167.1,236.9V247
h-9.7v-10.2H167.1z M157.3,274.4h9.7v10.2h-9.7V274.4z"/>
<path class="st0" d="M224.1,233.6h-26c-0.9,0-1.6,0.7-1.6,1.6v51.1c0,0.9,0.7,1.6,1.6,1.6h26c0.9,0,1.6-0.7,1.6-1.6v-51.1
C225.8,234.3,225,233.6,224.1,233.6z M199.8,284.6v-10.2h9.7v10.2H199.8z M212.8,259.1v-8.8h9.7v8.8H212.8z M209.5,259.1h-9.7v-8.8
h9.7V259.1z M209.5,262.4v8.8h-9.7v-8.8H209.5z M212.8,271.2v-8.8h9.7v8.8H212.8z M222.5,247h-9.7v-10.2h9.7V247z M209.5,236.9V247
h-9.7v-10.2H209.5z M212.8,284.6v-10.2h9.7v10.2H212.8z"/>
<path class="st0" d="M219,387.4h-51.1c-0.9,0-1.6,0.7-1.6,1.6v26c0,0.9,0.7,1.6,1.6,1.6H219c0.9,0,1.6-0.7,1.6-1.6v-26
C220.6,388.2,219.9,387.4,219,387.4z M217.3,400.4h-10.2v-9.7h10.2V400.4z M169.5,403.7h10.2v9.7h-10.2V403.7z M203.9,400.4h-8.8
v-9.7h8.8V400.4z M191.8,400.4H183v-9.7h8.8V400.4z M179.7,400.4h-10.2v-9.7h10.2V400.4z M183,403.7h8.8v9.7H183V403.7z
M195.1,403.7h8.8v9.7h-8.8V403.7z M207.1,413.4v-9.7h10.2v9.7H207.1z"/>
<path class="st0" d="M143.4,416.7c-0.9,0-1.6,0.7-1.6,1.6v7c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-7
C145.1,417.4,144.3,416.7,143.4,416.7z"/>
<polygon class="st2" points="237.7,316.4 234.3,319.8 249.9,319.8 246.4,316.4 "/>
<path class="st2" d="M234.2,323.1c0.8,3.7,4,6.4,7.9,6.4c3.9,0,7.2-2.8,7.9-6.4H234.2z"/>
<rect x="238.7" y="312.9" class="st2" width="6.8" height="0.3"/>
<polygon class="st2" points="212.8,442.9 208.1,442.9 208.1,445.9 227.4,445.9 227.4,442.9 222.7,442.9 "/>
<rect x="214.5" y="405.2" class="st2" width="6.6" height="34.4"/>
<path class="st0" d="M255,320.3l-6.2-6.2v-2.9c0-0.9-0.7-1.6-1.6-1.6h-3.4v-11.7c0-3.7-1.4-7.2-4-9.8c-2.6-2.6-6.1-4-9.8-4
c-7.6,0-13.8,6.2-13.8,13.8v9H213c-0.9,0-1.6,0.7-1.6,1.6v2.9c0,0.9,0.7,1.6,1.6,1.6h3.2v88.8h-3.3c-0.9,0-1.6,0.7-1.6,1.6v36h-4.8
c-0.9,0-1.6,0.7-1.6,1.6v6.3c0,0.9,0.7,1.6,1.6,1.6h22.6c0.9,0,1.6-0.7,1.6-1.6v-6.3c0-0.9-0.7-1.6-1.6-1.6h-4.8v-36
c0-0.9-0.7-1.6-1.6-1.6h-3.3v-88.8h3.2c0.9,0,1.6-0.7,1.6-1.6v-2.9c0-0.9-0.7-1.6-1.6-1.6h-3.2v-9c0-5.8,4.7-10.5,10.5-10.5
c2.8,0,5.5,1.1,7.4,3.1c2,2,3.1,4.6,3.1,7.5v11.7h-3.4c-0.9,0-1.6,0.7-1.6,1.6v2.9l-6.2,6.2c-0.5,0.5-0.6,1.2-0.4,1.8
c0.3,0.6,0.8,1,1.5,1h0.5c0.8,5.5,5.5,9.7,11.2,9.7c5.7,0,10.4-4.2,11.2-9.7h0.5c0.7,0,1.3-0.4,1.5-1
C255.6,321.5,255.4,320.8,255,320.3z M227.4,445.9h-19.4v-3h4.8h9.8h4.8V445.9z M221.1,405.2v34.4h-6.6v-34.4H221.1z M242.1,329.5
c-3.9,0-7.2-2.8-7.9-6.4H250C249.2,326.8,246,329.5,242.1,329.5z M234.3,319.8l3.4-3.4h8.7l3.4,3.4H234.3z M245.5,312.9v0.3h-6.8
v-0.3H245.5z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 30 KiB

427
docs/img/illustrations/pricing/3.svg

@ -1,427 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
<style type="text/css">
.st0{fill:#4FC1EA;}
.st1{fill:none;}
.st2{fill:#FFFFFF;}
</style>
<g>
<path class="st0" d="M491.8,449.7H23.7c-0.4,0-0.7-0.8-0.7-1.8c0-1,0.3-1.8,0.7-1.8h468.2"/>
<rect x="315.1" y="253.8" class="st1" width="29.2" height="38.3"/>
<rect x="268.3" y="253.8" class="st1" width="29.2" height="38.3"/>
<rect x="361.8" y="253.8" class="st1" width="29.2" height="38.3"/>
<path class="st1" d="M352,142.6v-4.8h-44.5v4.8c0,20.5-12.8,38.1-30.8,45.1h106.1C364.8,180.7,352,163.1,352,142.6z M355.9,180.4
c0,0.9-0.7,1.7-1.7,1.7h-49.1c-0.9,0-1.7-0.7-1.7-1.7v-4.6c0-0.9,0.7-1.7,1.7-1.7h2.8c0.9-11.2,10.2-20.1,21.7-20.1
s20.8,8.9,21.7,20.1h2.8c0.9,0,1.7,0.7,1.7,1.7V180.4z"/>
<rect x="260.8" y="374.7" class="st2" width="138" height="2.1"/>
<rect x="260.8" y="191.1" class="st2" width="138" height="2.5"/>
<rect x="386.8" y="222.5" class="st2" width="4.4" height="6"/>
<rect x="386.8" y="204.7" class="st2" width="4.4" height="5.1"/>
<rect x="386.8" y="213.1" class="st2" width="4.4" height="6"/>
<rect x="386.8" y="231.9" class="st2" width="4.4" height="5.1"/>
<rect x="386.6" y="406.4" class="st2" width="4.4" height="6"/>
<rect x="386.6" y="388.6" class="st2" width="4.4" height="5.1"/>
<rect x="386.6" y="342.4" class="st2" width="4.4" height="6"/>
<rect x="386.6" y="324.7" class="st2" width="4.4" height="5.1"/>
<rect x="378.3" y="295.4" class="st2" width="12.7" height="11.3"/>
<rect x="386.6" y="333" class="st2" width="4.4" height="6"/>
<rect x="386.6" y="351.8" class="st2" width="4.4" height="5.1"/>
<rect x="386.6" y="397" class="st2" width="4.4" height="6"/>
<rect x="386.6" y="415.8" class="st2" width="4.4" height="5.1"/>
<rect x="378.3" y="231.9" class="st2" width="5.2" height="5.1"/>
<rect x="378.3" y="222.5" class="st2" width="5.2" height="6"/>
<rect x="378.3" y="213.1" class="st2" width="5.2" height="6"/>
<rect x="378.3" y="204.7" class="st2" width="5.2" height="5.1"/>
<rect x="378.1" y="415.8" class="st2" width="5.2" height="5.1"/>
<rect x="378.1" y="406.4" class="st2" width="5.2" height="6"/>
<rect x="378.1" y="397" class="st2" width="5.2" height="6"/>
<rect x="378.1" y="388.6" class="st2" width="5.2" height="5.1"/>
<rect x="378.1" y="351.8" class="st2" width="5.2" height="5.1"/>
<rect x="378.1" y="342.4" class="st2" width="5.2" height="6"/>
<rect x="378.1" y="333" class="st2" width="5.2" height="6"/>
<rect x="378.1" y="324.7" class="st2" width="5.2" height="5.1"/>
<rect x="369.6" y="231.9" class="st2" width="5.3" height="5.1"/>
<rect x="369.6" y="222.5" class="st2" width="5.3" height="6"/>
<rect x="369.6" y="213.1" class="st2" width="5.3" height="6"/>
<rect x="369.6" y="204.7" class="st2" width="5.3" height="5.1"/>
<rect x="369.4" y="415.8" class="st2" width="5.4" height="5.1"/>
<rect x="369.4" y="406.4" class="st2" width="5.4" height="6"/>
<rect x="369.4" y="397" class="st2" width="5.4" height="6"/>
<rect x="369.4" y="388.6" class="st2" width="5.4" height="5.1"/>
<rect x="369.4" y="351.8" class="st2" width="5.4" height="5.1"/>
<rect x="369.4" y="342.4" class="st2" width="5.4" height="6"/>
<rect x="369.4" y="333" class="st2" width="5.4" height="6"/>
<rect x="369.4" y="324.7" class="st2" width="5.4" height="5.1"/>
<rect x="362" y="231.9" class="st2" width="4.3" height="5.1"/>
<rect x="362" y="222.5" class="st2" width="4.3" height="6"/>
<rect x="362" y="213.1" class="st2" width="4.3" height="6"/>
<rect x="362" y="204.7" class="st2" width="4.3" height="5.1"/>
<rect x="361.8" y="415.8" class="st2" width="4.3" height="5.1"/>
<rect x="361.8" y="406.4" class="st2" width="4.3" height="6"/>
<rect x="361.8" y="397" class="st2" width="4.3" height="6"/>
<rect x="361.8" y="388.6" class="st2" width="4.3" height="5.1"/>
<rect x="361.8" y="351.8" class="st2" width="4.3" height="5.1"/>
<rect x="361.8" y="342.4" class="st2" width="4.3" height="6"/>
<rect x="361.8" y="333" class="st2" width="4.3" height="6"/>
<rect x="361.8" y="324.7" class="st2" width="4.3" height="5.1"/>
<rect x="361.8" y="295.4" class="st2" width="13.1" height="11.3"/>
<rect x="358.2" y="240.2" class="st2" width="36.8" height="0.9"/>
<rect x="358" y="310" class="st2" width="36.8" height="0.9"/>
<rect x="358" y="360.2" class="st2" width="36.8" height="0.9"/>
<rect x="358" y="424.2" class="st2" width="36.8" height="0.9"/>
<path class="st2" d="M398.8,444.8v-64.7h-138v64.7h51.4V387c0-0.9,0.7-1.7,1.7-1.7h31.9c0.9,0,1.7,0.7,1.7,1.7v57.8H398.8z
M304.6,426.7c0,0.9-0.7,1.7-1.7,1.7h-40.1c-0.9,0-1.7-0.7-1.7-1.7v-4.2c0-0.9,0.7-1.7,1.7-1.7h2.1v-6.5c0-0.1,0-0.1,0-0.2
c0-0.1,0-0.1,0-0.2v-18.3c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2V387c0-0.9,0.7-1.7,1.7-1.7h32.5c0.9,0,1.7,0.7,1.7,1.7v33.8h2.1
c0.9,0,1.7,0.7,1.7,1.7V426.7z M354.7,422.5c0-0.9,0.7-1.7,1.7-1.7h2.1v-6.5c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2v-18.3
c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2V387c0-0.9,0.7-1.7,1.7-1.7h32.5c0.9,0,1.7,0.7,1.7,1.7v33.8h2.1c0.9,0,1.7,0.7,1.7,1.7v4.2
c0,0.9-0.7,1.7-1.7,1.7h-40.1c-0.9,0-1.7-0.7-1.7-1.7V422.5z"/>
<path class="st2" d="M398.8,196.9h-138v174.4h138V196.9z M304.6,362.7c0,0.9-0.7,1.7-1.7,1.7h-40.1c-0.9,0-1.7-0.7-1.7-1.7v-4.2
c0-0.9,0.7-1.7,1.7-1.7h2.1v-6.5c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2v-18.3c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2V323
c0-0.9,0.7-1.7,1.7-1.7h32.5c0.9,0,1.7,0.7,1.7,1.7v33.8h2.1c0.9,0,1.7,0.7,1.7,1.7V362.7z M304.6,312.5c0,0.9-0.7,1.7-1.7,1.7
h-40.1c-0.9,0-1.7-0.7-1.7-1.7v-4.2c0-0.9,0.7-1.7,1.7-1.7h2.1v-54.5c0-0.9,0.7-1.7,1.7-1.7h32.5c0.9,0,1.7,0.7,1.7,1.7v54.5h2.1
c0.9,0,1.7,0.7,1.7,1.7V312.5z M304.8,242.8c0,0.9-0.7,1.7-1.7,1.7H263c-0.9,0-1.7-0.7-1.7-1.7v-4.2c0-0.9,0.7-1.7,1.7-1.7h2.1
v-6.5c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2v-18.3c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2v-8.2c0-0.9,0.7-1.7,1.7-1.7h32.5
c0.9,0,1.7,0.7,1.7,1.7v33.8h2.1c0.9,0,1.7,0.7,1.7,1.7V242.8z M351.4,362.7c0,0.9-0.7,1.7-1.7,1.7h-40.1c-0.9,0-1.7-0.7-1.7-1.7
v-4.2c0-0.9,0.7-1.7,1.7-1.7h2.1v-6.5c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2v-18.3c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2V323
c0-0.9,0.7-1.7,1.7-1.7h32.5c0.9,0,1.7,0.7,1.7,1.7v33.8h2.1c0.9,0,1.7,0.7,1.7,1.7V362.7z M351.4,312.5c0,0.9-0.7,1.7-1.7,1.7
h-40.1c-0.9,0-1.7-0.7-1.7-1.7v-4.2c0-0.9,0.7-1.7,1.7-1.7h2.1v-54.5c0-0.9,0.7-1.7,1.7-1.7h32.5c0.9,0,1.7,0.7,1.7,1.7v54.5h2.1
c0.9,0,1.7,0.7,1.7,1.7V312.5z M351.6,242.8c0,0.9-0.7,1.7-1.7,1.7h-40.1c-0.9,0-1.7-0.7-1.7-1.7v-4.2c0-0.9,0.7-1.7,1.7-1.7h2.1
v-6.6c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2v-18.4c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2v-8.2c0-0.9,0.7-1.7,1.7-1.7h32.5
c0.9,0,1.7,0.7,1.7,1.7v33.8h2.1c0.9,0,1.7,0.7,1.7,1.7V242.8z M398.2,362.7c0,0.9-0.7,1.7-1.7,1.7h-40.1c-0.9,0-1.7-0.7-1.7-1.7
v-4.2c0-0.9,0.7-1.7,1.7-1.7h2.1v-6.5c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2v-18.3c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2V323
c0-0.9,0.7-1.7,1.7-1.7h32.5c0.9,0,1.7,0.7,1.7,1.7v33.8h2.1c0.9,0,1.7,0.7,1.7,1.7V362.7z M398.2,312.5c0,0.9-0.7,1.7-1.7,1.7
h-40.1c-0.9,0-1.7-0.7-1.7-1.7v-4.2c0-0.9,0.7-1.7,1.7-1.7h2.1v-54.5c0-0.9,0.7-1.7,1.7-1.7h32.5c0.9,0,1.7,0.7,1.7,1.7v54.5h2.1
c0.9,0,1.7,0.7,1.7,1.7V312.5z M396.7,244.5h-40.1c-0.9,0-1.7-0.7-1.7-1.7v-4.2c0-0.9,0.7-1.7,1.7-1.7h2.1v-6.5c0-0.1,0-0.1,0-0.2
c0-0.1,0-0.1,0-0.2v-18.3c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2v-8.2c0-0.9,0.7-1.7,1.7-1.7h32.5c0.9,0,1.7,0.7,1.7,1.7v33.8h2.1
c0.9,0,1.7,0.7,1.7,1.7v4.2C398.4,243.7,397.6,244.5,396.7,244.5z"/>
<rect x="340" y="222.5" class="st2" width="4.4" height="6"/>
<rect x="340" y="204.7" class="st2" width="4.4" height="5.1"/>
<rect x="340" y="213.1" class="st2" width="4.4" height="6"/>
<rect x="340" y="231.9" class="st2" width="4.4" height="5.1"/>
<rect x="339.8" y="342.4" class="st2" width="4.4" height="6"/>
<rect x="339.8" y="324.7" class="st2" width="4.4" height="5.1"/>
<rect x="331.5" y="295.4" class="st2" width="12.7" height="11.3"/>
<rect x="339.8" y="333" class="st2" width="4.4" height="6"/>
<rect x="339.8" y="351.8" class="st2" width="4.4" height="5.1"/>
<path class="st2" d="M339.7,393.5h-19.9v51.3h19.9V393.5z M338.2,423.8c0,0.9-0.7,1.7-1.7,1.7c-0.9,0-1.7-0.7-1.7-1.7v-7.1
c0-0.9,0.7-1.7,1.7-1.7c0.9,0,1.7,0.7,1.7,1.7V423.8z"/>
<rect x="331.5" y="231.9" class="st2" width="5.2" height="5.1"/>
<rect x="331.5" y="222.5" class="st2" width="5.2" height="6"/>
<rect x="331.5" y="213.1" class="st2" width="5.2" height="6"/>
<rect x="331.5" y="204.7" class="st2" width="5.2" height="5.1"/>
<rect x="331.3" y="351.8" class="st2" width="5.2" height="5.1"/>
<rect x="331.3" y="342.4" class="st2" width="5.2" height="6"/>
<rect x="331.3" y="333" class="st2" width="5.2" height="6"/>
<rect x="331.3" y="324.7" class="st2" width="5.2" height="5.1"/>
<path class="st2" d="M307.7,134.5h44.2C351,123,341.4,114,329.8,114C318.1,114,308.5,123,307.7,134.5z"/>
<path class="st2" d="M311.4,174.2h36.7c-0.8-9.4-8.8-16.8-18.4-16.8C320.1,157.4,312.2,164.8,311.4,174.2z"/>
<rect x="322.9" y="231.9" class="st2" width="5.3" height="5.1"/>
<rect x="322.9" y="222.5" class="st2" width="5.3" height="6"/>
<rect x="322.9" y="213.1" class="st2" width="5.3" height="6"/>
<rect x="322.9" y="204.7" class="st2" width="5.3" height="5.1"/>
<rect x="322.7" y="351.8" class="st2" width="5.3" height="5.1"/>
<rect x="322.7" y="342.4" class="st2" width="5.3" height="6"/>
<rect x="322.7" y="333" class="st2" width="5.3" height="6"/>
<rect x="322.7" y="324.7" class="st2" width="5.3" height="5.1"/>
<rect x="315.3" y="231.9" class="st2" width="4.3" height="5.1"/>
<rect x="315.3" y="222.5" class="st2" width="4.3" height="6"/>
<rect x="315.3" y="213.1" class="st2" width="4.3" height="6"/>
<rect x="315.3" y="204.7" class="st2" width="4.3" height="5.1"/>
<rect x="315.1" y="351.8" class="st2" width="4.3" height="5.1"/>
<rect x="315.1" y="342.4" class="st2" width="4.3" height="6"/>
<rect x="315.1" y="333" class="st2" width="4.3" height="6"/>
<rect x="315.1" y="324.7" class="st2" width="4.3" height="5.1"/>
<path class="st2" d="M344,444.8v-56.1h-28.5v56.1h1v-53c0-0.9,0.7-1.7,1.7-1.7h23.2c0.9,0,1.7,0.7,1.7,1.7v53H344z"/>
<rect x="315.1" y="295.4" class="st2" width="13.1" height="11.3"/>
<rect x="311.5" y="240.2" class="st2" width="36.8" height="0.9"/>
<rect x="311.3" y="310" class="st2" width="36.8" height="0.9"/>
<rect x="311.3" y="360.2" class="st2" width="36.8" height="0.9"/>
<rect x="306.9" y="177.5" class="st2" width="45.7" height="1.2"/>
<rect x="293.2" y="222.5" class="st2" width="4.4" height="6"/>
<rect x="293.2" y="204.7" class="st2" width="4.4" height="5.1"/>
<rect x="293.2" y="213.1" class="st2" width="4.4" height="6"/>
<rect x="293.2" y="231.9" class="st2" width="4.4" height="5.1"/>
<rect x="293" y="406.4" class="st2" width="4.4" height="6"/>
<rect x="293" y="388.6" class="st2" width="4.4" height="5.1"/>
<rect x="293" y="342.4" class="st2" width="4.4" height="6"/>
<rect x="293" y="324.7" class="st2" width="4.4" height="5.1"/>
<rect x="284.7" y="295.4" class="st2" width="12.7" height="11.3"/>
<rect x="293" y="333" class="st2" width="4.4" height="6"/>
<rect x="293" y="351.8" class="st2" width="4.4" height="5.1"/>
<rect x="293" y="397" class="st2" width="4.4" height="6"/>
<rect x="293" y="415.8" class="st2" width="4.4" height="5.1"/>
<rect x="284.7" y="231.9" class="st2" width="5.2" height="5.1"/>
<rect x="284.7" y="222.5" class="st2" width="5.2" height="6"/>
<rect x="284.7" y="213.1" class="st2" width="5.2" height="6"/>
<rect x="284.7" y="204.7" class="st2" width="5.2" height="5.1"/>
<rect x="284.5" y="415.8" class="st2" width="5.2" height="5.1"/>
<rect x="284.5" y="406.4" class="st2" width="5.2" height="6"/>
<rect x="284.5" y="397" class="st2" width="5.2" height="6"/>
<rect x="284.5" y="388.6" class="st2" width="5.2" height="5.1"/>
<rect x="284.5" y="351.8" class="st2" width="5.2" height="5.1"/>
<rect x="284.5" y="342.4" class="st2" width="5.2" height="6"/>
<rect x="284.5" y="333" class="st2" width="5.2" height="6"/>
<rect x="284.5" y="324.7" class="st2" width="5.2" height="5.1"/>
<rect x="276.1" y="231.9" class="st2" width="5.3" height="5.1"/>
<rect x="276.1" y="222.5" class="st2" width="5.3" height="6"/>
<rect x="276.1" y="213.1" class="st2" width="5.3" height="6"/>
<rect x="276.1" y="204.7" class="st2" width="5.3" height="5.1"/>
<rect x="275.9" y="415.8" class="st2" width="5.4" height="5.1"/>
<rect x="275.9" y="406.4" class="st2" width="5.4" height="6"/>
<rect x="275.9" y="397" class="st2" width="5.4" height="6"/>
<rect x="275.9" y="388.6" class="st2" width="5.4" height="5.1"/>
<rect x="275.9" y="351.8" class="st2" width="5.4" height="5.1"/>
<rect x="275.9" y="342.4" class="st2" width="5.4" height="6"/>
<rect x="275.9" y="333" class="st2" width="5.4" height="6"/>
<rect x="275.9" y="324.7" class="st2" width="5.4" height="5.1"/>
<rect x="268.5" y="231.9" class="st2" width="4.3" height="5.1"/>
<rect x="268.5" y="222.5" class="st2" width="4.3" height="6"/>
<rect x="268.5" y="213.1" class="st2" width="4.3" height="6"/>
<rect x="268.5" y="204.7" class="st2" width="4.3" height="5.1"/>
<rect x="268.3" y="415.8" class="st2" width="4.3" height="5.1"/>
<rect x="268.3" y="406.4" class="st2" width="4.3" height="6"/>
<rect x="268.3" y="397" class="st2" width="4.3" height="6"/>
<rect x="268.3" y="388.6" class="st2" width="4.3" height="5.1"/>
<rect x="268.3" y="351.8" class="st2" width="4.3" height="5.1"/>
<rect x="268.3" y="342.4" class="st2" width="4.3" height="6"/>
<rect x="268.3" y="333" class="st2" width="4.3" height="6"/>
<rect x="268.3" y="324.7" class="st2" width="4.3" height="5.1"/>
<rect x="268.3" y="295.4" class="st2" width="13.1" height="11.3"/>
<rect x="264.7" y="240.2" class="st2" width="36.8" height="0.9"/>
<rect x="264.5" y="310" class="st2" width="36.8" height="0.9"/>
<rect x="264.5" y="360.2" class="st2" width="36.8" height="0.9"/>
<rect x="264.5" y="424.2" class="st2" width="36.8" height="0.9"/>
<path class="st0" d="M302.9,356.8h-2.1V323c0-0.9-0.7-1.7-1.7-1.7h-32.5c-0.9,0-1.7,0.7-1.7,1.7v8.2c0,0.1,0,0.1,0,0.2
c0,0.1,0,0.1,0,0.2v18.3c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v6.5h-2.1c-0.9,0-1.7,0.7-1.7,1.7v4.2c0,0.9,0.7,1.7,1.7,1.7h40.1
c0.9,0,1.7-0.7,1.7-1.7v-4.2C304.6,357.6,303.9,356.8,302.9,356.8z M301.3,361.1h-36.8v-0.9h36.8V361.1z M284.5,348.4v-6h5.2v6
H284.5z M293,342.4h4.4v6H293V342.4z M293,333h4.4v6H293V333z M289.7,339.1h-5.2v-6h5.2V339.1z M281.2,339.1h-5.4v-6h5.4V339.1z
M272.5,339.1h-4.3v-6h4.3V339.1z M275.9,342.4h5.4v6h-5.4V342.4z M281.2,351.8v5.1h-5.4v-5.1H281.2z M284.5,351.8h5.2v5.1h-5.2
V351.8z M268.3,342.4h4.3v6h-4.3V342.4z M293,356.8v-5.1h4.4v5.1H293z M297.5,329.7H293v-5.1h4.4V329.7z M289.7,329.7h-5.2v-5.1
h5.2V329.7z M281.2,329.7h-5.4v-5.1h5.4V329.7z M272.5,329.7h-4.3v-5.1h4.3V329.7z M268.3,351.8h4.3v5.1h-4.3V351.8z"/>
<path class="st0" d="M302.9,420.8h-2.1V387c0-0.9-0.7-1.7-1.7-1.7h-32.5c-0.9,0-1.7,0.7-1.7,1.7v8.2c0,0.1,0,0.1,0,0.2
c0,0.1,0,0.1,0,0.2v18.3c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v6.5h-2.1c-0.9,0-1.7,0.7-1.7,1.7v4.2c0,0.9,0.7,1.7,1.7,1.7h40.1
c0.9,0,1.7-0.7,1.7-1.7v-4.2C304.6,421.6,303.9,420.8,302.9,420.8z M301.3,425.1h-36.8v-0.9h36.8V425.1z M297.5,393.7H293v-5.1h4.4
V393.7z M284.5,420.8v-5.1h5.2v5.1H284.5z M275.9,420.8v-5.1h5.4v5.1H275.9z M289.7,403.1h-5.2v-6h5.2V403.1z M284.5,412.5v-6h5.2
v6H284.5z M293,406.4h4.4v6H293V406.4z M293,397h4.4v6H293V397z M281.2,397v6h-5.4v-6H281.2z M272.5,403.1h-4.3v-6h4.3V403.1z
M275.9,406.4h5.4v6h-5.4V406.4z M289.7,393.7h-5.2v-5.1h5.2V393.7z M281.2,393.7h-5.4v-5.1h5.4V393.7z M268.3,406.4h4.3v6h-4.3
V406.4z M293,420.8v-5.1h4.4v5.1H293z M272.5,388.6v5.1h-4.3v-5.1H272.5z M268.3,415.8h4.3v5.1h-4.3V415.8z"/>
<path class="st0" d="M303.1,236.9H301v-33.8c0-0.9-0.7-1.7-1.7-1.7h-32.5c-0.9,0-1.7,0.7-1.7,1.7v8.2c0,0.1,0,0.1,0,0.2
c0,0.1,0,0.1,0,0.2V230c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v6.5H263c-0.9,0-1.7,0.7-1.7,1.7v4.2c0,0.9,0.7,1.7,1.7,1.7h40.1
c0.9,0,1.7-0.7,1.7-1.7v-4.2C304.8,237.7,304.1,236.9,303.1,236.9z M301.5,241.1h-36.8v-0.9h36.8V241.1z M281.4,204.7v5.1h-5.3
v-5.1H281.4z M289.9,204.7v5.1h-5.2v-5.1H289.9z M297.7,204.7v5.1h-4.4v-5.1H297.7z M289.9,219.2h-5.2v-6h5.2V219.2z M284.7,228.5
v-6h5.2v6H284.7z M293.2,222.5h4.4v6h-4.4V222.5z M293.2,213.1h4.4v6h-4.4V213.1z M281.4,213.1v6h-5.3v-6H281.4z M272.7,219.2h-4.3
v-6h4.3V219.2z M276.1,222.5h5.3v6h-5.3V222.5z M281.4,231.9v5.1h-5.3v-5.1H281.4z M284.7,231.9h5.2v5.1h-5.2V231.9z M268.5,222.5
h4.3v6h-4.3V222.5z M293.2,236.9v-5.1h4.4v5.1H293.2z M272.7,204.7v5.1h-4.3v-5.1H272.7z M268.5,231.9h4.3v5.1h-4.3V231.9z"/>
<path class="st0" d="M302.9,306.6h-2.1v-54.5c0-0.9-0.7-1.7-1.7-1.7h-32.5c-0.9,0-1.7,0.7-1.7,1.7v54.5h-2.1
c-0.9,0-1.7,0.7-1.7,1.7v4.2c0,0.9,0.7,1.7,1.7,1.7h40.1c0.9,0,1.7-0.7,1.7-1.7v-4.2C304.6,307.4,303.9,306.6,302.9,306.6z
M301.3,310.9h-36.8V310h36.8V310.9z M297.5,292.1h-29.2v-38.3h29.2V292.1z M284.7,306.6v-11.3h12.7v11.3H284.7z M268.3,295.4h13.1
v11.3h-13.1V295.4z"/>
<path class="st0" d="M349.7,356.8h-2.1V323c0-0.9-0.7-1.7-1.7-1.7h-32.5c-0.9,0-1.7,0.7-1.7,1.7v8.2c0,0.1,0,0.1,0,0.2
c0,0.1,0,0.1,0,0.2v18.3c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v6.5h-2.1c-0.9,0-1.7,0.7-1.7,1.7v4.2c0,0.9,0.7,1.7,1.7,1.7h40.1
c0.9,0,1.7-0.7,1.7-1.7v-4.2C351.4,357.6,350.6,356.8,349.7,356.8z M348.1,361.1h-36.8v-0.9h36.8V361.1z M331.3,348.4v-6h5.2v6
H331.3z M339.8,342.4h4.4v6h-4.4V342.4z M339.8,333h4.4v6h-4.4V333z M336.5,339.1h-5.2v-6h5.2V339.1z M328,339.1h-5.3v-6h5.3V339.1
z M319.3,339.1h-4.3v-6h4.3V339.1z M322.7,342.4h5.3v6h-5.3V342.4z M328,351.8v5.1h-5.3v-5.1H328z M331.3,351.8h5.2v5.1h-5.2V351.8
z M315.1,342.4h4.3v6h-4.3V342.4z M339.8,356.8v-5.1h4.4v5.1H339.8z M344.3,329.7h-4.4v-5.1h4.4V329.7z M336.5,329.7h-5.2v-5.1h5.2
V329.7z M328,329.7h-5.3v-5.1h5.3V329.7z M319.3,329.7h-4.3v-5.1h4.3V329.7z M315.1,351.8h4.3v5.1h-4.3V351.8z"/>
<path class="st0" d="M349.9,236.9h-2.1v-33.8c0-0.9-0.7-1.7-1.7-1.7h-32.5c-0.9,0-1.7,0.7-1.7,1.7v8.2c0,0.1,0,0.1,0,0.2
c0,0.1,0,0.1,0,0.2V230c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v6.6h-2.1c-0.9,0-1.7,0.7-1.7,1.7v4.2c0,0.9,0.7,1.7,1.7,1.7h40.1
c0.9,0,1.7-0.7,1.7-1.7v-4.2C351.6,237.7,350.8,236.9,349.9,236.9z M348.3,241.1h-36.8v-0.9h36.8V241.1z M328.2,204.7v5.1h-5.3
v-5.1H328.2z M336.7,204.7v5.1h-5.2v-5.1H336.7z M344.4,204.7v5.1H340v-5.1H344.4z M344.4,219.2H340v-6h4.4V219.2z M344.4,228.5
H340v-6h4.4V228.5z M336.7,219.2h-5.2v-6h5.2V219.2z M331.5,228.5v-6h5.2v6H331.5z M328.2,213.1v6h-5.3v-6H328.2z M319.5,219.2
h-4.3v-6h4.3V219.2z M319.5,222.5v6h-4.3v-6H319.5z M322.9,222.5h5.3v6h-5.3V222.5z M328.2,231.9v5.1h-5.3v-5.1H328.2z
M331.5,231.9h5.2v5.1h-5.2V231.9z M340,236.9v-5.1h4.4v5.1H340z M319.5,204.7v5.1h-4.3v-5.1H319.5z M319.5,231.9v5.1h-4.3v-5.1
H319.5z"/>
<path class="st0" d="M349.7,306.6h-2.1v-54.5c0-0.9-0.7-1.7-1.7-1.7h-32.5c-0.9,0-1.7,0.7-1.7,1.7v54.5h-2.1
c-0.9,0-1.7,0.7-1.7,1.7v4.2c0,0.9,0.7,1.7,1.7,1.7h40.1c0.9,0,1.7-0.7,1.7-1.7v-4.2C351.4,307.4,350.6,306.6,349.7,306.6z
M348.1,310.9h-36.8V310h36.8V310.9z M344.3,292.1h-29.2v-38.3h29.2V292.1z M331.5,306.6v-11.3h12.7v11.3H331.5z M315.1,295.4h13.1
v11.3h-13.1V295.4z"/>
<path class="st0" d="M396.5,356.8h-2.1V323c0-0.9-0.7-1.7-1.7-1.7h-32.5c-0.9,0-1.7,0.7-1.7,1.7v8.2c0,0.1,0,0.1,0,0.2
c0,0.1,0,0.1,0,0.2v18.3c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v6.5h-2.1c-0.9,0-1.7,0.7-1.7,1.7v4.2c0,0.9,0.7,1.7,1.7,1.7h40.1
c0.9,0,1.7-0.7,1.7-1.7v-4.2C398.2,357.6,397.4,356.8,396.5,356.8z M394.8,361.1H358v-0.9h36.8V361.1z M391,339.1h-4.4v-6h4.4
V339.1z M391,348.4h-4.4v-6h4.4V348.4z M378.1,348.4v-6h5.2v6H378.1z M383.3,339.1h-5.2v-6h5.2V339.1z M374.8,339.1h-5.4v-6h5.4
V339.1z M366.1,339.1h-4.3v-6h4.3V339.1z M366.1,342.4v6h-4.3v-6H366.1z M369.4,342.4h5.4v6h-5.4V342.4z M374.8,351.8v5.1h-5.4
v-5.1H374.8z M378.1,351.8h5.2v5.1h-5.2V351.8z M386.6,356.8v-5.1h4.4v5.1H386.6z M391,329.7h-4.4v-5.1h4.4V329.7z M383.3,329.7
h-5.2v-5.1h5.2V329.7z M374.8,329.7h-5.4v-5.1h5.4V329.7z M366.1,329.7h-4.3v-5.1h4.3V329.7z M366.1,351.8v5.1h-4.3v-5.1H366.1z"/>
<path class="st0" d="M356.4,428.4h40.1c0.9,0,1.7-0.7,1.7-1.7v-4.2c0-0.9-0.7-1.7-1.7-1.7h-2.1V387c0-0.9-0.7-1.7-1.7-1.7h-32.5
c-0.9,0-1.7,0.7-1.7,1.7v8.2c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v18.3c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v6.5h-2.1
c-0.9,0-1.7,0.7-1.7,1.7v4.2C354.7,427.6,355.5,428.4,356.4,428.4z M378.1,420.8v-5.1h5.2v5.1H378.1z M369.4,420.8v-5.1h5.4v5.1
H369.4z M391,403.1h-4.4v-6h4.4V403.1z M391,412.5h-4.4v-6h4.4V412.5z M383.3,403.1h-5.2v-6h5.2V403.1z M378.1,412.5v-6h5.2v6
H378.1z M374.8,397v6h-5.4v-6H374.8z M366.1,403.1h-4.3v-6h4.3V403.1z M366.1,406.4v6h-4.3v-6H366.1z M369.4,406.4h5.4v6h-5.4
V406.4z M391,393.7h-4.4v-5.1h4.4V393.7z M383.3,393.7h-5.2v-5.1h5.2V393.7z M374.8,393.7h-5.4v-5.1h5.4V393.7z M386.6,420.8v-5.1
h4.4v5.1H386.6z M366.1,388.6v5.1h-4.3v-5.1H366.1z M366.1,415.8v5.1h-4.3v-5.1H366.1z M358,424.2h36.8v0.9H358V424.2z"/>
<path class="st0" d="M396.7,236.9h-2.1v-33.8c0-0.9-0.7-1.7-1.7-1.7h-32.5c-0.9,0-1.7,0.7-1.7,1.7v8.2c0,0.1,0,0.1,0,0.2
c0,0.1,0,0.1,0,0.2V230c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v6.5h-2.1c-0.9,0-1.7,0.7-1.7,1.7v4.2c0,0.9,0.7,1.7,1.7,1.7h40.1
c0.9,0,1.7-0.7,1.7-1.7v-4.2C398.4,237.7,397.6,236.9,396.7,236.9z M395,241.1h-36.8v-0.9H395V241.1z M375,204.7v5.1h-5.3v-5.1H375
z M383.5,204.7v5.1h-5.2v-5.1H383.5z M391.2,204.7v5.1h-4.4v-5.1H391.2z M391.2,219.2h-4.4v-6h4.4V219.2z M391.2,228.5h-4.4v-6h4.4
V228.5z M383.5,219.2h-5.2v-6h5.2V219.2z M378.3,228.5v-6h5.2v6H378.3z M375,213.1v6h-5.3v-6H375z M369.6,222.5h5.3v6h-5.3V222.5z
M375,231.9v5.1h-5.3v-5.1H375z M378.3,231.9h5.2v5.1h-5.2V231.9z M366.3,213.1v6H362v-6H366.3z M366.3,222.5v6H362v-6H366.3z
M386.8,236.9v-5.1h4.4v5.1H386.8z M366.3,204.7v5.1H362v-5.1H366.3z M362,231.9h4.3v5.1H362V231.9z"/>
<path class="st0" d="M396.5,306.6h-2.1v-54.5c0-0.9-0.7-1.7-1.7-1.7h-32.5c-0.9,0-1.7,0.7-1.7,1.7v54.5h-2.1
c-0.9,0-1.7,0.7-1.7,1.7v4.2c0,0.9,0.7,1.7,1.7,1.7h40.1c0.9,0,1.7-0.7,1.7-1.7v-4.2C398.2,307.4,397.4,306.6,396.5,306.6z
M394.8,310.9H358V310h36.8V310.9z M378.3,306.6v-11.3H391v11.3H378.3z M391,292.1h-29.2v-38.3H391V292.1z M361.8,295.4H375v11.3
h-13.1V295.4z"/>
<path class="st0" d="M354.3,174.2h-2.8c-0.9-11.2-10.2-20.1-21.7-20.1s-20.8,8.9-21.7,20.1h-2.8c-0.9,0-1.7,0.7-1.7,1.7v4.6
c0,0.9,0.7,1.7,1.7,1.7h49.1c0.9,0,1.7-0.7,1.7-1.7v-4.6C355.9,174.9,355.2,174.2,354.3,174.2z M352.6,178.7h-45.7v-1.2h45.7V178.7
z M348.1,174.2h-36.7c0.8-9.4,8.8-16.8,18.4-16.8C339.4,157.4,347.3,164.8,348.1,174.2z"/>
<path class="st0" d="M336.6,415.1c-0.9,0-1.7,0.7-1.7,1.7v7.1c0,0.9,0.7,1.7,1.7,1.7c0.9,0,1.7-0.7,1.7-1.7v-7.1
C338.2,415.8,337.5,415.1,336.6,415.1z"/>
<path class="st0" d="M400.4,187.8c-24.9,0-45.1-20.2-45.1-45.1v-4.8h9.2c0.9,0,1.7-0.7,1.7-1.7c0-0.9-0.7-1.7-1.7-1.7h-9.3
c-0.9-13.3-11.9-23.8-25.4-23.8c-13.5,0-24.6,10.6-25.4,23.8H295c-0.9,0-1.7,0.7-1.7,1.7c0,0.9,0.7,1.7,1.7,1.7h9.2v4.8
c0,24.9-20.2,45.1-45.1,45.1c-0.9,0-1.7,0.7-1.7,1.7V373v5.4v68c0,0.9,0.7,1.7,1.7,1.7h54.7h4.3h23.2h4.3h54.7
c0.9,0,1.7-0.7,1.7-1.7v-68V373V189.4C402.1,188.5,401.3,187.8,400.4,187.8z M319.8,393.5h19.9v51.3h-19.9V393.5z M341.4,390.1
h-23.2c-0.9,0-1.7,0.7-1.7,1.7v53h-1v-56.1H344v56.1h-1v-53C343,390.9,342.3,390.1,341.4,390.1z M345.7,385.3h-31.9
c-0.9,0-1.7,0.7-1.7,1.7v57.8h-51.4v-64.7h138v64.7h-51.4V387C347.4,386.1,346.6,385.3,345.7,385.3z M260.8,196.9h138v174.4h-138
V196.9z M260.8,374.7h138v2.1h-138V374.7z M398.8,191.1v2.5h-138v-2.5H398.8z M351.9,134.5h-44.2c0.9-11.5,10.4-20.5,22.1-20.5
C341.4,114,351,123,351.9,134.5z M307.5,142.6v-4.8H352v4.8c0,20.5,12.8,38.1,30.8,45.1H276.7C294.7,180.7,307.5,163.1,307.5,142.6
z"/>
<path class="st1" d="M173.1,361.9c0-8.7-7-15.7-15.7-15.7h-5.5c-8.6,0-15.7,7-15.7,15.7v7.7h36.9V361.9z"/>
<path class="st1" d="M214.2,222.3h-5.5c-8.7,0-15.7,7-15.7,15.7v7.7h36.9v-7.7C229.8,229.3,222.8,222.3,214.2,222.3z"/>
<path class="st1" d="M189.2,128.3c0.9,0,1.7,0.7,1.7,1.7c0,0.9-0.7,1.7-1.7,1.7h-10.4l8.8,12.3h12.5c0.9,0,1.7,0.7,1.7,1.7
c0,0.9-0.7,1.7-1.7,1.7h-10.1l14.3,20c0.2,0.3,0.3,0.6,0.3,1v34.3h17.5v-50.3h-11.3c-0.9,0-1.7-0.7-1.7-1.7c0-0.9,0.7-1.7,1.7-1.7
h11.3V140h-11.3c-0.9,0-1.7-0.7-1.7-1.7c0-0.9,0.7-1.7,1.7-1.7h11.3v-8.9h-11.3c-0.9,0-1.7-0.7-1.7-1.7c0-0.9,0.7-1.7,1.7-1.7h11.3
v-4.9h-51.9l6.3,8.7H189.2z"/>
<path class="st1" d="M115.8,361.9c0-8.7-7-15.7-15.7-15.7h-5.5c-8.7,0-15.7,7-15.7,15.7v7.7h36.9V361.9z"/>
<path class="st1" d="M86.8,124.5H98c0.9,0,1.7,0.7,1.7,1.7c0,0.9-0.7,1.7-1.7,1.7H86.8v8.9H98c0.9,0,1.7,0.7,1.7,1.7
c0,0.9-0.7,1.7-1.7,1.7H86.8v8.9H98c0.9,0,1.7,0.7,1.7,1.7c0,0.9-0.7,1.7-1.7,1.7H86.8v50.3h15.3v-34.3c0-0.3,0.1-0.7,0.3-1
l14.3-20h-9.5c-0.9,0-1.7-0.7-1.7-1.7c0-0.9,0.7-1.7,1.7-1.7h11.9l8.8-12.3h-10.7c-0.9,0-1.7-0.7-1.7-1.7c0-0.9,0.7-1.7,1.7-1.7
h12.9c0.1,0,0.2,0,0.2,0l6.3-8.8H86.8V124.5z"/>
<path class="st1" d="M115.6,237.9c0-8.6-7-15.7-15.7-15.7h-5.5c-8.7,0-15.7,7-15.7,15.7v7.7h36.9V237.9z"/>
<path class="st1" d="M214.4,346.2h-5.5c-8.7,0-15.7,7-15.7,15.7v7.7h36.9v-7.7C230.1,353.3,223,346.2,214.4,346.2z"/>
<path class="st1" d="M172.9,237.9c0-8.6-7-15.7-15.7-15.7h-5.5c-8.7,0-15.7,7-15.7,15.7v7.7h36.9V237.9z"/>
<polygon class="st2" points="240.8,330.8 68.1,330.8 68.1,330.8 68.1,335.9 68.1,335.9 240.8,335.9 "/>
<path class="st2" d="M225.4,126.1v12.2v12.2v52h15.4v-92.9c0-4.3-3.5-7.7-7.7-7.7s-7.7,3.5-7.7,7.7V126.1z"/>
<rect x="193.1" y="373" class="st2" width="36.9" height="56.9"/>
<rect x="192.9" y="249" class="st2" width="36.9" height="56.9"/>
<path class="st0" d="M233.1,98.6c-6.1,0-11,5-11,11v6.6h-54.3l-5.7-8V94.7c0-0.4-0.1-0.7-0.3-1l-7-9.3c-0.6-0.8-2-0.8-2.7,0l-7,9.3
c-0.2,0.3-0.3,0.6-0.3,1v13.4l-5.8,8.1H86.8v-6.6c0-6.1-4.9-11-11-11c-6.1,0-11,5-11,11v94.5v124.7c0,0,0,0.1,0,0.2v8.5
c0,0,0,0.1,0,0.2v108.7c0,0.9,0.7,1.7,1.7,1.7h176.1c0.9,0,1.7-0.7,1.7-1.7V337.6v-8.5V204.2v-94.5
C244.1,103.6,239.2,98.6,233.1,98.6z M68.1,109.7c0-4.3,3.5-7.7,7.7-7.7c4.3,0,7.7,3.5,7.7,7.7v8.3v8.2v12.2v12.2v52H68.1V109.7z
M148,95.3l5.3-7.1l5.3,7.1v11.8H148V95.3z M222.1,119.6v4.9h-11.3c-0.9,0-1.7,0.7-1.7,1.7c0,0.9,0.7,1.7,1.7,1.7h11.3v8.9h-11.3
c-0.9,0-1.7,0.7-1.7,1.7c0,0.9,0.7,1.7,1.7,1.7h11.3v8.9h-11.3c-0.9,0-1.7,0.7-1.7,1.7c0,0.9,0.7,1.7,1.7,1.7h11.3v50.3h-17.5
v-34.3c0-0.3-0.1-0.7-0.3-1l-14.3-20h10.1c0.9,0,1.7-0.7,1.7-1.7c0-0.9-0.7-1.7-1.7-1.7h-12.5l-8.8-12.3h10.4
c0.9,0,1.7-0.7,1.7-1.7c0-0.9-0.7-1.7-1.7-1.7h-12.8l-6.3-8.7H222.1z M233.1,102c4.3,0,7.7,3.5,7.7,7.7v92.9h-15.4v-52v-12.2v-12.2
v-16.5C225.4,105.4,228.8,102,233.1,102z M68.1,335.9v-5.2h0h172.7v5.2H68.1L68.1,335.9z M240.8,313.7v13.7H68.1v-13.7V205.9h17.1
h18.6h99.1h20.8h17.1V313.7z M147.2,110.4h12.3l6,8.5l20,27.9l15.8,22.1v33.7h-95.8v-33.7l15.7-21.9c0.3-0.2,0.5-0.5,0.6-0.8
L147.2,110.4z M130.3,128.3c-0.1,0-0.1,0-0.2,0h-12.9c-0.9,0-1.7,0.7-1.7,1.7c0,0.9,0.7,1.7,1.7,1.7h10.7l-8.8,12.3h-11.9
c-0.9,0-1.7,0.7-1.7,1.7c0,0.9,0.7,1.7,1.7,1.7h9.5l-14.3,20c-0.2,0.3-0.3,0.6-0.3,1v34.3H86.8v-50.3H98c0.9,0,1.7-0.7,1.7-1.7
c0-0.9-0.7-1.7-1.7-1.7H86.8V140H98c0.9,0,1.7-0.7,1.7-1.7c0-0.9-0.7-1.7-1.7-1.7H86.8v-8.9H98c0.9,0,1.7-0.7,1.7-1.7
c0-0.9-0.7-1.7-1.7-1.7H86.8v-4.9h49.7L130.3,128.3z M240.8,437.7v7.1H68.1v-7.1v-98.5h32h57.3h56.9h26.5V437.7z"/>
<path class="st2" d="M121.1,146.9l-15.7,21.9v33.7h95.8v-33.7l-15.8-22.1l-20-27.9l-6-8.5h-12.3l-25.6,35.7
C121.6,146.5,121.4,146.7,121.1,146.9z M137.8,150.7c0-8.6,7-15.6,15.6-15.6s15.6,7,15.6,15.6v37.7c0,0.9-0.7,1.7-1.7,1.7h-27.8
c-0.9,0-1.7-0.7-1.7-1.7V150.7z"/>
<path class="st0" d="M208.8,342.9c-10.5,0-19,8.5-19,19v9.4v58.6h-3.6c-0.9,0-1.7,0.7-1.7,1.7v6.1c0,0.9,0.7,1.7,1.7,1.7H237
c0.9,0,1.7-0.7,1.7-1.7v-6.1c0-0.9-0.7-1.7-1.7-1.7h-3.6v-58.6v-9.4c0-10.5-8.5-19-19-19H208.8z M235.4,436.1h-47.5v-2.8h3.6h40.3
h3.6V436.1z M230.1,429.9h-36.9V373h36.9V429.9z M230.1,369.7h-36.9v-7.7c0-8.7,7-15.7,15.7-15.7h5.5c8.7,0,15.7,7,15.7,15.7V369.7
z"/>
<polygon class="st2" points="191.5,433.2 187.8,433.2 187.8,436.1 235.4,436.1 235.4,433.2 231.7,433.2 "/>
<path class="st0" d="M208.6,218.9c-10.5,0-19,8.5-19,19v9.4v58.6H186c-0.9,0-1.7,0.7-1.7,1.7v6.1c0,0.9,0.7,1.7,1.7,1.7h50.8
c0.9,0,1.7-0.7,1.7-1.7v-6.1c0-0.9-0.7-1.7-1.7-1.7h-3.6v-58.6v-9.4c0-10.5-8.5-19-19-19H208.6z M235.1,312.1h-47.5v-2.8h3.6h40.2
h3.6V312.1z M229.8,305.9h-36.9V249h36.9V305.9z M229.8,245.7h-36.9v-7.7c0-8.6,7-15.7,15.7-15.7h5.5c8.6,0,15.7,7,15.7,15.7V245.7
z"/>
<polygon class="st2" points="191.3,309.3 187.6,309.3 187.6,312.1 235.1,312.1 235.1,309.3 231.5,309.3 "/>
<path class="st2" d="M157.4,339.3h-57.3h-32v98.5v7.1h172.7v-7.1v-98.5h-26.5H157.4z M122.7,439.4H71.9c-0.9,0-1.7-0.7-1.7-1.7
v-6.1c0-0.9,0.7-1.7,1.7-1.7h3.6v-58.6v-9.4c0-10.5,8.5-19,19-19h5.5c10.5,0,19,8.5,19,19v9.4v58.6h3.6c0.9,0,1.7,0.7,1.7,1.7v6.1
C124.4,438.6,123.6,439.4,122.7,439.4z M180.1,439.4h-50.8c-0.9,0-1.7-0.7-1.7-1.7v-6.1c0-0.9,0.7-1.7,1.7-1.7h3.6v-58.6v-9.4
c0-10.5,8.5-19,19-19h5.5c10.5,0,19,8.5,19,19v9.4v58.6h3.6c0.9,0,1.7,0.7,1.7,1.7v6.1C181.7,438.6,181,439.4,180.1,439.4z
M233.4,361.9v9.4v58.6h3.6c0.9,0,1.7,0.7,1.7,1.7v6.1c0,0.9-0.7,1.7-1.7,1.7h-50.9c-0.9,0-1.7-0.7-1.7-1.7v-6.1
c0-0.9,0.7-1.7,1.7-1.7h3.6v-58.6v-9.4c0-10.5,8.5-19,19-19h5.5C224.8,342.9,233.4,351.4,233.4,361.9z"/>
<rect x="136.2" y="373" class="st2" width="36.9" height="56.9"/>
<rect x="136" y="249" class="st2" width="36.9" height="56.9"/>
<rect x="141.1" y="152.3" class="st2" width="24.5" height="34.4"/>
<path class="st2" d="M165.5,149c-0.8-6-5.9-10.6-12.1-10.6s-11.3,4.6-12.1,10.6H165.5z"/>
<polygon class="st2" points="158.7,95.3 153.4,88.3 148,95.3 148,107.1 158.7,107.1 "/>
<path class="st0" d="M139.5,190h27.8c0.9,0,1.7-0.7,1.7-1.7v-37.7c0-8.6-7-15.6-15.6-15.6s-15.6,7-15.6,15.6v37.7
C137.8,189.3,138.5,190,139.5,190z M153.4,138.4c6.2,0,11.3,4.6,12.1,10.6h-24.2C142.1,143,147.2,138.4,153.4,138.4z M165.6,186.7
h-24.5v-34.4h24.5V186.7z"/>
<polygon class="st2" points="134.5,433.2 130.9,433.2 130.9,436.1 178.4,436.1 178.4,433.2 174.8,433.2 "/>
<polygon class="st2" points="134.3,309.3 130.7,309.3 130.7,312.1 178.2,312.1 178.2,309.3 174.6,309.3 "/>
<path class="st0" d="M180.1,429.9h-3.6v-58.6v-9.4c0-10.5-8.5-19-19-19h-5.5c-10.5,0-19,8.5-19,19v9.4v58.6h-3.6
c-0.9,0-1.7,0.7-1.7,1.7v6.1c0,0.9,0.7,1.7,1.7,1.7h50.8c0.9,0,1.7-0.7,1.7-1.7v-6.1C181.7,430.7,181,429.9,180.1,429.9z
M178.4,436.1h-47.5v-2.8h3.6h40.2h3.6V436.1z M136.2,361.9c0-8.7,7-15.7,15.7-15.7h5.5c8.7,0,15.7,7,15.7,15.7v7.7h-36.9V361.9z
M136.2,373h36.9v56.9h-36.9V373z"/>
<path class="st0" d="M179.9,305.9h-3.6v-58.6v-9.4c0-10.5-8.5-19-19-19h-5.5c-10.5,0-19,8.5-19,19v9.4v58.6H129
c-0.9,0-1.7,0.7-1.7,1.7v6.1c0,0.9,0.7,1.7,1.7,1.7h50.9c0.9,0,1.7-0.7,1.7-1.7v-6.1C181.5,306.7,180.8,305.9,179.9,305.9z
M178.2,312.1h-47.5v-2.8h3.6h40.3h3.6V312.1z M136,237.9c0-8.6,7-15.7,15.7-15.7h5.5c8.7,0,15.7,7,15.7,15.7v7.7H136V237.9z
M136,249h36.9v56.9H136V249z"/>
<rect x="78.8" y="373" class="st2" width="36.9" height="56.9"/>
<rect x="78.6" y="249" class="st2" width="36.9" height="56.9"/>
<path class="st2" d="M83.5,150.6v-12.2v-12.2v-8.2v-8.3c0-4.3-3.5-7.7-7.7-7.7c-4.2,0-7.7,3.5-7.7,7.7v92.9h15.4V150.6z"/>
<polygon class="st2" points="77.2,433.2 73.5,433.2 73.5,436.1 121.1,436.1 121.1,433.2 117.4,433.2 "/>
<polygon class="st2" points="77,309.3 73.3,309.3 73.3,312.1 120.9,312.1 120.9,309.3 117.2,309.3 "/>
<path class="st0" d="M122.7,429.9h-3.6v-58.6v-9.4c0-10.5-8.5-19-19-19h-5.5c-10.5,0-19,8.5-19,19v9.4v58.6h-3.6
c-0.9,0-1.7,0.7-1.7,1.7v6.1c0,0.9,0.7,1.7,1.7,1.7h50.9c0.9,0,1.7-0.7,1.7-1.7v-6.1C124.4,430.7,123.6,429.9,122.7,429.9z
M121.1,436.1H73.5v-2.8h3.6h40.3h3.6V436.1z M78.8,361.9c0-8.7,7-15.7,15.7-15.7h5.5c8.7,0,15.7,7,15.7,15.7v7.7H78.8V361.9z
M78.8,373h36.9v56.9H78.8V373z"/>
<path class="st0" d="M122.5,305.9h-3.6v-58.6v-9.4c0-10.5-8.5-19-19-19h-5.5c-10.5,0-19,8.5-19,19v9.4v58.6h-3.6
c-0.9,0-1.7,0.7-1.7,1.7v6.1c0,0.9,0.7,1.7,1.7,1.7h50.8c0.9,0,1.7-0.7,1.7-1.7v-6.1C124.2,306.7,123.4,305.9,122.5,305.9z
M120.9,312.1H73.3v-2.8H77h40.2h3.6V312.1z M78.6,237.9c0-8.6,7-15.7,15.7-15.7h5.5c8.7,0,15.7,7,15.7,15.7v7.7H78.6V237.9z
M78.6,249h36.9v56.9H78.6V249z"/>
<path class="st1" d="M202.9,205.9h-99.1H85.2H68.1v107.9v13.7h172.7v-13.7V205.9h-17.1H202.9z M122.5,315.4H71.7
c-0.9,0-1.7-0.7-1.7-1.7v-6.1c0-0.9,0.7-1.7,1.7-1.7h3.6v-58.6v-9.4c0-10.5,8.5-19,19-19h5.5c10.5,0,19,8.5,19,19v9.4v58.6h3.6
c0.9,0,1.7,0.7,1.7,1.7v6.1C124.2,314.7,123.4,315.4,122.5,315.4z M179.9,315.4H129c-0.9,0-1.7-0.7-1.7-1.7v-6.1
c0-0.9,0.7-1.7,1.7-1.7h3.6v-58.6v-9.4c0-10.5,8.5-19,19-19h5.5c10.5,0,19,8.5,19,19v9.4v58.6h3.6c0.9,0,1.7,0.7,1.7,1.7v6.1
C181.5,314.7,180.8,315.4,179.9,315.4z M233.2,237.9v9.4v58.6h3.6c0.9,0,1.7,0.7,1.7,1.7v6.1c0,0.9-0.7,1.7-1.7,1.7H186
c-0.9,0-1.7-0.7-1.7-1.7v-6.1c0-0.9,0.7-1.7,1.7-1.7h3.6v-58.6v-9.4c0-10.5,8.5-19,19-19h5.5C224.6,218.9,233.2,227.5,233.2,237.9z
"/>
<path class="st2" d="M419.5,389.4l-1.8-7.5c-0.2-0.7-0.3-1.5-0.5-2.3l-0.3-1.3c-0.3-1.2-0.5-2.4-0.8-3.7l-0.3-1.6
c-0.2-1-0.4-2-0.6-3l-2.1-10.5c-0.2-0.9-0.3-1.8-0.5-2.7c-0.3-1.4-0.5-2.8-0.7-4c-0.2-1.3-0.4-2.5-0.5-3.6
c-0.2-1.8-0.4-3.6-0.6-5.5c-0.1-1.4-0.1-2.1-0.1-2.1c-0.2-8.3-6.9-14.9-15.1-15.1c-8.6-0.2-15.7,6.6-15.9,15.1c0,0,0,0.8-0.1,2.1
c-0.1,1.9-0.3,3.7-0.6,5.5c-0.1,1.1-0.3,2.3-0.5,3.6c-0.2,1.3-0.4,2.6-0.7,4.1c-0.2,0.9-0.3,1.8-0.5,2.8l-2,10.4
c-0.2,1-0.4,2-0.6,3l-0.3,1.6c-0.3,1.3-0.5,2.5-0.8,3.7l-0.3,1.3c-0.2,0.8-0.4,1.6-0.5,2.4l-1.8,7.5c-1,4.1-1,8.4,0,12.4
c1.7,6.5,5.7,12,11.5,15.4c3.5,2.1,7.3,3.2,11.2,3.5V415c-8.3-0.8-14.9-7.9-14.9-16.5c0-0.9,0.7-1.7,1.7-1.7c0.9,0,1.7,0.7,1.7,1.7
c0,6.7,5.1,12.3,11.6,13.1v-22c-7.3-0.8-12.9-7-12.9-14.5c0-0.9,0.7-1.7,1.7-1.7c0.9,0,1.7,0.7,1.7,1.7c0,5.6,4.2,10.3,9.6,11.1
v-22c-5.4-0.8-9.6-5.5-9.6-11.2c0-0.9,0.7-1.7,1.7-1.7c0.9,0,1.7,0.7,1.7,1.7c0,3.8,2.7,7,6.3,7.8v-17.5c0-0.9,0.7-1.7,1.7-1.7
c0.9,0,1.7,0.7,1.7,1.7v7.8c3.6-0.8,6.3-4,6.3-7.8c0-0.9,0.7-1.7,1.7-1.7c0.9,0,1.7,0.7,1.7,1.7c0,5.7-4.2,10.4-9.6,11.2v22
c5.4-0.8,9.6-5.5,9.6-11.1c0-0.9,0.7-1.7,1.7-1.7s1.7,0.7,1.7,1.7c0,7.5-5.7,13.7-12.9,14.5v22c6.5-0.8,11.6-6.4,11.6-13.1
c0-0.9,0.7-1.7,1.7-1.7c0.9,0,1.7,0.7,1.7,1.7c0,8.6-6.5,15.6-14.9,16.5v15.3c1.5-0.1,3-0.3,4.5-0.7
C414.7,416.5,422.9,402.8,419.5,389.4z"/>
<path class="st0" d="M422.7,388.6l-1.8-7.4c-0.2-0.7-0.3-1.5-0.5-2.3l-0.3-1.3c-0.3-1.2-0.5-2.4-0.8-3.7l-0.3-1.6
c-0.2-1-0.4-2-0.6-3l-2-10.5c-0.2-0.9-0.3-1.8-0.5-2.6c-0.2-1.4-0.5-2.7-0.7-4c-0.2-1.3-0.4-2.5-0.5-3.6c-0.2-1.7-0.4-3.5-0.5-5.3
c-0.1-1.2-0.1-1.9-0.1-2c-0.3-10.1-8.3-18.1-18.4-18.4c-0.2,0-0.3,0-0.5,0c-10.2,0-18.6,8.2-18.8,18.4c0,0,0,0.7-0.1,2
c-0.1,1.8-0.3,3.6-0.6,5.3c-0.1,1.1-0.3,2.3-0.5,3.6c-0.2,1.3-0.4,2.6-0.7,4c-0.2,0.9-0.3,1.8-0.5,2.7l-2,10.4c-0.2,1-0.4,2-0.6,3
L371,374c-0.3,1.3-0.5,2.5-0.8,3.7l-0.3,1.3c-0.2,0.8-0.3,1.6-0.5,2.3l-1.8,7.4c0,0,0,0,0,0c-1.2,4.6-1.2,9.5,0,14
c3.1,12.3,13.9,20.6,25.9,21.4v22.5c0,0.9,0.7,1.7,1.7,1.7c0.9,0,1.7-0.7,1.7-1.7V424c1.8-0.1,3.6-0.4,5.3-0.8
c7.4-1.9,13.5-6.5,17.4-13C423.5,403.6,424.6,396,422.7,388.6z M396.8,405.3c8.3-0.8,14.9-7.9,14.9-16.5c0-0.9-0.7-1.7-1.7-1.7
c-0.9,0-1.7,0.7-1.7,1.7c0,6.7-5.1,12.3-11.6,13.1v-22c7.3-0.8,12.9-7,12.9-14.5c0-0.9-0.7-1.7-1.7-1.7s-1.7,0.7-1.7,1.7
c0,5.6-4.2,10.3-9.6,11.1v-22c5.4-0.8,9.6-5.5,9.6-11.2c0-0.9-0.7-1.7-1.7-1.7c-0.9,0-1.7,0.7-1.7,1.7c0,3.8-2.7,7-6.3,7.8v-7.8
c0-0.9-0.7-1.7-1.7-1.7c-0.9,0-1.7,0.7-1.7,1.7v17.5c-3.6-0.8-6.3-4-6.3-7.8c0-0.9-0.7-1.7-1.7-1.7c-0.9,0-1.7,0.7-1.7,1.7
c0,5.7,4.2,10.4,9.6,11.2v22c-5.4-0.8-9.6-5.5-9.6-11.1c0-0.9-0.7-1.7-1.7-1.7c-0.9,0-1.7,0.7-1.7,1.7c0,7.5,5.7,13.7,12.9,14.5v22
c-6.5-0.8-11.6-6.4-11.6-13.1c0-0.9-0.7-1.7-1.7-1.7c-0.9,0-1.7,0.7-1.7,1.7c0,8.6,6.5,15.6,14.9,16.5v5.7
c-3.9-0.3-7.7-1.4-11.2-3.5c-5.8-3.4-9.8-8.9-11.5-15.4c-1-4-1-8.3,0-12.4l1.8-7.5c0.2-0.7,0.3-1.5,0.5-2.4l0.3-1.3
c0.3-1.2,0.5-2.4,0.8-3.7l0.3-1.6c0.2-1,0.4-2,0.6-3l2-10.4c0.2-0.9,0.4-1.9,0.5-2.8c0.3-1.4,0.5-2.8,0.7-4.1
c0.2-1.3,0.4-2.5,0.5-3.6c0.2-1.8,0.4-3.6,0.6-5.5c0.1-1.4,0.1-2.1,0.1-2.1c0.2-8.6,7.3-15.3,15.9-15.1c8.3,0.2,14.9,6.9,15.1,15.1
c0,0,0,0.8,0.1,2.1c0.1,1.8,0.3,3.7,0.6,5.5c0.1,1.1,0.3,2.3,0.5,3.6c0.2,1.3,0.4,2.6,0.7,4c0.2,0.9,0.3,1.8,0.5,2.7l2.1,10.5
c0.2,1,0.4,2,0.6,3l0.3,1.6c0.3,1.3,0.5,2.5,0.8,3.7l0.3,1.3c0.2,0.8,0.4,1.6,0.5,2.3l1.8,7.5c3.4,13.4-4.7,27.1-18.1,30.5
c-1.5,0.4-3,0.6-4.5,0.7V405.3z"/>
<polygon class="st2" points="482,313 478.5,316.5 494.3,316.5 490.9,313 "/>
<path class="st2" d="M494.5,319.8h-16.1c0.8,3.7,4.1,6.6,8,6.6C490.4,326.4,493.7,323.6,494.5,319.8z"/>
<rect x="483" y="309.4" class="st2" width="6.9" height="0.3"/>
<polygon class="st2" points="454,441.7 449.2,441.7 449.2,444.8 468.9,444.8 468.9,441.7 464,441.7 "/>
<rect x="455.7" y="403.4" class="st2" width="6.7" height="35"/>
<polygon class="st2" points="423.7,316.5 439.5,316.5 436,313 427.2,313 "/>
<path class="st2" d="M439.7,319.8h-16.1c0.8,3.7,4.1,6.6,8,6.6C435.6,326.4,438.9,323.6,439.7,319.8z"/>
<rect x="428.1" y="309.4" class="st2" width="6.9" height="0.3"/>
<path class="st0" d="M499.5,317l-6.3-6.3v-2.9c0-0.9-0.7-1.7-1.7-1.7h-3.5v-11.9c0-3.8-1.5-7.3-4.1-9.9c-2.6-2.7-6.2-4.1-9.9-4.1
c-7.7,0-14,6.3-14,14v9.2h-2v-9.2c0-7.7-6.3-14-14-14c-3.8,0-7.3,1.5-9.9,4.1c-2.7,2.6-4.1,6.2-4.1,9.9v11.9h-3.5
c-0.9,0-1.7,0.7-1.7,1.7v2.9l-6.3,6.3c-0.5,0.5-0.6,1.2-0.4,1.8c0.3,0.6,0.9,1,1.5,1h0.5c0.8,5.6,5.6,9.9,11.4,9.9
c5.8,0,10.6-4.3,11.4-9.9h0.5c0.7,0,1.3-0.4,1.5-1c0.3-0.6,0.1-1.3-0.4-1.8l-6.3-6.3v-2.9c0-0.9-0.7-1.7-1.7-1.7h-3.5v-11.9
c0-2.9,1.1-5.6,3.1-7.6c2-2,4.7-3.1,7.6-3.1c5.9,0,10.7,4.8,10.7,10.7v9.2h-2c-0.9,0-1.7,0.7-1.7,1.7v3c0,0.9,0.7,1.7,1.7,1.7h4.7
v90.3H454c-0.9,0-1.7,0.7-1.7,1.7v36.6h-4.9c-0.9,0-1.7,0.7-1.7,1.7v6.4c0,0.9,0.7,1.7,1.7,1.7h23c0.9,0,1.7-0.7,1.7-1.7V440
c0-0.9-0.7-1.7-1.7-1.7h-4.9v-36.6c0-0.9-0.7-1.7-1.7-1.7h-3.3v-90.3h4.7c0.9,0,1.7-0.7,1.7-1.7v-3c0-0.9-0.7-1.7-1.7-1.7h-2v-9.2
c0-5.9,4.8-10.7,10.7-10.7c2.9,0,5.6,1.1,7.6,3.1c2,2,3.1,4.7,3.1,7.6v11.9h-3.5c-0.9,0-1.7,0.7-1.7,1.7v2.9l-6.3,6.3
c-0.5,0.5-0.6,1.2-0.4,1.8c0.3,0.6,0.9,1,1.5,1h0.5c0.8,5.6,5.6,9.9,11.4,9.9c5.8,0,10.6-4.3,11.4-9.9h0.5c0.7,0,1.3-0.4,1.5-1
C500.1,318.2,500,317.5,499.5,317z M423.6,319.8h16.1c-0.8,3.7-4.1,6.6-8.1,6.6C427.6,326.4,424.3,323.6,423.6,319.8z M435.1,309.4
v0.3h-6.9v-0.3H435.1z M439.5,316.5h-15.8l3.5-3.5h8.9L439.5,316.5z M468.9,444.8h-19.7v-3.1h4.9h10h4.9V444.8z M462.4,403.4v35
h-6.7v-35H462.4z M478.4,319.8h16.1c-0.8,3.7-4.1,6.6-8.1,6.6C482.5,326.4,479.1,323.6,478.4,319.8z M478.5,316.5l3.5-3.5h8.9
l3.5,3.5H478.5z M489.9,309.4v0.3H483v-0.3H489.9z"/>
<path class="st2" d="M430,51.8c-11,0-21,5.1-27.6,13.9c-0.3,0.4-0.7,0.6-1.2,0.7c-0.5,0-0.9-0.1-1.3-0.4
c-4.9-4.2-11.1-6.5-17.5-6.5c-14.7,0-26.7,12-26.7,26.7c0,4.7,3.9,8.6,8.6,8.6h91.3c4.7,0,8.6-3.9,8.6-8.6
C464.3,67.2,448.9,51.8,430,51.8z"/>
<path class="st0" d="M430,48.5c-11.3,0-22,5.1-29.2,13.8c-5.2-4-11.7-6.2-18.3-6.2c-16.6,0-30,13.5-30,30c0,6.6,5.3,11.9,11.9,11.9
h91.3c6.6,0,11.9-5.3,11.9-11.9C467.6,65.4,450.7,48.5,430,48.5z M455.7,94.7h-91.3c-4.7,0-8.6-3.9-8.6-8.6
c0-14.7,12-26.7,26.7-26.7c6.4,0,12.6,2.3,17.5,6.5c0.3,0.3,0.8,0.4,1.3,0.4c0.5-0.1,0.9-0.3,1.2-0.7C409,56.9,419,51.8,430,51.8
c18.9,0,34.3,15.4,34.3,34.3C464.3,90.9,460.4,94.7,455.7,94.7z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 38 KiB

BIN
docs/img/illustrations/worker.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

113
docs/img/illustrations/worker.svg

@ -1,113 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 800 600" style="enable-background:new 0 0 800 600;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;stroke:#5D5C74;stroke-width:4;stroke-miterlimit:10;}
.st1{fill:#4FC1EA;stroke:#5D5C74;stroke-width:3;stroke-miterlimit:10;}
.st2{fill:#5C5C74;}
.st3{fill:#344258;stroke:#5D5C74;stroke-width:4;stroke-miterlimit:10;}
.st4{fill:#FBD7CE;}
.st5{fill:#E4E6E9;}
.st6{fill:#CDCFD2;}
.st7{fill:#5D5C74;}
.st8{fill:#FFFFFF;}
.st9{fill:#DFE1E2;}
.st10{fill:#EDEEEF;}
.st11{fill:none;stroke:#5D5C74;stroke-width:3;stroke-miterlimit:10;}
</style>
<line id="XMLID_7309_" class="st0" x1="50.3" y1="513.7" x2="759.5" y2="513.7"/>
<path id="XMLID_7308_" class="st1" d="M626.4,232.3c23.9,74.6-11.4,131.2-103.2,131.2c-97,0-125.1-56.4-102.2-131.2
c14.5-47.2,9-98.5,23.7-122c20.8-33.1,40.1-46,78.4-46c36.1,0,59.5,11.5,74.3,43.7C609.6,134.2,610.9,183.9,626.4,232.3z"/>
<path id="XMLID_7305_" class="st2" d="M522.5,363.4c-45.8,0-78-12.2-95.9-36.4c-17.1-23.2-19.7-56.5-7.5-96.5
c6.7-22,9.1-45,11.3-65.4c2.5-23.7,4.6-44.1,12.6-56.9c21.9-34.9,42-46.6,79.5-46.6c38.6,0,61.1,13.3,75.5,44.5
c6.2,13.5,9.6,32.8,13.4,55.2c3.7,21.4,7.9,45.6,15.5,69.3c12.1,37.8,9.3,70.5-8.2,94.4C600.4,350.1,567.1,363.4,522.5,363.4z
M522.5,64.1c-36.5,0-56,11.5-77.4,45.4c-7.7,12.3-9.8,32.4-12.2,55.8c-2.1,20.5-4.6,43.7-11.4,65.9c-12,39.1-9.5,71.7,7.1,94.2
c17.3,23.5,48.9,35.3,93.8,35.3c43.8,0,76.3-12.9,94.2-37.4c17-23.2,19.7-55.1,7.8-92.1c-7.7-23.9-11.9-48.2-15.6-69.6
c-3.9-22.2-7.2-41.3-13.2-54.5C581.8,77,559.9,64.1,522.5,64.1z"/>
<path id="XMLID_7304_" class="st3" d="M392,406.9c0-54.9,59.2-99.5,132.2-99.5s132.2,44.5,132.2,99.5"/>
<path id="XMLID_7303_" class="st4" d="M553.8,156c-28.4,0-52.9-11.6-64.6-28.4c-4.7,18.9-18,33-34,35c0,17.7,0,45.8,0,61.2
c0,23.6,14.8,53,37.9,67.8v23.6c0,13.2,8.3,31.7,30.2,31.7c21.3,0,30.6-18.5,30.6-31.7v-22c24.7-14.2,38-45,38-69.5
c0-23.6,0-77.2,0-77.2c0-0.2,0-0.3,0-0.5C587.8,154,577.9,156,553.8,156z"/>
<path id="XMLID_7300_" class="st2" d="M523.1,347.5c-23.1,0-31.4-19.7-31.4-33v-23c-22-14.4-37.9-43.1-37.9-68.5v-61.2
c0-0.6,0.5-1.2,1.1-1.3c15.3-1.9,28.2-15.2,32.9-34c0.1-0.5,0.5-0.9,1-1s1,0.1,1.3,0.5c12,17.1,36.3,27.8,63.5,27.8
c24.7,0,33.3-2.1,36.9-9.1c0.3-0.5,0.9-0.8,1.4-0.7c0.6,0.1,1,0.6,1,1.2v0.5v77.2c0,23.1-11.9,54.8-38,70.2v21.2
C555,328.2,545.1,347.5,523.1,347.5z M456.3,162.9V223c0,24.8,15.7,52.9,37.3,66.7c0.4,0.2,0.6,0.6,0.6,1.1v23.6
c0,12.2,7.7,30.4,28.9,30.4c20.2,0,29.3-17.8,29.3-30.4v-22c0-0.5,0.2-0.9,0.6-1.1c24.5-14.1,37.3-45.1,37.3-68.4v-73.7
c-5.8,6-17.2,7.1-36.8,7.1c-26.9,0-51.1-10.2-64.1-26.7C484.2,147.7,471.5,160.5,456.3,162.9z"/>
<g id="XMLID_7298_">
<path id="XMLID_7299_" class="st2" d="M537.5,248.2c0,0-5.9,6.8-13.2,6.8s-13.2-6.8-13.2-6.8s5.9,0.8,13.2,0.8
S537.5,248.2,537.5,248.2z"/>
</g>
<g id="XMLID_7296_">
<path id="XMLID_7297_" class="st2" d="M525,229.8c-0.1,0-0.2,0-0.3,0c-2.1-0.1-3.9-0.9-4.9-2.3c-0.8-1.1-1-2.5-0.6-3.9l1.2,0.4
c-0.3,1-0.2,1.9,0.4,2.7c0.8,1.1,2.2,1.8,3.9,1.8c2,0,3.8-0.7,4.7-1.9c0.6-0.8,0.6-1.8,0.2-2.9l1.2-0.5c0.8,1.9,0.3,3.3-0.3,4.1
C529.5,228.8,527.3,229.8,525,229.8z"/>
</g>
<path id="XMLID_7295_" class="st5" d="M670.3,378.6v156.6c0,8.1-6.6,14.7-14.7,14.7H390.2c-8.1,0-14.7-6.6-14.7-14.7V378.4
c0-8.1,6.6-14.7,14.7-14.7h265.4C663.7,363.9,670.3,370.5,670.3,378.6"/>
<path id="XMLID_7294_" class="st6" d="M670.3,518.1v17.2c0,8.1-6.6,14.7-14.7,14.7H390.2c-8.1,0-14.7-6.6-14.7-14.7V518L670.3,518.1
z"/>
<path id="XMLID_7293_" class="st7" d="M375.5,460c-1.7,0-3.1-1.4-3.1-3.1v-31c0-1.7,1.6-2.9,3.1-2.9c1.6,0,2.9,1.4,2.9,2.9v31
C378.6,458.6,377.2,460,375.5,460"/>
<path id="XMLID_7292_" class="st7" d="M655.6,553.2H390.2c-9.9,0-17.8-8-17.8-17.8V476c0-1.7,1.6-2.9,3.1-2.9c1.6,0,2.9,1.4,2.9,2.9
v59.4c0,6.4,5.2,11.8,11.6,11.8h265.6c6.4,0,11.6-5.2,11.6-11.8V378.6c0-6.4-5.2-11.8-11.6-11.8H390.2c-6.4,0-11.6,5.2-11.6,11.8
v30.8c0,1.7-1.4,3.1-3.1,3.1s-3.1-1.4-3.1-3.1v-30.8c0-9.9,8-17.8,17.8-17.8h265.4c9.9,0,17.8,8,17.8,17.8v156.6
C673.4,545.1,665.5,553.2,655.6,553.2"/>
<path id="XMLID_7288_" class="st8" d="M650.2,428.5c-1.4,0-2.4-1-2.4-2.4v-28.2c0-6.8-5.5-12.3-12.3-12.3h-31.7
c-1.4,0-2.4-1-2.4-2.4s1-2.4,2.4-2.4h31.7c9.5,0,17.2,7.8,17.2,17.2v28.2C652.8,427.3,651.6,428.5,650.2,428.5 M586.3,385.5h-22.2
c-1.4,0-2.4-1-2.4-2.4s1-2.4,2.4-2.4h22.2c1.4,0,2.4,1,2.4,2.4C588.7,384.3,587.7,385.5,586.3,385.5 M531.4,469.4
c11.6,13.9,2.8,20.1-8.3,20.1s-20.1-9-20.1-20.1s9-20.1,20.1-20.1S539.4,459.3,531.4,469.4"/>
<path id="XMLID_7285_" class="st7" d="M522.9,452.2c-9.4,0-17,7.6-17,17s7.6,17,17,17c5.2,0,9.4-1.6,10.4-4
c1.2-2.4-0.3-6.4-4.3-11.1c-0.9-1-1-2.8,0-4c3.1-3.8,4-7.8,2.4-10.7C530.2,454,526.9,452.2,522.9,452.2 M522.9,492.6
c-12.8,0-23.2-10.4-23.2-23.2c0-12.8,10.4-23.2,23.2-23.2c6.4,0,11.6,2.9,14,7.8c2.3,4.5,1.6,10-1.7,15.2c4.5,6.1,5.9,11.4,3.8,15.8
C536.8,489.8,530.7,492.6,522.9,492.6"/>
<path id="XMLID_7284_" class="st7" d="M519.8,440.3c-1.7,0-3.1-1.4-3.1-3.1c0-0.3,0-0.5,0.2-0.9c0.2-0.3,2.8-9.7,10.6-12
c1.6-0.5,3.3,0.5,3.8,2.3c0.3,1.6-0.5,3.3-2.1,3.6c-4.3,1.4-6.4,7.6-6.4,7.8C522.4,439.4,521.2,440.3,519.8,440.3"/>
<path id="XMLID_7283_" class="st9" d="M225,530.6h43v-64.1h-43V530.6z"/>
<path id="XMLID_7280_" class="st7" d="M228.1,527.5H265v-57.9h-36.9V527.5z M268.1,533.7h-43c-1.7,0-3.1-1.4-3.1-3.1v-64.1
c0-1.7,1.4-3.1,3.1-3.1h43c1.7,0,3.1,1.4,3.1,3.1v64.1C271,532.3,269.8,533.7,268.1,533.7z"/>
<path id="XMLID_7275_" class="st7" d="M268.1,522.1c-1.7,0-3.1-1.4-3.1-3.1c0-1.7,1.4-3.1,3.1-3.1c9.5,0,17.3-7.8,17.3-17.3
s-7.8-17.3-17.3-17.3c-1.7,0-3.1-1.4-3.1-3.1s1.4-3.1,3.1-3.1c13,0,23.4,10.6,23.4,23.6C291.5,511.6,280.9,522.1,268.1,522.1
M246.6,458.5c-0.5,0-1-0.2-1.4-0.7c-0.5-0.7-5.5-7.6-4.5-12.3c0.5-2.1,1.7-3.6,3.1-5.2c1.6-1.9,3.1-3.6,3.3-6.6
c0.2-1,1-1.7,2.1-1.7c1,0.2,1.7,1,1.7,2.1c-0.3,4.2-2.4,6.6-4.2,8.7c-1,1.2-2.1,2.4-2.3,3.6c-0.5,2.4,2.4,7.3,3.8,9.2
c0.7,0.9,0.5,1.9-0.3,2.6C247.3,458.4,247,458.5,246.6,458.5 M236,457.2c-0.2,0-0.3,0-0.5-0.2c-0.3-0.3-3.8-2.6-4.2-5
c-0.2-1,0.2-2.1,0.7-2.9c0.5-1.2,0.9-2.3,0.5-3.6c-0.2-0.5,0.2-1,0.7-1c0.5-0.2,1,0.2,1,0.7c0.5,2.1-0.2,3.5-0.5,4.7
c-0.3,0.7-0.5,1.4-0.5,2.1c0.2,1,2.1,2.8,3.3,3.8c0.3,0.3,0.5,0.9,0.2,1.2C236.6,457,236.4,457.2,236,457.2 M257.2,457.5
c-0.3,0-0.7-0.2-0.9-0.7c-0.2-0.5-1.6-4.5-0.3-6.6c0.5-0.9,1.4-1.6,2.3-2.1c1-0.7,1.9-1.2,2.6-2.6c0.2-0.5,0.7-0.7,1.2-0.3
c0.3,0.2,0.7,0.7,0.5,1.2c-0.9,1.9-2.3,2.8-3.3,3.5c-0.7,0.5-1.4,0.9-1.6,1.4c-0.5,1,0,3.5,0.5,5c0.2,0.5,0,1-0.5,1.2H257.2"/>
<path id="XMLID_7271_" class="st8" d="M239.4,517.3c-1.5,0-2.7-1.1-2.7-2.7v-20c0-1.5,1.1-2.7,2.7-2.7c1.5,0,2.7,1.1,2.7,2.7v20
C242.1,516.2,240.9,517.3,239.4,517.3C239.4,517.5,239.4,517.5,239.4,517.3 M239.4,540.1c-1.5,0-2.7-1.1-2.7-2.7v-10.1
c0-1.5,1.1-2.7,2.7-2.7c1.5,0,2.7,1.1,2.7,2.7v10.1C242.1,538.8,240.9,540.1,239.4,540.1"/>
<path id="XMLID_7270_" class="st6" d="M229.1,268.6L179,318.8c0,0-11.6-10.7-13.3-19.9c0,0-8.3-21.2,10.6-37.9c0,0,11-13,34.1-7.4
C210.4,253.6,223,257.8,229.1,268.6z"/>
<path id="XMLID_7269_" class="st7" d="M109.9,233.2c0.1-0.5,0.5-0.8,0.9-1s0.9-0.2,1.4,0l59.9,26.3c0.2,0.1,0.4,0.2,0.6,0.4
c15.5-14.2,39.6-13.9,54.6,1.1c2.3,2.3,4.3,4.9,5.9,7.6l0,0c0.7,0.8,0.7,2-0.1,2.7l-4.2,4.2h-5.7l5.8-5.8c-1.3-2-2.9-4-4.6-5.8
c-13.8-13.8-36.3-13.8-50.2,0c-9.7,9.7-12.6,23.8-8.6,36.1l0,0c0.2,0.7,0.1,1.4-0.5,1.9c-0.8,0.8-2,0.8-2.8,0
c-0.1-0.1-0.2-0.3-0.3-0.4c0,0-0.1,0-0.1-0.1v-0.1c0-0.1-0.1-0.2-0.1-0.3c-4.2-13.1-1.4-27.9,8.3-38.6l-57.6-25.3l-23.3,74.2h-3.6
L109.9,233.2z"/>
<path id="XMLID_7265_" class="st7" d="M112.8,532.3c-0.5,0-1-0.2-1.3-0.6l-39.4-48.4h4.4l37.1,45.6h64.2c0.9,0,1.7,0.8,1.7,1.7v9
c0,0.9-0.8,1.7-1.7,1.7l-137.5,1.4l0,0c-0.9,0-1.7-0.8-1.7-1.7s0.7-1.7,1.7-1.7l135.8-1.4v-5.6L112.8,532.3L112.8,532.3z"/>
<path id="XMLID_7263_" class="st7" d="M181.8,321.6c-0.8,0.8-2.1,0.8-2.8,0c-0.8-0.8-0.8-2.1,0-2.8l10.3-10.3v5.7L181.8,321.6z"/>
<path id="XMLID_7262_" class="st10" d="M220.4,308.9c-7.4,7.4-19.1,7.7-27,1.1l28-28C228.1,289.8,227.8,301.5,220.4,308.9z"/>
<path id="XMLID_7256_" class="st7" d="M228.9,274.5h-5.7l-34,34v5.7l1.3-1.3c9.4,8.2,23.7,7.9,32.6-1.1c8.9-8.9,9.3-23.2,1.1-32.6
L228.9,274.5z M221.5,282c6.6,7.8,6.3,19.6-1.1,27c-7.4,7.4-19.1,7.7-27,1.1L221.5,282z"/>
<path id="XMLID_7255_" class="st5" d="M50.2,473.7c-11.2,0-20.2-9.1-20.2-20.2c0-11.2,9.1-20.2,20.2-20.2c11.2,0,20.2,9.1,20.2,20.2
C70.4,464.7,61.3,473.7,50.2,473.7z"/>
<path id="XMLID_7251_" class="st7" d="M72.2,483.3h4.4l-10.2-12.6c4.6-4.3,7.5-10.4,7.5-17.2c0-10.1-6.4-18.7-15.3-22.1l2.8-8.9
h-3.6l-2.5,7.9c-1.6-0.4-3.4-0.6-5.1-0.6c-13,0-23.6,10.6-23.6,23.6S37.2,477,50.2,477c5,0,9.7-1.6,13.5-4.3L72.2,483.3z
M50.2,473.7c-11.2,0-20.2-9.1-20.2-20.2c0-11.2,9.1-20.2,20.2-20.2c11.2,0,20.2,9.1,20.2,20.2C70.4,464.7,61.3,473.7,50.2,473.7z"
/>
<rect id="XMLID_7247_" x="40.3" y="532.3" class="st6" width="135.8" height="7"/>
<line id="XMLID_7245_" class="st11" x1="56.4" y1="432.3" x2="88.2" y2="307.8"/>
<g id="XMLID_7240_">
<path id="XMLID_7243_" class="st2" d="M475.8,189.7c-0.6,0-1.3-0.2-1.8-0.7c-1.1-1-1.1-2.6-0.1-3.7c3.3-3.5,7.9-5.3,12.3-4.9
c3.7,0.3,6.8,2.2,8.7,5.1c0.8,1.2,0.4,2.8-0.8,3.6c-1.2,0.8-2.8,0.4-3.6-0.8c-1-1.6-2.7-2.5-4.7-2.7c-2.8-0.3-5.8,1-8,3.3
C477.2,189.4,476.5,189.7,475.8,189.7z"/>
</g>
<g id="XMLID_7234_">
<path id="XMLID_7235_" class="st2" d="M574.4,189.7c-0.7,0-1.4-0.3-1.9-0.8c-2.2-2.3-5.4-3.6-8.6-3.4c-2.6,0.1-4.8,1.2-6.2,3
c-0.9,1.2-2.5,1.4-3.7,0.5c-1.1-0.9-1.4-2.5-0.5-3.7c2.3-3,5.9-4.8,10-5.1c4.8-0.3,9.4,1.6,12.7,5c1,1,1,2.7-0.1,3.7
C575.7,189.4,575.1,189.7,574.4,189.7z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 9.5 KiB

29
docs/img/loaders/audio.svg

@ -1,29 +0,0 @@
<!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
<svg width="55" height="80" viewBox="0 0 55 80" xmlns="http://www.w3.org/2000/svg" fill="#FFF">
<g transform="matrix(1 0 0 -1 0 80)">
<rect width="10" height="20" rx="3">
<animate attributeName="height"
begin="0s" dur="4.3s"
values="20;45;57;80;64;32;66;45;64;23;66;13;64;56;34;34;2;23;76;79;20" calcMode="linear"
repeatCount="indefinite" />
</rect>
<rect x="15" width="10" height="80" rx="3">
<animate attributeName="height"
begin="0s" dur="2s"
values="80;55;33;5;75;23;73;33;12;14;60;80" calcMode="linear"
repeatCount="indefinite" />
</rect>
<rect x="30" width="10" height="50" rx="3">
<animate attributeName="height"
begin="0s" dur="1.4s"
values="50;34;78;23;56;23;34;76;80;54;21;50" calcMode="linear"
repeatCount="indefinite" />
</rect>
<rect x="45" width="10" height="30" rx="3">
<animate attributeName="height"
begin="0s" dur="2s"
values="30;45;13;80;56;72;45;76;34;23;67;30" calcMode="linear"
repeatCount="indefinite" />
</rect>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

47
docs/img/loaders/ball-triangle.svg

@ -1,47 +0,0 @@
<!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
<!-- Todo: add easing -->
<svg width="57" height="57" viewBox="0 0 57 57" xmlns="http://www.w3.org/2000/svg" stroke="#fff">
<g fill="none" fill-rule="evenodd">
<g transform="translate(1 1)" stroke-width="2">
<circle cx="5" cy="50" r="5">
<animate attributeName="cy"
begin="0s" dur="2.2s"
values="50;5;50;50"
calcMode="linear"
repeatCount="indefinite" />
<animate attributeName="cx"
begin="0s" dur="2.2s"
values="5;27;49;5"
calcMode="linear"
repeatCount="indefinite" />
</circle>
<circle cx="27" cy="5" r="5">
<animate attributeName="cy"
begin="0s" dur="2.2s"
from="5" to="5"
values="5;50;50;5"
calcMode="linear"
repeatCount="indefinite" />
<animate attributeName="cx"
begin="0s" dur="2.2s"
from="27" to="27"
values="27;49;5;27"
calcMode="linear"
repeatCount="indefinite" />
</circle>
<circle cx="49" cy="50" r="5">
<animate attributeName="cy"
begin="0s" dur="2.2s"
values="50;50;5;50"
calcMode="linear"
repeatCount="indefinite" />
<animate attributeName="cx"
from="49" to="49"
begin="0s" dur="2.2s"
values="49;5;27;49"
calcMode="linear"
repeatCount="indefinite" />
</circle>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

52
docs/img/loaders/bars.svg

@ -1,52 +0,0 @@
<svg width="135" height="140" viewBox="0 0 135 140" xmlns="http://www.w3.org/2000/svg" fill="#fff">
<rect y="10" width="15" height="120" rx="6">
<animate attributeName="height"
begin="0.5s" dur="1s"
values="120;110;100;90;80;70;60;50;40;140;120" calcMode="linear"
repeatCount="indefinite" />
<animate attributeName="y"
begin="0.5s" dur="1s"
values="10;15;20;25;30;35;40;45;50;0;10" calcMode="linear"
repeatCount="indefinite" />
</rect>
<rect x="30" y="10" width="15" height="120" rx="6">
<animate attributeName="height"
begin="0.25s" dur="1s"
values="120;110;100;90;80;70;60;50;40;140;120" calcMode="linear"
repeatCount="indefinite" />
<animate attributeName="y"
begin="0.25s" dur="1s"
values="10;15;20;25;30;35;40;45;50;0;10" calcMode="linear"
repeatCount="indefinite" />
</rect>
<rect x="60" width="15" height="140" rx="6">
<animate attributeName="height"
begin="0s" dur="1s"
values="120;110;100;90;80;70;60;50;40;140;120" calcMode="linear"
repeatCount="indefinite" />
<animate attributeName="y"
begin="0s" dur="1s"
values="10;15;20;25;30;35;40;45;50;0;10" calcMode="linear"
repeatCount="indefinite" />
</rect>
<rect x="90" y="10" width="15" height="120" rx="6">
<animate attributeName="height"
begin="0.25s" dur="1s"
values="120;110;100;90;80;70;60;50;40;140;120" calcMode="linear"
repeatCount="indefinite" />
<animate attributeName="y"
begin="0.25s" dur="1s"
values="10;15;20;25;30;35;40;45;50;0;10" calcMode="linear"
repeatCount="indefinite" />
</rect>
<rect x="120" y="10" width="15" height="120" rx="6">
<animate attributeName="height"
begin="0.5s" dur="1s"
values="120;110;100;90;80;70;60;50;40;140;120" calcMode="linear"
repeatCount="indefinite" />
<animate attributeName="y"
begin="0.5s" dur="1s"
values="10;15;20;25;30;35;40;45;50;0;10" calcMode="linear"
repeatCount="indefinite" />
</rect>
</svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

20
docs/img/loaders/circles.svg

@ -1,20 +0,0 @@
<svg width="135" height="135" viewBox="0 0 135 135" xmlns="http://www.w3.org/2000/svg" fill="#fff">
<path d="M67.447 58c5.523 0 10-4.477 10-10s-4.477-10-10-10-10 4.477-10 10 4.477 10 10 10zm9.448 9.447c0 5.523 4.477 10 10 10 5.522 0 10-4.477 10-10s-4.478-10-10-10c-5.523 0-10 4.477-10 10zm-9.448 9.448c-5.523 0-10 4.477-10 10 0 5.522 4.477 10 10 10s10-4.478 10-10c0-5.523-4.477-10-10-10zM58 67.447c0-5.523-4.477-10-10-10s-10 4.477-10 10 4.477 10 10 10 10-4.477 10-10z">
<animateTransform
attributeName="transform"
type="rotate"
from="0 67 67"
to="-360 67 67"
dur="2.5s"
repeatCount="indefinite"/>
</path>
<path d="M28.19 40.31c6.627 0 12-5.374 12-12 0-6.628-5.373-12-12-12-6.628 0-12 5.372-12 12 0 6.626 5.372 12 12 12zm30.72-19.825c4.686 4.687 12.284 4.687 16.97 0 4.686-4.686 4.686-12.284 0-16.97-4.686-4.687-12.284-4.687-16.97 0-4.687 4.686-4.687 12.284 0 16.97zm35.74 7.705c0 6.627 5.37 12 12 12 6.626 0 12-5.373 12-12 0-6.628-5.374-12-12-12-6.63 0-12 5.372-12 12zm19.822 30.72c-4.686 4.686-4.686 12.284 0 16.97 4.687 4.686 12.285 4.686 16.97 0 4.687-4.686 4.687-12.284 0-16.97-4.685-4.687-12.283-4.687-16.97 0zm-7.704 35.74c-6.627 0-12 5.37-12 12 0 6.626 5.373 12 12 12s12-5.374 12-12c0-6.63-5.373-12-12-12zm-30.72 19.822c-4.686-4.686-12.284-4.686-16.97 0-4.686 4.687-4.686 12.285 0 16.97 4.686 4.687 12.284 4.687 16.97 0 4.687-4.685 4.687-12.283 0-16.97zm-35.74-7.704c0-6.627-5.372-12-12-12-6.626 0-12 5.373-12 12s5.374 12 12 12c6.628 0 12-5.373 12-12zm-19.823-30.72c4.687-4.686 4.687-12.284 0-16.97-4.686-4.686-12.284-4.686-16.97 0-4.687 4.686-4.687 12.284 0 16.97 4.686 4.687 12.284 4.687 16.97 0z">
<animateTransform
attributeName="transform"
type="rotate"
from="0 67 67"
to="360 67 67"
dur="8s"
repeatCount="indefinite"/>
</path>
</svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

56
docs/img/loaders/grid.svg

@ -1,56 +0,0 @@
<svg width="105" height="105" viewBox="0 0 105 105" xmlns="http://www.w3.org/2000/svg" fill="#fff">
<circle cx="12.5" cy="12.5" r="12.5">
<animate attributeName="fill-opacity"
begin="0s" dur="1s"
values="1;.2;1" calcMode="linear"
repeatCount="indefinite" />
</circle>
<circle cx="12.5" cy="52.5" r="12.5" fill-opacity=".5">
<animate attributeName="fill-opacity"
begin="100ms" dur="1s"
values="1;.2;1" calcMode="linear"
repeatCount="indefinite" />
</circle>
<circle cx="52.5" cy="12.5" r="12.5">
<animate attributeName="fill-opacity"
begin="300ms" dur="1s"
values="1;.2;1" calcMode="linear"
repeatCount="indefinite" />
</circle>
<circle cx="52.5" cy="52.5" r="12.5">
<animate attributeName="fill-opacity"
begin="600ms" dur="1s"
values="1;.2;1" calcMode="linear"
repeatCount="indefinite" />
</circle>
<circle cx="92.5" cy="12.5" r="12.5">
<animate attributeName="fill-opacity"
begin="800ms" dur="1s"
values="1;.2;1" calcMode="linear"
repeatCount="indefinite" />
</circle>
<circle cx="92.5" cy="52.5" r="12.5">
<animate attributeName="fill-opacity"
begin="400ms" dur="1s"
values="1;.2;1" calcMode="linear"
repeatCount="indefinite" />
</circle>
<circle cx="12.5" cy="92.5" r="12.5">
<animate attributeName="fill-opacity"
begin="700ms" dur="1s"
values="1;.2;1" calcMode="linear"
repeatCount="indefinite" />
</circle>
<circle cx="52.5" cy="92.5" r="12.5">
<animate attributeName="fill-opacity"
begin="500ms" dur="1s"
values="1;.2;1" calcMode="linear"
repeatCount="indefinite" />
</circle>
<circle cx="92.5" cy="92.5" r="12.5">
<animate attributeName="fill-opacity"
begin="200ms" dur="1s"
values="1;.2;1" calcMode="linear"
repeatCount="indefinite" />
</circle>
</svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

18
docs/img/loaders/hearts.svg

@ -1,18 +0,0 @@
<!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
<svg width="140" height="64" viewBox="0 0 140 64" xmlns="http://www.w3.org/2000/svg" fill="#fff">
<path d="M30.262 57.02L7.195 40.723c-5.84-3.976-7.56-12.06-3.842-18.063 3.715-6 11.467-7.65 17.306-3.68l4.52 3.76 2.6-5.274c3.717-6.002 11.47-7.65 17.305-3.68 5.84 3.97 7.56 12.054 3.842 18.062L34.49 56.118c-.897 1.512-2.793 1.915-4.228.9z" fill-opacity=".5">
<animate attributeName="fill-opacity"
begin="0s" dur="1.4s"
values="0.5;1;0.5"
calcMode="linear"
repeatCount="indefinite" />
</path>
<path d="M105.512 56.12l-14.44-24.272c-3.716-6.008-1.996-14.093 3.843-18.062 5.835-3.97 13.588-2.322 17.306 3.68l2.6 5.274 4.52-3.76c5.84-3.97 13.592-2.32 17.307 3.68 3.718 6.003 1.998 14.088-3.842 18.064L109.74 57.02c-1.434 1.014-3.33.61-4.228-.9z" fill-opacity=".5">
<animate attributeName="fill-opacity"
begin="0.7s" dur="1.4s"
values="0.5;1;0.5"
calcMode="linear"
repeatCount="indefinite" />
</path>
<path d="M67.408 57.834l-23.01-24.98c-5.864-6.15-5.864-16.108 0-22.248 5.86-6.14 15.37-6.14 21.234 0L70 16.168l4.368-5.562c5.863-6.14 15.375-6.14 21.235 0 5.863 6.14 5.863 16.098 0 22.247l-23.007 24.98c-1.43 1.556-3.757 1.556-5.188 0z" />
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

17
docs/img/loaders/oval.svg

@ -1,17 +0,0 @@
<!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
<svg width="38" height="38" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg" stroke="#fff">
<g fill="none" fill-rule="evenodd">
<g transform="translate(1 1)" stroke-width="2">
<circle stroke-opacity=".5" cx="18" cy="18" r="18"/>
<path d="M36 18c0-9.94-8.06-18-18-18">
<animateTransform
attributeName="transform"
type="rotate"
from="0 18 18"
to="360 18 18"
dur="1s"
repeatCount="indefinite"/>
</path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 694 B

37
docs/img/loaders/puff.svg

@ -1,37 +0,0 @@
<!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
<svg width="44" height="44" viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" stroke="#fff">
<g fill="none" fill-rule="evenodd" stroke-width="2">
<circle cx="22" cy="22" r="1">
<animate attributeName="r"
begin="0s" dur="1.8s"
values="1; 20"
calcMode="spline"
keyTimes="0; 1"
keySplines="0.165, 0.84, 0.44, 1"
repeatCount="indefinite" />
<animate attributeName="stroke-opacity"
begin="0s" dur="1.8s"
values="1; 0"
calcMode="spline"
keyTimes="0; 1"
keySplines="0.3, 0.61, 0.355, 1"
repeatCount="indefinite" />
</circle>
<circle cx="22" cy="22" r="1">
<animate attributeName="r"
begin="-0.9s" dur="1.8s"
values="1; 20"
calcMode="spline"
keyTimes="0; 1"
keySplines="0.165, 0.84, 0.44, 1"
repeatCount="indefinite" />
<animate attributeName="stroke-opacity"
begin="-0.9s" dur="1.8s"
values="1; 0"
calcMode="spline"
keyTimes="0; 1"
keySplines="0.3, 0.61, 0.355, 1"
repeatCount="indefinite" />
</circle>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

42
docs/img/loaders/rings.svg

@ -1,42 +0,0 @@
<!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
<svg width="45" height="45" viewBox="0 0 45 45" xmlns="http://www.w3.org/2000/svg" stroke="#4FC1EA">
<g fill="none" fill-rule="evenodd" transform="translate(1 1)" stroke-width="2">
<circle cx="22" cy="22" r="6" stroke-opacity="0">
<animate attributeName="r"
begin="1.5s" dur="3s"
values="6;22"
calcMode="linear"
repeatCount="indefinite" />
<animate attributeName="stroke-opacity"
begin="1.5s" dur="3s"
values="1;0" calcMode="linear"
repeatCount="indefinite" />
<animate attributeName="stroke-width"
begin="1.5s" dur="3s"
values="2;0" calcMode="linear"
repeatCount="indefinite" />
</circle>
<circle cx="22" cy="22" r="6" stroke-opacity="0">
<animate attributeName="r"
begin="3s" dur="3s"
values="6;22"
calcMode="linear"
repeatCount="indefinite" />
<animate attributeName="stroke-opacity"
begin="3s" dur="3s"
values="1;0" calcMode="linear"
repeatCount="indefinite" />
<animate attributeName="stroke-width"
begin="3s" dur="3s"
values="2;0" calcMode="linear"
repeatCount="indefinite" />
</circle>
<circle cx="22" cy="22" r="8">
<animate attributeName="r"
begin="0s" dur="1.5s"
values="6;1;2;3;4;5;6"
calcMode="linear"
repeatCount="indefinite" />
</circle>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

55
docs/img/loaders/spinning-circles.svg

@ -1,55 +0,0 @@
<!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
<svg width="58" height="58" viewBox="0 0 58 58" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<g transform="translate(2 1)" stroke="#FFF" stroke-width="1.5">
<circle cx="42.601" cy="11.462" r="5" fill-opacity="1" fill="#fff">
<animate attributeName="fill-opacity"
begin="0s" dur="1.3s"
values="1;0;0;0;0;0;0;0" calcMode="linear"
repeatCount="indefinite" />
</circle>
<circle cx="49.063" cy="27.063" r="5" fill-opacity="0" fill="#fff">
<animate attributeName="fill-opacity"
begin="0s" dur="1.3s"
values="0;1;0;0;0;0;0;0" calcMode="linear"
repeatCount="indefinite" />
</circle>
<circle cx="42.601" cy="42.663" r="5" fill-opacity="0" fill="#fff">
<animate attributeName="fill-opacity"
begin="0s" dur="1.3s"
values="0;0;1;0;0;0;0;0" calcMode="linear"
repeatCount="indefinite" />
</circle>
<circle cx="27" cy="49.125" r="5" fill-opacity="0" fill="#fff">
<animate attributeName="fill-opacity"
begin="0s" dur="1.3s"
values="0;0;0;1;0;0;0;0" calcMode="linear"
repeatCount="indefinite" />
</circle>
<circle cx="11.399" cy="42.663" r="5" fill-opacity="0" fill="#fff">
<animate attributeName="fill-opacity"
begin="0s" dur="1.3s"
values="0;0;0;0;1;0;0;0" calcMode="linear"
repeatCount="indefinite" />
</circle>
<circle cx="4.938" cy="27.063" r="5" fill-opacity="0" fill="#fff">
<animate attributeName="fill-opacity"
begin="0s" dur="1.3s"
values="0;0;0;0;0;1;0;0" calcMode="linear"
repeatCount="indefinite" />
</circle>
<circle cx="11.399" cy="11.462" r="5" fill-opacity="0" fill="#fff">
<animate attributeName="fill-opacity"
begin="0s" dur="1.3s"
values="0;0;0;0;0;0;1;0" calcMode="linear"
repeatCount="indefinite" />
</circle>
<circle cx="27" cy="5" r="5" fill-opacity="0" fill="#fff">
<animate attributeName="fill-opacity"
begin="0s" dur="1.3s"
values="0;0;0;0;0;0;0;1" calcMode="linear"
repeatCount="indefinite" />
</circle>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.7 KiB

32
docs/img/loaders/tail-spin.svg

@ -1,32 +0,0 @@
<!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
<svg width="38" height="38" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient x1="8.042%" y1="0%" x2="65.682%" y2="23.865%" id="a">
<stop stop-color="#fff" stop-opacity="0" offset="0%"/>
<stop stop-color="#fff" stop-opacity=".631" offset="63.146%"/>
<stop stop-color="#fff" offset="100%"/>
</linearGradient>
</defs>
<g fill="none" fill-rule="evenodd">
<g transform="translate(1 1)">
<path d="M36 18c0-9.94-8.06-18-18-18" id="Oval-2" stroke="url(#a)" stroke-width="2">
<animateTransform
attributeName="transform"
type="rotate"
from="0 18 18"
to="360 18 18"
dur="0.9s"
repeatCount="indefinite" />
</path>
<circle fill="#fff" cx="36" cy="18" r="1">
<animateTransform
attributeName="transform"
type="rotate"
from="0 18 18"
to="360 18 18"
dur="0.9s"
repeatCount="indefinite" />
</circle>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

33
docs/img/loaders/three-dots.svg

@ -1,33 +0,0 @@
<!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
<svg width="120" height="30" viewBox="0 0 120 30" xmlns="http://www.w3.org/2000/svg" fill="#fff">
<circle cx="15" cy="15" r="15">
<animate attributeName="r" from="15" to="15"
begin="0s" dur="0.8s"
values="15;9;15" calcMode="linear"
repeatCount="indefinite" />
<animate attributeName="fill-opacity" from="1" to="1"
begin="0s" dur="0.8s"
values="1;.5;1" calcMode="linear"
repeatCount="indefinite" />
</circle>
<circle cx="60" cy="15" r="9" fill-opacity="0.3">
<animate attributeName="r" from="9" to="9"
begin="0s" dur="0.8s"
values="9;15;9" calcMode="linear"
repeatCount="indefinite" />
<animate attributeName="fill-opacity" from="0.5" to="0.5"
begin="0s" dur="0.8s"
values=".5;1;.5" calcMode="linear"
repeatCount="indefinite" />
</circle>
<circle cx="105" cy="15" r="15">
<animate attributeName="r" from="15" to="15"
begin="0s" dur="0.8s"
values="15;9;15" calcMode="linear"
repeatCount="indefinite" />
<animate attributeName="fill-opacity" from="1" to="1"
begin="0s" dur="0.8s"
values="1;.5;1" calcMode="linear"
repeatCount="indefinite" />
</circle>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

5
docs/img/logo/bulma.svg

@ -1,5 +0,0 @@
<svg width="480px" height="480px" viewBox="0 0 480 480" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="#00d1b2" fill-rule="evenodd">
<polygon id="Path" points="136 296 156 156 236 76 336 176 276 236 356 316 236 396"></polygon>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 338 B

30
docs/img/logo/clients/gutwork.svg

@ -1,30 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 798 454" style="enable-background:new 0 0 798 454;" xml:space="preserve">
<style type="text/css">
.st0{opacity:0.2;}
.st1{fill:#FFFFFF;}
</style>
<path class="st0" d="M92.8,330.4c-7.4,0-13.7-1.2-18.9-3.7c-5.2-2.5-9.4-6.1-12.4-10.8c-3-4.7-5.3-10.2-6.6-16.4
c-1.4-6.2-2.1-13.3-2.1-21.5v-50.1c0-6.7,0.5-12.6,1.4-17.9c0.9-5.3,2.4-10.1,4.5-14.6c2.1-4.4,4.8-8.1,8.1-11
c3.3-2.9,7.5-5.2,12.5-6.8c5-1.6,10.8-2.4,17.3-2.4c6.3,0,11.9,0.7,16.8,2.1c4.9,1.4,8.9,3.3,12.2,5.8c3.3,2.5,5.9,5.6,8,9.3
c2.1,3.7,3.5,7.8,4.4,12.2c0.9,4.4,1.3,9.3,1.3,14.8v9.6h-31.5v-12.1c0-2.3,0-4.2-0.1-5.6s-0.3-3.1-0.7-4.8
c-0.4-1.8-0.9-3.1-1.7-4.1c-0.7-1-1.8-1.8-3.2-2.5c-1.4-0.7-3.1-1-5.1-1c-2.1,0-3.8,0.4-5.2,1.2c-1.4,0.8-2.5,1.7-3.3,2.9
c-0.8,1.1-1.4,2.6-1.8,4.5c-0.4,1.9-0.7,3.6-0.8,5.1c-0.1,1.5-0.1,3.4-0.1,5.7v69.1c0,6,0.9,10.8,2.6,14.2c1.7,3.5,4.9,5.2,9.4,5.2
c8.4,0,12.7-6.7,12.7-20.1v-16.9H97.2v-19.9h42.3v78.4h-21.4l-1.8-12.6C112,325.4,104.1,330.4,92.8,330.4z"/>
<line class="st0" x1="175.9" y1="330" x2="118.1" y2="330"/>
<path class="st0" d="M297.2,304.2c-0.6,0.1-1.2,0.2-1.8,0.3c-0.6,0.1-1.4,0.2-2.4,0.2c-1,0.1-1.8,0.1-2.6,0
c-6.3-0.2-9.4-3.1-9.4-8.7v-55.7h14.9v-19.8H281v-32.7h-29.6v32.7h-9.9h-11.5H227h-26.5v79c-7.5,4.4-11.9,3.8-14.3,1.9v-80.9h-29.4
V305c0,7.3,1.6,13.3,4.9,18c3.3,4.7,8,7,14.2,7c3,0,5.9-0.5,8.8-1.5l0,0c0,0,6.5,0.2,15.8-5.5v5.2h29.4v-77.6h21.4v40
c0,3.2,0.1,6,0.3,8.5c0.2,2.5,0.5,5.1,1,7.9c0.5,2.7,1.1,5.1,1.9,7.2c0.8,2.1,1.9,4.1,3.2,6c1.3,1.9,2.9,3.5,4.7,4.8
c1.8,1.3,4,2.3,6.6,3.1c2.6,0.8,5.5,1.3,8.7,1.4c1,0.1,2,0.1,3,0.1c5.3,0,11.1-0.5,17.4-1.6V304C298.1,304,297.8,304.1,297.2,304.2z
"/>
<polygon class="st0" points="308.5,219 332,219 352.5,296 372,219 396,219 415,296 436.5,219 460.5,219 429,330 404,330
384.5,256.1 365,330 340,330 "/>
<ellipse class="st0" cx="519" cy="275.1" rx="58.5" ry="57.9"/>
<ellipse class="st1" cx="519" cy="275.1" rx="31.5" ry="31.1"/>
<path class="st0" d="M593.7,219h24.7v16.7c0,0,9.7-17,39.7-16.7v25c0,0-33.3-5-39.3,26.7V330h-25V219z"/>
<path class="st0" d="M675,166.7h25V252c0,0,30.3,6.3,37.7-33H762c0,0,1,32.7-29.3,51.3L776,330h-30l-33.3-46c0,0-3.3-6.3-12.7-6v52
h-25V166.7z"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

42
docs/img/logo/clients/infinite.svg

@ -1,42 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="-300 709 798 454" style="enable-background:new -300 709 798 454;" xml:space="preserve">
<style type="text/css">
.st0{opacity:0.2;}
.st1{opacity:0.2;enable-background:new ;}
</style>
<g class="st0">
<path d="M-270.7,993.5c9.2,32,16.7,41.7,20,47.7s23.8,26.1,23.8,26.1s51.3,43.8,103.3,31.5c52-12.3,67.8-30.3,67.8-30.3
c9-4.8,41.5-39.5,41.5-39.5l-49.2-56c0,0-37,43.3-60.8,48.8s-38-5-38-5s-22.3-8.3-29-34.8s3.5-41.8,3.5-41.8s1-3.7,16.5-19.7
s43-12,43-12c-16-9.8-20.8-11-20.8-11c-33.3-12.3-63.3-4-63.3-4s-33.9,5.5-50.6,46.2C-263,939.7-276.8,974.4-270.7,993.5z"/>
<path d="M-269.2,938.5c0,0,5.5-37,53.5-56s95,17.5,95,17.5l30.8,29c0,0,89.7,103,120.7,133s63.5,34.5,63.5,34.5s35.5,9.5,76.5-5.5
s55.5-39,55.5-39s29-34,30-74.5c0,0-9.3,28.8-31.5,40.3c-22.2,11.5-36.8,21.3-90,14.5c0,0-19.8-4.3-33.8-12.8s-33.3-27.3-33.3-27.3
s-19.3-18.8-37-40.8s-45.3-56.8-45.3-56.8s-52.2-54.3-106.5-60.5c-54.3-6.2-90,18.8-90,18.8S-262.7,885.3-269.2,938.5z"/>
<path d="M-0.7,897.5l49.5,62c0,0,43.5-53.5,74-51s38.5,16.5,38.5,16.5s16.5,16.2,17.5,41.4c1,25.2-21.9,47.7-39,55.1
c0,0,36.9,7.7,70.5-6.5c33.6-14.2,47-52,46-67.5c0,0-42.7-3.2-55.7-39.2s4-48.7,2-50s-34.3-27.8-90.7-25.1
C55.7,836,0.3,891.7-0.7,897.5z"/>
</g>
<g class="st1">
<path d="M223.3,918c-0.5,0-0.9-0.5-0.9-1v-50.8c0-0.3,0.3-0.7,0.6-0.7h12c0.5,0,0.8,0.3,0.8,0.7v50.9c0,0.4-0.3,0.9-0.8,0.9H223.3z
"/>
<path d="M238.6,866.4c0-0.5,0.4-0.9,0.8-0.9h11.8c0.5,0,0.8,0.3,1,0.8l4.2,15.8c0.1,0.6,0.3,0.8,0.5,0.8c0.2,0,0.4-0.3,0.4-0.9
v-15.6c0-0.5,0.3-0.9,0.8-0.9h10.5c0.6,0,0.9,0.5,0.9,1v50.6c0,0.5-0.3,0.9-0.8,0.9h-13.1c-0.3,0-0.7-0.3-0.8-0.7l-3.1-12.6
c-0.1-0.7-0.4-1-0.6-1s-0.4,0.3-0.4,1v12.4c0,0.5-0.4,0.9-0.9,0.9h-10.6c-0.4,0-0.7-0.4-0.7-1V866.4z"/>
<path d="M272.4,866.5c0-0.5,0.3-1,0.8-1h25.2c0.5,0,0.8,0.4,0.8,0.8v12.2c0,0.5-0.4,0.9-0.9,0.9H287c-0.4,0-0.8,0.3-0.8,0.8v4.2
c0,0.4,0.2,0.6,0.7,0.6h5.3c0.3,0,0.8,0.3,0.8,0.7v12.7c0,0.4-0.3,0.8-0.8,0.8h-5.3c-0.3,0-0.7,0.5-0.7,0.9v17c0,0.6-0.4,1-0.9,1
h-12.2c-0.4,0-0.8-0.4-0.8-0.9V866.5z"/>
<path d="M302.7,918c-0.5,0-0.9-0.5-0.9-1v-50.8c0-0.3,0.3-0.7,0.6-0.7h12c0.5,0,0.8,0.3,0.8,0.7v50.9c0,0.4-0.3,0.9-0.8,0.9H302.7z
"/>
<path d="M318,866.4c0-0.5,0.4-0.9,0.8-0.9h11.8c0.5,0,0.8,0.3,1,0.8l4.2,15.8c0.1,0.6,0.3,0.8,0.5,0.8c0.2,0,0.4-0.3,0.4-0.9v-15.6
c0-0.5,0.3-0.9,0.8-0.9h10.5c0.6,0,0.9,0.5,0.9,1v50.6c0,0.5-0.3,0.9-0.8,0.9h-13.1c-0.3,0-0.7-0.3-0.8-0.7l-3.1-12.6
c-0.1-0.7-0.4-1-0.6-1s-0.4,0.3-0.4,1v12.4c0,0.5-0.4,0.9-0.9,0.9h-10.6c-0.4,0-0.7-0.4-0.7-1V866.4z"/>
<path d="M352.7,918c-0.5,0-0.9-0.5-0.9-1v-50.8c0-0.3,0.3-0.7,0.6-0.7h12c0.5,0,0.8,0.3,0.8,0.7v50.9c0,0.4-0.4,0.9-0.8,0.9H352.7z
"/>
<path d="M377.4,918c-0.5,0-1-0.4-1-1v-36.5c0-0.5-0.4-0.8-0.9-0.8h-7c-0.4,0-0.9-0.6-0.9-1v-12.5c0-0.4,0.2-0.7,0.6-0.7h30
c0.5,0,0.9,0.3,0.9,0.8v12.3c0,0.6-0.4,1-1,1h-7c-0.5,0-0.8,0.4-0.8,1v36.5c0,0.5-0.4,0.9-1,0.9H377.4z"/>
<path d="M401.6,866.4c0-0.4,0.4-0.9,0.9-0.9h24.9c0.4,0,0.7,0.4,0.7,0.8v12.6c0,0.4-0.3,0.7-0.8,0.7h-11.7c-0.3,0-0.5,0.2-0.5,0.5
v3.9c0,0.3,0.3,0.5,0.5,0.5h5.5c0.3,0,0.5,0.2,0.5,0.5v12.7c0,0.3-0.3,0.6-0.6,0.6h-5.7c-0.3,0-0.5,0.2-0.5,0.6v4.1
c0,0.3,0.2,0.5,0.4,0.5h12.1c0.5,0,0.8,0.3,0.8,0.7v13c0,0.4-0.4,0.8-0.8,0.8h-25.1c-0.4,0-0.8-0.4-0.8-0.9V866.4z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.4 KiB

41
docs/img/logo/clients/kromo.svg

@ -1,41 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 798 454" style="enable-background:new 0 0 798 454;" xml:space="preserve">
<style type="text/css">
.st0{opacity:0.2;}
</style>
<g class="st0">
<path d="M167.3,251.3l29.7,80.7c2.6,6.9,8.2,10.4,16.9,10.4h45.5c13.2,0,19.8,4.6,19.8,13.9c0,6.4-2.3,11.4-7,15
c-4.7,3.6-11.2,5.4-19.5,5.4h-46.7c-12.4,0-21.1-1.7-26.1-5.1c-5.1-3.4-9.7-10.6-13.8-21.4l-37.2-100.6l-29.1,71.5
c-5.6,14.1-13.6,21.1-24,21.1c-4.3,0-8-1.4-11.1-4.2c-3.1-2.8-4.6-6.1-4.6-10c0-3.1,0.8-6.7,2.4-10.7l1.7-4.1l36.5-89.9
c5.5-13.7,8.3-23.1,8.3-28.4c0-4.6-2-8.5-6-11.9c-4-3.3-8.6-5-14-5c-9.6,0-18.2,4-25.8,12c-7.6,8-11.5,17-11.5,26.9
c0,10.9,5.9,18.4,17.6,22.6c7.1,2.5,10.7,6.9,10.7,13.2c0,5.2-2,9.6-6.1,13c-4.1,3.4-9.2,5.1-15.2,5.1c-11.7,0-21.7-5-30.1-14.9
c-8.3-9.9-12.5-21.8-12.5-35.6c0-20.5,7.7-38.4,23-53.8s33.3-23,53.9-23c15.4,0,28.2,4.5,38.5,13.5c10.3,9,15.5,20.2,15.5,33.7
c0,9.6-2.4,20.3-7.3,32.3l-4.9,11.9l73.8-77.2c8-8.3,15.2-12.5,21.8-12.5c4.5,0,8.2,1.5,11.2,4.4c3,3,4.5,6.7,4.5,11.2
c0,5.5-3.8,12.3-11.4,20.2L167.3,251.3z"/>
<path d="M260,261.6l-4.8,11.8c-4.3,10.5-9.9,15.7-16.9,15.7c-4.2,0-7.7-1.3-10.5-3.8c-2.8-2.5-4.2-5.7-4.2-9.4c0-2.2,1-5.8,3.1-11
l15.9-39.2c3.8-9.5,9.3-14.2,16.3-14.2c6.9,0,11.2,3.3,12.8,9.8l1.1,4.4c0.6,2.2,1.4,3.7,2.5,4.2c1.1,0.6,3.9,0.8,8.3,0.8h32.9
c12.3,0,18.4,4.3,18.4,12.9c0,11.9-7.8,17.8-23.3,17.8L310,263c-14.9,14.2-22.3,25.2-22.3,33c0,7.8,4.3,11.7,12.9,11.7h17.7
c11.9,0,17.8,4.1,17.8,12.4c0,5.8-2.1,10.3-6.3,13.5c-4.2,3.2-10,4.8-17.5,4.8h-27.5c-9.4,0-17-3.2-23-9.7
c-6-6.5-8.9-14.8-8.9-25.2c0-6.6,1.6-12.9,4.8-19.1c3.2-6.2,8.8-13.8,16.9-22.8H260z"/>
<path d="M407.4,228.9c13.6,0,24.8,4.3,33.5,12.9c8.8,8.6,13.1,19.6,13.1,32.9c0,10-2.3,20-6.9,29.9c-4.6,9.9-10.5,17.8-17.8,23.7
c-4.9,3.8-9.9,6.5-15.1,7.9c-5.2,1.5-12.5,2.2-21.9,2.2c-15.3,0-25.6-1.8-30.9-5.5c-12.6-8.6-18.8-21.4-18.8-38.2
c0-17.8,6.4-33.2,19.3-46.2C374.7,235.4,389.9,228.9,407.4,228.9z M404.1,258.8c-6.9,0-13.3,3.4-19,10.3
c-5.7,6.8-8.6,14.4-8.6,22.6c0,10.9,6.1,16.3,18.3,16.3c7.1,0,12.6-2.2,16.4-6.6c6.4-7.2,9.6-15.5,9.6-24.7c0-5.3-1.5-9.6-4.6-12.9
C413.1,260.4,409,258.8,404.1,258.8z"/>
<path d="M630.6,307.7h16.7c11.8,0,17.7,4.2,17.7,12.5c0,5.7-2.1,10.2-6.3,13.4c-4.2,3.2-10,4.8-17.4,4.8h-28.5
c-6.2,0-11.2-1.6-15-4.9c-3.8-3.3-5.8-7.6-5.8-12.9c0-3.7,1.3-8.6,3.8-14.9l13.2-32.2c0.7-1.9,1.1-3.6,1.1-5.2
c0-6.1-3.1-9.1-9.3-9.1c-4.8,0-9.5,2.2-14.2,6.5c-4.7,4.3-8.4,10-11.2,17.1l-15.7,38.8c-5.2,12.6-12.6,18.8-22.5,18.8
c-3.8,0-7.1-1.3-9.8-3.8c-2.7-2.5-4.1-5.5-4.1-9c0-2.7,0.7-5.9,2.1-9.6l1.5-3.8l15.9-39.2c1.4-3.5,2.1-6.2,2.1-8.2
c0-2.1-0.9-3.9-2.8-5.4c-1.9-1.5-4.1-2.3-6.6-2.3c-10.1,0-18.1,7.3-24,21.9l-16.4,40.3c-5.2,12.6-12.6,19-22.3,19
c-3.8,0-7.1-1.2-9.9-3.7c-2.8-2.5-4.1-5.5-4.1-9.1c0-2.8,0.7-6,2.1-9.6l1.5-3.8l28-68.9c3.9-9.6,9.8-14.5,17.7-14.5
c8.2,0,13.2,3.8,15.2,11.5c6.4-5.4,11.5-9,15.5-10.8c4-1.8,8.9-2.7,14.7-2.7c12.6,0,22,5.5,28.2,16.4c10.5-11,22.3-16.4,35.4-16.4
c9,0,16.5,2.6,22.6,7.8c6,5.2,9.1,11.6,9.1,19.2c0,4.8-1,9.7-3.1,14.8L630.6,307.7z"/>
<path d="M735.4,228.9c13.6,0,24.8,4.3,33.5,12.9c8.8,8.6,13.1,19.6,13.1,32.9c0,10-2.3,20-6.9,29.9c-4.6,9.9-10.5,17.8-17.8,23.7
c-4.9,3.8-9.9,6.5-15.1,7.9c-5.2,1.5-12.5,2.2-21.9,2.2c-15.3,0-25.6-1.8-30.9-5.5c-12.6-8.6-18.8-21.4-18.8-38.2
c0-17.8,6.4-33.2,19.3-46.2C702.7,235.4,717.9,228.9,735.4,228.9z M732.1,258.8c-6.9,0-13.3,3.4-19,10.3
c-5.7,6.8-8.6,14.4-8.6,22.6c0,10.9,6.1,16.3,18.3,16.3c7.1,0,12.6-2.2,16.4-6.6c6.4-7.2,9.6-15.5,9.6-24.7c0-5.3-1.5-9.6-4.6-12.9
C741.1,260.4,737,258.8,732.1,258.8z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.7 KiB

50
docs/img/logo/clients/systek.svg

@ -1,50 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 798 454" style="enable-background:new 0 0 798 454;" xml:space="preserve">
<style type="text/css">
.st0{opacity:0.2;}
</style>
<g class="st0">
<path d="M42.8,188L42.8,188c-8.6,0-15.5-6.9-15.5-15.5V136c0-8.6,6.9-15.5,15.5-15.5h0c8.6,0,15.5,6.9,15.5,15.5v36.5
C58.3,181.1,51.3,188,42.8,188z"/>
<path d="M131.8,188L131.8,188c-8.6,0-15.5-6.9-15.5-15.5v-79c0-8.6,6.9-15.5,15.5-15.5h0c8.6,0,15.5,6.9,15.5,15.5v79
C147.3,181.1,140.3,188,131.8,188z"/>
<path d="M309.8,188L309.8,188c-8.6,0-15.5-6.9-15.5-15.5v-79c0-8.6,6.9-15.5,15.5-15.5h0c8.6,0,15.5,6.9,15.5,15.5v79
C325.3,181.1,318.3,188,309.8,188z"/>
<path d="M220.8,221L220.8,221c-8.6,0-15.5-6.9-15.5-15.5v-173c0-8.6,6.9-15.5,15.5-15.5h0c8.6,0,15.5,6.9,15.5,15.5v173
C236.3,214.1,229.3,221,220.8,221z"/>
<path d="M398.2,188L398.2,188c-8.6,0-15.5-6.9-15.5-15.5V136c0-8.6,6.9-15.5,15.5-15.5h0c8.6,0,15.5,6.9,15.5,15.5v36.5
C413.7,181.1,406.8,188,398.2,188z"/>
<path d="M755.2,188L755.2,188c-8.6,0-15.5-6.9-15.5-15.5V136c0-8.6,6.9-15.5,15.5-15.5h0c8.6,0,15.5,6.9,15.5,15.5v36.5
C770.7,181.1,763.8,188,755.2,188z"/>
<path d="M487.2,188L487.2,188c-8.6,0-15.5-6.9-15.5-15.5v-79c0-8.6,6.9-15.5,15.5-15.5h0c8.6,0,15.5,6.9,15.5,15.5v79
C502.7,181.1,495.8,188,487.2,188z"/>
<path d="M665.2,188L665.2,188c-8.6,0-15.5-6.9-15.5-15.5v-79c0-8.6,6.9-15.5,15.5-15.5h0c8.6,0,15.5,6.9,15.5,15.5v79
C680.7,181.1,673.8,188,665.2,188z"/>
<path d="M576.2,221L576.2,221c-8.6,0-15.5-6.9-15.5-15.5v-173c0-8.6,6.9-15.5,15.5-15.5h0c8.6,0,15.5,6.9,15.5,15.5v173
C591.7,214.1,584.8,221,576.2,221z"/>
</g>
<g class="st0">
<path d="M166.8,401.5c-12,0-20.9-3-26.6-9.1c-5.7-6.1-8.7-16.2-9-30.3l25.2-3.3c0,4,0.2,7.4,0.7,10.1c0.4,2.7,1.1,4.8,1.9,6.3
c0.8,1.4,1.7,2.5,2.7,3s2.1,0.9,3.3,0.9c3.3,0,5-2.4,5-7.2c0-4.7-1.1-8.7-3.2-12.1s-5.5-7.1-10.2-11.1l-7.7-6.5
c-2.8-2.4-5.1-4.5-6.8-6.4c-1.8-1.9-3.6-4.1-5.4-6.8c-1.8-2.7-3.2-5.7-4.1-9c-0.9-3.3-1.3-6.9-1.3-10.9c0-10.5,3.2-18.6,9.5-24.3
c6.3-5.7,15.1-8.6,26.2-8.6c19.9,0,30,11.8,30.1,35.4l-25.8,2.6c0-3.2,0-5.6-0.1-7.1c-0.1-1.6-0.3-3.2-0.6-4.9
c-0.3-1.7-0.9-2.9-1.6-3.5c-0.8-0.7-1.8-1-3-1c-1.8,0-3.2,1-4.1,2.9c-0.9,1.9-1.4,3.7-1.4,5.6c0,1,0.1,2,0.3,3
c0.2,1,0.3,1.8,0.5,2.6c0.1,0.8,0.5,1.6,1,2.5c0.5,0.9,0.9,1.6,1.1,2.2c0.2,0.5,0.7,1.2,1.5,2.1s1.2,1.5,1.5,1.8
c0.2,0.3,0.8,1,1.8,1.8c0.9,0.9,1.5,1.4,1.7,1.6c0.2,0.2,0.8,0.7,1.9,1.7c1.1,1,1.7,1.5,1.8,1.6l7,6.2c3,2.7,5.5,5.2,7.6,7.5
c2.1,2.3,4.1,5,6,8.1s3.3,6.4,4.3,10c1,3.6,1.4,7.5,1.4,11.6c0,8.7-3,16.1-9,22C184.5,398.5,176.6,401.5,166.8,401.5z"/>
<path d="M241.8,399.6v-51.6l-22.2-69.8h28.1l9.6,32.5l8-32.5h26.9l-21.8,69.8v51.6H241.8z"/>
<path d="M350.3,401.5c-12,0-20.9-3-26.6-9.1c-5.7-6.1-8.7-16.2-9-30.3l25.2-3.3c0,4,0.2,7.4,0.7,10.1c0.4,2.7,1.1,4.8,1.9,6.3
c0.8,1.4,1.7,2.5,2.7,3s2.1,0.9,3.3,0.9c3.3,0,5-2.4,5-7.2c0-4.7-1.1-8.7-3.2-12.1s-5.5-7.1-10.2-11.1l-7.7-6.5
c-2.8-2.4-5.1-4.5-6.8-6.4c-1.8-1.9-3.6-4.1-5.4-6.8c-1.8-2.7-3.2-5.7-4.1-9c-0.9-3.3-1.3-6.9-1.3-10.9c0-10.5,3.2-18.6,9.5-24.3
c6.3-5.7,15.1-8.6,26.2-8.6c19.9,0,30,11.8,30.1,35.4l-25.8,2.6c0-3.2,0-5.6-0.1-7.1c-0.1-1.6-0.3-3.2-0.6-4.9
c-0.3-1.7-0.9-2.9-1.6-3.5c-0.8-0.7-1.8-1-3-1c-1.8,0-3.2,1-4.1,2.9c-0.9,1.9-1.4,3.7-1.4,5.6c0,1,0.1,2,0.3,3
c0.2,1,0.3,1.8,0.5,2.6c0.1,0.8,0.5,1.6,1,2.5c0.5,0.9,0.9,1.6,1.1,2.2c0.2,0.5,0.7,1.2,1.5,2.1s1.2,1.5,1.5,1.8
c0.2,0.3,0.8,1,1.8,1.8c0.9,0.9,1.5,1.4,1.7,1.6c0.2,0.2,0.8,0.7,1.9,1.7c1.1,1,1.7,1.5,1.8,1.6l7,6.2c3,2.7,5.5,5.2,7.6,7.5
c2.1,2.3,4.1,5,6,8.1s3.3,6.4,4.3,10c1,3.6,1.4,7.5,1.4,11.6c0,8.7-3,16.1-9,22C367.9,398.5,360,401.5,350.3,401.5z"/>
<path d="M421.7,399.6v-99.5H404v-22h65.1v22h-17.7v99.5H421.7z"/>
<path d="M494.9,399.6V278.1h56.8v19.9h-27.1v27.1h20.2v20.7h-20.2v33.9H552v19.8H494.9z"/>
<path d="M578.8,399.6V278.1h29.7v47.3l18.4-47.3h29.2l-22,55.2l22.3,66.3h-30.5L610.1,347l-1.5,1.9v50.7H578.8z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.0 KiB

22
docs/img/logo/clients/tribe.svg

@ -1,22 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 798 454" style="enable-background:new 0 0 798 454;" xml:space="preserve">
<style type="text/css">
.st0{opacity:0.2;}
.st1{fill:#FFFFFF;}
</style>
<path class="st0" d="M36.4,149l49-10.5v41h36v42h-37V294c0,0-0.5,26,37,15v38.5c0,0-21,14-63,0c0,0-19.3-14.4-22-39.3
S36.4,149,36.4,149z"/>
<path class="st0" d="M137.4,181v172.7h49V235.5c0,0,18-20,36-8.5v-46.8c0,0-9.8-5.3-27.3,0.7c0,0-11,6-13.4,13.5l-2.4-14.6
l-41.9,0.2V181z"/>
<rect x="235.1" y="180.7" class="st0" width="48.7" height="173.1"/>
<polygon class="st0" points="235.1,165 283.8,154.3 283.8,114.7 235.1,125.3 "/>
<path class="st0" d="M438.9,209.8c0,0-13.3-25.8-44.8-31.8c-31.5-6-46.3,14.5-46.3,14.5l-2.8,1.5v-54.2v-25.2L300.4,125v228.7h1.5
h49.8v-11c19.5,13.3,40.3,12,40.3,12c33.8-7,41.8-24.3,41.8-24.3s11.8-11,18-50S438.9,209.8,438.9,209.8z"/>
<path class="st1" d="M351.1,230.3v72.3c0,0,15,16,36,5s16.7-54.7,16.7-54.7s-7.5-31.7-27.1-32.3C357.1,220,351.1,230.3,351.1,230.3z
"/>
<path class="st0" d="M605.8,283.7h-95c0,0,0,25.1,22.7,27.9c22.7,2.8,34.7,2.5,62.7-8.5l0.3,38.3c0,0-46.3,23.7-87.7,7
c-41.3-16.7-46-61-46-61s-10.3-53.3,20.7-87.7s78-19,78-19s36,15,42,58.3C603.4,239,608.8,254.7,605.8,283.7z"/>
<path class="st1" d="M509.9,246.5c0,0-1.2-27.7,24-29.7c25.2-2,26,30.7,26,30.7h-50L509.9,246.5z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

66
docs/img/logo/cssninja-white.svg

@ -1,66 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 979 300" style="enable-background:new 0 0 979 300;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;}
</style>
<g id="XMLID_1_">
<path id="XMLID_25_" class="st0" d="M381.4,148.3c-2.2,0-4.2,1-6,3.1c-9.8,12.2-18.4,19.7-25.6,22.5c0.3-2.6,0.5-4.7,0.5-6.2
c0-5.2-1.3-10-3.7-14.4s-6.1-9.6-10.8-16c-3.2-4-5.7-7.3-7.2-10c-1.6-2.6-2.3-5.2-2.3-7.3c0-3.7,1.4-8.3,4-13.5
c1-2,1.8-3.9,2.4-5.7c0.6-2,0.9-3.3,0.9-4.2c0-1.6-0.8-2.9-2.4-3.6c-1.6-0.7-4.5-1.1-8.7-1.1c-9,0-14.8,3.2-17.6,9.8
c-3.2,7.7-6.7,15.2-10,22.4c-3.4,7.2-6.4,13-9,17.2c-3.8,6-9.2,13.3-16.3,22.2c-5.5,5.3-10.4,8.8-14.9,10.6
c0.3-2.6,0.5-4.7,0.5-6.2c0-5.2-1.3-10-3.7-14.4s-6.1-9.6-10.8-16c-3.2-4-5.7-7.3-7.2-10c-1.6-2.6-2.3-5.2-2.3-7.3
c0-3.7,1.4-8.3,4-13.5c1-2,1.8-3.9,2.4-5.7c0.6-2,0.9-3.3,0.9-4.2c0-1.6-0.8-2.9-2.4-3.6c-1.6-0.7-4.5-1.1-8.7-1.1
c-9,0-14.8,3.2-17.6,9.8c-3.2,7.7-6.7,15.2-10,22.4c-3.4,7.2-6.4,13-9,17.2c-3,4.6-6.9,10.1-11.8,16.5
c-11.7,4.9-22.5,8.6-32.1,10.9c-9.9,2.4-19.6,3.7-29.3,3.7c-19.5,0-34.2-4.8-44.1-14.6c-10-9.8-14.9-23.5-14.9-41.3
c0-17.1,2.8-31.8,8.3-44.2C72,60.1,79.2,50.7,88,44.3c9-6.4,18.3-9.5,28.1-9.5c14.5,0,21.6,6.8,21.6,20.3c0,2.6-0.5,6.2-1.4,10.7
c-0.6,3.6-0.9,6-0.9,7.3c0,3.7,1.1,6.5,3.6,8.5c2.4,2,5.6,2.9,9.8,2.9c6,0,10.6-2.8,13.7-8.3c3.2-5.5,4.8-12.7,4.8-21.8
c0-13.5-4.1-24.5-12.5-32.6c-8.4-8.3-20.6-12.4-36.5-12.4c-17.2,0-32.9,4.6-47.1,13.9S45.9,45.7,37.7,62.7
c-8.3,17-12.4,36.3-12.4,58.2c0,15.7,3.4,29.6,10.4,41.4c7,11.9,17,21,30.1,27.6c13.1,6.4,28.5,9.6,46.2,9.6c10.2,0,21-1,32.4-3.2
c10.4-2,20.6-5.1,30.3-9.1c2.5-0.2,4.9-1.4,7.2-3.6c3.6-2.2,6.1-4.9,7.8-8c2.6-2.9,5.2-5.9,7.5-9c4.5-5.7,9.1-13.1,13.7-21.8
c2.1,2.4,4.4,5.2,6.7,8.4c2.4,3.2,4.4,6.5,5.9,9.9c1.6,3.4,2.4,7,2.5,10.9c-1.4-0.1-3.3-0.5-5.9-0.8c-2.6-0.3-4.8-0.6-6.8-0.6
c-5.5,0-9.6,1.4-12.5,4.2s-4.2,6.2-4.2,10c0,4.5,2.1,8.5,6.1,12.1c4.1,3.6,10,5.4,17.7,5.4c8.2,0,15.3-2.5,21.1-7.6
c10-0.3,18.3-2.1,25-5.5c6.8-3.3,13.9-9.6,21.2-18.8c0.6-0.7,1-1.5,1.5-2.3c0.9-1.1,1.8-2.3,2.8-3.4c4.5-5.7,9.1-13.1,13.7-21.8
c2.1,2.4,4.4,5.2,6.7,8.4c2.4,3.2,4.4,6.5,5.9,9.9c1.6,3.4,2.4,7,2.5,10.9c-1.4-0.1-3.3-0.5-5.9-0.8c-2.6-0.3-4.8-0.6-6.8-0.6
c-5.5,0-9.6,1.4-12.5,4.2s-4.2,6.2-4.2,10c0,4.5,2.1,8.5,6.1,12.1c4.1,3.6,10,5.4,17.7,5.4c8.2,0,15.3-2.5,21.1-7.6
c10-0.3,18.3-2.1,25-5.5c6.8-3.3,13.9-9.6,21.2-18.8c2.9-3.6,4.2-8.2,4.2-13.8c0-3.1-0.6-5.6-1.7-7.3
C384.9,149.1,383.4,148.3,381.4,148.3z"/>
<path id="XMLID_26_" class="st0" d="M568.4,79.4c6.4,0,11.5-1.7,15.4-5.3c3.9-3.4,5.7-8.2,5.7-14.1c0-4.9-1.7-8.7-5.2-11.4
c-3.4-2.6-7.9-4-13.3-4c-6.1,0-11.1,1.7-15.3,5.3c-4.1,3.4-6.1,7.8-6.1,13.1c0,5.2,1.6,9.3,4.7,12.2
C557.5,77.9,562.1,79.4,568.4,79.4z"/>
<path id="XMLID_27_" class="st0" d="M728.5,79.4c6.4,0,11.5-1.7,15.4-5.3c3.9-3.4,5.7-8.2,5.7-14.1c0-4.9-1.7-8.7-5.2-11.4
s-7.9-4-13.3-4c-6.1,0-11.1,1.7-15.3,5.3c-4.1,3.4-6.1,7.8-6.1,13.1c0,5.2,1.6,9.3,4.7,12.2C717.6,77.9,722.2,79.4,728.5,79.4z"/>
<path id="XMLID_30_" class="st0" d="M875.6,148.3c-2.2,0-4.2,1-6,3.1c-6.9,8.2-12.3,14.1-16.3,17.7c-4,3.7-7.5,5.5-10.2,5.5
c-1.8,0-3.2-0.7-4.4-2s-1.7-3.1-1.7-5.4c0-6.7,1.7-18.6,5.2-35.7c2.2-11.7,3.3-19.2,3.3-22.3c0-5.2-3.7-7.8-10.9-7.8
c-3.4,0-6.7,0.3-9.8,0.9c-0.7-3.2-1.7-5.5-2.8-6.8c-1.1-1.3-3.3-2-6.5-2c-10.2,0-20,3.2-29,9.6c-9.2,6.4-16.4,15-21.9,25.6
c-4.4,8.4-6.9,17.1-7.8,26.2c-7.9,5.5-16.4,11.6-25.6,18.5l2.2-15.4c4.9-30.9,7.3-49.8,7.3-56.6c0-2.4-0.7-4.2-2.1-5.6
s-4.4-2-8.8-2c-5.5,0-9.5,1-12.3,3c-2.8,2-4.4,5.2-4.9,9.5c-2,16-3.3,27.9-4.2,35.9c-0.3,4.4-0.8,8.6-1.3,13
c-5.2,6.1-9.5,10.6-12.9,13.7c-4.1,3.7-7.6,5.5-10.6,5.5c-4.4,0-6.4-3-6.4-9c0-4.1,1.4-12.7,4.2-25.6c3.2-15.2,4.9-25.6,4.9-31.5
c0-9.6-4.8-14.5-14.5-14.5c-4.9,0-10.3,1.7-16.2,5.2c-5.9,3.4-11.8,9.2-17.9,17.1c-6.1,8-11.6,18.4-16.5,31.2
c0.6-6.5,1.4-12.1,2.2-16.5c0.9-4.5,2.1-9.6,3.6-15.6c2.2-8.3,3.3-13.7,3.3-16.1c0-2.1-0.6-3.4-1.8-4.2c-1.1-0.7-3.2-1.1-6.2-1.1
c-5.5,0-9.8,1-12.9,3c-3.1,2-5.3,5.2-6.5,9.5c-5.2,16.2-7.8,33.2-8.2,51c-4.2,4.9-7.9,8.7-10.8,11.4c-4,3.7-7.3,5.6-10,5.6
c-2.9,0-4.8-1.1-6-3.6c-1.1-2.4-1.8-5.7-1.8-10.2c0-5.7,1.8-16.9,5.4-33.2c2.9-13.5,4.2-22.2,4.2-25.8c0-5.1-3.8-7.6-11.4-7.6
c-4.9,0-8.5,0.9-10.7,2.6s-4,5.1-5.4,9.8c-2.6,9.1-4.8,18.8-6.5,29.3c-1.5,8.8-2.3,16.3-2.5,22.4c-4.1,4.7-7.6,8.3-10.4,10.8
c-4.1,3.7-7.6,5.5-10.6,5.5c-4.4,0-6.4-3-6.4-9c0-4.1,1.4-12.7,4.2-25.6c3.2-15.2,4.9-25.6,4.9-31.5c0-9.6-4.8-14.5-14.5-14.5
c-4.9,0-10.3,1.7-16.2,5.2c-5.9,3.4-11.8,9.2-17.9,17.1c-6.1,8-11.6,18.4-16.5,31.2c0.6-6.5,1.4-12.1,2.2-16.5
c0.9-4.5,2.1-9.6,3.6-15.6c2.2-8.3,3.3-13.7,3.3-16.1c0-2.1-0.6-3.4-1.8-4.2c-1.1-0.7-3.2-1.1-6.2-1.1c-5.5,0-9.8,1-12.9,3
c-3.1,2-5.3,5.2-6.5,9.5c-5.5,17.3-8.3,35.7-8.3,55.1c0,13.1,1.1,22.6,3.4,28.5c2.3,6,6.3,9,11.9,9c4.6,0,8-1.3,10.1-3.7
c2.2-2.4,4-7.1,5.7-14.1c2.2-9.1,5.2-17.7,8.8-25.8c3.7-8.2,7.2-14.7,10.7-19.7c3.4-4.9,6.2-7.5,8.2-7.5c1.6,0,2.4,1.1,2.4,3.6
c0,3.6-0.9,10-2.9,19.4c-2.1,10.7-3.1,18.1-3.1,22.3c0,8.3,2,14.7,5.7,19.1c3.9,4.4,9.5,6.5,17.1,6.5c9.4,0,17.7-2.5,25-7.6
c3.6-2.4,7-5.2,10.2-8.3c0.8,2,1.8,3.9,2.9,5.6c4.4,6.9,11.4,10.2,21,10.2c9.4,0,19.3-4.8,29.7-14.6c0.5,2.2,1,4,1.6,5.6
c2.3,6,6.3,9,11.9,9c4.6,0,8-1.3,10.1-3.7c2.2-2.4,4-7.1,5.7-14.1c2.2-9.1,5.2-17.7,8.8-25.8c3.7-8.2,7.2-14.7,10.7-19.7
c3.4-4.9,6.2-7.5,8.2-7.5c1.6,0,2.4,1.1,2.4,3.6c0,3.6-0.9,10-2.9,19.4c-2.1,10.7-3.1,18.1-3.1,22.3c0,8.3,2,14.7,5.7,19.1
c3.9,4.4,9.5,6.5,17.1,6.5c9.4,0,17.7-2.5,25-7.6c1.7-1.1,3.3-2.4,5.1-3.8l-1.1,8.2c-22.6,17.6-38,32.3-46.2,44.2
s-12.3,23.2-12.3,33.8c0,7.6,2.3,13.7,7,18.4s10.9,7,18.6,7c14.2,0,25.9-8.8,35.2-26.5c9.2-17.7,16.8-42,22.5-72.9
c12.4-8.6,23-15.8,31.8-21.7c1.4,4,3.3,7.7,5.9,10.8c5.5,6.7,12.9,10,22,10c11.7,0,21.5-6.2,29.2-18.7c2.1,5.7,5.2,10.3,9.3,13.7
c4.1,3.3,8.6,5.1,13.4,5.1c6.4,0,13-2.6,19.9-7.8c6.9-5.2,13.3-11.6,19.4-19.2c2.9-3.2,4.2-7.9,4.2-13.8c0-3.1-0.6-5.6-1.7-7.3
C879,149.1,877.5,148.3,875.6,148.3z M684.1,264.6c-4.6,8.7-8.8,13.2-12.7,13.2c-4.1,0-6.2-2.9-6.2-8.7c0-6,2.5-12.9,7.5-20.7
c4.9-7.8,13.1-16.5,24.5-26.2C693,241.7,688.6,255.8,684.1,264.6z M810.2,155.4c-1.4,6.4-3.4,11.5-6.4,15.4s-6.1,5.7-9.4,5.7
c-3.2,0-5.9-1.1-7.7-3.3c-1.8-2.2-2.8-5.6-2.8-10.2c0-8.3,1.6-16.2,4.7-23.7s7.3-13.4,12.6-17.9c5.3-4.5,11-6.9,17.2-7L810.2,155.4
z"/>
<path id="XMLID_32_" class="st0" d="M926.9,162.4c-3.3-3.2-8.3-4.8-14.8-4.8c-6.9,0-12.2,2-16,6s-5.7,9.4-5.7,16.1
c0,5.7,1.7,10.4,5.1,14c3.3,3.6,8.3,5.4,14.8,5.4c6.7,0,11.9-2.1,15.8-6.1c3.9-4.1,5.7-9.5,5.7-16.4
C931.9,170.3,930.3,165.6,926.9,162.4z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.5 KiB

68
docs/img/logo/cssninja.svg

@ -1,68 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="309 247 979 300" style="enable-background:new 309 247 979 300;" xml:space="preserve">
<style type="text/css">
.st0{opacity:0.2;}
.st1{fill:#010202;}
</style>
<g id="XMLID_1_" class="st0">
<path id="XMLID_25_" class="st1" d="M690.4,395.3c-2.2,0-4.2,1-6,3.1c-9.8,12.2-18.4,19.7-25.6,22.5c0.3-2.6,0.5-4.7,0.5-6.2
c0-5.2-1.3-10-3.7-14.4c-2.4-4.4-6.1-9.6-10.8-16c-3.2-4-5.7-7.3-7.2-10c-1.6-2.6-2.3-5.2-2.3-7.3c0-3.7,1.4-8.3,4-13.5
c1-2,1.8-3.9,2.4-5.7c0.6-2,0.9-3.3,0.9-4.2c0-1.6-0.8-2.9-2.4-3.6c-1.6-0.7-4.5-1.1-8.7-1.1c-9,0-14.8,3.2-17.6,9.8
c-3.2,7.7-6.7,15.2-10,22.4c-3.4,7.2-6.4,13-9,17.2c-3.8,6-9.2,13.3-16.3,22.2c-5.5,5.3-10.4,8.8-14.9,10.6
c0.3-2.6,0.5-4.7,0.5-6.2c0-5.2-1.3-10-3.7-14.4c-2.4-4.4-6.1-9.6-10.8-16c-3.2-4-5.7-7.3-7.2-10c-1.6-2.6-2.3-5.2-2.3-7.3
c0-3.7,1.4-8.3,4-13.5c1-2,1.8-3.9,2.4-5.7c0.6-2,0.9-3.3,0.9-4.2c0-1.6-0.8-2.9-2.4-3.6c-1.6-0.7-4.5-1.1-8.7-1.1
c-9,0-14.8,3.2-17.6,9.8c-3.2,7.7-6.7,15.2-10,22.4c-3.4,7.2-6.4,13-9,17.2c-3,4.6-6.9,10.1-11.8,16.5
c-11.7,4.9-22.5,8.6-32.1,10.9c-9.9,2.4-19.6,3.7-29.3,3.7c-19.5,0-34.2-4.8-44.1-14.6c-10-9.8-14.9-23.5-14.9-41.3
c0-17.1,2.8-31.8,8.3-44.2c5.1-12.4,12.3-21.8,21.1-28.2c9-6.4,18.3-9.5,28.1-9.5c14.5,0,21.6,6.8,21.6,20.3
c0,2.6-0.5,6.2-1.4,10.7c-0.6,3.6-0.9,6-0.9,7.3c0,3.7,1.1,6.5,3.6,8.5c2.4,2,5.6,2.9,9.8,2.9c6,0,10.6-2.8,13.7-8.3
c3.2-5.5,4.8-12.7,4.8-21.8c0-13.5-4.1-24.5-12.5-32.6c-8.4-8.3-20.6-12.4-36.5-12.4c-17.2,0-32.9,4.6-47.1,13.9
s-25.3,22.4-33.5,39.4c-8.3,17-12.4,36.3-12.4,58.2c0,15.7,3.4,29.6,10.4,41.4c7,11.9,17,21,30.1,27.6c13.1,6.4,28.5,9.6,46.2,9.6
c10.2,0,21-1,32.4-3.2c10.4-2,20.6-5.1,30.3-9.1c2.5-0.2,4.9-1.4,7.2-3.6c3.6-2.2,6.1-4.9,7.8-8c2.6-2.9,5.2-5.9,7.5-9
c4.5-5.7,9.1-13.1,13.7-21.8c2.1,2.4,4.4,5.2,6.7,8.4c2.4,3.2,4.4,6.5,5.9,9.9c1.6,3.4,2.4,7,2.5,10.9c-1.4-0.1-3.3-0.5-5.9-0.8
c-2.6-0.3-4.8-0.6-6.8-0.6c-5.5,0-9.6,1.4-12.5,4.2s-4.2,6.2-4.2,10c0,4.5,2.1,8.5,6.1,12.1c4.1,3.6,10,5.4,17.7,5.4
c8.2,0,15.3-2.5,21.1-7.6c10-0.3,18.3-2.1,25-5.5c6.8-3.3,13.9-9.6,21.2-18.8c0.6-0.7,1-1.5,1.5-2.3c0.9-1.1,1.8-2.3,2.8-3.4
c4.5-5.7,9.1-13.1,13.7-21.8c2.1,2.4,4.4,5.2,6.7,8.4c2.4,3.2,4.4,6.5,5.9,9.9c1.6,3.4,2.4,7,2.5,10.9c-1.4-0.1-3.3-0.5-5.9-0.8
c-2.6-0.3-4.8-0.6-6.8-0.6c-5.5,0-9.6,1.4-12.5,4.2s-4.2,6.2-4.2,10c0,4.5,2.1,8.5,6.1,12.1c4.1,3.6,10,5.4,17.7,5.4
c8.2,0,15.3-2.5,21.1-7.6c10-0.3,18.3-2.1,25-5.5c6.8-3.3,13.9-9.6,21.2-18.8c2.9-3.6,4.2-8.2,4.2-13.8c0-3.1-0.6-5.6-1.7-7.3
C693.9,396.1,692.4,395.3,690.4,395.3z"/>
<path id="XMLID_26_" class="st1" d="M877.4,326.4c6.4,0,11.5-1.7,15.4-5.3c3.9-3.4,5.7-8.2,5.7-14.1c0-4.9-1.7-8.7-5.2-11.4
c-3.4-2.6-7.9-4-13.3-4c-6.1,0-11.1,1.7-15.3,5.3c-4.1,3.4-6.1,7.8-6.1,13.1c0,5.2,1.6,9.3,4.7,12.2
C866.5,324.9,871.1,326.4,877.4,326.4z"/>
<path id="XMLID_27_" class="st1" d="M1037.5,326.4c6.4,0,11.5-1.7,15.4-5.3c3.9-3.4,5.7-8.2,5.7-14.1c0-4.9-1.7-8.7-5.2-11.4
s-7.9-4-13.3-4c-6.1,0-11.1,1.7-15.3,5.3c-4.1,3.4-6.1,7.8-6.1,13.1c0,5.2,1.6,9.3,4.7,12.2
C1026.6,324.9,1031.2,326.4,1037.5,326.4z"/>
<path id="XMLID_30_" class="st1" d="M1184.6,395.3c-2.2,0-4.2,1-6,3.1c-6.9,8.2-12.3,14.1-16.3,17.7c-4,3.7-7.5,5.5-10.2,5.5
c-1.8,0-3.2-0.7-4.4-2s-1.7-3.1-1.7-5.4c0-6.7,1.7-18.6,5.2-35.7c2.2-11.7,3.3-19.2,3.3-22.3c0-5.2-3.7-7.8-10.9-7.8
c-3.4,0-6.7,0.3-9.8,0.9c-0.7-3.2-1.7-5.5-2.8-6.8c-1.1-1.3-3.3-2-6.5-2c-10.2,0-20,3.2-29,9.6c-9.2,6.4-16.4,15-21.9,25.6
c-4.4,8.4-6.9,17.1-7.8,26.2c-7.9,5.5-16.4,11.6-25.6,18.5l2.2-15.4c4.9-30.9,7.3-49.8,7.3-56.6c0-2.4-0.7-4.2-2.1-5.6
s-4.4-2-8.8-2c-5.5,0-9.5,1-12.3,3c-2.8,2-4.4,5.2-4.9,9.5c-2,16-3.3,27.9-4.2,35.9c-0.3,4.4-0.8,8.6-1.3,13
c-5.2,6.1-9.5,10.6-12.9,13.7c-4.1,3.7-7.6,5.5-10.6,5.5c-4.4,0-6.4-3-6.4-9c0-4.1,1.4-12.7,4.2-25.6c3.2-15.2,4.9-25.6,4.9-31.5
c0-9.6-4.8-14.5-14.5-14.5c-4.9,0-10.3,1.7-16.2,5.2c-5.9,3.4-11.8,9.2-17.9,17.1c-6.1,8-11.6,18.4-16.5,31.2
c0.6-6.5,1.4-12.1,2.2-16.5c0.9-4.5,2.1-9.6,3.6-15.6c2.2-8.3,3.3-13.7,3.3-16.1c0-2.1-0.6-3.4-1.8-4.2c-1.1-0.7-3.2-1.1-6.2-1.1
c-5.5,0-9.8,1-12.9,3c-3.1,2-5.3,5.2-6.5,9.5c-5.2,16.2-7.8,33.2-8.2,51c-4.2,4.9-7.9,8.7-10.8,11.4c-4,3.7-7.3,5.6-10,5.6
c-2.9,0-4.8-1.1-6-3.6c-1.1-2.4-1.8-5.7-1.8-10.2c0-5.7,1.8-16.9,5.4-33.2c2.9-13.5,4.2-22.2,4.2-25.8c0-5.1-3.8-7.6-11.4-7.6
c-4.9,0-8.5,0.9-10.7,2.6c-2.2,1.7-4,5.1-5.4,9.8c-2.6,9.1-4.8,18.8-6.5,29.3c-1.5,8.8-2.3,16.3-2.5,22.4
c-4.1,4.7-7.6,8.3-10.4,10.8c-4.1,3.7-7.6,5.5-10.6,5.5c-4.4,0-6.4-3-6.4-9c0-4.1,1.4-12.7,4.2-25.6c3.2-15.2,4.9-25.6,4.9-31.5
c0-9.6-4.8-14.5-14.5-14.5c-4.9,0-10.3,1.7-16.2,5.2c-5.9,3.4-11.8,9.2-17.9,17.1c-6.1,8-11.6,18.4-16.5,31.2
c0.6-6.5,1.4-12.1,2.2-16.5c0.9-4.5,2.1-9.6,3.6-15.6c2.2-8.3,3.3-13.7,3.3-16.1c0-2.1-0.6-3.4-1.8-4.2c-1.1-0.7-3.2-1.1-6.2-1.1
c-5.5,0-9.8,1-12.9,3c-3.1,2-5.3,5.2-6.5,9.5c-5.5,17.3-8.3,35.7-8.3,55.1c0,13.1,1.1,22.6,3.4,28.5c2.3,6,6.3,9,11.9,9
c4.6,0,8-1.3,10.1-3.7c2.2-2.4,4-7.1,5.7-14.1c2.2-9.1,5.2-17.7,8.8-25.8c3.7-8.2,7.2-14.7,10.7-19.7c3.4-4.9,6.2-7.5,8.2-7.5
c1.6,0,2.4,1.1,2.4,3.6c0,3.6-0.9,10-2.9,19.4c-2.1,10.7-3.1,18.1-3.1,22.3c0,8.3,2,14.7,5.7,19.1c3.9,4.4,9.5,6.5,17.1,6.5
c9.4,0,17.7-2.5,25-7.6c3.6-2.4,7-5.2,10.2-8.3c0.8,2,1.8,3.9,2.9,5.6c4.4,6.9,11.4,10.2,21,10.2c9.4,0,19.3-4.8,29.7-14.6
c0.5,2.2,1,4,1.6,5.6c2.3,6,6.3,9,11.9,9c4.6,0,8-1.3,10.1-3.7c2.2-2.4,4-7.1,5.7-14.1c2.2-9.1,5.2-17.7,8.8-25.8
c3.7-8.2,7.2-14.7,10.7-19.7c3.4-4.9,6.2-7.5,8.2-7.5c1.6,0,2.4,1.1,2.4,3.6c0,3.6-0.9,10-2.9,19.4c-2.1,10.7-3.1,18.1-3.1,22.3
c0,8.3,2,14.7,5.7,19.1c3.9,4.4,9.5,6.5,17.1,6.5c9.4,0,17.7-2.5,25-7.6c1.7-1.1,3.3-2.4,5.1-3.8l-1.1,8.2
c-22.6,17.6-38,32.3-46.2,44.2s-12.3,23.2-12.3,33.8c0,7.6,2.3,13.7,7,18.4c4.7,4.7,10.9,7,18.6,7c14.2,0,25.9-8.8,35.2-26.5
c9.2-17.7,16.8-42,22.5-72.9c12.4-8.6,23-15.8,31.8-21.7c1.4,4,3.3,7.7,5.9,10.8c5.5,6.7,12.9,10,22,10c11.7,0,21.5-6.2,29.2-18.7
c2.1,5.7,5.2,10.3,9.3,13.7c4.1,3.3,8.6,5.1,13.4,5.1c6.4,0,13-2.6,19.9-7.8c6.9-5.2,13.3-11.6,19.4-19.2c2.9-3.2,4.2-7.9,4.2-13.8
c0-3.1-0.6-5.6-1.7-7.3C1188,396.1,1186.5,395.3,1184.6,395.3z M993.1,511.6c-4.6,8.7-8.8,13.2-12.7,13.2c-4.1,0-6.2-2.9-6.2-8.7
c0-6,2.5-12.9,7.5-20.7c4.9-7.8,13.1-16.5,24.5-26.2C1002,488.7,997.6,502.8,993.1,511.6z M1119.2,402.4
c-1.4,6.4-3.4,11.5-6.4,15.4c-3,3.9-6.1,5.7-9.4,5.7c-3.2,0-5.9-1.1-7.7-3.3c-1.8-2.2-2.8-5.6-2.8-10.2c0-8.3,1.6-16.2,4.7-23.7
c3.1-7.5,7.3-13.4,12.6-17.9c5.3-4.5,11-6.9,17.2-7L1119.2,402.4z"/>
<path id="XMLID_32_" class="st1" d="M1235.9,409.4c-3.3-3.2-8.3-4.8-14.8-4.8c-6.9,0-12.2,2-16,6c-3.8,4-5.7,9.4-5.7,16.1
c0,5.7,1.7,10.4,5.1,14c3.3,3.6,8.3,5.4,14.8,5.4c6.7,0,11.9-2.1,15.8-6.1c3.9-4.1,5.7-9.5,5.7-16.4
C1240.9,417.3,1239.3,412.6,1235.9,409.4z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.7 KiB

35
docs/img/logo/fresh-alt.svg

@ -1,35 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="390 76 1230 300" style="enable-background:new 390 76 1230 300;" xml:space="preserve">
<style type="text/css">
.st0{fill:#344358;}
.st1{fill:#F39208;}
.st2{fill:#FCC010;}
.st3{fill:#F49619;}
.st4{fill:#EC630E;}
</style>
<circle id="XMLID_2_" class="st0" cx="1389.2" cy="223.1" r="25.9"/>
<circle id="XMLID_19_" class="st1" cx="1443.1" cy="158.6" r="30.8"/>
<circle id="XMLID_20_" class="st0" cx="1447.5" cy="242.8" r="13"/>
<g>
<path id="XMLID_59_" class="st2" d="M570.6,374.2c-81.9,0-148.2-66.3-148.2-148.2S488.9,77.6,570.8,77.6L570.6,374.2z"/>
<path id="XMLID_58_" class="st3" d="M570.8,111.1v40.9v137.7v50.8c-63.5,0-114.9-51.3-114.9-114.9
C455.9,162.4,507.4,111,570.8,111.1z"/>
<path id="XMLID_57_" class="st4" d="M570.8,152.1v137.7l-63.5-54.2c-5.8-5.1-6.2-14-0.8-19.4l64.2-64.2L570.8,152.1z"/>
</g>
<g id="XMLID_60_">
<path id="XMLID_61_" class="st0" d="M676.4,161v43.2h83.3v49.3h-83.3v82.3h-51.2v-224h136.1V161H676.4z"/>
<path id="XMLID_63_" class="st0" d="M886.1,172.5v54.4c-19.8-3.2-48.1,4.8-48.1,36.5v72.4H790v-160H838v28.5
C844.5,182.8,865.9,172.5,886.1,172.5z"/>
<path id="XMLID_65_" class="st1" d="M985,297.4c13.1,0,24.4-5.2,30.7-12.2l38.5,22.1c-15.7,21.8-39.4,33-69.8,33
c-54.7,0-88.7-36.8-88.7-84.6c0-47.7,34.6-84.6,85.1-84.6c46.8,0,81.3,36.2,81.3,84.6c0,6.7-0.6,13.1-1.9,19.2H946.6
C952.7,291.6,967.4,297.4,985,297.4z M1014.5,239.1c-5.2-18.5-19.5-25.3-33.9-25.3c-18.2,0-30.4,8.9-34.9,25.3H1014.5z"/>
<path id="XMLID_68_" class="st0" d="M1207.3,287.8c0,36.8-32,52.5-66.6,52.5c-32,0-56.4-12.2-68.9-38.1l41.6-23.7
c4.2,12.2,13.1,18.9,27.3,18.9c11.5,0,17.2-3.6,17.2-9.9c0-17.6-78.8-8.3-78.8-63.7c0-34.9,29.4-52.5,62.7-52.5
c26,0,49,11.5,62.4,34.3l-40.9,22.1c-4.5-8.3-10.9-14.1-21.4-14.1c-8.3,0-13.5,3.2-13.5,8.9
C1128.5,240.7,1207.3,228.6,1207.3,287.8z"/>
<path id="XMLID_70_" class="st0" d="M1384.9,237.5v98.3h-48v-91.3c0-19.8-12.5-29.1-27.9-29.1c-17.6,0-29.7,10.2-29.7,33v87.4
h-48.1V111.7h48.1v79.1c8.6-11.9,24.7-19.5,45.8-19.5C1357.4,171.2,1384.9,194.3,1384.9,237.5z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

12
docs/img/logo/fresh-square.svg

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 1230 300" style="enable-background:new 0 0 1230 300;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;}
.st1{fill:#F39208;}
</style>
<rect x="13" y="5.1" class="st0" width="131.9" height="291.5"/>
<rect x="156.9" y="5.1" class="st0" width="131.9" height="137.9"/>
<rect x="156.9" y="156" class="st1" width="131.9" height="140.7"/>
</svg>

Before

Width:  |  Height:  |  Size: 632 B

35
docs/img/logo/fresh-white-alt.svg

@ -1,35 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="390 76 1230 300" style="enable-background:new 390 76 1230 300;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;}
.st1{fill:#F39208;}
.st2{fill:#FCC010;}
.st3{fill:#F49619;}
.st4{fill:#EC630E;}
</style>
<circle id="XMLID_2_" class="st0" cx="1389.2" cy="223.1" r="25.9"/>
<circle id="XMLID_19_" class="st1" cx="1443.1" cy="158.6" r="30.8"/>
<circle id="XMLID_20_" class="st0" cx="1447.5" cy="242.8" r="13"/>
<g>
<path id="XMLID_59_" class="st2" d="M570.6,374.2c-81.9,0-148.2-66.3-148.2-148.2S488.9,77.6,570.8,77.6L570.6,374.2z"/>
<path id="XMLID_58_" class="st3" d="M570.8,111.1v40.9v137.7v50.8c-63.5,0-114.9-51.3-114.9-114.9
C455.9,162.4,507.4,111,570.8,111.1z"/>
<path id="XMLID_57_" class="st4" d="M570.8,152.1v137.7l-63.5-54.2c-5.8-5.1-6.2-14-0.8-19.4l64.2-64.2L570.8,152.1z"/>
</g>
<g id="XMLID_60_">
<path id="XMLID_61_" class="st0" d="M676.4,161v43.2h83.3v49.3h-83.3v82.3h-51.2v-224h136.1V161H676.4z"/>
<path id="XMLID_63_" class="st0" d="M886.1,172.5v54.4c-19.8-3.2-48.1,4.8-48.1,36.5v72.4H790v-160H838v28.5
C844.5,182.8,865.9,172.5,886.1,172.5z"/>
<path id="XMLID_65_" class="st1" d="M985,297.4c13.1,0,24.4-5.2,30.7-12.2l38.5,22.1c-15.7,21.8-39.4,33-69.8,33
c-54.7,0-88.7-36.8-88.7-84.6c0-47.7,34.6-84.6,85.1-84.6c46.8,0,81.3,36.2,81.3,84.6c0,6.7-0.6,13.1-1.9,19.2H946.6
C952.7,291.6,967.4,297.4,985,297.4z M1014.5,239.1c-5.2-18.5-19.5-25.3-33.9-25.3c-18.2,0-30.4,8.9-34.9,25.3H1014.5z"/>
<path id="XMLID_68_" class="st0" d="M1207.3,287.8c0,36.8-32,52.5-66.6,52.5c-32,0-56.4-12.2-68.9-38.1l41.6-23.7
c4.2,12.2,13.1,18.9,27.3,18.9c11.5,0,17.2-3.6,17.2-9.9c0-17.6-78.8-8.3-78.8-63.7c0-34.9,29.4-52.5,62.7-52.5
c26,0,49,11.5,62.4,34.3l-40.9,22.1c-4.5-8.3-10.9-14.1-21.4-14.1c-8.3,0-13.5,3.2-13.5,8.9
C1128.5,240.7,1207.3,228.6,1207.3,287.8z"/>
<path id="XMLID_70_" class="st0" d="M1384.9,237.5v98.3h-48v-91.3c0-19.8-12.5-29.1-27.9-29.1c-17.6,0-29.7,10.2-29.7,33v87.4
h-48.1V111.7h48.1v79.1c8.6-11.9,24.7-19.5,45.8-19.5C1357.4,171.2,1384.9,194.3,1384.9,237.5z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

75
docs/img/logo/fresh-white.svg

@ -1,75 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="-206 346 1230 300" style="enable-background:new -206 346 1230 300;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;}
.st1{fill:#F39208;}
.st2{fill:#FCC010;}
.st3{fill:#F49619;}
.st4{fill:#EC630E;}
.st5{fill:#CBEAFC;}
.st6{fill:#77C2E0;}
.st7{fill:#F9DE6A;}
.st8{fill:#C6781A;}
</style>
<circle id="XMLID_2_" class="st0" cx="897.4" cy="529.4" r="25.9"/>
<circle id="XMLID_19_" class="st1" cx="951.3" cy="464.9" r="30.8"/>
<circle id="XMLID_20_" class="st0" cx="955.7" cy="549.1" r="13"/>
<path id="XMLID_59_" class="st2" d="M-168.3,486.8c-30.8-30.8-30.8-80.7,0-111.5s80.8-30.8,111.6,0L-168.3,486.8z"/>
<path id="XMLID_58_" class="st3" d="M-69.3,387.9l-15.4,15.4l-51.8,51.8l-19.1,19.1c-23.9-23.9-23.9-62.5,0-86.4
C-131.8,364-93.1,364-69.3,387.9z"/>
<path id="XMLID_57_" class="st4" d="M-84.7,403.3l-51.8,51.8l-3.5-44.3c-0.3-4.1,2.9-7.6,7-7.6L-84.7,403.3L-84.7,403.3z"/>
<polygon id="XMLID_56_" class="st5" points="22.8,411.5 20.6,440 18.1,471.6 5.5,632.7 -114.4,632.7 -126.7,474.4 -128.3,454.5
-131.6,411.5 "/>
<rect id="XMLID_55_" x="-72.8" y="460.5" class="st6" width="37.8" height="37.8"/>
<polygon id="XMLID_54_" class="st6" points="22.8,411.5 20.6,440 5.5,632.7 -4.9,632.7 10.2,440 12.4,411.5 "/>
<path id="XMLID_53_" class="st1" d="M18.1,471.6L5.5,632.7h-119.9l-12.3-158.3c11.4-4.4,27.9-6.9,48.8-0.6c31.4,9.5,57,3.3,85.6-0.9
C11.1,472.5,14.6,472,18.1,471.6z"/>
<path id="XMLID_52_" class="st7" d="M-35,478.6v19.7h-37.8v-23C-59.5,478.7-47.1,479.3-35,478.6z"/>
<path id="XMLID_51_" class="st8" d="M18.1,471.6L5.5,632.7H-4.9L7.6,473C11.1,472.5,14.6,472,18.1,471.6z"/>
<rect id="XMLID_50_" x="-95.1" y="510.4" transform="matrix(-0.3456 0.9384 -0.9384 -0.3456 394.1975 783.7637)" class="st7" width="37.8" height="37.8"/>
<path id="XMLID_42_" class="st0" d="M25.9,408.7c-0.8-0.9-1.9-1.4-3.1-1.4H-82.7l16.4-16.4l0,0l0,0l12.6-12.6c1.7-1.7,1.7-4.3,0-6
c-32.4-32.4-85.1-32.4-117.6,0c-14.5,14.6-23.1,33.9-24.2,54.5c-0.1,2.3,1.7,4.3,4,4.4c0.1,0,0.1,0,0.2,0c2.2,0,4.1-1.8,4.2-4
c1-18.5,8.7-35.8,21.8-48.9c14.1-14.1,32.8-21.9,52.8-21.9c18.5,0,36,6.7,49.7,19l-6.6,6.6c-25.6-22.6-64.8-21.6-89.3,2.9
s-25.4,63.7-2.9,89.3l-6.6,6.6c-9.6-10.7-15.8-23.8-18-38.1c-0.4-2.3-2.5-3.9-4.8-3.5c-2.3,0.4-3.9,2.5-3.5,4.8
c2.7,17.5,10.8,33.3,23.3,45.8c0.8,0.8,1.9,1.2,3,1.2c1.1,0,2.2-0.4,3-1.2l32.9-32.9l1.4,17.7v0.1l8.7,111c0.2,2.2,2,3.9,4.2,3.9
c0.1,0,0.2,0,0.3,0c2.3-0.2,4.1-2.2,3.9-4.6l-8.4-107.7c13.2-4.3,27.7-4.1,43.1,0.6c0.7,0.2,1.4,0.4,2.1,0.6v19.8
c0,2.3,1.9,4.2,4.2,4.2H-35c2.3,0,4.2-1.9,4.2-4.2v-15.8c9.4-0.8,18.7-2.2,28.1-3.7c5.3-0.8,10.7-1.7,16.2-2.4l-11.9,152h-112
l-2.1-27c-0.2-2.3-2.2-4.1-4.6-3.9c-2.3,0.2-4.1,2.2-3.9,4.6l2.4,30.9c0.2,2.2,2,3.9,4.2,3.9H5.5c2.2,0,4-1.7,4.2-3.9l12.7-161l0,0
l2.7-34.7c0.2-2.3-1.6-4.4-3.9-4.6c-2.3-0.2-4.4,1.6-4.6,3.9l-2.4,31.2C8,468.6,1.9,469.6-4,470.5c-9,1.4-17.9,2.8-26.8,3.6v-13.5
c0-2.3-1.9-4.2-4.2-4.2h-37.8c-2.3,0-4.2,1.9-4.2,4.2v9.2c-16-4.8-31.7-5.1-45.9-1l-4.1-52.9H18.3l-0.4,4.5
c-0.2,2.3,1.6,4.4,3.9,4.6c2.3,0.2,4.4-1.6,4.6-3.9l0.7-9.1C27.2,410.7,26.7,409.5,25.9,408.7z M-39.3,494.1h-29.3v-13.5
c8.7,1.8,16.9,2.5,25,2.5c1.5,0,2.9,0,4.4-0.1L-39.3,494.1L-39.3,494.1z M-39.3,464.8v9.8c-9.5,0.3-19.1-0.3-29.3-2.6v-7.2
L-39.3,464.8L-39.3,464.8z M-94.7,407.3h-12.6v-32.8c11.5,1,22.7,5.5,31.9,13.5L-94.7,407.3z M-135.7,413.8l1.1,14h-34.6
c0.7-12.1,5.2-24.1,13.6-33.8L-135.7,413.8z M-155.6,468.2c-8-9.2-12.5-20.4-13.5-31.9h35.1l0.7,9.6L-155.6,468.2z M-130.2,407.3
l-19.4-19.3c9.8-8.4,21.7-13,33.8-13.6v33h-14.4V407.3z"/>
<path id="XMLID_39_" class="st0" d="M-50.5,514.2L-86,501.1c-1.1-0.4-2.2-0.3-3.2,0.1c-1,0.5-1.8,1.3-2.2,2.4l-13.1,35.5
c-0.8,2.2,0.3,4.6,2.5,5.4l35.5,13.1c0.5,0.2,1,0.3,1.5,0.3c1.7,0,3.3-1.1,4-2.8l13.1-35.5C-47.2,517.4-48.3,515-50.5,514.2z
M-67.5,548.2L-95,538.1l10.1-27.5l27.5,10.1L-67.5,548.2z"/>
<path id="XMLID_38_" class="st0" d="M-10.8,519.6c2.3,0,4.2-1.9,4.2-4.2v-0.9c0-2.3-1.9-4.2-4.2-4.2s-4.2,1.9-4.2,4.2v0.9
C-15,517.7-13.2,519.6-10.8,519.6z"/>
<path id="XMLID_37_" class="st0" d="M-69.3,601.7c-2.3,0-4.2,1.9-4.2,4.2v0.9c0,2.3,1.9,4.2,4.2,4.2s4.2-1.9,4.2-4.2v-0.9
C-65,603.5-66.9,601.7-69.3,601.7z"/>
<path id="XMLID_36_" class="st0" d="M-53.9,617.8c2.3,0,4.2-1.9,4.2-4.2v-0.9c0-2.3-1.9-4.2-4.2-4.2s-4.2,1.9-4.2,4.2v0.9
C-58.2,615.9-56.3,617.8-53.9,617.8z"/>
<path id="XMLID_35_" class="st0" d="M-18.9,573.6c-2.3,0-4.2,1.9-4.2,4.2v0.9c0,2.3,1.9,4.2,4.2,4.2s4.2-1.9,4.2-4.2v-0.9
C-14.7,575.5-16.5,573.6-18.9,573.6z"/>
<path id="XMLID_34_" class="st0" d="M-53.9,566.6v-0.9c0-2.3-1.9-4.2-4.2-4.2s-4.2,1.9-4.2,4.2v0.9c0,2.3,1.9,4.2,4.2,4.2
C-55.8,570.8-53.9,569-53.9,566.6z"/>
<path id="XMLID_33_" class="st0" d="M-24.4,504.8c-2.3,0-4.2,1.9-4.2,4.2v0.9c0,2.3,1.9,4.2,4.2,4.2s4.2-1.9,4.2-4.2V509
C-20.2,506.7-22.1,504.8-24.4,504.8z"/>
<g id="XMLID_60_">
<path id="XMLID_61_" class="st0" d="M139.6,457.9v43.6h84v49.7h-84v83H87.9v-226h137.3v49.7H139.6z"/>
<path id="XMLID_63_" class="st0" d="M351.2,469.5v54.9c-20-3.2-48.5,4.8-48.5,36.8v73h-48.5V472.8h48.5v28.8
C309.2,479.9,330.8,469.5,351.2,469.5z"/>
<path id="XMLID_65_" class="st1" d="M451,595.5c13.2,0,24.6-5.2,31-12.3l38.8,22.3c-15.8,22-39.7,33.3-70.4,33.3
c-55.2,0-89.5-37.1-89.5-85.3c0-48.1,34.9-85.3,85.9-85.3c47.2,0,82,36.5,82,85.3c0,6.8-0.6,13.2-1.9,19.4H412.2
C418.4,589.7,433.2,595.5,451,595.5z M480.7,536.7c-5.2-18.7-19.7-25.5-34.2-25.5c-18.4,0-30.7,9-35.2,25.5H480.7z"/>
<path id="XMLID_68_" class="st0" d="M675.2,585.8c0,37.1-32.3,53-67.2,53c-32.3,0-56.9-12.3-69.5-38.4l42-23.9
c4.2,12.3,13.2,19.1,27.5,19.1c11.6,0,17.4-3.6,17.4-10c0-17.8-79.5-8.4-79.5-64.3c0-35.2,29.7-53,63.3-53
c26.2,0,49.4,11.6,63,34.6l-41.3,22.3c-4.5-8.4-11-14.2-21.6-14.2c-8.4,0-13.6,3.2-13.6,9C595.7,538.3,675.2,526.1,675.2,585.8z"/>
<path id="XMLID_70_" class="st0" d="M854.4,535.1v99.2H806v-92.1c0-20-12.6-29.4-28.1-29.4c-17.8,0-30,10.3-30,33.3v88.2h-48.5
V408.2h48.5V488c8.7-12,24.9-19.7,46.2-19.7C826.7,468.2,854.4,491.5,854.4,535.1z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.0 KiB

76
docs/img/logo/fresh.svg

@ -1,76 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 1230 300" style="enable-background:new 0 0 1230 300;" xml:space="preserve">
<style type="text/css">
.st0{fill:#344358;}
.st1{fill:#F39208;}
.st2{fill:#FCC010;}
.st3{fill:#F49619;}
.st4{fill:#EC630E;}
.st5{fill:#CBEAFC;}
.st6{fill:#77C2E0;}
.st7{fill:#F9DE6A;}
.st8{fill:#C6781A;}
.st9{fill:#010202;}
</style>
<circle id="XMLID_2_" class="st0" cx="1103.4" cy="183.4" r="25.9"/>
<circle id="XMLID_19_" class="st1" cx="1157.3" cy="118.9" r="30.8"/>
<circle id="XMLID_20_" class="st0" cx="1161.7" cy="203.1" r="13"/>
<path id="XMLID_59_" class="st2" d="M37.7,140.8C6.9,110,6.9,60.1,37.7,29.3s80.8-30.8,111.6,0L37.7,140.8z"/>
<path id="XMLID_58_" class="st3" d="M136.7,41.9l-15.4,15.4l-51.8,51.8l-19.1,19.1c-23.9-23.9-23.9-62.5,0-86.4
C74.2,18,112.9,18,136.7,41.9z"/>
<path id="XMLID_57_" class="st4" d="M121.3,57.3l-51.8,51.8L66,64.8c-0.3-4.1,2.9-7.6,7-7.6H121.3L121.3,57.3z"/>
<polygon id="XMLID_56_" class="st5" points="228.8,65.5 226.6,94 224.1,125.6 211.5,286.7 91.6,286.7 79.3,128.4 77.7,108.5
74.4,65.5 "/>
<rect id="XMLID_55_" x="133.2" y="114.5" class="st6" width="37.8" height="37.8"/>
<polygon id="XMLID_54_" class="st6" points="228.8,65.5 226.6,94 211.5,286.7 201.1,286.7 216.2,94 218.4,65.5 "/>
<path id="XMLID_53_" class="st1" d="M224.1,125.6l-12.6,161.1H91.6L79.3,128.4c11.4-4.4,27.9-6.9,48.8-0.6c31.4,9.5,57,3.3,85.6-0.9
C217.1,126.5,220.6,126,224.1,125.6z"/>
<path id="XMLID_52_" class="st7" d="M171,132.6v19.7h-37.8v-23C146.5,132.7,158.9,133.3,171,132.6z"/>
<path id="XMLID_51_" class="st8" d="M224.1,125.6l-12.6,161.1h-10.4L213.6,127C217.1,126.5,220.6,126,224.1,125.6z"/>
<rect id="XMLID_50_" x="110.9" y="164.5" transform="matrix(0.3456 -0.9384 0.9384 0.3456 -87.1514 241.7549)" class="st7" width="37.8" height="37.8"/>
<path id="XMLID_42_" class="st9" d="M231.9,62.7c-0.8-0.9-1.9-1.4-3.1-1.4H123.3l16.4-16.4c0,0,0,0,0,0c0,0,0,0,0,0l12.6-12.6
c1.7-1.7,1.7-4.3,0-6c-32.4-32.4-85.1-32.4-117.6,0C20.2,40.9,11.6,60.2,10.5,80.8c-0.1,2.3,1.7,4.3,4,4.4c0.1,0,0.1,0,0.2,0
c2.2,0,4.1-1.8,4.2-4c1-18.5,8.7-35.8,21.8-48.9c14.1-14.1,32.8-21.9,52.8-21.9c18.5,0,36,6.7,49.7,19l-6.6,6.6
C111,13.4,71.8,14.4,47.3,38.9c-24.5,24.5-25.4,63.7-2.9,89.3l-6.6,6.6c-9.6-10.7-15.8-23.8-18-38.1c-0.4-2.3-2.5-3.9-4.8-3.5
c-2.3,0.4-3.9,2.5-3.5,4.8c2.7,17.5,10.8,33.3,23.3,45.8c0.8,0.8,1.9,1.2,3,1.2c1.1,0,2.2-0.4,3-1.2l32.9-32.9l1.4,17.7
c0,0,0,0.1,0,0.1l8.7,111c0.2,2.2,2,3.9,4.2,3.9c0.1,0,0.2,0,0.3,0c2.3-0.2,4.1-2.2,3.9-4.6l-8.4-107.7c13.2-4.3,27.7-4.1,43.1,0.6
c0.7,0.2,1.4,0.4,2.1,0.6v19.8c0,2.3,1.9,4.2,4.2,4.2H171c2.3,0,4.2-1.9,4.2-4.2v-15.8c9.4-0.8,18.7-2.2,28.1-3.7
c5.3-0.8,10.7-1.7,16.2-2.4l-11.9,152H95.6l-2.1-27c-0.2-2.3-2.2-4.1-4.6-3.9c-2.3,0.2-4.1,2.2-3.9,4.6l2.4,30.9
c0.2,2.2,2,3.9,4.2,3.9h119.9c2.2,0,4-1.7,4.2-3.9L228.4,126c0,0,0,0,0,0l2.7-34.7c0.2-2.3-1.6-4.4-3.9-4.6
c-2.3-0.2-4.4,1.6-4.6,3.9l-2.4,31.2c-6.2,0.8-12.3,1.8-18.2,2.7c-9,1.4-17.9,2.8-26.8,3.6v-13.5c0-2.3-1.9-4.2-4.2-4.2h-37.8
c-2.3,0-4.2,1.9-4.2,4.2v9.2c-16-4.8-31.7-5.1-45.9-1l-4.1-52.9h145.3l-0.4,4.5c-0.2,2.3,1.6,4.4,3.9,4.6c2.3,0.2,4.4-1.6,4.6-3.9
l0.7-9.1C233.2,64.7,232.7,63.5,231.9,62.7z M166.7,148.1h-29.3v-13.5c8.7,1.8,16.9,2.5,25,2.5c1.5,0,2.9,0,4.4-0.1L166.7,148.1
L166.7,148.1z M166.7,118.8v9.8c-9.5,0.3-19.1-0.3-29.3-2.6v-7.2L166.7,118.8L166.7,118.8z M111.3,61.3H98.7V28.5
c11.5,1,22.7,5.5,31.9,13.5L111.3,61.3z M70.3,67.8l1.1,14H36.8C37.5,69.7,42,57.7,50.4,48L70.3,67.8z M50.4,122.2
c-8-9.2-12.5-20.4-13.5-31.9H72l0.7,9.6L50.4,122.2z M75.8,61.3L56.4,42c9.8-8.4,21.7-13,33.8-13.6v33H75.8z"/>
<path id="XMLID_39_" class="st9" d="M155.5,168.2L120,155.1c-1.1-0.4-2.2-0.3-3.2,0.1c-1,0.5-1.8,1.3-2.2,2.4l-13.1,35.5
c-0.8,2.2,0.3,4.6,2.5,5.4l35.5,13.1c0.5,0.2,1,0.3,1.5,0.3c1.7,0,3.3-1.1,4-2.8l13.1-35.5C158.8,171.4,157.7,169,155.5,168.2z
M138.5,202.2l-27.5-10.1l10.1-27.5l27.5,10.1L138.5,202.2z"/>
<path id="XMLID_38_" class="st9" d="M195.2,173.6c2.3,0,4.2-1.9,4.2-4.2v-0.9c0-2.3-1.9-4.2-4.2-4.2s-4.2,1.9-4.2,4.2v0.9
C191,171.7,192.8,173.6,195.2,173.6z"/>
<path id="XMLID_37_" class="st9" d="M136.7,255.7c-2.3,0-4.2,1.9-4.2,4.2v0.9c0,2.3,1.9,4.2,4.2,4.2c2.3,0,4.2-1.9,4.2-4.2v-0.9
C141,257.5,139.1,255.7,136.7,255.7z"/>
<path id="XMLID_36_" class="st9" d="M152.1,271.8c2.3,0,4.2-1.9,4.2-4.2v-0.9c0-2.3-1.9-4.2-4.2-4.2s-4.2,1.9-4.2,4.2v0.9
C147.8,269.9,149.7,271.8,152.1,271.8z"/>
<path id="XMLID_35_" class="st9" d="M187.1,227.6c-2.3,0-4.2,1.9-4.2,4.2v0.9c0,2.3,1.9,4.2,4.2,4.2c2.3,0,4.2-1.9,4.2-4.2v-0.9
C191.3,229.5,189.5,227.6,187.1,227.6z"/>
<path id="XMLID_34_" class="st9" d="M152.1,220.6v-0.9c0-2.3-1.9-4.2-4.2-4.2c-2.3,0-4.2,1.9-4.2,4.2v0.9c0,2.3,1.9,4.2,4.2,4.2
C150.2,224.8,152.1,223,152.1,220.6z"/>
<path id="XMLID_33_" class="st9" d="M181.6,158.8c-2.3,0-4.2,1.9-4.2,4.2v0.9c0,2.3,1.9,4.2,4.2,4.2s4.2-1.9,4.2-4.2V163
C185.8,160.7,183.9,158.8,181.6,158.8z"/>
<g id="XMLID_60_">
<path id="XMLID_61_" class="st0" d="M345.6,111.9v43.6h84v49.7h-84v83h-51.7V62.2h137.3v49.7H345.6z"/>
<path id="XMLID_63_" class="st0" d="M557.2,123.5v54.9c-20-3.2-48.5,4.8-48.5,36.8v73h-48.5V126.8h48.5v28.8
C515.2,133.9,536.8,123.5,557.2,123.5z"/>
<path id="XMLID_65_" class="st1" d="M657,249.5c13.2,0,24.6-5.2,31-12.3l38.8,22.3c-15.8,22-39.7,33.3-70.4,33.3
c-55.2,0-89.5-37.1-89.5-85.3c0-48.1,34.9-85.3,85.9-85.3c47.2,0,82,36.5,82,85.3c0,6.8-0.6,13.2-1.9,19.4H618.2
C624.4,243.7,639.2,249.5,657,249.5z M686.7,190.7c-5.2-18.7-19.7-25.5-34.2-25.5c-18.4,0-30.7,9-35.2,25.5H686.7z"/>
<path id="XMLID_68_" class="st0" d="M881.2,239.8c0,37.1-32.3,53-67.2,53c-32.3,0-56.9-12.3-69.5-38.4l42-23.9
c4.2,12.3,13.2,19.1,27.5,19.1c11.6,0,17.4-3.6,17.4-10c0-17.8-79.5-8.4-79.5-64.3c0-35.2,29.7-53,63.3-53
c26.2,0,49.4,11.6,63,34.6l-41.3,22.3c-4.5-8.4-11-14.2-21.6-14.2c-8.4,0-13.6,3.2-13.6,9C801.7,192.3,881.2,180.1,881.2,239.8z"/>
<path id="XMLID_70_" class="st0" d="M1060.4,189.1v99.2H1012v-92.1c0-20-12.6-29.4-28.1-29.4c-17.8,0-30,10.3-30,33.3v88.2h-48.5
V62.2h48.5v79.8c8.7-12,24.9-19.7,46.2-19.7C1032.7,122.2,1060.4,145.5,1060.4,189.1z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.1 KiB

17
docs/img/logo/icon-logo.svg

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 128 128" style="enable-background:new 0 0 128 128;" xml:space="preserve">
<style type="text/css">
.st0{fill:#3D84C3;}
.st1{fill:#4497D3;}
.st2{fill:#5AB0E4;}
.st3{fill:#3B8ECC;}
</style>
<g id="XMLID_441_">
<polygon id="XMLID_445_" class="st0" points="41.3,50.6 26.8,64 110.5,64 "/>
<polygon id="XMLID_444_" class="st1" points="26.8,64 41.3,77.4 110.5,64 "/>
<polygon id="XMLID_443_" class="st2" points="110.5,64 33.1,106.2 41.3,77.4 "/>
<polygon id="XMLID_442_" class="st3" points="110.5,64 41.3,50.6 33.1,21.8 "/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 816 B

BIN
docs/img/logo/made-with-bulma.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

798
docs/index.html

@ -1,798 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Fresh</title>
<link rel="icon" type="image/png" href="img/favicon.png" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<div id="pageloader" class="pageloader"></div>
<div id="infraloader" class="infraloader is-active"></div>
<section class="hero is-fullheight is-default is-bold">
<nav x-data="initNavbar()" class="navbar is-fresh is-transparent no-shadow" role="navigation"
aria-label="main navigation">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="https://cssninja.io">
<img src="img/logo/fresh-alt.svg" alt="" width="112" height="28">
</a>
<a @click="openSidebar()" class="navbar-item is-hidden-desktop is-hidden-tablet">
<div id="menu-icon-wrapper" class="menu-icon-wrapper" style="visibility: visible;" :class="{
'open': $store.app.isSiderbarOpen,
'': !$store.app.isSiderbarOpen
}">
<svg width="1000px" height="1000px">
<path class="path1"
d="M 300 400 L 700 400 C 900 400 900 750 600 850 A 400 400 0 0 1 200 200 L 800 800"></path>
<path class="path2" d="M 300 500 L 700 500"></path>
<path class="path3"
d="M 700 600 L 300 600 C 100 600 100 200 400 150 A 400 380 0 1 1 200 800 L 800 200"></path>
</svg>
<button id="menu-icon-trigger" class="menu-icon-trigger"></button>
</div>
</a>
<div class="navbar-burger" @click="openMobileMenu()">
<span class="menu-toggle">
<span class="icon-box-toggle" :class="{
'active': mobileOpen,
'': !mobileOpen
}">
<span class="rotate">
<i class="icon-line-top"></i>
<i class="icon-line-center"></i>
<i class="icon-line-bottom"></i>
</span>
</span>
</div>
</div>
<div id="navbar-menu" class="navbar-menu is-static" :class="{
'is-active': mobileOpen,
'': !mobileOpen
}">
<div class="navbar-start">
<a @click="openSidebar()" class="navbar-item is-hidden-mobile">
<div id="menu-icon-wrapper" class="menu-icon-wrapper" style="visibility: visible;" :class="{
'open': $store.app.isSiderbarOpen,
'': !$store.app.isSiderbarOpen
}">
<svg width="1000px" height="1000px">
<path class="path1"
d="M 300 400 L 700 400 C 900 400 900 750 600 850 A 400 400 0 0 1 200 200 L 800 800">
</path>
<path class="path2" d="M 300 500 L 700 500"></path>
<path class="path3"
d="M 700 600 L 300 600 C 100 600 100 200 400 150 A 400 380 0 1 1 200 800 L 800 200">
</path>
</svg>
<button id="menu-icon-trigger" class="menu-icon-trigger"></button>
</div>
</a>
</div>
<div class="navbar-end">
<a href="#" class="navbar-item is-secondary">
Features
</a>
<a href="#" class="navbar-item is-secondary">
Pricing
</a>
<a href="#" class="navbar-item is-secondary modal-trigger" data-modal="auth-modal">
Log in
</a>
<a class="navbar-item">
<span class="button signup-button rounded secondary-btn raised">
Sign up
</span>
</a>
</div>
</div>
</div>
</nav>
<nav x-data="initNavbar()" x-on:scroll.window="scroll()" id="navbar-clone" class="navbar is-fresh is-transparent" role="navigation" aria-label="main navigation" :class="{
'is-active': scrolled,
'': !scrolled
}">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="https://cssninja.io">
<img src="img/logo/fresh-alt.svg" alt="" width="112" height="28">
</a>
<a @click="openSidebar()" class="navbar-item is-hidden-desktop is-hidden-tablet">
<div id="menu-icon-wrapper" class="menu-icon-wrapper" style="visibility: visible;" :class="{
'open': $store.app.isSiderbarOpen,
'': !$store.app.isSiderbarOpen
}">
<svg width="1000px" height="1000px">
<path class="path1" d="M 300 400 L 700 400 C 900 400 900 750 600 850 A 400 400 0 0 1 200 200 L 800 800"></path>
<path class="path2" d="M 300 500 L 700 500"></path>
<path class="path3" d="M 700 600 L 300 600 C 100 600 100 200 400 150 A 400 380 0 1 1 200 800 L 800 200"></path>
</svg>
<button id="menu-icon-trigger" class="menu-icon-trigger"></button>
</div>
</a>
<div class="navbar-burger" @click="openMobileMenu()">
<span class="menu-toggle">
<span class="icon-box-toggle" :class="{
'active': mobileOpen,
'': !mobileOpen
}">
<span class="rotate">
<i class="icon-line-top"></i>
<i class="icon-line-center"></i>
<i class="icon-line-bottom"></i>
</span>
</span>
</span>
</div>
</div>
<div id="cloned-navbar-menu" class="navbar-menu is-fixed" :class="{
'is-active': mobileOpen,
'': !mobileOpen
}">
<div class="navbar-start">
<a @click="openSidebar()" class="navbar-item is-hidden-mobile">
<div id="cloned-menu-icon-wrapper" class="menu-icon-wrapper" style="visibility: visible;" :class="{
'open': $store.app.isSiderbarOpen,
'': !$store.app.isSiderbarOpen
}">
<svg width="1000px" height="1000px">
<path class="path1" d="M 300 400 L 700 400 C 900 400 900 750 600 850 A 400 400 0 0 1 200 200 L 800 800"></path>
<path class="path2" d="M 300 500 L 700 500"></path>
<path class="path3" d="M 700 600 L 300 600 C 100 600 100 200 400 150 A 400 380 0 1 1 200 800 L 800 200"></path>
</svg>
<button id="cloned-menu-icon-trigger" class="menu-icon-trigger"></button>
</div>
</a>
</div>
<div class="navbar-end">
<a href="#" class="navbar-item is-secondary">
Features
</a>
<a href="#" class="navbar-item is-secondary">
Pricing
</a>
<a href="#" class="navbar-item is-secondary modal-trigger" data-modal="auth-modal">
Log in
</a>
<a class="navbar-item">
<span class="button signup-button rounded secondary-btn raised">
Sign up
</span>
</a>
</div>
</div>
</div>
</nav>
<div class="hero-body">
<div class="container">
<div class="columns is-vcentered">
<div class="column is-5 is-offset-1 landing-caption">
<h1 class="title is-1 is-bold is-spaced">
Manage, Deploy.
</h1>
<h2 class="subtitle is-5 is-muted">Lorem ipsum sit dolor amet is a dummy text used by typography industry </h2>
<div class="button-wrap">
<a class="button cta is-rounded primary-btn raised">
Get Started
</a>
<a class="button cta is-rounded">
Discover
</a>
</div>
</div>
<div class="column is-5">
<figure class="image is-4by3">
<img src="img/illustrations/worker.svg" alt="Description">
</figure>
</div>
</div>
</div>
</div>
<div class="hero-foot mb-20">
<div class="container">
<div class="tabs is-centered">
<ul>
<li><a><img class="partner-logo" src="img/logo/clients/systek.svg"></a></li>
<li><a><img class="partner-logo" src="img/logo/clients/tribe.svg"></a></li>
<li><a><img class="partner-logo" src="img/logo/clients/kromo.svg"></a></li>
<li><a><img class="partner-logo" src="img/logo/clients/infinite.svg"></a></li>
<li><a><img class="partner-logo" src="img/logo/clients/gutwork.svg"></a></li>
</ul>
</div>
</div>
</div>
</section>
<section class="section section-feature-grey is-medium">
<div class="container">
<div class="title-wrapper has-text-centered">
<h2 class="title is-2">Great Power Comes </h2>
<h3 class="subtitle is-5 is-muted">With great Responsability</h3>
<div class="divider is-centered"></div>
</div>
<div class="content-wrapper">
<div class="columns">
<div class="column is-one-third">
<div class="feature-card is-bordered has-text-centered is-feature-reveal">
<div class="card-title">
<h4>App builder</h4>
</div>
<div class="card-icon">
<img src="img/icons/web.svg">
</div>
<div class="card-text">
<p>This is some cool explanatory text that is on two rows</p>
</div>
<div class="card-action">
<a href="#" class="button btn-align-md primary-btn raised">Free Trial</a>
</div>
</div>
</div>
<div class="column">
<div class="feature-card is-bordered has-text-centered is-feature-reveal">
<div class="card-title">
<h4>Cloud integration</h4>
</div>
<div class="card-icon">
<img src="img/icons/rocket.svg">
</div>
<div class="card-text">
<p>This is some explanatory text that is on two rows</p>
</div>
<div class="card-action">
<a href="#" class="button btn-align-md primary-btn raised">Get Started</a>
</div>
</div>
</div>
<div class="column">
<div class="feature-card is-bordered has-text-centered is-feature-reveal">
<div class="card-title">
<h4>Addons & Plugins</h4>
</div>
<div class="card-icon">
<img src="img/icons/light-bulb.svg">
</div>
<div class="card-text">
<p>This is some explanatory text that is on two rows</p>
</div>
<div class="card-action">
<a href="#" class="button btn-align-md primary-btn raised">Get Started</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section is-medium">
<div class="container">
<div class="title-wrapper has-text-centered">
<h2 class="title is-2">Awesome Features</h2>
<h3 class="subtitle is-5 is-muted">To make you super happy</h3>
<div class="divider is-centered"></div>
</div>
<div class="columns is-vcentered side-feature mt-60">
<div class="column is-4 is-offset-2">
<h3 class="title is-3 mb-10 is-title-reveal">Connect with people</h3>
<p class="subtitle is-5 is-muted">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum audissem Antiochum, Brute, ut solebam, cum M. Quae diligentissime contra Aristonem dicuntur a Chryippo.</p>
</div>
<div class="column is-5">
<img src="img/illustrations/features/feature-1.png" alt="">
</div>
</div>
<div class="columns is-vcentered side-feature mt-60">
<div class="column is-5 is-offset-1">
<img src="img/illustrations/features/feature-2.png" alt="">
</div>
<div class="column is-4 is-offset-1">
<h3 class="title is-3 mb-10 is-title-reveal">Collaborate easily</h3>
<p class="subtitle is-5 is-muted">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum audissem Antiochum, Brute, ut solebam, cum M. Quae diligentissime contra Aristonem dicuntur a Chryippo.</p>
</div>
</div>
</div>
</section>
<section class="section section-feature-grey is-medium">
<div class="container">
<div class="columns is-vcentered app-side">
<div class="column is-5 is-offset-1">
<h3 class="title is-3 is-spaced is-title-reveal">An intuitive app</h3>
<p class="subtitle is-5 is-muted">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum audissem Antiochum, Brute, ut solebam, cum M. Quae diligentissime contra Aristonem dicuntur a Chryippo.</p>
</div>
<div class="column is-10">
<div class="has-text-centered">
<img class="pushed-image" src="img/illustrations/mockups/app-mockup.png">
</div>
</div>
</div>
</div>
</section>
<section class="section is-medium">
<div class="container">
<div class="title-wrapper has-text-centered">
<h2 class="title is-2">Wait, there's more</h2>
<h3 class="subtitle is-5 is-muted">To make you super happy</h3>
<div class="divider is-centered"></div>
</div>
<div class="content-wrapper">
<div class="columns is-multiline icon-list">
<div class="column is-3">
<div class="feature-icon has-text-centered">
<div class="icon-wrap is-icon-reveal">
<ion-icon name="logo-github" size="large"></ion-icon>
</div>
<h4>Github</h4>
<p>Some feature text</p>
</div>
</div>
<div class="column is-3">
<div class="feature-icon has-text-centered">
<div class="icon-wrap is-icon-reveal">
<ion-icon name="logo-bitbucket" size="large"></ion-icon>
</div>
<h4>Bitbucket</h4>
<p>Some feature text</p>
</div>
</div>
<div class="column is-3">
<div class="feature-icon has-text-centered">
<div class="icon-wrap is-icon-reveal">
<ion-icon name="logo-slack" size="large"></ion-icon>
</div>
<h4>Slack</h4>
<p>Some feature text</p>
</div>
</div>
<div class="column is-3">
<div class="feature-icon has-text-centered">
<div class="icon-wrap is-icon-reveal">
<ion-icon name="logo-npm" size="large"></ion-icon>
</div>
<h4>Npm</h4>
<p>Some feature text</p>
</div>
</div>
<div class="column is-3">
<div class="feature-icon has-text-centered">
<div class="icon-wrap is-icon-reveal">
<ion-icon name="logo-javascript" size="large"></ion-icon>
</div>
<h4>Javascript</h4>
<p>Some feature text</p>
</div>
</div>
<div class="column is-3">
<div class="feature-icon has-text-centered">
<div class="icon-wrap is-icon-reveal">
<ion-icon name="logo-nodejs" size="large"></ion-icon>
</div>
<h4>Nodejs</h4>
<p>Some feature text</p>
</div>
</div>
<div class="column is-3">
<div class="feature-icon has-text-centered">
<div class="icon-wrap is-icon-reveal">
<ion-icon name="logo-angular" size="large"></ion-icon>
</div>
<h4>Angular</h4>
<p>Some feature text</p>
</div>
</div>
<div class="column is-3">
<div class="feature-icon has-text-centered">
<div class="icon-wrap is-icon-reveal">
<ion-icon name="logo-google" size="large"></ion-icon>
</div>
<h4>Google</h4>
<p>Some feature text</p>
</div>
</div>
<div class="column is-3">
<div class="feature-icon has-text-centered">
<div class="icon-wrap is-icon-reveal">
<ion-icon name="logo-python" size="large"></ion-icon>
</div>
<h4>Python</h4>
<p>Some feature text</p>
</div>
</div>
<div class="column is-3">
<div class="feature-icon has-text-centered">
<div class="icon-wrap is-icon-reveal">
<ion-icon name="logo-wordpress" size="large"></ion-icon>
</div>
<h4>WordPress</h4>
<p>Some feature text</p>
</div>
</div>
<div class="column is-3">
<div class="feature-icon has-text-centered">
<div class="icon-wrap is-icon-reveal">
<ion-icon name="logo-android" size="large"></ion-icon>
</div>
<h4>Android</h4>
<p>Some feature text</p>
</div>
</div>
<div class="column is-3">
<div class="feature-icon has-text-centered">
<div class="icon-wrap is-icon-reveal">
<ion-icon name="logo-apple" size="large"></ion-icon>
</div>
<h4>Apple</h4>
<p>Some feature text</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section is-medium has-background-image" data-background="https://source.unsplash.com/g30P1zcOzXo/1600x900" data-color="#4FC1EA" data-color-opacity=".6">
<div class="overlay"></div>
<div class="container">
<div class="title-wrapper has-text-centered">
<h2 class="title is-2 light-text is-spaced">Our clients love us</h2>
<h3 class="subtitle is-5 light-text">Look at what they say about us</h3>
</div>
<div class="content-wrapper">
<div class="columns is-vcentered">
<div class="column is-4">
<figure class="testimonial">
<blockquote>
Lorem ipsum dolor sit amet, elit deleniti dissentias quo eu, hinc minim appetere te usu, ea case duis scribentur has. Duo te consequat elaboraret, has quando suavitate at.
</blockquote>
<div class="author">
<img src="img/illustrations/faces/1.png" alt=""/>
<h5>Irma Walters</h5><span>Accountant</span>
</div>
</figure>
</div>
<div class="column is-4">
<figure class="testimonial">
<blockquote>
Lorem ipsum dolor sit amet, elit deleniti dissentias quo eu, hinc minim appetere te usu, ea case duis scribentur has. Duo te consequat elaboraret, has quando suavitate at.
</blockquote>
<div class="author">
<img src="img/illustrations/faces/2.png" alt=""/>
<h5>John Bradley</h5><span>Financial Analyst</span>
</div>
</figure>
</div>
<div class="column is-4">
<figure class="testimonial">
<blockquote>
Lorem ipsum dolor sit amet, elit deleniti dissentias quo eu, hinc minim appetere te usu, ea case duis scribentur has. Duo te consequat elaboraret, has quando suavitate at.
</blockquote>
<div class="author">
<img src="img/illustrations/faces/3.png" alt=""/>
<h5>Gary Blackman</h5><span>HR Manager</span>
</div>
</figure>
</div>
</div>
</div>
</div>
</section>
<section class="section is-medium">
<div class="container">
<div class="title-wrapper has-text-centered">
<h2 class="title is-2">Get Started</h2>
<h3 class="subtitle is-5 is-muted">Choose one of our plans</h3>
<div class="divider is-centered"></div>
</div>
<div class="pricing-wrap">
<div class="feature-card is-pricing has-text-centered">
<h3 class="plan-name">Starter</h3>
<img src="img/illustrations/pricing/1.svg" alt=""/>
<div class="price">
0
</div>
<p>Sign up, get some awesome features and get started now</p>
<a class="button is-fullwidth is-bold">Get Started</a>
</div>
<div class="feature-card is-pricing has-text-centered">
<h3 class="plan-name">Pro</h3>
<img src="img/illustrations/pricing/2.svg" alt=""/>
<div class="price">
15
</div>
<p>Sign up, get some awesome features and get started now</p>
<a class="button is-fullwidth primary-btn raised is-bold">Get Started</a>
</div>
<div class="feature-card is-pricing has-text-centered">
<h3 class="plan-name">Business</h3>
<img src="img/illustrations/pricing/3.svg" alt=""/>
<div class="price">
30
</div>
<p>Sign up, get some awesome features and get started now</p>
<a class="button is-fullwidth is-bold">Get Started</a>
</div>
</div>
</div>
</section>
<section class="section section-light-grey is-medium">
<div class="container">
<div class="title-wrapper has-text-centered">
<h2 class="title is-2 is-spaced">Drop us a line or two </h2>
<h3 class="subtitle is-5 is-muted">We'd love to hear from You</h3>
<div class="divider is-centered"></div>
</div>
<div class="content-wrapper">
<div class="columns">
<div class="column is-6 is-offset-3">
<form>
<div class="columns is-multiline">
<div class="column is-6">
<input class="input is-medium" type="text" placeholder="First Name *">
</div>
<div class="column is-6">
<input class="input is-medium" type="text" placeholder="Last Name *">
</div>
<div class="column is-6">
<input class="input is-medium" type="text" placeholder="Email *">
</div>
<div class="column is-6">
<input class="input is-medium" type="email" placeholder="Company">
</div>
<div class="column is-12">
<textarea class="textarea" rows="6" placeholder=""></textarea>
</div>
<div class="column is-12">
<div class="form-footer has-text-right mt-10">
<button class="button cta is-large primary-btn form-button raised is-clear">Send Message</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<div id="auth-modal" class="modal">
<div class="modal-background"></div>
<div class="modal-content">
<div class="flex-card auth-card">
<div class="tabs-wrapper">
<div class="tabs">
<ul>
<li class="is-active" data-tab="login-tab"><a>Login</a></li>
<li data-tab="register-tab"><a>Register</a></li>
</ul>
</div>
<div id="login-tab" class="tab-content is-active">
<div class="field">
<label>Username</label>
<div class="control">
<input type="text" class="input is-medium" placeholder="Enter username">
</div>
</div>
<div class="field">
<label>Password</label>
<div class="control">
<input type="password" class="input is-medium" placeholder="Enter password">
</div>
</div>
<a class="button is-fullwidth secondary-btn is-rounded raised">Log in</a>
</div>
</div>
</div>
</div>
<button class="modal-close is-large" aria-label="close"></button>
</div>
<footer class="footer footer-dark">
<div class="container">
<div class="columns">
<div class="column">
<div class="footer-logo">
<img src="img/logo/fresh-white-alt.svg">
</div>
</div>
<div class="column">
<div class="footer-column">
<div class="footer-header">
<h3>Product</h3>
</div>
<ul class="link-list">
<li><a href="#">Discover features</a></li>
<li><a href="#">Why choose our Product ?</a></li>
<li><a href="#">Compare features</a></li>
<li><a href="#">Our Roadmap</a></li>
<li><a href="#">Request features</a></li>
</ul>
</div>
</div>
<div class="column">
<div class="footer-column">
<div class="footer-header">
<h3>Docs</h3>
</div>
<ul class="link-list">
<li><a href="#">Get Started</a></li>
<li><a href="#">User guides</a></li>
<li><a href="#">Admin guide</a></li>
<li><a href="#">Developers</a></li>
</ul>
</div>
</div>
<div class="column">
<div class="footer-column">
<div class="footer-header">
<h3>Blogroll</h3>
</div>
<ul class="link-list">
<li><a href="#">Latest News</a></li>
<li><a href="#">Tech articles</a></li>
<li><a href="#">Video Blog</a></li>
</ul>
</div>
</div>
<div class="column">
<div class="footer-column">
<div class="footer-header">
<h3>Follow Us</h3>
<nav class="level is-mobile">
<div class="level-left">
<a class="level-item" href="https://github.com/#">
<span class="icon">
<ion-icon name="logo-github" size="large"></ion-icon>
</span>
</a>
<a class="level-item" href="https://facebook.com/#">
<span class="icon">
<ion-icon name="logo-facebook" size="large"></ion-icon>
</span>
</a>
<a class="level-item" href="https://google.com/#">
<span class="icon">
<ion-icon name="logo-google" size="large"></ion-icon>
</span>
</a>
<a class="level-item" href="https://linkedin.com/#">
<span class="icon">
<ion-icon name="logo-linkedin" size="large"></ion-icon>
</span>
</a>
</div>
</nav>
<a href="https://bulma.io" target="_blank">
<img src="img/logo/made-with-bulma.png" alt="Made with Bulma" width="128" height="24">
</a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Back To Top Button -->
<div x-data="initBackToTop()" x-on:scroll.window="scroll($event)" @click="goTop($event)" id="backtotop"><a href="javascript:" :class="{
'visible': scrolled,
'': !scrolled
}"></a></div> <div x-data="initSidebar()" class="sidebar" :class="{
'is-active': $store.app.isSiderbarOpen,
'': !$store.app.isSiderbarOpen
}">
<div class="sidebar-header">
<img src="img/logo/fresh-square.svg">
<a @click="closeSidebar()" class="sidebar-close" href="javascript:void(0);"><i data-feather="x"></i></a>
</div>
<div class="inner">
<ul class="sidebar-menu">
<li><span class="nav-section-title"></span></li>
<li @click="openSidebarMenu($event)" data-menu="sidebar-menu-1" class="have-children" :class="{
'active': openedMenu === 'sidebar-menu-1',
'': openedMenu != 'sidebar-menu-1'
}">
<a href="#">
<span class="material-icons">apps</span>
<span>Apps</span>
</a>
<ul x-show.transition="openedMenu === 'sidebar-menu-1'">
<li><a href="#">Dashboard</a></li>
<li><a href="#">Account</a></li>
<li><a href="#">Documents</a></li>
</ul>
</li>
<li @click="openSidebarMenu($event)" data-menu="sidebar-menu-2" class="have-children" :class="{
'active': openedMenu === 'sidebar-menu-2',
'': openedMenu != 'sidebar-menu-2'
}">
<a href="#">
<span class="material-icons">duo</span>
<span>Messages</span>
</a>
<ul x-show.transition="openedMenu === 'sidebar-menu-2'">
<li><a href="#">Inbox</a></li>
<li><a href="#">Compose</a></li>
<li><a href="#">Video</a></li>
</ul>
</li>
<li @click="openSidebarMenu($event)" data-menu="sidebar-menu-3" class="have-children" :class="{
'active': openedMenu === 'sidebar-menu-3',
'': openedMenu != 'sidebar-menu-3'
}">
<a href="#">
<span class="material-icons">insert_photo</span>
<span>Media</span>
</a>
<ul x-show.transition="openedMenu === 'sidebar-menu-3'">
<li><a href="#">Library</a></li>
<li><a href="#">Upload</a></li>
</ul>
</li>
<li @click="openSidebarMenu($event)" data-menu="sidebar-menu-4" class="have-children" :class="{
'active': openedMenu === 'sidebar-menu-4',
'': openedMenu != 'sidebar-menu-4'
}">
<a href="#">
<span class="material-icons">policy</span>
<span>Settings</span>
</a>
<ul x-show.transition="openedMenu === 'sidebar-menu-4'">
<li><a href="#">User settings</a></li>
<li><a href="#">App settings</a></li>
</ul>
</li>
</ul>
</div>
</div>
<script type="module" src="https://unpkg.com/ionicons@5.0.0/dist/ionicons/ionicons.esm.js"></script>
<script src="js/bundle.js"></script>
</body>
</html>

4740
docs/js/bundle.js

File diff suppressed because one or more lines are too long

186
gulpfile.js

@ -1,186 +0,0 @@
const { src, dest, task, watch, series, parallel } = require('gulp');
const del = require('del');
const options = require("./config");
const browserSync = require('browser-sync').create();
const sass = require('gulp-sass');
const bourbon = require('node-bourbon').includePaths;
const postcss = require('gulp-postcss');
const concat = require('gulp-concat');
const uglify = require('gulp-uglify');
const imagemin = require('gulp-imagemin');
const cleanCSS = require('gulp-clean-css');
const purgecss = require('gulp-purgecss');
const sourcemaps = require('gulp-sourcemaps');
const autoprefixer = require('gulp-autoprefixer');
const panini = require('panini');
const browserify = require("browserify");
const babelify = require("babelify");
const source = require("vinyl-source-stream");
const nodepath = 'node_modules/';
sass.compiler = require('sass');
//Note : Webp still not supported in major browsers including forefox
//const webp = require('gulp-webp'); //For converting images to WebP format
//const replace = require('gulp-replace'); //For Replacing img formats to webp in html
const logSymbols = require('log-symbols'); //For Symbolic Console logs :) :P
//Load Previews on Browser on dev
function livePreview(done) {
browserSync.init({
server: {
baseDir: options.paths.dist.base
},
port: options.config.port || 5000
});
done();
}
//Copy latest installed Bulma
function setupBulma() {
console.log("\n\t" + logSymbols.info, "Installing Bulma Files..\n");
return src([nodepath + 'bulma/*.sass', nodepath + 'bulma/**/*.sass'])
.pipe(dest('src/sass/'));
}
//Compile Sass code
function compileSASS() {
console.log("\n\t" + logSymbols.info, "Compiling Bulma Sass..\n");
return src(['src/sass/bulma.sass'])
.pipe(sass({
outputStyle: 'compressed',
sourceComments: 'map',
sourceMap: 'sass',
includePaths: bourbon
}).on('error', sass.logError))
.pipe(autoprefixer('last 2 versions'))
.pipe(dest('dist/assets/css'))
.pipe(browserSync.stream());
}
//Compile Scss code
function compileSCSS() {
console.log("\n\t" + logSymbols.info, "Compiling App SCSS..\n");
return src(['src/scss/main.scss'])
.pipe(sass({
outputStyle: 'compressed',
sourceComments: 'map',
sourceMap: 'scss',
includePaths: bourbon
}).on('error', sass.logError))
.pipe(autoprefixer('last 2 versions'))
.pipe(dest('dist/css'))
.pipe(browserSync.stream());
}
//Compile HTML partials with Panini
function compileHTML() {
console.log("\n\t" + logSymbols.info, "Compiling HTML..\n");
panini.refresh();
return src('src/pages/**/*.html')
.pipe(panini({
root: 'src/pages/',
layouts: 'src/layouts/',
partials: 'src/partials/',
helpers: 'src/helpers/',
data: 'src/data/'
}))
.pipe(dest('dist'))
.pipe(browserSync.stream());
}
//Concat CSS Plugins
function concatCssPlugins() {
console.log("\n\t" + logSymbols.info, "Compiling Plugin styles..\n");
return src([
nodepath + 'simplebar/dist/simplebar.min.css',
nodepath + 'plyr/dist/plyr.css',
nodepath + 'codemirror/lib/codemirror.css',
nodepath + 'codemirror/theme/shadowfox.css',
'src/assets/vendor/css/*',
])
.pipe(sourcemaps.init())
.pipe(concat('app.css'))
.pipe(sourcemaps.write('./'))
.pipe(dest('dist/css'))
.pipe(browserSync.stream());
}
//Reset Panini Cache
function resetPages(done) {
console.log("\n\t" + logSymbols.info, "Clearing Panini Cache..\n");
panini.refresh();
done();
}
//Triggers Browser reload
function previewReload(done) {
console.log("\n\t" + logSymbols.info, "Reloading Browser Preview.\n");
browserSync.reload();
done();
}
//Development Tasks
function devHTML() {
return src(`${options.paths.src.base}/**/*.html`).pipe(dest(options.paths.dist.base));
}
//Optimize images
function devImages() {
return src(`${options.paths.src.img}/**/*`).pipe(dest(options.paths.dist.img));
}
// Let's write our task in a function to keep things clean
function javascriptBuild() {
// Start by calling browserify with our entry pointing to our main javascript file
return (
browserify({
entries: [`${options.paths.src.js}/main.js`],
// Pass babelify as a transform and set its preset to @babel/preset-env
transform: [babelify.configure({ presets: ["@babel/preset-env"] })]
})
// Bundle it all up!
.bundle()
// Source the bundle
.pipe(source("bundle.js"))
// Then write the resulting files to a folder
.pipe(dest(`dist/js`))
);
}
//Copy data files
function copyData() {
console.log("\n\t" + logSymbols.info, "Copying data files..\n");
return src([
'src/data/**/*',
])
.pipe(dest('dist/data'))
.pipe(browserSync.stream());
}
function watchFiles() {
//watch('src/**/*.html', compileHTML);
watch(`${options.paths.src.base}/**/*.html`, series(compileHTML, previewReload));
watch(['src/scss/**/*', 'src/scss/*'], compileSCSS);
watch(`${options.paths.src.js}/**/*.js`, series(javascriptBuild, previewReload));
watch(`${options.paths.src.img}/**/*`, series(devImages, previewReload));
console.log("\n\t" + logSymbols.info, "Watching for Changes..\n");
}
function devClean() {
console.log("\n\t" + logSymbols.info, "Cleaning dist folder for fresh start.\n");
return del([options.paths.dist.base]);
}
exports.setup = series(setupBulma);
exports.default = series(
devClean, // Clean Dist Folder
resetPages,
parallel(concatCssPlugins, compileSCSS, javascriptBuild, devImages, compileHTML),
livePreview, // Live Preview Build
watchFiles // Watch for Live Changes
);

23
landingpage/langingpage/.gitignore

@ -1,23 +0,0 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*

40470
landingpage/langingpage/package-lock.json

File diff suppressed because it is too large

46
landingpage/langingpage/package.json

@ -1,46 +0,0 @@
{
"name": "langingpage",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"font-awesome": "^4.7.0",
"mdbreact": "^5.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-fontawesome": "^1.7.1",
"react-recaptcha-google": "^1.1.1",
"react-scripts": "4.0.3",
"react-select": "^5.2.1",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}

0
landingpage/langingpage/src/assets/css/App.css

27
landingpage/langingpage/src/components/Thanks.js

@ -1,27 +0,0 @@
import React, { useState } from "react";
import { useParams, useHistory } from "react-router-dom";
const Thanks = () => {
const history = useHistory();
const { name } = useParams();
console.log(history);
<React.Fragment>
<div className= "thanks">
<p> Thanks <strong>{name}!!</strong></p>
<p>You Joined <strong>{history.location.state}</strong></p>
<hr/>
<p><strong>Disclaimer:</strong> asdasdkasldfj asdfkl asd fasdfkasdfj asdlkfajlsdfjklasdfj asdklfaskldfjalsdf kla sdfklasdkf jasdklfasjdflas klasdfja askldf j </p>
</div>
</React.Fragment>
}
export default Thanks;

13
landingpage/langingpage/src/index.css

@ -1,13 +0,0 @@
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}

12756
landingpage/langingpage/yarn.lock

File diff suppressed because it is too large

0
landingpage/langingpage/README.md → langingpage/README.md

57628
package-lock.json

File diff suppressed because it is too large

109
package.json

@ -1,76 +1,47 @@
{ {
"name": "Librography-Beta-Lanfing-Page", "name": "langingpage",
"version": "4.0.1", "version": "0.1.0",
"description": "Librography Beta landing page", "private": true,
"main": "gulpfile.js",
"dependencies": { "dependencies": {
"@ryangjchandler/spruce": "^2.4.0", "@fortawesome/fontawesome-svg-core": "^1.2.36",
"alpinejs": "^2.8.0", "@fortawesome/free-solid-svg-icons": "^5.15.4",
"bulma": "^0.9.1", "@fortawesome/react-fontawesome": "^0.1.16",
"js-datepicker": "^5.16.0", "@testing-library/jest-dom": "^5.11.4",
"notyf": "^3.9.0", "@testing-library/react": "^11.1.0",
"codemirror": "^5.58.3", "@testing-library/user-event": "^12.1.10",
"feather-icons": "^4.24.0", "font-awesome": "^4.7.0",
"ionicons": "^5.2.3", "mdbreact": "^5.1.0",
"plyr": "^3.5.6", "node-sass": "^4.14.1",
"postcss": "^8.1.6", "react": "^17.0.2",
"simplebar": "^5.2.1" "react-dom": "^17.0.2",
}, "react-fontawesome": "^1.7.1",
"devDependencies": { "react-recaptcha-google": "^1.1.1",
"@babel/cli": "^7.12.1", "react-scripts": "4.0.3",
"@babel/core": "^7.12.3", "react-select": "^5.2.1",
"@babel/polyfill": "^7.12.1", "web-vitals": "^1.0.1"
"@babel/preset-env": "^7.12.1",
"@babel/register": "^7.12.1",
"autoprefixer": "^10.0.1",
"babelify": "^10.0.0",
"browser-sync": "^2.26.13",
"browserify": "^17.0.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^7.1.0",
"gulp-postcss": "^9.0.0",
"gulp-purgecss": "^3.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.2",
"gulp-webp": "^4.0.1",
"ini": "1.3.6",
"log-symbols": "^4.0.0",
"node-bourbon": "^4.2.8",
"npm-force-resolutions": "0.0.3",
"panini": "^1.7.1",
"sass": "^1.30.0",
"vinyl-source-stream": "^2.0.0"
},
"resolutions": {
"ini": "1.3.6"
}, },
"scripts": { "scripts": {
"dev": "gulp", "start": "react-scripts start",
"build": "gulp prod", "build": "react-scripts build",
"prod": "gulp prod", "test": "react-scripts test",
"preinstall": "npx npm-force-resolutions" "eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/"
}, },
"keywords": [ "eslintConfig": {
"gulp", "extends": [
"gulp4", "react-app",
"bulma", "react-app/jest"
"bulmacss", ]
"sass"
],
"author": "Css Ninja",
"license": "Commercial",
"bugs": {
"url": "https://github.com/"
}, },
"homepage": "https://github.com/" "browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
} }

0
landingpage/langingpage/public/favicon.ico → public/favicon.ico

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

0
landingpage/langingpage/public/index.html → public/index.html

0
landingpage/langingpage/public/logo192.png → public/logo192.png

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

0
landingpage/langingpage/public/logo512.png → public/logo512.png

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

0
landingpage/langingpage/public/manifest.json → public/manifest.json

0
landingpage/langingpage/public/robots.txt → public/robots.txt

0
landingpage/langingpage/src/App.js → src/App.js

0
landingpage/langingpage/src/App.test.js → src/App.test.js

2
landingpage/langingpage/src/Routes.js → src/Routes.js

@ -7,6 +7,7 @@ import BetaForm from "./components/BetaForm";
/* import Footer from "./components/Footer" */ /* import Footer from "./components/Footer" */
import Features from "./components/Features"; import Features from "./components/Features";
import Subscribe from "./components/Subscribe"; import Subscribe from "./components/Subscribe";
import Thanks from "./components/Thanks";
const Routes = () => ( const Routes = () => (
<Switch> <Switch>
@ -15,6 +16,7 @@ const Routes = () => (
<Route exact path="/price" component={Prices} /> <Route exact path="/price" component={Prices} />
<Route exact path="/beta" component={BetaForm} /> <Route exact path="/beta" component={BetaForm} />
<Route exact path="/subscribe" component={Subscribe} /> <Route exact path="/subscribe" component={Subscribe} />
<Route exact path="/thanks/:name" component={Thanks} />
</Switch> </Switch>
) )

1
src/assets/css/App.css

@ -0,0 +1 @@

4
landingpage/langingpage/src/assets/css/BetaForm.css → src/assets/css/BetaForm.css

@ -15,7 +15,7 @@
.main{ .main{
padding: 40px; padding: 40px;
width: 100%; width: 100%;
background-color: rgb(52, 97, 192); /*background-color: rgb(52, 97, 192);*/
min-height: 400px; min-height: 400px;
} }
@ -75,7 +75,7 @@
.items-form button{ .items-form button{
width:100%; width:100%;
height: 40px; height: 40px;
background-color: rgb(13, 47, 121); background-color: rgb(20, 116, 160);
color: aliceblue; color: aliceblue;
font-size: 18px; font-size: 18px;

0
landingpage/langingpage/src/assets/css/Footer.css → src/assets/css/Footer.css

306
src/assets/css/Main.css

@ -0,0 +1,306 @@
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Yuji+Boku&display=swap');
.container {
width: 80%;
margin: 5px auto;
}
nav {
display: flex;
align-items: center;
width:100%;
padding-top: 10px;
margin: 0 auto;
justify-content: space-between;
color: white;
}
nav ul {
list-style: none;
padding: 0px;
margin: 10px 0px;
}
nav ul li a {
text-decoration: none;
color: white;
}
nav ul li {
display: inline-block;
margin-left: 10px;
margin-right: 10px;
}
nav ul:first-of-type li:first-of-type{
font-weight: bold;
font-size: 1.1rem;
}
/* ###### HEADER ###### */
header {
position: relative;
font-family: Lato;
margin-left: 30px;
}
header div {
padding-top: 150px;
}
header div h1 {
font-size:75px;
}
header div p {
width: 550px;
font-size: 28px;
line-height: 28px;
}
header img {
position:absolute;
z-index: -1;
width:1630px;
right: -50%;
top: -20px;
}
header div a {
padding: 20px;
display: block;
margin-top: 70px;
width: 170px;
border-radius: 40px;
color: white;
font-size: 20px;
text-align: center;
text-decoration: none;
}
header div a, .newsletter input[type="submit"] {
border: 1px solid rgb(49, 99, 95);
color:rgb(255, 254, 254);
background: rgb(2, 36, 109);
}
header div a, .newsletter input[type="submit"]:hover {
color:rgb(255, 254, 254);
background: rgb(53, 94, 182);
}
main {
padding-top: 100px;
}
h2 {
font-size: 45px;
margin-bottom: 120px;
text-align: center;
}
h3 {
font-size:30px;
color: rgb(196, 196, 197);
}
.services {
margin-left: 30px;
margin-top: 300px;
}
.service-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin: 40px 0px 180px 0px;
position: relative;
}
.service-card {
width: 480px;
height: 400px;
background: #222;
display: inline-block;
border: 4px solid rgb(207, 207, 207);
border-radius: 10px;
-webkit-box-shadow: 0px 0px 53px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0pc 0px 53px -19px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 52px -19px rgba(0, 0, 0, 0.75);
}
.service-description{
width: 48%;
}
.newsletter {
width: 80%;
margin: 0 auto;
text-align: center;
}
.newsletter * {
padding: 20px;
border-radius: 40px;
border: none;
margin: 0px;
background: none;
font-size: 20px;
}
.newsletter input[type="email"] {
width: 60%;
display: inline-block;
border: 1px solid rgb(31, 18, 214);
margin-right: 20px;
background-color: rgb(238, 238, 238);
}
.newsletter input[type="submit"] {
width: 170px;
color: rgb(53, 53, 138);
cursor: pointer;
color: aliceblue;
}
.thanks {
font-size: 30px;
width: 70%;
margin: 120px auto;
text-align: center;
}
@media screen and (max-width: 1600px) {
header img {
width: 1230px;
right: -50%;
top: -28px
}
}
@media screen and (max-width: 1380px) {
header img {
right: -60px;
top: -20px;
}
header div {
padding-top: 100px;
}
header div h1 {
font-size: 55px
}
header div p {
width: 400px;
}
}
.service-one, .service-two, .service-three, .service-four {
background-size: 120% !important;
}
.service-one {
background: url("../images/lib1.jpg")center;
}
.service-two {
background: url("../images/lib2.jpg")center;
}
.contact input[type="submit"] {
width: 40%;
}
@media screen and (max-width: 1150px) {
header img {
width: 900px;
right: -50%;
top: 320px;
}
header div h1 {
font-size: 55px;
}
header div p {
width: 400px
}
.service-container {
display: block;
}
.service-card {
width: 100%;
height: 400px;
}
.service-description {
background-size: 120% !important;
}
.contact input[type="submit"] {
width: 40%;
}
}
@media screen and (max-width: 950px) {
header img {
width: 730px;
right: -50%;
top: 520px;
}
.newsletter input[type="email"] {
width: 100%;
margin-right: 0px;
}
.newsletter input[type="submit"] {
margin-top: 40px;
}
/* header div h1 {
font-size: 55px;
}
header div p {
width: 400px
}
.service-container {
display: block;
}
.service-card {
width: 100%;
height: 400px;
}
.service-description {
background-size: 120% !important;
} */
.contact {
width: 90%;
}
.contact input[type="submit"] {
width: 100%;
margin: 40px 0px;
}
}

15
src/assets/css/Thanks.css

@ -0,0 +1,15 @@
.thanks {
font-size: 30px;
width: 70%;
margin: 120px auto;
text-align: center;
}
@media screen and (max-width: 1600px) {
header img {
width: 1230px;
right: -50%;
top: -28px
}
}

44
src/assets/css/index.css

@ -0,0 +1,44 @@
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Yuji+Boku&display=swap');
html{
background: linear-gradient(300deg,#1a4974,#0b3965,#1b63a9);
background-size: 180% 180%;
animation: gradient-animation 15s ease infinite;
}
body {
margin:0;
padding: 0px;
font-family: Lato;
-webkit-font-smoothing: antialised;
-moz-osx-font-smoothing:greyscale;
overflow-x: hidden;
/*padding-bottom: 320px;*/
/*backgroung-image: url("./Group_3.svg");
/*background-position: bottom;
background-repeat: no-repeat;*/
color: white;
}
body *{
transition: all 500ms ease-in-out;
}
.container {
width: 80%;
margin: 0 auto;
}
@keyframes gradient-animation {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}

BIN
src/assets/images/HackFontsWindowsInstaller.exe

Binary file not shown.

0
landingpage/langingpage/src/assets/images/Template1.svg → src/assets/images/Template1.svg

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

BIN
src/assets/images/lib1.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

BIN
src/assets/images/lib2.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

BIN
src/assets/images/scoped_dir15428_11830777/HackFontsWindowsInstaller.exe

Binary file not shown.

0
landingpage/langingpage/src/components/BetaForm.js → src/components/BetaForm.js

33
src/components/Contact.js

@ -0,0 +1,33 @@
import React, { useState } from "react";
import { useHistory } from "react-router-dom";
const Contact = () => {
const history = useHistory();
const goBack = () => {
history.push();
}
const [title, setTitle] = useState("");
const [ content, setContent] = useState("");
const[contactEmail, setContactEmail] = useStates("");
return(
<React.Fragment>
<button className="back" onClick={goback}> &larr; Go Back</button>
<form className="contact" onSubmit={sendEmail}>
<h2> Envie uma mensagem para ajudar-nos a construir o melhor software gerenciador de Bibliotecas</h2>
<label htmlFor="title"> Message Title: </label>
<input type="text" name="title" onChange={(e) => setTitle(e.target.value) } />
</form>
</React.Fragment>
)
}

0
landingpage/langingpage/src/components/Features.js → src/components/Features.js

0
landingpage/langingpage/src/components/Footer.js → src/components/Footer.js

35
landingpage/langingpage/src/components/Main.js → src/components/Main.js

@ -1,6 +1,7 @@
import React, { useState } from "react"; import React, {useState} from "react";
import Template from "../assets/images/Template1.svg"; import Template from "../assets/images/Template1.svg";
import { Link, useHistory } from "react-router-dom"; import { Link, useHistory } from "react-router-dom";
import "../assets/css/Main.css";
const Main = () => { const Main = () => {
@ -12,55 +13,55 @@ const Main = () => {
e.preventDefault(); e.preventDefault();
if(joined !== "") { if(joined !== "") {
let today = new Date(); let today = new Date();
let date = today.getFullYear()+'-'+(today.getMonth()+1)+'-'+today.getDate(); let date = today.getFullYear() + '-' + (today.getMonth() + 1) + '-' + today.getDate();
history.push(`/thanks/${joined}`, date ); history.push(`/thanks/${joined}`, date );
} }
} }
return ( return (
<React.Fragment> <React.Fragment>
<header>
<img src={Template} /> <img src={Template} />
<div> <div>
<h1>Estamos Produzindo Software Gerenciador de Bibliotecas: </h1> <h1>Estamos Produzindo Software <br />Gerenciador de Bibliotecas: </h1>
<p> Librography é um gerenciador para Bibliotecas e colecões particulares de Livros</p> <p> Librography é um gerenciador para Bibliotecas e colecões particulares de Livros</p>
<Link to="/subscribe">Fique por dentro!</Link> <Link to="/subscribe">Fique por dentro!</Link>
</div> </div>
</header>
<main> <main>
<section classname="services"> <section className="services">
<h2>Serviços</h2> <h2>Serviços</h2>
<div className="service-container"> <div className="service-container">
<div className="service-card service one"></div> <div className="service-card service-one"></div>
<div className="service descriptions"> <div className="service-description">
<h3>Interface Intuitiva</h3> <h3>Gerenciamento avançado</h3>
<div>bla vblal lblxlvsl lsdlf sldflsdl sdlf osdf lsd flslssdflsdfls flsd flsd f</div> <div>* Controle de Funcionários com diversos níveis de acesso: Administrador, Atendente, Manutençao, Pesquisador.<br /> * Cadastro de estudantes e Professores. <br /> * Suporte a capas de Libros. <br /> * Consulta por Nome, ISBN, Autor, etc.<br /> * Recurso de localização do local do livro no Bibliotace(Piso, Corredor, Seção, Estante).<br /> * Suporte integrado para confecção de cartão/crachá de Estudante ou Professor. <br /> * Impressão de tickets e multas por atraso. <br /> * Suporte a leitor de código barras(ISBN) e QrCodes(Tickets de empréstimo)<br /> * Exportação de dados para planilhas .Xlsx.<br /> * 3 Modos disponíveis: Cliente/Servidor/Qiosque de consulta<br /> * Cadastro de Fornecedores.<br /> * Integração para registro ISBN*.<br /> * Suporte a protocolo Z39.50</div>
</div> </div>
</div> </div>
<div className="service-container"> <div className="service-container">
<div className="service-card service one"></div> <div className="service-card service-two"></div>
<div className="service descriptions"> <div className="service-description">
<h3>Interface Intuitiva</h3> <h3>Interface Intuitiva</h3>
<div>bla vblal lblxlvsl lsdlf sldflsdl sdlf osdf lsd flslssdflsdfls flsd flsd f</div> <div>bla vblal lblxlvsl lsdlf sldflsdl sdlf osdf lsd flslssdflsdfls flsd flsd f</div>
</div> </div>
</div> </div>
<div className="service-container"> <div className="service-container">
<div className="service-card service one"></div> <div className="service-card service-three"></div>
<div className="service descriptions"> <div className="service-description">
<h3>Interface Intuitiva</h3> <h3>Interface Intuitiva</h3>
<div>bla vblal lblxlvsl lsdlf sldflsdl sdlf osdf lsd flslssdflsdfls flsd flsd f</div> <div>bla vblal lblxlvsl lsdlf sldflsdl sdlf osdf lsd flslssdflsdfls flsd flsd f</div>
</div> </div>
</div> </div>
<div className="service-container"> <div className="service-container">
<div className="service-card service one"></div> <div className="service-card service-four"></div>
<div className="service descriptions"> <div className="service-description">
<h3>Interface Intuitiva</h3> <h3>Interface Intuitiva</h3>
<div>bla vblal lblxlvsl lsdlf sldflsdl sdlf osdf lsd flslssdflsdfls flsd flsd f</div> <div>* Temas Light/Dark<br /> * Consulta intuitiva de histórico<br /> *</div>
</div> </div>
</div> </div>

0
landingpage/langingpage/src/components/Prices.js → src/components/Prices.js

0
landingpage/langingpage/src/components/Subscribe.js → src/components/Subscribe.js

23
src/components/Thanks.js

@ -0,0 +1,23 @@
import React, { useState } from "react";
import { useParams, useHistory } from "react-router-dom";
const Thanks = () => {
const history = useHistory();
const { name } = useParams();
console.log(history);
return(
<React.Fragment>
<div className="thanks">
<p> Thanks <strong>{name}!!</strong></p>
<p>You Joined <strong>{history.location.state}</strong></p>
<hr />
<p><strong>Disclaimer:</strong> asdasdkasldfj asdfkl asd fasdfkasdfj asdlkfajlsdfjklasdfj asdklfaskldfjalsdf kla sdfklasdkf jasdklfasjdflas klasdfja askldf j </p>
</div>
</React.Fragment>
)
}
export default Thanks;

BIN
src/img/favicon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 495 B

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save