@talken/talkenkit 2.3.11 → 2.3.13

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 (410) hide show
  1. package/dist/components/RainbowKitProvider/RainbowKitProvider.d.ts +8 -1
  2. package/dist/index.d.ts +2 -0
  3. package/dist/index.js +1030 -117
  4. package/dist/solana/SolanaWalletProvider.d.ts +7 -2
  5. package/dist/solana/hooks/index.d.ts +12 -0
  6. package/dist/solana/hooks/useSolanaAccount.d.ts +98 -0
  7. package/dist/solana/hooks/useSolanaConnection.d.ts +72 -0
  8. package/dist/solana/hooks/useSolanaSendTransaction.d.ts +98 -0
  9. package/dist/solana/hooks/useSolanaSignMessage.d.ts +82 -0
  10. package/dist/wallets/walletConnectors/abcWallet/abcApi.d.ts +2 -1
  11. package/dist/wallets/walletConnectors/abcWallet/abcApi.js +4 -3
  12. package/dist/wallets/walletConnectors/abcWallet/abcBitcoinConnector.js +4 -3
  13. package/dist/wallets/walletConnectors/abcWallet/abcConnector.d.ts +1 -1
  14. package/dist/wallets/walletConnectors/abcWallet/abcConnector.js +6 -5
  15. package/dist/wallets/walletConnectors/abcWallet/abcProvider.js +3 -3
  16. package/dist/wallets/walletConnectors/abcWallet/abcSolProvider.d.ts +14 -19
  17. package/dist/wallets/walletConnectors/abcWallet/abcSolProvider.js +4 -1
  18. package/dist/wallets/walletConnectors/abcWallet/abcSolanaConnector.js +3 -3
  19. package/dist/wallets/walletConnectors/abcWallet/abcSolanaProvider.js +1 -1
  20. package/dist/wallets/walletConnectors/abcWallet/abcSolanaWallet.js +7 -6
  21. package/dist/wallets/walletConnectors/abcWallet/abcWallet.js +7 -6
  22. package/dist/wallets/walletConnectors/abcWallet/api/AuthApi.js +4 -4
  23. package/dist/wallets/walletConnectors/abcWallet/api/BaseApiClient.js +3 -3
  24. package/dist/wallets/walletConnectors/abcWallet/api/BitcoinApi.js +4 -4
  25. package/dist/wallets/walletConnectors/abcWallet/api/SigningApi.js +4 -4
  26. package/dist/wallets/walletConnectors/abcWallet/api/SolanaApi.d.ts +2 -0
  27. package/dist/wallets/walletConnectors/abcWallet/api/SolanaApi.js +5 -4
  28. package/dist/wallets/walletConnectors/abcWallet/api/TransactionApi.js +4 -4
  29. package/dist/wallets/walletConnectors/abcWallet/api/WalletApi.d.ts +2 -1
  30. package/dist/wallets/walletConnectors/abcWallet/api/WalletApi.js +5 -4
  31. package/dist/wallets/walletConnectors/abcWallet/api/index.js +14 -13
  32. package/dist/wallets/walletConnectors/abcWallet/index.js +30 -29
  33. package/dist/wallets/walletConnectors/abcWallet/networkConfig.d.ts +189 -0
  34. package/dist/wallets/walletConnectors/abcWallet/networkConfig.js +33 -0
  35. package/dist/wallets/walletConnectors/abcWallet/types.d.ts +19 -2
  36. package/dist/wallets/walletConnectors/abcWallet/utils.js +2 -2
  37. package/dist/wallets/walletConnectors/{chunk-24SQ562R.js → chunk-25LLSYLN.js} +12 -12
  38. package/dist/wallets/walletConnectors/{chunk-3WVSOTC4.js → chunk-2E2TVL4A.js} +8 -8
  39. package/dist/wallets/walletConnectors/chunk-2GODJ6NU.js +398 -0
  40. package/dist/wallets/walletConnectors/{chunk-43LOEA55.js → chunk-2PDAR5KA.js} +10 -10
  41. package/dist/wallets/walletConnectors/{chunk-4LVXMPGO.js → chunk-2RVWT7N7.js} +1 -1
  42. package/dist/wallets/walletConnectors/{chunk-3UNSJDAS.js → chunk-2XFKRGDK.js} +10 -10
  43. package/dist/wallets/walletConnectors/chunk-2ZFMD7GF.js +419 -0
  44. package/dist/wallets/walletConnectors/chunk-3OYZYIBX.js +361 -0
  45. package/dist/wallets/walletConnectors/chunk-3WRALPTT.js +403 -0
  46. package/dist/wallets/walletConnectors/{chunk-2J66VMY5.js → chunk-43LPUTHW.js} +19 -14
  47. package/dist/wallets/walletConnectors/{chunk-2GIBC7XF.js → chunk-4H6TSGD7.js} +5 -5
  48. package/dist/wallets/walletConnectors/chunk-4OPIMV4N.js +376 -0
  49. package/dist/wallets/walletConnectors/{chunk-5OFAP55G.js → chunk-4QPXFUDC.js} +1 -1
  50. package/dist/wallets/walletConnectors/chunk-4TFDVNMF.js +370 -0
  51. package/dist/wallets/walletConnectors/chunk-4VO5XDCV.js +63 -0
  52. package/dist/wallets/walletConnectors/chunk-4YKA5OIT.js +63 -0
  53. package/dist/wallets/walletConnectors/{chunk-OEB7MRS5.js → chunk-5AAIZIND.js} +3 -3
  54. package/dist/wallets/walletConnectors/{chunk-SUXK3JW6.js → chunk-5DDAV4BZ.js} +2 -2
  55. package/dist/wallets/walletConnectors/chunk-5KCTAEQB.js +391 -0
  56. package/dist/wallets/walletConnectors/chunk-5OKJZU3F.js +63 -0
  57. package/dist/wallets/walletConnectors/chunk-5PBZRTEM.js +63 -0
  58. package/dist/wallets/walletConnectors/chunk-5SLXMCS2.js +34 -0
  59. package/dist/wallets/walletConnectors/{chunk-BHMMHU7Y.js → chunk-5VL7T6AY.js} +46 -5
  60. package/dist/wallets/walletConnectors/{chunk-NKJLO4QH.js → chunk-62ZC3BGR.js} +4 -4
  61. package/dist/wallets/walletConnectors/{chunk-OHRTTVNJ.js → chunk-636QKXSN.js} +1 -1
  62. package/dist/wallets/walletConnectors/chunk-6DMWYDIO.js +390 -0
  63. package/dist/wallets/walletConnectors/{chunk-ESRU5KCF.js → chunk-6KO5WQ5C.js} +7 -2
  64. package/dist/wallets/walletConnectors/chunk-6URAISNZ.js +388 -0
  65. package/dist/wallets/walletConnectors/{chunk-6KUCZXJE.js → chunk-6V3335LE.js} +7 -7
  66. package/dist/wallets/walletConnectors/{chunk-CNHVIXPV.js → chunk-75NE2OUD.js} +48 -7
  67. package/dist/wallets/walletConnectors/chunk-76O6JH3T.js +39 -0
  68. package/dist/wallets/walletConnectors/chunk-7UHZX522.js +369 -0
  69. package/dist/wallets/walletConnectors/{chunk-DMRM7XAS.js → chunk-A7KV643A.js} +21 -16
  70. package/dist/wallets/walletConnectors/chunk-ADMITKUE.js +63 -0
  71. package/dist/wallets/walletConnectors/{chunk-P2E4LSYH.js → chunk-AKYC5VZG.js} +8 -3
  72. package/dist/wallets/walletConnectors/chunk-AL7R7JQU.js +124 -0
  73. package/dist/wallets/walletConnectors/{chunk-3J3XZMJ7.js → chunk-AY4TMZG6.js} +2 -2
  74. package/dist/wallets/walletConnectors/{chunk-ASUECF4H.js → chunk-AZRYTD6J.js} +8 -8
  75. package/dist/wallets/walletConnectors/{chunk-BKXPGZMQ.js → chunk-B23AX3U3.js} +46 -5
  76. package/dist/wallets/walletConnectors/{chunk-SPR4W5TG.js → chunk-BNSBK5PQ.js} +2 -2
  77. package/dist/wallets/walletConnectors/{chunk-RSZS2RMC.js → chunk-BPLIASJE.js} +1 -1
  78. package/dist/wallets/walletConnectors/chunk-CB4CSXNY.js +63 -0
  79. package/dist/wallets/walletConnectors/chunk-CGLM5KXH.js +1683 -0
  80. package/dist/wallets/walletConnectors/chunk-CNI3U6UK.js +39 -0
  81. package/dist/wallets/walletConnectors/chunk-CSLAM3IH.js +39 -0
  82. package/dist/wallets/walletConnectors/chunk-CTSR4YUH.js +376 -0
  83. package/dist/wallets/walletConnectors/{chunk-X5LRFFBP.js → chunk-D6MSZOEN.js} +90 -94
  84. package/dist/wallets/walletConnectors/{chunk-DAZZIITX.js → chunk-DA7TFV7F.js} +7 -2
  85. package/dist/wallets/walletConnectors/{chunk-JBRW4UTW.js → chunk-DHVD2NUK.js} +9 -4
  86. package/dist/wallets/walletConnectors/chunk-DPL5VRGJ.js +156 -0
  87. package/dist/wallets/walletConnectors/chunk-DSEWXHE6.js +44 -0
  88. package/dist/wallets/walletConnectors/chunk-DU6M25IR.js +269 -0
  89. package/dist/wallets/walletConnectors/chunk-E3PO2XKJ.js +433 -0
  90. package/dist/wallets/walletConnectors/chunk-E5YF2QC2.js +63 -0
  91. package/dist/wallets/walletConnectors/chunk-ENAFVPRZ.js +374 -0
  92. package/dist/wallets/walletConnectors/chunk-ENHE6LS7.js +368 -0
  93. package/dist/wallets/walletConnectors/chunk-EPUITAK3.js +63 -0
  94. package/dist/wallets/walletConnectors/chunk-EQZ6IAAM.js +39 -0
  95. package/dist/wallets/walletConnectors/chunk-F2LC3G36.js +269 -0
  96. package/dist/wallets/walletConnectors/chunk-F5HCFRTK.js +1683 -0
  97. package/dist/wallets/walletConnectors/chunk-F5Q4VDER.js +156 -0
  98. package/dist/wallets/walletConnectors/{chunk-HDYBRMYW.js → chunk-FGBDWBWQ.js} +2 -2
  99. package/dist/wallets/walletConnectors/{chunk-MY5YIDOB.js → chunk-FROV5VDF.js} +6 -24
  100. package/dist/wallets/walletConnectors/chunk-GUUGKRZB.js +63 -0
  101. package/dist/wallets/walletConnectors/chunk-GZ55OZIT.js +157 -0
  102. package/dist/wallets/walletConnectors/chunk-H7SRDBPI.js +384 -0
  103. package/dist/wallets/walletConnectors/chunk-HDXHEBGM.js +403 -0
  104. package/dist/wallets/walletConnectors/chunk-HGI3FA2A.js +157 -0
  105. package/dist/wallets/walletConnectors/chunk-HMSFBY7V.js +39 -0
  106. package/dist/wallets/walletConnectors/{chunk-DP2HUTLN.js → chunk-IABRLMSP.js} +7 -7
  107. package/dist/wallets/walletConnectors/chunk-IL52SYJK.js +44 -0
  108. package/dist/wallets/walletConnectors/{chunk-KD2OAMDA.js → chunk-ISAMATTH.js} +2 -2
  109. package/dist/wallets/walletConnectors/chunk-IXPVDDZD.js +365 -0
  110. package/dist/wallets/walletConnectors/{chunk-GLPRLW3S.js → chunk-JNKT32C7.js} +7 -7
  111. package/dist/wallets/walletConnectors/chunk-JW4RQLJT.js +156 -0
  112. package/dist/wallets/walletConnectors/chunk-JXPLBYVW.js +157 -0
  113. package/dist/wallets/walletConnectors/chunk-K6BNM6VP.js +63 -0
  114. package/dist/wallets/walletConnectors/{chunk-WAO3KL5U.js → chunk-KJHOGJ3A.js} +13 -5
  115. package/dist/wallets/walletConnectors/chunk-KN4I4DKC.js +157 -0
  116. package/dist/wallets/walletConnectors/chunk-KNK6YFEK.js +63 -0
  117. package/dist/wallets/walletConnectors/chunk-KSKNDJYL.js +63 -0
  118. package/dist/wallets/walletConnectors/chunk-KYA553D7.js +371 -0
  119. package/dist/wallets/walletConnectors/{chunk-TUUNSVKZ.js → chunk-KZG5KU7A.js} +2 -2
  120. package/dist/wallets/walletConnectors/chunk-L57JYRQZ.js +63 -0
  121. package/dist/wallets/walletConnectors/chunk-LB3ISYMC.js +44 -0
  122. package/dist/wallets/walletConnectors/{chunk-25JJ3PT5.js → chunk-LLFZ4GNK.js} +43 -5
  123. package/dist/wallets/walletConnectors/chunk-LLJELGMX.js +63 -0
  124. package/dist/wallets/walletConnectors/chunk-LOP2R3QJ.js +1683 -0
  125. package/dist/wallets/walletConnectors/chunk-LTX3ZSQI.js +39 -0
  126. package/dist/wallets/walletConnectors/chunk-MF46Q5RP.js +44 -0
  127. package/dist/wallets/walletConnectors/chunk-MGPMSUFB.js +372 -0
  128. package/dist/wallets/walletConnectors/chunk-MK45L6B7.js +123 -0
  129. package/dist/wallets/walletConnectors/chunk-MOJC7LE6.js +63 -0
  130. package/dist/wallets/walletConnectors/chunk-MT2QHWYE.js +156 -0
  131. package/dist/wallets/walletConnectors/{chunk-W7R3JGSC.js → chunk-MZOFZ2NQ.js} +2 -2
  132. package/dist/wallets/walletConnectors/chunk-N6CRHH2H.js +400 -0
  133. package/dist/wallets/walletConnectors/chunk-N6QHQDQP.js +381 -0
  134. package/dist/wallets/walletConnectors/chunk-NALBGCUS.js +63 -0
  135. package/dist/wallets/walletConnectors/chunk-NOD2A4Q7.js +430 -0
  136. package/dist/wallets/walletConnectors/chunk-NOL7MBZU.js +1683 -0
  137. package/dist/wallets/walletConnectors/{chunk-IOLHAU7H.js → chunk-NX5MQHSQ.js} +10 -2
  138. package/dist/wallets/walletConnectors/chunk-OA5K3AQN.js +370 -0
  139. package/dist/wallets/walletConnectors/chunk-Q3LW5UK5.js +135 -0
  140. package/dist/wallets/walletConnectors/chunk-QDCXRBX6.js +63 -0
  141. package/dist/wallets/walletConnectors/chunk-QHHR2DQK.js +269 -0
  142. package/dist/wallets/walletConnectors/chunk-QIDXRXV6.js +63 -0
  143. package/dist/wallets/walletConnectors/{chunk-IA4EQFSS.js → chunk-QKUFFUM5.js} +2 -2
  144. package/dist/wallets/walletConnectors/chunk-QNY3A52P.js +156 -0
  145. package/dist/wallets/walletConnectors/chunk-QQEXHPNE.js +385 -0
  146. package/dist/wallets/walletConnectors/chunk-RASK6XWI.js +436 -0
  147. package/dist/wallets/walletConnectors/chunk-RFMJC64I.js +364 -0
  148. package/dist/wallets/walletConnectors/chunk-RVJ32DTM.js +373 -0
  149. package/dist/wallets/walletConnectors/{chunk-U2CUEL35.js → chunk-RY4RAB3D.js} +1 -1
  150. package/dist/wallets/walletConnectors/chunk-S64JWSGA.js +63 -0
  151. package/dist/wallets/walletConnectors/chunk-SG6KN7NJ.js +377 -0
  152. package/dist/wallets/walletConnectors/chunk-SGLHM6AU.js +157 -0
  153. package/dist/wallets/walletConnectors/chunk-SK2XYNK4.js +44 -0
  154. package/dist/wallets/walletConnectors/chunk-SKBQVOZL.js +1683 -0
  155. package/dist/wallets/walletConnectors/chunk-SQAILDYS.js +1683 -0
  156. package/dist/wallets/walletConnectors/chunk-SRTBTRBU.js +372 -0
  157. package/dist/wallets/walletConnectors/chunk-T23ZNPHL.js +269 -0
  158. package/dist/wallets/walletConnectors/chunk-T3AL3VAQ.js +44 -0
  159. package/dist/wallets/walletConnectors/chunk-T4QIWLWU.js +357 -0
  160. package/dist/wallets/walletConnectors/chunk-T7NXVYE6.js +372 -0
  161. package/dist/wallets/walletConnectors/chunk-THQEUSX4.js +63 -0
  162. package/dist/wallets/walletConnectors/chunk-TLJSBPMQ.js +63 -0
  163. package/dist/wallets/walletConnectors/chunk-TPGMXU6M.js +63 -0
  164. package/dist/wallets/walletConnectors/chunk-UBDYVLI4.js +370 -0
  165. package/dist/wallets/walletConnectors/chunk-UH6AUMQQ.js +63 -0
  166. package/dist/wallets/walletConnectors/chunk-UTPJPY4R.js +44 -0
  167. package/dist/wallets/walletConnectors/{chunk-W23N7VC4.js → chunk-UV5HHESJ.js} +4 -22
  168. package/dist/wallets/walletConnectors/{chunk-4UGXLYKP.js → chunk-V3XKL7AD.js} +2 -2
  169. package/dist/wallets/walletConnectors/chunk-VIH2AOMF.js +63 -0
  170. package/dist/wallets/walletConnectors/chunk-VIRHJPFQ.js +269 -0
  171. package/dist/wallets/walletConnectors/chunk-VQI2B7XW.js +269 -0
  172. package/dist/wallets/walletConnectors/chunk-VQYANLI2.js +44 -0
  173. package/dist/wallets/walletConnectors/chunk-VRTDF4O3.js +63 -0
  174. package/dist/wallets/walletConnectors/chunk-VRUPSQK4.js +269 -0
  175. package/dist/wallets/walletConnectors/chunk-VWZP7KJD.js +157 -0
  176. package/dist/wallets/walletConnectors/chunk-VZCI2K6Y.js +124 -0
  177. package/dist/wallets/walletConnectors/chunk-WIZH35IC.js +39 -0
  178. package/dist/wallets/walletConnectors/chunk-WOZ5REMN.js +436 -0
  179. package/dist/wallets/walletConnectors/chunk-WPEGBCDE.js +157 -0
  180. package/dist/wallets/walletConnectors/chunk-WPJESUNP.js +379 -0
  181. package/dist/wallets/walletConnectors/chunk-WZ322AWR.js +44 -0
  182. package/dist/wallets/walletConnectors/chunk-WZAIQD3G.js +156 -0
  183. package/dist/wallets/walletConnectors/chunk-XC5EXBMU.js +385 -0
  184. package/dist/wallets/walletConnectors/chunk-XWCS76ZC.js +1683 -0
  185. package/dist/wallets/walletConnectors/chunk-XZHB7HU4.js +157 -0
  186. package/dist/wallets/walletConnectors/chunk-Y5677NVB.js +285 -0
  187. package/dist/wallets/walletConnectors/chunk-YC73LM6F.js +63 -0
  188. package/dist/wallets/walletConnectors/{chunk-RLBGBBIO.js → chunk-YEHCPL4R.js} +2 -2
  189. package/dist/wallets/walletConnectors/chunk-YHWQOKFW.js +39 -0
  190. package/dist/wallets/walletConnectors/chunk-YIB6VMOF.js +156 -0
  191. package/dist/wallets/walletConnectors/chunk-YPL4NJGA.js +156 -0
  192. package/dist/wallets/walletConnectors/chunk-YQP7DZ7T.js +269 -0
  193. package/dist/wallets/walletConnectors/chunk-ZBMGJDJA.js +436 -0
  194. package/dist/wallets/walletConnectors/{chunk-XYPR4BAF.js → chunk-ZIYAL44B.js} +1 -1
  195. package/dist/wallets/walletConnectors/chunk-ZX6LABEF.js +130 -0
  196. package/dist/wallets/walletConnectors/index.js +58 -57
  197. package/package.json +1 -1
  198. package/dist/Arc-R3PUWRPJ.js +0 -7
  199. package/dist/Brave-24BM36UM.js +0 -7
  200. package/dist/Browser-4R4QKTV2.js +0 -7
  201. package/dist/Chrome-TLI42HDP.js +0 -7
  202. package/dist/Edge-AZ34LAFM.js +0 -7
  203. package/dist/Firefox-ZDK7RHKK.js +0 -7
  204. package/dist/Linux-VYP66PDO.js +0 -7
  205. package/dist/Macos-5QL4JBJE.js +0 -7
  206. package/dist/Opera-BKMCKUXC.js +0 -7
  207. package/dist/Safari-PXQIVS6N.js +0 -7
  208. package/dist/Windows-GTAT3OTE.js +0 -7
  209. package/dist/abcWallet-AYWSIGAG.js +0 -7
  210. package/dist/ar_AR-ZRPPM56D.js +0 -7
  211. package/dist/arbitrum-IA4OWRTN.js +0 -7
  212. package/dist/argentWallet-M6SBG4CU.js +0 -7
  213. package/dist/assets-NU2OP443.js +0 -7
  214. package/dist/avalanche-MXEFEDSW.js +0 -7
  215. package/dist/base-Z4LFBE5D.js +0 -7
  216. package/dist/berasigWallet-NNBFDHFK.js +0 -7
  217. package/dist/bestWallet-XRIABRUE.js +0 -7
  218. package/dist/bifrostWallet-ORF3DABG.js +0 -7
  219. package/dist/binanceWallet-BCWLBY3Q.js +0 -7
  220. package/dist/bitgetWallet-CLYTW54T.js +0 -7
  221. package/dist/bitskiWallet-X5NWL5CE.js +0 -7
  222. package/dist/bitverseWallet-6SGDFATJ.js +0 -7
  223. package/dist/blast-TN2WIMWF.js +0 -7
  224. package/dist/bloomWallet-MXLAOWS6.js +0 -7
  225. package/dist/braveWallet-6QAF4GDN.js +0 -7
  226. package/dist/bsc-RVE67I5L.js +0 -7
  227. package/dist/bybitWallet-GR4PFINZ.js +0 -7
  228. package/dist/celo-E6XU57FO.js +0 -7
  229. package/dist/chunk-M2CMB5B2.js +0 -93
  230. package/dist/chunk-Y7ZSI2YC.js +0 -227
  231. package/dist/clvWallet-ZIMSRU5J.js +0 -7
  232. package/dist/coin98Wallet-RFXRNVWP.js +0 -7
  233. package/dist/coinbaseWallet-WWX6LF36.js +0 -7
  234. package/dist/compassWallet-3LBTWCKI.js +0 -7
  235. package/dist/components/AbcLoginModal/AbcAuthModal.d.ts +0 -43
  236. package/dist/components/AbcLoginModal/AbcLoginModal.d.ts +0 -18
  237. package/dist/components/AbcLoginModal/EmailLogin.d.ts +0 -11
  238. package/dist/components/AbcLoginModal/OtpLogin.d.ts +0 -13
  239. package/dist/components/AbcLoginModal/PasswordInput.d.ts +0 -12
  240. package/dist/components/AbcLoginModal/PinInput.d.ts +0 -13
  241. package/dist/components/AbcLoginModal/PinSetup.d.ts +0 -11
  242. package/dist/components/AbcLoginModal/index.d.ts +0 -12
  243. package/dist/components/AbcLoginModal/styles.css.d.ts +0 -29
  244. package/dist/components/ConnectOptions/AbcWaasAuth/hooks/useUserTypeDetection.d.ts +0 -0
  245. package/dist/components/ConnectOptions/AbcWaasLoginSection.css.d.ts +0 -8
  246. package/dist/components/ConnectOptions/AbcWaasLoginSection.d.ts +0 -8
  247. package/dist/components/ConnectOptions/CompactMobileOptions.css.d.ts +0 -26
  248. package/dist/components/ConnectOptions/CompactMobileOptions.d.ts +0 -19
  249. package/dist/components/ConnectOptions/DesktopOptions.css.d.ts +0 -4
  250. package/dist/components/ConnectOptions/DesktopOptions.d.ts +0 -34
  251. package/dist/components/ConnectOptions/ExternalWallets/WalletList.d.ts +0 -94
  252. package/dist/connect-MR6XDLIE.js +0 -7
  253. package/dist/coreWallet-52SXITOT.js +0 -7
  254. package/dist/create-X4WFHLCW.js +0 -7
  255. package/dist/cronos-ROYR77VZ.js +0 -7
  256. package/dist/dawnWallet-ONVAA3S4.js +0 -7
  257. package/dist/de_DE-GYZFZXWH.js +0 -7
  258. package/dist/desigWallet-WJMSF3PS.js +0 -7
  259. package/dist/en_US-AV7YDYDW.js +0 -7
  260. package/dist/encryption-3YHRI3PA.js +0 -14
  261. package/dist/enkryptWallet-FR4QCDFK.js +0 -7
  262. package/dist/es_419-OGVOQEFZ.js +0 -7
  263. package/dist/ethereum-RFBAMUVK.js +0 -7
  264. package/dist/flow-NBCRNYVF.js +0 -7
  265. package/dist/foxWallet-5ESSNXJV.js +0 -7
  266. package/dist/fr_FR-Q5QBQBX2.js +0 -1355
  267. package/dist/frameWallet-FDBUY4AA.js +0 -7
  268. package/dist/frontierWallet-HNIG7QYQ.js +0 -7
  269. package/dist/gateWallet-ZVEZILRP.js +0 -7
  270. package/dist/gnosis-T7U5EW2Q.js +0 -7
  271. package/dist/hardhat-NEEC6JX7.js +0 -7
  272. package/dist/hi_IN-7I7LRHGW.js +0 -7
  273. package/dist/id_ID-ZMGZ2JFV.js +0 -7
  274. package/dist/imTokenWallet-N2MYFADO.js +0 -7
  275. package/dist/injectedWallet-H7LYKTQS.js +0 -7
  276. package/dist/iopayWallet-IJHJ7NYT.js +0 -7
  277. package/dist/ja_JP-NYBCHQTZ.js +0 -7
  278. package/dist/kaia-A33DVQBT.js +0 -7
  279. package/dist/kaiaWallet-5K6WZ3AH.js +0 -7
  280. package/dist/kaikasWallet-F6Z6IPWN.js +0 -7
  281. package/dist/ko_KR-67WE736M.js +0 -7
  282. package/dist/krakenWallet-DAOXUKWO.js +0 -7
  283. package/dist/kresusWallet-AUJWLAOF.js +0 -7
  284. package/dist/ledgerWallet-KZKJ5Q2S.js +0 -7
  285. package/dist/login-CWDTIDNK.js +0 -7
  286. package/dist/magicEden-PKT2ZXEQ.js +0 -7
  287. package/dist/manta-5V6W5D7G.js +0 -7
  288. package/dist/mantle-KBL3OIYT.js +0 -7
  289. package/dist/metaMaskWallet-YFHEHW7V.js +0 -7
  290. package/dist/mewWallet-6V4UZOQC.js +0 -7
  291. package/dist/ms_MY-65AJIBUS.js +0 -7
  292. package/dist/nestWallet-BFZZZYLV.js +0 -7
  293. package/dist/oktoWallet-GJFOPPEA.js +0 -7
  294. package/dist/okxWallet-GJMKZIND.js +0 -7
  295. package/dist/omniWallet-DEYUMT4A.js +0 -7
  296. package/dist/oneInchWallet-D7BQOLOO.js +0 -7
  297. package/dist/oneKeyWallet-4MM7G2SZ.js +0 -7
  298. package/dist/optimism-YWJ3IQHA.js +0 -7
  299. package/dist/paraSwapWallet-TMV5MUEF.js +0 -7
  300. package/dist/phantomWallet-IPGVKCAB.js +0 -7
  301. package/dist/polygon-WWEUOMKW.js +0 -7
  302. package/dist/pt_BR-DMJANC65.js +0 -7
  303. package/dist/rabbyWallet-FLVUU35F.js +0 -7
  304. package/dist/rainbowWallet-2SR6TVBF.js +0 -7
  305. package/dist/ramperWallet-AF5AKK2S.js +0 -7
  306. package/dist/refresh-HJGJRASX.js +0 -7
  307. package/dist/ronin-PNHX5V6H.js +0 -7
  308. package/dist/roninWallet-SAB5ESVK.js +0 -7
  309. package/dist/ru_RU-WER7RQ6A.js +0 -1355
  310. package/dist/safeWallet-VUYZPLY4.js +0 -7
  311. package/dist/safeheronWallet-6JG77AKC.js +0 -7
  312. package/dist/safepalWallet-KQJ4OCNH.js +0 -7
  313. package/dist/scan-DEOT2M37.js +0 -7
  314. package/dist/scroll-NMZWDUQH.js +0 -7
  315. package/dist/secure-GEK7TTJY.js +0 -8
  316. package/dist/secure-NK6LHWDT.js +0 -7
  317. package/dist/seifWallet-QATOS33A.js +0 -7
  318. package/dist/sign-A7IJEUT5.js +0 -7
  319. package/dist/subWallet-LOZELSAO.js +0 -7
  320. package/dist/tahoWallet-L6KHUNKD.js +0 -7
  321. package/dist/talismanWallet-BLXUHONV.js +0 -7
  322. package/dist/th_TH-JOSHEZ6D.js +0 -1355
  323. package/dist/tokenPocketWallet-BVMBOYTC.js +0 -7
  324. package/dist/tokenaryWallet-Z2IGVXSA.js +0 -7
  325. package/dist/tr_TR-EAMG2YPO.js +0 -1355
  326. package/dist/trustWallet-E2GVGE4U.js +0 -7
  327. package/dist/uk_UA-GO2TRVWA.js +0 -1355
  328. package/dist/uniswapWallet-T26M44R7.js +0 -7
  329. package/dist/valoraWallet-RX3ONO47.js +0 -7
  330. package/dist/vi_VN-5HLLSOJA.js +0 -7
  331. package/dist/walletConnectWallet-FNSU4KNU.js +0 -7
  332. package/dist/wallets/walletConnectors/chunk-4IRVZPIN.js +0 -63
  333. package/dist/wallets/walletConnectors/chunk-4NLOE5S3.js +0 -63
  334. package/dist/wallets/walletConnectors/chunk-5LXC3Z5Q.js +0 -567
  335. package/dist/wallets/walletConnectors/chunk-5MSMALF7.js +0 -63
  336. package/dist/wallets/walletConnectors/chunk-6KOHIL7T.js +0 -63
  337. package/dist/wallets/walletConnectors/chunk-6RJNPH5L.js +0 -280
  338. package/dist/wallets/walletConnectors/chunk-6TLWAEJV.js +0 -63
  339. package/dist/wallets/walletConnectors/chunk-6YPK343Z.js +0 -63
  340. package/dist/wallets/walletConnectors/chunk-73B7HWCT.js +0 -436
  341. package/dist/wallets/walletConnectors/chunk-74ALNZG4.js +0 -63
  342. package/dist/wallets/walletConnectors/chunk-7FFIZE76.js +0 -63
  343. package/dist/wallets/walletConnectors/chunk-7P5HZGEV.js +0 -627
  344. package/dist/wallets/walletConnectors/chunk-A6LBRVGP.js +0 -63
  345. package/dist/wallets/walletConnectors/chunk-AEQOPQL6.js +0 -240
  346. package/dist/wallets/walletConnectors/chunk-BC2UIAF7.js +0 -63
  347. package/dist/wallets/walletConnectors/chunk-BXCOGV3N.js +0 -599
  348. package/dist/wallets/walletConnectors/chunk-CM5OGUJV.js +0 -63
  349. package/dist/wallets/walletConnectors/chunk-F4JFONDA.js +0 -601
  350. package/dist/wallets/walletConnectors/chunk-GOPPX56D.js +0 -63
  351. package/dist/wallets/walletConnectors/chunk-GXHCAEWR.js +0 -63
  352. package/dist/wallets/walletConnectors/chunk-HOE4UOHR.js +0 -514
  353. package/dist/wallets/walletConnectors/chunk-HS2FAOAJ.js +0 -63
  354. package/dist/wallets/walletConnectors/chunk-I5V7LWJH.js +0 -63
  355. package/dist/wallets/walletConnectors/chunk-IHM7I7D5.js +0 -63
  356. package/dist/wallets/walletConnectors/chunk-J4HQCVKX.js +0 -63
  357. package/dist/wallets/walletConnectors/chunk-JCMXNOQ5.js +0 -63
  358. package/dist/wallets/walletConnectors/chunk-JJAJOFZI.js +0 -63
  359. package/dist/wallets/walletConnectors/chunk-KFIUFVQH.js +0 -624
  360. package/dist/wallets/walletConnectors/chunk-KFROJI25.js +0 -535
  361. package/dist/wallets/walletConnectors/chunk-KHVILXGK.js +0 -514
  362. package/dist/wallets/walletConnectors/chunk-LGT7LQAJ.js +0 -63
  363. package/dist/wallets/walletConnectors/chunk-LHBQ2Z3Q.js +0 -63
  364. package/dist/wallets/walletConnectors/chunk-M76GLEFL.js +0 -63
  365. package/dist/wallets/walletConnectors/chunk-MFIE6UCG.js +0 -63
  366. package/dist/wallets/walletConnectors/chunk-NA5G3LSC.js +0 -63
  367. package/dist/wallets/walletConnectors/chunk-NASGGIUS.js +0 -63
  368. package/dist/wallets/walletConnectors/chunk-NLKL4KD2.js +0 -63
  369. package/dist/wallets/walletConnectors/chunk-NURTFXQU.js +0 -568
  370. package/dist/wallets/walletConnectors/chunk-NVM3JZ4L.js +0 -63
  371. package/dist/wallets/walletConnectors/chunk-NWDLOM7Q.js +0 -646
  372. package/dist/wallets/walletConnectors/chunk-OMYDLPUM.js +0 -63
  373. package/dist/wallets/walletConnectors/chunk-P2MTINFI.js +0 -280
  374. package/dist/wallets/walletConnectors/chunk-PDWD3ZCR.js +0 -63
  375. package/dist/wallets/walletConnectors/chunk-PHD5KHRQ.js +0 -63
  376. package/dist/wallets/walletConnectors/chunk-PLL7P7HY.js +0 -63
  377. package/dist/wallets/walletConnectors/chunk-PQJWUKUD.js +0 -63
  378. package/dist/wallets/walletConnectors/chunk-PUFQKZA7.js +0 -63
  379. package/dist/wallets/walletConnectors/chunk-PZJYVPGG.js +0 -63
  380. package/dist/wallets/walletConnectors/chunk-Q5B5ICDI.js +0 -63
  381. package/dist/wallets/walletConnectors/chunk-RUZBOPMI.js +0 -63
  382. package/dist/wallets/walletConnectors/chunk-RYXFFAB2.js +0 -63
  383. package/dist/wallets/walletConnectors/chunk-S2B56ZVJ.js +0 -481
  384. package/dist/wallets/walletConnectors/chunk-SFP47DS6.js +0 -63
  385. package/dist/wallets/walletConnectors/chunk-SMACAFVM.js +0 -63
  386. package/dist/wallets/walletConnectors/chunk-SNZL5LJ6.js +0 -637
  387. package/dist/wallets/walletConnectors/chunk-SSDCG5BG.js +0 -63
  388. package/dist/wallets/walletConnectors/chunk-VLEVJVJR.js +0 -63
  389. package/dist/wallets/walletConnectors/chunk-VXUJQQDI.js +0 -63
  390. package/dist/wallets/walletConnectors/chunk-W2VDZD74.js +0 -478
  391. package/dist/wallets/walletConnectors/chunk-WCPI7IUU.js +0 -63
  392. package/dist/wallets/walletConnectors/chunk-WYSKBMHW.js +0 -280
  393. package/dist/wallets/walletConnectors/chunk-XDRZSWHB.js +0 -63
  394. package/dist/wallets/walletConnectors/chunk-XEIKWKH7.js +0 -63
  395. package/dist/wallets/walletConnectors/chunk-XKVRDEDK.js +0 -63
  396. package/dist/wallets/walletConnectors/chunk-XYAAXWWU.js +0 -63
  397. package/dist/wallets/walletConnectors/chunk-Z3WO2EBZ.js +0 -63
  398. package/dist/wallets/walletConnectors/chunk-ZADNKI5I.js +0 -63
  399. package/dist/wallets/walletConnectors/chunk-ZAGAF6PO.js +0 -63
  400. package/dist/wigwamWallet-5GKUN7ZJ.js +0 -7
  401. package/dist/xdc-X7V4QFNF.js +0 -7
  402. package/dist/xdefiWallet-ZA65GDWS.js +0 -7
  403. package/dist/zealWallet-URNQ2AWF.js +0 -7
  404. package/dist/zerionWallet-CYFHB5PA.js +0 -7
  405. package/dist/zetachain-BMJKVYBN.js +0 -7
  406. package/dist/zh_CN-THPIFVWJ.js +0 -7
  407. package/dist/zh_HK-R7XP4TGF.js +0 -7
  408. package/dist/zh_TW-F5LD752V.js +0 -7
  409. package/dist/zkSync-JL26RB7U.js +0 -7
  410. package/dist/zora-YZH32HP3.js +0 -7
@@ -1,26 +1,27 @@
1
1
  "use client";
2
2
  import {
3
3
  abcWallet
4
- } from "./chunk-RSZS2RMC.js";
5
- import "./chunk-BHMMHU7Y.js";
6
- import "./chunk-P2E4LSYH.js";
4
+ } from "./chunk-DSEWXHE6.js";
5
+ import "./chunk-75NE2OUD.js";
6
+ import "./chunk-LOP2R3QJ.js";
7
+ import "./chunk-ZIYAL44B.js";
7
8
  import "./chunk-G2LI5MVX.js";
8
- import "./chunk-73B7HWCT.js";
9
- import "./chunk-W23N7VC4.js";
10
- import "./chunk-VETRBBA2.js";
9
+ import "./chunk-ZX6LABEF.js";
10
+ import "./chunk-UV5HHESJ.js";
11
11
  import "./chunk-5UEBEMEE.js";
12
+ import "./chunk-VETRBBA2.js";
12
13
  import {
13
14
  trustWallet
14
15
  } from "./chunk-EM6BREIH.js";
15
16
  import {
16
17
  uniswapWallet
17
18
  } from "./chunk-DLDZUVTB.js";
18
- import {
19
- walletConnectWallet
20
- } from "./chunk-KU5R3WAJ.js";
21
19
  import {
22
20
  valoraWallet
23
21
  } from "./chunk-CVUEWUDI.js";
22
+ import {
23
+ walletConnectWallet
24
+ } from "./chunk-KU5R3WAJ.js";
24
25
  import {
25
26
  wigwamWallet
26
27
  } from "./chunk-EFYKBPOB.js";
@@ -36,18 +37,21 @@ import {
36
37
  import {
37
38
  safeheronWallet
38
39
  } from "./chunk-PHF4VWKP.js";
39
- import {
40
- seifWallet
41
- } from "./chunk-Y3E6EZ7J.js";
42
40
  import {
43
41
  safepalWallet
44
42
  } from "./chunk-LRYS2XBT.js";
43
+ import {
44
+ seifWallet
45
+ } from "./chunk-Y3E6EZ7J.js";
45
46
  import {
46
47
  subWallet
47
48
  } from "./chunk-OWSLCYOF.js";
48
49
  import {
49
50
  tahoWallet
50
51
  } from "./chunk-UXRQQZ2M.js";
52
+ import {
53
+ talismanWallet
54
+ } from "./chunk-B4IG5R5M.js";
51
55
  import {
52
56
  tokenPocketWallet
53
57
  } from "./chunk-RCZCJUTR.js";
@@ -55,32 +59,32 @@ import {
55
59
  tokenaryWallet
56
60
  } from "./chunk-U24COF36.js";
57
61
  import {
58
- talismanWallet
59
- } from "./chunk-B4IG5R5M.js";
62
+ oneKeyWallet
63
+ } from "./chunk-6UGYPEQE.js";
60
64
  import {
61
65
  paraSwapWallet
62
66
  } from "./chunk-FF7ZXD5C.js";
63
67
  import {
64
68
  phantomWallet
65
69
  } from "./chunk-DMQ4RXIY.js";
66
- import {
67
- rainbowWallet
68
- } from "./chunk-6C3GUS6I.js";
69
- import {
70
- kresusWallet
71
- } from "./chunk-CM3VR7OM.js";
72
70
  import {
73
71
  rabbyWallet
74
72
  } from "./chunk-3RMYBZQG.js";
75
73
  import {
76
- roninWallet
77
- } from "./chunk-DSTY7YNG.js";
74
+ rainbowWallet
75
+ } from "./chunk-6C3GUS6I.js";
78
76
  import {
79
77
  ramperWallet
80
78
  } from "./chunk-OX3PQBV2.js";
79
+ import {
80
+ roninWallet
81
+ } from "./chunk-DSTY7YNG.js";
81
82
  import {
82
83
  safeWallet
83
84
  } from "./chunk-Z2QCE6O6.js";
85
+ import {
86
+ magicEdenWallet
87
+ } from "./chunk-WB7EEKPS.js";
84
88
  import {
85
89
  metaMaskWallet
86
90
  } from "./chunk-VUMT22HL.js";
@@ -99,75 +103,72 @@ import {
99
103
  import {
100
104
  omniWallet
101
105
  } from "./chunk-RGPO7AY3.js";
102
- import {
103
- oneKeyWallet
104
- } from "./chunk-6UGYPEQE.js";
105
106
  import {
106
107
  oneInchWallet
107
108
  } from "./chunk-OJT577AY.js";
108
- import {
109
- iopayWallet
110
- } from "./chunk-A2XAHJNR.js";
111
109
  import {
112
110
  injectedWallet
113
111
  } from "./chunk-GDGRUMZB.js";
114
112
  import {
115
- kaikasWallet
116
- } from "./chunk-MUJPEDFF.js";
113
+ iopayWallet
114
+ } from "./chunk-A2XAHJNR.js";
115
+ import {
116
+ foxWallet
117
+ } from "./chunk-E4UMOJTY.js";
117
118
  import {
118
119
  kaiaWallet
119
120
  } from "./chunk-KE6RMEB7.js";
120
121
  import {
121
- gateWallet
122
- } from "./chunk-PKSDTWUF.js";
122
+ kaikasWallet
123
+ } from "./chunk-MUJPEDFF.js";
123
124
  import {
124
125
  krakenWallet
125
126
  } from "./chunk-CYOZFCR6.js";
127
+ import {
128
+ kresusWallet
129
+ } from "./chunk-CM3VR7OM.js";
126
130
  import {
127
131
  ledgerWallet
128
132
  } from "./chunk-BF3VSNPL.js";
129
133
  import {
130
- magicEdenWallet
131
- } from "./chunk-WB7EEKPS.js";
134
+ dawnWallet
135
+ } from "./chunk-YMP3W2MO.js";
136
+ import {
137
+ desigWallet
138
+ } from "./chunk-DVXPOWEC.js";
132
139
  import {
133
140
  compassWallet
134
141
  } from "./chunk-3OO564GS.js";
135
- import {
136
- dawnWallet
137
- } from "./chunk-YMP3W2MO.js";
138
142
  import {
139
143
  enkryptWallet
140
144
  } from "./chunk-5QHPQU7J.js";
141
- import {
142
- desigWallet
143
- } from "./chunk-DVXPOWEC.js";
144
145
  import {
145
146
  frameWallet
146
147
  } from "./chunk-CP45RGL4.js";
147
- import {
148
- foxWallet
149
- } from "./chunk-E4UMOJTY.js";
150
148
  import {
151
149
  frontierWallet
152
150
  } from "./chunk-NHZMJSPE.js";
151
+ import {
152
+ gateWallet
153
+ } from "./chunk-PKSDTWUF.js";
153
154
  import {
154
155
  imTokenWallet
155
156
  } from "./chunk-EHE2536P.js";
156
- import {
157
- bloomWallet
158
- } from "./chunk-3KPCADAF.js";
159
157
  import {
160
158
  bitverseWallet
161
159
  } from "./chunk-6HCSSBZY.js";
160
+ import {
161
+ bloomWallet
162
+ } from "./chunk-3KPCADAF.js";
162
163
  import {
163
164
  braveWallet
164
165
  } from "./chunk-EYN3CVFM.js";
165
- import {
166
- clvWallet
167
- } from "./chunk-DPME4O44.js";
168
166
  import {
169
167
  bybitWallet
170
168
  } from "./chunk-DW37ROR6.js";
169
+ import {
170
+ clvWallet
171
+ } from "./chunk-DPME4O44.js";
171
172
  import {
172
173
  coin98Wallet
173
174
  } from "./chunk-ZFVYS64S.js";
@@ -177,29 +178,29 @@ import {
177
178
  import {
178
179
  coreWallet
179
180
  } from "./chunk-I6ONK6DO.js";
181
+ import {
182
+ argentWallet
183
+ } from "./chunk-XT2WYPN5.js";
180
184
  import {
181
185
  bestWallet
182
186
  } from "./chunk-OPAPBEA5.js";
183
187
  import {
184
188
  berasigWallet
185
189
  } from "./chunk-UZWMFUJU.js";
186
- import {
187
- argentWallet
188
- } from "./chunk-XT2WYPN5.js";
189
190
  import {
190
191
  bifrostWallet
191
192
  } from "./chunk-WXXI4WBF.js";
193
+ import {
194
+ binanceWallet
195
+ } from "./chunk-TUDZHFVC.js";
192
196
  import {
193
197
  bitgetWallet
194
198
  } from "./chunk-ITLTDJ3D.js";
199
+ import "./chunk-RETKWSKD.js";
200
+ import "./chunk-PODFK4OS.js";
195
201
  import {
196
202
  bitskiWallet
197
203
  } from "./chunk-DZB25PZ7.js";
198
- import {
199
- binanceWallet
200
- } from "./chunk-TUDZHFVC.js";
201
- import "./chunk-RETKWSKD.js";
202
- import "./chunk-PODFK4OS.js";
203
204
  import "./chunk-MBBGZGXF.js";
204
205
  export {
205
206
  abcWallet,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talken/talkenkit",
3
- "version": "2.3.11",
3
+ "version": "2.3.13",
4
4
  "description": "The best way to connect a wallet",
5
5
  "files": [
6
6
  "dist",
@@ -1,7 +0,0 @@
1
- "use client";
2
-
3
- // src/components/Icons/Arc.svg
4
- var Arc_default = 'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" viewBox="0 0 78 78"><defs><path id="a" fill="%231A007F" fill-rule="evenodd" d="m26.722 56.452 6.608-13.904c-5.047-1.073-10.126-4.195-12.999-7.993l-6.91 14.529a39.257 39.257 0 0 0 13.3 7.368Z" clip-rule="evenodd"/><path id="b" fill="%234E000A" fill-rule="evenodd" d="M54.304 34.138c-3.32 4.07-7.931 7.087-12.864 8.263l6.588 13.863c4.809-1.623 9.304-4.245 13.185-7.608l-6.91-14.518Z" clip-rule="evenodd"/><path id="c" fill="%231A007F" fill-rule="evenodd" d="m13.422 49.084-3.455 7.265c-1.76 3.694-.437 8.242 3.184 10.167 3.84 2.04 8.566.448 10.419-3.434l3.152-6.63a39.427 39.427 0 0 1-13.3-7.368" clip-rule="evenodd"/><path id="d" fill="%23FF9396" fill-rule="evenodd" d="M68.02 18.277a7.586 7.586 0 0 0-8.93 5.952c-.729 3.642-2.436 7.035-4.787 9.92l6.9 14.528c6.369-5.527 11.074-13.052 12.759-21.471.823-4.122-1.842-8.117-5.943-8.93" clip-rule="evenodd"/><path id="e" fill="%23002DC8" fill-rule="evenodd" d="M41.438 42.403a19.312 19.312 0 0 1-4.496.54 17.33 17.33 0 0 1-3.61-.395c-5.048-1.072-10.128-4.194-13-7.993-.718-.947-1.301-1.936-1.706-2.945-1.572-3.882-5.996-5.756-9.878-4.195-3.881 1.572-5.755 5.995-4.194 9.877 1.78 4.414 4.923 8.462 8.867 11.791a39.377 39.377 0 0 0 13.291 7.37c3.341 1.071 6.807 1.665 10.22 1.665 3.788 0 7.525-.656 11.084-1.853l-6.578-13.862Z" clip-rule="evenodd"/><path id="f" fill="%23FF536A" fill-rule="evenodd" d="m64.846 56.316-3.643-7.66-6.9-14.518-.011.01s0-.01.011-.01L44.27 13.032a7.589 7.589 0 0 0-6.848-4.33 7.589 7.589 0 0 0-6.848 4.33L20.343 34.554c2.872 3.799 7.95 6.921 12.999 7.993l3.309-6.952a.866.866 0 0 1 1.561 0l3.238 6.806h.02-.02l6.588 13.863 3.236 6.807a7.576 7.576 0 0 0 6.858 4.33 7.44 7.44 0 0 0 2.02-.281c4.569-1.26 6.734-6.515 4.694-10.804" clip-rule="evenodd"/></defs><path fill="%23000" fill-rule="evenodd" d="M37.422 8.702a7.59 7.59 0 0 1 6.848 4.33l10.033 21.107s0 .01-.011.01c0 0 0-.011.01-.011 2.353-2.883 4.06-6.276 4.788-9.919.822-4.11 4.818-6.764 8.93-5.952a7.585 7.585 0 0 1 5.953 8.93c-1.686 8.419-6.39 15.944-12.76 21.47l3.643 7.66c2.019 4.246-.094 9.44-4.57 10.771l-.135.043a7.506 7.506 0 0 1-2.019.28 7.595 7.595 0 0 1-6.858-4.33l-3.238-6.805-6.587-13.863h.022-.022l-3.237-6.807a.865.865 0 0 0-1.56 0l-3.31 6.952c-5.048-1.07-10.127-4.194-13-7.993l10.231-21.523a7.55 7.55 0 0 1 6.848-4.35ZM8.749 27.414a7.582 7.582 0 0 1 9.876 4.195c.407 1.01.99 1.998 1.707 2.945l.01.011.344.436c.032.042.063.074.094.116l.093.114c.053.052.094.115.146.166.01.01.021.022.021.032l-.02-.032c.197.24.415.468.634.699.01.009.01.02.02.02a20.332 20.332 0 0 0 2.385 2.112c.405.313.822.603 1.248.895.042.021.073.052.115.074 2.404 1.58 5.162 2.767 7.91 3.35 1.165.25 2.33.386 3.465.396h.146c1.509 0 3.018-.188 4.495-.542l6.589 13.863c-3.56 1.198-7.296 1.853-11.084 1.853-3.414 0-6.869-.593-10.22-1.665l-3.154 6.63a7.583 7.583 0 0 1-10.418 3.434C9.53 64.59 8.207 60.053 9.967 56.348l3.455-7.264c-3.903-3.3-7.015-7.307-8.815-11.657l-.052-.135c-1.56-3.883.312-8.305 4.194-9.878Z" clip-rule="evenodd"/><path fill="%23fff" fill-rule="evenodd" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="6.021" d="M37.422 8.702a7.59 7.59 0 0 1 6.848 4.33l10.033 21.107s0 .01-.011.01c0 0 0-.011.01-.011 2.353-2.883 4.06-6.276 4.788-9.919.822-4.11 4.818-6.764 8.93-5.952a7.585 7.585 0 0 1 5.953 8.93c-1.686 8.419-6.39 15.944-12.76 21.47l3.643 7.66c2.019 4.246-.094 9.44-4.57 10.771l-.135.043a7.506 7.506 0 0 1-2.019.28 7.595 7.595 0 0 1-6.858-4.33l-3.238-6.805-6.587-13.863h.022-.022l-3.237-6.807a.865.865 0 0 0-1.56 0l-3.31 6.952c-5.048-1.07-10.127-4.194-13-7.993l10.231-21.523a7.55 7.55 0 0 1 6.848-4.35h0ZM8.749 27.414a7.582 7.582 0 0 1 9.876 4.195c.407 1.01.99 1.998 1.707 2.945l.01.011.344.436c.032.042.063.074.094.116l.093.114c.053.052.094.115.146.166.01.01.021.022.021.032l-.02-.032c.197.24.415.468.634.699.01.009.01.02.02.02a20.332 20.332 0 0 0 2.385 2.112c.405.313.822.603 1.248.895.042.021.073.052.115.074 2.404 1.58 5.162 2.767 7.91 3.35 1.165.25 2.33.386 3.465.396h.146c1.509 0 3.018-.188 4.495-.542l6.589 13.863c-3.56 1.198-7.296 1.853-11.084 1.853-3.414 0-6.869-.593-10.22-1.665l-3.154 6.63a7.583 7.583 0 0 1-10.418 3.434C9.53 64.59 8.207 60.053 9.967 56.348l3.455-7.264c-3.903-3.3-7.015-7.307-8.815-11.657l-.052-.135c-1.56-3.883.312-8.305 4.194-9.878h0Z" clip-rule="evenodd"/><use xlink:href="%23a" fill-rule="evenodd" clip-rule="evenodd"/><use xlink:href="%23b" fill-rule="evenodd" clip-rule="evenodd"/><use xlink:href="%23c" fill-rule="evenodd" clip-rule="evenodd"/><use xlink:href="%23d" fill-rule="evenodd" clip-rule="evenodd"/><use xlink:href="%23e" fill-rule="evenodd" clip-rule="evenodd"/><use xlink:href="%23f" fill-rule="evenodd" clip-rule="evenodd"/><use xlink:href="%23a" fill-rule="evenodd" clip-rule="evenodd"/><use xlink:href="%23b" fill-rule="evenodd" clip-rule="evenodd"/><use xlink:href="%23c" fill-rule="evenodd" clip-rule="evenodd"/><use xlink:href="%23d" fill-rule="evenodd" clip-rule="evenodd"/><use xlink:href="%23e" fill-rule="evenodd" clip-rule="evenodd"/><use xlink:href="%23f" fill-rule="evenodd" clip-rule="evenodd"/></svg>';
5
- export {
6
- Arc_default as default
7
- };
@@ -1,7 +0,0 @@
1
- "use client";
2
-
3
- // src/components/Icons/Brave.svg
4
- var Brave_default = 'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 78 78"><path fill="url(%23a)" fill-rule="evenodd" d="m67.81 19.54 1.69-4.2s-2.14-2.35-4.75-5c-2.6-2.65-8.1-1.09-8.1-1.09L50.37 2H28.34l-6.28 7.25s-5.5-1.56-8.1 1.1c-2.6 2.64-4.75 4.98-4.75 4.98l1.69 4.21-2.15 6.24s6.3 24.3 7.04 27.28c1.46 5.84 2.45 8.1 6.58 11.06a513.66 513.66 0 0 0 12.85 8.89c1.23.78 2.76 2.1 4.13 2.1 1.38 0 2.91-1.32 4.14-2.1 1.22-.78 8.72-5.92 12.85-8.89 4.13-2.96 5.12-5.22 6.58-11.06.74-2.97 7.04-27.28 7.04-27.28l-2.15-6.24Z" clip-rule="evenodd"/><path fill="%23fff" fill-rule="evenodd" d="M39.35 47.5c.42 0 3.11.97 5.27 2.1 2.15 1.14 3.72 1.95 4.22 2.26.5.32.2.92-.26 1.25-.46.33-6.57 5.15-7.17 5.69-.6.53-1.46 1.41-2.06 1.41-.59 0-1.46-.88-2.05-1.41-.6-.54-6.71-5.36-7.17-5.69-.45-.33-.76-.93-.26-1.25.5-.31 2.07-1.12 4.22-2.25 2.16-1.14 4.85-2.1 5.26-2.1Zm.04-34.36c.2.01 1.36.07 3.02.63 1.84.63 3.83 1.4 4.75 1.4.92 0 7.73-1.32 7.73-1.32s8.06 9.94 8.06 12.06c0 2.13-1.01 2.69-2.03 3.8l-6.05 6.54c-.57.62-1.77 1.55-1.06 3.24.7 1.7 1.73 3.84.58 6.03-1.15 2.18-3.12 3.63-4.38 3.4-1.26-.25-4.23-1.83-5.32-2.55-1.09-.72-4.54-3.62-4.54-4.73 0-1.11 3.57-3.1 4.23-3.56.66-.45 3.67-2.2 3.73-2.9.06-.69.04-.89-.85-2.59-.89-1.7-2.49-3.97-2.22-5.48.26-1.51 2.84-2.3 4.68-3 1.84-.71 5.39-2.05 5.83-2.26.44-.2.33-.4-1.01-.53s-5.15-.65-6.86-.16c-1.72.49-4.65 1.23-4.89 1.62-.24.4-.45.4-.2 1.76.24 1.36 1.5 7.87 1.62 9.02.12 1.16.36 1.92-.87 2.2-1.22.3-3.28.79-3.99.79-.7 0-2.76-.5-3.99-.78-1.22-.29-.98-1.05-.86-2.2.12-1.16 1.38-7.67 1.62-9.03.25-1.35.04-1.37-.2-1.76-.24-.4-3.17-1.13-4.89-1.62-1.71-.49-5.52.03-6.86.16-1.34.13-1.46.32-1.01.53.44.21 3.98 1.55 5.83 2.26 1.84.7 4.42 1.49 4.68 3 .27 1.51-1.33 3.78-2.22 5.48-.89 1.7-.91 1.9-.85 2.6.06.68 3.07 2.44 3.73 2.89.66.45 4.23 2.45 4.23 3.56 0 1.1-3.45 4.01-4.54 4.73-1.1.72-4.06 2.3-5.32 2.54-1.26.24-3.23-1.21-4.38-3.4-1.15-2.18-.12-4.33.58-6.02.7-1.69-.49-2.62-1.06-3.24L17.8 29.7c-1.02-1.1-2.04-1.66-2.04-3.79 0-2.12 8.07-12.06 8.07-12.06s6.81 1.33 7.73 1.33c.92 0 2.9-.78 4.74-1.4a11.3 11.3 0 0 1 3.03-.64h.07Z" clip-rule="evenodd"/><mask id="b" width="52" height="14" x="13" y="2" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="%23fff" d="M56.64 9.25 50.37 2H28.34l-6.28 7.25s-5.5-1.56-8.1 1.1c0 0 7.34-.68 9.86 3.5 0 0 6.81 1.33 7.73 1.33.92 0 2.9-.78 4.74-1.4 1.84-.63 3.06-.64 3.06-.64s1.23 0 3.06.63c1.84.63 3.83 1.4 4.75 1.4.92 0 7.73-1.32 7.73-1.32 2.52-4.18 9.86-3.5 9.86-3.5-2.6-2.66-8.1-1.1-8.1-1.1Z"/></mask><g mask="url(%23b)"><path fill="url(%23c)" d="M56.64 9.25 50.37 2H28.34l-6.28 7.25s-5.5-1.56-8.1 1.1c0 0 7.34-.68 9.86 3.5 0 0 6.81 1.33 7.73 1.33.92 0 2.9-.78 4.74-1.4 1.84-.63 3.06-.64 3.06-.64s1.23 0 3.06.63c1.84.63 3.83 1.4 4.75 1.4.92 0 7.73-1.32 7.73-1.32 2.52-4.18 9.86-3.5 9.86-3.5-2.6-2.66-8.1-1.1-8.1-1.1Z"/></g><defs><linearGradient id="a" x1="8.75" x2="69.96" y1="39.07" y2="39.07" gradientUnits="userSpaceOnUse"><stop stop-color="%23F50"/><stop offset=".41" stop-color="%23F50"/><stop offset=".58" stop-color="%23FF2000"/><stop offset="1" stop-color="%23FF2000"/></linearGradient><linearGradient id="c" x1="15.05" x2="64.75" y1="8.68" y2="8.68" gradientUnits="userSpaceOnUse"><stop stop-color="%23FF452A"/><stop offset="1" stop-color="%23FF2000"/></linearGradient></defs></svg>';
5
- export {
6
- Brave_default as default
7
- };
@@ -1,7 +0,0 @@
1
- "use client";
2
-
3
- // src/components/Icons/Browser.svg
4
- var Browser_default = 'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 78 78"><g fill-rule="evenodd" clip-rule="evenodd"><path fill="url(%23a)" d="M39 76c20.434 0 37-16.566 37-37S59.434 2 39 2 2 18.566 2 39s16.566 37 37 37Zm0-5c17.673 0 32-14.327 32-32C71 21.327 56.673 7 39 7 21.327 7 7 21.327 7 39c0 17.673 14.327 32 32 32Z"/><path fill="url(%23b)" d="M39 76c20.434 0 37-16.566 37-37S59.434 2 39 2 2 18.566 2 39s16.566 37 37 37Zm0-5c17.673 0 32-14.327 32-32C71 21.327 56.673 7 39 7 21.327 7 7 21.327 7 39c0 17.673 14.327 32 32 32Z"/></g><circle cx="39" cy="39" r="30" fill="url(%23c)"/><circle cx="39" cy="39" r="30" fill="url(%23d)" fill-opacity=".7" style="mix-blend-mode:screen"/><g filter="url(%23e)"><circle cx="39" cy="39" r="29.5" stroke="%23000"/></g><g filter="url(%23f)"><path fill="%23000" fill-opacity=".3" d="m55.681 53.597-8.973-18.865c-.54-1.147-1.316-1.924-2.429-2.463l-18.824-8.91c-2.429-1.147-4.25.607-3.103 3.105 1.147 2.497 8.94 18.831 8.94 18.831.505 1.08 1.248 1.822 2.428 2.43l18.858 8.943c2.361 1.114 4.183-.742 3.103-3.071Zm-12.38-13.6c0 2.328-1.923 4.252-4.25 4.252-2.328 0-4.251-1.924-4.251-4.252a4.255 4.255 0 0 1 4.25-4.252c2.328 0 4.25 1.89 4.25 4.252Z"/></g><path fill="%23000" fill-opacity=".8" d="m55.681 52.597-8.973-18.865c-.54-1.147-1.316-1.924-2.429-2.463l-18.824-8.91c-2.429-1.147-4.25.607-3.103 3.105 1.147 2.497 8.94 18.831 8.94 18.831.505 1.08 1.248 1.822 2.428 2.43l18.858 8.943c2.361 1.114 4.183-.742 3.103-3.071Zm-12.38-13.6c0 2.328-1.923 4.252-4.25 4.252-2.328 0-4.251-1.924-4.251-4.252a4.255 4.255 0 0 1 4.25-4.252c2.328 0 4.25 1.89 4.25 4.252Z"/><path fill="url(%23g)" d="m55.681 52.597-8.973-18.865c-.54-1.147-1.316-1.924-2.429-2.463l-18.824-8.91c-2.429-1.147-4.25.607-3.103 3.105 1.147 2.497 8.94 18.831 8.94 18.831.505 1.08 1.248 1.822 2.428 2.43l18.858 8.943c2.361 1.114 4.183-.742 3.103-3.071Zm-12.38-13.6c0 2.328-1.923 4.252-4.25 4.252-2.328 0-4.251-1.924-4.251-4.252a4.255 4.255 0 0 1 4.25-4.252c2.328 0 4.25 1.89 4.25 4.252Z" opacity=".14"/><path fill="url(%23h)" fill-opacity=".08" d="M61.248 56.008c.166-.217.25-.325.378-.66.754-1.95-1.183-3.95-3.157-3.26-.338.118-.904.522-2.035 1.332A29.863 29.863 0 0 1 39 59.003a29.863 29.863 0 0 1-17.425-5.577c-1.132-.809-1.697-1.213-2.035-1.331-1.974-.69-3.911 1.313-3.156 3.263.129.334.212.442.378.659 5.118 6.679 13.176 10.986 22.24 10.986 9.068 0 17.129-4.31 22.246-10.995Z"/><path fill="url(%23i)" fill-opacity=".2" d="M62.26 40.051C63.805 41.947 67 41.445 67 39c0-15.464-12.536-28-28-28S11 23.536 11 39c0 2.445 3.195 2.946 4.74 1.051C21.241 33.307 29.618 29 39 29c9.382 0 17.758 4.307 23.26 11.051Z"/><path fill="url(%23j)" d="M39 45a6 6 0 1 1 0-11.999 6 6 0 0 1 0 12Z"/><path stroke="%23fff" stroke-opacity=".24" stroke-width=".125" d="M36.728 44.486a5.938 5.938 0 1 0 4.545-10.971 5.938 5.938 0 0 0-4.545 10.971Z"/><g filter="url(%23k)"><path fill="%231A1B1F" d="M39 46a6 6 0 1 1 0-11.999 6 6 0 0 1 0 12Z"/></g><path fill="url(%23l)" d="M39 44.5a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11Z"/><path stroke="%23fff" stroke-opacity=".24" stroke-width=".25" d="M36.944 43.966a5.376 5.376 0 1 0 4.114-9.934 5.376 5.376 0 0 0-4.114 9.934Z"/><path fill="url(%23m)" fill-rule="evenodd" d="M36.704 44.544a6.002 6.002 0 0 0 8.297-5.543 6 6 0 1 0-8.297 5.543Zm.191-.463a5.5 5.5 0 1 0 4.21-10.163 5.5 5.5 0 0 0-4.21 10.163Z" clip-rule="evenodd"/><path fill="url(%23n)" fill-opacity=".06" d="M36.897 42.12A5.98 5.98 0 0 0 39 42.5c1.46 0 2.858-.526 3.89-1.464.256-.233.701-.022.54.285a5 5 0 0 1-9.049-.406c-.098-.238.237-.383.411-.195a5.565 5.565 0 0 0 2.103 1.4Z"/><g fill-rule="evenodd" clip-rule="evenodd"><path fill="url(%23o)" d="M39 71c17.673 0 32-14.327 32-32C71 21.327 56.673 7 39 7 21.327 7 7 21.327 7 39c0 17.673 14.327 32 32 32Zm0-2c16.569 0 30-13.431 30-30C69 22.431 55.569 9 39 9 22.431 9 9 22.431 9 39c0 16.569 13.431 30 30 30Z"/><path fill="url(%23p)" d="M39 71c17.673 0 32-14.327 32-32C71 21.327 56.673 7 39 7 21.327 7 7 21.327 7 39c0 17.673 14.327 32 32 32Zm0-2c16.569 0 30-13.431 30-30C69 22.431 55.569 9 39 9 22.431 9 9 22.431 9 39c0 16.569 13.431 30 30 30Z"/></g><path fill="url(%23q)" fill-rule="evenodd" d="M39 76c20.434 0 37-16.566 37-37S59.434 2 39 2 2 18.566 2 39s16.566 37 37 37Zm0-1c19.882 0 36-16.118 36-36S58.882 3 39 3 3 19.118 3 39s16.118 36 36 36Z" clip-rule="evenodd"/><circle cx="39" cy="39" r="32" stroke="%23fff" stroke-opacity=".3" stroke-width=".25"/><defs><linearGradient id="a" x1="39" x2="39" y1="2" y2="76" gradientUnits="userSpaceOnUse"><stop stop-color="%23174299"/><stop offset="1" stop-color="%23001E59"/></linearGradient><linearGradient id="b" x1="39" x2="39" y1="2" y2="76" gradientUnits="userSpaceOnUse"><stop stop-color="%23D2D8E4"/><stop offset="1" stop-color="%23C2C9D6"/></linearGradient><linearGradient id="g" x1="34" x2="46.5" y1="45.5" y2="33" gradientUnits="userSpaceOnUse"><stop stop-color="%23fff" stop-opacity="0"/><stop offset=".453" stop-color="%23fff" stop-opacity=".64"/><stop offset=".453" stop-color="%233B3B3B" stop-opacity=".233"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="i" x1="39" x2="39" y1="11" y2="41.205" gradientUnits="userSpaceOnUse"><stop stop-color="%23fff"/><stop offset="1" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="j" x1="39.001" x2="38.751" y1="33" y2="45" gradientUnits="userSpaceOnUse"><stop stop-color="%23DCE1EA"/><stop offset="1" stop-color="%23BEC6D5"/></linearGradient><linearGradient id="l" x1="39.001" x2="38.772" y1="33.5" y2="44.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23DCE1EA"/><stop offset="1" stop-color="%23BEC6D5"/></linearGradient><linearGradient id="m" x1="39" x2="39" y1="33" y2="45.001" gradientUnits="userSpaceOnUse"><stop stop-color="%23F2F4F7"/><stop offset="1" stop-color="%23A3ADC2"/></linearGradient><linearGradient id="o" x1="39" x2="39" y1="7" y2="71" gradientUnits="userSpaceOnUse"><stop stop-color="%23D2D8E4"/><stop offset="1" stop-color="%23C2C9D6"/></linearGradient><linearGradient id="p" x1="39" x2="39" y1="7" y2="71" gradientUnits="userSpaceOnUse"><stop stop-color="%239FACC6"/><stop offset="1" stop-color="%23E0E3EB"/></linearGradient><linearGradient id="q" x1="39" x2="39" y1="2" y2="76" gradientUnits="userSpaceOnUse"><stop stop-color="%23F2F4F7"/><stop offset="1" stop-color="%23A3ADC2"/></linearGradient><radialGradient id="c" cx="0" cy="0" r="1" gradientTransform="rotate(-40.077 108.556 65.416) scale(118.435)" gradientUnits="userSpaceOnUse"><stop offset=".276" stop-color="%2320FF4D"/><stop offset=".464" stop-color="%231499FF"/><stop offset=".755" stop-color="%23FF6FC6"/><stop offset="1" stop-color="%23BC67FF"/></radialGradient><radialGradient id="d" cx="0" cy="0" r="1" gradientTransform="rotate(45 .265 -.64) scale(98.1111)" gradientUnits="userSpaceOnUse"><stop stop-color="red"/><stop offset="1" stop-color="%2300A3FF"/></radialGradient><radialGradient id="h" cx="0" cy="0" r="1" gradientTransform="matrix(0 -29.3887 57.4838 0 38.999 67)" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-opacity="0"/></radialGradient><radialGradient id="n" cx="0" cy="0" r="1" gradientTransform="matrix(-.00135 -5.75038 8.42557 -.00199 39.002 44)" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-opacity="0"/></radialGradient><filter id="e" width="68" height="68" x="5" y="5" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2138_47895" stdDeviation="2"/></filter><filter id="f" width="38" height="38" x="20" y="21" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2138_47895" stdDeviation="1"/></filter><filter id="k" width="16" height="16" x="31.001" y="32" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2138_47895" stdDeviation="1"/></filter></defs></svg>';
5
- export {
6
- Browser_default as default
7
- };
@@ -1,7 +0,0 @@
1
- "use client";
2
-
3
- // src/components/Icons/Chrome.svg
4
- var Chrome_default = 'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 78 78"><path fill="url(%23a)" d="M71.034 20.5a37.001 37.001 0 0 0-64.084 0l2.22 39.96L71.034 20.5Z"/><path fill="url(%23b)" d="M22.979 48.25 6.958 20.5A37 37 0 0 0 39 76l36.26-37-52.281 9.25Z"/><path fill="url(%23c)" d="M55.021 48.25 39 76a37.001 37.001 0 0 0 32.035-55.5H39l16.021 27.75Z"/><path fill="%23fff" d="M39 57.5a18.5 18.5 0 1 0 0-37 18.5 18.5 0 0 0 0 37Z"/><path fill="%231A73E8" d="M39 53.652a14.65 14.65 0 0 0 13.536-20.26A14.653 14.653 0 1 0 39 53.653Z"/><defs><linearGradient id="a" x1="6.958" x2="71.034" y1="25.125" y2="25.125" gradientUnits="userSpaceOnUse"><stop stop-color="%23D93025"/><stop offset="1" stop-color="%23EA4335"/></linearGradient><linearGradient id="b" x1="43.003" x2="10.961" y1="73.684" y2="18.184" gradientUnits="userSpaceOnUse"><stop stop-color="%231E8E3E"/><stop offset="1" stop-color="%2334A853"/></linearGradient><linearGradient id="c" x1="33.598" x2="65.64" y1="76" y2="20.596" gradientUnits="userSpaceOnUse"><stop stop-color="%23FCC934"/><stop offset="1" stop-color="%23FBBC04"/></linearGradient></defs></svg>';
5
- export {
6
- Chrome_default as default
7
- };
@@ -1,7 +0,0 @@
1
- "use client";
2
-
3
- // src/components/Icons/Edge.svg
4
- var Edge_default = 'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 78 78"><g clip-path="url(%23a)"><path fill="url(%23b)" d="M68.802 57.066c-.992.516-2.016.97-3.064 1.359a29.456 29.456 0 0 1-10.377 1.85c-13.673 0-25.582-9.395-25.582-21.477a9.106 9.106 0 0 1 4.74-7.892c-12.371.52-15.551 13.413-15.551 20.957 0 21.39 19.685 23.53 23.934 23.53 2.284 0 5.724-.665 7.805-1.33l.376-.115a37.088 37.088 0 0 0 19.251-15.263 1.156 1.156 0 0 0-1.532-1.619Z"/><path fill="url(%23c)" d="M68.802 57.066c-.992.516-2.016.97-3.064 1.359a29.456 29.456 0 0 1-10.377 1.85c-13.673 0-25.582-9.395-25.582-21.477a9.106 9.106 0 0 1 4.74-7.892c-12.371.52-15.551 13.413-15.551 20.957 0 21.39 19.685 23.53 23.934 23.53 2.284 0 5.724-.665 7.805-1.33l.376-.115a37.088 37.088 0 0 0 19.251-15.263 1.156 1.156 0 0 0-1.532-1.619Z" opacity=".35"/><path fill="url(%23d)" d="M32.554 71.751a22.894 22.894 0 0 1-6.562-6.157 23.329 23.329 0 0 1 8.527-34.687c.925-.434 2.458-1.186 4.51-1.157a9.365 9.365 0 0 1 7.429 3.758 9.222 9.222 0 0 1 1.82 5.406c0-.058 7.083-23.01-23.124-23.01-12.69 0-23.125 12.025-23.125 22.605a37.636 37.636 0 0 0 3.498 16.188 37 37 0 0 0 45.209 19.367 21.825 21.825 0 0 1-18.153-2.313h-.03Z"/><path fill="url(%23e)" d="M32.554 71.751a22.894 22.894 0 0 1-6.562-6.157 23.329 23.329 0 0 1 8.527-34.687c.925-.434 2.458-1.186 4.51-1.157a9.365 9.365 0 0 1 7.429 3.758 9.222 9.222 0 0 1 1.82 5.406c0-.058 7.083-23.01-23.124-23.01-12.69 0-23.125 12.025-23.125 22.605a37.636 37.636 0 0 0 3.498 16.188 37 37 0 0 0 45.209 19.367 21.825 21.825 0 0 1-18.153-2.313h-.03Z" opacity=".41"/><path fill="url(%23f)" d="M46.053 45.013c-.26.289-.983.722-.983 1.618 0 .752.492 1.503 1.388 2.11 4.133 2.891 11.967 2.486 11.996 2.486a17.227 17.227 0 0 0 8.759-2.399A17.748 17.748 0 0 0 76 33.537c.087-6.475-2.313-10.782-3.266-12.69C66.577 8.88 53.366 2 39 2A37 37 0 0 0 2 38.48c.145-10.551 10.637-19.078 23.125-19.078 1.012 0 6.793.086 12.14 2.89a20.986 20.986 0 0 1 8.933 8.47c1.763 3.064 2.08 6.966 2.08 8.527 0 1.561-.78 3.845-2.254 5.752l.03-.028Z"/><path fill="url(%23g)" d="M46.053 45.013c-.26.289-.983.722-.983 1.618 0 .752.492 1.503 1.388 2.11 4.133 2.891 11.967 2.486 11.996 2.486a17.227 17.227 0 0 0 8.759-2.399A17.748 17.748 0 0 0 76 33.537c.087-6.475-2.313-10.782-3.266-12.69C66.577 8.88 53.366 2 39 2A37 37 0 0 0 2 38.48c.145-10.551 10.637-19.078 23.125-19.078 1.012 0 6.793.086 12.14 2.89a20.986 20.986 0 0 1 8.933 8.47c1.763 3.064 2.08 6.966 2.08 8.527 0 1.561-.78 3.845-2.254 5.752l.03-.028Z"/></g><defs><radialGradient id="c" cx="0" cy="0" r="1" gradientTransform="matrix(27.5766 0 0 26.1977 47.44 53.553)" gradientUnits="userSpaceOnUse"><stop offset=".7" stop-opacity="0"/><stop offset=".9" stop-opacity=".5"/><stop offset="1"/></radialGradient><radialGradient id="e" cx="0" cy="0" r="1" gradientTransform="matrix(6.20902 -40.9798 33.10754 5.01627 22.395 59.506)" gradientUnits="userSpaceOnUse"><stop offset=".8" stop-opacity="0"/><stop offset=".9" stop-opacity=".5"/><stop offset="1"/></radialGradient><radialGradient id="f" cx="0" cy="0" r="1" gradientTransform="matrix(-2.34024 58.50621 -124.60636 -4.98423 9.484 15.677)" gradientUnits="userSpaceOnUse"><stop stop-color="%2335C1F1"/><stop offset=".1" stop-color="%2334C1ED"/><stop offset=".2" stop-color="%232FC2DF"/><stop offset=".3" stop-color="%232BC3D2"/><stop offset=".7" stop-color="%2336C752"/></radialGradient><radialGradient id="g" cx="0" cy="0" r="1" gradientTransform="rotate(73.74 19.467 59.767) scale(28.1258 22.8719)" gradientUnits="userSpaceOnUse"><stop stop-color="%2366EB6E"/><stop offset="1" stop-color="%2366EB6E" stop-opacity="0"/></radialGradient><linearGradient id="b" x1="18.968" x2="70.537" y1="53.164" y2="53.164" gradientUnits="userSpaceOnUse"><stop stop-color="%230C59A4"/><stop offset="1" stop-color="%23114A8B"/></linearGradient><linearGradient id="d" x1="46.14" x2="13.967" y1="30.791" y2="65.854" gradientUnits="userSpaceOnUse"><stop stop-color="%231B9DE2"/><stop offset=".2" stop-color="%231595DF"/><stop offset=".7" stop-color="%230680D7"/><stop offset="1" stop-color="%230078D4"/></linearGradient><clipPath id="a"><path fill="%23fff" d="M0 0h74v74H0z" transform="translate(2 2)"/></clipPath></defs></svg>';
5
- export {
6
- Edge_default as default
7
- };
@@ -1,7 +0,0 @@
1
- "use client";
2
-
3
- // src/components/Icons/Firefox.svg
4
- var Firefox_default = 'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 78 78"><g clip-path="url(%23a)"><path fill="url(%23b)" d="M72.049 26.827c-1.559-3.75-4.72-7.798-7.195-9.078a37.264 37.264 0 0 1 3.632 10.883l.007.06c-4.055-10.105-10.929-14.186-16.546-23.06a43.39 43.39 0 0 1-.845-1.373 11.337 11.337 0 0 1-.395-.74 6.525 6.525 0 0 1-.535-1.42.092.092 0 0 0-.08-.093.128.128 0 0 0-.069 0c-.004 0-.012.008-.017.01-.006.002-.018.01-.026.014l.014-.024C40.986 7.28 37.927 17.042 37.65 21.928a17.944 17.944 0 0 0-9.874 3.804c-.295-.25-.604-.484-.925-.701a16.629 16.629 0 0 1-.1-8.766 26.558 26.558 0 0 0-8.634 6.672h-.016c-1.421-1.802-1.322-7.743-1.24-8.983a6.44 6.44 0 0 0-1.197.635 26.119 26.119 0 0 0-3.506 3.003 31.312 31.312 0 0 0-3.352 4.023v.005-.006a30.287 30.287 0 0 0-4.812 10.863l-.048.237a57.058 57.058 0 0 0-.353 2.24c0 .026-.005.051-.008.078a34.183 34.183 0 0 0-.582 4.944v.185a35.867 35.867 0 0 0 71.205 6.065c.06-.463.11-.92.163-1.388a36.883 36.883 0 0 0-2.326-18.017l.004.006ZM30.713 54.902c.168.08.325.167.497.244l.025.016c-.174-.083-.348-.17-.522-.26Zm37.78-26.2v-.034l.007.038-.007-.004Z"/><path fill="url(%23c)" d="M72.05 26.828c-1.558-3.75-4.72-7.798-7.195-9.078a37.261 37.261 0 0 1 3.632 10.882v.034l.007.038a32.48 32.48 0 0 1-1.116 24.207c-4.11 8.82-14.056 17.86-29.63 17.415C20.926 69.85 6.101 57.362 3.335 41.011c-.505-2.579 0-3.886.253-5.982a26.723 26.723 0 0 0-.576 4.949v.185a35.867 35.867 0 0 0 71.205 6.065c.06-.463.11-.921.163-1.389a36.884 36.884 0 0 0-2.326-18.016l-.004.005Z"/><path fill="url(%23d)" d="M72.05 26.828c-1.558-3.75-4.72-7.798-7.195-9.078a37.261 37.261 0 0 1 3.632 10.882v.034l.007.038a32.48 32.48 0 0 1-1.116 24.207c-4.11 8.82-14.056 17.86-29.63 17.415C20.926 69.85 6.101 57.362 3.335 41.011c-.505-2.579 0-3.886.253-5.982a26.723 26.723 0 0 0-.576 4.949v.185a35.867 35.867 0 0 0 71.205 6.065c.06-.463.11-.921.163-1.389a36.884 36.884 0 0 0-2.326-18.016l-.004.005Z"/><path fill="url(%23e)" d="M54.615 31.037c.078.055.15.11.223.164a19.525 19.525 0 0 0-3.33-4.344c-11.151-11.15-2.922-24.17-1.535-24.837l.014-.02C40.978 7.274 37.92 17.037 37.643 21.923c.418-.029.832-.064 1.26-.064a18.1 18.1 0 0 1 15.712 9.176v.002Z"/><path fill="url(%23f)" d="M38.923 33.268c-.06.892-3.211 3.969-4.313 3.969-10.198 0-11.854 6.169-11.854 6.169.451 5.195 4.071 9.476 8.447 11.733.2.104.403.197.605.29.352.154.703.298 1.054.43a15.91 15.91 0 0 0 4.666.9c17.878.839 21.339-21.375 8.438-27.825a12.381 12.381 0 0 1 8.648 2.1A18.1 18.1 0 0 0 38.9 21.857c-.425 0-.842.036-1.26.064a17.943 17.943 0 0 0-9.873 3.804c.546.463 1.164 1.081 2.464 2.363 2.433 2.397 8.675 4.881 8.689 5.172l.002.008Z"/><path fill="url(%23g)" d="M38.923 33.268c-.06.892-3.211 3.969-4.313 3.969-10.198 0-11.854 6.169-11.854 6.169.451 5.195 4.071 9.476 8.447 11.733.2.104.403.197.605.29.352.154.703.298 1.054.43a15.91 15.91 0 0 0 4.666.9c17.878.839 21.339-21.375 8.438-27.825a12.381 12.381 0 0 1 8.648 2.1A18.1 18.1 0 0 0 38.9 21.857c-.425 0-.842.036-1.26.064a17.943 17.943 0 0 0-9.873 3.804c.546.463 1.164 1.081 2.464 2.363 2.433 2.397 8.675 4.881 8.689 5.172l.002.008Z"/><path fill="url(%23h)" d="M26.097 24.542c.29.185.53.346.74.491a16.628 16.628 0 0 1-.1-8.765 26.557 26.557 0 0 0-8.633 6.671c.174-.004 5.377-.098 7.993 1.603Z"/><path fill="url(%23i)" d="M3.327 41.013c2.768 16.35 17.59 28.843 34.414 29.315 15.573.44 25.52-8.6 29.63-17.415a32.48 32.48 0 0 0 1.115-24.207v-.034c0-.027-.005-.043 0-.035l.007.06c1.272 8.307-2.953 16.351-9.56 21.802l-.02.046c-12.871 10.484-25.188 6.324-27.677 4.627-.174-.084-.348-.17-.522-.26-7.503-3.587-10.604-10.42-9.938-16.286a9.21 9.21 0 0 1-8.495-5.344 13.528 13.528 0 0 1 13.186-.53 17.86 17.86 0 0 0 13.464.53c-.014-.292-6.256-2.776-8.69-5.173-1.3-1.282-1.917-1.899-2.464-2.363-.295-.25-.604-.484-.925-.7-.213-.146-.453-.303-.74-.492-2.616-1.701-7.818-1.608-7.99-1.603h-.017c-1.422-1.802-1.322-7.742-1.24-8.983-.42.169-.822.382-1.198.636a26.105 26.105 0 0 0-3.505 3.002 31.315 31.315 0 0 0-3.366 4.013v.006-.006a30.287 30.287 0 0 0-4.812 10.863c-.018.073-1.292 5.644-.664 8.533l.007-.002Z"/><path fill="url(%23j)" d="M51.507 26.855a19.527 19.527 0 0 1 3.33 4.349c.198.149.382.297.538.44 8.132 7.496 3.871 18.09 3.554 18.84 6.605-5.442 10.826-13.491 9.559-21.8C64.43 18.568 57.55 14.487 51.942 5.613a43.401 43.401 0 0 1-.844-1.373 11.29 11.29 0 0 1-.396-.74 6.525 6.525 0 0 1-.534-1.42.093.093 0 0 0-.082-.093.127.127 0 0 0-.067 0c-.005 0-.012.008-.018.01l-.026.014c-1.387.658-9.614 13.686 1.536 24.827l-.004.016Z"/><path fill="url(%23k)" d="M55.375 31.65a7.495 7.495 0 0 0-.538-.441c-.073-.055-.145-.11-.223-.164a12.382 12.382 0 0 0-8.647-2.1c12.9 6.45 9.439 28.658-8.438 27.825a15.95 15.95 0 0 1-4.667-.9 18.885 18.885 0 0 1-1.053-.431 13.248 13.248 0 0 1-.605-.289l.025.016c2.493 1.702 14.806 5.86 27.677-4.627l.02-.046c.322-.75 4.582-11.345-3.553-18.84l.002-.004Z"/><path fill="url(%23l)" d="M22.756 43.4s1.655-6.17 11.853-6.17c1.102 0 4.257-3.076 4.313-3.968a17.86 17.86 0 0 1-13.463-.53 13.529 13.529 0 0 0-13.186.53 9.21 9.21 0 0 0 8.495 5.344c-.664 5.864 2.436 12.696 9.938 16.286.168.08.325.167.497.244-4.38-2.262-7.996-6.541-8.447-11.733V43.4Z"/><path fill="url(%23m)" d="M72.049 26.827c-1.559-3.75-4.72-7.798-7.195-9.078a37.261 37.261 0 0 1 3.632 10.883l.007.06c-4.055-10.105-10.929-14.186-16.546-23.06a43.39 43.39 0 0 1-.844-1.373 11.337 11.337 0 0 1-.396-.74 6.525 6.525 0 0 1-.534-1.42.092.092 0 0 0-.082-.093.128.128 0 0 0-.067 0c-.005 0-.012.008-.018.01l-.026.014.014-.024C40.986 7.28 37.928 17.042 37.65 21.928c.418-.028.833-.064 1.26-.064a18.1 18.1 0 0 1 15.713 9.177 12.38 12.38 0 0 0-8.648-2.1c12.9 6.45 9.439 28.658-8.438 27.826a15.952 15.952 0 0 1-4.666-.9 18.933 18.933 0 0 1-1.054-.432c-.202-.093-.405-.185-.605-.289l.025.016a19.04 19.04 0 0 1-.522-.26c.168.08.325.167.497.244-4.38-2.263-7.996-6.542-8.447-11.733 0 0 1.655-6.17 11.853-6.17 1.102 0 4.257-3.076 4.313-3.968-.013-.292-6.255-2.776-8.688-5.173-1.3-1.281-1.918-1.899-2.465-2.362-.295-.25-.604-.485-.925-.702a16.628 16.628 0 0 1-.1-8.765 26.557 26.557 0 0 0-8.634 6.671h-.016c-1.422-1.801-1.322-7.742-1.24-8.983-.42.169-.822.382-1.197.636a26.112 26.112 0 0 0-3.506 3.002 31.304 31.304 0 0 0-3.352 4.023v.006-.007a30.287 30.287 0 0 0-4.812 10.864l-.048.236c-.068.316-.37 1.919-.414 2.263a41.724 41.724 0 0 0-.53 5v.185a35.866 35.866 0 0 0 71.206 6.064c.06-.462.11-.92.163-1.388a36.885 36.885 0 0 0-2.326-18.016l.002-.002Zm-3.558 1.842.006.038-.006-.038Z"/></g><defs><radialGradient id="c" cx="0" cy="0" r="1" gradientTransform="translate(64.999 10.329) scale(74.768)" gradientUnits="userSpaceOnUse"><stop offset=".129" stop-color="%23FFBD4F"/><stop offset=".186" stop-color="%23FFAC31"/><stop offset=".247" stop-color="%23FF9D17"/><stop offset=".283" stop-color="%23FF980E"/><stop offset=".403" stop-color="%23FF563B"/><stop offset=".467" stop-color="%23FF3750"/><stop offset=".71" stop-color="%23F5156C"/><stop offset=".782" stop-color="%23EB0878"/><stop offset=".86" stop-color="%23E50080"/></radialGradient><radialGradient id="d" cx="0" cy="0" r="1" gradientTransform="translate(37.239 40.865) scale(74.768)" gradientUnits="userSpaceOnUse"><stop offset=".3" stop-color="%23960E18"/><stop offset=".351" stop-color="%23B11927" stop-opacity=".74"/><stop offset=".435" stop-color="%23DB293D" stop-opacity=".343"/><stop offset=".497" stop-color="%23F5334B" stop-opacity=".094"/><stop offset=".53" stop-color="%23FF3750" stop-opacity="0"/></radialGradient><radialGradient id="e" cx="0" cy="0" r="1" gradientTransform="translate(46.49 -6.328) scale(54.1606)" gradientUnits="userSpaceOnUse"><stop offset=".132" stop-color="%23FFF44F"/><stop offset=".252" stop-color="%23FFDC3E"/><stop offset=".506" stop-color="%23FF9D12"/><stop offset=".526" stop-color="%23FF980E"/></radialGradient><radialGradient id="f" cx="0" cy="0" r="1" gradientTransform="translate(28.91 60.297) scale(35.5981)" gradientUnits="userSpaceOnUse"><stop offset=".353" stop-color="%233A8EE6"/><stop offset=".472" stop-color="%235C79F0"/><stop offset=".669" stop-color="%239059FF"/><stop offset="1" stop-color="%23C139E6"/></radialGradient><radialGradient id="g" cx="0" cy="0" r="1" gradientTransform="matrix(18.34852 -4.43626 5.19374 21.48145 40.856 34.448)" gradientUnits="userSpaceOnUse"><stop offset=".206" stop-color="%239059FF" stop-opacity="0"/><stop offset=".278" stop-color="%238C4FF3" stop-opacity=".064"/><stop offset=".747" stop-color="%237716A8" stop-opacity=".45"/><stop offset=".975" stop-color="%236E008B" stop-opacity=".6"/></radialGradient><radialGradient id="h" cx="0" cy="0" r="1" gradientTransform="translate(36.313 7.553) scale(25.6136)" gradientUnits="userSpaceOnUse"><stop stop-color="%23FFE226"/><stop offset=".121" stop-color="%23FFDB27"/><stop offset=".295" stop-color="%23FFC82A"/><stop offset=".502" stop-color="%23FFA930"/><stop offset=".732" stop-color="%23FF7E37"/><stop offset=".792" stop-color="%23FF7139"/></radialGradient><radialGradient id="i" cx="0" cy="0" r="1" gradientTransform="translate(56.67 -9.104) scale(109.283)" gradientUnits="userSpaceOnUse"><stop offset=".113" stop-color="%23FFF44F"/><stop offset=".456" stop-color="%23FF980E"/><stop offset=".622" stop-color="%23FF5634"/><stop offset=".716" stop-color="%23FF3647"/><stop offset=".904" stop-color="%23E31587"/></radialGradient><radialGradient id="j" cx="0" cy="0" r="1" gradientTransform="rotate(83.976 25.485 24.914) scale(80.0845 52.5588)" gradientUnits="userSpaceOnUse"><stop stop-color="%23FFF44F"/><stop offset=".06" stop-color="%23FFE847"/><stop offset=".168" stop-color="%23FFC830"/><stop offset=".304" stop-color="%23FF980E"/><stop offset=".356" stop-color="%23FF8B16"/><stop offset=".455" stop-color="%23FF672A"/><stop offset=".57" stop-color="%23FF3647"/><stop offset=".737" stop-color="%23E31587"/></radialGradient><radialGradient id="k" cx="0" cy="0" r="1" gradientTransform="translate(36.313 16.807) scale(68.2166)" gradientUnits="userSpaceOnUse"><stop offset=".137" stop-color="%23FFF44F"/><stop offset=".48" stop-color="%23FF980E"/><stop offset=".592" stop-color="%23FF5634"/><stop offset=".655" stop-color="%23FF3647"/><stop offset=".904" stop-color="%23E31587"/></radialGradient><radialGradient id="l" cx="0" cy="0" r="1" gradientTransform="translate(53.894 20.507) scale(74.6662)" gradientUnits="userSpaceOnUse"><stop offset=".094" stop-color="%23FFF44F"/><stop offset=".231" stop-color="%23FFE141"/><stop offset=".509" stop-color="%23FFAF1E"/><stop offset=".626" stop-color="%23FF980E"/></radialGradient><linearGradient id="b" x1="67.302" x2="7.762" y1="13.461" y2="70.907" gradientUnits="userSpaceOnUse"><stop offset=".048" stop-color="%23FFF44F"/><stop offset=".111" stop-color="%23FFE847"/><stop offset=".225" stop-color="%23FFC830"/><stop offset=".368" stop-color="%23FF980E"/><stop offset=".401" stop-color="%23FF8B16"/><stop offset=".462" stop-color="%23FF672A"/><stop offset=".534" stop-color="%23FF3647"/><stop offset=".705" stop-color="%23E31587"/></linearGradient><linearGradient id="m" x1="66.58" x2="15.926" y1="13.156" y2="63.819" gradientUnits="userSpaceOnUse"><stop offset=".167" stop-color="%23FFF44F" stop-opacity=".8"/><stop offset=".266" stop-color="%23FFF44F" stop-opacity=".634"/><stop offset=".489" stop-color="%23FFF44F" stop-opacity=".217"/><stop offset=".6" stop-color="%23FFF44F" stop-opacity="0"/></linearGradient><clipPath id="a"><path fill="%23fff" d="M0 0h71.64v74H0z" transform="translate(3 2)"/></clipPath></defs></svg>';
5
- export {
6
- Firefox_default as default
7
- };
@@ -1,7 +0,0 @@
1
- "use client";
2
-
3
- // src/components/Icons/Linux.svg
4
- var Linux_default = 'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="none"><path fill="%23020204" d="M23.803 0c-1.125 0-2.254.221-3.274.772a6.025 6.025 0 0 0-2.518 2.62c-.547 1.102-.761 2.28-.795 3.577-.062 2.464.056 5.048.242 7.39.049.712.139 1.129.047 1.862-.304 1.556-1.665 2.602-2.392 3.969-.801 1.508-1.139 3.212-1.742 4.81-.553 1.46-1.33 2.83-1.853 4.302-.733 2.057-.952 4.319-.469 6.449.37 1.623 1.14 3.146 2.18 4.449-.15.27-.297.546-.45.814-.483.83-1.072 1.62-1.345 2.54-.137.46-.191.951-.103 1.423.088.473.328.925.703 1.225.245.195.543.322.85.394.305.069.622.086.937.08 1.194-.026 2.353-.388 3.508-.692a41.85 41.85 0 0 1 2.068-.483c2.464-.505 5.212-.302 7.498.028.774.118 1.543.27 2.304.455 1.193.29 2.38.657 3.606.692.322.01.649-.005.964-.075.315-.071.62-.198.872-.4.377-.3.617-.753.705-1.225.088-.473.033-.966-.105-1.427-.278-.923-.872-1.708-1.364-2.535-.195-.328-.375-.662-.568-.99 1.482-1.663 2.674-3.587 3.364-5.7.752-2.306.89-4.79.574-7.196-.317-2.406-1.08-4.739-2.083-6.947-1.26-2.768-2.32-3.77-3.088-6.201-.83-2.629-.145-5.74-.762-8.123a8.333 8.333 0 0 0-1.021-2.293 7.856 7.856 0 0 0-1.997-2.15C27.024.49 25.426 0 23.803 0Z"/><path fill="%23FDFDFB" d="M19.337 13.875a1.938 1.938 0 0 0-.345.73c-.066.262-.09.534-.101.806-.021.542.013 1.093-.132 1.616-.153.559-.497 1.044-.832 1.515-.583.817-1.172 1.657-1.459 2.62a4.652 4.652 0 0 0-.17 1.803 19.233 19.233 0 0 0-1.684 3.034c-.709 1.607-1.195 3.317-1.365 5.064-.21 2.14.063 4.34.91 6.317.608 1.43 1.52 2.737 2.695 3.758.597.517 1.26.958 1.97 1.306 2.457 1.21 5.495 1.212 7.912-.077 1.263-.673 2.33-1.657 3.358-2.653.618-.6 1.235-1.215 1.708-1.935.91-1.389 1.226-3.077 1.423-4.725.343-2.88.354-5.925-.91-8.537a9.406 9.406 0 0 0-1.71-2.446 13.35 13.35 0 0 0-1.08-3.642c-.384-.834-.85-1.627-1.207-2.47-.146-.348-.274-.704-.435-1.043-.163-.34-.362-.666-.636-.927a2.592 2.592 0 0 0-.99-.575 4.244 4.244 0 0 0-1.136-.195c-.77-.04-1.541.062-2.312.03-.613-.025-1.224-.132-1.837-.096a2.829 2.829 0 0 0-.896.19 1.793 1.793 0 0 0-.74.532Z"/><mask id="a" width="28" height="47" x="10" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M23.803 0c-1.125 0-2.254.221-3.274.772a6.025 6.025 0 0 0-2.518 2.62c-.547 1.102-.761 2.28-.795 3.577-.062 2.464.056 5.048.242 7.39.049.712.139 1.129.047 1.862-.304 1.556-1.665 2.602-2.392 3.969-.801 1.508-1.139 3.212-1.742 4.81-.553 1.46-1.33 2.83-1.853 4.302-.733 2.057-.952 4.319-.469 6.449.37 1.623 1.14 3.146 2.18 4.449-.15.27-.297.546-.45.814-.483.83-1.072 1.62-1.345 2.54-.137.46-.191.951-.103 1.423.088.473.328.925.703 1.225.245.195.543.322.85.394.305.069.622.086.937.08 1.194-.026 2.353-.388 3.508-.692a41.85 41.85 0 0 1 2.068-.483c2.464-.505 5.212-.302 7.498.028.774.118 1.543.27 2.304.455 1.193.29 2.38.657 3.606.692.322.01.649-.005.964-.075.315-.071.62-.198.872-.4.377-.3.617-.753.705-1.225.088-.473.033-.966-.105-1.427-.278-.923-.872-1.708-1.364-2.535-.195-.328-.375-.662-.568-.99 1.482-1.663 2.674-3.587 3.364-5.7.752-2.306.89-4.79.574-7.196-.317-2.406-1.08-4.739-2.083-6.947-1.26-2.768-2.32-3.77-3.088-6.201-.83-2.629-.145-5.74-.762-8.123a8.333 8.333 0 0 0-1.021-2.293 7.856 7.856 0 0 0-1.997-2.15C27.024.49 25.426 0 23.803 0Z"/></mask><g filter="url(%23b)" mask="url(%23a)" opacity=".25"><path fill="url(%23c)" d="M16.626 21.596c.163.246-.104 1.095 3.723.552 0 0-.673.073-1.335.226-1.029.345-1.925.73-2.619 1.24-.684.506-1.187 1.164-1.815 1.729 0 0 1.018-1.86 1.271-2.421.255-.56-.041-.535.16-1.36.2-.825.692-1.618.692-1.618s-.402 1.167-.077 1.652Z"/></g><mask id="d" width="28" height="47" x="10" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M23.803 0c-1.125 0-2.254.221-3.274.772a6.025 6.025 0 0 0-2.518 2.62c-.547 1.102-.761 2.28-.795 3.577-.062 2.464.056 5.048.242 7.39.049.712.139 1.129.047 1.862-.304 1.556-1.665 2.602-2.392 3.969-.801 1.508-1.139 3.212-1.742 4.81-.553 1.46-1.33 2.83-1.853 4.302-.733 2.057-.952 4.319-.469 6.449.37 1.623 1.14 3.146 2.18 4.449-.15.27-.297.546-.45.814-.483.83-1.072 1.62-1.345 2.54-.137.46-.191.951-.103 1.423.088.473.328.925.703 1.225.245.195.543.322.85.394.305.069.622.086.937.08 1.194-.026 2.353-.388 3.508-.692a41.85 41.85 0 0 1 2.068-.483c2.464-.505 5.212-.302 7.498.028.774.118 1.543.27 2.304.455 1.193.29 2.38.657 3.606.692.322.01.649-.005.964-.075.315-.071.62-.198.872-.4.377-.3.617-.753.705-1.225.088-.473.033-.966-.105-1.427-.278-.923-.872-1.708-1.364-2.535-.195-.328-.375-.662-.568-.99 1.482-1.663 2.674-3.587 3.364-5.7.752-2.306.89-4.79.574-7.196-.317-2.406-1.08-4.739-2.083-6.947-1.26-2.768-2.32-3.77-3.088-6.201-.83-2.629-.145-5.74-.762-8.123a8.333 8.333 0 0 0-1.021-2.293 7.856 7.856 0 0 0-1.997-2.15C27.024.49 25.426 0 23.803 0Z"/></mask><g filter="url(%23e)" mask="url(%23d)" opacity=".42"><path fill="url(%23f)" d="M28.927 21.373c-.78.544-1.237.48-2.182.585-.947.107-3.506.068-3.506.068s.37-.006 1.192.146c.822.154 2.496.3 3.439.658.945.36 1.288.463 1.862.825.816.516 1.416 1.324 2.195 1.89 0 0 .038-.75-.277-1.31-.315-.561-1.162-1.444-1.412-2.27-.247-.824-.367-2.444-.367-2.444s-.165 1.31-.944 1.852Z"/></g><mask id="g" width="28" height="47" x="10" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M23.803 0c-1.125 0-2.254.221-3.274.772a6.025 6.025 0 0 0-2.518 2.62c-.547 1.102-.761 2.28-.795 3.577-.062 2.464.056 5.048.242 7.39.049.712.139 1.129.047 1.862-.304 1.556-1.665 2.602-2.392 3.969-.801 1.508-1.139 3.212-1.742 4.81-.553 1.46-1.33 2.83-1.853 4.302-.733 2.057-.952 4.319-.469 6.449.37 1.623 1.14 3.146 2.18 4.449-.15.27-.297.546-.45.814-.483.83-1.072 1.62-1.345 2.54-.137.46-.191.951-.103 1.423.088.473.328.925.703 1.225.245.195.543.322.85.394.305.069.622.086.937.08 1.194-.026 2.353-.388 3.508-.692a41.85 41.85 0 0 1 2.068-.483c2.464-.505 5.212-.302 7.498.028.774.118 1.543.27 2.304.455 1.193.29 2.38.657 3.606.692.322.01.649-.005.964-.075.315-.071.62-.198.872-.4.377-.3.617-.753.705-1.225.088-.473.033-.966-.105-1.427-.278-.923-.872-1.708-1.364-2.535-.195-.328-.375-.662-.568-.99 1.482-1.663 2.674-3.587 3.364-5.7.752-2.306.89-4.79.574-7.196-.317-2.406-1.08-4.739-2.083-6.947-1.26-2.768-2.32-3.77-3.088-6.201-.83-2.629-.145-5.74-.762-8.123a8.333 8.333 0 0 0-1.021-2.293 7.856 7.856 0 0 0-1.997-2.15C27.024.49 25.426 0 23.803 0Z"/></mask><g filter="url(%23h)" mask="url(%23g)" opacity=".2"><path fill="url(%23i)" d="M21.594 20.214c-.03.235-.067.47-.112.702a2.085 2.085 0 0 1-.09.337.763.763 0 0 1-.191.29c-.077.07-.17.117-.263.16a4.02 4.02 0 0 1-1.147.326c.157.012.315.027.474.044.1.01.199.022.294.046a.837.837 0 0 1 .274.122.758.758 0 0 1 .21.252c.103.19.137.412.156.631.024.278.026.56.005.837.02-.186.058-.372.117-.548.106-.322.275-.622.504-.872a1.66 1.66 0 0 1 1.47-.55 1.822 1.822 0 0 1-1.163-.361 1.508 1.508 0 0 1-.416-.469 1.31 1.31 0 0 1-.122-.947Z"/></g><mask id="j" width="28" height="47" x="10" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M23.803 0c-1.125 0-2.254.221-3.274.772a6.025 6.025 0 0 0-2.518 2.62c-.547 1.102-.761 2.28-.795 3.577-.062 2.464.056 5.048.242 7.39.049.712.139 1.129.047 1.862-.304 1.556-1.665 2.602-2.392 3.969-.801 1.508-1.139 3.212-1.742 4.81-.553 1.46-1.33 2.83-1.853 4.302-.733 2.057-.952 4.319-.469 6.449.37 1.623 1.14 3.146 2.18 4.449-.15.27-.297.546-.45.814-.483.83-1.072 1.62-1.345 2.54-.137.46-.191.951-.103 1.423.088.473.328.925.703 1.225.245.195.543.322.85.394.305.069.622.086.937.08 1.194-.026 2.353-.388 3.508-.692a41.85 41.85 0 0 1 2.068-.483c2.464-.505 5.212-.302 7.498.028.774.118 1.543.27 2.304.455 1.193.29 2.38.657 3.606.692.322.01.649-.005.964-.075.315-.071.62-.198.872-.4.377-.3.617-.753.705-1.225.088-.473.033-.966-.105-1.427-.278-.923-.872-1.708-1.364-2.535-.195-.328-.375-.662-.568-.99 1.482-1.663 2.674-3.587 3.364-5.7.752-2.306.89-4.79.574-7.196-.317-2.406-1.08-4.739-2.083-6.947-1.26-2.768-2.32-3.77-3.088-6.201-.83-2.629-.145-5.74-.762-8.123a8.333 8.333 0 0 0-1.021-2.293 7.856 7.856 0 0 0-1.997-2.15C27.024.49 25.426 0 23.803 0Z"/></mask><g filter="url(%23k)" mask="url(%23j)" opacity=".11"><path fill="%23000" d="M20.597 25.714a14.133 14.133 0 0 0-.407 2.308c-.103 1.1-.079 2.209-.139 3.313-.048.936-.16 1.883.004 2.807.077.44.216.87.413 1.271.03-.154.054-.307.067-.463.07-.75-.056-1.502-.1-2.252-.074-1.316.108-2.632.183-3.949.056-1.01.05-2.025-.021-3.035Z"/></g><mask id="l" width="28" height="47" x="10" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M23.803 0c-1.125 0-2.254.221-3.274.772a6.025 6.025 0 0 0-2.518 2.62c-.547 1.102-.761 2.28-.795 3.577-.062 2.464.056 5.048.242 7.39.049.712.139 1.129.047 1.862-.304 1.556-1.665 2.602-2.392 3.969-.801 1.508-1.139 3.212-1.742 4.81-.553 1.46-1.33 2.83-1.853 4.302-.733 2.057-.952 4.319-.469 6.449.37 1.623 1.14 3.146 2.18 4.449-.15.27-.297.546-.45.814-.483.83-1.072 1.62-1.345 2.54-.137.46-.191.951-.103 1.423.088.473.328.925.703 1.225.245.195.543.322.85.394.305.069.622.086.937.08 1.194-.026 2.353-.388 3.508-.692a41.85 41.85 0 0 1 2.068-.483c2.464-.505 5.212-.302 7.498.028.774.118 1.543.27 2.304.455 1.193.29 2.38.657 3.606.692.322.01.649-.005.964-.075.315-.071.62-.198.872-.4.377-.3.617-.753.705-1.225.088-.473.033-.966-.105-1.427-.278-.923-.872-1.708-1.364-2.535-.195-.328-.375-.662-.568-.99 1.482-1.663 2.674-3.587 3.364-5.7.752-2.306.89-4.79.574-7.196-.317-2.406-1.08-4.739-2.083-6.947-1.26-2.768-2.32-3.77-3.088-6.201-.83-2.629-.145-5.74-.762-8.123a8.333 8.333 0 0 0-1.021-2.293 7.856 7.856 0 0 0-1.997-2.15C27.024.49 25.426 0 23.803 0Z"/></mask><g filter="url(%23m)" mask="url(%23l)" opacity=".75"><path fill="%237C7C7C" d="M33.765 24.606c.193-.03 1.376.976 1.215 1.351-.161.374-.467.149-.684.15-.218.004-.812.274-.912.104-.1-.171.263-.569.452-.902.154-.268-.262-.673-.071-.703Z"/></g><mask id="n" width="28" height="47" x="10" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M23.803 0c-1.125 0-2.254.221-3.274.772a6.025 6.025 0 0 0-2.518 2.62c-.547 1.102-.761 2.28-.795 3.577-.062 2.464.056 5.048.242 7.39.049.712.139 1.129.047 1.862-.304 1.556-1.665 2.602-2.392 3.969-.801 1.508-1.139 3.212-1.742 4.81-.553 1.46-1.33 2.83-1.853 4.302-.733 2.057-.952 4.319-.469 6.449.37 1.623 1.14 3.146 2.18 4.449-.15.27-.297.546-.45.814-.483.83-1.072 1.62-1.345 2.54-.137.46-.191.951-.103 1.423.088.473.328.925.703 1.225.245.195.543.322.85.394.305.069.622.086.937.08 1.194-.026 2.353-.388 3.508-.692a41.85 41.85 0 0 1 2.068-.483c2.464-.505 5.212-.302 7.498.028.774.118 1.543.27 2.304.455 1.193.29 2.38.657 3.606.692.322.01.649-.005.964-.075.315-.071.62-.198.872-.4.377-.3.617-.753.705-1.225.088-.473.033-.966-.105-1.427-.278-.923-.872-1.708-1.364-2.535-.195-.328-.375-.662-.568-.99 1.482-1.663 2.674-3.587 3.364-5.7.752-2.306.89-4.79.574-7.196-.317-2.406-1.08-4.739-2.083-6.947-1.26-2.768-2.32-3.77-3.088-6.201-.83-2.629-.145-5.74-.762-8.123a8.333 8.333 0 0 0-1.021-2.293 7.856 7.856 0 0 0-1.997-2.15C27.024.49 25.426 0 23.803 0Z"/></mask><g filter="url(%23o)" mask="url(%23n)"><path fill="%237C7C7C" d="M26.535 2.085c-.414.293-.234.658-.056 1.024.178.367-.392 1.423-.398 1.468-.005.045 1.122-.534 1.429-.913.364-.445 1.28.604 1.23.444.002-.285-1.79-2.314-2.205-2.023Z"/></g><mask id="p" width="28" height="47" x="10" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M23.803 0c-1.125 0-2.254.221-3.274.772a6.025 6.025 0 0 0-2.518 2.62c-.547 1.102-.761 2.28-.795 3.577-.062 2.464.056 5.048.242 7.39.049.712.139 1.129.047 1.862-.304 1.556-1.665 2.602-2.392 3.969-.801 1.508-1.139 3.212-1.742 4.81-.553 1.46-1.33 2.83-1.853 4.302-.733 2.057-.952 4.319-.469 6.449.37 1.623 1.14 3.146 2.18 4.449-.15.27-.297.546-.45.814-.483.83-1.072 1.62-1.345 2.54-.137.46-.191.951-.103 1.423.088.473.328.925.703 1.225.245.195.543.322.85.394.305.069.622.086.937.08 1.194-.026 2.353-.388 3.508-.692a41.85 41.85 0 0 1 2.068-.483c2.464-.505 5.212-.302 7.498.028.774.118 1.543.27 2.304.455 1.193.29 2.38.657 3.606.692.322.01.649-.005.964-.075.315-.071.62-.198.872-.4.377-.3.617-.753.705-1.225.088-.473.033-.966-.105-1.427-.278-.923-.872-1.708-1.364-2.535-.195-.328-.375-.662-.568-.99 1.482-1.663 2.674-3.587 3.364-5.7.752-2.306.89-4.79.574-7.196-.317-2.406-1.08-4.739-2.083-6.947-1.26-2.768-2.32-3.77-3.088-6.201-.83-2.629-.145-5.74-.762-8.123a8.333 8.333 0 0 0-1.021-2.293 7.856 7.856 0 0 0-1.997-2.15C27.024.49 25.426 0 23.803 0Z"/></mask><g filter="url(%23q)" mask="url(%23p)"><path fill="%23838384" d="M29.676 14.368c-.35.319.165.797.407 1.358.151.348.57.841.975.763.305-.06.493-.499.465-.807-.057-.596-.56-.736-.925-.94-.289-.162-.677-.597-.922-.374Z"/></g><path fill="%23020204" d="M15.746 18.92c-1.144 1.298-2.32 2.556-2.964 3.96-.32.713-.47 1.488-.69 2.238a16.86 16.86 0 0 1-.964 2.478c-.35.74-.737 1.465-1.121 2.186-.281.527-.566 1.064-.664 1.652-.077.465-.034.945.086 1.401.118.456.308.89.523 1.309.915 1.79 2.29 3.332 3.917 4.513.74.534 1.529.997 2.36 1.378.45.204.922.388 1.417.396.247.005.496-.036.723-.135.225-.1.428-.26.563-.467.165-.255.221-.572.187-.874a2.104 2.104 0 0 0-.309-.85c-.386-.633-.996-1.092-1.582-1.546a53.126 53.126 0 0 1-3.666-3.109c-.33-.31-.662-.626-.893-1.016-.225-.379-.347-.81-.429-1.243-.227-1.187-.169-2.436.234-3.576.16-.446.368-.872.57-1.3.35-.74.68-1.496 1.138-2.174.572-.846 1.337-1.562 1.802-2.47.394-.767.554-1.627.705-2.475.12-.664.347-1.312.463-1.976-.226.431-.958 1.138-1.406 1.7Z"/><mask id="r" width="11" height="24" x="9" y="17" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M15.746 18.92c-1.144 1.298-2.32 2.556-2.964 3.96-.32.713-.47 1.488-.69 2.238a16.86 16.86 0 0 1-.964 2.478c-.35.74-.737 1.465-1.121 2.186-.281.527-.566 1.064-.664 1.652-.077.465-.034.945.086 1.401.118.456.308.89.523 1.309.915 1.79 2.29 3.332 3.917 4.513.74.534 1.529.997 2.36 1.378.45.204.922.388 1.417.396.247.005.496-.036.723-.135.225-.1.428-.26.563-.467.165-.255.221-.572.187-.874a2.104 2.104 0 0 0-.309-.85c-.386-.633-.996-1.092-1.582-1.546a53.126 53.126 0 0 1-3.666-3.109c-.33-.31-.662-.626-.893-1.016-.225-.379-.347-.81-.429-1.243-.227-1.187-.169-2.436.234-3.576.16-.446.368-.872.57-1.3.35-.74.68-1.496 1.138-2.174.572-.846 1.337-1.562 1.802-2.47.394-.767.554-1.627.705-2.475.12-.664.347-1.312.463-1.976-.226.431-.958 1.138-1.406 1.7Z"/></mask><g filter="url(%23s)" mask="url(%23r)" opacity=".95"><path fill="%237C7C7C" d="M14.43 23.644a5.32 5.32 0 0 0-.962 1.183c-.431.72-.684 1.53-1 2.308-.232.58-.504 1.162-.536 1.787-.016.32.03.641.042.962.011.32-.019.654-.177.933-.13.235-.35.419-.603.509.343.114.647.335.862.624.18.244.296.527.452.784.128.21.283.405.476.557.192.153.422.262.664.292a1.17 1.17 0 0 0 .932-.296 21.852 21.852 0 0 1 .832-8.694c.055-.177.111-.355.126-.539a.775.775 0 0 0-.135-.526.56.56 0 0 0-.52-.22.573.573 0 0 0-.271.107.584.584 0 0 0-.182.229Z"/></g><path fill="%23020204" d="M34.267 23.835c.983.791 1.607 1.986 1.8 3.232.15.972.053 1.971-.166 2.93-.22.96-.557 1.886-.895 2.812-.133.367-.268.74-.32 1.129-.055.39-.021.8.166 1.145.216.396.617.668 1.049.795.425.128.885.124 1.316.017.431-.107 1.157-.246 1.507-.52.891-.691 1.103-1.893 1.315-2.947.22-1.1.112-2.254-.08-3.365-.265-1.517-.71-2.999-1.274-4.43a15.429 15.429 0 0 0-1.583-2.992c-.622-.917-1.503-1.631-2.156-2.527-.227-.312-.498-.634-.72-.949-.48-.679-.371-.551-.67-.992-.215-.319-.556-.427-.914-.566a1.82 1.82 0 0 0-1.133-.077c-.487.137-.887.523-1.098.982-.212.462-.25.99-.167 1.491.107.645.401 1.245.735 1.808.375.635.81 1.248 1.378 1.72.592.494 1.309.82 1.91 1.304Z"/><mask id="t" width="11" height="20" x="30" y="16" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M34.267 23.835c.983.791 1.607 1.986 1.8 3.232.15.972.053 1.971-.166 2.93-.22.96-.557 1.886-.895 2.812-.133.367-.268.74-.32 1.129-.055.39-.021.8.166 1.145.216.396.617.668 1.049.795.425.128.885.124 1.316.017.431-.107 1.157-.246 1.507-.52.891-.691 1.103-1.893 1.315-2.947.22-1.1.112-2.254-.08-3.365-.265-1.517-.71-2.999-1.274-4.43a15.429 15.429 0 0 0-1.583-2.992c-.622-.917-1.503-1.631-2.156-2.527-.227-.312-.498-.634-.72-.949-.48-.679-.371-.551-.67-.992-.215-.319-.556-.427-.914-.566a1.82 1.82 0 0 0-1.133-.077c-.487.137-.887.523-1.098.982-.212.462-.25.99-.167 1.491.107.645.401 1.245.735 1.808.375.635.81 1.248 1.378 1.72.592.494 1.309.82 1.91 1.304Z"/></mask><g filter="url(%23u)" mask="url(%23t)"><path fill="%23838384" d="M31.954 22.31c.078.076.161.152.245.224.604.493.925 1.046 1.538 1.53 1.001.791 2.015 2.156 2.212 3.403.154.973-.048 1.502-.296 2.647-.247 1.148-.949 2.772-1.33 3.878-.15.44.308.259.248.724-.03.228-.033.459-.005.688.003-.043.005-.09.01-.133.074-.634.267-1.243.479-1.842.407-1.149.874-2.278 1.196-3.459.323-1.18.287-2.029.118-3.043-.212-1.277-.954-2.454-2.004-3.233-.744-.549-1.62-.901-2.411-1.383Z"/></g><path fill="url(%23v)" d="M10.309 32.874a1.47 1.47 0 0 1 .823-.077c.276.051.536.171.767.327.463.315.806.772 1.134 1.226a43.064 43.064 0 0 1 2.141 3.203c.535.896 1.024 1.82 1.643 2.658.403.55.857 1.058 1.262 1.603.405.548.763 1.14.943 1.797a3.603 3.603 0 0 1-.263 2.578 3.397 3.397 0 0 1-1.256 1.348 3.224 3.224 0 0 1-1.716.463c-.988 0-1.953-.53-2.872-.896-1.871-.746-3.904-.979-5.833-1.56-.593-.178-1.176-.39-1.772-.553-.266-.074-.534-.137-.786-.252-.25-.112-.485-.283-.624-.519-.107-.184-.15-.4-.15-.611 0-.214.053-.424.126-.623.144-.4.378-.761.536-1.157.257-.645.304-1.355.268-2.049-.034-.692-.146-1.38-.193-2.072-.023-.31-.03-.622.03-.928.058-.304.19-.602.412-.816a1.53 1.53 0 0 1 .76-.375c.28-.058.568-.06.853-.054.285.006.572.023.857-.002.285-.022.572-.086.82-.229.235-.135.429-.335.588-.555.16-.219.289-.459.422-.697.131-.236.268-.473.442-.683.173-.21.386-.392.638-.495Z"/><mask id="w" width="17" height="16" x="3" y="32" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M10.309 32.874a1.47 1.47 0 0 1 .823-.077c.276.051.536.171.767.327.463.315.806.772 1.134 1.226a43.064 43.064 0 0 1 2.141 3.203c.535.896 1.024 1.82 1.643 2.658.403.55.857 1.058 1.262 1.603.405.548.763 1.14.943 1.797a3.603 3.603 0 0 1-.263 2.578 3.397 3.397 0 0 1-1.256 1.348 3.224 3.224 0 0 1-1.716.463c-.988 0-1.953-.53-2.872-.896-1.871-.746-3.904-.979-5.833-1.56-.593-.178-1.176-.39-1.772-.553-.266-.074-.534-.137-.786-.252-.25-.112-.485-.283-.624-.519-.107-.184-.15-.4-.15-.611 0-.214.053-.424.126-.623.144-.4.378-.761.536-1.157.257-.645.304-1.355.268-2.049-.034-.692-.146-1.38-.193-2.072-.023-.31-.03-.622.03-.928.058-.304.19-.602.412-.816a1.53 1.53 0 0 1 .76-.375c.28-.058.568-.06.853-.054.285.006.572.023.857-.002.285-.022.572-.086.82-.229.235-.135.429-.335.588-.555.16-.219.289-.459.422-.697.131-.236.268-.473.442-.683.173-.21.386-.392.638-.495Z"/></mask><g filter="url(%23x)" mask="url(%23w)"><path fill="%23D99A03" d="M10.717 33.319c.235-.094.501-.105.747-.049.247.056.478.176.677.332.4.31.678.744.947 1.174a77.015 77.015 0 0 1 1.86 3.16c.45.809.877 1.632 1.428 2.373.366.491.784.943 1.157 1.428.373.486.705 1.015.87 1.605.214.76.128 1.602-.24 2.3a3.07 3.07 0 0 1-1.162 1.214 2.988 2.988 0 0 1-1.63.401c-.904-.04-1.73-.493-2.582-.798-1.633-.593-3.4-.673-5.077-1.135-.6-.163-1.185-.38-1.787-.532-.268-.068-.54-.124-.793-.23-.253-.108-.491-.273-.63-.51a1.134 1.134 0 0 1-.137-.591 1.88 1.88 0 0 1 .131-.599c.147-.382.375-.727.522-1.11.223-.577.25-1.213.21-1.83-.042-.616-.15-1.23-.188-1.846a3.207 3.207 0 0 1 .038-.827c.056-.272.174-.535.37-.73.215-.212.507-.326.805-.373.296-.045.598-.024.896.002.3.026.6.06.9.043.3-.019.604-.092.852-.26.225-.152.393-.375.523-.613.13-.239.221-.495.32-.747.098-.253.205-.504.358-.73.154-.222.362-.42.615-.522Z"/></g><mask id="y" width="17" height="16" x="3" y="32" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M10.309 32.874a1.47 1.47 0 0 1 .823-.077c.276.051.536.171.767.327.463.315.806.772 1.134 1.226a43.064 43.064 0 0 1 2.141 3.203c.535.896 1.024 1.82 1.643 2.658.403.55.857 1.058 1.262 1.603.405.548.763 1.14.943 1.797a3.603 3.603 0 0 1-.263 2.578 3.397 3.397 0 0 1-1.256 1.348 3.224 3.224 0 0 1-1.716.463c-.988 0-1.953-.53-2.872-.896-1.871-.746-3.904-.979-5.833-1.56-.593-.178-1.176-.39-1.772-.553-.266-.074-.534-.137-.786-.252-.25-.112-.485-.283-.624-.519-.107-.184-.15-.4-.15-.611 0-.214.053-.424.126-.623.144-.4.378-.761.536-1.157.257-.645.304-1.355.268-2.049-.034-.692-.146-1.38-.193-2.072-.023-.31-.03-.622.03-.928.058-.304.19-.602.412-.816a1.53 1.53 0 0 1 .76-.375c.28-.058.568-.06.853-.054.285.006.572.023.857-.002.285-.022.572-.086.82-.229.235-.135.429-.335.588-.555.16-.219.289-.459.422-.697.131-.236.268-.473.442-.683.173-.21.386-.392.638-.495Z"/></mask><g filter="url(%23z)" mask="url(%23y)"><path fill="%23F5BD0C" d="M10.498 32.732c.229-.113.497-.135.746-.084.25.05.482.172.68.331.391.32.642.775.875 1.221.532 1.024 1.031 2.07 1.668 3.036.465.699 1 1.35 1.469 2.047.635.943 1.153 1.982 1.366 3.094.143.75.14 1.558-.22 2.231a2.479 2.479 0 0 1-1.079 1.035c-.454.229-.977.32-1.485.276-.8-.07-1.526-.463-2.28-.739-1.337-.486-2.782-.604-4.159-.971-.579-.154-1.149-.355-1.736-.477-.26-.054-.525-.093-.772-.187-.248-.094-.482-.25-.61-.478a.967.967 0 0 1-.105-.533c.013-.181.068-.36.139-.53.144-.338.356-.649.467-.998.165-.515.097-1.072-.026-1.6-.122-.524-.3-1.04-.355-1.576a2.138 2.138 0 0 1 .032-.716c.054-.235.165-.46.34-.627.224-.215.54-.324.854-.354.314-.03.629.011.94.056.311.045.626.094.94.08.314-.014.635-.096.88-.29.244-.19.398-.474.486-.767.088-.294.116-.6.152-.903.036-.304.08-.611.199-.895.118-.283.317-.543.594-.682Z"/></g><mask id="A" width="17" height="16" x="3" y="32" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M10.309 32.874a1.47 1.47 0 0 1 .823-.077c.276.051.536.171.767.327.463.315.806.772 1.134 1.226a43.064 43.064 0 0 1 2.141 3.203c.535.896 1.024 1.82 1.643 2.658.403.55.857 1.058 1.262 1.603.405.548.763 1.14.943 1.797a3.603 3.603 0 0 1-.263 2.578 3.397 3.397 0 0 1-1.256 1.348 3.224 3.224 0 0 1-1.716.463c-.988 0-1.953-.53-2.872-.896-1.871-.746-3.904-.979-5.833-1.56-.593-.178-1.176-.39-1.772-.553-.266-.074-.534-.137-.786-.252-.25-.112-.485-.283-.624-.519-.107-.184-.15-.4-.15-.611 0-.214.053-.424.126-.623.144-.4.378-.761.536-1.157.257-.645.304-1.355.268-2.049-.034-.692-.146-1.38-.193-2.072-.023-.31-.03-.622.03-.928.058-.304.19-.602.412-.816a1.53 1.53 0 0 1 .76-.375c.28-.058.568-.06.853-.054.285.006.572.023.857-.002.285-.022.572-.086.82-.229.235-.135.429-.335.588-.555.16-.219.289-.459.422-.697.131-.236.268-.473.442-.683.173-.21.386-.392.638-.495Z"/></mask><g filter="url(%23B)" mask="url(%23A)"><path fill="url(%23C)" d="M13.35 35.29c.422.76.679 1.634 1.097 2.403.384.707.821 1.434 1.211 2.085.175.29.58.737.988 1.429.371.626.746 1.502.956 1.796-.12-.345-.367-1.27-.663-1.927-.276-.615-.598-.966-.795-1.298-.39-.65-.812-1.237-1.213-1.858-.553-.857-.975-1.815-1.581-2.63Z"/></g><mask id="D" width="28" height="47" x="10" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M23.803 0c-1.125 0-2.254.221-3.274.772a6.025 6.025 0 0 0-2.518 2.62c-.547 1.102-.761 2.28-.795 3.577-.062 2.464.056 5.048.242 7.39.049.712.139 1.129.047 1.862-.304 1.556-1.665 2.602-2.392 3.969-.801 1.508-1.139 3.212-1.742 4.81-.553 1.46-1.33 2.83-1.853 4.302-.733 2.057-.952 4.319-.469 6.449.37 1.623 1.14 3.146 2.18 4.449-.15.27-.297.546-.45.814-.483.83-1.072 1.62-1.345 2.54-.137.46-.191.951-.103 1.423.088.473.328.925.703 1.225.245.195.543.322.85.394.305.069.622.086.937.08 1.194-.026 2.353-.388 3.508-.692a41.85 41.85 0 0 1 2.068-.483c2.464-.505 5.212-.302 7.498.028.774.118 1.543.27 2.304.455 1.193.29 2.38.657 3.606.692.322.01.649-.005.964-.075.315-.071.62-.198.872-.4.377-.3.617-.753.705-1.225.088-.473.033-.966-.105-1.427-.278-.923-.872-1.708-1.364-2.535-.195-.328-.375-.662-.568-.99 1.482-1.663 2.674-3.587 3.364-5.7.752-2.306.89-4.79.574-7.196-.317-2.406-1.08-4.739-2.083-6.947-1.26-2.768-2.32-3.77-3.088-6.201-.83-2.629-.145-5.74-.762-8.123a8.333 8.333 0 0 0-1.021-2.293 7.856 7.856 0 0 0-1.997-2.15C27.024.49 25.426 0 23.803 0Z"/></mask><g filter="url(%23E)" mask="url(%23D)" opacity=".2"><path fill="url(%23F)" d="M41.006 40.427c-.075.25-.191.491-.34.712-.327.486-.805.853-1.282 1.191-.812.576-1.659 1.104-2.416 1.759-.507.439-.97.932-1.397 1.45-.366.442-.711.907-1.13 1.3-.421.398-.916.72-1.45.895a3.52 3.52 0 0 1-1.963.041c-.44-.112-.869-.307-1.14-.662-.272-.354-.36-.832-.392-1.301-.057-.829.043-1.674.133-2.516.075-.7.144-1.4.172-2.097.05-1.269-.034-2.525-.204-3.759a2.817 2.817 0 0 1-.043-.628c.017-.214.088-.435.238-.6.139-.152.332-.242.523-.285.191-.045.386-.047.58-.053.455-.01.91-.039 1.359.002.283.025.56.077.842.103.47.045.96.023 1.432-.116.508-.15.992-.43 1.51-.506.211-.032.423-.028.63.002.21.028.42.086.58.215.125.098.215.231.284.373.105.214.169.449.206.69.032.214.045.434.1.64.09.34.296.628.541.862.248.235.535.42.824.604.286.182.575.362.88.512.145.071.293.135.43.216.139.082.266.182.358.313a.885.885 0 0 1 .135.643Z"/></g><path fill="url(%23G)" d="M43.776 41.797c-.424.503-1.013.835-1.6 1.135-1 .508-2.036.956-2.975 1.57-.63.41-1.212.892-1.755 1.411-.465.445-.906.919-1.427 1.296-.527.38-1.135.656-1.778.752-.178.026-.356.039-.536.039a4.47 4.47 0 0 1-1.774-.39c-.506-.22-.994-.536-1.286-1.005-.293-.472-.36-1.048-.36-1.605-.002-.98.18-1.952.35-2.92.143-.804.278-1.608.366-2.42.16-1.474.158-2.964.053-4.446-.019-.247-.04-.496-.002-.742.037-.246.139-.491.326-.653a1.05 1.05 0 0 1 .638-.228c.228-.014.457.022.684.056.534.079 1.074.139 1.597.277.33.087.653.203.981.293.551.148 1.127.22 1.691.154.61-.072 1.202-.3 1.815-.285.252.005.501.052.741.129.244.077.486.188.666.371.136.139.232.313.303.495.107.27.165.559.19.848.02.257.017.517.065.77.081.415.3.795.57 1.12.272.326.597.602.921.873.324.272.649.542.997.78.164.113.332.218.488.34.156.124.298.266.396.439a1.023 1.023 0 0 1 .086.789c-.084.268-.24.529-.431.758Z"/><mask id="H" width="15" height="15" x="30" y="33" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M43.776 41.797c-.424.503-1.013.835-1.6 1.135-1 .508-2.036.956-2.975 1.57-.63.41-1.212.892-1.755 1.411-.465.445-.906.919-1.427 1.296-.527.38-1.135.656-1.778.752-.178.026-.356.039-.536.039a4.47 4.47 0 0 1-1.774-.39c-.506-.22-.994-.536-1.286-1.005-.293-.472-.36-1.048-.36-1.605-.002-.98.18-1.952.35-2.92.143-.804.278-1.608.366-2.42.16-1.474.158-2.964.053-4.446-.019-.247-.04-.496-.002-.742.037-.246.139-.491.326-.653a1.05 1.05 0 0 1 .638-.228c.228-.014.457.022.684.056.534.079 1.074.139 1.597.277.33.087.653.203.981.293.551.148 1.127.22 1.691.154.61-.072 1.202-.3 1.815-.285.252.005.501.052.741.129.244.077.486.188.666.371.136.139.232.313.303.495.107.27.165.559.19.848.02.257.017.517.065.77.081.415.3.795.57 1.12.272.326.597.602.921.873.324.272.649.542.997.78.164.113.332.218.488.34.156.124.298.266.396.439a1.023 1.023 0 0 1 .086.789c-.084.268-.24.529-.431.758Z"/></mask><g filter="url(%23I)" mask="url(%23H)"><path fill="%23CD8907" d="M43.727 40.523c-.1.249-.24.483-.416.688-.389.453-.925.752-1.46 1.02-.914.457-1.86.858-2.718 1.41-.574.369-1.106.802-1.603 1.27-.424.4-.827.828-1.303 1.165a3.767 3.767 0 0 1-1.622.675c-.712.105-1.447-.03-2.11-.313-.46-.199-.907-.48-1.175-.906-.266-.423-.328-.94-.328-1.441-.004-.883.163-1.757.32-2.625.132-.722.255-1.446.334-2.175.143-1.328.137-2.667.047-3.998-.015-.223-.032-.448.002-.67.034-.22.126-.44.294-.586a.956.956 0 0 1 .583-.206c.209-.012.417.022.625.052.49.071.98.126 1.459.25.302.078.596.183.896.262.502.135 1.03.199 1.545.139.557-.064 1.097-.27 1.655-.257.231.005.458.049.677.116.224.07.445.169.61.334.123.126.208.283.277.446.1.242.167.5.17.763.007.274-.052.548-.016.82.03.219.124.427.244.615.118.187.262.358.407.526.277.329.555.662.903.914.396.286.867.455 1.275.721.122.081.24.171.327.29a.767.767 0 0 1 .1.7Z"/></g><mask id="J" width="15" height="15" x="30" y="33" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M43.776 41.797c-.424.503-1.013.835-1.6 1.135-1 .508-2.036.956-2.975 1.57-.63.41-1.212.892-1.755 1.411-.465.445-.906.919-1.427 1.296-.527.38-1.135.656-1.778.752-.178.026-.356.039-.536.039a4.47 4.47 0 0 1-1.774-.39c-.506-.22-.994-.536-1.286-1.005-.293-.472-.36-1.048-.36-1.605-.002-.98.18-1.952.35-2.92.143-.804.278-1.608.366-2.42.16-1.474.158-2.964.053-4.446-.019-.247-.04-.496-.002-.742.037-.246.139-.491.326-.653a1.05 1.05 0 0 1 .638-.228c.228-.014.457.022.684.056.534.079 1.074.139 1.597.277.33.087.653.203.981.293.551.148 1.127.22 1.691.154.61-.072 1.202-.3 1.815-.285.252.005.501.052.741.129.244.077.486.188.666.371.136.139.232.313.303.495.107.27.165.559.19.848.02.257.017.517.065.77.081.415.3.795.57 1.12.272.326.597.602.921.873.324.272.649.542.997.78.164.113.332.218.488.34.156.124.298.266.396.439a1.023 1.023 0 0 1 .086.789c-.084.268-.24.529-.431.758Z"/></mask><g filter="url(%23K)" mask="url(%23J)"><path fill="%23F5C021" d="M43.67 40.24a3.051 3.051 0 0 1-.427.695c-.397.484-.936.816-1.5 1.03-.932.352-1.948.399-2.861.8-.557.244-1.06.611-1.568.96-.408.28-.828.551-1.278.746-.51.223-1.05.347-1.594.435a5.002 5.002 0 0 1-1.044.077 2.247 2.247 0 0 1-1.007-.28 1.414 1.414 0 0 1-.568-.58c-.137-.28-.162-.608-.16-.927.01-.843.191-1.68.186-2.525-.006-.737-.152-1.463-.193-2.198-.081-1.414.223-2.85-.045-4.236-.042-.223-.1-.444-.098-.67a.997.997 0 0 1 .058-.333.648.648 0 0 1 .19-.266.597.597 0 0 1 .245-.105.834.834 0 0 1 .265.002c.174.028.34.096.511.146.488.146 1.004.143 1.5.253.312.068.612.182.921.265a4.166 4.166 0 0 0 1.586.14c.57-.067 1.127-.273 1.701-.258.236.005.469.048.696.116.227.067.453.163.626.337.122.126.212.285.283.45.107.242.18.505.178.771-.002.139-.022.276-.036.414a1.32 1.32 0 0 0 .017.413c.034.135.104.257.182.367.079.111.169.21.252.32.228.301.393.654.571.993.178.34.38.675.662.92.385.332.882.465 1.31.73.127.077.246.167.335.29a.773.773 0 0 1 .136.34.84.84 0 0 1-.031.367Z"/></g><mask id="L" width="15" height="15" x="30" y="33" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M43.776 41.797c-.424.503-1.013.835-1.6 1.135-1 .508-2.036.956-2.975 1.57-.63.41-1.212.892-1.755 1.411-.465.445-.906.919-1.427 1.296-.527.38-1.135.656-1.778.752-.178.026-.356.039-.536.039a4.47 4.47 0 0 1-1.774-.39c-.506-.22-.994-.536-1.286-1.005-.293-.472-.36-1.048-.36-1.605-.002-.98.18-1.952.35-2.92.143-.804.278-1.608.366-2.42.16-1.474.158-2.964.053-4.446-.019-.247-.04-.496-.002-.742.037-.246.139-.491.326-.653a1.05 1.05 0 0 1 .638-.228c.228-.014.457.022.684.056.534.079 1.074.139 1.597.277.33.087.653.203.981.293.551.148 1.127.22 1.691.154.61-.072 1.202-.3 1.815-.285.252.005.501.052.741.129.244.077.486.188.666.371.136.139.232.313.303.495.107.27.165.559.19.848.02.257.017.517.065.77.081.415.3.795.57 1.12.272.326.597.602.921.873.324.272.649.542.997.78.164.113.332.218.488.34.156.124.298.266.396.439a1.023 1.023 0 0 1 .086.789c-.084.268-.24.529-.431.758Z"/></mask><g filter="url(%23M)" mask="url(%23L)"><path fill="url(%23N)" d="M31.515 34.046c.529-.142.979.259 1.363.56.248.213.608.16.911.17.505-.017 1.005.084 1.51.022.993-.084 1.967-.328 2.964-.37.476-.03 1.013-.057 1.423.22.167.116.413.606.576.422-.068-.514-.448-1.01-.958-1.148-.401-.063-.806.047-1.212.012-1.198-.028-2.39-.252-3.592-.188-.836.008-1.67-.032-2.507-.064-.328-.067-.444.224-.622.336.047.036.063.047.144.028Z"/></g><mask id="O" width="15" height="15" x="30" y="33" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M43.776 41.797c-.424.503-1.013.835-1.6 1.135-1 .508-2.036.956-2.975 1.57-.63.41-1.212.892-1.755 1.411-.465.445-.906.919-1.427 1.296-.527.38-1.135.656-1.778.752-.178.026-.356.039-.536.039a4.47 4.47 0 0 1-1.774-.39c-.506-.22-.994-.536-1.286-1.005-.293-.472-.36-1.048-.36-1.605-.002-.98.18-1.952.35-2.92.143-.804.278-1.608.366-2.42.16-1.474.158-2.964.053-4.446-.019-.247-.04-.496-.002-.742.037-.246.139-.491.326-.653a1.05 1.05 0 0 1 .638-.228c.228-.014.457.022.684.056.534.079 1.074.139 1.597.277.33.087.653.203.981.293.551.148 1.127.22 1.691.154.61-.072 1.202-.3 1.815-.285.252.005.501.052.741.129.244.077.486.188.666.371.136.139.232.313.303.495.107.27.165.559.19.848.02.257.017.517.065.77.081.415.3.795.57 1.12.272.326.597.602.921.873.324.272.649.542.997.78.164.113.332.218.488.34.156.124.298.266.396.439a1.023 1.023 0 0 1 .086.789c-.084.268-.24.529-.431.758Z"/></mask><g filter="url(%23P)" mask="url(%23O)" opacity=".35"><path fill="url(%23Q)" d="M38.53 35.177a.852.852 0 0 0-.441-.388 1.485 1.485 0 0 0-.587-.102c-.4.004-.797.107-1.196.074-.336-.03-.655-.156-.983-.237-.34-.082-.7-.114-1.035-.022-.36.097-.677.34-.875.654-.177.278-.26.606-.285.934-.027.328.001.656.035.984.023.237.05.473.107.704a1.9 1.9 0 0 0 .285.648c.2.278.499.477.82.595a2.281 2.281 0 0 0 1.636-.029 4.514 4.514 0 0 0 2.16-1.987c.17-.315.302-.65.386-.996.034-.138.06-.279.06-.422a.863.863 0 0 0-.088-.41Z"/></g><mask id="R" width="15" height="15" x="30" y="33" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M43.776 41.797c-.424.503-1.013.835-1.6 1.135-1 .508-2.036.956-2.975 1.57-.63.41-1.212.892-1.755 1.411-.465.445-.906.919-1.427 1.296-.527.38-1.135.656-1.778.752-.178.026-.356.039-.536.039a4.47 4.47 0 0 1-1.774-.39c-.506-.22-.994-.536-1.286-1.005-.293-.472-.36-1.048-.36-1.605-.002-.98.18-1.952.35-2.92.143-.804.278-1.608.366-2.42.16-1.474.158-2.964.053-4.446-.019-.247-.04-.496-.002-.742.037-.246.139-.491.326-.653a1.05 1.05 0 0 1 .638-.228c.228-.014.457.022.684.056.534.079 1.074.139 1.597.277.33.087.653.203.981.293.551.148 1.127.22 1.691.154.61-.072 1.202-.3 1.815-.285.252.005.501.052.741.129.244.077.486.188.666.371.136.139.232.313.303.495.107.27.165.559.19.848.02.257.017.517.065.77.081.415.3.795.57 1.12.272.326.597.602.921.873.324.272.649.542.997.78.164.113.332.218.488.34.156.124.298.266.396.439a1.023 1.023 0 0 1 .086.789c-.084.268-.24.529-.431.758Z"/></mask><g filter="url(%23S)" mask="url(%23R)" opacity=".35"><path fill="url(%23T)" d="M38.53 34.667c-.09-.13-.256-.225-.441-.281a2.026 2.026 0 0 0-.587-.074c-.4.004-.797.08-1.196.053-.336-.02-.655-.113-.983-.169-.34-.06-.7-.084-1.035-.017-.36.07-.677.244-.875.473-.177.2-.26.439-.285.675-.027.236.001.474.035.71.023.171.05.344.107.51.058.167.146.33.285.47.2.2.499.342.82.429a3.09 3.09 0 0 0 1.636-.021c.915-.287 1.69-.802 2.16-1.436.17-.229.302-.47.386-.72a.97.97 0 0 0 .06-.304.483.483 0 0 0-.088-.298Z"/></g><path fill="%23020204" d="M39.29 33.51a1.19 1.19 0 0 0-.322-.463 1.732 1.732 0 0 0-.482-.3c-.348-.148-.73-.205-1.104-.274-.35-.066-.701-.146-1.054-.206-.367-.062-.746-.103-1.11-.02a1.894 1.894 0 0 0-.851.455 2.43 2.43 0 0 0-.563.79c-.238.522-.313 1.11-.268 1.681.034.426.143.864.422 1.185.227.26.548.424.878.521.57.17 1.19.16 1.755-.024a4.632 4.632 0 0 0 2.315-1.742c.184-.268.342-.559.413-.874.054-.24.056-.498-.028-.729Z"/><mask id="U" width="7" height="5" x="33" y="32" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M39.29 33.51a1.19 1.19 0 0 0-.322-.463 1.732 1.732 0 0 0-.482-.3c-.348-.148-.73-.205-1.104-.274-.35-.066-.701-.146-1.054-.206-.367-.062-.746-.103-1.11-.02a1.894 1.894 0 0 0-.851.455 2.43 2.43 0 0 0-.563.79c-.238.522-.313 1.11-.268 1.681.034.426.143.864.422 1.185.227.26.548.424.878.521.57.17 1.19.16 1.755-.024a4.632 4.632 0 0 0 2.315-1.742c.184-.268.342-.559.413-.874.054-.24.056-.498-.028-.729Z"/></mask><g filter="url(%23V)" mask="url(%23U)"><path fill="url(%23W)" d="M35.417 32.076a2.015 2.015 0 0 0-1.626.975 2.014 2.014 0 0 0-.268 1.157 1.82 1.82 0 0 1 .223-.803c.23-.418.65-.733 1.121-.82.29-.052.587-.02.878.016.281.035.563.073.838.13.428.095.85.237 1.208.486.082.059.16.124.227.203a.604.604 0 0 1 .136.266.642.642 0 0 1-.086.43 1.61 1.61 0 0 1-.277.348 5.614 5.614 0 0 1-.268.248c.414-.08.832-.193 1.177-.433.144-.103.277-.225.364-.379a.73.73 0 0 0 .08-.516.78.78 0 0 0-.172-.313 1.54 1.54 0 0 0-.272-.232 3.238 3.238 0 0 0-1.464-.56 16.983 16.983 0 0 0-1.017-.157 4.421 4.421 0 0 0-.802-.046Z"/></g><mask id="X" width="7" height="5" x="33" y="32" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M39.29 33.51a1.19 1.19 0 0 0-.322-.463 1.732 1.732 0 0 0-.482-.3c-.348-.148-.73-.205-1.104-.274-.35-.066-.701-.146-1.054-.206-.367-.062-.746-.103-1.11-.02a1.894 1.894 0 0 0-.851.455 2.43 2.43 0 0 0-.563.79c-.238.522-.313 1.11-.268 1.681.034.426.143.864.422 1.185.227.26.548.424.878.521.57.17 1.19.16 1.755-.024a4.632 4.632 0 0 0 2.315-1.742c.184-.268.342-.559.413-.874.054-.24.056-.498-.028-.729Z"/></mask><g filter="url(%23Y)" mask="url(%23X)"><path fill="url(%23Z)" d="M35.417 32.076a2.015 2.015 0 0 0-1.626.975 2.014 2.014 0 0 0-.268 1.157 1.82 1.82 0 0 1 .223-.803c.23-.418.65-.733 1.121-.82.29-.052.587-.02.878.016.281.035.563.073.838.13.428.095.85.237 1.208.486.082.059.16.124.227.203a.604.604 0 0 1 .136.266.642.642 0 0 1-.086.43 1.61 1.61 0 0 1-.277.348 5.614 5.614 0 0 1-.268.248c.414-.08.832-.193 1.177-.433.144-.103.277-.225.364-.379a.73.73 0 0 0 .08-.516.78.78 0 0 0-.172-.313 1.54 1.54 0 0 0-.272-.232 3.238 3.238 0 0 0-1.464-.56 16.983 16.983 0 0 0-1.017-.157 4.421 4.421 0 0 0-.802-.046Z"/></g><path fill="url(%23aa)" d="M19.584 7.177a1.246 1.246 0 0 0-.772.345c-.212.197-.36.456-.452.728-.182.547-.14 1.14-.1 1.716.038.519.077 1.05.272 1.533.098.244.235.471.417.659.182.185.412.33.665.391.237.06.492.05.724-.024.235-.075.446-.208.623-.379.255-.25.425-.575.525-.919.099-.343.127-.703.122-1.06a4.478 4.478 0 0 0-.205-1.319 2.993 2.993 0 0 0-.675-1.146 1.887 1.887 0 0 0-.516-.386 1.288 1.288 0 0 0-.628-.139Z"/><path fill="%23020204" d="M18.89 9.56c-.06.364-.061.745.063 1.09.082.229.219.437.384.615.107.116.23.221.373.29.144.07.31.098.465.06a.682.682 0 0 0 .358-.241c.092-.115.154-.252.197-.392.13-.414.109-.866-.02-1.28-.093-.303-.248-.593-.488-.796a.967.967 0 0 0-.398-.208.69.69 0 0 0-.442.036c-.152.07-.27.2-.347.348a1.624 1.624 0 0 0-.144.479Z"/><mask id="ab" width="3" height="4" x="18" y="8" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M18.89 9.56c-.06.364-.061.745.063 1.09.082.229.219.437.384.615.107.116.23.221.373.29.144.07.31.098.465.06a.682.682 0 0 0 .358-.241c.092-.115.154-.252.197-.392.13-.414.109-.866-.02-1.28-.093-.303-.248-.593-.488-.796a.967.967 0 0 0-.398-.208.69.69 0 0 0-.442.036c-.152.07-.27.2-.347.348a1.624 1.624 0 0 0-.144.479Z"/></mask><g filter="url(%23ac)" mask="url(%23ab)"><path fill="url(%23ad)" d="M19.657 9.298c.04.103.171.14.244.223a.94.94 0 0 1 .182.263c.073.19-.073.47.08.605.048.042.145.043.192 0 .186-.168.144-.508.071-.748a.912.912 0 0 0-.433-.525c-.094-.049-.234-.088-.315-.02-.05.045-.045.138-.02.202Z"/></g><mask id="ae" width="4" height="6" x="18" y="7" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M19.584 7.177a1.246 1.246 0 0 0-.772.345c-.212.197-.36.456-.452.728-.182.547-.14 1.14-.1 1.716.038.519.077 1.05.272 1.533.098.244.235.471.417.659.182.185.412.33.665.391.237.06.492.05.724-.024.235-.075.446-.208.623-.379.255-.25.425-.575.525-.919.099-.343.127-.703.122-1.06a4.478 4.478 0 0 0-.205-1.319 2.993 2.993 0 0 0-.675-1.146 1.887 1.887 0 0 0-.516-.386 1.288 1.288 0 0 0-.628-.139Z"/></mask><g mask="url(%23ae)"><path fill="url(%23af)" d="M18.964 8.336c.435-.258.962-.319 1.466-.272.503.05.988.195 1.476.329.358.097.72.187 1.055.345.334.157.645.39.83.712.03.05.055.105.087.156.032.05.07.097.116.133.047.035.107.06.165.056.03-.002.06-.01.085-.024a.155.155 0 0 0 .062-.064.201.201 0 0 0 .018-.1.48.48 0 0 0-.018-.1c-.122-.445-.411-.822-.629-1.229-.13-.244-.24-.499-.37-.742-.456-.835-1.204-1.49-2.054-1.915-.85-.425-1.798-.63-2.747-.684-1.099-.066-2.2.066-3.283.257-.47.082-.949.18-1.363.414-.208.116-.4.266-.547.454-.15.185-.256.409-.291.645-.032.229.002.463.082.679.08.215.203.412.35.59.288.358.661.636 1.004.943.343.306.66.645 1.044.899.192.127.4.232.621.294.221.062.458.079.683.032a1.57 1.57 0 0 0 .639-.308 3.45 3.45 0 0 0 .508-.498c.311-.362.602-.758 1.01-1.002Z"/></g><g filter="url(%23ag)"><path fill="url(%23ah)" d="M20.77 6.857c.404.379.704.847.909 1.342-.09-.545-.23-.986-.587-1.342a2.744 2.744 0 0 0-.746-.51c-.248-.11-.52-.18-.677-.182-.156-.004-.193 0-.225.002-.034.002-.058.002.043.015.101.011.328.073.572.182.243.109.491.288.71.493Z"/></g><path fill="url(%23ai)" d="M24.677 7.177c-.448.31-.825.74-1.009 1.253-.232.647-.144 1.37.08 2.02.23.665.614 1.299 1.193 1.698.289.2.625.338.973.379.351.041.713-.017 1.026-.178.379-.199.67-.546.85-.934.18-.39.256-.82.28-1.249a4.204 4.204 0 0 0-.202-1.614c-.195-.56-.547-1.078-1.046-1.4a2.039 2.039 0 0 0-.825-.314 1.763 1.763 0 0 0-.876.098 2.27 2.27 0 0 0-.444.241Z"/><path fill="%23020204" d="M25.714 8.535c-.169.011-.334.07-.478.16a1.24 1.24 0 0 0-.36.352c-.194.28-.278.62-.291.96-.01.253.019.51.103.75.085.24.225.463.422.624.2.167.454.267.714.28.261.01.523-.064.737-.212a1.31 1.31 0 0 0 .405-.465c.098-.182.158-.385.184-.59a1.823 1.823 0 0 0-.174-1.068 1.486 1.486 0 0 0-.795-.72 1.139 1.139 0 0 0-.467-.071Z"/><mask id="aj" width="4" height="4" x="24" y="8" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M25.714 8.535c-.169.011-.334.07-.478.16a1.24 1.24 0 0 0-.36.352c-.194.28-.278.62-.291.96-.01.253.019.51.103.75.085.24.225.463.422.624.2.167.454.267.714.28.261.01.523-.064.737-.212a1.31 1.31 0 0 0 .405-.465c.098-.182.158-.385.184-.59a1.823 1.823 0 0 0-.174-1.068 1.486 1.486 0 0 0-.795-.72 1.139 1.139 0 0 0-.467-.071Z"/></mask><g filter="url(%23ak)" mask="url(%23aj)"><path fill="url(%23al)" d="M26.758 10.005c.188-.187-.133-.684-.384-.889-.182-.146-.709-.302-.686-.14.022.159.26.365.418.523.196.193.562.596.652.506Z"/></g><mask id="am" width="6" height="7" x="23" y="6" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M24.677 7.177c-.448.31-.825.74-1.009 1.253-.232.647-.144 1.37.08 2.02.23.665.614 1.299 1.193 1.698.289.2.625.338.973.379.351.041.713-.017 1.026-.178.379-.199.67-.546.85-.934.18-.39.256-.82.28-1.249a4.204 4.204 0 0 0-.202-1.614c-.195-.56-.547-1.078-1.046-1.4a2.039 2.039 0 0 0-.825-.314 1.763 1.763 0 0 0-.876.098 2.27 2.27 0 0 0-.444.241Z"/></mask><g mask="url(%23am)"><path fill="url(%23an)" d="M22.98 8.814c.386-.32.834-.564 1.313-.712.984-.304 2.1-.184 2.97.37.3.189.568.425.847.646.277.22.574.426.91.544a1.3 1.3 0 0 0 .566.08c.172-.016.339-.082.482-.18.142-.099.262-.23.352-.378.18-.297.238-.657.206-1.002-.062-.691-.452-1.3-.778-1.914-.103-.191-.2-.386-.324-.564-.377-.55-.98-.912-1.613-1.123-.632-.212-1.3-.29-1.961-.372-.296-.037-.594-.077-.889-.04-.34.04-.658.177-.99.262-.157.04-.317.069-.472.114-.156.045-.31.107-.437.208-.184.148-.3.371-.35.602-.051.232-.04.472-.003.707.073.469.25.924.233 1.399-.011.324-.115.645-.101.969.003.096.022.29.039.384Z"/></g><g filter="url(%23ao)"><path fill="url(%23ap)" d="M26.237 5.846a1.63 1.63 0 0 0-.2.319c.346.075.676.218.972.414.574.381 1.01.936 1.315 1.555.071-.079.135-.163.191-.257-.308-.645-.75-1.228-1.343-1.622a2.898 2.898 0 0 0-.935-.409Z"/></g><mask id="aq" width="28" height="47" x="10" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M23.803 0c-1.125 0-2.254.221-3.274.772a6.025 6.025 0 0 0-2.518 2.62c-.547 1.102-.761 2.28-.795 3.577-.062 2.464.056 5.048.242 7.39.049.712.139 1.129.047 1.862-.304 1.556-1.665 2.602-2.392 3.969-.801 1.508-1.139 3.212-1.742 4.81-.553 1.46-1.33 2.83-1.853 4.302-.733 2.057-.952 4.319-.469 6.449.37 1.623 1.14 3.146 2.18 4.449-.15.27-.297.546-.45.814-.483.83-1.072 1.62-1.345 2.54-.137.46-.191.951-.103 1.423.088.473.328.925.703 1.225.245.195.543.322.85.394.305.069.622.086.937.08 1.194-.026 2.353-.388 3.508-.692a41.85 41.85 0 0 1 2.068-.483c2.464-.505 5.212-.302 7.498.028.774.118 1.543.27 2.304.455 1.193.29 2.38.657 3.606.692.322.01.649-.005.964-.075.315-.071.62-.198.872-.4.377-.3.617-.753.705-1.225.088-.473.033-.966-.105-1.427-.278-.923-.872-1.708-1.364-2.535-.195-.328-.375-.662-.568-.99 1.482-1.663 2.674-3.587 3.364-5.7.752-2.306.89-4.79.574-7.196-.317-2.406-1.08-4.739-2.083-6.947-1.26-2.768-2.32-3.77-3.088-6.201-.83-2.629-.145-5.74-.762-8.123a8.333 8.333 0 0 0-1.021-2.293 7.856 7.856 0 0 0-1.997-2.15C27.024.49 25.426 0 23.803 0Z"/></mask><g filter="url(%23ar)" mask="url(%23aq)"><path fill="%23000" fill-opacity=".259" d="M18.96 16.75c.276.798.829 1.479 1.485 2.01.218.177.448.34.705.455.255.116.538.182.818.157.273-.022.534-.13.774-.266.24-.135.461-.298.694-.444.397-.253.823-.458 1.237-.683.497-.271.98-.58 1.399-.963.193-.175.371-.366.583-.516.212-.152.467-.26.726-.242.195.013.377.096.568.137.095.02.193.03.29.015a.445.445 0 0 0 .257-.126.449.449 0 0 0 .115-.33.784.784 0 0 0-.102-.339c-.11-.212-.279-.394-.354-.62-.068-.203-.054-.42-.049-.632.006-.214.002-.435-.095-.625a.813.813 0 0 0-.343-.332 1.216 1.216 0 0 0-.465-.131c-.323-.03-.645.034-.97.05-.427.025-.859-.027-1.288-.003-.534.034-1.06.187-1.596.19-.61.001-1.222-.2-1.826-.104-.26.041-.508.135-.756.218-.249.084-.506.157-.768.153-.298-.005-.587-.108-.885-.129-.148-.011-.3 0-.44.053a.617.617 0 0 0-.335.28.586.586 0 0 0-.061.246.902.902 0 0 0 .028.255c.04.165.118.321.18.479.225.575.273 1.203.474 1.786Z"/></g><mask id="as" width="28" height="47" x="10" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M23.803 0c-1.125 0-2.254.221-3.274.772a6.025 6.025 0 0 0-2.518 2.62c-.547 1.102-.761 2.28-.795 3.577-.062 2.464.056 5.048.242 7.39.049.712.139 1.129.047 1.862-.304 1.556-1.665 2.602-2.392 3.969-.801 1.508-1.139 3.212-1.742 4.81-.553 1.46-1.33 2.83-1.853 4.302-.733 2.057-.952 4.319-.469 6.449.37 1.623 1.14 3.146 2.18 4.449-.15.27-.297.546-.45.814-.483.83-1.072 1.62-1.345 2.54-.137.46-.191.951-.103 1.423.088.473.328.925.703 1.225.245.195.543.322.85.394.305.069.622.086.937.08 1.194-.026 2.353-.388 3.508-.692a41.85 41.85 0 0 1 2.068-.483c2.464-.505 5.212-.302 7.498.028.774.118 1.543.27 2.304.455 1.193.29 2.38.657 3.606.692.322.01.649-.005.964-.075.315-.071.62-.198.872-.4.377-.3.617-.753.705-1.225.088-.473.033-.966-.105-1.427-.278-.923-.872-1.708-1.364-2.535-.195-.328-.375-.662-.568-.99 1.482-1.663 2.674-3.587 3.364-5.7.752-2.306.89-4.79.574-7.196-.317-2.406-1.08-4.739-2.083-6.947-1.26-2.768-2.32-3.77-3.088-6.201-.83-2.629-.145-5.74-.762-8.123a8.333 8.333 0 0 0-1.021-2.293 7.856 7.856 0 0 0-1.997-2.15C27.024.49 25.426 0 23.803 0Z"/></mask><g filter="url(%23at)" mask="url(%23as)" opacity=".3"><path fill="%23000" d="M18.193 14.475c.534.33 1.014.737 1.418 1.198.373.43.69.917 1.179 1.234.343.225.758.35 1.178.39.493.045.991-.028 1.468-.158.44-.118.866-.287 1.256-.508.744-.422 1.365-1.04 2.184-1.318.178-.062.364-.105.537-.18.172-.073.335-.185.418-.343.078-.154.075-.328.1-.495.029-.18.09-.352.125-.53.033-.179.037-.368-.045-.531a.732.732 0 0 0-.34-.312 1.249 1.249 0 0 0-.47-.104c-.323-.015-.643.061-.968.088-.427.035-.859-.015-1.288-.002-.534.015-1.061.125-1.596.15-.609.026-1.216-.064-1.826-.083a3.952 3.952 0 0 0-.79.038c-.26.041-.515.122-.734.257-.214.129-.388.307-.583.459a1.72 1.72 0 0 1-.315.2.998.998 0 0 1-.368.096c-.066.002-.133-.002-.197.008a.423.423 0 0 0-.275.155.363.363 0 0 0-.068.291Z"/></g><path fill="url(%23au)" d="M20.936 10.974c.287-.32.482-.712.756-1.042.137-.165.296-.317.482-.424.185-.107.403-.167.617-.148.238.02.46.139.635.302.175.163.304.37.407.585.1.208.178.427.32.607.153.192.364.321.558.473.095.075.189.155.264.251a.797.797 0 0 1 .161.326.695.695 0 0 1-.03.366.827.827 0 0 1-.204.308 1.186 1.186 0 0 1-.668.3c-.49.069-.988-.077-1.485-.064-.5.015-.991.191-1.494.174a1.337 1.337 0 0 1-.71-.214.941.941 0 0 1-.26-.271.769.769 0 0 1-.108-.357.799.799 0 0 1 .073-.349c.047-.11.114-.21.19-.303.151-.186.337-.34.496-.52Z"/><path fill="url(%23av)" d="M18.214 14.072a.509.509 0 0 0 .052.137c.043.071.107.13.175.178.067.05.14.092.212.135.376.238.684.57.958.922.365.473.69.996 1.179 1.34.345.243.758.38 1.178.423.493.049.991-.03 1.468-.17.44-.13.866-.312 1.256-.554.744-.457 1.365-1.129 2.184-1.43.178-.066.364-.113.537-.194.172-.082.335-.202.418-.375.078-.165.075-.356.1-.538.029-.193.09-.38.125-.573.033-.194.037-.4-.045-.578a.744.744 0 0 0-.34-.336 1.131 1.131 0 0 0-.47-.116c-.323-.015-.643.068-.968.098-.427.039-.859-.017-1.288-.004-.534.017-1.061.137-1.596.163-.609.028-1.216-.066-1.826-.09a3.718 3.718 0 0 0-.791.037c-.26.044-.516.134-.733.284-.212.146-.38.345-.576.513a1.48 1.48 0 0 1-.319.218.798.798 0 0 1-.37.088c-.067-.002-.136-.011-.198.008a.293.293 0 0 0-.105.065.63.63 0 0 0-.077.098 1.567 1.567 0 0 0-.14.25Z"/><mask id="aw" width="11" height="6" x="18" y="12" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M18.214 14.072a.509.509 0 0 0 .052.137c.043.071.107.13.175.178.067.05.14.092.212.135.376.238.684.57.958.922.365.473.69.996 1.179 1.34.345.243.758.38 1.178.423.493.049.991-.03 1.468-.17.44-.13.866-.312 1.256-.554.744-.457 1.365-1.129 2.184-1.43.178-.066.364-.113.537-.194.172-.082.335-.202.418-.375.078-.165.075-.356.1-.538.029-.193.09-.38.125-.573.033-.194.037-.4-.045-.578a.744.744 0 0 0-.34-.336 1.131 1.131 0 0 0-.47-.116c-.323-.015-.643.068-.968.098-.427.039-.859-.017-1.288-.004-.534.017-1.061.137-1.596.163-.609.028-1.216-.066-1.826-.09a3.718 3.718 0 0 0-.791.037c-.26.044-.516.134-.733.284-.212.146-.38.345-.576.513a1.48 1.48 0 0 1-.319.218.798.798 0 0 1-.37.088c-.067-.002-.136-.011-.198.008a.293.293 0 0 0-.105.065.63.63 0 0 0-.077.098 1.567 1.567 0 0 0-.14.25Z"/></mask><g filter="url(%23ax)" mask="url(%23aw)"><path fill="%23D9B30D" d="M20.606 14.73a1.074 1.074 0 0 0 .703 1.268c.32.106.68.054.977-.102.175-.09.332-.217.431-.386a.71.71 0 0 0 .1-.274.632.632 0 0 0-.03-.289.647.647 0 0 0-.186-.256.838.838 0 0 0-.281-.154 2.861 2.861 0 0 0-.733-.128c-.379-.007-.919.064-.98.321Z"/></g><mask id="ay" width="11" height="6" x="18" y="12" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M18.214 14.072a.504.504 0 0 0 .052.137c.043.071.107.13.175.178.067.05.14.092.212.135.376.238.684.57.958.922.365.473.69.996 1.179 1.34.345.243.758.38 1.178.423.493.049.991-.03 1.468-.17.44-.13.866-.312 1.256-.554.744-.457 1.365-1.129 2.184-1.43.178-.066.364-.113.537-.194.172-.082.335-.202.418-.375.078-.165.075-.356.1-.538.029-.193.09-.38.125-.573.033-.194.037-.4-.045-.578a.745.745 0 0 0-.34-.336 1.132 1.132 0 0 0-.47-.116c-.323-.015-.643.068-.968.098-.427.039-.859-.017-1.288-.004-.534.017-1.061.137-1.596.163-.609.028-1.216-.066-1.826-.09a3.724 3.724 0 0 0-.791.037c-.26.044-.516.134-.733.284-.212.146-.38.345-.576.513a1.477 1.477 0 0 1-.319.218.797.797 0 0 1-.37.088c-.067-.002-.136-.011-.198.008a.292.292 0 0 0-.105.065.63.63 0 0 0-.077.098 1.563 1.563 0 0 0-.14.25Z"/></mask><g filter="url(%23az)" mask="url(%23ay)"><path fill="%23604405" d="M19.558 12.724a8.872 8.872 0 0 0-.63.412c-.107.077-.216.158-.272.276a.65.65 0 0 0-.05.268c0 .094.005.186-.008.277-.007.062-.024.124-.026.186a.311.311 0 0 0 .007.094c.01.03.025.06.045.082.029.03.066.05.105.06.04.012.08.017.12.027.19.045.355.16.5.292.143.13.275.278.427.4.408.333.95.472 1.479.48.529.009 1.052-.102 1.568-.218.404-.092.81-.186 1.198-.33a5.277 5.277 0 0 0 1.635-.973c.219-.19.423-.398.669-.551.216-.137.457-.227.679-.357a.42.42 0 0 0 .056-.037.195.195 0 0 0 .045-.053.165.165 0 0 0 .006-.116.33.33 0 0 0-.059-.103.863.863 0 0 0-.091-.094c-.231-.197-.542-.268-.846-.292-.302-.023-.607-.006-.906-.056-.28-.047-.547-.152-.819-.239a5.763 5.763 0 0 0-2.968-.161 6.126 6.126 0 0 0-1.864.726Z"/></g><path fill="url(%23aA)" d="M19.489 11.99c-.312.21-.593.467-.83.758a1.809 1.809 0 0 0-.327.551c-.055.162-.073.33-.107.497-.013.062-.028.124-.026.188 0 .03.003.062.013.094.01.03.026.058.047.08a.278.278 0 0 0 .139.07c.052.009.105.01.157.016.234.029.45.141.645.276.195.133.375.29.576.416.44.28.967.403 1.49.424.522.02 1.043-.058 1.557-.161.406-.08.811-.178 1.198-.33.592-.235 1.127-.593 1.635-.973.232-.173.46-.351.669-.552.07-.069.139-.138.214-.202a.776.776 0 0 1 .253-.146.962.962 0 0 1 .444-.008c.11.019.221.043.334.04a.55.55 0 0 0 .165-.034.324.324 0 0 0 .137-.098.323.323 0 0 0 .071-.204.42.42 0 0 0-.06-.212.72.72 0 0 0-.34-.274c-.185-.082-.386-.122-.582-.17a8.299 8.299 0 0 1-1.752-.64c-.277-.137-.547-.289-.819-.435a5.01 5.01 0 0 0-.87-.388c-.683-.206-1.425-.139-2.098.096a4.477 4.477 0 0 0-1.933 1.322Z"/><mask id="aB" width="10" height="6" x="18" y="10" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M19.489 11.99c-.312.21-.593.467-.83.758a1.809 1.809 0 0 0-.327.551c-.055.162-.073.33-.107.497-.013.062-.028.124-.026.188 0 .03.003.062.013.094.01.03.026.058.047.08a.278.278 0 0 0 .139.07c.052.009.105.01.157.016.234.029.45.141.645.276.195.133.375.29.576.416.44.28.967.403 1.49.424.522.02 1.043-.058 1.557-.161.406-.08.811-.178 1.198-.33.592-.235 1.127-.593 1.635-.973.232-.173.46-.351.669-.552.07-.069.139-.138.214-.202a.776.776 0 0 1 .253-.146.962.962 0 0 1 .444-.008c.11.019.221.043.334.04a.55.55 0 0 0 .165-.034.324.324 0 0 0 .137-.098.323.323 0 0 0 .071-.204.42.42 0 0 0-.06-.212.72.72 0 0 0-.34-.274c-.185-.082-.386-.122-.582-.17a8.299 8.299 0 0 1-1.752-.64c-.277-.137-.547-.289-.819-.435a5.01 5.01 0 0 0-.87-.388c-.683-.206-1.425-.139-2.098.096a4.477 4.477 0 0 0-1.933 1.322Z"/></mask><g filter="url(%23aC)" mask="url(%23aB)"><path fill="%23F6DA4A" d="M24.272 12.14a.307.307 0 0 0-.146-.095.39.39 0 0 0-.175-.008.83.83 0 0 0-.319.15c-.275.19-.519.424-.733.683-.28.343-.513.739-.592 1.176a.814.814 0 0 0-.013.223c.01.075.037.148.092.2a.301.301 0 0 0 .172.085.43.43 0 0 0 .195-.02c.124-.042.227-.13.326-.216.538-.484 1.026-1.062 1.221-1.76a.821.821 0 0 0 .036-.213.331.331 0 0 0-.064-.204Z"/></g><g filter="url(%23aD)" opacity=".8"><path fill="url(%23aE)" d="M21.135 11.074c-.144-.047-.38.206-.304.335.02.036.087.081.131.057.066-.036.12-.167.192-.218.047-.034.037-.157-.019-.174Z"/></g><g filter="url(%23aF)" opacity=".8"><path fill="url(%23aG)" d="M22.98 11.141c.037.12.23.1.343.158.098.05.176.161.287.165.105.002.27-.038.283-.143.017-.137-.184-.225-.313-.275-.167-.064-.38-.098-.536-.012-.036.021-.075.068-.064.107Z"/></g><mask id="aH" width="11" height="8" x="18" y="10" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="%23fff" d="M18.214 14.072a.504.504 0 0 0 .052.137c.043.071.107.13.175.178.067.05.14.092.212.135.376.238.684.57.958.922.365.473.69.996 1.179 1.34.345.243.758.38 1.178.423.493.049.991-.03 1.468-.17.44-.13.866-.312 1.256-.554.744-.457 1.365-1.129 2.184-1.43.178-.066.364-.113.537-.194.172-.082.335-.202.418-.375.078-.165.075-.356.1-.538.029-.193.09-.38.125-.573.033-.194.037-.4-.045-.578a.745.745 0 0 0-.34-.336 1.132 1.132 0 0 0-.47-.116c-.323-.015-.643.068-.968.098-.427.039-.859-.017-1.288-.004-.534.017-1.061.137-1.596.163-.609.028-1.216-.066-1.826-.09a3.724 3.724 0 0 0-.791.037c-.26.044-.516.134-.733.284-.212.146-.38.345-.576.513a1.477 1.477 0 0 1-.319.218.797.797 0 0 1-.37.088c-.067-.002-.136-.011-.198.008a.292.292 0 0 0-.105.065.63.63 0 0 0-.077.098 1.563 1.563 0 0 0-.14.25Z"/><path fill="%23fff" d="M19.489 11.99c-.312.21-.593.467-.83.758a1.809 1.809 0 0 0-.327.551c-.055.162-.073.33-.107.497-.013.062-.028.124-.026.188 0 .03.003.062.013.094.01.03.026.058.047.08a.278.278 0 0 0 .139.07c.052.009.105.01.157.016.234.029.45.141.645.276.195.133.375.29.576.416.44.28.967.403 1.49.424.522.02 1.043-.058 1.557-.161.406-.08.811-.178 1.198-.33.592-.235 1.127-.593 1.635-.973.232-.173.46-.351.669-.552.07-.069.139-.138.214-.202a.776.776 0 0 1 .253-.146.962.962 0 0 1 .444-.008c.11.019.221.043.334.04a.55.55 0 0 0 .165-.034.324.324 0 0 0 .137-.098.323.323 0 0 0 .071-.204.42.42 0 0 0-.06-.212.72.72 0 0 0-.34-.274c-.185-.082-.386-.122-.582-.17a8.299 8.299 0 0 1-1.752-.64c-.277-.137-.547-.289-.819-.435a5.01 5.01 0 0 0-.87-.388c-.683-.206-1.425-.139-2.098.096a4.477 4.477 0 0 0-1.933 1.322Z"/></mask><g filter="url(%23aI)" mask="url(%23aH)"><path fill="url(%23aJ)" d="M27.988 12.966a.723.723 0 0 1-.181.403.477.477 0 0 1-.346.167.37.37 0 0 1-.307-.167.594.594 0 0 1-.09-.403.743.743 0 0 1 .18-.405.552.552 0 0 1 .165-.124.416.416 0 0 1 .182-.043c.06 0 .119.014.171.043.053.029.1.071.136.124a.523.523 0 0 1 .08.186c.015.07.019.143.01.219Z"/></g><defs><filter id="b" width="8.329" height="7.958" x="13.3" y="18.664" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation=".64"/></filter><filter id="e" width="12.61" height="9.944" x="21.279" y="17.561" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation=".98"/></filter><filter id="h" width="6.224" height="6.466" x="18.431" y="18.854" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation=".68"/></filter><filter id="k" width="5.686" height="14.699" x="17.469" y="23.214" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation="1.25"/></filter><filter id="m" width="8.748" height="8.782" x="29.807" y="21.045" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation="1.78"/></filter><filter id="o" width="9.581" height="9.443" x="22.621" y="-1.403" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation="1.73"/></filter><filter id="q" width="5.087" height="5.311" x="27.998" y="12.746" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation=".78"/></filter><filter id="s" width="8.267" height="14.209" x="9.234" y="21.343" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation=".98"/></filter><filter id="u" width="9.302" height="17.853" x="29.574" y="19.931" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation="1.19"/></filter><filter id="x" width="27.674" height="27.545" x="-2.396" y="26.476" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation="3.38"/></filter><filter id="z" width="20.937" height="21.708" x=".653" y="28.422" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation="2.1"/></filter><filter id="B" width="5.532" height="8.994" x="12.71" y="34.649" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation=".32"/></filter><filter id="E" width="19.339" height="20.36" x="25.579" y="31.435" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation="1.95"/></filter><filter id="I" width="29.258" height="29.438" x="22.752" y="25.588" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation="4.12"/></filter><filter id="K" width="24.677" height="24.614" x="25.273" y="26.613" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation="3.12"/></filter><filter id="M" width="10.531" height="3.078" x="30.551" y="32.852" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation=".41"/></filter><filter id="P" width="15.3" height="14.513" x="28.217" y="29.546" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation="2.45"/></filter><filter id="S" width="9.98" height="7.887" x="30.877" y="31.899" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation="1.12"/></filter><filter id="V" width="9.163" height="6.16" x="31.758" y="30.311" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation=".88"/></filter><filter id="Y" width="9.163" height="6.16" x="31.758" y="30.311" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation=".88"/></filter><filter id="ac" width="2.609" height="3.121" x="18.759" y="8.18" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation=".44"/></filter><filter id="ag" width="2.744" height="2.516" x="19.174" y="5.923" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation=".12"/></filter><filter id="ak" width="2.928" height="2.911" x="24.787" y="8.007" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation=".45"/></filter><filter id="ao" width="2.999" height="2.808" x="25.776" y="5.586" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation=".13"/></filter><filter id="ar" width="17.334" height="13.111" x="14.777" y="9.767" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation="1.75"/></filter><filter id="at" width="13.092" height="7.695" x="16.586" y="11.216" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation=".8"/></filter><filter id="ax" width="5.325" height="4.725" x="19.037" y="12.869" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation=".77"/></filter><filter id="az" width="11.147" height="6.304" x="17.271" y="10.575" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation=".65"/></filter><filter id="aC" width="4.965" height="5.446" x="20.831" y="10.571" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation=".73"/></filter><filter id="aD" width=".768" height=".805" x="20.616" y="10.868" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation=".1"/></filter><filter id="aF" width="1.316" height=".881" x="22.778" y="10.783" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation=".1"/></filter><filter id="aI" width="1.853" height="2.062" x="26.599" y="11.934" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3120_48255" stdDeviation=".23"/></filter><radialGradient id="c" cx="0" cy="0" r="1" gradientTransform="matrix(3.5625 0 0 3.375 15.221 22.723)" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-opacity=".25"/></radialGradient><radialGradient id="f" cx="0" cy="0" r="1" gradientTransform="matrix(4.425 0 0 3.375 27.326 24.675)" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-opacity=".25"/></radialGradient><radialGradient id="i" cx="0" cy="0" r="1" gradientTransform="matrix(1.75312 0 0 1.875 21.414 23.9)" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-opacity=".25"/></radialGradient><radialGradient id="Q" cx="0" cy="0" r="1" gradientTransform="rotate(15 -120.74 153.33) scale(3.68625 3.87)" gradientUnits="userSpaceOnUse"><stop stop-color="%23110800"/><stop offset=".59" stop-color="%23A65A00" stop-opacity=".8"/><stop offset="1" stop-color="%23FF921E" stop-opacity="0"/></radialGradient><radialGradient id="T" cx="0" cy="0" r="1" gradientTransform="matrix(3.69795 -.15628 .11765 2.78377 35.57 35.604)" gradientUnits="userSpaceOnUse"><stop stop-color="%23110800"/><stop offset=".59" stop-color="%23A65A00" stop-opacity=".8"/><stop offset="1" stop-color="%23FF921E" stop-opacity="0"/></radialGradient><radialGradient id="W" cx="0" cy="0" r="1" gradientTransform="matrix(1.19505 .51962 -.24 .55196 38.372 33.116)" gradientUnits="userSpaceOnUse"><stop stop-color="%237C7C7C"/><stop offset="1" stop-color="%237C7C7C" stop-opacity=".33"/></radialGradient><radialGradient id="aa" cx="0" cy="0" r="1" gradientTransform="matrix(1.9199 -.0201 .03079 2.93984 19.967 9.64)" gradientUnits="userSpaceOnUse"><stop stop-color="%23FEFEFC"/><stop offset=".75" stop-color="%23FEFEFC"/><stop offset="1" stop-color="%23D4D4D4"/></radialGradient><radialGradient id="af" cx="0" cy="0" r="1" gradientTransform="matrix(1.1563 -.19039 .17577 1.0675 19.667 8.201)" gradientUnits="userSpaceOnUse"><stop stop-color="%23C8C8C8"/><stop offset="1" stop-color="%23797978"/></radialGradient><radialGradient id="ai" cx="0" cy="0" r="1" gradientTransform="matrix(2.55624 -.08033 .09235 2.93855 25.886 9.64)" gradientUnits="userSpaceOnUse"><stop stop-color="%23FEFEFC"/><stop offset=".75" stop-color="%23FEFEFC"/><stop offset="1" stop-color="%23D4D4D4"/></radialGradient><radialGradient id="au" cx="0" cy="0" r="1" gradientTransform="rotate(-36 28.375 -28.307) scale(2.145 1.94625)" gradientUnits="userSpaceOnUse"><stop stop-color="%23020204"/><stop offset=".73" stop-color="%23020204"/><stop offset="1" stop-color="%235C5C5C"/></radialGradient><radialGradient id="av" cx="0" cy="0" r="1" gradientTransform="matrix(4.70652 -1.93989 1.36256 3.30583 24.332 13.24)" gradientUnits="userSpaceOnUse"><stop stop-color="%23D2940A"/><stop offset=".75" stop-color="%23D89C08"/><stop offset=".87" stop-color="%23B67E07"/><stop offset="1" stop-color="%23946106"/></radialGradient><radialGradient id="aE" cx="0" cy="0" r="1" gradientTransform="matrix(.2475 0 0 .26625 21.02 11.227)" gradientUnits="userSpaceOnUse"><stop stop-color="%233A2903"/><stop offset=".55" stop-color="%23735208"/><stop offset="1" stop-color="%23AC8C04"/></radialGradient><radialGradient id="aG" cx="0" cy="0" r="1" gradientTransform="matrix(.52125 0 0 .30375 23.372 11.194)" gradientUnits="userSpaceOnUse"><stop stop-color="%233A2903"/><stop offset=".55" stop-color="%23735208"/><stop offset="1" stop-color="%23AC8C04"/></radialGradient><linearGradient id="v" x1="8.096" x2="15.808" y1="36.189" y2="49.129" gradientUnits="userSpaceOnUse"><stop stop-color="%23B98309"/><stop offset="1" stop-color="%23382605"/></linearGradient><linearGradient id="C" x1="15.838" x2="18.264" y1="39.531" y2="44.102" gradientUnits="userSpaceOnUse"><stop stop-color="%23EBC40C"/><stop offset="1" stop-color="%23EBC40C" stop-opacity="0"/></linearGradient><linearGradient id="F" x1="31.299" x2="31.913" y1="39.742" y2="44.199" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="G" x1="32.156" x2="39.926" y1="47.441" y2="34.845" gradientUnits="userSpaceOnUse"><stop stop-color="%233E2A06"/><stop offset="1" stop-color="%23AD780A"/></linearGradient><linearGradient id="N" x1="34.277" x2="34.048" y1="33.876" y2="35.932" gradientUnits="userSpaceOnUse"><stop stop-color="%23F3CD0C"/><stop offset="1" stop-color="%23F3CD0C" stop-opacity="0"/></linearGradient><linearGradient id="Z" x1="34.817" x2="35.301" y1="32.546" y2="32.526" gradientUnits="userSpaceOnUse"><stop stop-color="%237C7C7C"/><stop offset="1" stop-color="%237C7C7C" stop-opacity=".33"/></linearGradient><linearGradient id="ad" x1="19.554" x2="20.497" y1="8.745" y2="10.431" gradientUnits="userSpaceOnUse"><stop stop-color="%23757574" stop-opacity="0"/><stop offset=".25" stop-color="%23757574"/><stop offset=".5" stop-color="%23757574"/><stop offset="1" stop-color="%23757574" stop-opacity="0"/></linearGradient><linearGradient id="ah" x1="19.423" x2="21.465" y1="6.096" y2="8.181" gradientUnits="userSpaceOnUse"><stop stop-color="%23646464" stop-opacity="0"/><stop offset=".31" stop-color="%23646464" stop-opacity=".58"/><stop offset=".47" stop-color="%23646464"/><stop offset=".73" stop-color="%23646464" stop-opacity=".26"/><stop offset="1" stop-color="%23646464" stop-opacity="0"/></linearGradient><linearGradient id="al" x1="25.851" x2="26.936" y1="8.859" y2="10.146" gradientUnits="userSpaceOnUse"><stop stop-color="%23949494" stop-opacity=".39"/><stop offset=".5" stop-color="%23949494"/><stop offset="1" stop-color="%23949494" stop-opacity=".39"/></linearGradient><linearGradient id="an" x1="24.919" x2="28.372" y1="6.793" y2="8.814" gradientUnits="userSpaceOnUse"><stop stop-color="%23747474"/><stop offset=".13" stop-color="%238C8C8C"/><stop offset=".25" stop-color="%23A4A4A4"/><stop offset=".5" stop-color="%23D4D4D4"/><stop offset=".62" stop-color="%23D4D4D4"/><stop offset="1" stop-color="%237C7C7C"/></linearGradient><linearGradient id="ap" x1="26.093" x2="28.391" y1="5.918" y2="8.089" gradientUnits="userSpaceOnUse"><stop stop-color="%23646464" stop-opacity="0"/><stop offset=".31" stop-color="%23646464" stop-opacity=".58"/><stop offset=".47" stop-color="%23646464"/><stop offset=".73" stop-color="%23646464" stop-opacity=".26"/><stop offset="1" stop-color="%23646464" stop-opacity="0"/></linearGradient><linearGradient id="aA" x1="18.392" x2="27.519" y1="12.986" y2="12.915" gradientUnits="userSpaceOnUse"><stop stop-color="%23AD780A"/><stop offset=".12" stop-color="%23D89E08"/><stop offset=".25" stop-color="%23EDB80B"/><stop offset=".39" stop-color="%23EBC80D"/><stop offset=".53" stop-color="%23F5D838"/><stop offset=".77" stop-color="%23F6D811"/><stop offset="1" stop-color="%23F5CD31"/></linearGradient><linearGradient id="aJ" x1="27.514" x2="27.514" y1="12.654" y2="13.329" gradientUnits="userSpaceOnUse"><stop stop-color="%23F5CE2D"/><stop offset="1" stop-color="%23D79B08"/></linearGradient></defs></svg>';
5
- export {
6
- Linux_default as default
7
- };