@onairos/react-native 3.5.4 → 3.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (253) hide show
  1. package/README.md +423 -423
  2. package/lib/commonjs/api/index.js +1 -1
  3. package/lib/commonjs/assets/images/Checkbox.svg +3 -3
  4. package/lib/commonjs/assets/images/EnochE.svg +19 -19
  5. package/lib/commonjs/assets/images/OnairosNewLogo.png +0 -0
  6. package/lib/commonjs/assets/images/Personalityprofile.svg +3 -3
  7. package/lib/commonjs/assets/images/Personalitytraits.svg +3 -3
  8. package/lib/commonjs/assets/images/Userpreferences.svg +3 -3
  9. package/lib/commonjs/assets/images/arrow.svg +20 -20
  10. package/lib/commonjs/assets/images/basicproficon.svg +43 -43
  11. package/lib/commonjs/assets/images/basicprofile.svg +3 -3
  12. package/lib/commonjs/assets/images/checkmark.svg +4 -4
  13. package/lib/commonjs/assets/images/contentanalysis.svg +3 -3
  14. package/lib/commonjs/assets/images/contenticon.svg +23 -23
  15. package/lib/commonjs/assets/images/personalityicon.svg +18 -18
  16. package/lib/commonjs/assets/images/x-close.svg +3 -3
  17. package/lib/commonjs/components/BodyText.js +1 -1
  18. package/lib/commonjs/components/BrandMark.js +1 -1
  19. package/lib/commonjs/components/CodeInput.js +1 -1
  20. package/lib/commonjs/components/EmailInput.js +1 -1
  21. package/lib/commonjs/components/GoogleButton.js +1 -1
  22. package/lib/commonjs/components/HeadingGroup.js +1 -1
  23. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  24. package/lib/commonjs/components/ModalHeader.js +1 -1
  25. package/lib/commonjs/components/ModalSheet.js +1 -1
  26. package/lib/commonjs/components/Onairos.js +1 -1
  27. package/lib/commonjs/components/OnairosButton.js +1 -1
  28. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  29. package/lib/commonjs/components/Overlay.js +1 -1
  30. package/lib/commonjs/components/PersonaImage.js +1 -1
  31. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  32. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  33. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  34. package/lib/commonjs/components/PinInput.js +1 -1
  35. package/lib/commonjs/components/PlatformConnectorsStep.js +3 -2
  36. package/lib/commonjs/components/PlatformList.js +1 -1
  37. package/lib/commonjs/components/PlatformToggle.js +1 -1
  38. package/lib/commonjs/components/PrimaryButton.js +1 -1
  39. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  40. package/lib/commonjs/components/SignInStep.js +1 -1
  41. package/lib/commonjs/components/UniversalOnboarding.js +2 -1
  42. package/lib/commonjs/components/VerificationStep.js +1 -1
  43. package/lib/commonjs/components/WelcomeScreen.js +2 -1
  44. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  45. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  46. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  47. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  48. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  49. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  50. package/lib/commonjs/components/icons/EnochE.js +1 -1
  51. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  52. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  53. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  54. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  55. package/lib/commonjs/components/icons/index.js +1 -1
  56. package/lib/commonjs/components/onboarding/OAuthWebView.js +6 -2
  57. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  58. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  59. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  60. package/lib/commonjs/config/api.js +1 -1
  61. package/lib/commonjs/constants/index.js +1 -1
  62. package/lib/commonjs/context/AuthContext.js +1 -1
  63. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  64. package/lib/commonjs/hooks/useConnections.js +1 -1
  65. package/lib/commonjs/hooks/useCredentials.js +1 -1
  66. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  67. package/lib/commonjs/index.js +5 -6
  68. package/lib/commonjs/services/SDK_API_KEY_VALIDATION.md +421 -421
  69. package/lib/commonjs/services/apiClient.js +1 -1
  70. package/lib/commonjs/services/apiKeyService.js +1 -1
  71. package/lib/commonjs/services/authService.js +1 -1
  72. package/lib/commonjs/services/biometricPinService.js +1 -1
  73. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  74. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  75. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  76. package/lib/commonjs/services/claudeConversationService.js +1 -1
  77. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  78. package/lib/commonjs/services/googleAuthService.js +1 -1
  79. package/lib/commonjs/services/hingeDataExtractor.js +8 -0
  80. package/lib/commonjs/services/hingeDataService.js +9 -0
  81. package/lib/commonjs/services/imageCompressionService.js +1 -1
  82. package/lib/commonjs/services/instagramDataExtractor.js +8 -0
  83. package/lib/commonjs/services/instagramDataService.js +9 -0
  84. package/lib/commonjs/services/jwtStorageService.js +1 -1
  85. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  86. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  87. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  88. package/lib/commonjs/services/llmDataStorage.js +1 -1
  89. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  90. package/lib/commonjs/services/oauthService.js +1 -1
  91. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  92. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  93. package/lib/commonjs/services/platformAuthService.js +1 -1
  94. package/lib/commonjs/services/sephoraDataExtractor.js +8 -0
  95. package/lib/commonjs/services/sephoraDataService.js +9 -0
  96. package/lib/commonjs/services/storageService.js +1 -1
  97. package/lib/commonjs/services/telegramDataExtractor.js +8 -0
  98. package/lib/commonjs/services/telegramDataService.js +9 -0
  99. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  100. package/lib/commonjs/services/userConnectionsService.js +1 -1
  101. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  102. package/lib/commonjs/theme/index.js +1 -1
  103. package/lib/commonjs/types/index.js +1 -1
  104. package/lib/commonjs/types.js +1 -1
  105. package/lib/commonjs/utils/Portal.js +1 -1
  106. package/lib/commonjs/utils/api.js +1 -1
  107. package/lib/commonjs/utils/assetRegistry.js +2 -2
  108. package/lib/commonjs/utils/auth.js +1 -1
  109. package/lib/commonjs/utils/connectorTests.js +29 -0
  110. package/lib/commonjs/utils/crypto.js +1 -1
  111. package/lib/commonjs/utils/debugHelper.js +1 -1
  112. package/lib/commonjs/utils/encryption.js +1 -1
  113. package/lib/commonjs/utils/eventUtils.js +1 -1
  114. package/lib/commonjs/utils/haptics.js +1 -1
  115. package/lib/commonjs/utils/imagePreloader.js +1 -1
  116. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  117. package/lib/commonjs/utils/onairosApi.js +1 -1
  118. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  119. package/lib/commonjs/utils/retryHelper.js +1 -1
  120. package/lib/commonjs/utils/secureStorage.js +1 -1
  121. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  122. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  123. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -0
  124. package/lib/commonjs/utils/webviewScripts/index.js +6 -2
  125. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -0
  126. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  127. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -0
  128. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -0
  129. package/lib/module/api/index.js +1 -1
  130. package/lib/module/assets/images/Checkbox.svg +3 -3
  131. package/lib/module/assets/images/EnochE.svg +19 -19
  132. package/lib/module/assets/images/OnairosNewLogo.png +0 -0
  133. package/lib/module/assets/images/Personalityprofile.svg +3 -3
  134. package/lib/module/assets/images/Personalitytraits.svg +3 -3
  135. package/lib/module/assets/images/Userpreferences.svg +3 -3
  136. package/lib/module/assets/images/arrow.svg +20 -20
  137. package/lib/module/assets/images/basicproficon.svg +43 -43
  138. package/lib/module/assets/images/basicprofile.svg +3 -3
  139. package/lib/module/assets/images/checkmark.svg +4 -4
  140. package/lib/module/assets/images/contentanalysis.svg +3 -3
  141. package/lib/module/assets/images/contenticon.svg +23 -23
  142. package/lib/module/assets/images/personalityicon.svg +18 -18
  143. package/lib/module/assets/images/x-close.svg +3 -3
  144. package/lib/module/components/BodyText.js +1 -1
  145. package/lib/module/components/BrandMark.js +1 -1
  146. package/lib/module/components/CodeInput.js +1 -1
  147. package/lib/module/components/EmailInput.js +1 -1
  148. package/lib/module/components/GoogleButton.js +1 -1
  149. package/lib/module/components/HeadingGroup.js +1 -1
  150. package/lib/module/components/LLMDataInputModal.js +1 -1
  151. package/lib/module/components/ModalHeader.js +1 -1
  152. package/lib/module/components/ModalSheet.js +1 -1
  153. package/lib/module/components/Onairos.js +1 -1
  154. package/lib/module/components/OnairosButton.js +1 -1
  155. package/lib/module/components/OnairosSignInButton.js +1 -1
  156. package/lib/module/components/Overlay.js +1 -1
  157. package/lib/module/components/PersonaImage.js +1 -1
  158. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  159. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  160. package/lib/module/components/PinCreationScreen.js +1 -1
  161. package/lib/module/components/PinInput.js +1 -1
  162. package/lib/module/components/PlatformConnectorsStep.js +7 -1
  163. package/lib/module/components/PlatformList.js +1 -1
  164. package/lib/module/components/PlatformToggle.js +1 -1
  165. package/lib/module/components/PrimaryButton.js +1 -1
  166. package/lib/module/components/SignInMatchAnimation.js +1 -1
  167. package/lib/module/components/SignInStep.js +1 -1
  168. package/lib/module/components/UniversalOnboarding.js +1 -1
  169. package/lib/module/components/VerificationStep.js +1 -1
  170. package/lib/module/components/WelcomeScreen.js +1 -1
  171. package/lib/module/components/icons/Basicproficon.js +1 -1
  172. package/lib/module/components/icons/Basicprofile.js +1 -1
  173. package/lib/module/components/icons/Checkbox.js +1 -1
  174. package/lib/module/components/icons/Checkmark.js +1 -1
  175. package/lib/module/components/icons/Contentanalysis.js +1 -1
  176. package/lib/module/components/icons/Contenticon.js +1 -1
  177. package/lib/module/components/icons/EnochE.js +1 -1
  178. package/lib/module/components/icons/Personalityicon.js +1 -1
  179. package/lib/module/components/icons/Personalityprofile.js +1 -1
  180. package/lib/module/components/icons/Personalitytraits.js +1 -1
  181. package/lib/module/components/icons/Userpreferences.js +1 -1
  182. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  183. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  184. package/lib/module/components/onboarding/PinInput.js +1 -1
  185. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  186. package/lib/module/config/api.js +1 -1
  187. package/lib/module/constants/index.js +1 -1
  188. package/lib/module/context/AuthContext.js +1 -1
  189. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  190. package/lib/module/hooks/useConnections.js +1 -1
  191. package/lib/module/hooks/useCredentials.js +1 -1
  192. package/lib/module/hooks/useUserConnections.js +1 -1
  193. package/lib/module/index.js +1 -1
  194. package/lib/module/services/SDK_API_KEY_VALIDATION.md +421 -421
  195. package/lib/module/services/apiClient.js +1 -1
  196. package/lib/module/services/apiKeyService.js +1 -1
  197. package/lib/module/services/authService.js +1 -1
  198. package/lib/module/services/biometricPinService.js +1 -1
  199. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  200. package/lib/module/services/chatGPTConversationService.js +1 -1
  201. package/lib/module/services/claudeConversationExtractor.js +1 -1
  202. package/lib/module/services/claudeConversationService.js +1 -1
  203. package/lib/module/services/connectedAccountsService.js +1 -1
  204. package/lib/module/services/googleAuthService.js +1 -1
  205. package/lib/module/services/hingeDataExtractor.js +1 -0
  206. package/lib/module/services/hingeDataService.js +1 -0
  207. package/lib/module/services/imageCompressionService.js +1 -1
  208. package/lib/module/services/instagramDataExtractor.js +1 -0
  209. package/lib/module/services/instagramDataService.js +1 -0
  210. package/lib/module/services/jwtStorageService.js +1 -1
  211. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  212. package/lib/module/services/linkedinProfileService.js +1 -1
  213. package/lib/module/services/linkedinScrapingService.js +1 -1
  214. package/lib/module/services/llmDataStorage.js +1 -1
  215. package/lib/module/services/mobileTrainingService.js +1 -1
  216. package/lib/module/services/oauthService.js +1 -1
  217. package/lib/module/services/pinEncryptionService.js +1 -1
  218. package/lib/module/services/pinStorageUtils.js +1 -1
  219. package/lib/module/services/platformAuthService.js +1 -1
  220. package/lib/module/services/sephoraDataExtractor.js +1 -0
  221. package/lib/module/services/sephoraDataService.js +1 -0
  222. package/lib/module/services/storageService.js +1 -1
  223. package/lib/module/services/telegramDataExtractor.js +1 -0
  224. package/lib/module/services/telegramDataService.js +1 -0
  225. package/lib/module/services/trainingApiHelpers.js +1 -1
  226. package/lib/module/services/userConnectionsService.js +1 -1
  227. package/lib/module/services/youtubeMigrationService.js +1 -1
  228. package/lib/module/theme/index.js +1 -1
  229. package/lib/module/types.js +1 -1
  230. package/lib/module/utils/Portal.js +1 -1
  231. package/lib/module/utils/api.js +1 -1
  232. package/lib/module/utils/assetRegistry.js +2 -2
  233. package/lib/module/utils/auth.js +1 -1
  234. package/lib/module/utils/connectorTests.js +28 -0
  235. package/lib/module/utils/crypto.js +1 -1
  236. package/lib/module/utils/debugHelper.js +1 -1
  237. package/lib/module/utils/encryption.js +1 -1
  238. package/lib/module/utils/eventUtils.js +1 -1
  239. package/lib/module/utils/haptics.js +1 -1
  240. package/lib/module/utils/networkDiagnostics.js +1 -1
  241. package/lib/module/utils/onairosApi.js +1 -1
  242. package/lib/module/utils/programmaticFlow.js +1 -1
  243. package/lib/module/utils/retryHelper.js +1 -1
  244. package/lib/module/utils/secureStorage.js +1 -1
  245. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  246. package/lib/module/utils/webviewScripts/claude.js +1 -1
  247. package/lib/module/utils/webviewScripts/hinge.js +1 -0
  248. package/lib/module/utils/webviewScripts/index.js +1 -1
  249. package/lib/module/utils/webviewScripts/instagram.js +1 -0
  250. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  251. package/lib/module/utils/webviewScripts/sephora.js +1 -0
  252. package/lib/module/utils/webviewScripts/telegram.js +1 -0
  253. package/package.json +1 -1
@@ -1,3 +1,3 @@
1
- <svg width="263" height="22" viewBox="0 0 263 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M7.42259 5.81818H9.26705V12.4702C9.26705 13.1993 9.0947 13.8407 8.75 14.3942C8.40862 14.9477 7.92803 15.3802 7.30824 15.6918C6.68845 16 5.96425 16.1541 5.13565 16.1541C4.30374 16.1541 3.57789 16 2.9581 15.6918C2.33831 15.3802 1.85772 14.9477 1.51634 14.3942C1.17495 13.8407 1.00426 13.1993 1.00426 12.4702V5.81818H2.84872V12.3161C2.84872 12.7403 2.94152 13.1181 3.12713 13.4496C3.31605 13.781 3.5812 14.0412 3.92259 14.2301C4.26397 14.4157 4.66832 14.5085 5.13565 14.5085C5.60298 14.5085 6.00734 14.4157 6.34872 14.2301C6.69342 14.0412 6.95857 13.781 7.14418 13.4496C7.32978 13.1181 7.42259 12.7403 7.42259 12.3161V5.81818ZM16.9878 10.3821L15.3472 10.5611C15.3008 10.3954 15.2196 10.2396 15.1036 10.0938C14.9909 9.94792 14.8384 9.83026 14.6462 9.74077C14.454 9.65128 14.2186 9.60653 13.9402 9.60653C13.5657 9.60653 13.2508 9.68774 12.9956 9.85014C12.7437 10.0125 12.6194 10.223 12.6227 10.4815C12.6194 10.7036 12.7006 10.8842 12.8664 11.0234C13.0354 11.1626 13.3138 11.277 13.7016 11.3665L15.0041 11.6449C15.7267 11.8007 16.2636 12.0476 16.6149 12.3857C16.9696 12.7237 17.1486 13.1662 17.1519 13.7131C17.1486 14.1937 17.0077 14.6179 16.7293 14.9858C16.4542 15.3504 16.0714 15.6354 15.5808 15.8409C15.0903 16.0464 14.5269 16.1491 13.8905 16.1491C12.9558 16.1491 12.2035 15.9536 11.6334 15.5625C11.0633 15.1681 10.7236 14.6196 10.6142 13.9169L12.3692 13.7479C12.4487 14.0926 12.6178 14.3527 12.8763 14.5284C13.1348 14.7041 13.4712 14.7919 13.8855 14.7919C14.3131 14.7919 14.6561 14.7041 14.9147 14.5284C15.1765 14.3527 15.3074 14.1357 15.3074 13.8771C15.3074 13.6584 15.2229 13.4777 15.0539 13.3352C14.8881 13.1927 14.6296 13.0833 14.2783 13.0071L12.9757 12.7337C12.2433 12.5812 11.7013 12.3243 11.35 11.9631C10.9987 11.5985 10.8247 11.1378 10.828 10.581C10.8247 10.1103 10.9523 9.70265 11.2108 9.35795C11.4727 9.00994 11.8356 8.74148 12.2996 8.55256C12.7669 8.36032 13.3055 8.2642 13.9154 8.2642C14.8102 8.2642 15.5146 8.45478 16.0283 8.83594C16.5453 9.21709 16.8652 9.73248 16.9878 10.3821ZM21.7766 16.1491C21.0109 16.1491 20.3497 15.9901 19.7929 15.6719C19.2394 15.3504 18.8135 14.8963 18.5152 14.3097C18.2169 13.7197 18.0678 13.0253 18.0678 12.2266C18.0678 11.4411 18.2169 10.7517 18.5152 10.1584C18.8168 9.56179 19.2377 9.09777 19.778 8.76633C20.3182 8.43158 20.9529 8.2642 21.6821 8.2642C22.1528 8.2642 22.5969 8.34044 23.0145 8.4929C23.4354 8.64205 23.8066 8.87405 24.1281 9.18892C24.4529 9.50379 24.7082 9.90483 24.8938 10.392C25.0794 10.8759 25.1722 11.4527 25.1722 12.1222V12.674H18.9129V11.4609H23.447C23.4437 11.1162 23.3691 10.8097 23.2233 10.5412C23.0775 10.2694 22.8736 10.0556 22.6118 9.89986C22.3533 9.74408 22.0517 9.66619 21.707 9.66619C21.3391 9.66619 21.0159 9.75568 20.7375 9.93466C20.4591 10.1103 20.242 10.3423 20.0862 10.6307C19.9338 10.9157 19.8559 11.2289 19.8526 11.5703V12.6293C19.8526 13.0734 19.9338 13.4545 20.0962 13.7727C20.2586 14.0876 20.4856 14.3295 20.7773 14.4986C21.0689 14.6643 21.4103 14.7472 21.8014 14.7472C22.0633 14.7472 22.3002 14.7107 22.5124 14.6378C22.7245 14.5616 22.9084 14.4505 23.0642 14.3047C23.22 14.1589 23.3376 13.9782 23.4172 13.7628L25.0976 13.9517C24.9915 14.3958 24.7894 14.7836 24.4911 15.1151C24.1961 15.4432 23.8182 15.6984 23.3575 15.8807C22.8968 16.0597 22.3698 16.1491 21.7766 16.1491ZM26.4547 16V8.36364H28.1997V9.63636H28.2793C28.4185 9.19555 28.6571 8.85582 28.9952 8.61719C29.3366 8.37524 29.726 8.25426 30.1635 8.25426C30.263 8.25426 30.374 8.25923 30.4966 8.26918C30.6226 8.2758 30.727 8.2874 30.8098 8.30398V9.95952C30.7336 9.933 30.6126 9.9098 30.4469 9.88991C30.2845 9.86671 30.1271 9.85511 29.9746 9.85511C29.6465 9.85511 29.3515 9.92637 29.0897 10.0689C28.8311 10.2081 28.6273 10.402 28.4782 10.6506C28.329 10.8991 28.2544 11.1858 28.2544 11.5107V16H26.4547ZM35.0777 16V5.81818H38.8959C39.6781 5.81818 40.3343 5.96401 40.8646 6.25568C41.3982 6.54735 41.8009 6.94839 42.0727 7.45881C42.3478 7.96591 42.4854 8.54261 42.4854 9.18892C42.4854 9.84186 42.3478 10.4219 42.0727 10.929C41.7976 11.4361 41.3916 11.8355 40.8547 12.1271C40.3178 12.4155 39.6565 12.5597 38.871 12.5597H36.3405V11.0433H38.6224C39.0798 11.0433 39.4544 10.9638 39.746 10.8047C40.0377 10.6456 40.2531 10.4268 40.3923 10.1484C40.5348 9.87003 40.6061 9.55019 40.6061 9.18892C40.6061 8.82765 40.5348 8.50947 40.3923 8.23438C40.2531 7.95928 40.036 7.7455 39.7411 7.59304C39.4494 7.43726 39.0732 7.35938 38.6125 7.35938H36.9222V16H35.0777ZM43.7679 16V8.36364H45.5129V9.63636H45.5925C45.7317 9.19555 45.9703 8.85582 46.3084 8.61719C46.6498 8.37524 47.0392 8.25426 47.4767 8.25426C47.5762 8.25426 47.6872 8.25923 47.8098 8.26918C47.9358 8.2758 48.0402 8.2874 48.123 8.30398V9.95952C48.0468 9.933 47.9258 9.9098 47.7601 9.88991C47.5977 9.86671 47.4403 9.85511 47.2878 9.85511C46.9597 9.85511 46.6647 9.92637 46.4029 10.0689C46.1443 10.2081 45.9405 10.402 45.7914 10.6506C45.6422 10.8991 45.5676 11.1858 45.5676 11.5107V16H43.7679ZM52.1449 16.1491C51.3793 16.1491 50.7181 15.9901 50.1613 15.6719C49.6078 15.3504 49.1819 14.8963 48.8836 14.3097C48.5853 13.7197 48.4361 13.0253 48.4361 12.2266C48.4361 11.4411 48.5853 10.7517 48.8836 10.1584C49.1852 9.56179 49.6061 9.09777 50.1463 8.76633C50.6866 8.43158 51.3213 8.2642 52.0505 8.2642C52.5211 8.2642 52.9652 8.34044 53.3829 8.4929C53.8038 8.64205 54.175 8.87405 54.4965 9.18892C54.8213 9.50379 55.0765 9.90483 55.2621 10.392C55.4477 10.8759 55.5405 11.4527 55.5405 12.1222V12.674H49.2813V11.4609H53.8154C53.8121 11.1162 53.7375 10.8097 53.5917 10.5412C53.4458 10.2694 53.242 10.0556 52.9802 9.89986C52.7216 9.74408 52.42 9.66619 52.0753 9.66619C51.7074 9.66619 51.3843 9.75568 51.1059 9.93466C50.8275 10.1103 50.6104 10.3423 50.4546 10.6307C50.3021 10.9157 50.2242 11.2289 50.2209 11.5703V12.6293C50.2209 13.0734 50.3021 13.4545 50.4645 13.7727C50.6269 14.0876 50.854 14.3295 51.1456 14.4986C51.4373 14.6643 51.7787 14.7472 52.1698 14.7472C52.4316 14.7472 52.6686 14.7107 52.8807 14.6378C53.0928 14.5616 53.2768 14.4505 53.4326 14.3047C53.5883 14.1589 53.706 13.9782 53.7856 13.7628L55.466 13.9517C55.3599 14.3958 55.1577 14.7836 54.8594 15.1151C54.5644 15.4432 54.1866 15.6984 53.7259 15.8807C53.2652 16.0597 52.7382 16.1491 52.1449 16.1491ZM60.691 8.36364V9.75568H56.1768V8.36364H60.691ZM57.3053 16V7.64276C57.3053 7.12902 57.4114 6.70147 57.6235 6.36008C57.8389 6.0187 58.1273 5.76349 58.4886 5.59446C58.8498 5.42543 59.2509 5.34091 59.6917 5.34091C60.0032 5.34091 60.28 5.36577 60.5219 5.41548C60.7639 5.4652 60.9429 5.50994 61.0589 5.54972L60.7009 6.94176C60.6247 6.91856 60.5286 6.89536 60.4126 6.87216C60.2966 6.84564 60.1673 6.83239 60.0248 6.83239C59.69 6.83239 59.453 6.91359 59.3138 7.07599C59.178 7.23508 59.11 7.46378 59.11 7.76207V16H57.3053ZM64.954 16.1491C64.1884 16.1491 63.5271 15.9901 62.9703 15.6719C62.4168 15.3504 61.9909 14.8963 61.6926 14.3097C61.3943 13.7197 61.2452 13.0253 61.2452 12.2266C61.2452 11.4411 61.3943 10.7517 61.6926 10.1584C61.9942 9.56179 62.4152 9.09777 62.9554 8.76633C63.4957 8.43158 64.1304 8.2642 64.8595 8.2642C65.3302 8.2642 65.7743 8.34044 66.1919 8.4929C66.6128 8.64205 66.9841 8.87405 67.3056 9.18892C67.6304 9.50379 67.8856 9.90483 68.0712 10.392C68.2568 10.8759 68.3496 11.4527 68.3496 12.1222V12.674H62.0904V11.4609H66.6244C66.6211 11.1162 66.5466 10.8097 66.4007 10.5412C66.2549 10.2694 66.0511 10.0556 65.7892 9.89986C65.5307 9.74408 65.2291 9.66619 64.8844 9.66619C64.5165 9.66619 64.1933 9.75568 63.9149 9.93466C63.6365 10.1103 63.4194 10.3423 63.2637 10.6307C63.1112 10.9157 63.0333 11.2289 63.03 11.5703V12.6293C63.03 13.0734 63.1112 13.4545 63.2736 13.7727C63.436 14.0876 63.663 14.3295 63.9547 14.4986C64.2464 14.6643 64.5878 14.7472 64.9788 14.7472C65.2407 14.7472 65.4777 14.7107 65.6898 14.6378C65.9019 14.5616 66.0859 14.4505 66.2416 14.3047C66.3974 14.1589 66.5151 13.9782 66.5946 13.7628L68.275 13.9517C68.169 14.3958 67.9668 14.7836 67.6685 15.1151C67.3735 15.4432 66.9957 15.6984 66.535 15.8807C66.0743 16.0597 65.5473 16.1491 64.954 16.1491ZM69.6321 16V8.36364H71.3772V9.63636H71.4567C71.5959 9.19555 71.8346 8.85582 72.1726 8.61719C72.514 8.37524 72.9034 8.25426 73.3409 8.25426C73.4404 8.25426 73.5514 8.25923 73.674 8.26918C73.8 8.2758 73.9044 8.2874 73.9872 8.30398V9.95952C73.911 9.933 73.79 9.9098 73.6243 9.88991C73.4619 9.86671 73.3045 9.85511 73.152 9.85511C72.8239 9.85511 72.5289 9.92637 72.2671 10.0689C72.0086 10.2081 71.8047 10.402 71.6556 10.6506C71.5064 10.8991 71.4319 11.1858 71.4319 11.5107V16H69.6321ZM78.0091 16.1491C77.2435 16.1491 76.5823 15.9901 76.0255 15.6719C75.472 15.3504 75.0461 14.8963 74.7478 14.3097C74.4495 13.7197 74.3003 13.0253 74.3003 12.2266C74.3003 11.4411 74.4495 10.7517 74.7478 10.1584C75.0494 9.56179 75.4703 9.09777 76.0106 8.76633C76.5508 8.43158 77.1855 8.2642 77.9147 8.2642C78.3853 8.2642 78.8295 8.34044 79.2471 8.4929C79.668 8.64205 80.0392 8.87405 80.3607 9.18892C80.6855 9.50379 80.9407 9.90483 81.1263 10.392C81.3119 10.8759 81.4047 11.4527 81.4047 12.1222V12.674H75.1455V11.4609H79.6796C79.6763 11.1162 79.6017 10.8097 79.4559 10.5412C79.31 10.2694 79.1062 10.0556 78.8444 9.89986C78.5859 9.74408 78.2842 9.66619 77.9395 9.66619C77.5716 9.66619 77.2485 9.75568 76.9701 9.93466C76.6917 10.1103 76.4746 10.3423 76.3188 10.6307C76.1663 10.9157 76.0885 11.2289 76.0851 11.5703V12.6293C76.0851 13.0734 76.1663 13.4545 76.3288 13.7727C76.4912 14.0876 76.7182 14.3295 77.0099 14.4986C77.3015 14.6643 77.6429 14.7472 78.034 14.7472C78.2958 14.7472 78.5328 14.7107 78.7449 14.6378C78.9571 14.5616 79.141 14.4505 79.2968 14.3047C79.4526 14.1589 79.5702 13.9782 79.6498 13.7628L81.3302 13.9517C81.2241 14.3958 81.0219 14.7836 80.7236 15.1151C80.4287 15.4432 80.0508 15.6984 79.5901 15.8807C79.1294 16.0597 78.6024 16.1491 78.0091 16.1491ZM84.487 11.5256V16H82.6873V8.36364H84.4075V9.66122H84.497C84.6726 9.23366 84.9527 8.89394 85.3372 8.64205C85.7249 8.39015 86.2039 8.2642 86.7739 8.2642C87.3009 8.2642 87.76 8.37689 88.1511 8.60227C88.5455 8.82765 88.8504 9.15412 89.0658 9.58168C89.2846 10.0092 89.3923 10.5279 89.389 11.1378V16H87.5893V11.4162C87.5893 10.9058 87.4567 10.5064 87.1916 10.218C86.9297 9.92969 86.5668 9.78551 86.1028 9.78551C85.7879 9.78551 85.5078 9.85511 85.2626 9.99432C85.0206 10.1302 84.8301 10.3274 84.6908 10.5859C84.555 10.8445 84.487 11.1577 84.487 11.5256ZM94.3095 16.1491C93.5472 16.1491 92.8926 15.9818 92.3457 15.647C91.8022 15.3123 91.3829 14.8499 91.0879 14.2599C90.7962 13.6667 90.6504 12.9839 90.6504 12.2116C90.6504 11.4361 90.7996 10.7517 91.0979 10.1584C91.3962 9.56179 91.8171 9.09777 92.3606 8.76633C92.9075 8.43158 93.5538 8.2642 94.2996 8.2642C94.9194 8.2642 95.4679 8.37855 95.9452 8.60724C96.4257 8.83262 96.8086 9.15246 97.0936 9.56676C97.3786 9.97775 97.541 10.4583 97.5808 11.0085H95.8606C95.791 10.6406 95.6253 10.334 95.3635 10.0888C95.105 9.8402 94.7586 9.71591 94.3244 9.71591C93.9565 9.71591 93.6334 9.81534 93.355 10.0142C93.0766 10.2098 92.8595 10.4915 92.7037 10.8594C92.5512 11.2273 92.475 11.6681 92.475 12.1818C92.475 12.7022 92.5512 13.1496 92.7037 13.5241C92.8561 13.8954 93.0699 14.1821 93.345 14.3842C93.6234 14.5831 93.9499 14.6825 94.3244 14.6825C94.5896 14.6825 94.8266 14.6328 95.0354 14.5334C95.2475 14.4306 95.4248 14.2831 95.5673 14.0909C95.7098 13.8987 95.8076 13.665 95.8606 13.3899H97.5808C97.5377 13.9302 97.3786 14.4091 97.1035 14.8267C96.8284 15.241 96.4539 15.5658 95.98 15.8011C95.506 16.0331 94.9492 16.1491 94.3095 16.1491ZM102.199 16.1491C101.434 16.1491 100.772 15.9901 100.216 15.6719C99.6621 15.3504 99.2362 14.8963 98.9379 14.3097C98.6396 13.7197 98.4905 13.0253 98.4905 12.2266C98.4905 11.4411 98.6396 10.7517 98.9379 10.1584C99.2395 9.56179 99.6605 9.09777 100.201 8.76633C100.741 8.43158 101.376 8.2642 102.105 8.2642C102.575 8.2642 103.02 8.34044 103.437 8.4929C103.858 8.64205 104.229 8.87405 104.551 9.18892C104.876 9.50379 105.131 9.90483 105.316 10.392C105.502 10.8759 105.595 11.4527 105.595 12.1222V12.674H99.3357V11.4609H103.87C103.866 11.1162 103.792 10.8097 103.646 10.5412C103.5 10.2694 103.296 10.0556 103.035 9.89986C102.776 9.74408 102.474 9.66619 102.13 9.66619C101.762 9.66619 101.439 9.75568 101.16 9.93466C100.882 10.1103 100.665 10.3423 100.509 10.6307C100.357 10.9157 100.279 11.2289 100.275 11.5703V12.6293C100.275 13.0734 100.357 13.4545 100.519 13.7727C100.681 14.0876 100.908 14.3295 101.2 14.4986C101.492 14.6643 101.833 14.7472 102.224 14.7472C102.486 14.7472 102.723 14.7107 102.935 14.6378C103.147 14.5616 103.331 14.4505 103.487 14.3047C103.643 14.1589 103.76 13.9782 103.84 13.7628L105.52 13.9517C105.414 14.3958 105.212 14.7836 104.914 15.1151C104.619 15.4432 104.241 15.6984 103.78 15.8807C103.32 16.0597 102.793 16.1491 102.199 16.1491ZM112.913 10.3821L111.272 10.5611C111.226 10.3954 111.145 10.2396 111.029 10.0938C110.916 9.94792 110.764 9.83026 110.571 9.74077C110.379 9.65128 110.144 9.60653 109.865 9.60653C109.491 9.60653 109.176 9.68774 108.921 9.85014C108.669 10.0125 108.545 10.223 108.548 10.4815C108.545 10.7036 108.626 10.8842 108.792 11.0234C108.961 11.1626 109.239 11.277 109.627 11.3665L110.929 11.6449C111.652 11.8007 112.189 12.0476 112.54 12.3857C112.895 12.7237 113.074 13.1662 113.077 13.7131C113.074 14.1937 112.933 14.6179 112.654 14.9858C112.379 15.3504 111.997 15.6354 111.506 15.8409C111.015 16.0464 110.452 16.1491 109.816 16.1491C108.881 16.1491 108.129 15.9536 107.559 15.5625C106.988 15.1681 106.649 14.6196 106.539 13.9169L108.294 13.7479C108.374 14.0926 108.543 14.3527 108.801 14.5284C109.06 14.7041 109.396 14.7919 109.811 14.7919C110.238 14.7919 110.581 14.7041 110.84 14.5284C111.102 14.3527 111.233 14.1357 111.233 13.8771C111.233 13.6584 111.148 13.4777 110.979 13.3352C110.813 13.1927 110.555 13.0833 110.203 13.0071L108.901 12.7337C108.168 12.5812 107.627 12.3243 107.275 11.9631C106.924 11.5985 106.75 11.1378 106.753 10.581C106.75 10.1103 106.877 9.70265 107.136 9.35795C107.398 9.00994 107.761 8.74148 108.225 8.55256C108.692 8.36032 109.231 8.2642 109.841 8.2642C110.735 8.2642 111.44 8.45478 111.953 8.83594C112.47 9.21709 112.79 9.73248 112.913 10.3821Z" fill="#1F242F"/>
3
- </svg>
1
+ <svg width="263" height="22" viewBox="0 0 263 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.42259 5.81818H9.26705V12.4702C9.26705 13.1993 9.0947 13.8407 8.75 14.3942C8.40862 14.9477 7.92803 15.3802 7.30824 15.6918C6.68845 16 5.96425 16.1541 5.13565 16.1541C4.30374 16.1541 3.57789 16 2.9581 15.6918C2.33831 15.3802 1.85772 14.9477 1.51634 14.3942C1.17495 13.8407 1.00426 13.1993 1.00426 12.4702V5.81818H2.84872V12.3161C2.84872 12.7403 2.94152 13.1181 3.12713 13.4496C3.31605 13.781 3.5812 14.0412 3.92259 14.2301C4.26397 14.4157 4.66832 14.5085 5.13565 14.5085C5.60298 14.5085 6.00734 14.4157 6.34872 14.2301C6.69342 14.0412 6.95857 13.781 7.14418 13.4496C7.32978 13.1181 7.42259 12.7403 7.42259 12.3161V5.81818ZM16.9878 10.3821L15.3472 10.5611C15.3008 10.3954 15.2196 10.2396 15.1036 10.0938C14.9909 9.94792 14.8384 9.83026 14.6462 9.74077C14.454 9.65128 14.2186 9.60653 13.9402 9.60653C13.5657 9.60653 13.2508 9.68774 12.9956 9.85014C12.7437 10.0125 12.6194 10.223 12.6227 10.4815C12.6194 10.7036 12.7006 10.8842 12.8664 11.0234C13.0354 11.1626 13.3138 11.277 13.7016 11.3665L15.0041 11.6449C15.7267 11.8007 16.2636 12.0476 16.6149 12.3857C16.9696 12.7237 17.1486 13.1662 17.1519 13.7131C17.1486 14.1937 17.0077 14.6179 16.7293 14.9858C16.4542 15.3504 16.0714 15.6354 15.5808 15.8409C15.0903 16.0464 14.5269 16.1491 13.8905 16.1491C12.9558 16.1491 12.2035 15.9536 11.6334 15.5625C11.0633 15.1681 10.7236 14.6196 10.6142 13.9169L12.3692 13.7479C12.4487 14.0926 12.6178 14.3527 12.8763 14.5284C13.1348 14.7041 13.4712 14.7919 13.8855 14.7919C14.3131 14.7919 14.6561 14.7041 14.9147 14.5284C15.1765 14.3527 15.3074 14.1357 15.3074 13.8771C15.3074 13.6584 15.2229 13.4777 15.0539 13.3352C14.8881 13.1927 14.6296 13.0833 14.2783 13.0071L12.9757 12.7337C12.2433 12.5812 11.7013 12.3243 11.35 11.9631C10.9987 11.5985 10.8247 11.1378 10.828 10.581C10.8247 10.1103 10.9523 9.70265 11.2108 9.35795C11.4727 9.00994 11.8356 8.74148 12.2996 8.55256C12.7669 8.36032 13.3055 8.2642 13.9154 8.2642C14.8102 8.2642 15.5146 8.45478 16.0283 8.83594C16.5453 9.21709 16.8652 9.73248 16.9878 10.3821ZM21.7766 16.1491C21.0109 16.1491 20.3497 15.9901 19.7929 15.6719C19.2394 15.3504 18.8135 14.8963 18.5152 14.3097C18.2169 13.7197 18.0678 13.0253 18.0678 12.2266C18.0678 11.4411 18.2169 10.7517 18.5152 10.1584C18.8168 9.56179 19.2377 9.09777 19.778 8.76633C20.3182 8.43158 20.9529 8.2642 21.6821 8.2642C22.1528 8.2642 22.5969 8.34044 23.0145 8.4929C23.4354 8.64205 23.8066 8.87405 24.1281 9.18892C24.4529 9.50379 24.7082 9.90483 24.8938 10.392C25.0794 10.8759 25.1722 11.4527 25.1722 12.1222V12.674H18.9129V11.4609H23.447C23.4437 11.1162 23.3691 10.8097 23.2233 10.5412C23.0775 10.2694 22.8736 10.0556 22.6118 9.89986C22.3533 9.74408 22.0517 9.66619 21.707 9.66619C21.3391 9.66619 21.0159 9.75568 20.7375 9.93466C20.4591 10.1103 20.242 10.3423 20.0862 10.6307C19.9338 10.9157 19.8559 11.2289 19.8526 11.5703V12.6293C19.8526 13.0734 19.9338 13.4545 20.0962 13.7727C20.2586 14.0876 20.4856 14.3295 20.7773 14.4986C21.0689 14.6643 21.4103 14.7472 21.8014 14.7472C22.0633 14.7472 22.3002 14.7107 22.5124 14.6378C22.7245 14.5616 22.9084 14.4505 23.0642 14.3047C23.22 14.1589 23.3376 13.9782 23.4172 13.7628L25.0976 13.9517C24.9915 14.3958 24.7894 14.7836 24.4911 15.1151C24.1961 15.4432 23.8182 15.6984 23.3575 15.8807C22.8968 16.0597 22.3698 16.1491 21.7766 16.1491ZM26.4547 16V8.36364H28.1997V9.63636H28.2793C28.4185 9.19555 28.6571 8.85582 28.9952 8.61719C29.3366 8.37524 29.726 8.25426 30.1635 8.25426C30.263 8.25426 30.374 8.25923 30.4966 8.26918C30.6226 8.2758 30.727 8.2874 30.8098 8.30398V9.95952C30.7336 9.933 30.6126 9.9098 30.4469 9.88991C30.2845 9.86671 30.1271 9.85511 29.9746 9.85511C29.6465 9.85511 29.3515 9.92637 29.0897 10.0689C28.8311 10.2081 28.6273 10.402 28.4782 10.6506C28.329 10.8991 28.2544 11.1858 28.2544 11.5107V16H26.4547ZM35.0777 16V5.81818H38.8959C39.6781 5.81818 40.3343 5.96401 40.8646 6.25568C41.3982 6.54735 41.8009 6.94839 42.0727 7.45881C42.3478 7.96591 42.4854 8.54261 42.4854 9.18892C42.4854 9.84186 42.3478 10.4219 42.0727 10.929C41.7976 11.4361 41.3916 11.8355 40.8547 12.1271C40.3178 12.4155 39.6565 12.5597 38.871 12.5597H36.3405V11.0433H38.6224C39.0798 11.0433 39.4544 10.9638 39.746 10.8047C40.0377 10.6456 40.2531 10.4268 40.3923 10.1484C40.5348 9.87003 40.6061 9.55019 40.6061 9.18892C40.6061 8.82765 40.5348 8.50947 40.3923 8.23438C40.2531 7.95928 40.036 7.7455 39.7411 7.59304C39.4494 7.43726 39.0732 7.35938 38.6125 7.35938H36.9222V16H35.0777ZM43.7679 16V8.36364H45.5129V9.63636H45.5925C45.7317 9.19555 45.9703 8.85582 46.3084 8.61719C46.6498 8.37524 47.0392 8.25426 47.4767 8.25426C47.5762 8.25426 47.6872 8.25923 47.8098 8.26918C47.9358 8.2758 48.0402 8.2874 48.123 8.30398V9.95952C48.0468 9.933 47.9258 9.9098 47.7601 9.88991C47.5977 9.86671 47.4403 9.85511 47.2878 9.85511C46.9597 9.85511 46.6647 9.92637 46.4029 10.0689C46.1443 10.2081 45.9405 10.402 45.7914 10.6506C45.6422 10.8991 45.5676 11.1858 45.5676 11.5107V16H43.7679ZM52.1449 16.1491C51.3793 16.1491 50.7181 15.9901 50.1613 15.6719C49.6078 15.3504 49.1819 14.8963 48.8836 14.3097C48.5853 13.7197 48.4361 13.0253 48.4361 12.2266C48.4361 11.4411 48.5853 10.7517 48.8836 10.1584C49.1852 9.56179 49.6061 9.09777 50.1463 8.76633C50.6866 8.43158 51.3213 8.2642 52.0505 8.2642C52.5211 8.2642 52.9652 8.34044 53.3829 8.4929C53.8038 8.64205 54.175 8.87405 54.4965 9.18892C54.8213 9.50379 55.0765 9.90483 55.2621 10.392C55.4477 10.8759 55.5405 11.4527 55.5405 12.1222V12.674H49.2813V11.4609H53.8154C53.8121 11.1162 53.7375 10.8097 53.5917 10.5412C53.4458 10.2694 53.242 10.0556 52.9802 9.89986C52.7216 9.74408 52.42 9.66619 52.0753 9.66619C51.7074 9.66619 51.3843 9.75568 51.1059 9.93466C50.8275 10.1103 50.6104 10.3423 50.4546 10.6307C50.3021 10.9157 50.2242 11.2289 50.2209 11.5703V12.6293C50.2209 13.0734 50.3021 13.4545 50.4645 13.7727C50.6269 14.0876 50.854 14.3295 51.1456 14.4986C51.4373 14.6643 51.7787 14.7472 52.1698 14.7472C52.4316 14.7472 52.6686 14.7107 52.8807 14.6378C53.0928 14.5616 53.2768 14.4505 53.4326 14.3047C53.5883 14.1589 53.706 13.9782 53.7856 13.7628L55.466 13.9517C55.3599 14.3958 55.1577 14.7836 54.8594 15.1151C54.5644 15.4432 54.1866 15.6984 53.7259 15.8807C53.2652 16.0597 52.7382 16.1491 52.1449 16.1491ZM60.691 8.36364V9.75568H56.1768V8.36364H60.691ZM57.3053 16V7.64276C57.3053 7.12902 57.4114 6.70147 57.6235 6.36008C57.8389 6.0187 58.1273 5.76349 58.4886 5.59446C58.8498 5.42543 59.2509 5.34091 59.6917 5.34091C60.0032 5.34091 60.28 5.36577 60.5219 5.41548C60.7639 5.4652 60.9429 5.50994 61.0589 5.54972L60.7009 6.94176C60.6247 6.91856 60.5286 6.89536 60.4126 6.87216C60.2966 6.84564 60.1673 6.83239 60.0248 6.83239C59.69 6.83239 59.453 6.91359 59.3138 7.07599C59.178 7.23508 59.11 7.46378 59.11 7.76207V16H57.3053ZM64.954 16.1491C64.1884 16.1491 63.5271 15.9901 62.9703 15.6719C62.4168 15.3504 61.9909 14.8963 61.6926 14.3097C61.3943 13.7197 61.2452 13.0253 61.2452 12.2266C61.2452 11.4411 61.3943 10.7517 61.6926 10.1584C61.9942 9.56179 62.4152 9.09777 62.9554 8.76633C63.4957 8.43158 64.1304 8.2642 64.8595 8.2642C65.3302 8.2642 65.7743 8.34044 66.1919 8.4929C66.6128 8.64205 66.9841 8.87405 67.3056 9.18892C67.6304 9.50379 67.8856 9.90483 68.0712 10.392C68.2568 10.8759 68.3496 11.4527 68.3496 12.1222V12.674H62.0904V11.4609H66.6244C66.6211 11.1162 66.5466 10.8097 66.4007 10.5412C66.2549 10.2694 66.0511 10.0556 65.7892 9.89986C65.5307 9.74408 65.2291 9.66619 64.8844 9.66619C64.5165 9.66619 64.1933 9.75568 63.9149 9.93466C63.6365 10.1103 63.4194 10.3423 63.2637 10.6307C63.1112 10.9157 63.0333 11.2289 63.03 11.5703V12.6293C63.03 13.0734 63.1112 13.4545 63.2736 13.7727C63.436 14.0876 63.663 14.3295 63.9547 14.4986C64.2464 14.6643 64.5878 14.7472 64.9788 14.7472C65.2407 14.7472 65.4777 14.7107 65.6898 14.6378C65.9019 14.5616 66.0859 14.4505 66.2416 14.3047C66.3974 14.1589 66.5151 13.9782 66.5946 13.7628L68.275 13.9517C68.169 14.3958 67.9668 14.7836 67.6685 15.1151C67.3735 15.4432 66.9957 15.6984 66.535 15.8807C66.0743 16.0597 65.5473 16.1491 64.954 16.1491ZM69.6321 16V8.36364H71.3772V9.63636H71.4567C71.5959 9.19555 71.8346 8.85582 72.1726 8.61719C72.514 8.37524 72.9034 8.25426 73.3409 8.25426C73.4404 8.25426 73.5514 8.25923 73.674 8.26918C73.8 8.2758 73.9044 8.2874 73.9872 8.30398V9.95952C73.911 9.933 73.79 9.9098 73.6243 9.88991C73.4619 9.86671 73.3045 9.85511 73.152 9.85511C72.8239 9.85511 72.5289 9.92637 72.2671 10.0689C72.0086 10.2081 71.8047 10.402 71.6556 10.6506C71.5064 10.8991 71.4319 11.1858 71.4319 11.5107V16H69.6321ZM78.0091 16.1491C77.2435 16.1491 76.5823 15.9901 76.0255 15.6719C75.472 15.3504 75.0461 14.8963 74.7478 14.3097C74.4495 13.7197 74.3003 13.0253 74.3003 12.2266C74.3003 11.4411 74.4495 10.7517 74.7478 10.1584C75.0494 9.56179 75.4703 9.09777 76.0106 8.76633C76.5508 8.43158 77.1855 8.2642 77.9147 8.2642C78.3853 8.2642 78.8295 8.34044 79.2471 8.4929C79.668 8.64205 80.0392 8.87405 80.3607 9.18892C80.6855 9.50379 80.9407 9.90483 81.1263 10.392C81.3119 10.8759 81.4047 11.4527 81.4047 12.1222V12.674H75.1455V11.4609H79.6796C79.6763 11.1162 79.6017 10.8097 79.4559 10.5412C79.31 10.2694 79.1062 10.0556 78.8444 9.89986C78.5859 9.74408 78.2842 9.66619 77.9395 9.66619C77.5716 9.66619 77.2485 9.75568 76.9701 9.93466C76.6917 10.1103 76.4746 10.3423 76.3188 10.6307C76.1663 10.9157 76.0885 11.2289 76.0851 11.5703V12.6293C76.0851 13.0734 76.1663 13.4545 76.3288 13.7727C76.4912 14.0876 76.7182 14.3295 77.0099 14.4986C77.3015 14.6643 77.6429 14.7472 78.034 14.7472C78.2958 14.7472 78.5328 14.7107 78.7449 14.6378C78.9571 14.5616 79.141 14.4505 79.2968 14.3047C79.4526 14.1589 79.5702 13.9782 79.6498 13.7628L81.3302 13.9517C81.2241 14.3958 81.0219 14.7836 80.7236 15.1151C80.4287 15.4432 80.0508 15.6984 79.5901 15.8807C79.1294 16.0597 78.6024 16.1491 78.0091 16.1491ZM84.487 11.5256V16H82.6873V8.36364H84.4075V9.66122H84.497C84.6726 9.23366 84.9527 8.89394 85.3372 8.64205C85.7249 8.39015 86.2039 8.2642 86.7739 8.2642C87.3009 8.2642 87.76 8.37689 88.1511 8.60227C88.5455 8.82765 88.8504 9.15412 89.0658 9.58168C89.2846 10.0092 89.3923 10.5279 89.389 11.1378V16H87.5893V11.4162C87.5893 10.9058 87.4567 10.5064 87.1916 10.218C86.9297 9.92969 86.5668 9.78551 86.1028 9.78551C85.7879 9.78551 85.5078 9.85511 85.2626 9.99432C85.0206 10.1302 84.8301 10.3274 84.6908 10.5859C84.555 10.8445 84.487 11.1577 84.487 11.5256ZM94.3095 16.1491C93.5472 16.1491 92.8926 15.9818 92.3457 15.647C91.8022 15.3123 91.3829 14.8499 91.0879 14.2599C90.7962 13.6667 90.6504 12.9839 90.6504 12.2116C90.6504 11.4361 90.7996 10.7517 91.0979 10.1584C91.3962 9.56179 91.8171 9.09777 92.3606 8.76633C92.9075 8.43158 93.5538 8.2642 94.2996 8.2642C94.9194 8.2642 95.4679 8.37855 95.9452 8.60724C96.4257 8.83262 96.8086 9.15246 97.0936 9.56676C97.3786 9.97775 97.541 10.4583 97.5808 11.0085H95.8606C95.791 10.6406 95.6253 10.334 95.3635 10.0888C95.105 9.8402 94.7586 9.71591 94.3244 9.71591C93.9565 9.71591 93.6334 9.81534 93.355 10.0142C93.0766 10.2098 92.8595 10.4915 92.7037 10.8594C92.5512 11.2273 92.475 11.6681 92.475 12.1818C92.475 12.7022 92.5512 13.1496 92.7037 13.5241C92.8561 13.8954 93.0699 14.1821 93.345 14.3842C93.6234 14.5831 93.9499 14.6825 94.3244 14.6825C94.5896 14.6825 94.8266 14.6328 95.0354 14.5334C95.2475 14.4306 95.4248 14.2831 95.5673 14.0909C95.7098 13.8987 95.8076 13.665 95.8606 13.3899H97.5808C97.5377 13.9302 97.3786 14.4091 97.1035 14.8267C96.8284 15.241 96.4539 15.5658 95.98 15.8011C95.506 16.0331 94.9492 16.1491 94.3095 16.1491ZM102.199 16.1491C101.434 16.1491 100.772 15.9901 100.216 15.6719C99.6621 15.3504 99.2362 14.8963 98.9379 14.3097C98.6396 13.7197 98.4905 13.0253 98.4905 12.2266C98.4905 11.4411 98.6396 10.7517 98.9379 10.1584C99.2395 9.56179 99.6605 9.09777 100.201 8.76633C100.741 8.43158 101.376 8.2642 102.105 8.2642C102.575 8.2642 103.02 8.34044 103.437 8.4929C103.858 8.64205 104.229 8.87405 104.551 9.18892C104.876 9.50379 105.131 9.90483 105.316 10.392C105.502 10.8759 105.595 11.4527 105.595 12.1222V12.674H99.3357V11.4609H103.87C103.866 11.1162 103.792 10.8097 103.646 10.5412C103.5 10.2694 103.296 10.0556 103.035 9.89986C102.776 9.74408 102.474 9.66619 102.13 9.66619C101.762 9.66619 101.439 9.75568 101.16 9.93466C100.882 10.1103 100.665 10.3423 100.509 10.6307C100.357 10.9157 100.279 11.2289 100.275 11.5703V12.6293C100.275 13.0734 100.357 13.4545 100.519 13.7727C100.681 14.0876 100.908 14.3295 101.2 14.4986C101.492 14.6643 101.833 14.7472 102.224 14.7472C102.486 14.7472 102.723 14.7107 102.935 14.6378C103.147 14.5616 103.331 14.4505 103.487 14.3047C103.643 14.1589 103.76 13.9782 103.84 13.7628L105.52 13.9517C105.414 14.3958 105.212 14.7836 104.914 15.1151C104.619 15.4432 104.241 15.6984 103.78 15.8807C103.32 16.0597 102.793 16.1491 102.199 16.1491ZM112.913 10.3821L111.272 10.5611C111.226 10.3954 111.145 10.2396 111.029 10.0938C110.916 9.94792 110.764 9.83026 110.571 9.74077C110.379 9.65128 110.144 9.60653 109.865 9.60653C109.491 9.60653 109.176 9.68774 108.921 9.85014C108.669 10.0125 108.545 10.223 108.548 10.4815C108.545 10.7036 108.626 10.8842 108.792 11.0234C108.961 11.1626 109.239 11.277 109.627 11.3665L110.929 11.6449C111.652 11.8007 112.189 12.0476 112.54 12.3857C112.895 12.7237 113.074 13.1662 113.077 13.7131C113.074 14.1937 112.933 14.6179 112.654 14.9858C112.379 15.3504 111.997 15.6354 111.506 15.8409C111.015 16.0464 110.452 16.1491 109.816 16.1491C108.881 16.1491 108.129 15.9536 107.559 15.5625C106.988 15.1681 106.649 14.6196 106.539 13.9169L108.294 13.7479C108.374 14.0926 108.543 14.3527 108.801 14.5284C109.06 14.7041 109.396 14.7919 109.811 14.7919C110.238 14.7919 110.581 14.7041 110.84 14.5284C111.102 14.3527 111.233 14.1357 111.233 13.8771C111.233 13.6584 111.148 13.4777 110.979 13.3352C110.813 13.1927 110.555 13.0833 110.203 13.0071L108.901 12.7337C108.168 12.5812 107.627 12.3243 107.275 11.9631C106.924 11.5985 106.75 11.1378 106.753 10.581C106.75 10.1103 106.877 9.70265 107.136 9.35795C107.398 9.00994 107.761 8.74148 108.225 8.55256C108.692 8.36032 109.231 8.2642 109.841 8.2642C110.735 8.2642 111.44 8.45478 111.953 8.83594C112.47 9.21709 112.79 9.73248 112.913 10.3821Z" fill="#1F242F"/>
3
+ </svg>
@@ -1,20 +1,20 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="40" height="40" rx="20" fill="#0A090E"/>
3
- <rect x="0.5" y="0.5" width="39" height="39" rx="19.5" stroke="url(#paint0_linear_197_1166)" stroke-opacity="0.4"/>
4
- <circle cx="20.5" cy="20" r="16.5" fill="url(#paint1_linear_197_1166)" stroke="url(#paint2_linear_197_1166)"/>
5
- <path d="M19.4231 11L27.5 19.5M27.5 19.5L19.4231 28M27.5 19.5H12.5" stroke="white"/>
6
- <defs>
7
- <linearGradient id="paint0_linear_197_1166" x1="20" y1="0" x2="20" y2="40" gradientUnits="userSpaceOnUse">
8
- <stop/>
9
- <stop offset="1" stop-color="#5D5B5B"/>
10
- </linearGradient>
11
- <linearGradient id="paint1_linear_197_1166" x1="20.5" y1="3" x2="20.5" y2="57.4" gradientUnits="userSpaceOnUse">
12
- <stop stop-color="#242427"/>
13
- <stop offset="1" stop-color="#17171B"/>
14
- </linearGradient>
15
- <linearGradient id="paint2_linear_197_1166" x1="15.5" y1="0.5" x2="20.5" y2="37" gradientUnits="userSpaceOnUse">
16
- <stop offset="0.0148709" stop-color="#585858"/>
17
- <stop offset="0.926918"/>
18
- </linearGradient>
19
- </defs>
20
- </svg>
1
+ <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="40" height="40" rx="20" fill="#0A090E"/>
3
+ <rect x="0.5" y="0.5" width="39" height="39" rx="19.5" stroke="url(#paint0_linear_197_1166)" stroke-opacity="0.4"/>
4
+ <circle cx="20.5" cy="20" r="16.5" fill="url(#paint1_linear_197_1166)" stroke="url(#paint2_linear_197_1166)"/>
5
+ <path d="M19.4231 11L27.5 19.5M27.5 19.5L19.4231 28M27.5 19.5H12.5" stroke="white"/>
6
+ <defs>
7
+ <linearGradient id="paint0_linear_197_1166" x1="20" y1="0" x2="20" y2="40" gradientUnits="userSpaceOnUse">
8
+ <stop/>
9
+ <stop offset="1" stop-color="#5D5B5B"/>
10
+ </linearGradient>
11
+ <linearGradient id="paint1_linear_197_1166" x1="20.5" y1="3" x2="20.5" y2="57.4" gradientUnits="userSpaceOnUse">
12
+ <stop stop-color="#242427"/>
13
+ <stop offset="1" stop-color="#17171B"/>
14
+ </linearGradient>
15
+ <linearGradient id="paint2_linear_197_1166" x1="15.5" y1="0.5" x2="20.5" y2="37" gradientUnits="userSpaceOnUse">
16
+ <stop offset="0.0148709" stop-color="#585858"/>
17
+ <stop offset="0.926918"/>
18
+ </linearGradient>
19
+ </defs>
20
+ </svg>
@@ -1,43 +1,43 @@
1
- <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g filter="url(#filter0_i_197_1921)">
3
- <rect width="32" height="32" rx="16" fill="#ECECED"/>
4
- <g filter="url(#filter1_i_197_1921)">
5
- <path d="M16 15.7463C16.9518 15.7463 17.776 15.4049 18.4494 14.7313C19.1229 14.0579 19.4643 13.2339 19.4643 12.282C19.4643 11.3303 19.1229 10.5062 18.4493 9.83258C17.7758 9.15925 16.9517 8.81787 16 8.81787C15.048 8.81787 14.224 9.15925 13.5506 9.83269C12.8771 10.5061 12.5356 11.3302 12.5356 12.282C12.5356 13.2339 12.8771 14.058 13.5507 14.7314C14.2242 15.4048 15.0483 15.7463 16 15.7463Z" fill="#1F242F"/>
6
- </g>
7
- <g filter="url(#filter2_i_197_1921)">
8
- <path d="M21.9708 19.8589C21.9514 19.5786 21.9121 19.2729 21.8543 18.9501C21.7959 18.6248 21.7207 18.3173 21.6307 18.0363C21.5378 17.7458 21.4114 17.459 21.2551 17.1841C21.0929 16.8988 20.9024 16.6504 20.6887 16.4459C20.4651 16.232 20.1915 16.0601 19.875 15.9347C19.5596 15.8099 19.2101 15.7467 18.8362 15.7467C18.6894 15.7467 18.5474 15.8069 18.2732 15.9855C18.1044 16.0955 17.907 16.2228 17.6867 16.3636C17.4983 16.4837 17.243 16.5961 16.9277 16.698C16.6202 16.7975 16.3079 16.848 15.9996 16.848C15.6914 16.848 15.3792 16.7975 15.0713 16.698C14.7563 16.5963 14.5011 16.4838 14.3129 16.3637C14.0946 16.2243 13.8971 16.097 13.7258 15.9854C13.4519 15.8068 13.3098 15.7466 13.163 15.7466C12.789 15.7466 12.4396 15.8099 12.1243 15.9348C11.8081 16.06 11.5343 16.2319 11.3106 16.446C11.0969 16.6506 10.9063 16.8989 10.7443 17.1841C10.5882 17.459 10.4618 17.7457 10.3687 18.0364C10.2788 18.3174 10.2037 18.6248 10.1453 18.9501C10.0875 19.2725 10.0482 19.5783 10.0288 19.8592C10.0097 20.1344 10 20.4201 10 20.7085C10 21.4593 10.2387 22.0672 10.7093 22.5154C11.1742 22.9578 11.7892 23.1822 12.5372 23.1822H19.4627C20.2107 23.1822 20.8255 22.9579 21.2904 22.5154C21.7612 22.0675 21.9999 21.4596 21.9999 20.7084C21.9998 20.4186 21.99 20.1328 21.9708 19.8589Z" fill="#1F242F"/>
9
- </g>
10
- </g>
11
- <defs>
12
- <filter id="filter0_i_197_1921" x="0" y="0" width="32" height="36" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
13
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
14
- <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
15
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
16
- <feOffset dy="4"/>
17
- <feGaussianBlur stdDeviation="2"/>
18
- <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
19
- <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/>
20
- <feBlend mode="normal" in2="shape" result="effect1_innerShadow_197_1921"/>
21
- </filter>
22
- <filter id="filter1_i_197_1921" x="12.5356" y="8.81787" width="6.92871" height="9.95477" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
23
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
24
- <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
25
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
26
- <feOffset dy="3.02655"/>
27
- <feGaussianBlur stdDeviation="1.51327"/>
28
- <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
29
- <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
30
- <feBlend mode="normal" in2="shape" result="effect1_innerShadow_197_1921"/>
31
- </filter>
32
- <filter id="filter2_i_197_1921" x="10" y="15.7466" width="12" height="10.4621" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
33
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
34
- <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
35
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
36
- <feOffset dy="3.02655"/>
37
- <feGaussianBlur stdDeviation="1.51327"/>
38
- <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
39
- <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
40
- <feBlend mode="normal" in2="shape" result="effect1_innerShadow_197_1921"/>
41
- </filter>
42
- </defs>
43
- </svg>
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g filter="url(#filter0_i_197_1921)">
3
+ <rect width="32" height="32" rx="16" fill="#ECECED"/>
4
+ <g filter="url(#filter1_i_197_1921)">
5
+ <path d="M16 15.7463C16.9518 15.7463 17.776 15.4049 18.4494 14.7313C19.1229 14.0579 19.4643 13.2339 19.4643 12.282C19.4643 11.3303 19.1229 10.5062 18.4493 9.83258C17.7758 9.15925 16.9517 8.81787 16 8.81787C15.048 8.81787 14.224 9.15925 13.5506 9.83269C12.8771 10.5061 12.5356 11.3302 12.5356 12.282C12.5356 13.2339 12.8771 14.058 13.5507 14.7314C14.2242 15.4048 15.0483 15.7463 16 15.7463Z" fill="#1F242F"/>
6
+ </g>
7
+ <g filter="url(#filter2_i_197_1921)">
8
+ <path d="M21.9708 19.8589C21.9514 19.5786 21.9121 19.2729 21.8543 18.9501C21.7959 18.6248 21.7207 18.3173 21.6307 18.0363C21.5378 17.7458 21.4114 17.459 21.2551 17.1841C21.0929 16.8988 20.9024 16.6504 20.6887 16.4459C20.4651 16.232 20.1915 16.0601 19.875 15.9347C19.5596 15.8099 19.2101 15.7467 18.8362 15.7467C18.6894 15.7467 18.5474 15.8069 18.2732 15.9855C18.1044 16.0955 17.907 16.2228 17.6867 16.3636C17.4983 16.4837 17.243 16.5961 16.9277 16.698C16.6202 16.7975 16.3079 16.848 15.9996 16.848C15.6914 16.848 15.3792 16.7975 15.0713 16.698C14.7563 16.5963 14.5011 16.4838 14.3129 16.3637C14.0946 16.2243 13.8971 16.097 13.7258 15.9854C13.4519 15.8068 13.3098 15.7466 13.163 15.7466C12.789 15.7466 12.4396 15.8099 12.1243 15.9348C11.8081 16.06 11.5343 16.2319 11.3106 16.446C11.0969 16.6506 10.9063 16.8989 10.7443 17.1841C10.5882 17.459 10.4618 17.7457 10.3687 18.0364C10.2788 18.3174 10.2037 18.6248 10.1453 18.9501C10.0875 19.2725 10.0482 19.5783 10.0288 19.8592C10.0097 20.1344 10 20.4201 10 20.7085C10 21.4593 10.2387 22.0672 10.7093 22.5154C11.1742 22.9578 11.7892 23.1822 12.5372 23.1822H19.4627C20.2107 23.1822 20.8255 22.9579 21.2904 22.5154C21.7612 22.0675 21.9999 21.4596 21.9999 20.7084C21.9998 20.4186 21.99 20.1328 21.9708 19.8589Z" fill="#1F242F"/>
9
+ </g>
10
+ </g>
11
+ <defs>
12
+ <filter id="filter0_i_197_1921" x="0" y="0" width="32" height="36" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
13
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
14
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
15
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
16
+ <feOffset dy="4"/>
17
+ <feGaussianBlur stdDeviation="2"/>
18
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
19
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/>
20
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_197_1921"/>
21
+ </filter>
22
+ <filter id="filter1_i_197_1921" x="12.5356" y="8.81787" width="6.92871" height="9.95477" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
23
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
24
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
25
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
26
+ <feOffset dy="3.02655"/>
27
+ <feGaussianBlur stdDeviation="1.51327"/>
28
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
29
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
30
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_197_1921"/>
31
+ </filter>
32
+ <filter id="filter2_i_197_1921" x="10" y="15.7466" width="12" height="10.4621" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
33
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
34
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
35
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
36
+ <feOffset dy="3.02655"/>
37
+ <feGaussianBlur stdDeviation="1.51327"/>
38
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
39
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
40
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_197_1921"/>
41
+ </filter>
42
+ </defs>
43
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="263" height="22" viewBox="0 0 263 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M1.00426 16V5.81818H4.90199C5.63778 5.81818 6.24929 5.93419 6.73651 6.16619C7.22704 6.39489 7.59328 6.7081 7.83523 7.10582C8.08049 7.50355 8.20312 7.95431 8.20312 8.4581C8.20312 8.8724 8.12358 9.22704 7.96449 9.52202C7.8054 9.81368 7.59162 10.0507 7.32315 10.233C7.05469 10.4152 6.75474 10.5462 6.4233 10.6257V10.7251C6.78456 10.745 7.13092 10.8561 7.46236 11.0582C7.79711 11.2571 8.07055 11.5388 8.28267 11.9034C8.49479 12.268 8.60085 12.7088 8.60085 13.2259C8.60085 13.7528 8.47325 14.2268 8.21804 14.6477C7.96283 15.0653 7.57836 15.3951 7.06463 15.6371C6.5509 15.879 5.90459 16 5.12571 16H1.00426ZM2.84872 14.4588H4.83239C5.50189 14.4588 5.98414 14.3312 6.27912 14.076C6.57741 13.8175 6.72656 13.486 6.72656 13.0817C6.72656 12.7801 6.65199 12.5083 6.50284 12.2663C6.35369 12.0211 6.14157 11.8288 5.86648 11.6896C5.59138 11.5471 5.26326 11.4759 4.8821 11.4759H2.84872V14.4588ZM2.84872 10.1484H4.6733C4.99148 10.1484 5.27817 10.0904 5.53338 9.97443C5.78859 9.85511 5.98911 9.68774 6.13494 9.4723C6.28409 9.25355 6.35866 8.99503 6.35866 8.69673C6.35866 8.30232 6.21946 7.97751 5.94105 7.7223C5.66596 7.46709 5.25663 7.33949 4.71307 7.33949H2.84872V10.1484ZM12.0833 16.1541C11.5994 16.1541 11.1636 16.0679 10.7758 15.8956C10.3913 15.7199 10.0864 15.4614 9.86103 15.12C9.63897 14.7786 9.52793 14.3577 9.52793 13.8572C9.52793 13.4264 9.60748 13.0701 9.76657 12.7884C9.92566 12.5066 10.1428 12.2812 10.4178 12.1122C10.6929 11.9432 11.0028 11.8156 11.3475 11.7294C11.6955 11.6399 12.0552 11.5753 12.4264 11.5355C12.8738 11.4891 13.2367 11.4477 13.5151 11.4112C13.7936 11.3714 13.9957 11.3118 14.1217 11.2322C14.2509 11.1494 14.3156 11.0218 14.3156 10.8494V10.8196C14.3156 10.4451 14.2045 10.1551 13.9825 9.94957C13.7604 9.74408 13.4406 9.64134 13.023 9.64134C12.5821 9.64134 12.2325 9.73745 11.974 9.92969C11.7187 10.1219 11.5464 10.349 11.4569 10.6108L9.77651 10.3722C9.90909 9.90814 10.1278 9.52036 10.4328 9.20881C10.7377 8.89394 11.1106 8.65862 11.5514 8.50284C11.9922 8.34375 12.4794 8.2642 13.013 8.2642C13.3809 8.2642 13.7472 8.30729 14.1117 8.39347C14.4763 8.47964 14.8094 8.62216 15.111 8.82102C15.4126 9.01657 15.6546 9.28338 15.8369 9.62145C16.0225 9.95952 16.1153 10.3821 16.1153 10.8892V16H14.3852V14.951H14.3255C14.2161 15.1631 14.062 15.362 13.8632 15.5476C13.6676 15.7299 13.4207 15.8774 13.1224 15.9901C12.8274 16.0994 12.4811 16.1541 12.0833 16.1541ZM12.5507 14.8317C12.9119 14.8317 13.2251 14.7604 13.4903 14.6179C13.7554 14.4721 13.9593 14.2798 14.1018 14.0412C14.2476 13.8026 14.3205 13.5424 14.3205 13.2607V12.3608C14.2642 12.4072 14.1681 12.4503 14.0322 12.4901C13.8996 12.5298 13.7505 12.5646 13.5848 12.5945C13.419 12.6243 13.255 12.6508 13.0926 12.674C12.9302 12.6972 12.7893 12.7171 12.67 12.7337C12.4015 12.7701 12.1612 12.8298 11.9491 12.9126C11.737 12.9955 11.5696 13.1115 11.447 13.2607C11.3243 13.4065 11.263 13.5954 11.263 13.8274C11.263 14.1589 11.384 14.4091 11.6259 14.5781C11.8679 14.7472 12.1761 14.8317 12.5507 14.8317ZM23.7205 10.3821L22.0798 10.5611C22.0334 10.3954 21.9522 10.2396 21.8362 10.0938C21.7235 9.94792 21.5711 9.83026 21.3788 9.74077C21.1866 9.65128 20.9513 9.60653 20.6729 9.60653C20.2984 9.60653 19.9835 9.68774 19.7283 9.85014C19.4764 10.0125 19.3521 10.223 19.3554 10.4815C19.3521 10.7036 19.4333 10.8842 19.599 11.0234C19.768 11.1626 20.0465 11.277 20.4342 11.3665L21.7368 11.6449C22.4593 11.8007 22.9963 12.0476 23.3476 12.3857C23.7022 12.7237 23.8812 13.1662 23.8845 13.7131C23.8812 14.1937 23.7403 14.6179 23.4619 14.9858C23.1868 15.3504 22.804 15.6354 22.3135 15.8409C21.823 16.0464 21.2595 16.1491 20.6232 16.1491C19.6885 16.1491 18.9361 15.9536 18.3661 15.5625C17.796 15.1681 17.4563 14.6196 17.3469 13.9169L19.1019 13.7479C19.1814 14.0926 19.3504 14.3527 19.609 14.5284C19.8675 14.7041 20.2039 14.7919 20.6182 14.7919C21.0457 14.7919 21.3888 14.7041 21.6473 14.5284C21.9091 14.3527 22.0401 14.1357 22.0401 13.8771C22.0401 13.6584 21.9555 13.4777 21.7865 13.3352C21.6208 13.1927 21.3623 13.0833 21.0109 13.0071L19.7084 12.7337C18.9759 12.5812 18.434 12.3243 18.0827 11.9631C17.7314 11.5985 17.5573 11.1378 17.5607 10.581C17.5573 10.1103 17.685 9.70265 17.9435 9.35795C18.2053 9.00994 18.5682 8.74148 19.0323 8.55256C19.4996 8.36032 20.0382 8.2642 20.648 8.2642C21.5429 8.2642 22.2472 8.45478 22.7609 8.83594C23.278 9.21709 23.5978 9.73248 23.7205 10.3821ZM25.1285 16V8.36364H26.9283V16H25.1285ZM26.0334 7.27983C25.7483 7.27983 25.5031 7.18537 25.2976 6.99645C25.0921 6.80421 24.9893 6.57386 24.9893 6.3054C24.9893 6.03362 25.0921 5.80327 25.2976 5.61435C25.5031 5.42211 25.7483 5.32599 26.0334 5.32599C26.3217 5.32599 26.567 5.42211 26.7692 5.61435C26.9747 5.80327 27.0774 6.03362 27.0774 6.3054C27.0774 6.57386 26.9747 6.80421 26.7692 6.99645C26.567 7.18537 26.3217 7.27983 26.0334 7.27983ZM31.8699 16.1491C31.1076 16.1491 30.453 15.9818 29.9061 15.647C29.3626 15.3123 28.9433 14.8499 28.6483 14.2599C28.3566 13.6667 28.2108 12.9839 28.2108 12.2116C28.2108 11.4361 28.36 10.7517 28.6583 10.1584C28.9565 9.56179 29.3775 9.09777 29.921 8.76633C30.4679 8.43158 31.1142 8.2642 31.86 8.2642C32.4798 8.2642 33.0283 8.37855 33.5056 8.60724C33.9861 8.83262 34.369 9.15246 34.654 9.56676C34.939 9.97775 35.1014 10.4583 35.1412 11.0085H33.421C33.3514 10.6406 33.1857 10.334 32.9239 10.0888C32.6654 9.8402 32.319 9.71591 31.8848 9.71591C31.5169 9.71591 31.1938 9.81534 30.9154 10.0142C30.6369 10.2098 30.4199 10.4915 30.2641 10.8594C30.1116 11.2273 30.0354 11.6681 30.0354 12.1818C30.0354 12.7022 30.1116 13.1496 30.2641 13.5241C30.4165 13.8954 30.6303 14.1821 30.9054 14.3842C31.1838 14.5831 31.5103 14.6825 31.8848 14.6825C32.15 14.6825 32.3869 14.6328 32.5958 14.5334C32.8079 14.4306 32.9852 14.2831 33.1277 14.0909C33.2702 13.8987 33.368 13.665 33.421 13.3899H35.1412C35.0981 13.9302 34.939 14.4091 34.6639 14.8267C34.3888 15.241 34.0143 15.5658 33.5404 15.8011C33.0664 16.0331 32.5096 16.1491 31.8699 16.1491ZM39.6912 16V5.81818H43.5094C44.2916 5.81818 44.9478 5.96401 45.4781 6.25568C46.0118 6.54735 46.4145 6.94839 46.6862 7.45881C46.9613 7.96591 47.0989 8.54261 47.0989 9.18892C47.0989 9.84186 46.9613 10.4219 46.6862 10.929C46.4111 11.4361 46.0051 11.8355 45.4682 12.1271C44.9313 12.4155 44.2701 12.5597 43.4845 12.5597H40.954V11.0433H43.236C43.6933 11.0433 44.0679 10.9638 44.3595 10.8047C44.6512 10.6456 44.8666 10.4268 45.0058 10.1484C45.1484 9.87003 45.2196 9.55019 45.2196 9.18892C45.2196 8.82765 45.1484 8.50947 45.0058 8.23438C44.8666 7.95928 44.6495 7.7455 44.3546 7.59304C44.0629 7.43726 43.6867 7.35938 43.226 7.35938H41.5357V16H39.6912ZM48.3814 16V8.36364H50.1265V9.63636H50.206C50.3452 9.19555 50.5838 8.85582 50.9219 8.61719C51.2633 8.37524 51.6527 8.25426 52.0902 8.25426C52.1897 8.25426 52.3007 8.25923 52.4233 8.26918C52.5493 8.2758 52.6537 8.2874 52.7365 8.30398V9.95952C52.6603 9.933 52.5393 9.9098 52.3736 9.88991C52.2112 9.86671 52.0538 9.85511 51.9013 9.85511C51.5732 9.85511 51.2782 9.92637 51.0164 10.0689C50.7579 10.2081 50.554 10.402 50.4049 10.6506C50.2557 10.8991 50.1812 11.1858 50.1812 11.5107V16H48.3814ZM56.7087 16.1491C55.963 16.1491 55.3167 15.9851 54.7698 15.657C54.2229 15.3288 53.7987 14.8698 53.4971 14.2798C53.1988 13.6899 53.0496 13.0005 53.0496 12.2116C53.0496 11.4228 53.1988 10.7318 53.4971 10.1385C53.7987 9.54522 54.2229 9.08452 54.7698 8.75639C55.3167 8.42827 55.963 8.2642 56.7087 8.2642C57.4545 8.2642 58.1008 8.42827 58.6477 8.75639C59.1945 9.08452 59.6171 9.54522 59.9154 10.1385C60.217 10.7318 60.3678 11.4228 60.3678 12.2116C60.3678 13.0005 60.217 13.6899 59.9154 14.2798C59.6171 14.8698 59.1945 15.3288 58.6477 15.657C58.1008 15.9851 57.4545 16.1491 56.7087 16.1491ZM56.7187 14.7074C57.123 14.7074 57.4611 14.5964 57.7329 14.3743C58.0047 14.1489 58.2068 13.8473 58.3394 13.4695C58.4753 13.0916 58.5432 12.6707 58.5432 12.2067C58.5432 11.7393 58.4753 11.3168 58.3394 10.9389C58.2068 10.5578 58.0047 10.2545 57.7329 10.0291C57.4611 9.80374 57.123 9.69105 56.7187 9.69105C56.3044 9.69105 55.9597 9.80374 55.6846 10.0291C55.4128 10.2545 55.209 10.5578 55.0731 10.9389C54.9405 11.3168 54.8742 11.7393 54.8742 12.2067C54.8742 12.6707 54.9405 13.0916 55.0731 13.4695C55.209 13.8473 55.4128 14.1489 55.6846 14.3743C55.9597 14.5964 56.3044 14.7074 56.7187 14.7074ZM65.5232 8.36364V9.75568H61.009V8.36364H65.5232ZM62.1376 16V7.64276C62.1376 7.12902 62.2436 6.70147 62.4558 6.36008C62.6712 6.0187 62.9596 5.76349 63.3208 5.59446C63.6821 5.42543 64.0831 5.34091 64.5239 5.34091C64.8355 5.34091 65.1123 5.36577 65.3542 5.41548C65.5962 5.4652 65.7751 5.50994 65.8911 5.54972L65.5332 6.94176C65.457 6.91856 65.3608 6.89536 65.2448 6.87216C65.1288 6.84564 64.9996 6.83239 64.857 6.83239C64.5223 6.83239 64.2853 6.91359 64.1461 7.07599C64.0102 7.23508 63.9423 7.46378 63.9423 7.76207V16H62.1376ZM66.6927 16V8.36364H68.4924V16H66.6927ZM67.5975 7.27983C67.3125 7.27983 67.0672 7.18537 66.8617 6.99645C66.6562 6.80421 66.5535 6.57386 66.5535 6.3054C66.5535 6.03362 66.6562 5.80327 66.8617 5.61435C67.0672 5.42211 67.3125 5.32599 67.5975 5.32599C67.8859 5.32599 68.1311 5.42211 68.3333 5.61435C68.5388 5.80327 68.6415 6.03362 68.6415 6.3054C68.6415 6.57386 68.5388 6.80421 68.3333 6.99645C68.1311 7.18537 67.8859 7.27983 67.5975 7.27983ZM71.9028 5.81818V16H70.1031V5.81818H71.9028ZM76.8942 16.1491C76.1285 16.1491 75.4673 15.9901 74.9105 15.6719C74.357 15.3504 73.9311 14.8963 73.6328 14.3097C73.3345 13.7197 73.1853 13.0253 73.1853 12.2266C73.1853 11.4411 73.3345 10.7517 73.6328 10.1584C73.9344 9.56179 74.3553 9.09777 74.8956 8.76633C75.4358 8.43158 76.0705 8.2642 76.7997 8.2642C77.2703 8.2642 77.7145 8.34044 78.1321 8.4929C78.553 8.64205 78.9242 8.87405 79.2457 9.18892C79.5705 9.50379 79.8257 9.90483 80.0113 10.392C80.1969 10.8759 80.2897 11.4527 80.2897 12.1222V12.674H74.0305V11.4609H78.5646C78.5613 11.1162 78.4867 10.8097 78.3409 10.5412C78.1951 10.2694 77.9912 10.0556 77.7294 9.89986C77.4709 9.74408 77.1692 9.66619 76.8245 9.66619C76.4567 9.66619 76.1335 9.75568 75.8551 9.93466C75.5767 10.1103 75.3596 10.3423 75.2038 10.6307C75.0513 10.9157 74.9735 11.2289 74.9701 11.5703V12.6293C74.9701 13.0734 75.0513 13.4545 75.2138 13.7727C75.3762 14.0876 75.6032 14.3295 75.8949 14.4986C76.1865 14.6643 76.5279 14.7472 76.919 14.7472C77.1808 14.7472 77.4178 14.7107 77.6299 14.6378C77.8421 14.5616 78.026 14.4505 78.1818 14.3047C78.3376 14.1589 78.4552 13.9782 78.5348 13.7628L80.2152 13.9517C80.1091 14.3958 79.9069 14.7836 79.6086 15.1151C79.3137 15.4432 78.9358 15.6984 78.4751 15.8807C78.0144 16.0597 77.4874 16.1491 76.8942 16.1491Z" fill="#1F242F"/>
3
- </svg>
1
+ <svg width="263" height="22" viewBox="0 0 263 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M1.00426 16V5.81818H4.90199C5.63778 5.81818 6.24929 5.93419 6.73651 6.16619C7.22704 6.39489 7.59328 6.7081 7.83523 7.10582C8.08049 7.50355 8.20312 7.95431 8.20312 8.4581C8.20312 8.8724 8.12358 9.22704 7.96449 9.52202C7.8054 9.81368 7.59162 10.0507 7.32315 10.233C7.05469 10.4152 6.75474 10.5462 6.4233 10.6257V10.7251C6.78456 10.745 7.13092 10.8561 7.46236 11.0582C7.79711 11.2571 8.07055 11.5388 8.28267 11.9034C8.49479 12.268 8.60085 12.7088 8.60085 13.2259C8.60085 13.7528 8.47325 14.2268 8.21804 14.6477C7.96283 15.0653 7.57836 15.3951 7.06463 15.6371C6.5509 15.879 5.90459 16 5.12571 16H1.00426ZM2.84872 14.4588H4.83239C5.50189 14.4588 5.98414 14.3312 6.27912 14.076C6.57741 13.8175 6.72656 13.486 6.72656 13.0817C6.72656 12.7801 6.65199 12.5083 6.50284 12.2663C6.35369 12.0211 6.14157 11.8288 5.86648 11.6896C5.59138 11.5471 5.26326 11.4759 4.8821 11.4759H2.84872V14.4588ZM2.84872 10.1484H4.6733C4.99148 10.1484 5.27817 10.0904 5.53338 9.97443C5.78859 9.85511 5.98911 9.68774 6.13494 9.4723C6.28409 9.25355 6.35866 8.99503 6.35866 8.69673C6.35866 8.30232 6.21946 7.97751 5.94105 7.7223C5.66596 7.46709 5.25663 7.33949 4.71307 7.33949H2.84872V10.1484ZM12.0833 16.1541C11.5994 16.1541 11.1636 16.0679 10.7758 15.8956C10.3913 15.7199 10.0864 15.4614 9.86103 15.12C9.63897 14.7786 9.52793 14.3577 9.52793 13.8572C9.52793 13.4264 9.60748 13.0701 9.76657 12.7884C9.92566 12.5066 10.1428 12.2812 10.4178 12.1122C10.6929 11.9432 11.0028 11.8156 11.3475 11.7294C11.6955 11.6399 12.0552 11.5753 12.4264 11.5355C12.8738 11.4891 13.2367 11.4477 13.5151 11.4112C13.7936 11.3714 13.9957 11.3118 14.1217 11.2322C14.2509 11.1494 14.3156 11.0218 14.3156 10.8494V10.8196C14.3156 10.4451 14.2045 10.1551 13.9825 9.94957C13.7604 9.74408 13.4406 9.64134 13.023 9.64134C12.5821 9.64134 12.2325 9.73745 11.974 9.92969C11.7187 10.1219 11.5464 10.349 11.4569 10.6108L9.77651 10.3722C9.90909 9.90814 10.1278 9.52036 10.4328 9.20881C10.7377 8.89394 11.1106 8.65862 11.5514 8.50284C11.9922 8.34375 12.4794 8.2642 13.013 8.2642C13.3809 8.2642 13.7472 8.30729 14.1117 8.39347C14.4763 8.47964 14.8094 8.62216 15.111 8.82102C15.4126 9.01657 15.6546 9.28338 15.8369 9.62145C16.0225 9.95952 16.1153 10.3821 16.1153 10.8892V16H14.3852V14.951H14.3255C14.2161 15.1631 14.062 15.362 13.8632 15.5476C13.6676 15.7299 13.4207 15.8774 13.1224 15.9901C12.8274 16.0994 12.4811 16.1541 12.0833 16.1541ZM12.5507 14.8317C12.9119 14.8317 13.2251 14.7604 13.4903 14.6179C13.7554 14.4721 13.9593 14.2798 14.1018 14.0412C14.2476 13.8026 14.3205 13.5424 14.3205 13.2607V12.3608C14.2642 12.4072 14.1681 12.4503 14.0322 12.4901C13.8996 12.5298 13.7505 12.5646 13.5848 12.5945C13.419 12.6243 13.255 12.6508 13.0926 12.674C12.9302 12.6972 12.7893 12.7171 12.67 12.7337C12.4015 12.7701 12.1612 12.8298 11.9491 12.9126C11.737 12.9955 11.5696 13.1115 11.447 13.2607C11.3243 13.4065 11.263 13.5954 11.263 13.8274C11.263 14.1589 11.384 14.4091 11.6259 14.5781C11.8679 14.7472 12.1761 14.8317 12.5507 14.8317ZM23.7205 10.3821L22.0798 10.5611C22.0334 10.3954 21.9522 10.2396 21.8362 10.0938C21.7235 9.94792 21.5711 9.83026 21.3788 9.74077C21.1866 9.65128 20.9513 9.60653 20.6729 9.60653C20.2984 9.60653 19.9835 9.68774 19.7283 9.85014C19.4764 10.0125 19.3521 10.223 19.3554 10.4815C19.3521 10.7036 19.4333 10.8842 19.599 11.0234C19.768 11.1626 20.0465 11.277 20.4342 11.3665L21.7368 11.6449C22.4593 11.8007 22.9963 12.0476 23.3476 12.3857C23.7022 12.7237 23.8812 13.1662 23.8845 13.7131C23.8812 14.1937 23.7403 14.6179 23.4619 14.9858C23.1868 15.3504 22.804 15.6354 22.3135 15.8409C21.823 16.0464 21.2595 16.1491 20.6232 16.1491C19.6885 16.1491 18.9361 15.9536 18.3661 15.5625C17.796 15.1681 17.4563 14.6196 17.3469 13.9169L19.1019 13.7479C19.1814 14.0926 19.3504 14.3527 19.609 14.5284C19.8675 14.7041 20.2039 14.7919 20.6182 14.7919C21.0457 14.7919 21.3888 14.7041 21.6473 14.5284C21.9091 14.3527 22.0401 14.1357 22.0401 13.8771C22.0401 13.6584 21.9555 13.4777 21.7865 13.3352C21.6208 13.1927 21.3623 13.0833 21.0109 13.0071L19.7084 12.7337C18.9759 12.5812 18.434 12.3243 18.0827 11.9631C17.7314 11.5985 17.5573 11.1378 17.5607 10.581C17.5573 10.1103 17.685 9.70265 17.9435 9.35795C18.2053 9.00994 18.5682 8.74148 19.0323 8.55256C19.4996 8.36032 20.0382 8.2642 20.648 8.2642C21.5429 8.2642 22.2472 8.45478 22.7609 8.83594C23.278 9.21709 23.5978 9.73248 23.7205 10.3821ZM25.1285 16V8.36364H26.9283V16H25.1285ZM26.0334 7.27983C25.7483 7.27983 25.5031 7.18537 25.2976 6.99645C25.0921 6.80421 24.9893 6.57386 24.9893 6.3054C24.9893 6.03362 25.0921 5.80327 25.2976 5.61435C25.5031 5.42211 25.7483 5.32599 26.0334 5.32599C26.3217 5.32599 26.567 5.42211 26.7692 5.61435C26.9747 5.80327 27.0774 6.03362 27.0774 6.3054C27.0774 6.57386 26.9747 6.80421 26.7692 6.99645C26.567 7.18537 26.3217 7.27983 26.0334 7.27983ZM31.8699 16.1491C31.1076 16.1491 30.453 15.9818 29.9061 15.647C29.3626 15.3123 28.9433 14.8499 28.6483 14.2599C28.3566 13.6667 28.2108 12.9839 28.2108 12.2116C28.2108 11.4361 28.36 10.7517 28.6583 10.1584C28.9565 9.56179 29.3775 9.09777 29.921 8.76633C30.4679 8.43158 31.1142 8.2642 31.86 8.2642C32.4798 8.2642 33.0283 8.37855 33.5056 8.60724C33.9861 8.83262 34.369 9.15246 34.654 9.56676C34.939 9.97775 35.1014 10.4583 35.1412 11.0085H33.421C33.3514 10.6406 33.1857 10.334 32.9239 10.0888C32.6654 9.8402 32.319 9.71591 31.8848 9.71591C31.5169 9.71591 31.1938 9.81534 30.9154 10.0142C30.6369 10.2098 30.4199 10.4915 30.2641 10.8594C30.1116 11.2273 30.0354 11.6681 30.0354 12.1818C30.0354 12.7022 30.1116 13.1496 30.2641 13.5241C30.4165 13.8954 30.6303 14.1821 30.9054 14.3842C31.1838 14.5831 31.5103 14.6825 31.8848 14.6825C32.15 14.6825 32.3869 14.6328 32.5958 14.5334C32.8079 14.4306 32.9852 14.2831 33.1277 14.0909C33.2702 13.8987 33.368 13.665 33.421 13.3899H35.1412C35.0981 13.9302 34.939 14.4091 34.6639 14.8267C34.3888 15.241 34.0143 15.5658 33.5404 15.8011C33.0664 16.0331 32.5096 16.1491 31.8699 16.1491ZM39.6912 16V5.81818H43.5094C44.2916 5.81818 44.9478 5.96401 45.4781 6.25568C46.0118 6.54735 46.4145 6.94839 46.6862 7.45881C46.9613 7.96591 47.0989 8.54261 47.0989 9.18892C47.0989 9.84186 46.9613 10.4219 46.6862 10.929C46.4111 11.4361 46.0051 11.8355 45.4682 12.1271C44.9313 12.4155 44.2701 12.5597 43.4845 12.5597H40.954V11.0433H43.236C43.6933 11.0433 44.0679 10.9638 44.3595 10.8047C44.6512 10.6456 44.8666 10.4268 45.0058 10.1484C45.1484 9.87003 45.2196 9.55019 45.2196 9.18892C45.2196 8.82765 45.1484 8.50947 45.0058 8.23438C44.8666 7.95928 44.6495 7.7455 44.3546 7.59304C44.0629 7.43726 43.6867 7.35938 43.226 7.35938H41.5357V16H39.6912ZM48.3814 16V8.36364H50.1265V9.63636H50.206C50.3452 9.19555 50.5838 8.85582 50.9219 8.61719C51.2633 8.37524 51.6527 8.25426 52.0902 8.25426C52.1897 8.25426 52.3007 8.25923 52.4233 8.26918C52.5493 8.2758 52.6537 8.2874 52.7365 8.30398V9.95952C52.6603 9.933 52.5393 9.9098 52.3736 9.88991C52.2112 9.86671 52.0538 9.85511 51.9013 9.85511C51.5732 9.85511 51.2782 9.92637 51.0164 10.0689C50.7579 10.2081 50.554 10.402 50.4049 10.6506C50.2557 10.8991 50.1812 11.1858 50.1812 11.5107V16H48.3814ZM56.7087 16.1491C55.963 16.1491 55.3167 15.9851 54.7698 15.657C54.2229 15.3288 53.7987 14.8698 53.4971 14.2798C53.1988 13.6899 53.0496 13.0005 53.0496 12.2116C53.0496 11.4228 53.1988 10.7318 53.4971 10.1385C53.7987 9.54522 54.2229 9.08452 54.7698 8.75639C55.3167 8.42827 55.963 8.2642 56.7087 8.2642C57.4545 8.2642 58.1008 8.42827 58.6477 8.75639C59.1945 9.08452 59.6171 9.54522 59.9154 10.1385C60.217 10.7318 60.3678 11.4228 60.3678 12.2116C60.3678 13.0005 60.217 13.6899 59.9154 14.2798C59.6171 14.8698 59.1945 15.3288 58.6477 15.657C58.1008 15.9851 57.4545 16.1491 56.7087 16.1491ZM56.7187 14.7074C57.123 14.7074 57.4611 14.5964 57.7329 14.3743C58.0047 14.1489 58.2068 13.8473 58.3394 13.4695C58.4753 13.0916 58.5432 12.6707 58.5432 12.2067C58.5432 11.7393 58.4753 11.3168 58.3394 10.9389C58.2068 10.5578 58.0047 10.2545 57.7329 10.0291C57.4611 9.80374 57.123 9.69105 56.7187 9.69105C56.3044 9.69105 55.9597 9.80374 55.6846 10.0291C55.4128 10.2545 55.209 10.5578 55.0731 10.9389C54.9405 11.3168 54.8742 11.7393 54.8742 12.2067C54.8742 12.6707 54.9405 13.0916 55.0731 13.4695C55.209 13.8473 55.4128 14.1489 55.6846 14.3743C55.9597 14.5964 56.3044 14.7074 56.7187 14.7074ZM65.5232 8.36364V9.75568H61.009V8.36364H65.5232ZM62.1376 16V7.64276C62.1376 7.12902 62.2436 6.70147 62.4558 6.36008C62.6712 6.0187 62.9596 5.76349 63.3208 5.59446C63.6821 5.42543 64.0831 5.34091 64.5239 5.34091C64.8355 5.34091 65.1123 5.36577 65.3542 5.41548C65.5962 5.4652 65.7751 5.50994 65.8911 5.54972L65.5332 6.94176C65.457 6.91856 65.3608 6.89536 65.2448 6.87216C65.1288 6.84564 64.9996 6.83239 64.857 6.83239C64.5223 6.83239 64.2853 6.91359 64.1461 7.07599C64.0102 7.23508 63.9423 7.46378 63.9423 7.76207V16H62.1376ZM66.6927 16V8.36364H68.4924V16H66.6927ZM67.5975 7.27983C67.3125 7.27983 67.0672 7.18537 66.8617 6.99645C66.6562 6.80421 66.5535 6.57386 66.5535 6.3054C66.5535 6.03362 66.6562 5.80327 66.8617 5.61435C67.0672 5.42211 67.3125 5.32599 67.5975 5.32599C67.8859 5.32599 68.1311 5.42211 68.3333 5.61435C68.5388 5.80327 68.6415 6.03362 68.6415 6.3054C68.6415 6.57386 68.5388 6.80421 68.3333 6.99645C68.1311 7.18537 67.8859 7.27983 67.5975 7.27983ZM71.9028 5.81818V16H70.1031V5.81818H71.9028ZM76.8942 16.1491C76.1285 16.1491 75.4673 15.9901 74.9105 15.6719C74.357 15.3504 73.9311 14.8963 73.6328 14.3097C73.3345 13.7197 73.1853 13.0253 73.1853 12.2266C73.1853 11.4411 73.3345 10.7517 73.6328 10.1584C73.9344 9.56179 74.3553 9.09777 74.8956 8.76633C75.4358 8.43158 76.0705 8.2642 76.7997 8.2642C77.2703 8.2642 77.7145 8.34044 78.1321 8.4929C78.553 8.64205 78.9242 8.87405 79.2457 9.18892C79.5705 9.50379 79.8257 9.90483 80.0113 10.392C80.1969 10.8759 80.2897 11.4527 80.2897 12.1222V12.674H74.0305V11.4609H78.5646C78.5613 11.1162 78.4867 10.8097 78.3409 10.5412C78.1951 10.2694 77.9912 10.0556 77.7294 9.89986C77.4709 9.74408 77.1692 9.66619 76.8245 9.66619C76.4567 9.66619 76.1335 9.75568 75.8551 9.93466C75.5767 10.1103 75.3596 10.3423 75.2038 10.6307C75.0513 10.9157 74.9735 11.2289 74.9701 11.5703V12.6293C74.9701 13.0734 75.0513 13.4545 75.2138 13.7727C75.3762 14.0876 75.6032 14.3295 75.8949 14.4986C76.1865 14.6643 76.5279 14.7472 76.919 14.7472C77.1808 14.7472 77.4178 14.7107 77.6299 14.6378C77.8421 14.5616 78.026 14.4505 78.1818 14.3047C78.3376 14.1589 78.4552 13.9782 78.5348 13.7628L80.2152 13.9517C80.1091 14.3958 79.9069 14.7836 79.6086 15.1151C79.3137 15.4432 78.9358 15.6984 78.4751 15.8807C78.0144 16.0597 77.4874 16.1491 76.8942 16.1491Z" fill="#1F242F"/>
3
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M0 4C0 1.79086 1.79086 0 4 0H12C14.2091 0 16 1.79086 16 4V12C16 14.2091 14.2091 16 12 16H4C1.79086 16 0 14.2091 0 12V4Z" fill="#333741"/>
3
- <path d="M12 5L6.5 10.5L4 8" stroke="white" stroke-width="1.6666" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0 4C0 1.79086 1.79086 0 4 0H12C14.2091 0 16 1.79086 16 4V12C16 14.2091 14.2091 16 12 16H4C1.79086 16 0 14.2091 0 12V4Z" fill="#333741"/>
3
+ <path d="M12 5L6.5 10.5L4 8" stroke="white" stroke-width="1.6666" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="263" height="22" viewBox="0 0 263 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M9.71946 9.25355H7.86009C7.80706 8.94863 7.70928 8.6785 7.56676 8.44318C7.42424 8.20455 7.24692 8.00237 7.0348 7.83665C6.82268 7.67093 6.58073 7.54664 6.30895 7.46378C6.04048 7.3776 5.75047 7.33452 5.43892 7.33452C4.88542 7.33452 4.39489 7.47372 3.96733 7.75213C3.53977 8.02722 3.20502 8.43158 2.96307 8.9652C2.72112 9.4955 2.60014 10.1435 2.60014 10.9091C2.60014 11.688 2.72112 12.3442 2.96307 12.8778C3.20833 13.4081 3.54309 13.8092 3.96733 14.081C4.39489 14.3494 4.88376 14.4837 5.43395 14.4837C5.73887 14.4837 6.02391 14.4439 6.28906 14.3643C6.55753 14.2815 6.79782 14.1605 7.00994 14.0014C7.22538 13.8423 7.40601 13.6468 7.55185 13.4148C7.70099 13.1828 7.80374 12.9176 7.86009 12.6193L9.71946 12.6293C9.64986 13.1132 9.49905 13.5672 9.26705 13.9915C9.03835 14.4157 8.7384 14.7902 8.36719 15.1151C7.99598 15.4366 7.56179 15.6884 7.06463 15.8707C6.56747 16.0497 6.01563 16.1392 5.40909 16.1392C4.5142 16.1392 3.71544 15.9321 3.01278 15.5178C2.31013 15.1035 1.75663 14.5052 1.35227 13.723C0.947917 12.9408 0.745739 12.0028 0.745739 10.9091C0.745739 9.81203 0.949574 8.87405 1.35724 8.09517C1.76491 7.31297 2.32008 6.71473 3.02273 6.30043C3.72538 5.88613 4.52083 5.67898 5.40909 5.67898C5.97585 5.67898 6.50284 5.75852 6.99006 5.91761C7.47727 6.0767 7.91146 6.31037 8.29261 6.61861C8.67377 6.92353 8.98698 7.29806 9.23224 7.74219C9.48082 8.183 9.64323 8.68679 9.71946 9.25355ZM14.42 16.1491C13.6742 16.1491 13.0279 15.9851 12.4811 15.657C11.9342 15.3288 11.5099 14.8698 11.2083 14.2798C10.91 13.6899 10.7609 13.0005 10.7609 12.2116C10.7609 11.4228 10.91 10.7318 11.2083 10.1385C11.5099 9.54522 11.9342 9.08452 12.4811 8.75639C13.0279 8.42827 13.6742 8.2642 14.42 8.2642C15.1657 8.2642 15.812 8.42827 16.3589 8.75639C16.9058 9.08452 17.3284 9.54522 17.6267 10.1385C17.9283 10.7318 18.0791 11.4228 18.0791 12.2116C18.0791 13.0005 17.9283 13.6899 17.6267 14.2798C17.3284 14.8698 16.9058 15.3288 16.3589 15.657C15.812 15.9851 15.1657 16.1491 14.42 16.1491ZM14.4299 14.7074C14.8343 14.7074 15.1723 14.5964 15.4441 14.3743C15.7159 14.1489 15.9181 13.8473 16.0507 13.4695C16.1866 13.0916 16.2545 12.6707 16.2545 12.2067C16.2545 11.7393 16.1866 11.3168 16.0507 10.9389C15.9181 10.5578 15.7159 10.2545 15.4441 10.0291C15.1723 9.80374 14.8343 9.69105 14.4299 9.69105C14.0156 9.69105 13.6709 9.80374 13.3958 10.0291C13.1241 10.2545 12.9202 10.5578 12.7843 10.9389C12.6517 11.3168 12.5855 11.7393 12.5855 12.2067C12.5855 12.6707 12.6517 13.0916 12.7843 13.4695C12.9202 13.8473 13.1241 14.1489 13.3958 14.3743C13.6709 14.5964 14.0156 14.7074 14.4299 14.7074ZM21.1663 11.5256V16H19.3666V8.36364H21.0868V9.66122H21.1763C21.3519 9.23366 21.632 8.89394 22.0164 8.64205C22.4042 8.39015 22.8832 8.2642 23.4532 8.2642C23.9802 8.2642 24.4393 8.37689 24.8304 8.60227C25.2248 8.82765 25.5297 9.15412 25.7451 9.58168C25.9639 10.0092 26.0716 10.5279 26.0683 11.1378V16H24.2686V11.4162C24.2686 10.9058 24.136 10.5064 23.8709 10.218C23.609 9.92969 23.2461 9.78551 22.7821 9.78551C22.4672 9.78551 22.1871 9.85511 21.9419 9.99432C21.6999 10.1302 21.5093 10.3274 21.3701 10.5859C21.2343 10.8445 21.1663 11.1577 21.1663 11.5256ZM31.4711 8.36364V9.75568H27.0811V8.36364H31.4711ZM28.1649 6.53409H29.9647V13.7031C29.9647 13.9451 30.0011 14.1307 30.074 14.2599C30.1503 14.3859 30.2497 14.4721 30.3723 14.5185C30.495 14.5649 30.6309 14.5881 30.78 14.5881C30.8927 14.5881 30.9954 14.5798 31.0882 14.5632C31.1844 14.5466 31.2573 14.5317 31.307 14.5185L31.6103 15.9254C31.5141 15.9586 31.3766 15.995 31.1976 16.0348C31.022 16.0746 30.8065 16.0978 30.5513 16.1044C30.1006 16.1177 29.6945 16.0497 29.3333 15.9006C28.972 15.7481 28.6853 15.5128 28.4732 15.1946C28.2644 14.8764 28.1616 14.4787 28.1649 14.0014V6.53409ZM36.0349 16.1491C35.2692 16.1491 34.608 15.9901 34.0512 15.6719C33.4977 15.3504 33.0718 14.8963 32.7735 14.3097C32.4752 13.7197 32.326 13.0253 32.326 12.2266C32.326 11.4411 32.4752 10.7517 32.7735 10.1584C33.0751 9.56179 33.496 9.09777 34.0363 8.76633C34.5765 8.43158 35.2112 8.2642 35.9404 8.2642C36.411 8.2642 36.8552 8.34044 37.2728 8.4929C37.6937 8.64205 38.0649 8.87405 38.3864 9.18892C38.7112 9.50379 38.9664 9.90483 39.152 10.392C39.3376 10.8759 39.4304 11.4527 39.4304 12.1222V12.674H33.1712V11.4609H37.7053C37.702 11.1162 37.6274 10.8097 37.4816 10.5412C37.3358 10.2694 37.1319 10.0556 36.8701 9.89986C36.6116 9.74408 36.3099 9.66619 35.9652 9.66619C35.5974 9.66619 35.2742 9.75568 34.9958 9.93466C34.7174 10.1103 34.5003 10.3423 34.3445 10.6307C34.192 10.9157 34.1142 11.2289 34.1108 11.5703V12.6293C34.1108 13.0734 34.192 13.4545 34.3545 13.7727C34.5169 14.0876 34.7439 14.3295 35.0356 14.4986C35.3272 14.6643 35.6686 14.7472 36.0597 14.7472C36.3215 14.7472 36.5585 14.7107 36.7706 14.6378C36.9828 14.5616 37.1667 14.4505 37.3225 14.3047C37.4783 14.1589 37.5959 13.9782 37.6755 13.7628L39.3559 13.9517C39.2498 14.3958 39.0476 14.7836 38.7493 15.1151C38.4544 15.4432 38.0765 15.6984 37.6158 15.8807C37.1551 16.0597 36.6281 16.1491 36.0349 16.1491ZM42.5127 11.5256V16H40.713V8.36364H42.4332V9.66122H42.5227C42.6983 9.23366 42.9784 8.89394 43.3629 8.64205C43.7506 8.39015 44.2296 8.2642 44.7996 8.2642C45.3266 8.2642 45.7857 8.37689 46.1768 8.60227C46.5712 8.82765 46.8761 9.15412 47.0915 9.58168C47.3103 10.0092 47.418 10.5279 47.4147 11.1378V16H45.615V11.4162C45.615 10.9058 45.4824 10.5064 45.2173 10.218C44.9554 9.92969 44.5925 9.78551 44.1285 9.78551C43.8136 9.78551 43.5335 9.85511 43.2883 9.99432C43.0463 10.1302 42.8558 10.3274 42.7165 10.5859C42.5807 10.8445 42.5127 11.1577 42.5127 11.5256ZM52.8175 8.36364V9.75568H48.4275V8.36364H52.8175ZM49.5114 6.53409H51.3111V13.7031C51.3111 13.9451 51.3475 14.1307 51.4204 14.2599C51.4967 14.3859 51.5961 14.4721 51.7187 14.5185C51.8414 14.5649 51.9773 14.5881 52.1264 14.5881C52.2391 14.5881 52.3418 14.5798 52.4346 14.5632C52.5308 14.5466 52.6037 14.5317 52.6534 14.5185L52.9567 15.9254C52.8605 15.9586 52.723 15.995 52.544 16.0348C52.3684 16.0746 52.1529 16.0978 51.8977 16.1044C51.447 16.1177 51.0409 16.0497 50.6797 15.9006C50.3184 15.7481 50.0317 15.5128 49.8196 15.1946C49.6108 14.8764 49.508 14.4787 49.5114 14.0014V6.53409ZM58.7023 16H56.7336L60.3181 5.81818H62.5951L66.1846 16H64.2158L61.4964 7.90625H61.4168L58.7023 16ZM58.767 12.0078H64.1363V13.4893H58.767V12.0078ZM69.0058 11.5256V16H67.2061V8.36364H68.9263V9.66122H69.0158C69.1914 9.23366 69.4715 8.89394 69.856 8.64205C70.2438 8.39015 70.7227 8.2642 71.2928 8.2642C71.8198 8.2642 72.2788 8.37689 72.6699 8.60227C73.0643 8.82765 73.3692 9.15412 73.5847 9.58168C73.8034 10.0092 73.9111 10.5279 73.9078 11.1378V16H72.1081V11.4162C72.1081 10.9058 71.9755 10.5064 71.7104 10.218C71.4485 9.92969 71.0856 9.78551 70.6216 9.78551C70.3067 9.78551 70.0267 9.85511 69.7814 9.99432C69.5395 10.1302 69.3489 10.3274 69.2097 10.5859C69.0738 10.8445 69.0058 11.1577 69.0058 11.5256ZM77.6948 16.1541C77.2109 16.1541 76.7751 16.0679 76.3873 15.8956C76.0028 15.7199 75.6979 15.4614 75.4725 15.12C75.2504 14.7786 75.1394 14.3577 75.1394 13.8572C75.1394 13.4264 75.219 13.0701 75.3781 12.7884C75.5371 12.5066 75.7542 12.2812 76.0293 12.1122C76.3044 11.9432 76.6143 11.8156 76.959 11.7294C77.307 11.6399 77.6666 11.5753 78.0379 11.5355C78.4853 11.4891 78.8482 11.4477 79.1266 11.4112C79.405 11.3714 79.6072 11.3118 79.7332 11.2322C79.8624 11.1494 79.9271 11.0218 79.9271 10.8494V10.8196C79.9271 10.4451 79.816 10.1551 79.594 9.94957C79.3719 9.74408 79.0521 9.64134 78.6344 9.64134C78.1936 9.64134 77.844 9.73745 77.5854 9.92969C77.3302 10.1219 77.1579 10.349 77.0684 10.6108L75.388 10.3722C75.5206 9.90814 75.7393 9.52036 76.0442 9.20881C76.3492 8.89394 76.722 8.65862 77.1629 8.50284C77.6037 8.34375 78.0909 8.2642 78.6245 8.2642C78.9924 8.2642 79.3586 8.30729 79.7232 8.39347C80.0878 8.47964 80.4209 8.62216 80.7225 8.82102C81.0241 9.01657 81.2661 9.28338 81.4484 9.62145C81.634 9.95952 81.7268 10.3821 81.7268 10.8892V16H79.9967V14.951H79.937C79.8276 15.1631 79.6735 15.362 79.4746 15.5476C79.2791 15.7299 79.0322 15.8774 78.7339 15.9901C78.4389 16.0994 78.0925 16.1541 77.6948 16.1541ZM78.1621 14.8317C78.5234 14.8317 78.8366 14.7604 79.1018 14.6179C79.3669 14.4721 79.5708 14.2798 79.7133 14.0412C79.8591 13.8026 79.932 13.5424 79.932 13.2607V12.3608C79.8757 12.4072 79.7796 12.4503 79.6437 12.4901C79.5111 12.5298 79.362 12.5646 79.1962 12.5945C79.0305 12.6243 78.8665 12.6508 78.704 12.674C78.5416 12.6972 78.4008 12.7171 78.2815 12.7337C78.013 12.7701 77.7727 12.8298 77.5606 12.9126C77.3485 12.9955 77.1811 13.1115 77.0585 13.2607C76.9358 13.4065 76.8745 13.5954 76.8745 13.8274C76.8745 14.1589 76.9955 14.4091 77.2374 14.5781C77.4794 14.7472 77.7876 14.8317 78.1621 14.8317ZM85.0962 5.81818V16H83.2964V5.81818H85.0962ZM87.8254 18.8636C87.5802 18.8636 87.3531 18.8438 87.1443 18.804C86.9388 18.7675 86.7748 18.7244 86.6521 18.6747L87.0698 17.2727C87.3316 17.349 87.5653 17.3854 87.7707 17.3821C87.9762 17.3788 88.1569 17.3142 88.3127 17.1882C88.4717 17.0656 88.606 16.8601 88.7154 16.5717L88.8695 16.1591L86.1003 8.36364H88.0094L89.7693 14.1307H89.8489L91.6138 8.36364H93.5279L90.4703 16.9247C90.3278 17.3291 90.1389 17.6754 89.9036 17.9638C89.6682 18.2554 89.3799 18.4775 89.0385 18.63C88.7004 18.7857 88.2961 18.8636 87.8254 18.8636ZM100.569 10.3821L98.9281 10.5611C98.8817 10.3954 98.8005 10.2396 98.6845 10.0938C98.5718 9.94792 98.4194 9.83026 98.2271 9.74077C98.0349 9.65128 97.7996 9.60653 97.5212 9.60653C97.1466 9.60653 96.8318 9.68774 96.5766 9.85014C96.3247 10.0125 96.2004 10.223 96.2037 10.4815C96.2004 10.7036 96.2816 10.8842 96.4473 11.0234C96.6163 11.1626 96.8947 11.277 97.2825 11.3665L98.5851 11.6449C99.3076 11.8007 99.8445 12.0476 100.196 12.3857C100.551 12.7237 100.729 13.1662 100.733 13.7131C100.729 14.1937 100.589 14.6179 100.31 14.9858C100.035 15.3504 99.6523 15.6354 99.1618 15.8409C98.6712 16.0464 98.1078 16.1491 97.4714 16.1491C96.5368 16.1491 95.7844 15.9536 95.2143 15.5625C94.6443 15.1681 94.3045 14.6196 94.1952 13.9169L95.9501 13.7479C96.0297 14.0926 96.1987 14.3527 96.4572 14.5284C96.7158 14.7041 97.0522 14.7919 97.4665 14.7919C97.894 14.7919 98.2371 14.7041 98.4956 14.5284C98.7574 14.3527 98.8883 14.1357 98.8883 13.8771C98.8883 13.6584 98.8038 13.4777 98.6348 13.3352C98.4691 13.1927 98.2105 13.0833 97.8592 13.0071L96.5567 12.7337C95.8242 12.5812 95.2823 12.3243 94.931 11.9631C94.5796 11.5985 94.4056 11.1378 94.4089 10.581C94.4056 10.1103 94.5332 9.70265 94.7918 9.35795C95.0536 9.00994 95.4165 8.74148 95.8805 8.55256C96.3479 8.36032 96.8864 8.2642 97.4963 8.2642C98.3912 8.2642 99.0955 8.45478 99.6092 8.83594C100.126 9.21709 100.446 9.73248 100.569 10.3821ZM101.977 16V8.36364H103.777V16H101.977ZM102.882 7.27983C102.597 7.27983 102.351 7.18537 102.146 6.99645C101.94 6.80421 101.838 6.57386 101.838 6.3054C101.838 6.03362 101.94 5.80327 102.146 5.61435C102.351 5.42211 102.597 5.32599 102.882 5.32599C103.17 5.32599 103.415 5.42211 103.617 5.61435C103.823 5.80327 103.926 6.03362 103.926 6.3054C103.926 6.57386 103.823 6.80421 103.617 6.99645C103.415 7.18537 103.17 7.27983 102.882 7.27983ZM111.423 10.3821L109.782 10.5611C109.736 10.3954 109.654 10.2396 109.538 10.0938C109.426 9.94792 109.273 9.83026 109.081 9.74077C108.889 9.65128 108.654 9.60653 108.375 9.60653C108.001 9.60653 107.686 9.68774 107.431 9.85014C107.179 10.0125 107.054 10.223 107.058 10.4815C107.054 10.7036 107.136 10.8842 107.301 11.0234C107.47 11.1626 107.749 11.277 108.137 11.3665L109.439 11.6449C110.162 11.8007 110.699 12.0476 111.05 12.3857C111.404 12.7237 111.583 13.1662 111.587 13.7131C111.583 14.1937 111.443 14.6179 111.164 14.9858C110.889 15.3504 110.506 15.6354 110.016 15.8409C109.525 16.0464 108.962 16.1491 108.325 16.1491C107.391 16.1491 106.638 15.9536 106.068 15.5625C105.498 15.1681 105.159 14.6196 105.049 13.9169L106.804 13.7479C106.884 14.0926 107.053 14.3527 107.311 14.5284C107.57 14.7041 107.906 14.7919 108.32 14.7919C108.748 14.7919 109.091 14.7041 109.35 14.5284C109.611 14.3527 109.742 14.1357 109.742 13.8771C109.742 13.6584 109.658 13.4777 109.489 13.3352C109.323 13.1927 109.065 13.0833 108.713 13.0071L107.411 12.7337C106.678 12.5812 106.136 12.3243 105.785 11.9631C105.434 11.5985 105.26 11.1378 105.263 10.581C105.26 10.1103 105.387 9.70265 105.646 9.35795C105.908 9.00994 106.271 8.74148 106.735 8.55256C107.202 8.36032 107.74 8.2642 108.35 8.2642C109.245 8.2642 109.949 8.45478 110.463 8.83594C110.98 9.21709 111.3 9.73248 111.423 10.3821Z" fill="#1F242F"/>
3
- </svg>
1
+ <svg width="263" height="22" viewBox="0 0 263 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.71946 9.25355H7.86009C7.80706 8.94863 7.70928 8.6785 7.56676 8.44318C7.42424 8.20455 7.24692 8.00237 7.0348 7.83665C6.82268 7.67093 6.58073 7.54664 6.30895 7.46378C6.04048 7.3776 5.75047 7.33452 5.43892 7.33452C4.88542 7.33452 4.39489 7.47372 3.96733 7.75213C3.53977 8.02722 3.20502 8.43158 2.96307 8.9652C2.72112 9.4955 2.60014 10.1435 2.60014 10.9091C2.60014 11.688 2.72112 12.3442 2.96307 12.8778C3.20833 13.4081 3.54309 13.8092 3.96733 14.081C4.39489 14.3494 4.88376 14.4837 5.43395 14.4837C5.73887 14.4837 6.02391 14.4439 6.28906 14.3643C6.55753 14.2815 6.79782 14.1605 7.00994 14.0014C7.22538 13.8423 7.40601 13.6468 7.55185 13.4148C7.70099 13.1828 7.80374 12.9176 7.86009 12.6193L9.71946 12.6293C9.64986 13.1132 9.49905 13.5672 9.26705 13.9915C9.03835 14.4157 8.7384 14.7902 8.36719 15.1151C7.99598 15.4366 7.56179 15.6884 7.06463 15.8707C6.56747 16.0497 6.01563 16.1392 5.40909 16.1392C4.5142 16.1392 3.71544 15.9321 3.01278 15.5178C2.31013 15.1035 1.75663 14.5052 1.35227 13.723C0.947917 12.9408 0.745739 12.0028 0.745739 10.9091C0.745739 9.81203 0.949574 8.87405 1.35724 8.09517C1.76491 7.31297 2.32008 6.71473 3.02273 6.30043C3.72538 5.88613 4.52083 5.67898 5.40909 5.67898C5.97585 5.67898 6.50284 5.75852 6.99006 5.91761C7.47727 6.0767 7.91146 6.31037 8.29261 6.61861C8.67377 6.92353 8.98698 7.29806 9.23224 7.74219C9.48082 8.183 9.64323 8.68679 9.71946 9.25355ZM14.42 16.1491C13.6742 16.1491 13.0279 15.9851 12.4811 15.657C11.9342 15.3288 11.5099 14.8698 11.2083 14.2798C10.91 13.6899 10.7609 13.0005 10.7609 12.2116C10.7609 11.4228 10.91 10.7318 11.2083 10.1385C11.5099 9.54522 11.9342 9.08452 12.4811 8.75639C13.0279 8.42827 13.6742 8.2642 14.42 8.2642C15.1657 8.2642 15.812 8.42827 16.3589 8.75639C16.9058 9.08452 17.3284 9.54522 17.6267 10.1385C17.9283 10.7318 18.0791 11.4228 18.0791 12.2116C18.0791 13.0005 17.9283 13.6899 17.6267 14.2798C17.3284 14.8698 16.9058 15.3288 16.3589 15.657C15.812 15.9851 15.1657 16.1491 14.42 16.1491ZM14.4299 14.7074C14.8343 14.7074 15.1723 14.5964 15.4441 14.3743C15.7159 14.1489 15.9181 13.8473 16.0507 13.4695C16.1866 13.0916 16.2545 12.6707 16.2545 12.2067C16.2545 11.7393 16.1866 11.3168 16.0507 10.9389C15.9181 10.5578 15.7159 10.2545 15.4441 10.0291C15.1723 9.80374 14.8343 9.69105 14.4299 9.69105C14.0156 9.69105 13.6709 9.80374 13.3958 10.0291C13.1241 10.2545 12.9202 10.5578 12.7843 10.9389C12.6517 11.3168 12.5855 11.7393 12.5855 12.2067C12.5855 12.6707 12.6517 13.0916 12.7843 13.4695C12.9202 13.8473 13.1241 14.1489 13.3958 14.3743C13.6709 14.5964 14.0156 14.7074 14.4299 14.7074ZM21.1663 11.5256V16H19.3666V8.36364H21.0868V9.66122H21.1763C21.3519 9.23366 21.632 8.89394 22.0164 8.64205C22.4042 8.39015 22.8832 8.2642 23.4532 8.2642C23.9802 8.2642 24.4393 8.37689 24.8304 8.60227C25.2248 8.82765 25.5297 9.15412 25.7451 9.58168C25.9639 10.0092 26.0716 10.5279 26.0683 11.1378V16H24.2686V11.4162C24.2686 10.9058 24.136 10.5064 23.8709 10.218C23.609 9.92969 23.2461 9.78551 22.7821 9.78551C22.4672 9.78551 22.1871 9.85511 21.9419 9.99432C21.6999 10.1302 21.5093 10.3274 21.3701 10.5859C21.2343 10.8445 21.1663 11.1577 21.1663 11.5256ZM31.4711 8.36364V9.75568H27.0811V8.36364H31.4711ZM28.1649 6.53409H29.9647V13.7031C29.9647 13.9451 30.0011 14.1307 30.074 14.2599C30.1503 14.3859 30.2497 14.4721 30.3723 14.5185C30.495 14.5649 30.6309 14.5881 30.78 14.5881C30.8927 14.5881 30.9954 14.5798 31.0882 14.5632C31.1844 14.5466 31.2573 14.5317 31.307 14.5185L31.6103 15.9254C31.5141 15.9586 31.3766 15.995 31.1976 16.0348C31.022 16.0746 30.8065 16.0978 30.5513 16.1044C30.1006 16.1177 29.6945 16.0497 29.3333 15.9006C28.972 15.7481 28.6853 15.5128 28.4732 15.1946C28.2644 14.8764 28.1616 14.4787 28.1649 14.0014V6.53409ZM36.0349 16.1491C35.2692 16.1491 34.608 15.9901 34.0512 15.6719C33.4977 15.3504 33.0718 14.8963 32.7735 14.3097C32.4752 13.7197 32.326 13.0253 32.326 12.2266C32.326 11.4411 32.4752 10.7517 32.7735 10.1584C33.0751 9.56179 33.496 9.09777 34.0363 8.76633C34.5765 8.43158 35.2112 8.2642 35.9404 8.2642C36.411 8.2642 36.8552 8.34044 37.2728 8.4929C37.6937 8.64205 38.0649 8.87405 38.3864 9.18892C38.7112 9.50379 38.9664 9.90483 39.152 10.392C39.3376 10.8759 39.4304 11.4527 39.4304 12.1222V12.674H33.1712V11.4609H37.7053C37.702 11.1162 37.6274 10.8097 37.4816 10.5412C37.3358 10.2694 37.1319 10.0556 36.8701 9.89986C36.6116 9.74408 36.3099 9.66619 35.9652 9.66619C35.5974 9.66619 35.2742 9.75568 34.9958 9.93466C34.7174 10.1103 34.5003 10.3423 34.3445 10.6307C34.192 10.9157 34.1142 11.2289 34.1108 11.5703V12.6293C34.1108 13.0734 34.192 13.4545 34.3545 13.7727C34.5169 14.0876 34.7439 14.3295 35.0356 14.4986C35.3272 14.6643 35.6686 14.7472 36.0597 14.7472C36.3215 14.7472 36.5585 14.7107 36.7706 14.6378C36.9828 14.5616 37.1667 14.4505 37.3225 14.3047C37.4783 14.1589 37.5959 13.9782 37.6755 13.7628L39.3559 13.9517C39.2498 14.3958 39.0476 14.7836 38.7493 15.1151C38.4544 15.4432 38.0765 15.6984 37.6158 15.8807C37.1551 16.0597 36.6281 16.1491 36.0349 16.1491ZM42.5127 11.5256V16H40.713V8.36364H42.4332V9.66122H42.5227C42.6983 9.23366 42.9784 8.89394 43.3629 8.64205C43.7506 8.39015 44.2296 8.2642 44.7996 8.2642C45.3266 8.2642 45.7857 8.37689 46.1768 8.60227C46.5712 8.82765 46.8761 9.15412 47.0915 9.58168C47.3103 10.0092 47.418 10.5279 47.4147 11.1378V16H45.615V11.4162C45.615 10.9058 45.4824 10.5064 45.2173 10.218C44.9554 9.92969 44.5925 9.78551 44.1285 9.78551C43.8136 9.78551 43.5335 9.85511 43.2883 9.99432C43.0463 10.1302 42.8558 10.3274 42.7165 10.5859C42.5807 10.8445 42.5127 11.1577 42.5127 11.5256ZM52.8175 8.36364V9.75568H48.4275V8.36364H52.8175ZM49.5114 6.53409H51.3111V13.7031C51.3111 13.9451 51.3475 14.1307 51.4204 14.2599C51.4967 14.3859 51.5961 14.4721 51.7187 14.5185C51.8414 14.5649 51.9773 14.5881 52.1264 14.5881C52.2391 14.5881 52.3418 14.5798 52.4346 14.5632C52.5308 14.5466 52.6037 14.5317 52.6534 14.5185L52.9567 15.9254C52.8605 15.9586 52.723 15.995 52.544 16.0348C52.3684 16.0746 52.1529 16.0978 51.8977 16.1044C51.447 16.1177 51.0409 16.0497 50.6797 15.9006C50.3184 15.7481 50.0317 15.5128 49.8196 15.1946C49.6108 14.8764 49.508 14.4787 49.5114 14.0014V6.53409ZM58.7023 16H56.7336L60.3181 5.81818H62.5951L66.1846 16H64.2158L61.4964 7.90625H61.4168L58.7023 16ZM58.767 12.0078H64.1363V13.4893H58.767V12.0078ZM69.0058 11.5256V16H67.2061V8.36364H68.9263V9.66122H69.0158C69.1914 9.23366 69.4715 8.89394 69.856 8.64205C70.2438 8.39015 70.7227 8.2642 71.2928 8.2642C71.8198 8.2642 72.2788 8.37689 72.6699 8.60227C73.0643 8.82765 73.3692 9.15412 73.5847 9.58168C73.8034 10.0092 73.9111 10.5279 73.9078 11.1378V16H72.1081V11.4162C72.1081 10.9058 71.9755 10.5064 71.7104 10.218C71.4485 9.92969 71.0856 9.78551 70.6216 9.78551C70.3067 9.78551 70.0267 9.85511 69.7814 9.99432C69.5395 10.1302 69.3489 10.3274 69.2097 10.5859C69.0738 10.8445 69.0058 11.1577 69.0058 11.5256ZM77.6948 16.1541C77.2109 16.1541 76.7751 16.0679 76.3873 15.8956C76.0028 15.7199 75.6979 15.4614 75.4725 15.12C75.2504 14.7786 75.1394 14.3577 75.1394 13.8572C75.1394 13.4264 75.219 13.0701 75.3781 12.7884C75.5371 12.5066 75.7542 12.2812 76.0293 12.1122C76.3044 11.9432 76.6143 11.8156 76.959 11.7294C77.307 11.6399 77.6666 11.5753 78.0379 11.5355C78.4853 11.4891 78.8482 11.4477 79.1266 11.4112C79.405 11.3714 79.6072 11.3118 79.7332 11.2322C79.8624 11.1494 79.9271 11.0218 79.9271 10.8494V10.8196C79.9271 10.4451 79.816 10.1551 79.594 9.94957C79.3719 9.74408 79.0521 9.64134 78.6344 9.64134C78.1936 9.64134 77.844 9.73745 77.5854 9.92969C77.3302 10.1219 77.1579 10.349 77.0684 10.6108L75.388 10.3722C75.5206 9.90814 75.7393 9.52036 76.0442 9.20881C76.3492 8.89394 76.722 8.65862 77.1629 8.50284C77.6037 8.34375 78.0909 8.2642 78.6245 8.2642C78.9924 8.2642 79.3586 8.30729 79.7232 8.39347C80.0878 8.47964 80.4209 8.62216 80.7225 8.82102C81.0241 9.01657 81.2661 9.28338 81.4484 9.62145C81.634 9.95952 81.7268 10.3821 81.7268 10.8892V16H79.9967V14.951H79.937C79.8276 15.1631 79.6735 15.362 79.4746 15.5476C79.2791 15.7299 79.0322 15.8774 78.7339 15.9901C78.4389 16.0994 78.0925 16.1541 77.6948 16.1541ZM78.1621 14.8317C78.5234 14.8317 78.8366 14.7604 79.1018 14.6179C79.3669 14.4721 79.5708 14.2798 79.7133 14.0412C79.8591 13.8026 79.932 13.5424 79.932 13.2607V12.3608C79.8757 12.4072 79.7796 12.4503 79.6437 12.4901C79.5111 12.5298 79.362 12.5646 79.1962 12.5945C79.0305 12.6243 78.8665 12.6508 78.704 12.674C78.5416 12.6972 78.4008 12.7171 78.2815 12.7337C78.013 12.7701 77.7727 12.8298 77.5606 12.9126C77.3485 12.9955 77.1811 13.1115 77.0585 13.2607C76.9358 13.4065 76.8745 13.5954 76.8745 13.8274C76.8745 14.1589 76.9955 14.4091 77.2374 14.5781C77.4794 14.7472 77.7876 14.8317 78.1621 14.8317ZM85.0962 5.81818V16H83.2964V5.81818H85.0962ZM87.8254 18.8636C87.5802 18.8636 87.3531 18.8438 87.1443 18.804C86.9388 18.7675 86.7748 18.7244 86.6521 18.6747L87.0698 17.2727C87.3316 17.349 87.5653 17.3854 87.7707 17.3821C87.9762 17.3788 88.1569 17.3142 88.3127 17.1882C88.4717 17.0656 88.606 16.8601 88.7154 16.5717L88.8695 16.1591L86.1003 8.36364H88.0094L89.7693 14.1307H89.8489L91.6138 8.36364H93.5279L90.4703 16.9247C90.3278 17.3291 90.1389 17.6754 89.9036 17.9638C89.6682 18.2554 89.3799 18.4775 89.0385 18.63C88.7004 18.7857 88.2961 18.8636 87.8254 18.8636ZM100.569 10.3821L98.9281 10.5611C98.8817 10.3954 98.8005 10.2396 98.6845 10.0938C98.5718 9.94792 98.4194 9.83026 98.2271 9.74077C98.0349 9.65128 97.7996 9.60653 97.5212 9.60653C97.1466 9.60653 96.8318 9.68774 96.5766 9.85014C96.3247 10.0125 96.2004 10.223 96.2037 10.4815C96.2004 10.7036 96.2816 10.8842 96.4473 11.0234C96.6163 11.1626 96.8947 11.277 97.2825 11.3665L98.5851 11.6449C99.3076 11.8007 99.8445 12.0476 100.196 12.3857C100.551 12.7237 100.729 13.1662 100.733 13.7131C100.729 14.1937 100.589 14.6179 100.31 14.9858C100.035 15.3504 99.6523 15.6354 99.1618 15.8409C98.6712 16.0464 98.1078 16.1491 97.4714 16.1491C96.5368 16.1491 95.7844 15.9536 95.2143 15.5625C94.6443 15.1681 94.3045 14.6196 94.1952 13.9169L95.9501 13.7479C96.0297 14.0926 96.1987 14.3527 96.4572 14.5284C96.7158 14.7041 97.0522 14.7919 97.4665 14.7919C97.894 14.7919 98.2371 14.7041 98.4956 14.5284C98.7574 14.3527 98.8883 14.1357 98.8883 13.8771C98.8883 13.6584 98.8038 13.4777 98.6348 13.3352C98.4691 13.1927 98.2105 13.0833 97.8592 13.0071L96.5567 12.7337C95.8242 12.5812 95.2823 12.3243 94.931 11.9631C94.5796 11.5985 94.4056 11.1378 94.4089 10.581C94.4056 10.1103 94.5332 9.70265 94.7918 9.35795C95.0536 9.00994 95.4165 8.74148 95.8805 8.55256C96.3479 8.36032 96.8864 8.2642 97.4963 8.2642C98.3912 8.2642 99.0955 8.45478 99.6092 8.83594C100.126 9.21709 100.446 9.73248 100.569 10.3821ZM101.977 16V8.36364H103.777V16H101.977ZM102.882 7.27983C102.597 7.27983 102.351 7.18537 102.146 6.99645C101.94 6.80421 101.838 6.57386 101.838 6.3054C101.838 6.03362 101.94 5.80327 102.146 5.61435C102.351 5.42211 102.597 5.32599 102.882 5.32599C103.17 5.32599 103.415 5.42211 103.617 5.61435C103.823 5.80327 103.926 6.03362 103.926 6.3054C103.926 6.57386 103.823 6.80421 103.617 6.99645C103.415 7.18537 103.17 7.27983 102.882 7.27983ZM111.423 10.3821L109.782 10.5611C109.736 10.3954 109.654 10.2396 109.538 10.0938C109.426 9.94792 109.273 9.83026 109.081 9.74077C108.889 9.65128 108.654 9.60653 108.375 9.60653C108.001 9.60653 107.686 9.68774 107.431 9.85014C107.179 10.0125 107.054 10.223 107.058 10.4815C107.054 10.7036 107.136 10.8842 107.301 11.0234C107.47 11.1626 107.749 11.277 108.137 11.3665L109.439 11.6449C110.162 11.8007 110.699 12.0476 111.05 12.3857C111.404 12.7237 111.583 13.1662 111.587 13.7131C111.583 14.1937 111.443 14.6179 111.164 14.9858C110.889 15.3504 110.506 15.6354 110.016 15.8409C109.525 16.0464 108.962 16.1491 108.325 16.1491C107.391 16.1491 106.638 15.9536 106.068 15.5625C105.498 15.1681 105.159 14.6196 105.049 13.9169L106.804 13.7479C106.884 14.0926 107.053 14.3527 107.311 14.5284C107.57 14.7041 107.906 14.7919 108.32 14.7919C108.748 14.7919 109.091 14.7041 109.35 14.5284C109.611 14.3527 109.742 14.1357 109.742 13.8771C109.742 13.6584 109.658 13.4777 109.489 13.3352C109.323 13.1927 109.065 13.0833 108.713 13.0071L107.411 12.7337C106.678 12.5812 106.136 12.3243 105.785 11.9631C105.434 11.5985 105.26 11.1378 105.263 10.581C105.26 10.1103 105.387 9.70265 105.646 9.35795C105.908 9.00994 106.271 8.74148 106.735 8.55256C107.202 8.36032 107.74 8.2642 108.35 8.2642C109.245 8.2642 109.949 8.45478 110.463 8.83594C110.98 9.21709 111.3 9.73248 111.423 10.3821Z" fill="#1F242F"/>
3
+ </svg>
@@ -1,23 +1,23 @@
1
- <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g filter="url(#filter0_i_197_1929)">
3
- <rect width="32" height="32" rx="16" fill="#ECECED"/>
4
- <g clip-path="url(#clip0_197_1929)">
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M15.5625 17.7497C15.5625 17.4015 15.4243 17.0677 15.1779 16.8218C14.9321 16.5755 14.5982 16.4372 14.25 16.4372C13.3811 16.4372 12.0564 16.4372 11.1875 16.4372C10.8392 16.4372 10.5054 16.5755 10.2596 16.8218C10.0132 17.0677 9.875 17.4015 9.875 17.7497V20.8122C9.875 21.1605 10.0132 21.4943 10.2596 21.7402C10.5054 21.9865 10.8392 22.1247 11.1875 22.1247H14.25C14.5982 22.1247 14.9321 21.9865 15.1779 21.7402C15.4243 21.4943 15.5625 21.1605 15.5625 20.8122V17.7497ZM22.125 17.7497C22.125 17.4015 21.9868 17.0677 21.7404 16.8218C21.4946 16.5755 21.1608 16.4372 20.8125 16.4372C19.9436 16.4372 18.6189 16.4372 17.75 16.4372C17.4018 16.4372 17.0679 16.5755 16.8221 16.8218C16.5757 17.0677 16.4375 17.4015 16.4375 17.7497V20.8122C16.4375 21.1605 16.5757 21.4943 16.8221 21.7402C17.0679 21.9865 17.4018 22.1247 17.75 22.1247H20.8125C21.1608 22.1247 21.4946 21.9865 21.7404 21.7402C21.9868 21.4943 22.125 21.1605 22.125 20.8122V17.7497ZM20.2092 15.4717L22.0344 13.6464C22.5468 13.1341 22.5468 12.3029 22.0344 11.7905L20.2092 9.96529C19.6969 9.45298 18.8656 9.45298 18.3533 9.96529L16.5281 11.7905C16.0158 12.3029 16.0158 13.1341 16.5281 13.6464L18.3533 15.4717C18.8656 15.984 19.6969 15.984 20.2092 15.4717ZM15.5625 11.1872C15.5625 10.839 15.4243 10.5052 15.1779 10.2593C14.9321 10.013 14.5982 9.87473 14.25 9.87473C13.3811 9.87473 12.0564 9.87473 11.1875 9.87473C10.8392 9.87473 10.5054 10.013 10.2596 10.2593C10.0132 10.5052 9.875 10.839 9.875 11.1872V14.2497C9.875 14.598 10.0132 14.9318 10.2596 15.1777C10.5054 15.424 10.8392 15.5622 11.1875 15.5622H14.25C14.5982 15.5622 14.9321 15.424 15.1779 15.1777C15.4243 14.9318 15.5625 14.598 15.5625 14.2497V11.1872Z" fill="#1F242F"/>
6
- </g>
7
- </g>
8
- <defs>
9
- <filter id="filter0_i_197_1929" x="0" y="0" width="32" height="36" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
10
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
11
- <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
12
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
13
- <feOffset dy="4"/>
14
- <feGaussianBlur stdDeviation="2"/>
15
- <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
16
- <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/>
17
- <feBlend mode="normal" in2="shape" result="effect1_innerShadow_197_1929"/>
18
- </filter>
19
- <clipPath id="clip0_197_1929">
20
- <rect width="14" height="14" fill="white" transform="translate(9 9)"/>
21
- </clipPath>
22
- </defs>
23
- </svg>
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g filter="url(#filter0_i_197_1929)">
3
+ <rect width="32" height="32" rx="16" fill="#ECECED"/>
4
+ <g clip-path="url(#clip0_197_1929)">
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.5625 17.7497C15.5625 17.4015 15.4243 17.0677 15.1779 16.8218C14.9321 16.5755 14.5982 16.4372 14.25 16.4372C13.3811 16.4372 12.0564 16.4372 11.1875 16.4372C10.8392 16.4372 10.5054 16.5755 10.2596 16.8218C10.0132 17.0677 9.875 17.4015 9.875 17.7497V20.8122C9.875 21.1605 10.0132 21.4943 10.2596 21.7402C10.5054 21.9865 10.8392 22.1247 11.1875 22.1247H14.25C14.5982 22.1247 14.9321 21.9865 15.1779 21.7402C15.4243 21.4943 15.5625 21.1605 15.5625 20.8122V17.7497ZM22.125 17.7497C22.125 17.4015 21.9868 17.0677 21.7404 16.8218C21.4946 16.5755 21.1608 16.4372 20.8125 16.4372C19.9436 16.4372 18.6189 16.4372 17.75 16.4372C17.4018 16.4372 17.0679 16.5755 16.8221 16.8218C16.5757 17.0677 16.4375 17.4015 16.4375 17.7497V20.8122C16.4375 21.1605 16.5757 21.4943 16.8221 21.7402C17.0679 21.9865 17.4018 22.1247 17.75 22.1247H20.8125C21.1608 22.1247 21.4946 21.9865 21.7404 21.7402C21.9868 21.4943 22.125 21.1605 22.125 20.8122V17.7497ZM20.2092 15.4717L22.0344 13.6464C22.5468 13.1341 22.5468 12.3029 22.0344 11.7905L20.2092 9.96529C19.6969 9.45298 18.8656 9.45298 18.3533 9.96529L16.5281 11.7905C16.0158 12.3029 16.0158 13.1341 16.5281 13.6464L18.3533 15.4717C18.8656 15.984 19.6969 15.984 20.2092 15.4717ZM15.5625 11.1872C15.5625 10.839 15.4243 10.5052 15.1779 10.2593C14.9321 10.013 14.5982 9.87473 14.25 9.87473C13.3811 9.87473 12.0564 9.87473 11.1875 9.87473C10.8392 9.87473 10.5054 10.013 10.2596 10.2593C10.0132 10.5052 9.875 10.839 9.875 11.1872V14.2497C9.875 14.598 10.0132 14.9318 10.2596 15.1777C10.5054 15.424 10.8392 15.5622 11.1875 15.5622H14.25C14.5982 15.5622 14.9321 15.424 15.1779 15.1777C15.4243 14.9318 15.5625 14.598 15.5625 14.2497V11.1872Z" fill="#1F242F"/>
6
+ </g>
7
+ </g>
8
+ <defs>
9
+ <filter id="filter0_i_197_1929" x="0" y="0" width="32" height="36" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
10
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
11
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
12
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
13
+ <feOffset dy="4"/>
14
+ <feGaussianBlur stdDeviation="2"/>
15
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
16
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/>
17
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_197_1929"/>
18
+ </filter>
19
+ <clipPath id="clip0_197_1929">
20
+ <rect width="14" height="14" fill="white" transform="translate(9 9)"/>
21
+ </clipPath>
22
+ </defs>
23
+ </svg>
@@ -1,18 +1,18 @@
1
- <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g filter="url(#filter0_i_197_1937)">
3
- <rect width="32" height="32" rx="16" fill="#ECECED"/>
4
- <path d="M21.5688 11.4549C20.6968 10.6002 19.5433 10.1432 18.3211 10.1674C17.6285 10.1813 16.9637 10.351 16.3664 10.6559C15.7131 10.322 14.9833 10.1526 14.2269 10.1674C12.8248 10.1955 11.5364 10.8618 10.6919 11.9951C10.1239 12.7573 9.81121 13.7151 9.81121 14.692V14.9161C9.81121 15.1553 9.76251 15.3876 9.66664 15.6066L9.06659 16.9764C8.97283 17.1902 8.97827 17.4331 9.08171 17.6424C9.18515 17.8516 9.37417 18.0041 9.60101 18.0597L10.0807 18.1777L10.2788 19.2877C10.3732 19.8163 10.8314 20.1998 11.3682 20.1998H12.9358C12.9687 20.1998 12.9969 20.2222 13.005 20.2543L13.2431 21.2197C13.3383 21.6068 13.6831 21.8769 14.0817 21.8769H16.3942C16.798 21.8769 17.1682 21.7311 17.4555 21.4898C17.6119 21.7266 17.8789 21.8769 18.1759 21.8769H20.4884C21.3997 21.8769 22.141 21.1356 22.141 20.2243V18.3389C22.141 17.714 22.2753 17.0922 22.5402 16.4915C22.7934 15.9178 22.9216 15.3063 22.9216 14.6745C22.9216 13.4532 22.4413 12.3099 21.5691 11.4549H21.5688ZM16.3942 21.1211H14.0817C14.0321 21.1211 13.9892 21.0875 13.9771 21.0391L13.7391 20.0737C13.648 19.7029 13.3178 19.4437 12.9358 19.4437H11.3682C11.1982 19.4437 11.053 19.3221 11.0231 19.1549L10.8208 18.021C10.7709 17.7419 10.5607 17.5174 10.2845 17.4491L9.78187 17.3254C9.77824 17.3245 9.76675 17.3218 9.75979 17.3078C9.75284 17.2939 9.75768 17.2834 9.75919 17.2797L10.3592 15.9099C10.4975 15.5948 10.5676 15.2603 10.5676 14.9158V14.6917C10.5676 13.8766 10.8271 13.0794 11.2986 12.4466C12.0024 11.5021 13.0755 10.9465 14.2423 10.9232C14.7148 10.9139 15.1748 10.991 15.6045 11.1473C15.3012 11.3896 15.026 11.6736 14.7864 11.9951C14.2184 12.7573 13.9057 13.7151 13.9057 14.692V14.9161C13.9057 15.1553 13.857 15.3876 13.7611 15.6066L13.1611 16.9764C13.0673 17.1902 13.0728 17.4331 13.1762 17.6424C13.2797 17.8516 13.4687 18.0041 13.6955 18.0597L14.1752 18.1777L14.3733 19.2877C14.4677 19.8163 14.9259 20.1998 15.4627 20.1998H17.0303C17.0632 20.1998 17.0914 20.2222 17.0995 20.2543L17.1927 20.632C17.0439 20.9221 16.7423 21.1211 16.3945 21.1211H16.3942Z" fill="#1F242F"/>
5
- </g>
6
- <defs>
7
- <filter id="filter0_i_197_1937" x="0" y="0" width="32" height="36" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
8
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
9
- <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
10
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
11
- <feOffset dy="4"/>
12
- <feGaussianBlur stdDeviation="2"/>
13
- <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
14
- <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/>
15
- <feBlend mode="normal" in2="shape" result="effect1_innerShadow_197_1937"/>
16
- </filter>
17
- </defs>
18
- </svg>
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g filter="url(#filter0_i_197_1937)">
3
+ <rect width="32" height="32" rx="16" fill="#ECECED"/>
4
+ <path d="M21.5688 11.4549C20.6968 10.6002 19.5433 10.1432 18.3211 10.1674C17.6285 10.1813 16.9637 10.351 16.3664 10.6559C15.7131 10.322 14.9833 10.1526 14.2269 10.1674C12.8248 10.1955 11.5364 10.8618 10.6919 11.9951C10.1239 12.7573 9.81121 13.7151 9.81121 14.692V14.9161C9.81121 15.1553 9.76251 15.3876 9.66664 15.6066L9.06659 16.9764C8.97283 17.1902 8.97827 17.4331 9.08171 17.6424C9.18515 17.8516 9.37417 18.0041 9.60101 18.0597L10.0807 18.1777L10.2788 19.2877C10.3732 19.8163 10.8314 20.1998 11.3682 20.1998H12.9358C12.9687 20.1998 12.9969 20.2222 13.005 20.2543L13.2431 21.2197C13.3383 21.6068 13.6831 21.8769 14.0817 21.8769H16.3942C16.798 21.8769 17.1682 21.7311 17.4555 21.4898C17.6119 21.7266 17.8789 21.8769 18.1759 21.8769H20.4884C21.3997 21.8769 22.141 21.1356 22.141 20.2243V18.3389C22.141 17.714 22.2753 17.0922 22.5402 16.4915C22.7934 15.9178 22.9216 15.3063 22.9216 14.6745C22.9216 13.4532 22.4413 12.3099 21.5691 11.4549H21.5688ZM16.3942 21.1211H14.0817C14.0321 21.1211 13.9892 21.0875 13.9771 21.0391L13.7391 20.0737C13.648 19.7029 13.3178 19.4437 12.9358 19.4437H11.3682C11.1982 19.4437 11.053 19.3221 11.0231 19.1549L10.8208 18.021C10.7709 17.7419 10.5607 17.5174 10.2845 17.4491L9.78187 17.3254C9.77824 17.3245 9.76675 17.3218 9.75979 17.3078C9.75284 17.2939 9.75768 17.2834 9.75919 17.2797L10.3592 15.9099C10.4975 15.5948 10.5676 15.2603 10.5676 14.9158V14.6917C10.5676 13.8766 10.8271 13.0794 11.2986 12.4466C12.0024 11.5021 13.0755 10.9465 14.2423 10.9232C14.7148 10.9139 15.1748 10.991 15.6045 11.1473C15.3012 11.3896 15.026 11.6736 14.7864 11.9951C14.2184 12.7573 13.9057 13.7151 13.9057 14.692V14.9161C13.9057 15.1553 13.857 15.3876 13.7611 15.6066L13.1611 16.9764C13.0673 17.1902 13.0728 17.4331 13.1762 17.6424C13.2797 17.8516 13.4687 18.0041 13.6955 18.0597L14.1752 18.1777L14.3733 19.2877C14.4677 19.8163 14.9259 20.1998 15.4627 20.1998H17.0303C17.0632 20.1998 17.0914 20.2222 17.0995 20.2543L17.1927 20.632C17.0439 20.9221 16.7423 21.1211 16.3945 21.1211H16.3942Z" fill="#1F242F"/>
5
+ </g>
6
+ <defs>
7
+ <filter id="filter0_i_197_1937" x="0" y="0" width="32" height="36" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
8
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
9
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
10
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
11
+ <feOffset dy="4"/>
12
+ <feGaussianBlur stdDeviation="2"/>
13
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
14
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/>
15
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_197_1937"/>
16
+ </filter>
17
+ </defs>
18
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M18 6L6 18M6 6L18 18" stroke="#333741" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18 6L6 18M6 6L18 18" stroke="#333741" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -1 +1 @@
1
- import React from'react';function _0x3d7e(){const _0x3468d2=['The\x20secure,\x20portable\x20persona\x20built\x20from\x20your\x20data.\x20Every\x20app\x20personalized\x20while\x20your\x20data\x20stays\x20yours.','createElement','text','create','body'];_0x3d7e=function(){return _0x3468d2;};return _0x3d7e();}function _0x336b(_0x3d7e4c,_0x336be4){_0x3d7e4c=_0x3d7e4c-0x0;const _0x2e1560=_0x3d7e();let _0xcee4ee=_0x2e1560[_0x3d7e4c];return _0xcee4ee;}import{Text,StyleSheet}from'react-native';import{TEXT_STYLES}from'../theme';const BodyText=({children:children=_0x336b(0x0),style:_0x378697})=>{return React[_0x336b(0x1)](Text,{'style':[styles[_0x336b(0x2)],_0x378697]},children);},styles=StyleSheet[_0x336b(0x3)]({'text':{...TEXT_STYLES[_0x336b(0x4)],'paddingHorizontal':0x14}});export{BodyText};export default BodyText;
1
+ import React from'react';import{Text,StyleSheet}from'react-native';import{TEXT_STYLES}from'../theme';const BodyText=({children:children='The\x20secure,\x20portable\x20persona\x20built\x20from\x20your\x20data.\x20Every\x20app\x20personalized\x20while\x20your\x20data\x20stays\x20yours.',style:_0x4475ce})=>{return React[_0x3e74(0x0)](Text,{'style':[styles[_0x3e74(0x1)],_0x4475ce]},children);},styles=StyleSheet['create']({'text':{...TEXT_STYLES['body'],'paddingHorizontal':0x14}});function _0x3e74(_0x341cd9,_0x3e740a){_0x341cd9=_0x341cd9-0x0;const _0x3458b4=_0x341c();let _0x567e31=_0x3458b4[_0x341cd9];return _0x567e31;}function _0x341c(){const _0x2498ad=['createElement','text'];_0x341c=function(){return _0x2498ad;};return _0x341c();}export{BodyText};export default BodyText;
@@ -1 +1 @@
1
- import React from'react';import{View,StyleSheet,Image}from'react-native';function _0x5835(_0x46ef8d,_0x583535){_0x46ef8d=_0x46ef8d-0x0;const _0x301137=_0x46ef();let _0x4f0ea2=_0x301137[_0x46ef8d];return _0x4f0ea2;}import{SHADOWS}from'../theme';import{BRAND_IMAGES}from'../utils/assetRegistry';const BrandMark=({containerSize:containerSize=0x60,imageSize:imageSize=0x48,style:_0x2d7a56})=>{const _0x3e7c2d={'gTegg':function(_0x63b5f2,_0x4efac8){return _0x63b5f2*_0x4efac8;},'hwlof':'contain'};return React[_0x5835(0x0)](View,{'style':[styles[_0x5835(0x1)],{'width':containerSize,'height':containerSize,'borderRadius':_0x3e7c2d[_0x5835(0x2)](containerSize,0.2)},_0x2d7a56]},React[_0x5835(0x0)](Image,{'source':BRAND_IMAGES['onairosLogo'],'style':[styles['logo'],{'width':imageSize,'height':imageSize}],'resizeMode':_0x3e7c2d[_0x5835(0x3)]}));},styles=StyleSheet['create']({'container':{'backgroundColor':_0x5835(0x4),'justifyContent':_0x5835(0x5),'alignItems':'center',...SHADOWS[_0x5835(0x6)]},'logo':{}});export{BrandMark};function _0x46ef(){const _0x3dbb5f=['createElement','container','gTegg','hwlof','#FFFFFF','center','brandMark'];_0x46ef=function(){return _0x3dbb5f;};return _0x46ef();}export default BrandMark;
1
+ import React from'react';import{View,StyleSheet,Image,Platform}from'react-native';import{SHADOWS}from'../theme';import{BRAND_IMAGES}from'../utils/assetRegistry';const BrandMark=({containerSize:containerSize=0x6e,imageSize:imageSize=0x6e,style:_0xb1f213,showGlow:showGlow=!![]})=>{const _0xfb3a6d={'qarrM':function(_0x5aef81,_0x434124){return _0x5aef81*_0x434124;}},_0x28065f=_0xfb3a6d[_0x29d3(0x0)](containerSize,0.2);return React[_0x29d3(0x1)](View,{'style':[styles['glowWrapper'],_0xb1f213]},showGlow&&React[_0x29d3(0x1)](View,{'style':[styles['glowLayer'],styles[_0x29d3(0x2)],{'width':containerSize,'height':containerSize,'borderRadius':_0x28065f}]}),showGlow&&React['createElement'](View,{'style':[styles['glowLayer'],styles[_0x29d3(0x3)],{'width':containerSize,'height':containerSize,'borderRadius':_0x28065f}]}),React[_0x29d3(0x1)](View,{'style':[styles[_0x29d3(0x4)],{'width':containerSize,'height':containerSize,'borderRadius':_0x28065f}]},React[_0x29d3(0x1)](Image,{'source':BRAND_IMAGES[_0x29d3(0x5)],'style':[styles[_0x29d3(0x6)],{'width':imageSize,'height':imageSize,'transform':[{'translateY':-0x1},{'translateX':-0x4}]}],'resizeMode':_0x29d3(0x7)})));},styles=StyleSheet['create']({'glowWrapper':{'position':_0x29d3(0x8),'alignItems':_0x29d3(0x9),'justifyContent':_0x29d3(0x9)},'glowLayer':{'position':_0x29d3(0xa),'backgroundColor':_0x29d3(0xb)},'redGlow':{'shadowColor':'#FF4D6A','shadowOffset':{'width':0x8,'height':0x8},'shadowOpacity':0.5,'shadowRadius':0x14,'elevation':0x8,...Platform['select']({'android':{'backgroundColor':_0x29d3(0xc)}})},'blueGlow':{'shadowColor':_0x29d3(0xd),'shadowOffset':{'width':-0x8,'height':-0x8},'shadowOpacity':0.5,'shadowRadius':0x14,'elevation':0x8,...Platform[_0x29d3(0xe)]({'android':{'backgroundColor':_0x29d3(0xf)}})},'container':{'backgroundColor':_0x29d3(0x10),'justifyContent':_0x29d3(0x9),'alignItems':'center','overflow':_0x29d3(0x11),...SHADOWS['brandMark']},'logo':{}});export{BrandMark};function _0x29d3(_0x4f38df,_0x29d3cb){_0x4f38df=_0x4f38df-0x0;const _0x4ab2c3=_0x4f38();let _0x35de0d=_0x4ab2c3[_0x4f38df];return _0x35de0d;}function _0x4f38(){const _0x5ea6f8=['qarrM','createElement','redGlow','blueGlow','container','onairosLogo','logo','contain','relative','center','absolute','transparent','rgba(255,\x2077,\x20106,\x200.15)','#4D79FF','select','rgba(77,\x20121,\x20255,\x200.15)','#FFFFFF','hidden'];_0x4f38=function(){return _0x5ea6f8;};return _0x4f38();}export default BrandMark;
@@ -1 +1 @@
1
- import React,{useRef,useState,useEffect}from'react';import{View,TextInput,StyleSheet,Pressable,Keyboard}from'react-native';import{COLORS}from'../theme';const CodeInput=({length:length=0x6,onCodeChange:_0x54ef05,onCodeComplete:_0x35b608})=>{const _0x1e32c4={'xiyWl':function(_0x3175f8,_0x5a1702){return _0x3175f8(_0x5a1702);},'UaVBq':function(_0x3ec22c,_0x47bda8){return _0x3ec22c(_0x47bda8);},'TuYwh':function(_0x1188d2,_0x4d262d){return _0x1188d2-_0x4d262d;},'GdmJw':function(_0x2f24b7,_0x4cb15d){return _0x2f24b7===_0x4cb15d;},'aLdna':function(_0x75a7d2,_0x287603){return _0x75a7d2===_0x287603;},'jlSaX':function(_0x574168,_0x1d48be){return _0x574168===_0x1d48be;},'eMAaz':function(_0xe3fa35,_0x3c53a4){return _0xe3fa35(_0x3c53a4);},'RsmYY':function(_0x106ff2,_0x58aa8e){return _0x106ff2!==_0x58aa8e;},'kRfTL':function(_0x4d1e70,_0x150a3f){return _0x4d1e70===_0x150a3f;},'aifvW':function(_0x1e1cbe,_0x205230){return _0x1e1cbe===_0x205230;},'NVhAl':function(_0x1b03b1,_0x580120){return _0x1b03b1!==_0x580120;},'cIwdN':'tCoAw','UDOPA':function(_0x55ee77,_0x5003ba){return _0x55ee77(_0x5003ba);},'ngygP':function(_0x5cadfc,_0x556a5f){return _0x5cadfc(_0x556a5f);},'zxftk':function(_0x3adfda,_0x47c94d){return _0x3adfda-_0x47c94d;},'hklUj':function(_0x44e64d,_0x55e041){return _0x44e64d===_0x55e041;},'ioOpT':function(_0x3883a9,_0x401d1e){return _0x3883a9(_0x401d1e);},'wEMhe':function(_0x262fa8,_0x25cdf2){return _0x262fa8!==_0x25cdf2;},'tZGsm':_0x4c79(0x0),'WFfBM':function(_0x29cc3e,_0x52a6de){return _0x29cc3e===_0x52a6de;},'ENDFz':function(_0x25937b,_0x434134){return _0x25937b(_0x434134);},'UDKMJ':function(_0x50bbb7,_0x48198b){return _0x50bbb7===_0x48198b;},'Jjzmc':function(_0x20437f,_0x2c9daf){return _0x20437f===_0x2c9daf;},'TFRUO':function(_0x1a6bf2,_0x327605){return _0x1a6bf2(_0x327605);},'OfaNy':function(_0x48251e,_0x59827b,_0x56b087){return _0x48251e(_0x59827b,_0x56b087);},'JtVnd':_0x4c79(0x1),'DMzyw':'sms-otp','RPJFM':'oneTimeCode','YaWOE':function(_0x47d382,_0x472ba6){return _0x47d382(_0x472ba6);}},[_0x4f8195,_0x7e583b]=_0x1e32c4[_0x4c79(0x2)](useState,Array(length)[_0x4c79(0x3)]('')),[_0x34152d,_0x2b2f02]=_0x1e32c4[_0x4c79(0x4)](useState,0x0),_0x6316d3=_0x1e32c4['ENDFz'](useRef,[]),_0x3e311f=_0x1e32c4[_0x4c79(0x5)](useRef,null);_0x1e32c4[_0x4c79(0x6)](useEffect,()=>{const _0x502f2d={'ZpIya':function(_0x57ef38,_0x5d0c18){return _0x57ef38===_0x5d0c18;},'AGVCQ':function(_0x29837c,_0x554627){return _0x29837c===_0x554627;}};if(_0x1e32c4[_0x4c79(0x7)](_0x4c79(0x8),'EBgpZ'))setTimeout(()=>{var _0x2d49b0;_0x502f2d[_0x4c79(0x9)](_0x2d49b0=_0x3e311f[_0x4c79(0xa)],null)||_0x502f2d[_0x4c79(0xb)](_0x2d49b0,void 0x0)||_0x2d49b0[_0x4c79(0xc)]();},0x64);else{const _0x16d955=_0x2b7e07[_0x4c79(0xd)](/[^0-9]/g,''),_0x45db5a=_0x16d955[_0x4c79(0xe)](0x0,_0x1dc12c)[_0x4c79(0xf)]('');while(_0x45db5a['length']<_0x15bc53){_0x45db5a[_0x4c79(0x10)]('');}_0x1e32c4[_0x4c79(0x2)](_0x33f1fc,_0x45db5a),_0x1e32c4[_0x4c79(0x4)](_0x4adb26,_0x16d448['min'](_0x16d955[_0x4c79(0x11)],_0x1e32c4['TuYwh'](_0x11fdda,0x1)));const _0x5d37b7=_0x45db5a[_0x4c79(0x12)]('');_0x1e32c4['GdmJw'](_0x11ed91,null)||_0x1e32c4[_0x4c79(0x13)](_0x8699ce,void 0x0)||_0x1e32c4[_0x4c79(0x2)](_0x3e61c2,_0x5d37b7),_0x16d955['length']===_0x22363b&&(_0x1e32c4['jlSaX'](_0xbd5757,null)||_0x3c5fda===void 0x0||_0x1e32c4['eMAaz'](_0x19eed6,_0x5d37b7),_0x10b483[_0x4c79(0x14)]());}},[]);const _0x459303=_0x399bf5=>{const _0x57970b={'DBKIm':function(_0x371c89,_0x14c4c3){return _0x1e32c4[_0x4c79(0x15)](_0x371c89,_0x14c4c3);}};if(_0x1e32c4[_0x4c79(0x16)](_0x1e32c4[_0x4c79(0x17)],_0x4c79(0x18))){var _0x34bc12;_0x57970b[_0x4c79(0x19)](_0x34bc12=_0x3a3569['current'],null)||_0x57970b[_0x4c79(0x19)](_0x34bc12,void 0x0)||_0x34bc12[_0x4c79(0xc)]();}else{const _0x49103b=_0x399bf5[_0x4c79(0xd)](/[^0-9]/g,''),_0x56d30b=_0x49103b[_0x4c79(0xe)](0x0,length)['split']('');while(_0x56d30b[_0x4c79(0x11)]<length){_0x56d30b[_0x4c79(0x10)]('');}_0x1e32c4['UDOPA'](_0x7e583b,_0x56d30b),_0x1e32c4[_0x4c79(0x1a)](_0x2b2f02,Math[_0x4c79(0x1b)](_0x49103b[_0x4c79(0x11)],_0x1e32c4[_0x4c79(0x1c)](length,0x1)));const _0x1b110e=_0x56d30b['join']('');_0x1e32c4[_0x4c79(0x1d)](_0x54ef05,null)||_0x54ef05===void 0x0||_0x1e32c4[_0x4c79(0x1e)](_0x54ef05,_0x1b110e);if(_0x1e32c4['jlSaX'](_0x49103b[_0x4c79(0x11)],length)){if(_0x1e32c4[_0x4c79(0x1f)](_0x1e32c4[_0x4c79(0x20)],_0x1e32c4['tZGsm'])){var _0x37ad73;_0x1e32c4[_0x4c79(0x21)](_0x37ad73=_0x63a8b8[_0x4c79(0xa)],null)||_0x1e32c4[_0x4c79(0x22)](_0x37ad73,void 0x0)||_0x37ad73[_0x4c79(0xc)]();}else _0x35b608===null||_0x1e32c4['WFfBM'](_0x35b608,void 0x0)||_0x1e32c4[_0x4c79(0x23)](_0x35b608,_0x1b110e),Keyboard[_0x4c79(0x14)]();}}},_0x152bd7=()=>{var _0x4bea59;_0x1e32c4[_0x4c79(0x24)](_0x4bea59=_0x3e311f['current'],null)||_0x1e32c4[_0x4c79(0x25)](_0x4bea59,void 0x0)||_0x4bea59[_0x4c79(0xc)]();};return React[_0x4c79(0x26)](View,{'style':styles[_0x4c79(0x27)]},React[_0x4c79(0x26)](TextInput,{'ref':_0x3e311f,'style':styles[_0x4c79(0x28)],'value':_0x4f8195[_0x4c79(0x12)](''),'onChangeText':_0x459303,'keyboardType':_0x1e32c4[_0x4c79(0x29)],'maxLength':length,'autoComplete':_0x1e32c4[_0x4c79(0x2a)],'textContentType':_0x1e32c4['RPJFM'],'caretHidden':!![]}),React[_0x4c79(0x26)](Pressable,{'style':styles[_0x4c79(0x2b)],'onPress':_0x152bd7},_0x1e32c4[_0x4c79(0x2c)](Array,length)[_0x4c79(0x3)](0x0)[_0x4c79(0x2d)]((_0x2d9771,_0x20becb)=>React[_0x4c79(0x26)](View,{'key':_0x20becb,'style':[styles[_0x4c79(0x2e)],_0x4f8195[_0x20becb]?styles['boxFilled']:null,_0x34152d===_0x20becb&&!_0x4f8195[_0x20becb]?styles['boxFocused']:null]},React[_0x4c79(0x26)](TextInput,{'style':styles[_0x4c79(0x2f)],'value':_0x4f8195[_0x20becb],'editable':![],'pointerEvents':_0x4c79(0x30)})))));},styles=StyleSheet[_0x4c79(0x31)]({'container':{'width':_0x4c79(0x32)},'hiddenInput':{'position':_0x4c79(0x33),'opacity':0x0,'height':0x0,'width':0x0},'boxesContainer':{'flexDirection':_0x4c79(0x34),'justifyContent':_0x4c79(0x35),'width':_0x4c79(0x32)},'box':{'width':0x30,'height':0x38,'borderWidth':1.5,'borderColor':_0x4c79(0x36),'borderRadius':0xc,'justifyContent':_0x4c79(0x37),'alignItems':'center','backgroundColor':'#FAFAFA'},'boxFilled':{'borderColor':COLORS[_0x4c79(0x38)],'backgroundColor':_0x4c79(0x39)},'boxFocused':{'borderColor':_0x4c79(0x3a),'borderWidth':0x2},'boxText':{'fontSize':0x18,'fontWeight':'600','color':COLORS[_0x4c79(0x3b)],'textAlign':_0x4c79(0x37)}});export{CodeInput};export default CodeInput;function _0x4c79(_0x323d6f,_0x4c7931){_0x323d6f=_0x323d6f-0x0;const _0x38d9a1=_0x323d();let _0x23a06e=_0x38d9a1[_0x323d6f];return _0x23a06e;}function _0x323d(){const _0x4b7130=['jNlZK','number-pad','xiyWl','fill','UaVBq','TFRUO','OfaNy','RsmYY','uoDLw','ZpIya','current','AGVCQ','focus','replace','slice','split','push','length','join','aLdna','dismiss','aifvW','NVhAl','cIwdN','tCoAw','DBKIm','ngygP','min','zxftk','hklUj','ioOpT','wEMhe','tZGsm','jlSaX','kRfTL','ENDFz','UDKMJ','Jjzmc','createElement','container','hiddenInput','JtVnd','DMzyw','boxesContainer','YaWOE','map','box','boxText','none','create','100%','absolute','row','space-between','#E0E0E0','center','grey600','#FFFFFF','#D4A536','grey800'];_0x323d=function(){return _0x4b7130;};return _0x323d();}
1
+ function _0x3720(){const _0x43a919=['ZSNGC','number-pad','oneTimeCode','FPYUo','fill','QRoUa','UISUW','ejadB','current','slice','split','SwmpN','WNDhz','myKRS','IQlCy','push','oUHAa','min','length','KUMrq','dismiss','etOXp','focus','createElement','container','hiddenInput','join','hucmR','DJtwA','box','boxFocused','boxText','none','create','100%','absolute','row','space-between','#E0E0E0','center','#FAFAFA','grey600','#FFFFFF','#D4A536','600','grey800'];_0x3720=function(){return _0x43a919;};return _0x3720();}function _0x2887(_0x372007,_0x2887c5){_0x372007=_0x372007-0x0;const _0x357d2a=_0x3720();let _0x227046=_0x357d2a[_0x372007];return _0x227046;}import React,{useRef,useState,useEffect}from'react';import{View,TextInput,StyleSheet,Pressable,Keyboard}from'react-native';import{COLORS}from'../theme';const CodeInput=({length:length=0x6,onCodeChange:_0x27db9d,onCodeComplete:_0x45698d})=>{const _0x12cf5c={'ejadB':function(_0x2087e0,_0x4b42a0){return _0x2087e0===_0x4b42a0;},'UISUW':function(_0x49c84e,_0x918b2f,_0x206e02){return _0x49c84e(_0x918b2f,_0x206e02);},'SwmpN':function(_0x275f8c,_0x4a2f5f){return _0x275f8c<_0x4a2f5f;},'WNDhz':function(_0xe8d597,_0x5651a1){return _0xe8d597!==_0x5651a1;},'myKRS':_0x2887(0x0),'hYDSk':function(_0x4c88c5,_0x196e1){return _0x4c88c5(_0x196e1);},'oUHAa':function(_0xbc5ee6,_0x2da2cb){return _0xbc5ee6(_0x2da2cb);},'KUMrq':function(_0x23fcd5,_0x4e9464){return _0x23fcd5===_0x4e9464;},'etOXp':function(_0x1d1180,_0x39ffea){return _0x1d1180===_0x39ffea;},'yDSAp':function(_0x1f93ed,_0x298cd7){return _0x1f93ed(_0x298cd7);},'FPYUo':function(_0x1063b1,_0x5f5160){return _0x1063b1(_0x5f5160);},'QRoUa':function(_0x207fb3,_0x4bb3e4){return _0x207fb3(_0x4bb3e4);},'oHLBe':function(_0x49e909,_0x15ef3b){return _0x49e909(_0x15ef3b);},'hucmR':_0x2887(0x1),'tSwNu':'sms-otp','DJtwA':_0x2887(0x2),'upXHx':function(_0xdbf86a,_0x4f4bb4){return _0xdbf86a(_0x4f4bb4);}},[_0x14cea9,_0x4a8d60]=_0x12cf5c['yDSAp'](useState,_0x12cf5c[_0x2887(0x3)](Array,length)[_0x2887(0x4)]('')),[_0x5da0ec,_0xf5e5e9]=_0x12cf5c['oUHAa'](useState,0x0),_0x37af7a=_0x12cf5c[_0x2887(0x5)](useRef,[]),_0x295a3e=_0x12cf5c['oHLBe'](useRef,null);useEffect(()=>{_0x12cf5c[_0x2887(0x6)](setTimeout,()=>{var _0x1c64a2;_0x12cf5c[_0x2887(0x7)](_0x1c64a2=_0x295a3e[_0x2887(0x8)],null)||_0x12cf5c[_0x2887(0x7)](_0x1c64a2,void 0x0)||_0x1c64a2['focus']();},0x64);},[]);const _0x29329b=_0x22aa36=>{const _0x342f35={'IQlCy':function(_0x1fdb32,_0x423bdc){return _0x1fdb32===_0x423bdc;}},_0x487f8f=_0x22aa36['replace'](/[^0-9]/g,''),_0x327543=_0x487f8f[_0x2887(0x9)](0x0,length)[_0x2887(0xa)]('');while(_0x12cf5c[_0x2887(0xb)](_0x327543['length'],length)){if(_0x12cf5c[_0x2887(0xc)](_0x12cf5c['myKRS'],_0x12cf5c[_0x2887(0xd)])){var _0x2608b4;_0x342f35[_0x2887(0xe)](_0x2608b4=_0x17d5f5['current'],null)||_0x342f35[_0x2887(0xe)](_0x2608b4,void 0x0)||_0x2608b4['focus']();}else _0x327543[_0x2887(0xf)]('');}_0x12cf5c['hYDSk'](_0x4a8d60,_0x327543),_0x12cf5c[_0x2887(0x10)](_0xf5e5e9,Math[_0x2887(0x11)](_0x487f8f[_0x2887(0x12)],length-0x1));const _0x1042a1=_0x327543['join']('');_0x12cf5c['ejadB'](_0x27db9d,null)||_0x27db9d===void 0x0||_0x27db9d(_0x1042a1),_0x12cf5c[_0x2887(0x7)](_0x487f8f['length'],length)&&(_0x12cf5c[_0x2887(0x7)](_0x45698d,null)||_0x12cf5c[_0x2887(0x13)](_0x45698d,void 0x0)||_0x12cf5c[_0x2887(0x10)](_0x45698d,_0x1042a1),Keyboard[_0x2887(0x14)]());},_0x1929c4=()=>{var _0x3533c1;_0x12cf5c[_0x2887(0x15)](_0x3533c1=_0x295a3e[_0x2887(0x8)],null)||_0x12cf5c[_0x2887(0x7)](_0x3533c1,void 0x0)||_0x3533c1[_0x2887(0x16)]();};return React[_0x2887(0x17)](View,{'style':styles[_0x2887(0x18)]},React[_0x2887(0x17)](TextInput,{'ref':_0x295a3e,'style':styles[_0x2887(0x19)],'value':_0x14cea9[_0x2887(0x1a)](''),'onChangeText':_0x29329b,'keyboardType':_0x12cf5c[_0x2887(0x1b)],'maxLength':length,'autoComplete':_0x12cf5c['tSwNu'],'textContentType':_0x12cf5c[_0x2887(0x1c)],'caretHidden':!![]}),React[_0x2887(0x17)](Pressable,{'style':styles['boxesContainer'],'onPress':_0x1929c4},_0x12cf5c['upXHx'](Array,length)[_0x2887(0x4)](0x0)['map']((_0x49ac98,_0x22dd0e)=>React[_0x2887(0x17)](View,{'key':_0x22dd0e,'style':[styles[_0x2887(0x1d)],_0x14cea9[_0x22dd0e]?styles['boxFilled']:null,_0x5da0ec===_0x22dd0e&&!_0x14cea9[_0x22dd0e]?styles[_0x2887(0x1e)]:null]},React[_0x2887(0x17)](TextInput,{'style':styles[_0x2887(0x1f)],'value':_0x14cea9[_0x22dd0e],'editable':![],'pointerEvents':_0x2887(0x20)})))));},styles=StyleSheet[_0x2887(0x21)]({'container':{'width':_0x2887(0x22)},'hiddenInput':{'position':_0x2887(0x23),'opacity':0x0,'height':0x0,'width':0x0},'boxesContainer':{'flexDirection':_0x2887(0x24),'justifyContent':_0x2887(0x25),'width':_0x2887(0x22)},'box':{'width':0x30,'height':0x38,'borderWidth':1.5,'borderColor':_0x2887(0x26),'borderRadius':0xc,'justifyContent':_0x2887(0x27),'alignItems':'center','backgroundColor':_0x2887(0x28)},'boxFilled':{'borderColor':COLORS[_0x2887(0x29)],'backgroundColor':_0x2887(0x2a)},'boxFocused':{'borderColor':_0x2887(0x2b),'borderWidth':0x2},'boxText':{'fontSize':0x18,'fontWeight':_0x2887(0x2c),'color':COLORS[_0x2887(0x2d)],'textAlign':_0x2887(0x27)}});export{CodeInput};export default CodeInput;
@@ -1 +1 @@
1
- function _extends(){var _0x4488d0={'yvNsd':function(_0x3bcdce,_0x9702f7){return _0x3bcdce<_0x9702f7;}};return _extends=Object[_0x13d8(0x0)]?Object['assign'][_0x13d8(0x1)]():function(_0x5d786d){for(var _0x28a87e=0x1;_0x4488d0['yvNsd'](_0x28a87e,arguments[_0x13d8(0x2)]);_0x28a87e++){var _0x20215a=arguments[_0x28a87e];for(var _0x2d48e4 in _0x20215a)({}[_0x13d8(0x3)][_0x13d8(0x4)](_0x20215a,_0x2d48e4)&&(_0x5d786d[_0x2d48e4]=_0x20215a[_0x2d48e4]));}return _0x5d786d;},_extends[_0x13d8(0x5)](null,arguments);}import React from'react';import{TextInput,StyleSheet}from'react-native';const EmailInput=_0x582fe3=>{var _0x214ac5={'hzZwI':function(_0x2d65df,_0x24d99f,_0x430761,_0x182102){return _0x2d65df(_0x24d99f,_0x430761,_0x182102);},'zpOwz':_0x13d8(0x6)};return React[_0x13d8(0x7)](TextInput,_0x214ac5['hzZwI'](_extends,{},_0x582fe3,{'keyboardType':'email-address','autoCapitalize':_0x214ac5[_0x13d8(0x8)],'autoComplete':_0x13d8(0x9),'style':[styles[_0x13d8(0xa)],_0x582fe3['style']]}));},styles=StyleSheet[_0x13d8(0xb)]({'input':{'borderWidth':0x1,'borderColor':_0x13d8(0xc),'borderRadius':0x8,'padding':0xc,'fontSize':0x10}});export{EmailInput};export default EmailInput;function _0x13d8(_0xe16bdf,_0x13d8ef){_0xe16bdf=_0xe16bdf-0x0;var _0x544464=_0xe16b();var _0x46ea03=_0x544464[_0xe16bdf];return _0x46ea03;}function _0xe16b(){var _0x5ec174=['assign','bind','length','hasOwnProperty','call','apply','none','createElement','zpOwz','email','input','create','#E0E0E0'];_0xe16b=function(){return _0x5ec174;};return _0xe16b();}
1
+ function _0x47c5(){var _0x5bdc35=['assign','bind','length','hasOwnProperty','apply','none','email','createElement','VCHnX','mghEh','input','create'];_0x47c5=function(){return _0x5bdc35;};return _0x47c5();}function _0x4dfd(_0x47c5bf,_0x4dfd54){_0x47c5bf=_0x47c5bf-0x0;var _0x535dfd=_0x47c5();var _0x200fa2=_0x535dfd[_0x47c5bf];return _0x200fa2;}function _extends(){return _extends=Object[_0x4dfd(0x0)]?Object[_0x4dfd(0x0)][_0x4dfd(0x1)]():function(_0x42bdae){for(var _0x54d07e=0x1;_0x54d07e<arguments[_0x4dfd(0x2)];_0x54d07e++){var _0x49ee9c=arguments[_0x54d07e];for(var _0x559eb1 in _0x49ee9c)({}[_0x4dfd(0x3)]['call'](_0x49ee9c,_0x559eb1)&&(_0x42bdae[_0x559eb1]=_0x49ee9c[_0x559eb1]));}return _0x42bdae;},_extends[_0x4dfd(0x4)](null,arguments);}import React from'react';import{TextInput,StyleSheet}from'react-native';const EmailInput=_0x5b327b=>{var _0x4ffce5={'MHbeE':'email-address','VCHnX':_0x4dfd(0x5),'mghEh':_0x4dfd(0x6)};return React[_0x4dfd(0x7)](TextInput,_extends({},_0x5b327b,{'keyboardType':_0x4ffce5['MHbeE'],'autoCapitalize':_0x4ffce5[_0x4dfd(0x8)],'autoComplete':_0x4ffce5[_0x4dfd(0x9)],'style':[styles[_0x4dfd(0xa)],_0x5b327b['style']]}));},styles=StyleSheet[_0x4dfd(0xb)]({'input':{'borderWidth':0x1,'borderColor':'#E0E0E0','borderRadius':0x8,'padding':0xc,'fontSize':0x10}});export{EmailInput};export default EmailInput;
@@ -1 +1 @@
1
- import React from'react';import{TouchableOpacity,Text,Image,StyleSheet}from'react-native';import{BRAND_IMAGES}from'../utils/assetRegistry';const GoogleButton=({onPress:_0x54c45a,style:_0x458114,disabled:disabled=![]})=>{return React[_0x52a6(0x0)](TouchableOpacity,{'style':[styles[_0x52a6(0x1)],_0x458114,disabled&&styles[_0x52a6(0x2)]],'onPress':_0x54c45a,'disabled':disabled},React[_0x52a6(0x0)](Image,{'source':BRAND_IMAGES['googleLogo'],'style':styles[_0x52a6(0x3)],'resizeMode':_0x52a6(0x4)}),React['createElement'](Text,{'style':styles[_0x52a6(0x5)]},_0x52a6(0x6)));},styles=StyleSheet[_0x52a6(0x7)]({'button':{'flexDirection':'row','alignItems':_0x52a6(0x8),'justifyContent':_0x52a6(0x8),'backgroundColor':'#FFFFFF','borderWidth':0x1,'borderColor':_0x52a6(0x9),'borderRadius':0x8,'paddingVertical':0xc,'paddingHorizontal':0x10},'disabled':{'opacity':0.5},'icon':{'width':0x14,'height':0x14,'marginRight':0x8},'text':{'fontSize':0x10,'fontWeight':'500','color':_0x52a6(0xa)}});export{GoogleButton};function _0x52a6(_0x1b113a,_0x52a616){_0x1b113a=_0x1b113a-0x0;const _0x4e2059=_0x1b11();let _0x493591=_0x4e2059[_0x1b113a];return _0x493591;}function _0x1b11(){const _0x15843e=['createElement','button','disabled','icon','contain','text','Continue\x20with\x20Google','create','center','#E0E0E0','#333333'];_0x1b11=function(){return _0x15843e;};return _0x1b11();}export default GoogleButton;
1
+ import React from'react';function _0x45cb(){const _0x49c0fe=['contain','createElement','button','disabled','googleLogo','icon','hIiEq','text','Continue\x20with\x20Google','create','row','center','#FFFFFF','500','#333333'];_0x45cb=function(){return _0x49c0fe;};return _0x45cb();}import{TouchableOpacity,Text,Image,StyleSheet}from'react-native';import{BRAND_IMAGES}from'../utils/assetRegistry';function _0x101a(_0x45cb70,_0x101a0a){_0x45cb70=_0x45cb70-0x0;const _0x2a5c0d=_0x45cb();let _0x29cbfc=_0x2a5c0d[_0x45cb70];return _0x29cbfc;}const GoogleButton=({onPress:_0xa92d7e,style:_0x30beee,disabled:disabled=![]})=>{const _0x57d2bf={'hIiEq':_0x101a(0x0)};return React[_0x101a(0x1)](TouchableOpacity,{'style':[styles[_0x101a(0x2)],_0x30beee,disabled&&styles[_0x101a(0x3)]],'onPress':_0xa92d7e,'disabled':disabled},React['createElement'](Image,{'source':BRAND_IMAGES[_0x101a(0x4)],'style':styles[_0x101a(0x5)],'resizeMode':_0x57d2bf[_0x101a(0x6)]}),React['createElement'](Text,{'style':styles[_0x101a(0x7)]},_0x101a(0x8)));},styles=StyleSheet[_0x101a(0x9)]({'button':{'flexDirection':_0x101a(0xa),'alignItems':'center','justifyContent':_0x101a(0xb),'backgroundColor':_0x101a(0xc),'borderWidth':0x1,'borderColor':'#E0E0E0','borderRadius':0x8,'paddingVertical':0xc,'paddingHorizontal':0x10},'disabled':{'opacity':0.5},'icon':{'width':0x14,'height':0x14,'marginRight':0x8},'text':{'fontSize':0x10,'fontWeight':_0x101a(0xd),'color':_0x101a(0xe)}});export{GoogleButton};export default GoogleButton;
@@ -1 +1 @@
1
- import React from'react';import{View,Text,StyleSheet}from'react-native';function _0x12e3(){const _0xa2977b=['Welcome\x20to','Onairos','createElement','kicker','title','create','center','700','IBM\x20Plex\x20Sans'];_0x12e3=function(){return _0xa2977b;};return _0x12e3();}import{TEXT_STYLES}from'../theme';const HeadingGroup=({kicker:kicker=_0x4e7a(0x0),title:title=_0x4e7a(0x1),style:_0x43a101})=>{return React[_0x4e7a(0x2)](View,{'style':[styles['container'],_0x43a101]},React[_0x4e7a(0x2)](Text,{'style':styles[_0x4e7a(0x3)]},kicker),React['createElement'](Text,{'style':styles[_0x4e7a(0x4)]},title));},styles=StyleSheet[_0x4e7a(0x5)]({'container':{'alignItems':_0x4e7a(0x6)},'kicker':{...TEXT_STYLES[_0x4e7a(0x3)],'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x4e7a(0x7),'marginBottom':0x4},'title':{...TEXT_STYLES['welcomeTitle'],'fontFamily':_0x4e7a(0x8),'fontWeight':_0x4e7a(0x7)}});function _0x4e7a(_0x12e3cb,_0x4e7a55){_0x12e3cb=_0x12e3cb-0x0;const _0x21cb40=_0x12e3();let _0x555c1f=_0x21cb40[_0x12e3cb];return _0x555c1f;}export{HeadingGroup};export default HeadingGroup;
1
+ import React from'react';import{View,Text,StyleSheet}from'react-native';function _0x278c(){const _0x3b06ea=['Welcome\x20to','Onairos','createElement','kicker','create','center','IBM\x20Plex\x20Sans','welcomeTitle'];_0x278c=function(){return _0x3b06ea;};return _0x278c();}import{TEXT_STYLES}from'../theme';function _0x2360(_0x278cca,_0x236000){_0x278cca=_0x278cca-0x0;const _0x32f487=_0x278c();let _0x4b0401=_0x32f487[_0x278cca];return _0x4b0401;}const HeadingGroup=({kicker:kicker=_0x2360(0x0),title:title=_0x2360(0x1),style:_0x292c25})=>{return React[_0x2360(0x2)](View,{'style':[styles['container'],_0x292c25]},React[_0x2360(0x2)](Text,{'style':styles[_0x2360(0x3)]},kicker),React[_0x2360(0x2)](Text,{'style':styles['title']},title));},styles=StyleSheet[_0x2360(0x4)]({'container':{'alignItems':_0x2360(0x5)},'kicker':{...TEXT_STYLES['kicker'],'fontFamily':_0x2360(0x6),'fontWeight':'700','marginBottom':0x4},'title':{...TEXT_STYLES[_0x2360(0x7)],'fontFamily':_0x2360(0x6),'fontWeight':'700'}});export{HeadingGroup};export default HeadingGroup;