@webitel/ui-sdk 24.10.64 → 24.10.66

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 (202) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/plyr.min-BOpTIji6.js +2576 -0
  3. package/dist/ui-sdk.css +1 -1
  4. package/dist/ui-sdk.js +10919 -13455
  5. package/dist/ui-sdk.umd.cjs +20 -20
  6. package/package.json +25 -19
  7. package/src/assets/components/atoms/wt-avatar/default-avatar.svg +59 -0
  8. package/src/assets/components/molecules/wt-dummy/dummyDark.svg +175 -0
  9. package/src/assets/components/molecules/wt-dummy/dummyLight.svg +175 -0
  10. package/src/assets/components/organisms/wt-error-page/403.svg +80 -0
  11. package/src/assets/components/organisms/wt-error-page/404.svg +72 -0
  12. package/src/assets/fonts/Montserrat/Montserrat-Black.ttf +0 -0
  13. package/src/assets/fonts/Montserrat/Montserrat-BlackItalic.ttf +0 -0
  14. package/src/assets/fonts/Montserrat/Montserrat-Bold.ttf +0 -0
  15. package/src/assets/fonts/Montserrat/Montserrat-BoldItalic.ttf +0 -0
  16. package/src/assets/fonts/Montserrat/Montserrat-ExtraBold.ttf +0 -0
  17. package/src/assets/fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf +0 -0
  18. package/src/assets/fonts/Montserrat/Montserrat-ExtraLight.ttf +0 -0
  19. package/src/assets/fonts/Montserrat/Montserrat-ExtraLightItalic.ttf +0 -0
  20. package/src/assets/fonts/Montserrat/Montserrat-Italic.ttf +0 -0
  21. package/src/assets/fonts/Montserrat/Montserrat-Light.ttf +0 -0
  22. package/src/assets/fonts/Montserrat/Montserrat-LightItalic.ttf +0 -0
  23. package/src/assets/fonts/Montserrat/Montserrat-Medium.ttf +0 -0
  24. package/src/assets/fonts/Montserrat/Montserrat-MediumItalic.ttf +0 -0
  25. package/src/assets/fonts/Montserrat/Montserrat-Regular.ttf +0 -0
  26. package/src/assets/fonts/Montserrat/Montserrat-SemiBold.ttf +0 -0
  27. package/src/assets/fonts/Montserrat/Montserrat-SemiBoldItalic.ttf +0 -0
  28. package/src/assets/fonts/Montserrat/Montserrat-Thin.ttf +0 -0
  29. package/src/assets/fonts/Montserrat/Montserrat-ThinItalic.ttf +0 -0
  30. package/src/assets/icons/badge-dnd.svg +4 -0
  31. package/src/assets/icons/badge-online.svg +5 -0
  32. package/src/assets/icons/badge-pause.svg +7 -0
  33. package/src/assets/icons/plyr.svg +79 -0
  34. package/src/assets/icons/sprite/account.svg +6 -0
  35. package/src/assets/icons/sprite/adfs.svg +9 -0
  36. package/src/assets/icons/sprite/agent.svg +6 -0
  37. package/src/assets/icons/sprite/app-navigator.svg +11 -0
  38. package/src/assets/icons/sprite/arrange.svg +7 -0
  39. package/src/assets/icons/sprite/arrow-down.svg +4 -0
  40. package/src/assets/icons/sprite/arrow-left.svg +4 -0
  41. package/src/assets/icons/sprite/arrow-mix.svg +5 -0
  42. package/src/assets/icons/sprite/arrow-right.svg +4 -0
  43. package/src/assets/icons/sprite/arrow-up.svg +4 -0
  44. package/src/assets/icons/sprite/attach.svg +4 -0
  45. package/src/assets/icons/sprite/attention.svg +4 -0
  46. package/src/assets/icons/sprite/azure.svg +27 -0
  47. package/src/assets/icons/sprite/back.svg +4 -0
  48. package/src/assets/icons/sprite/bell-badged.svg +4 -0
  49. package/src/assets/icons/sprite/bell.svg +3 -0
  50. package/src/assets/icons/sprite/bot.svg +6 -0
  51. package/src/assets/icons/sprite/bucket.svg +4 -0
  52. package/src/assets/icons/sprite/calendar.svg +4 -0
  53. package/src/assets/icons/sprite/call--filled.svg +3 -0
  54. package/src/assets/icons/sprite/call-add-to--filled.svg +4 -0
  55. package/src/assets/icons/sprite/call-add-to.svg +5 -0
  56. package/src/assets/icons/sprite/call-disconnect--filled.svg +4 -0
  57. package/src/assets/icons/sprite/call-disconnect.svg +4 -0
  58. package/src/assets/icons/sprite/call-end--filled.svg +4 -0
  59. package/src/assets/icons/sprite/call-end.svg +4 -0
  60. package/src/assets/icons/sprite/call-inbound--filled.svg +5 -0
  61. package/src/assets/icons/sprite/call-inbound.svg +4 -0
  62. package/src/assets/icons/sprite/call-missed--filled.svg +4 -0
  63. package/src/assets/icons/sprite/call-missed.svg +4 -0
  64. package/src/assets/icons/sprite/call-outbound--filled.svg +4 -0
  65. package/src/assets/icons/sprite/call-outbound.svg +4 -0
  66. package/src/assets/icons/sprite/call-ringing--filled.svg +6 -0
  67. package/src/assets/icons/sprite/call-ringing.svg +4 -0
  68. package/src/assets/icons/sprite/call-transfer--filled.svg +4 -0
  69. package/src/assets/icons/sprite/call-transfer.svg +4 -0
  70. package/src/assets/icons/sprite/call.svg +4 -0
  71. package/src/assets/icons/sprite/chat--filled.svg +3 -0
  72. package/src/assets/icons/sprite/chat-emoji.svg +4 -0
  73. package/src/assets/icons/sprite/chat-end--filled.svg +4 -0
  74. package/src/assets/icons/sprite/chat-end.svg +5 -0
  75. package/src/assets/icons/sprite/chat-group.svg +7 -0
  76. package/src/assets/icons/sprite/chat-join.svg +5 -0
  77. package/src/assets/icons/sprite/chat-message-status-read.svg +4 -0
  78. package/src/assets/icons/sprite/chat-message-status-sent.svg +4 -0
  79. package/src/assets/icons/sprite/chat-quick-response--filled.svg +4 -0
  80. package/src/assets/icons/sprite/chat-quick-response.svg +4 -0
  81. package/src/assets/icons/sprite/chat-reply.svg +4 -0
  82. package/src/assets/icons/sprite/chat-send.svg +7 -0
  83. package/src/assets/icons/sprite/chat-transfer--filled.svg +4 -0
  84. package/src/assets/icons/sprite/chat-transfer.svg +5 -0
  85. package/src/assets/icons/sprite/chat.svg +4 -0
  86. package/src/assets/icons/sprite/checkbox--checked--filled.svg +4 -0
  87. package/src/assets/icons/sprite/checkbox--checked.svg +4 -0
  88. package/src/assets/icons/sprite/checkbox.svg +4 -0
  89. package/src/assets/icons/sprite/clear.svg +4 -0
  90. package/src/assets/icons/sprite/close--filled.svg +4 -0
  91. package/src/assets/icons/sprite/close.svg +3 -0
  92. package/src/assets/icons/sprite/collapse.svg +6 -0
  93. package/src/assets/icons/sprite/column-select.svg +5 -0
  94. package/src/assets/icons/sprite/conference.svg +11 -0
  95. package/src/assets/icons/sprite/contacts.svg +4 -0
  96. package/src/assets/icons/sprite/copy.svg +7 -0
  97. package/src/assets/icons/sprite/custom-chat-gateway.svg +10 -0
  98. package/src/assets/icons/sprite/dark-mode.svg +7 -0
  99. package/src/assets/icons/sprite/docs.svg +7 -0
  100. package/src/assets/icons/sprite/done.svg +5 -0
  101. package/src/assets/icons/sprite/download.svg +6 -0
  102. package/src/assets/icons/sprite/edit.svg +4 -0
  103. package/src/assets/icons/sprite/elevenlabs.svg +5 -0
  104. package/src/assets/icons/sprite/email-inbound.svg +3 -0
  105. package/src/assets/icons/sprite/email-outbound.svg +4 -0
  106. package/src/assets/icons/sprite/email.svg +4 -0
  107. package/src/assets/icons/sprite/expand.svg +6 -0
  108. package/src/assets/icons/sprite/eye--closed.svg +6 -0
  109. package/src/assets/icons/sprite/eye--opened.svg +6 -0
  110. package/src/assets/icons/sprite/filter.svg +5 -0
  111. package/src/assets/icons/sprite/flows.svg +4 -0
  112. package/src/assets/icons/sprite/generate.svg +5 -0
  113. package/src/assets/icons/sprite/google.svg +10 -0
  114. package/src/assets/icons/sprite/history.svg +4 -0
  115. package/src/assets/icons/sprite/hold.svg +4 -0
  116. package/src/assets/icons/sprite/idle.svg +5 -0
  117. package/src/assets/icons/sprite/index.js +337 -0
  118. package/src/assets/icons/sprite/instagram.svg +33 -0
  119. package/src/assets/icons/sprite/job--accept.svg +5 -0
  120. package/src/assets/icons/sprite/job--end.svg +5 -0
  121. package/src/assets/icons/sprite/job.svg +7 -0
  122. package/src/assets/icons/sprite/json.svg +6 -0
  123. package/src/assets/icons/sprite/link.svg +8 -0
  124. package/src/assets/icons/sprite/lock.svg +4 -0
  125. package/src/assets/icons/sprite/logout.svg +4 -0
  126. package/src/assets/icons/sprite/mail--color.svg +5 -0
  127. package/src/assets/icons/sprite/mail.svg +5 -0
  128. package/src/assets/icons/sprite/menu.svg +4 -0
  129. package/src/assets/icons/sprite/messenger-custom.svg +5 -0
  130. package/src/assets/icons/sprite/messenger-facebook--filled.svg +4 -0
  131. package/src/assets/icons/sprite/messenger-facebook.svg +10 -0
  132. package/src/assets/icons/sprite/messenger-infobip.svg +10 -0
  133. package/src/assets/icons/sprite/messenger-messenger.svg +14 -0
  134. package/src/assets/icons/sprite/messenger-telegram--filled.svg +5 -0
  135. package/src/assets/icons/sprite/messenger-telegram.svg +12 -0
  136. package/src/assets/icons/sprite/messenger-viber--filled.svg +5 -0
  137. package/src/assets/icons/sprite/messenger-viber.svg +5 -0
  138. package/src/assets/icons/sprite/messenger-web-chat.svg +8 -0
  139. package/src/assets/icons/sprite/messenger-whatsapp--filled.svg +8 -0
  140. package/src/assets/icons/sprite/messenger-whatsapp.svg +11 -0
  141. package/src/assets/icons/sprite/meta.svg +22 -0
  142. package/src/assets/icons/sprite/mic-muted.svg +7 -0
  143. package/src/assets/icons/sprite/mic.svg +5 -0
  144. package/src/assets/icons/sprite/microsoft.svg +7 -0
  145. package/src/assets/icons/sprite/move.svg +6 -0
  146. package/src/assets/icons/sprite/note.svg +4 -0
  147. package/src/assets/icons/sprite/numpad.svg +26 -0
  148. package/src/assets/icons/sprite/options.svg +5 -0
  149. package/src/assets/icons/sprite/pause.svg +4 -0
  150. package/src/assets/icons/sprite/pin.svg +4 -0
  151. package/src/assets/icons/sprite/play.svg +5 -0
  152. package/src/assets/icons/sprite/plus.svg +4 -0
  153. package/src/assets/icons/sprite/preview-tag-application.svg +7 -0
  154. package/src/assets/icons/sprite/preview-tag-audio.svg +6 -0
  155. package/src/assets/icons/sprite/preview-tag-image.svg +6 -0
  156. package/src/assets/icons/sprite/preview-tag-video.svg +6 -0
  157. package/src/assets/icons/sprite/prompter.svg +4 -0
  158. package/src/assets/icons/sprite/queue-member.svg +4 -0
  159. package/src/assets/icons/sprite/radio--checked.svg +5 -0
  160. package/src/assets/icons/sprite/radio.svg +4 -0
  161. package/src/assets/icons/sprite/rec-off.svg +3 -0
  162. package/src/assets/icons/sprite/rec.svg +5 -0
  163. package/src/assets/icons/sprite/redo.svg +3 -0
  164. package/src/assets/icons/sprite/refresh.svg +4 -0
  165. package/src/assets/icons/sprite/role.svg +4 -0
  166. package/src/assets/icons/sprite/rounded-info.svg +4 -0
  167. package/src/assets/icons/sprite/save-as.svg +5 -0
  168. package/src/assets/icons/sprite/save.svg +3 -0
  169. package/src/assets/icons/sprite/scorecard.svg +5 -0
  170. package/src/assets/icons/sprite/search.svg +4 -0
  171. package/src/assets/icons/sprite/select-custom-value-enter.svg +4 -0
  172. package/src/assets/icons/sprite/send-arrow.svg +4 -0
  173. package/src/assets/icons/sprite/settings.svg +4 -0
  174. package/src/assets/icons/sprite/sort-arrow-down.svg +4 -0
  175. package/src/assets/icons/sprite/sort-arrow-up.svg +4 -0
  176. package/src/assets/icons/sprite/sound-off.svg +5 -0
  177. package/src/assets/icons/sprite/sound-on.svg +4 -0
  178. package/src/assets/icons/sprite/star--filled.svg +4 -0
  179. package/src/assets/icons/sprite/star.svg +4 -0
  180. package/src/assets/icons/sprite/stop.svg +6 -0
  181. package/src/assets/icons/sprite/stt-download.svg +5 -0
  182. package/src/assets/icons/sprite/stt-search.svg +4 -0
  183. package/src/assets/icons/sprite/stt.svg +6 -0
  184. package/src/assets/icons/sprite/telegram-bot.svg +8 -0
  185. package/src/assets/icons/sprite/tick.svg +4 -0
  186. package/src/assets/icons/sprite/tts-download.svg +6 -0
  187. package/src/assets/icons/sprite/undo.svg +3 -0
  188. package/src/assets/icons/sprite/unpin.svg +5 -0
  189. package/src/assets/icons/sprite/upload.svg +6 -0
  190. package/src/assets/icons/sprite/user.svg +4 -0
  191. package/src/assets/icons/sprite/variable-select.svg +9 -0
  192. package/src/assets/icons/sprite/versions.svg +5 -0
  193. package/src/assets/icons/sprite/video-cam-off.svg +6 -0
  194. package/src/assets/icons/sprite/video-cam.svg +4 -0
  195. package/src/assets/icons/sprite/zoom-in.svg +4 -0
  196. package/src/assets/icons/sprite/zoom-out.svg +5 -0
  197. package/src/components/wt-notifications-bar/__tests__/WtNotificationsBar.spec.js +3 -3
  198. package/src/components/wt-notifications-bar/wt-notifications-bar.vue +12 -5
  199. package/src/components/wt-player/wt-player.vue +3 -1
  200. package/src/install.js +24 -0
  201. package/src/scripts/index.js +2 -0
  202. package/src/scripts/logger.js +38 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "24.10.64",
3
+ "version": "24.10.66",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -16,7 +16,7 @@
16
16
  "docs:dev": "vitepress dev docs --port 8080",
17
17
  "docs:build": "vitepress build docs",
18
18
  "docs:preview": "vitepress preview docs",
19
- "update-node":"nvm install --lts && nvm alias default node"
19
+ "update-node": "nvm install --lts && nvm alias default node"
20
20
  },
21
21
  "main": "./dist/@webitel/ui-sdk.mjs",
22
22
  "type": "module",
@@ -86,6 +86,7 @@
86
86
  "files": [
87
87
  "dist/*",
88
88
  "src/api/*",
89
+ "src/assets/*",
89
90
  "src/locale/*",
90
91
  "src/composables/*",
91
92
  "src/css/*",
@@ -99,6 +100,7 @@
99
100
  "src/plugins/*",
100
101
  "src/store/*",
101
102
  "src/tests/*",
103
+ "src/install.js",
102
104
  "CHANGELOG.md"
103
105
  ],
104
106
  "dependencies": {
@@ -133,30 +135,34 @@
133
135
  "xlsx": "^0.18.5"
134
136
  },
135
137
  "devDependencies": {
136
- "@biomejs/biome": "1.8.3",
137
- "@vitejs/plugin-vue": "5.0.4",
138
- "@vitest/coverage-v8": "^1.4.0",
138
+ "@biomejs/biome": "1.9.4",
139
+ "@vitejs/plugin-vue": "5.1.5",
140
+ "@vitest/coverage-v8": "^2.1.4",
139
141
  "@vue/compat": "^3.4.15",
140
142
  "@vue/compiler-sfc": "^3.4.15",
141
- "@vue/test-utils": "^2.4.5",
142
- "globby": "^14.0.0",
143
- "happy-dom": "^14.11.0",
144
- "markdown-it": "^13.0.2",
145
- "markdown-table": "^3.0.3",
146
- "postcss": "^8.4.31",
147
- "postcss-prefix-selector": "^1.16.0",
143
+ "@vue/test-utils": "^2.4.6",
144
+ "globby": "^14.0.2",
145
+ "happy-dom": "^15.11.0",
146
+ "markdown-it": "^14.1.0",
147
+ "markdown-table": "^3.0.4",
148
+ "path": "^0.12.7",
149
+ "postcss": "^8.4.48",
150
+ "postcss-prefix-selector": "^2.1.0",
148
151
  "prismjs": "^1.29.0",
149
- "sass": "^1.51.0",
150
- "vite": "^5.1.6",
151
- "vite-plugin-node-polyfills": "^0.21.0",
152
- "vite-plugin-static-copy": "^0.17.1",
153
- "vite-plugin-svg-sprite": "^0.5.1",
152
+ "sass": "^1.80.6",
153
+ "vite": "^5.4.11",
154
+ "vite-plugin-node-polyfills": "^0.22.0",
155
+ "vite-plugin-static-copy": "^2.1.0",
156
+ "vite-plugin-svg-sprite": "^0.5.2",
154
157
  "vite-plugin-vue-docgen": "^0.3.4",
155
- "vitepress": "1.4.1",
156
- "vitest": "^1.4.0",
158
+ "vitepress": "1.5.0",
159
+ "vitest": "^2.1.4",
157
160
  "vue": "^3.4.15",
158
161
  "vuex": "^4.1.0"
159
162
  },
163
+ "optionalDependencies": {
164
+ "@rollup/rollup-linux-x64-gnu": "4.9.5"
165
+ },
160
166
  "engines": {
161
167
  "npm": "10.9.0",
162
168
  "node": "v22.11.0"
@@ -0,0 +1,59 @@
1
+ <svg width="80" height="80" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g filter="url(#filter0_d_2624_1875)">
3
+ <g opacity="0.96">
4
+ <path d="M98.9918 51.0041C99.0074 62.5772 94.8247 73.7632 87.2195 82.4872C86.8503 82.9219 86.4565 83.3567 86.0627 83.775C85.5295 84.3493 84.9716 84.9153 84.422 85.4649C75.3754 94.233 63.2443 99.0938 50.6456 98.9986C38.047 98.9035 25.9907 93.86 17.0776 84.9563C16.2572 84.136 15.5189 83.3157 14.7806 82.4954C14.4688 82.1345 14.1653 81.7817 13.8699 81.4126C8.99452 75.4622 5.62087 68.4273 4.03326 60.9005C2.44564 53.3738 2.69056 45.5757 4.74739 38.1634C6.80422 30.7511 10.6127 23.9417 15.8519 18.309C21.0911 12.6762 27.6076 8.38522 34.8523 5.79743C42.0969 3.20964 49.8575 2.40091 57.4801 3.43939C65.1027 4.47788 72.364 7.33315 78.6522 11.7646C84.9404 16.1961 90.0713 22.0739 93.6124 28.9029C97.1536 35.7318 99.0014 43.3118 99 51.0041H98.9918Z"
5
+ fill="#030302"/>
6
+ <path d="M45.4204 15.1831C44.3308 15.8085 43.3247 16.5692 42.426 17.4471C40.3915 19.3748 38.5539 21.6716 35.9615 22.7462C34.0992 23.5173 31.9253 23.6157 30.3255 24.838C28.7258 26.0602 28.0285 28.1766 27.6675 30.1781C27.3066 32.1796 27.1425 34.2796 26.1745 36.0761C25.3049 37.7167 23.8774 38.9061 22.7699 40.358C20.5139 43.3275 21.3917 46.8712 24.0907 49.2829C25.5264 50.5707 27.3312 51.3746 29.0129 52.3754C30.6947 53.3762 31.9253 54.459 32.4175 56.4031C32.8687 58.1585 33.7711 60.2995 35.3216 61.3248C37.0241 62.4139 39.0747 62.821 41.0642 62.4651C43.1233 62.0795 45.0102 61.1034 46.9955 60.4635C48.7682 59.8611 50.6779 59.787 52.492 60.2503C54.1328 60.6358 55.6997 61.5053 57.4142 61.7842C58.5775 61.944 59.7612 61.861 60.8908 61.5405C62.0203 61.22 63.0712 60.669 63.9772 59.9221C67.1849 57.33 67.513 52.8676 70.8438 50.5297C72.6896 49.2336 75.1261 48.5774 76.3074 46.6497C77.4888 44.722 76.8817 42.0314 75.7906 39.9643C74.6995 37.8971 73.1654 36.0105 72.5501 33.7546C72.2393 32.1115 72.0555 30.4468 72.0005 28.7754C71.937 27.0827 71.2402 25.4755 70.048 24.272C68.5631 23.0005 66.4219 22.9349 64.5515 22.3607C62.0904 21.5978 59.9984 19.8998 57.9885 18.2592C55.9786 16.6186 53.8866 14.978 51.3763 14.2726C50.3738 14.0116 49.3286 13.9578 48.3045 14.1143C47.2805 14.2709 46.2991 14.6345 45.4204 15.1831Z"
7
+ fill="#FBB969"/>
8
+ <path d="M62.7632 42.9992C62.7632 42.8106 65.1013 37.8067 68.0136 39.152C72.4026 41.1864 67.1932 47.273 65.5115 48.5116C64.8864 48.9876 64.1684 49.3269 63.4038 49.5078C62.6393 49.6887 61.8453 49.707 61.0732 49.5616L62.7632 42.9992Z"
9
+ fill="#E26227"/>
10
+ <path d="M34.9855 42.9992C34.9855 42.8106 32.6474 37.8067 29.7351 39.152C25.3543 41.1864 30.5554 47.273 32.2454 48.5116C32.8705 48.9876 33.5885 49.3269 34.353 49.5078C35.1176 49.6887 35.9116 49.707 36.6836 49.5616L34.9855 42.9992Z"
11
+ fill="#E26227"/>
12
+ <path d="M84.4462 85.4641C75.3996 94.2322 63.2685 99.093 50.6699 98.9979C38.0712 98.9027 26.0149 93.8593 17.1018 84.9555C17.2806 84.4796 17.4916 84.0164 17.7335 83.5692C19.2348 80.7392 33.46 73.135 37.0697 70.2394L37.2173 70.1163C38.7463 68.9077 39.8358 67.2304 40.3184 65.3422C40.5275 64.485 40.6701 63.6129 40.7449 62.7337C40.958 59.8927 40.8866 57.0375 40.5316 54.2108L57.62 54.0139C57.341 57.1318 57.5179 60.2737 58.1451 63.3407C58.8342 66.425 59.4412 68.0492 63.5185 70.5429C63.6251 70.6085 63.7236 70.6905 63.822 70.7562C65.7827 72.1507 84.2657 84.8243 84.4462 85.4641Z"
13
+ fill="#EF8242"/>
14
+ <path d="M58.1119 63.3408C55.7587 65.2768 52.7818 66.2914 49.7359 66.1954C46.4059 66.1753 43.1974 64.9416 40.7118 62.7255C40.9249 59.8846 40.8534 57.0294 40.4985 54.2027L57.5869 54.0058C57.3591 57.1271 57.5356 60.2647 58.1119 63.3408Z"
15
+ fill="#E26227"/>
16
+ <path d="M36.8073 30.103C34.9779 31.7436 34.6416 35.6236 34.4611 39.3806C34.2282 46.0049 36.2949 52.5058 40.3103 57.7798C44.6173 63.1938 55.8974 63.1938 59.8188 55.7701C61.5498 52.4889 63.5925 45.2949 63.9207 37.3052C64.3719 24.5742 47.4476 20.5711 36.8073 30.103Z"
17
+ fill="#EF8242"/>
18
+ <path d="M46.0615 51.3324H54.2652C53.9791 52.212 53.4163 52.9755 52.6609 53.5092C51.9054 54.0428 50.9978 54.3181 50.0731 54.294C49.1739 54.3014 48.2966 54.0167 47.5731 53.4826C46.8496 52.9486 46.3192 52.194 46.0615 51.3324Z"
19
+ fill="#B94A27"/>
20
+ <path d="M49.3416 48.7558C49.0645 48.7549 48.7978 48.6495 48.5951 48.4605C48.4914 48.3623 48.4088 48.244 48.3524 48.1128C48.296 47.9817 48.2669 47.8404 48.2669 47.6976L48.1029 39.8965C48.1018 39.8427 48.1113 39.7891 48.1309 39.739C48.1505 39.6888 48.1799 39.6429 48.2172 39.6041C48.2545 39.5652 48.2991 39.5341 48.3485 39.5125C48.3979 39.4909 48.451 39.4792 48.5049 39.4782C48.613 39.4781 48.717 39.5199 48.795 39.5949C48.8731 39.6698 48.919 39.7721 48.9232 39.8801L49.0791 47.6812C49.0806 47.7524 49.11 47.8202 49.1612 47.8698C49.1861 47.894 49.2157 47.913 49.2481 47.9257C49.2805 47.9384 49.3151 47.9445 49.3498 47.9437L51.7371 47.8781C51.8454 47.8757 51.9503 47.9155 52.0298 47.9889C52.1094 48.0623 52.1574 48.1637 52.1637 48.2718C52.1648 48.3256 52.1553 48.3792 52.1357 48.4294C52.116 48.4796 52.0867 48.5254 52.0494 48.5642C52.0121 48.6031 51.9674 48.6342 51.9181 48.6558C51.8687 48.6774 51.8156 48.6891 51.7617 48.6901L49.3662 48.7558H49.3416Z"
21
+ fill="#E26227"/>
22
+ <path d="M57.2754 42.333C57.1856 42.1652 57.062 42.0179 56.9125 41.9003C56.7629 41.7826 56.5907 41.6972 56.4065 41.6495C56.2223 41.6017 56.0303 41.5925 55.8424 41.6226C55.6545 41.6527 55.4749 41.7215 55.3149 41.8244C54.9979 42.0077 54.7652 42.3077 54.6665 42.6603C54.5677 43.0129 54.6108 43.3901 54.7864 43.7114C54.962 44.0327 55.2564 44.2726 55.6065 44.3798C55.9566 44.487 56.3347 44.4531 56.6602 44.2853C56.8291 44.1979 56.9791 44.0779 57.1015 43.9323C57.2239 43.7868 57.3164 43.6184 57.3736 43.437C57.4308 43.2556 57.4515 43.0647 57.4347 42.8752C57.4178 42.6857 57.3637 42.5014 57.2754 42.333Z"
23
+ fill="#030302"/>
24
+ <path d="M56.8405 37.8631C56.1927 37.7478 55.5255 37.8924 54.9836 38.2655C54.4416 38.6386 54.0684 39.2102 53.9448 39.8564C54.8086 39.542 55.7249 39.3971 56.6436 39.4299C57.5838 39.4549 58.5152 39.6179 59.408 39.9138C59.2071 39.3708 58.8618 38.8929 58.4094 38.5315C57.9569 38.1701 57.4145 37.939 56.8405 37.8631Z"
25
+ fill="#B94A27"/>
26
+ <path d="M44.8146 42.6692C44.6815 42.4296 44.4811 42.2343 44.2382 42.1074C43.9953 41.9805 43.7206 41.9274 43.4479 41.9549C43.1753 41.9824 42.9166 42.0891 42.7039 42.2619C42.4912 42.4347 42.3338 42.6661 42.2512 42.9273C42.1685 43.1886 42.1641 43.4684 42.2387 43.7321C42.3132 43.9958 42.4634 44.2319 42.6706 44.4112C42.8778 44.5906 43.1331 44.7053 43.4047 44.7412C43.6764 44.7771 43.9527 44.7326 44.1994 44.6133C44.5384 44.4367 44.7936 44.1329 44.9089 43.7684C45.0242 43.404 44.9903 43.0086 44.8146 42.6692Z"
27
+ fill="#030302"/>
28
+ <path d="M43.5834 37.9364C43.0098 38.0149 42.4687 38.249 42.0189 38.6135C41.5691 38.9779 41.2279 39.4588 41.0322 40.0036C41.9178 39.6982 42.844 39.5268 43.7802 39.495C44.7034 39.4534 45.6257 39.5928 46.4954 39.9052C46.4365 39.5832 46.314 39.2761 46.135 39.0021C45.956 38.728 45.7241 38.4924 45.4529 38.3091C45.1817 38.1257 44.8767 37.9984 44.5557 37.9344C44.2347 37.8704 43.9041 37.8711 43.5834 37.9364Z"
29
+ fill="#B94A27"/>
30
+ <path d="M34.4041 41.7509C34.5682 42.1529 34.0513 37.6987 38.0876 35.1065C41.5577 33.064 42.8949 34.9999 45.7498 34.1878C48.6047 33.3757 48.0961 30.6113 53.6172 30.8163C57.7191 30.9722 57.9078 30.3078 60.3607 29.0773C57.8996 38.4779 62.9202 35.7217 63.5273 42.0544C67.6292 35.9268 66.7021 31.53 65.4716 28.4703C64.241 25.4106 57.9078 20.1935 48.0961 20.8005C38.2844 21.4075 29.1209 28.4621 34.4041 41.7509Z"
31
+ fill="#FBB969"/>
32
+ <path d="M84.4462 85.4639C75.3996 94.232 63.2685 99.0928 50.6699 98.9976C38.0712 98.9025 26.0149 93.859 17.1018 84.9553C17.2721 84.4759 17.4835 84.0121 17.7335 83.569C21.015 77.9253 33.46 73.1348 37.0697 70.2391L37.2173 70.1161C37.7338 69.7185 38.2043 69.2645 38.6202 68.7626C40.6793 69.788 45.6098 72.0028 49.4901 71.7895C52.8126 71.609 57.6939 69.1809 60.6062 67.5486V67.606C61.1968 68.779 62.411 69.7059 63.7974 70.7559C70.4424 75.7433 84.7497 80.1401 84.4462 85.4639Z"
33
+ fill="#FAC2B3"/>
34
+ <path d="M39.1122 68.0571L35.2236 71.4532C35.2236 71.4532 39.2435 79.2132 41.2124 79.4183C43.1812 79.6233 50.2365 71.486 50.2365 71.486C50.2365 71.486 54.97 79.4183 57.8987 79.1476C60.8275 78.8769 64.3879 71.1086 64.3879 71.1086L60.5813 67.5486L50.2365 71.486L39.1122 68.0571Z"
35
+ fill="#F9F8F6"/>
36
+ <path d="M50.7034 79.0739C50.6818 78.8784 50.6213 78.6891 50.5255 78.5172C50.4298 78.3454 50.3006 78.1944 50.1456 78.0732C49.8321 77.8526 49.4539 77.7429 49.071 77.7615C48.8738 77.7844 48.683 77.8462 48.5098 77.9433C48.3366 78.0405 48.1844 78.1711 48.0621 78.3275C47.8217 78.6383 47.7136 79.0314 47.7612 79.4215C47.8089 79.8115 48.0083 80.1671 48.3164 80.411C48.6312 80.6281 49.0091 80.7349 49.391 80.7145C49.5877 80.6931 49.7782 80.6327 49.9515 80.5369C50.1247 80.4412 50.2771 80.3119 50.3999 80.1567C50.636 79.848 50.7446 79.4604 50.7034 79.0739Z"
37
+ fill="#F9F8F6"/>
38
+ <path d="M50.7034 83.9797C50.6827 83.7839 50.6226 83.5943 50.5268 83.4224C50.4309 83.2504 50.3013 83.0995 50.1456 82.979C49.8321 82.7584 49.4539 82.6487 49.071 82.6672C48.8738 82.6902 48.683 82.752 48.5098 82.8492C48.3366 82.9463 48.1844 83.0769 48.0621 83.2333C47.8217 83.5441 47.7136 83.9372 47.7612 84.3273C47.8089 84.7173 48.0083 85.0729 48.3164 85.3168C48.6312 85.5339 49.0091 85.6407 49.391 85.6203C49.5877 85.5989 49.7782 85.5385 49.9515 85.4428C50.1247 85.347 50.2771 85.2177 50.3999 85.0625C50.636 84.7538 50.7446 84.3662 50.7034 83.9797Z"
39
+ fill="#F9F8F6"/>
40
+ <path d="M50.7034 88.8855C50.6827 88.6897 50.6226 88.5002 50.5268 88.3282C50.4309 88.1562 50.3013 88.0054 50.1456 87.8848C49.8321 87.6642 49.4539 87.5545 49.071 87.5731C48.8738 87.596 48.683 87.6578 48.5098 87.755C48.3366 87.8521 48.1844 87.9827 48.0621 88.1391C47.8217 88.4499 47.7136 88.843 47.7612 89.2331C47.8089 89.6231 48.0083 89.9787 48.3164 90.2226C48.6312 90.4397 49.0091 90.5465 49.391 90.5261C49.5877 90.5047 49.7782 90.4443 49.9515 90.3486C50.1247 90.2528 50.2771 90.1236 50.3999 89.9683C50.636 89.6596 50.7446 89.272 50.7034 88.8855Z"
41
+ fill="#F9F8F6"/>
42
+ <path d="M50.7034 93.7897C50.682 93.593 50.6216 93.4024 50.5259 93.2292C50.4301 93.056 50.3008 92.9036 50.1456 92.7808C49.8313 92.5625 49.4531 92.4557 49.071 92.4772C48.8738 92.5002 48.683 92.562 48.5098 92.6591C48.3366 92.7563 48.1844 92.8869 48.0621 93.0433C47.8217 93.3541 47.7136 93.7472 47.7612 94.1373C47.8089 94.5273 48.0083 94.8829 48.3164 95.1268C48.6312 95.3439 49.0091 95.4506 49.391 95.4303C49.5849 95.4089 49.7727 95.3494 49.9437 95.2554C50.1146 95.1613 50.2654 95.0344 50.3873 94.8821C50.5091 94.7297 50.5998 94.5548 50.6541 94.3674C50.7083 94.1799 50.7251 93.9836 50.7034 93.7897Z"
43
+ fill="#F9F8F6"/>
44
+ </g>
45
+ </g>
46
+ <defs>
47
+ <filter id="filter0_d_2624_1875" x="0" y="0" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
48
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
49
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
50
+ result="hardAlpha"/>
51
+ <feMorphology radius="1" operator="dilate" in="SourceAlpha" result="effect1_dropShadow_2624_1875"/>
52
+ <feOffset/>
53
+ <feGaussianBlur stdDeviation="1"/>
54
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/>
55
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2624_1875"/>
56
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2624_1875" result="shape"/>
57
+ </filter>
58
+ </defs>
59
+ </svg>
@@ -0,0 +1,175 @@
1
+ <svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M77.0793 26.8668C77.6555 28.5378 79.1152 29.959 80.3252 30.0551C81.5352 30.1511 82.0538 28.8643 81.4584 27.1933C80.863 25.5224 79.4225 24.1011 78.2125 24.005C77.0025 23.909 76.4839 25.1958 77.0793 26.8668Z"
3
+ fill="#1A2EB2"/>
4
+ <path d="M71.4823 71.7511C73.0572 76.2646 77.0138 80.1251 80.2981 80.3556C83.5824 80.5861 84.9652 77.1289 83.3903 72.6154C81.8154 68.1019 77.8588 64.2414 74.5745 64.0109C71.2902 63.7804 69.9074 67.2376 71.4823 71.7511Z"
5
+ fill="#C9981D"/>
6
+ <path d="M43.3249 90.7521C46.3403 92.4999 48.7795 96.7253 48.7795 100.202C48.7795 103.678 46.3211 105.08 43.2865 103.332C40.2711 101.585 37.8319 97.3592 37.8319 93.8828C37.8319 90.4064 40.2903 89.0043 43.3249 90.7521Z"
7
+ fill="#161922"/>
8
+ <path d="M93.4077 153.253L128.272 133.127C128.692 132.885 129.373 132.885 129.798 133.127L155.224 147.805C155.644 148.047 155.644 148.441 155.224 148.683L120.36 168.81C119.939 169.052 119.258 169.052 118.834 168.81L93.4077 154.132C92.9871 153.89 92.9871 153.495 93.4077 153.253Z"
9
+ fill="#040506"/>
10
+ <path d="M83.6125 176C83.1919 176 82.7825 175.9 82.4625 175.713L54.0814 159.323C53.6422 159.07 53.3892 158.672 53.3892 158.229C53.3892 157.786 53.6422 157.392 54.0814 157.135L77.0326 143.879C77.3527 143.693 77.7583 143.592 78.1826 143.592C78.6069 143.592 79.0125 143.693 79.3326 143.879L107.714 160.269C108.153 160.522 108.406 160.92 108.406 161.363C108.406 161.806 108.153 162.2 107.714 162.457L84.7624 175.713C84.4424 175.9 84.0367 176 83.6125 176Z"
11
+ fill="#040506"/>
12
+ <path d="M60.181 148.319C60.181 148.319 60.5941 142.881 58.7333 138.244C56.8762 133.607 53.7277 130.336 50.3857 129.416C47.0436 128.501 43.7053 131.099 46.9283 133.938C50.1512 136.778 56.1839 140.198 57.6242 148.787L60.1847 148.319H60.181Z"
13
+ fill="#040506"/>
14
+ <path d="M59.4515 146.748C59.4515 146.748 59.4775 146.748 59.4887 146.748C59.5892 146.729 59.6524 146.633 59.6338 146.532C57.7358 137.027 51.6212 132.04 48.6513 130.73C48.5583 130.689 48.4503 130.73 48.4094 130.823C48.3685 130.916 48.4094 131.024 48.5024 131.065C51.409 132.345 57.4046 137.243 59.2728 146.599C59.2914 146.685 59.3659 146.748 59.4515 146.748Z"
15
+ fill="#272C3A"/>
16
+ <path d="M44.6283 144.336C44.7735 144.954 45.3392 145.371 45.8751 145.717C46.4073 146.06 46.9916 146.432 47.2037 147.031C47.6279 148.24 46.2956 149.577 46.772 150.767C46.9729 151.266 47.4568 151.601 47.9592 151.795C48.376 151.958 48.8151 152.04 49.2469 152.163C49.459 152.2 49.6711 152.223 49.8795 152.234C50.4973 152.26 51.156 152.357 51.6473 152.77C52.4214 153.421 52.4772 154.567 52.8419 155.512C53.2811 156.644 54.271 157.518 55.4099 157.902C56.37 158.218 57.8847 158.281 58.2197 157.894C58.4765 157.6 58.0894 156.495 58.1527 156.108C58.309 155.122 58.3723 154.117 58.3388 153.119C58.3239 152.632 58.309 152.237 58.4058 151.757C58.5063 151.255 58.603 150.753 58.6923 150.25C58.8375 149.439 59.1054 148.572 58.9082 147.742C58.6886 146.83 57.747 146.633 57.5498 145.74C57.4679 145.382 57.4605 145.018 57.386 144.66C57.159 143.607 56.2919 142.718 55.2461 142.464C53.616 142.066 51.8818 143.119 50.2591 142.68C49.8386 142.565 49.4478 142.357 49.0422 142.2C47.7545 141.694 46.1393 141.78 45.1754 142.766C44.7735 143.179 44.5018 143.771 44.632 144.333L44.6283 144.336Z"
17
+ fill="#040506"/>
18
+ <path d="M57.8774 155.308C57.8774 155.308 57.8849 155.308 57.8886 155.308C57.9667 155.304 58.0263 155.233 58.0226 155.155C57.3787 146.179 48.6143 143.224 46.4781 142.974C46.3999 142.967 46.3292 143.023 46.318 143.101C46.3106 143.179 46.3664 143.25 46.4446 143.261C48.5324 143.507 57.1033 146.395 57.736 155.178C57.7397 155.252 57.803 155.312 57.8774 155.312V155.308Z"
19
+ fill="#272C3A"/>
20
+ <path d="M48.7071 149.067C48.7369 149.067 48.7629 149.059 48.789 149.041C48.815 149.022 51.543 147.198 55.2423 148.486C55.3167 148.512 55.3986 148.471 55.4246 148.397C55.4507 148.322 55.4098 148.24 55.3353 148.214C51.4909 146.878 48.655 148.784 48.6252 148.802C48.5583 148.847 48.5434 148.936 48.588 149C48.6141 149.041 48.6587 149.063 48.7034 149.063L48.7071 149.067Z"
21
+ fill="#272C3A"/>
22
+ <path d="M119.593 165.896L97.572 153.179V84.1653L119.593 96.8783V165.896Z" fill="#161922"/>
23
+ <path d="M119.593 96.8783L151.052 78.7168V147.731L119.593 165.896V96.8783Z" fill="#272C3A"/>
24
+ <path d="M151.052 78.7168L119.593 96.8783L97.572 84.1652L129.031 66L151.052 78.7168Z" fill="#272C3A"/>
25
+ <path d="M122.741 141.608L147.907 127.079V144.571L148.484 144.902L123.318 159.435L122.741 159.1V141.608Z"
26
+ fill="#040506"/>
27
+ <path d="M123.318 141.943L148.488 127.414L148.484 144.902L123.318 159.435V141.943Z" fill="#272C3A"/>
28
+ <path d="M133.184 139.212L137.464 136.741C138.019 136.421 138.469 136.566 138.469 137.068C138.469 137.57 138.019 138.237 137.464 138.557L133.184 141.028C132.63 141.348 132.179 141.203 132.179 140.7C132.179 140.198 132.63 139.532 133.184 139.212Z"
29
+ fill="#040506"/>
30
+ <path d="M122.741 120.488L147.907 105.959V123.451L148.484 123.786L123.318 138.315L122.741 137.98V120.488Z"
31
+ fill="#040506"/>
32
+ <path d="M123.318 120.823L148.488 106.294L148.484 123.786L123.318 138.315V120.823Z" fill="#272C3A"/>
33
+ <path d="M133.184 118.092L137.464 115.62C138.019 115.3 138.469 115.445 138.469 115.948C138.469 116.45 138.019 117.116 137.464 117.437L133.184 119.908C132.63 120.228 132.179 120.083 132.179 119.58C132.179 119.078 132.63 118.412 133.184 118.092Z"
34
+ fill="#040506"/>
35
+ <path d="M122.741 99.368L147.907 84.8388V102.327L122.741 116.856V99.368Z" fill="#040506"/>
36
+ <path d="M160.49 95.0622L146.526 87.0049V102.412L160.49 110.47V95.0622Z" fill="#040506"/>
37
+ <g opacity="0.1">
38
+ <path d="M160.49 95.0622L146.526 87.0049V102.412L160.49 110.47V95.0622Z" fill="#040506"/>
39
+ </g>
40
+ <path d="M147.501 86.4392L146.526 87.0011L160.49 95.0622L161.465 94.4965L147.501 86.4392Z" fill="#272C3A"/>
41
+ <path d="M151.435 88.14C151.435 87.9874 151.383 87.8832 151.301 87.8274C151.301 87.8274 151.29 87.8162 151.268 87.8087L150.557 87.3919C150.468 87.3398 150.345 87.351 150.211 87.4254L135.987 95.6279L135.574 93.9569C135.537 93.8303 135.462 93.741 135.369 93.6852L134.628 93.2535C134.498 93.179 134.334 93.1753 134.178 93.2684L128.127 96.7592C127.855 96.9156 127.635 97.2989 127.635 97.6115V117.79C127.635 117.939 127.684 118.047 127.769 118.103L128.532 118.546C128.622 118.59 128.737 118.579 128.867 118.505L150.959 105.751C151.231 105.594 151.45 105.211 151.45 104.898L151.443 88.1362L151.435 88.14Z"
42
+ fill="#040506"/>
43
+ <g opacity="0.2">
44
+ <mask id="path-25-inside-1_8152_16965" fill="white">
45
+ <path d="M135.354 93.6814C135.227 93.6107 135.067 93.6145 134.915 93.7001L128.864 97.1909C128.73 97.2691 128.607 97.4031 128.517 97.5594L127.781 97.1314C127.87 96.9751 127.993 96.8411 128.127 96.7629L134.178 93.2721C134.338 93.1828 134.502 93.1865 134.628 93.2609L135.358 93.6814H135.354Z"/>
46
+ </mask>
47
+ <path d="M135.354 93.6814C135.227 93.6107 135.067 93.6145 134.915 93.7001L128.864 97.1909C128.73 97.2691 128.607 97.4031 128.517 97.5594L127.781 97.1314C127.87 96.9751 127.993 96.8411 128.127 96.7629L134.178 93.2721C134.338 93.1828 134.502 93.1865 134.628 93.2609L135.358 93.6814H135.354Z"
48
+ fill="#161922"/>
49
+ <path d="M135.354 93.6814L134.866 94.5544L135.094 94.6814H135.354V93.6814ZM134.915 93.7001L134.426 92.8278L134.415 92.8339L134.915 93.7001ZM128.864 97.1909L128.364 96.3247L128.36 96.3272L128.864 97.1909ZM128.517 97.5594L128.015 98.4241L128.886 98.9299L129.386 98.0555L128.517 97.5594ZM127.781 97.1314L126.912 96.6353L126.42 97.4974L127.278 97.9961L127.781 97.1314ZM128.127 96.7629L127.627 95.8967L127.623 95.8992L128.127 96.7629ZM134.178 93.2721L133.691 92.3989L133.684 92.4023L133.678 92.4059L134.178 93.2721ZM134.628 93.2609L134.121 94.1229L134.129 94.1272L134.628 93.2609ZM135.358 93.6814V94.6814H139.094L135.857 92.8151L135.358 93.6814ZM135.842 92.8085C135.365 92.5418 134.831 92.6002 134.426 92.8279L135.404 94.5722C135.303 94.6287 135.09 94.6796 134.866 94.5544L135.842 92.8085ZM134.415 92.8339L128.364 96.3247L129.363 98.0571L135.415 94.5663L134.415 92.8339ZM128.36 96.3272C128.04 96.5134 127.804 96.7925 127.649 97.0632L129.386 98.0555C129.39 98.0486 129.394 98.0424 129.397 98.0374C129.401 98.0323 129.404 98.0293 129.405 98.0282C129.406 98.027 129.404 98.029 129.399 98.0333C129.394 98.0375 129.384 98.0453 129.367 98.0547L128.36 96.3272ZM129.02 96.6946L128.283 96.2667L127.278 97.9961L128.015 98.4241L129.02 96.6946ZM128.649 97.6275C128.653 97.6206 128.657 97.6144 128.66 97.6094C128.664 97.6043 128.667 97.6013 128.668 97.6002C128.669 97.599 128.667 97.601 128.662 97.6053C128.657 97.6095 128.647 97.6173 128.63 97.6267L127.623 95.8992C127.303 96.0855 127.067 96.3645 126.912 96.6353L128.649 97.6275ZM128.626 97.6292L134.678 94.1383L133.678 92.4059L127.627 95.8967L128.626 97.6292ZM134.665 94.1453C134.612 94.1749 134.531 94.2038 134.428 94.205C134.324 94.2063 134.217 94.1791 134.121 94.1228L135.135 92.399C134.672 92.1266 134.128 92.1545 133.691 92.3989L134.665 94.1453ZM134.129 94.1272L134.858 94.5478L135.857 92.8151L135.128 92.3946L134.129 94.1272ZM135.358 92.6814H135.354V94.6814H135.358V92.6814Z"
50
+ fill="#161922" mask="url(#path-25-inside-1_8152_16965)"/>
51
+ </g>
52
+ <path opacity="0.2"
53
+ d="M151.264 87.8087C151.179 87.7715 151.063 87.7864 150.94 87.8571L136.705 96.0707C136.433 96.2271 136.139 96.1117 136.05 95.8102L135.983 95.6316L150.207 87.4291C150.285 87.3845 150.36 87.3622 150.427 87.3622C150.475 87.3622 150.516 87.3733 150.553 87.3956L151.264 87.8125V87.8087Z"
54
+ fill="#272C3A"/>
55
+ <path d="M151.435 88.14L151.443 104.898C151.443 105.211 151.223 105.594 150.951 105.751L128.804 118.534C128.611 118.646 128.369 118.508 128.369 118.285V98.0432C128.369 97.8869 128.424 97.712 128.514 97.5594C128.603 97.4031 128.73 97.2691 128.86 97.191L134.911 93.6963C135.068 93.6108 135.224 93.607 135.354 93.6777L135.365 93.6852C135.458 93.741 135.533 93.8303 135.57 93.9569L135.983 95.6279L136.05 95.8065C136.139 96.108 136.433 96.2233 136.705 96.067L150.944 87.8534C151.067 87.7827 151.178 87.7715 151.264 87.805L151.283 87.8162C151.283 87.8162 151.29 87.8162 151.294 87.8199H151.298C151.379 87.8757 151.432 87.9837 151.432 88.1362L151.435 88.14Z"
56
+ fill="#040506"/>
57
+ <path opacity="0.3"
58
+ d="M151.435 88.14L151.443 104.898C151.443 105.211 151.223 105.594 150.951 105.751L128.804 118.534C128.611 118.646 128.369 118.508 128.369 118.285V98.0432C128.369 97.8869 128.424 97.712 128.514 97.5594C128.603 97.4031 128.73 97.2691 128.86 97.191L134.911 93.6963C135.068 93.6108 135.224 93.607 135.354 93.6777L135.365 93.6852C135.458 93.741 135.533 93.8303 135.57 93.9569L135.983 95.6279L136.05 95.8065C136.139 96.108 136.433 96.2233 136.705 96.067L150.944 87.8534C151.067 87.7827 151.178 87.7715 151.264 87.805L151.283 87.8162C151.283 87.8162 151.29 87.8162 151.294 87.8199H151.298C151.379 87.8757 151.432 87.9837 151.432 88.1362L151.435 88.14Z"
59
+ fill="#272C3A"/>
60
+ <path opacity="0.5"
61
+ d="M128.547 118.553C128.547 118.553 128.532 118.553 128.525 118.546L127.762 118.103C127.68 118.047 127.628 117.943 127.628 117.79V97.6115C127.628 97.4514 127.684 97.284 127.773 97.1277L128.51 97.5556C128.421 97.712 128.365 97.8831 128.365 98.0395V118.281C128.365 118.408 128.443 118.508 128.543 118.549L128.547 118.553Z"
62
+ fill="#040506"/>
63
+ <path d="M153.806 89.5207C153.806 89.3681 153.754 89.2639 153.672 89.2081C153.672 89.2081 153.661 89.1969 153.638 89.1895L152.928 88.7726C152.838 88.7243 152.715 88.7317 152.581 88.8099L138.357 97.0123L137.944 95.3413C137.907 95.2148 137.833 95.1254 137.74 95.0696L136.999 94.6379C136.869 94.5635 136.705 94.5598 136.549 94.6528L130.497 98.1437C130.226 98.3 130.006 98.6833 130.006 98.9959V119.175C130.006 119.323 130.054 119.431 130.14 119.487L130.903 119.93C130.992 119.975 131.108 119.964 131.238 119.889L153.33 107.135C153.601 106.979 153.821 106.595 153.821 106.283L153.813 89.5207H153.806Z"
64
+ fill="#040506"/>
65
+ <g opacity="0.1">
66
+ <mask id="path-32-inside-2_8152_16965" fill="white">
67
+ <path d="M137.725 95.0622C137.598 94.9915 137.438 94.9952 137.285 95.0808L131.234 98.5717C131.1 98.6498 130.977 98.7838 130.888 98.9401L130.151 98.5121C130.24 98.3558 130.363 98.2218 130.497 98.1437L136.549 94.6528C136.709 94.5635 136.872 94.5672 136.999 94.6416L137.728 95.0622H137.725Z"/>
68
+ </mask>
69
+ <path d="M137.725 95.0622C137.598 94.9915 137.438 94.9952 137.285 95.0808L131.234 98.5717C131.1 98.6498 130.977 98.7838 130.888 98.9401L130.151 98.5121C130.24 98.3558 130.363 98.2218 130.497 98.1437L136.549 94.6528C136.709 94.5635 136.872 94.5672 136.999 94.6416L137.728 95.0622H137.725Z"
70
+ fill="#161922"/>
71
+ <path d="M137.725 95.0622L137.237 95.9351L137.464 96.0622H137.725V95.0622ZM137.285 95.0808L136.796 94.2086L136.786 94.2146L137.285 95.0808ZM131.234 98.5717L130.734 97.7055L130.73 97.7079L131.234 98.5717ZM130.888 98.9401L130.386 99.8048L131.257 100.311L131.756 99.4363L130.888 98.9401ZM130.151 98.5121L129.283 98.016L128.79 98.8781L129.649 99.3769L130.151 98.5121ZM130.497 98.1437L129.998 97.2775L129.993 97.2799L130.497 98.1437ZM136.549 94.6528L136.061 93.7796L136.055 93.7831L136.049 93.7866L136.549 94.6528ZM136.999 94.6416L136.492 95.5036L136.499 95.508L136.999 94.6416ZM137.728 95.0622V96.0622H141.465L138.228 94.1959L137.728 95.0622ZM138.212 94.1892C137.735 93.9226 137.202 93.981 136.796 94.2086L137.775 95.9529C137.674 96.0094 137.461 96.0604 137.237 95.9351L138.212 94.1892ZM136.786 94.2146L130.734 97.7055L131.734 99.4379L137.785 95.947L136.786 94.2146ZM130.73 97.7079C130.411 97.8942 130.174 98.1732 130.02 98.444L131.756 99.4363C131.76 99.4293 131.764 99.4232 131.768 99.4181C131.772 99.413 131.774 99.41 131.775 99.4089C131.776 99.4078 131.775 99.4097 131.77 99.414C131.764 99.4182 131.754 99.426 131.738 99.4355L130.73 97.7079ZM131.39 98.0754L130.653 97.6474L129.649 99.3769L130.386 99.8048L131.39 98.0754ZM131.019 99.0083C131.023 99.0013 131.027 98.9952 131.031 98.9901C131.035 98.985 131.037 98.982 131.038 98.9809C131.04 98.9798 131.038 98.9818 131.033 98.986C131.028 98.9902 131.017 98.998 131.001 99.0075L129.993 97.2799C129.674 97.4662 129.438 97.7452 129.283 98.016L131.019 99.0083ZM130.997 99.0099L137.048 95.519L136.049 93.7866L129.998 97.2775L130.997 99.0099ZM137.036 95.526C136.983 95.5557 136.902 95.5845 136.798 95.5857C136.695 95.587 136.588 95.5598 136.492 95.5036L137.506 93.7797C137.043 93.5074 136.499 93.5352 136.061 93.7796L137.036 95.526ZM136.499 95.508L137.229 95.9285L138.228 94.1959L137.498 93.7753L136.499 95.508ZM137.728 94.0622H137.725V96.0622H137.728V94.0622Z"
72
+ fill="#161922" mask="url(#path-32-inside-2_8152_16965)"/>
73
+ </g>
74
+ <path opacity="0.1"
75
+ d="M153.634 89.1895C153.549 89.1522 153.434 89.1671 153.311 89.2378L139.076 97.4515C138.804 97.6078 138.51 97.4924 138.421 97.1909L138.354 97.0123L152.578 88.8099C152.656 88.7652 152.73 88.7429 152.797 88.7429C152.846 88.7429 152.886 88.754 152.924 88.7764L153.634 89.1932V89.1895Z"
76
+ fill="#272C3A"/>
77
+ <path d="M153.806 89.5244L153.813 106.283C153.813 106.595 153.594 106.979 153.322 107.135L131.175 119.923C130.981 120.034 130.739 119.893 130.739 119.673V99.4314C130.739 99.275 130.795 99.1001 130.884 98.9475C130.974 98.7912 131.1 98.6573 131.231 98.5791L137.282 95.0845C137.438 94.9989 137.594 94.9952 137.725 95.0659L137.736 95.0733C137.829 95.1292 137.903 95.2185 137.941 95.345L138.354 97.016L138.421 97.1947C138.51 97.4961 138.804 97.6115 139.076 97.4552L153.315 89.2416C153.437 89.1708 153.549 89.1597 153.635 89.1932L153.653 89.2043C153.653 89.2043 153.661 89.2043 153.664 89.2081H153.668C153.75 89.2639 153.802 89.3718 153.802 89.5244H153.806Z"
78
+ fill="#040506"/>
79
+ <path opacity="0.2"
80
+ d="M153.806 89.5244L153.813 106.283C153.813 106.595 153.594 106.979 153.322 107.135L131.175 119.923C130.981 120.034 130.739 119.893 130.739 119.673V99.4314C130.739 99.275 130.795 99.1001 130.884 98.9475C130.974 98.7912 131.1 98.6573 131.231 98.5791L137.282 95.0845C137.438 94.9989 137.594 94.9952 137.725 95.0659L137.736 95.0733C137.829 95.1292 137.903 95.2185 137.941 95.345L138.354 97.016L138.421 97.1947C138.51 97.4961 138.804 97.6115 139.076 97.4552L153.315 89.2416C153.437 89.1708 153.549 89.1597 153.635 89.1932L153.653 89.2043C153.653 89.2043 153.661 89.2043 153.664 89.2081H153.668C153.75 89.2639 153.802 89.3718 153.802 89.5244H153.806Z"
81
+ fill="#272C3A"/>
82
+ <path opacity="0.4"
83
+ d="M130.918 119.938C130.918 119.938 130.903 119.937 130.895 119.93L130.133 119.487C130.051 119.431 129.999 119.327 129.999 119.175V98.9959C129.999 98.8359 130.054 98.6684 130.144 98.5121L130.881 98.9401C130.791 99.0964 130.735 99.2676 130.735 99.4239V119.666C130.735 119.792 130.814 119.893 130.914 119.934L130.918 119.938Z"
84
+ fill="#040506"/>
85
+ <path d="M156.176 90.9051C156.176 90.7525 156.124 90.6483 156.043 90.5925C156.043 90.5925 156.031 90.5813 156.009 90.5739L155.298 90.1571C155.209 90.105 155.086 90.1161 154.952 90.1906L140.728 98.393L140.315 96.722C140.278 96.5955 140.203 96.5061 140.11 96.4503L139.37 96.0186C139.239 95.9442 139.076 95.9405 138.919 96.0335L132.868 99.5244C132.596 99.6807 132.377 100.064 132.377 100.377V120.555C132.377 120.704 132.425 120.812 132.511 120.868L133.274 121.311C133.363 121.355 133.478 121.344 133.609 121.27L155.7 108.516C155.972 108.36 156.191 107.976 156.191 107.664L156.184 90.9014L156.176 90.9051Z"
86
+ fill="#040506"/>
87
+ <mask id="path-39-inside-3_8152_16965" fill="white">
88
+ <path d="M140.095 96.4429C139.969 96.3722 139.809 96.3759 139.656 96.4615L133.605 99.9524C133.471 100.031 133.348 100.165 133.259 100.321L132.522 99.8928C132.611 99.7365 132.734 99.6025 132.868 99.5244L138.919 96.0335C139.079 95.9442 139.243 95.9479 139.37 96.0223L140.099 96.4429H140.095Z"/>
89
+ </mask>
90
+ <path d="M140.095 96.4429C139.969 96.3722 139.809 96.3759 139.656 96.4615L133.605 99.9524C133.471 100.031 133.348 100.165 133.259 100.321L132.522 99.8928C132.611 99.7365 132.734 99.6025 132.868 99.5244L138.919 96.0335C139.079 95.9442 139.243 95.9479 139.37 96.0223L140.099 96.4429H140.095Z"
91
+ fill="#040506"/>
92
+ <path d="M140.095 96.4429L139.608 97.3158L139.835 97.4429H140.095V96.4429ZM139.656 96.4615L139.167 95.5893L139.157 95.5953L139.656 96.4615ZM133.605 99.9524L133.105 99.0862L133.101 99.0886L133.605 99.9524ZM133.259 100.321L132.757 101.186L133.627 101.691L134.127 100.817L133.259 100.321ZM132.522 99.8928L131.654 99.3967L131.161 100.259L132.02 100.758L132.522 99.8928ZM132.868 99.5244L132.368 98.6582L132.364 98.6606L132.868 99.5244ZM138.919 96.0335L138.432 95.1603L138.426 95.1638L138.42 95.1673L138.919 96.0335ZM139.37 96.0223L138.863 96.8843L138.87 96.8887L139.37 96.0223ZM140.099 96.4429V97.4429H143.836L140.599 95.5766L140.099 96.4429ZM140.583 95.5699C140.106 95.3033 139.573 95.3617 139.167 95.5894L140.146 97.3336C140.045 97.3901 139.832 97.4411 139.608 97.3158L140.583 95.5699ZM139.157 95.5953L133.105 99.0862L134.105 100.819L140.156 97.3277L139.157 95.5953ZM133.101 99.0886C132.782 99.2749 132.545 99.5539 132.391 99.8247L134.127 100.817C134.131 100.81 134.135 100.804 134.139 100.799C134.143 100.794 134.145 100.791 134.146 100.79C134.147 100.788 134.146 100.79 134.14 100.795C134.135 100.799 134.125 100.807 134.109 100.816L133.101 99.0886ZM133.761 99.4561L133.024 99.0281L132.02 100.758L132.757 101.186L133.761 99.4561ZM133.39 100.389C133.394 100.382 133.398 100.376 133.402 100.371C133.406 100.366 133.408 100.363 133.409 100.362C133.41 100.36 133.409 100.362 133.404 100.367C133.398 100.371 133.388 100.379 133.372 100.388L132.364 98.6606C132.045 98.8469 131.808 99.1259 131.654 99.3967L133.39 100.389ZM133.368 100.391L139.419 96.8997L138.42 95.1673L132.368 98.6582L133.368 100.391ZM139.407 96.9067C139.354 96.9364 139.272 96.9652 139.169 96.9665C139.066 96.9677 138.958 96.9406 138.863 96.8843L139.877 95.1604C139.414 94.8881 138.87 94.9159 138.432 95.1603L139.407 96.9067ZM138.87 96.8887L139.6 97.3092L140.599 95.5766L139.869 95.156L138.87 96.8887ZM140.099 95.4429H140.095V97.4429H140.099V95.4429Z"
93
+ fill="#161922" mask="url(#path-39-inside-3_8152_16965)"/>
94
+ <path d="M156.005 90.5739C155.92 90.5367 155.804 90.5516 155.682 90.6223L141.446 98.8359C141.175 98.9922 140.881 98.8768 140.791 98.5754L140.724 98.3967L154.948 90.1943C155.027 90.1496 155.101 90.1273 155.168 90.1273C155.216 90.1273 155.257 90.1385 155.295 90.1608L156.005 90.5776V90.5739Z"
95
+ fill="#040506"/>
96
+ <path d="M156.176 90.9051L156.184 107.664C156.184 107.976 155.964 108.36 155.693 108.516L133.545 121.303C133.352 121.415 133.11 121.277 133.11 121.054V100.812C133.11 100.656 133.166 100.481 133.255 100.328C133.344 100.172 133.471 100.038 133.601 99.9598L139.652 96.4652C139.809 96.3796 139.965 96.3759 140.095 96.4466L140.107 96.454C140.2 96.5099 140.274 96.5992 140.311 96.7257L140.724 98.3967L140.791 98.5754C140.881 98.8768 141.175 98.9922 141.446 98.8359L155.685 90.6223C155.808 90.5515 155.92 90.5404 156.005 90.5739L156.024 90.585C156.024 90.585 156.031 90.585 156.035 90.5888H156.039C156.121 90.6446 156.173 90.7525 156.173 90.9051H156.176Z"
97
+ fill="#040506"/>
98
+ <path opacity="0.1"
99
+ d="M156.176 90.9051L156.184 107.664C156.184 107.976 155.964 108.36 155.693 108.516L133.545 121.303C133.352 121.415 133.11 121.277 133.11 121.054V100.812C133.11 100.656 133.166 100.481 133.255 100.328C133.344 100.172 133.471 100.038 133.601 99.9598L139.652 96.4652C139.809 96.3796 139.965 96.3759 140.095 96.4466L140.107 96.454C140.2 96.5099 140.274 96.5992 140.311 96.7257L140.724 98.3967L140.791 98.5754C140.881 98.8768 141.175 98.9922 141.446 98.8359L155.685 90.6223C155.808 90.5515 155.92 90.5404 156.005 90.5739L156.024 90.585C156.024 90.585 156.031 90.585 156.035 90.5888H156.039C156.121 90.6446 156.173 90.7525 156.173 90.9051H156.176Z"
100
+ fill="#272C3A"/>
101
+ <path opacity="0.3"
102
+ d="M133.289 121.318C133.289 121.318 133.274 121.318 133.266 121.311L132.503 120.868C132.421 120.812 132.369 120.708 132.369 120.555V100.377C132.369 100.22 132.425 100.049 132.515 99.8928L133.251 100.321C133.162 100.477 133.106 100.648 133.106 100.805V121.047C133.106 121.173 133.184 121.274 133.285 121.314L133.289 121.318Z"
103
+ fill="#040506"/>
104
+ <path d="M158.547 92.2858C158.547 92.1332 158.495 92.029 158.413 91.9732C158.413 91.9732 158.402 91.962 158.38 91.9546L157.669 91.5378C157.579 91.4857 157.457 91.4968 157.323 91.5713L143.099 99.7737L142.686 98.1027C142.648 97.9762 142.574 97.8869 142.481 97.831L141.74 97.3993C141.61 97.3249 141.446 97.3212 141.29 97.4142L135.239 100.905C134.967 101.061 134.747 101.445 134.747 101.757V121.936C134.747 122.085 134.796 122.193 134.881 122.249L135.644 122.691C135.734 122.736 135.849 122.725 135.979 122.651L158.071 109.897C158.342 109.74 158.562 109.357 158.562 109.044L158.555 92.2821L158.547 92.2858Z"
105
+ fill="#040506"/>
106
+ <g opacity="0.5">
107
+ <mask id="path-46-inside-4_8152_16965" fill="white">
108
+ <path d="M142.466 97.8236C142.339 97.7529 142.179 97.7566 142.027 97.8422L135.975 101.333C135.841 101.411 135.719 101.545 135.629 101.701L134.892 101.274C134.982 101.117 135.104 100.983 135.238 100.905L141.29 97.4142C141.45 97.3249 141.614 97.3286 141.74 97.403L142.47 97.8236H142.466Z"/>
109
+ </mask>
110
+ <path d="M142.466 97.8236C142.339 97.7529 142.179 97.7566 142.027 97.8422L135.975 101.333C135.841 101.411 135.719 101.545 135.629 101.701L134.892 101.274C134.982 101.117 135.104 100.983 135.238 100.905L141.29 97.4142C141.45 97.3249 141.614 97.3286 141.74 97.403L142.47 97.8236H142.466Z"
111
+ fill="#272C3A"/>
112
+ <path d="M142.466 97.8236L141.978 98.6965L142.205 98.8236H142.466V97.8236ZM142.027 97.8422L141.537 96.97L141.527 96.976L142.027 97.8422ZM135.975 101.333L135.476 100.467L135.471 100.469L135.975 101.333ZM135.629 101.701L135.127 102.566L135.998 103.072L136.497 102.198L135.629 101.701ZM134.892 101.274L134.024 100.777L133.531 101.64L134.39 102.138L134.892 101.274ZM135.238 100.905L134.739 100.039L134.735 100.041L135.238 100.905ZM141.29 97.4142L140.802 96.541L140.796 96.5444L140.79 96.548L141.29 97.4142ZM141.74 97.403L141.233 98.265L141.241 98.2694L141.74 97.403ZM142.47 97.8236V98.8236H146.206L142.969 96.9572L142.47 97.8236ZM142.954 96.9506C142.476 96.684 141.943 96.7424 141.537 96.97L142.516 98.7143C142.415 98.7708 142.202 98.8218 141.978 98.6965L142.954 96.9506ZM141.527 96.976L135.476 100.467L136.475 102.199L142.526 98.7084L141.527 96.976ZM135.471 100.469C135.152 100.656 134.916 100.935 134.761 101.205L136.497 102.198C136.501 102.191 136.505 102.185 136.509 102.179C136.513 102.174 136.516 102.171 136.517 102.17C136.518 102.169 136.516 102.171 136.511 102.175C136.506 102.18 136.495 102.187 136.479 102.197L135.471 100.469ZM136.131 100.837L135.395 100.409L134.39 102.138L135.127 102.566L136.131 100.837ZM135.761 101.77C135.765 101.763 135.769 101.757 135.772 101.751C135.776 101.746 135.779 101.743 135.78 101.742C135.781 101.741 135.779 101.743 135.774 101.747C135.769 101.752 135.758 101.759 135.742 101.769L134.735 100.041C134.415 100.228 134.179 100.507 134.024 100.777L135.761 101.77ZM135.738 101.771L141.789 98.2804L140.79 96.548L134.739 100.039L135.738 101.771ZM141.777 98.2874C141.724 98.3171 141.643 98.3459 141.54 98.3471C141.436 98.3484 141.329 98.3212 141.233 98.265L142.247 96.5411C141.784 96.2688 141.24 96.2966 140.802 96.541L141.777 98.2874ZM141.241 98.2694L141.97 98.6899L142.969 96.9572L142.24 96.5367L141.241 98.2694ZM142.47 96.8236H142.466V98.8236H142.47V96.8236Z"
113
+ fill="#161922" mask="url(#path-46-inside-4_8152_16965)"/>
114
+ </g>
115
+ <path opacity="0.5"
116
+ d="M158.376 91.9546C158.29 91.9174 158.175 91.9323 158.052 92.003L143.817 100.217C143.545 100.373 143.251 100.258 143.162 99.9561L143.095 99.7774L157.319 91.575C157.397 91.5303 157.472 91.508 157.539 91.508C157.587 91.508 157.628 91.5192 157.665 91.5415L158.376 91.9583V91.9546Z"
117
+ fill="#272C3A"/>
118
+ <path d="M158.547 92.2858L158.555 109.044C158.555 109.361 158.335 109.74 158.063 109.897L135.916 122.684C135.722 122.796 135.48 122.658 135.48 122.435V102.193C135.48 102.036 135.536 101.862 135.626 101.709C135.715 101.553 135.841 101.419 135.972 101.341L142.023 97.8459C142.179 97.7603 142.336 97.7566 142.466 97.8273L142.477 97.8347C142.57 97.8906 142.645 97.9799 142.682 98.1064L143.095 99.7774L143.162 99.9561C143.251 100.258 143.545 100.373 143.817 100.217L158.056 92.003C158.179 91.9323 158.294 91.9211 158.376 91.9546L158.395 91.9657C158.395 91.9657 158.402 91.9658 158.406 91.9695H158.409C158.491 92.0253 158.543 92.1332 158.543 92.2858H158.547Z"
119
+ fill="#161922"/>
120
+ <path opacity="0.2"
121
+ d="M135.659 122.699C135.659 122.699 135.644 122.699 135.637 122.691L134.874 122.249C134.792 122.193 134.74 122.089 134.74 121.936V101.757C134.74 101.601 134.796 101.43 134.885 101.274L135.622 101.702C135.533 101.858 135.477 102.029 135.477 102.185V122.427C135.477 122.554 135.555 122.654 135.656 122.695L135.659 122.699Z"
122
+ fill="#040506"/>
123
+ <path d="M137.282 108.46L123.318 100.403V115.814L137.282 123.871V108.46Z" fill="#161922"/>
124
+ <path d="M124.293 99.837L123.318 100.403L137.282 108.46L138.257 107.898L124.293 99.837Z" fill="#040506"/>
125
+ <path d="M136.999 107.6L162.168 93.0711L162.165 110.559L136.999 125.092V107.6Z" fill="#272C3A"/>
126
+ <path d="M146.865 104.869L151.145 102.397C151.699 102.077 152.15 102.223 152.15 102.725C152.15 103.227 151.699 103.894 151.145 104.214L146.865 106.685C146.31 107.005 145.86 106.86 145.86 106.357C145.86 105.855 146.31 105.189 146.865 104.869Z"
127
+ fill="#040506"/>
128
+ <path d="M136.999 107.6L136.162 107.116V124.604L136.999 125.092V107.6Z" fill="#040506"/>
129
+ <path d="M136.162 107.116L161.327 92.5872L162.168 93.0711L136.999 107.6L136.162 107.116Z" fill="#161922"/>
130
+ <path d="M83.616 173.097V157.064L104.438 145.044V161.073L83.616 173.097Z" fill="#272C3A"/>
131
+ <path d="M83.616 157.064L57.5833 142.036V158.066L83.616 173.097V157.064Z" fill="#161922"/>
132
+ <path d="M83.6161 157.064L105.056 144.679L78.4096 129.29L56.9656 141.675L83.6161 157.064Z" fill="#040506"/>
133
+ <path d="M83.616 157.064V161.073L105.056 148.694V144.679L83.616 157.064Z" fill="#272C3A"/>
134
+ <path opacity="0.2" d="M83.616 161.073L104.438 149.048V149.93L83.616 161.955V161.073Z" fill="#040506"/>
135
+ <path d="M56.9656 141.675L83.6161 157.064V161.073L56.9656 145.687V141.675Z" fill="#161922"/>
136
+ <path opacity="0.2" d="M83.616 161.073L57.5833 146.045V146.923L83.616 161.955V161.073Z" fill="#040506"/>
137
+ <path d="M90.4713 159.502L97.5833 155.393C97.8885 155.215 98.1378 155.36 98.1378 155.713V159.919C98.1378 160.272 97.8885 160.704 97.5833 160.879L90.4713 164.988C90.1661 165.166 89.9167 165.021 89.9167 164.668V160.462C89.9167 160.109 90.1661 159.677 90.4713 159.502Z"
138
+ fill="#040506"/>
139
+ <path d="M90.9253 159.978L97.1293 156.398C97.334 156.279 97.4977 156.376 97.4977 156.61V159.763C97.4977 159.997 97.3302 160.287 97.1293 160.403L90.9253 163.983C90.7206 164.102 90.5569 164.005 90.5569 163.771V160.619C90.5569 160.384 90.7244 160.098 90.9253 159.978Z"
140
+ fill="#2F3546"/>
141
+ <g opacity="0.5">
142
+ <path d="M91.1003 160.812C91.0705 160.812 91.0407 160.797 91.0221 160.767C90.996 160.723 91.0109 160.671 91.0556 160.645L96.9134 157.265C96.9544 157.239 97.0102 157.254 97.0362 157.299C97.0623 157.344 97.0474 157.396 97.0027 157.422L91.1449 160.801C91.1449 160.801 91.1151 160.812 91.1003 160.812Z"
143
+ fill="#040506"/>
144
+ <path d="M91.1003 161.586C91.0705 161.586 91.0407 161.571 91.0221 161.542C90.996 161.497 91.0109 161.445 91.0556 161.419L96.9134 158.039C96.9544 158.013 97.0102 158.028 97.0362 158.073C97.0623 158.118 97.0474 158.17 97.0027 158.196L91.1449 161.575C91.1449 161.575 91.1151 161.586 91.1003 161.586Z"
145
+ fill="#040506"/>
146
+ <path d="M91.1003 162.36C91.0705 162.36 91.0407 162.345 91.0221 162.316C90.996 162.271 91.0109 162.219 91.0556 162.193L96.9134 158.814C96.9544 158.788 97.0102 158.802 97.0362 158.847C97.0623 158.892 97.0474 158.944 97.0027 158.97L91.1449 162.349C91.1449 162.349 91.1151 162.36 91.1003 162.36Z"
147
+ fill="#040506"/>
148
+ <path d="M91.1003 163.134C91.0705 163.134 91.0407 163.119 91.0221 163.09C90.996 163.045 91.0109 162.993 91.0556 162.967L96.9134 159.588C96.9544 159.562 97.0102 159.576 97.0362 159.621C97.0623 159.666 97.0474 159.718 97.0027 159.744L91.1449 163.123C91.1449 163.123 91.1151 163.134 91.1003 163.134Z"
149
+ fill="#040506"/>
150
+ </g>
151
+ <path opacity="0.1"
152
+ d="M103.318 143.674L83.6161 155.051L58.7073 140.663L58.0969 141.024L83.6161 155.706L103.929 144.028L103.318 143.674Z"
153
+ fill="#272C3A"/>
154
+ <path d="M83.616 155.051V139.018L104.438 126.997V143.026L83.616 155.051Z" fill="#272C3A"/>
155
+ <path d="M83.616 139.018L57.5833 123.99V140.019L83.616 155.051V139.018Z" fill="#161922"/>
156
+ <path d="M83.6161 139.018L105.056 126.633L78.4096 111.244L56.9656 123.629L83.6161 139.018Z" fill="#272C3A"/>
157
+ <path d="M83.616 139.018V143.026L105.056 130.648V126.633L83.616 139.018Z" fill="#272C3A"/>
158
+ <path opacity="0.2" d="M83.616 143.026L104.438 131.002V131.884L83.616 143.908V143.026Z" fill="#040506"/>
159
+ <path d="M56.9656 123.629L83.6161 139.018V143.026L56.9656 127.641V123.629Z" fill="#161922"/>
160
+ <path opacity="0.2" d="M83.616 143.026L57.5833 127.999V128.877L83.616 143.908V143.026Z" fill="#040506"/>
161
+ <path d="M90.4713 141.456L97.5833 137.347C97.8885 137.169 98.1378 137.314 98.1378 137.667V141.873C98.1378 142.226 97.8885 142.658 97.5833 142.833L90.4713 146.942C90.1661 147.12 89.9167 146.975 89.9167 146.622V142.416C89.9167 142.063 90.1661 141.631 90.4713 141.456Z"
162
+ fill="#040506"/>
163
+ <path d="M90.9253 141.932L97.1293 138.352C97.334 138.233 97.4977 138.33 97.4977 138.564V141.716C97.4977 141.951 97.3302 142.241 97.1293 142.357L90.9253 145.937C90.7206 146.056 90.5569 145.959 90.5569 145.725V142.572C90.5569 142.338 90.7244 142.051 90.9253 141.932Z"
164
+ fill="#2F3546"/>
165
+ <g opacity="0.5">
166
+ <path d="M91.1003 142.766C91.0705 142.766 91.0407 142.751 91.0221 142.721C90.996 142.677 91.0109 142.624 91.0556 142.598L96.9134 139.219C96.9544 139.193 97.0102 139.208 97.0362 139.253C97.0623 139.297 97.0474 139.349 97.0027 139.376L91.1449 142.755C91.1449 142.755 91.1151 142.766 91.1003 142.766Z"
167
+ fill="#040506"/>
168
+ <path d="M91.1003 143.54C91.0705 143.54 91.0407 143.525 91.0221 143.495C90.996 143.451 91.0109 143.399 91.0556 143.373L96.9134 139.993C96.9544 139.967 97.0102 139.982 97.0362 140.027C97.0623 140.071 97.0474 140.124 97.0027 140.15L91.1449 143.529C91.1449 143.529 91.1151 143.54 91.1003 143.54Z"
169
+ fill="#040506"/>
170
+ <path d="M91.1003 144.314C91.0705 144.314 91.0407 144.299 91.0221 144.269C90.996 144.225 91.0109 144.173 91.0556 144.147L96.9134 140.767C96.9544 140.741 97.0102 140.756 97.0362 140.801C97.0623 140.846 97.0474 140.898 97.0027 140.924L91.1449 144.303C91.1449 144.303 91.1151 144.314 91.1003 144.314Z"
171
+ fill="#040506"/>
172
+ <path d="M91.1003 145.088C91.0705 145.088 91.0407 145.073 91.0221 145.044C90.996 144.999 91.0109 144.947 91.0556 144.921L96.9134 141.542C96.9544 141.515 97.0102 141.53 97.0362 141.575C97.0623 141.62 97.0474 141.672 97.0027 141.698L91.1449 145.077C91.1449 145.077 91.1151 145.088 91.1003 145.088Z"
173
+ fill="#040506"/>
174
+ </g>
175
+ </svg>
@@ -0,0 +1,175 @@
1
+ <svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M77.0793 26.8668C77.6555 28.5378 79.1152 29.959 80.3252 30.0551C81.5352 30.1511 82.0538 28.8643 81.4584 27.1933C80.863 25.5224 79.4225 24.1011 78.2125 24.005C77.0025 23.909 76.4839 25.1958 77.0793 26.8668Z"
3
+ fill="#1A2EB2"/>
4
+ <path d="M71.4823 71.7511C73.0572 76.2646 77.0138 80.1251 80.2981 80.3556C83.5824 80.5861 84.9652 77.1289 83.3903 72.6154C81.8154 68.1019 77.8588 64.2414 74.5745 64.0109C71.2902 63.7804 69.9074 67.2376 71.4823 71.7511Z"
5
+ fill="#FAB404"/>
6
+ <path d="M43.3249 90.7521C46.3403 92.4999 48.7795 96.7253 48.7795 100.202C48.7795 103.678 46.3211 105.08 43.2865 103.332C40.2711 101.585 37.8319 97.3592 37.8319 93.8828C37.8319 90.4064 40.2903 89.0043 43.3249 90.7521Z"
7
+ fill="#D4D8E2"/>
8
+ <path d="M93.4077 153.253L128.272 133.127C128.692 132.885 129.373 132.885 129.798 133.127L155.224 147.805C155.644 148.047 155.644 148.441 155.224 148.683L120.36 168.81C119.939 169.052 119.258 169.052 118.834 168.81L93.4077 154.132C92.9871 153.89 92.9871 153.495 93.4077 153.253Z"
9
+ fill="#B9BED0"/>
10
+ <path d="M83.6125 176C83.1919 176 82.7825 175.9 82.4625 175.713L54.0814 159.323C53.6422 159.07 53.3892 158.672 53.3892 158.229C53.3892 157.786 53.6422 157.392 54.0814 157.135L77.0326 143.879C77.3527 143.693 77.7583 143.592 78.1826 143.592C78.6069 143.592 79.0125 143.693 79.3326 143.879L107.714 160.269C108.153 160.522 108.406 160.92 108.406 161.363C108.406 161.806 108.153 162.2 107.714 162.457L84.7624 175.713C84.4424 175.9 84.0367 176 83.6125 176Z"
11
+ fill="#B9BED0"/>
12
+ <path d="M60.181 148.319C60.181 148.319 60.5941 142.881 58.7333 138.244C56.8762 133.607 53.7277 130.336 50.3857 129.416C47.0436 128.501 43.7053 131.099 46.9283 133.938C50.1512 136.778 56.1839 140.198 57.6242 148.787L60.1847 148.319H60.181Z"
13
+ fill="#B9BED0"/>
14
+ <path d="M59.4515 146.748C59.4515 146.748 59.4775 146.748 59.4887 146.748C59.5892 146.729 59.6524 146.633 59.6338 146.532C57.7358 137.027 51.6212 132.04 48.6513 130.73C48.5583 130.689 48.4503 130.73 48.4094 130.823C48.3685 130.916 48.4094 131.024 48.5024 131.065C51.409 132.345 57.4046 137.243 59.2728 146.599C59.2914 146.685 59.3659 146.748 59.4515 146.748Z"
15
+ fill="#EDEEF3"/>
16
+ <path d="M44.6283 144.336C44.7735 144.954 45.3392 145.371 45.8751 145.717C46.4073 146.06 46.9916 146.432 47.2037 147.031C47.6279 148.24 46.2956 149.577 46.772 150.767C46.9729 151.266 47.4568 151.601 47.9592 151.795C48.376 151.958 48.8151 152.04 49.2469 152.163C49.459 152.2 49.6711 152.223 49.8795 152.234C50.4973 152.26 51.156 152.357 51.6473 152.77C52.4214 153.421 52.4772 154.567 52.8419 155.512C53.2811 156.644 54.271 157.518 55.4099 157.902C56.37 158.218 57.8847 158.281 58.2197 157.894C58.4765 157.6 58.0894 156.495 58.1527 156.108C58.309 155.122 58.3723 154.117 58.3388 153.119C58.3239 152.632 58.309 152.237 58.4058 151.757C58.5063 151.255 58.603 150.753 58.6923 150.25C58.8375 149.439 59.1054 148.572 58.9082 147.742C58.6886 146.83 57.747 146.633 57.5498 145.74C57.4679 145.382 57.4605 145.018 57.386 144.66C57.159 143.607 56.2919 142.718 55.2461 142.464C53.616 142.066 51.8818 143.119 50.2591 142.68C49.8386 142.565 49.4478 142.357 49.0422 142.2C47.7545 141.694 46.1393 141.78 45.1754 142.766C44.7735 143.179 44.5018 143.771 44.632 144.333L44.6283 144.336Z"
17
+ fill="#B9BED0"/>
18
+ <path d="M57.8774 155.308C57.8774 155.308 57.8849 155.308 57.8886 155.308C57.9667 155.304 58.0263 155.233 58.0226 155.155C57.3787 146.179 48.6143 143.224 46.4781 142.974C46.3999 142.967 46.3292 143.023 46.318 143.101C46.3106 143.179 46.3664 143.25 46.4446 143.261C48.5324 143.507 57.1033 146.395 57.736 155.178C57.7397 155.252 57.803 155.312 57.8774 155.312V155.308Z"
19
+ fill="#EDEEF3"/>
20
+ <path d="M48.7071 149.067C48.7369 149.067 48.7629 149.059 48.789 149.041C48.815 149.022 51.543 147.198 55.2423 148.486C55.3167 148.512 55.3986 148.471 55.4246 148.397C55.4507 148.322 55.4098 148.24 55.3353 148.214C51.4909 146.878 48.655 148.784 48.6252 148.802C48.5583 148.847 48.5434 148.936 48.588 149C48.6141 149.041 48.6587 149.063 48.7034 149.063L48.7071 149.067Z"
21
+ fill="#EDEEF3"/>
22
+ <path d="M119.593 165.896L97.572 153.179V84.1653L119.593 96.8783V165.896Z" fill="#D4D8E2"/>
23
+ <path d="M119.593 96.8783L151.052 78.7168V147.731L119.593 165.896V96.8783Z" fill="#EDEEF3"/>
24
+ <path d="M151.052 78.7168L119.593 96.8783L97.572 84.1652L129.031 66L151.052 78.7168Z" fill="#EDEEF3"/>
25
+ <path d="M122.741 141.608L147.907 127.079V144.571L148.484 144.902L123.318 159.435L122.741 159.1V141.608Z"
26
+ fill="#B9BED0"/>
27
+ <path d="M123.318 141.943L148.488 127.414L148.484 144.902L123.318 159.435V141.943Z" fill="#EDEEF3"/>
28
+ <path d="M133.184 139.212L137.464 136.741C138.019 136.421 138.469 136.566 138.469 137.068C138.469 137.57 138.019 138.237 137.464 138.557L133.184 141.028C132.63 141.348 132.179 141.203 132.179 140.7C132.179 140.198 132.63 139.532 133.184 139.212Z"
29
+ fill="#B9BED0"/>
30
+ <path d="M122.741 120.488L147.907 105.959V123.451L148.484 123.786L123.318 138.315L122.741 137.98V120.488Z"
31
+ fill="#B9BED0"/>
32
+ <path d="M123.318 120.823L148.488 106.294L148.484 123.786L123.318 138.315V120.823Z" fill="#EDEEF3"/>
33
+ <path d="M133.184 118.092L137.464 115.62C138.019 115.3 138.469 115.445 138.469 115.948C138.469 116.45 138.019 117.116 137.464 117.437L133.184 119.908C132.63 120.228 132.179 120.083 132.179 119.58C132.179 119.078 132.63 118.412 133.184 118.092Z"
34
+ fill="#B9BED0"/>
35
+ <path d="M122.741 99.368L147.907 84.8388V102.327L122.741 116.856V99.368Z" fill="#B9BED0"/>
36
+ <path d="M160.49 95.0622L146.526 87.0049V102.412L160.49 110.47V95.0622Z" fill="#B9BED0"/>
37
+ <g opacity="0.1">
38
+ <path d="M160.49 95.0622L146.526 87.0049V102.412L160.49 110.47V95.0622Z" fill="#B9BED0"/>
39
+ </g>
40
+ <path d="M147.501 86.4392L146.526 87.0011L160.49 95.0622L161.465 94.4965L147.501 86.4392Z" fill="#EDEEF3"/>
41
+ <path d="M151.435 88.14C151.435 87.9874 151.383 87.8832 151.301 87.8274C151.301 87.8274 151.29 87.8162 151.268 87.8087L150.557 87.3919C150.468 87.3398 150.345 87.351 150.211 87.4254L135.987 95.6279L135.574 93.9569C135.537 93.8303 135.462 93.741 135.369 93.6852L134.628 93.2535C134.498 93.179 134.334 93.1753 134.178 93.2684L128.127 96.7592C127.855 96.9156 127.635 97.2989 127.635 97.6115V117.79C127.635 117.939 127.684 118.047 127.769 118.103L128.532 118.546C128.622 118.59 128.737 118.579 128.867 118.505L150.959 105.751C151.231 105.594 151.45 105.211 151.45 104.898L151.443 88.1362L151.435 88.14Z"
42
+ fill="#B9BED0"/>
43
+ <g opacity="0.2">
44
+ <mask id="path-25-inside-1_8152_16965" fill="white">
45
+ <path d="M135.354 93.6814C135.227 93.6107 135.067 93.6145 134.915 93.7001L128.864 97.1909C128.73 97.2691 128.607 97.4031 128.517 97.5594L127.781 97.1314C127.87 96.9751 127.993 96.8411 128.127 96.7629L134.178 93.2721C134.338 93.1828 134.502 93.1865 134.628 93.2609L135.358 93.6814H135.354Z"/>
46
+ </mask>
47
+ <path d="M135.354 93.6814C135.227 93.6107 135.067 93.6145 134.915 93.7001L128.864 97.1909C128.73 97.2691 128.607 97.4031 128.517 97.5594L127.781 97.1314C127.87 96.9751 127.993 96.8411 128.127 96.7629L134.178 93.2721C134.338 93.1828 134.502 93.1865 134.628 93.2609L135.358 93.6814H135.354Z"
48
+ fill="#D4D8E2"/>
49
+ <path d="M135.354 93.6814L134.866 94.5544L135.094 94.6814H135.354V93.6814ZM134.915 93.7001L134.426 92.8278L134.415 92.8339L134.915 93.7001ZM128.864 97.1909L128.364 96.3247L128.36 96.3272L128.864 97.1909ZM128.517 97.5594L128.015 98.4241L128.886 98.9299L129.386 98.0555L128.517 97.5594ZM127.781 97.1314L126.912 96.6353L126.42 97.4974L127.278 97.9961L127.781 97.1314ZM128.127 96.7629L127.627 95.8967L127.623 95.8992L128.127 96.7629ZM134.178 93.2721L133.691 92.3989L133.684 92.4023L133.678 92.4059L134.178 93.2721ZM134.628 93.2609L134.121 94.1229L134.129 94.1272L134.628 93.2609ZM135.358 93.6814V94.6814H139.094L135.857 92.8151L135.358 93.6814ZM135.842 92.8085C135.365 92.5418 134.831 92.6002 134.426 92.8279L135.404 94.5722C135.303 94.6287 135.09 94.6796 134.866 94.5544L135.842 92.8085ZM134.415 92.8339L128.364 96.3247L129.363 98.0571L135.415 94.5663L134.415 92.8339ZM128.36 96.3272C128.04 96.5134 127.804 96.7925 127.649 97.0632L129.386 98.0555C129.39 98.0486 129.394 98.0424 129.397 98.0374C129.401 98.0323 129.404 98.0293 129.405 98.0282C129.406 98.027 129.404 98.029 129.399 98.0333C129.394 98.0375 129.384 98.0453 129.367 98.0547L128.36 96.3272ZM129.02 96.6946L128.283 96.2667L127.278 97.9961L128.015 98.4241L129.02 96.6946ZM128.649 97.6275C128.653 97.6206 128.657 97.6144 128.66 97.6094C128.664 97.6043 128.667 97.6013 128.668 97.6002C128.669 97.599 128.667 97.601 128.662 97.6053C128.657 97.6095 128.647 97.6173 128.63 97.6267L127.623 95.8992C127.303 96.0855 127.067 96.3645 126.912 96.6353L128.649 97.6275ZM128.626 97.6292L134.678 94.1383L133.678 92.4059L127.627 95.8967L128.626 97.6292ZM134.665 94.1453C134.612 94.1749 134.531 94.2038 134.428 94.205C134.324 94.2063 134.217 94.1791 134.121 94.1228L135.135 92.399C134.672 92.1266 134.128 92.1545 133.691 92.3989L134.665 94.1453ZM134.129 94.1272L134.858 94.5478L135.857 92.8151L135.128 92.3946L134.129 94.1272ZM135.358 92.6814H135.354V94.6814H135.358V92.6814Z"
50
+ fill="#D4D8E2" mask="url(#path-25-inside-1_8152_16965)"/>
51
+ </g>
52
+ <path opacity="0.2"
53
+ d="M151.264 87.8087C151.179 87.7715 151.063 87.7864 150.94 87.8571L136.705 96.0707C136.433 96.2271 136.139 96.1117 136.05 95.8102L135.983 95.6316L150.207 87.4291C150.285 87.3845 150.36 87.3622 150.427 87.3622C150.475 87.3622 150.516 87.3733 150.553 87.3956L151.264 87.8125V87.8087Z"
54
+ fill="#EDEEF3"/>
55
+ <path d="M151.435 88.14L151.443 104.898C151.443 105.211 151.223 105.594 150.951 105.751L128.804 118.534C128.611 118.646 128.369 118.508 128.369 118.285V98.0432C128.369 97.8869 128.424 97.712 128.514 97.5594C128.603 97.4031 128.73 97.2691 128.86 97.191L134.911 93.6963C135.068 93.6108 135.224 93.607 135.354 93.6777L135.365 93.6852C135.458 93.741 135.533 93.8303 135.57 93.9569L135.983 95.6279L136.05 95.8065C136.139 96.108 136.433 96.2233 136.705 96.067L150.944 87.8534C151.067 87.7827 151.178 87.7715 151.264 87.805L151.283 87.8162C151.283 87.8162 151.29 87.8162 151.294 87.8199H151.298C151.379 87.8757 151.432 87.9837 151.432 88.1362L151.435 88.14Z"
56
+ fill="#B9BED0"/>
57
+ <path opacity="0.3"
58
+ d="M151.435 88.14L151.443 104.898C151.443 105.211 151.223 105.594 150.951 105.751L128.804 118.534C128.611 118.646 128.369 118.508 128.369 118.285V98.0432C128.369 97.8869 128.424 97.712 128.514 97.5594C128.603 97.4031 128.73 97.2691 128.86 97.191L134.911 93.6963C135.068 93.6108 135.224 93.607 135.354 93.6777L135.365 93.6852C135.458 93.741 135.533 93.8303 135.57 93.9569L135.983 95.6279L136.05 95.8065C136.139 96.108 136.433 96.2233 136.705 96.067L150.944 87.8534C151.067 87.7827 151.178 87.7715 151.264 87.805L151.283 87.8162C151.283 87.8162 151.29 87.8162 151.294 87.8199H151.298C151.379 87.8757 151.432 87.9837 151.432 88.1362L151.435 88.14Z"
59
+ fill="#EDEEF3"/>
60
+ <path opacity="0.5"
61
+ d="M128.547 118.553C128.547 118.553 128.532 118.553 128.525 118.546L127.762 118.103C127.68 118.047 127.628 117.943 127.628 117.79V97.6115C127.628 97.4514 127.684 97.284 127.773 97.1277L128.51 97.5556C128.421 97.712 128.365 97.8831 128.365 98.0395V118.281C128.365 118.408 128.443 118.508 128.543 118.549L128.547 118.553Z"
62
+ fill="#B9BED0"/>
63
+ <path d="M153.806 89.5207C153.806 89.3681 153.754 89.2639 153.672 89.2081C153.672 89.2081 153.661 89.1969 153.638 89.1895L152.928 88.7726C152.838 88.7243 152.715 88.7317 152.581 88.8099L138.357 97.0123L137.944 95.3413C137.907 95.2148 137.833 95.1254 137.74 95.0696L136.999 94.6379C136.869 94.5635 136.705 94.5598 136.549 94.6528L130.497 98.1437C130.226 98.3 130.006 98.6833 130.006 98.9959V119.175C130.006 119.323 130.054 119.431 130.14 119.487L130.903 119.93C130.992 119.975 131.108 119.964 131.238 119.889L153.33 107.135C153.601 106.979 153.821 106.595 153.821 106.283L153.813 89.5207H153.806Z"
64
+ fill="#B9BED0"/>
65
+ <g opacity="0.1">
66
+ <mask id="path-32-inside-2_8152_16965" fill="white">
67
+ <path d="M137.725 95.0622C137.598 94.9915 137.438 94.9952 137.285 95.0808L131.234 98.5717C131.1 98.6498 130.977 98.7838 130.888 98.9401L130.151 98.5121C130.24 98.3558 130.363 98.2218 130.497 98.1437L136.549 94.6528C136.709 94.5635 136.872 94.5672 136.999 94.6416L137.728 95.0622H137.725Z"/>
68
+ </mask>
69
+ <path d="M137.725 95.0622C137.598 94.9915 137.438 94.9952 137.285 95.0808L131.234 98.5717C131.1 98.6498 130.977 98.7838 130.888 98.9401L130.151 98.5121C130.24 98.3558 130.363 98.2218 130.497 98.1437L136.549 94.6528C136.709 94.5635 136.872 94.5672 136.999 94.6416L137.728 95.0622H137.725Z"
70
+ fill="#D4D8E2"/>
71
+ <path d="M137.725 95.0622L137.237 95.9351L137.464 96.0622H137.725V95.0622ZM137.285 95.0808L136.796 94.2086L136.786 94.2146L137.285 95.0808ZM131.234 98.5717L130.734 97.7055L130.73 97.7079L131.234 98.5717ZM130.888 98.9401L130.386 99.8048L131.257 100.311L131.756 99.4363L130.888 98.9401ZM130.151 98.5121L129.283 98.016L128.79 98.8781L129.649 99.3769L130.151 98.5121ZM130.497 98.1437L129.998 97.2775L129.993 97.2799L130.497 98.1437ZM136.549 94.6528L136.061 93.7796L136.055 93.7831L136.049 93.7866L136.549 94.6528ZM136.999 94.6416L136.492 95.5036L136.499 95.508L136.999 94.6416ZM137.728 95.0622V96.0622H141.465L138.228 94.1959L137.728 95.0622ZM138.212 94.1892C137.735 93.9226 137.202 93.981 136.796 94.2086L137.775 95.9529C137.674 96.0094 137.461 96.0604 137.237 95.9351L138.212 94.1892ZM136.786 94.2146L130.734 97.7055L131.734 99.4379L137.785 95.947L136.786 94.2146ZM130.73 97.7079C130.411 97.8942 130.174 98.1732 130.02 98.444L131.756 99.4363C131.76 99.4293 131.764 99.4232 131.768 99.4181C131.772 99.413 131.774 99.41 131.775 99.4089C131.776 99.4078 131.775 99.4097 131.77 99.414C131.764 99.4182 131.754 99.426 131.738 99.4355L130.73 97.7079ZM131.39 98.0754L130.653 97.6474L129.649 99.3769L130.386 99.8048L131.39 98.0754ZM131.019 99.0083C131.023 99.0013 131.027 98.9952 131.031 98.9901C131.035 98.985 131.037 98.982 131.038 98.9809C131.04 98.9798 131.038 98.9818 131.033 98.986C131.028 98.9902 131.017 98.998 131.001 99.0075L129.993 97.2799C129.674 97.4662 129.438 97.7452 129.283 98.016L131.019 99.0083ZM130.997 99.0099L137.048 95.519L136.049 93.7866L129.998 97.2775L130.997 99.0099ZM137.036 95.526C136.983 95.5557 136.902 95.5845 136.798 95.5857C136.695 95.587 136.588 95.5598 136.492 95.5036L137.506 93.7797C137.043 93.5074 136.499 93.5352 136.061 93.7796L137.036 95.526ZM136.499 95.508L137.229 95.9285L138.228 94.1959L137.498 93.7753L136.499 95.508ZM137.728 94.0622H137.725V96.0622H137.728V94.0622Z"
72
+ fill="#D4D8E2" mask="url(#path-32-inside-2_8152_16965)"/>
73
+ </g>
74
+ <path opacity="0.1"
75
+ d="M153.634 89.1895C153.549 89.1522 153.434 89.1671 153.311 89.2378L139.076 97.4515C138.804 97.6078 138.51 97.4924 138.421 97.1909L138.354 97.0123L152.578 88.8099C152.656 88.7652 152.73 88.7429 152.797 88.7429C152.846 88.7429 152.886 88.754 152.924 88.7764L153.634 89.1932V89.1895Z"
76
+ fill="#EDEEF3"/>
77
+ <path d="M153.806 89.5244L153.813 106.283C153.813 106.595 153.594 106.979 153.322 107.135L131.175 119.923C130.981 120.034 130.739 119.893 130.739 119.673V99.4314C130.739 99.275 130.795 99.1001 130.884 98.9475C130.974 98.7912 131.1 98.6573 131.231 98.5791L137.282 95.0845C137.438 94.9989 137.594 94.9952 137.725 95.0659L137.736 95.0733C137.829 95.1292 137.903 95.2185 137.941 95.345L138.354 97.016L138.421 97.1947C138.51 97.4961 138.804 97.6115 139.076 97.4552L153.315 89.2416C153.437 89.1708 153.549 89.1597 153.635 89.1932L153.653 89.2043C153.653 89.2043 153.661 89.2043 153.664 89.2081H153.668C153.75 89.2639 153.802 89.3718 153.802 89.5244H153.806Z"
78
+ fill="#B9BED0"/>
79
+ <path opacity="0.2"
80
+ d="M153.806 89.5244L153.813 106.283C153.813 106.595 153.594 106.979 153.322 107.135L131.175 119.923C130.981 120.034 130.739 119.893 130.739 119.673V99.4314C130.739 99.275 130.795 99.1001 130.884 98.9475C130.974 98.7912 131.1 98.6573 131.231 98.5791L137.282 95.0845C137.438 94.9989 137.594 94.9952 137.725 95.0659L137.736 95.0733C137.829 95.1292 137.903 95.2185 137.941 95.345L138.354 97.016L138.421 97.1947C138.51 97.4961 138.804 97.6115 139.076 97.4552L153.315 89.2416C153.437 89.1708 153.549 89.1597 153.635 89.1932L153.653 89.2043C153.653 89.2043 153.661 89.2043 153.664 89.2081H153.668C153.75 89.2639 153.802 89.3718 153.802 89.5244H153.806Z"
81
+ fill="#EDEEF3"/>
82
+ <path opacity="0.4"
83
+ d="M130.918 119.938C130.918 119.938 130.903 119.937 130.895 119.93L130.133 119.487C130.051 119.431 129.999 119.327 129.999 119.175V98.9959C129.999 98.8359 130.054 98.6684 130.144 98.5121L130.881 98.9401C130.791 99.0964 130.735 99.2676 130.735 99.4239V119.666C130.735 119.792 130.814 119.893 130.914 119.934L130.918 119.938Z"
84
+ fill="#B9BED0"/>
85
+ <path d="M156.176 90.9051C156.176 90.7525 156.124 90.6483 156.043 90.5925C156.043 90.5925 156.031 90.5813 156.009 90.5739L155.298 90.1571C155.209 90.105 155.086 90.1161 154.952 90.1906L140.728 98.393L140.315 96.722C140.278 96.5955 140.203 96.5061 140.11 96.4503L139.37 96.0186C139.239 95.9442 139.076 95.9405 138.919 96.0335L132.868 99.5244C132.596 99.6807 132.377 100.064 132.377 100.377V120.555C132.377 120.704 132.425 120.812 132.511 120.868L133.274 121.311C133.363 121.355 133.478 121.344 133.609 121.27L155.7 108.516C155.972 108.36 156.191 107.976 156.191 107.664L156.184 90.9014L156.176 90.9051Z"
86
+ fill="#B9BED0"/>
87
+ <mask id="path-39-inside-3_8152_16965" fill="white">
88
+ <path d="M140.095 96.4429C139.969 96.3722 139.809 96.3759 139.656 96.4615L133.605 99.9524C133.471 100.031 133.348 100.165 133.259 100.321L132.522 99.8928C132.611 99.7365 132.734 99.6025 132.868 99.5244L138.919 96.0335C139.079 95.9442 139.243 95.9479 139.37 96.0223L140.099 96.4429H140.095Z"/>
89
+ </mask>
90
+ <path d="M140.095 96.4429C139.969 96.3722 139.809 96.3759 139.656 96.4615L133.605 99.9524C133.471 100.031 133.348 100.165 133.259 100.321L132.522 99.8928C132.611 99.7365 132.734 99.6025 132.868 99.5244L138.919 96.0335C139.079 95.9442 139.243 95.9479 139.37 96.0223L140.099 96.4429H140.095Z"
91
+ fill="#B9BED0"/>
92
+ <path d="M140.095 96.4429L139.608 97.3158L139.835 97.4429H140.095V96.4429ZM139.656 96.4615L139.167 95.5893L139.157 95.5953L139.656 96.4615ZM133.605 99.9524L133.105 99.0862L133.101 99.0886L133.605 99.9524ZM133.259 100.321L132.757 101.186L133.627 101.691L134.127 100.817L133.259 100.321ZM132.522 99.8928L131.654 99.3967L131.161 100.259L132.02 100.758L132.522 99.8928ZM132.868 99.5244L132.368 98.6582L132.364 98.6606L132.868 99.5244ZM138.919 96.0335L138.432 95.1603L138.426 95.1638L138.42 95.1673L138.919 96.0335ZM139.37 96.0223L138.863 96.8843L138.87 96.8887L139.37 96.0223ZM140.099 96.4429V97.4429H143.836L140.599 95.5766L140.099 96.4429ZM140.583 95.5699C140.106 95.3033 139.573 95.3617 139.167 95.5894L140.146 97.3336C140.045 97.3901 139.832 97.4411 139.608 97.3158L140.583 95.5699ZM139.157 95.5953L133.105 99.0862L134.105 100.819L140.156 97.3277L139.157 95.5953ZM133.101 99.0886C132.782 99.2749 132.545 99.5539 132.391 99.8247L134.127 100.817C134.131 100.81 134.135 100.804 134.139 100.799C134.143 100.794 134.145 100.791 134.146 100.79C134.147 100.788 134.146 100.79 134.14 100.795C134.135 100.799 134.125 100.807 134.109 100.816L133.101 99.0886ZM133.761 99.4561L133.024 99.0281L132.02 100.758L132.757 101.186L133.761 99.4561ZM133.39 100.389C133.394 100.382 133.398 100.376 133.402 100.371C133.406 100.366 133.408 100.363 133.409 100.362C133.41 100.36 133.409 100.362 133.404 100.367C133.398 100.371 133.388 100.379 133.372 100.388L132.364 98.6606C132.045 98.8469 131.808 99.1259 131.654 99.3967L133.39 100.389ZM133.368 100.391L139.419 96.8997L138.42 95.1673L132.368 98.6582L133.368 100.391ZM139.407 96.9067C139.354 96.9364 139.272 96.9652 139.169 96.9665C139.066 96.9677 138.958 96.9406 138.863 96.8843L139.877 95.1604C139.414 94.8881 138.87 94.9159 138.432 95.1603L139.407 96.9067ZM138.87 96.8887L139.6 97.3092L140.599 95.5766L139.869 95.156L138.87 96.8887ZM140.099 95.4429H140.095V97.4429H140.099V95.4429Z"
93
+ fill="#D4D8E2" mask="url(#path-39-inside-3_8152_16965)"/>
94
+ <path d="M156.005 90.5739C155.92 90.5367 155.804 90.5516 155.682 90.6223L141.446 98.8359C141.175 98.9922 140.881 98.8768 140.791 98.5754L140.724 98.3967L154.948 90.1943C155.027 90.1496 155.101 90.1273 155.168 90.1273C155.216 90.1273 155.257 90.1385 155.295 90.1608L156.005 90.5776V90.5739Z"
95
+ fill="#B9BED0"/>
96
+ <path d="M156.176 90.9051L156.184 107.664C156.184 107.976 155.964 108.36 155.693 108.516L133.545 121.303C133.352 121.415 133.11 121.277 133.11 121.054V100.812C133.11 100.656 133.166 100.481 133.255 100.328C133.344 100.172 133.471 100.038 133.601 99.9598L139.652 96.4652C139.809 96.3796 139.965 96.3759 140.095 96.4466L140.107 96.454C140.2 96.5099 140.274 96.5992 140.311 96.7257L140.724 98.3967L140.791 98.5754C140.881 98.8768 141.175 98.9922 141.446 98.8359L155.685 90.6223C155.808 90.5515 155.92 90.5404 156.005 90.5739L156.024 90.585C156.024 90.585 156.031 90.585 156.035 90.5888H156.039C156.121 90.6446 156.173 90.7525 156.173 90.9051H156.176Z"
97
+ fill="#B9BED0"/>
98
+ <path opacity="0.1"
99
+ d="M156.176 90.9051L156.184 107.664C156.184 107.976 155.964 108.36 155.693 108.516L133.545 121.303C133.352 121.415 133.11 121.277 133.11 121.054V100.812C133.11 100.656 133.166 100.481 133.255 100.328C133.344 100.172 133.471 100.038 133.601 99.9598L139.652 96.4652C139.809 96.3796 139.965 96.3759 140.095 96.4466L140.107 96.454C140.2 96.5099 140.274 96.5992 140.311 96.7257L140.724 98.3967L140.791 98.5754C140.881 98.8768 141.175 98.9922 141.446 98.8359L155.685 90.6223C155.808 90.5515 155.92 90.5404 156.005 90.5739L156.024 90.585C156.024 90.585 156.031 90.585 156.035 90.5888H156.039C156.121 90.6446 156.173 90.7525 156.173 90.9051H156.176Z"
100
+ fill="#EDEEF3"/>
101
+ <path opacity="0.3"
102
+ d="M133.289 121.318C133.289 121.318 133.274 121.318 133.266 121.311L132.503 120.868C132.421 120.812 132.369 120.708 132.369 120.555V100.377C132.369 100.22 132.425 100.049 132.515 99.8928L133.251 100.321C133.162 100.477 133.106 100.648 133.106 100.805V121.047C133.106 121.173 133.184 121.274 133.285 121.314L133.289 121.318Z"
103
+ fill="#B9BED0"/>
104
+ <path d="M158.547 92.2858C158.547 92.1332 158.495 92.029 158.413 91.9732C158.413 91.9732 158.402 91.962 158.38 91.9546L157.669 91.5378C157.579 91.4857 157.457 91.4968 157.323 91.5713L143.099 99.7737L142.686 98.1027C142.648 97.9762 142.574 97.8869 142.481 97.831L141.74 97.3993C141.61 97.3249 141.446 97.3212 141.29 97.4142L135.239 100.905C134.967 101.061 134.747 101.445 134.747 101.757V121.936C134.747 122.085 134.796 122.193 134.881 122.249L135.644 122.691C135.734 122.736 135.849 122.725 135.979 122.651L158.071 109.897C158.342 109.74 158.562 109.357 158.562 109.044L158.555 92.2821L158.547 92.2858Z"
105
+ fill="#B9BED0"/>
106
+ <g opacity="0.5">
107
+ <mask id="path-46-inside-4_8152_16965" fill="white">
108
+ <path d="M142.466 97.8236C142.339 97.7529 142.179 97.7566 142.027 97.8422L135.975 101.333C135.841 101.411 135.719 101.545 135.629 101.701L134.892 101.274C134.982 101.117 135.104 100.983 135.238 100.905L141.29 97.4142C141.45 97.3249 141.614 97.3286 141.74 97.403L142.47 97.8236H142.466Z"/>
109
+ </mask>
110
+ <path d="M142.466 97.8236C142.339 97.7529 142.179 97.7566 142.027 97.8422L135.975 101.333C135.841 101.411 135.719 101.545 135.629 101.701L134.892 101.274C134.982 101.117 135.104 100.983 135.238 100.905L141.29 97.4142C141.45 97.3249 141.614 97.3286 141.74 97.403L142.47 97.8236H142.466Z"
111
+ fill="#EDEEF3"/>
112
+ <path d="M142.466 97.8236L141.978 98.6965L142.205 98.8236H142.466V97.8236ZM142.027 97.8422L141.537 96.97L141.527 96.976L142.027 97.8422ZM135.975 101.333L135.476 100.467L135.471 100.469L135.975 101.333ZM135.629 101.701L135.127 102.566L135.998 103.072L136.497 102.198L135.629 101.701ZM134.892 101.274L134.024 100.777L133.531 101.64L134.39 102.138L134.892 101.274ZM135.238 100.905L134.739 100.039L134.735 100.041L135.238 100.905ZM141.29 97.4142L140.802 96.541L140.796 96.5444L140.79 96.548L141.29 97.4142ZM141.74 97.403L141.233 98.265L141.241 98.2694L141.74 97.403ZM142.47 97.8236V98.8236H146.206L142.969 96.9572L142.47 97.8236ZM142.954 96.9506C142.476 96.684 141.943 96.7424 141.537 96.97L142.516 98.7143C142.415 98.7708 142.202 98.8218 141.978 98.6965L142.954 96.9506ZM141.527 96.976L135.476 100.467L136.475 102.199L142.526 98.7084L141.527 96.976ZM135.471 100.469C135.152 100.656 134.916 100.935 134.761 101.205L136.497 102.198C136.501 102.191 136.505 102.185 136.509 102.179C136.513 102.174 136.516 102.171 136.517 102.17C136.518 102.169 136.516 102.171 136.511 102.175C136.506 102.18 136.495 102.187 136.479 102.197L135.471 100.469ZM136.131 100.837L135.395 100.409L134.39 102.138L135.127 102.566L136.131 100.837ZM135.761 101.77C135.765 101.763 135.769 101.757 135.772 101.751C135.776 101.746 135.779 101.743 135.78 101.742C135.781 101.741 135.779 101.743 135.774 101.747C135.769 101.752 135.758 101.759 135.742 101.769L134.735 100.041C134.415 100.228 134.179 100.507 134.024 100.777L135.761 101.77ZM135.738 101.771L141.789 98.2804L140.79 96.548L134.739 100.039L135.738 101.771ZM141.777 98.2874C141.724 98.3171 141.643 98.3459 141.54 98.3471C141.436 98.3484 141.329 98.3212 141.233 98.265L142.247 96.5411C141.784 96.2688 141.24 96.2966 140.802 96.541L141.777 98.2874ZM141.241 98.2694L141.97 98.6899L142.969 96.9572L142.24 96.5367L141.241 98.2694ZM142.47 96.8236H142.466V98.8236H142.47V96.8236Z"
113
+ fill="#D4D8E2" mask="url(#path-46-inside-4_8152_16965)"/>
114
+ </g>
115
+ <path opacity="0.5"
116
+ d="M158.376 91.9546C158.29 91.9174 158.175 91.9323 158.052 92.003L143.817 100.217C143.545 100.373 143.251 100.258 143.162 99.9561L143.095 99.7774L157.319 91.575C157.397 91.5303 157.472 91.508 157.539 91.508C157.587 91.508 157.628 91.5192 157.665 91.5415L158.376 91.9583V91.9546Z"
117
+ fill="#EDEEF3"/>
118
+ <path d="M158.547 92.2858L158.555 109.044C158.555 109.361 158.335 109.74 158.063 109.897L135.916 122.684C135.722 122.796 135.48 122.658 135.48 122.435V102.193C135.48 102.036 135.536 101.862 135.626 101.709C135.715 101.553 135.841 101.419 135.972 101.341L142.023 97.8459C142.179 97.7603 142.336 97.7566 142.466 97.8273L142.477 97.8347C142.57 97.8906 142.645 97.9799 142.682 98.1064L143.095 99.7774L143.162 99.9561C143.251 100.258 143.545 100.373 143.817 100.217L158.056 92.003C158.179 91.9323 158.294 91.9211 158.376 91.9546L158.395 91.9657C158.395 91.9657 158.402 91.9658 158.406 91.9695H158.409C158.491 92.0253 158.543 92.1332 158.543 92.2858H158.547Z"
119
+ fill="#D4D8E2"/>
120
+ <path opacity="0.2"
121
+ d="M135.659 122.699C135.659 122.699 135.644 122.699 135.637 122.691L134.874 122.249C134.792 122.193 134.74 122.089 134.74 121.936V101.757C134.74 101.601 134.796 101.43 134.885 101.274L135.622 101.702C135.533 101.858 135.477 102.029 135.477 102.185V122.427C135.477 122.554 135.555 122.654 135.656 122.695L135.659 122.699Z"
122
+ fill="#B9BED0"/>
123
+ <path d="M137.282 108.46L123.318 100.403V115.814L137.282 123.871V108.46Z" fill="#D4D8E2"/>
124
+ <path d="M124.293 99.837L123.318 100.403L137.282 108.46L138.257 107.898L124.293 99.837Z" fill="#B9BED0"/>
125
+ <path d="M136.999 107.6L162.168 93.0711L162.165 110.559L136.999 125.092V107.6Z" fill="#EDEEF3"/>
126
+ <path d="M146.865 104.869L151.145 102.397C151.699 102.077 152.15 102.223 152.15 102.725C152.15 103.227 151.699 103.894 151.145 104.214L146.865 106.685C146.31 107.005 145.86 106.86 145.86 106.357C145.86 105.855 146.31 105.189 146.865 104.869Z"
127
+ fill="#B9BED0"/>
128
+ <path d="M136.999 107.6L136.162 107.116V124.604L136.999 125.092V107.6Z" fill="#B9BED0"/>
129
+ <path d="M136.162 107.116L161.327 92.5872L162.168 93.0711L136.999 107.6L136.162 107.116Z" fill="#D4D8E2"/>
130
+ <path d="M83.616 173.097V157.064L104.438 145.044V161.073L83.616 173.097Z" fill="#EDEEF3"/>
131
+ <path d="M83.616 157.064L57.5833 142.036V158.066L83.616 173.097V157.064Z" fill="#D4D8E2"/>
132
+ <path d="M83.6161 157.064L105.056 144.679L78.4096 129.29L56.9656 141.675L83.6161 157.064Z" fill="#B9BED0"/>
133
+ <path d="M83.616 157.064V161.073L105.056 148.694V144.679L83.616 157.064Z" fill="#EDEEF3"/>
134
+ <path opacity="0.2" d="M83.616 161.073L104.438 149.048V149.93L83.616 161.955V161.073Z" fill="#B9BED0"/>
135
+ <path d="M56.9656 141.675L83.6161 157.064V161.073L56.9656 145.687V141.675Z" fill="#D4D8E2"/>
136
+ <path opacity="0.2" d="M83.616 161.073L57.5833 146.045V146.923L83.616 161.955V161.073Z" fill="#B9BED0"/>
137
+ <path d="M90.4713 159.502L97.5833 155.393C97.8885 155.215 98.1378 155.36 98.1378 155.713V159.919C98.1378 160.272 97.8885 160.704 97.5833 160.879L90.4713 164.988C90.1661 165.166 89.9167 165.021 89.9167 164.668V160.462C89.9167 160.109 90.1661 159.677 90.4713 159.502Z"
138
+ fill="#B9BED0"/>
139
+ <path d="M90.9253 159.978L97.1293 156.398C97.334 156.279 97.4977 156.376 97.4977 156.61V159.763C97.4977 159.997 97.3302 160.287 97.1293 160.403L90.9253 163.983C90.7206 164.102 90.5569 164.005 90.5569 163.771V160.619C90.5569 160.384 90.7244 160.098 90.9253 159.978Z"
140
+ fill="#F9F9FB"/>
141
+ <g opacity="0.5">
142
+ <path d="M91.1003 160.812C91.0705 160.812 91.0407 160.797 91.0221 160.767C90.996 160.723 91.0109 160.671 91.0556 160.645L96.9134 157.265C96.9544 157.239 97.0102 157.254 97.0362 157.299C97.0623 157.344 97.0474 157.396 97.0027 157.422L91.1449 160.801C91.1449 160.801 91.1151 160.812 91.1003 160.812Z"
143
+ fill="#B9BED0"/>
144
+ <path d="M91.1003 161.586C91.0705 161.586 91.0407 161.571 91.0221 161.542C90.996 161.497 91.0109 161.445 91.0556 161.419L96.9134 158.039C96.9544 158.013 97.0102 158.028 97.0362 158.073C97.0623 158.118 97.0474 158.17 97.0027 158.196L91.1449 161.575C91.1449 161.575 91.1151 161.586 91.1003 161.586Z"
145
+ fill="#B9BED0"/>
146
+ <path d="M91.1003 162.36C91.0705 162.36 91.0407 162.345 91.0221 162.316C90.996 162.271 91.0109 162.219 91.0556 162.193L96.9134 158.814C96.9544 158.788 97.0102 158.802 97.0362 158.847C97.0623 158.892 97.0474 158.944 97.0027 158.97L91.1449 162.349C91.1449 162.349 91.1151 162.36 91.1003 162.36Z"
147
+ fill="#B9BED0"/>
148
+ <path d="M91.1003 163.134C91.0705 163.134 91.0407 163.119 91.0221 163.09C90.996 163.045 91.0109 162.993 91.0556 162.967L96.9134 159.588C96.9544 159.562 97.0102 159.576 97.0362 159.621C97.0623 159.666 97.0474 159.718 97.0027 159.744L91.1449 163.123C91.1449 163.123 91.1151 163.134 91.1003 163.134Z"
149
+ fill="#B9BED0"/>
150
+ </g>
151
+ <path opacity="0.1"
152
+ d="M103.318 143.674L83.6161 155.051L58.7073 140.663L58.0969 141.024L83.6161 155.706L103.929 144.028L103.318 143.674Z"
153
+ fill="#EDEEF3"/>
154
+ <path d="M83.616 155.051V139.018L104.438 126.997V143.026L83.616 155.051Z" fill="#EDEEF3"/>
155
+ <path d="M83.616 139.018L57.5833 123.99V140.019L83.616 155.051V139.018Z" fill="#D4D8E2"/>
156
+ <path d="M83.6161 139.018L105.056 126.633L78.4096 111.244L56.9656 123.629L83.6161 139.018Z" fill="#EDEEF3"/>
157
+ <path d="M83.616 139.018V143.026L105.056 130.648V126.633L83.616 139.018Z" fill="#EDEEF3"/>
158
+ <path opacity="0.2" d="M83.616 143.026L104.438 131.002V131.884L83.616 143.908V143.026Z" fill="#B9BED0"/>
159
+ <path d="M56.9656 123.629L83.6161 139.018V143.026L56.9656 127.641V123.629Z" fill="#D4D8E2"/>
160
+ <path opacity="0.2" d="M83.616 143.026L57.5833 127.999V128.877L83.616 143.908V143.026Z" fill="#B9BED0"/>
161
+ <path d="M90.4713 141.456L97.5833 137.347C97.8885 137.169 98.1378 137.314 98.1378 137.667V141.873C98.1378 142.226 97.8885 142.658 97.5833 142.833L90.4713 146.942C90.1661 147.12 89.9167 146.975 89.9167 146.622V142.416C89.9167 142.063 90.1661 141.631 90.4713 141.456Z"
162
+ fill="#B9BED0"/>
163
+ <path d="M90.9253 141.932L97.1293 138.352C97.334 138.233 97.4977 138.33 97.4977 138.564V141.716C97.4977 141.951 97.3302 142.241 97.1293 142.357L90.9253 145.937C90.7206 146.056 90.5569 145.959 90.5569 145.725V142.572C90.5569 142.338 90.7244 142.051 90.9253 141.932Z"
164
+ fill="#F9F9FB"/>
165
+ <g opacity="0.5">
166
+ <path d="M91.1003 142.766C91.0705 142.766 91.0407 142.751 91.0221 142.721C90.996 142.677 91.0109 142.624 91.0556 142.598L96.9134 139.219C96.9544 139.193 97.0102 139.208 97.0362 139.253C97.0623 139.297 97.0474 139.349 97.0027 139.376L91.1449 142.755C91.1449 142.755 91.1151 142.766 91.1003 142.766Z"
167
+ fill="#B9BED0"/>
168
+ <path d="M91.1003 143.54C91.0705 143.54 91.0407 143.525 91.0221 143.495C90.996 143.451 91.0109 143.399 91.0556 143.373L96.9134 139.993C96.9544 139.967 97.0102 139.982 97.0362 140.027C97.0623 140.071 97.0474 140.124 97.0027 140.15L91.1449 143.529C91.1449 143.529 91.1151 143.54 91.1003 143.54Z"
169
+ fill="#B9BED0"/>
170
+ <path d="M91.1003 144.314C91.0705 144.314 91.0407 144.299 91.0221 144.269C90.996 144.225 91.0109 144.173 91.0556 144.147L96.9134 140.767C96.9544 140.741 97.0102 140.756 97.0362 140.801C97.0623 140.846 97.0474 140.898 97.0027 140.924L91.1449 144.303C91.1449 144.303 91.1151 144.314 91.1003 144.314Z"
171
+ fill="#B9BED0"/>
172
+ <path d="M91.1003 145.088C91.0705 145.088 91.0407 145.073 91.0221 145.044C90.996 144.999 91.0109 144.947 91.0556 144.921L96.9134 141.542C96.9544 141.515 97.0102 141.53 97.0362 141.575C97.0623 141.62 97.0474 141.672 97.0027 141.698L91.1449 145.077C91.1449 145.077 91.1151 145.088 91.1003 145.088Z"
173
+ fill="#B9BED0"/>
174
+ </g>
175
+ </svg>