ode-explorer 2.0.0 → 2.1.0-develop-pedago.202502181634

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/dist/EcritureA-Romain-Orne.woff2 +0 -0
  2. package/dist/KGJuneBug.ttf +0 -0
  3. package/dist/OpenDyslexic.woff +0 -0
  4. package/dist/christmas.png +0 -0
  5. package/dist/circus.jpg +0 -0
  6. package/dist/desert.jpg +0 -0
  7. package/dist/hills.svg +360 -0
  8. package/dist/illu-blog.svg +1 -0
  9. package/dist/illu-collaborativewall.svg +1 -0
  10. package/dist/illu-empty-search-blog.svg +25 -0
  11. package/dist/illu-empty-search-blog2.svg +25 -0
  12. package/dist/illu-empty-search-collaborativewall.svg +25 -0
  13. package/dist/illu-empty-search-collaborativewall2.svg +25 -0
  14. package/dist/illu-empty-search-formulaire.svg +27 -0
  15. package/dist/illu-empty-search-formulaire2.svg +27 -0
  16. package/dist/illu-empty-search-forum.svg +25 -0
  17. package/dist/illu-empty-search-forum2.svg +25 -0
  18. package/dist/illu-empty-search-homeworks.svg +25 -0
  19. package/dist/illu-empty-search-homeworks2.svg +25 -0
  20. package/dist/illu-empty-search-wiki.svg +26 -0
  21. package/dist/illu-empty-search-wiki2.svg +26 -0
  22. package/dist/illu-empty-search.svg +62 -0
  23. package/dist/illu-empty-search2.svg +62 -0
  24. package/dist/illu-error.svg +60 -0
  25. package/dist/illu-exercizer.svg +1 -0
  26. package/dist/illu-mindmap.svg +1 -0
  27. package/dist/illu-no-content-in-folder.svg +31 -0
  28. package/dist/illu-pad.svg +1 -0
  29. package/dist/illu-scrapbook.svg +1 -0
  30. package/dist/illu-search.svg +1 -0
  31. package/dist/illu-timeline.svg +1 -0
  32. package/dist/illu-timelinegenerator.svg +1 -0
  33. package/dist/illu-trash-delete.svg +22 -0
  34. package/dist/illu-trash.svg +1 -0
  35. package/dist/illu-wiki.svg +104 -0
  36. package/dist/image-library.svg +188 -0
  37. package/dist/image-library2.svg +188 -0
  38. package/dist/image-placeholder.png +0 -0
  39. package/dist/index.html +1 -1
  40. package/dist/index.js +226 -221
  41. package/dist/ocean.jpg +0 -0
  42. package/dist/panda.jpg +0 -0
  43. package/dist/screen-loading.gif +0 -0
  44. package/dist/sparkly.jpg +0 -0
  45. package/dist/style.css +1 -0
  46. package/lib/ActionBarContainer.js +9 -9
  47. package/lib/AppAction.js +16 -16
  48. package/lib/DeleteModal.js +1 -1
  49. package/lib/DisableModal.js +1 -1
  50. package/lib/DraggableCard.js +33 -15
  51. package/lib/EmptyScreenApp.js +42 -33
  52. package/lib/EmptyScreenError.js +10 -9
  53. package/lib/EmptyScreenNoContentInFolder.js +9 -8
  54. package/lib/EmptyScreenSearch.js +7 -6
  55. package/lib/EmptyScreenTrash.js +7 -6
  56. package/lib/ExportModal.js +1 -1
  57. package/lib/FolderModal.js +2 -2
  58. package/lib/FoldersList.js +60 -55
  59. package/lib/Library.js +37 -23
  60. package/lib/MoveModal.js +16 -16
  61. package/lib/OnboardingModal.js +2 -2
  62. package/lib/PublishModal.js +2 -2
  63. package/lib/ResourceModal.js +2 -2
  64. package/lib/ResourcesList.js +125 -100
  65. package/lib/TrashModal.js +1 -1
  66. package/lib/components/OnboardingModal.d.ts +1 -1
  67. package/lib/config/explorer.d.ts +1 -1
  68. package/lib/dynamic-import-helper.js +16 -0
  69. package/lib/features/AccessControl/AccessControl.d.ts +1 -1
  70. package/lib/features/AccessControl/useAccessControl.d.ts +1 -1
  71. package/lib/features/ActionBar/Move/useMoveModal.d.ts +1 -1
  72. package/lib/features/ActionBar/Publish/PublishModal.d.ts +1 -1
  73. package/lib/features/ActionBar/Resource/ResourceModal.d.ts +1 -1
  74. package/lib/features/ActionBar/Share/ShareModal.d.ts +1 -1
  75. package/lib/features/ActionBar/useActionBar.d.ts +2 -2
  76. package/lib/features/List/DraggableCard.d.ts +1 -1
  77. package/lib/features/List/FolderCard.d.ts +2 -2
  78. package/lib/features/List/FoldersList.d.ts +1 -1
  79. package/lib/features/List/ResourceCard.d.ts +2 -2
  80. package/lib/features/List/ResourcesList.d.ts +1 -1
  81. package/lib/illu-blog.js +4 -0
  82. package/lib/illu-collaborativeeditor.js +4 -0
  83. package/lib/illu-collaborativewall.js +4 -0
  84. package/lib/illu-error.js +4 -0
  85. package/lib/illu-exercizer.js +4 -0
  86. package/lib/illu-mindmap.js +4 -0
  87. package/lib/illu-no-content-in-folder.js +4 -0
  88. package/lib/illu-pad.js +4 -0
  89. package/lib/illu-scrapbook.js +4 -0
  90. package/lib/illu-search.js +4 -0
  91. package/lib/illu-timeline.js +4 -0
  92. package/lib/illu-timelinegenerator.js +4 -0
  93. package/lib/illu-trash.js +4 -0
  94. package/lib/illu-wiki.js +4 -0
  95. package/lib/image-library.js +4 -0
  96. package/lib/image-library2.js +4 -0
  97. package/lib/index2.js +444 -415
  98. package/lib/services/api/index.d.ts +14 -14
  99. package/lib/services/queries/actions.d.ts +4 -7
  100. package/lib/services/queries/index.d.ts +9 -9
  101. package/lib/services/resource/service.d.ts +1 -1
  102. package/lib/store/index.d.ts +2 -2
  103. package/lib/utils/getChildrenIds.d.ts +1 -1
  104. package/lib/utils/isResourceShared.d.ts +1 -1
  105. package/package.json +6 -7
  106. package/dist/version.txt +0 -1
@@ -0,0 +1,4 @@
1
+ const l = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20350%20350'%3e%3cpath%20d='M264.13,78.24c-3.66-16.58-7.69-31.71-31.23-39.4-19.51-6.37-48.05-8.53-57.65-8.64-15.16.59-59.09,1-77.35,20.65-18.52,20-19.79,69.91-20.65,96.57-.43,13.05-.28,30.17,0,43.24.42,19.89.7,41.32,3.84,61,2.67,16.76,5.81,30.64,15.85,44.2,9.6,13,19.7,20.65,38,23.54a211.53,211.53,0,0,0,61.49,0c14.14-2.11,31.71-5.77,46.6-16.82s16.86-23.62,20.66-38.43c4.73-18.44,4.77-48.79,5.76-67.74C270.85,169,270.37,106.58,264.13,78.24Z'%20style='fill:%23dcdde0'/%3e%3crect%20x='108.83'%20y='61.48'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='70.85'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='80.22'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='89.59'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='98.96'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='108.32'%20width='105.63'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='136.43'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='145.8'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='155.16'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='164.53'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3cpath%20d='M108.62,174l-.11,2.88,93.87-.05v-2.88Z'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='202'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='211.37'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='220.74'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='248.85'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='258.21'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='267.58'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3cpath%20d='M208.77,93.73,201.14,85l-8-1-.13.16c-2.94,3.79-7.74,9.88-8.47,10.55h-.18l-.07.27c-.09.35-.11.43,7.58,4.63l.11,1.22c0,.24,0,.59-.07,1,0,.27,0,.57-.07.89-.12,1.86-.09,3.85,1,4.41a1.45,1.45,0,0,0,.78.23h0c1.32,0,2.57-1.83,3.39-3.43a5.83,5.83,0,0,0,.84,3.32,1.61,1.61,0,0,0,1.3.65,2.92,2.92,0,0,0,1.54-.55,9.12,9.12,0,0,0,2.29-3.8,8.56,8.56,0,0,0,.18-1l.09-.56a.09.09,0,0,1,0,.05,5.69,5.69,0,0,0,.53,3.53,1.62,1.62,0,0,0,1.37.89c1.36,0,2.55-1.88,2.88-2.89s1-5.38.15-6.81l.46-.47Z'%20style='fill:%23414355'/%3e%3cpath%20d='M206.15,84.84c-2.75-3.53-6.68-6-11.36-5.81s-8.57,3-12.61,4.78c-3.32,1.46-6.54,3.09-9.9,4.47a98.58,98.58,0,0,0-9.15,4.1c-2.18,1.16-4.43,2.6-4.07,5.41.22,1.67,1.26,3.19,1.71,4.8.39,1.39,0,1.73,1.24,2.57a38.17,38.17,0,0,0,3.73,2.13,5.8,5.8,0,0,0,3.25,1.65c4,1.62,10.1-.15,12.64-1.56,2-1.1,3.58-2.85,5.46-4.11a16.19,16.19,0,0,1,7.68-2.77c2.87-.3,6.4.52,9.09-.77,2.45-1.18.56-4-1.21-4.65-3.81-1.4-8.06-1-12-.8-.41,0-1.16.16-1.49.2-.54.06.28-1.47.3-1.51a12.22,12.22,0,0,1,2-2.73c1.92-2.19,3.64-4,6.84-3.24,2.48.59,4.21,3.15,5.64,5.06,1,1.36,2,2.78,3,4.11.63.81,2,2.07,3.07,2.1a1.59,1.59,0,0,0,1.8-1.54C212.1,95,207.66,86.78,206.15,84.84Z'%20style='fill:%23414355'/%3e%3cpath%20d='M197.34,104.57a14.78,14.78,0,0,0,.6-4.59c0-.25-.41-.32-.45-.06a16.22,16.22,0,0,0-.37,4.65c0,.13.19.1.22,0Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M203.5,103.43a10.07,10.07,0,0,0,.35-3.45c0-.21-.32-.29-.38-.06a12.29,12.29,0,0,0-.21,3.48c0,.13.21.17.24,0Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M177.5,69.17l31.2,36.6,4.73-4.1-31-35.83s-1.52-2.69-4.15-.36C176,67.54,177.5,69.17,177.5,69.17Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M183.48,78.72c-1.67-1.86-2.09-1.81-3.61-3.8-1.27-1.65-2.13-2.79-1.47-4.94a28.33,28.33,0,0,1,1.81-3.33c.44-.91-1.25-1.91-2-1.17a7.71,7.71,0,0,0-2.39,6.87c.33,2.35,2.4,4.45,5,6.79C182,80.17,184.52,79.87,183.48,78.72Z'%20style='fill:%23ffa348'/%3e%3cpolygon%20points='208.88%20105.74%20213.44%20101.78%20214.53%20107.54%20208.88%20105.74'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M182.18,83.81c-3.32,1.46-6.54,3.09-9.9,4.47a98.58,98.58,0,0,0-9.15,4.1c-2.18,1.16-4.43,2.6-4.07,5.41.22,1.67,1.26,3.19,1.71,4.8.39,1.39,0,1.73,1.24,2.57a38.17,38.17,0,0,0,3.73,2.13c.58.31,13.36,1.49,15.89.09,2-1.1,3.58-2.85,5.46-4.11a16.19,16.19,0,0,1,7.68-2.77c2.87-.3,6.4.52,9.09-.77,2.45-1.18.56-4-1.21-4.65-3.81-1.4-8.06-1-12-.8-.41,0-1.16.16-1.49.2-.54.06.28-1.47.3-1.51a12.22,12.22,0,0,1,2-2.73l.45-.51c-2.83-2.48-6-4.29-8.81-6.35Z'%20style='fill:%23414355'/%3e%3cpath%20d='M199.63,94.27a13.83,13.83,0,0,0-5.34-.49c-.42,0-.84.14-1.27.21.08-.63.17-1.41.24-1.88a.24.24,0,0,0-.47-.12c-.16.57-.39,2.14-.39,2.1-.54.1-1.08.2-1.62.32a20.15,20.15,0,0,0-2.7,1A14.13,14.13,0,0,1,190,92.77c.84-1.08,1.71-2.11,2.49-3.24.16-.24-.18-.46-.37-.29a36.74,36.74,0,0,0-3.3,3.86c-.69.79-1.71,1.79-1.75,2.91a.41.41,0,0,0,.52.4c.94-.38,1.74-.93,2.71-1.26a15.19,15.19,0,0,1,2-.56l1-.18a22.93,22.93,0,0,1,6.38.07C199.91,94.5,199.7,94.29,199.63,94.27Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M168.67,114.81c1.92-9.36,2.05-17.86.38-25.24l-.07-.29h-.29a31.35,31.35,0,0,1-5.12-.47l-.15,0c-5.29-.77-10.46-1.6-15.35-2.47-9.77-1.72-19.33-4.92-28.59-8l-3.69-1.23c-5-1.65-9.05-3.2-12.77-4.85-1.62-.73-3.23-1.56-4.79-2.37-2.06-1.06-10-5.81-10.4-5.5L82.56,69.8C78.69,74,73.88,80.13,71,82.92c-.15.15,4.32,4.49,10.21,8.65a96,96,0,0,0,21,10.45,170.51,170.51,0,0,0,26.7,6.71c7.44,1.37,15.63,2.93,21.89,3.44a130.27,130.27,0,0,1,16.4,2.69l1.37.31Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M150.05,100.65c-1.5-.3-2.91.52-4.19,1.2-.22.12,0,.51.19.41,1.24-.57,2.5-1.43,3.92-1.26.22,0,.3-.3.08-.35Z'%20style='fill:%23414355'/%3e%3cpath%20d='M153.82,94.36c-1-.23-1.63-1.29-2.19-2a.18.18,0,0,0-.3.19,4.13,4.13,0,0,0,2.42,2.17.17.17,0,0,0,.07-.33Z'%20style='fill:%23414355'/%3e%3cpath%20d='M140.3,93.47a24.75,24.75,0,0,1-.12-2.72c0-.2-.32-.22-.35,0a10.26,10.26,0,0,0,.13,2.76.17.17,0,0,0,.34,0Z'%20style='fill:%23414355'/%3e%3cpath%20d='M131.78,100.57c-.51.94-1.09,1.84-1.55,2.81a.2.2,0,0,0,.36.18c.56-.91,1.08-1.85,1.59-2.79.14-.25-.27-.45-.4-.2Z'%20style='fill:%23414355'/%3e%3cpath%20d='M159.27,107.05a4.72,4.72,0,0,0,1.46-1.35.17.17,0,0,0-.24-.23,8.28,8.28,0,0,1-1.48,1.17c-.26.16,0,.56.26.41Z'%20style='fill:%23414355'/%3e%3cpath%20d='M131,92.06a22.83,22.83,0,0,1-2.15-2.55c-.15-.19-.45,0-.31.2a15.06,15.06,0,0,0,2.18,2.67c.2.19.49-.13.28-.32Z'%20style='fill:%23414355'/%3e%3cpath%20d='M112.83,96.11a15.55,15.55,0,0,1-3.66.53.2.2,0,0,0,0,.4,10.71,10.71,0,0,0,3.77-.51c.26-.1.13-.51-.13-.42Z'%20style='fill:%23414355'/%3e%3cpath%20d='M114.12,86.82c-.55-1.17-1.07-2.36-1.69-3.49-.1-.19-.42,0-.34.15.52,1.2,1.14,2.36,1.73,3.53.1.22.4,0,.3-.19Z'%20style='fill:%23414355'/%3e%3cpath%20d='M91.87,79.46A11.79,11.79,0,0,1,93.28,81a.2.2,0,0,0,.33-.22,5.33,5.33,0,0,0-1.46-1.68.21.21,0,0,0-.28.32Z'%20style='fill:%23414355'/%3e%3cpath%20d='M95.9,91.53c-1.11.51-2.25.93-3.32,1.53-.17.1,0,.4.15.32,1.14-.46,2.27-1,3.38-1.52.23-.12,0-.44-.21-.33Z'%20style='fill:%23414355'/%3e%3cpath%20d='M104.7,88.33a10.58,10.58,0,0,0-2.42-3.55c-.15-.18-.46.08-.31.27a13.94,13.94,0,0,1,2.37,3.4.19.19,0,0,0,.36-.12Z'%20style='fill:%23414355'/%3e%3cpath%20d='M121.44,104.14c-.33-.65-.4-1.38-.78-2-.12-.19-.45,0-.36.16.31.68.43,1.41.79,2.06.13.24.47,0,.35-.22Z'%20style='fill:%23414355'/%3e%3cpath%20d='M121.05,94.17a8.82,8.82,0,0,0,2.45,1,.21.21,0,0,0,.08-.41,11.93,11.93,0,0,1-2.4-.82c-.16-.06-.28.17-.13.24Z'%20style='fill:%23414355'/%3e%3cpath%20d='M123.21,81.89a11.8,11.8,0,0,1-3.16.67.15.15,0,0,0,0,.3,10.32,10.32,0,0,0,3.24-.65c.2-.08.1-.4-.1-.32Z'%20style='fill:%23414355'/%3e%3cpath%20d='M106.35,76.91a20.82,20.82,0,0,1-3.73-.87.21.21,0,0,0-.09.4,13.71,13.71,0,0,0,3.83.81.17.17,0,0,0,0-.34Z'%20style='fill:%23414355'/%3e%3cpath%20d='M84,77.08a10.32,10.32,0,0,1-.85,2.39.17.17,0,0,0,.31.16,6.52,6.52,0,0,0,1-2.46c0-.27-.37-.37-.42-.09Z'%20style='fill:%23414355'/%3e%3cpath%20d='M83.07,87.9l-1,.07a.14.14,0,0,0,0,.28l1,0c.22,0,.2-.35,0-.33Z'%20style='fill:%23414355'/%3e%3cpath%20d='M141.81,108.06a30.69,30.69,0,0,1-2.51-2.59c-.13-.14-.36.06-.26.22a14.71,14.71,0,0,0,2.53,2.64.18.18,0,0,0,.24-.27Z'%20style='fill:%23414355'/%3e%3cpath%20d='M165.53,92.26c.62,6.15.51,12.32-1.44,18.22-.06.18.23.27.31.11,2.71-5.57,1.88-12.43,1.23-18.34a.05.05,0,0,0-.1,0Z'%20style='fill:%23414355'/%3e%3cpath%20d='M162,94.17a7.14,7.14,0,0,0-1.47,2c-.09.22.23.39.34.17a9.67,9.67,0,0,1,1.4-1.91c.16-.17-.1-.41-.27-.24Z'%20style='fill:%23414355'/%3e%3cpolygon%20points='150.75%20109.29%20150.76%20109.29%20150.75%20109.29%20150.75%20109.29'%20style='fill:%23414355'/%3e%3cpath%20d='M153.09,110.23a10.27,10.27,0,0,1-2.25-1.39.15.15,0,0,0-.2.22,8.29,8.29,0,0,0,2.31,1.46c.18.08.33-.2.14-.29Z'%20style='fill:%23414355'/%3e%3cpath%20d='M94,70.41a2.1,2.1,0,0,1-1.22.38.14.14,0,0,0,0,.28,2,2,0,0,0,1.46-.43c.15-.15-.1-.37-.25-.23Z'%20style='fill:%23414355'/%3e%3cpath%20d='M77.28,82.49c-.18.4-.63.6-1,.81a.14.14,0,1,0,.12.25,1.91,1.91,0,0,0,1.18-1c.09-.19-.22-.31-.31-.11Z'%20style='fill:%23414355'/%3e%3cpath%20d='M104.09,99.81c-.77-.15-1.12-.75-1.51-1.37-.1-.17-.34,0-.25.16a2.42,2.42,0,0,0,1.69,1.54.17.17,0,0,0,.07-.33Z'%20style='fill:%23414355'/%3e%3cpath%20d='M211,48c0,5-3.45,8.93-8.31,8.93H151.38A8.81,8.81,0,0,1,142.57,48V22.88c0-5.05,4-9.94,8.81-9.94h51.34c4.86,0,8.31,4.89,8.31,9.94Z'%20style='fill:%23fff'/%3e%3cpath%20d='M204.1,12.41a45.06,45.06,0,0,0-7.16-.19h-33c-7.18,0-17.78-2-21.76,5.71-1.62,3.14-1,8-1,11.35V45.66c0,4.15.3,8.4,4.2,11,2.9,1.9,6,1.71,9.23,1.71h45.36c3.13,0,6.33.24,9-1.88a9.9,9.9,0,0,0,3.68-7.16c0-.06-.08-.06-.08-.13V23C212.47,17.7,209.48,13.29,204.1,12.41Zm-4.18,43.77H154.56c-4.72,0-9.45-.31-11-5.9-1-3.61-.29-8.29-.29-12v-15c0-5.27,3.54-8.91,8.84-8.91h47.41c2.55,0,4.79-.09,7.15,1.13,4.3,2.23,3.62,7.32,3.62,11.34v22C210.31,55.18,205,56.18,199.92,56.18Z'%20style='fill:%232a9cc8'/%3e%3cpolygon%20points='167.68%2046.53%20156.99%2067.89%20178.01%2054.94%20167.68%2046.53'%20style='fill:%23fff'/%3e%3cpath%20d='M174.56,56.38a3.15,3.15,0,0,0-1.11.18c-4.64,3-9.34,6.39-14.27,9,1.23-2.64,2.59-5.26,3.93-7.8a3.38,3.38,0,0,0,.28-.68c.12-.48.12-.66-.69-.72-.5,0-1.23-.09-1.45.31A102.57,102.57,0,0,0,156,67.6c-.41,1,.85,1.56,1.59,1.22,6.16-2.85,11.91-7.1,17.6-10.78.61-.4.83-.68.83-1.24C176,56.5,176.36,56.35,174.56,56.38Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M185.09,152.59c0,4.18-3.24,7.36-8.06,7.36H126.09c-4.82,0-8.74-3.18-8.74-7.36V131.82c0-4.18,3.92-7.9,8.74-7.9H177a7.86,7.86,0,0,1,8.06,7.9Z'%20style='fill:%23fff'/%3e%3cpath%20d='M184.67,126.44c-2.6-3.2-5.84-4-9.7-4H130.16c-2.71,0-6-.27-8.51,1-4.83,2.49-5.74,6.9-5.74,11.81v14.15c0,4.45.94,8.07,4.94,10.7,2.29,1.5,5.18,1.23,7.77,1.23H177c5.34,0,9.09-4,9.6-9.1,0,0-.07,0-.07-.07V139C186.53,135,187.41,129.8,184.67,126.44ZM174,159.23H129c-5.11,0-10.31-1.1-10.66-7.47-.23-4.26,0-8.56,0-12.83,0-5.91-.64-13.77,7.57-14.21,2.34-.13,4.73-.08,7.07-.08h44.09c5.56,0,7.32,5,7.32,9.7v17.52C184.37,158.23,179.08,159.23,174,159.23Z'%20style='fill:%23414355'/%3e%3cpath%20d='M149.07,157.63c.36.12,23.12,14.77,23.12,14.77l-9.07-18.26Z'%20style='fill:%23fff'/%3e%3cpath%20d='M173.39,172.09a66.61,66.61,0,0,0-6.19-12.45,3.34,3.34,0,0,0-2.16,0,1.07,1.07,0,0,0,.19.88c1.72,3,3.66,6.41,5.2,9.77-6-3.07-11.39-7-16.92-10.71a9.75,9.75,0,0,0-2.55-.09c-.6,0,.56,1.35,1.22,1.77,6.36,4.06,12.72,9,19.62,12.08C172.61,173.67,173.75,173.06,173.39,172.09Z'%20style='fill:%23414355'/%3e%3cpath%20d='M237,225.84c0,4.91-3.45,9.06-8.31,9.06H177.33a9,9,0,0,1-8.82-9.06V201.35c0-4.92,4-9.69,8.82-9.69h51.33c4.86,0,8.31,4.77,8.31,9.69Z'%20style='fill:%23fff'/%3e%3cpath%20d='M230,190.41a43.88,43.88,0,0,0-7.16-.19h-33c-7.17,0-17.78-2-21.75,5.71-1.63,3.13-1.05,8-1.05,11.34v16.39c0,4.14.3,8.4,4.2,11,2.91,1.91,6,1.72,9.23,1.72h45.36c3.13,0,6.34.24,8.95-1.89a9.9,9.9,0,0,0,3.68-7.16s-.08-.06-.08-.12V201C238.41,195.7,235.43,191.28,230,190.41Zm-4.18,43.77H180.5c-4.72,0-9.44-.32-11-5.9-1-3.61-.29-8.3-.29-12v-15c0-5.26,3.54-8.91,8.84-8.91h47.42c2.54,0,4.78-.09,7.14,1.13,4.31,2.23,3.62,7.33,3.62,11.35v21.95C236.25,233.17,231,234.18,225.86,234.18Z'%20style='fill:%23858fa9'/%3e%3cpolygon%20points='191.71%20229.57%20183.9%20245.3%20202.63%20234.13%20191.71%20229.57'%20style='fill:%23fff'/%3e%3cpath%20d='M199.66,234.82c-4.88,3.16-8.91,6.07-14.06,8.85,1.14-2.67,2.79-5.34,4.1-7.76.16-.31.82-1.49.55-1.49-1.71,0-2.07-.27-2.42.4-1.76,3.39-4.18,7.09-5.21,10.77a1.09,1.09,0,0,0,1.58,1.22c6.08-2.93,11.75-7,17.4-10.69.59-.38,1.44-1.72.9-1.75C200.74,234.28,200.25,234.44,199.66,234.82Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M194.35,305.26c-1.26,4.68-4.07,6.74-8.93,6.74H134.09c-4.86,0-7.84-3-8.56-5.48l-.36-10c1.62-4.32,4.06-6.9,8.92-6.9h51.33c4.86,0,7.31,2.76,8.21,5.64Z'%20style='fill:%23fff'/%3e%3cpath%20d='M191.35,290.32c-2.9-1.91-5.83-2.1-9.1-2.1H136.89c-3.13,0-6.33,0-8.95,2.09-4.45,3.62-4.08,9.17-3.8,14.4s5.1,8.73,10,8.73h50.31c5.77,0,10.35-3.2,10.93-9.09a.35.35,0,0,0,.05-.18C195.43,299.13,196.06,293.41,191.35,290.32Zm-8.73,21H137.27c-4.72,0-9.32-.31-10.86-5.9-.6-2.19-.16-5-.16-7.27a7.71,7.71,0,0,1,7.68-7.73h48.32a21.8,21.8,0,0,1,5.9.69c5.72,1.57,5.15,7.79,5.12,12.78v-.06C192.92,310.15,187.73,311.28,182.62,311.28Z'%20style='fill:%23ffa348'/%3e%3cpolygon%20points='190.14%20297.19%20206.84%20301.15%20192.06%20306.56%20190.14%20297.19'%20style='fill:%23fff'/%3e%3cpath%20d='M207.92,300.13c-4.28-1.49-9.06-2.67-13.47-3.74a1.08,1.08,0,0,0-.57,2.08c3.46.85,6.77,1.72,10.44,2.68-3.55,1.35-7,2.44-10.6,3.48-.56.17-.68.59-.81,1.22a.79.79,0,0,0,1.06,1A103.85,103.85,0,0,0,208,301.87.91.91,0,0,0,207.92,300.13Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M175,297.92a1.45,1.45,0,1,1-1.45-1.44A1.44,1.44,0,0,1,175,297.92Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M175,303.69a1.45,1.45,0,1,1-1.45-1.44A1.45,1.45,0,0,1,175,303.69Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M181,297.11a3.57,3.57,0,0,1,3.15,3.56,3.36,3.36,0,0,1-3.2,3.56'%20style='fill:none;stroke:%23ffa348;stroke-linecap:square;stroke-miterlimit:10;stroke-width:1.4412471330022814px'/%3e%3crect%20x='176.44'%20y='299.75'%20width='3.6'%20height='1.44'%20style='fill:%23ffa348'/%3e%3cpolygon%20points='204.53%20170.55%20204.8%20176%20209.93%20173.53%20204.53%20170.55'%20style='fill:%23414355'/%3e%3cpath%20d='M235.73,130.42l-5.23,8.23-5.11-3.18,4.76-7.93s1.28-2.74,4.14-.9C236.81,128.26,235.73,130.42,235.73,130.42Z'%20style='fill:%23414355'/%3e%3cpolygon%20points='233.14%20134.63%20209.84%20173.6%20204.44%20170.6%20227.5%20131.93%20233.14%20134.63'%20style='fill:%23ffa348'/%3e%3cpath%20d='M232.21,155.34c-3.84-2-7.2-4.57-11.33-6s-7.39.25-10.76,2.66c-2.76,2-5,4.64-5.35,8.1-.22,2,1.12,3.37,2.67,3.09-1.4,3,.38,6.83,4.11,6.35-.09,2.82,5,7.39,9,5.68a1.84,1.84,0,0,0-.27-3.15c-2.68-1.34-2.7-1.76-.9-2.43,1.44-.54,2.34,2.61,5,3.78,1.55.69,5.11,1.92,5.78,2.13a40.9,40.9,0,0,1,5.21-18.92A16.45,16.45,0,0,1,232.21,155.34Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M278.23,148.31a146.61,146.61,0,0,1-17.93,5.85,104.8,104.8,0,0,1-14.89,2.93,25.37,25.37,0,0,1-10.08-.49,40.9,40.9,0,0,0-5.21,18.92c.91.29,1.84.67,2.66.88a102.83,102.83,0,0,0,10.84,2.15,101.52,101.52,0,0,0,26.8-.42c2.61-.49,5.24-1,7.86-1.64A133.4,133.4,0,0,0,278.23,148.31Z'%20style='fill:%23414355'/%3e%3cpath%20d='M277.44,155.94a2.27,2.27,0,0,0-1.23.79,2.42,2.42,0,0,0-.3,2.5,1.41,1.41,0,0,0,.63.61,2.38,2.38,0,0,0,1.58.86,1.62,1.62,0,0,0,.88-.19c0-1.52-.05-3-.1-4.56A3.59,3.59,0,0,0,277.44,155.94Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M275.85,167.33a1.26,1.26,0,0,0-.17.82,1.17,1.17,0,0,0-.42,1.36c.44,1,1.58,1.53,3.15,1.6h.14c.18-1.8.31-3.61.39-5.42A4.1,4.1,0,0,0,275.85,167.33Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M267.26,172.11a1.83,1.83,0,0,0-2.08-.25c-1.68.93-1.55,2.66-1.49,4.22a1.69,1.69,0,0,0,2.8,1.06,2.43,2.43,0,0,0,.72-.95,1.16,1.16,0,0,0,.35-.41c.05-.1.09-.21.14-.32A1.37,1.37,0,0,0,268,174,2.7,2.7,0,0,0,267.26,172.11Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M267.26,160.13a3.28,3.28,0,0,0-1,.35,1.4,1.4,0,0,0-.58.21,2.62,2.62,0,0,0-1.11,1.4,1.64,1.64,0,0,0,.43,1.65c0,.14.09.27.15.41a1.9,1.9,0,0,0,2.61.72,2.09,2.09,0,0,0,.79-1.15,3.42,3.42,0,0,0,.84-1.42,1.74,1.74,0,0,0-.45-1.72A1.81,1.81,0,0,0,267.26,160.13Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M264.08,155.34a3,3,0,0,0,1.9.91,2,2,0,0,0,2.06-1.57,2.79,2.79,0,0,0-.39-2.19,2,2,0,0,0-.13-.39c-1.48.46-3,.89-4.48,1.31a2.09,2.09,0,0,0,.08.34A4,4,0,0,0,264.08,155.34Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M253.08,158.11a3.8,3.8,0,0,0-2,.66,3.22,3.22,0,0,0-1.39,2.58,1.75,1.75,0,0,0,1.75,1.74l.16,0a1.76,1.76,0,0,0,1.35.17,3.28,3.28,0,0,0,2-3.33A1.82,1.82,0,0,0,253.08,158.11Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M257.93,168.34a2.32,2.32,0,0,0-1.5-.58,2.78,2.78,0,0,0-1.4.41,2.48,2.48,0,0,0-1.22,2.25,2.33,2.33,0,0,0,1.72,2.1,2.2,2.2,0,0,0,2.23-.71,2.6,2.6,0,0,0,.73-1.1A2.22,2.22,0,0,0,257.93,168.34Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M248.76,176.88l0,0a2.82,2.82,0,0,0-.36-.77,1.83,1.83,0,0,0-2.44-.63,2.35,2.35,0,0,0-1.26,3.18s0,0,0,.08c1.33.17,2.7.29,4.1.38A2.41,2.41,0,0,0,248.76,176.88Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M244.13,165.31a3.47,3.47,0,0,0-1.62,1.31,2.59,2.59,0,0,0,.73,3.67,2.24,2.24,0,0,0,2.34,0,1.57,1.57,0,0,0,.45-.34,5,5,0,0,0,1-1.56,2.46,2.46,0,0,0-.57-2.54A2.27,2.27,0,0,0,244.13,165.31Zm-.13,2Z'%20style='fill:%232a9cc8'/%3e%3cpolygon%20points='244%20167.29%20244%20167.29%20244%20167.29%20244%20167.29%20244%20167.29'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M234.7,174.24a18.45,18.45,0,0,1-3.37-.75c-.19,0-.33.24-.14.32a8.48,8.48,0,0,0,3.51.71A.14.14,0,1,0,234.7,174.24Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M233.87,171.9a6.23,6.23,0,0,1-2.12-.78c-.18-.1-.44.12-.3.31a2.63,2.63,0,0,0,1.92.92c.31.05.62.11.93.13.11,0,.26-.12.4-.11v-.17h0s.09.17.13.17v.08s0,0,.05,0h0s0,0,.07,0,.05-.22,0-.28A2.79,2.79,0,0,0,233.87,171.9Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M232.18,169.26c-.3,0-.33.42-.07.5.94.3,1.95.2,2.91.47.18.05.31-.24.13-.32A8.16,8.16,0,0,0,232.18,169.26Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M235.56,167.72c-1,.24-1.89-.64-2.78-.95-.26-.09-.37.28-.18.42.81.58,2,1.3,3.05.88A.18.18,0,0,0,235.56,167.72Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M236.38,165.16a13.89,13.89,0,0,0-3.12-1c-.32,0-.35.43-.07.53a13.72,13.72,0,0,0,3.13.86C236.58,165.62,236.62,165.22,236.38,165.16Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M237.36,162.45a24.34,24.34,0,0,0-2.76-1,.29.29,0,0,0-.28.49,7.13,7.13,0,0,0,2.83.94C237.43,163,237.63,162.58,237.36,162.45Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M238.13,159.56c-.95-.1-1.76-.65-2.71-.74-.29,0-.3.39-.06.48a7.48,7.48,0,0,0,2.77.72A.23.23,0,0,0,238.13,159.56Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M208.08,163c.59-3.31,2.37-5.19,5.4-6.51.58-.25.15-1.12-.42-1-3.22.77-6.24,3.93-6.35,7.31,0,.78,1.24,1,1.37.19Z'%20style='fill:%23414355'/%3e%3cpath%20d='M212.21,169.11c-.85-3,2.17-5.16,4-6.9a.54.54,0,0,0-.37-.91c-1.67.09-3.07,2.1-3.91,3.35s-1.87,3.56-.56,4.95a.5.5,0,0,0,.83-.49Z'%20style='fill:%23414355'/%3e%3cpath%20d='M125.66,263.18c-3.45,1.59-6.86,3.22-10.2,5.08-4.72,2.63-9.32,5.48-14,8.23s-9.6,5.34-14.36,8.08C83,287,78.88,289.48,74.83,292q3.58,8.47,7,17c2.28-1.35,4.54-2.72,6.78-4.07,4.56-2.75,9.23-5.27,13.81-8,4.42-2.62,8.77-5.36,13.27-7.86a81.08,81.08,0,0,1,19.8-7.94C133.43,274.55,130.3,268.18,125.66,263.18Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M172.33,250.06c-1.06-1-2.9-.95-4.22-.82-2.62.26-5.2.8-7.78,1.29a113.32,113.32,0,0,0-16,4.52c-5,1.73-9.65,3.93-14.41,6.14l-4.3,2c4.64,5,7.77,11.37,9.88,18a72.19,72.19,0,0,1,8.89-1.63c2.34-.28,4.67-.48,7-.87a13.41,13.41,0,0,0,5.77-1.87c2-1.43,1.65-3.32.14-4.38A4.1,4.1,0,0,0,160,268.6c.2-1.9-1.08-2.57-2.57-2.79a7.33,7.33,0,0,0,1.71-.94,4,4,0,0,0,1.1-3.69c-.67-2.1-4.07-1.87-6.28-1.88a27.21,27.21,0,0,1,5.54-2.23,69,69,0,0,1,7.29-2.12C168.37,254.62,175.17,252.77,172.33,250.06Z'%20style='fill:%23414355'/%3e%3cpath%20d='M130.05,281.28a.64.64,0,0,0,0-1.27.64.64,0,0,0,0,1.27Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M125.31,278.7a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M113.67,286.66a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M126.06,272.49a.64.64,0,0,0,0-1.27.64.64,0,0,0,0,1.27Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M103.14,290.28a.64.64,0,0,0,0-1.27.64.64,0,0,0,0,1.27Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M92.25,291.76a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M93.71,300.49a.64.64,0,0,0,0-1.27.64.64,0,0,0,0,1.27Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M99.15,295.77a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M81.7,302.66a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M122.88,284.43a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M120.69,274.48a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M120.69,269a.64.64,0,0,0,0-1.27.64.64,0,0,0,0,1.27Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M115.94,270.77a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M108.68,279.86a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M118.72,281.62a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M85.71,289.79a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M113.06,275.57a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M105.06,284.64a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M105.73,276.31a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M97.38,282.36a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M98,289.6a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M108.12,291.85a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M90.51,297.93a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M92.7,286.82a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M84.72,296.28a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M79.24,297a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M86.73,303.78a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M79.8,291.58a.64.64,0,0,0,0-1.27.64.64,0,0,0,0,1.27Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M124.59,264.86a67,67,0,0,1,5.29,7.15,42.6,42.6,0,0,1,3.76,8.69.31.31,0,0,0,.6-.09c0-3.13-2-6.45-3.54-9.08a24.18,24.18,0,0,0-5.73-7.16c-.31-.23-.59.24-.38.49Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M229.32,315c-1.26-1.82-1.7-4.24-2.3-6.33a23.2,23.2,0,0,1-1.1-6.18c0-1.76.39-3.46.49-5.2.05-.79.2-1.89-.46-2.49-1.81-1.65-4.45,1.9-5.15,3.12-1.78,3.13-.89,6.89-1.34,10-1.7-1.23-4.66-1-6.48-1.11a17,17,0,0,0-8.11,1.28,4.77,4.77,0,0,0-2.43,2.55,5.71,5.71,0,0,0-.35,2.2c0,.57.56,1.7,0,2.09-2.15,1.49-1.33,4.73.08,6.53-1.67,1.2-1.13,4-.26,5.6,1.4,2.65,5.43,5.48,8.57,4.63,1.49-.4,2.18-.65,3.43.41a14.39,14.39,0,0,0,2.06,1.49,15.14,15.14,0,0,0,6.48,1.81c2.53.19,4.91-1,7.4-.71a9.11,9.11,0,0,1,1.08.21,74.17,74.17,0,0,1,2.6-16.77A7.72,7.72,0,0,1,229.32,315Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M270.39,313.67c-1.41.29-2.81.55-4.2.86-4.53,1-9,2.09-13.64,2.75-4.28.62-8.58.82-12.88,1.2a16.53,16.53,0,0,1-6.14-.32,74.17,74.17,0,0,0-2.6,16.77c1.4.35,3.33,1,4.71,1.4A62.8,62.8,0,0,0,251.25,338,113.82,113.82,0,0,0,271,335.33c5.15-1.23,4.88-2,5.74-4a14,14,0,0,0,.56-5.14,42.45,42.45,0,0,0-.74-7.11c-.2-1.12-.69-4-1.14-6.18C275.3,312.39,272,313.35,270.39,313.67Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M217.45,311.81a.22.22,0,0,0-.36-.25c-2,2.31-2.53,8.25.07,10.62a3.54,3.54,0,0,0-2.48,1.59,2.72,2.72,0,0,0-.38-3,2.72,2.72,0,0,0,.85-3.06,6.12,6.12,0,0,0-4.37-4.21,1.17,1.17,0,0,0,.55-.51,2.69,2.69,0,0,0-.27-3.1.27.27,0,0,0-.46.3c.46.74,1.24,2.72-.67,2.89-.56,0-1.18-.14-1.76-.11-.3,0-.38.52,0,.56,2.48.26,5.21,1,6.21,3.56.5,1.3.26,3.06-1.22,3.51a6.18,6.18,0,0,1-4-.46c-3.65-1.43-7.43-5.83-6.29-10a.17.17,0,0,0-.32-.12c-2.49,5.48,3.23,11.63,8.68,11.75A4.91,4.91,0,0,0,214,321c.68.65.4,1.67.18,2.44a2.59,2.59,0,0,1-2.35,2,8.61,8.61,0,0,1-4.82-1,16.92,16.92,0,0,1-3.79-3c-.64-.6-.91-1.37-1.34-1.32-.09,0-.09.09-.07.2a3.45,3.45,0,0,0,.82,1.61,11.8,11.8,0,0,0,2.45,2.54,7.66,7.66,0,0,0,5.65,1.77,6.47,6.47,0,0,0,2.34-.52,2.91,2.91,0,0,1,.32,3.22c-.55,1.13-1.64,1.5-2.61,2.16a.08.08,0,0,0,.05.14,3.76,3.76,0,0,0,3.52-2.09,2.82,2.82,0,0,0-.16-2.81c.94-1.58,1.9-3.65,4.15-3.45a.35.35,0,0,0,.15-.66c-1.83-.71-2.26-3-2.47-4.72A9.38,9.38,0,0,1,217.45,311.81Z'%20style='fill:%23414355'/%3e%3c/svg%3e";
2
+ export {
3
+ l as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const l = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20350%20350'%3e%3cpath%20d='M212.45,88.3c-11.25-23.43-57.93-21.71-104.71.55S36.92,160,48.09,183.43s51.44,18.44,97.55-6.31C191.29,152.61,222.16,108.52,212.45,88.3Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M163.43,260.43c50.37,0,92.69-13,98.36-36.05a22.67,22.67,0,0,0,.65-5.36c0-26.45-44-46.89-103.86-47.24-54-.32-91.81,16.84-92.84,45.35,0,.52,0,1,0,1.56C66,245.14,109.29,260.43,163.43,260.43Z'%20style='fill:%23dcdde0'/%3e%3cpolygon%20points='191.9%20216.69%20192.57%20218.17%20221.79%20268.67%20246.91%20271.11%20200.96%20191.71%20199.91%20189.41%2077.05%20254.61%20113.73%20258.17%20191.9%20216.69'%20style='fill:%23ffa348'/%3e%3cpath%20d='M163.41,214.53a29.22,29.22,0,0,0-1.67-2.84l.8-.55a28.39,28.39,0,0,1,1.72,2.94Z'%20style='fill:%23fff'/%3e%3cpath%20d='M165.36,213.39c-.24-.4-1.67-2.64-1.92-3l.79-.56c.27.37,1.72,2.64,2,3.07Z'%20style='fill:%23fff'/%3e%3cpath%20d='M167.28,212.31c-.08-.28-1.12-2.42-1.58-3.21l.83-.49a31.82,31.82,0,0,1,1.68,3.43Z'%20style='fill:%23fff'/%3e%3cpath%20d='M169.27,211.4c-.22-.52-.7-1.37-1.12-2.12-.24-.43-.46-.82-.62-1.12l.86-.45c.15.29.37.68.6,1.09.44.77.93,1.65,1.18,2.22Z'%20style='fill:%23fff'/%3e%3cpath%20d='M95.47,250.28c-.23-.41-1.66-2.64-1.91-3l.78-.57c.27.37,1.73,2.65,2,3.08Z'%20style='fill:%23fff'/%3e%3cpath%20d='M93.53,251.25c-.23-.41-1.66-2.64-1.92-3l.79-.57c.27.38,1.73,2.65,2,3.08Z'%20style='fill:%23fff'/%3e%3cpath%20d='M97.39,249.19a33.69,33.69,0,0,0-1.58-3.2l.84-.5a33.48,33.48,0,0,1,1.67,3.43Z'%20style='fill:%23fff'/%3e%3cpath%20d='M99.39,248.29c-.23-.53-.71-1.38-1.13-2.13-.24-.42-.46-.82-.62-1.12l.87-.44c.15.29.36.67.6,1.09.43.77.92,1.64,1.17,2.21Z'%20style='fill:%23fff'/%3e%3cpath%20d='M173.11,208.71a30.91,30.91,0,0,0-1.67-2.85l.8-.55a32.7,32.7,0,0,1,1.73,2.94Z'%20style='fill:%23fff'/%3e%3cpath%20d='M175.06,207.57c-.23-.4-1.66-2.64-1.91-3l.79-.57c.26.38,1.72,2.65,2,3.08Z'%20style='fill:%23fff'/%3e%3cpath%20d='M177.09,206.46a35.63,35.63,0,0,0-1.77-3.11l.81-.54a32.93,32.93,0,0,1,1.87,3.32Z'%20style='fill:%23fff'/%3e%3cpath%20d='M179,205.58c-.22-.53-.7-1.38-1.12-2.13-.24-.42-.47-.81-.62-1.11l.86-.45c.15.29.37.67.6,1.09a23.63,23.63,0,0,1,1.17,2.22Z'%20style='fill:%23fff'/%3e%3cpath%20d='M182.82,203.86a29.6,29.6,0,0,0-1.67-2.85l.8-.55a31.32,31.32,0,0,1,1.73,2.94Z'%20style='fill:%23fff'/%3e%3cpath%20d='M184.77,202.72c-.23-.41-1.66-2.64-1.92-3l.79-.57c.27.37,1.72,2.64,2,3.07Z'%20style='fill:%23fff'/%3e%3cpath%20d='M186.8,201.61A35.31,35.31,0,0,0,185,198.5l.81-.54a35,35,0,0,1,1.87,3.32Z'%20style='fill:%23fff'/%3e%3cpath%20d='M188.69,200.73c-.23-.53-.71-1.38-1.13-2.13-.24-.42-.46-.82-.62-1.12l.86-.45c.16.3.37.68.61,1.1.43.77.92,1.64,1.17,2.21Z'%20style='fill:%23fff'/%3e%3cpath%20d='M192.53,199a29.22,29.22,0,0,0-1.67-2.84l.8-.55a28.39,28.39,0,0,1,1.72,2.94Z'%20style='fill:%23fff'/%3e%3cpath%20d='M194.47,197.86c-.23-.4-1.66-2.64-1.91-3l.79-.56c.27.37,1.72,2.64,2,3.07Z'%20style='fill:%23fff'/%3e%3cpath%20d='M196.5,196.75c-.1-.27-1.25-2.34-1.76-3.1l.8-.55a33.28,33.28,0,0,1,1.88,3.33Z'%20style='fill:%23fff'/%3e%3cpath%20d='M198.39,195.87c-.22-.52-.7-1.37-1.12-2.12-.24-.43-.46-.82-.62-1.12l.86-.45c.15.29.37.68.6,1.09.44.77.93,1.65,1.18,2.22Z'%20style='fill:%23fff'/%3e%3cpath%20d='M172.89,213.29c-.53-.85-2.47-4.45-3.3-6.11l.87-.43c.87,1.72,2.79,5.27,3.25,6Z'%20style='fill:%23fff'/%3e%3cpath%20d='M163.18,218.14c-.52-.85-2.46-4.45-3.3-6.1l.87-.44c.87,1.73,2.79,5.28,3.26,6Z'%20style='fill:%23fff'/%3e%3cpath%20d='M192.3,202.61c-.52-.85-2.46-4.45-3.3-6.1l.87-.44c.87,1.73,2.79,5.28,3.26,6Z'%20style='fill:%23fff'/%3e%3cpath%20d='M182.59,207.46c-.52-.85-2.46-4.44-3.29-6.1l.86-.44c.87,1.73,2.8,5.28,3.26,6Z'%20style='fill:%23fff'/%3e%3cpath%20d='M159.71,216.23l-.6-1.09c-.36-.66-.74-1.36-1-1.82l.86-.45c.24.46.62,1.15,1,1.8l.59,1.1Z'%20style='fill:%23fff'/%3e%3cpath%20d='M239.68,103.19c-.36,3.56-2.6,6.39-4.73,9.12-2.28,2.91-4.16,5.54-7.24,7.68-2.24,1.56-9.07,4.57-7.53-1.1a6.21,6.21,0,0,1,4-4c2.83-1,3.09,2.61,3.17,4.5.3,6.63-6.79,14.17-13.24,14.81-3.05.31-1.7-3.84.72-4,2.84-.19,2.06,5.3,1.8,6.71a18.81,18.81,0,0,1-5.44,9.9,9.83,9.83,0,0,1-5.27,2.83c-2.29.25-3.78-1.32-2.64-3.46.65-1.23,1.61-1.35,2.82-1.39,1.78,0,2.15,2,2.24,3.3a19.62,19.62,0,0,1-.62,6.2c-.85,3.21-3.15,6-4.86,8.76a9.2,9.2,0,0,1-4.62,3.66,5.79,5.79,0,0,1-2.17.47c-1.3,0-1.37-.72-1.73-1.8-.73-2.13-.39-4.59,1.55-5.92,2.46-1.69,4.46,1.35,4.79,3.34.27,1.66.47,3.33.64,5,.23,2.16-1.36,4.09-2.61,5.67-1.89,2.38-2.26,5.91-5.64,6.93-5.12,1.54-2.39-9.13,1-3.43,1.17,2,1.37,4.68,1.51,6.9.27,4.22-.05,8.47-2.28,12.16a13.42,13.42,0,0,1-4.28,4.55,3.65,3.65,0,0,1-4,0c-1.24-1-.48-4.6.51-5.58,2.45-2.41,3.12,1.52,3.5,3,.57,2.24-.1,4.9-.22,7.18a23.8,23.8,0,0,1-1.71,7.15c-.8,2.08-1.7,4.44-3.36,6a6.45,6.45,0,0,1-2.26,1.29c-2.2.76-3.28-1.58-3-3.33.23-1.45,2.08-4.16,3.78-1.74a9.17,9.17,0,0,1,1,2.25,24,24,0,0,1,1.42,7.22,12.91,12.91,0,0,1-1.76,6.32c-2,4-4.06-.82-4.31-1.73-.47-1.18-.18-1.46.89-.86a12.88,12.88,0,0,1,.43,1.62,10.83,10.83,0,0,1-1.73,8.23c-2,3.19-5.45,5.57-6.77,9.16-.2.56.7.8.9.24,1.06-2.9,3.91-5.28,5.77-7.7a12.85,12.85,0,0,0,2.95-8.44c0-1.31-.32-4.66-1.84-5.2-1.7-.6-1.66,1.29-1.6,2.45.21,3.63,4.71,6.11,6.41,2a15.07,15.07,0,0,0,1.46-7.85,23.1,23.1,0,0,0-2.16-7.75c-1.69-3.66-5.66-1-5.77,2.19-.16,4.48,4.14,4.41,6.85,2.22,1.9-1.53,2.67-4.18,3.58-6.35,1.37-3.28,1.49-6.47,1.93-9.93.15-1.2.2-11.62-3.47-9.46a5.25,5.25,0,0,0-2.79,4.58c-.11,2,.2,3.64,2.31,4.22,4.44,1.24,8.2-5,9.5-8.23a21.65,21.65,0,0,0,1.13-8.19,22.21,22.21,0,0,0-1.56-9.13,3.2,3.2,0,0,0-4.2-1.93c-1.86.64-1.9,3-1.6,4.59a3.64,3.64,0,0,0,3.57,2.74c2.07.15,4.1-1.9,5.15-3.44.9-1.35,1.46-3,2.47-4.28a17.67,17.67,0,0,0,2-3c1.25-2.51.54-5.43.11-8.06-.37-2.3-1.16-4.23-3.37-5.32-2-1-4.33.08-5.61,1.68-1.48,1.87-1.35,4.28-.72,6.43.44,1.47,1,3.2,2.9,2.93,5.92-.88,8.73-5.4,11.44-10.33a20.16,20.16,0,0,0,2.5-7.89c.24-2.45.29-5.16-1.78-6.81-1.32-1.05-3.65-.61-4.9.28a4.58,4.58,0,0,0-1.56,4.94c1.51,5.25,8.53.71,10.66-1.3,4.08-3.87,6.6-10,5.84-15.6-.62-4.52-5.75-3.65-7,0-1.75,5,4.85,3.93,7.33,2.6a19.12,19.12,0,0,0,9.91-13.67c.31-1.69.41-4.83-.58-6.31s-3.43-1.14-4.85-.55c-2.69,1.14-6.83,7.15-3,9.39,4.36,2.54,10.51-2.62,13.2-5.66a78.18,78.18,0,0,0,5-6.84,13,13,0,0,0,2.66-7.74.44.44,0,0,0-.87,0Z'%20style='fill:%23414355'/%3e%3cpolygon%20points='240.76%2095.58%20237.36%20103.11%20241.61%20104.93%20245.28%2098.37%20240.76%2095.58'%20style='fill:%23414355'/%3e%3cpath%20d='M248.46,87a31.92,31.92,0,0,0,8,2.38l9.32-17.61,9.71-20.38-17.23-7L242.94,75.93l-2.62,6.67a15.07,15.07,0,0,0,2.74,2C244.76,85.58,246.68,86.25,248.46,87Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M239.39,85l-4,10.12L250,101.46l4.72-8.92a64.69,64.69,0,0,1-7.79-3A32.27,32.27,0,0,1,239.39,85Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M248.46,87c-1.78-.78-3.7-1.45-5.4-2.4a14.66,14.66,0,0,1-2.73-2L239.39,85A32,32,0,0,0,247,89.58a65.9,65.9,0,0,0,7.8,3l1.66-3.13A31.92,31.92,0,0,1,248.46,87Z'%20style='fill:%23414355'/%3e%3cpath%20d='M264.84,17.87c-8.21.89-12.27,8.37-13.12,14.43-1.29,9.19,4.08,16.23,12.79,19C268,52.36,272,53.68,275.68,53a14.29,14.29,0,0,0,9.85-6.49c4.06-6.56,7.87-18.81-.27-24.09-3.77-2.44-7.41-4.33-11.8-4.67A37.06,37.06,0,0,0,264.84,17.87Z'%20style='fill:%23414355'/%3e%3cpath%20d='M289.9,34.6c0-.33.07-.65.1-1a42.37,42.37,0,0,0-4.57-1,42.49,42.49,0,0,0-.38-5.29,31.74,31.74,0,0,1,4.52,1,9.23,9.23,0,0,0-.38-1.12,34.9,34.9,0,0,0-4.3-.89,36.61,36.61,0,0,0-1-4.36l.86.15-1-.64c-.39-.23-.77-.46-1.16-.67a.41.41,0,0,0-.11-.07l0,.05a51.58,51.58,0,0,0-5.23-.33c-.23-.74-.49-1.47-.76-2.2-.37-.09-.75-.17-1.13-.24.32.8.6,1.6.87,2.41l-1.84-.07c-1-.05-2-.09-3-.09a23.94,23.94,0,0,0-.85-2.69h-1.05a20.32,20.32,0,0,1,.91,2.73h-.27a30.29,30.29,0,0,0-4.24.54c-.35-.9-.78-1.92-1.27-2.94-.35.05-.68.1-1,.17.51,1,.94,2,1.32,3-1,.22-2,.5-3.09.87-.36.12-.75.28-1.17.46a30.4,30.4,0,0,0-.95-2.89c-.29.16-.57.34-.84.52.36.93.65,1.89.9,2.79-1.18.58-2.49,1.32-3.8,2.11-.1-.62-.21-1.27-.34-1.94-.28.34-.54.7-.79,1.06q.13.73.24,1.44l-1.68,1.06c-.22.49-.42,1-.61,1.48,0,0,0,.08-.05.12.76-.5,1.6-1.05,2.49-1.61l.06.52,0,.32c.13,1.06.25,2.13.36,3.2-.7.28-1.37.57-2,.84s-1.35.59-2,.91c-.05.39-.08.77-.11,1.15.82-.43,1.66-.81,2.51-1.17l1.72-.72c.16,1.57.27,3.15.32,4.72v.53c-.56.2-1.13.41-1.68.65l-.53.23c-.62.27-1.33.57-2,.93.07.33.17.65.26,1,.71-.39,1.48-.72,2.14-1l.54-.23c.42-.19.87-.34,1.3-.5,0,1.45,0,3-.11,4.58a21.83,21.83,0,0,0-2.35.73c.17.28.35.56.53.83.57-.21,1.16-.38,1.77-.54,0,.81-.11,1.66-.18,2.52.28.3.57.6.88.88,0-.18.05-.37.07-.55.09-1.07.16-2.1.22-3.11,1.45-.36,2.94-.63,4.41-.87,0,.73-.08,1.45-.14,2.16,0,.49-.12,1-.19,1.45-1.05.19-2.1.42-3.12.71-.37.1-.74.22-1.11.33q.42.39.87.75l.51-.15c.88-.25,1.78-.45,2.7-.63-.16.86-.35,1.71-.56,2.54.29.16.58.32.88.47.27-1,.51-2.09.7-3.18,1.51-.26,3-.45,4.56-.6-.21,1.23-.47,2.45-.76,3.68-1.32.1-2.77.19-4.15.26a20.29,20.29,0,0,0,2.09.85l1.83-.13c0,.23-.11.46-.16.68l.93.29c.08-.35.17-.69.25-1.05,1.48-.12,2.77-.26,3.59-.4.25,0,.5-.06.76-.09-.14.87-.32,1.74-.54,2.58l1,.17c.24-.94.43-1.91.58-2.87,1.46-.11,3-.09,4.46-.06a.2.2,0,0,0,0,.07c-.17.88-.37,1.84-.61,2.83.36-.07.71-.16,1.06-.25.19-.83.35-1.64.5-2.39,0-.08,0-.16,0-.24l1,0c1.27,0,2.45,0,3.58.11l-.06.2a2.48,2.48,0,0,0,.26-.19,11.91,11.91,0,0,0,1-.85l.05,0h0c.3-1.13.57-2.29.82-3.45.58.12,1.14.25,1.71.4.17-.27.34-.56.5-.86-.66-.18-1.33-.35-2-.49.35-1.72.64-3.47.86-5.22a24.64,24.64,0,0,1,3.41.78c.11-.3.21-.6.31-.91a24.73,24.73,0,0,0-3.61-.83c.18-1.72.29-3.45.31-5.18A41,41,0,0,1,289.9,34.6Zm-5.44-2.16c-.91-.13-1.82-.23-2.72-.29s-1.7-.06-2.56,0a44.58,44.58,0,0,0-.45-5.24,43.32,43.32,0,0,1,5.31.31A40.25,40.25,0,0,1,284.46,32.44Zm-6.21,1.28c0,1.66-.09,3.3-.22,4.92-1.73.14-3.41.35-5,.6.07-1.78.08-3.62,0-5.52a43.68,43.68,0,0,1,5.16-.61C278.24,33.31,278.25,33.51,278.25,33.72Zm-.9,10.65c-1.58,0-3.15.16-4.71.3q.24-2.14.36-4.44c1.56-.25,3.22-.46,4.95-.61C277.79,41.23,277.59,42.82,277.35,44.37ZM262.23,31.79c-.06-.79-.13-1.59-.22-2.41.46-.13.91-.28,1.38-.4.92-.24,2-.51,3.25-.77.12,1,.21,2.08.28,3.1s.12,1.82.16,2.7l-.91.21c-.95.23-1.9.45-2.86.66l-.88.2C262.38,34,262.32,32.91,262.23,31.79Zm16,.35a43.68,43.68,0,0,0-5.16.61l0-1.08c-.06-1.55-.18-3-.34-4.44,1.62-.18,3.32-.31,5.08-.34A44.57,44.57,0,0,1,278.21,32.14Zm-6.15,7.25c-1.42.24-2.76.5-4,.76.07-1.7.07-3.48,0-5.39,1.34-.31,2.68-.61,4-.87C272.15,35.79,272.14,37.62,272.06,39.39Zm0-7.68c0,.4,0,.8,0,1.2q-2,.39-4,.87c0-.83-.09-1.66-.15-2.54-.08-1.06-.17-2.14-.29-3.22,1.26-.25,2.65-.48,4.12-.67C271.87,28.75,272,30.19,272.05,31.71Zm-9.6,4.36,1.07-.24c1-.22,1.93-.43,2.88-.66l.72-.18c.06,1.91.05,3.68,0,5.36-1.5.33-3,.57-4.54.81l-.12,0C262.5,39.52,262.5,37.82,262.45,36.07Zm5.37,7.76c.09-.88.16-1.77.21-2.68,1.22-.26,2.55-.52,4-.76-.08,1.5-.19,3-.36,4.37l-.19,0-2.73.23-1.09.09C267.7,44.68,267.77,44.25,267.82,43.83Zm15-22a35.49,35.49,0,0,1,1.06,4.39,43.35,43.35,0,0,0-5.31-.28,41.05,41.05,0,0,0-1-4.48A46.51,46.51,0,0,1,282.83,21.8Zm-8.48-.48,2.19.08a39.59,39.59,0,0,1,1,4.52c-1.73,0-3.42.17-5,.35-.18-1.39-.4-2.75-.68-4.06l-.21-1C272.57,21.24,273.47,21.28,274.35,21.32Zm-4.12-.05.44,0c.09.39.18.78.26,1.16.28,1.29.49,2.61.67,4-1.47.19-2.85.42-4.12.67a27.44,27.44,0,0,0-1.21-5.3A28.1,28.1,0,0,1,270.23,21.27Zm-8,1.57c1.14-.38,2.17-.66,3.12-.88a26.18,26.18,0,0,1,1.22,5.29c-1.29.26-2.43.54-3.39.79-.42.11-.83.24-1.24.36a40.15,40.15,0,0,0-.93-5.07A11.09,11.09,0,0,1,262.19,22.84Zm-5.85,4.4,0-.32c0-.32-.08-.64-.13-1,1.32-.82,2.68-1.6,3.89-2.2a37.11,37.11,0,0,1,.88,4.92c-1.51.47-2.93,1-4.27,1.51C256.57,29.2,256.46,28.22,256.34,27.24Zm.79,9c-.05-1.69-.18-3.39-.35-5.07,1.34-.53,2.77-1.06,4.29-1.53.07.74.14,1.48.19,2.21.09,1.17.16,2.31.2,3.43-1.45.34-2.9.72-4.33,1.18ZM257,42.19c.08-1.64.11-3.2.1-4.7,1.42-.48,2.89-.86,4.34-1.2,0,1.73,0,3.41,0,5.05C260,41.57,258.54,41.84,257,42.19Zm5,3.56c.05-.39.12-.78.15-1.17.07-.8.12-1.6.16-2.41l.33-.05c1.42-.23,2.88-.47,4.33-.77-.05.81-.12,1.6-.2,2.37-.05.5-.13,1-.2,1.47C265.13,45.33,263.6,45.5,262.08,45.75ZM270,49.4c-.74.13-1.88.26-3.2.37.28-1.21.54-2.43.74-3.68l1.3-.11,2.73-.23-.12.92L271.23,48c-.06.43-.12.87-.19,1.31C270.68,49.31,270.31,49.34,270,49.4Zm2.08-.23.15-1.08c.06-.44.12-.87.18-1.28l.15-1.15c1.55-.14,3.11-.27,4.67-.31-.2,1.28-.43,2.54-.66,3.77C275,49.09,273.53,49.07,272,49.17Zm6.28,0h-.81c.24-1.25.46-2.52.67-3.81a27.73,27.73,0,0,1,4.82.37c-.26,1.21-.55,2.4-.86,3.58C280.94,49.21,279.68,49.17,278.32,49.15Zm4.88-4.4a28.36,28.36,0,0,0-4.86-.39c.23-1.57.43-3.19.59-4.82.62,0,1.24-.08,1.87-.1a21.48,21.48,0,0,1,3.25.16C283.84,41.33,283.55,43.05,283.2,44.75Zm1-6.12a23.4,23.4,0,0,0-3.39-.16c-.59,0-1.18.06-1.76.09.13-1.59.21-3.2.21-4.84,0-.22,0-.43,0-.64.82,0,1.65,0,2.46,0s1.86.17,2.79.31A50.36,50.36,0,0,1,284.16,38.63Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M100.74,233.17c2.56,4.54,8.39,7.51,12.14,11.73,7.5,8.45,14.32,17.34,23.52,22,11.13,5.61,22.86,6.84,36.82,6.66,13.18-.16,11.24-19,6.08-26.84-4.38-6.63-11-7.77-17.65-12.95a13.17,13.17,0,0,1-3.8-4.13c-1.33-2.9-1.13-5.74,0-10.79,1.41-6.56.29-17.11-5.38-21.64-8.9-7.12-25.56-5.67-33.65-1.46C102.54,204.17,91.2,216.19,100.74,233.17Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M100.34,210.6c-9.37,13-9,25.78-.16,35,4,4.2,10.86,6.16,13.75,11.65,3.91,7.42-8.15,11.64-5.18,16.33,4.21,6.64,16,13.09,18.61-3.23,1.49-9.32.72-15.76-3.89-20.38-3.38-3.4-9.69-5.42-14.39-8.9-8.74-6.47-13-13.34-9.39-25.4a69.76,69.76,0,0,1,3.08-8.09Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M94,156.13c6.07-2.87,11.41-5.68,17.47-8.56,1.7-.8,1-3.08-.73-2.28-6.07,2.87-11.52,5.78-17.59,8.65-1.7.81-.83,3.27.86,2.47Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M96,161c6.07-2.87,11.41-5.68,17.47-8.55,1.7-.81,1-3.09-.73-2.29-6.07,2.87-11.52,5.79-17.59,8.66C93.41,159.6,96,161,96,161Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M97.89,165.83c6.07-2.87,11.41-5.68,17.47-8.55,1.7-.8,1-3.09-.73-2.29-6.07,2.87-11.52,5.79-17.59,8.66C95.35,164.45,97.89,165.83,97.89,165.83Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M97.59,160.66c.77-.61.13-1.45-.49-1.94a1.94,1.94,0,0,0-1.37-.49,8.88,8.88,0,0,0-3.48,1.66c-.43.29-.49,1.3-.32,1.78a1.48,1.48,0,0,0,1.62.73A8.63,8.63,0,0,0,97.59,160.66Z'%20style='fill:%23414355'/%3e%3cpath%20d='M93.9,158.15a2.74,2.74,0,0,0,1.2-1.89,5.32,5.32,0,0,0-.43-2.3,2.06,2.06,0,0,0-2.93-1.05c-1.56.83-2.14,2.29-1.59,3.56a3.84,3.84,0,0,0,1.25,1.72A2.73,2.73,0,0,0,93.9,158.15Z'%20style='fill:%23414355'/%3e%3cpath%20d='M98,163.13c-1.24.06-2.82.42-3.28,1.76s1.72,1.74,2.53,1.88a3.41,3.41,0,0,0,2.14-.21,2.33,2.33,0,0,0,1.15-1.71C100.91,163.32,99.11,163.1,98,163.13Z'%20style='fill:%23414355'/%3e%3cpath%20d='M114.11,143.94a2.55,2.55,0,0,0-3.54.29,2.65,2.65,0,0,0-.38,3.31c.8,1.42,3,.66,3.93-.16A2.38,2.38,0,0,0,114.11,143.94Z'%20style='fill:%23414355'/%3e%3cpath%20d='M117.18,150.52c.24-1.26-.39-2-1.92-2a3,3,0,0,0-3.16,2,1.78,1.78,0,0,0,1.83,2.46,3.83,3.83,0,0,0,2.21-.71A2.32,2.32,0,0,0,117.18,150.52Z'%20style='fill:%23414355'/%3e%3cpath%20d='M119.25,154.77c-.36-1.16-1.37-1.45-2.79-1.07s-1.94,1.81-2.23,3.24,1.28,2.05,2.51,1.47S119.73,156.34,119.25,154.77Z'%20style='fill:%23414355'/%3e%3cpath%20d='M115.43,163.65l-6.74-18.44s-.54-1.7-1.39-2.13c-1.14-.56-2.73.43-2.73.43L96.74,147s-2.47,1.28-2.91,2.06a1.9,1.9,0,0,0,.06,1.89l10.56,18.43,0,.23c4.46-1.79,7.56-2.73,11.21-5.32Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M140.78,222.58,114.9,162.23c-3.88,2-7.19,3.4-11.65,5.18l27.18,59.53Z'%20style='fill:%23ffa348'/%3e%3cellipse%20cx='138.17'%20cy='230.26'%20rx='10.37'%20ry='10.07'%20style='fill:%23414355'/%3e%3cpath%20d='M269.39,209.39c5.61-7.61,8.5-13.59,5.1-17.23-3.22-3.45-10.26-2.81-17.27,0C237.48,199.9,255.8,227.83,269.39,209.39Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M246.83,207.21c-5.1,11.64-9,21.59-12.62,27.18-2.18,3.33-8.9,17.43-10.44,21.11,9.41-.74,25.76-3.8,30.58-12.14,3.7-6.41,5.68-12.29,8.49-19.17,1.29-3.14,4.43-10.37,5.58-13.59-10.2,4.16-15.29.81-16.82-1.29S246.83,207.21,246.83,207.21Z'%20style='fill:%23414355'/%3e%3cpolygon%20points='301.59%20189.9%20274.37%20201.63%20247.07%20210.36%20247.96%20173.6%20298.84%20152.04%20301.59%20189.9'%20style='fill:%232a9cc8'/%3e%3cpolygon%20points='247.31%20210.36%20229.11%20206.24%20231.54%20169.84%20248.89%20173.15%20247.31%20210.36'%20style='fill:%23414355'/%3e%3cpath%20d='M302.88,169.47c-5.17-1.29-14.37-3.21-18.44-3.52-9.71-.72-15.61,9.4-16.5,15.9-1.34,9.71,3.28,14.24,13.46,16.5,3.28.73,13.17,3,18.57,3,9.71,0,13.42-6.84,14.56-14.8C316,176.39,313.07,172,302.88,169.47Z'%20style='fill:%23414355'/%3e%3cpath%20d='M305.39,174c3.37,8.24.2,17.66-5,24.86a10.33,10.33,0,0,0,6.36-1.62c3.86-2.74,5.49-8.91,5.83-13C313.18,177.12,309.48,174.15,305.39,174Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M305.39,174a10.09,10.09,0,0,0-6.39,2.13c-5.47,4.24-8.62,15.34-3,20.87a6.92,6.92,0,0,0,4.44,1.86C308.22,191.68,310.4,180.64,305.39,174Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M302.32,177.08c.5.1,1.18,2.29,1.23,2.44a11,11,0,0,1,.06,5.09c-.57,2.62-1.86,4.93-2.82,7.42-.16.44.52.85.82.47a17.37,17.37,0,0,0,3.69-10.1c0-1.52-.67-6.33-3-5.89a.3.3,0,0,0,0,.57Z'%20style='fill:%23fff'/%3e%3cpolygon%20points='283.95%20147.63%20231.54%20169.84%20249.01%20173.34%20298.88%20152.04%20283.95%20147.63'%20style='fill:%23858fa9'/%3e%3cpolygon%20points='280.13%20159.95%20264.06%20166.87%20266.16%20156.41%20274.25%20153.42%20280.13%20159.95'%20style='fill:%23fff'/%3e%3cpolygon%20points='266.36%20156.37%20255.4%20153.18%20248.85%20162.56%20263.97%20166.84%20266.36%20156.37'%20style='fill:%23414355'/%3e%3cpolygon%20points='269.15%20148.85%20255.5%20153.22%20266.3%20156.73%20274.57%20153.62%20269.15%20148.85'%20style='fill:%23858fa9'/%3e%3cpath%20d='M247.58,169.75c-.42.36-.69,1-.12,1.45,1.09.64,3.45.24,3.58-1.06C251.13,169.05,248.52,168.78,247.58,169.75Z'%20style='fill:%23414355'/%3e%3cpath%20d='M220,203.73c2.36-4.16,7-13.43,13.27-14.32,3.4-.48.68,5.31-.65,8.58,1.36-1.75,4.53-4.94,6.39-3.56s.57,4-.57,6.63c-.34.78-1.82,4.15-2.1,5,4.45-3.4,6.88-4.92,8.09-2.67,1.13,2.1-1.05,6-4.69,10.67-2.55,3.28-6.89,11.66-9.39,15.13-2,2.78-2.48,2.48-6.58,2-5.53-.62-9.45-.63-10.16-3.88-.33-1.53-.66-5.3.16-7.61C215.44,215,217.22,208.58,220,203.73Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M213.74,218.77c-6.47,13.35-10.23,23.26-15.33,33.69-1.74,3.58-5.26,8.58-6.79,12.26,9.41-.74,22,2.49,26.85-5.85,3.71-6.41,5.72-12.75,8.54-19.63,1.29-3.15,3.22-7.63,4.37-10.84-10.2,4.16-14.16.49-15.7-1.62S213.74,218.77,213.74,218.77Z'%20style='fill:%23414355'/%3e%3cpath%20d='M213.85,219.49a21.07,21.07,0,0,0,1.71-4.69c.64-2.12,1.43-4.22,2.23-6.28,1.72-4.41,4.39-8.39,7-12.31a15,15,0,0,1,6.68-5.64c.52-.21,2.89-1.27,2.64.57a10.84,10.84,0,0,1-.57,1.92c-1.58,4.63-4.07,8.48-6.31,12.78l1.44.6c.54-2.49,2.53-5.17,3.9-7.31a12.82,12.82,0,0,1,2.61-3.32c1.33-1.06,4.36-2.77,4.55.45.15,2.63-1.58,5-2.88,7.11-.67,1.09-1.26,2.21-2,3.28a18.61,18.61,0,0,1-2.16,3.19l1.15.89c1.42-2.14,3.32-3.78,4.89-5.78a7.71,7.71,0,0,1,3.6-2.23c2.27-.76,2.47,1.94,2.06,3.41-.54,2-2.38,4.07-3.54,5.7-.77,1.08-1.63,2-2.32,3.14-2.75,4.49-5.64,9-8,13.67a.31.31,0,0,0,.54.32c1.95-2.92,3.7-6,5.51-9,1.92-3.19,4-6.08,6.11-9.15,1.08-1.6,3-3.82,2.94-5.9,0-1-.37-3-1.59-3.32-1.88-.52-4.12.7-5.53,1.77a28,28,0,0,0-5.92,6.6c-.49.73.56,1.43,1.16.89,1.15-1,1.79-2.91,2.59-4.24,1-1.71,1.91-3.53,2.82-5.3s2.41-5.39.81-7.3c-4.06-4.86-11.36,9.76-12.76,11.8-.57.84.79,1.63,1.35.79a47.17,47.17,0,0,0,6.92-14.55c.35-1.35.27-2.62-.92-3.45s-4.09,1-5,1.59c-4.49,2.78-7.26,8.5-9.83,12.93-2.95,5.1-4.16,10.75-6.19,16.2-.07.19.23.3.32.14Z'%20style='fill:%23414355'/%3e%3cpath%20d='M198.68,63.69A79.08,79.08,0,0,0,185.92,51.9c-12.83-9.43-29.68-15.77-47.15-17.69l-.18-.09c-1.05-.11-2.1-.2-3.15-.28l.14.06c-2.89-.21-6.35-.4-9.19-.38-2,0-4.09.08-6.15.22-2.25.14-4.88.45-7.18.75l0,0-1.41.21,0,0a115.31,115.31,0,0,0-19.74,4.84h0l-.64.22h0l-.36.13a104.36,104.36,0,0,0-13.45,6c-.44.23-.88.48-1.33.73-2,1.09-4.08,2.43-6,3.71a.17.17,0,0,1,0-.05l-.48.3a.6.6,0,0,1-.08.08.08.08,0,0,0,0,0l-.25.21h0A84.52,84.52,0,0,0,56.31,61.52c-.33.34-.67.68-1,1a81.47,81.47,0,0,0-13.6,19.22c-.45.89-.89,1.79-1.31,2.71-7.1,15.3-10.34,34.47-7.12,57.94,2.12,15.4,10.2,37.61,18.2,46.1a83.7,83.7,0,0,1,3.85-32.46c.13-.38.25-.76.37-1.14a90.19,90.19,0,0,1,6.41-14.45,106.9,106.9,0,0,1,13-18.42s0,0,0,0l.66-.74h0a146.86,146.86,0,0,1,23.76-20.89l0,0,.56-.4,0,0c3-2.11,6.4-4.3,9.69-6.32,6.66-4.07,10.13-6.26,15.33-8.53l0,0c.19-.08.4-.19.61-.3h0c.78-.33,1.92-.72,2.81-1.07a.76.76,0,0,1,0-.15c1.15-.49,3.59-1.55,4.2-1.78v0h0a158.08,158.08,0,0,1,21-6.15l.73-.15,0,0c1.71-.34,3.55-.62,5-.8l4.7-.57a74.13,74.13,0,0,1,21.59.69l0-.06,1,.2-.06-.09a57,57,0,0,1,15.63,5.79,38.06,38.06,0,0,1,10.9,9.08C211.74,83.3,207,73.28,198.68,63.69Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M200.94,74c-1.16-3.31-1.49-6.9-2.26-10.35A79.08,79.08,0,0,0,185.92,51.9c-12.83-9.43-29.68-15.77-47.15-17.69l-.18-.09c-1.05-.11-2.1-.2-3.15-.28l.14.06c-2.89-.21-6.35-.4-9.19-.38s-3.81.19-6.15.22-5.07.47-7.43.79h0a111.05,111.05,0,0,0-20.91,5h0l-.64.22h0l-.36.13a.41.41,0,0,0-.1.13c-2,3.06-1.76,10.36-4.14,13.1-4,4.66-6.77-5.89-10.54-6.55-2,1.09-4.08,2.43-6,3.71,0,0,0,0,0-.05l-.48.3a.6.6,0,0,1-.08.08l0,0c-1.64,1.21-3.07,3.62-3.9,4.86-1.2,1.79-1.7,3.88-2.83,5.74-.6,1,.15,1.69,0,2.75a9.24,9.24,0,0,0-.28,1.28,1.28,1.28,0,0,1-.24.38.58.58,0,0,0,.16.9s-.49.89-.49.92c-2,1.23-3.84,1.84-4.17,3.77a.56.56,0,0,0,.25.62,4.52,4.52,0,0,0,4.28.25c-.15,2.78-.62,5.48-2.21,7.38a11.92,11.92,0,0,1-2.21,1.79,1.6,1.6,0,0,0,0,.21l-.4.12a.29.29,0,0,0,0-.09c-1.53,1-3.35,2.23-3.71,3.77-1.05,4.53.31,8.54.54,13,.14,2.75,1.63,2.31,2.39,4.29a.64.64,0,0,0,.91.37,20.83,20.83,0,0,0,5-4.66,1.34,1.34,0,0,0-.07-.18,4,4,0,0,0,.62-.35l-.06-.14,0-.08c.49-.61,1.06-1.27,1.42-1.76,2.27-3.08,3.84-6.54,6.37-9.45,2.2-2.53,2.81-1.27,4.86.09,1.84,1.23,4.89,2.83,6.24.83.41-.6-1.11-4-1.33-4.49-1.79-4.15.69-4.53,3.35-4.18l0,0h1l.08.06c1.48,1.77,4.12,5.52,4.84,5.4,1.54-.26,4.46-9.87,5.56-10.68,2.46-1.79,1.62,7.58,3.3,8.5,3.59,2,13.24-2.44,16.5-4.49.94-.6,2.31-1.64,3.39-2.43l-.16-.23h.18l.11.17.25-.18h.21l-.06-.09h0c2-1.41,4-2.57,4.34-1.36a5.13,5.13,0,0,1-2,5.46l.15.25a1.14,1.14,0,0,1-.11.11,2.14,2.14,0,0,0-.17-.3c-1.33.88-3.25,1.67-4.18,2.25-2.2,1.35-8.79,2.42-10.92,3.88-4.67,3.21-10,1.53-15.42,2.27l-.23.1,0,.06h-.88l0,.05A32,32,0,0,0,76.8,92.22c-4.34,2.87-8.86,5.28-12.55,8.24v0c0-.1-.09-.21-.14-.32a2.19,2.19,0,0,1,0,.49l0,0v0c-.07.22-.23.27-.65.27l.06.17v0a24.32,24.32,0,0,0-6.36,8.53,34.36,34.36,0,0,0-2.48,12.15A71.8,71.8,0,0,0,56,133.32c.62,3.4,3.25,5.21,3.64,5.7,1.27,1.64,1.64,2.12,2.49,1.45a106.9,106.9,0,0,1,13-18.42s0,0,0,0l.66-.74v0a146.86,146.86,0,0,1,23.76-20.89l0,0,.56-.4,0,0c3-2.11,6.41-4.3,9.69-6.31,6.66-4.08,10.13-6.26,15.33-8.53l0,0c.19-.08.4-.19.61-.3h0c.78-.33,1.92-.72,2.81-1.07a.76.76,0,0,0,0-.15,21.68,21.68,0,0,0-.17-6.32c-.15-1-2.59-3.24.47-3.14,1.34,2.48,2.86,4.64,3.89,7.66h0a172.33,172.33,0,0,1,22-6.35l0,0c1.64-.31,3.37-.58,4.75-.75l4.69-.57a74.2,74.2,0,0,1,21.6.69l-.05-.06,1,.2-.07-.09a56.9,56.9,0,0,1,15.63,5.79C203.36,78.9,201.42,75.43,200.94,74ZM126,63.79A24.78,24.78,0,0,1,120.24,66c-2,.8-4,1.59-5.55,2.12l-.12-.18c-.69,0-.88,0-.94.36l.1.14c-1.48.39-2.78.52-3,0a5.05,5.05,0,0,1,.24-4.23,7.17,7.17,0,0,0,.68-.39l-.21-.29c2.95-3.18,8.36-5.53,14.34-5C127.41,58.59,126.22,62.11,126,63.79Z'%20style='fill:%23414355'/%3e%3cpath%20d='M41.71,81.77c-.45.89-.89,1.79-1.31,2.7-3.88,34.75,4.26,57.22,14.93,71.58.13-.37.25-.75.37-1.13C45.07,140.3,37.16,117.36,41.71,81.77Z'%20style='fill:%23414355'/%3e%3cpath%20d='M63.07,97.59a106,106,0,0,1-5-16.56,78,78,0,0,1-1.76-19.51c-.33.34-.67.68-1,1a80.24,80.24,0,0,0,1.91,19,107,107,0,0,0,5.17,16.85q.53,1.34,1.08,2.64a112.25,112.25,0,0,0,11.65,21l.66-.74a112.09,112.09,0,0,1-11.55-20.91C63.84,99.49,63.45,98.54,63.07,97.59Z'%20style='fill:%23414355'/%3e%3cpath%20d='M90.48,87.24c.14,0,.28,0,.42-.06q-2.58-3.74-5.11-7.59c-6.32-9.68-12.12-19.81-15.72-29.36l-.47.3-.32.34c3.44,9,8.81,18.57,14.71,27.72,1.91,3,3.88,5.9,5.85,8.76,3.19,4.62,6.4,9.07,9.43,13.21l.79-.56c-2.94-4-6-8.33-9.15-12.81C90.77,87.21,90.62,87.21,90.48,87.24Z'%20style='fill:%23414355'/%3e%3cpath%20d='M113,34.46l-1.41.21c19.25,13.26,31.88,25.53,41.79,41.08l1-.21C144.54,60,132,47.67,113,34.46Z'%20style='fill:%23414355'/%3e%3cpath%20d='M138.59,34.12c-1.05-.11-2.1-.2-3.15-.28,20.46,8.23,38.42,24.26,49.83,40.86l1.37.28C175.67,58.7,158.41,42.87,138.59,34.12Z'%20style='fill:%23414355'/%3e%3cpath%20d='M121.82,78.46l-2.59-3.83-2.14-3.11-.9-1.29-1.48-2.12c-1.09-1.54-2.19-3.07-3.31-4.61-.19-.27-.39-.53-.58-.79-5.78-7.92-12-15.79-18.56-23.29l-1,.34c6.71,7.61,13,15.6,18.87,23.65.23.32.48.64.71,1,1,1.35,1.94,2.7,2.9,4.05L115,70.2l1.39,2,2.07,3c.88,1.29,1.74,2.58,2.6,3.86l.63.93c1.16,1.74,2.28,3.45,3.4,5.17.3-.13.66-.36,1-.49-1.15-1.76-2.36-3.41-3.55-5.19Z'%20style='fill:%23414355'/%3e%3cpath%20d='M262.44,225c-2.05,8.93-10.56,16.48-23.34,22.29l-1,.45a137.24,137.24,0,0,1-28.42,8.5l-1,.18a230.6,230.6,0,0,1-31.45,3.66l-1,.05q-6.33.3-12.85.3c-3.62,0-7-.07-10.5-.21s-7.29-.32-10.2-.59v0c-1,0-1,0-1-.06h0a196.21,196.21,0,0,1-32.08-5.13l0,0-1-.27s0,0,0,0a104.4,104.4,0,0,1-22.83-8.73,57.41,57.41,0,0,1-6.68-4.22l-1-.75c-7.79-6-12.28-13.32-12.37-21.75,0-.53,0-1,0-1.57-1.1,1.55,0,9.71,1.6,29.07A92.1,92.1,0,0,0,88.81,298c.57.66,1.14,1.32,1.72,2a89.71,89.71,0,0,0,28.84,21.38l1.11.51a91.72,91.72,0,0,0,23.46,6.95h0l1,.14a98.34,98.34,0,0,0,15.61,1c4,0,7.9-.26,11.69-.62l1-.1a112.22,112.22,0,0,0,25.63-5.59l1.19-.42a88.73,88.73,0,0,0,23.78-12.92c.49-.37,1-.73,1.44-1.11a83.93,83.93,0,0,0,16.49-17.66,101.73,101.73,0,0,0,15.52-36.5c.78-3.5,1.9-7.72,2.43-11C260.33,240.05,263.25,225.16,262.44,225Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M142.16,259.62c.58,13,1.09,25.57,1.54,37.33.71-2.54,1.58-5.4,2.48-7.9,2.15-6,4.12-11.8,5-18.1.49-3.6,1.26-7.14,1.56-10.73C149.17,260.09,145.57,259.89,142.16,259.62Z'%20style='fill:%23414355'/%3e%3cpath%20d='M85.75,245.42a35.26,35.26,0,0,0,1.18,4.11c1.55,4.47,4.46,7.51,7.41,11.06a19.88,19.88,0,0,0,11.08,7.24c3,.82,4.14,3.25,5.52,5.62-.81-6.19-1.5-12.73-2.15-19.25A104.24,104.24,0,0,1,85.75,245.42Z'%20style='fill:%23414355'/%3e%3cpath%20d='M109.4,254.36c.71,7.14,1.48,13.72,2.39,20.47a55.46,55.46,0,0,1,4.63,9.09c1.92,5.11,2.84,10.25,5.51,15.05s6.91,8.84,9.7,13.82c5.06,9.06,7.37-1,9.23-6.3.79-2.26,1.54-4.82,2.19-7.11-.47-12.7-.82-25.72-1.46-39.84A198.47,198.47,0,0,1,109.4,254.36Z'%20style='fill:%23414355'/%3e%3cpath%20d='M160.85,279.66l-.06,0a1.6,1.6,0,0,0-2.17.44c-1.65,2.78-1.64,7-2.09,10.11-.27,1.83-4,13-.22,13.16,2.22.1,4.22-2.4,5.41-4,2.11-2.8,2.35-6.22,2.64-9.63.21-2.43.33-4.83.34-7.28,0-1.29.5-1.89-.19-3C163.66,278,162,279.36,160.85,279.66Z'%20style='fill:%23414355'/%3e%3cpath%20d='M237.61,271.07c-1.32,5.28-.43,9.9,1.21,15a22.23,22.23,0,0,0,2.92,5.48,101.71,101.71,0,0,0,15.52-36.5c-4.3,1.41-8.29,2.14-12.15,4.83A21.45,21.45,0,0,0,237.61,271.07Z'%20style='fill:%23414355'/%3e%3cpath%20d='M177.57,277.5c1.07-.11,1.68-1.38,1.8-2.32a1.9,1.9,0,0,0-.32-1.43,1.26,1.26,0,0,0-.62-.4,1.15,1.15,0,0,0-1.53-.34c0,1.52-.08,2.77-.12,4.29A3,3,0,0,0,177.57,277.5Z'%20style='fill:%23414355'/%3e%3cpath%20d='M175.53,274.81a2.84,2.84,0,0,0,.72,2.16c0-1,0-2.46,0-3.48A4.25,4.25,0,0,0,175.53,274.81Z'%20style='fill:%23414355'/%3e%3cpath%20d='M78.09,240.45c.3,18.69,3.88,37.92,10.72,57.55.57.66,1.14,1.32,1.72,2-7.23-20.06-11.06-39.69-11.46-58.77Z'%20style='fill:%23414355'/%3e%3cpath%20d='M111.22,273.94c-.16-.26-.31-.52-.46-.78,2.22,17,5.06,33,8.61,48.19l1.11.51c-3.47-14.77-6.27-30.19-8.48-46.66C111.75,274.79,111.49,274.36,111.22,273.94Z'%20style='fill:%23414355'/%3e%3cpath%20d='M111.22,273.94c.27.42.53.85.78,1.26q-1.35-10.12-2.42-20.81l-1-.27c.65,6.52,1.38,12.85,2.18,19.05Z'%20style='fill:%23414355'/%3e%3cpath%20d='M143,299.66c.37,10.06.69,19.74,1,29.15l1,.14c-.3-10.39-.67-21.13-1.09-32.33C143.54,297.64,143.25,298.65,143,299.66Z'%20style='fill:%23414355'/%3e%3cpath%20d='M143.82,296.62c-.44-11.76-.95-24-1.53-37l-1-.09C142,273.64,142.5,287,143,299.66,143.25,298.65,143.54,297.64,143.82,296.62Z'%20style='fill:%23414355'/%3e%3cpath%20d='M176.28,260.13q0,6.76-.11,13.49c0,1,0,2-.08,3.05-.45,17.95-1.74,35.56-3.87,52.7l1-.1c2.09-16.87,3.37-34.19,3.84-51.85,0-1.51.08-3,.1-4.54q.12-6.37.1-12.8Z'%20style='fill:%23414355'/%3e%3cpath%20d='M208.7,256.42c-.35,29.35-3.79,48.63-9.86,67.26.4-.14.8-.27,1.19-.42,5.95-18.32,9.31-37.4,9.64-67Z'%20style='fill:%23414355'/%3e%3cpath%20d='M238.09,247.74c-1.08,18.67-5.8,39.4-14.28,62.61.49-.37,1-.74,1.44-1.12,8.25-22.92,12.83-43.43,13.85-61.94Z'%20style='fill:%23414355'/%3e%3cpath%20d='M308.34,89.65c2.74-.56,4.79-1.25,7.57-1.58,12.45-1.5,9,7.8,1.44,12.88a12.82,12.82,0,0,1,1.28,2.79,5.42,5.42,0,0,1-1.46,4.57c-1.37,1.37-3.16,2.38-3.64,3.23-.81,1.46,1.7,4.69,1.2,5.41-.71.17-4.94-3.91-6.53-6.54a34.33,34.33,0,0,1-3.24-7c-1,.45-3.47,1.54-4.37,2-3.13,1.69-8.62,3-13.35,3.32-3.83.22-7.36-.42-7.17-1,.46-.48,3.92-1.29,4.86-2.63s.05-3.8.29-5.86c.47-3.86,2.28-7.21,8.89-5.21-.76-1.89-2.22-4.54-2.34-6.6-.3-5.71,4.16-7,8.09-5.26a22.93,22.93,0,0,1,6.8,5.26C307.31,88.09,308,89.38,308.34,89.65Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M309.41,88.6c-2.37-.68-3.25,3.23-3.72,4.82-1,3.37-2,7.31-1.91,10.84,0,.31.34.65.67.52,1.06-.44,1.58-2.07,1.91-3.1,0-.06.82-2.25,1.2-3.32.78-2.19,1.77-4.2,2.36-6.47C310.12,91.14,310.63,88.59,309.41,88.6Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M309.94,88.89c.89-1.2,1.87-2.32,2.66-3.59A8.36,8.36,0,0,1,316,82a.31.31,0,0,0-.23-.56c-3,1-5.05,4.64-6.13,7.38-.07.16.18.23.27.11Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M308.47,88.78c.12-3-.22-7-2.53-9.2-.29-.28-.67.13-.43.43,1.88,2.36,2,5.91,2.67,8.8a.15.15,0,0,0,.29,0Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M227.9,164.16a1.62,1.62,0,0,1-.6-.13,1.47,1.47,0,0,1-.73-1.93,1.49,1.49,0,0,1,1.94-.75,1.44,1.44,0,0,1,.74,1.91l0,0A1.47,1.47,0,0,1,227.9,164.16ZM226,171a1.41,1.41,0,0,1-.6-.13,1.47,1.47,0,0,1,1.21-2.67,1.44,1.44,0,0,1,.74,1.9l0,0A1.47,1.47,0,0,1,226,171ZM224,178.72a1.58,1.58,0,0,1-.6-.13,1.47,1.47,0,0,1-.73-1.93,1.48,1.48,0,0,1,1.94-.75,1.42,1.42,0,0,1,.73,1.9l0,.05A1.45,1.45,0,0,1,224,178.72Zm-1,6.79a1.41,1.41,0,0,1-.6-.13,1.45,1.45,0,0,1-.73-1.93,1.47,1.47,0,0,1,1.94-.74,1.43,1.43,0,0,1,.73,1.9l0,0A1.45,1.45,0,0,1,223.05,185.51ZM230.92,158a1.52,1.52,0,0,1-.68-.17,1.45,1.45,0,0,1-.6-2,1.49,1.49,0,0,1,2-.63,1.44,1.44,0,0,1,.61,1.95l0,.05A1.46,1.46,0,0,1,230.92,158Zm3.45-5.91a1.45,1.45,0,0,1-1.22-2.24,1.47,1.47,0,0,1,2-.47,1.43,1.43,0,0,1,.47,2l0,.06A1.47,1.47,0,0,1,234.37,152.11Zm8.74-10.68a1.42,1.42,0,0,1-.79-.23,1.46,1.46,0,0,1-.44-2,1.48,1.48,0,0,1,2-.46,1.43,1.43,0,0,1,.47,2s0,.06,0,.06A1.42,1.42,0,0,1,243.11,141.43Zm-4.81,5.08a1.44,1.44,0,0,1-1.12-2.37,1.47,1.47,0,0,1,2-.25,1.43,1.43,0,0,1,.29,2l-.07.09A1.45,1.45,0,0,1,238.3,146.51Zm9.49-9.82a1.46,1.46,0,0,1-.88-2.62,1.49,1.49,0,0,1,2,.24,1.43,1.43,0,0,1-.18,2l-.11.09A1.49,1.49,0,0,1,247.79,136.69Zm18.11-9.3a1.47,1.47,0,0,1-1.44-1.17,1.45,1.45,0,0,1,1.11-1.7l.1,0a1.45,1.45,0,1,1,.51,2.86l-.26-1.43.25,1.44Zm-6.79,1.94a1.45,1.45,0,0,1-.34-2.87l.11,0a1.46,1.46,0,0,1,.5,2.87l-.25-1.44.24,1.44Zm-5.83,2.91a1.45,1.45,0,0,1-.33-2.87l.1,0a1.46,1.46,0,1,1,.51,2.87l-.25-1.44.24,1.44A1.23,1.23,0,0,1,253.28,132.24Zm26.29-5.33h-.09a1.47,1.47,0,0,1-1.41-1.53,1.49,1.49,0,0,1,1.49-1.44,1.51,1.51,0,0,1,1.44,1.51A1.45,1.45,0,0,1,279.57,126.91Zm-6.89-.14a1.46,1.46,0,1,1,1.48-1.48,1.44,1.44,0,0,1-1.39,1.48Zm13.67-.25a1.46,1.46,0,0,1-.21-2.9,1.48,1.48,0,0,1,1.68,1.23,1.43,1.43,0,0,1-1.21,1.64h-.05Zm6.79-1.94a1.46,1.46,0,0,1-.21-2.9,1.48,1.48,0,0,1,1.68,1.22,1.43,1.43,0,0,1-1.2,1.65h-.05Zm4.43-5a1.5,1.5,0,0,1-.85-.27,1.47,1.47,0,0,1,1.67-2.42,1.43,1.43,0,0,1,.44,2,.83.83,0,0,1-.08.12A1.44,1.44,0,0,1,297.57,119.53Zm2.92-6.18a1.41,1.41,0,0,1-.45-.07,1.45,1.45,0,0,1-.94-1.79l0-.13a1.45,1.45,0,1,1,2.72,1l-1.36-.51,1.36.51A1.47,1.47,0,0,1,300.49,113.35Z'%20style='fill:%23ffa348'/%3e%3c/svg%3e";
2
+ export {
3
+ l as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const c = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20350%20350'%3e%3cpath%20d='M266,72.65a4.23,4.23,0,0,0-4.42-3.81H261c-2.55,0-4.76,1.94-4.76,3.81V98.44c0,2.34,1.4,4.17,3.23,4.28l3.08.3c2.56,0,3.49-2.7,3.49-4.58V72.65Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M251.39,64.84l-9-.92-18.3-1.79-2.68-11.47,12.72-7,11.29-6.48s14.11,1.44,14.81,10.71C261,58.57,251.39,64.84,251.39,64.84Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M323.6,43.77,251.19,64.94a18.89,18.89,0,0,0,4.35-16.51c-1.37-6.85-10-11.22-10-11.22L325.35,12s10.2-2.32,6.81,14.86C329.75,39,323.6,43.77,323.6,43.77Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M225.15,55.91c.59,3.76-.47,7.05-2.36,7.34-.61.1-2.55.56-2.73.34A37.08,37.08,0,0,1,218.3,57a40.84,40.84,0,0,1-.24-6.78c.07-.22,1.27-.37,2.6-.56C222.55,49.37,224.56,52.16,225.15,55.91Z'%20style='fill:%23414355'/%3e%3cpath%20d='M218.23,50.06c1.89-.3,3.9,2.5,4.49,6.26s-.46,7-2.35,7.34-3.91-2.51-4.5-6.26S216.34,50.35,218.23,50.06Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M260.65,80.28l-9-1.11L233.42,77,231,65.49l12.86-6.71,11.42-6.25s14.07,1.74,14.58,11C270.42,74.21,260.65,80.28,260.65,80.28Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M333.28,60.69,260.45,80.38A18.91,18.91,0,0,0,265.14,64c-1.24-6.87-9.79-11.42-9.79-11.42l80.32-23.59s10.25-2.11,6.51,15C339.53,56,333.28,60.69,333.28,60.69Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M234.6,70.82c.51,3.77-.61,7-2.51,7.29-.61.08-2.56.5-2.74.28a37.63,37.63,0,0,1-1.63-6.64,41.62,41.62,0,0,1-.1-6.78,7.52,7.52,0,0,1,2.61-.51C232.13,64.23,234.08,67.05,234.6,70.82Z'%20style='fill:%23414355'/%3e%3cpath%20d='M227.85,64.78c1.9-.26,3.85,2.58,4.36,6.35s-.6,7-2.5,7.29-3.85-2.59-4.37-6.35S226,65,227.85,64.78Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M169.47,341.3c0-2.25-3.51-3.76-4.8-4.14A14.63,14.63,0,0,1,158,333.8a6.53,6.53,0,0,1-2.24-3.37l-.36-2.34c-1.42.17-12.83-2.25-14.11-2.59-.63-.22-1.75-1.14-2,1.41a52.49,52.49,0,0,0-.2,6.53c0,.24,0,.56.08.9,9.19,4.55,18.45,8.8,28.29,10.7C168.82,344.31,169.47,343.43,169.47,341.3Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M139.25,334.34a5.57,5.57,0,0,0,.84,2.57c1.31,1.45,4.29,2.61,6,3.47,3.85,1.9,7.6,4.23,11.93,5,3.41.6,6.25,1.41,9.28-.21l.22-.13C157.7,343.14,148.44,338.89,139.25,334.34Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M137.39,339.61c-.09-1.68-2.07-3.29-3.3-3.67-2.53-.78-4.41-1.48-6.31-3.37a6.52,6.52,0,0,1-2.14-3.36l-.34-2.35c-1.36.18-12.23-2.24-13.45-2.59-.6-.21-1.67-1.13-1.86,1.42a53.07,53.07,0,0,0-.2,6.44c8,5.6,16.91,10.92,25.89,11.27A4.76,4.76,0,0,0,137.39,339.61Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M109.79,332.22a7.29,7.29,0,0,0,.88,3.46c1.25,1.46,4.08,2.62,5.73,3.47,3.67,1.9,6.45,4.13,10.58,4.9,3.25.6,6.68.78,8.26-.31a3.68,3.68,0,0,0,.44-.34c-9-.35-17.92-5.67-25.89-11.27Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M160.28,178.22v-.55l-.54-.08c-.2,0-1.09-.36-1.63-.56s-1-.38-1.23-.43c-3.35-.75-8.05-4.09-11.84-6.77-1.46-1-2.84-2-4-2.75-3.47-2.19-6.86-4.45-10.13-6.64s-6.37-4.26-9.65-6.34l-1.44-.91-.4-.25-.35.33c-.28.27-7,6.65-9.9,12.25-4.24,8.07-6.59,19.14-7,26.52-1,16.87.72,34,2.41,50.61.6,5.91,1.22,12,1.71,18,1,12.68.79,25.66.56,38.21-.12,6.83-.25,13.9-.17,20.82,0,5.22,1.37,7,6.13,8.43a51.39,51.39,0,0,0,8.35,1.55c.13,0,.54,0,1.09,0a14.42,14.42,0,0,0,3.81-.38l.39-.14v-.41s.21-5.18.29-6.84c.22-4.7.12-9.49,0-14.12-.06-2.75-.12-5.6-.12-8.4,0-5.44.11-10.94.2-16.26.1-5.77.2-11.74.2-17.64,0-11.41,0-25.62,1.17-38.93.41-4.63.57-9.32.73-13.86.1-2.84.2-5.78.36-8.67.09-1.63.06-4.34,0-6.43a35,35,0,0,1,1.6,6.75l.24,2.1c.48,4.38,1,8.9,1.18,12.07.27,4.51.7,9.75,1.16,15.3.57,7,1.17,14.29,1.53,21,.88,16.22,1.73,33.52,1.73,51.06,0,7.31,1.08,20.66,1.2,22.15l-.06.18.18.27c.62.91,11.65,1,11.59,1.05a38.06,38.06,0,0,0,5.39-.3l.51-.07v-.52s.07-3,.22-4.86c.25-3.27.35-6.87.45-10.36,0-1.32.07-2.6.11-3.79,1-27.36,1.73-47.64,2.91-76.41l.16-3.79c.4-9.52.75-17.75.46-27.61C159.67,195.06,160.28,178.39,160.28,178.22Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M188.64,98.33c-17.58,6.2-10.69-23.63-8.5-32.12,2.12-8.21,7.38-15.57,15.22-18.91a34,34,0,0,1,8.21-2c9.82-1.58,14.79,6.15,15.66,15.07.54,5.47-.33,10.93-1.5,16.21C214.87,89.49,199.71,94.42,188.64,98.33Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M246.78,73.39c-1.3-2-4.21,2.86-5.05,2.3-.63-.42,2.64-5.51,1.15-5.44-3.21.16-7.28,5.79-8.26,8.88-.63,2-1.05,4.1-1.65,6.49-.29,1.17-.61,2.37-.94,3.58,3.51,2.14,7.69,3.94,11.33,6,.28-1,.57-2,.85-2.94l.24-.81.09-.32c.28-1,.69-2.1,1.13-3.3.76-2.11,2.46-4.07,2.94-6.35.42-2,1.08-4.82-1.76-2.53C245.25,80.28,247.34,74.25,246.78,73.39Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M196.6,99.86c2.65-5.25-6.38-10.92-10.62-12.25C179.4,85.54,171.58,86,164.36,86c-20.2,0-40.67.9-60.3,3.66-13.79,1.94-24.36,7.53-36.39,14.62-7,4.14-15.71,5-23.76,3.74-6.75-1.09-14.48-6.23-21.44-4.8-7.17,1.49-8.34,12.53-10.12,18.6,6,3.44,15.36,4.19,22.26,5,8.26.92,16.48,2.2,24.76,0a68.67,68.67,0,0,0,20.13-8.46c5.35-3.45,11.63-8,18.36-7,6.55,1,12.74,4.71,19.15,5.74a68.83,68.83,0,0,0,23.69-.52c15.58-3.08,25.61-20.47,42.84-20.31A36.8,36.8,0,0,1,197,99.49a1.39,1.39,0,0,1-.37,1.18'%20style='fill:%23ffa348'/%3e%3cpath%20d='M232,89.2c-2.05,7.45-5,15.61-9.61,21.85-2.42,3.27-4.26,4.6-6.33,4.6a9.2,9.2,0,0,1-5-2c-4.15-2.85-7.58-6.63-10.89-10.28-.95-1-1.89-2.09-2.86-3.11l-.41-.44c-3.5-3.73-7.12-7.58-12.47-8.54a41.21,41.21,0,0,0-6.83-.72,13.6,13.6,0,0,0-1.92.12A25.54,25.54,0,0,0,163.78,96a55,55,0,0,0-7.75,7.44c-1.9,2.34-4.15,5.34-6.54,8.5-2.62,3.48-5.33,7.08-7.84,10.17-7.86,9.67-14,17.17-21.34,25.69a13.3,13.3,0,0,1-1.34,1.24c-1.31,1.13-2.8,2.42-2.88,3.8a2,2,0,0,0,.57,1.51,96.76,96.76,0,0,0,7.75,7.18,171.41,171.41,0,0,0,20.89,14.14,41.76,41.76,0,0,0,16,4.35l.43,0,.16-.38c2.33-5.39,6.26-10.75,10.07-15.94,1.48-2,2.87-3.91,4.16-5.79a159.16,159.16,0,0,0,9-15.27,117.37,117.37,0,0,1,8.71-14.44,31.54,31.54,0,0,1,3.76,2.11c4.65,2.84,11.68,7.13,17.37,7.13a8.49,8.49,0,0,0,3.76-.8c8.08-4,12.63-12.42,15.63-18l.25-.45c4-7.49,6.42-15.06,8.74-23C239.72,93.14,235.55,91.34,232,89.2Z'%20style='fill:%23414355'/%3e%3cpath%20d='M207.61,49.06c-2.93,1-7.14,5.72-8.06,12.65-.76,5.79-3.71,10.74-6.83,14.59-7.45,9.18-15.17,12.57-28.66,14.69-8.77,1.37-15.41-.16-23.46-.16a31.54,31.54,0,0,0-15.3,3.45c-10.86,5.43-21.8,11.28-34.27,7.42-6.71-2.07-13.26-7.25-14.49-17.35-1.42-11.72,4.18-18.66,15.2-21.82,6.45-1.85,15.87.33,22.31-1.53,6.2-1.8,9.4-6.61,14.77-10a31.9,31.9,0,0,1,16.37-4.74c6.27-.15,12,3,17.82,2.16,6.77-1,10.13-6.13,16.55-8.08,4.51-1.36,9.59-3.06,18.36-1.53,7.71,1.35,16.83,7.25,16.63,9.69A11.68,11.68,0,0,0,207.61,49.06Z'%20style='fill:%23414355'/%3e%3cpath%20d='M22.58,105.78c-3,.13-10.75-1.56-12.44-4.29'%20style='fill:none;stroke:%23fcc18b;stroke-miterlimit:10;stroke-width:1.2240047854590728px'/%3e%3cpath%20d='M25,103.33c-3,.13-10.75-1.56-12.44-4.29'%20style='fill:none;stroke:%23fcc18b;stroke-miterlimit:10;stroke-width:1.2240047854590728px'/%3e%3cpath%20d='M18.91,108c-1.81.25-3.89-.54-5.81-.92a36.8,36.8,0,0,1-6-1.48'%20style='fill:none;stroke:%23fcc18b;stroke-miterlimit:10;stroke-width:1.2240047854590728px'/%3e%3cpath%20d='M17.33,110.62c-3.86,0-7.95.68-11.47-1'%20style='fill:none;stroke:%23fcc18b;stroke-miterlimit:10;stroke-width:1.2240047854590728px'/%3e%3cpath%20d='M16.16,114.29c-3,.16-9.41-.05-12-1.53'%20style='fill:none;stroke:%23fcc18b;stroke-miterlimit:10;stroke-width:1.2240047854590728px'/%3e%3cpath%20d='M3,119.49a14.53,14.53,0,0,1,5.71.16c1.79.41,3.6,2.16,5.15,1.63'%20style='fill:none;stroke:%23fcc18b;stroke-miterlimit:10;stroke-width:1.2240047854590728px'/%3e%3cpath%20d='M14.32,117.15c-1.86.84-7.95-1.33-11-.87'%20style='fill:none;stroke:%23fcc18b;stroke-miterlimit:10;stroke-width:1.2240047854590728px'/%3e%3cpath%20d='M317.47,325.38s-10.1,12.55-32.13,12.86S252.9,326.3,252.9,326.3l1.22-72.83,60.59.92Z'%20style='fill:%232a9cc8'/%3e%3cellipse%20cx='284.32'%20cy='255.77'%20rx='30.6'%20ry='13.01'%20style='fill:%23dcdde0'/%3e%3cpolygon%20points='293.29%20254.89%20275.75%20254.89%20278.2%20107.81%20288.8%20108.83%20293.29%20254.89'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M253.44,309.44c15.81,12.38,48.31,14.26,62.78-1.43,1.6-1.73-1-4.34-2.6-2.59-13.21,14.32-43.9,12.14-57.59,1.43-1.84-1.44-4.46,1.14-2.59,2.59Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M303.19,54.15h-3.5c-3.38,0-5.51,1.85-5.51,5v43.28l-32.41-8-2.94,8.18,35.44,11.89s2.34.71,3.29,1a13.42,13.42,0,0,0,5.24.3c3.25-.32,4.84-2.34,4.84-4.59v-52C307.64,55.9,307.17,54.15,303.19,54.15Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M297.85,111.68h-3.67V58.18a3.93,3.93,0,0,1,1.55-2.79c1.58-1.07,5.44-.82,5.44-.82a12,12,0,0,0-2.33.77c-1,.51-1,2.75-1,2.75v53.59Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M234.28,81.71c1.29-3.94,2.5-8.09,6.58-10,1.57-.74.41.77.27,1-.7,1.24-1.09,2.67-1.73,4-.74,1.46-1.43,2.62-.86,4.24a.62.62,0,0,0,1.18,0,17.69,17.69,0,0,1,2.5-4.8c.3-.37,3.57-3.54,4.06-2.23.56,1.48-1.14,3.22-1.65,4.49-.6,1.5-1.07,3-1.71,4.51l1.69.71c.14-.53.29-1.06.47-1.58l.72-1.56a2.72,2.72,0,0,1,3-1.54c.17,1.53-1.24,3.89-1.72,5.23-1.29,3.59-3.17,7-4.52,10.61-.19.49.63.84.85.36,1.31-2.89,2.47-5.79,3.85-8.64a24.88,24.88,0,0,0,2.39-7.56,1.66,1.66,0,0,0-2-1.82c-2,.53-3.81,4.16-4.72,5.79a.93.93,0,0,0,1.6.93c1.55-2.09,1.39-4.67,2.41-7,.62-1.45.8-2.93-.26-4.19-.91-1.07-3.16,1.12-3.75,1.57a15.26,15.26,0,0,0-4.31,6.28l1.11.47a39.27,39.27,0,0,1,2.05-4c.55-1.12.82-2.36,1.37-3.48s1.07-2.17.06-3.21a.77.77,0,0,0-.75-.2c-2.11.55-4.38,2.87-5.65,4.57a14.82,14.82,0,0,0-2.92,7.12c0,.23.33.25.4,0Z'%20style='fill:%23414355'/%3e%3c/svg%3e";
2
+ export {
3
+ c as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const c = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20350%20350'%3e%3cpath%20d='M182.43,42.06c-1.4-.47-4.94-1.06-5.8.63-.72,1.4,2.08,3.06,2.93,3.62,3.46,2.28,6.9,5.11,4.22,9.56a19,19,0,0,1-5.64,6.05.35.35,0,0,0-.61,0c-.16.22-.32.42-.48.62a7.2,7.2,0,0,1-1.43.51c-.42.1-.24.71.18.64l.5-.11a4.12,4.12,0,0,0-.68,1.91.51.51,0,0,0,.51.52,14,14,0,0,0,13.79-9.57C191.75,50.61,188.05,44,182.43,42.06Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M147.38,72.12a.15.15,0,0,0-.13-.06l-.85.09a.12.12,0,0,0,0,.23.49.49,0,0,1,.15,0l.1.1c0,.2-.76.58-1.12.89a24.75,24.75,0,0,0-2.32,2.48,32.79,32.79,0,0,0-3.5,5.14,29.15,29.15,0,0,0-3.61,11.63.51.51,0,0,0,.26.46c2.95,1.79,5.25-3.35,6.18-5.28a44.7,44.7,0,0,1,2.19-4.89c2.06-3.23,4.59-6.14,6.37-9.56a.54.54,0,0,0-.08-.64A2.72,2.72,0,0,0,147.38,72.12Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M178.55,50.89a.62.62,0,0,0-.27-1A43.23,43.23,0,0,0,174,48.63c-1.52-.4-.79-2.12-1.38-3.41a5.2,5.2,0,0,0-4.45-2.66c-4.61.39-5.89,1.33-7.6,3.29a16.16,16.16,0,0,0-2.85,4.54c-1.19,3-1.35,4.21.6,6.72,3,3.82-1.9,6.79,3.4,8.78,1.13.42,3.65-.61,4.11-.85,1.5-.8,1.1-3.43,2.69-4.11,2-.85,3.17.18,5.24-2.83a21.76,21.76,0,0,0,1.41-3.54C175.71,53.15,177.05,52.17,178.55,50.89Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M146.5,72.86a23.52,23.52,0,0,1,3.44.68c2.16.74,0,3.39-.71,4.81a34.12,34.12,0,0,0-2.55,7.22c-.28,2.27,1.7,1.7,3.68,2,2.83.43,6.09,1.28,9.06.85,2.69-.28,3.86-2.4,5.14-4.67,2.12-3.82,3.08-9.34,6.48-12.32,1.55-1.27,3.68-2,5.09-3.4,1.7-1.55,2.62-4.07,3.19-6.19-2.23.1-5.17,1.1-7.58,1.24a25.25,25.25,0,0,1-3.25.14,14.49,14.49,0,0,0-3.47.46c-2.83.71-5.28-.57-7.08-.32-2.84.39-5.38,3.4-7.65,5.1-1.2.9-1.77,1.84-2.9,2.55-.57.42-1.63.85-1.77,1.55Z'%20style='fill:%23fff'/%3e%3cpath%20d='M163.32,63.72a11.66,11.66,0,0,0,3.17-.09,44.62,44.62,0,0,0,4.74-.53c2.91-.37,5.83-.77,8.71-1.29l-.53-.69c-.9,1.62-1.31,3.44-2.06,5.13-1.1,2.46-3.64,3-5.66,4.5s-3,3.8-4.09,6c-1.28,2.65-2.56,5.29-3.73,8-.6,1.41-1.22,2.82-1.93,4.17-.38.71-2.8.69-3.56.84a26,26,0,0,1-9.51.23c-2.41-.43-3-1.9-2.08-4,.5-1.18.83-2.44,1.25-3.65,1-2.74,2.28-5.5,3.38-8.19a.52.52,0,0,0-.24-.58,10.14,10.14,0,0,0-2.53-.93c-.87-.11-2.39.15-3.05-.52l-.48,1.15c.9-.06,1.38-1.25,2-1.8.93-.82,1.87-1.61,2.78-2.45s1.85-1.15,2.67-1.86c1.83-1.56,4.84-4.69,7.45-3.47a4.42,4.42,0,0,0,4,.28.31.31,0,0,0-.17-.59,5.07,5.07,0,0,1-4-.61,2.42,2.42,0,0,0-1.42-.27c-1.8.3-3.34,1.73-4.75,2.81-1.64,1.24-3.33,2.39-4.91,3.7-1,.78-2,1.49-2.91,2.26-.56.45-.65.66-.8.65a.68.68,0,0,0-.48,1.15,2.9,2.9,0,0,0,1.83.71,25.63,25.63,0,0,1,4.32.72c-.11-.21-.23-.42-.35-.62-.91,3.35-2.69,6.35-3.76,9.65-.61,1.87-2,4.14-.77,6,1.16,1.73,4.58,1.62,6.38,1.68,3.3.1,6.43-1,9.68-.92a.46.46,0,0,0,.4-.23c1.49-3,2.66-6.08,4.06-9.09s2.84-6.73,5.32-9.07c1.92-1.8,4.66-1.89,6.2-4.14,1.25-1.83,1.54-4.23,2.32-6.27a.48.48,0,0,0-.58-.58,39.09,39.09,0,0,1-8.46,1.57c-1.36.16-2.73.32-4.09.5a17,17,0,0,1-3.68.27c-.31,0-.46.4-.14.48Z'%20style='fill:%23414355'/%3e%3cpath%20d='M171.54,42.61c-1-1.5-3.11-1.34-4.76-.85a7.18,7.18,0,0,0-6.49,1.35,35.11,35.11,0,0,1-5.46,3.69c-1.57.8-3.37,1.16-4.84,2.14a2.88,2.88,0,0,0-1.17,2.21c-.14,1.05.24,2-.06,3.09a13,13,0,0,0-.69,2.17c-.35,3,2.39,4,4.93,4.12,4.44.26,6.48-1.75,7.94-4.44.91-1.67.65-3.71,1.54-5.4,1-1.9,3.81-2.43,5.63-3.12C169.72,47,173,44.8,171.54,42.61Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M161.4,149c-.55-5.45-1-10.91-1.47-16.38a123.63,123.63,0,0,1-.68-17.1c.26-4.65,1.19-9.21,1.68-13.83.17-1.59.27-4-2-3.78s-4.1,2.14-5.58,3.5a21.56,21.56,0,0,0-3.38,3.66c0-.17,0-.34,0-.5a.21.21,0,0,0-.41,0c0,.44-.05.88-.08,1.32-.06.11-.11.22-.16.33a2.56,2.56,0,0,0-.22.51.34.34,0,0,0,.31.47c-.19,2.71-.46,5.41-.66,8.12-.28,3.94-.19,7.92-.22,11.87a181.57,181.57,0,0,0,1.83,24.42c.48,3.72,1.08,7.41,1.39,11.15s1.12,7.16,1.57,10.78c.32,2.57.67,5.65,2.61,7.57,1.6,1.58,4.49.73,6.45,1.23a.48.48,0,0,0,.6-.46A263.68,263.68,0,0,0,161.4,149Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M209.83,103.56a47.66,47.66,0,0,0-11.11-10.63c-10.46-7-22.67-9.09-35-8-3.71.34-7.39,1-11.05,1.61-2.59-1.08-5.35-1.1-8.13-1.08a41.06,41.06,0,0,0-9.93,1.31c-6.29,1.62-11.85,5.41-16.75,9.56s-10.22,8.15-13.34,13.84a50.94,50.94,0,0,0-5.75,19.54c0,.55.58.74,1,.57,3-1.3,5.12-4,7.27-6.39,3-3.28,6.64-5.59,10.34-7.93s7-5,10.76-7.31a81,81,0,0,1,9.15-4.65,67.29,67.29,0,0,0-8.69,9.25c-3.43,4.58-7.24,11.77-8.63,17.31-1.28,5.09-1.84,7.36-1.7,12.74.12,4.55.85,7.79,1.57,8.1,2.25,1,5.08-3.45,6-4.67,3.3-4.27,6.49-8.63,9.65-13,7.64-10.53,13.33-18.09,20.7-28.8a90.11,90.11,0,0,0,6.23,8.78c3.66,4.66,6.77,8.52,10,13.45s5.46,8.13,8.5,13.17c2.4,4,5.41,8.39,9,11.52a.48.48,0,0,0,.8-.33,72.67,72.67,0,0,0-7.13-33.09,96.52,96.52,0,0,0-8.33-14.72c-2.17-3-3.13-5-6.11-7.84A130.22,130.22,0,0,1,181.87,100a60.48,60.48,0,0,1,16.79,10.1c4.15,3.41,8.5,6.71,12.48,10.34,6.62,6,5.45.35,4.64-3C214.22,110.92,212.54,107.28,209.83,103.56Z'%20style='fill:%23414355'/%3e%3cpath%20d='M7.91,211.62l31.72,0c5.45,0,10.83-.22,16.25-.74s10.62-1.17,16-1.42c11.18-.51,22.47.05,33.66.16s22.51.11,33.75-.36,22.31-1.69,33.5-2.05c11.35-.37,22.71-.23,34.06,0,22.59.54,45.22,1.63,67.81.4,11.12-.61,22.18-.39,33.31-.27,5.52.06,11,0,16.56,0,2.53,0,5.06.08,7.58-.17s5-.68,7.51-.9a22.26,22.26,0,0,1,7.46.43.55.55,0,0,0,.29-1.07c-4.64-1.36-9.43-.35-14.13.2-5.24.62-10.63.3-15.9.3-11,0-22-.42-33-.19-5.7.12-11.39.57-17.09.78s-11.42.27-17.14.26c-11.41,0-22.82-.35-34.23-.65-11.25-.29-22.51-.55-33.77-.4s-22.57,1.1-33.88,1.94c-22.61,1.68-45.3.93-67.94.84-5.43,0-10.8.16-16.2.68S53.3,210.62,47.9,210.9c-10.75.54-21.59.1-32.35.11H7.91a.31.31,0,0,0,0,.61Z'%20style='fill:%23414355'/%3e%3cpath%20d='M33.85,267.81a19.81,19.81,0,0,0,6.82.33,33.14,33.14,0,0,0,6.83-1.9c4.63-1.76,9.07-3.91,13.79-5.46,10.57-3.47,21.35-6.08,32.52-6.39a65.59,65.59,0,0,1,15.52,1,61.26,61.26,0,0,1,14.13,5.12c9,4.39,17,10.43,26.2,14.34a59.45,59.45,0,0,0,15.17,4.29,45.7,45.7,0,0,0,16.72-.92c1.31-.3,1.06-2.52-.32-2.39a61.47,61.47,0,0,1-28.13-3.91c-9.14-3.56-16.95-9.5-25.62-13.95a75.17,75.17,0,0,0-14.22-5.74,55.72,55.72,0,0,0-15-1.65A89.21,89.21,0,0,0,82.11,252a90.05,90.05,0,0,0-15.6,4.86c-5.43,2.06-10.78,4.33-16.11,6.64-5,2.17-10.75,4.31-16.32,3.46-.54-.08-.79.74-.23.85Z'%20style='fill:%23414355'/%3e%3cpath%20d='M195.64,275.66c3.66-1,6.85-3,10.31-4.47,4-1.76,8.54-2.47,12.81-3.49q6.9-1.67,13.87-3c4.36-.86,8.85-1.35,13.09-2.71a53.34,53.34,0,0,0,12.67-5.83,1.39,1.39,0,0,0-1.06-2.53c-4,.78-7.61,2.79-11.45,4.1-4.19,1.42-8.55,2-12.88,2.82s-8.94,1.84-13.37,2.95-8.89,2.1-12.94,4.09-7.5,4.6-11.55,6.29c-1.09.45-.71,2.15.5,1.82Z'%20style='fill:%23414355'/%3e%3cpath%20d='M128.8,295.12a18.55,18.55,0,0,0,9.41,1.2c3.49-.33,7-.71,10.46-1.17,3.91-.52,7.77-1.31,11.63-2.11s7.82-1.54,11.71-2.37a110.77,110.77,0,0,1,22.13-2.78,44.68,44.68,0,0,1,11.48.95c1.86.47,3.69,1.07,5.5,1.71s3.71,1.57,5.61,2.05c3.81,1,8,.94,11.93.94,4.2,0,8.42-.14,12.61-.47a.76.76,0,0,0,0-1.52c-7.33-.56-14.72.14-22-1.31-3.75-.76-7.2-2.8-10.8-4.09a35.83,35.83,0,0,0-10.88-2.1c-15.22-.63-30,3.8-44.77,6.75-4.05.8-8.14,1.44-12.19,2.29-1.91.4-3.8.74-5.74,1a14.36,14.36,0,0,1-5.62-.08c-.66-.18-1.15.86-.49,1.15Z'%20style='fill:%23414355'/%3e%3cpath%20d='M226.54,280.34a44.33,44.33,0,0,0,8.62,0c2.66-.32,5.29-.71,7.92-1.24,5.58-1.12,11-3,16.5-4.34a110.52,110.52,0,0,1,33.71-3,87.37,87.37,0,0,1,9.38,1.29c3.2.57,6.71,1.48,10,1.25,1.11-.09,1.91-1.83.64-2.38a46.45,46.45,0,0,0-8.46-2.32c-2.87-.63-5.74-1.23-8.65-1.66a84,84,0,0,0-17.72-.61,107.51,107.51,0,0,0-16.75,2.43c-5.57,1.27-11,3.06-16.41,4.79-6.14,2-12.27,4.23-18.75,4.78a.49.49,0,0,0,0,1Z'%20style='fill:%23414355'/%3e%3cpath%20d='M254.61,306.33c3.21,1.93,6.88,1.64,10.46,1.12,3.94-.57,7.76-1.57,11.62-2.52,4.65-1.16,9.23-2.62,13.91-3.68a46.55,46.55,0,0,1,14.7-.92c2.74.25,5.48.49,8.2.87,1.32.19,2.65.39,4,.6.71.12,1.42.23,2.13.31s1.39,0,2.1,0a1.36,1.36,0,0,0,.68-2.51,16.6,16.6,0,0,0-3.25-1.52,35.61,35.61,0,0,0-3.69-.79c-2.49-.41-5-.71-7.51-1a64.81,64.81,0,0,0-7.24-.58,44,44,0,0,0-7.59.7c-8.77,1.54-16.76,5.81-25.3,8.18a33.93,33.93,0,0,1-6.91,1.28,15.14,15.14,0,0,1-5.89-.5c-.55-.2-.86.63-.39.91Z'%20style='fill:%23414355'/%3e%3cpath%20d='M25.2,279.56c1.52,1.75,4.07,2.13,6.28,2.17a49.29,49.29,0,0,0,7.57-.58c3.47-.46,7-.67,10.45-1.09,4-.48,7.9-1.12,11.84-1.75S69,277,72.88,276.26a85.34,85.34,0,0,1,11-1.47,53.85,53.85,0,0,1,10.92.14c3.4.48,6.74,1.35,10.11,2,8.31,1.63,16.84,1.69,25.09,3.68a.8.8,0,0,0,.43-1.54c-7.11-2.58-14.82-2.55-22.12-4.33-3.36-.82-6.59-2.06-9.92-3a42.08,42.08,0,0,0-10.34-1.69c-7.66-.2-15.08,1.64-22.54,3-7.62,1.44-15.26,2.77-22.91,4-3,.49-5.87,1.21-8.84,1.68-2.59.41-5.67.78-8.23.09a.39.39,0,0,0-.37.65Z'%20style='fill:%23414355'/%3e%3cpath%20d='M9.19,299.49c6.2,1.21,12.49.86,18.76.5,6.46-.37,13.12-.35,19.5-1.48,1.65-.29,1.66-3.05,0-3.34-6.37-1.1-13.09-.42-19.5,0-3.14.21-6.25.39-9.39.43a51.67,51.67,0,0,0-9.37.84,1.58,1.58,0,0,0,0,3Z'%20style='fill:%23414355'/%3e%3cpath%20d='M66.25,306.51a98.54,98.54,0,0,0,11.4,0c3.66-.31,7.27-.89,10.89-1.45,7-1.09,14.34-2.09,21.42-.69,6.53,1.29,12.83,3.56,19.31,5.11a68.09,68.09,0,0,0,10.13,1.64,66.38,66.38,0,0,0,10.64-.34c8.71-.67,17.32-.79,26,.7.63.11.91-.81.27-1-7.4-2-15.1-2.19-22.7-2-3.73.08-7.5.41-11.23.19a43.05,43.05,0,0,1-10.17-2c-6.49-2-12.69-4.84-19.33-6.34-7.28-1.65-14.55-1.22-21.86.06-4,.71-8,1.6-12,2.54-4.17,1-8.44,2.2-12.74,2.38a.61.61,0,0,0,0,1.21Z'%20style='fill:%23414355'/%3e%3cpath%20d='M195.8,308.74c4.47.83,8.57-.92,13-1a32.14,32.14,0,0,1,6.71.57c2.33.44,4.59,1.21,6.93,1.55.55.08,1-.7.42-1a32,32,0,0,0-13.16-2.75c-4.62,0-9.11,2-13.73,1.48-.67-.07-.82,1.05-.16,1.17Z'%20style='fill:%23414355'/%3e%3cpath%20d='M273.55,241c4,0,7.95.64,11.9.12,2-.25,3.91-.72,5.89-.86s3.72.08,5.58.11a12.49,12.49,0,0,0,5.77-.89c.5-.24.14-1.05-.38-.89-3.49,1-7.11.25-10.67.45a51.93,51.93,0,0,0-5.53.82,42.74,42.74,0,0,1-6,.38c-2.19,0-4.38.26-6.57.28a.24.24,0,0,0,0,.48Z'%20style='fill:%23414355'/%3e%3cpath%20d='M259.39,230.35c2.4.12,4.8.17,7.2.21a47.94,47.94,0,0,0,7.09-.11c.43-.07.43-.83,0-.89a47.94,47.94,0,0,0-7.09-.11c-2.4,0-4.8.09-7.2.21a.35.35,0,0,0,0,.69Z'%20style='fill:%23414355'/%3e%3cpath%20d='M297.34,224.63c3.14.09,6.26.24,9.4.27,1.48,0,3,0,4.44,0a23.19,23.19,0,0,0,4.41-.15.45.45,0,0,0,0-.86,22.75,22.75,0,0,0-4.29-.15c-1.52,0-3,0-4.56,0-3.14,0-6.26.18-9.4.27a.29.29,0,0,0,0,.58Z'%20style='fill:%23414355'/%3e%3cpath%20d='M246.12,215.42c1.19,1.63,3.95,1.42,5.7,1.27,2.17-.19,4.29-.66,6.44-.94a.47.47,0,0,0,0-.94,9.2,9.2,0,0,0-2.51.21c-1.14.18-2.29.38-3.44.54a21,21,0,0,1-3.36.26,3.06,3.06,0,0,1-2.38-.74c-.21-.25-.64.08-.45.34Z'%20style='fill:%23414355'/%3e%3cpath%20d='M273.55,219.48c1.74,0,3.46.21,5.2.16a23,23,0,0,0,5.1-.59c.42-.1.35-.8-.1-.76-1.7.14-3.4.3-5.1.41s-3.4.27-5.1.3a.24.24,0,0,0,0,.48Z'%20style='fill:%23414355'/%3e%3cpath%20d='M314.33,251.77c4.12.14,8.22-.41,12.33-.38,1.88,0,3.76.1,5.63,0a10.3,10.3,0,0,0,4.92-1.18.44.44,0,0,0-.34-.8,28.81,28.81,0,0,1-5,.76c-1.85.08-3.7,0-5.54,0s-3.74.15-5.58.32c-2.15.21-4.28.68-6.44.78a.24.24,0,0,0,0,.48Z'%20style='fill:%23414355'/%3e%3cpath%20d='M322.63,235.87c1.43,1.14,3.45,1.07,5.16.86a26.41,26.41,0,0,0,5.35-1.21.44.44,0,0,0-.23-.84c-1.65.29-3.26.77-4.91,1.06a14.16,14.16,0,0,1-2.76.23,4.29,4.29,0,0,1-2.27-.55c-.26-.17-.6.25-.34.45Z'%20style='fill:%23414355'/%3e%3cpath%20d='M326.23,217.25c3.22,0,6.41.36,9.63.15a.43.43,0,0,0,0-.85c-3.22-.21-6.41.13-9.63.16a.27.27,0,0,0,0,.54Z'%20style='fill:%23414355'/%3e%3cpath%20d='M29.43,247.79c-4-.25-8-.09-12,0l-6,.17a39.39,39.39,0,0,0-6,.26.47.47,0,0,0,0,.89,29.11,29.11,0,0,0,5.83.1c2-.06,4-.15,6.07-.23,4-.16,8-.28,12-.54a.34.34,0,0,0,0-.68Z'%20style='fill:%23414355'/%3e%3cpath%20d='M41.9,233.08c-2,.17-4.09.3-6.13.33-1.07,0-2.14,0-3.21,0a21.89,21.89,0,0,0-3.24.11.44.44,0,0,0,0,.84,20.61,20.61,0,0,0,3.24.1c1.11,0,2.21,0,3.32-.1a43.13,43.13,0,0,0,6.1-.68.32.32,0,0,0-.08-.63Z'%20style='fill:%23414355'/%3e%3cpath%20d='M18,225.18c-2.57.74-5.26.3-7.86.06-2.41-.21-5.5-.52-7.6.95-.43.3-.18,1.05.37.88a15.71,15.71,0,0,1,3.77-.78,36.27,36.27,0,0,1,4,.11c2.5.17,5.17.36,7.51-.66.32-.14.09-.66-.23-.56Z'%20style='fill:%23414355'/%3e%3cpath%20d='M50.39,221.23c-2.07.19-4.15.24-6.23.26s-4.17-.09-6.23.13a.46.46,0,0,0,0,.91,39.6,39.6,0,0,0,6.35,0,45.91,45.91,0,0,0,6.18-.74c.31-.05.24-.57-.07-.54Z'%20style='fill:%23414355'/%3e%3cpath%20d='M14.59,263a28,28,0,0,1-5.54.83,53.55,53.55,0,0,0-5.81.24.52.52,0,0,0,0,1,24.75,24.75,0,0,0,6,0,20,20,0,0,0,5.57-1.17.45.45,0,0,0-.24-.86Z'%20style='fill:%23414355'/%3e%3cpath%20d='M318.05,177.93c-1.82-.68-4-.38-5.9-.3a7,7,0,0,1-3.74-.51,6.76,6.76,0,0,1-2.45-3.19c-1.48-3-2.83-7.58-7-7.67-3.14-.07-5.45,2.21-7,4.79-.34-5.46-3.07-10.52-8.52-12.58a13.6,13.6,0,0,0-10.12.59c-1.56.66-3.54,1.58-4.57,3-1.22,1.68-1.63,3.52-2.33,5.38a12.23,12.23,0,0,0-7.13-2.68c-3-.09-6,1.62-8.37,3.23a10.12,10.12,0,0,0-4.19,5.61c-.49,1.63-.87,4.47-.12,6.24-3.3,1.35-6.7,2.48-6.34,6.8.33,3.86,4.87,5.33,8.11,5.4a.37.37,0,0,0,.38-.32,59.61,59.61,0,0,0,12.45.87c6.42-.07,12.83,0,19.25,0a199.66,199.66,0,0,0,27.21-2,40.07,40.07,0,0,0,9.49-2.28c2-.8,4.25-2.07,4.82-4.31C322.6,181.47,320.3,178.77,318.05,177.93Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M101.32,183.28c-.13-4-.21-8.5-4.58-10-2.64-.89-5.59-.21-7,1.83a12,12,0,0,0-5.34-9c-3.94-2.64-7.59.52-10.25,3.42-.7-6.81-4.12-13.56-11.24-15.33-6-1.49-15.74,1.87-17,8.61-3-2.24-7.8-1.93-10.75.21a11.56,11.56,0,0,0-4.29,12.71c-3.63-.31-7.39-.28-10.69,1.42s-5.09,5.35-5.45,8.93c-.68,6.85,6.56,9.05,12,9.67a67.61,67.61,0,0,0,10.36.15c4.54-.18,9,0,13.58.17,13.72.41,27.43,0,41.13-.74,5.2-.27,8.89,0,14.09-.18,0,0,4.53,0,6.94,0,2.12,0,4.77-.66,7.22-4s0-6.72-2.18-10C113.42,174.63,104.5,177.23,101.32,183.28Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M247.38,244c-8.3-8.5-14.56-18.45-21.5-28-6.78-9.36-15.12-17-24-24.3a92.21,92.21,0,0,0-14-9.6,58.22,58.22,0,0,0-16.21-5.68c-12.12-2.5-24.87-4.21-37-1.08-8.16,2.1-15.88,6.51-22.87,11.12a119,119,0,0,0-19.47,16.22c-6.37,6.46-12.13,13.63-18,20.57a186.65,186.65,0,0,0-14.18,18.84c-.7.75-1,1.81-.43,1.77,10.81-4.06,23.11-4.94,34.68-4,13.35,1.12,25.87,5.4,38.43,9.81,11.94,4.2,23.94,9.47,36.5,11.48s25.44-.56,37.46-4.37c6.77-2.15,12.77-5.5,19.11-8.64s13.86-6,20.9-3.1C247.38,245.32,247.79,244.42,247.38,244Z'%20style='fill:%23fcc18b'/%3e%3c/svg%3e";
2
+ export {
3
+ c as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const l = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20350%20350'%3e%3crect%20x='46.98'%20y='158.74'%20width='12.83'%20height='3.38'%20transform='translate(-115.63%20164.93)%20rotate(-73.12)'%20style='fill:%23dcdde0'/%3e%3crect%20x='49.01'%20y='154.01'%20width='3.38'%20height='12.83'%20transform='translate(-24.92%2010.13)%20rotate(-9.17)'%20style='fill:%23858fa9'/%3e%3cpath%20d='M58.35,168.53c0-.2-.37-.12-.57-.12-1.39,0-4.71.06-5.29,1.73-.93,2.65-1.8,5.34-2.66,8-.16.45-.32.9-.49,1.34l.07,0h0l0,0h0c.13.12.2.14.24.13a.39.39,0,0,0,0,.13.36.36,0,0,0,.26.35c.59.09,1,.54,1.64.56a8,8,0,0,0,1.76-.08,3.86,3.86,0,0,0,2.61-1.81,17.73,17.73,0,0,0,1.7-5.12A12.78,12.78,0,0,0,58.35,168.53Z'%20style='fill:%23414355'/%3e%3cpath%20d='M58.91,161.13c-.42-2-2.63-2.27-4.28-2-2,.34-4.15,1.53-4.78,3.57s.17,2.56,1.83,1.8c0,.48.14,1.26,1.38.87,0,.34-.26,1,.79,1,.2,0-.4,1.4-.52,1.61-.26.49-.47,1.23-.88,2.18-.26.74-.29,1.07.07,1.19,2.34.83,4.26.52,5.8-1.09a33.93,33.93,0,0,0,.6-4.56A15.35,15.35,0,0,0,58.91,161.13Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M56.6,165a10.4,10.4,0,0,0-1.05.54,8.33,8.33,0,0,1-1.18.53c-.63.23-1.51,0-.91-.78l.09-.11a9.81,9.81,0,0,0,.9-.82,4.71,4.71,0,0,0,1-1.05c.14-.22-.16-.4-.33-.26-.64.54-1.21,1.16-1.86,1.69s-1.78.94-1.25-.41a13.92,13.92,0,0,0,1.38-1.83,3,3,0,0,0,.25-.37c.17-.32-.26-.67-.52-.4a13.06,13.06,0,0,0-1,1.4,6.37,6.37,0,0,1-1.26,1.48c-.49.29-1,.23-1.11-.56a6,6,0,0,1,.14-.93.11.11,0,0,0-.21-.06c-.25.92-.46,2,.72,2.14a1.47,1.47,0,0,0,1.09-.37c-.14.56,0,1,.58,1a1.84,1.84,0,0,0,.65-.13.55.55,0,0,0,.08.43c.92,1.28,3-.16,4-.67C57,165.35,56.84,164.94,56.6,165Z'%20style='fill:%23414355'/%3e%3crect%20x='72.64'%20y='165.49'%20width='12.83'%20height='3.38'%20transform='translate(-103.88%20194.28)%20rotate(-73.12)'%20style='fill:%23dcdde0'/%3e%3crect%20x='103.7'%20y='168.19'%20width='12.83'%20height='3.38'%20transform='translate(-84.43%20225.91)%20rotate(-73.12)'%20style='fill:%23dcdde0'/%3e%3crect%20x='241.44'%20y='167.52'%20width='12.83'%20height='3.38'%20transform='translate(34.45%20380.21)%20rotate(-79)'%20style='fill:%23dcdde0'/%3e%3crect%20x='174.59'%20y='166.17'%20width='12.83'%20height='3.38'%20transform='translate(-13.94%20319.29)%20rotate(-80.68)'%20style='fill:%23dcdde0'/%3e%3crect%20x='283.97'%20y='159.42'%20width='3.38'%20height='12.83'%20transform='translate(-17.86%2035.55)%20rotate(-6.9)'%20style='fill:%23dcdde0'/%3e%3crect%20x='312.33'%20y='156.71'%20width='3.38'%20height='12.83'%20transform='translate(-32.07%2089.38)%20rotate(-15.42)'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M10.28,154a8.06,8.06,0,0,0-1.66,5.69,10,10,0,0,0-3.32-4c-1.59-1.07-5.11-2-5.29,1-.22,3.69,2.84,5.55,5.84,6.93a19,19,0,0,0,3.7,1.55c0,.05,0,.1,0,.13-.11,1.27-1.31,2.21-2.28,2.91-1.5,1.08-3.38,2-5.2,1.28-.63-.26-.89.68-.43,1,1.78,1.34,4.34-.06,5.91-1.09a8.93,8.93,0,0,0,2.4-2.18,3.18,3.18,0,0,0,.55-2,1.4,1.4,0,0,0,.84-.33c.15-.14-.06-.42-.23-.29a1.15,1.15,0,0,1-.63.19,11.32,11.32,0,0,0-.18-1.12.28.28,0,0,0-.19-.19,23,23,0,0,1-.08-6.68c.41-2.51,3.3-4.86,5.42-2.59a5,5,0,0,1,.49,5.62c-.79,1.52-2.45,3.93-4.4,3.78-.6,0-.6.9,0,.94,2.37.16,4.17-2.45,5.2-4.26a6.07,6.07,0,0,0-.56-6.64C14.52,151.53,11.89,152.25,10.28,154ZM.77,158.66c-.24-.84-.05-2.56.93-2.95a2.42,2.42,0,0,1,1.52.16A6.8,6.8,0,0,1,6,157.79c1.75,1.82,2.54,4.37,3.08,6.78-1-.34-2-.92-2.57-1.14C4.29,162.48,1.49,161.15.77,158.66Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M348,166.42c-1,.89-2.43.4-3.61.17a15.31,15.31,0,0,1-3.76-.92c-1.18-.54-3.13-1.66-3.54-2.95a18.34,18.34,0,0,0-.77-2l0-.07v0a11.43,11.43,0,0,0,6.22-4.44c1.34-2,1.37-4.61-.82-6-1.82-1.12-4,1-5,2.23a8.54,8.54,0,0,0-1.67,5.27c-.56-2.2-1.13-4.46-2.52-6.18-1.2-1.48-3.72-2.27-4.87-.26-1,1.82.94,4.68,1.93,6,1.21,1.67,3.08,3.44,5.2,3.7h0a.59.59,0,0,0,.46.29,10.48,10.48,0,0,0,1.52,3.2,11.1,11.1,0,0,0,4.37,2.74,19.49,19.49,0,0,0,4.74.91,3,3,0,0,0,3.09-1.06C349.32,166.58,348.43,166,348,166.42ZM340.18,151c1.41-.4,2.24,1.36,2.24,2.45a5.42,5.42,0,0,1-1.62,3.21,10.4,10.4,0,0,1-4.82,2.8C336.08,156.12,336.41,152.1,340.18,151Zm-11.66,1.56c-.14-1.85,2.05-1.18,2.78-.4a7.87,7.87,0,0,1,1.3,2.38c.76,1.83,1.09,3.8,1.77,5.67A9.75,9.75,0,0,1,328.52,152.57Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M10.43,165.14c5.57,1.42,11.45,1.75,17.16,2.16,5.17.38,10.35.68,15.52,1,7.58.55,15.22.57,22.82.72,17.91.36,35.83.65,53.75.58,21-.09,42.09,0,63.08-1,16-.78,32-.84,47.91-1.65q18.59-.94,37.16-1.7c11.93-.49,23.86-.95,35.79-1.28,9.34-.25,18.78.25,27.9-2.09a18.7,18.7,0,0,1,4.3-.84.34.34,0,0,0,0-.67,17.08,17.08,0,0,0-4,.73,60.57,60.57,0,0,1-6.94,1.43c-5,.67-10,.52-15,.61-10.81.22-21.61.63-32.41,1.05q-19.15.75-38.3,1.67c-5.78.27-11.57.61-17.35.87-9.11.41-18.23.45-27.34.71-11.17.31-22.31.89-33.48,1.07q-17.28.28-34.55.37c-17.42.1-34.85-.1-52.27-.39-18.55-.31-37.23-.63-55.68-2.74a59.09,59.09,0,0,1-7.93-1.32c-.42-.11-.6.55-.18.65Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M85.8,176.46l6.08,67.36,50.3-7.94s-1-12-3.2-30.21c-1.2-10-6.25-33.76-6.25-33.76s-10.52.45-22.51,1.46C99,174.31,85.8,176.46,85.8,176.46Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M152.65,173.93s-.51,16.38-.84,23.47-2.2,25.65-2.2,25.65,22.11,1,40.17.51c13.17-.34,19.92-2.7,19.92-2.7s1.52-15.19,1.69-23.8-.34-25.32-.34-25.32-18.85.11-29.48.28S152.65,173.93,152.65,173.93Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M222,172.58S223,183,223,193c0,16.43,1.13,33.31,1.13,33.31l46.59-2.93s-.06-10.91-1.58-25.6c-.7-6.77-3.15-28.41-3.15-28.41s-10.18.9-16.6,1.41S222,172.58,222,172.58Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M275,169s-.68,17.21-.51,22.45.51,11.31.51,11.31,16.18-.33,21.44-.85a82.16,82.16,0,0,0,12-2s.51-7.94.34-13-2.2-18.91-2.2-18.91a115.9,115.9,0,0,0-14-.67C286.84,167.49,275,169,275,169Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M165.1,190.09c-2.37,1.92-2.52,4.13-3.08,7-.57,3.15-1.49,8.19-1.27,11.34.23,3.6,2.93,3.6,6.3,4.05,4,.56,8.31.65,12.27.86,8.92.48,15.19,2.29,15.64-5.59.23-3.37-.67-7-1.12-10.24-.34-3-.79-6.86-4.17-7.87a19,19,0,0,0-5.62-.23c-2.25.11-3.7-.29-6-.29-3,0-6.21,0-9.25.25C168.29,189.42,165.1,190.09,165.1,190.09Z'%20style='fill:%23fff'/%3e%3cpath%20d='M195.16,185.73a91.33,91.33,0,0,0-11.08-.83c-3.76-.05-7.89-.24-11.55.7a30.69,30.69,0,0,0-4.86,1.92,13.18,13.18,0,0,0-4.19,3c-.17.19,0,.55.27.45,4.7-1.61,9.84-1.32,14.74-1.22q3.52.07,7,.31c2,.13,4.12.08,5.95.95a4.17,4.17,0,0,1,.61.38c2.59-1.35,5.19-2.6,7.78-3.95A8.63,8.63,0,0,0,195.16,185.73Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M203.06,202.66c-.18-1.86-.45-3.71-.68-5.57a38,38,0,0,0-1.42-8,3.88,3.88,0,0,0-1.1-1.67c-2.59,1.35-5.69,2-8.39,3.3,1.45,1.14,2.24,4,2.57,5.73.42,2.19.47,4.41.82,6.6a24.24,24.24,0,0,1,.18,6.31,6.39,6.39,0,0,1-2.71,4.61l-.36.12c-.29.09-.16.56.13.46a43,43,0,0,0,7.23-3c1.54-.84,3.84-2.27,4-4.23A23,23,0,0,0,203.06,202.66Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M195.94,203.16a46.21,46.21,0,0,0-1.45-9.72c-1.28-4.76-6.12-4.57-10.15-4.75-4.81-.21-9.64-.26-14.46-.26s-7.31,1.32-8.5,6.16c-.81,3.77-1.32,7.58-1.77,11.41-.25,2.09-.59,4.06.76,5.81,1.89,2.44,8.44,2.11,11.1,2.34,5.36.47,10.75.8,16.13.82,3.51,0,7.76-.13,8.46-4.35C196.46,208.25,196.05,205.54,195.94,203.16Zm-10.32,9.76c-3.94-.06-7.89-.31-11.82-.6-3.19-.24-6.41-.46-9.56-1s-2.91-2.68-2.61-5.32c.42-3.65.93-7.28,1.7-10.88.65-2.63,1.44-4.29,4.34-4.6a35.11,35.11,0,0,1,3.84-.06c3.67,0,7.33.09,11,.19,3.83.12,9-.54,10.2,4s1.3,9.61,1.42,14.4S189,213,185.62,212.92Z'%20style='fill:%23414355'/%3e%3cpath%20d='M167.76,192.08c-2.93.34-3,3.11-3.38,5.15-.42,2.36-.72,4.22-.42,5.4.42,1.69,4.67,1.57,6.58,1.69,2.25.22,12.49.76,15.42.9,4.73.22,6-.76,5.93-3.35-.09-2.07-.14-4.76-.92-6.67-.9-2.36-3.55-2.92-5.69-2.92-4.84,0-7.4-.29-12.29-.29A26,26,0,0,0,167.76,192.08Z'%20style='fill:%23dcdde0'/%3e%3ccircle%20cx='166.58'%20cy='207.44'%20r='2.03'%20style='fill:%23414355'/%3e%3cpath%20d='M190.21,208.79a2,2,0,1,1-2-2A2,2,0,0,1,190.21,208.79Z'%20style='fill:%23414355'/%3e%3cpolygon%20points='183.62%20210.31%20171.13%20209.66%20171.13%20206.34%20183.79%20207.02%20183.62%20210.31'%20style='fill:%23ffa348'/%3e%3cpath%20d='M173.4,203.57l-.67,0c.09-1.81.16-3.63.23-5.44s.13-3.57.22-5.36l.67,0c-.08,1.78-.15,3.56-.22,5.34S173.49,201.76,173.4,203.57Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M175.43,203.67l-.68,0c.09-1.82.16-3.63.23-5.45s.13-3.57.22-5.35l.68,0c-.09,1.77-.16,3.55-.23,5.33S175.52,201.85,175.43,203.67Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M177.45,203.77l-.68,0c.09-1.82.16-3.63.23-5.45s.14-3.57.23-5.35l.67,0c-.09,1.78-.16,3.55-.22,5.33S177.54,202,177.45,203.77Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M179.47,203.87l-.67,0c.09-1.82.16-3.64.23-5.46s.13-3.56.22-5.34l.67,0c-.08,1.77-.15,3.55-.22,5.32S179.56,202.05,179.47,203.87Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M181.49,204l-.67,0c.09-1.81.16-3.63.23-5.44s.13-3.57.22-5.35l.68,0c-.09,1.78-.16,3.56-.23,5.34S181.59,202.16,181.49,204Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M183.52,204.07l-.68,0c.09-1.81.16-3.62.23-5.44s.14-3.57.23-5.35l.67,0c-.09,1.78-.16,3.56-.22,5.35S183.61,202.26,183.52,204.07Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M196.82,177.2a1.24,1.24,0,0,0-1.24,1.26,1.28,1.28,0,0,0,.26.77c-.26.29-.52.6-.76.88l-.66.75-.57.68c-1.15,1.35-3.67,4.31-4.78,5.43l-.2-.23c-.74-.84-1.5-1.72-2.15-2.5L185.64,183c-.45-.52-.92-1.06-1.4-1.65a1.27,1.27,0,0,0,.31-.83,1.24,1.24,0,1,0-1.24,1.26,1,1,0,0,0,.36-.06c.51.62,1,1.18,1.46,1.72l1.07,1.26c.65.79,1.42,1.67,2.17,2.52l.65.75.51-.44,0,0c1.14-1.12,3.6-4,4.85-5.5l.57-.67.65-.75.8-.91a1.23,1.23,0,0,0,.44.09,1.27,1.27,0,0,0,0-2.53Z'%20style='fill:%23414355'/%3e%3cpolygon%20points='236.79%20187.52%20255.39%20185.8%20256.71%20200.86%20263.72%20205.55%20263.38%20206.34%20244.73%20211.57%20237.47%20203.89%20235.44%20188.28%20236.79%20187.52'%20style='fill:%23fff'/%3e%3cpolygon%20points='244.87%20210.39%20239.87%20204.21%20238.99%20188.03%20231.56%20186.84%20231.48%20198.58%20240.09%20208.11%20240.08%20208.07%20244.53%20213.21%20244.87%20210.39'%20style='fill:%23ffa348'/%3e%3cpolygon%20points='263.72%20207.86%20244.53%20213.21%20244.87%20210.39%20263.72%20205.55%20263.72%20207.86'%20style='fill:%23ffa348'/%3e%3cpath%20d='M238.65,188.28l17-2.53-8.44-1.35a37.11,37.11,0,0,0-5.83.5c-3.54.47-9.79,1.95-9.79,1.95Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M240.68,191.74c-.86,2.58-.17,7,1.09,8.61,1.82,2.3,8.52,1.42,11.31-.68s2.62-9.45-1-11C249.81,187.75,241.92,188,240.68,191.74Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M243.35,205.83l-.11-.67c2-.31,11.18-2.43,12.28-2.77l.2.64C254.53,203.4,245.42,205.5,243.35,205.83Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M244.7,207.18l-.11-.67c2.06-.32,11.61-2.55,12.78-2.91l.2.64C256.39,204.61,246.77,206.86,244.7,207.18Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M246,208.7l-.13-.66c2.56-.52,12.32-2.83,13.35-3.15l.2.65C258.3,205.87,248.62,208.16,246,208.7Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M249.42,190.42c1.52.35,2.47,3,2.5,4.27.05,2-1.24,3.25-2.5,4.55a.25.25,0,0,0,.24.42c2.18-.61,3.79-3.48,3.43-5.68-.18-1.11-2-5.2-3.73-4a.24.24,0,0,0,.06.43Z'%20style='fill:%23fff'/%3e%3cpath%20d='M292.69,173.91A12.87,12.87,0,0,1,293,196c-1.1.71-.08,2.46,1,1.75,9.46-6,9.52-20-.34-25.6a1,1,0,0,0-1,1.75Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M289.54,177.51c6.52,3.87,6,10.76.36,15.17-1,.81.41,2.23,1.43,1.44,6.77-5.27,6.76-13.89-.77-18.36a1,1,0,0,0-1,1.75Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M286.84,180.88c3.61,1.87,3.7,6.25,0,8.05-1.18.57-.15,2.31,1,1.74,5-2.44,4.9-9,0-11.54-1.16-.6-2.18,1.15-1,1.75Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M286.34,184.85a2.14,2.14,0,1,1-2.14-2.14A2.14,2.14,0,0,1,286.34,184.85Z'%20style='fill:%232a9cc8'/%3e%3crect%20x='116.53'%20y='192.5'%20width='3.38'%20height='2.03'%20transform='translate(-17.12%2011.56)%20rotate(-5.22)'%20style='fill:%23414355'/%3e%3cpath%20d='M99.36,190.87c-.89.35-1.38,0-2.3.22-.3.08-2.43.09-2.25.45A3.58,3.58,0,0,1,96.72,194a4.13,4.13,0,0,1-1.12,3.09,8.34,8.34,0,0,0,2.64-.05,15.14,15.14,0,0,1,2.25-.5A3.89,3.89,0,0,1,99.36,190.87Z'%20style='fill:%23414355'/%3e%3cpath%20d='M119.85,187.66a3.85,3.85,0,0,0-2,0,20.63,20.63,0,0,0-2.44.59c-.28.09-.92.69-.66.68a10.9,10.9,0,0,1,2.13,1.13,6.78,6.78,0,0,1,.85,1.44c.1.18.43-.05.45-.24a2.58,2.58,0,0,1,.53-1.66c.3-.32,1.48-1.17,1.75-1.52C120.53,188,120,187.71,119.85,187.66Z'%20style='fill:%23414355'/%3e%3cpath%20d='M128.72,180.39c-1.18.22-1.19-.27-2.4-.16-.38,0-2.55.33-2.37.71a2.62,2.62,0,0,1,1.44,2.4c0,1.28-.62,1.86-1.55,2.61a13.32,13.32,0,0,0,3.37.31c.88-.06,1.06-.77,1.93-.72C127.75,184.69,126.91,181.65,128.72,180.39Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M129.54,179.93c.15,1.18-1.21,2.32-3,2.55s-3.43-.54-3.58-1.72,1.22-2.32,3-2.55S129.39,178.75,129.54,179.93Z'%20style='fill:%23ffa348'/%3e%3crect%20x='92.23'%20y='187.26'%20width='38.27'%20height='2.7'%20transform='translate(-26.06%2018.05)%20rotate(-8.3)'%20style='fill:%23858fa9'/%3e%3cpath%20d='M105.05,187.38c-1.47.45-1.66,2.08-1.66,3.49a22.84,22.84,0,0,0,.42,5.57c.34,1.35,1.74.9,2.93.67.9-.17,2-.5,2-1.63-.06-.9-.09-1.71-.2-2.61s-.17-1.72-.28-2.56a5,5,0,0,0-1-2.79C106.54,187,105.05,187.38,105.05,187.38Z'%20style='fill:%23fff'/%3e%3cpath%20d='M103.3,197c0-1-.11-2-.18-2.83-.31-4.24-.52-7,2.74-7.37a2.17,2.17,0,0,1,1.7.48c1.22,1.06,1.31,3.62,1.45,7.16q0,1,.09,2.13l-.68,0c0-.75-.06-1.46-.09-2.15-.12-3.24-.22-5.8-1.21-6.67a1.51,1.51,0,0,0-1.2-.32c-2.49.25-2.45,2.22-2.12,6.65.06.88.13,1.83.18,2.85Z'%20style='fill:%23414355'/%3e%3cpolygon%20points='122.77%20203.47%2094.08%20206.34%2093.14%20196.52%20121.93%20193.51%20122.77%20203.47'%20style='fill:%23ffa348'/%3e%3ccircle%20cx='105.89'%20cy='189.24'%20r='1.01'%20style='fill:%23414355'/%3e%3cpath%20d='M119.25,211.05a1.13,1.13,0,0,1-.92,1.29l-8.68.93a1.12,1.12,0,0,1-1.17-1.06l0-.34a1.13,1.13,0,0,1,.92-1.29l8.68-.93a1.12,1.12,0,0,1,1.17,1.06Z'%20style='fill:%23414355'/%3e%3cpath%20d='M114.52,220.5a1.12,1.12,0,0,1-.92,1.29l-8.68.93a1.11,1.11,0,0,1-1.17-1.06l0-.33a1.13,1.13,0,0,1,.92-1.29l8.68-.94a1.13,1.13,0,0,1,1.17,1.07Z'%20style='fill:%23414355'/%3e%3cpath%20d='M115.2,230a1.13,1.13,0,0,1-.93,1.29l-8.67.94a1.14,1.14,0,0,1-1.18-1.07l0-.33a1.12,1.12,0,0,1,.92-1.29l8.68-.93a1.12,1.12,0,0,1,1.17,1.06Z'%20style='fill:%23414355'/%3e%3cpath%20d='M132.08,227.93a1.13,1.13,0,0,1-.93,1.29l-8.67.93a1.13,1.13,0,0,1-1.18-1.06l0-.34a1.13,1.13,0,0,1,.92-1.29l8.68-.93a1.12,1.12,0,0,1,1.17,1.06Z'%20style='fill:%23414355'/%3e%3ccircle%20cx='105.22'%20cy='212.14'%20r='1.52'%20style='fill:%23414355'/%3e%3ccircle%20cx='134.93'%20cy='226.99'%20r='1.52'%20style='fill:%23414355'/%3e%3ccircle%20cx='118.05'%20cy='229.02'%20r='1.52'%20style='fill:%23414355'/%3e%3ccircle%20cx='118.05'%20cy='220.24'%20r='1.52'%20style='fill:%23414355'/%3e%3ccircle%20cx='122.77'%20cy='219.56'%20r='1.52'%20style='fill:%23414355'/%3e%3ccircle%20cx='127.5'%20cy='218.89'%20r='1.52'%20style='fill:%23414355'/%3e%3cpath%20d='M95.17,215.9l-.67-.13c.09-.46.27-1.2.41-1.75l.11-.44c0-.05,1.24-4.64,2.32-4.73.64,0,2.62,2.81,2.7,2.93a15.7,15.7,0,0,1,1.4,2.58c.08.19.14.33.19.43l-.59.32a4.88,4.88,0,0,1-.22-.48,14.28,14.28,0,0,0-1.34-2.47,19.68,19.68,0,0,0-2.12-2.61,15.81,15.81,0,0,0-1.69,4.18l-.11.46C95.43,214.72,95.25,215.46,95.17,215.9Z'%20style='fill:%23414355'/%3e%3cpath%20d='M95.42,213.43l-.1-.67,4.73-.68.09.67Z'%20style='fill:%23414355'/%3e%3cpath%20d='M96.31,225.83c-.08-.34-.21-1-.24-1.22s-.1-.73-.16-1.1l-.09-.6c0-.32-.1-.64-.16-1a15.08,15.08,0,0,1-.29-2.43h.68a13.23,13.23,0,0,0,.28,2.33c0,.33.11.66.16,1l.09.58c.06.38.12.75.16,1.13,0,.21.14.78.22,1.15Z'%20style='fill:%23414355'/%3e%3cpath%20d='M96.2,222.55h-.4l0-.34v-.33h.34l.18-.06c.66-.25,1.24-.46,1.76-.72s1.32-.66,1.28-1.1a.66.66,0,0,0-.25-.51,1.69,1.69,0,0,0-1.27-.14,11.65,11.65,0,0,0-1.61.47l-.66.22-.19-.65.64-.21a11.4,11.4,0,0,1,1.71-.5,2.32,2.32,0,0,1,1.8.28,1.34,1.34,0,0,1,.5,1c.09.91-1,1.46-1.62,1.76a16,16,0,0,1-1.86.76Z'%20style='fill:%23414355'/%3e%3cpath%20d='M96.54,225.81l-.09-.67c.75-.11,3.5-.79,4-1s1.21-.54,1.13-1.31a1.22,1.22,0,0,0-.5-.93,3.81,3.81,0,0,0-2.67-.29l-.13-.66a4.54,4.54,0,0,1,3.2.41,1.89,1.89,0,0,1,.77,1.41,2,2,0,0,1-1.56,2C100.1,225,97.29,225.7,96.54,225.81Z'%20style='fill:%23414355'/%3e%3cpath%20d='M99.85,235.43a4.76,4.76,0,0,1-1.82-.35,2.8,2.8,0,0,1-1.7-2,3.44,3.44,0,0,1,.75-3.26,4.83,4.83,0,0,1,4.25-1.19l-.1.66a4.19,4.19,0,0,0-3.65,1,2.85,2.85,0,0,0-.59,2.66,2.18,2.18,0,0,0,1.31,1.52,4.11,4.11,0,0,0,3.42-.16l.35.58A4.51,4.51,0,0,1,99.85,235.43Z'%20style='fill:%23414355'/%3e%3cpath%20d='M24,284.4a8.25,8.25,0,0,1-4.32.52,2.34,2.34,0,0,0-1.62.37,1.75,1.75,0,0,0-.82.47c-.55,3.93-4.58,2.45-6,5.45-.76,1.6,1.05,2.84,2.33,2.6a30.3,30.3,0,0,0,7.66-3c1-.5,1.95-.79,2.49-1.84.61-1.22.44-3,.62-4.33C24.32,284.49,24.11,284.36,24,284.4Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M48.44,289a23.7,23.7,0,0,1-3.31-1.08c-1.58-.75-1.13-2-1.31-3.42.27-.3-.49-.2-.51-.21l0-.05s-2-.29-2.18-.3a4.62,4.62,0,0,0-2.15.23c-1.26.54-1.43,1.49-1.59,2.76s-.42,1.85.68,2.63a28.28,28.28,0,0,0,5.14,2.22c1.89.74,6.76,1.32,7-.92C50.27,289.8,49.28,289.25,48.44,289Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M43.11,261.66c-.09-3.93,0-7.86-.13-11.79-.09-3.37-.48-6.75-.43-10.12,0-1.41,0-3.79-1.7-4.3a65.71,65.71,0,0,0-9.36-1.76c-3.55-.51-8.56-.8-10,3.35a.34.34,0,0,0,.13.42c-1.46,7.75-2,15.67-2.64,23.52-.68,8.4-1.28,16.81-2,25.2a.45.45,0,0,0,.56.43c1.79-.61,3.49.31,5.29.47a6.88,6.88,0,0,0,2.54-.31c1.28-.44,1.4-2,1.54-3.19.47-3.75,1.06-7.47,1.33-11.25a130,130,0,0,1,1.48-13.93,52.17,52.17,0,0,1,1.55-5.93c.24-.8,1.39-4.59,2.33-2.24a11.19,11.19,0,0,1,.52,3.73c0,1.58.18,3.16.26,4.74.45,9.06.9,18.34,2.73,27.26a.42.42,0,0,0,.4.3,55.88,55.88,0,0,0,6.17-.76.35.35,0,0,0,.25-.33C44.85,277.32,43.29,269.51,43.11,261.66Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M49.48,196.24,20.29,175c.39-.44-.28-1.27-.79-.87-3.91,3-5.18,8.64-4.85,13.4.38,5.56,5.09,9.66,7.85,14.1,3.16,5.07,2.64,12.19,1.53,17.78-1.22,6.13-2.94,12.18-3.28,18.45a.68.68,0,0,0,.83.64,37.59,37.59,0,0,1,8.14-.33c4.23.35,8.39,1.72,12.62,2.07a.6.6,0,0,0,.6-.6c.16-2.94,0-5.49-.08-8.75-.09-4.11,1.07-8.1,1.8-12.16,1.26-7,1.93-15.73,5.72-21.86C50.75,196.23,49.9,195.77,49.48,196.24Z'%20style='fill:%23414355'/%3e%3cpath%20d='M54.24,175.28c-11.31-4.22-27.51-12.66-27.51-12.66L15.15,197A2.72,2.72,0,0,1,17,198.79c.25.67.62.1,1.14.42,1,.63-.17,2.08.63,2.32a5.64,5.64,0,0,1,2.41,1.82c.29-2,1-3.84,2.82-3.34.76.25.47.42.89-.42a2.18,2.18,0,0,1,2.95-.17c.68.59,1,1.92,1.06,1.77s.7-.93,1.35.3c.21.4.89,1.73,1.14,2.07a3.46,3.46,0,0,1,.52,1.25,79.23,79.23,0,0,1,12.9,2c3.19.76,6.31,1.78,9.41,2.82a34.84,34.84,0,0,1,7.51,3.28,41.59,41.59,0,0,1,8,6.64c.65-1.87,1.39-4.11,2.18-6.76,3-10.13,7.94-29.21,7.94-29.21S59.12,177.1,54.24,175.28Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M25.82,171.1c-1.13-.46-2.51.21-3.45.81A15.1,15.1,0,0,0,19,174.5l-.13.06a3,3,0,0,0-.52,3.52c.72,1.57,2.35,1.3,4.24,1,1.29-.23,2.6-.34,3.31-1.35.57-.79-.21-1.13-.84-1.37.75-.4,1.82-1,1.69-1.8-.08-.49-.87-.87-1.23-1a2.08,2.08,0,0,0,.91-.84A1.05,1.05,0,0,0,25.82,171.1Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M27,174.69a1.25,1.25,0,0,0-1.18-1.2,2.79,2.79,0,0,0,.87-.72c.56-.7-.13-1.31-.7-1.61a.08.08,0,0,0-.09.13c1.53,1.37-.29,2-1.85,2.3l-.68.13-.77.12h-.1c-.35.07-.26.6.08.6a8.72,8.72,0,0,0,2.13-.41c1.7-.39,2.44.79,1,1.69a6.29,6.29,0,0,1-2.72.57h-.35v.43l.28,0a9.71,9.71,0,0,0,1.08,0c.24,0,2.9-.2,1.7,1.13-.65.72-3.5,1.36-4.79,1.49-.61.06-.37.54-.17.51,2.66-.38,5.48-1.17,5.48-2.48a1,1,0,0,0-.86-1C26.22,176,27,175.61,27,174.69Z'%20style='fill:%23414355'/%3e%3crect%20x='45.63'%20y='184.4'%20width='11.48'%20height='1.35'%20transform='matrix(0.99,%20-0.17,%200.17,%200.99,%20-30.1,%2011.14)'%20style='fill:%23858fa9'/%3e%3crect%20x='45.14'%20y='181.05'%20width='1.35'%20height='7.38'%20transform='translate(-46.15%2018.1)%20rotate(-14.97)'%20style='fill:%23414355'/%3e%3crect%20x='54.28'%20y='182.71'%20width='7.38'%20height='1.35'%20transform='translate(-112.03%2093.43)%20rotate(-44.57)'%20style='fill:%23414355'/%3e%3cpath%20d='M52.73,185c-.31.77-.61,1.55-.91,2.33l-.89-.12,1-2.12c.17-.39-.41-.73-.59-.34-1.26,2.81-2.56,5.61-3.77,8.44-.17.4.42.74.59.34.46-1.08.94-2.16,1.43-3.24l.86.06.26,0c-.37,1-.75,1.94-1.14,2.9-.17.41.48.58.65.18.46-1.12,2.86-7.42,3.2-8.27C53.55,184.76,52.89,184.59,52.73,185Zm-2.29,4.68h-.23l-.37,0,.81-1.81a3.49,3.49,0,0,1,.56,0,2,2,0,0,0,.42,0l-.72,1.92A2.63,2.63,0,0,0,50.44,189.66Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M36.68,208.2l6.76-16.37s1.68-2,6.75-.68a7.63,7.63,0,0,1,4.56,3L50,211.57Z'%20style='fill:%23fcc18b'/%3e%3cpolygon%20points='59.3%20203.7%2055.31%20207.07%2054.3%20211.41%2059.42%20214.05%2061.05%20208.82%2059.3%20203.7'%20style='fill:%23fcc18b'/%3e%3cpolygon%20points='60.54%20208.42%2058.29%20213.15%2063.69%20216.19%2065.83%20211.35%2060.54%20208.42'%20style='fill:%23fff'/%3e%3cpath%20d='M59.25,204.15l.9,5.12,6.07,2.59L66,206.12l-6.58-3s-4.93,3.49-4.73,3.76a3.19,3.19,0,0,0,.56.51Z'%20style='fill:%23ffa348'/%3e%3cpolygon%20points='44.95%20195.2%2043.27%20198.86%2045.29%20199.08%2046.64%20195.2%2044.95%20195.2'%20style='fill:%23858fa9'/%3e%3cpolygon%20points='42.42%20200.69%2039.81%20206.59%2042.68%20207.19%2044.7%20200.94%2042.42%20200.69'%20style='fill:%23858fa9'/%3e%3cpath%20d='M30.27,201.49c-.65-1.23-1.22-.51-1.35-.3s-.38-1.18-1.06-1.77a2.18,2.18,0,0,0-2.95.17c-.42.84-.13.67-.89.42-1.85-.5-2.53,1.31-2.82,3.34a5.64,5.64,0,0,0-2.41-1.82c-.8-.24.38-1.69-.63-2.32-.52-.32-.89.25-1.14-.42A2.72,2.72,0,0,0,15.15,197l-2.85,8.46a41.51,41.51,0,0,1,5.12-.58c3.09-.22,6.16-.19,9.25-.21,1.74,0,3.5.05,5.26.17a3.46,3.46,0,0,0-.52-1.25C31.16,203.22,30.48,201.89,30.27,201.49Z'%20style='fill:%23fff'/%3e%3cpath%20d='M26.05,202.61c.12-.57.6-1,.83-1.52.06-.14-.17-.26-.27-.15a5.33,5.33,0,0,0-.86,1.35,4,4,0,0,0-.23,1,2.22,2.22,0,0,0-1.72-1.34c-.17,0-.21.23-.08.31,2.8,1.66,1.33,4.87,2.11,7.37.11.35.71.31.67-.09-.11-1.17-.05-3.82-.72-5.66A6.68,6.68,0,0,0,26.05,202.61Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M27.45,202a4.78,4.78,0,0,0-.38,1.85,5.53,5.53,0,0,0-.25,1.89.14.14,0,0,0,.26,0c.35-1.18.48-2.39.74-3.58A.2.2,0,0,0,27.45,202Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M28.81,203.14c-.61.54-.79,1.43-1.39,2-.1.1,0,.26.16.19.72-.38,1.07-1.23,1.56-1.85A.23.23,0,0,0,28.81,203.14Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M16.51,201.36a1.92,1.92,0,0,0-.67,1.28,2.31,2.31,0,0,0-.57-.83.2.2,0,0,0-.33.2c.12.71.57,1.39.76,2.11a6.74,6.74,0,0,1,.17,2.45c0,.16.24.23.31.08a3.85,3.85,0,0,0,.13-2.42c0-.15-.07-.33-.11-.51a7.19,7.19,0,0,0,.1-.92,3,3,0,0,1,.45-1.21C16.82,201.45,16.66,201.25,16.51,201.36Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M31.65,203.52a7.2,7.2,0,0,1-1-2.09c-.29-.73-1.09-1.31-1.7-1-.38-.7-.65-1.79-1.76-1.86-.67,0-2.06,0-2.47.71-.32.58-.59.43-1.21.31a1.77,1.77,0,0,0-1.37.43c-1,.63-.92,1.77-1,2.79-.86-.86-1.1-1.45-2.36-1.55a1.87,1.87,0,0,0-.63-2.56,1.42,1.42,0,0,0-1.1-.23c-.41-.76-.84-1.51-1.77-1.67a1.66,1.66,0,0,1-.22.3c.85.18,1.69.69,1.69,1.54a.89.89,0,0,0-.28.64.47.47,0,0,0,.7.4l.08-.05a.47.47,0,0,0,.17-.2l.22.14c.64.28.78.88.4,1.82a.29.29,0,0,0,.25.43c1.39-.16,1.95.89,2.86,1.68a.25.25,0,0,0,.42-.17,10.87,10.87,0,0,0,.06-1.28c0-1.64,1.67-2.12,3-1.79a.19.19,0,0,0,.24-.14c.18-1,1.17-.93,1.84-1,1.41,0,1.51,1.21,1.93,2a.24.24,0,0,0,.4,0c.88-1.26,1.7,2.17,1.54,1.9.21.36.67.57.91,1,1.53,2.46-2.53,2.47-3.89,2.52-1.57,0-3.11.3-4.68.32s-3.27-.12-4.91-.14-3.36,0-5-.07c-.32,0-.68,0-1,0a1,1,0,0,1-.25.45,8.9,8.9,0,0,0,1.26,0c3.1-.1,6.23.09,9.34.16a55,55,0,0,0,8.1-.54,1.85,1.85,0,0,0,1.71-1.94A2.3,2.3,0,0,0,31.65,203.52Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M61.75,212.88a34.84,34.84,0,0,0-7.51-3.28c-3.1-1-6.22-2.06-9.41-2.82a76.62,76.62,0,0,0-18.16-2.14c-3.09,0-6.16,0-9.25.21a41.51,41.51,0,0,0-5.12.58l-.6,1.76a174,174,0,0,0,21.61,9.28c2,.72,7.42,2.46,13.33,4.33l7.27,2.3c-.17-.47-.43-.93-.61-1.35a9.38,9.38,0,0,1-.9-2.24.34.34,0,0,1,.61-.26,8.85,8.85,0,0,1,1.2,2.61c.1-.23.21-.45.31-.66a2.85,2.85,0,0,1,1-1.26c.15-.08.35.09.24.25a11.12,11.12,0,0,0-1.33,2.29,3.9,3.9,0,0,1,.13.81l3.09,1a5.57,5.57,0,0,0-.22-2.07,10.57,10.57,0,0,1-.9-2.77c0-.19.24-.22.33-.09.28.42.61.85.9,1.31a1.47,1.47,0,0,1,.17-.36,6.36,6.36,0,0,1,1.42-1.51c.07-.06.17,0,.13.11-.25.57-.85.86-1.18,1.38a2,2,0,0,0-.3.78,4.72,4.72,0,0,1,.56,1.41,10.53,10.53,0,0,1,.51-1,6.32,6.32,0,0,1,1.76-2c.18-.13.4.16.24.31a9.45,9.45,0,0,0-2.45,3.7,10.85,10.85,0,0,1-.05,1.12l2.84.89c0-.59,0-1.22.08-1.73a5,5,0,0,1,.53-2c.1-.16.39-.11.37.1-.07.65-.19,1.29-.29,1.94A7.72,7.72,0,0,1,63,223a7.34,7.34,0,0,1,1.16-.85c.15-.06.27.17.16.27A16.82,16.82,0,0,1,62,224.16c0,.24-.07.48-.09.73s-.06.46-.1.69l1.19.36a5.21,5.21,0,0,1,2.11-2.37.18.18,0,0,1,.25.25A13.47,13.47,0,0,1,64,225.27a7.78,7.78,0,0,0-.58.8l3.32,1s.57-1.1,1.54-3.54c.43-1.08.94-2.42,1.51-4A41.59,41.59,0,0,0,61.75,212.88Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M61.05,219.73c.16-.15-.06-.44-.24-.31a6.32,6.32,0,0,0-1.76,2,10.53,10.53,0,0,0-.51,1A4.72,4.72,0,0,0,58,221a2,2,0,0,1,.3-.78c.33-.52.93-.81,1.18-1.38,0-.1-.06-.17-.13-.11a6.36,6.36,0,0,0-1.42,1.51,1.47,1.47,0,0,0-.17.36c-.29-.46-.62-.89-.9-1.31-.09-.13-.35-.1-.33.09a10.57,10.57,0,0,0,.9,2.77,5.57,5.57,0,0,1,.22,2.07l.92.29a10.85,10.85,0,0,0,.05-1.12A9.45,9.45,0,0,1,61.05,219.73Z'%20style='fill:%23fff'/%3e%3cpath%20d='M65.37,223.82a.18.18,0,0,0-.25-.25A5.21,5.21,0,0,0,63,225.94l.4.13a7.78,7.78,0,0,1,.58-.8A13.47,13.47,0,0,0,65.37,223.82Z'%20style='fill:%23fff'/%3e%3cpath%20d='M55.74,220.19c.11-.16-.09-.33-.24-.25a2.85,2.85,0,0,0-1,1.26c-.1.21-.21.43-.31.66a8.85,8.85,0,0,0-1.2-2.61.34.34,0,0,0-.61.26,9.38,9.38,0,0,0,.9,2.24c.18.42.44.88.61,1.35l.63.19a3.9,3.9,0,0,0-.13-.81A11.12,11.12,0,0,1,55.74,220.19Z'%20style='fill:%23fff'/%3e%3cpath%20d='M62,224.16a16.82,16.82,0,0,0,2.26-1.75c.11-.1,0-.33-.16-.27A7.34,7.34,0,0,0,63,223a7.72,7.72,0,0,0-.87.74c.1-.65.22-1.29.29-1.94,0-.21-.27-.26-.37-.1a5,5,0,0,0-.53,2c-.06.51,0,1.14-.08,1.73l.43.14c0-.23.07-.45.1-.69S62,224.4,62,224.16Z'%20style='fill:%23fff'/%3e%3cpath%20d='M68.76,222.27c-.22-.17-.46-.34-.73-.52a2.29,2.29,0,0,0-1.81-.45c-.44.2-.13.18-.11-.36a4.87,4.87,0,0,0-.21-1.82c-.2-.61-1-.93-1.51-1.11a1.54,1.54,0,0,0-.77,0c-.51.14-.23.34-.3-.27-.11-.93-1.16-1-1.68-.54-.28-.7-.63-1.72-1.79-1.81a2.12,2.12,0,0,0-2.3,1.1c-1.08-1.3-3.1-1-4.34.06a2.47,2.47,0,0,0-.7,1.17c-.08.23-.66.1-1,.18A1.78,1.78,0,0,0,50,219.46a2,2,0,0,0-2.29,1.71l.54.17c.14-1,.66-2.15,1.78-1.28a.31.31,0,0,0,.52-.21c.09-1.21,1.07-1.5,2-1.56a.15.15,0,0,0,.23-.13A2.65,2.65,0,0,1,55.25,216c.66-.07,2,.34,2.07,1.17a.3.3,0,0,0,.55.15c1.05-1.61,2.84-1.54,3.53.49.06.18.32,0,.6-.18a.81.81,0,0,1,1,1,.19.19,0,0,0,.32.13c.79-.94,2.07.06,2.34.92a6.79,6.79,0,0,1,0,2.16.2.2,0,0,0,.34.14c.71-.73,2.41.66,2.47,1C68.63,222.65,68.69,222.4,68.76,222.27Z'%20style='fill:%23fff'/%3e%3cpath%20d='M234.21,132.1c-1.08.24-1.68,2.2-2.31,3a13,13,0,0,0-2,2.87c-.22.49-.44,1.33,0,1.78a1.37,1.37,0,0,0,.85.45,19.22,19.22,0,0,1,3.13.47c.95.15,1.35-.73,1.62-1.46.69-1.82,1.59-3.5,2.16-5.36.16.13.42.12.47-.13C238.52,131.89,235.29,131.86,234.21,132.1Z'%20style='fill:%232a9cc8'/%3e%3cpolygon%20points='225.91%20149.18%20217.92%20148.95%20217.81%20151.99%20225.91%20151.99%20225.91%20149.18'%20style='fill:%23414355'/%3e%3cpath%20d='M237.36,140.34c-1.35-.38-2.69.07-4.05-.39a6,6,0,0,0-3.08-.69c-.29.05-.18.44,0,.49,0,1.27.23,3.06,1.43,3.68a10.25,10.25,0,0,0,6.09-.29C239.21,142.41,238.82,140.75,237.36,140.34Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M231.82,143.21l-1,.23s.45,2.58.79,2.58,6.75-.67,6.75-.67l.56-2.81Z'%20style='fill:%23414355'/%3e%3cpath%20d='M249.54,141.19c-1.52-7.6-9.28-15.2-17.56-15-.5,0-1.18.17-1.85.17a.59.59,0,0,1-.17.34,18.84,18.84,0,0,0-11.31,1.52,24.12,24.12,0,0,0-10.38,9.87c-2.36,4.05-2.28,10.05-.76,14.6a18.47,18.47,0,0,0,6.75,9.63,24.29,24.29,0,0,0,24.14,2C246.5,160.26,251.4,150,249.54,141.19Zm-16,17.72c-5.9,2.53-13.08.62-17.55-4-3.8-4-4.22-11.82.34-16.71,2.7-2.7,7.76-6.25,11.81-5.07l1.35-.08c6.08.17,12.21,4.06,13.17,10.3C243.8,151,239.41,156.55,233.5,158.91Z'%20style='fill:%23414355'/%3e%3crect%20x='225.91'%20y='120.93'%20width='3.38'%20height='22.28'%20transform='translate(-8.26%2015.38)%20rotate(-3.8)'%20style='fill:%23fff'/%3e%3cpath%20d='M224.73,120.93a28.64,28.64,0,0,0,.28,5.7c.21,1.9.48,3.8.57,5.71s0,3.71.19,5.57c.09.94.19,1.89.27,2.84s0,1.81.18,2.68a.2.2,0,0,0,.39,0,11.46,11.46,0,0,0-.05-2.68c-.08-.91-.17-1.82-.26-2.72-.18-1.9-.11-3.79-.2-5.69s-.36-3.73-.57-5.59-.27-3.88-.47-5.82a.17.17,0,0,0-.33,0Z'%20style='fill:%23414355'/%3e%3cpolygon%20points='223.77%20147.38%20233.67%20142.99%20235.14%20144.56%20225.91%20149.18%20223.77%20147.38'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M230.63,145.91a.73.73,0,1,1-.73-.67A.7.7,0,0,1,230.63,145.91Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M227.21,148.34c-.37-.2-.75-.39-1.12-.6-1-.58-.73-1.73-.65-2.58.16-1.53-2-2.92-2.84-1.47l-.31-.19a.11.11,0,0,0-.21.05c-.09,1.15-1.58,1.64-1.75,2.82-.11.69,1.95,2,2.35,2.32a27.33,27.33,0,0,0,3.44,2.28c.58.34,1.63.59,2.13-.05a1.52,1.52,0,0,0-.06-1.82A2.23,2.23,0,0,0,227.21,148.34Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M222.53,116.88c-2,.11-6.39-.95-7.93.84-1.35,1.58.62,5.18,2.19,5.4,1.8.23,12,.57,13.84,0s1.35-2.87-.33-4.55c-1.35-1.35-5.86-2.25-7.66-1.69h0V117Z'%20style='fill:%23414355'/%3e%3cpath%20d='M222.53,116.73c-1.67,0-3.34-.34-5-.25-1.29.07-3,.41-3.43,1.84a4.69,4.69,0,0,0,1.24,4.09,2.57,2.57,0,0,0,1.48.93,11.76,11.76,0,0,0,1.18.11c3,.24,6,.32,9,.27a20.38,20.38,0,0,0,3.4-.23,2.14,2.14,0,0,0,1.47-3,5.54,5.54,0,0,0-4-3.36,16.79,16.79,0,0,0-2.89-.57,4,4,0,0,0-2.37.15.23.23,0,0,0-.11.26l0,.1.3-.22-.14-.07a.15.15,0,0,0-.21.21l.07.13a.2.2,0,0,0,.37,0l0-.1-.23.17c.6,0,1.2-.17,1.81-.16a10.7,10.7,0,0,1,2.38.3,6,6,0,0,1,3.91,2.21c.77,1.11,1.25,3.15-.57,3.46a19.4,19.4,0,0,1-2.95.19c-2.69.06-5.37,0-8.05-.08a11.23,11.23,0,0,1-2.46-.15c-1.3-.33-2.18-2.16-2.34-3.36-.52-3.91,6-2.37,8.16-2.49C222.73,117,222.73,116.72,222.53,116.73Z'%20style='fill:%23414355'/%3e%3cpath%20d='M235.28,105.84a19,19,0,0,1-5.68-.23c-1.7-.39-3.33-1-5-1.46a14.28,14.28,0,0,0-4.37-.38,7.84,7.84,0,0,0-1.58.29c-.64.16-1.33.75-2,.89l-.14-.2a.28.28,0,0,0-.51.24c-1.38,2.92-3.24,6.61-1.69,9.86,1.71,3.56,5.95,5.34,9.32,7,2.07,1,4.18,2.4,4.9,4.7.67,2.12-.38,4.49-1.39,6.3s-1.92,3.67-2.85,5.54-2.06,3.73-2.82,5.73a.37.37,0,0,0,.17.43c2.29,1.6,4.35,3.17,6.36.39,2.61-3.62,5.1-7.4,7.5-11.18a9.29,9.29,0,0,0,1.59-3.35,8,8,0,0,0-.4-3.4,22,22,0,0,1,3.66,1.57,20.9,20.9,0,0,0,.81-2c2.16-5.13,5.2-10,5.67-15.69C247.36,105,239.13,105.62,235.28,105.84Zm.14,14.19a17.32,17.32,0,0,0-3.83-5,6.18,6.18,0,0,0,1.15.37,15.69,15.69,0,0,0,3,.43,9.94,9.94,0,0,0,2.84-.2C237.64,117.16,236.49,118.57,235.42,120Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M261.33,87.8c.12-1.74-1.95-1.77-3.22-1.56s-2.5,1.05-3.79,1.39c-.66.18-1.5.27-1.95.87-1.11,1.48-.45,3.07,1,3.93a.35.35,0,0,0,.43-.05c1.22.48,2.7.14,4,0,1.06-.1,2.29-.21,2.33-1,0-.21-.24-.48-.39-.59a3.67,3.67,0,0,0-.85-.45C260.07,89.79,261.25,89,261.33,87.8Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M253.61,88a.36.36,0,0,0-.45-.34,37.1,37.1,0,0,1-4.32.73c-1.4.11-4.06.68-5.21-.33-.63-.56-.8-2-.92-2.77s-.41-1.87-.64-2.78a6.88,6.88,0,0,0-2.62-4,10,10,0,0,0-3.2-1.62,9.73,9.73,0,0,0-2.28-.33c-.9-1.32-2.49-1-3.92-.64s-3.13.45-4.61.94a3.28,3.28,0,0,0-1,.16.3.3,0,0,0-.19,0c-5.17.77-8.62,4.12-11.76,8a29.24,29.24,0,0,0-4.09,6.64,10.56,10.56,0,0,0-1.16,4.48c0,1.71,1.35,3,2.63,3.74a12.54,12.54,0,0,0,5.16,1.55c0,1.76,0,4.41,2.15,5a21.63,21.63,0,0,0,4.25.67c1.94.18,3.76.79,5.67,1.1,2.84.46,5.5-.62,7.9-2a.29.29,0,0,0,.15-.27,35.74,35.74,0,0,1,1.4-9.58c.37-1.37.57-2.77.81-4.17a5.87,5.87,0,0,1,.25-1c.61,1.84,1.71,3.64,3.64,3.85A18.85,18.85,0,0,0,247,95c2.34-.48,4.46-1.71,6.86-2.12a.28.28,0,0,0,.21-.21C254.27,91.05,253.52,89.61,253.61,88Z'%20style='fill:%23414355'/%3e%3cpath%20d='M224.44,83.62c-.59.66-1.27,1.3-1.9,1.92a23.48,23.48,0,0,1-2.11,1.87,45,45,0,0,0-4.2,3.35c-.92.89-2,2.17-1.73,3.55.28,1.53,2.27,2.25,3.6,2.52a12.32,12.32,0,0,0,3.21,0c1.31-.08,2.62-.08,3.92-.18a.19.19,0,0,0,0-.38c-1.94-.13-3.86.26-5.8.23a5.6,5.6,0,0,1-2.62-.69c-.68-.37-1.45-.77-1.59-1.61-.22-1.39,1.4-2.59,2.31-3.38,1.2-1,2.52-2,3.69-3a17.56,17.56,0,0,0,1.85-1.91c.24-.3.48-.61.71-.92s.51-.87.8-1.29a.09.09,0,0,0-.14-.11Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M242.9,65.42a2.86,2.86,0,0,0-1.29-.61c-1.78-.56-2.2-2.49-2.74-4-1-2.84-4.63-4-7.33-4.19a9.9,9.9,0,0,0-4.81,1.21c-1.89.89-3.3,1.76-4.16,3.73a.24.24,0,0,0,.05.26c-2.16,2.49-2.32,5.06-2.05,8.31a7.74,7.74,0,0,0,1.65,4.37,15.27,15.27,0,0,0,4.12,3.08c.46.28.15,1.4.4,1.86a1.79,1.79,0,0,0,1.11.9c1.37.45,3.34.83,4.63,0,.78-.52.92-1.65,1.18-2.46s1.41-1.12,2.05-1.47A14.41,14.41,0,0,0,238,74.89a6.16,6.16,0,0,0,2.17-4c.28-1.67,2.11-1.54,2.83-2.81A2.32,2.32,0,0,0,242.9,65.42Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M228.77,95.88a6.86,6.86,0,0,0-2,.1c-.66.08-1.22.11-2,.22a1.19,1.19,0,0,0-.61.32,12,12,0,0,0-1,.94,2.51,2.51,0,0,0-.62,1.93,1.31,1.31,0,0,0,1.19,1,16.4,16.4,0,0,0,4,0c1.29-.18,4.33-1.14,3.39-3.1C230.67,96.25,229.76,96.06,228.77,95.88Z'%20style='fill:%23ffa348'/%3e%3cellipse%20cx='235.95'%20cy='63.75'%20rx='0.84'%20ry='0.89'%20style='fill:%23414355'/%3e%3cpath%20d='M240.93,56.56a14.41,14.41,0,0,0-9.9-3.21,15.61,15.61,0,0,0-7.48,1.82c-5,2.58-7.15,9-6.4,14.34a.24.24,0,0,0,.17.17,29,29,0,0,0,3.27.95c.18,0,.31,0,.32-.15a12.58,12.58,0,0,1,8.49-11.09,11.76,11.76,0,0,1,5.82-.27,18.6,18.6,0,0,1,2.28.68c.81.25,1,0,1.21-.31.76-1,1.1-1.33,2-2.37C240.8,57,241.08,56.69,240.93,56.56Z'%20style='fill:%23414355'/%3e%3crect%20x='177.97'%20y='161.44'%20width='3.38'%20height='12.83'%20style='fill:%23858fa9'/%3e%3crect%20x='243.46'%20y='162.79'%20width='3.38'%20height='12.83'%20style='fill:%23858fa9'/%3e%3crect%20x='286'%20y='158.74'%20width='3.38'%20height='12.83'%20style='fill:%23858fa9'/%3e%3crect%20x='309.63'%20y='161.44'%20width='12.83'%20height='3.38'%20transform='translate(101.47%20446.77)%20rotate(-80.19)'%20style='fill:%23858fa9'/%3e%3crect%20x='106.4'%20y='163.47'%20width='3.38'%20height='12.83'%20transform='translate(-25.69%2019.39)%20rotate(-9.17)'%20style='fill:%23858fa9'/%3e%3crect%20x='74.66'%20y='160.77'%20width='3.38'%20height='12.83'%20transform='translate(-25.66%2014.3)%20rotate(-9.17)'%20style='fill:%23858fa9'/%3e%3c/svg%3e";
2
+ export {
3
+ l as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const c = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20350%20350'%3e%3cpath%20d='M119.7,334.09c0,5.6-13.86,5.33-45.32,7.47-25.85,1.75-40.51-1.87-40.51-7.47S46.87,324,72.78,324,119.7,328.5,119.7,334.09Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M297.76,330.36c7.47,8.53-18.45,9.24-49,10.66-45.85,2.13-55.55-3.24-53.32-8,4.27-9.07,40-11.71,70.56-10.49C288.17,323.43,294.08,326.15,297.76,330.36Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M172.74,54.85a.41.41,0,0,1,.45-.28c3,.5,6.25,1.49,8.5,3.55a8.69,8.69,0,0,1,2.82,5.26c.26,1,.34,1.79.53,2.8.35,1.37-.12,1-.61.95-3.15-.63-6.56-1.5-8.94-3.75C173.58,61.58,172.05,57.43,172.74,54.85Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M243.27,11.08a.32.32,0,0,1,.38-.12,12.73,12.73,0,0,1,5.52,4.3,6.51,6.51,0,0,1,1,4.4c0,.8-.1,1.39-.17,2.17,0,1.07-.3.74-.64.57-2.17-1.09-4.5-2.4-5.8-4.52C242.54,16.18,242.25,12.84,243.27,11.08Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M263.73,12.37a.31.31,0,0,1,.39.1A12.72,12.72,0,0,1,266.64,19a6.5,6.5,0,0,1-1.4,4.3c-.42.68-.8,1.14-1.26,1.77-.56.91-.63.48-.84.16-1.31-2-2.62-4.37-2.64-6.86C260.48,16.37,262,13.35,263.73,12.37Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M280.7,57.22a.33.33,0,0,1,.4,0,12.76,12.76,0,0,1,3.63,6,6.53,6.53,0,0,1-.62,4.48c-.3.74-.59,1.26-.93,2-.39,1-.54.59-.8.31-1.65-1.79-3.35-3.85-3.81-6.29C278.2,61.73,279.12,58.5,280.7,57.22Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M306.13,61.75a.32.32,0,0,1,.34.2,12.86,12.86,0,0,1,.54,7,6.54,6.54,0,0,1-2.58,3.72c-.6.53-1.09.86-1.71,1.33-.81.71-.75.28-.86-.09-.66-2.34-1.25-4.94-.55-7.33C301.86,64.64,304.14,62.17,306.13,61.75Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M279.72,28.36a.36.36,0,0,1,.4.1A12.79,12.79,0,0,1,282.63,35a6.53,6.53,0,0,1-1.4,4.31c-.42.67-.8,1.13-1.25,1.76-.57.92-.64.49-.85.16-1.3-2.05-2.62-4.37-2.64-6.86C276.47,32.36,278,29.34,279.72,28.36Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M268,55a.32.32,0,0,1,.39.1,12.79,12.79,0,0,1,2.51,6.52A6.57,6.57,0,0,1,269.51,66c-.42.67-.8,1.13-1.26,1.76-.57.91-.64.48-.85.16-1.3-2.05-2.62-4.37-2.64-6.86C264.75,59,266.22,56,268,55Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M216.34,24.05a.34.34,0,0,0-.13.38,12.76,12.76,0,0,0,4.11,5.66,6.53,6.53,0,0,0,4.37,1.17c.8,0,1.38-.06,2.17-.1,1.07,0,.75-.27.59-.62-1-2.21-2.25-4.58-4.33-5.95C221.46,23.5,218.13,23.09,216.34,24.05Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M256.86,61.37a.32.32,0,0,0-.13.38,12.79,12.79,0,0,0,4.1,5.66,6.56,6.56,0,0,0,4.38,1.17c.79,0,1.38-.06,2.16-.1,1.07,0,.75-.27.59-.62-1-2.21-2.24-4.58-4.32-6C262,60.82,258.65,60.41,256.86,61.37Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M202.5,37a.33.33,0,0,1,.4,0,12.8,12.8,0,0,1,4,5.77,6.58,6.58,0,0,1-.36,4.51c-.26.75-.52,1.28-.82,2-.33,1-.5.61-.78.35-1.74-1.7-3.56-3.65-4.16-6.07C200.26,41.67,201,38.4,202.5,37Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M210,22.1a.33.33,0,0,1,.4,0,12.8,12.8,0,0,1,4,5.77,6.51,6.51,0,0,1-.36,4.51c-.25.75-.52,1.29-.81,2-.34,1-.51.61-.79.35-1.74-1.69-3.56-3.65-4.16-6.06C207.72,26.74,208.46,23.47,210,22.1Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M314.84,72.57a.32.32,0,0,1,0,.4,12.86,12.86,0,0,1-6.1,3.4,6.61,6.61,0,0,1-4.46-.78c-.73-.32-1.23-.64-1.93-1-1-.43-.56-.56-.27-.81,1.85-1.58,4-3.21,6.42-3.58C310.43,69.91,313.63,70.94,314.84,72.57Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M297,40.78a.43.43,0,0,0-.12-.52c-2.44-1.74-5.46-3.38-8.51-3.53a8.65,8.65,0,0,0-5.71,1.7c-.91.54-1.52,1-2.37,1.6-1.22.72-.65.83-.24,1.11,2.66,1.78,5.68,3.59,9,3.7C291.59,44.93,295.61,43.09,297,40.78Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M279.59,14.65a.42.42,0,0,0-.38-.36c-3-.1-6.42.2-9,1.76a8.66,8.66,0,0,0-3.82,4.58c-.46.95-.7,1.69-1.09,2.64-.62,1.27-.09,1.05.42,1.06,3.2,0,6.71-.15,9.5-1.87C277.42,21.08,279.75,17.33,279.59,14.65Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M258.07,6.27a.42.42,0,0,0-.51-.12c-2.63,1.44-5.42,3.44-6.88,6.13a8.65,8.65,0,0,0-1,5.89c.08,1,.26,1.8.41,2.82.11,1.41.46,1,.89.7,2.76-1.62,5.71-3.55,7.23-6.45C259.47,12.91,259.57,8.49,258.07,6.27Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M240,8a.43.43,0,0,0-.49-.2c-2.82,1-5.89,2.56-7.75,5a8.64,8.64,0,0,0-1.85,5.67c-.08,1,0,1.82,0,2.85-.11,1.41.3,1,.77.83,3-1.17,6.19-2.62,8.14-5.25C240.39,14.81,241.16,10.46,240,8Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M246.06,24.64a.44.44,0,0,0-.42-.33c-3,.19-6.37.82-8.83,2.63a8.62,8.62,0,0,0-3.36,4.92c-.37,1-.53,1.75-.83,2.74-.49,1.32,0,1,.51,1,3.19-.29,6.68-.78,9.29-2.77C244.51,31.25,246.47,27.28,246.06,24.64Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M218.75,50.47a.33.33,0,0,1,0,.4A12.87,12.87,0,0,1,213.09,55a6.51,6.51,0,0,1-4.51-.25c-.77-.23-1.3-.48-2-.76-1-.31-.62-.49-.36-.77,1.64-1.79,3.55-3.66,5.95-4.32C214.05,48.35,217.34,49,218.75,50.47Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M308.9,96.42a.33.33,0,0,1-.25.31,12.83,12.83,0,0,1-7-.38,6.56,6.56,0,0,1-3.35-3c-.45-.67-.7-1.2-1.1-1.88-.59-.89-.17-.78.21-.83,2.4-.35,5.06-.59,7.34.41C306.59,91.81,308.73,94.39,308.9,96.42Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M316,78.45a.41.41,0,0,1,.21.48c-1,2.83-2.52,5.91-4.94,7.78a8.63,8.63,0,0,1-5.65,1.9c-1,.08-1.83,0-2.86,0-1.41.11-1-.3-.83-.77,1.15-3,2.58-6.2,5.2-8.18C309.2,78.14,313.54,77.33,316,78.45Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M299.21,58.57a.42.42,0,0,0-.42-.32c-3,.27-6.34,1-8.75,2.88a8.64,8.64,0,0,0-3.22,5c-.34,1-.49,1.76-.75,2.76-.46,1.33,0,1,.54,1,3.18-.39,6.65-1,9.2-3C297.85,65.22,299.7,61.2,299.21,58.57Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M218.7,7a.42.42,0,0,1,.49-.2c2.82,1,5.88,2.56,7.74,5a8.63,8.63,0,0,1,1.86,5.67c.08,1,0,1.83,0,2.86.11,1.4-.3,1-.77.82-3-1.17-6.19-2.62-8.14-5.25C218.34,13.74,217.56,9.39,218.7,7Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M172.15,74.46A.43.43,0,0,1,172,74c1.4-2.66,3.35-5.48,6-7a8.62,8.62,0,0,1,5.87-1c1,.06,1.81.22,2.83.36,1.41.08,1,.44.71.87-1.57,2.8-3.44,5.77-6.32,7.35C178.82,75.75,174.4,75.92,172.15,74.46Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M200.36,17.84a.33.33,0,0,1,.41,0,12.9,12.9,0,0,1,4,5.76,6.57,6.57,0,0,1-.36,4.51c-.26.76-.52,1.29-.82,2-.34,1-.51.62-.78.35-1.75-1.69-3.57-3.64-4.16-6.06C198.13,22.48,198.86,19.2,200.36,17.84Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M272.06,34.48a.33.33,0,0,1,0,.4A12.84,12.84,0,0,1,266.41,39a6.6,6.6,0,0,1-4.52-.25c-.76-.23-1.3-.49-2-.76-1-.32-.63-.5-.37-.78,1.65-1.79,3.55-3.65,5.95-4.31C267.37,32.36,270.66,33,272.06,34.48Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M185.15,32.37a.42.42,0,0,1,.16-.5c2.61-1.49,5.78-2.81,8.83-2.65a8.63,8.63,0,0,1,5.51,2.28c.85.62,1.41,1.16,2.19,1.83,1.14.83.57.88.13,1.12-2.83,1.51-6,3-9.28,2.77C190.07,37,186.26,34.8,185.15,32.37Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M175.11,41.66a.43.43,0,0,1,.3-.43c2.93-.67,6.34-1,9.22,0A8.67,8.67,0,0,1,189.25,45c.63.84,1,1.52,1.57,2.39.85,1.13.29,1-.2,1.11-3.14.63-6.62,1.14-9.69,0C178.48,47.56,175.47,44.32,175.11,41.66Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M217.8,80.86c0,2.82-.31,5.64-.42,8.47,0,1.37,2.08,1.37,2.13,0,.11-2.83.4-5.65.42-8.47a1.07,1.07,0,0,0-2.13,0Z'%20style='fill:%23414355'/%3e%3cpath%20d='M301.91,86.89a187.47,187.47,0,0,0-18.35,4.38c-1.85.52-3.66,1.17-5.49,1.77,1.78-2.43,3.51-4.91,5.21-7.39.57-.83,1.23-1.67,1.87-2.54a34.08,34.08,0,0,0,6.47-2.47c4-1.75,8.41-3.54,11.51-6.68a1.32,1.32,0,0,0-1.27-2.19c-3.43.84-6.49,2.79-9.63,4.34-1.51.74-3,1.42-4.58,2.1.73-2.62,1-5.33,1.59-8,.46-2.1-2-4.74-4.07-3.13A14.63,14.63,0,0,0,281,71.71a38.76,38.76,0,0,1-5.61,7.89c-.42.45-.83.92-1.24,1.39-.45-5.18-1.93-11.14-5.58-14.87a1.75,1.75,0,0,0-2.91,1.69c1.1,3.83,2.85,7.33,3.67,11.26a45.16,45.16,0,0,1,.84,6.84c-2.72,3.57-5.33,7.25-8.26,10.62-3.65,4.17-7.34,7.62-10.2,12.16-.45-10.57,1.79-20.87.14-31.37a48.51,48.51,0,0,0-2-7.92c1.07-3.92,2.19-7.83,3.32-11.74,4.8-2.64,9.34-5.54,14.38-7.76a107.66,107.66,0,0,0,13.59-7.82c1.46-.95-.3-2.95-1.78-2.29-4.64,2.07-9,4.83-13.63,7a58.88,58.88,0,0,0-11.59,7.55q1-3.32,1.94-6.64c2.38-8.14,5-16.31,10.89-22.6a1.54,1.54,0,0,0-1.86-2.42c-4.55,2.45-7.71,7-10.21,11.82.11-5.33-.56-10.84-3.19-14.9a1.7,1.7,0,0,0-3.09,1.3c.82,4.11,2,7.93,2.32,12.16.24,2.74.51,5.46.84,8.17l-1.17,2.72a73,73,0,0,0-5,15.54,129.63,129.63,0,0,0-8.12-13.67c-2.72-4-3.69-11.23-3.79-13.1-.31-6,0-11-1.19-13.25-1.54-2.88-5.2-1.52-6.13.8-2.14,5.34-.48,11.92,0,17.49.09,1,.14,2.07.18,3.12-2.88-1.44-5.71-3-8.53-4.58-4.43-2.54-8.87-6.18-14-7.17-1.89-.37-4.92,1.67-3.44,3.44,3.41,4.06,10.52,6.72,15,10.45a66.32,66.32,0,0,1,9,10.35c5.09,8.68,10.37,16,12.15,26.08-2.27-1.19-4.62-1.77-7.11-2.84-5.49-2.35-10.95-3.53-15.71-7.24a52.81,52.81,0,0,1-8.43-8.6c.22-1.75.23-3.52.39-5.28a27,27,0,0,1,1.85-6.88c.64-1.76-2.05-2.8-3-1.25a20.23,20.23,0,0,0-2.38,9.28c-2.7-4-4.9-8.68-8.32-12-2.29-2.22-5.52.07-5,2.92,1,5.57,4.69,11.33,7.42,16.22.2.36.42.72.63,1.08l-3.13-.3c-3.63-.35-10.2,0-10.57.87-.5,1.2-.76,2.29.35,2.62,3.28,1,6.82.64,10.22.79,1.94.08,3.89.21,5.84.25a42.37,42.37,0,0,0,7.89,8.56c4.9,4,11.09,5.9,17,7.94a111,111,0,0,0,11,3.37c.64.14,1.27.32,1.9.49-.29,3-.84,6-1.14,9-.62,6.19.41,12.69.56,18.9.29,11.93,3.69,23.15,5,34.93a181.43,181.43,0,0,1-.18,38.21c-1.21,12.07-3.79,24-5.56,35.95a302.26,302.26,0,0,0-2.77,38.26,314.14,314.14,0,0,0,.86,35.39c.53,5.72,1.4,12.69,2,18.39.48,4.32,2.24,11.52,3.9,13.51,1.36,1.62,4.09,1.92,7.68,1.34,2.44-.39,4.73-.42,6-2.41,1.41-2.2-.27-6.77-.79-9.31s-1.14-7.87-1.55-10.5c-.84-5.48-1.21-11.06-1.72-16.58-1.15-12.53-1-25.31-.71-37.88.57-25.06,6.7-49.34,8.38-74.27a183.84,183.84,0,0,0-1.22-36.1c-.75-5.87-2.17-11.62-3.28-17.42-.3-1.53-.51-3.08-.66-4.63,2.3-2.9,4.33-6,6.43-9,3.6-5.24,8.69-9.16,12.79-14,.93-1.08,1.83-2.2,2.72-3.33,2.79-.78,5.62-1.4,8.36-2.37,6.58-2.31,14.12-2.46,20-6.54A1.12,1.12,0,0,0,301.91,86.89Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M226.46,100c-1.23-1.2-2.39-2.39-3.38-3.45a48.75,48.75,0,0,1,4-2.94l-.59-.89a50.21,50.21,0,0,0-4.12,3l-.39-.43c-.62-.7-1.86-2.26-3.14-4,.75-.65,1.34-1.14,2.21-1.79a10.88,10.88,0,0,0-1.46-.22c-.48.38-1,.77-1.39,1.15-.6-.8-.93-.94-1.46-1.69-.4.05-.66.18-1.07.22.63.92,1,1.17,1.72,2.18-1.51,1.35-2.7,2.57-3.41,3.31l-.41.45c-1.08-1.4-2.33-3.07-3.37-4.54.7-.71,1.36-1.36,1.93-1.93-.49,0-1,0-1.49,0l-1.06,1.07c-.26-.38-.36-.45-.57-.77l-1,.28c.25.38.53.81.85,1.27-1.54,1.57-3.11,3.2-4,4.15-.54-.92-1.42-2.49-2.13-3.79l-.93.51c.69,1.27,1.74,3.17,2.31,4.11a61.29,61.29,0,0,0-4.45,5.57l-.06-.07c-.41-.52-.91-1.14-1.45-1.8-.67-.84-1.43-1.77-2.11-2.64,1-1.3,2.11-2.64,2.73-3.33l-.78-.71c-.57.62-1.61,1.89-2.62,3.17-.49-.63-.9-1.19-1.17-1.6l-.89.59c.31.48.8,1.14,1.38,1.88-.84,1.07-1.57,2-1.88,2.51-.47.72-.91,1.36-1.33,2-.15.22-.31.44-.46.67a44,44,0,0,1-2.7-3.5l-.88.6a45.62,45.62,0,0,0,3,3.82c-.54.81-1.07,1.66-1.64,2.66-.22.41-.62,1.16-1.11,2.12l-1.31-1.68c-.84-1.06-1.6-2-2.06-2.58l-.82.68c.45.54,1.21,1.51,2,2.56l1.62,2.07c-.81,1.64-1.76,3.67-2.6,5.7-1.63-2.07-3.06-4-3.84-5.19l-.9.58c.85,1.32,2.47,3.46,4.28,5.74a28.69,28.69,0,0,0-1.51,4.8l1.05.2a26.39,26.39,0,0,1,1.22-4c1.81,2.26,3.7,4.56,5.16,6.29-.12.47.82,1.17.86,1,.14.17.93-.54.31-1.28.34-1.37.72-2.74,1.17-4.07.28-.8.61-1.66,1-2.6.23.27.46.53.7.79l2.5,2.84c.23.27.48.52.72.79-.32.77-.63,1.52-.89,2.19s.85.76,1,.38c.21-.53.45-1.11.7-1.72.73.77,1.29,1.38,2,2.11.41-.09.79-.34,1.2-.44-1-1-1.82-1.71-2.8-2.74.78-1.8,1.69-3.78,2.64-5.69l.81.79c.76.73,2.21,2.07,3.89,3.58a22.14,22.14,0,0,0-1.47,3.12c.43-.14.85-.2,1.28-.35.32-.8.63-1.26,1-2,.49.44.75.74,1.26,1.18.36-.15.71-.32,1.07-.49-.7-.6-1.15-1.07-1.82-1.67.58-1.09,1.2-2.15,1.78-3.15.38-.65.74-1.27,1.08-1.89,1.17,1,2.28,2.09,3.71,3.29-.21.36,1.35-.73,1.46-.35-.06-.42.66-.62.88-1a35.49,35.49,0,0,1,2-3.4c.65.65.94,1,1.27,1.25.27-.24.63-.42.89-.67-.32-.28-.79-.71-1.54-1.47.58-.84,1.17-1.66,1.76-2.45.35-.49.71-1,1-1.45,0-.06.32-.43.81-1,.76.68,1.51,1.33,2.23,1.91.22-.28.42-.57.63-.86-.69-.56-1.42-1.19-2.16-1.85a44.63,44.63,0,0,1,3.41-3.44l1.34,1.25c.17-.33.12-.85.29-1.18l-.83-.78c.55-.48.61-.46,1.23-1,0-.46-.09-.82-.09-1.25C227.46,99.28,227.22,99.37,226.46,100Zm-11.71-4.75c.68-.72,1.82-1.88,3.27-3.18,1.29,1.7,2.51,3.24,3.15,4l.37.4a48.58,48.58,0,0,0-3.68,3.48c-.86-.89-1.65-1.73-2.29-2.46-.32-.36-.79-.93-1.35-1.64Zm0,2.92c.66.75,1.48,1.62,2.37,2.54a27.42,27.42,0,0,0-1.82,2.18l-1,1.45-.7,1-1.83-1.89c-.57-.59-1.32-1.48-2.1-2.45,1.27-1.52,2.55-3,3.84-4.35C214,97.31,214.46,97.86,214.77,98.21Zm-5.34-7c1.06,1.49,2.31,3.16,3.39,4.55-1.3,1.39-2.59,2.82-3.86,4.34-1.51-1.93-3-4-3.54-4.7C206.22,94.57,207.83,92.89,209.43,91.25Zm-4.74,5c.67.92,2.12,2.88,3.57,4.72-1.28,1.57-2.54,3.26-3.8,5.13-1.55-1.61-3.13-3.26-4.11-4.36A59.22,59.22,0,0,1,204.69,96.25Zm-12.36,5.24c.43-.62.87-1.27,1.35-2,.26-.4.9-1.25,1.65-2.23.63.8,1.32,1.65,2,2.45l1.45,1.79.26.32c-.86,1.25-1.67,2.55-2.45,3.92-.25.43-.46.89-.68,1.34l-1.33-1.47-.86-1-2-2.24Zm-1,16.23c-.38,1.12-.7,2.26-1,3.41-1.48-1.77-3.32-4-5-6.17.81-2,1.76-4,2.59-5.73.42.52.79,1,1.06,1.27,1.21,1.35,2.41,2.72,3.61,4.08C192,115.71,191.62,116.76,191.29,117.72ZM193,113.5c-1.09-1.24-2.18-2.48-3.29-3.71-.31-.36-.79-.94-1.33-1.61.58-1.15,1.06-2.05,1.32-2.52.48-.86.95-1.62,1.42-2.34l1.78,2,.86,1c.53.6,1.07,1.2,1.63,1.8-.26.57-.51,1.15-.75,1.71-.32.76-.64,1.52-1,2.24C193.4,112.56,193.19,113,193,113.5Zm4.7,5.3c-.12-.14-.26-.27-.38-.41l-2.5-2.84-1-1.17c.26-.6.54-1.21.84-1.86s.68-1.51,1-2.28l.56-1.28c1.28,1.36,2.65,2.76,4.15,4.23C199.37,115.06,198.46,117,197.68,118.8Zm3.14-6.6c-1.51-1.49-2.89-2.91-4.18-4.29.26-.56.53-1.12.83-1.64.73-1.26,1.47-2.46,2.26-3.63,1.05,1.17,2.61,2.8,4.13,4.36-.43.65-.85,1.32-1.27,2C202,110,201.41,111.06,200.82,112.2Zm7.18,2.21c-.55.94-1.13,1.93-1.68,3-1.58-1.43-2.93-2.68-3.66-3.38l-1-1c.63-1.21,1.26-2.38,1.88-3.41.37-.61.75-1.19,1.12-1.77,1.51,1.55,2.87,2.91,3.44,3.48l1.13,1.06C208.82,113,208.42,113.69,208,114.41Zm1.77-3.14a.41.41,0,0,0-.05.09c-.33-.3-.64-.6-.91-.86-.68-.66-2.07-2.07-3.59-3.62,1.23-1.84,2.47-3.51,3.72-5,.76.92,1.47,1.77,2,2.35l2,2A40.64,40.64,0,0,0,209.77,111.27Zm5.33,3.19c-.18.36-.39.73-.6,1.1-1.44-1.22-2.82-2.42-4-3.46l.19-.35a40.65,40.65,0,0,1,3-4.75l.39.41,3.24,3.36A37.94,37.94,0,0,0,215.1,114.46Zm5.55-8.33-1.05,1.45c-.55.75-1.11,1.52-1.66,2.3-.94-1-2-2.09-3.08-3.21l-.54-.56.81-1.1c.35-.49.71-1,1.05-1.45.06-.08.63-.86,1.7-2,1.15,1.16,2.4,2.36,3.65,3.51C221,105.67,220.69,106.08,220.65,106.13Zm1.58-1.92c-1.24-1.14-2.48-2.33-3.62-3.49a47.89,47.89,0,0,1,3.65-3.45c1,1.07,2.16,2.27,3.4,3.48A45.21,45.21,0,0,0,222.23,104.21Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M228.48,93.76a.74.74,0,0,0,.2-.16c3.57-4.31,3.69-12.24,2.31-17.51-1-3.93-6.81-6-10-2.92-.13.13.56.37,1,.52s1,.46,1.26.37c2.34-.8,3.54.08,4.77,1.2,1.68,1.54,1.53,4.53,1.62,6.56.13,3.15-.31,7.33-2.31,10-2.07-2.46-5.86-3.18-8.92-3.55a40.57,40.57,0,0,0-35.81,14.06c-.28.34-.55.68-.81,1-3.2-1.49-6.52-3.43-10.15-3.3a7,7,0,0,0-6.42,6.4c-.46,8.37,8.5,13.58,15.92,13.94,2.43,2,5.91,3,8.68,3.55,12.39,2.41,26.23-6.45,34.62-14.91a15.84,15.84,0,0,0,4.18-14.71C228.61,94.13,228.55,94,228.48,93.76Zm-60.95,15.16c-1.37-4.78,3-7.44,7.11-6.33a37.1,37.1,0,0,1,6,2.52,14.16,14.16,0,0,0-2.23,10.9,6.74,6.74,0,0,0,.78,2C174.07,117.17,169,114,167.53,108.92Zm57.23-3.8c-2.34,4.24-7.28,7.45-11.24,9.95-8.1,5.12-16.58,8.58-26.09,6.14-16.25-4.17-1.79-20.47,5.6-25,8-4.87,16.15-6.94,25.42-5.83,2.58.32,4.74.67,6.88,2.4C229.07,95.8,226.47,102,224.76,105.12Z'%20style='fill:%23414355'/%3e%3cpath%20d='M181.1,119.24c3.55,2.84,6.18,6.05,9,8.81,3.13,3,5.94,6.37,8.94,9.58s5.63,6.85,8.53,10.13c2.48,2.81,4.85,5.58,7.42,8.3a.38.38,0,0,1-.16-.3'%20style='fill:none;stroke:%23414355;stroke-miterlimit:10;stroke-width:1.066255416072607px'/%3e%3cpath%20d='M214.77,155.76c1.25,1.24,5.22-.07,8.08-.79a43,43,0,0,0,9.07-3.54,28.13,28.13,0,0,0,8.47-6.88c1.8-2,4.35-4.79,4.06-7.63'%20style='fill:none;stroke:%23414355;stroke-miterlimit:10;stroke-width:1.066255416072607px'/%3e%3cpath%20d='M228.19,93.65c1,1.29,1.06,3.12,1.59,4.54.84,2.22,2.11,4.36,3,6.59,1.39,3.45,2.82,7,4.13,10.46,1.44,3.83,2.91,7.65,4.33,11.46a56.07,56.07,0,0,1,2.14,6.06c.37,1.55,1.05,2.74,1.06,4.34'%20style='fill:none;stroke:%23414355;stroke-miterlimit:10;stroke-width:1.066255416072607px'/%3e%3cpath%20d='M223.39,108.58c4,0,7.18.33,11.07.33'%20style='fill:none;stroke:%23414355;stroke-miterlimit:10;stroke-width:1.066255416072607px'/%3e%3cpath%20d='M227.48,102.63c1.78.79,3.11.88,4.89,1.51'%20style='fill:none;stroke:%23414355;stroke-miterlimit:10;stroke-width:1.066255416072607px'/%3e%3cpath%20d='M196.6,123.24c-.86,3.26-3.46,5.06-4.39,6.66'%20style='fill:none;stroke:%23414355;stroke-miterlimit:10;stroke-width:1.066255416072607px'/%3e%3cpath%20d='M196.67,135.17a58.81,58.81,0,0,0,4-5.6,24.16,24.16,0,0,0,2.7-7.64'%20style='fill:none;stroke:%23414355;stroke-miterlimit:10;stroke-width:1.066255416072607px'/%3e%3cpath%20d='M213,117.37a23.64,23.64,0,0,1-.6,5.74,33.45,33.45,0,0,1-3.67,8.53c-2.44,3.93-5.2,7.64-6.66,8.66'%20style='fill:none;stroke:%23414355;stroke-miterlimit:10;stroke-width:1.066255416072607px'/%3e%3cpath%20d='M222.13,110.51c.44.66-1,8.33-1.34,9.86a55.36,55.36,0,0,1-2.59,8.73,61.78,61.78,0,0,1-5.53,10.4,37.55,37.55,0,0,1-3.07,4.87,24.64,24.64,0,0,0-2.47,2.86'%20style='fill:none;stroke:%23414355;stroke-miterlimit:10;stroke-width:1.066255416072607px'/%3e%3cpath%20d='M228,101.45a48,48,0,0,1,.67,14c-.52,5.68-1.27,11.7-3.73,17.07-1.75,3.83-3.63,7.8-5.54,11.52a27.34,27.34,0,0,1-3.12,5.13c-1,1.2-2.72,2.63-3.27,4.2'%20style='fill:none;stroke:%23414355;stroke-miterlimit:10;stroke-width:1.066255416072607px'/%3e%3cpath%20d='M235.52,111.44c-.06,2.47-.56,8.94-.8,11.13a59.24,59.24,0,0,1-2.87,13.21c-.73,2.14-1.89,4.24-2.79,6.33a57,57,0,0,1-2.66,5.44,82.75,82.75,0,0,1-5.41,7.94'%20style='fill:none;stroke:%23414355;stroke-miterlimit:10;stroke-width:1.066255416072607px'/%3e%3cpath%20d='M240.92,126c-.2,1.8-1.12,6.87-1.47,8.13-.72,2.65-1.07,4.52-2,7.12-.62,1.78-3.35,7.08-4.28,9.34'%20style='fill:none;stroke:%23414355;stroke-miterlimit:10;stroke-width:1.066255416072607px'/%3e%3cpath%20d='M214.46,115.91a69.22,69.22,0,0,0,11.47.86,109.76,109.76,0,0,0,11.26-.93'%20style='fill:none;stroke:%23414355;stroke-miterlimit:10;stroke-width:1.066255416072607px'/%3e%3cpath%20d='M204.93,121.57a51.15,51.15,0,0,0,6.67,1.4c1.55.2,8.13.4,12.39.6a103.59,103.59,0,0,0,10.6-.6c.69-.09,3.33-.66,5.06-1.06'%20style='fill:none;stroke:%23414355;stroke-miterlimit:10;stroke-width:1.066255416072607px'/%3e%3cpath%20d='M188.92,123.24c1.78,1.13,7.11,3.11,12.48,4.33,2.69.61,14.47,2.54,19.23,2.88,2.24.16,11.26.64,13.43.52,2.46-.13,7-.27,8.79-.53'%20style='fill:none;stroke:%23414355;stroke-miterlimit:10;stroke-width:1.066255416072607px'/%3e%3cpath%20d='M193.34,131.37c2,.73,11.89,3.7,14,4.12,4.21.81,11.91,1.65,14.69,1.88,3.92.32,7.76.53,11.71.53a91.43,91.43,0,0,0,10.8-.47'%20style='fill:none;stroke:%23414355;stroke-miterlimit:10;stroke-width:1.066255416072607px'/%3e%3cpath%20d='M203.2,142.43c1.52.28,6.31.9,7.87,1.06a111.87,111.87,0,0,0,11.32.81c3.82,0,7.65,0,11.47,0,1.74,0,5.21-.28,7-.34'%20style='fill:none;stroke:%23414355;stroke-miterlimit:10;stroke-width:1.066255416072607px'/%3e%3cpath%20d='M209,149.43c1.2.2,4.61,1.07,5.66,1.27s5,.69,6.07.73c2,.06,10.43-.06,11.19.06'%20style='fill:none;stroke:%23414355;stroke-miterlimit:10;stroke-width:1.066255416072607px'/%3e%3cpath%20d='M128.62,85.93c-1.76-3.56-6-3.31-9.13-2.15a11.79,11.79,0,0,0-7.7,9.37.67.67,0,0,0,.41.7c.9,5.44,7.79,10.34,12.43,6.63,2.1-1.68,3-5.16,3.84-7.66C129.15,90.76,129.63,88,128.62,85.93Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M106.9,79.52a29.9,29.9,0,0,0,8.5-.82,44.63,44.63,0,0,0,8.29-3.32c0-.13-.06-.26-.08-.39l-.16-.76a25.94,25.94,0,0,0-2.64-7,14.9,14.9,0,0,1-6.25,1.18c-.71,0-1.27,0-1.58,0a46.43,46.43,0,0,1-13.44-3.22,82.38,82.38,0,0,1-7.49-3.67,21.2,21.2,0,0,0-5.73,13,110.68,110.68,0,0,0,12.37,3.93A38.94,38.94,0,0,0,106.9,79.52Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M113.06,67.26c.61,0,4.58.29,7.23-1A25.92,25.92,0,0,0,114,58.89a27.91,27.91,0,0,0-7.79-4.26l-.49-.18a38.37,38.37,0,0,0-6,1.7,22.4,22.4,0,0,0-7,4.5,73.1,73.1,0,0,0,7.09,3.47A45.33,45.33,0,0,0,113.06,67.26Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M124,82.74a19.8,19.8,0,0,0,.26-3.08,17.23,17.23,0,0,0-.33-3.19,45.8,45.8,0,0,1-8.2,3.25,30.5,30.5,0,0,1-8.8.87,40.11,40.11,0,0,1-8.44-1.14,114.87,114.87,0,0,1-12.19-3.84,18.8,18.8,0,0,0,3.84,11.78,24,24,0,0,0,11.94,8.2c6.84-2.09,11-5.5,14.42-8.28C119.06,85.18,121.3,83.35,124,82.74Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M121.21,65.7a3.51,3.51,0,0,0,1.38-2,12.94,12.94,0,0,0-.62-6.85,21.08,21.08,0,0,0-14.16-2.71A28.59,28.59,0,0,1,114.69,58,27.12,27.12,0,0,1,121.21,65.7Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M123.63,63.92a4.56,4.56,0,0,1-1.88,2.73A27.32,27.32,0,0,1,124.5,74l.15.75s0,.06,0,.08l1.19-.67.32-.19a22.63,22.63,0,0,0,5.24-4.46,23.64,23.64,0,0,0-1.32-3.34,23.38,23.38,0,0,0-6.75-8.41A12.88,12.88,0,0,1,123.63,63.92Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M126.71,74.92l-.32.18-1.5.85a19,19,0,0,1,.41,3.71,21.11,21.11,0,0,1-.25,3.11,3.4,3.4,0,0,1,1.61.92,6.59,6.59,0,0,1,1.73,4.36,20.54,20.54,0,0,0,3.36-17.29A23,23,0,0,1,126.71,74.92Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M125.9,84.44a2.41,2.41,0,0,0-1-.63,33,33,0,0,1-2.17,6.89,18,18,0,0,1-2.3,3.76,22.71,22.71,0,0,0,3.19-1.8,20.5,20.5,0,0,0,3.61-3.17A5.76,5.76,0,0,0,125.9,84.44Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M123.77,83.9c-2.24.65-4.2,2.24-6.63,4.23a41.52,41.52,0,0,1-13.25,8,25.93,25.93,0,0,0,14.46-.8,21.14,21.14,0,0,0,3.38-5A32.62,32.62,0,0,0,123.77,83.9Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M126.18,74l-.32.19-1.19.67s0,0,0-.08L124.5,74a27.32,27.32,0,0,0-2.75-7.37,4.56,4.56,0,0,0,1.88-2.73,12.88,12.88,0,0,0-.28-6.14q-.67-.51-1.38-1a12.94,12.94,0,0,1,.62,6.85,3.51,3.51,0,0,1-1.38,2A27.12,27.12,0,0,0,114.69,58a28.59,28.59,0,0,0-6.88-3.93c-.67.09-1.36.21-2,.34l.49.18A27.91,27.91,0,0,1,114,58.89a25.92,25.92,0,0,1,6.25,7.38c-2.65,1.28-6.62,1-7.23,1a45.33,45.33,0,0,1-13.13-3.14,73.1,73.1,0,0,1-7.09-3.47c-.27.26-.53.53-.79.79a82.38,82.38,0,0,0,7.49,3.67A46.43,46.43,0,0,0,113,68.33c.31,0,.87,0,1.58,0a14.9,14.9,0,0,0,6.25-1.18,25.94,25.94,0,0,1,2.64,7l.16.76c0,.13,0,.26.08.39a44.63,44.63,0,0,1-8.29,3.32,29.9,29.9,0,0,1-8.5.82,38.94,38.94,0,0,1-8.21-1.11,110.68,110.68,0,0,1-12.37-3.93c0,.38,0,.75,0,1.13a114.87,114.87,0,0,0,12.19,3.84,40.11,40.11,0,0,0,8.44,1.14,30.5,30.5,0,0,0,8.8-.87,45.8,45.8,0,0,0,8.2-3.25,17.23,17.23,0,0,1,.33,3.19,19.8,19.8,0,0,1-.26,3.08c-2.67.61-4.91,2.44-7.5,4.57-3.4,2.78-7.58,6.19-14.42,8.28.61.19,1.22.37,1.84.52a41.52,41.52,0,0,0,13.25-8c2.43-2,4.39-3.58,6.63-4.23a32.62,32.62,0,0,1-2,6.38,21.14,21.14,0,0,1-3.38,5c.7-.25,1.38-.54,2.06-.85a18,18,0,0,0,2.3-3.76,33,33,0,0,0,2.17-6.89,2.41,2.41,0,0,1,1,.63,5.76,5.76,0,0,1,1.31,5c.42-.47.81-.95,1.18-1.44a6.59,6.59,0,0,0-1.73-4.36,3.4,3.4,0,0,0-1.61-.92,21.11,21.11,0,0,0,.25-3.11,19,19,0,0,0-.41-3.71l1.5-.85.32-.18a23,23,0,0,0,5-4.16c-.1-.41-.2-.82-.33-1.23A22.63,22.63,0,0,1,126.18,74Z'%20style='fill:%23414355'/%3e%3cpath%20d='M124.36,100.51A22.85,22.85,0,0,1,116,99a12.15,12.15,0,0,0-1.2-.46c-.29-.16-.31-.12-.42.31a240.66,240.66,0,0,0-5.25,25.36c-.71,4.76,1.92,7.63,5.68,10.12a.78.78,0,0,0,1.06-.28c2.25-4.39,2.87-9.17,3.89-13.94,1.34-6.34,3.35-12.5,4.9-18.79C124.73,100.87,124.82,100.51,124.36,100.51Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M76.58,286.35c1.49,3.19,3.79,9.31,7.74,10.1,3.29.65,3.35-5.19,3-6.92-.25-1.38-.57-2.74-.91-4.1-5-1.81-7.26-4.47-10.57-8.2C74.77,280.14,74.57,282.07,76.58,286.35Z'%20style='fill:%23414355'/%3e%3cpath%20d='M87.45,266.65c0-.35-2.25.55-2.67.61-1.28.16-3.78,2-4.53,2s-1.78,1.22-3,4.6c-.52,1.32-1,2.4-1.36,3.38,3.45,5,7.31,7.28,10.57,8.2-.39-1.61-.81-3.22-1.16-4.84C84.37,276.44,87.91,270.87,87.45,266.65Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M69.05,276a9.62,9.62,0,0,0-.12-8.12A4.24,4.24,0,0,0,64.55,266a.47.47,0,0,0-.76.23c-.8,2.44-2.48,3.87-4,5.46,2.51,6.26,4.64,9.59,8.11,13.45C67.53,282.27,67,279.54,69.05,276Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M59.75,271.72a13.48,13.48,0,0,0-2.25,2.84c-1.49,2.68.4,7.89,1.07,10.66.81,3.38,2.55,9.78,6.22,9.78,2.84,0,2.9-2,3.2-4a27.8,27.8,0,0,0-.13-5.87C64.79,281,62.3,278.11,59.75,271.72Z'%20style='fill:%23414355'/%3e%3cpath%20d='M104.88,187.59c-1-3.47-5.21-3.78-8.2-4.16-5.36-.69-10.73-.9-16.09-1.63-2.65-.36-6.22-.37-6.34,3a.8.8,0,0,0,.25.64c-5.32,3.89-7.28,11-8.15,17.26a36.06,36.06,0,0,0-.08,11.68c.65,3.47,3.9,9.84,1,15.82-1.87,3.89-1.43,6.66-.41,10.76,1.5,6-2.11,9.05-4,14.22-2.58,6.91-.49,16.51,5.13,21.32a.78.78,0,0,0,1.2-.15,112.93,112.93,0,0,0,8.31-15.91A34.72,34.72,0,0,0,78.87,256c0,6.52-.74,10.46-1.69,16.12-.26,1.59.27,2.53,1.74,2.51,3.58,0,7.81-.77,9.33-4.58s1.9-7.81,2.53-11.71a117.41,117.41,0,0,1,3.5-14.8c4.13-13.85,9-27.08,10.78-41.49C105.64,197.37,106.17,192.19,104.88,187.59Z'%20style='fill:%23414355'/%3e%3cpath%20d='M107.84,121.24c-.48-1.12,2.26-2.75-.54-4.53a13.29,13.29,0,0,0-3.86-1.47c-11.86-1.73-22.75,8.54-30.59,16.21-2.58,2.52-5.83,5.71-6.26,9.48-.3,2.6,2.16,3.74,4.39,3.75-.18,2.86-.32,5.49,1.46,8a.56.56,0,0,0,.19.28c7.29,5.83,19.39-10.74,23.54-15.54,3.69-4.26,7.57-8.85,9.72-14.11C106.36,122.19,108.34,122.43,107.84,121.24Z'%20style='fill:%23414355'/%3e%3cpath%20d='M111.91,139.14c-3.53-6.83-8.58-7.55-15.63-8.57C80,128.21,96.62,101,100,92.74a.59.59,0,0,0-.28-.67c-3.2-2-6.34-4.18-9.51-6.28l-.1,0c-.31-.33-.95-.41-1.16.08-6.43,14.67-11.87,28.48-11.72,44.75.08,9.23,1.44,18.34.81,27.58-.64,9.5-4.55,18.47-8,27.23a.83.83,0,0,0,.39,1c7.82,5.2,21.2,6.5,30.27,5.15,3.73-.56,7-1.54,8.48-5.19,1.31-3.15,1.13-7.22,1.23-10.54.15-5.15,1.39-10,2.52-15C114.55,153.9,115.27,145.62,111.91,139.14Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M108.5,87.25c-1.74-1.79-4.52.18-7.26,1.33,3.26-2.85,9.89-8,5.86-10.32-2.52-1.47-5.66,2.06-8.15,4.7.62-4.37,2.49-9.83,1.16-10.5-2.24-1.12-3.82,1.11-4.58,2.62-.89,1.78-.94,3.31-1.42,5.38-.43,1.85-1.73,2-1.73-.54,0-3.32,1-4.92-.15-8-.36-.94-1.55-1.73-2.28-.66-2.9,4.27-3.73,13.25-.91,18a6,6,0,0,0,.56,1.23c1.46,2.89,3.57,4.08,6.79,4.16a19.41,19.41,0,0,0,10.91-3.52C108.92,89.87,110,88.84,108.5,87.25Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M114.86,123.28c-6.2-7.89-16.45-8.8-23.88-2.37,0,0,0,0,0,0-4.82,4-3.75,17.65,1.76,24.87,5.82,7.63,15.13,6.27,21-.42C118.85,139.61,119.74,129.51,114.86,123.28Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M91.67,207.14a53.64,53.64,0,0,0-3.53,12.18q-.52,2.9-.91,5.81a44.67,44.67,0,0,1-1,6.42c-1,3.69-3.43,6.72-4.92,10.22-1.61,3.77-2.12,8-2.79,12a.42.42,0,0,0,.81.22c1.14-3.91,1.09-8.1,2.79-11.86,1.55-3.45,3.86-6.45,5-10.11,1.22-3.91,1.61-8.07,2.34-12.09a60.7,60.7,0,0,1,3.44-12.26c.28-.69-.92-1.2-1.22-.51Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M101,124.84a1.47,1.47,0,1,1-1.47-1.6A1.54,1.54,0,0,1,101,124.84Z'%20style='fill:%23414355'/%3e%3cpath%20d='M111.7,125.9a1.47,1.47,0,1,1-1.46-1.59A1.53,1.53,0,0,1,111.7,125.9Z'%20style='fill:%23414355'/%3e%3c/svg%3e";
2
+ export {
3
+ c as default
4
+ };