pihr-ui-kit 0.0.1

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 (508) hide show
  1. package/README.md +138 -0
  2. package/dist/assets/icons/ApprovalPaperWithSeal.js +32 -0
  3. package/dist/assets/icons/ApprovalPaperWithSeal.js.map +1 -0
  4. package/dist/assets/icons/CheckIconCircleGreen.js +40 -0
  5. package/dist/assets/icons/CheckIconCircleGreen.js.map +1 -0
  6. package/dist/assets/icons/CrossIconCircleRed.js +40 -0
  7. package/dist/assets/icons/CrossIconCircleRed.js.map +1 -0
  8. package/dist/assets/icons/RejectionPaperWithSeal.js +39 -0
  9. package/dist/assets/icons/RejectionPaperWithSeal.js.map +1 -0
  10. package/dist/assets/icons/attachIcon.js +23 -0
  11. package/dist/assets/icons/attachIcon.js.map +1 -0
  12. package/dist/assets/icons/bookmarkIcon.js +26 -0
  13. package/dist/assets/icons/bookmarkIcon.js.map +1 -0
  14. package/dist/assets/icons/bulbIcon.js +28 -0
  15. package/dist/assets/icons/bulbIcon.js.map +1 -0
  16. package/dist/assets/icons/calendar.js +98 -0
  17. package/dist/assets/icons/calendar.js.map +1 -0
  18. package/dist/assets/icons/checkboxIcon.js +31 -0
  19. package/dist/assets/icons/checkboxIcon.js.map +1 -0
  20. package/dist/assets/icons/chevronDownIcon.js +29 -0
  21. package/dist/assets/icons/chevronDownIcon.js.map +1 -0
  22. package/dist/assets/icons/chevronRightIcon.js +27 -0
  23. package/dist/assets/icons/chevronRightIcon.js.map +1 -0
  24. package/dist/assets/icons/confirmIcon.js +41 -0
  25. package/dist/assets/icons/confirmIcon.js.map +1 -0
  26. package/dist/assets/icons/deleteIcon.js +26 -0
  27. package/dist/assets/icons/deleteIcon.js.map +1 -0
  28. package/dist/assets/icons/deleteIconV1.js +51 -0
  29. package/dist/assets/icons/deleteIconV1.js.map +1 -0
  30. package/dist/assets/icons/deleteIconV2.js +28 -0
  31. package/dist/assets/icons/deleteIconV2.js.map +1 -0
  32. package/dist/assets/icons/deleteModalIcon.js +51 -0
  33. package/dist/assets/icons/deleteModalIcon.js.map +1 -0
  34. package/dist/assets/icons/downloadIcon.js +54 -0
  35. package/dist/assets/icons/downloadIcon.js.map +1 -0
  36. package/dist/assets/icons/editIconLatest.js +45 -0
  37. package/dist/assets/icons/editIconLatest.js.map +1 -0
  38. package/dist/assets/icons/editIconv2.js +45 -0
  39. package/dist/assets/icons/editIconv2.js.map +1 -0
  40. package/dist/assets/icons/heartIcon.js +27 -0
  41. package/dist/assets/icons/heartIcon.js.map +1 -0
  42. package/dist/assets/icons/leftArrow.js +25 -0
  43. package/dist/assets/icons/leftArrow.js.map +1 -0
  44. package/dist/assets/icons/noDataAmount.js +465 -0
  45. package/dist/assets/icons/noDataAmount.js.map +1 -0
  46. package/dist/assets/icons/noDataAttendanceSummery.js +465 -0
  47. package/dist/assets/icons/noDataAttendanceSummery.js.map +1 -0
  48. package/dist/assets/icons/noDataFoundImg.js +999 -0
  49. package/dist/assets/icons/noDataFoundImg.js.map +1 -0
  50. package/dist/assets/icons/noDataLeaveCalendar.js +472 -0
  51. package/dist/assets/icons/noDataLeaveCalendar.js.map +1 -0
  52. package/dist/assets/icons/noDataMainDashboard.js +469 -0
  53. package/dist/assets/icons/noDataMainDashboard.js.map +1 -0
  54. package/dist/assets/icons/noDataNotice.js +1004 -0
  55. package/dist/assets/icons/noDataNotice.js.map +1 -0
  56. package/dist/assets/icons/noDataQuickView.js +529 -0
  57. package/dist/assets/icons/noDataQuickView.js.map +1 -0
  58. package/dist/assets/icons/plusIcon.js +38 -0
  59. package/dist/assets/icons/plusIcon.js.map +1 -0
  60. package/dist/assets/icons/rightArrowIcon.js +26 -0
  61. package/dist/assets/icons/rightArrowIcon.js.map +1 -0
  62. package/dist/assets/icons/searchIcon.js +26 -0
  63. package/dist/assets/icons/searchIcon.js.map +1 -0
  64. package/dist/assets/icons/tooltipInfoIcon.js +26 -0
  65. package/dist/assets/icons/tooltipInfoIcon.js.map +1 -0
  66. package/dist/assets/icons/warningIcon.js +23 -0
  67. package/dist/assets/icons/warningIcon.js.map +1 -0
  68. package/dist/assets/icons/widgetIcon.js +85 -0
  69. package/dist/assets/icons/widgetIcon.js.map +1 -0
  70. package/dist/assets/icons/xIcon.js +27 -0
  71. package/dist/assets/icons/xIcon.js.map +1 -0
  72. package/dist/components/auth/WithPermission.js +14 -0
  73. package/dist/components/auth/WithPermission.js.map +1 -0
  74. package/dist/components/common/NoDataFound/index.js +59 -0
  75. package/dist/components/common/NoDataFound/index.js.map +1 -0
  76. package/dist/components/common/banner/index.js +47 -0
  77. package/dist/components/common/banner/index.js.map +1 -0
  78. package/dist/components/common/button/CancelBtn.js +26 -0
  79. package/dist/components/common/button/CancelBtn.js.map +1 -0
  80. package/dist/components/common/button/PrimaryBtn.js +26 -0
  81. package/dist/components/common/button/PrimaryBtn.js.map +1 -0
  82. package/dist/components/common/button/SaveBtn.js +26 -0
  83. package/dist/components/common/button/SaveBtn.js.map +1 -0
  84. package/dist/components/common/button/actionEdit.js +23 -0
  85. package/dist/components/common/button/actionEdit.js.map +1 -0
  86. package/dist/components/common/button/addNew.js +32 -0
  87. package/dist/components/common/button/addNew.js.map +1 -0
  88. package/dist/components/common/button/blueCancel.js +26 -0
  89. package/dist/components/common/button/blueCancel.js.map +1 -0
  90. package/dist/components/common/button/blueSave.js +24 -0
  91. package/dist/components/common/button/blueSave.js.map +1 -0
  92. package/dist/components/common/button/iconButton.js +67 -0
  93. package/dist/components/common/button/iconButton.js.map +1 -0
  94. package/dist/components/common/button/index.js +47 -0
  95. package/dist/components/common/button/index.js.map +1 -0
  96. package/dist/components/common/button/lightButton.js +16 -0
  97. package/dist/components/common/button/lightButton.js.map +1 -0
  98. package/dist/components/common/button/secondaryOutlinedButton.js +25 -0
  99. package/dist/components/common/button/secondaryOutlinedButton.js.map +1 -0
  100. package/dist/components/common/buttons/CancelBtn.js +26 -0
  101. package/dist/components/common/buttons/CancelBtn.js.map +1 -0
  102. package/dist/components/common/cards/employeeCard.js +18 -0
  103. package/dist/components/common/cards/employeeCard.js.map +1 -0
  104. package/dist/components/common/confirmModal/deleteConfirmationModal.js +31 -0
  105. package/dist/components/common/confirmModal/deleteConfirmationModal.js.map +1 -0
  106. package/dist/components/common/confirmModal/index.js +53 -0
  107. package/dist/components/common/confirmModal/index.js.map +1 -0
  108. package/dist/components/common/delete/index.js +93 -0
  109. package/dist/components/common/delete/index.js.map +1 -0
  110. package/dist/components/common/dropDownIndicator/index.js +9 -0
  111. package/dist/components/common/dropDownIndicator/index.js.map +1 -0
  112. package/dist/components/common/input/contactInput.js +19 -0
  113. package/dist/components/common/input/contactInput.js.map +1 -0
  114. package/dist/components/common/input/customInput.js +101 -0
  115. package/dist/components/common/input/customInput.js.map +1 -0
  116. package/dist/components/common/input/indeterminateCheckBox.js +39 -0
  117. package/dist/components/common/input/indeterminateCheckBox.js.map +1 -0
  118. package/dist/components/common/input/numberInput.js +21 -0
  119. package/dist/components/common/input/numberInput.js.map +1 -0
  120. package/dist/components/common/input/radioButton.js +26 -0
  121. package/dist/components/common/input/radioButton.js.map +1 -0
  122. package/dist/components/common/input/searchbox.js +26 -0
  123. package/dist/components/common/input/searchbox.js.map +1 -0
  124. package/dist/components/common/label/truncateLabel.js +32 -0
  125. package/dist/components/common/label/truncateLabel.js.map +1 -0
  126. package/dist/components/common/modalWrapper/approve/index.js +88 -0
  127. package/dist/components/common/modalWrapper/approve/index.js.map +1 -0
  128. package/dist/components/common/modalWrapper/deleteModalWrapper.js +64 -0
  129. package/dist/components/common/modalWrapper/deleteModalWrapper.js.map +1 -0
  130. package/dist/components/common/modalWrapper/reject/index.js +88 -0
  131. package/dist/components/common/modalWrapper/reject/index.js.map +1 -0
  132. package/dist/components/common/pagination/index.js +65 -0
  133. package/dist/components/common/pagination/index.js.map +1 -0
  134. package/dist/components/common/pagination/pageLink.js +31 -0
  135. package/dist/components/common/pagination/pageLink.js.map +1 -0
  136. package/dist/components/common/tooltip/infoTooltip.js +21 -0
  137. package/dist/components/common/tooltip/infoTooltip.js.map +1 -0
  138. package/dist/components/common/userHelpTips/index.js +36 -0
  139. package/dist/components/common/userHelpTips/index.js.map +1 -0
  140. package/dist/components/dsl/DslTable/components/DeleteEntityModal.js +33 -0
  141. package/dist/components/dsl/DslTable/components/DeleteEntityModal.js.map +1 -0
  142. package/dist/components/dsl/DslTable/factories/ActionFactories.js +79 -0
  143. package/dist/components/dsl/DslTable/factories/ActionFactories.js.map +1 -0
  144. package/dist/components/errors/emptyLoadingFallback.js +7 -0
  145. package/dist/components/errors/emptyLoadingFallback.js.map +1 -0
  146. package/dist/components/errors/errorFallback.js +30 -0
  147. package/dist/components/errors/errorFallback.js.map +1 -0
  148. package/dist/components/formGenerator/components/modalWrapper.js +42 -0
  149. package/dist/components/formGenerator/components/modalWrapper.js.map +1 -0
  150. package/dist/components/formGenerator/constants.js +42 -0
  151. package/dist/components/formGenerator/constants.js.map +1 -0
  152. package/dist/components/formGenerator/helpers/index.js +267 -0
  153. package/dist/components/formGenerator/helpers/index.js.map +1 -0
  154. package/dist/components/formGenerator/hooks/useFormGenerator.js +30 -0
  155. package/dist/components/formGenerator/hooks/useFormGenerator.js.map +1 -0
  156. package/dist/components/formGenerator/index.js +148 -0
  157. package/dist/components/formGenerator/index.js.map +1 -0
  158. package/dist/components/formGenerator/layouts/footer.js +65 -0
  159. package/dist/components/formGenerator/layouts/footer.js.map +1 -0
  160. package/dist/components/formGenerator/layouts/formLayout.js +118 -0
  161. package/dist/components/formGenerator/layouts/formLayout.js.map +1 -0
  162. package/dist/components/formGenerator/renderer/FieldDispatcher.js +48 -0
  163. package/dist/components/formGenerator/renderer/FieldDispatcher.js.map +1 -0
  164. package/dist/components/formGenerator/renderer/fieldRenderer.js +15 -0
  165. package/dist/components/formGenerator/renderer/fieldRenderer.js.map +1 -0
  166. package/dist/components/formGenerator/renderer/fields/attachments/multiAttachment.js +165 -0
  167. package/dist/components/formGenerator/renderer/fields/attachments/multiAttachment.js.map +1 -0
  168. package/dist/components/formGenerator/renderer/fields/attachments/singleAttachment.js +125 -0
  169. package/dist/components/formGenerator/renderer/fields/attachments/singleAttachment.js.map +1 -0
  170. package/dist/components/formGenerator/renderer/fields/checkboxField.js +24 -0
  171. package/dist/components/formGenerator/renderer/fields/checkboxField.js.map +1 -0
  172. package/dist/components/formGenerator/renderer/fields/datePickerField.js +29 -0
  173. package/dist/components/formGenerator/renderer/fields/datePickerField.js.map +1 -0
  174. package/dist/components/formGenerator/renderer/fields/datePickerRangeField.js +30 -0
  175. package/dist/components/formGenerator/renderer/fields/datePickerRangeField.js.map +1 -0
  176. package/dist/components/formGenerator/renderer/fields/employeeSelect.js +153 -0
  177. package/dist/components/formGenerator/renderer/fields/employeeSelect.js.map +1 -0
  178. package/dist/components/formGenerator/renderer/fields/employeeSelectField.js +24 -0
  179. package/dist/components/formGenerator/renderer/fields/employeeSelectField.js.map +1 -0
  180. package/dist/components/formGenerator/renderer/fields/inputField.js +30 -0
  181. package/dist/components/formGenerator/renderer/fields/inputField.js.map +1 -0
  182. package/dist/components/formGenerator/renderer/fields/multiAttachmentField.js +28 -0
  183. package/dist/components/formGenerator/renderer/fields/multiAttachmentField.js.map +1 -0
  184. package/dist/components/formGenerator/renderer/fields/radioField.js +25 -0
  185. package/dist/components/formGenerator/renderer/fields/radioField.js.map +1 -0
  186. package/dist/components/formGenerator/renderer/fields/radioGroup.js +58 -0
  187. package/dist/components/formGenerator/renderer/fields/radioGroup.js.map +1 -0
  188. package/dist/components/formGenerator/renderer/fields/select/BaseSelect.js +73 -0
  189. package/dist/components/formGenerator/renderer/fields/select/BaseSelect.js.map +1 -0
  190. package/dist/components/formGenerator/renderer/fields/select/index.js +58 -0
  191. package/dist/components/formGenerator/renderer/fields/select/index.js.map +1 -0
  192. package/dist/components/formGenerator/renderer/fields/singleAttachmentField.js +23 -0
  193. package/dist/components/formGenerator/renderer/fields/singleAttachmentField.js.map +1 -0
  194. package/dist/components/formGenerator/renderer/fields/textareaField.js +24 -0
  195. package/dist/components/formGenerator/renderer/fields/textareaField.js.map +1 -0
  196. package/dist/components/formGenerator/renderer/fields/utils.js +11 -0
  197. package/dist/components/formGenerator/renderer/fields/utils.js.map +1 -0
  198. package/dist/components/hookform/hookFormItem.js +36 -0
  199. package/dist/components/hookform/hookFormItem.js.map +1 -0
  200. package/dist/components/ui/customDatePicker.js +109 -0
  201. package/dist/components/ui/customDatePicker.js.map +1 -0
  202. package/dist/components/ui/customRangeDatePicker.js +91 -0
  203. package/dist/components/ui/customRangeDatePicker.js.map +1 -0
  204. package/dist/components/ui/table.js +84 -0
  205. package/dist/components/ui/table.js.map +1 -0
  206. package/dist/components/ui/toggle.js +37 -0
  207. package/dist/components/ui/toggle.js.map +1 -0
  208. package/dist/i18n/index.js +19 -0
  209. package/dist/i18n/index.js.map +1 -0
  210. package/dist/images/no-profile-image.jpg +0 -0
  211. package/dist/images/pihr_logo.png +0 -0
  212. package/dist/index.css.js +5 -0
  213. package/dist/index.css.js.map +1 -0
  214. package/dist/index.js +122 -0
  215. package/dist/index.js.map +1 -0
  216. package/dist/libs/index.js +9 -0
  217. package/dist/libs/index.js.map +1 -0
  218. package/dist/noDataAmount-2e25098d.cjs +2 -0
  219. package/dist/noDataAmount-2e25098d.cjs.map +1 -0
  220. package/dist/noDataAttendanceSummery-2e25098d.cjs +2 -0
  221. package/dist/noDataAttendanceSummery-2e25098d.cjs.map +1 -0
  222. package/dist/noDataFoundImg-52407d7f.cjs +2 -0
  223. package/dist/noDataFoundImg-52407d7f.cjs.map +1 -0
  224. package/dist/noDataLeaveCalendar-caba7e5b.cjs +2 -0
  225. package/dist/noDataLeaveCalendar-caba7e5b.cjs.map +1 -0
  226. package/dist/noDataMainDashboard-15368fc3.cjs +2 -0
  227. package/dist/noDataMainDashboard-15368fc3.cjs.map +1 -0
  228. package/dist/noDataNotice-90d39b08.cjs +2 -0
  229. package/dist/noDataNotice-90d39b08.cjs.map +1 -0
  230. package/dist/noDataQuickView-4780683b.cjs +2 -0
  231. package/dist/noDataQuickView-4780683b.cjs.map +1 -0
  232. package/dist/not-found.svg +1 -0
  233. package/dist/pihr-ui-kit.cjs.js +4 -0
  234. package/dist/pihr-ui-kit.cjs.js.map +1 -0
  235. package/dist/services/employeeService.js +23 -0
  236. package/dist/services/employeeService.js.map +1 -0
  237. package/dist/services/httpService.js +15 -0
  238. package/dist/services/httpService.js.map +1 -0
  239. package/dist/stats.html +4949 -0
  240. package/dist/style.css +1 -0
  241. package/dist/types/App.d.ts +2 -0
  242. package/dist/types/assets/icons/ApprovalPaperWithSeal.d.ts +3 -0
  243. package/dist/types/assets/icons/CheckIconCircleGreen.d.ts +3 -0
  244. package/dist/types/assets/icons/CrossIconCircleRed.d.ts +3 -0
  245. package/dist/types/assets/icons/ExcelFileIcon.d.ts +2 -0
  246. package/dist/types/assets/icons/RejectionPaperWithSeal.d.ts +3 -0
  247. package/dist/types/assets/icons/addIcon.d.ts +3 -0
  248. package/dist/types/assets/icons/attachIcon.d.ts +4 -0
  249. package/dist/types/assets/icons/bookmarkIcon.d.ts +4 -0
  250. package/dist/types/assets/icons/bulbIcon.d.ts +3 -0
  251. package/dist/types/assets/icons/calendar.d.ts +3 -0
  252. package/dist/types/assets/icons/checkboxIcon.d.ts +1 -0
  253. package/dist/types/assets/icons/chevronDownIcon.d.ts +4 -0
  254. package/dist/types/assets/icons/chevronRightIcon.d.ts +4 -0
  255. package/dist/types/assets/icons/close.d.ts +2 -0
  256. package/dist/types/assets/icons/confirmIcon.d.ts +3 -0
  257. package/dist/types/assets/icons/cross.d.ts +3 -0
  258. package/dist/types/assets/icons/deleteIcon.d.ts +4 -0
  259. package/dist/types/assets/icons/deleteIconV1.d.ts +6 -0
  260. package/dist/types/assets/icons/deleteIconV2.d.ts +3 -0
  261. package/dist/types/assets/icons/deleteIconV4.d.ts +3 -0
  262. package/dist/types/assets/icons/deleteModalIcon.d.ts +6 -0
  263. package/dist/types/assets/icons/downloadIcon.d.ts +4 -0
  264. package/dist/types/assets/icons/downloadIconV2.d.ts +4 -0
  265. package/dist/types/assets/icons/editIconLatest.d.ts +3 -0
  266. package/dist/types/assets/icons/editIconv2.d.ts +3 -0
  267. package/dist/types/assets/icons/file-pdf.d.ts +2 -0
  268. package/dist/types/assets/icons/heartIcon.d.ts +4 -0
  269. package/dist/types/assets/icons/index.d.ts +11 -0
  270. package/dist/types/assets/icons/language.d.ts +2 -0
  271. package/dist/types/assets/icons/leftArrow.d.ts +2 -0
  272. package/dist/types/assets/icons/leftArrowIcon.d.ts +5 -0
  273. package/dist/types/assets/icons/noDataAmount.d.ts +2 -0
  274. package/dist/types/assets/icons/noDataAttendanceSummery.d.ts +2 -0
  275. package/dist/types/assets/icons/noDataFoundImg.d.ts +2 -0
  276. package/dist/types/assets/icons/noDataLeaveCalendar.d.ts +2 -0
  277. package/dist/types/assets/icons/noDataMainDashboard.d.ts +2 -0
  278. package/dist/types/assets/icons/noDataNotice.d.ts +2 -0
  279. package/dist/types/assets/icons/noDataQuickView.d.ts +2 -0
  280. package/dist/types/assets/icons/plusIcon.d.ts +3 -0
  281. package/dist/types/assets/icons/rightArrowIcon.d.ts +5 -0
  282. package/dist/types/assets/icons/rtl.d.ts +2 -0
  283. package/dist/types/assets/icons/searchIcon.d.ts +5 -0
  284. package/dist/types/assets/icons/tooltipInfoIcon.d.ts +3 -0
  285. package/dist/types/assets/icons/topSheet.d.ts +2 -0
  286. package/dist/types/assets/icons/verticalDots.d.ts +6 -0
  287. package/dist/types/assets/icons/warningIcon.d.ts +5 -0
  288. package/dist/types/assets/icons/widgetIcon.d.ts +2 -0
  289. package/dist/types/assets/icons/xIcon.d.ts +2 -0
  290. package/dist/types/components/auth/WithPermission.d.ts +7 -0
  291. package/dist/types/components/common/NoDataFound/index.d.ts +4 -0
  292. package/dist/types/components/common/appButton/index.d.ts +14 -0
  293. package/dist/types/components/common/banner/index.d.ts +11 -0
  294. package/dist/types/components/common/button/CancelBtn.d.ts +13 -0
  295. package/dist/types/components/common/button/PrimaryBtn.d.ts +13 -0
  296. package/dist/types/components/common/button/SaveBtn.d.ts +13 -0
  297. package/dist/types/components/common/button/actionEdit.d.ts +7 -0
  298. package/dist/types/components/common/button/addNew.d.ts +7 -0
  299. package/dist/types/components/common/button/blueCancel.d.ts +7 -0
  300. package/dist/types/components/common/button/blueSave.d.ts +7 -0
  301. package/dist/types/components/common/button/iconButton.d.ts +13 -0
  302. package/dist/types/components/common/button/index.d.ts +14 -0
  303. package/dist/types/components/common/button/lightButton.d.ts +8 -0
  304. package/dist/types/components/common/button/secondaryOutlinedButton.d.ts +9 -0
  305. package/dist/types/components/common/buttons/CancelBtn.d.ts +13 -0
  306. package/dist/types/components/common/buttons/blueSave.d.ts +7 -0
  307. package/dist/types/components/common/cards/employeeCard.d.ts +7 -0
  308. package/dist/types/components/common/checkbox.d.ts +10 -0
  309. package/dist/types/components/common/colorPicker/index.d.ts +4 -0
  310. package/dist/types/components/common/confirmModal/deleteConfirmationModal.d.ts +7 -0
  311. package/dist/types/components/common/confirmModal/deleteModalWrapper.d.ts +10 -0
  312. package/dist/types/components/common/confirmModal/index.d.ts +9 -0
  313. package/dist/types/components/common/delete/index.d.ts +15 -0
  314. package/dist/types/components/common/dropDownIndicator/index.d.ts +4 -0
  315. package/dist/types/components/common/dropdown/index.d.ts +24 -0
  316. package/dist/types/components/common/errorMessage/index.d.ts +9 -0
  317. package/dist/types/components/common/expandableText.d.ts +7 -0
  318. package/dist/types/components/common/input/contactInput.d.ts +14 -0
  319. package/dist/types/components/common/input/customInput.d.ts +29 -0
  320. package/dist/types/components/common/input/indeterminateCheckBox.d.ts +4 -0
  321. package/dist/types/components/common/input/numberInput.d.ts +6 -0
  322. package/dist/types/components/common/input/radioButton.d.ts +11 -0
  323. package/dist/types/components/common/input/searchbox.d.ts +10 -0
  324. package/dist/types/components/common/label/truncateLabel.d.ts +10 -0
  325. package/dist/types/components/common/modal/createUpdate/createUpdateModalFooter.d.ts +7 -0
  326. package/dist/types/components/common/modal/createUpdate/createUpdateModalWrapper.d.ts +9 -0
  327. package/dist/types/components/common/modal/modalHeader.d.ts +8 -0
  328. package/dist/types/components/common/modalWrapper/approve/index.d.ts +14 -0
  329. package/dist/types/components/common/modalWrapper/deleteModalWrapper.d.ts +10 -0
  330. package/dist/types/components/common/modalWrapper/reject/index.d.ts +14 -0
  331. package/dist/types/components/common/pagination/index.d.ts +8 -0
  332. package/dist/types/components/common/pagination/pageLink.d.ts +6 -0
  333. package/dist/types/components/common/reportComponent/filterItems/Checkbox.d.ts +14 -0
  334. package/dist/types/components/common/reportComponent/filterItems/CheckboxGroup.d.ts +16 -0
  335. package/dist/types/components/common/reportComponent/filterItems/Date.d.ts +17 -0
  336. package/dist/types/components/common/reportComponent/filterItems/DateRange.d.ts +22 -0
  337. package/dist/types/components/common/reportComponent/filterItems/Input.d.ts +17 -0
  338. package/dist/types/components/common/reportComponent/filterItems/InputRange.d.ts +16 -0
  339. package/dist/types/components/common/reportComponent/filterItems/ParentChildCheckboxGroup.d.ts +25 -0
  340. package/dist/types/components/common/reportComponent/filterItems/RadioButtons.d.ts +16 -0
  341. package/dist/types/components/common/reportComponent/filterItems/Select.d.ts +31 -0
  342. package/dist/types/components/common/reportComponent/filterItems/TimeRange.d.ts +15 -0
  343. package/dist/types/components/common/reportComponent/index.d.ts +27 -0
  344. package/dist/types/components/common/reportComponent/utils.d.ts +62 -0
  345. package/dist/types/components/common/singleAttachmentInput.d.ts +21 -0
  346. package/dist/types/components/common/switch/switch.d.ts +9 -0
  347. package/dist/types/components/common/table/asyncTable.d.ts +7 -0
  348. package/dist/types/components/common/table/cells/bodyCell.d.ts +7 -0
  349. package/dist/types/components/common/table/cells/headerCell.d.ts +7 -0
  350. package/dist/types/components/common/table/cells/tableColumnBody.d.ts +7 -0
  351. package/dist/types/components/common/table/cells/tableColumnHeader.d.ts +7 -0
  352. package/dist/types/components/common/table/simpleTable.d.ts +15 -0
  353. package/dist/types/components/common/table/vkTable.d.ts +24 -0
  354. package/dist/types/components/common/tooltip/infoTooltip.d.ts +6 -0
  355. package/dist/types/components/common/userHelpTips/index.d.ts +11 -0
  356. package/dist/types/components/common/wrapper/index.d.ts +3 -0
  357. package/dist/types/components/dsl/DslTable/DslTable.d.ts +4 -0
  358. package/dist/types/components/dsl/DslTable/DslTableLayout.d.ts +1 -0
  359. package/dist/types/components/dsl/DslTable/components/ActionRenderer.d.ts +10 -0
  360. package/dist/types/components/dsl/DslTable/components/DeleteEntityModal.d.ts +10 -0
  361. package/dist/types/components/dsl/DslTable/components/ModalManager.d.ts +1 -0
  362. package/dist/types/components/dsl/DslTable/core/context/DslTableContext.d.ts +64 -0
  363. package/dist/types/components/dsl/DslTable/core/context/DslTableProvider.d.ts +6 -0
  364. package/dist/types/components/dsl/DslTable/core/utils/configs.d.ts +11 -0
  365. package/dist/types/components/dsl/DslTable/core/utils/index.d.ts +3 -0
  366. package/dist/types/components/dsl/DslTable/factories/ActionFactories.d.ts +63 -0
  367. package/dist/types/components/dsl/DslTable/factories/index.d.ts +1 -0
  368. package/dist/types/components/dsl/DslTable/features/Table/TableRenderer.d.ts +1 -0
  369. package/dist/types/components/dsl/DslTable/features/Table/columns/components/ColumnRenderers.d.ts +30 -0
  370. package/dist/types/components/dsl/DslTable/features/Table/columns/components/RowActionsRenderer.d.ts +10 -0
  371. package/dist/types/components/dsl/DslTable/features/Table/columns/components/TableBodyWrapper.d.ts +6 -0
  372. package/dist/types/components/dsl/DslTable/features/Table/columns/index.d.ts +1 -0
  373. package/dist/types/components/dsl/DslTable/features/Table/columns/utils/columnUtils.d.ts +46 -0
  374. package/dist/types/components/dsl/DslTable/features/Topbar/TopbarRenderer.d.ts +1 -0
  375. package/dist/types/components/dsl/DslTable/features/Topbar/components/filters/FilterItems.d.ts +21 -0
  376. package/dist/types/components/dsl/DslTable/features/Topbar/components/filters/SelectFilterItem.d.ts +10 -0
  377. package/dist/types/components/dsl/DslTable/features/Topbar/components/renderers/ActionsRenderer.d.ts +7 -0
  378. package/dist/types/components/dsl/DslTable/features/Topbar/components/renderers/BulkActionsRenderer.d.ts +7 -0
  379. package/dist/types/components/dsl/DslTable/features/Topbar/components/renderers/FiltersRenderer.d.ts +7 -0
  380. package/dist/types/components/dsl/DslTable/features/Topbar/components/renderers/SearchRenderer.d.ts +16 -0
  381. package/dist/types/components/dsl/DslTable/features/Topbar/hooks/useTopbarLogic.d.ts +8 -0
  382. package/dist/types/components/dsl/DslTable/index.d.ts +3 -0
  383. package/dist/types/components/dsl/DslTable/types/actions.d.ts +103 -0
  384. package/dist/types/components/dsl/DslTable/types/base.d.ts +58 -0
  385. package/dist/types/components/dsl/DslTable/types/dsl.d.ts +71 -0
  386. package/dist/types/components/dsl/DslTable/types/index.d.ts +5 -0
  387. package/dist/types/components/dsl/DslTable/types/table.d.ts +167 -0
  388. package/dist/types/components/dsl/DslTable/types/topbar.d.ts +167 -0
  389. package/dist/types/components/dsl/DslTable/types/utils.d.ts +11 -0
  390. package/dist/types/components/errors/emptyLoadingFallback.d.ts +2 -0
  391. package/dist/types/components/errors/errorFallback.d.ts +6 -0
  392. package/dist/types/components/formGenerator/components/modalWrapper.d.ts +10 -0
  393. package/dist/types/components/formGenerator/constants.d.ts +53 -0
  394. package/dist/types/components/formGenerator/helpers/index.d.ts +34 -0
  395. package/dist/types/components/formGenerator/hooks/useFormGenerator.d.ts +18 -0
  396. package/dist/types/components/formGenerator/index.d.ts +3 -0
  397. package/dist/types/components/formGenerator/layouts/footer.d.ts +10 -0
  398. package/dist/types/components/formGenerator/layouts/formLayout.d.ts +11 -0
  399. package/dist/types/components/formGenerator/renderer/FieldDispatcher.d.ts +4 -0
  400. package/dist/types/components/formGenerator/renderer/fieldRenderer.d.ts +4 -0
  401. package/dist/types/components/formGenerator/renderer/fields/attachments/multiAttachment.d.ts +23 -0
  402. package/dist/types/components/formGenerator/renderer/fields/attachments/singleAttachment.d.ts +26 -0
  403. package/dist/types/components/formGenerator/renderer/fields/checkboxField.d.ts +2 -0
  404. package/dist/types/components/formGenerator/renderer/fields/datePickerField.d.ts +2 -0
  405. package/dist/types/components/formGenerator/renderer/fields/datePickerRangeField.d.ts +2 -0
  406. package/dist/types/components/formGenerator/renderer/fields/employeeSelect.d.ts +18 -0
  407. package/dist/types/components/formGenerator/renderer/fields/employeeSelectField.d.ts +2 -0
  408. package/dist/types/components/formGenerator/renderer/fields/inputField.d.ts +2 -0
  409. package/dist/types/components/formGenerator/renderer/fields/multiAttachmentField.d.ts +2 -0
  410. package/dist/types/components/formGenerator/renderer/fields/radioField.d.ts +2 -0
  411. package/dist/types/components/formGenerator/renderer/fields/radioGroup.d.ts +18 -0
  412. package/dist/types/components/formGenerator/renderer/fields/select/BaseSelect.d.ts +22 -0
  413. package/dist/types/components/formGenerator/renderer/fields/select/index.d.ts +9 -0
  414. package/dist/types/components/formGenerator/renderer/fields/singleAttachmentField.d.ts +2 -0
  415. package/dist/types/components/formGenerator/renderer/fields/textareaField.d.ts +2 -0
  416. package/dist/types/components/formGenerator/renderer/fields/utils.d.ts +3 -0
  417. package/dist/types/components/formGenerator/renderer/types.d.ts +1 -0
  418. package/dist/types/components/formGenerator/types/common.d.ts +105 -0
  419. package/dist/types/components/formGenerator/types/fields.d.ts +238 -0
  420. package/dist/types/components/formGenerator/types/index.d.ts +95 -0
  421. package/dist/types/components/formGenerator/types/layout.d.ts +73 -0
  422. package/dist/types/components/hookform/hookFormItem.d.ts +9 -0
  423. package/dist/types/components/layout/status/paymentDue.d.ts +6 -0
  424. package/dist/types/components/routes/protectedRoute.d.ts +6 -0
  425. package/dist/types/components/table/dataTable/components/overlays/loadingOverlay.d.ts +7 -0
  426. package/dist/types/components/table/dataTable/components/overlays/notFoundOverlay.d.ts +7 -0
  427. package/dist/types/components/table/dataTable/components/pagination/index.d.ts +15 -0
  428. package/dist/types/components/table/dataTable/components/pagination/paginationButton.d.ts +6 -0
  429. package/dist/types/components/table/dataTable/components/pagination/usePagination.d.ts +12 -0
  430. package/dist/types/components/table/dataTable/components/tableViews/standardTable.d.ts +6 -0
  431. package/dist/types/components/table/dataTable/components/tableViews/virtualTable.d.ts +6 -0
  432. package/dist/types/components/table/dataTable/index.d.ts +32 -0
  433. package/dist/types/components/table/dataTable/types.d.ts +19 -0
  434. package/dist/types/components/ui/customDatePicker.d.ts +28 -0
  435. package/dist/types/components/ui/customRangeDatePicker.d.ts +32 -0
  436. package/dist/types/components/ui/loading/emptyLoadingFallback.d.ts +2 -0
  437. package/dist/types/components/ui/loading/loadingFallback.d.ts +2 -0
  438. package/dist/types/components/ui/status.d.ts +9 -0
  439. package/dist/types/components/ui/table.d.ts +28 -0
  440. package/dist/types/components/ui/toggle.d.ts +9 -0
  441. package/dist/types/hooks/useCurrentPage.d.ts +2 -0
  442. package/dist/types/hooks/useDebounce.d.ts +2 -0
  443. package/dist/types/hooks/useOnClickOutside.d.ts +2 -0
  444. package/dist/types/hooks/useOnClickOutsideRef.d.ts +2 -0
  445. package/dist/types/hooks/usePagination.d.ts +2 -0
  446. package/dist/types/hooks/useWhyDidYouUpdate.d.ts +2 -0
  447. package/dist/types/i18n/index.d.ts +2 -0
  448. package/dist/types/index.d.ts +50 -0
  449. package/dist/types/libs/index.d.ts +2 -0
  450. package/dist/types/main.d.ts +2 -0
  451. package/dist/types/services/employeeService.d.ts +11 -0
  452. package/dist/types/services/httpService.d.ts +11 -0
  453. package/dist/types/services/reportService.d.ts +4 -0
  454. package/dist/types/types/common.d.ts +11 -0
  455. package/dist/types/types/menu.d.ts +26 -0
  456. package/dist/types/utils/asyncTableStyles.d.ts +19 -0
  457. package/dist/types/utils/auth-helpers.d.ts +9 -0
  458. package/dist/types/utils/cn/index.d.ts +2 -0
  459. package/dist/types/utils/compareObjects.d.ts +1 -0
  460. package/dist/types/utils/constants.d.ts +17 -0
  461. package/dist/types/utils/cookie.d.ts +1 -0
  462. package/dist/types/utils/data.d.ts +6 -0
  463. package/dist/types/utils/dataStructures/trie.d.ts +6 -0
  464. package/dist/types/utils/date.d.ts +16 -0
  465. package/dist/types/utils/debounce.d.ts +1 -0
  466. package/dist/types/utils/helpers.d.ts +5 -0
  467. package/dist/types/utils/index.d.ts +3 -0
  468. package/dist/types/utils/local-storage.d.ts +4 -0
  469. package/dist/types/utils/pagination-helper.d.ts +1 -0
  470. package/dist/types/utils/report-endpoint.d.ts +86 -0
  471. package/dist/types/utils/screenInfo.d.ts +1 -0
  472. package/dist/types/utils/selectStyles.d.ts +6 -0
  473. package/dist/types/utils/toast-helpers.d.ts +3 -0
  474. package/dist/types/utils/translation-helpers.d.ts +4 -0
  475. package/dist/utils/asyncTableStyles.js +35 -0
  476. package/dist/utils/asyncTableStyles.js.map +1 -0
  477. package/dist/utils/auth-helpers.js +107 -0
  478. package/dist/utils/auth-helpers.js.map +1 -0
  479. package/dist/utils/constants.js +5 -0
  480. package/dist/utils/constants.js.map +1 -0
  481. package/dist/utils/dataStructures/trie.js +38 -0
  482. package/dist/utils/dataStructures/trie.js.map +1 -0
  483. package/dist/utils/date.js +42 -0
  484. package/dist/utils/date.js.map +1 -0
  485. package/dist/utils/debounce.js +14 -0
  486. package/dist/utils/debounce.js.map +1 -0
  487. package/dist/utils/helpers.js +9 -0
  488. package/dist/utils/helpers.js.map +1 -0
  489. package/dist/utils/index.js +17 -0
  490. package/dist/utils/index.js.map +1 -0
  491. package/dist/utils/local-storage.js +20 -0
  492. package/dist/utils/local-storage.js.map +1 -0
  493. package/dist/utils/pagination-helper.js +43 -0
  494. package/dist/utils/pagination-helper.js.map +1 -0
  495. package/dist/utils/report-endpoint.js +90 -0
  496. package/dist/utils/report-endpoint.js.map +1 -0
  497. package/dist/utils/screenInfo.js +25 -0
  498. package/dist/utils/screenInfo.js.map +1 -0
  499. package/dist/utils/selectStyles.js +10 -0
  500. package/dist/utils/selectStyles.js.map +1 -0
  501. package/dist/utils/toast-helpers.js +9 -0
  502. package/dist/utils/toast-helpers.js.map +1 -0
  503. package/dist/utils/translation-helpers.js +9 -0
  504. package/dist/utils/translation-helpers.js.map +1 -0
  505. package/dist/vite.svg +1 -0
  506. package/dist/widgetIcon-f87570b7.cjs +2 -0
  507. package/dist/widgetIcon-f87570b7.cjs.map +1 -0
  508. package/package.json +132 -0
@@ -0,0 +1,999 @@
1
+ import { jsx as C, jsxs as l } from "react/jsx-runtime";
2
+ const M = () => /* @__PURE__ */ C(
3
+ "svg",
4
+ {
5
+ width: "360",
6
+ height: "230",
7
+ viewBox: "0 0 360 230",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ children: /* @__PURE__ */ l("g", { opacity: "0.3", children: [
11
+ /* @__PURE__ */ C(
12
+ "path",
13
+ {
14
+ d: "M0 185.952L44.9223 185.81L89.8445 185.757L179.689 185.657L269.534 185.757L314.456 185.81L359.378 185.952L314.456 186.1L269.534 186.147L179.689 186.248L89.8445 186.147L44.9223 186.094L0 185.952Z",
15
+ fill: "#263238"
16
+ }
17
+ ),
18
+ /* @__PURE__ */ C(
19
+ "path",
20
+ {
21
+ d: "M180.873 230C274.466 230 350.338 221.686 350.338 211.431C350.338 201.175 274.466 192.861 180.873 192.861C87.2801 192.861 11.4082 201.175 11.4082 211.431C11.4082 221.686 87.2801 230 180.873 230Z",
22
+ fill: "#EBEBEB"
23
+ }
24
+ ),
25
+ /* @__PURE__ */ C(
26
+ "path",
27
+ {
28
+ d: "M141.421 208.357C140.044 208.824 100.559 208.948 99.0461 208.014C98.4551 207.659 98.1182 201.909 97.8641 194.947C97.8109 193.446 97.7695 191.891 97.734 190.319L94.584 169.256L120.984 169.084L123.472 190.154L123.372 194.787C123.372 194.787 138.513 201.495 140.062 202.713C141.61 203.93 142.798 207.89 141.421 208.357Z",
29
+ fill: "#EB9481"
30
+ }
31
+ ),
32
+ /* @__PURE__ */ C(
33
+ "path",
34
+ {
35
+ d: "M141.421 208.357C140.044 208.824 100.559 208.948 99.0462 208.014C98.3488 207.577 97.9706 199.178 97.7578 190.319L123.443 190.154L123.342 194.787C123.342 194.787 138.484 201.495 140.032 202.713C141.581 203.93 142.798 207.89 141.421 208.357Z",
36
+ fill: "white"
37
+ }
38
+ ),
39
+ /* @__PURE__ */ C(
40
+ "path",
41
+ {
42
+ d: "M141.42 208.358C140.043 208.824 100.558 208.949 99.0453 208.015C98.4543 207.66 98.1174 201.91 97.8633 194.948L123.318 194.788C123.318 194.788 138.459 201.496 140.008 202.713C141.556 203.931 142.797 207.891 141.42 208.358Z",
43
+ fill: "#A6A6A6"
44
+ }
45
+ ),
46
+ /* @__PURE__ */ C(
47
+ "path",
48
+ {
49
+ d: "M140.847 206.78C134.227 206.638 107.514 206.703 100.96 207.07C100.907 207.07 100.907 207.105 100.96 207.111C107.52 207.389 134.233 207.111 140.847 206.886C140.989 206.88 140.989 206.78 140.847 206.78Z",
50
+ fill: "#263238"
51
+ }
52
+ ),
53
+ /* @__PURE__ */ C(
54
+ "path",
55
+ {
56
+ d: "M137.486 201.301C136.75 201.284 136.018 201.421 135.338 201.701C134.657 201.982 134.042 202.401 133.532 202.932C132.602 203.879 132.077 205.151 132.066 206.478C132.066 206.519 132.137 206.519 132.143 206.478C132.363 205.17 133 203.969 133.958 203.053C134.917 202.137 136.146 201.555 137.462 201.395C137.475 201.398 137.488 201.396 137.499 201.39C137.51 201.383 137.518 201.372 137.521 201.36C137.525 201.347 137.523 201.334 137.516 201.323C137.509 201.312 137.498 201.304 137.486 201.301Z",
57
+ fill: "#263238"
58
+ }
59
+ ),
60
+ /* @__PURE__ */ C(
61
+ "path",
62
+ {
63
+ d: "M125.907 195.438C123.26 195.409 120.192 196.354 118.549 198.529C118.49 198.612 118.608 198.701 118.685 198.659C120.998 197.438 123.435 196.467 125.954 195.763C125.993 195.753 126.027 195.728 126.049 195.694C126.071 195.66 126.08 195.62 126.075 195.58C126.069 195.54 126.049 195.503 126.018 195.477C125.987 195.451 125.948 195.437 125.907 195.438Z",
64
+ fill: "#263238"
65
+ }
66
+ ),
67
+ /* @__PURE__ */ C(
68
+ "path",
69
+ {
70
+ d: "M127.963 196.224C125.309 196.224 122.242 197.146 120.605 199.315C120.54 199.404 120.658 199.492 120.741 199.451C123.051 198.226 125.486 197.253 128.004 196.549C128.043 196.539 128.076 196.515 128.098 196.481C128.12 196.448 128.13 196.408 128.124 196.369C128.119 196.329 128.1 196.293 128.071 196.266C128.041 196.24 128.003 196.225 127.963 196.224Z",
71
+ fill: "#263238"
72
+ }
73
+ ),
74
+ /* @__PURE__ */ C(
75
+ "path",
76
+ {
77
+ d: "M130.009 197.016C127.361 197.016 124.294 197.932 122.651 200.107C122.592 200.19 122.71 200.279 122.787 200.237C125.1 199.016 127.537 198.045 130.056 197.341C130.095 197.331 130.129 197.306 130.151 197.272C130.173 197.238 130.182 197.198 130.176 197.158C130.17 197.118 130.15 197.081 130.119 197.055C130.088 197.029 130.049 197.015 130.009 197.016Z",
78
+ fill: "#263238"
79
+ }
80
+ ),
81
+ /* @__PURE__ */ C(
82
+ "path",
83
+ {
84
+ d: "M132.06 197.807C129.406 197.778 126.339 198.723 124.702 200.898C124.637 200.981 124.761 201.07 124.838 201.028C127.151 199.806 129.588 198.835 132.107 198.132C132.146 198.122 132.18 198.097 132.202 198.063C132.224 198.03 132.233 197.989 132.227 197.949C132.221 197.909 132.201 197.873 132.17 197.846C132.139 197.82 132.1 197.806 132.06 197.807Z",
85
+ fill: "#263238"
86
+ }
87
+ ),
88
+ /* @__PURE__ */ C(
89
+ "path",
90
+ {
91
+ d: "M102.628 200.774C99.6734 200.774 99.6734 205.414 102.628 205.396C105.583 205.378 105.607 200.757 102.628 200.774Z",
92
+ fill: "#263238"
93
+ }
94
+ ),
95
+ /* @__PURE__ */ C(
96
+ "path",
97
+ {
98
+ d: "M128.751 188.357C127.409 187.246 125.719 188.357 124.897 189.498C123.53 191.514 122.715 193.853 122.533 196.282C122.533 196.336 122.575 196.359 122.616 196.359C122.626 196.409 122.649 196.456 122.681 196.496C122.713 196.535 122.755 196.566 122.802 196.587C122.849 196.607 122.9 196.616 122.951 196.612C123.002 196.608 123.051 196.593 123.095 196.566C124.974 195.26 127.149 194.09 128.573 192.24C129.383 191.164 130.045 189.391 128.751 188.357ZM125.524 193.995C124.614 194.663 123.674 195.284 122.787 195.987C123.26 194.663 123.668 193.327 124.271 192.051C124.549 191.439 124.869 190.846 125.228 190.278C125.819 189.397 128.396 187.175 128.668 190.053C128.821 191.631 126.605 193.203 125.524 193.995Z",
99
+ fill: "#263238"
100
+ }
101
+ ),
102
+ /* @__PURE__ */ C(
103
+ "path",
104
+ {
105
+ d: "M115.937 197.287C118.242 197.63 120.624 196.968 122.887 196.608C122.936 196.595 122.982 196.571 123.02 196.537C123.058 196.504 123.088 196.462 123.107 196.415C123.126 196.367 123.133 196.317 123.129 196.266C123.125 196.215 123.109 196.166 123.082 196.123C123.091 196.117 123.098 196.108 123.103 196.098C123.107 196.089 123.11 196.078 123.11 196.067C123.11 196.056 123.107 196.045 123.103 196.036C123.098 196.026 123.091 196.018 123.082 196.011C121.264 194.389 119.05 193.274 116.664 192.778C115.269 192.512 113.295 192.896 113.118 194.628C112.905 196.259 114.59 197.075 115.937 197.287ZM114.329 195.786C112.556 193.517 115.943 193.322 116.959 193.558C117.619 193.723 118.267 193.933 118.898 194.185C120.191 194.721 121.455 195.322 122.686 195.987C121.563 196.1 120.458 196.3 119.341 196.454C118.006 196.631 115.322 197.033 114.329 195.786Z",
106
+ fill: "#263238"
107
+ }
108
+ ),
109
+ /* @__PURE__ */ C(
110
+ "path",
111
+ {
112
+ d: "M55.7676 71.9009C55.7676 71.9009 86.423 124.051 87.2445 127.715C88.5033 133.342 95.1758 188.902 95.1758 188.902L127.09 188.311C127.09 188.311 121.594 139.323 116.387 123.182C112.64 111.557 85.5838 73.0001 85.5838 73.0001L55.7676 71.9009Z",
113
+ fill: "#37474F"
114
+ }
115
+ ),
116
+ /* @__PURE__ */ C(
117
+ "path",
118
+ {
119
+ d: "M124.188 183.44C119.608 183.405 103.373 183.221 97.2735 183.789C97.2262 183.789 97.2321 183.872 97.2735 183.877C99.3716 184.179 119.602 183.712 124.182 183.564C124.192 183.568 124.202 183.569 124.212 183.568C124.222 183.566 124.232 183.563 124.24 183.557C124.249 183.552 124.256 183.544 124.261 183.535C124.266 183.526 124.268 183.516 124.269 183.506C124.269 183.496 124.268 183.486 124.263 183.477C124.259 183.467 124.253 183.459 124.245 183.453C124.237 183.446 124.228 183.442 124.218 183.44C124.208 183.437 124.198 183.438 124.188 183.44Z",
120
+ fill: "#263238"
121
+ }
122
+ ),
123
+ /* @__PURE__ */ C(
124
+ "path",
125
+ {
126
+ d: "M60.9985 76.6874C63.008 79.8375 65.1356 82.9225 67.1805 86.049C69.2253 89.1754 71.282 92.3018 73.3092 95.4223C77.3517 101.726 81.2917 108.072 85.1293 114.459C87.0022 117.419 88.6044 120.542 89.9164 123.791C91.1141 127.039 92.0141 130.39 92.6055 133.802C93.2319 137.224 93.6456 140.681 94.0298 144.139C94.4238 147.815 94.8355 151.493 95.265 155.173C96.1042 162.702 96.9454 170.232 97.7886 177.761C97.8891 178.683 97.9895 179.605 98.0841 180.533C98.0841 180.669 97.8536 180.692 97.8359 180.533C96.8962 173.057 96.116 165.551 95.265 158.075C94.8395 154.343 94.4159 150.614 93.9943 146.887C93.5984 143.418 93.2201 139.943 92.6823 136.497C92.1888 133.096 91.438 129.737 90.4365 126.45C89.333 123.046 87.8542 119.775 86.0276 116.698C82.3338 110.322 78.4214 104.057 74.5089 97.7863C70.5965 91.5157 66.5776 85.192 62.4524 78.9983C61.9442 78.2359 61.43 77.4735 60.8981 76.7229C60.8567 76.6815 60.9631 76.6283 60.9985 76.6874Z",
127
+ fill: "#263238"
128
+ }
129
+ ),
130
+ /* @__PURE__ */ C(
131
+ "path",
132
+ {
133
+ d: "M65.8142 211.431C64.3604 211.342 26.8079 196.13 25.7677 194.688C25.7214 194.603 25.7009 194.506 25.7086 194.41C25.7086 193.116 28.315 188.601 30.4899 182.667C30.6258 182.289 31.595 180.527 32.9366 178.157C36.6659 171.662 43.1669 160.475 43.1669 160.475L67.7113 170.226L55.9622 187.809L54.136 192.064C54.136 192.064 65.6547 203.973 66.6239 205.657C67.5931 207.341 67.2622 211.514 65.8142 211.431Z",
134
+ fill: "#EB9481"
135
+ }
136
+ ),
137
+ /* @__PURE__ */ C(
138
+ "path",
139
+ {
140
+ d: "M65.8142 211.43C64.3604 211.341 26.8079 196.129 25.7677 194.687C25.7214 194.602 25.7009 194.505 25.7086 194.409C25.7086 193.115 28.315 188.599 30.4899 182.666C30.6258 182.287 31.595 180.526 32.9366 178.156L55.9858 187.807L54.1596 192.063C54.1596 192.063 65.6783 203.971 66.6475 205.656C67.6168 207.34 67.2622 211.513 65.8142 211.43Z",
141
+ fill: "white"
142
+ }
143
+ ),
144
+ /* @__PURE__ */ C(
145
+ "path",
146
+ {
147
+ d: "M65.814 211.431C64.3601 211.342 26.8077 196.13 25.7675 194.688C25.3656 194.138 27.0441 189.014 30.4955 182.667L54.1357 192.069C54.1357 192.069 65.6544 203.966 66.6296 205.663C67.6047 207.359 67.2619 211.513 65.814 211.431Z",
148
+ fill: "#A6A6A6"
149
+ }
150
+ ),
151
+ /* @__PURE__ */ C(
152
+ "path",
153
+ {
154
+ d: "M65.8741 209.752C59.7926 207.14 35.0059 197.175 28.7944 195.06C28.7412 195.06 28.7294 195.06 28.7944 195.095C34.7695 197.814 59.6331 207.577 65.8504 209.87C65.9686 209.9 66.0041 209.805 65.8741 209.752Z",
155
+ fill: "#263238"
156
+ }
157
+ ),
158
+ /* @__PURE__ */ C(
159
+ "path",
160
+ {
161
+ d: "M64.8097 203.411C64.1353 203.115 63.4068 202.962 62.6703 202.962C61.9337 202.962 61.2052 203.115 60.5308 203.411C59.3183 203.942 58.3573 204.92 57.8477 206.142C57.8477 206.177 57.9009 206.207 57.9186 206.171C58.6153 205.038 59.6605 204.161 60.8976 203.672C62.1346 203.183 63.4969 203.108 64.7801 203.458C64.7901 203.456 64.7986 203.449 64.8041 203.441C64.8095 203.432 64.8115 203.421 64.8097 203.411Z",
162
+ fill: "#263238"
163
+ }
164
+ ),
165
+ /* @__PURE__ */ C(
166
+ "path",
167
+ {
168
+ d: "M56.2812 193.636C53.8404 192.613 50.6371 192.342 48.3026 193.742C48.214 193.795 48.3027 193.92 48.3795 193.914C50.9819 193.65 53.6049 193.663 56.2044 193.955C56.2444 193.959 56.2846 193.949 56.3175 193.926C56.3504 193.903 56.3737 193.868 56.3832 193.829C56.3926 193.79 56.3874 193.749 56.3687 193.713C56.3499 193.678 56.3188 193.65 56.2812 193.636Z",
169
+ fill: "#263238"
170
+ }
171
+ ),
172
+ /* @__PURE__ */ C(
173
+ "path",
174
+ {
175
+ d: "M57.8847 195.137C55.4439 194.114 52.2406 193.843 49.9062 195.243C49.8175 195.296 49.9062 195.42 49.983 195.415C52.5852 195.148 55.2086 195.161 57.8079 195.456C57.8479 195.46 57.8881 195.45 57.921 195.427C57.9539 195.404 57.9773 195.369 57.9867 195.33C57.9961 195.291 57.9909 195.25 57.9722 195.214C57.9534 195.179 57.9223 195.151 57.8847 195.137Z",
176
+ fill: "#263238"
177
+ }
178
+ ),
179
+ /* @__PURE__ */ C(
180
+ "path",
181
+ {
182
+ d: "M59.491 196.638C57.0442 195.616 53.841 195.344 51.5124 196.745C51.4179 196.798 51.5124 196.922 51.5834 196.916C54.1856 196.649 56.809 196.663 59.4083 196.957C59.4491 196.964 59.491 196.956 59.5257 196.933C59.5604 196.911 59.5854 196.876 59.5958 196.836C59.6062 196.796 59.6012 196.753 59.5818 196.717C59.5624 196.68 59.53 196.652 59.491 196.638Z",
183
+ fill: "#263238"
184
+ }
185
+ ),
186
+ /* @__PURE__ */ C(
187
+ "path",
188
+ {
189
+ d: "M61.0906 198.139C58.6439 197.116 55.4465 196.844 53.1121 198.239C53.0175 198.298 53.1121 198.422 53.183 198.416C55.7852 198.149 58.4086 198.163 61.0079 198.458C61.0487 198.465 61.0906 198.456 61.1253 198.433C61.16 198.411 61.185 198.376 61.1954 198.336C61.2058 198.296 61.2008 198.254 61.1814 198.217C61.162 198.18 61.1296 198.152 61.0906 198.139Z",
190
+ fill: "#263238"
191
+ }
192
+ ),
193
+ /* @__PURE__ */ C(
194
+ "path",
195
+ {
196
+ d: "M32.6941 189.847C29.9342 188.748 28.2202 193.044 30.9921 194.143C33.7639 195.243 35.4837 190.946 32.6941 189.847Z",
197
+ fill: "#263238"
198
+ }
199
+ ),
200
+ /* @__PURE__ */ C(
201
+ "path",
202
+ {
203
+ d: "M61.5705 188.139C60.7372 186.608 58.7691 186.986 57.5694 187.749C55.5484 189.103 53.9181 190.963 52.8413 193.145C52.8366 193.154 52.8341 193.165 52.834 193.175C52.8339 193.186 52.8362 193.197 52.8407 193.206C52.8453 193.216 52.8519 193.225 52.8602 193.231C52.8685 193.238 52.8782 193.243 52.8886 193.245C52.8886 193.44 53.0186 193.671 53.2491 193.623C55.489 193.109 57.9417 192.843 59.9511 191.661C61.1036 190.976 62.3565 189.587 61.5705 188.139ZM56.4583 192.152C55.3649 192.43 54.2657 192.654 53.1841 192.973C54.0787 191.896 55.0275 190.864 56.0269 189.882C56.5188 189.414 57.0421 188.98 57.593 188.582C58.45 187.991 61.6887 186.898 60.8613 189.67C60.4062 191.2 57.7644 191.821 56.4583 192.152Z",
204
+ fill: "#263238"
205
+ }
206
+ ),
207
+ /* @__PURE__ */ C(
208
+ "path",
209
+ {
210
+ d: "M46.3421 191.608C48.3515 192.79 50.8042 193.068 53.0382 193.588C53.2687 193.641 53.4223 193.411 53.4046 193.21C53.4157 193.209 53.4263 193.205 53.4354 193.198C53.4445 193.192 53.4517 193.183 53.4565 193.173C53.4612 193.163 53.4633 193.152 53.4625 193.14C53.4617 193.129 53.458 193.119 53.4519 193.109C52.3769 190.924 50.7464 189.059 48.7238 187.702C47.5418 186.933 45.562 186.549 44.7228 188.074C43.8835 189.599 45.166 190.917 46.3421 191.608ZM45.4201 189.611C44.5986 186.839 47.8314 187.938 48.6884 188.535C49.2387 188.933 49.7601 189.369 50.2486 189.841C51.2461 190.825 52.1929 191.858 53.0855 192.938C52.0039 192.619 50.9047 192.388 49.8113 192.11C48.4875 191.756 45.8693 191.165 45.4201 189.611Z",
211
+ fill: "#263238"
212
+ }
213
+ ),
214
+ /* @__PURE__ */ C(
215
+ "path",
216
+ {
217
+ d: "M57.8723 186.827L30.3965 175.734C30.3965 175.734 64.462 125.646 64.7102 121.917C64.9348 118.619 49.9706 89.8847 49.3855 81.5102C48.7472 72.4678 53.097 65.4762 57.8841 61.1323L86.2228 73.1829C86.2228 73.1829 83.2323 77.9641 78.5397 80.6296C78.5397 80.6296 93.0725 113.844 92.2451 124.057C91.4177 134.269 57.8723 186.827 57.8723 186.827Z",
218
+ fill: "#37474F"
219
+ }
220
+ ),
221
+ /* @__PURE__ */ C(
222
+ "path",
223
+ {
224
+ d: "M59.0893 181.602C55.1177 179.894 56.282 180.326 52.2868 178.647C50.3365 177.832 37.5117 172.495 35.5378 172.052C35.4964 172.052 35.4668 172.111 35.5082 172.134C37.2162 173.181 50.1474 178.293 52.1154 179.073C56.1402 180.657 54.9995 180.16 59.042 181.697C59.0481 181.705 59.0561 181.711 59.0653 181.715C59.0745 181.72 59.0846 181.721 59.0946 181.72C59.1046 181.719 59.1143 181.716 59.1226 181.71C59.1309 181.705 59.1377 181.697 59.1422 181.688C59.1467 181.679 59.1488 181.669 59.1483 181.659C59.1479 181.649 59.1449 181.639 59.1396 181.63C59.1343 181.622 59.1269 181.615 59.1181 181.61C59.1093 181.605 59.0994 181.602 59.0893 181.602Z",
225
+ fill: "#263238"
226
+ }
227
+ ),
228
+ /* @__PURE__ */ C(
229
+ "path",
230
+ {
231
+ d: "M83.1839 80.0205C80.2335 80.7083 77.3469 81.6454 74.5552 82.8219C74.544 82.8258 74.5336 82.8318 74.5247 82.8397C74.5158 82.8476 74.5085 82.8572 74.5033 82.8679C74.4981 82.8786 74.495 82.8902 74.4943 82.9021C74.4936 82.914 74.4952 82.9259 74.4991 82.9371C74.503 82.9484 74.509 82.9588 74.5169 82.9677C74.5248 82.9766 74.5344 82.9839 74.5451 82.9891C74.5558 82.9943 74.5674 82.9974 74.5793 82.9981C74.5912 82.9988 74.6031 82.9972 74.6143 82.9933C77.5103 82.1482 80.4535 81.3562 83.3021 80.3574C83.5208 80.2806 83.4085 79.9733 83.1839 80.0205Z",
232
+ fill: "#263238"
233
+ }
234
+ ),
235
+ /* @__PURE__ */ C(
236
+ "path",
237
+ {
238
+ d: "M79.8102 78.8742C79.5348 79.3639 79.292 79.8713 79.0833 80.3931C78.8793 80.789 78.7529 81.2203 78.7109 81.6637C78.7109 81.7524 78.8291 81.7701 78.8823 81.7169C79.1788 81.3622 79.4181 80.9634 79.5915 80.5349C79.8338 80.068 80.0821 79.607 80.3126 79.1283C80.4721 78.7796 79.9934 78.555 79.8102 78.8742Z",
239
+ fill: "#263238"
240
+ }
241
+ ),
242
+ /* @__PURE__ */ C(
243
+ "path",
244
+ {
245
+ d: "M80.1638 76.1903C80.3411 75.7529 80.5125 75.3215 80.6957 74.8842C80.8789 74.4468 81.1094 73.9977 81.2867 73.5367C81.2867 73.4658 81.4286 73.5367 81.399 73.5899C81.2217 74.0272 81.1094 74.4882 80.9735 74.9374C80.8376 75.3865 80.6839 75.8357 80.5361 76.2848C80.2584 77.1182 79.9451 77.9456 79.561 78.7552C80.026 78.7785 80.4904 78.6977 80.9203 78.5188C81.3594 78.2378 81.697 77.8236 81.8836 77.3368C82.1319 76.8522 82.3624 76.3558 82.6165 75.8711C82.9293 75.3472 83.1925 74.7952 83.4025 74.2222C83.4025 74.1513 83.5444 74.2222 83.5148 74.2754C83.1295 75.4868 82.6246 76.6568 82.0077 77.7683C81.7418 78.1997 81.5349 78.6548 81.0503 78.8203C80.5257 78.967 79.9767 79.0052 79.4369 78.9326C79.366 78.9326 79.2832 78.9325 79.3069 78.8262C79.5488 77.9339 79.8348 77.0542 80.1638 76.1903Z",
246
+ fill: "#263238"
247
+ }
248
+ ),
249
+ /* @__PURE__ */ C(
250
+ "path",
251
+ {
252
+ d: "M78.9594 81.7113C79.97 83.8448 80.8565 85.9724 81.7962 88.1C82.7359 90.2276 83.5692 92.2843 84.4143 94.4001C86.1046 98.6672 87.6176 103.017 88.9474 107.402C89.6034 109.577 90.2121 111.77 90.7558 113.98C91.3547 116.183 91.7932 118.427 92.0679 120.694C92.305 122.957 92.1043 125.244 91.4769 127.431C90.8251 129.593 89.9887 131.695 88.9769 133.714C88.3563 134.99 88.1495 134.819 88.445 134.175C89.2901 132.343 91.5064 126.793 91.3468 122.13C91.2175 119.898 90.8732 117.683 90.3185 115.517C89.8023 113.283 89.2212 111.066 88.575 108.868C87.3162 104.53 85.8209 100.281 84.2843 96.0372C83.4215 93.6732 82.5113 91.3092 81.6248 88.9452C80.7383 86.5811 79.8518 84.4063 78.8589 81.794C78.8293 81.6876 78.9298 81.6463 78.9594 81.7113Z",
253
+ fill: "#263238"
254
+ }
255
+ ),
256
+ /* @__PURE__ */ C(
257
+ "path",
258
+ {
259
+ d: "M58.1015 74.661C58.592 74.4778 59.2835 74.7792 59.7799 74.862C60.4229 74.9711 61.0725 75.0363 61.7243 75.057C62.3692 75.0797 63.015 75.058 63.6569 74.992C64.3034 74.9753 64.9369 74.8073 65.5067 74.5015C66.4416 73.8204 67.243 72.973 67.8708 72.0015C68.6188 71.0088 69.2365 69.9244 69.7088 68.7746C69.7088 68.7037 69.8329 68.7746 69.8093 68.8219C69.6024 69.4779 69.4487 70.1398 69.2182 70.784C68.9635 71.3893 68.659 71.9724 68.3081 72.5275C67.7391 73.6445 66.8976 74.5998 65.8613 75.3052C64.7207 75.9553 63.255 75.8962 61.9843 75.843C61.2474 75.8001 60.5146 75.7033 59.7917 75.5535C59.2716 75.4412 58.397 75.3584 58.066 74.9033C58.0504 74.8859 58.0389 74.8653 58.0321 74.843C58.0254 74.8206 58.0237 74.797 58.0271 74.7739C58.0305 74.7508 58.0389 74.7287 58.0517 74.7092C58.0646 74.6897 58.0816 74.6733 58.1015 74.661Z",
260
+ fill: "#263238"
261
+ }
262
+ ),
263
+ /* @__PURE__ */ C(
264
+ "path",
265
+ {
266
+ d: "M38.2369 170.479C42.7522 163.639 47.1847 156.744 51.5345 149.793C55.8843 142.843 60.175 135.84 64.4066 128.783C65.4172 127.099 66.5815 125.42 67.2316 123.553C67.9408 121.526 67.5389 119.558 66.9006 117.572C65.6954 113.949 64.2865 110.398 62.6809 106.934C61.097 103.441 59.389 100.007 57.7105 96.5617C56.0321 93.1161 54.2768 89.7119 52.9825 86.1186C51.8005 82.6849 51.3218 79.1271 52.2437 75.5692C53.1657 72.0114 55.1515 68.8672 57.2259 65.9063C57.7696 65.1262 58.3311 64.3519 58.8807 63.5423C58.9221 63.4832 59.0107 63.5423 58.9694 63.6132C56.6822 66.6982 54.4541 69.9665 53.1125 73.5893C52.4268 75.3751 52.0433 77.2626 51.9778 79.1743C51.9666 81.1149 52.2679 83.0446 52.8702 84.8893C53.9813 88.4827 55.7366 91.8809 57.3736 95.2615C59.0107 98.642 60.7601 102.141 62.3735 105.622C64.038 109.125 65.5176 112.714 66.8061 116.372C67.3557 117.997 67.9881 119.7 67.9408 121.443C67.8994 123.352 66.9893 125.072 66.0437 126.679C61.9067 133.683 57.6691 140.603 53.3548 147.483C49.0405 154.362 44.602 161.241 40.1104 168.05L38.4083 170.62C38.3196 170.727 38.166 170.603 38.2369 170.479Z",
267
+ fill: "#263238"
268
+ }
269
+ ),
270
+ /* @__PURE__ */ C(
271
+ "path",
272
+ {
273
+ d: "M87.7932 41.3271C90.3522 46.9417 103.277 54.6779 109.329 55.5113C113.679 56.1023 126.906 56.315 131.439 55.6236C136.758 54.808 132.692 40.4761 129.554 40.8484C120.925 41.8531 113.596 42.976 111.292 42.976C108.478 42.976 93.26 38.0944 91.4278 37.4029C86.9362 35.7303 86.3452 38.1416 87.7932 41.3271Z",
274
+ fill: "#EB9481"
275
+ }
276
+ ),
277
+ /* @__PURE__ */ C(
278
+ "path",
279
+ {
280
+ d: "M87.8754 42.8226C91.1141 47.6156 101.876 55.4524 101.876 55.4524L103.372 52.1427L108.318 41.1973C108.318 41.1973 98.4307 38.0946 91.9238 36.6762C91.158 36.5019 90.3792 36.3912 89.5952 36.3452C85.4404 36.1206 85.0799 38.6856 87.8754 42.8226Z",
281
+ fill: "#D0D5DD"
282
+ }
283
+ ),
284
+ /* @__PURE__ */ C(
285
+ "path",
286
+ {
287
+ d: "M87.8754 42.8224C91.1141 47.6155 101.876 55.4522 101.876 55.4522L103.372 52.1426C99.3586 47.4796 93.159 40.4171 89.5952 36.3569C85.4404 36.1205 85.0799 38.6854 87.8754 42.8224Z",
288
+ fill: "#263238"
289
+ }
290
+ ),
291
+ /* @__PURE__ */ C(
292
+ "path",
293
+ {
294
+ d: "M99.9376 53.2301C100.759 51.2147 104.411 43.1002 105.322 41.41C105.381 41.2918 105.475 41.3036 105.422 41.41C103.838 45.4453 102.034 49.3912 100.02 53.2301C99.9967 53.301 99.9021 53.2773 99.9376 53.2301Z",
295
+ fill: "#263238"
296
+ }
297
+ ),
298
+ /* @__PURE__ */ C(
299
+ "path",
300
+ {
301
+ d: "M127.971 40.9962C133.219 40.3106 139.714 39.1345 145.216 41.469C145.834 41.7114 146.353 42.1548 146.688 42.7278C149.17 43.7326 149.442 45.2042 149.442 45.2042C151.469 46.8471 151.54 48.3956 151.54 48.3956C151.54 48.3956 154.448 49.5776 154.004 51.4806C153.52 53.5846 149.536 51.4806 146.641 51.652C139.992 52.0657 130.683 54.5066 128.763 54.8139L127.971 40.9962Z",
302
+ fill: "#EB9481"
303
+ }
304
+ ),
305
+ /* @__PURE__ */ C(
306
+ "path",
307
+ {
308
+ d: "M139.372 47.1896C141.316 47.0566 143.267 47.0566 145.211 47.1896C147.328 47.4552 149.422 47.88 151.475 48.4602C151.489 48.4649 151.503 48.4642 151.516 48.4581C151.529 48.452 151.539 48.4411 151.543 48.4277C151.548 48.4144 151.547 48.3998 151.541 48.387C151.535 48.3743 151.524 48.3645 151.511 48.3598C147.653 46.8463 143.454 46.4211 139.372 47.1305C139.277 47.1187 139.277 47.1955 139.372 47.1896Z",
309
+ fill: "#263238"
310
+ }
311
+ ),
312
+ /* @__PURE__ */ C(
313
+ "path",
314
+ {
315
+ d: "M138.137 41.0496C141.381 41.215 143.409 41.7351 146.671 42.7162V42.6807C143.078 41.1796 141.606 41.0377 138.119 40.9077C138.007 40.955 138.013 41.0496 138.137 41.0496Z",
316
+ fill: "#263238"
317
+ }
318
+ ),
319
+ /* @__PURE__ */ C(
320
+ "path",
321
+ {
322
+ d: "M138.661 52.6572C137.816 53.0532 138.023 53.4965 139.636 53.8688C141.25 54.2411 147.958 54.3534 147.721 56.6938C147.485 59.0342 138.023 58.7387 135.381 57.9113C132.739 57.0839 128.762 54.8144 128.762 54.8144C130.635 54.5012 135.032 53.3132 138.661 52.6572Z",
323
+ fill: "#EB9481"
324
+ }
325
+ ),
326
+ /* @__PURE__ */ C(
327
+ "path",
328
+ {
329
+ d: "M94.8204 50.275C94.779 51.2856 94.6845 52.314 94.5426 53.3364C94.5426 53.295 94.5426 53.2596 94.584 53.2241C94.779 52.6922 94.9741 52.1485 95.2105 51.6343C95.2105 51.6343 95.2696 51.6343 95.2637 51.6343C95.1501 52.1977 94.9798 52.7482 94.7554 53.2773C94.649 53.5314 94.5485 53.7797 94.4363 54.0279C94.3653 54.483 94.2826 54.9321 94.1939 55.3813C94.0166 56.2264 93.2188 59.8197 93.0119 60.4285C92.9765 60.5526 92.8228 60.523 92.8346 60.3812C92.876 59.7193 93.5438 55.9782 93.6798 55.1272C93.9438 53.4839 94.297 51.8563 94.7377 50.2514C94.7672 50.2218 94.8263 50.2455 94.8204 50.275Z",
330
+ fill: "#263238"
331
+ }
332
+ ),
333
+ /* @__PURE__ */ C(
334
+ "path",
335
+ {
336
+ d: "M88.6741 77.1483C87.0961 77.958 85.063 79.2169 75.9025 77.4143C75.3115 77.2961 74.7559 77.1543 74.1767 76.9829C65.5894 74.4061 55.2646 64.3058 54.7031 63.5907C54.7031 63.5907 68.3494 41.4694 85.8018 34.5133C87.959 33.6563 91.5286 35.3111 93.4849 37.3737C94.1881 38.1125 95.7188 43.5438 95.1338 47.9409C94.5487 52.338 90.2461 76.3387 88.6741 77.1483Z",
337
+ fill: "#D0D5DD"
338
+ }
339
+ ),
340
+ /* @__PURE__ */ C(
341
+ "path",
342
+ {
343
+ d: "M87.4457 47.7388C87.5116 48.6736 87.3807 49.6118 87.0615 50.4928C86.9866 49.5578 87.1177 48.6176 87.4457 47.7388Z",
344
+ fill: "white"
345
+ }
346
+ ),
347
+ /* @__PURE__ */ C(
348
+ "path",
349
+ {
350
+ d: "M81.494 62.8052C81.5316 63.2704 81.5158 63.7384 81.4467 64.1999C81.3898 64.665 81.2767 65.1214 81.1099 65.5593C81.0692 65.0922 81.085 64.6219 81.1572 64.1586C81.2176 63.6961 81.3306 63.242 81.494 62.8052Z",
351
+ fill: "white"
352
+ }
353
+ ),
354
+ /* @__PURE__ */ C(
355
+ "path",
356
+ {
357
+ d: "M71.3809 51.416C71.4475 52.3528 71.3166 53.2931 70.9968 54.176C70.9225 53.239 71.0536 52.2971 71.3809 51.416Z",
358
+ fill: "white"
359
+ }
360
+ ),
361
+ /* @__PURE__ */ C(
362
+ "path",
363
+ {
364
+ d: "M91.3397 62.0361C91.3775 62.5033 91.3616 62.9733 91.2924 63.4368C91.2355 63.9019 91.1224 64.3583 90.9556 64.7961C90.9149 64.329 90.9307 63.8587 91.0029 63.3954C91.0626 62.9309 91.1756 62.4748 91.3397 62.0361Z",
365
+ fill: "white"
366
+ }
367
+ ),
368
+ /* @__PURE__ */ C(
369
+ "path",
370
+ {
371
+ d: "M78.3555 49.4653C78.8204 49.4258 79.2884 49.4397 79.7502 49.5067C80.2155 49.5657 80.6719 49.6808 81.1096 49.8495C80.1747 49.9166 79.2362 49.7857 78.3555 49.4653Z",
372
+ fill: "white"
373
+ }
374
+ ),
375
+ /* @__PURE__ */ C(
376
+ "path",
377
+ {
378
+ d: "M66.8789 60.3457C67.8137 60.2798 68.7519 60.4107 69.633 60.7299C68.6979 60.8048 67.7578 60.6737 66.8789 60.3457Z",
379
+ fill: "white"
380
+ }
381
+ ),
382
+ /* @__PURE__ */ C(
383
+ "path",
384
+ {
385
+ d: "M80.4004 72.125C81.3352 72.0579 82.2737 72.1888 83.1545 72.5092C82.2194 72.583 81.2796 72.4519 80.4004 72.125Z",
386
+ fill: "white"
387
+ }
388
+ ),
389
+ /* @__PURE__ */ C(
390
+ "path",
391
+ {
392
+ d: "M63.3379 67.8457C64.2727 67.7798 65.2109 67.9107 66.092 68.2299C65.1569 68.3036 64.2171 68.1725 63.3379 67.8457Z",
393
+ fill: "white"
394
+ }
395
+ ),
396
+ /* @__PURE__ */ C(
397
+ "path",
398
+ {
399
+ d: "M87.3555 37.1479C88.2903 37.082 89.2285 37.2129 90.1095 37.5321C89.1748 37.598 88.2365 37.4671 87.3555 37.1479Z",
400
+ fill: "white"
401
+ }
402
+ ),
403
+ /* @__PURE__ */ C(
404
+ "path",
405
+ {
406
+ d: "M84.0169 40.9194C83.7181 41.2786 83.3768 41.6001 83.0004 41.8769C82.6342 42.1601 82.2377 42.4019 81.8184 42.5979C82.1152 42.241 82.4523 41.9197 82.8231 41.6405C83.1928 41.3562 83.5932 41.1143 84.0169 40.9194Z",
407
+ fill: "white"
408
+ }
409
+ ),
410
+ /* @__PURE__ */ C(
411
+ "path",
412
+ {
413
+ d: "M65.8197 51.6343C65.5172 51.9903 65.1741 52.3097 64.7972 52.5858C64.4347 52.8743 64.0377 53.1165 63.6152 53.3068C63.9193 52.9523 64.2622 52.6331 64.6377 52.3553C65.001 52.068 65.3979 51.8259 65.8197 51.6343Z",
414
+ fill: "white"
415
+ }
416
+ ),
417
+ /* @__PURE__ */ C(
418
+ "path",
419
+ {
420
+ d: "M88.5443 56.4692C88.242 56.8271 87.8988 57.1485 87.5219 57.4267C87.1585 57.714 86.7616 57.9561 86.3398 58.1477C86.6422 57.7898 86.9853 57.4685 87.3623 57.1903C87.7276 56.9058 88.1242 56.6639 88.5443 56.4692Z",
421
+ fill: "white"
422
+ }
423
+ ),
424
+ /* @__PURE__ */ C(
425
+ "path",
426
+ {
427
+ d: "M73.8275 65.7358C73.5252 66.0937 73.182 66.4151 72.8051 66.6933C72.4411 66.9797 72.0443 67.2218 71.623 67.4143C71.9254 67.0564 72.2685 66.7351 72.6455 66.4569C73.0108 66.1724 73.4074 65.9305 73.8275 65.7358Z",
428
+ fill: "white"
429
+ }
430
+ ),
431
+ /* @__PURE__ */ C(
432
+ "path",
433
+ {
434
+ d: "M94.181 43.8096C93.8787 44.1675 93.5355 44.4888 93.1586 44.767C92.7924 45.0502 92.396 45.292 91.9766 45.488C92.2789 45.1301 92.622 44.8088 92.999 44.5306C93.363 44.2441 93.7598 44.0021 94.181 43.8096Z",
435
+ fill: "white"
436
+ }
437
+ ),
438
+ /* @__PURE__ */ C(
439
+ "path",
440
+ {
441
+ d: "M93.8757 54.5477C93.5178 54.2454 93.1965 53.9022 92.9183 53.5253C92.6306 53.1621 92.3885 52.7652 92.1973 52.3433C92.5564 52.642 92.8779 52.9834 93.1547 53.3598C93.437 53.7287 93.6788 54.127 93.8757 54.5477Z",
442
+ fill: "white"
443
+ }
444
+ ),
445
+ /* @__PURE__ */ C(
446
+ "path",
447
+ {
448
+ d: "M61.0749 61.9476C60.717 61.6453 60.3957 61.3021 60.1175 60.9252C59.8331 60.5598 59.5912 60.1633 59.3965 59.7432C59.7544 60.0455 60.0757 60.3886 60.3539 60.7656C60.6404 61.1295 60.8824 61.5264 61.0749 61.9476Z",
449
+ fill: "white"
450
+ }
451
+ ),
452
+ /* @__PURE__ */ C(
453
+ "path",
454
+ {
455
+ d: "M89.8855 70.7479C89.5263 70.4491 89.2048 70.1077 88.928 69.7313C88.6449 69.3651 88.403 68.9687 88.207 68.5493C88.5649 68.8516 88.8863 69.1948 89.1645 69.5718C89.4497 69.9344 89.6916 70.3291 89.8855 70.7479Z",
456
+ fill: "white"
457
+ }
458
+ ),
459
+ /* @__PURE__ */ C(
460
+ "path",
461
+ {
462
+ d: "M75.448 45.659C75.0902 45.3587 74.7689 45.0176 74.4906 44.6425C74.2086 44.2754 73.9668 43.8791 73.7695 43.4604C74.1287 43.7592 74.4502 44.1006 74.727 44.477C75.009 44.844 75.2507 45.2403 75.448 45.659Z",
463
+ fill: "white"
464
+ }
465
+ ),
466
+ /* @__PURE__ */ C(
467
+ "path",
468
+ {
469
+ d: "M75.7019 75.7596C75.344 75.4573 75.0227 75.1141 74.7445 74.7372C74.4609 74.3712 74.2191 73.9747 74.0234 73.5552C74.3826 73.854 74.7041 74.1953 74.9809 74.5717C75.2653 74.9392 75.5071 75.3377 75.7019 75.7596Z",
470
+ fill: "white"
471
+ }
472
+ ),
473
+ /* @__PURE__ */ C(
474
+ "path",
475
+ {
476
+ d: "M78.155 58.0052C77.8004 57.7012 77.4813 57.3582 77.2034 56.9828C76.9149 56.6203 76.6727 56.2232 76.4824 55.8008C76.8385 56.1032 77.1578 56.4464 77.4339 56.8232C77.7212 57.1866 77.9634 57.5835 78.155 58.0052Z",
477
+ fill: "white"
478
+ }
479
+ ),
480
+ /* @__PURE__ */ C(
481
+ "path",
482
+ {
483
+ d: "M90.2893 43.2661C88.0612 42.8524 85.9691 38.2485 85.7031 35.1516C85.7031 34.9389 86.7433 33.2545 87.9312 31.1446C88.6522 29.8621 89.4146 28.4142 90.0234 27.043C90.1475 26.7653 90.8744 27.705 90.8744 27.705L92.4583 28.887L97.6887 32.8999C96.4432 34.3945 95.3853 36.0359 94.5386 37.7875C94.455 37.9773 94.3917 38.1754 94.3495 38.3785C94.3472 38.412 94.3472 38.4455 94.3495 38.479C94.0245 39.6492 92.4347 43.6621 90.2893 43.2661Z",
484
+ fill: "#EB9481"
485
+ }
486
+ ),
487
+ /* @__PURE__ */ C(
488
+ "path",
489
+ {
490
+ d: "M94.3488 38.4068C94.3465 38.4403 94.3465 38.4738 94.3488 38.5073C94.0383 38.4162 93.7358 38.2996 93.4446 38.1586C87.7177 35.4754 90.2413 27.8042 90.2413 27.8042L92.4871 28.9153L97.7175 32.9282C96.472 34.4228 95.4141 36.0642 94.5675 37.8158C94.4737 38.0045 94.4004 38.2026 94.3488 38.4068Z",
491
+ fill: "#263238"
492
+ }
493
+ ),
494
+ /* @__PURE__ */ C(
495
+ "path",
496
+ {
497
+ d: "M103.699 16.5703C103.699 16.5703 106.317 18.231 106.329 21.1861C106.341 24.1411 105.147 27.0311 104.899 27.1375C104.651 27.2439 103.699 16.5703 103.699 16.5703Z",
498
+ fill: "#263238"
499
+ }
500
+ ),
501
+ /* @__PURE__ */ C(
502
+ "path",
503
+ {
504
+ d: "M90.7065 18.1069C89.1344 21.2097 89.2172 30.9908 91.1793 33.5085C94.0279 37.1609 99.5125 38.4197 102.828 34.8087C106.037 31.3099 105.706 18.5679 103.419 16.192C100.092 12.6815 93.0351 13.5148 90.7065 18.1069Z",
505
+ fill: "#EB9481"
506
+ }
507
+ ),
508
+ /* @__PURE__ */ C(
509
+ "path",
510
+ {
511
+ d: "M99.0527 25.9385C99.0527 25.9385 98.9995 25.9739 99.0054 25.9976C99.0409 26.6654 98.97 27.4337 98.373 27.6701C98.373 27.6701 98.373 27.7115 98.373 27.7056C99.1118 27.5874 99.1945 26.5649 99.0527 25.9385Z",
512
+ fill: "#263238"
513
+ }
514
+ ),
515
+ /* @__PURE__ */ C(
516
+ "path",
517
+ {
518
+ d: "M98.4444 25.2585C97.3688 25.1994 97.3333 27.3507 98.3321 27.4039C99.3309 27.4571 99.3427 25.3058 98.4444 25.2585Z",
519
+ fill: "#263238"
520
+ }
521
+ ),
522
+ /* @__PURE__ */ C(
523
+ "path",
524
+ {
525
+ d: "M102.7 25.9141C102.7 25.9141 102.753 25.9141 102.753 25.9732C102.717 26.641 102.794 27.4093 103.397 27.6398C103.397 27.6398 103.397 27.6812 103.397 27.6753C102.652 27.563 102.564 26.5405 102.7 25.9141Z",
526
+ fill: "#263238"
527
+ }
528
+ ),
529
+ /* @__PURE__ */ C(
530
+ "path",
531
+ {
532
+ d: "M103.308 25.229C104.377 25.164 104.431 27.3152 103.438 27.3743C102.445 27.4334 102.409 25.2822 103.308 25.229Z",
533
+ fill: "#263238"
534
+ }
535
+ ),
536
+ /* @__PURE__ */ C(
537
+ "path",
538
+ {
539
+ d: "M97.7697 23.6211C98.0521 23.5407 98.3302 23.446 98.603 23.3374C98.9134 23.2812 99.1963 23.1232 99.4068 22.8882C99.4579 22.8022 99.4792 22.7017 99.4674 22.6024C99.4557 22.503 99.4115 22.4103 99.3418 22.3386C99.1818 22.217 98.9923 22.1403 98.7929 22.1164C98.5934 22.0925 98.3912 22.1223 98.207 22.2027C97.8082 22.3094 97.463 22.5599 97.2378 22.906C97.1928 22.9883 97.1724 23.0818 97.1789 23.1753C97.1855 23.2689 97.2187 23.3586 97.2747 23.4339C97.3307 23.5092 97.407 23.5668 97.4948 23.6C97.5825 23.6331 97.6779 23.6405 97.7697 23.6211Z",
540
+ fill: "#263238"
541
+ }
542
+ ),
543
+ /* @__PURE__ */ C(
544
+ "path",
545
+ {
546
+ d: "M104.041 24.5727C103.753 24.5084 103.469 24.4295 103.189 24.3363C102.878 24.295 102.589 24.1516 102.368 23.9285C102.311 23.8463 102.284 23.7472 102.29 23.6475C102.296 23.5477 102.336 23.453 102.403 23.3788C102.556 23.2485 102.741 23.1616 102.938 23.1273C103.136 23.093 103.339 23.1125 103.526 23.1838C103.931 23.2676 104.289 23.4995 104.531 23.8339C104.582 23.9131 104.608 24.0052 104.607 24.0992C104.607 24.1932 104.579 24.2849 104.527 24.3631C104.475 24.4414 104.401 24.5029 104.315 24.5401C104.228 24.5773 104.133 24.5886 104.041 24.5727Z",
547
+ fill: "#263238"
548
+ }
549
+ ),
550
+ /* @__PURE__ */ C(
551
+ "path",
552
+ {
553
+ d: "M97.5392 32.2549C97.6988 32.4145 97.8524 32.6273 98.0947 32.6509C98.3432 32.6508 98.5888 32.5984 98.8158 32.4972C98.8158 32.4972 98.8571 32.4972 98.8158 32.5327C98.7189 32.6626 98.5885 32.7637 98.4386 32.8251C98.2887 32.8866 98.1249 32.906 97.9647 32.8814C97.8297 32.8446 97.7085 32.769 97.616 32.6639C97.5236 32.5589 97.464 32.429 97.4446 32.2904C97.4399 32.2779 97.4404 32.264 97.4459 32.2518C97.4515 32.2396 97.4616 32.2301 97.4742 32.2254C97.4867 32.2207 97.5006 32.2212 97.5128 32.2267C97.525 32.2322 97.5345 32.2424 97.5392 32.2549Z",
554
+ fill: "#263238"
555
+ }
556
+ ),
557
+ /* @__PURE__ */ C(
558
+ "path",
559
+ {
560
+ d: "M101.403 29.4069C101.403 29.4069 101.433 30.3998 101.403 30.8666C100.495 30.7703 99.5777 30.8021 98.6785 30.9612C98.4657 31.0085 98.4894 30.8371 98.7317 30.7248C99.456 30.3937 100.263 30.2867 101.048 30.4175C101.096 30.2934 100.972 28.8809 101.048 28.8868C101.406 28.957 101.752 29.0763 102.077 29.2414C102.077 27.161 101.746 25.1044 101.775 23.024C101.775 22.9531 101.888 22.9413 101.899 23.024C102.319 25.2247 102.517 27.4621 102.49 29.7024C102.496 29.9565 101.58 29.5014 101.403 29.4069Z",
561
+ fill: "#263238"
562
+ }
563
+ ),
564
+ /* @__PURE__ */ C(
565
+ "path",
566
+ {
567
+ d: "M100.073 30.5116C99.8378 31.1313 99.4006 31.6538 98.8322 31.995C97.9398 32.3556 97.6502 31.5459 98.5486 30.813C99.0197 30.5749 99.5471 30.4707 100.073 30.5116Z",
568
+ fill: "#263238"
569
+ }
570
+ ),
571
+ /* @__PURE__ */ C(
572
+ "path",
573
+ {
574
+ d: "M99.1482 31.8126C99.0538 31.8894 98.9482 31.9512 98.835 31.9958C98.0135 32.3267 97.6884 31.6707 98.3503 31.0088C98.7995 31.0442 99.3137 31.2097 99.1482 31.8126Z",
575
+ fill: "#FF99BA"
576
+ }
577
+ ),
578
+ /* @__PURE__ */ C(
579
+ "path",
580
+ {
581
+ d: "M90.259 26.4695C91.3405 26.8004 92.5816 23.5499 92.9362 22.3324C93.2435 21.2332 93.5981 17.7403 93.6513 17.498C93.7045 17.2557 98.3794 20.589 101.086 19.797C103.793 19.0051 105.631 16.5524 105.672 15.4118C105.714 14.2711 102.327 11.3752 99.4018 11.2275C96.4763 11.0797 92.5107 14.7735 92.5107 14.7735C92.9897 14.2299 93.4245 13.6488 93.8109 13.0359C93.7636 12.9059 91.8724 13.6624 91.5237 15.0099C91.5237 15.0099 91.9019 13.3137 91.7601 13.2842C91.6183 13.2546 90.1467 14.7026 90.4776 15.8018C90.4776 15.8018 88.7755 17.2734 88.6219 18.8869C88.4682 20.5003 88.9883 26.0794 90.259 26.4695Z",
582
+ fill: "#263238"
583
+ }
584
+ ),
585
+ /* @__PURE__ */ C(
586
+ "path",
587
+ {
588
+ d: "M103.025 19.1832C102.22 19.6197 101.353 19.9306 100.454 20.1052C99.4454 20.1952 98.4299 20.0327 97.4994 19.6324C96.562 19.2703 95.6912 18.755 94.9226 18.1076C94.2429 17.5521 93.6342 16.8724 92.9073 16.376C92.724 16.2459 92.5172 16.5119 92.6295 16.6774C93.8423 18.3904 95.5748 19.6671 97.5703 20.318C98.4971 20.6201 99.4864 20.6766 100.442 20.4818C101.397 20.2871 102.285 19.8478 103.019 19.2069C103.019 19.2069 103.037 19.1832 103.025 19.1832Z",
589
+ fill: "#263238"
590
+ }
591
+ ),
592
+ /* @__PURE__ */ C(
593
+ "path",
594
+ {
595
+ d: "M91.3867 26.1802C91.3867 26.1802 89.7082 22.776 88.1953 23.3257C86.6823 23.8753 87.6042 28.5856 89.1586 29.4485C89.349 29.5717 89.5623 29.6551 89.7857 29.6939C90.0092 29.7326 90.2381 29.7259 90.4589 29.674C90.6796 29.6221 90.8876 29.5262 91.0704 29.392C91.2532 29.2578 91.407 29.088 91.5226 28.8929L91.3867 26.1802Z",
596
+ fill: "#EB9481"
597
+ }
598
+ ),
599
+ /* @__PURE__ */ C(
600
+ "path",
601
+ {
602
+ d: "M88.4962 24.6665C88.4962 24.6665 88.4608 24.6665 88.4962 24.7138C89.5719 25.3521 90.0092 26.4868 90.2692 27.6688C90.2203 27.5437 90.1447 27.4307 90.0478 27.3376C89.9509 27.2446 89.8349 27.1737 89.7079 27.1298C89.5809 27.086 89.4458 27.0703 89.3122 27.0837C89.1785 27.0972 89.0493 27.1395 88.9336 27.2078C88.8981 27.2078 88.9336 27.2728 88.9336 27.2728C89.145 27.24 89.3614 27.2735 89.553 27.3687C89.7446 27.464 89.9019 27.6163 90.0033 27.8047C90.1725 28.1203 90.3072 28.4532 90.4052 28.7976C90.4406 28.9099 90.6357 28.8804 90.6179 28.7563C90.8721 27.2847 90.0447 25.0566 88.4962 24.6665Z",
603
+ fill: "#263238"
604
+ }
605
+ ),
606
+ /* @__PURE__ */ C(
607
+ "path",
608
+ {
609
+ d: "M80.306 41.3805C79.124 48.0766 86.3815 70.6353 91.0327 74.8491C97.9534 81.1138 110.749 85.2331 115.388 86.5747C117.409 87.1657 123 72.9402 120.955 72.0005C116.576 70.0088 102.971 65.7536 101.677 64.6898C100.382 63.6259 92.5811 52.3555 89.106 45.8662C84.4548 37.1312 80.8911 37.9941 80.306 41.3805Z",
610
+ fill: "#EB9481"
611
+ }
612
+ ),
613
+ /* @__PURE__ */ C(
614
+ "path",
615
+ {
616
+ d: "M117.509 70.7476C117.509 70.7476 123.549 72.2901 127.443 73.478C129.618 74.1458 133.247 75.6174 134.624 76.8349C136.681 78.6611 144.116 87.5971 141.988 89.4469C140.061 91.1254 134.648 82.6327 134.648 82.6327C134.648 82.6327 140.865 90.7176 138.194 92.3074C135.522 93.8972 130.635 83.4896 130.635 83.4896C130.635 83.4896 136.835 91.941 133.803 93.1407C131.51 94.045 126.592 84.8667 126.592 84.8667C126.592 84.8667 131.876 92.1656 129.547 93.1998C126.982 94.3464 121.918 86.1551 121.918 86.1551C115.582 87.7921 111.87 85.9778 109.43 84.382C108.856 83.992 117.509 70.7476 117.509 70.7476Z",
617
+ fill: "#EB9481"
618
+ }
619
+ ),
620
+ /* @__PURE__ */ C(
621
+ "path",
622
+ {
623
+ d: "M132.675 79.6958C133.443 80.6178 134.223 81.5516 134.903 82.5386C135.583 83.5255 136.227 84.5421 136.812 85.5881C137.605 86.9412 138.239 88.3809 138.703 89.8788C137.687 87.2784 135.305 83.7028 134.625 82.7159C133.946 81.7289 133.313 80.7064 132.64 79.7195C132.622 79.6958 132.657 79.6722 132.675 79.6958Z",
624
+ fill: "#263238"
625
+ }
626
+ ),
627
+ /* @__PURE__ */ C(
628
+ "path",
629
+ {
630
+ d: "M129.064 82.0884C130.376 83.1286 133.125 86.9937 134.182 89.5883C134.23 89.6946 134.182 89.6887 134.106 89.5883C133.278 88.3058 129.921 83.3413 129.035 82.1061C129.017 82.0884 129.047 82.0707 129.064 82.0884Z",
631
+ fill: "#263238"
632
+ }
633
+ ),
634
+ /* @__PURE__ */ C(
635
+ "path",
636
+ {
637
+ d: "M125.594 83.6021C127.225 85.312 128.512 87.3181 129.389 89.5122C129.43 89.6185 129.347 89.6008 129.282 89.5122C128.059 87.5205 127.113 85.9661 125.529 83.6553C125.506 83.6021 125.559 83.5489 125.594 83.6021Z",
638
+ fill: "#263238"
639
+ }
640
+ ),
641
+ /* @__PURE__ */ C(
642
+ "path",
643
+ {
644
+ d: "M86.9016 41.8711C81.5058 34.2412 78.2789 37.0662 79.3604 45.3521C80.3769 53.1002 83.0896 62.3317 83.0896 62.3317L96.6828 55.736C96.6828 55.736 90.3354 46.7587 86.9016 41.8711Z",
645
+ fill: "#D0D5DD"
646
+ }
647
+ ),
648
+ /* @__PURE__ */ C(
649
+ "path",
650
+ {
651
+ d: "M90.1802 44.874C90.3593 45.305 90.4882 45.7551 90.5643 46.2156C90.6473 46.6776 90.6771 47.1475 90.653 47.6163C90.4757 47.1831 90.3488 46.731 90.2747 46.2688C90.1869 45.8094 90.1551 45.3411 90.1802 44.874Z",
652
+ fill: "white"
653
+ }
654
+ ),
655
+ /* @__PURE__ */ C(
656
+ "path",
657
+ {
658
+ d: "M82.127 49.5123C82.9944 49.1595 83.9278 48.9982 84.8633 49.0395C84.4321 49.2168 83.982 49.3437 83.5217 49.4178C83.0623 49.5055 82.594 49.5372 82.127 49.5123Z",
659
+ fill: "white"
660
+ }
661
+ ),
662
+ /* @__PURE__ */ C(
663
+ "path",
664
+ {
665
+ d: "M82.4747 37.6455C82.1087 38.5092 81.5627 39.2849 80.873 39.9209C81.239 39.0571 81.7851 38.2814 82.4747 37.6455Z",
666
+ fill: "white"
667
+ }
668
+ ),
669
+ /* @__PURE__ */ C(
670
+ "path",
671
+ {
672
+ d: "M93.9942 53.0771C93.8148 53.5094 93.5868 53.9198 93.3146 54.3005C93.0495 54.6861 92.74 55.0392 92.3926 55.3525C92.7586 54.4888 93.3046 53.7131 93.9942 53.0771Z",
673
+ fill: "white"
674
+ }
675
+ ),
676
+ /* @__PURE__ */ C(
677
+ "path",
678
+ {
679
+ d: "M84.539 57.7042C84.1058 57.5269 83.6951 57.2987 83.3157 57.0245C82.9299 56.7596 82.5768 56.4502 82.2637 56.1025C83.1274 56.4685 83.9031 57.0145 84.539 57.7042Z",
680
+ fill: "white"
681
+ }
682
+ ),
683
+ /* @__PURE__ */ C(
684
+ "path",
685
+ {
686
+ d: "M88.6742 44.1694C89.4011 45.1682 90.1517 46.1434 90.8964 47.1245C90.7072 46.628 90.5418 46.1257 90.3999 45.6174H90.4354C90.5831 46.0075 90.7545 46.3916 90.8964 46.7994L91.1091 47.3904C91.1275 47.4308 91.1432 47.4722 91.1564 47.5145C91.7474 48.2769 92.3384 49.0393 92.8821 49.8194C93.55 50.7532 94.1942 51.6988 94.8443 52.6444C95.4944 53.59 96.1504 54.7662 96.8537 55.7177C96.9187 55.8004 95.6717 56.3087 95.5358 56.3737C95.3998 56.4387 95.3289 56.3264 95.4589 56.285C95.5889 56.2437 96.5818 55.6349 96.5936 55.6231C95.9435 54.6657 95.193 53.7851 94.5133 52.8572C93.8337 51.9293 93.1599 51.0014 92.5039 50.0618C91.1741 48.1469 89.9567 46.1611 88.6328 44.2404L88.6742 44.1694Z",
687
+ fill: "#263238"
688
+ }
689
+ ),
690
+ /* @__PURE__ */ C(
691
+ "path",
692
+ {
693
+ d: "M79.6786 50.8371C79.8854 51.239 80.11 51.635 80.2696 52.0487L80.4942 52.5628C80.181 51.0912 79.9032 49.6078 79.5781 48.1362C80.2046 50.5002 80.837 52.9175 81.4162 55.3169C81.9658 57.61 82.6336 59.9268 82.9528 62.2671C83.3649 62.0864 83.792 61.942 84.2293 61.8357C83.7905 62.1197 83.318 62.3481 82.8227 62.5154C82.1103 60.1355 81.5186 57.7211 81.0497 55.2815C80.902 54.6196 80.766 53.9576 80.6242 53.2957C80.4705 52.8938 80.2873 52.5097 80.1041 52.1137C79.9209 51.7177 79.7554 51.2745 79.5899 50.8548C79.6254 50.8312 79.6668 50.8076 79.6786 50.8371Z",
694
+ fill: "#263238"
695
+ }
696
+ ),
697
+ /* @__PURE__ */ C(
698
+ "path",
699
+ {
700
+ d: "M83.2891 60.051C85.1803 58.9872 93.0821 54.8975 94.8492 54.141C94.9733 54.0878 95.0383 54.141 94.9142 54.2237C91.1634 56.4032 87.2965 58.3761 83.3305 60.1338C83.2832 60.1456 83.2359 60.0806 83.2891 60.051Z",
701
+ fill: "#263238"
702
+ }
703
+ ),
704
+ /* @__PURE__ */ C(
705
+ "path",
706
+ {
707
+ d: "M299.852 215.425H119.785L145.819 67.7627H325.886L299.852 215.425Z",
708
+ fill: "#C1D0FF"
709
+ }
710
+ ),
711
+ /* @__PURE__ */ C(
712
+ "path",
713
+ {
714
+ d: "M207.446 52.4673H148.517L145.816 67.7625H208.883L207.446 52.4673Z",
715
+ fill: "#C1D0FF"
716
+ }
717
+ ),
718
+ /* @__PURE__ */ l("g", { opacity: "0.1", children: [
719
+ /* @__PURE__ */ C(
720
+ "path",
721
+ {
722
+ d: "M299.852 215.425H119.785L145.819 67.7627H325.886L299.852 215.425Z",
723
+ fill: "black"
724
+ }
725
+ ),
726
+ /* @__PURE__ */ C(
727
+ "path",
728
+ {
729
+ d: "M207.448 52.4673H148.519L145.818 67.7625H208.884L207.448 52.4673Z",
730
+ fill: "black"
731
+ }
732
+ )
733
+ ] }),
734
+ /* @__PURE__ */ C(
735
+ "path",
736
+ {
737
+ d: "M142.159 58.7086C141.765 57.0174 141.765 55.2582 142.159 53.5669C142.553 55.2582 142.553 57.0174 142.159 58.7086Z",
738
+ fill: "#263238"
739
+ }
740
+ ),
741
+ /* @__PURE__ */ C(
742
+ "path",
743
+ {
744
+ d: "M136.922 60.2217C136.321 59.5977 135.802 58.8985 135.38 58.1414C134.937 57.4001 134.59 56.6058 134.346 55.7773C134.949 56.3977 135.468 57.0952 135.888 57.8518C136.33 58.5957 136.678 59.3918 136.922 60.2217Z",
745
+ fill: "#263238"
746
+ }
747
+ ),
748
+ /* @__PURE__ */ C(
749
+ "path",
750
+ {
751
+ d: "M133.14 64.1524C131.479 63.6475 129.956 62.7679 128.689 61.5815C129.518 61.8224 130.312 62.1679 131.053 62.6099C131.811 63.0349 132.511 63.5531 133.14 64.1524Z",
752
+ fill: "#263238"
753
+ }
754
+ ),
755
+ /* @__PURE__ */ C(
756
+ "path",
757
+ {
758
+ d: "M131.816 69.4464C130.124 69.8405 128.365 69.8405 126.674 69.4464C128.365 69.0524 130.124 69.0524 131.816 69.4464Z",
759
+ fill: "#263238"
760
+ }
761
+ ),
762
+ /* @__PURE__ */ C(
763
+ "path",
764
+ {
765
+ d: "M133.355 74.6831C132.728 75.2817 132.029 75.7999 131.274 76.2256C130.533 76.6676 129.739 77.0131 128.91 77.254C129.534 76.6522 130.233 76.1337 130.991 75.7114C131.73 75.2674 132.525 74.9217 133.355 74.6831Z",
766
+ fill: "#263238"
767
+ }
768
+ ),
769
+ /* @__PURE__ */ C(
770
+ "path",
771
+ {
772
+ d: "M137.278 78.46C136.775 80.1232 135.895 81.648 134.707 82.9161C134.948 82.0866 135.295 81.2919 135.741 80.5521C136.163 79.7923 136.679 79.0893 137.278 78.46Z",
773
+ fill: "#263238"
774
+ }
775
+ ),
776
+ /* @__PURE__ */ C(
777
+ "path",
778
+ {
779
+ d: "M142.574 79.7661C142.78 80.6073 142.88 81.471 142.87 82.337C142.883 83.2031 142.783 84.0672 142.574 84.9079C142.363 84.0677 142.263 83.2032 142.279 82.337C142.269 81.471 142.368 80.6073 142.574 79.7661Z",
780
+ fill: "#263238"
781
+ }
782
+ ),
783
+ /* @__PURE__ */ C(
784
+ "path",
785
+ {
786
+ d: "M147.811 78.2833C148.412 78.9073 148.931 79.6066 149.353 80.3636C149.797 81.1036 150.143 81.8983 150.381 82.7277C149.193 81.4596 148.314 79.9347 147.811 78.2715V78.2833Z",
787
+ fill: "#263238"
788
+ }
789
+ ),
790
+ /* @__PURE__ */ C(
791
+ "path",
792
+ {
793
+ d: "M151.586 74.3232C152.415 74.5618 153.21 74.9075 153.95 75.3516C154.707 75.7739 155.406 76.2923 156.03 76.8941C155.201 76.6555 154.406 76.3098 153.666 75.8658C152.909 75.4435 152.21 74.925 151.586 74.3232Z",
794
+ fill: "#263238"
795
+ }
796
+ ),
797
+ /* @__PURE__ */ C(
798
+ "path",
799
+ {
800
+ d: "M152.893 69.0274C154.586 68.6335 156.347 68.6335 158.04 69.0274C156.347 69.4213 154.586 69.4213 152.893 69.0274Z",
801
+ fill: "#263238"
802
+ }
803
+ ),
804
+ /* @__PURE__ */ C(
805
+ "path",
806
+ {
807
+ d: "M151.379 63.7911C152.005 63.1929 152.704 62.6766 153.459 62.2545C154.198 61.8062 154.993 61.4583 155.823 61.2202C154.555 62.4082 153.03 63.288 151.367 63.7911H151.379Z",
808
+ fill: "#263238"
809
+ }
810
+ ),
811
+ /* @__PURE__ */ C(
812
+ "path",
813
+ {
814
+ d: "M147.449 60.0147C147.693 59.187 148.038 58.3929 148.478 57.6506C148.9 56.8936 149.418 56.1943 150.02 55.5703C149.781 56.3997 149.436 57.1944 148.992 57.9343C148.569 58.6914 148.051 59.3907 147.449 60.0147Z",
815
+ fill: "#263238"
816
+ }
817
+ ),
818
+ /* @__PURE__ */ C(
819
+ "path",
820
+ {
821
+ d: "M299.585 215.426H119.134L93.5078 73.1235H273.965L299.585 215.426Z",
822
+ fill: "#C1D0FF"
823
+ }
824
+ ),
825
+ /* @__PURE__ */ C(
826
+ "path",
827
+ {
828
+ d: "M156.041 160.112C160.183 160.112 163.541 156.755 163.541 152.613C163.541 148.471 160.183 145.113 156.041 145.113C151.899 145.113 148.541 148.471 148.541 152.613C148.541 156.755 151.899 160.112 156.041 160.112Z",
829
+ fill: "#263238"
830
+ }
831
+ ),
832
+ /* @__PURE__ */ C(
833
+ "path",
834
+ {
835
+ d: "M215.332 160.112C219.474 160.112 222.832 156.755 222.832 152.613C222.832 148.471 219.474 145.113 215.332 145.113C211.19 145.113 207.832 148.471 207.832 152.613C207.832 156.755 211.19 160.112 215.332 160.112Z",
836
+ fill: "#263238"
837
+ }
838
+ ),
839
+ /* @__PURE__ */ C(
840
+ "path",
841
+ {
842
+ d: "M196.461 161.313L196.047 160.527C196.011 160.456 192.134 153.294 184.339 153.294C177.247 153.294 175.474 160.037 175.427 160.326L175.214 161.183L173.494 160.77L173.701 159.907C173.701 159.824 175.817 151.521 184.339 151.521C193.204 151.521 197.442 159.369 197.619 159.706L198.033 160.486L196.461 161.313Z",
843
+ fill: "#263238"
844
+ }
845
+ ),
846
+ /* @__PURE__ */ C(
847
+ "path",
848
+ {
849
+ d: "M287.671 152.04L287.547 151.449C287.931 151.366 288.309 151.278 288.688 151.177L288.835 151.768C288.433 151.869 288.061 151.957 287.671 152.04Z",
850
+ fill: "#263238"
851
+ }
852
+ ),
853
+ /* @__PURE__ */ C(
854
+ "path",
855
+ {
856
+ d: "M291.124 151.089L290.935 150.533C291.673 150.279 292.412 150.001 293.127 149.7L293.358 150.243C292.631 150.551 291.88 150.834 291.124 151.089ZM295.527 149.203L295.261 148.683C295.952 148.323 296.644 147.933 297.3 147.501L297.607 148.003C296.933 148.47 296.23 148.866 295.527 149.203ZM299.593 146.703L299.244 146.225C299.882 145.758 300.497 145.267 301.076 144.765L301.466 145.208C300.846 145.746 300.255 146.248 299.587 146.727L299.593 146.703ZM303.198 143.559L302.767 143.151C303.31 142.56 303.824 141.969 304.297 141.378L304.764 141.739C304.274 142.389 303.748 142.998 303.21 143.583L303.198 143.559ZM306.123 139.777L305.621 139.463C306.03 138.803 306.393 138.116 306.709 137.407L307.252 137.649C306.918 138.389 306.539 139.107 306.118 139.8L306.123 139.777ZM308.08 135.391L307.489 135.226C307.705 134.484 307.865 133.728 307.967 132.962L308.558 133.039C308.46 133.843 308.298 134.637 308.074 135.415L308.08 135.391ZM308.736 130.663H308.145V130.492C308.145 129.777 308.103 129.05 308.032 128.335L308.623 128.276C308.701 129.012 308.741 129.752 308.742 130.492L308.736 130.663ZM307.672 126.036C307.513 125.274 307.316 124.52 307.081 123.778L307.672 123.601C307.914 124.369 308.121 125.149 308.263 125.912L307.672 126.036ZM306.271 121.586C305.987 120.888 305.68 120.173 305.302 119.452L305.834 119.186C306.194 119.919 306.525 120.652 306.815 121.361L306.271 121.586ZM304.203 117.372C303.836 116.727 303.434 116.048 303.021 115.35L303.523 115.037C303.954 115.741 304.362 116.426 304.705 117.082L304.203 117.372ZM301.732 113.359C301.301 112.709 300.864 112.053 300.414 111.397L300.905 111.066C301.354 111.722 301.791 112.378 302.223 113.04L301.732 113.359ZM299.073 109.446C298.629 108.796 298.18 108.14 297.743 107.49L298.234 107.159C298.671 107.809 299.114 108.465 299.557 109.109L299.073 109.446ZM296.431 105.51C296 104.848 295.58 104.175 295.166 103.501L295.669 103.193C296.082 103.867 296.502 104.529 296.927 105.191L296.431 105.51ZM293.966 101.45C293.565 100.735 293.192 100.026 292.855 99.346L293.387 99.0801C293.718 99.7538 294.091 100.451 294.481 101.16L293.966 101.45ZM291.868 97.1948C291.555 96.456 291.277 95.7054 291.017 94.9726L291.608 94.7835C291.857 95.4986 292.134 96.2373 292.442 96.9643L291.868 97.1948ZM290.332 92.6854C290.137 91.9171 289.965 91.1311 289.835 90.3214L290.426 90.2268C290.556 90.9833 290.716 91.7516 290.911 92.5081L290.332 92.6854ZM289.54 87.9574C289.481 87.2304 289.451 86.4976 289.451 85.7647V85.5697H290.042V85.7588C290.042 86.4739 290.042 87.195 290.131 87.9042L289.54 87.9574ZM290.131 83.2293L289.54 83.1702C289.54 83.0107 289.569 82.8452 289.587 82.6738C289.658 82.0414 289.747 81.409 289.853 80.8062L290.444 80.9067C290.344 81.4977 290.255 82.1182 290.184 82.7388C290.208 82.922 290.208 83.0816 290.16 83.2471L290.131 83.2293ZM290.952 78.6313L290.361 78.4717C290.58 77.6916 290.834 76.9292 291.118 76.2023L291.667 76.415C291.399 77.1468 291.17 77.8926 290.982 78.649L290.952 78.6313ZM320.402 75.1858C320.071 75.1858 319.728 75.1385 319.391 75.0912C318.931 75.0262 318.47 74.9494 318.014 74.8607L318.133 74.2697C318.57 74.3524 319.025 74.4293 319.474 74.4943C319.793 74.5357 320.118 74.5652 320.432 74.5829L320.402 75.1858ZM322.831 75.0025L322.707 74.4115C323.449 74.2584 324.16 73.9828 324.811 73.596L325.118 74.0983C324.422 74.5291 323.659 74.8407 322.861 75.0203L322.831 75.0025ZM292.654 74.2992L292.128 74.0215C292.505 73.3166 292.921 72.6339 293.375 71.9766L293.86 72.3135C293.428 72.9571 293.035 73.6261 292.684 74.317L292.654 74.2992ZM315.704 74.2638C314.941 74.0218 314.191 73.7397 313.458 73.4187L313.7 72.8749C314.411 73.1906 315.139 73.4649 315.881 73.6964L315.704 74.2638ZM326.933 72.4199L326.442 72.0889C326.863 71.4784 327.112 70.766 327.163 70.0263L327.754 70.0677C327.704 70.9155 327.426 71.7341 326.95 72.4376L326.933 72.4199ZM311.33 72.3312C310.639 71.9292 309.97 71.4892 309.327 71.0133L309.675 70.5405C310.301 71.002 310.952 71.4282 311.626 71.817L311.33 72.3312ZM295.314 70.4873L294.877 70.0913C295.412 69.4961 295.982 68.9337 296.585 68.4069L296.975 68.8502C296.395 69.3689 295.846 69.9215 295.332 70.505L295.314 70.4873ZM307.483 69.4885C306.894 68.9462 306.336 68.3721 305.81 67.7687L306.253 67.3786C306.765 67.9647 307.307 68.5231 307.879 69.0511L307.483 69.4885ZM326.72 67.8869C326.381 67.2114 325.914 66.6091 325.343 66.1138L325.733 65.6706C326.361 66.2138 326.877 66.8742 327.252 67.615L326.72 67.8869ZM298.813 67.42L298.476 66.9353C299.137 66.4839 299.822 66.0677 300.527 65.6883L300.804 66.2084C300.125 66.5836 299.467 66.9939 298.83 67.4377L298.813 67.42ZM304.333 65.8833C304.108 65.5642 303.889 65.2391 303.683 64.9023L302.914 65.2037L302.69 64.66L303.369 64.3881C303.263 64.2108 303.157 64.0335 303.056 63.8562L303.57 63.5666C303.688 63.7735 303.807 63.9803 303.931 64.1576C304.262 64.0394 304.599 63.9271 304.941 63.8207L305.113 64.4117C304.823 64.5004 304.522 64.595 304.25 64.6954C304.433 64.985 304.622 65.2864 304.841 65.5406L304.333 65.8833ZM323.44 64.8668C322.868 64.5818 322.275 64.3408 321.667 64.1458L321.277 64.0217L321.448 63.4307L321.85 63.5607C322.483 63.7625 323.1 64.0135 323.694 64.3113L323.44 64.8668ZM307.376 63.8089L307.252 63.2179C308.015 63.0465 308.807 62.9047 309.616 62.7924L309.705 63.3834C308.925 63.5075 308.151 63.6553 307.394 63.8266L307.376 63.8089ZM319.019 63.4898C318.28 63.3598 317.5 63.2593 316.702 63.1884L316.75 62.5974C317.571 62.6683 318.369 62.7687 319.114 62.9047L319.019 63.4898ZM312.016 63.147L311.974 62.556C312.678 62.5146 313.381 62.491 314.078 62.491H314.368V63.082H314.084C313.416 63.0997 312.719 63.1174 312.033 63.1647L312.016 63.147ZM302.028 61.7345C301.709 61.0135 301.437 60.2629 301.171 59.5005L301.762 59.3173C302.01 60.062 302.288 60.7948 302.595 61.4981L302.028 61.7345ZM300.533 57.1956C300.355 56.4332 300.207 55.6412 300.095 54.8316L300.686 54.7488C300.798 55.5289 300.94 56.3032 301.112 57.0537L300.533 57.1956ZM299.871 52.4675C299.841 51.9356 299.823 51.3919 299.823 50.8482C299.823 50.5941 299.823 50.334 299.823 50.0799H300.414C300.414 50.334 300.414 50.5822 300.414 50.8364C300.414 51.3683 300.414 51.9061 300.456 52.4203L299.871 52.4675ZM300.574 47.7395L299.983 47.6804C300.066 46.9003 300.178 46.1024 300.314 45.3164L300.905 45.4168C300.745 46.2029 300.633 46.9594 300.556 47.7513L300.574 47.7395ZM301.384 43.1237L300.793 42.9819C300.982 42.2195 301.2 41.4512 301.443 40.6829L302.034 40.8661C301.768 41.6403 301.549 42.3909 301.366 43.1356L301.384 43.1237ZM302.802 38.6498L302.252 38.4371C302.542 37.6983 302.843 36.9596 303.204 36.2445L303.736 36.5045C303.381 37.2137 303.068 37.9347 302.784 38.6853L302.802 38.6498ZM304.835 34.436L304.321 34.1346C304.723 33.4549 305.154 32.7753 305.603 32.1252L306.088 32.462C305.627 33.1121 305.207 33.7741 304.817 34.4478L304.835 34.436ZM307.5 30.5885L307.039 30.2162C307.536 29.6252 308.068 28.9987 308.617 28.4432L309.043 28.851C308.487 29.4065 307.967 29.9975 307.483 30.6004L307.5 30.5885ZM310.716 27.1844L310.32 26.747C310.911 26.221 311.502 25.7009 312.134 25.1986L312.5 25.6655C311.868 26.1678 311.265 26.682 310.698 27.1962L310.716 27.1844ZM314.386 24.2648L314.049 23.7743C314.693 23.331 315.367 22.8937 316.052 22.48L316.354 22.9823C315.668 23.4019 315.03 23.8334 314.368 24.2766L314.386 24.2648ZM318.399 21.8239L318.121 21.3039C318.818 20.9315 319.539 20.5769 320.26 20.246L320.508 20.7838C319.758 21.1206 319.066 21.4752 318.381 21.8358L318.399 21.8239ZM322.672 19.8618L322.453 19.3063C323.198 19.0167 323.948 18.7153 324.693 18.4966L324.882 19.0876C324.131 19.3122 323.387 19.584 322.654 19.8736L322.672 19.8618Z",
857
+ fill: "#263238"
858
+ }
859
+ ),
860
+ /* @__PURE__ */ C(
861
+ "path",
862
+ {
863
+ d: "M327.226 18.3668L327.078 17.7758C327.811 17.5866 328.26 17.5039 328.26 17.5039L328.367 18.0949C328.367 18.0949 327.941 18.1836 327.226 18.3668Z",
864
+ fill: "#263238"
865
+ }
866
+ ),
867
+ /* @__PURE__ */ C(
868
+ "path",
869
+ {
870
+ d: "M337.676 14.5499C336.169 9.88099 326.074 11.5594 328.042 17.6645C330.011 23.7696 339.183 19.2248 337.676 14.5499Z",
871
+ fill: "#263238"
872
+ }
873
+ ),
874
+ /* @__PURE__ */ C(
875
+ "path",
876
+ {
877
+ d: "M322.552 12.6809C322.629 10.6301 325.478 9.05209 329.509 9.77903C333.539 10.506 337.327 13.2246 337.327 13.2246C337.327 13.2246 333.35 15.6359 329.278 16.0791C325.206 16.5224 322.476 14.7257 322.552 12.6809Z",
878
+ fill: "#EBEBEB"
879
+ }
880
+ ),
881
+ /* @__PURE__ */ C(
882
+ "path",
883
+ {
884
+ d: "M337.328 13.2134C335.236 13.2134 333.15 13.1543 331.063 13.0893C328.977 13.0243 326.885 12.9179 324.799 12.7524C326.891 12.7524 328.983 12.8056 331.069 12.8706C333.156 12.9357 335.248 13.042 337.328 13.2134Z",
885
+ fill: "#263238"
886
+ }
887
+ ),
888
+ /* @__PURE__ */ C(
889
+ "path",
890
+ {
891
+ d: "M326.6 10.855C327.787 11.4232 328.907 12.123 329.939 12.9412C329.344 12.6623 328.768 12.3465 328.213 11.9956C327.653 11.6472 327.115 11.2663 326.6 10.855Z",
892
+ fill: "#263238"
893
+ }
894
+ ),
895
+ /* @__PURE__ */ C(
896
+ "path",
897
+ {
898
+ d: "M332.078 13.0181C331.009 13.8845 329.85 14.6335 328.621 15.2521C329.696 14.3845 330.861 13.6355 332.096 13.0181H332.078Z",
899
+ fill: "#263238"
900
+ }
901
+ ),
902
+ /* @__PURE__ */ C(
903
+ "path",
904
+ {
905
+ d: "M332.688 11.8657C333.284 12.1521 333.806 12.5729 334.212 13.095C333.914 12.9543 333.634 12.7776 333.379 12.569C333.122 12.3617 332.89 12.1257 332.688 11.8657Z",
906
+ fill: "#263238"
907
+ }
908
+ ),
909
+ /* @__PURE__ */ C(
910
+ "path",
911
+ {
912
+ d: "M326.393 24.8274C327.652 26.4467 330.885 26.0567 333.727 23.1135C336.57 20.1703 338.077 15.7437 338.077 15.7437C338.077 15.7437 333.42 16.0983 329.868 18.1077C326.316 20.1171 325.128 23.2021 326.393 24.8274Z",
913
+ fill: "#EBEBEB"
914
+ }
915
+ ),
916
+ /* @__PURE__ */ C(
917
+ "path",
918
+ {
919
+ d: "M338.077 15.7437C336.375 16.9257 334.72 18.2377 333.059 19.5084C331.399 20.779 329.773 22.091 328.184 23.4444C329.886 22.2624 331.54 20.9563 333.195 19.6857C334.85 18.415 336.464 17.103 338.077 15.7437Z",
920
+ fill: "#263238"
921
+ }
922
+ ),
923
+ /* @__PURE__ */ C(
924
+ "path",
925
+ {
926
+ d: "M330.738 23.9101C331.054 23.336 331.336 22.744 331.583 22.1371C331.835 21.5285 332.048 20.9048 332.222 20.2695C331.905 20.8431 331.623 21.4352 331.377 22.0425C331.127 22.6521 330.914 23.2757 330.738 23.9101Z",
927
+ fill: "#263238"
928
+ }
929
+ ),
930
+ /* @__PURE__ */ C(
931
+ "path",
932
+ {
933
+ d: "M333.942 18.9702C332.559 18.8963 331.172 18.9696 329.805 19.1889C330.494 19.2303 331.184 19.2303 331.873 19.1889C332.566 19.1551 333.257 19.0821 333.942 18.9702Z",
934
+ fill: "#263238"
935
+ }
936
+ ),
937
+ /* @__PURE__ */ C(
938
+ "path",
939
+ {
940
+ d: "M335.082 19.5548C335.24 19.263 335.363 18.9535 335.448 18.6329C335.536 18.3146 335.587 17.9875 335.602 17.6577C335.288 18.2428 335.11 18.8913 335.082 19.5548Z",
941
+ fill: "#263238"
942
+ }
943
+ ),
944
+ /* @__PURE__ */ C(
945
+ "path",
946
+ {
947
+ d: "M337.676 14.5502C337.342 14.6586 336.984 14.6654 336.646 14.57C336.308 14.4745 336.007 14.281 335.779 14.0139C335.551 13.7468 335.408 13.4182 335.367 13.0696C335.327 12.7211 335.39 12.3683 335.55 12.0559C335.71 11.7435 335.959 11.4856 336.266 11.3149C336.572 11.1441 336.923 11.0682 337.272 11.0967C337.622 11.1252 337.956 11.2568 338.231 11.475C338.505 11.6931 338.709 11.9879 338.817 12.3221C338.96 12.7688 338.921 13.2542 338.707 13.6718C338.493 14.0894 338.122 14.4053 337.676 14.5502Z",
948
+ fill: "#455A64"
949
+ }
950
+ ),
951
+ /* @__PURE__ */ C(
952
+ "path",
953
+ {
954
+ d: "M338.762 17.9238C338.429 18.0317 338.071 18.0383 337.733 17.9428C337.396 17.8472 337.094 17.6538 336.867 17.387C336.64 17.1201 336.496 16.7919 336.455 16.4436C336.415 16.0954 336.478 15.7429 336.637 15.4306C336.797 15.1184 337.045 14.8604 337.351 14.6893C337.657 14.5182 338.007 14.4417 338.357 14.4694C338.706 14.4972 339.04 14.6279 339.315 14.8451C339.59 15.0623 339.795 15.3563 339.903 15.6898C339.975 15.9114 340.002 16.1449 339.984 16.3771C339.965 16.6094 339.901 16.8357 339.795 17.0431C339.69 17.2506 339.544 17.4352 339.367 17.5863C339.189 17.7374 338.984 17.8521 338.762 17.9238Z",
955
+ fill: "#455A64"
956
+ }
957
+ ),
958
+ /* @__PURE__ */ C(
959
+ "path",
960
+ {
961
+ d: "M145.003 16.4165C144.72 19.1311 143.688 21.7136 142.022 23.8758C140.357 26.038 138.123 27.6949 135.571 28.6615C133.018 29.6282 130.247 29.8666 127.567 29.3501C124.887 28.8336 122.404 27.5826 120.393 25.7367L113.023 26.8182L116.711 20.4472C115.868 18.3742 115.508 16.1362 115.659 13.9033C115.81 11.6704 116.468 9.5013 117.583 7.56074C118.698 5.62018 120.24 3.9592 122.093 2.70399C123.946 1.44877 126.061 0.632325 128.276 0.316666C130.492 0.00100729 132.75 0.19444 134.88 0.882267C137.01 1.57009 138.954 2.73423 140.567 4.28624C142.179 5.83825 143.417 7.73732 144.185 9.8392C144.954 11.9411 145.234 14.1905 145.003 16.4165Z",
962
+ fill: "white"
963
+ }
964
+ ),
965
+ /* @__PURE__ */ C(
966
+ "path",
967
+ {
968
+ d: "M145.003 16.4166C144.726 19.1298 143.703 21.7133 142.048 23.881C141.239 24.9773 140.264 25.9405 139.158 26.7355C138.076 27.5604 136.882 28.2271 135.612 28.7154C134.341 29.2158 133.006 29.5342 131.646 29.661C130.966 29.722 130.283 29.7359 129.601 29.7024C128.917 29.6848 128.235 29.6137 127.562 29.4896C124.846 28.9899 122.323 27.7436 120.275 25.8904L120.447 25.9436L113.089 27.0724L112.551 27.1552L112.823 26.6824L116.487 20.2995V20.5536C115.622 18.4423 115.255 16.1605 115.412 13.8845C115.57 11.6084 116.249 9.39919 117.397 7.42742C118.543 5.46186 120.119 3.7809 122.007 2.51026C123.891 1.25649 126.035 0.445672 128.278 0.138609C130.521 -0.168455 132.804 0.0362067 134.956 0.737247C137.085 1.46169 139.026 2.65306 140.635 4.22418C142.241 5.79137 143.469 7.7038 144.226 9.81635C144.983 11.9289 145.249 14.1861 145.003 16.4166ZM145.003 16.4166C145.242 14.1971 144.967 11.9523 144.201 9.85573C143.434 7.75911 142.196 5.86669 140.582 4.32457C138.968 2.78246 137.021 1.63191 134.892 0.961746C132.762 0.291583 130.507 0.119735 128.301 0.459474C126.117 0.78277 124.036 1.60372 122.22 2.85895C120.419 4.12404 118.914 5.76554 117.811 7.66973C116.724 9.57814 116.084 11.7078 115.937 13.8989C115.793 16.1049 116.149 18.315 116.977 20.3645L117.031 20.4945L116.96 20.6186L113.248 26.9779L112.988 26.5878L120.364 25.5535H120.464L120.535 25.6185C122.507 27.4536 124.95 28.7039 127.592 29.2296C128.25 29.3637 128.918 29.4447 129.589 29.4719C130.26 29.5192 130.934 29.5192 131.605 29.4719C132.95 29.3635 134.275 29.0712 135.541 28.6031C136.81 28.1411 138.005 27.496 139.087 26.6883C140.189 25.8996 141.165 24.9492 141.983 23.8692C143.659 21.712 144.705 19.1322 145.003 16.4166Z",
969
+ fill: "#263238"
970
+ }
971
+ ),
972
+ /* @__PURE__ */ C(
973
+ "path",
974
+ {
975
+ d: "M123.155 21.754C123.143 21.5584 123.172 21.3624 123.24 21.1785C123.307 20.9945 123.412 20.8263 123.547 20.6844C123.683 20.5426 123.845 20.43 124.026 20.3537C124.207 20.2774 124.401 20.2391 124.597 20.241C124.998 20.241 125.383 20.4004 125.667 20.6842C125.95 20.9679 126.11 21.3528 126.11 21.754C126.11 22.1553 125.95 22.5401 125.667 22.8239C125.383 23.1076 124.998 23.267 124.597 23.267C124.401 23.2689 124.207 23.2306 124.026 23.1543C123.845 23.078 123.683 22.9655 123.547 22.8236C123.412 22.6817 123.307 22.5136 123.24 22.3296C123.172 22.1456 123.143 21.9497 123.155 21.754ZM123.746 18.2612L123.403 6.53564H125.767L125.424 18.2612H123.746Z",
976
+ fill: "#C1D0FF"
977
+ }
978
+ ),
979
+ /* @__PURE__ */ C(
980
+ "path",
981
+ {
982
+ d: "M128.774 21.754C128.763 21.5589 128.791 21.3634 128.859 21.1799C128.926 20.9963 129.03 20.8284 129.164 20.6866C129.299 20.5448 129.461 20.4321 129.641 20.3555C129.821 20.2789 130.015 20.2399 130.21 20.241C130.611 20.241 130.996 20.4004 131.28 20.6842C131.564 20.9679 131.723 21.3528 131.723 21.754C131.723 22.1553 131.564 22.5401 131.28 22.8239C130.996 23.1076 130.611 23.267 130.21 23.267C130.015 23.2681 129.821 23.2292 129.641 23.1525C129.461 23.0759 129.299 22.9632 129.164 22.8214C129.03 22.6796 128.926 22.5118 128.859 22.3282C128.791 22.1446 128.763 21.9492 128.774 21.754ZM129.365 18.2612L129.04 6.53564H131.404L131.061 18.2612H129.365Z",
983
+ fill: "#C1D0FF"
984
+ }
985
+ ),
986
+ /* @__PURE__ */ C(
987
+ "path",
988
+ {
989
+ d: "M134.387 21.754C134.376 21.5584 134.405 21.3624 134.472 21.1785C134.54 20.9945 134.644 20.8263 134.78 20.6844C134.915 20.5426 135.078 20.43 135.258 20.3537C135.439 20.2774 135.633 20.2391 135.829 20.241C136.23 20.241 136.615 20.4004 136.899 20.6842C137.183 20.9679 137.342 21.3528 137.342 21.754C137.342 22.1553 137.183 22.5401 136.899 22.8239C136.615 23.1076 136.23 23.267 135.829 23.267C135.633 23.2689 135.439 23.2306 135.258 23.1543C135.078 23.078 134.915 22.9655 134.78 22.8236C134.644 22.6817 134.54 22.5136 134.472 22.3296C134.405 22.1456 134.376 21.9497 134.387 21.754ZM134.978 18.2612L134.635 6.53564H136.999L136.663 18.2612H134.978Z",
990
+ fill: "#C1D0FF"
991
+ }
992
+ )
993
+ ] })
994
+ }
995
+ );
996
+ export {
997
+ M as default
998
+ };
999
+ //# sourceMappingURL=noDataFoundImg.js.map