react-gldn-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 (586) hide show
  1. package/Readme.md +12 -0
  2. package/dist/019a0906020876234aeea55bdffda84f.svg +3 -0
  3. package/dist/146c476d14957bf48f72f2624fca70a6.svg +4 -0
  4. package/dist/19a58eb7c3630d4b07306a6c3220d970.svg +4 -0
  5. package/dist/319df1f071ee5d8a40e6abfdc5033808.svg +4 -0
  6. package/dist/495b0365b1bec48e3ed4d6b5050ab787.svg +4 -0
  7. package/dist/4c94314336076d6fec16041ab32c7af5.svg +4 -0
  8. package/dist/4f5309751f47792d5ed9a10bb49b99c4.svg +83 -0
  9. package/dist/65721e7993374bcc4145e083b5f42af2.svg +47 -0
  10. package/dist/7ec6f5f3bcbce4cd53ca73cb7e054566.svg +48 -0
  11. package/dist/9be020560a317c79c0b3851ea0d60317.svg +76 -0
  12. package/dist/a7dae2f8305ee0edacaf65eefff21778.svg +3 -0
  13. package/dist/a9758afe3827a85948f984caf2428242.svg +4 -0
  14. package/dist/f1ecca5e9239e78b5053dc90f83a3edf.svg +3 -0
  15. package/dist/index.js +2 -0
  16. package/dist/index.js.LICENSE.txt +35 -0
  17. package/dist/lib/components/Banners/components/BannerTemplate/index.d.ts +13 -0
  18. package/dist/lib/components/Banners/components/BannerTemplate/index.js +52 -0
  19. package/dist/lib/components/Banners/components/BannerTemplate/types.d.ts +6 -0
  20. package/dist/lib/components/Banners/components/BannerTemplate/types.js +0 -0
  21. package/dist/lib/components/Banners/components/BattleBanner/index.d.ts +3 -0
  22. package/dist/lib/components/Banners/components/BattleBanner/index.js +59 -0
  23. package/dist/lib/components/Banners/components/BattleBanner/types.d.ts +15 -0
  24. package/dist/lib/components/Banners/components/BattleBanner/types.js +2 -0
  25. package/dist/lib/components/Banners/components/PromotionMobileApp/components/ElonAppBanner/index.d.ts +2 -0
  26. package/dist/lib/components/Banners/components/PromotionMobileApp/components/ElonAppBanner/index.js +65 -0
  27. package/dist/lib/components/Banners/components/PromotionMobileApp/components/JabiAppBanner/index.d.ts +2 -0
  28. package/dist/lib/components/Banners/components/PromotionMobileApp/components/JabiAppBanner/index.js +53 -0
  29. package/dist/lib/components/Banners/components/PromotionMobileApp/constants.d.ts +6 -0
  30. package/dist/lib/components/Banners/components/PromotionMobileApp/constants.js +9 -0
  31. package/dist/lib/components/Banners/components/PromotionMobileApp/index.d.ts +2 -0
  32. package/dist/lib/components/Banners/components/PromotionMobileApp/index.js +54 -0
  33. package/dist/lib/components/Banners/components/PromotionMobileApp/types.d.ts +12 -0
  34. package/dist/lib/components/Banners/components/PromotionMobileApp/types.js +2 -0
  35. package/dist/lib/components/Banners/index.d.ts +2 -0
  36. package/dist/lib/components/Banners/index.js +52 -0
  37. package/dist/lib/components/Banners/types.d.ts +18 -0
  38. package/dist/lib/components/Banners/types.js +2 -0
  39. package/dist/lib/components/BattlesCard/index.d.ts +2 -0
  40. package/dist/lib/components/BattlesCard/index.js +69 -0
  41. package/dist/lib/components/BattlesCard/types.d.ts +25 -0
  42. package/dist/lib/components/BattlesCard/types.js +2 -0
  43. package/dist/lib/components/HOCs/HOCErrorBoundary/index.d.ts +13 -0
  44. package/dist/lib/components/HOCs/HOCErrorBoundary/index.js +107 -0
  45. package/dist/lib/components/HOCs/HOCErrorBoundary/types.d.ts +7 -0
  46. package/dist/lib/components/HOCs/HOCErrorBoundary/types.js +2 -0
  47. package/dist/lib/components/HOCs/HOCImageLoader/index.d.ts +2 -0
  48. package/dist/lib/components/HOCs/HOCImageLoader/index.js +17 -0
  49. package/dist/lib/components/HOCs/HOCImageLoader/types.d.ts +6 -0
  50. package/dist/lib/components/HOCs/HOCImageLoader/types.js +2 -0
  51. package/dist/lib/components/HOCs/HOCOutsideClick/index.d.ts +2 -0
  52. package/dist/lib/components/HOCs/HOCOutsideClick/index.js +25 -0
  53. package/dist/lib/components/HOCs/HOCOutsideClick/types.d.ts +11 -0
  54. package/dist/lib/components/HOCs/HOCOutsideClick/types.js +8 -0
  55. package/dist/lib/components/Jackpots/JackpotWidget/components/Jackpot/index.d.ts +6 -0
  56. package/dist/lib/components/Jackpots/JackpotWidget/components/Jackpot/index.js +77 -0
  57. package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/components/Digit/index.d.ts +6 -0
  58. package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/components/Digit/index.js +50 -0
  59. package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/index.d.ts +6 -0
  60. package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/index.js +57 -0
  61. package/dist/lib/components/Jackpots/JackpotWidget/index.d.ts +2 -0
  62. package/dist/lib/components/Jackpots/JackpotWidget/index.js +52 -0
  63. package/dist/lib/components/Jackpots/JackpotWidget/types.d.ts +13 -0
  64. package/dist/lib/components/Jackpots/JackpotWidget/types.js +2 -0
  65. package/dist/lib/components/Jackpots/JackpotWidget/utils.d.ts +13 -0
  66. package/dist/lib/components/Jackpots/JackpotWidget/utils.js +48 -0
  67. package/dist/lib/components/LastBigWinners/components/LastBigWinner/LastBigWinner.d.ts +3 -0
  68. package/dist/lib/components/LastBigWinners/components/LastBigWinner/LastBigWinner.js +53 -0
  69. package/dist/lib/components/LastBigWinners/components/LastBigWinner/types.d.ts +15 -0
  70. package/dist/lib/components/LastBigWinners/components/LastBigWinner/types.js +2 -0
  71. package/dist/lib/components/LastBigWinners/index.d.ts +2 -0
  72. package/dist/lib/components/LastBigWinners/index.js +122 -0
  73. package/dist/lib/components/LastBigWinners/types.d.ts +9 -0
  74. package/dist/lib/components/LastBigWinners/types.js +2 -0
  75. package/dist/lib/components/Layouts/BonusCardLayout/index.d.ts +2 -0
  76. package/dist/lib/components/Layouts/BonusCardLayout/index.js +53 -0
  77. package/dist/lib/components/Layouts/BonusCardLayout/types.d.ts +11 -0
  78. package/dist/lib/components/Layouts/BonusCardLayout/types.js +2 -0
  79. package/dist/lib/components/Layouts/DrawerLayout/index.d.ts +2 -0
  80. package/dist/lib/components/Layouts/DrawerLayout/index.js +56 -0
  81. package/dist/lib/components/Layouts/DrawerLayout/types.d.ts +10 -0
  82. package/dist/lib/components/Layouts/DrawerLayout/types.js +2 -0
  83. package/dist/lib/components/Layouts/ModalLayout/index.d.ts +2 -0
  84. package/dist/lib/components/Layouts/ModalLayout/index.js +53 -0
  85. package/dist/lib/components/Layouts/ModalLayout/types.d.ts +8 -0
  86. package/dist/lib/components/Layouts/ModalLayout/types.js +2 -0
  87. package/dist/lib/components/Payments/DepositQrForm/index.d.ts +2 -0
  88. package/dist/lib/components/Payments/DepositQrForm/index.js +49 -0
  89. package/dist/lib/components/Payments/DepositQrForm/types.d.ts +14 -0
  90. package/dist/lib/components/Payments/DepositQrForm/types.js +2 -0
  91. package/dist/lib/components/Payments/DepositSkelet/components/Default/index.d.ts +11 -0
  92. package/dist/lib/components/Payments/DepositSkelet/components/Default/index.js +38 -0
  93. package/dist/lib/components/Payments/DepositSkelet/components/WellexPay/NagadAndBKash/index.d.ts +9 -0
  94. package/dist/lib/components/Payments/DepositSkelet/components/WellexPay/NagadAndBKash/index.js +43 -0
  95. package/dist/lib/components/Payments/DepositSkelet/constants.d.ts +2 -0
  96. package/dist/lib/components/Payments/DepositSkelet/constants.js +15 -0
  97. package/dist/lib/components/Payments/DepositSkelet/index.d.ts +2 -0
  98. package/dist/lib/components/Payments/DepositSkelet/index.js +59 -0
  99. package/dist/lib/components/Payments/DepositSkelet/types.d.ts +87 -0
  100. package/dist/lib/components/Payments/DepositSkelet/types.js +81 -0
  101. package/dist/lib/components/Payments/Methods/components/Content/index.d.ts +2 -0
  102. package/dist/lib/components/Payments/Methods/components/Content/index.js +58 -0
  103. package/dist/lib/components/Payments/Methods/components/Content/types.d.ts +27 -0
  104. package/dist/lib/components/Payments/Methods/components/Content/types.js +2 -0
  105. package/dist/lib/components/Payments/Methods/components/PaymentList/index.d.ts +3 -0
  106. package/dist/lib/components/Payments/Methods/components/PaymentList/index.js +61 -0
  107. package/dist/lib/components/Payments/Methods/components/PaymentList/types.d.ts +12 -0
  108. package/dist/lib/components/Payments/Methods/components/PaymentList/types.js +2 -0
  109. package/dist/lib/components/Payments/Methods/constants.d.ts +5 -0
  110. package/dist/lib/components/Payments/Methods/constants.js +14 -0
  111. package/dist/lib/components/Payments/Methods/index.d.ts +2 -0
  112. package/dist/lib/components/Payments/Methods/index.js +60 -0
  113. package/dist/lib/components/Payments/Methods/types.d.ts +10 -0
  114. package/dist/lib/components/Payments/Methods/types.js +8 -0
  115. package/dist/lib/components/ReferralTable/components/EmptyTreasure/index.d.ts +2 -0
  116. package/dist/lib/components/ReferralTable/components/EmptyTreasure/index.js +22 -0
  117. package/dist/lib/components/ReferralTable/components/EmptyTreasure/types.d.ts +4 -0
  118. package/dist/lib/components/ReferralTable/components/EmptyTreasure/types.js +2 -0
  119. package/dist/lib/components/ReferralTable/components/InvitedTableHead/index.d.ts +2 -0
  120. package/dist/lib/components/ReferralTable/components/InvitedTableHead/index.js +46 -0
  121. package/dist/lib/components/ReferralTable/components/InvitedTableHead/types.d.ts +3 -0
  122. package/dist/lib/components/ReferralTable/components/InvitedTableHead/types.js +2 -0
  123. package/dist/lib/components/ReferralTable/components/List/index.d.ts +2 -0
  124. package/dist/lib/components/ReferralTable/components/List/index.js +47 -0
  125. package/dist/lib/components/ReferralTable/components/List/types.d.ts +4 -0
  126. package/dist/lib/components/ReferralTable/components/List/types.js +2 -0
  127. package/dist/lib/components/ReferralTable/index.d.ts +2 -0
  128. package/dist/lib/components/ReferralTable/index.js +66 -0
  129. package/dist/lib/components/ReferralTable/types.d.ts +15 -0
  130. package/dist/lib/components/ReferralTable/types.js +2 -0
  131. package/dist/lib/components/Scratch/index.d.ts +2 -0
  132. package/dist/lib/components/Scratch/index.js +118 -0
  133. package/dist/lib/components/Scratch/types.d.ts +14 -0
  134. package/dist/lib/components/Scratch/types.js +8 -0
  135. package/dist/lib/components/SignUp/CountrySelector/constants.d.ts +7 -0
  136. package/dist/lib/components/SignUp/CountrySelector/constants.js +815 -0
  137. package/dist/lib/components/SignUp/CountrySelector/index.d.ts +2 -0
  138. package/dist/lib/components/SignUp/CountrySelector/index.js +23 -0
  139. package/dist/lib/components/SignUp/CountrySelector/types.d.ts +10 -0
  140. package/dist/lib/components/SignUp/CountrySelector/types.js +2 -0
  141. package/dist/lib/components/SignUp/CurrencySelector/index.d.ts +2 -0
  142. package/dist/lib/components/SignUp/CurrencySelector/index.js +27 -0
  143. package/dist/lib/components/SignUp/CurrencySelector/types.d.ts +11 -0
  144. package/dist/lib/components/SignUp/CurrencySelector/types.js +2 -0
  145. package/dist/lib/components/SignUp/DocsCheckBox/index.d.ts +9 -0
  146. package/dist/lib/components/SignUp/DocsCheckBox/index.js +39 -0
  147. package/dist/lib/components/SignUp/OneClick/constants.d.ts +10 -0
  148. package/dist/lib/components/SignUp/OneClick/constants.js +13 -0
  149. package/dist/lib/components/SignUp/OneClick/index.d.ts +31 -0
  150. package/dist/lib/components/SignUp/OneClick/index.js +86 -0
  151. package/dist/lib/components/SignUp/PromoCode/index.d.ts +2 -0
  152. package/dist/lib/components/SignUp/PromoCode/index.js +63 -0
  153. package/dist/lib/components/SignUp/PromoCode/types.d.ts +6 -0
  154. package/dist/lib/components/SignUp/PromoCode/types.js +2 -0
  155. package/dist/lib/components/Text/index.d.ts +6 -0
  156. package/dist/lib/components/Text/index.js +11 -0
  157. package/dist/lib/components/Wheel/index.d.ts +2 -0
  158. package/dist/lib/components/Wheel/index.js +131 -0
  159. package/dist/lib/components/Wheel/types.d.ts +54 -0
  160. package/dist/lib/components/Wheel/types.js +2 -0
  161. package/dist/lib/components/ui/AccordionGroup/Accordion.d.ts +21 -0
  162. package/dist/lib/components/ui/AccordionGroup/Accordion.js +70 -0
  163. package/dist/lib/components/ui/AccordionGroup/index.d.ts +6 -0
  164. package/dist/lib/components/ui/AccordionGroup/index.js +53 -0
  165. package/dist/lib/components/ui/Bonuses/AvailableBonusesSlider/index.d.ts +8 -0
  166. package/dist/lib/components/ui/Bonuses/AvailableBonusesSlider/index.js +80 -0
  167. package/dist/lib/components/ui/Buttons/AppSwitcher/index.d.ts +12 -0
  168. package/dist/lib/components/ui/Buttons/AppSwitcher/index.js +74 -0
  169. package/dist/lib/components/ui/Buttons/ArrowButton/index.d.ts +7 -0
  170. package/dist/lib/components/ui/Buttons/ArrowButton/index.js +41 -0
  171. package/dist/lib/components/ui/Buttons/BaseButton/index.d.ts +2 -0
  172. package/dist/lib/components/ui/Buttons/BaseButton/index.js +65 -0
  173. package/dist/lib/components/ui/Buttons/BaseButton/types.d.ts +30 -0
  174. package/dist/lib/components/ui/Buttons/BaseButton/types.js +2 -0
  175. package/dist/lib/components/ui/Buttons/CasinoCategoryButton/index.d.ts +2 -0
  176. package/dist/lib/components/ui/Buttons/CasinoCategoryButton/index.js +68 -0
  177. package/dist/lib/components/ui/Buttons/CasinoCategoryButton/types.d.ts +21 -0
  178. package/dist/lib/components/ui/Buttons/CasinoCategoryButton/types.js +2 -0
  179. package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/index.d.ts +2 -0
  180. package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/index.js +51 -0
  181. package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/types.d.ts +13 -0
  182. package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/types.js +2 -0
  183. package/dist/lib/components/ui/Buttons/CloseButton/index.d.ts +2 -0
  184. package/dist/lib/components/ui/Buttons/CloseButton/index.js +49 -0
  185. package/dist/lib/components/ui/Buttons/CloseButton/types.d.ts +4 -0
  186. package/dist/lib/components/ui/Buttons/CloseButton/types.js +2 -0
  187. package/dist/lib/components/ui/Buttons/DepositButton/index.d.ts +10 -0
  188. package/dist/lib/components/ui/Buttons/DepositButton/index.js +57 -0
  189. package/dist/lib/components/ui/Buttons/DrawerButton/index.d.ts +2 -0
  190. package/dist/lib/components/ui/Buttons/DrawerButton/index.js +63 -0
  191. package/dist/lib/components/ui/Buttons/DrawerButton/types.d.ts +4 -0
  192. package/dist/lib/components/ui/Buttons/DrawerButton/types.js +2 -0
  193. package/dist/lib/components/ui/Buttons/GameActions/index.d.ts +0 -0
  194. package/dist/lib/components/ui/Buttons/GameActions/index.js +0 -0
  195. package/dist/lib/components/ui/Buttons/JivoButton/index.d.ts +2 -0
  196. package/dist/lib/components/ui/Buttons/JivoButton/index.js +154 -0
  197. package/dist/lib/components/ui/Buttons/JivoButton/types.d.ts +30 -0
  198. package/dist/lib/components/ui/Buttons/JivoButton/types.js +2 -0
  199. package/dist/lib/components/ui/Buttons/ProviderName/index.d.ts +2 -0
  200. package/dist/lib/components/ui/Buttons/ProviderName/index.js +54 -0
  201. package/dist/lib/components/ui/Buttons/ProviderName/types.d.ts +6 -0
  202. package/dist/lib/components/ui/Buttons/ProviderName/types.js +2 -0
  203. package/dist/lib/components/ui/Buttons/index.d.ts +4 -0
  204. package/dist/lib/components/ui/Buttons/index.js +7 -0
  205. package/dist/lib/components/ui/CountDown/index.d.ts +2 -0
  206. package/dist/lib/components/ui/CountDown/index.js +65 -0
  207. package/dist/lib/components/ui/CountDown/types.d.ts +19 -0
  208. package/dist/lib/components/ui/CountDown/types.js +2 -0
  209. package/dist/lib/components/ui/Docs/index.d.ts +2 -0
  210. package/dist/lib/components/ui/Docs/index.js +72 -0
  211. package/dist/lib/components/ui/Docs/types.d.ts +14 -0
  212. package/dist/lib/components/ui/Docs/types.js +2 -0
  213. package/dist/lib/components/ui/Footer/index.d.ts +2 -0
  214. package/dist/lib/components/ui/Footer/index.js +46 -0
  215. package/dist/lib/components/ui/Footer/types.d.ts +13 -0
  216. package/dist/lib/components/ui/Footer/types.js +2 -0
  217. package/dist/lib/components/ui/Headers/PopUpHeader/index.d.ts +2 -0
  218. package/dist/lib/components/ui/Headers/PopUpHeader/index.js +52 -0
  219. package/dist/lib/components/ui/Headers/PopUpHeader/types.d.ts +17 -0
  220. package/dist/lib/components/ui/Headers/PopUpHeader/types.js +2 -0
  221. package/dist/lib/components/ui/Headers/index.d.ts +2 -0
  222. package/dist/lib/components/ui/Headers/index.js +5 -0
  223. package/dist/lib/components/ui/Icons/ArrowSvg.d.ts +5 -0
  224. package/dist/lib/components/ui/Icons/ArrowSvg.js +20 -0
  225. package/dist/lib/components/ui/Icons/Base/AvatarSvg.d.ts +2 -0
  226. package/dist/lib/components/ui/Icons/Base/AvatarSvg.js +20 -0
  227. package/dist/lib/components/ui/Icons/Base/BonusGiftSvg.d.ts +2 -0
  228. package/dist/lib/components/ui/Icons/Base/BonusGiftSvg.js +20 -0
  229. package/dist/lib/components/ui/Icons/Base/BurgerSvg.d.ts +2 -0
  230. package/dist/lib/components/ui/Icons/Base/BurgerSvg.js +20 -0
  231. package/dist/lib/components/ui/Icons/Base/CalendarSvg.d.ts +2 -0
  232. package/dist/lib/components/ui/Icons/Base/CalendarSvg.js +20 -0
  233. package/dist/lib/components/ui/Icons/Base/CashSvg.d.ts +5 -0
  234. package/dist/lib/components/ui/Icons/Base/CashSvg.js +52 -0
  235. package/dist/lib/components/ui/Icons/Base/CloseEyeSvg.d.ts +2 -0
  236. package/dist/lib/components/ui/Icons/Base/CloseEyeSvg.js +20 -0
  237. package/dist/lib/components/ui/Icons/Base/CoinSvg.d.ts +2 -0
  238. package/dist/lib/components/ui/Icons/Base/CoinSvg.js +20 -0
  239. package/dist/lib/components/ui/Icons/Base/CoinsSvg.d.ts +2 -0
  240. package/dist/lib/components/ui/Icons/Base/CoinsSvg.js +20 -0
  241. package/dist/lib/components/ui/Icons/Base/CopySvg.d.ts +2 -0
  242. package/dist/lib/components/ui/Icons/Base/CopySvg.js +20 -0
  243. package/dist/lib/components/ui/Icons/Base/DocSvg.d.ts +2 -0
  244. package/dist/lib/components/ui/Icons/Base/DocSvg.js +20 -0
  245. package/dist/lib/components/ui/Icons/Base/DownloadSvg.d.ts +2 -0
  246. package/dist/lib/components/ui/Icons/Base/DownloadSvg.js +20 -0
  247. package/dist/lib/components/ui/Icons/Base/DrawerTogglerSvg.d.ts +2 -0
  248. package/dist/lib/components/ui/Icons/Base/DrawerTogglerSvg.js +20 -0
  249. package/dist/lib/components/ui/Icons/Base/FavoritesSvg.d.ts +2 -0
  250. package/dist/lib/components/ui/Icons/Base/FavoritesSvg.js +20 -0
  251. package/dist/lib/components/ui/Icons/Base/GoogleSvg.d.ts +2 -0
  252. package/dist/lib/components/ui/Icons/Base/GoogleSvg.js +20 -0
  253. package/dist/lib/components/ui/Icons/Base/GrowSvg.d.ts +2 -0
  254. package/dist/lib/components/ui/Icons/Base/GrowSvg.js +20 -0
  255. package/dist/lib/components/ui/Icons/Base/InfoLotterySvg.d.ts +2 -0
  256. package/dist/lib/components/ui/Icons/Base/InfoLotterySvg.js +20 -0
  257. package/dist/lib/components/ui/Icons/Base/LotterySvg.d.ts +2 -0
  258. package/dist/lib/components/ui/Icons/Base/LotterySvg.js +20 -0
  259. package/dist/lib/components/ui/Icons/Base/OpenEyeSvg.d.ts +2 -0
  260. package/dist/lib/components/ui/Icons/Base/OpenEyeSvg.js +20 -0
  261. package/dist/lib/components/ui/Icons/Base/PlusSvg.d.ts +2 -0
  262. package/dist/lib/components/ui/Icons/Base/PlusSvg.js +20 -0
  263. package/dist/lib/components/ui/Icons/Base/ProfileSvg.d.ts +2 -0
  264. package/dist/lib/components/ui/Icons/Base/ProfileSvg.js +20 -0
  265. package/dist/lib/components/ui/Icons/Base/ProvidersBlocksSvg.d.ts +2 -0
  266. package/dist/lib/components/ui/Icons/Base/ProvidersBlocksSvg.js +20 -0
  267. package/dist/lib/components/ui/Icons/Base/SearchSvg.d.ts +2 -0
  268. package/dist/lib/components/ui/Icons/Base/SearchSvg.js +20 -0
  269. package/dist/lib/components/ui/Icons/Base/SelectedSvg.d.ts +2 -0
  270. package/dist/lib/components/ui/Icons/Base/SelectedSvg.js +20 -0
  271. package/dist/lib/components/ui/Icons/Base/SettingsSvg.d.ts +2 -0
  272. package/dist/lib/components/ui/Icons/Base/SettingsSvg.js +20 -0
  273. package/dist/lib/components/ui/Icons/Base/ShareSvg.d.ts +2 -0
  274. package/dist/lib/components/ui/Icons/Base/ShareSvg.js +20 -0
  275. package/dist/lib/components/ui/Icons/Base/StarSvg.d.ts +2 -0
  276. package/dist/lib/components/ui/Icons/Base/StarSvg.js +20 -0
  277. package/dist/lib/components/ui/Icons/Base/SupportSvg.d.ts +2 -0
  278. package/dist/lib/components/ui/Icons/Base/SupportSvg.js +20 -0
  279. package/dist/lib/components/ui/Icons/Base/ThreeDotsSvg.d.ts +2 -0
  280. package/dist/lib/components/ui/Icons/Base/ThreeDotsSvg.js +20 -0
  281. package/dist/lib/components/ui/Icons/Base/TrashSvg.d.ts +2 -0
  282. package/dist/lib/components/ui/Icons/Base/TrashSvg.js +20 -0
  283. package/dist/lib/components/ui/Icons/Base/WalletSvg.d.ts +2 -0
  284. package/dist/lib/components/ui/Icons/Base/WalletSvg.js +20 -0
  285. package/dist/lib/components/ui/Icons/Bonuses/FirstBonusSvg.d.ts +2 -0
  286. package/dist/lib/components/ui/Icons/Bonuses/FirstBonusSvg.js +20 -0
  287. package/dist/lib/components/ui/Icons/Bonuses/SecondBonusSvg.d.ts +2 -0
  288. package/dist/lib/components/ui/Icons/Bonuses/SecondBonusSvg.js +20 -0
  289. package/dist/lib/components/ui/Icons/Bonuses/ThirdBonusSvg.d.ts +2 -0
  290. package/dist/lib/components/ui/Icons/Bonuses/ThirdBonusSvg.js +20 -0
  291. package/dist/lib/components/ui/Icons/Bonuses/VipClub/BronzeSvg.d.ts +2 -0
  292. package/dist/lib/components/ui/Icons/Bonuses/VipClub/BronzeSvg.js +20 -0
  293. package/dist/lib/components/ui/Icons/Bonuses/VipClub/DiamondSvg.d.ts +2 -0
  294. package/dist/lib/components/ui/Icons/Bonuses/VipClub/DiamondSvg.js +20 -0
  295. package/dist/lib/components/ui/Icons/Bonuses/VipClub/GoldSvg.d.ts +2 -0
  296. package/dist/lib/components/ui/Icons/Bonuses/VipClub/GoldSvg.js +20 -0
  297. package/dist/lib/components/ui/Icons/Bonuses/VipClub/GreenSvg.d.ts +2 -0
  298. package/dist/lib/components/ui/Icons/Bonuses/VipClub/GreenSvg.js +20 -0
  299. package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumOneSvg.d.ts +2 -0
  300. package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumOneSvg.js +20 -0
  301. package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumSvg.d.ts +2 -0
  302. package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumSvg.js +20 -0
  303. package/dist/lib/components/ui/Icons/Bonuses/VipClub/SilverSvg.d.ts +2 -0
  304. package/dist/lib/components/ui/Icons/Bonuses/VipClub/SilverSvg.js +20 -0
  305. package/dist/lib/components/ui/Icons/Bonuses/VipClubSvg.d.ts +2 -0
  306. package/dist/lib/components/ui/Icons/Bonuses/VipClubSvg.js +20 -0
  307. package/dist/lib/components/ui/Icons/Casino/CoinSvg.d.ts +2 -0
  308. package/dist/lib/components/ui/Icons/Casino/CoinSvg.js +20 -0
  309. package/dist/lib/components/ui/Icons/Casino/DefaultImgSvg.d.ts +2 -0
  310. package/dist/lib/components/ui/Icons/Casino/DefaultImgSvg.js +20 -0
  311. package/dist/lib/components/ui/Icons/Casino/ProvidersSvg.d.ts +2 -0
  312. package/dist/lib/components/ui/Icons/Casino/ProvidersSvg.js +20 -0
  313. package/dist/lib/components/ui/Icons/Casino/RecommendedSvg.d.ts +2 -0
  314. package/dist/lib/components/ui/Icons/Casino/RecommendedSvg.js +20 -0
  315. package/dist/lib/components/ui/Icons/Casino/TournamentWagerSvg.d.ts +2 -0
  316. package/dist/lib/components/ui/Icons/Casino/TournamentWagerSvg.js +20 -0
  317. package/dist/lib/components/ui/Icons/Categories/Icons/CasinoSvg.d.ts +2 -0
  318. package/dist/lib/components/ui/Icons/Categories/Icons/CasinoSvg.js +20 -0
  319. package/dist/lib/components/ui/Icons/Categories/Icons/CrashSvg.d.ts +2 -0
  320. package/dist/lib/components/ui/Icons/Categories/Icons/CrashSvg.js +20 -0
  321. package/dist/lib/components/ui/Icons/Categories/Icons/HotSvg.d.ts +2 -0
  322. package/dist/lib/components/ui/Icons/Categories/Icons/HotSvg.js +20 -0
  323. package/dist/lib/components/ui/Icons/Categories/Icons/InstantSvg.d.ts +2 -0
  324. package/dist/lib/components/ui/Icons/Categories/Icons/InstantSvg.js +20 -0
  325. package/dist/lib/components/ui/Icons/Categories/Icons/OtersSvg.d.ts +2 -0
  326. package/dist/lib/components/ui/Icons/Categories/Icons/OtersSvg.js +20 -0
  327. package/dist/lib/components/ui/Icons/Categories/Icons/PopularSvg.d.ts +2 -0
  328. package/dist/lib/components/ui/Icons/Categories/Icons/PopularSvg.js +20 -0
  329. package/dist/lib/components/ui/Icons/Categories/Icons/ProviderSvg.d.ts +2 -0
  330. package/dist/lib/components/ui/Icons/Categories/Icons/ProviderSvg.js +20 -0
  331. package/dist/lib/components/ui/Icons/Categories/Icons/ScratchSvg.d.ts +2 -0
  332. package/dist/lib/components/ui/Icons/Categories/Icons/ScratchSvg.js +20 -0
  333. package/dist/lib/components/ui/Icons/Categories/Icons/SlotsSvg.d.ts +2 -0
  334. package/dist/lib/components/ui/Icons/Categories/Icons/SlotsSvg.js +20 -0
  335. package/dist/lib/components/ui/Icons/Categories/Icons/TableSvg.d.ts +2 -0
  336. package/dist/lib/components/ui/Icons/Categories/Icons/TableSvg.js +20 -0
  337. package/dist/lib/components/ui/Icons/Categories/Icons/TurboSvg.d.ts +2 -0
  338. package/dist/lib/components/ui/Icons/Categories/Icons/TurboSvg.js +20 -0
  339. package/dist/lib/components/ui/Icons/Categories/Icons/VSportSvg.d.ts +2 -0
  340. package/dist/lib/components/ui/Icons/Categories/Icons/VSportSvg.js +20 -0
  341. package/dist/lib/components/ui/Icons/Categories/Icons/WagerSvg.d.ts +2 -0
  342. package/dist/lib/components/ui/Icons/Categories/Icons/WagerSvg.js +20 -0
  343. package/dist/lib/components/ui/Icons/Categories/index.d.ts +3 -0
  344. package/dist/lib/components/ui/Icons/Categories/index.js +50 -0
  345. package/dist/lib/components/ui/Icons/CheckBoxSvg.d.ts +2 -0
  346. package/dist/lib/components/ui/Icons/CheckBoxSvg.js +18 -0
  347. package/dist/lib/components/ui/Icons/CloseSvg.d.ts +2 -0
  348. package/dist/lib/components/ui/Icons/CloseSvg.js +20 -0
  349. package/dist/lib/components/ui/Icons/Deposit/DepositSvg.d.ts +2 -0
  350. package/dist/lib/components/ui/Icons/Deposit/DepositSvg.js +20 -0
  351. package/dist/lib/components/ui/Icons/Deposit/ErrorSvg.d.ts +2 -0
  352. package/dist/lib/components/ui/Icons/Deposit/ErrorSvg.js +20 -0
  353. package/dist/lib/components/ui/Icons/Deposit/SuccessSvg.d.ts +2 -0
  354. package/dist/lib/components/ui/Icons/Deposit/SuccessSvg.js +20 -0
  355. package/dist/lib/components/ui/Icons/Deposit/WaitingSvg.d.ts +2 -0
  356. package/dist/lib/components/ui/Icons/Deposit/WaitingSvg.js +20 -0
  357. package/dist/lib/components/ui/Icons/Deposit/WithdrawSvg.d.ts +2 -0
  358. package/dist/lib/components/ui/Icons/Deposit/WithdrawSvg.js +20 -0
  359. package/dist/lib/components/ui/Icons/FlagIcons/AzeSvg.d.ts +2 -0
  360. package/dist/lib/components/ui/Icons/FlagIcons/AzeSvg.js +20 -0
  361. package/dist/lib/components/ui/Icons/FlagIcons/BnSvg.d.ts +2 -0
  362. package/dist/lib/components/ui/Icons/FlagIcons/BnSvg.js +20 -0
  363. package/dist/lib/components/ui/Icons/FlagIcons/BsSvg.d.ts +2 -0
  364. package/dist/lib/components/ui/Icons/FlagIcons/BsSvg.js +20 -0
  365. package/dist/lib/components/ui/Icons/FlagIcons/ChSvg.d.ts +2 -0
  366. package/dist/lib/components/ui/Icons/FlagIcons/ChSvg.js +20 -0
  367. package/dist/lib/components/ui/Icons/FlagIcons/DeSvg.d.ts +2 -0
  368. package/dist/lib/components/ui/Icons/FlagIcons/DeSvg.js +20 -0
  369. package/dist/lib/components/ui/Icons/FlagIcons/EnSvg.d.ts +2 -0
  370. package/dist/lib/components/ui/Icons/FlagIcons/EnSvg.js +20 -0
  371. package/dist/lib/components/ui/Icons/FlagIcons/EsSvg.d.ts +2 -0
  372. package/dist/lib/components/ui/Icons/FlagIcons/EsSvg.js +20 -0
  373. package/dist/lib/components/ui/Icons/FlagIcons/FrSvg.d.ts +2 -0
  374. package/dist/lib/components/ui/Icons/FlagIcons/FrSvg.js +20 -0
  375. package/dist/lib/components/ui/Icons/FlagIcons/HiSvg.d.ts +2 -0
  376. package/dist/lib/components/ui/Icons/FlagIcons/HiSvg.js +20 -0
  377. package/dist/lib/components/ui/Icons/FlagIcons/ItSvg.d.ts +2 -0
  378. package/dist/lib/components/ui/Icons/FlagIcons/ItSvg.js +20 -0
  379. package/dist/lib/components/ui/Icons/FlagIcons/KoSvg.d.ts +2 -0
  380. package/dist/lib/components/ui/Icons/FlagIcons/KoSvg.js +20 -0
  381. package/dist/lib/components/ui/Icons/FlagIcons/KzSvg.d.ts +2 -0
  382. package/dist/lib/components/ui/Icons/FlagIcons/KzSvg.js +20 -0
  383. package/dist/lib/components/ui/Icons/FlagIcons/NoSvg.d.ts +2 -0
  384. package/dist/lib/components/ui/Icons/FlagIcons/NoSvg.js +20 -0
  385. package/dist/lib/components/ui/Icons/FlagIcons/PtSvg.d.ts +2 -0
  386. package/dist/lib/components/ui/Icons/FlagIcons/PtSvg.js +20 -0
  387. package/dist/lib/components/ui/Icons/FlagIcons/RoSvg.d.ts +2 -0
  388. package/dist/lib/components/ui/Icons/FlagIcons/RoSvg.js +20 -0
  389. package/dist/lib/components/ui/Icons/FlagIcons/RuSvg.d.ts +2 -0
  390. package/dist/lib/components/ui/Icons/FlagIcons/RuSvg.js +20 -0
  391. package/dist/lib/components/ui/Icons/FlagIcons/TrSvg.d.ts +2 -0
  392. package/dist/lib/components/ui/Icons/FlagIcons/TrSvg.js +20 -0
  393. package/dist/lib/components/ui/Icons/FlagIcons/UkrSvg.d.ts +2 -0
  394. package/dist/lib/components/ui/Icons/FlagIcons/UkrSvg.js +20 -0
  395. package/dist/lib/components/ui/Icons/FlagIcons/UzSvg.d.ts +2 -0
  396. package/dist/lib/components/ui/Icons/FlagIcons/UzSvg.js +20 -0
  397. package/dist/lib/components/ui/Icons/InHouse/ElonHouseSvg.d.ts +2 -0
  398. package/dist/lib/components/ui/Icons/InHouse/ElonHouseSvg.js +20 -0
  399. package/dist/lib/components/ui/Icons/InHouse/FSWinHouseSvg.d.ts +2 -0
  400. package/dist/lib/components/ui/Icons/InHouse/FSWinHouseSvg.js +20 -0
  401. package/dist/lib/components/ui/Icons/InHouse/JabiInHouseSvg.d.ts +2 -0
  402. package/dist/lib/components/ui/Icons/InHouse/JabiInHouseSvg.js +20 -0
  403. package/dist/lib/components/ui/Icons/InfoSvg.d.ts +2 -0
  404. package/dist/lib/components/ui/Icons/InfoSvg.js +20 -0
  405. package/dist/lib/components/ui/Icons/LockSvg.d.ts +2 -0
  406. package/dist/lib/components/ui/Icons/LockSvg.js +20 -0
  407. package/dist/lib/components/ui/Icons/Navigation/NavBettingLiveSvg.d.ts +2 -0
  408. package/dist/lib/components/ui/Icons/Navigation/NavBettingLiveSvg.js +20 -0
  409. package/dist/lib/components/ui/Icons/Navigation/NavBettingSvg.d.ts +2 -0
  410. package/dist/lib/components/ui/Icons/Navigation/NavBettingSvg.js +20 -0
  411. package/dist/lib/components/ui/Icons/Navigation/NavBonusesSvg.d.ts +2 -0
  412. package/dist/lib/components/ui/Icons/Navigation/NavBonusesSvg.js +20 -0
  413. package/dist/lib/components/ui/Icons/Navigation/NavCasinoSvg.d.ts +2 -0
  414. package/dist/lib/components/ui/Icons/Navigation/NavCasinoSvg.js +20 -0
  415. package/dist/lib/components/ui/Icons/Navigation/NavMyBetsSvg.d.ts +2 -0
  416. package/dist/lib/components/ui/Icons/Navigation/NavMyBetsSvg.js +20 -0
  417. package/dist/lib/components/ui/Icons/Navigation/NavReferralSvg.d.ts +2 -0
  418. package/dist/lib/components/ui/Icons/Navigation/NavReferralSvg.js +20 -0
  419. package/dist/lib/components/ui/Icons/Navigation/NavTournamentSvg.d.ts +2 -0
  420. package/dist/lib/components/ui/Icons/Navigation/NavTournamentSvg.js +20 -0
  421. package/dist/lib/components/ui/Icons/NotFound/BonusesSvg.d.ts +2 -0
  422. package/dist/lib/components/ui/Icons/NotFound/BonusesSvg.js +20 -0
  423. package/dist/lib/components/ui/Icons/Notifications/ErrorSvg.d.ts +2 -0
  424. package/dist/lib/components/ui/Icons/Notifications/ErrorSvg.js +20 -0
  425. package/dist/lib/components/ui/Icons/Notifications/SuccessSvg.d.ts +2 -0
  426. package/dist/lib/components/ui/Icons/Notifications/SuccessSvg.js +20 -0
  427. package/dist/lib/components/ui/Icons/Notifications/WarningSvg.d.ts +2 -0
  428. package/dist/lib/components/ui/Icons/Notifications/WarningSvg.js +20 -0
  429. package/dist/lib/components/ui/Icons/PlaySvg.d.ts +2 -0
  430. package/dist/lib/components/ui/Icons/PlaySvg.js +20 -0
  431. package/dist/lib/components/ui/Icons/ReferralTreasures/ElonTreasureSvg.d.ts +2 -0
  432. package/dist/lib/components/ui/Icons/ReferralTreasures/ElonTreasureSvg.js +44 -0
  433. package/dist/lib/components/ui/Icons/ReferralTreasures/FSWinTreasureSvg.d.ts +2 -0
  434. package/dist/lib/components/ui/Icons/ReferralTreasures/FSWinTreasureSvg.js +44 -0
  435. package/dist/lib/components/ui/Icons/ReferralTreasures/JabibetTreasureSvg.d.ts +2 -0
  436. package/dist/lib/components/ui/Icons/ReferralTreasures/JabibetTreasureSvg.js +44 -0
  437. package/dist/lib/components/ui/Icons/SocialMedia/FacebookSvg.d.ts +2 -0
  438. package/dist/lib/components/ui/Icons/SocialMedia/FacebookSvg.js +20 -0
  439. package/dist/lib/components/ui/Icons/SocialMedia/InstagramSvg.d.ts +2 -0
  440. package/dist/lib/components/ui/Icons/SocialMedia/InstagramSvg.js +20 -0
  441. package/dist/lib/components/ui/Icons/SocialMedia/TelegramSvg.d.ts +2 -0
  442. package/dist/lib/components/ui/Icons/SocialMedia/TelegramSvg.js +20 -0
  443. package/dist/lib/components/ui/Icons/Sports/AmericanFootballSvg.d.ts +2 -0
  444. package/dist/lib/components/ui/Icons/Sports/AmericanFootballSvg.js +20 -0
  445. package/dist/lib/components/ui/Icons/Sports/AussieRulesSvg.d.ts +2 -0
  446. package/dist/lib/components/ui/Icons/Sports/AussieRulesSvg.js +20 -0
  447. package/dist/lib/components/ui/Icons/Sports/BadmintonSvg.d.ts +2 -0
  448. package/dist/lib/components/ui/Icons/Sports/BadmintonSvg.js +20 -0
  449. package/dist/lib/components/ui/Icons/Sports/BaseballSvg.d.ts +2 -0
  450. package/dist/lib/components/ui/Icons/Sports/BaseballSvg.js +20 -0
  451. package/dist/lib/components/ui/Icons/Sports/Basketball3x3Svg.d.ts +2 -0
  452. package/dist/lib/components/ui/Icons/Sports/Basketball3x3Svg.js +20 -0
  453. package/dist/lib/components/ui/Icons/Sports/BasketballSvg.d.ts +2 -0
  454. package/dist/lib/components/ui/Icons/Sports/BasketballSvg.js +20 -0
  455. package/dist/lib/components/ui/Icons/Sports/BeachSoccerSvg.d.ts +2 -0
  456. package/dist/lib/components/ui/Icons/Sports/BeachSoccerSvg.js +20 -0
  457. package/dist/lib/components/ui/Icons/Sports/BoxingSvg.d.ts +2 -0
  458. package/dist/lib/components/ui/Icons/Sports/BoxingSvg.js +20 -0
  459. package/dist/lib/components/ui/Icons/Sports/ChessSvg.d.ts +2 -0
  460. package/dist/lib/components/ui/Icons/Sports/ChessSvg.js +20 -0
  461. package/dist/lib/components/ui/Icons/Sports/CricketSvg.d.ts +2 -0
  462. package/dist/lib/components/ui/Icons/Sports/CricketSvg.js +20 -0
  463. package/dist/lib/components/ui/Icons/Sports/DartsSvg.d.ts +2 -0
  464. package/dist/lib/components/ui/Icons/Sports/DartsSvg.js +20 -0
  465. package/dist/lib/components/ui/Icons/Sports/EFifaSvg.d.ts +2 -0
  466. package/dist/lib/components/ui/Icons/Sports/EFifaSvg.js +20 -0
  467. package/dist/lib/components/ui/Icons/Sports/ENbaSvg.d.ts +2 -0
  468. package/dist/lib/components/ui/Icons/Sports/ENbaSvg.js +20 -0
  469. package/dist/lib/components/ui/Icons/Sports/ENhlSvg.d.ts +2 -0
  470. package/dist/lib/components/ui/Icons/Sports/ENhlSvg.js +20 -0
  471. package/dist/lib/components/ui/Icons/Sports/EsportSvg.d.ts +2 -0
  472. package/dist/lib/components/ui/Icons/Sports/EsportSvg.js +20 -0
  473. package/dist/lib/components/ui/Icons/Sports/FieldHockeySvg.d.ts +2 -0
  474. package/dist/lib/components/ui/Icons/Sports/FieldHockeySvg.js +20 -0
  475. package/dist/lib/components/ui/Icons/Sports/FutsalSvg.d.ts +2 -0
  476. package/dist/lib/components/ui/Icons/Sports/FutsalSvg.js +20 -0
  477. package/dist/lib/components/ui/Icons/Sports/IceHockeySvg.d.ts +2 -0
  478. package/dist/lib/components/ui/Icons/Sports/IceHockeySvg.js +20 -0
  479. package/dist/lib/components/ui/Icons/Sports/KabaddiSvg.d.ts +2 -0
  480. package/dist/lib/components/ui/Icons/Sports/KabaddiSvg.js +20 -0
  481. package/dist/lib/components/ui/Icons/Sports/MmaSvg.d.ts +2 -0
  482. package/dist/lib/components/ui/Icons/Sports/MmaSvg.js +20 -0
  483. package/dist/lib/components/ui/Icons/Sports/RugbySvg.d.ts +2 -0
  484. package/dist/lib/components/ui/Icons/Sports/RugbySvg.js +20 -0
  485. package/dist/lib/components/ui/Icons/Sports/SnookerSvg.d.ts +2 -0
  486. package/dist/lib/components/ui/Icons/Sports/SnookerSvg.js +20 -0
  487. package/dist/lib/components/ui/Icons/Sports/SoccerSvg.d.ts +2 -0
  488. package/dist/lib/components/ui/Icons/Sports/SoccerSvg.js +20 -0
  489. package/dist/lib/components/ui/Icons/Sports/SquashSvg.d.ts +2 -0
  490. package/dist/lib/components/ui/Icons/Sports/SquashSvg.js +20 -0
  491. package/dist/lib/components/ui/Icons/Sports/TableTennisSvg.d.ts +2 -0
  492. package/dist/lib/components/ui/Icons/Sports/TableTennisSvg.js +20 -0
  493. package/dist/lib/components/ui/Icons/Sports/TennisSvg.d.ts +2 -0
  494. package/dist/lib/components/ui/Icons/Sports/TennisSvg.js +20 -0
  495. package/dist/lib/components/ui/Icons/Sports/VolleyballSvg.d.ts +2 -0
  496. package/dist/lib/components/ui/Icons/Sports/VolleyballSvg.js +20 -0
  497. package/dist/lib/components/ui/Icons/types.d.ts +8 -0
  498. package/dist/lib/components/ui/Icons/types.js +2 -0
  499. package/dist/lib/components/ui/Inputs/AmountInput/index.d.ts +3 -0
  500. package/dist/lib/components/ui/Inputs/AmountInput/index.js +123 -0
  501. package/dist/lib/components/ui/Inputs/AmountInput/types.d.ts +20 -0
  502. package/dist/lib/components/ui/Inputs/AmountInput/types.js +2 -0
  503. package/dist/lib/components/ui/Inputs/BaseInput/BaseInputUi.d.ts +2 -0
  504. package/dist/lib/components/ui/Inputs/BaseInput/BaseInputUi.js +72 -0
  505. package/dist/lib/components/ui/Inputs/BaseInput/constant.d.ts +2 -0
  506. package/dist/lib/components/ui/Inputs/BaseInput/constant.js +7 -0
  507. package/dist/lib/components/ui/Inputs/BaseInput/index.d.ts +2 -0
  508. package/dist/lib/components/ui/Inputs/BaseInput/index.js +52 -0
  509. package/dist/lib/components/ui/Inputs/BaseInput/types.d.ts +37 -0
  510. package/dist/lib/components/ui/Inputs/BaseInput/types.js +2 -0
  511. package/dist/lib/components/ui/Inputs/CheckBox/index.d.ts +12 -0
  512. package/dist/lib/components/ui/Inputs/CheckBox/index.js +52 -0
  513. package/dist/lib/components/ui/Leaderboard/components/User/index.d.ts +4 -0
  514. package/dist/lib/components/ui/Leaderboard/components/User/index.js +56 -0
  515. package/dist/lib/components/ui/Leaderboard/constants.d.ts +1 -0
  516. package/dist/lib/components/ui/Leaderboard/constants.js +4 -0
  517. package/dist/lib/components/ui/Leaderboard/index.d.ts +2 -0
  518. package/dist/lib/components/ui/Leaderboard/index.js +70 -0
  519. package/dist/lib/components/ui/Leaderboard/types.d.ts +17 -0
  520. package/dist/lib/components/ui/Leaderboard/types.js +2 -0
  521. package/dist/lib/components/ui/Loaders/CircularLoader/index.d.ts +5 -0
  522. package/dist/lib/components/ui/Loaders/CircularLoader/index.js +48 -0
  523. package/dist/lib/components/ui/Loaders/MainLoader/index.d.ts +2 -0
  524. package/dist/lib/components/ui/Loaders/MainLoader/index.js +52 -0
  525. package/dist/lib/components/ui/Loaders/MainLoader/types.d.ts +6 -0
  526. package/dist/lib/components/ui/Loaders/MainLoader/types.js +2 -0
  527. package/dist/lib/components/ui/Loaders/SkeletLoader/index.d.ts +5 -0
  528. package/dist/lib/components/ui/Loaders/SkeletLoader/index.js +47 -0
  529. package/dist/lib/components/ui/Logos/index.d.ts +2 -0
  530. package/dist/lib/components/ui/Logos/index.js +101 -0
  531. package/dist/lib/components/ui/Logos/types.d.ts +13 -0
  532. package/dist/lib/components/ui/Logos/types.js +2 -0
  533. package/dist/lib/components/ui/Pagination/index.d.ts +2 -0
  534. package/dist/lib/components/ui/Pagination/index.js +76 -0
  535. package/dist/lib/components/ui/Pagination/types.d.ts +10 -0
  536. package/dist/lib/components/ui/Pagination/types.js +2 -0
  537. package/dist/lib/components/ui/Section/index.d.ts +4 -0
  538. package/dist/lib/components/ui/Section/index.js +48 -0
  539. package/dist/lib/components/ui/Selector/index.d.ts +2 -0
  540. package/dist/lib/components/ui/Selector/index.js +135 -0
  541. package/dist/lib/components/ui/Selector/types.d.ts +43 -0
  542. package/dist/lib/components/ui/Selector/types.js +2 -0
  543. package/dist/lib/components/ui/ShowAll/index.d.ts +7 -0
  544. package/dist/lib/components/ui/ShowAll/index.js +50 -0
  545. package/dist/lib/components/ui/Step/index.d.ts +2 -0
  546. package/dist/lib/components/ui/Step/index.js +44 -0
  547. package/dist/lib/components/ui/Step/types.d.ts +5 -0
  548. package/dist/lib/components/ui/Step/types.js +2 -0
  549. package/dist/lib/components/ui/Tabs/index.d.ts +2 -0
  550. package/dist/lib/components/ui/Tabs/index.js +109 -0
  551. package/dist/lib/components/ui/Tabs/types.d.ts +15 -0
  552. package/dist/lib/components/ui/Tabs/types.js +2 -0
  553. package/dist/lib/components/ui/TournamentCard/index.d.ts +2 -0
  554. package/dist/lib/components/ui/TournamentCard/index.js +58 -0
  555. package/dist/lib/components/ui/TournamentCard/types.d.ts +16 -0
  556. package/dist/lib/components/ui/TournamentCard/types.js +2 -0
  557. package/dist/lib/hooks/useCountDown.d.ts +8 -0
  558. package/dist/lib/hooks/useCountDown.js +25 -0
  559. package/dist/lib/hooks/useElementResize.d.ts +5 -0
  560. package/dist/lib/hooks/useElementResize.js +41 -0
  561. package/dist/lib/hooks/useInView.d.ts +2 -0
  562. package/dist/lib/hooks/useInView.js +27 -0
  563. package/dist/lib/hooks/useOutsideClick.d.ts +5 -0
  564. package/dist/lib/hooks/useOutsideClick.js +22 -0
  565. package/dist/lib/hooks/useSwipe.d.ts +9 -0
  566. package/dist/lib/hooks/useSwipe.js +69 -0
  567. package/dist/lib/hooks/useTranslate.d.ts +6 -0
  568. package/dist/lib/hooks/useTranslate.js +46 -0
  569. package/dist/lib/index.d.ts +189 -0
  570. package/dist/lib/index.js +411 -0
  571. package/dist/lib/service/validation.d.ts +72 -0
  572. package/dist/lib/service/validation.js +190 -0
  573. package/dist/lib/types/ui.d.ts +14 -0
  574. package/dist/lib/types/ui.js +16 -0
  575. package/dist/lib/utils/date.d.ts +1 -0
  576. package/dist/lib/utils/date.js +11 -0
  577. package/dist/lib/zustandStore/languages/constants.d.ts +2 -0
  578. package/dist/lib/zustandStore/languages/constants.js +14 -0
  579. package/dist/lib/zustandStore/languages/selectors.d.ts +22 -0
  580. package/dist/lib/zustandStore/languages/selectors.js +31 -0
  581. package/dist/lib/zustandStore/languages/store.d.ts +2 -0
  582. package/dist/lib/zustandStore/languages/store.js +115 -0
  583. package/dist/lib/zustandStore/languages/types.d.ts +18 -0
  584. package/dist/lib/zustandStore/languages/types.js +2 -0
  585. package/dist/main.css +3950 -0
  586. package/package.json +66 -0
@@ -0,0 +1,76 @@
1
+ <svg width="80" height="33" viewBox="0 0 80 33" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="17.2019" cy="16.2814" r="15.7976" fill="#FF2A10"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M30.6592 3.93579C30.6592 3.93579 30.8976 4.53183 30.8177 5.13447C30.8353 5.15045 30.8528 5.16646 30.8702 5.1825L30.6592 6.39658L31.4783 7.21571C31.4783 7.21571 32.0049 7.91444 32.1804 8.20699C32.3559 8.49954 32.4455 9.20562 32.406 9.14653C32.3686 9.48588 32.3195 9.7363 32.1451 9.9364C31.9481 10.1794 31.7984 10.4573 31.7039 10.7555C31.2535 12.0453 30.6074 13.2605 29.7883 14.3539C29.4033 14.8652 29.4092 14.9922 29.8129 15.5094C30.2291 16.0365 30.6147 16.5911 30.9679 17.1623C31.7976 18.5174 31.7894 19.876 31.0276 21.258C30.8204 21.6542 30.5717 22.0253 30.286 22.3664C30.0003 22.7075 30.3081 22.4833 30.6592 22.6003C31.0102 22.7174 31.4168 23.0369 31.4198 23.1854C31.4263 23.2083 31.4124 23.2533 31.4168 23.2766C31.4421 23.4115 31.4288 23.5438 31.3786 23.6715C31.2943 23.9008 31.1609 24.1135 30.9878 24.2859C30.8786 24.3942 30.7624 24.4946 30.6401 24.5868C30.4652 24.8698 30.2816 25.1469 30.0896 25.4177C30.9619 25.5342 33.0321 25.909 32.5315 27.8662C32.4002 28.0474 31.7313 27.9896 30.7984 27.909C30.0086 27.8408 29.0297 27.7562 28.0276 27.7864C27.1896 28.575 26.2637 29.2736 25.2637 29.867C22.5264 31.4914 19.3622 32.2509 16.1858 32.0462C14.9316 31.9653 13.6986 31.7356 12.5113 31.3664C9.29094 30.524 6.51962 28.9609 4.25828 27.0358L4.28051 27.0212C4.31993 26.9762 4.34166 26.9201 4.34166 26.8603C4.34166 26.8004 4.31993 26.7444 4.28051 26.6994C3.52574 25.9212 3.16766 24.9347 2.87628 23.9202C2.74426 23.4637 2.68351 22.9874 2.62364 22.518L2.62338 22.516L2.6214 22.5013C2.61278 22.4337 2.60415 22.3662 2.59531 22.2987C2.42686 21.8898 2.2752 21.4729 2.141 21.049L2.3217 20.9918C2.22679 20.7619 2.07676 20.5587 1.88279 20.395C1.88097 20.3933 1.87915 20.3915 1.87732 20.3897C1.87551 20.3879 1.87369 20.3861 1.87187 20.3843C1.86536 20.3779 1.85876 20.3714 1.85212 20.3657C1.84904 20.3631 1.84594 20.361 1.84284 20.3588C1.83943 20.3565 1.836 20.3541 1.83258 20.3511C1.74172 20.2707 1.64875 20.1868 1.64875 20.0439C1.82896 19.6133 2.20693 19.4582 2.61767 19.3564C2.64276 19.3564 2.66786 19.3564 2.69295 19.3564L2.71805 19.3565C2.75987 19.3567 2.80169 19.3568 2.84352 19.3564C2.85574 19.3563 2.86812 19.3564 2.88034 19.3564C2.8932 19.3565 2.90606 19.3566 2.91893 19.3564L2.9645 19.356C3.07473 19.3548 3.18497 19.3536 3.29521 19.3564C3.65329 19.4384 3.9903 19.563 4.25126 19.8391C4.39457 19.9776 4.54246 20.1107 4.6925 20.2413L4.89694 20.4904C4.65947 20.2795 4.39392 19.774 4.10966 19.6197C4.04058 19.5737 3.97224 19.5235 3.90427 19.4736C3.8775 19.454 3.85068 19.4342 3.824 19.4149C3.80547 19.4015 3.78696 19.3891 3.76845 19.3767C3.75147 19.3653 3.73449 19.354 3.71752 19.3418C3.36743 19.0914 3.01734 18.8449 2.61182 18.6836C2.11917 18.4893 1.62886 18.3021 1.09057 18.4495C0.889587 18.489 0.775286 18.628 0.661764 18.7713L0.654399 18.786C0.645892 18.7967 0.637378 18.8042 0.628822 18.8118C0.622535 18.8174 0.616226 18.823 0.609879 18.8299C0.604074 18.8362 0.598233 18.8445 0.59235 18.8529C0.587219 18.8602 0.582056 18.8676 0.576857 18.8737C0.561595 18.8915 0.548101 18.91 0.534652 18.9322L0.528186 18.9469H0.526698L0.525508 18.9488C0.473652 19.0341 0.337052 20.0171 0.175699 19.9674C0.112509 19.8036 0.284309 18.7947 0.372074 18.6836C0.609879 18.1798 0.82653 17.7407 1.81396 17.8026C2.91615 18.076 4.05812 18.498 4.92766 19.254L4.92902 19.2548C5.03557 19.3474 5.15622 19.4523 5.26581 19.4003C5.38466 19.3439 5.34415 19.1812 5.33677 19.0784C5.33432 19.0442 5.32783 19.0105 5.32783 18.9761C5.29039 17.1062 5.80878 15.386 6.68057 13.7395C7.35109 12.4745 8.3399 11.5501 9.4352 10.697C9.81579 10.4089 10.1233 10.0289 10.3327 9.59997C11.1541 7.88288 12.1808 6.27184 13.3904 4.80219C14.3992 3.5887 15.629 2.66367 17.1222 2.12538C18.011 1.8005 18.9881 1.80789 19.8686 2.15464C20.4842 2.40082 21.0844 2.6849 21.666 3.00302C22.034 3.20586 22.4389 3.33972 22.8567 3.38334C23.2746 3.42695 23.697 3.37417 24.0989 3.25169C24.1528 3.23309 24.4169 3.15625 24.6471 3.09079C24.7368 3.04977 24.8249 2.99893 24.9124 2.94849C24.949 2.92735 24.9856 2.90624 25.0221 2.88601C25.043 2.87437 25.0641 2.86511 25.0851 2.85585C25.1049 2.84707 25.1248 2.83829 25.1446 2.8275C25.4236 2.67566 25.7029 2.52703 26.0093 2.43256C26.0696 2.41331 26.127 2.39376 26.1802 2.35942L26.2048 2.37156C26.2259 2.34624 26.2479 2.32155 26.271 2.29753C26.6885 1.8618 27.7043 1.59541 28.3188 1.59541C29.6113 1.59541 30.1326 2.47306 30.6592 3.93579ZM6.02307 19.8201C5.91594 19.3981 5.87363 18.9612 5.87431 18.5081C5.89036 17.3852 6.09446 16.2723 6.47813 15.2169C6.79876 14.2924 7.21418 13.4072 7.90927 12.6864C8.52035 12.0295 9.19714 11.4499 9.92902 10.9311C10.2761 10.6939 10.5504 10.3644 10.7212 9.98029C11.3172 8.71814 12.0121 7.50516 12.7995 6.35269C13.7743 4.90634 14.9784 3.71216 16.5301 2.88601C17.6429 2.29389 18.7768 2.18331 19.9693 2.63734C20.5036 2.84877 21.0202 3.1039 21.5139 3.39796C22.4033 3.90817 23.3371 4.05795 24.3224 3.74902C24.3258 3.74795 24.3292 3.74482 24.3327 3.74168C24.336 3.73861 24.3394 3.73555 24.3427 3.73439C24.3468 3.733 24.3509 3.73365 24.355 3.73431C24.3588 3.73493 24.3627 3.73556 24.3666 3.73439C24.492 3.69688 25.3362 3.42116 25.4095 3.29557C25.4095 3.28374 25.4087 3.27714 25.4071 3.26632C25.5682 3.18127 25.7267 3.08766 25.8842 2.99339C25.7677 3.38346 25.7444 3.83209 25.7444 4.28685C25.7444 5.74098 26.7922 6.91978 28.0847 6.91978C28.5508 6.91978 29.2647 6.62118 29.8566 6.24316C30.034 6.38 30.2064 6.52364 30.3734 6.6745C30.9222 7.17417 31.4664 7.69139 31.8034 8.37127C31.9562 8.69106 31.991 9.05222 31.9017 9.39519C31.8596 9.58593 31.7496 9.66258 31.5623 9.55609C31.1914 9.34546 30.797 9.35657 30.3921 9.42445C30.2295 9.45253 30.0657 9.48588 29.9054 9.52684C27.4023 10.1669 24.8817 10.7239 22.3529 11.2529C22.0694 11.3124 21.7853 11.3645 21.5008 11.4167C21.3745 11.4399 21.2482 11.4631 21.1218 11.4869H21.1212C21.0014 11.5095 20.8816 11.5343 20.7617 11.559C20.6638 11.5792 20.5658 11.5995 20.4678 11.6186C20.0817 11.6937 19.6952 11.7721 19.3093 11.8526C19.2352 11.868 19.1609 11.884 19.087 11.8999C19.0004 11.9185 18.9137 11.9371 18.8272 11.955C18.3944 12.0613 17.9561 12.1317 17.5142 12.189C17.1782 12.2415 16.8456 12.3054 16.5135 12.3792C16.4881 12.3848 16.4627 12.3929 16.4373 12.4011C16.4116 12.4092 16.386 12.4174 16.3604 12.4231C16.34 12.4276 16.3197 12.4327 16.2993 12.4378C16.2792 12.4428 16.2591 12.4479 16.239 12.4523H16.238C15.7506 12.5602 15.2624 12.6662 14.7643 12.7156H14.7425H14.7414C14.578 12.7318 14.3913 12.7504 14.3243 12.584C14.2583 12.42 14.4063 12.3023 14.5342 12.2036L14.55 12.189H14.5583C14.5624 12.1859 14.5666 12.1802 14.5708 12.1745C14.5749 12.1688 14.5791 12.1631 14.5833 12.1598C14.6117 12.1374 14.6413 12.122 14.672 12.106L14.6812 12.1013C14.7631 12.0617 14.8435 12.0141 14.9232 11.9668C14.9636 11.9429 15.0038 11.9191 15.0439 11.8965L15.0884 11.8818C15.3017 11.762 15.5148 11.6455 15.746 11.56C16.2049 11.3033 16.695 11.1066 17.2041 10.9749C18.6493 10.6098 20.0816 10.2003 21.5104 9.7755C22.7188 9.4205 23.8936 8.96195 25.021 8.40053C25.427 8.19575 25.4586 8.03952 25.2211 7.65453C24.9823 7.26151 24.6657 6.92612 24.2908 6.65987C23.9286 6.40328 23.6989 6.04456 23.471 5.68869L23.4653 5.67984L23.4543 5.66521C23.3593 5.51697 23.2641 5.36883 23.1592 5.22639C23.1338 5.17812 23.0989 5.14394 23.0567 5.10937C23.0145 5.0748 22.9658 5.05166 22.9135 5.03623C22.7073 5.08879 22.7735 5.20054 22.829 5.2942L22.8322 5.29952L22.8361 5.31415C22.8388 5.31864 22.8414 5.32317 22.8439 5.32878C22.8447 5.33058 22.8455 5.33254 22.8463 5.33447C22.8476 5.33783 22.849 5.34112 22.8503 5.34341C23.0843 5.76701 23.2926 6.20408 23.4915 6.64524C23.575 6.81358 23.6176 6.99857 23.6157 7.18646C23.6139 7.37434 23.5677 7.56099 23.481 7.72767C23.3215 8.05451 23.0487 8.30354 22.7134 8.44441C22.5296 8.52749 22.3319 8.57898 22.1587 8.44441C22.0081 8.32741 22.0247 8.16676 22.0416 8.00559C22.0441 7.98214 22.0468 7.95554 22.0487 7.93245C22.0525 7.89231 22.0619 7.85291 22.0768 7.81543C22.3144 7.23215 22.3144 6.58492 22.0768 6.00164C21.9284 5.64268 21.742 5.29709 21.5209 4.97772C21.1792 4.49051 20.7284 4.08981 20.2045 3.80753C19.5397 3.51191 18.8156 3.36712 18.0888 3.39796C18.019 3.42657 17.9459 3.43903 17.8727 3.44185C17.8231 3.44375 17.7735 3.44655 17.7248 3.45647C17.6105 3.47469 17.4972 3.49949 17.3855 3.52961C16.7286 3.66613 16.1315 3.9994 15.6793 4.49502C15.6829 4.67299 15.6486 4.85788 15.5787 5.0216C15.5787 5.03068 15.5825 5.03548 15.5877 5.04221C15.5897 5.04471 15.5919 5.0475 15.5941 5.05086C15.595 5.05223 15.596 5.05516 15.5969 5.05811C15.5979 5.06105 15.5988 5.06401 15.5998 5.06549C15.7353 5.11119 15.8332 5.04433 15.9267 4.98052L15.9308 4.97772H15.9338C15.9815 4.94521 16.0282 4.92132 16.0784 4.90458C15.6466 5.58564 15.4629 6.31817 15.6688 7.12795C15.8128 7.64528 16.0473 8.12597 16.3616 8.56143C16.4286 8.64424 16.5047 8.71512 16.5886 8.78084C16.8808 9.05994 17.2417 9.21627 17.6029 9.36594C17.7247 9.41644 17.8466 9.47133 17.9659 9.52684C18.3287 9.64386 18.6938 9.59295 19.0624 9.54146C19.7946 9.44888 20.4981 9.2009 21.1242 8.8101C20.2618 9.61519 19.1256 9.8422 17.9039 9.74625C17.4343 9.718 16.9826 9.55554 16.6026 9.27817C15.9134 8.8686 15.512 8.25133 15.3341 7.479C15.3336 7.47682 15.3331 7.47419 15.3326 7.47162C15.3321 7.46896 15.3316 7.46637 15.3311 7.46438C15.3303 7.46121 15.3295 7.45832 15.3288 7.45547C15.3271 7.44929 15.3255 7.4433 15.324 7.43512C15.3064 7.34352 15.287 7.24332 15.1598 7.21571C15.0299 7.30231 15.0533 7.43278 15.0767 7.55214C15.1387 7.86107 15.2042 8.17059 15.2967 8.47367C15.4546 8.98795 15.6839 9.47113 15.9777 9.92178C15.5697 9.75201 15.2197 9.46745 14.9702 9.10264C14.7149 8.78918 14.4995 8.44525 14.3289 8.07873C14.2977 8.02002 14.2583 7.96545 14.2119 7.91782C14.0799 7.79134 13.997 7.63155 13.9779 7.44975C13.9609 7.39717 13.941 7.33916 13.9182 7.28885C13.8855 7.20819 13.8526 7.12201 13.8222 7.04018C13.7919 6.95856 13.7562 6.86698 13.6561 6.86465C13.5734 6.86273 13.5476 6.92 13.5241 6.98167L13.5225 6.9963C13.5209 7.00072 13.5192 7.00349 13.5175 7.00628C13.5166 7.00774 13.5157 7.00922 13.5148 7.01093C13.5128 7.01477 13.5107 7.02068 13.5086 7.02555C13.5001 7.0545 13.495 7.08318 13.4934 7.11332C13.5002 7.21923 13.2271 8.40862 13.2818 8.49954C13.3355 9.00774 13.7151 8.47967 13.8669 8.96761C13.9259 9.19429 14.0332 9.35743 14.13 9.57072C14.2178 9.76614 14.1616 9.85976 13.9404 9.86327C13.5665 9.86881 13.2017 9.98259 12.8873 10.1851C12.1173 10.6707 11.7838 11.4144 11.6632 12.2768C11.5783 12.8555 11.5575 13.4488 11.6012 14.0321C11.6656 14.8372 11.7639 15.6411 12.1489 16.3725C12.2406 16.5177 12.2986 16.6846 12.3186 16.8552C12.1888 16.7146 12.075 16.5624 11.966 16.4163C11.962 16.411 11.958 16.4056 11.954 16.4002L11.9424 16.3846C11.9247 16.3608 11.9071 16.3371 11.8896 16.3139C11.7541 16.1347 11.6221 15.9605 11.4713 15.802C11.1235 15.3311 10.8721 14.8051 10.7316 14.2369C10.591 13.6686 10.564 13.0749 10.6522 12.4962C10.6587 12.4462 10.669 12.3985 10.6799 12.3499C10.6822 12.3396 10.6845 12.3313 10.6869 12.3207C10.7253 12.1467 10.764 11.9615 10.6756 11.7795C10.654 11.7562 10.6265 11.7445 10.596 11.7356C10.4426 11.7147 10.36 11.8127 10.2789 11.9111H10.2749C10.2727 11.9138 10.2705 11.9164 10.2682 11.919C10.267 11.9204 10.2658 11.9218 10.2647 11.9232C10.2639 11.924 10.2632 11.9249 10.2625 11.9257C9.83173 12.4338 9.54842 13.0525 9.44339 13.7103C9.41945 14.1038 9.48257 14.497 9.54541 14.8805C9.54762 14.894 9.55002 14.9051 9.55223 14.9162C9.5537 14.9235 9.55518 14.9309 9.55664 14.939C9.56066 14.961 9.56466 14.9875 9.5686 15.0121C9.63098 15.3489 9.6126 15.7077 9.51496 16.036C9.41732 16.3643 9.2432 16.6657 9.00691 16.9137C8.47682 17.4988 8.02863 18.1178 7.78172 18.8737C7.7747 18.8925 7.75598 18.8971 7.71385 18.903C7.57411 18.7474 7.46813 18.5604 7.40258 18.3618C7.2187 17.913 7.10047 17.4401 7.05152 16.9575C7.02944 16.732 7.02236 16.7315 6.85134 16.7235H6.84791C6.7474 16.9009 6.71065 17.1074 6.74376 17.3086C6.77591 17.8388 6.85898 18.3741 6.99184 18.8884C7.08987 19.2466 7.15623 19.2824 7.32997 19.4064L6.02307 19.8201Z" fill="#082015"/>
4
+ <path d="M22.3425 20.7376C22.7123 21.0488 23.15 21.2794 23.4542 21.6737C23.3901 21.6951 23.322 21.7022 23.2549 21.6943C23.1877 21.6864 23.1231 21.6638 23.0657 21.6281C21.8815 21.0664 20.5966 20.8089 19.3644 20.3924C18.1942 19.9957 17.1527 19.3509 16.1908 18.5809C15.7061 18.1907 15.2425 17.7751 14.8018 17.3358C14.8685 17.1193 14.8088 16.904 14.8018 16.6887C14.8814 16.4547 14.9785 16.4699 15.1388 16.6396C15.4601 16.9919 15.8058 17.3211 16.1733 17.6249C16.2505 17.6869 16.3336 17.7863 16.4249 17.722C16.5513 17.6307 16.4026 17.5476 16.3629 17.4879C16.1288 17.1182 15.8862 16.7542 15.635 16.3962C15.3934 16.0418 15.2035 15.6549 15.071 15.247C14.8369 14.5449 15.0452 13.9341 15.6502 13.5151C16.068 13.2261 16.5407 13.095 17.024 12.9757C18.2129 12.6831 19.3936 12.352 20.5861 12.0793C22.4502 11.6545 24.3225 11.2602 26.1913 10.8623C26.2778 10.8507 26.3651 10.8468 26.4522 10.8506C26.4031 11.0414 26.2182 11.032 26.0871 11.0917C25.144 11.3128 24.1949 11.5036 23.3454 12.0278C22.8457 12.3344 22.2442 12.3953 21.6931 12.5778C21.3397 12.6819 20.994 12.8105 20.6586 12.9628C19.7666 13.3561 18.9648 13.9285 18.303 14.6444C17.9303 15.0213 17.6785 15.5009 17.5798 16.0217C17.5406 16.2243 17.5751 16.4343 17.677 16.6138C18.4306 17.9361 19.4217 19.0209 20.792 19.7254C21.3151 20.0565 21.8967 20.2941 22.3425 20.7376Z" fill="#0D3B29"/>
5
+ <path d="M23.8744 22.8356C23.5585 22.6203 23.1934 22.5021 22.8645 22.316C21.8956 21.7684 20.8144 21.6361 19.7483 21.4442C18.0029 21.1354 16.3065 20.5955 14.7036 19.8387C14.5168 19.7338 14.314 19.6602 14.1033 19.6211C13.913 19.5996 13.7239 19.5679 13.5369 19.5263C13.1672 19.4526 12.9799 19.6503 13.0525 20.0236C13.083 20.1447 13.1257 20.2623 13.18 20.3747C13.2186 20.4706 13.2889 20.5654 13.2175 20.6766C13.1906 20.6871 13.1531 20.6895 13.1391 20.7093C12.8711 21.085 12.6932 21.1236 12.3913 20.7959C11.8273 20.1863 11.4739 19.4713 11.4716 18.6229C11.4716 18.0764 11.8519 17.8038 12.3726 17.9828C13.005 18.2058 13.6166 18.4838 14.2004 18.8136C15.9042 19.7498 17.6712 20.5116 19.5833 20.9106C20.5698 21.1154 21.5609 21.3237 22.4936 21.7298C23.0085 21.9533 23.5468 22.1346 23.9821 22.5138C24.1511 22.6621 24.2731 22.8565 24.3331 23.0731C24.0909 23.1644 24.0113 22.9421 23.8744 22.8356Z" fill="#0D3B29"/>
6
+ <path d="M9.29039 18.5058C9.51137 17.9649 9.90513 17.5123 10.4103 17.2186C10.4992 17.3497 10.5015 17.352 10.4103 17.5229C9.97673 18.3536 9.77464 19.2856 9.82517 20.2213C9.83557 20.532 9.87474 20.8411 9.94219 21.1446C10.015 21.4121 10.0578 21.6868 10.0697 21.9637C10.5542 23.485 11.7349 24.2164 13.1614 24.6552C13.0701 24.8237 12.9273 24.7148 12.8103 24.716C11.859 24.5417 10.9228 24.3158 10.1306 23.7225C9.57826 23.3094 9.26113 22.7267 9.0938 22.0702C8.9247 21.3792 8.85651 20.6674 8.89135 19.9569C9.01656 19.4689 9.0938 18.9739 9.29039 18.5058Z" fill="#FF2A10"/>
7
+ <path d="M14.735 18.0483C13.6197 17.4334 12.707 16.5077 12.108 15.3837C11.4222 14.0813 11.888 12.0101 12.995 11.0927C13.3172 10.8205 13.7148 10.6531 14.1347 10.6129C14.2131 10.7732 14.0797 10.8399 13.9908 10.9124C13.6443 11.1899 13.3573 11.5344 13.1468 11.9252C12.9363 12.3161 12.8066 12.7453 12.7656 13.1873C12.7023 13.8589 12.8237 14.535 13.1167 15.1427C13.341 15.6607 13.6287 16.1489 13.9733 16.5961C14.0743 16.7023 14.1401 16.8372 14.1617 16.9822C14.3348 17.2865 14.611 17.5123 14.8041 17.8014C14.817 17.8938 15.0487 18.0483 14.735 18.0483Z" fill="#FF2A10"/>
8
+ <path d="M14.1617 16.9848C13.4093 16.0802 12.7961 15.0996 12.6768 13.9013C12.5527 12.6504 12.974 11.6031 13.9745 10.812C14.0435 10.7582 14.1231 10.7149 14.1348 10.6154C14.5389 10.5663 14.946 10.5464 15.353 10.5558C15.4349 10.5558 15.5566 10.5277 15.5706 10.6412C15.5847 10.7547 15.4723 10.7676 15.3881 10.7956C14.7889 10.9946 14.2331 11.2637 13.8598 11.8008C13.4865 12.338 13.4069 12.9359 13.469 13.5561C13.5743 14.5894 13.9722 15.5221 14.5537 16.3775C14.6298 16.4945 14.7187 16.5916 14.803 16.6981C14.9469 16.9134 15.0721 17.1299 14.803 17.3452C14.6637 17.2282 14.5245 17.1182 14.3852 17.007C14.3115 16.9473 14.2436 16.8935 14.1617 16.9848Z" fill="#0D3B29"/>
9
+ <path d="M2.98533 25.6441C2.35132 24.8591 1.867 23.9643 1.55653 23.0041C1.29823 22.1963 1.26585 21.3331 1.46291 20.5081C1.48796 20.3558 1.54938 20.2117 1.64195 20.088C1.65014 20.1454 1.65249 20.2051 1.711 20.2413C2.34758 20.6205 2.47513 21.2664 2.56874 21.9194C2.70917 22.9117 2.80278 23.9087 3.20065 24.8449C3.48266 25.5142 3.74128 26.2058 4.33222 26.6902C4.2585 26.7967 4.17191 26.7371 4.1052 26.6902C3.88053 26.5428 3.66287 26.3848 3.44288 26.2304C3.31181 26.0291 3.03682 25.9226 2.98533 25.6441Z" fill="#D80000"/>
10
+ <path d="M6.84918 16.7507C6.86472 16.1675 6.98646 15.5921 7.20843 15.0527C7.40403 14.4835 7.65487 13.9348 7.95735 13.4144C8.10363 13.5771 8.01586 13.7515 7.96437 13.9094C7.80523 14.4009 7.64608 14.8912 7.51853 15.3909C7.38279 16.0801 7.26928 16.7717 7.43428 17.4727C7.47406 17.6412 7.51385 17.8904 7.68353 17.8975C7.85321 17.9045 7.85087 17.6459 7.89533 17.4961C8.01235 17.0947 8.10714 16.6851 8.21128 16.2791C8.4015 15.5923 8.65902 14.926 8.9801 14.2897C9.00963 14.2071 9.05583 14.1314 9.11584 14.0674C9.25627 13.989 9.27265 13.7667 9.47392 13.7596C9.48405 14.1956 9.53261 14.6299 9.61902 15.0574C9.75594 15.8309 9.52658 16.4874 9.02223 17.0467C8.48862 17.6318 8.01469 18.2497 7.82395 19.036C7.81108 19.0899 7.79119 19.1531 7.72331 19.1648C7.65544 19.1765 7.6297 19.1086 7.59811 19.0618C7.17099 18.4474 6.98492 17.7512 6.90769 17.0175C6.89716 16.9356 6.92876 16.8326 6.84918 16.7507Z" fill="#0D3B29"/>
11
+ <path d="M11.1814 13.185C11.2598 12.8246 11.282 12.4572 11.3604 12.0956C11.5862 11.0541 12.1433 10.2069 12.8571 9.44508C13.0652 9.22864 13.2485 8.98961 13.4035 8.73244C13.4749 8.58617 13.5393 8.42117 13.7289 8.61542C13.8042 8.72543 13.8678 8.84311 13.9184 8.96648C14.0202 9.2169 14.1185 9.46732 14.2239 9.71657C14.3151 9.9354 14.2379 10.0302 14.0097 10.022C13.6087 10.004 13.2122 10.112 12.8758 10.3309C12.1257 10.8119 11.8109 11.5432 11.7056 12.3834C11.6554 12.7785 11.6327 13.1765 11.6377 13.5747C11.6565 14.6279 11.7805 15.6448 12.286 16.5903C12.3621 16.733 12.5119 16.9928 12.3913 17.0583C12.224 17.1438 12.1058 16.891 11.9946 16.7529C11.7746 16.4814 11.564 16.2029 11.3499 15.9338C11.1474 15.3908 11.1299 14.8151 11.0632 14.2487C11.0323 13.8898 11.0725 13.5284 11.1814 13.185Z" fill="#0D3B29"/>
12
+ <path d="M4.02799 22.0586C4.25501 22.4179 4.22692 22.8403 4.31235 23.2288C4.52181 24.1954 4.93138 25.0812 5.3819 25.9507C5.42672 26.0141 5.46255 26.0834 5.48839 26.1566C5.56211 26.5603 5.81019 26.8096 6.14838 27.0249C6.744 27.4029 7.31857 27.8195 7.89781 28.2197C7.92108 28.2122 7.94571 28.2098 7.96997 28.2129C7.99423 28.2159 8.01753 28.2242 8.03823 28.2372C8.51918 28.5883 9.0329 28.9054 9.41906 29.3746C9.4565 29.5513 9.36757 29.5502 9.24353 29.4998C8.61397 29.2541 8.06515 28.8668 7.51516 28.4865C6.85049 28.0289 6.19167 27.5597 5.54807 27.0729C4.05256 25.939 3.51311 24.0409 3.9332 22.2306C3.95679 22.1692 3.98868 22.1113 4.02799 22.0586Z" fill="#FF2A10"/>
13
+ <path d="M13.2174 20.6754C13.1182 20.4758 13.0314 20.2703 12.9576 20.0599C12.8242 19.5919 13.0863 19.3356 13.5614 19.4245C13.752 19.4549 13.9356 19.5195 14.1032 19.6152C13.8118 19.7849 13.8961 20.0283 14.0084 20.2436C14.2846 20.7714 14.7398 21.1377 15.2067 21.4864C15.5016 21.7064 15.8012 21.9194 16.0972 22.1405C16.1594 22.1854 16.2136 22.2403 16.2575 22.3032C16.4436 22.5864 16.3511 22.7537 16.0118 22.7783C15.6724 22.8029 15.3413 22.6905 15.0078 22.6379C14.9305 22.625 14.858 22.5887 14.796 22.6659C14.411 22.4916 14.143 22.1826 13.9008 21.855C13.6244 21.492 13.3948 21.0957 13.2174 20.6754Z" fill="#0D3B29"/>
14
+ <path d="M31.7651 27.3326C31.7618 27.3753 31.7677 27.4183 31.7822 27.4586C31.7967 27.4989 31.8196 27.5357 31.8493 27.5666C31.9008 27.6216 31.9734 27.6836 31.8985 27.7655C31.8236 27.8475 31.751 27.7971 31.6832 27.7585C31.558 27.6871 31.3976 27.6895 31.297 27.5689C31.2736 27.4999 31.1379 27.5046 31.18 27.3922C31.2724 27.2436 31.1308 27.2109 31.0548 27.1582C30.5633 26.8072 29.984 26.7276 29.4083 26.6363C29.0058 26.5731 28.6021 26.5193 28.203 26.4456C27.9199 26.3909 27.6523 26.2745 27.4193 26.1046C27.1862 25.9347 26.9936 25.7155 26.855 25.4626C26.6057 25.0367 26.7169 24.6037 27.1393 24.3603C27.4193 24.199 27.8085 24.5595 29.3638 23.6652C29.7009 23.4557 30.0133 23.2065 30.3491 22.9935C30.5235 22.8835 30.7142 22.7595 30.9413 22.8847C30.9525 22.9286 30.9538 22.9745 30.9448 23.019C30.9359 23.0635 30.9171 23.1054 30.8898 23.1416C30.8625 23.1778 30.8274 23.2073 30.787 23.2281C30.1697 23.546 29.4662 24.0896 28.7928 24.4048C28.4312 24.5639 28.0556 24.6903 27.6893 24.8377C27.5854 24.8633 27.4899 24.9153 27.412 24.9887C27.4468 25.171 27.9877 25.206 27.8227 25.4287C27.8332 25.6873 28.0392 25.7481 28.2288 25.8031C28.684 25.9354 29.1485 26.0372 29.6072 26.1542C30.2953 26.339 30.946 26.6423 31.5299 27.0506C31.6305 27.1325 31.7733 27.1711 31.7651 27.3326Z" fill="#0D3B29"/>
15
+ <path d="M10.0684 21.9555C9.86853 21.4809 9.84959 21.2745 9.79108 20.9281C9.61774 19.8696 9.7392 18.7837 10.1421 17.7896C10.2205 17.5895 10.4078 17.4386 10.4148 17.2046C10.4913 17.1293 10.5888 17.0791 10.6945 17.0606C11.2197 16.9089 10.9749 18.2972 10.9028 18.4508C10.3361 19.6736 10.4591 21.8365 10.7191 23.1368C10.6468 23.0728 10.4545 22.8721 10.0684 21.9555Z" fill="#D80000"/>
16
+ <path d="M19.9507 28.4526C19.872 28.4903 19.7856 28.5088 19.6983 28.5068C19.6111 28.5048 19.5256 28.4822 19.4487 28.4409C18.1489 27.9042 16.8078 27.4737 15.4385 27.1537C15.3753 27.1396 15.3133 27.0893 15.2325 27.1619C15.3189 27.3301 15.4337 27.4822 15.5719 27.6112C15.7345 27.7575 15.7357 27.8453 15.4958 27.864C14.8499 27.6171 14.2648 27.2508 13.6621 26.9278C13.2184 26.6887 12.7621 26.4734 12.2953 26.2831C12.1023 26.083 12.1058 26.0631 12.3585 25.9648C12.5926 25.9402 12.8149 26.0116 13.0454 26.0174C13.1332 26.0432 13.2409 26.0326 13.2935 26.1344C13.2666 26.3381 13.4375 26.3334 13.5556 26.3685C14.6088 26.7195 15.6795 27.0062 16.7468 27.3046C17.4945 27.5153 18.2563 27.6943 18.8145 27.9904C17.704 27.4755 16.3828 27.1127 15.0617 26.7465C14.6392 26.6294 14.2121 26.5311 13.792 26.4106C13.6621 26.3732 13.441 26.3814 13.4784 26.1356C13.689 26.0186 13.9009 26.1356 14.1045 26.1532C15.0259 26.2313 15.9369 26.4042 16.8228 26.6692C17.2707 26.8048 17.711 26.9646 18.1416 27.1478C18.6916 27.3957 19.2111 27.7063 19.6898 28.0735C19.8115 28.1694 19.9882 28.2396 19.9507 28.4526Z" fill="#0D3B29"/>
17
+ <path d="M23.3432 24.3499C22.9348 24.3499 22.5241 24.3324 22.1227 24.4225C21.828 24.523 21.5177 24.5702 21.2065 24.5617C20.9046 24.5617 20.6132 24.6425 20.3745 24.6659C20.7791 24.5637 21.1975 24.5274 21.6137 24.5582C22.1988 24.6284 22.7991 24.646 23.3257 24.9654C23.4427 25.0391 23.5936 25.0977 23.5843 25.2826C23.3011 25.3247 23.0554 25.1796 22.7944 25.1152C21.9556 24.9115 21.0894 24.8447 20.2294 24.9175C19.6302 24.9619 19.0358 25.0836 18.4319 25.0614C18.1593 25.0509 17.8878 25.1784 17.5637 25.0707C17.786 24.9771 17.9498 24.8894 18.1616 24.8742C18.522 24.8484 18.8567 24.6986 19.1949 24.5769C20.3429 24.1638 21.5248 24.1182 22.7242 24.2259C22.9348 24.2504 23.1525 24.2317 23.3432 24.3499Z" fill="#0D3B29"/>
18
+ <path d="M23.5842 25.2825C23.2097 24.9209 22.7346 24.7887 22.2431 24.708C21.5398 24.6098 20.8253 24.6236 20.1263 24.7489C19.3173 24.8939 18.4289 25.0104 18.3937 24.9894C19.0764 24.7818 21.4021 24.4165 22.1156 24.4224L21.9681 24.5558C22.9339 24.6347 23.8795 24.876 24.7649 25.2697C25.3675 25.5306 25.9351 25.843 26.2861 26.4492C26.4242 26.6914 26.7343 26.6341 26.9532 26.7429C26.9574 26.7833 26.9496 26.824 26.9309 26.86C26.9122 26.8959 26.8833 26.9256 26.8478 26.9454C26.7926 26.9658 26.7331 26.972 26.6748 26.9634C26.6165 26.9548 26.5613 26.9317 26.5143 26.8962C25.8661 26.5451 25.2201 26.1777 24.5402 25.8805C24.438 25.8239 24.3465 25.7499 24.2699 25.6617L23.5842 25.2825Z" fill="#00683E"/>
19
+ <path d="M27.4587 2.8698C27.7454 2.47194 28.0883 2.15364 28.5938 2.0612C28.7026 2.03896 28.6792 2.10918 28.6511 2.15716C28.5875 2.24412 28.5081 2.31835 28.4171 2.37599C27.8109 2.86864 27.7407 3.5216 27.8671 4.22722C27.8869 4.33824 27.9336 4.4427 28.0032 4.53145C28.0728 4.6202 28.163 4.69052 28.2661 4.73625C28.4269 4.80464 28.5793 4.89143 28.7202 4.99487C28.7423 4.97632 28.7681 4.96269 28.7959 4.95488C28.8237 4.94707 28.8529 4.94526 28.8814 4.94958C28.91 4.95389 28.9373 4.96422 28.9615 4.9799C28.9858 4.99558 29.0064 5.01625 29.0221 5.04051C29.0453 5.06515 29.0604 5.09628 29.0654 5.12973C29.0704 5.16319 29.0651 5.19738 29.0502 5.22774C29.0236 5.27384 28.9821 5.3095 28.9325 5.32886C28.883 5.34822 28.8283 5.35011 28.7775 5.33422C28.7014 5.31666 28.6172 5.26986 28.6605 5.41614C27.4844 4.75966 26.2171 4.36297 24.8983 4.07159L25.1324 4.02478C25.3512 3.95808 25.5688 4.02477 25.7865 4.03297C25.9234 4.05169 26.0591 4.0751 26.1949 4.0985C26.4359 4.16754 26.6887 4.19445 26.9286 4.26935C27.0983 4.32083 27.1626 4.25765 27.1521 4.08798C27.1062 3.80067 27.1149 3.50727 27.1778 3.2232C27.2352 3.07459 27.2668 2.90959 27.4587 2.8698Z" fill="#082015"/>
20
+ <path d="M6.26555 20.7808C6.39544 20.7737 6.33342 20.6872 6.31821 20.6357C6.21222 20.242 6.14713 19.8385 6.12396 19.4315C6.11637 19.3734 6.11402 19.3146 6.11694 19.256C6.11694 19.1074 6.19651 19.1191 6.28194 19.1893C6.37185 19.2795 6.4319 19.3951 6.45395 19.5205C6.54435 19.8696 6.70086 20.1981 6.91501 20.4882C6.99224 20.5842 7.07649 20.7457 7.19702 20.7071C7.31755 20.6684 7.27075 20.4894 7.27192 20.37C7.27192 20.019 7.135 19.7054 7.07415 19.3719C7.07086 19.3409 7.07546 19.3097 7.08754 19.281C7.09961 19.2524 7.11876 19.2273 7.1432 19.208C7.16777 19.2373 7.18649 19.2829 7.21809 19.2946C7.61946 19.4409 7.68616 19.7557 7.70489 20.1395C7.71659 20.4157 7.83829 20.686 7.88393 20.9586C7.91084 21.1201 7.97637 21.3191 7.76691 21.4267C7.67649 21.4773 7.57183 21.4965 7.46934 21.4813C7.36684 21.466 7.2723 21.4172 7.20053 21.3425C7.04065 21.1859 6.89352 21.0169 6.76054 20.8369C6.71725 20.7866 6.7032 20.6544 6.60023 20.7281C6.52065 20.7855 6.54289 20.8884 6.60023 20.9622C6.76752 21.1893 6.95813 21.3984 7.16894 21.5859C7.36787 21.7637 7.63702 21.7942 7.89563 21.9744C7.72805 22.0119 7.55389 22.0085 7.38789 21.9645C7.22189 21.9205 7.06892 21.8372 6.94192 21.7216C6.75469 21.5683 6.5815 21.3928 6.38374 21.2535C6.18598 21.1143 6.1263 20.9867 6.26555 20.7808Z" fill="#082015"/>
21
+ <path d="M23.5175 7.80323C23.3712 8.1812 23.074 8.40587 22.7264 8.5814C22.4842 8.69842 22.2291 8.76044 22.0114 8.5814C21.7938 8.40236 21.823 8.11333 21.9108 7.89918C22.1538 7.30924 22.1626 6.64881 21.9354 6.05262C22.1086 6.00347 22.1764 6.13921 22.2537 6.24219C22.4084 6.47658 22.5267 6.73302 22.6047 7.00281C22.655 7.13855 22.6925 7.29419 22.8832 7.286C23.074 7.27781 23.2542 7.27547 23.3513 7.07536C23.3852 7.00866 23.3899 6.88814 23.5233 6.93377C23.6054 7.21806 23.6034 7.52007 23.5175 7.80323Z" fill="#0D3B29"/>
22
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.057 22.8425C16.4389 23.5623 18.2364 23.791 19.7928 23.7271C20.0435 23.7271 20.2952 23.7292 20.5474 23.7313C21.0535 23.7355 21.5616 23.7396 22.0676 23.7271C23.0589 23.7129 23.6621 24.0242 24.5156 24.3234C25.0024 24.4941 25.4887 24.6646 25.9176 24.9675C26.0428 25.0518 26.1013 24.9804 26.0802 24.8505C26.0414 24.6497 25.9565 24.4606 25.8321 24.2982C25.2659 23.4928 24.1207 22.8362 23.2408 22.3972C20.5235 21.0415 17.4034 21.0463 14.6369 19.6958C14.4775 19.6005 14.2961 19.5481 14.1103 19.5437C13.8763 19.5929 13.84 19.7719 13.84 19.9673C13.854 20.1734 13.933 20.3697 14.0659 20.5279C14.3287 20.8798 14.6417 21.1913 14.995 21.4523C15.1466 21.5705 15.3031 21.6824 15.4596 21.7942C15.6439 21.9259 15.8283 22.0577 16.0049 22.2C16.0146 22.2079 16.0245 22.2159 16.0345 22.2239C16.1419 22.3094 16.2593 22.4031 16.2015 22.5593C16.1503 22.6977 16.0192 22.6887 15.8972 22.6802C15.8687 22.6783 15.8406 22.6763 15.8141 22.6763C15.6711 22.6729 15.5313 22.6431 15.3916 22.6133C15.2925 22.5921 15.1934 22.571 15.0933 22.5593C15.0716 22.5572 15.0481 22.5521 15.0243 22.5469C14.9287 22.5261 14.826 22.5038 14.7961 22.6658C14.8431 22.7451 14.9192 22.7794 14.9958 22.8138C15.0163 22.8231 15.0369 22.8323 15.057 22.8425Z" fill="#00683E"/>
23
+ <path d="M28.7225 4.9948C28.0204 4.84033 27.7747 4.58288 27.7232 3.96151C27.6565 3.1611 27.9139 2.53857 28.609 2.11262C28.609 2.11262 28.5997 2.07868 28.5938 2.06112L28.7799 2.02017C28.8583 2.0083 28.9384 2.01471 29.0139 2.0389C29.2374 2.12198 29.2854 2.24484 29.111 2.39931C28.3235 3.09323 28.4674 3.94982 28.6687 4.81927C28.6925 4.84109 28.71 4.86887 28.7195 4.89972C28.7289 4.93058 28.73 4.9634 28.7225 4.9948Z" fill="#0D3B29"/>
24
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M30.3028 17.844C30.1762 18.4668 29.8174 18.9361 29.372 19.3894C29.3685 19.3918 29.365 19.3944 29.3613 19.3971L28.4054 20.8357C28.3807 20.8744 28.3571 20.9134 28.3334 20.9525C28.3077 20.995 28.2819 21.0376 28.2545 21.0802C28.2485 21.0807 28.2428 21.0809 28.2371 21.081C28.15 21.2281 28.063 21.3754 27.9761 21.5226C27.9209 21.8136 26.8912 22.9665 27.0139 23.2019C27.0332 23.2391 27.1142 23.2441 27.2767 23.2543L27.2829 23.2546C27.0013 23.3635 26.6885 23.3593 26.4099 23.2429C25.0667 22.6385 27.2082 20.712 27.7267 20.0879C27.7289 20.0885 27.7344 20.0912 27.7313 20.088C28.1608 19.5883 28.5669 19.0652 29.0303 18.5983C29.331 18.2941 29.3509 17.9758 29.2702 17.6119C29.2354 17.4551 29.1956 17.2994 29.1558 17.1438C29.114 16.9799 29.0721 16.8162 29.0361 16.6511C29.0084 16.537 29.0089 16.4178 29.0374 16.3039C29.066 16.1899 29.1217 16.0846 29.2 15.997C29.206 15.9898 29.2122 15.982 29.2185 15.974C29.2693 15.9097 29.3299 15.8331 29.434 15.9361C29.7748 16.5039 30.1025 17.2129 30.3028 17.844Z" fill="#0D3B29"/>
25
+ <path d="M15.682 11.5152C15.6376 11.6568 15.4925 11.6896 15.3988 11.7774C15.3321 11.8394 15.1941 11.871 15.2818 12.0114C15.3152 12.0863 15.3396 12.1648 15.3544 12.2454C15.3708 12.3941 15.4866 12.3718 15.5755 12.3625C15.9851 12.3051 16.3947 12.2817 16.8089 12.2536L18.8053 11.933L19.0744 11.8956C18.9785 12.0325 18.7795 11.9587 18.7152 12.1156C17.5859 12.3309 16.4544 12.5263 15.3345 12.7814C15.0574 12.8345 14.7763 12.8642 14.4943 12.8703C14.4254 12.8839 14.354 12.8748 14.2908 12.8444C14.2275 12.814 14.1757 12.764 14.1432 12.7018C14.0742 12.545 14.162 12.4151 14.2661 12.3086C14.575 11.995 14.9928 11.8651 15.3696 11.6662C15.4714 11.6124 15.5779 11.5656 15.682 11.5152Z" fill="#FF2A10"/>
26
+ <path d="M11.1813 13.185C11.1052 13.9128 11.2398 14.6301 11.2854 15.3522C11.2983 15.5464 11.4797 15.7196 11.3521 15.9267C10.485 14.8045 10.2989 13.5372 10.5517 12.1751C10.5728 12.0581 10.5821 11.941 10.5973 11.824L10.6558 11.7807C10.652 12.0701 10.6211 12.3584 10.5634 12.642C10.5407 12.7505 10.5457 12.863 10.5778 12.9691C10.6099 13.0752 10.6681 13.1715 10.7471 13.2493C10.9929 13.4962 11.0502 13.4892 11.1813 13.185Z" fill="#D80000"/>
27
+ <path d="M30.6498 23.2322C30.8055 23.1678 30.8663 23.0192 30.9471 22.8882C31.0032 22.9092 31.0863 22.8683 31.1109 22.9607C30.699 24.0022 29.7734 24.393 28.829 24.757C28.657 24.8237 28.478 24.874 28.3083 24.9442C28.2392 24.9699 28.3457 24.9781 28.3364 25.0097L27.6038 25.1607C27.4622 25.1607 27.2598 25.1958 27.2305 25.0355C27.2013 24.8751 27.4119 24.8634 27.5289 24.8155C28.0099 24.6142 28.4967 24.427 28.98 24.2304C29.0741 24.1835 29.1644 24.1295 29.2503 24.0689C29.6772 23.7285 30.1479 23.4471 30.6498 23.2322Z" fill="#00683E"/>
28
+ <path d="M24.2734 25.6616C25.0908 26.0208 25.8892 26.4219 26.6652 26.8634C26.7249 26.8961 26.7893 26.9184 26.8513 26.9453C26.7858 27.0623 26.7284 27.191 26.5564 27.1618C26.2124 27.1384 25.8789 27.2788 25.5337 27.2214C25.3757 27.1957 25.1826 27.2402 25.096 27.0471H25.6355L25.6799 26.9582C24.9345 26.806 24.5648 26.2736 24.2734 25.6616Z" fill="#0D3B29"/>
29
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.1877 2.75924C18.6754 2.58567 18.0685 2.68981 17.5448 2.8252C17.6301 2.87679 17.7016 2.94819 17.7533 3.03335C17.8051 3.11851 17.8355 3.21491 17.842 3.31434C17.8526 3.40679 17.8689 3.53434 18.0187 3.53434C18.7577 3.54112 19.4895 3.67963 20.1799 3.94338C20.1803 3.94435 20.1807 3.94531 20.1812 3.94627C20.641 4.25414 21.0524 4.62881 21.4017 5.05796C21.5901 5.10359 21.5936 5.01115 21.5573 4.86956C21.555 4.86155 21.5525 4.85346 21.55 4.84532C21.5191 4.74386 21.4857 4.63404 21.6428 4.58638C21.1247 3.81977 20.3637 3.25515 19.4881 2.97943C19.3947 2.89351 19.2956 2.81739 19.1877 2.75924Z" fill="#0D3B29"/>
30
+ <path d="M16.3759 8.56746C16.2936 8.57419 16.211 8.55755 16.1378 8.51946C16.0645 8.48138 16.0034 8.42338 15.9616 8.35215C15.6093 7.86387 15.4082 7.28276 15.3836 6.68111C15.366 6.31484 15.4339 5.94625 15.3508 5.58232C15.2549 5.36115 15.3344 5.21137 15.5415 5.11424L17.0705 3.81787C16.9992 3.92085 16.2039 4.84977 16.1641 4.90594C15.4374 5.95912 15.462 7.19249 16.2308 8.32172C16.2846 8.40013 16.3724 8.45863 16.3759 8.56746Z" fill="#00683E"/>
31
+ <path d="M14.1594 28.4296C15.4443 28.9391 17.8645 31.0761 16.4287 30.7182C16.0391 30.3941 15.6622 30.0537 15.2805 29.72C15.0859 29.6002 13.9958 28.7041 14.1594 28.4296Z" fill="#0D3B29"/>
32
+ <path d="M12.1129 25.5879C11.9432 25.6956 11.7536 25.6429 11.5758 25.6382C11.3604 25.6382 11.1837 25.7272 10.9907 25.7974C10.964 25.8026 10.9391 25.8142 10.9179 25.8311C10.8968 25.8481 10.8801 25.87 10.8692 25.8949C10.8584 25.9197 10.8538 25.9469 10.8558 25.9739C10.8578 26.001 10.8663 26.0271 10.8807 26.0501C10.7018 26.0215 10.5248 25.9824 10.3506 25.9331C10.192 25.8687 10.0214 25.8395 9.85043 25.8476C9.67949 25.8557 9.51235 25.9009 9.36059 25.9799L8.89251 25.8805C8.74741 25.7822 8.56486 25.7061 8.65848 25.4721C9.80643 25.561 10.9591 25.6043 12.1129 25.5879Z" fill="#0D3B29"/>
33
+ <path d="M11.6389 26.2293C11.873 26.0818 12.107 26.2117 12.3481 26.2293C13.2491 26.475 13.9933 27.0379 14.8055 27.4521C15.0395 27.5691 15.2618 27.7271 15.49 27.8652C15.3132 27.8668 15.1397 27.8172 14.9903 27.7224C13.9113 27.1432 12.7912 26.6441 11.6389 26.2293Z" fill="#00683E"/>
34
+ <path d="M32.1125 27.3994V27.4602C32.0497 27.4632 31.9871 27.4536 31.9282 27.4319C31.8693 27.4102 31.8153 27.3768 31.7696 27.3338C31.2056 26.9031 30.5725 26.5715 29.8973 26.3532C29.7918 26.3384 29.6914 26.2982 29.6047 26.2362C29.6246 26.0127 29.8002 26.0197 29.9558 26.0232C30.3654 26.0328 30.7631 26.1631 31.0991 26.3977C31.4864 26.6668 31.8819 26.9512 32.1125 27.3994Z" fill="#00683E"/>
35
+ <path d="M25.0961 27.0483C25.5454 27.2484 25.9995 27.1653 26.4547 27.0705C26.5927 27.0401 26.5939 27.0424 26.5565 27.163C26.01 27.3315 25.4705 27.3584 24.9311 27.1255C24.689 27.019 24.4765 26.8551 24.312 26.6481C23.6942 25.8863 22.8294 25.6136 21.9248 25.4112C21.8488 25.3948 21.7716 25.3866 21.6908 25.3726C21.6246 25.3615 21.5601 25.3418 21.4989 25.3141C22.4561 25.3726 23.3934 25.4966 24.1482 26.1859C24.2307 26.2683 24.3015 26.3616 24.3588 26.4632C24.4355 26.6057 24.5405 26.731 24.6672 26.8316C24.794 26.9322 24.9399 27.0059 25.0961 27.0483Z" fill="#00683E"/>
36
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.34968 26.3707C9.06401 26.1544 12.8018 27.2828 14.8663 29.1452C14.8929 29.1572 14.9183 29.1807 14.9433 29.2039C14.9942 29.2512 15.0439 29.2973 15.1004 29.2423C15.1669 29.1777 15.1138 29.1094 15.0638 29.045C15.0504 29.0277 15.0373 29.0108 15.0266 28.9943C15.0167 28.979 15.0066 28.9638 14.9963 28.9488C14.5048 28.2258 13.6819 27.7038 12.946 27.2753C11.1075 26.2067 8.23406 24.8202 6.16713 26.1343C6.14615 26.1477 6.12102 26.1603 6.09542 26.1731C6.01395 26.2138 5.92772 26.2569 5.95533 26.3379C5.98612 26.4312 6.07879 26.4156 6.16893 26.4005C6.20212 26.3949 6.23497 26.3894 6.26426 26.3894C6.29305 26.3847 6.32157 26.3785 6.34968 26.3707Z" fill="#FF2A10"/>
37
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.6148 7.83494C14.6545 8.06077 14.3145 7.57222 14.1594 7.78755C13.953 8.08533 15.1783 9.64201 15.3819 9.78474C15.5983 9.93646 15.8429 10.0434 16.1013 10.0992C15.8064 9.75563 15.6101 9.13666 15.4466 8.73283C15.1361 7.96614 14.92 6.27621 15.6806 5.04751C17.5752 3.04994 18.5476 3.99434 17.8455 2.82407C17.5711 2.59002 16.3999 3.2863 15.838 3.58824C15.5123 3.80863 15.203 4.18754 14.9281 4.52421C14.3279 5.25942 14.504 6.73021 14.5836 7.62071C14.5895 7.69087 14.6021 7.76255 14.6148 7.83494Z" fill="#D80000"/>
38
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M22.8668 5.11897C24.2888 6.92796 24.6004 6.93285 25.1089 7.79277C25.3113 8.12159 25.3113 8.16373 24.9603 8.33808C23.6023 9.00874 22.1814 9.54377 20.7183 9.9354C20.37 10.0315 20.023 10.1321 19.6759 10.2326C19.0261 10.4209 18.3763 10.6091 17.718 10.7686C17.4551 10.832 14.8831 11.5503 15.2173 12.0382C15.4696 12.1478 15.8806 11.9025 16.1141 11.8174C20.2462 10.6986 24.3839 10.0784 28.3667 8.6119C28.9237 8.40712 29.0244 8.09117 28.6242 7.64533C27.1503 5.99874 24.8582 5.69006 23.0201 4.61929C22.7662 4.45775 22.3927 4.28313 22.0987 4.34722C22.031 4.48779 22.1675 4.67514 22.2529 4.79222C22.2634 4.80672 22.2732 4.82016 22.2817 4.83228L22.2831 4.83268C22.3686 5.00787 22.4746 5.1715 22.5808 5.3355C22.7086 5.53278 22.5348 5.71598 22.628 5.93506C22.6827 6.12738 22.8222 6.05281 22.9625 6.19524C23.0806 6.32927 23.1147 6.82018 23.1573 6.99363C23.2258 7.17624 23.5309 7.29457 23.5215 7.4785C23.516 7.58687 23.5105 7.69523 23.5209 7.80326C23.61 7.63761 23.6595 7.45357 23.6656 7.26557C23.6717 7.07757 23.6342 6.89073 23.556 6.71966C23.3578 6.22698 23.1231 5.74977 22.8539 5.29202C22.8283 5.25109 22.7842 5.06018 22.8668 5.11897Z" fill="#0D3B29"/>
39
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.2105 22.1007C4.15667 21.9228 4.14497 21.9251 4.02795 22.0585C4.09286 22.6482 4.35372 24.3778 4.50539 24.9513C4.86002 26.2021 7.76115 29.5042 9.58313 29.643C9.61474 29.6504 9.6467 29.6565 9.67893 29.6613C11.0914 29.9878 12.5237 30.065 13.9665 30.0124C13.9773 30.012 13.9885 30.0122 14 30.0124C14.0596 30.0135 14.1251 30.0146 14.1584 29.9351C14.0098 29.8836 13.8545 29.854 13.6974 29.8474C13.2863 29.805 12.8738 29.7982 12.4614 29.7914C12.2129 29.7873 11.9644 29.7832 11.7162 29.7713C11.5877 29.7652 11.4587 29.762 11.3297 29.7587C10.8881 29.7475 10.4459 29.7362 10.0148 29.6122C10.0104 29.6122 10.006 29.6121 10.0016 29.612C10.006 29.6109 10.0103 29.6098 10.0146 29.6087C10.3704 29.4811 10.4722 29.219 10.3119 28.8247C10.116 28.3679 9.49268 27.9884 8.90136 27.6285C8.26918 27.2437 7.67363 26.8812 7.67638 26.4703C7.95698 26.2699 6.61841 26.2282 6.21504 26.2619C6.59213 26.0029 7.03896 25.8646 7.4964 25.8652C7.53134 25.8652 7.56704 25.867 7.6029 25.8688L7.60293 25.8688C9.32731 25.9563 7.8524 25.4024 6.70422 25.3046C6.67401 25.2992 6.64356 25.2949 6.61291 25.2918C6.34468 25.2428 6.09359 25.1255 5.88388 24.9513C5.5361 24.6404 5.23744 24.2786 4.99804 23.8782C4.66025 23.322 4.39556 22.7245 4.2105 22.1007Z" fill="#D80000"/>
40
+ <path d="M31.1811 27.3994C31.1974 27.4719 31.3519 27.4555 31.2981 27.5761C30.4144 27.2322 29.502 26.9674 28.5715 26.785C29.4671 26.8591 30.3466 27.0661 31.1811 27.3994Z" fill="#00683E"/>
41
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.66568 24.4789C1.42757 24.1239 1.18936 23.7687 0.978542 23.395C0.33482 22.2842 0.071439 20.9936 0.228449 19.7194C0.249213 19.4573 0.329854 19.2035 0.464159 18.9775C0.598464 18.7515 0.78285 18.5593 1.00312 18.4158C1.30152 18.2988 1.59991 18.362 1.89363 18.4287C3.47658 18.7893 4.36771 19.6965 5.69092 21.0198C5.75295 21.0982 6.53928 21.8749 6.38014 21.9054L5.57027 21.2171C5.56501 21.2161 5.55959 21.2149 5.55399 21.2137C5.40775 21.0856 5.25982 20.9603 5.11223 20.8354C4.36063 20.1991 3.58884 19.3152 2.51968 19.4994C0.301336 20.1697 1.88703 23.8356 2.64021 24.9946C2.78179 25.2134 2.96085 25.4113 3.02755 25.6722C2.9628 26.0434 1.78429 24.6557 1.66568 24.4789Z" fill="#FF2A10"/>
42
+ <path d="M6.37995 21.8993C6.53442 21.6957 6.25474 21.6372 6.24304 21.4909C6.54729 21.6852 7.02941 22.2035 7.13473 22.4832C6.79771 22.3533 6.6058 22.1053 6.37995 21.8993Z" fill="#082015"/>
43
+ <path d="M28.4943 25.3409H27.8437C27.8395 25.324 27.8395 25.3063 27.8437 25.2894C28.0637 25.3035 28.2848 25.2461 28.4943 25.3409Z" fill="#0D3B29"/>
44
+ <path d="M29.8343 3.42684C29.9513 3.3028 29.8518 3.14366 29.8998 3.00674C29.9428 3.0797 29.9639 3.16342 29.9608 3.24802C29.9577 3.33263 29.9305 3.41457 29.8823 3.48418C29.8781 3.48485 29.8738 3.48456 29.8698 3.48335C29.8657 3.48213 29.862 3.48001 29.8589 3.47715C29.8493 3.46109 29.8411 3.44427 29.8343 3.42684Z" fill="#082015"/>
45
+ <path d="M28.6582 4.61685C28.5967 4.41069 28.5967 4.19109 28.6582 3.98494C28.6593 4.19557 28.6582 4.40621 28.6582 4.61685Z" fill="#082015"/>
46
+ <path d="M0.0528472 19.971C0.0832726 20.2571 0.089146 20.5452 0.0704011 20.8323L0.0458263 20.9973C0.0352946 20.6544 -0.0559805 20.3104 0.0528472 19.971Z" fill="#082015"/>
47
+ <path d="M0.591983 22.893L0.70846 23.1259C0.551216 23.105 0.482495 23.0421 0.591983 22.893Z" fill="#082015"/>
48
+ <path d="M25.2714 5.75666C24.5284 5.42433 23.7748 5.11306 23.0481 4.74796C22.7614 4.60403 22.5086 4.4203 22.1681 4.46711C22.5835 4.35828 22.9989 4.43785 23.4097 4.47998C24.9604 4.63196 26.4715 5.05995 27.8716 5.74378C27.9055 5.76016 27.936 5.78474 27.9687 5.80463C28.266 6.11122 28.6229 6.34644 28.9505 6.61675C29.2843 6.91306 29.5841 7.24547 29.8445 7.6079C29.9213 7.69672 29.978 7.80099 30.0109 7.91364C30.0438 8.0263 30.0521 8.14471 30.0353 8.26086C29.9885 8.52532 30.1172 8.65054 30.3325 8.75235C30.4601 8.8132 30.645 8.82724 30.6531 9.03203C30.0224 9.18883 29.3928 9.34915 28.7609 9.5001C27.8342 9.7201 26.905 9.93189 25.9759 10.1484C24.4344 10.487 22.8862 10.7916 21.3314 11.0623C20.5801 11.1922 19.8371 11.3771 19.0905 11.5304C18.1157 11.7352 17.1351 11.9107 16.165 12.1541C16.0421 12.1857 15.9251 12.2325 15.8058 12.2711C15.6232 12.3109 15.4383 12.4033 15.264 12.2512C15.2359 12.1693 15.1926 12.0862 15.2722 12.009C16.6319 11.4239 18.0701 11.1372 19.5082 10.8388C21.707 10.3894 23.8824 9.83243 26.052 9.25904C26.8672 9.03102 27.6706 8.76232 28.459 8.45394C28.83 8.31469 28.878 8.08885 28.6217 7.78226C28.0015 7.03918 27.1929 6.5594 26.3246 6.1709C25.9817 6.02463 25.6237 5.89709 25.2714 5.75666Z" fill="#00683E"/>
49
+ <path d="M30.6533 9.02737C30.4883 8.86822 30.2554 8.83546 30.0682 8.71142C29.9511 8.63302 29.8809 8.57567 29.9242 8.41185C30.005 8.11345 29.9137 7.85601 29.7323 7.59271C29.283 6.95379 28.6616 6.50561 28.0753 6.01647C28.0028 5.95562 27.8904 5.92519 27.9677 5.7953C29.2549 6.3804 30.3537 7.19953 31.1693 8.36972C31.1958 8.41027 31.2196 8.45248 31.2407 8.4961C31.4303 8.84716 31.4186 8.87875 31.0242 8.96417C30.9061 9.01013 30.7799 9.03163 30.6533 9.02737Z" fill="#1C895D"/>
50
+ <path d="M7.37945 20.6473C7.37945 20.7363 7.37126 20.8322 7.27882 20.8732C7.18637 20.9141 7.0951 20.8521 7.02488 20.7807C6.70308 20.4542 6.36408 20.1224 6.22014 19.6965C5.88055 18.71 6.05307 17.6716 6.52872 16.5282C6.44028 18.1041 7.43312 19.1899 7.37945 20.6473Z" fill="#FF2A10"/>
51
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.803 4.52101C14.9786 4.75505 14.6653 6.09347 14.6855 6.62752C14.6934 6.83514 14.7012 7.04265 14.6931 7.24869C14.687 7.40373 14.7046 7.55845 14.7223 7.71367C14.7386 7.85721 14.755 8.00117 14.7527 8.14622C14.7527 8.15466 14.7528 8.1631 14.7528 8.17151C14.7533 8.29023 14.7538 8.40549 14.6533 8.49728C14.271 8.6884 14.0226 7.94131 13.8366 7.38183C13.7597 7.15056 13.6935 6.95134 13.6329 6.8637C13.374 7.25025 13.4266 7.86967 13.4634 8.30346C13.4765 8.45801 13.4876 8.589 13.4819 8.67749C13.4268 8.94032 13.2575 9.13117 13.0895 9.32044C13.072 9.34015 13.0546 9.35985 13.0372 9.37961C13.0001 9.42254 12.9627 9.46543 12.9254 9.50834C12.4539 10.0503 11.9788 10.5964 11.7208 11.2882C11.5222 11.7957 11.392 12.3273 11.3334 12.8691C11.3261 12.9958 11.2988 13.1206 11.2527 13.2389C11.2363 13.2655 11.224 13.296 11.2116 13.3266C11.1745 13.4187 11.1372 13.511 10.9906 13.4952C10.8197 13.4764 10.5716 13.2717 10.5447 13.0844C10.5125 12.9147 10.5125 12.7404 10.5447 12.5707C10.5723 12.4424 10.587 12.3086 10.6018 12.1734C10.6159 12.0446 10.6302 11.9145 10.6559 11.7867C10.8551 10.8748 11.1697 9.99198 11.5921 9.15961C12.1694 7.96968 12.8442 6.82954 13.6095 5.75084C13.8341 5.4291 14.9391 4.25424 14.803 4.52101Z" fill="#FF2A10"/>
52
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M26.4725 4.18922C26.6931 4.11681 26.8269 3.81045 26.9587 3.63788C27.0715 3.49019 27.1843 3.34239 27.2855 3.18559L27.4997 2.8243C27.492 2.74977 27.5732 2.57421 27.4997 2.53167C27.3229 2.42933 25.6142 3.79374 25.35 3.94152L25.1593 4.02114C25.5314 4.07267 26.1029 4.31051 26.4725 4.18922Z" fill="#FF2A10"/>
53
+ <path d="M20.9454 18.3317C21.186 18.5013 21.3599 18.7496 21.4369 19.0338C21.5539 19.4223 21.4662 19.5686 21.0788 19.6657C20.9618 19.6949 20.8191 19.6657 20.7559 19.8143C19.6935 19.2743 18.7853 18.474 18.1159 17.488C17.9872 17.3054 17.8819 17.1077 17.7414 16.9321C17.429 16.5296 17.4056 16.1025 17.5811 15.6449C17.7142 15.2877 17.9126 14.9583 18.1662 14.6737C18.8353 13.9112 19.6666 13.3083 20.5991 12.909C21.0484 12.792 21.1139 12.8411 21.1842 13.3034C21.252 13.7293 21.2134 14.1588 21.2204 14.5906C21.22 14.8046 21.2621 15.0167 21.3445 15.2143C21.6897 16.0416 21.5013 16.7718 20.9103 17.4154C20.7792 17.5725 20.6335 17.7166 20.475 17.846C20.3369 17.949 20.3872 18.0145 20.5207 18.0649C20.6833 18.1117 20.8647 18.155 20.9454 18.3317Z" fill="#00683E"/>
54
+ <path d="M20.9453 18.3316L20.1262 17.9969C20.3602 17.7629 20.5942 17.5686 20.8142 17.3627C21.3794 16.8256 21.5936 15.8929 21.2449 15.2119C21.1675 15.0554 21.1274 14.8832 21.1278 14.7087C21.115 14.2043 21.17 13.6976 21.0764 13.1945C21.0249 12.9148 20.9734 12.8609 20.7042 12.944C20.6446 12.9628 20.6153 12.9663 20.6048 12.8996C21.1325 12.6152 21.7083 12.4643 22.2781 12.3028C22.7685 12.1771 23.2406 11.9883 23.6824 11.7411C24.4231 11.3034 25.2656 11.156 26.0988 11.0085C25.8648 11.4134 25.8028 11.8675 25.7548 12.3203C25.6612 13.2062 25.1638 13.8416 24.4933 14.367C23.9515 14.7918 23.3231 15.0527 22.676 15.2751C22.4432 15.35 22.2328 15.482 22.064 15.659C21.8952 15.836 21.7733 16.0524 21.7094 16.2884C21.5093 16.9496 21.3151 17.6119 20.9687 18.2157C20.9534 18.2525 20.9455 18.2918 20.9453 18.3316Z" fill="#1C895D"/>
55
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.6285 11.1909C10.6329 12.5377 9.70181 13.2922 9.06697 14.2955C9.0666 14.2962 9.06742 14.2958 9.06815 14.2955C8.59123 15.4115 8.18669 16.6234 7.90878 17.8055C7.87546 17.9473 7.83813 18.1061 7.69902 18.108C7.55437 18.1099 7.4875 17.9431 7.42883 17.7967C7.41773 17.769 7.40693 17.7421 7.39594 17.7171C7.30834 17.5002 7.20698 16.6321 7.19701 16.3983C7.0144 13.781 8.57785 12.2998 10.5789 10.8037C10.6094 10.8546 10.764 10.6636 10.7661 10.7229C10.7681 10.7823 10.6554 11.138 10.6285 11.1909Z" fill="#FF2A10"/>
56
+ <path d="M32.1126 27.3993C31.6808 26.9312 31.2315 26.4737 30.6148 26.2455C30.3776 26.1594 30.1275 26.1143 29.8752 26.1121C29.8229 26.1082 29.7703 26.1168 29.7219 26.1371C29.6735 26.1575 29.6306 26.189 29.5967 26.2291C29.0583 26.1356 28.5273 26.0038 28.0076 25.8348C27.7069 25.7271 27.6332 25.5211 27.7958 25.3538C27.8707 25.5036 28.0217 25.4884 28.1469 25.5106C28.8045 25.6276 29.4739 25.6908 30.1186 25.8804C30.7951 26.0706 31.4037 26.4488 31.8739 26.971C32.0024 27.0804 32.0871 27.2325 32.1126 27.3993Z" fill="#0D3B29"/>
57
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M26.9532 23.2719C26.8869 23.1692 26.9565 23.0675 27.0181 22.9775C27.7157 21.9582 29.2936 19.2706 30.3027 17.5793C30.4329 17.856 30.4834 18.3414 30.5096 18.6469C30.5904 18.9547 30.5427 19.2648 30.4648 19.5613C30.1138 20.8614 29.538 22.0328 28.5153 22.9467C28.3459 23.1316 27.1441 23.5675 26.9532 23.2719Z" fill="#00683E"/>
58
+ <path d="M13.4563 26.1764C14.1795 26.4561 14.9436 26.5942 15.6797 26.8107C16.8077 27.1418 17.9393 27.459 18.9878 28.0043C19.0674 28.0452 19.1785 28.0546 19.2101 28.1751C19.1136 28.1903 19.0149 28.1695 18.9328 28.1166C17.9159 27.6953 16.851 27.4332 15.7932 27.1512C14.9401 26.9242 14.0987 26.6539 13.2644 26.3672C13.1918 26.3426 13.0584 26.3496 13.0865 26.2244C13.1076 26.1343 13.2234 26.1881 13.2925 26.1612C13.3034 26.1498 13.3168 26.1411 13.3316 26.1356C13.3465 26.1301 13.3623 26.128 13.3781 26.1294C13.3938 26.1309 13.409 26.1359 13.4225 26.144C13.4361 26.1521 13.4476 26.1632 13.4563 26.1764Z" fill="#082015"/>
59
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M29.187 2.20864C28.7096 1.8763 28.2345 2.05417 27.4961 2.83703C26.333 3.55317 25.36 3.95912 24.9498 4.08797C25.1151 4.12989 25.279 4.16998 25.4417 4.20977C25.7649 4.28881 26.0832 4.36667 26.3985 4.4554C28.3799 4.99273 30.1485 6.1254 31.4654 7.70034C31.8012 8.09821 32.0973 8.53586 32.0575 9.09053C32.0455 9.2554 32.0009 9.41834 31.951 9.60058C31.923 9.7029 31.8933 9.81131 31.8668 9.92956C31.2419 9.4018 30.6287 9.51297 30.0108 9.65573C29.3307 9.81299 28.6507 9.97145 27.9707 10.1299C26.2219 10.5374 24.4727 10.9451 22.7194 11.3326C21.7378 11.5494 20.7459 11.7353 19.7544 11.9211L19.7537 11.9212L19.7531 11.9213C19.3269 12.0012 18.9003 12.0812 18.4751 12.1635C18.1224 12.236 18.5544 12.0923 18.536 11.9938C17.9899 12.0874 17.4414 12.1802 16.8907 12.2723C16.6823 12.3067 16.4742 12.3389 16.2659 12.3712C16.0988 12.3971 15.9315 12.4231 15.7638 12.4501C15.6584 12.469 15.5509 12.4734 15.4443 12.463C15.2882 12.4403 15.2485 12.2713 15.4268 12.2302C15.6349 12.1814 15.8429 12.1317 16.051 12.082C16.6865 11.9301 17.3226 11.7781 17.9626 11.6521C19.1 11.4277 20.2387 11.2092 21.3774 10.9907C23.0713 10.6656 24.7654 10.3405 26.4546 9.99626C27.4761 9.78805 28.4898 9.54423 29.5029 9.30053C30.0044 9.17991 30.5057 9.05932 31.0078 8.94309C31.0731 8.92728 31.1372 8.90663 31.2126 8.88233C31.2656 8.86527 31.3244 8.84632 31.3928 8.82607C31.3647 8.77481 31.3379 8.72484 31.3119 8.67615C31.2297 8.52257 31.1544 8.38179 31.0628 8.25384C30.225 7.08365 29.0583 6.33356 27.7922 5.71921C26.2174 4.95625 24.5028 4.5249 22.7545 4.45189C22.6447 4.4467 22.533 4.44809 22.3955 4.44981C22.3162 4.4508 22.2283 4.45189 22.1273 4.45189L23.4219 6.99353L23.1573 6.46424C22.0181 5.08704 21.6255 4.99647 20.9257 4.45432C20.665 4.25229 20.405 4.05088 20.2 3.80595C19.3305 2.75278 18.6518 2.51874 17.2874 2.91075C15.8773 3.31564 14.9142 4.28456 14.3829 5.66304L14.2659 5.95676L14.1723 5.92516L14.5807 4.73742C12.7397 6.76623 11.3953 9.19505 10.6535 11.8323L10.5529 11.8007C10.5805 11.5412 10.6073 11.2817 10.6368 10.9962L10.6369 10.9956L10.6371 10.993L10.6535 10.8341C9.16038 11.7293 8.10487 12.9124 7.45776 14.5073C6.81064 16.1023 6.67022 17.6786 7.15702 19.325C6.68894 18.5059 6.53097 17.6142 6.56139 16.6734C6.12959 17.3287 6.06523 18.7961 6.38937 20.8439C6.21607 20.6414 6.12797 20.4585 6.03824 20.2031C5.92546 19.8821 5.81224 19.5598 5.79023 19.2314C5.63713 17.1627 6.16123 15.1004 7.2834 13.3559C7.8486 12.4654 8.64199 11.7703 9.4974 11.17C10.0744 10.7588 10.5326 10.2025 10.8256 9.55744C11.688 7.80215 12.6862 6.12995 14.0272 4.69061C14.7485 3.93087 15.5912 3.29653 16.5209 2.81363C17.0625 2.50785 17.6676 2.3318 18.2887 2.29931C18.9098 2.26683 19.53 2.37879 20.1005 2.6264C20.554 2.80345 20.9917 3.01876 21.4088 3.27C22.5403 3.97914 23.7129 4.01658 24.9018 3.49702C25.4635 3.25129 26.0013 2.94709 26.5377 2.64369C26.6628 2.57293 26.7881 2.50206 26.9133 2.43214C27.4364 2.14077 27.9583 1.86694 28.5832 1.88918C29.4714 1.9196 29.9933 2.45438 29.9418 3.29341C29.9289 3.34355 29.9116 3.39249 29.8903 3.43968C29.8678 3.37079 29.8477 3.31164 29.8295 3.25833C29.8014 3.17593 29.778 3.10718 29.7581 3.0383C29.6961 2.81597 29.5744 2.5948 29.3427 2.61937C29.1964 2.63459 29.0127 2.81948 28.946 2.97043C28.7262 3.47297 28.6349 4.0223 28.6803 4.56891C28.6851 4.63401 28.6915 4.69856 28.6987 4.77208C28.7022 4.80693 28.7058 4.8438 28.7096 4.88369C28.1643 4.14413 28.3866 2.92011 29.187 2.20864ZM31.5883 10.1484C31.2782 11.4017 30.8066 12.566 30.0588 13.6133C29.315 14.6742 28.4278 15.6268 27.4224 16.444L28.348 16.3071C28.3561 16.399 28.3561 16.4914 28.348 16.5833C27.9291 18.6042 27.035 20.3642 25.4822 21.7555C25.3339 21.8825 25.1775 21.9997 25.0141 22.1066C24.5566 22.4214 24.3623 22.3945 23.934 22.02C23.5213 21.6385 23.0864 21.2818 22.6316 20.9516C21.9822 20.5058 21.3034 20.0997 20.6201 19.7089C19.3562 18.9869 18.4224 17.9536 17.6852 16.719C17.5862 16.5605 17.5315 16.3783 17.5268 16.1914C17.522 16.0046 17.5675 15.8199 17.6583 15.6565C17.8745 15.2114 18.1501 14.7977 18.4774 14.4266C19.5177 13.3255 20.8447 12.7181 22.2876 12.3144C22.5835 12.2316 22.8668 12.1057 23.1506 11.9796C23.364 11.8848 23.5776 11.7898 23.7971 11.713C24.4531 11.4705 25.1209 11.2615 25.7981 11.0869C26.8315 10.8426 27.87 10.6136 28.9088 10.3845C29.3626 10.2845 29.817 10.1843 30.2706 10.0829C30.4048 10.0601 30.5365 10.0244 30.6638 9.97639C31.0125 9.8149 31.3203 9.85586 31.5883 10.1484ZM19.5727 9.10921C20.1801 8.99336 20.75 8.78156 21.211 8.33923C21.0976 8.38484 20.9839 8.43053 20.8611 8.47614C20.0537 8.76869 19.231 8.84943 18.4037 8.55571C17.6513 8.29008 17.1376 7.78807 16.9995 6.97947C16.9101 6.43623 17.0111 5.87879 17.2853 5.4014C17.5595 4.924 17.9901 4.55593 18.5044 4.35941C18.722 4.27961 18.9557 4.24423 19.1891 4.2089C19.2946 4.19294 19.3999 4.17699 19.5037 4.15697C19.1374 4.09653 18.7667 4.06717 18.3955 4.0692C17.6396 4.09495 16.4799 4.6344 16.1289 5.77534C15.8012 6.84372 16.0996 7.86881 16.9714 8.55103C17.7461 9.15719 18.6366 9.29059 19.5727 9.10921ZM29.4585 15.928C30.9084 17.0678 32.0949 19.0559 30.5421 21.3776C30.0167 22.1651 28.8243 23.1189 27.9513 23.3997L28.3234 23.0814C29.5539 22.0789 30.3404 20.6325 30.5128 19.0548C30.569 18.5867 30.3958 18.073 30.2343 17.6131C30.1032 17.2391 29.9226 16.8822 29.7421 16.5253C29.6634 16.3696 29.5846 16.2139 29.51 16.0567C29.501 16.038 29.4935 16.0183 29.4821 15.9888C29.4758 15.9722 29.4682 15.9524 29.4585 15.928ZM15.6292 25.6663C16.1921 25.7236 16.3652 25.7927 16.6508 26.1156C16.5013 26.0974 16.36 26.0789 16.224 26.0611C15.967 26.0274 15.7287 25.9962 15.4899 25.974C15.2854 25.9557 15.081 25.9322 14.8764 25.9087C14.0487 25.8136 13.2205 25.7184 12.3901 25.967C12.626 26.0256 12.8652 26.0705 13.1063 26.1016C13.3052 26.1285 13.5045 26.1542 13.7037 26.18L13.7043 26.1801C14.8571 26.3291 16.0107 26.4782 17.12 26.8493C17.7144 27.0352 18.2906 27.2749 18.8414 27.5655C18.9339 27.6166 19.0297 27.665 19.126 27.7137C19.568 27.9372 20.0215 28.1666 20.228 28.6854C20.258 28.6881 20.2882 28.6881 20.3181 28.6854C20.2957 28.4693 20.2566 28.2553 20.2011 28.0453C19.994 27.4286 19.5201 27.0448 18.9502 26.8107C18.5426 26.6444 18.1188 26.5218 17.6948 26.3992C17.4602 26.3314 16.8847 26.2738 16.7303 26.0583C16.4483 25.6663 16.2459 25.6043 15.6292 25.6663ZM23.8416 24.399C24.8265 24.5986 27.2253 25.3656 26.9741 26.7715C26.9649 26.8233 26.9553 26.8768 26.9508 26.9301L24.0546 25.444H25.0098C24.3658 25.1191 23.4464 24.7888 22.7311 24.6962C22.2508 24.6449 21.7631 24.6571 21.2755 24.6692H21.275C21.0621 24.6745 20.4585 24.7246 20.2462 24.7246C21.2811 24.3688 22.7682 24.182 23.8416 24.399ZM15.4911 5.40682C14.4859 7.31072 15.7778 9.70961 17.9391 9.89918C18.6895 9.97195 19.4465 9.86651 20.1485 9.59143C20.7546 9.3722 21.2589 8.93781 21.5656 8.37091C20.9781 8.93495 20.2503 9.20175 19.485 9.40887C17.8935 9.83833 16.4869 9.04144 15.9533 7.84901C15.9334 7.80454 15.9194 7.7437 15.8843 7.72263C15.1883 7.3134 15.4911 6.09854 15.4911 5.40682ZM29.0501 25.795C28.8913 25.7778 28.7306 25.7995 28.582 25.8582C28.3726 25.9284 27.9443 25.8125 27.8202 25.6241C27.7032 25.4533 27.7676 25.3222 27.9946 25.3246C29.3875 25.3226 32.9078 25.6538 32.4062 27.6134C31.3612 26.0478 30.3976 26.0652 29.0501 25.795ZM23.8332 23.4454C23.9224 23.4693 24.0117 23.4932 24.1014 23.5155L24.1306 23.4523C24.0559 23.4094 23.9776 23.373 23.8966 23.3435C23.6641 23.274 23.4327 23.1991 23.2012 23.1243C22.6533 22.947 22.1052 22.7698 21.5433 22.6636C19.6492 22.3045 19.1876 22.3428 17.3351 21.8135C17.2756 21.8069 15.7999 21.3453 15.7404 21.3519C15.7777 21.378 15.8115 21.402 15.8427 21.4241C15.9384 21.492 16.0097 21.5427 16.0856 21.5859C17.8078 22.5684 19.82 22.7688 21.7453 23.0649C22.2402 23.141 22.735 23.217 23.2284 23.3026C23.4325 23.3382 23.6327 23.3918 23.8332 23.4454ZM14.8764 28.9311C13.7793 27.8926 13.7 27.7857 12.3868 27.0564L12.3861 27.056C11.9568 26.8176 12.4301 26.9442 12.6727 27.031C13.9179 27.4764 15.1573 28.0476 16.1558 28.9311C16.6239 29.3419 16.9866 29.8158 16.948 30.4852C16.8421 31.4417 15.1907 29.2286 14.8764 28.9311ZM0.225969 19.5216C-0.223384 21.7894 0.774789 23.5646 2.20125 25.1771C2.32759 25.0953 2.08537 24.8711 2.0147 24.7675C1.84722 24.522 1.67975 24.2765 1.52371 24.0269C0.94564 23.1258 0.458837 22.1791 0.372243 21.092L0.367057 21.0282C0.288652 20.0656 0.208767 19.0847 1.12468 18.3783C0.647045 18.5543 0.322584 19.0301 0.225969 19.5216ZM31.126 22.8929C31.2711 23.2697 31.1436 23.5553 30.9458 23.7963C30.7854 23.9923 30.5922 24.159 30.3748 24.289C29.6539 24.7138 28.8839 25.004 28.0344 25.0461C27.821 25.0681 27.606 25.0721 27.3919 25.0578C28.9794 24.46 30.5673 24.46 31.126 22.8929ZM17.6234 5.54037C17.5354 5.69007 17.4915 5.8616 17.4968 6.03516C17.5261 6.22512 17.5716 6.41224 17.6326 6.59451C17.7589 6.89642 17.9988 6.94323 18.2329 6.72441C18.3551 6.61862 18.4437 6.47938 18.4878 6.32385C18.5319 6.16832 18.5295 6.00329 18.481 5.8491C18.46 5.772 18.4335 5.69578 18.407 5.61948C18.3727 5.52094 18.3384 5.42226 18.316 5.32135C18.2668 5.10837 18.1439 5.10603 17.9942 5.18911C17.8399 5.2689 17.7114 5.39068 17.6234 5.54037ZM20.1714 23.84L20.172 23.84C20.8903 23.8346 21.6086 23.8291 22.3262 23.8455C22.641 23.8528 22.9542 23.9085 23.2676 23.9642C23.4084 23.9893 23.5495 24.0144 23.6906 24.0351C23.7623 23.8269 23.2086 23.6777 23.0576 23.6676C22.4109 23.624 21.7615 23.6147 21.1133 23.6054C21.0132 23.6039 20.9132 23.6025 20.8131 23.6009C19.2882 23.5823 17.7855 23.1368 16.2766 23.1368C16.3268 23.583 19.783 23.843 20.1714 23.84ZM19.8571 4.93047C19.8154 4.93231 19.7745 4.94268 19.7369 4.96095C19.6993 4.97923 19.6659 5.00501 19.6387 5.0367C19.6115 5.0684 19.5911 5.10534 19.5788 5.14524C19.5664 5.18513 19.5624 5.22714 19.5669 5.26866C19.5669 5.61504 20.0022 6.01173 20.3416 5.93918C21.0157 5.79341 20.3322 4.86286 19.8571 4.93047ZM30.3268 6.13584C30.8007 5.31553 30.2823 3.88088 29.4094 3.51578C30.1699 4.19444 30.1874 5.19745 30.3268 6.13584ZM29.4386 4.07743C29.3969 4.07092 29.3542 4.07442 29.314 4.08764C29.2739 4.10086 29.2375 4.12343 29.2078 4.15348C29.178 4.18353 29.1559 4.22021 29.1431 4.26049C29.1304 4.30078 29.1274 4.34352 29.1344 4.38519C29.1496 4.59934 29.2912 4.7421 29.5006 4.70817C29.8985 4.64119 29.8257 4.13698 29.4386 4.07743Z" fill="white"/>
60
+ <path d="M25.8614 4.1698C25.9422 4.17164 26.359 4.16425 26.4291 4.12403C26.4992 4.08382 26.557 4.0252 26.5963 3.95452C26.7952 3.67953 27.0663 3.19125 27.3916 3.02391C27.3916 3.02391 27.2253 3.89521 27.2656 4.24941C27.2797 4.42377 27.2106 4.44834 27.0667 4.40973C26.7741 4.33249 26.1446 4.24586 25.8614 4.1698Z" fill="#D80000"/>
61
+ <path d="M22.3426 20.7375L20.7559 19.8084C20.7336 19.6094 20.8998 19.6094 21.0192 19.5743C21.3702 19.4573 21.4357 19.3227 21.3105 18.9681C21.2251 18.7224 21.0168 18.5621 20.8975 18.3409C20.8843 18.289 20.8823 18.2349 20.8913 18.1821C20.9004 18.1293 20.9204 18.0789 20.9501 18.0343C21.2097 17.5108 21.4144 16.9618 21.561 16.3961C21.6312 16.1004 21.778 15.8285 21.9867 15.6077C22.1954 15.3868 22.4587 15.2249 22.7499 15.1381C23.2698 14.972 23.7647 14.7358 24.2208 14.436C25.1043 13.8392 25.6391 13.04 25.7023 11.9517C25.7222 11.6006 25.7807 11.2496 26.0873 11.0155L26.4535 10.8576C27.6986 10.6001 28.9449 10.345 30.1888 10.0841C30.3789 10.0438 30.5661 9.991 30.7493 9.9261C30.8584 9.88623 30.9757 9.87433 31.0906 9.8915C31.2055 9.90867 31.3143 9.95436 31.4069 10.0244C31.5907 10.1414 31.5977 10.2374 31.4736 10.386C31.2923 10.269 31.1905 10.3275 31.1226 10.5229C31.0769 10.6516 31.0512 10.8061 30.8885 10.8587C30.2157 11.1934 29.5346 11.5222 29.0268 12.0933C28.0227 13.2213 26.794 14.0498 25.5033 14.8023C24.5098 15.3874 23.5327 15.9865 22.7522 16.8501C22.1472 17.5206 21.7529 18.2848 21.7634 19.2139C21.7728 19.785 22.022 20.2753 22.3426 20.7375Z" fill="#ACDECA"/>
62
+ <path d="M20.9454 18.3317C21.186 18.5013 21.3599 18.7496 21.4369 19.0338C21.5539 19.4223 21.4662 19.5686 21.0788 19.6657C20.9618 19.6949 20.8191 19.6657 20.7559 19.8143C19.6935 19.2743 18.7853 18.474 18.1159 17.488C17.9872 17.3054 17.8819 17.1077 17.7414 16.9321C17.429 16.5296 17.4056 16.1025 17.5811 15.6449C17.7142 15.2877 17.9126 14.9583 18.1662 14.6737C18.8353 13.9112 19.6666 13.3083 20.5991 12.909C21.0484 12.792 21.1139 12.8411 21.1842 13.3034C21.252 13.7293 21.2134 14.1588 21.2204 14.5906C21.22 14.8046 21.2621 15.0167 21.3445 15.2143C21.6897 16.0416 21.5013 16.7718 20.9103 17.4154C20.7792 17.5725 20.6335 17.7166 20.475 17.846C20.3369 17.949 20.3872 18.0145 20.5207 18.0649C20.6833 18.1117 20.8647 18.155 20.9454 18.3317Z" fill="#00683E"/>
63
+ <path d="M20.9453 18.3314L20.1262 17.9968C20.3602 17.7627 20.5942 17.5685 20.8142 17.3625C21.3794 16.8254 21.5936 15.8928 21.2449 15.2117C21.1675 15.0553 21.1274 14.8831 21.1278 14.7085C21.115 14.2042 21.17 13.6975 21.0764 13.1943C21.0249 12.9146 20.9734 12.8608 20.7042 12.9439C20.6446 12.9626 20.6153 12.9661 20.6048 12.8994C21.1325 12.6151 21.7083 12.4641 22.2781 12.3026C22.7685 12.1769 23.2406 11.9881 23.6824 11.7409C24.4231 11.3033 25.2656 11.1558 26.0988 11.0084C25.8648 11.4133 25.8028 11.8673 25.7548 12.3202C25.6612 13.206 25.1638 13.8414 24.4933 14.3668C23.9515 14.7916 23.3231 15.0526 22.676 15.2749C22.4432 15.3499 22.2328 15.4819 22.064 15.6588C21.8952 15.8358 21.7733 16.0522 21.7094 16.2883C21.5093 16.9494 21.3151 17.6118 20.9687 18.2156C20.9534 18.2523 20.9455 18.2917 20.9453 18.3314Z" fill="#1C895D"/>
64
+ <path d="M16.2207 6.72396C16.2111 6.47004 16.3358 5.57281 16.7445 5.63359C16.3373 6.62825 16.7083 7.46142 17.3039 8.28875C16.7185 7.98248 16.2461 7.39794 16.2207 6.72396Z" fill="#FF2A10"/>
65
+ <path d="M22.5263 7.08359C22.2381 6.34826 21.0401 4.8765 20.7755 4.61186C19.7169 3.55327 19.2826 2.95027 19.4523 3.02399C19.8268 3.37505 22.2958 5.37277 22.6374 5.7566C23.0209 6.27218 23.4219 6.72897 23.4219 6.99361C23.5172 7.6093 22.6662 7.44055 22.5263 7.08359Z" fill="#00683E"/>
66
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M22.4112 11.3741C22.3896 11.6904 22.4036 12.0142 22.415 12.2802C22.4211 12.422 22.4265 12.5475 22.4255 12.6466C22.4109 14.0037 24.7042 15.1286 27.5477 15.1591C30.3911 15.1896 32.708 14.1141 32.7226 12.757C32.7233 12.6911 32.7261 12.6093 32.7292 12.516C32.7515 11.865 32.7929 10.6497 32.2808 10.2946C31.6757 9.87493 30.6044 9.99093 29.4484 10.1161C28.8373 10.1823 28.2025 10.251 27.6004 10.2445C27.5355 10.2438 27.4699 10.2423 27.4037 10.2399C27.0576 10.3131 26.7285 10.3809 26.405 10.4475C25.3402 10.6669 24.3376 10.8734 23.0009 11.2182C22.8157 11.2659 22.6168 11.3186 22.4112 11.3741Z" fill="#C88C00"/>
67
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M27.5639 13.6376C30.4073 13.6681 32.7242 12.5926 32.7387 11.2355C32.744 10.745 32.4477 10.2847 31.9328 9.89555L31.9309 9.90422C31.9309 9.90422 31.1849 9.46755 30.7965 9.46455C30.6481 9.4634 30.214 9.57566 29.7235 9.70251C29.4405 9.7757 29.1387 9.85374 28.8621 9.91767C27.9227 10.1348 27.1487 10.2943 26.405 10.4475C25.3402 10.6668 24.3376 10.8733 23.0009 11.2181C22.8312 11.2619 22.6498 11.3098 22.4624 11.3602C22.6967 12.6098 24.8864 13.6089 27.5639 13.6376Z" fill="#FFCA06"/>
68
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M23.5555 11.078C23.4406 11.1064 23.3234 11.1357 23.2036 11.1661C23.2499 12.3218 25.2202 13.2708 27.6545 13.2969C30.1257 13.3234 32.1393 12.3888 32.1519 11.2093C32.1592 10.5306 31.5022 9.91867 30.4721 9.51641C30.2981 9.55486 30.0771 9.6111 29.8377 9.67291C30.1576 9.76495 30.4484 9.8755 30.703 10.0004C31.4778 10.3804 31.8049 10.8291 31.8009 11.2056C31.7969 11.5821 31.4602 12.0236 30.6774 12.387C29.9206 12.7382 28.8534 12.9587 27.6582 12.9459C26.4631 12.9331 25.4008 12.6897 24.6518 12.3223C23.877 11.9423 23.5498 11.4936 23.5538 11.1171C23.554 11.1042 23.5545 11.0911 23.5555 11.078Z" fill="#C88C00"/>
69
+ <path d="M79.9177 14.8366H76.3133V0.16658H79.9177V14.8366Z" fill="#00683E"/>
70
+ <path d="M64.8609 14.8366V12.0013H68.7293C69.418 12.0013 69.9078 11.8712 70.1986 11.611C70.497 11.3508 70.6462 10.9606 70.6462 10.4402V10.245C70.6462 9.72466 70.497 9.33438 70.1986 9.07419C69.9078 8.80635 69.4065 8.67243 68.6948 8.67243H64.8035V6.05524H68.603C69.2688 6.05524 69.7394 5.92515 70.0149 5.66496C70.2904 5.40478 70.4281 5.02597 70.4281 4.52855V4.41376C70.4281 3.924 70.2904 3.55668 70.0149 3.31179C69.7394 3.05926 69.2688 2.93299 68.603 2.93299H64.792V0.16658H68.9818C70.7572 0.16658 72.0313 0.465031 72.8043 1.06193C73.5772 1.65118 73.9636 2.52358 73.9636 3.67912V3.8513C73.9636 4.7237 73.734 5.40095 73.2749 5.88306C72.8234 6.36517 72.1117 6.63684 71.1398 6.69806V6.82433C72.2188 6.96973 73.0071 7.33323 73.5045 7.91482C74.0019 8.49642 74.2506 9.31142 74.2506 10.3598V10.6698C74.2506 12.0472 73.845 13.088 73.0338 13.792C72.2303 14.4884 70.9409 14.8366 69.1655 14.8366H64.8609ZM62.3011 14.8366V0.16658H65.7447V14.8366H62.3011Z" fill="#00683E"/>
71
+ <path d="M46.9297 14.8366L51.131 0.16658H56.526L60.7043 14.8366H57.077L53.9662 2.53123H53.7022L50.557 14.8366H46.9297ZM50.4996 11.3814V8.59208H57.1115V11.3814H50.4996Z" fill="#00683E"/>
72
+ <path d="M40.973 15.0662C40.4986 15.0662 40.0241 15.0279 39.5496 14.9514C39.0752 14.8748 38.6466 14.7639 38.264 14.6185L38 11.5881C38.352 11.7105 38.704 11.8062 39.0561 11.875C39.4081 11.9439 39.7677 11.9783 40.1351 11.9783C40.9769 11.9783 41.5431 11.7985 41.8339 11.4388C42.1247 11.0715 42.2701 10.509 42.2701 9.75144V0.16658H45.8745V9.96954C45.8745 11.6455 45.4995 12.9158 44.7496 13.7805C43.9996 14.6376 42.7408 15.0662 40.973 15.0662Z" fill="#00683E"/>
73
+ <path d="M70.8175 32.1666V18.1853H74.4104V32.1666H70.8175ZM66.7654 20.4926V17.4966H78.4509V20.4926H66.7654Z" fill="white"/>
74
+ <path d="M55.0123 32.1666V17.4966H58.5249V32.1666H55.0123ZM56.0569 32.1666V29.1706H65.2859V32.1666H56.0569ZM57.067 26.1631V23.2819H65.0104V26.1631H57.067ZM56.0454 20.4581V17.4966H65.1826V20.4581H56.0454Z" fill="white"/>
75
+ <path d="M43.5598 32.1666V29.3313H47.4282C48.1169 29.3313 48.6067 29.2012 48.8975 28.941C49.1959 28.6808 49.3451 28.2906 49.3451 27.7702V27.575C49.3451 27.0547 49.1959 26.6644 48.8975 26.4042C48.6067 26.1364 48.1054 26.0024 47.3937 26.0024H43.5024V23.3852H47.3019C47.9677 23.3852 48.4383 23.2552 48.7138 22.995C48.9893 22.7348 49.127 22.356 49.127 21.8586V21.7438C49.127 21.254 48.9893 20.8867 48.7138 20.6418C48.4383 20.3893 47.9677 20.263 47.3019 20.263H43.4909V17.4966H47.6807C49.4561 17.4966 50.7303 17.795 51.5032 18.3919C52.2761 18.9812 52.6625 19.8536 52.6625 21.0091V21.1813C52.6625 22.0537 52.433 22.731 51.9738 23.2131C51.5223 23.6952 50.8106 23.9668 49.8387 24.0281V24.1543C50.9177 24.2997 51.706 24.6632 52.2034 25.2448C52.7008 25.8264 52.9495 26.6414 52.9495 27.6898V27.9998C52.9495 29.3772 52.5439 30.418 51.7327 31.122C50.9292 31.8184 49.6398 32.1666 47.8644 32.1666H43.5598ZM41 32.1666V17.4966H44.4437V32.1666H41Z" fill="white"/>
76
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM7 3L7 10H9V3H7ZM7 11V13H9V11H7Z" fill="#FF5050"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10Z" fill="rgb(var(--primary))" fill-opacity="0.25"/>
3
+ <path d="M3.5 2.40041C5.40459 4.03096 6.68901 6.36504 6.95062 9H9V0.0493752C9.32891 0.0167194 9.6625 0 10 0C10.3375 0 10.6711 0.0167194 11 0.0493752V9H13.0494C13.311 6.36504 14.5954 4.03096 16.5 2.40041C17.0083 2.83562 17.4725 3.32093 17.8848 3.84871C16.3635 5.11521 15.3193 6.93545 15.0619 9H19.9506C19.9833 9.32891 20 9.6625 20 10C20 10.3375 19.9833 10.6711 19.9506 11H15.0619C15.3193 13.0645 16.3635 14.8848 17.8848 16.1513C17.4725 16.6791 17.0083 17.1644 16.5 17.5996C14.5954 15.969 13.311 13.635 13.0494 11H11V19.9506C10.6711 19.9833 10.3375 20 10 20C9.6625 20 9.32891 19.9833 9 19.9506V11H6.95062C6.68901 13.635 5.40459 15.969 3.5 17.5996C2.99166 17.1644 2.52749 16.6791 2.11517 16.1513C3.63654 14.8848 4.68066 13.0645 4.93811 11H0.0493752C0.0167194 10.6711 0 10.3375 0 10C0 9.6625 0.0167195 9.32891 0.0493753 9H4.93811C4.68066 6.93545 3.63654 5.11521 2.11517 3.84871C2.5275 3.32093 2.99166 2.83562 3.5 2.40041Z" fill="rgb(var(--primary))"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="135" height="46" viewBox="0 0 135 46" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M108.493 28.72V26.44C109.239 26.44 109.839 26.2267 110.293 25.8C110.746 25.3733 111.119 24.8133 111.413 24.12C111.706 23.4 112.013 22.6 112.333 21.72L120.293 0H122.453L131.133 22.12C131.293 22.5733 131.506 23.2133 131.773 24.04C132.039 24.8667 132.186 25.5867 132.213 26.2C132.666 26.1733 133.106 26.1467 133.533 26.12C133.959 26.0933 134.333 26.08 134.653 26.08V28.72H124.453V26.52C125.279 26.52 125.839 26.3467 126.133 26C126.426 25.6533 126.546 25.2 126.493 24.64C126.466 24.08 126.333 23.5067 126.093 22.92L125.093 20.2L115.813 20.36L114.933 23.04C114.773 23.4933 114.586 24.0133 114.373 24.6C114.159 25.16 113.946 25.6667 113.733 26.12C114.213 26.0933 114.733 26.0667 115.293 26.04C115.879 26.0133 116.346 26 116.693 26V28.72H108.493ZM124.213 17.8L122.053 11.92C121.733 11.0133 121.426 10.1067 121.133 9.2C120.866 8.26667 120.639 7.41333 120.453 6.64H120.373C120.213 7.17333 120.013 7.86667 119.773 8.72C119.559 9.57333 119.253 10.5467 118.853 11.64L116.693 17.8H124.213ZM79.9888 28.7201V26.5201C80.7354 26.4935 81.3088 26.3735 81.7088 26.1601C82.1088 25.9201 82.3888 25.5201 82.5488 24.9601C82.7088 24.3735 82.7888 23.5735 82.7888 22.5601V6.60014C82.7888 5.93347 82.8021 5.29347 82.8288 4.68014C82.8821 4.0668 82.9221 3.5868 82.9488 3.24014C82.4954 3.2668 81.9754 3.29347 81.3888 3.32014C80.8021 3.32014 80.3354 3.33347 79.9888 3.36014V0.720136C81.7488 0.693469 83.5088 0.680137 85.2688 0.680137C87.0554 0.65347 88.8288 0.640137 90.5888 0.640137C93.0154 0.640137 95.0688 0.920137 96.7488 1.48014C98.4554 2.04014 99.7354 2.92014 100.589 4.12014C101.469 5.29347 101.895 6.84014 101.869 8.76014C101.842 9.85347 101.589 10.9201 101.109 11.9601C100.629 13.0001 99.8688 13.9201 98.8288 14.7201C97.7888 15.5201 96.4021 16.1468 94.6688 16.6001C95.1754 16.8668 95.6554 17.2535 96.1088 17.7601C96.5888 18.2668 97.0288 18.8268 97.4288 19.4401L99.5888 22.7601C100.122 23.5868 100.615 24.2801 101.069 24.8401C101.522 25.3735 101.989 25.7868 102.469 26.0801C102.949 26.3468 103.522 26.4935 104.189 26.5201V28.7201H98.1088C97.5488 28.2668 97.0154 27.7068 96.5088 27.0401C96.0288 26.3735 95.5221 25.6001 94.9888 24.7201L92.1088 20.1201C91.7621 19.5601 91.4288 19.0401 91.1088 18.5601C90.8154 18.0535 90.4821 17.6268 90.1088 17.2801C89.6821 17.3068 89.2954 17.3201 88.9488 17.3201C88.6021 17.3201 88.2288 17.3068 87.8288 17.2801V22.7201C87.8288 23.4668 87.8154 24.1468 87.7888 24.7601C87.7621 25.3735 87.7221 25.8535 87.6688 26.2001C87.9621 26.1735 88.3088 26.1601 88.7088 26.1601C89.1354 26.1335 89.5488 26.1201 89.9488 26.1201C90.3488 26.0935 90.6688 26.0801 90.9088 26.0801V28.7201H79.9888ZM89.9088 14.8801C91.4021 14.8535 92.6288 14.6268 93.5888 14.2001C94.5754 13.7735 95.3088 13.1068 95.7888 12.2001C96.2954 11.2935 96.5488 10.1335 96.5488 8.72014C96.5488 7.52014 96.3621 6.5468 95.9888 5.80014C95.6421 5.05347 95.1621 4.48014 94.5488 4.08014C93.9621 3.68014 93.3088 3.41347 92.5888 3.28014C91.8954 3.12014 91.2021 3.04014 90.5088 3.04014C89.8154 3.04014 89.2688 3.1468 88.8688 3.36014C88.4688 3.57347 88.1888 3.96014 88.0288 4.52014C87.8954 5.05347 87.8288 5.7868 87.8288 6.72014V14.7601C88.1488 14.7868 88.4821 14.8135 88.8288 14.8401C89.1754 14.8668 89.5354 14.8801 89.9088 14.8801ZM32.9041 26.1603C32.5041 26.3736 31.9307 26.4936 31.1841 26.5203V28.7203H42.3441V26.0803C42.1041 26.0803 41.7574 26.0936 41.3041 26.1203C40.8774 26.1203 40.4507 26.1336 40.0241 26.1603C39.5974 26.1603 39.2107 26.1736 38.8641 26.2003C38.9174 25.8536 38.9574 25.3736 38.9841 24.7603C39.0107 24.1469 39.0241 23.4669 39.0241 22.7203V18.4403C39.3974 18.4669 39.7841 18.4803 40.1841 18.4803H41.4241C43.5841 18.4269 45.4241 18.1203 46.9441 17.5603C48.4907 17.0003 49.7307 16.2803 50.6641 15.4003C51.6241 14.4936 52.3174 13.5203 52.7441 12.4803C53.1974 11.4136 53.4241 10.3469 53.4241 9.28027C53.4241 7.28027 52.9574 5.6536 52.0241 4.40027C51.0908 3.12027 49.7441 2.17361 47.9841 1.56027C46.2241 0.920272 44.1307 0.613605 41.7041 0.640272C39.9441 0.666938 38.1841 0.680272 36.4241 0.680272C34.6641 0.680272 32.9174 0.693604 31.1841 0.720271V3.36027C31.5307 3.3336 31.9974 3.32027 32.5841 3.32027C33.1707 3.2936 33.6907 3.26694 34.1441 3.24027C34.1174 3.58694 34.0774 4.06694 34.0241 4.68027C33.9974 5.2936 33.9841 5.93361 33.9841 6.60027V22.5603C33.9841 23.5736 33.9041 24.3736 33.7441 24.9603C33.5841 25.5203 33.3041 25.9203 32.9041 26.1603ZM40.0241 16.0003C39.7041 15.9736 39.3708 15.9469 39.0241 15.9203V6.72027C39.0241 5.78694 39.0907 5.05361 39.2241 4.52027C39.3841 3.96027 39.6507 3.5736 40.0241 3.36027C40.4241 3.14694 40.9707 3.04027 41.6641 3.04027C42.4107 3.04027 43.1574 3.12027 43.9041 3.28027C44.6507 3.44027 45.3307 3.74694 45.9441 4.20027C46.5574 4.62694 47.0507 5.25361 47.4241 6.08027C47.7974 6.90694 47.9841 7.97361 47.9841 9.28027C47.9841 10.7203 47.7174 11.9469 47.1841 12.9603C46.6507 13.9469 45.8641 14.7069 44.8241 15.2403C43.8107 15.7736 42.5574 16.0403 41.0641 16.0403C40.6907 16.0403 40.3441 16.0269 40.0241 16.0003ZM14 29.3601C11.4667 29.3601 9.30667 28.9334 7.52 28.0801C5.73333 27.2267 4.28 26.0934 3.16 24.6801C2.06667 23.2401 1.26667 21.6534 0.76 19.9201C0.253333 18.1867 0 16.4534 0 14.7201C0 13.0401 0.28 11.3467 0.84 9.64008C1.4 7.90674 2.25333 6.32008 3.4 4.88008C4.57333 3.44008 6.04 2.28008 7.8 1.40008C9.56 0.520078 11.6267 0.0800781 14 0.0800781C16.4267 0.0800781 18.52 0.520078 20.28 1.40008C22.0667 2.28008 23.52 3.45341 24.64 4.92008C25.7867 6.36008 26.6267 7.93341 27.16 9.64008C27.72 11.3467 28 13.0401 28 14.7201C28 16.3734 27.72 18.0534 27.16 19.7601C26.6 21.4667 25.7333 23.0534 24.56 24.5201C23.4133 25.9601 21.96 27.1334 20.2 28.0401C18.44 28.9201 16.3733 29.3601 14 29.3601ZM14.32 26.8801C15.8133 26.8801 17.0667 26.5334 18.08 25.8401C19.12 25.1467 19.96 24.2401 20.6 23.1201C21.24 22.0001 21.7067 20.7734 22 19.4401C22.32 18.0801 22.48 16.7467 22.48 15.4401C22.48 13.6534 22.2933 11.9867 21.92 10.4401C21.5467 8.86674 20.9867 7.49341 20.24 6.32008C19.52 5.14675 18.6 4.22675 17.48 3.56008C16.36 2.86675 15.0667 2.53341 13.6 2.56008C12.1333 2.58674 10.88 2.96008 9.84 3.68008C8.82667 4.37341 7.98667 5.29341 7.32 6.44008C6.68 7.56008 6.21333 8.80008 5.92 10.1601C5.62667 11.5201 5.48 12.8534 5.48 14.1601C5.48 15.4934 5.64 16.8934 5.96 18.3601C6.28 19.8267 6.78667 21.2134 7.48 22.5201C8.17333 23.8267 9.08 24.8801 10.2 25.6801C11.3467 26.4801 12.72 26.8801 14.32 26.8801ZM59.6019 1.00342C59.133 1.0029 59.0461 1.67075 59.4996 1.79022L75.0397 5.88426C75.2933 5.95108 75.5416 5.75978 75.5416 5.49747L75.5417 1.42071C75.5418 1.19996 75.3629 1.02094 75.1422 1.0207L59.6019 1.00342ZM57.6322 3.30609C57.5545 2.875 58.1265 2.65051 58.3627 3.01939L74.6057 28.3845C74.7762 28.6508 74.585 29.0003 74.2688 29.0003H62.5999C62.4063 29.0003 62.2405 28.8617 62.2062 28.6712L57.6322 3.30609ZM58.6398 2.65958C58.2726 2.35919 58.6411 1.78289 59.0679 1.99017L75.3346 9.89068C75.4724 9.9576 75.5599 10.0973 75.5599 10.2505V15.6561C75.5599 15.9935 75.1678 16.1794 74.9066 15.9657L58.6398 2.65958ZM72.7134 35.9821V45.7201H74.7474V35.9821H72.7134ZM72.7134 32.3101V34.6501H74.7474V32.3101H72.7134ZM80.0054 45.7201V35.9821H81.9494V37.1617C82.1804 36.7804 82.4864 36.4772 82.8674 36.2521C83.3954 35.9281 84.0074 35.7661 84.7034 35.7661C85.4234 35.7661 86.0594 35.9221 86.6114 36.2341C87.1634 36.5461 87.5954 36.9781 87.9074 37.5301C88.2194 38.0821 88.3754 38.7181 88.3754 39.4381V45.7201H86.3594V39.9781C86.3594 39.4861 86.2694 39.0721 86.0894 38.7361C85.9094 38.3881 85.6514 38.1241 85.3154 37.9441C84.9914 37.7521 84.6194 37.6561 84.1994 37.6561C83.7794 37.6561 83.4014 37.7521 83.0654 37.9441C82.7414 38.1241 82.4894 38.3881 82.3094 38.7361C82.1294 39.0841 82.0394 39.4981 82.0394 39.9781V45.7201H80.0054ZM98.1301 45.9361C97.1941 45.9361 96.3361 45.7141 95.5561 45.2701C94.7881 44.8261 94.1761 44.2201 93.7201 43.4521C93.2641 42.6841 93.0361 41.8141 93.0361 40.8421C93.0361 39.8581 93.2641 38.9881 93.7201 38.2321C94.1761 37.4641 94.7881 36.8641 95.5561 36.4321C96.3241 35.9881 97.1821 35.7661 98.1301 35.7661C99.0901 35.7661 99.9481 35.9881 100.704 36.4321C101.472 36.8641 102.078 37.4641 102.522 38.2321C102.978 38.9881 103.206 39.8581 103.206 40.8421C103.206 41.8261 102.978 42.7021 102.522 43.4701C102.066 44.2381 101.454 44.8441 100.686 45.2881C99.9181 45.7201 99.0661 45.9361 98.1301 45.9361ZM98.1301 44.0461C98.7061 44.0461 99.2161 43.9081 99.6601 43.6321C100.104 43.3561 100.452 42.9781 100.704 42.4981C100.968 42.0061 101.1 41.4541 101.1 40.8421C101.1 40.2301 100.968 39.6841 100.704 39.2041C100.452 38.7241 100.104 38.3461 99.6601 38.0701C99.2161 37.7941 98.7061 37.6561 98.1301 37.6561C97.5661 37.6561 97.0561 37.7941 96.6001 38.0701C96.1561 38.3461 95.8021 38.7241 95.5381 39.2041C95.2861 39.6841 95.1601 40.2301 95.1601 40.8421C95.1601 41.4541 95.2861 42.0061 95.5381 42.4981C95.8021 42.9781 96.1561 43.3561 96.6001 43.6321C97.0561 43.9081 97.5661 44.0461 98.1301 44.0461ZM64.2223 45.9361C63.2263 45.9361 62.3503 45.6901 61.5943 45.1981C60.8503 44.7061 60.3283 44.0461 60.0283 43.2181L61.5943 42.4801C61.8583 43.0321 62.2183 43.4701 62.6743 43.7941C63.1423 44.1181 63.6583 44.2801 64.2223 44.2801C64.7023 44.2801 65.0923 44.1721 65.3923 43.9561C65.6923 43.7401 65.8423 43.4461 65.8423 43.0741C65.8423 42.8341 65.7763 42.6421 65.6443 42.4981C65.5123 42.3421 65.3443 42.2161 65.1403 42.1201C64.9483 42.0241 64.7503 41.9521 64.5463 41.9041L63.0163 41.4721C62.1763 41.2321 61.5463 40.8721 61.1263 40.3921C60.7183 39.9001 60.5143 39.3301 60.5143 38.6821C60.5143 38.0941 60.6643 37.5841 60.9643 37.1521C61.2643 36.7081 61.6783 36.3661 62.2063 36.1261C62.7343 35.8861 63.3283 35.7661 63.9883 35.7661C64.8763 35.7661 65.6683 35.9881 66.3643 36.4321C67.0603 36.8641 67.5523 37.4701 67.8403 38.2501L66.2743 38.9881C66.0823 38.5201 65.7763 38.1481 65.3563 37.8721C64.9483 37.5961 64.4863 37.4581 63.9703 37.4581C63.5263 37.4581 63.1723 37.5661 62.9083 37.7821C62.6443 37.9861 62.5123 38.2561 62.5123 38.5921C62.5123 38.8201 62.5723 39.0121 62.6923 39.1681C62.8123 39.3121 62.9683 39.4321 63.1603 39.5281C63.3523 39.6121 63.5503 39.6841 63.7543 39.7441L65.3383 40.2121C66.1423 40.4401 66.7603 40.8001 67.1923 41.2921C67.6243 41.7721 67.8403 42.3481 67.8403 43.0201C67.8403 43.5961 67.6843 44.1061 67.3723 44.5501C67.0723 44.9821 66.6523 45.3241 66.1123 45.5761C65.5723 45.8161 64.9423 45.9361 64.2223 45.9361ZM48.5059 45.5941C49.0099 45.8221 49.5919 45.9361 50.2519 45.9361C50.8039 45.9361 51.3019 45.8581 51.7459 45.7021C52.2019 45.5461 52.6039 45.3241 52.9519 45.0361C53.1228 44.8994 53.2788 44.7506 53.4199 44.5895V45.7201H55.3639V39.1681C55.3639 38.4961 55.1959 37.9081 54.8599 37.4041C54.5359 36.8881 54.0739 36.4861 53.4739 36.1981C52.8859 35.9101 52.2079 35.7661 51.4399 35.7661C50.8279 35.7661 50.2459 35.8681 49.6939 36.0721C49.1539 36.2761 48.6799 36.5641 48.2719 36.9361C47.8639 37.2961 47.5699 37.7161 47.3899 38.1961L49.0819 39.0421C49.2739 38.5981 49.5679 38.2381 49.9639 37.9621C50.3719 37.6741 50.8459 37.5301 51.3859 37.5301C51.9739 37.5301 52.4419 37.6861 52.7899 37.9981C53.1499 38.2981 53.3299 38.6881 53.3299 39.1681V39.5396L50.2339 40.0501C49.4899 40.1701 48.8719 40.3741 48.3799 40.6621C47.8879 40.9501 47.5219 41.3041 47.2819 41.7241C47.0539 42.1441 46.9399 42.6181 46.9399 43.1461C46.9399 43.7101 47.0779 44.2021 47.3539 44.6221C47.6299 45.0301 48.0139 45.3541 48.5059 45.5941ZM50.6299 41.6161L53.3299 41.1444V41.6701C53.3299 42.1621 53.2159 42.6121 52.9879 43.0201C52.7599 43.4161 52.4359 43.7341 52.0159 43.9741C51.6079 44.2141 51.1279 44.3341 50.5759 44.3341C50.1319 44.3341 49.7659 44.2201 49.4779 43.9921C49.2019 43.7521 49.0639 43.4461 49.0639 43.0741C49.0639 42.6901 49.1899 42.3781 49.4419 42.1381C49.6939 41.8861 50.0899 41.7121 50.6299 41.6161ZM38.2539 45.9361C37.2819 45.9361 36.4179 45.7141 35.6619 45.2701C34.9179 44.8141 34.3239 44.2021 33.8799 43.4341C33.4479 42.6661 33.2319 41.7961 33.2319 40.8241C33.2319 39.8641 33.4479 39.0001 33.8799 38.2321C34.3119 37.4641 34.9059 36.8641 35.6619 36.4321C36.4179 35.9881 37.2819 35.7661 38.2539 35.7661C38.9139 35.7661 39.5319 35.8861 40.1079 36.1261C40.6839 36.3541 41.1819 36.6721 41.6019 37.0801C42.0339 37.4881 42.3519 37.9621 42.5559 38.5021L40.7739 39.3301C40.5699 38.8261 40.2399 38.4241 39.7839 38.1241C39.3399 37.8121 38.8299 37.6561 38.2539 37.6561C37.7019 37.6561 37.2039 37.7941 36.7599 38.0701C36.3279 38.3341 35.9859 38.7121 35.7339 39.2041C35.4819 39.6841 35.3559 40.2301 35.3559 40.8421C35.3559 41.4541 35.4819 42.0061 35.7339 42.4981C35.9859 42.9781 36.3279 43.3561 36.7599 43.6321C37.2039 43.9081 37.7019 44.0461 38.2539 44.0461C38.8419 44.0461 39.3519 43.8961 39.7839 43.5961C40.2279 43.2841 40.5579 42.8701 40.7739 42.3541L42.5559 43.2001C42.3639 43.7161 42.0519 44.1841 41.6199 44.6041C41.1999 45.0121 40.7019 45.3361 40.1259 45.5761C39.5499 45.8161 38.9259 45.9361 38.2539 45.9361Z" fill="#E0A825"/>
3
+ </svg>