adata-ui 2.1.41-beta.7 → 2.1.41-beta.9

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 (591) hide show
  1. package/-error.vue +170 -170
  2. package/.editorconfig +12 -12
  3. package/.gitlab-ci.yml +16 -16
  4. package/.nuxtrc +1 -1
  5. package/.nvmrc +1 -1
  6. package/.playground/app.config.ts +5 -5
  7. package/.playground/app.vue +102 -102
  8. package/.playground/nuxt.config.ts +4 -4
  9. package/CLAUDE.md +63 -63
  10. package/README.md +75 -75
  11. package/app.config.ts +28 -28
  12. package/app.vue +8 -8
  13. package/assets/styles/main.css +12 -12
  14. package/assets/styles/theme.css +590 -590
  15. package/assets/styles/ui.css +247 -247
  16. package/components/elements/README.md +1 -1
  17. package/components/elements/a-select-row/ASelectRowV2.vue +210 -210
  18. package/components/elements/a-select-row/index.vue +139 -139
  19. package/components/elements/accordion/AAccordion.vue +199 -199
  20. package/components/elements/accordion/AAccordionGroup/AAccordionGroup.vue +145 -145
  21. package/components/elements/accordion/AAccordionGroup/types.ts +20 -20
  22. package/components/elements/accordion/AAccordionGroup/ui.config.ts +22 -22
  23. package/components/elements/accordion/types.ts +14 -14
  24. package/components/elements/accordion/ui.config.ts +22 -22
  25. package/components/elements/alert/AAlert.vue +52 -52
  26. package/components/elements/banner/ABanner.vue +49 -49
  27. package/components/elements/bg-block/ABgBlock.vue +11 -11
  28. package/components/elements/button/AButton.vue +191 -191
  29. package/components/elements/button/AButtonV2.vue +179 -179
  30. package/components/elements/button/types.ts +24 -24
  31. package/components/elements/button-login/index.vue +19 -19
  32. package/components/elements/calendar/ACalendar.vue +83 -83
  33. package/components/elements/carousel/ACarousel.vue +159 -159
  34. package/components/elements/carousel/config.ui.ts +15 -15
  35. package/components/elements/carousel/types.ts +18 -18
  36. package/components/elements/chip-wrapper/AChipWrapper.vue +81 -81
  37. package/components/elements/chip-wrapper/types.ts +12 -12
  38. package/components/elements/chips/AChips.vue +33 -33
  39. package/components/elements/companies/AOurClients.vue +47 -47
  40. package/components/elements/count-up/ACountUp.vue +54 -54
  41. package/components/elements/curve-block/ACurveBlock.vue +259 -259
  42. package/components/elements/curve-block-v2/ACurveBlockV2.vue +122 -122
  43. package/components/elements/digit-badge/ADigitBadge.vue +86 -86
  44. package/components/elements/empty-box/empty-box-V2.vue +92 -92
  45. package/components/elements/error-template/index.vue +121 -119
  46. package/components/elements/feature-description/AFeatureDescription.vue +112 -112
  47. package/components/elements/illustrations/noAccess.vue +71 -71
  48. package/components/elements/infinite-carousel/AInfiniteCarousel.vue +85 -85
  49. package/components/elements/infinite-scroll/AInfiniteScroll.vue +33 -33
  50. package/components/elements/leave-note/ALeaveNote.vue +102 -102
  51. package/components/elements/pagination/APagination.vue +110 -110
  52. package/components/elements/photos-animation/APhotosAnimation.vue +85 -85
  53. package/components/elements/section-heading/ASectionHeading.vue +35 -35
  54. package/components/elements/segmented/ASegmentedV2.vue +154 -154
  55. package/components/elements/select/ACascadeSelectV2.vue +710 -710
  56. package/components/elements/select/ASelect.vue +448 -448
  57. package/components/elements/select/ASelectMobile.vue +186 -186
  58. package/components/elements/select/ASelectV2.vue +507 -507
  59. package/components/elements/select/cascade-utils.ts +115 -115
  60. package/components/elements/select/types.ts +27 -27
  61. package/components/elements/select/ui/cascade-drawer.vue +146 -146
  62. package/components/elements/select/ui/cascade-panel.vue +237 -237
  63. package/components/elements/select/ui/select-button.vue +112 -112
  64. package/components/elements/select/ui/select-list.vue +99 -99
  65. package/components/elements/select/ui/select-trigger.vue +167 -167
  66. package/components/elements/show-more/AShowMore.vue +35 -35
  67. package/components/elements/show-more/AShowMoreV2.vue +26 -26
  68. package/components/elements/skeleton/ASkeleton.vue +44 -44
  69. package/components/elements/slider/ASlider.vue +175 -175
  70. package/components/elements/slider/ASliderItem.vue +31 -31
  71. package/components/elements/slider/ASliderV2.vue +182 -182
  72. package/components/elements/slider/types.ts +21 -21
  73. package/components/elements/star-rating/AStarRating.vue +189 -189
  74. package/components/elements/star-rating/types.ts +7 -7
  75. package/components/elements/star-rating/ui/Star.vue +74 -74
  76. package/components/elements/status-badge/AStatusBadge.vue +125 -125
  77. package/components/elements/step-slider/AStepSliderColCard.vue +266 -270
  78. package/components/elements/step-slider/AStepSliderColNumber.vue +199 -199
  79. package/components/elements/table/ATable.vue +93 -93
  80. package/components/elements/table/table.config.ts +32 -32
  81. package/components/elements/tree-select/ATreeSelect.vue +157 -157
  82. package/components/elements/tree-select/TreeService.ts +184 -184
  83. package/components/elements/tree-select/components/ATreeSelectNode.vue +104 -104
  84. package/components/elements/tree-select/types.ts +63 -63
  85. package/components/elements/tree-select/utils.ts +30 -30
  86. package/components/elements/tree-select-mobile/ATreeSelectMobile.vue +79 -79
  87. package/components/elements/tree-select-mobile/components/ATreeSelectNodesMobile.vue +175 -175
  88. package/components/elements/tree-select-modal/ATreeSelectModal.vue +217 -217
  89. package/components/features/color-mode/AColorMode.client.vue +74 -74
  90. package/components/features/dropdown/ADropdown.vue +127 -127
  91. package/components/features/dropdown/ADropdownV2.vue +140 -140
  92. package/components/features/go-top/GoTop.vue +67 -67
  93. package/components/features/lang-switcher/lang-switcher.vue +158 -158
  94. package/components/features/payment/banner/BasicPlusLimitBanner.vue +84 -84
  95. package/components/features/payment/banner/PaymentBanner.vue +88 -88
  96. package/components/features/payment/banner/UpSellBanner.vue +105 -105
  97. package/components/features/payment/process/PaymentKaspiQrSidePanel.vue +180 -180
  98. package/components/features/payment/process/PaymentKaspiRedirectSidePanel.vue +123 -123
  99. package/components/features/payment/process/PaymentMethodSidePanel.vue +138 -138
  100. package/components/features/payment/process/PaymentProcess.vue +158 -158
  101. package/components/features/payment/process/PaymentTopUpSidePanel.vue +119 -119
  102. package/components/features/pk-mobile-services/APkMobileServices.vue +107 -107
  103. package/components/features//321/201hange-version/AChangeVersion.vue +20 -20
  104. package/components/forms/README.md +1 -1
  105. package/components/forms/checkbox/ACheckbox.vue +149 -149
  106. package/components/forms/checkbox/ACheckboxV2.vue +229 -229
  107. package/components/forms/feedback-form/FeedbackForm.vue +177 -177
  108. package/components/forms/feedback-form/FeedbackFormV2.vue +183 -183
  109. package/components/forms/input/AInputV2.vue +560 -560
  110. package/components/forms/input/button/AInputButton.vue +53 -53
  111. package/components/forms/input/date/AInputDate.vue +217 -217
  112. package/components/forms/input/password/AInputPassword.vue +59 -59
  113. package/components/forms/input/standard/AInputStandard.vue +424 -424
  114. package/components/forms/input/textarea/ATextarea.vue +207 -207
  115. package/components/forms/input/textarea/ATextareaV2.vue +253 -253
  116. package/components/forms/radio-button/ARadioButton.vue +95 -95
  117. package/components/forms/request-demo/ARequestDemo.vue +108 -108
  118. package/components/forms/toggle/AToggle.vue +157 -157
  119. package/components/forms/toggle/AToggleV2.vue +72 -72
  120. package/components/forms/toggle/types.ts +16 -16
  121. package/components/modals/AConfirmationEmail.vue +40 -40
  122. package/components/modals/AboutTariffModal.vue +115 -115
  123. package/components/modals/AnotherDeviceModal.vue +65 -65
  124. package/components/modals/ApplicationAcceptedModal.vue +45 -45
  125. package/components/modals/ConnectingTariffModal.vue +60 -60
  126. package/components/modals/ContactsMobileModel.vue +182 -182
  127. package/components/modals/ContentNavigationModal.vue +100 -100
  128. package/components/modals/Insufficient-funds-modal.vue +62 -62
  129. package/components/modals/LimitReachedModal.vue +44 -44
  130. package/components/modals/NoAccessModal.vue +39 -39
  131. package/components/modals/PaymentMethodModal.vue +101 -101
  132. package/components/modals/RedirectsBanksModal.vue +69 -69
  133. package/components/modals/ReplenishModal.vue +132 -132
  134. package/components/modals/ReportBugConfirmModal.vue +32 -32
  135. package/components/modals/ReportBugModal.vue +172 -172
  136. package/components/modals/Resend.vue +81 -81
  137. package/components/modals/SubmitApplicationModal.vue +126 -126
  138. package/components/modals/id/AuthModal.vue +72 -72
  139. package/components/modals/id/IdAutoLogoutModal.vue +44 -44
  140. package/components/modals/id/IdBanner.vue +41 -41
  141. package/components/modals/id/IdConfirmAccountOtpModal.vue +182 -182
  142. package/components/modals/id/IdConfirmSuccessfulModal.vue +41 -41
  143. package/components/modals/id/IdLoginModal.vue +336 -336
  144. package/components/modals/id/IdModals.vue +129 -129
  145. package/components/modals/id/IdNewPasswordModal.vue +129 -129
  146. package/components/modals/id/IdOtpInput.vue +156 -156
  147. package/components/modals/id/IdPasswordSuccessfulModal.vue +25 -25
  148. package/components/modals/id/IdRecoveryModal.vue +117 -117
  149. package/components/modals/id/IdRegistrationModal.vue +215 -215
  150. package/components/modals/id/IdResetPasswordOtpModal.vue +159 -159
  151. package/components/modals/id/IdTwoFactorModal.vue +126 -126
  152. package/components/navigation/README.md +1 -1
  153. package/components/navigation/bottom-navigation/ABottomNavigation.vue +106 -106
  154. package/components/navigation/breadcrumbs/ABreadcrumbs.vue +128 -128
  155. package/components/navigation/breadcrumbs/types.ts +8 -8
  156. package/components/navigation/footer/AFooter.vue +283 -283
  157. package/components/navigation/footer/ui/a-footer-accordion.vue +118 -118
  158. package/components/navigation/header/AHeader.vue +241 -241
  159. package/components/navigation/header/AlmatyContacts.vue +145 -145
  160. package/components/navigation/header/AstanaContacts.vue +67 -67
  161. package/components/navigation/header/CardGallery.vue +252 -252
  162. package/components/navigation/header/ContactMenu.vue +48 -48
  163. package/components/navigation/header/HeaderLink.vue +250 -250
  164. package/components/navigation/header/HeaderUsage.vue +139 -139
  165. package/components/navigation/header/ListItem.vue +32 -32
  166. package/components/navigation/header/NavCard.vue +42 -42
  167. package/components/navigation/header/NavList.vue +73 -73
  168. package/components/navigation/header/NotificationsMenu.vue +50 -50
  169. package/components/navigation/header/ProductMenu.vue +101 -101
  170. package/components/navigation/header/ProfileMenu.vue +168 -168
  171. package/components/navigation/header/SystemNotification.vue +108 -108
  172. package/components/navigation/header/types.ts +28 -28
  173. package/components/navigation/line-tabs/ALineTabs.vue +112 -112
  174. package/components/navigation/line-tabs/types.ts +21 -21
  175. package/components/navigation/mobile-navigation/AMobileNavigation.vue +112 -112
  176. package/components/navigation/pill-tabs/APillTabs.vue +179 -179
  177. package/components/navigation/pill-tabs/APillTabsV2.vue +241 -241
  178. package/components/navigation/pill-tabs/types.ts +24 -24
  179. package/components/navigation/side-navigation/ASideNavigation.vue +406 -406
  180. package/components/overlays/README.md +1 -1
  181. package/components/overlays/drawer/ADrawerV2.vue +342 -342
  182. package/components/overlays/modal/AModal.vue +335 -335
  183. package/components/overlays/modal/AModalV2.vue +401 -401
  184. package/components/overlays/side-panel/ASidePanel.vue +445 -445
  185. package/components/overlays/sideover/ASlideover.vue +351 -351
  186. package/components/overlays/tooltip/ATooltip.vue +238 -238
  187. package/components/overlays/tooltip/ATooltipV2.vue +226 -226
  188. package/components/overlays/tooltip/types.ts +26 -26
  189. package/components/overlays/tooltip/useTooltipTrigger.ts +101 -101
  190. package/components/transitions/ATransitionHeight.vue +67 -67
  191. package/components/utils/index.ts +19 -19
  192. package/components/utils/removeTrailingSlash.ts +7 -7
  193. package/composables/highlight.ts +19 -19
  194. package/composables/modalsState.ts +8 -8
  195. package/composables/projectState.ts +2 -2
  196. package/composables/useAccessTokenCookie.ts +25 -25
  197. package/composables/useActiveNavigation.ts +84 -84
  198. package/composables/useAdaptive.ts +46 -46
  199. package/composables/useBuyTariffs.ts +91 -91
  200. package/composables/useCarouselScroll.ts +49 -49
  201. package/composables/useChipOverflow.ts +92 -92
  202. package/composables/useHeaderNavigationLinks.ts +519 -519
  203. package/composables/useIdModals.ts +36 -36
  204. package/composables/usePayment.ts +78 -78
  205. package/composables/useUIValidation.ts +16 -16
  206. package/composables/useUrls.ts +23 -23
  207. package/eslint.config.mjs +58 -58
  208. package/i18n/i18n.config.ts +21 -21
  209. package/i18n.config.ts +21 -21
  210. package/icons/adata-logo.vue +17 -17
  211. package/icons/ai/ai-diamond-unfilled.vue +26 -0
  212. package/icons/ai/ai-diamond.vue +11 -0
  213. package/icons/ai-assistant.vue +13 -13
  214. package/icons/akimat.vue +20 -20
  215. package/icons/archive.vue +16 -16
  216. package/icons/arrow/arrow-bottom-left-on-square.vue +5 -5
  217. package/icons/arrow/arrow-circle-down.vue +16 -16
  218. package/icons/arrow/arrow-circle-reset.vue +16 -16
  219. package/icons/arrow/arrow-corner.vue +9 -9
  220. package/icons/arrow/arrow-down-left.vue +6 -6
  221. package/icons/arrow/arrow-graph-down.vue +13 -13
  222. package/icons/arrow/arrow-graph-up.vue +14 -14
  223. package/icons/arrow/arrow-left-right.vue +8 -8
  224. package/icons/arrow/arrow-left.vue +14 -14
  225. package/icons/arrow/arrow-right.vue +14 -14
  226. package/icons/arrow/arrow-square-down.vue +15 -15
  227. package/icons/arrow/arrow-top-right-on-square.vue +6 -6
  228. package/icons/arrow/arrow-up-right.vue +6 -6
  229. package/icons/arrow/arrows-in.vue +11 -11
  230. package/icons/arrow/arrows-out.vue +11 -11
  231. package/icons/arrow/arrows-resize-in.vue +38 -38
  232. package/icons/arrow/arrows-resize-out.vue +17 -17
  233. package/icons/arrow-currency-gray.vue +5 -5
  234. package/icons/arrow-currency-green.vue +5 -5
  235. package/icons/arrow-currency-red.vue +5 -5
  236. package/icons/arrow-side-up.vue +6 -6
  237. package/icons/avatar.vue +12 -12
  238. package/icons/bank.vue +5 -5
  239. package/icons/bar-chart-3.vue +3 -3
  240. package/icons/bill.vue +3 -3
  241. package/icons/block.vue +16 -16
  242. package/icons/book-open.vue +3 -3
  243. package/icons/bookmark/bookmark-filled.vue +19 -19
  244. package/icons/bookmark/bookmark.vue +5 -5
  245. package/icons/bot.vue +52 -52
  246. package/icons/braces.vue +3 -3
  247. package/icons/briefcase.vue +14 -14
  248. package/icons/browsers/browser-duck.vue +65 -65
  249. package/icons/browsers/browser-google.vue +30 -30
  250. package/icons/browsers/browser-yandex.vue +13 -13
  251. package/icons/building-vector.vue +7 -7
  252. package/icons/building.vue +9 -9
  253. package/icons/calculator.vue +7 -7
  254. package/icons/calendar.vue +24 -24
  255. package/icons/car-side.vue +16 -16
  256. package/icons/car.vue +7 -7
  257. package/icons/cart.vue +15 -15
  258. package/icons/chart-bar.vue +5 -5
  259. package/icons/chart-no-axes-column.vue +3 -3
  260. package/icons/chart-pie.vue +16 -16
  261. package/icons/check/check-circle.vue +6 -6
  262. package/icons/check/check-outline.vue +3 -3
  263. package/icons/check/check-shield.vue +14 -14
  264. package/icons/check/check.vue +17 -17
  265. package/icons/check/checkmark-circle.vue +6 -6
  266. package/icons/check-sb.vue +7 -7
  267. package/icons/checkbox/checkbox-active.vue +17 -17
  268. package/icons/checkbox/checkbox-empty.vue +10 -10
  269. package/icons/checkbox/checkbox-intermediate.vue +7 -7
  270. package/icons/chevron/chevron-down-outline.vue +3 -3
  271. package/icons/chevron/chevron-down.vue +5 -5
  272. package/icons/chevron/chevron-left.vue +5 -5
  273. package/icons/chevron/chevron-right.vue +5 -5
  274. package/icons/chevron/chevron-up.vue +5 -5
  275. package/icons/chevron/double-chevron-right.vue +12 -12
  276. package/icons/clipboard-list.vue +3 -3
  277. package/icons/clipboard-text.vue +7 -7
  278. package/icons/clock-outline.vue +3 -3
  279. package/icons/clock-time.vue +24 -24
  280. package/icons/clock.vue +25 -25
  281. package/icons/close.vue +16 -16
  282. package/icons/cloud/cloud-upload.vue +3 -3
  283. package/icons/code.vue +9 -9
  284. package/icons/company/company-bazis.vue +21 -21
  285. package/icons/company/company-bereke.vue +25 -25
  286. package/icons/company/company-bigroup.vue +16 -16
  287. package/icons/company/company-erg.vue +17 -17
  288. package/icons/company/company-forte.vue +21 -21
  289. package/icons/company/company-halyk.vue +15 -15
  290. package/icons/company/company-jusan.vue +31 -31
  291. package/icons/company/company-kaspi.vue +14 -14
  292. package/icons/company/company-kazzinc.vue +22 -22
  293. package/icons/company/company-mycar.vue +13 -13
  294. package/icons/company/company-samruk.vue +21 -21
  295. package/icons/company-egov-small.vue +15 -15
  296. package/icons/company.vue +8 -8
  297. package/icons/compare-outlined.vue +8 -8
  298. package/icons/copy.vue +7 -7
  299. package/icons/crown.vue +6 -6
  300. package/icons/currency/currency-dollar.vue +16 -16
  301. package/icons/currency/currency-down.vue +22 -22
  302. package/icons/currency/currency-eur.vue +57 -57
  303. package/icons/currency/currency-rub.vue +7 -7
  304. package/icons/currency/currency-tenge.vue +9 -9
  305. package/icons/currency/currency-usd.vue +221 -221
  306. package/icons/currency/currency-yuan.vue +25 -25
  307. package/icons/database.vue +3 -3
  308. package/icons/default-avatar.vue +20 -20
  309. package/icons/delete.vue +7 -7
  310. package/icons/document.vue +5 -5
  311. package/icons/dots-horizontal.vue +31 -31
  312. package/icons/download-line.vue +13 -13
  313. package/icons/download-outline.vue +3 -3
  314. package/icons/download-rounded.vue +15 -15
  315. package/icons/download.vue +11 -11
  316. package/icons/edit.vue +7 -7
  317. package/icons/education.vue +16 -16
  318. package/icons/egov-small.vue +7 -7
  319. package/icons/egov.vue +41 -41
  320. package/icons/elicense.vue +38 -38
  321. package/icons/excel-icon.vue +14 -14
  322. package/icons/expand-window.vue +7 -7
  323. package/icons/eye-closed.vue +26 -26
  324. package/icons/eye-open.vue +7 -7
  325. package/icons/eye-opened.vue +23 -23
  326. package/icons/favourite-bookmark-outline.vue +17 -17
  327. package/icons/file/file-check-corner.vue +3 -3
  328. package/icons/file/file-spreadsheet.vue +3 -3
  329. package/icons/file/file.vue +16 -16
  330. package/icons/file/files.vue +16 -16
  331. package/icons/file-json.vue +3 -3
  332. package/icons/file-pen.vue +31 -31
  333. package/icons/file-search.vue +3 -3
  334. package/icons/file-stack.vue +31 -31
  335. package/icons/file-text.vue +3 -3
  336. package/icons/file-types/excel.vue +131 -131
  337. package/icons/file-types/html.vue +13 -13
  338. package/icons/file-types/jpeg.vue +16 -16
  339. package/icons/file-types/pdf.vue +11 -11
  340. package/icons/file-types/png.vue +11 -11
  341. package/icons/file-types/rar.vue +11 -11
  342. package/icons/file-types/word.vue +50 -50
  343. package/icons/file-types/zip.vue +11 -11
  344. package/icons/filter.vue +5 -5
  345. package/icons/flag.vue +7 -7
  346. package/icons/flask-conical.vue +3 -3
  347. package/icons/folder-open.vue +3 -3
  348. package/icons/gauge.vue +17 -17
  349. package/icons/gift-outline.vue +3 -3
  350. package/icons/gift.vue +8 -8
  351. package/icons/git-compare.vue +38 -38
  352. package/icons/git-fork.vue +3 -3
  353. package/icons/globe-2.vue +3 -3
  354. package/icons/globe.vue +16 -16
  355. package/icons/google.vue +41 -41
  356. package/icons/gradiend-icons/files-gradient.vue +22 -22
  357. package/icons/gradiend-icons/hammer-gradient.vue +62 -62
  358. package/icons/graduation-cap.vue +31 -31
  359. package/icons/graph-loading.vue +34 -34
  360. package/icons/graph-pie.vue +14 -14
  361. package/icons/hand/hand-thumb-up-filled.vue +5 -5
  362. package/icons/hand/hand-thumb-up.vue +5 -5
  363. package/icons/hand-with-phone/hand-with-phone-dark.vue +52 -52
  364. package/icons/hand-with-phone/hand-with-phone-light.vue +52 -52
  365. package/icons/handshake.vue +5 -5
  366. package/icons/hcheck.vue +14 -14
  367. package/icons/hdocument.vue +7 -7
  368. package/icons/headset.vue +6 -6
  369. package/icons/help-question-circle.vue +26 -26
  370. package/icons/history.vue +5 -5
  371. package/icons/home.vue +14 -14
  372. package/icons/horizontal-more.vue +13 -13
  373. package/icons/hot-line.vue +6 -6
  374. package/icons/hummer.vue +16 -16
  375. package/icons/id.vue +7 -7
  376. package/icons/in-row-type.vue +46 -46
  377. package/icons/in-table-type.vue +29 -29
  378. package/icons/info/info-circle.vue +29 -29
  379. package/icons/invoice.vue +8 -8
  380. package/icons/judge.vue +14 -14
  381. package/icons/kaspi-qr.vue +13 -13
  382. package/icons/key-round.vue +3 -3
  383. package/icons/landmark.vue +3 -3
  384. package/icons/layers.vue +3 -3
  385. package/icons/letter/letter-a.vue +8 -8
  386. package/icons/letter/letter-b.vue +6 -6
  387. package/icons/letter/letter-c.vue +6 -6
  388. package/icons/letter/letter-d.vue +6 -6
  389. package/icons/letter/letter-e.vue +6 -6
  390. package/icons/link-chain.vue +28 -28
  391. package/icons/link-url.vue +3 -3
  392. package/icons/link.vue +7 -7
  393. package/icons/linkedin.vue +24 -24
  394. package/icons/list-checks.vue +3 -0
  395. package/icons/list-tree.vue +3 -3
  396. package/icons/loader-circle.vue +27 -27
  397. package/icons/location.vue +8 -8
  398. package/icons/lock.vue +5 -5
  399. package/icons/log-out.vue +21 -0
  400. package/icons/logo.vue +15 -15
  401. package/icons/logout.vue +16 -16
  402. package/icons/magnify/magnifying-glass-minus.vue +8 -8
  403. package/icons/magnify/magnifying-glass-plus.vue +9 -9
  404. package/icons/magnify/magnifying-glass.vue +9 -9
  405. package/icons/mail-question-mark.vue +8 -8
  406. package/icons/mail.vue +7 -7
  407. package/icons/mailru.vue +34 -34
  408. package/icons/main-filter.vue +10 -10
  409. package/icons/map/map-pin-filled.vue +7 -7
  410. package/icons/map/map-pin-rect.vue +15 -15
  411. package/icons/map/map-pin.vue +7 -7
  412. package/icons/map-marker-start.vue +7 -7
  413. package/icons/map-paper.vue +5 -5
  414. package/icons/medal.vue +7 -7
  415. package/icons/menu-filled.vue +20 -20
  416. package/icons/menu.vue +8 -8
  417. package/icons/message/message-square.vue +3 -3
  418. package/icons/message/message.vue +12 -12
  419. package/icons/message-dotted.vue +30 -30
  420. package/icons/messages-square.vue +3 -3
  421. package/icons/minus/minus-circle.vue +10 -10
  422. package/icons/money.vue +5 -5
  423. package/icons/monitoring.vue +10 -10
  424. package/icons/moon.vue +8 -8
  425. package/icons/more.vue +29 -29
  426. package/icons/network.vue +3 -3
  427. package/icons/newspaper.vue +3 -3
  428. package/icons/note-pencil.vue +14 -14
  429. package/icons/note.vue +14 -14
  430. package/icons/notification-error.vue +17 -17
  431. package/icons/notification.vue +16 -16
  432. package/icons/paperclip.vue +7 -7
  433. package/icons/payment/payment-card.vue +6 -6
  434. package/icons/payment/payment-kaspi.vue +11 -11
  435. package/icons/person-vector.vue +7 -7
  436. package/icons/person-with-briefcase.vue +10 -10
  437. package/icons/person.vue +22 -22
  438. package/icons/phone-call.vue +6 -6
  439. package/icons/phone-filled.vue +5 -5
  440. package/icons/phone-reversed.vue +3 -3
  441. package/icons/phone.vue +7 -7
  442. package/icons/plus/plus-circle.vue +8 -8
  443. package/icons/plus/plus.vue +13 -13
  444. package/icons/profile.vue +5 -5
  445. package/icons/radio/radio-check.vue +8 -8
  446. package/icons/radio/radio-empty.vue +10 -10
  447. package/icons/receipt.vue +8 -8
  448. package/icons/refresh-cw.vue +8 -8
  449. package/icons/robot-outline.vue +3 -3
  450. package/icons/robot.vue +14 -14
  451. package/icons/route.vue +7 -7
  452. package/icons/sanctions.vue +8 -8
  453. package/icons/scales/scale-outline.vue +3 -3
  454. package/icons/scales/scale.vue +16 -16
  455. package/icons/scales/scales.vue +5 -5
  456. package/icons/scales/standing-scales.vue +15 -15
  457. package/icons/scan-search.vue +3 -3
  458. package/icons/search-outline.vue +3 -3
  459. package/icons/search.vue +27 -27
  460. package/icons/send.vue +3 -3
  461. package/icons/settings.vue +26 -26
  462. package/icons/share/share-alt.vue +5 -5
  463. package/icons/share/share.vue +14 -14
  464. package/icons/shield-alert.vue +31 -31
  465. package/icons/shield-check.vue +20 -0
  466. package/icons/shield-verified.vue +14 -14
  467. package/icons/ship.vue +8 -8
  468. package/icons/shuffle.vue +3 -0
  469. package/icons/socials/face-book.vue +15 -15
  470. package/icons/socials/facebook-color.vue +16 -16
  471. package/icons/socials/globe-color.vue +16 -16
  472. package/icons/socials/instagram-color.vue +46 -46
  473. package/icons/socials/instagram.vue +19 -19
  474. package/icons/socials/linkedin-color.vue +14 -14
  475. package/icons/socials/telegram-color.vue +16 -16
  476. package/icons/socials/telegram.vue +15 -15
  477. package/icons/socials/tik-tok.vue +15 -15
  478. package/icons/socials/tiktok-color.vue +14 -14
  479. package/icons/socials/vk-color.vue +16 -16
  480. package/icons/socials/youtube-color.vue +16 -16
  481. package/icons/socials/youtube.vue +16 -16
  482. package/icons/sort/sort-asc.vue +15 -15
  483. package/icons/sort/sort-desc.vue +15 -15
  484. package/icons/sparkles.vue +3 -3
  485. package/icons/splitting-arrows.vue +8 -8
  486. package/icons/star/star-filled.vue +41 -41
  487. package/icons/star/star-half-filled.vue +21 -21
  488. package/icons/star/star.vue +25 -25
  489. package/icons/sun.vue +25 -25
  490. package/icons/sviazi.vue +5 -5
  491. package/icons/tag.vue +30 -30
  492. package/icons/tasks.vue +10 -10
  493. package/icons/tender-search.vue +11 -11
  494. package/icons/terminal.vue +3 -3
  495. package/icons/toasts/check-circle-toast.vue +6 -6
  496. package/icons/toasts/warning-triangle-toast.vue +8 -8
  497. package/icons/trash.vue +13 -13
  498. package/icons/triangle-alert.vue +3 -3
  499. package/icons/triangle.vue +10 -10
  500. package/icons/truck.vue +7 -7
  501. package/icons/user-plus.vue +3 -3
  502. package/icons/user-square.vue +14 -14
  503. package/icons/user.vue +22 -22
  504. package/icons/users-focus.vue +8 -8
  505. package/icons/users-outline.vue +3 -3
  506. package/icons/users-round.vue +3 -3
  507. package/icons/users-three.vue +7 -7
  508. package/icons/users.vue +8 -8
  509. package/icons/view-eye-open.vue +13 -13
  510. package/icons/warning/warning-circle.vue +29 -29
  511. package/icons/warning/warning-triangle-filled.vue +12 -12
  512. package/icons/warning/warning-triangle.vue +28 -28
  513. package/icons/webhook.vue +3 -3
  514. package/icons/whatsapp.vue +8 -8
  515. package/icons/work-bag.vue +11 -11
  516. package/icons/work-case.vue +9 -9
  517. package/icons/work-search.vue +10 -10
  518. package/icons/work.vue +5 -5
  519. package/icons/workflow.vue +3 -3
  520. package/icons/x-mark.vue +15 -15
  521. package/icons/x-outline.vue +3 -3
  522. package/icons/yandex.vue +29 -29
  523. package/icons/zap.vue +3 -3
  524. package/illustrations/address-location.vue +38 -38
  525. package/illustrations/award-badge.vue +105 -105
  526. package/illustrations/ball-with-chain.vue +120 -120
  527. package/illustrations/bill.vue +133 -133
  528. package/illustrations/buildings.vue +82 -82
  529. package/illustrations/calendar.vue +156 -156
  530. package/illustrations/chains.vue +152 -152
  531. package/illustrations/coin-percent.vue +126 -126
  532. package/illustrations/coins-stack.vue +202 -202
  533. package/illustrations/delete-dark.vue +32 -32
  534. package/illustrations/delete.vue +33 -33
  535. package/illustrations/doc-with-stamp.vue +126 -126
  536. package/illustrations/document.vue +64 -64
  537. package/illustrations/door.vue +85 -85
  538. package/illustrations/empty-badge-check.vue +20 -20
  539. package/illustrations/empty-ban.vue +18 -18
  540. package/illustrations/empty-box.vue +77 -77
  541. package/illustrations/empty-filter.vue +20 -20
  542. package/illustrations/empty-inbox.vue +19 -19
  543. package/illustrations/empty-scale.vue +22 -22
  544. package/illustrations/empty-search-x.vue +21 -21
  545. package/illustrations/empty-shopping-cart.vue +21 -21
  546. package/illustrations/empty-users-round.vue +20 -20
  547. package/illustrations/empty-wallet.vue +127 -127
  548. package/illustrations/graph-in-coin.vue +119 -119
  549. package/illustrations/hammer.vue +156 -156
  550. package/illustrations/hand-cash.vue +108 -108
  551. package/illustrations/info.vue +52 -52
  552. package/illustrations/mail-active.vue +86 -86
  553. package/illustrations/mail.vue +68 -68
  554. package/illustrations/no-access.vue +92 -92
  555. package/illustrations/notes-search.vue +20 -20
  556. package/illustrations/notes-sticky.vue +20 -20
  557. package/illustrations/ok.vue +90 -90
  558. package/illustrations/people-group.vue +237 -237
  559. package/illustrations/person-with-phone.vue +187 -187
  560. package/illustrations/person.vue +159 -159
  561. package/illustrations/phone-check.vue +110 -110
  562. package/illustrations/phone-payment-method.vue +223 -223
  563. package/illustrations/scheme-notes.vue +21 -21
  564. package/illustrations/scheme-waypoints.vue +25 -25
  565. package/illustrations/search.vue +14 -14
  566. package/illustrations/shield-user.vue +94 -94
  567. package/illustrations/stop-hand.vue +84 -84
  568. package/illustrations/stop-sign.vue +34 -34
  569. package/illustrations/suit.vue +97 -97
  570. package/illustrations/suitcase.vue +105 -105
  571. package/illustrations/terminal.vue +100 -100
  572. package/illustrations/trash-can.vue +66 -66
  573. package/illustrations/turn-on-tariff.vue +38 -38
  574. package/illustrations/two-persons.vue +169 -169
  575. package/lang/en.ts +878 -878
  576. package/lang/kk.ts +880 -880
  577. package/lang/ru.ts +880 -880
  578. package/layouts/default.vue +13 -13
  579. package/nuxt.config.ts +95 -95
  580. package/package.json +64 -64
  581. package/plugins/maska.ts +4 -4
  582. package/plugins/toast.client.ts +41 -41
  583. package/public/kaspi/logo.svg +4 -4
  584. package/shared/constans/pages.ts +96 -96
  585. package/tsconfig.json +6 -6
  586. package/utils/getMaxZindex.ts +25 -25
  587. package/utils/localizedNavigation.ts +36 -36
  588. package/utils/toCssSize.ts +11 -11
  589. package/utils/twMerge.ts +34 -34
  590. package/vitest.config.ts +14 -14
  591. package/.claude/settings.local.json +0 -19
@@ -1,24 +1,24 @@
1
- <template>
2
- <svg
3
- width="16"
4
- height="16"
5
- viewBox="0 0 16 16"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <circle
10
- cx="8"
11
- cy="8"
12
- r="6"
13
- stroke="currentColor"
14
- stroke-width="1.25"
15
- />
16
- <path
17
- d="M8 4.75V8L10.25 9.5"
18
- stroke="currentColor"
19
- stroke-width="1.25"
20
- stroke-linecap="round"
21
- stroke-linejoin="round"
22
- />
23
- </svg>
24
- </template>
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 16 16"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <circle
10
+ cx="8"
11
+ cy="8"
12
+ r="6"
13
+ stroke="currentColor"
14
+ stroke-width="1.25"
15
+ />
16
+ <path
17
+ d="M8 4.75V8L10.25 9.5"
18
+ stroke="currentColor"
19
+ stroke-width="1.25"
20
+ stroke-linecap="round"
21
+ stroke-linejoin="round"
22
+ />
23
+ </svg>
24
+ </template>
package/icons/clock.vue CHANGED
@@ -1,25 +1,25 @@
1
-
2
- <template>
3
- <svg
4
- width="16"
5
- height="16"
6
- viewBox="0 0 16 16"
7
- fill="none"
8
- xmlns="http://www.w3.org/2000/svg"
9
- >
10
- <path
11
- fill-rule="evenodd"
12
- clip-rule="evenodd"
13
- d="M8.00004 2.04999C11.2861 2.04999 13.95 4.71388 13.95 7.99996C13.95 11.286 11.2861 13.9499 8.00004 13.9499C4.71397 13.9499 2.05008 11.286 2.05008 7.99996C2.05008 4.71388 4.71397 2.04999 8.00004 2.04999ZM15 7.99996C15 4.13399 11.866 1 8.00004 1C4.13407 1 1.00008 4.13399 1.00008 7.99996C1.00008 11.8659 4.13407 14.9999 8.00004 14.9999C11.866 14.9999 15 11.8659 15 7.99996Z"
14
- fill="currentColor"
15
- />
16
- <path
17
- fill-rule="evenodd"
18
- clip-rule="evenodd"
19
- d="M8.00004 4.77705C7.71009 4.77705 7.47504 5.0121 7.47504 5.30204V7.75952L4.90795 10.3266C4.70293 10.5316 4.70293 10.8641 4.90795 11.0691C5.11298 11.2741 5.44538 11.2741 5.65041 11.0691L8.52504 8.19444V5.30204C8.52504 5.0121 8.28999 4.77705 8.00004 4.77705Z"
20
- fill="currentColor"
21
- />
22
- </svg>
23
- </template>
24
- <script setup lang="ts">
25
- </script>
1
+
2
+ <template>
3
+ <svg
4
+ width="16"
5
+ height="16"
6
+ viewBox="0 0 16 16"
7
+ fill="none"
8
+ xmlns="http://www.w3.org/2000/svg"
9
+ >
10
+ <path
11
+ fill-rule="evenodd"
12
+ clip-rule="evenodd"
13
+ d="M8.00004 2.04999C11.2861 2.04999 13.95 4.71388 13.95 7.99996C13.95 11.286 11.2861 13.9499 8.00004 13.9499C4.71397 13.9499 2.05008 11.286 2.05008 7.99996C2.05008 4.71388 4.71397 2.04999 8.00004 2.04999ZM15 7.99996C15 4.13399 11.866 1 8.00004 1C4.13407 1 1.00008 4.13399 1.00008 7.99996C1.00008 11.8659 4.13407 14.9999 8.00004 14.9999C11.866 14.9999 15 11.8659 15 7.99996Z"
14
+ fill="currentColor"
15
+ />
16
+ <path
17
+ fill-rule="evenodd"
18
+ clip-rule="evenodd"
19
+ d="M8.00004 4.77705C7.71009 4.77705 7.47504 5.0121 7.47504 5.30204V7.75952L4.90795 10.3266C4.70293 10.5316 4.70293 10.8641 4.90795 11.0691C5.11298 11.2741 5.44538 11.2741 5.65041 11.0691L8.52504 8.19444V5.30204C8.52504 5.0121 8.28999 4.77705 8.00004 4.77705Z"
20
+ fill="currentColor"
21
+ />
22
+ </svg>
23
+ </template>
24
+ <script setup lang="ts">
25
+ </script>
package/icons/close.vue CHANGED
@@ -1,16 +1,16 @@
1
- <template>
2
- <svg
3
- width="24"
4
- height="24"
5
- viewBox="0 0 24 24"
6
- fill="currentColor"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- fill-rule="evenodd"
11
- clip-rule="evenodd"
12
- d="M17.7489 7.46323C18.0837 7.1285 18.0837 6.58579 17.7489 6.25105C17.4142 5.91632 16.8715 5.91632 16.5368 6.25105L12 10.7878L7.46323 6.25105C7.1285 5.91632 6.58579 5.91632 6.25105 6.25105C5.91632 6.58579 5.91632 7.1285 6.25105 7.46323L10.7878 12L6.25105 16.5368C5.91632 16.8715 5.91632 17.4142 6.25105 17.7489C6.58579 18.0837 7.1285 18.0837 7.46323 17.7489L12 13.2122L16.5368 17.7489C16.8715 18.0837 17.4142 18.0837 17.7489 17.7489C18.0837 17.4142 18.0837 16.8715 17.7489 16.5368L13.2122 12L17.7489 7.46323Z"
13
- fill="currentColor"
14
- />
15
- </svg>
16
- </template>
1
+ <template>
2
+ <svg
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="currentColor"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M17.7489 7.46323C18.0837 7.1285 18.0837 6.58579 17.7489 6.25105C17.4142 5.91632 16.8715 5.91632 16.5368 6.25105L12 10.7878L7.46323 6.25105C7.1285 5.91632 6.58579 5.91632 6.25105 6.25105C5.91632 6.58579 5.91632 7.1285 6.25105 7.46323L10.7878 12L6.25105 16.5368C5.91632 16.8715 5.91632 17.4142 6.25105 17.7489C6.58579 18.0837 7.1285 18.0837 7.46323 17.7489L12 13.2122L16.5368 17.7489C16.8715 18.0837 17.4142 18.0837 17.7489 17.7489C18.0837 17.4142 18.0837 16.8715 17.7489 16.5368L13.2122 12L17.7489 7.46323Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
@@ -1,3 +1,3 @@
1
- <template>
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-cloud-upload-icon lucide-cloud-upload"><path d="M12 13v8"/><path d="M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"/><path d="m8 17 4-4 4 4"/></svg>
3
- </template>
1
+ <template>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-cloud-upload-icon lucide-cloud-upload"><path d="M12 13v8"/><path d="M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"/><path d="m8 17 4-4 4 4"/></svg>
3
+ </template>
package/icons/code.vue CHANGED
@@ -1,9 +1,9 @@
1
- <template>
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
3
- stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
4
- class="lucide lucide-code-xml-icon lucide-code-xml">
5
- <path d="m18 16 4-4-4-4"/>
6
- <path d="m6 8-4 4 4 4"/>
7
- <path d="m14.5 4-5 16"/>
8
- </svg>
9
- </template>
1
+ <template>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
3
+ stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
4
+ class="lucide lucide-code-xml-icon lucide-code-xml">
5
+ <path d="m18 16 4-4-4-4"/>
6
+ <path d="m6 8-4 4 4 4"/>
7
+ <path d="m14.5 4-5 16"/>
8
+ </svg>
9
+ </template>
@@ -1,21 +1,21 @@
1
- <template>
2
- <svg
3
- width="200"
4
- height="62"
5
- viewBox="0 0 200 62"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- class="group"
9
- >
10
- <path
11
- class="fill-[#2C3E50] dark:fill-[#fff]"
12
- d="M64.0003 51L52.3698 39.7244H34.415L64.0003 11L93.5855 39.7244H75.6307L64.0003 51ZM56.443 37.6369C56.7075 37.6418 56.9721 37.6121 57.2317 37.5526C57.4463 37.4981 57.626 37.4138 57.7658 37.3096C58.0853 37.0468 58.2699 36.6551 58.2749 36.2386C58.2749 35.951 58.1901 35.708 58.0303 35.5048C57.8756 35.3015 57.6509 35.1478 57.3564 35.0635C57.5761 34.9494 57.7508 34.8106 57.8656 34.6221C57.9804 34.4486 58.0303 34.2453 58.0303 34.042C58.0303 33.8139 57.9655 33.5957 57.8406 33.4073C57.7158 33.209 57.5311 33.0503 57.3165 32.9561C57.0869 32.8569 56.7924 32.8073 56.423 32.8073H54.5911V37.622L56.443 37.6369ZM55.225 34.8354V33.3825H56.2084C56.458 33.3726 56.7075 33.3924 56.9471 33.447C57.0819 33.4867 57.2017 33.5759 57.2766 33.6999C57.3614 33.8139 57.3914 33.9627 57.3914 34.1263C57.3914 34.2899 57.3515 34.4288 57.2666 34.5329C57.1867 34.6568 57.062 34.7362 56.8972 34.7758C56.7725 34.8155 56.5678 34.8354 56.2783 34.8354H55.225ZM55.23 37.0617V35.3957H56.3581C56.6626 35.3957 56.9072 35.4304 57.0719 35.48C57.2317 35.5295 57.3665 35.6287 57.4563 35.7676C57.5511 35.9064 57.601 36.0651 57.596 36.2337C57.596 36.3874 57.5611 36.5262 57.4962 36.6402C57.4413 36.7493 57.3564 36.8435 57.2467 36.908C57.1468 36.9724 57.027 37.0121 56.8773 37.037C56.7924 37.0518 56.6477 37.0518 56.443 37.0518L55.23 37.0617ZM59.3082 37.6369L59.8323 36.1692H61.8888L62.4479 37.632H63.1866L61.2 32.8123H60.4912L58.6193 37.627L59.3082 37.6369ZM60.0219 35.6535L60.5561 34.2403C60.6609 33.9379 60.7607 33.6255 60.8256 33.3081C60.9104 33.5759 61.0203 33.9131 61.17 34.3197L61.6792 35.6486L60.0219 35.6535ZM67.1749 37.6369V37.0667H64.0502L64.3447 36.7245L67.0801 33.3875V32.8173H63.596V33.3875H66.3164C66.1516 33.5511 65.9869 33.7395 65.8073 33.9577L63.3115 37.0419V37.627L67.1749 37.6369ZM67.9636 37.627H68.6225V32.8123H67.9736L67.9636 37.627ZM69.541 36.0849C69.5509 36.4023 69.6458 36.6898 69.8105 36.9527C69.9802 37.2105 70.2248 37.4088 70.5093 37.5228C71.1683 37.7757 71.897 37.7757 72.5559 37.5228C72.8354 37.3989 73.0501 37.2204 73.1948 36.9923C73.3445 36.7642 73.4144 36.5262 73.4144 36.2733C73.4144 36.0105 73.3496 35.7824 73.2098 35.589C73.08 35.3907 72.8653 35.2271 72.5859 35.0982C72.3862 35.0089 72.0268 34.9097 71.5077 34.7957C70.9835 34.6718 70.6541 34.5577 70.5293 34.4536C70.4045 34.3445 70.3396 34.1858 70.3396 34.0221C70.3446 33.8189 70.4444 33.6305 70.6091 33.5164C70.7838 33.3677 71.0684 33.3032 71.4627 33.3032C71.8321 33.3032 72.1216 33.3776 72.3163 33.5313C72.516 33.7098 72.6358 33.9577 72.6457 34.2255L73.2697 34.1759C73.2647 33.6156 72.9153 33.1148 72.3912 32.9115C72.0867 32.7875 71.7622 32.728 71.4378 32.733C71.1333 32.728 70.8288 32.7826 70.5443 32.8966C70.2747 33.0106 70.0651 33.1743 69.9253 33.3875C69.7856 33.6007 69.7206 33.8189 69.7206 34.0668C69.7206 34.285 69.7806 34.4932 69.8953 34.6718C70.0252 34.8651 70.2048 35.0189 70.4145 35.1229C70.714 35.2568 71.0285 35.361 71.3529 35.4254C71.8071 35.5296 72.0917 35.604 72.2265 35.6535C72.4311 35.7378 72.5809 35.827 72.6607 35.9411C72.7556 36.0551 72.8005 36.194 72.8005 36.3427C72.7955 36.4915 72.7455 36.6353 72.6508 36.7493C72.5659 36.8733 72.4311 36.9675 72.2414 37.0518C72.0318 37.1212 71.8071 37.1609 71.5825 37.1559C71.313 37.1559 71.0584 37.1063 70.8438 37.0072C70.6141 36.908 70.4495 36.794 70.3496 36.6303C70.2448 36.4766 70.1749 36.2783 70.145 36.0353L69.541 36.0849ZM77.5275 32.2074H80.3229V37.1063H87.1264L64.0003 14.6891L40.9391 37.1063H47.6777V32.2074H50.5279L63.9953 19.122L77.5275 32.2074ZM75.6307 32.2074L64.14 21.0657V24.9581L71.6175 32.2074H75.6307ZM63.8605 25.4291L56.8623 32.2074H63.8655V25.4291H63.8605ZM52.3748 38.3112L63.8605 49.4529V45.5605L56.3831 38.3112H52.3748ZM64.14 45.0895L71.2081 38.3162H64.14V45.0895Z"
13
- fill="#BDC7CE"
14
- />
15
- <path
16
- class="fill-[#2C3E50] dark:fill-[#fff]"
17
- d="M99.0225 37V25.5781H106.241V27.5781H101.444V29.9609H102.397C103.47 29.9609 104.351 30.1094 105.038 30.4062C105.731 30.7031 106.241 31.1146 106.569 31.6406C106.903 32.1615 107.069 32.7578 107.069 33.4297C107.069 34.5599 106.692 35.4375 105.937 36.0625C105.187 36.6875 103.991 37 102.351 37H99.0225ZM101.444 35.0156H102.257C102.991 35.0156 103.569 34.8984 103.991 34.6641C104.413 34.4245 104.624 34.013 104.624 33.4297C104.624 33.0234 104.52 32.7135 104.312 32.5C104.108 32.2865 103.814 32.1406 103.429 32.0625C103.049 31.9844 102.593 31.9453 102.062 31.9453H101.444V35.0156ZM115.593 37L114.765 34.2812H110.601L109.773 37H107.164L111.195 25.5312H114.156L118.203 37H115.593ZM114.187 32.25L113.359 29.5938C113.307 29.4167 113.237 29.1901 113.148 28.9141C113.065 28.6328 112.979 28.349 112.89 28.0625C112.807 27.7708 112.739 27.5182 112.687 27.3047C112.635 27.5182 112.562 27.7839 112.468 28.1016C112.38 28.4141 112.294 28.7109 112.211 28.9922C112.127 29.2734 112.067 29.474 112.031 29.5938L111.211 32.25H114.187ZM126.899 28.25C126.899 29.0156 126.625 29.6328 126.078 30.1016C125.532 30.5703 124.839 30.8646 124 30.9844V31.0312C125.042 31.1354 125.844 31.4245 126.407 31.8984C126.969 32.3724 127.25 32.9896 127.25 33.75C127.25 34.4167 127.068 35.0078 126.703 35.5234C126.339 36.0339 125.8 36.4349 125.086 36.7266C124.373 37.013 123.49 37.1562 122.438 37.1562C121.573 37.1562 120.805 37.1042 120.133 37C119.466 36.8906 118.888 36.737 118.399 36.5391V34.5078C118.732 34.6641 119.104 34.7995 119.516 34.9141C119.933 35.0234 120.354 35.1094 120.782 35.1719C121.209 35.2292 121.604 35.2578 121.969 35.2578C122.979 35.2578 123.711 35.112 124.164 34.8203C124.623 34.5286 124.852 34.1146 124.852 33.5781C124.852 33.0312 124.521 32.6328 123.86 32.3828C123.198 32.1328 122.308 32.0078 121.188 32.0078H120.117V30.1172H121.078C121.985 30.1172 122.688 30.0599 123.188 29.9453C123.693 29.8255 124.045 29.6562 124.242 29.4375C124.446 29.2135 124.547 28.9453 124.547 28.6328C124.547 28.2422 124.373 27.9323 124.024 27.7031C123.675 27.4688 123.157 27.3516 122.469 27.3516C121.875 27.3516 121.321 27.4375 120.805 27.6094C120.289 27.776 119.808 28 119.36 28.2812L118.305 26.6641C118.696 26.4089 119.112 26.1875 119.555 26C120.003 25.8125 120.492 25.6693 121.024 25.5703C121.555 25.4661 122.149 25.4141 122.805 25.4141C123.664 25.4141 124.399 25.5365 125.008 25.7812C125.617 26.026 126.084 26.362 126.407 26.7891C126.735 27.2109 126.899 27.6979 126.899 28.25ZM128.743 25.5781H130.923V31.0938C130.923 31.3646 130.918 31.6641 130.907 31.9922C130.902 32.3203 130.892 32.6432 130.876 32.9609C130.865 33.2734 130.855 33.5469 130.845 33.7812C130.834 34.0156 130.824 34.1719 130.813 34.25H130.86L136.134 25.5781H139.032V37H136.876V31.5156C136.876 31.224 136.881 30.9062 136.892 30.5625C136.902 30.2188 136.915 29.8854 136.931 29.5625C136.951 29.2396 136.97 28.9609 136.985 28.7266C137.001 28.487 137.011 28.3281 137.017 28.25H136.954L131.657 37H128.743V25.5781ZM146.127 27.4297C145.663 27.4297 145.252 27.5208 144.892 27.7031C144.538 27.8802 144.239 28.138 143.994 28.4766C143.754 28.8151 143.572 29.224 143.447 29.7031C143.322 30.1823 143.259 30.7214 143.259 31.3203C143.259 32.1276 143.358 32.8177 143.556 33.3906C143.759 33.9583 144.072 34.3932 144.494 34.6953C144.916 34.9922 145.46 35.1406 146.127 35.1406C146.59 35.1406 147.054 35.0885 147.517 34.9844C147.986 34.8802 148.494 34.7318 149.041 34.5391V36.5703C148.535 36.7786 148.038 36.9271 147.548 37.0156C147.059 37.1094 146.509 37.1562 145.9 37.1562C144.723 37.1562 143.754 36.9141 142.994 36.4297C142.239 35.9401 141.679 35.2578 141.314 34.3828C140.949 33.5026 140.767 32.4766 140.767 31.3047C140.767 30.4401 140.884 29.6484 141.119 28.9297C141.353 28.2109 141.697 27.5885 142.15 27.0625C142.603 26.5365 143.163 26.1302 143.83 25.8438C144.496 25.5573 145.262 25.4141 146.127 25.4141C146.694 25.4141 147.262 25.487 147.83 25.6328C148.403 25.7734 148.949 25.9688 149.47 26.2188L148.689 28.1875C148.262 27.9844 147.832 27.8073 147.4 27.6562C146.968 27.5052 146.543 27.4297 146.127 27.4297ZM149.877 33.6875V31.7344H154.072V33.6875H149.877ZM162.347 37L161.518 34.2812H157.354L156.526 37H153.917L157.948 25.5312H160.909L164.956 37H162.347ZM160.94 32.25L160.112 29.5938C160.06 29.4167 159.99 29.1901 159.901 28.9141C159.818 28.6328 159.732 28.349 159.643 28.0625C159.56 27.7708 159.492 27.5182 159.44 27.3047C159.388 27.5182 159.315 27.7839 159.222 28.1016C159.133 28.4141 159.047 28.7109 158.964 28.9922C158.88 29.2734 158.82 29.474 158.784 29.5938L157.964 32.25H160.94Z"
18
- fill="#BDC7CE"
19
- />
20
- </svg>
21
- </template>
1
+ <template>
2
+ <svg
3
+ width="200"
4
+ height="62"
5
+ viewBox="0 0 200 62"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ class="group"
9
+ >
10
+ <path
11
+ class="fill-[#2C3E50] dark:fill-[#fff]"
12
+ d="M64.0003 51L52.3698 39.7244H34.415L64.0003 11L93.5855 39.7244H75.6307L64.0003 51ZM56.443 37.6369C56.7075 37.6418 56.9721 37.6121 57.2317 37.5526C57.4463 37.4981 57.626 37.4138 57.7658 37.3096C58.0853 37.0468 58.2699 36.6551 58.2749 36.2386C58.2749 35.951 58.1901 35.708 58.0303 35.5048C57.8756 35.3015 57.6509 35.1478 57.3564 35.0635C57.5761 34.9494 57.7508 34.8106 57.8656 34.6221C57.9804 34.4486 58.0303 34.2453 58.0303 34.042C58.0303 33.8139 57.9655 33.5957 57.8406 33.4073C57.7158 33.209 57.5311 33.0503 57.3165 32.9561C57.0869 32.8569 56.7924 32.8073 56.423 32.8073H54.5911V37.622L56.443 37.6369ZM55.225 34.8354V33.3825H56.2084C56.458 33.3726 56.7075 33.3924 56.9471 33.447C57.0819 33.4867 57.2017 33.5759 57.2766 33.6999C57.3614 33.8139 57.3914 33.9627 57.3914 34.1263C57.3914 34.2899 57.3515 34.4288 57.2666 34.5329C57.1867 34.6568 57.062 34.7362 56.8972 34.7758C56.7725 34.8155 56.5678 34.8354 56.2783 34.8354H55.225ZM55.23 37.0617V35.3957H56.3581C56.6626 35.3957 56.9072 35.4304 57.0719 35.48C57.2317 35.5295 57.3665 35.6287 57.4563 35.7676C57.5511 35.9064 57.601 36.0651 57.596 36.2337C57.596 36.3874 57.5611 36.5262 57.4962 36.6402C57.4413 36.7493 57.3564 36.8435 57.2467 36.908C57.1468 36.9724 57.027 37.0121 56.8773 37.037C56.7924 37.0518 56.6477 37.0518 56.443 37.0518L55.23 37.0617ZM59.3082 37.6369L59.8323 36.1692H61.8888L62.4479 37.632H63.1866L61.2 32.8123H60.4912L58.6193 37.627L59.3082 37.6369ZM60.0219 35.6535L60.5561 34.2403C60.6609 33.9379 60.7607 33.6255 60.8256 33.3081C60.9104 33.5759 61.0203 33.9131 61.17 34.3197L61.6792 35.6486L60.0219 35.6535ZM67.1749 37.6369V37.0667H64.0502L64.3447 36.7245L67.0801 33.3875V32.8173H63.596V33.3875H66.3164C66.1516 33.5511 65.9869 33.7395 65.8073 33.9577L63.3115 37.0419V37.627L67.1749 37.6369ZM67.9636 37.627H68.6225V32.8123H67.9736L67.9636 37.627ZM69.541 36.0849C69.5509 36.4023 69.6458 36.6898 69.8105 36.9527C69.9802 37.2105 70.2248 37.4088 70.5093 37.5228C71.1683 37.7757 71.897 37.7757 72.5559 37.5228C72.8354 37.3989 73.0501 37.2204 73.1948 36.9923C73.3445 36.7642 73.4144 36.5262 73.4144 36.2733C73.4144 36.0105 73.3496 35.7824 73.2098 35.589C73.08 35.3907 72.8653 35.2271 72.5859 35.0982C72.3862 35.0089 72.0268 34.9097 71.5077 34.7957C70.9835 34.6718 70.6541 34.5577 70.5293 34.4536C70.4045 34.3445 70.3396 34.1858 70.3396 34.0221C70.3446 33.8189 70.4444 33.6305 70.6091 33.5164C70.7838 33.3677 71.0684 33.3032 71.4627 33.3032C71.8321 33.3032 72.1216 33.3776 72.3163 33.5313C72.516 33.7098 72.6358 33.9577 72.6457 34.2255L73.2697 34.1759C73.2647 33.6156 72.9153 33.1148 72.3912 32.9115C72.0867 32.7875 71.7622 32.728 71.4378 32.733C71.1333 32.728 70.8288 32.7826 70.5443 32.8966C70.2747 33.0106 70.0651 33.1743 69.9253 33.3875C69.7856 33.6007 69.7206 33.8189 69.7206 34.0668C69.7206 34.285 69.7806 34.4932 69.8953 34.6718C70.0252 34.8651 70.2048 35.0189 70.4145 35.1229C70.714 35.2568 71.0285 35.361 71.3529 35.4254C71.8071 35.5296 72.0917 35.604 72.2265 35.6535C72.4311 35.7378 72.5809 35.827 72.6607 35.9411C72.7556 36.0551 72.8005 36.194 72.8005 36.3427C72.7955 36.4915 72.7455 36.6353 72.6508 36.7493C72.5659 36.8733 72.4311 36.9675 72.2414 37.0518C72.0318 37.1212 71.8071 37.1609 71.5825 37.1559C71.313 37.1559 71.0584 37.1063 70.8438 37.0072C70.6141 36.908 70.4495 36.794 70.3496 36.6303C70.2448 36.4766 70.1749 36.2783 70.145 36.0353L69.541 36.0849ZM77.5275 32.2074H80.3229V37.1063H87.1264L64.0003 14.6891L40.9391 37.1063H47.6777V32.2074H50.5279L63.9953 19.122L77.5275 32.2074ZM75.6307 32.2074L64.14 21.0657V24.9581L71.6175 32.2074H75.6307ZM63.8605 25.4291L56.8623 32.2074H63.8655V25.4291H63.8605ZM52.3748 38.3112L63.8605 49.4529V45.5605L56.3831 38.3112H52.3748ZM64.14 45.0895L71.2081 38.3162H64.14V45.0895Z"
13
+ fill="#BDC7CE"
14
+ />
15
+ <path
16
+ class="fill-[#2C3E50] dark:fill-[#fff]"
17
+ d="M99.0225 37V25.5781H106.241V27.5781H101.444V29.9609H102.397C103.47 29.9609 104.351 30.1094 105.038 30.4062C105.731 30.7031 106.241 31.1146 106.569 31.6406C106.903 32.1615 107.069 32.7578 107.069 33.4297C107.069 34.5599 106.692 35.4375 105.937 36.0625C105.187 36.6875 103.991 37 102.351 37H99.0225ZM101.444 35.0156H102.257C102.991 35.0156 103.569 34.8984 103.991 34.6641C104.413 34.4245 104.624 34.013 104.624 33.4297C104.624 33.0234 104.52 32.7135 104.312 32.5C104.108 32.2865 103.814 32.1406 103.429 32.0625C103.049 31.9844 102.593 31.9453 102.062 31.9453H101.444V35.0156ZM115.593 37L114.765 34.2812H110.601L109.773 37H107.164L111.195 25.5312H114.156L118.203 37H115.593ZM114.187 32.25L113.359 29.5938C113.307 29.4167 113.237 29.1901 113.148 28.9141C113.065 28.6328 112.979 28.349 112.89 28.0625C112.807 27.7708 112.739 27.5182 112.687 27.3047C112.635 27.5182 112.562 27.7839 112.468 28.1016C112.38 28.4141 112.294 28.7109 112.211 28.9922C112.127 29.2734 112.067 29.474 112.031 29.5938L111.211 32.25H114.187ZM126.899 28.25C126.899 29.0156 126.625 29.6328 126.078 30.1016C125.532 30.5703 124.839 30.8646 124 30.9844V31.0312C125.042 31.1354 125.844 31.4245 126.407 31.8984C126.969 32.3724 127.25 32.9896 127.25 33.75C127.25 34.4167 127.068 35.0078 126.703 35.5234C126.339 36.0339 125.8 36.4349 125.086 36.7266C124.373 37.013 123.49 37.1562 122.438 37.1562C121.573 37.1562 120.805 37.1042 120.133 37C119.466 36.8906 118.888 36.737 118.399 36.5391V34.5078C118.732 34.6641 119.104 34.7995 119.516 34.9141C119.933 35.0234 120.354 35.1094 120.782 35.1719C121.209 35.2292 121.604 35.2578 121.969 35.2578C122.979 35.2578 123.711 35.112 124.164 34.8203C124.623 34.5286 124.852 34.1146 124.852 33.5781C124.852 33.0312 124.521 32.6328 123.86 32.3828C123.198 32.1328 122.308 32.0078 121.188 32.0078H120.117V30.1172H121.078C121.985 30.1172 122.688 30.0599 123.188 29.9453C123.693 29.8255 124.045 29.6562 124.242 29.4375C124.446 29.2135 124.547 28.9453 124.547 28.6328C124.547 28.2422 124.373 27.9323 124.024 27.7031C123.675 27.4688 123.157 27.3516 122.469 27.3516C121.875 27.3516 121.321 27.4375 120.805 27.6094C120.289 27.776 119.808 28 119.36 28.2812L118.305 26.6641C118.696 26.4089 119.112 26.1875 119.555 26C120.003 25.8125 120.492 25.6693 121.024 25.5703C121.555 25.4661 122.149 25.4141 122.805 25.4141C123.664 25.4141 124.399 25.5365 125.008 25.7812C125.617 26.026 126.084 26.362 126.407 26.7891C126.735 27.2109 126.899 27.6979 126.899 28.25ZM128.743 25.5781H130.923V31.0938C130.923 31.3646 130.918 31.6641 130.907 31.9922C130.902 32.3203 130.892 32.6432 130.876 32.9609C130.865 33.2734 130.855 33.5469 130.845 33.7812C130.834 34.0156 130.824 34.1719 130.813 34.25H130.86L136.134 25.5781H139.032V37H136.876V31.5156C136.876 31.224 136.881 30.9062 136.892 30.5625C136.902 30.2188 136.915 29.8854 136.931 29.5625C136.951 29.2396 136.97 28.9609 136.985 28.7266C137.001 28.487 137.011 28.3281 137.017 28.25H136.954L131.657 37H128.743V25.5781ZM146.127 27.4297C145.663 27.4297 145.252 27.5208 144.892 27.7031C144.538 27.8802 144.239 28.138 143.994 28.4766C143.754 28.8151 143.572 29.224 143.447 29.7031C143.322 30.1823 143.259 30.7214 143.259 31.3203C143.259 32.1276 143.358 32.8177 143.556 33.3906C143.759 33.9583 144.072 34.3932 144.494 34.6953C144.916 34.9922 145.46 35.1406 146.127 35.1406C146.59 35.1406 147.054 35.0885 147.517 34.9844C147.986 34.8802 148.494 34.7318 149.041 34.5391V36.5703C148.535 36.7786 148.038 36.9271 147.548 37.0156C147.059 37.1094 146.509 37.1562 145.9 37.1562C144.723 37.1562 143.754 36.9141 142.994 36.4297C142.239 35.9401 141.679 35.2578 141.314 34.3828C140.949 33.5026 140.767 32.4766 140.767 31.3047C140.767 30.4401 140.884 29.6484 141.119 28.9297C141.353 28.2109 141.697 27.5885 142.15 27.0625C142.603 26.5365 143.163 26.1302 143.83 25.8438C144.496 25.5573 145.262 25.4141 146.127 25.4141C146.694 25.4141 147.262 25.487 147.83 25.6328C148.403 25.7734 148.949 25.9688 149.47 26.2188L148.689 28.1875C148.262 27.9844 147.832 27.8073 147.4 27.6562C146.968 27.5052 146.543 27.4297 146.127 27.4297ZM149.877 33.6875V31.7344H154.072V33.6875H149.877ZM162.347 37L161.518 34.2812H157.354L156.526 37H153.917L157.948 25.5312H160.909L164.956 37H162.347ZM160.94 32.25L160.112 29.5938C160.06 29.4167 159.99 29.1901 159.901 28.9141C159.818 28.6328 159.732 28.349 159.643 28.0625C159.56 27.7708 159.492 27.5182 159.44 27.3047C159.388 27.5182 159.315 27.7839 159.222 28.1016C159.133 28.4141 159.047 28.7109 158.964 28.9922C158.88 29.2734 158.82 29.474 158.784 29.5938L157.964 32.25H160.94Z"
18
+ fill="#BDC7CE"
19
+ />
20
+ </svg>
21
+ </template>
@@ -1,25 +1,25 @@
1
- <script setup lang="ts">
2
-
3
- </script>
4
-
5
- <template>
6
- <svg width="200" height="62" viewBox="0 0 200 62" fill="none" xmlns="http://www.w3.org/2000/svg" class="group">
7
-
8
- <path class="fill-[#023DFF]" d="M48.0517 19.0322C50.6523 19.0322 52.7536 21.1321 52.7536 23.7309V25.7545C52.7536 28.3533 50.6523 30.4532 48.0517 30.4532H28.7861V23.7309C28.7861 21.1321 30.8875 19.0322 33.4881 19.0322H48.0517Z" fill="#BDC7CE"/>
9
- <path class="fill-[#00BB00]" d="M48.0517 42.9912C50.6523 42.9912 52.7536 40.8914 52.7536 38.2926V36.269C52.7536 33.6702 50.6523 31.5703 48.0517 31.5703H28.7861V38.2926C28.7861 40.8914 30.8875 42.9912 33.4881 42.9912H48.0517Z" fill="#BDC7CE"/>
10
- <path class="fill-[#000000] dark:fill-[#E3E5E8]" d="M60.9558 36.026H64.2569C65.0404 36.026 65.6509 35.8319 66.0738 35.4369C66.5039 35.0488 66.7188 34.5291 66.7188 33.8776C66.7188 33.2262 66.5039 32.7134 66.0738 32.3114C65.6439 31.9095 65.0404 31.7085 64.2569 31.7085H60.9558V36.0191V36.026ZM60.9558 29.6363H63.5634C64.2221 29.6363 64.7492 29.4492 65.1445 29.0681C65.5328 28.6869 65.7339 28.2087 65.7339 27.6197C65.7339 27.0306 65.5398 26.5801 65.1445 26.192C64.7492 25.804 64.2221 25.603 63.5634 25.603H60.9558V29.6433V29.6363ZM58.5146 38.2783V23.3438H63.7297C65.0474 23.3438 66.1154 23.7388 66.9268 24.5219C67.7381 25.305 68.1474 26.2822 68.1474 27.4464C68.1474 28.68 67.6897 29.6502 66.7812 30.3501C68.3694 31.0362 69.1599 32.249 69.1599 33.9885C69.1599 35.2775 68.7022 36.3171 67.7797 37.1002C66.8643 37.8833 65.6785 38.2783 64.2361 38.2783H58.5146Z" fill="#BDC7CE"/>
11
- <path class="fill-[#000000] dark:fill-[#E3E5E8]" d="M75.2833 29.567C74.666 29.567 74.0834 29.7541 73.5356 30.1214C72.9877 30.4956 72.641 31.057 72.4815 31.8124H78.078C77.9672 31.0847 77.6549 30.5234 77.1418 30.1422C76.6286 29.7541 76.0114 29.567 75.2763 29.567H75.2833ZM75.4704 38.4376C73.9655 38.4376 72.6965 37.9179 71.6493 36.8783C70.602 35.8388 70.082 34.5498 70.082 33.0113C70.082 31.4728 70.5952 30.1768 71.6145 29.1443C72.634 28.1047 73.9101 27.585 75.422 27.585C76.9338 27.585 78.2584 28.1324 79.2084 29.2274C80.1585 30.3224 80.5954 31.7431 80.5123 33.4964H72.3912C72.4745 34.335 72.8143 35.0141 73.4108 35.5269C74.0072 36.0398 74.6937 36.2962 75.4636 36.2962C76.6286 36.2962 77.5511 35.8665 78.2375 35.0141L79.9019 36.4417C78.8478 37.7723 77.3707 38.4376 75.4636 38.4376H75.4704Z" fill="#BDC7CE"/>
12
- <path class="fill-[#000000] dark:fill-[#E3E5E8]" d="M81.9962 38.2705V27.7644H84.3126V28.8801C84.9852 28.0554 85.8937 27.6396 87.0241 27.6396C87.3917 27.6396 87.6829 27.6743 87.9049 27.7436V30.1414C87.5859 30.0028 87.1768 29.9335 86.6842 29.9335C85.5887 29.9335 84.7979 30.3701 84.3056 31.2364V38.2775H81.9893L81.9962 38.2705Z" fill="#BDC7CE"/>
13
- <path class="fill-[#000000] dark:fill-[#E3E5E8]" d="M93.3147 29.567C92.6975 29.567 92.1149 29.7541 91.5671 30.1214C91.0191 30.4956 90.6725 31.057 90.513 31.8124H96.1095C95.9984 31.0847 95.6864 30.5234 95.1732 30.1422C94.6601 29.7541 94.0428 29.567 93.3147 29.567ZM93.5019 38.4376C91.997 38.4376 90.7279 37.9179 89.6806 36.8783C88.6334 35.8388 88.1133 34.5498 88.1133 33.0113C88.1133 31.4728 88.6266 30.1768 89.646 29.1443C90.6655 28.1117 91.9416 27.585 93.4534 27.585C94.9651 27.585 96.2898 28.1324 97.2399 29.2274C98.1899 30.3224 98.6269 31.7431 98.5436 33.4964H90.4227C90.506 34.335 90.8458 35.0141 91.4422 35.5269C92.0386 36.0398 92.7251 36.2962 93.4949 36.2962C94.6601 36.2962 95.5823 35.8665 96.269 35.0141L97.9334 36.4417C96.8792 37.7723 95.402 38.4376 93.4949 38.4376H93.5019Z" fill="#BDC7CE"/>
14
- <path class="fill-[#000000] dark:fill-[#E3E5E8]" d="M100.021 38.2714V23.3438H102.337V32.554L106.546 27.7652H109.383L104.986 32.7203L109.91 38.2714H106.983L102.337 33.0183V38.2714H100.021Z" fill="#BDC7CE"/>
15
- <path class="fill-[#000000] dark:fill-[#E3E5E8]" d="M114.369 29.567C113.752 29.567 113.169 29.7541 112.622 30.1214C112.074 30.4956 111.727 31.057 111.567 31.8124H117.164C117.053 31.0847 116.741 30.5233 116.228 30.1422C115.715 29.7541 115.097 29.567 114.362 29.567H114.369ZM114.556 38.4376C113.051 38.4376 111.782 37.9179 110.735 36.8783C109.688 35.8388 109.168 34.5498 109.168 33.0113C109.168 31.4728 109.681 30.1768 110.7 29.1442C111.72 28.1047 112.996 27.585 114.508 27.585C116.02 27.585 117.344 28.1324 118.294 29.2274C119.244 30.3224 119.681 31.7431 119.598 33.4964H111.477C111.56 34.335 111.9 35.0141 112.497 35.5269C113.093 36.0398 113.78 36.2962 114.55 36.2962C115.715 36.2962 116.637 35.8665 117.323 35.0141L118.988 36.4417C117.934 37.7723 116.457 38.4376 114.55 38.4376H114.556Z" fill="#BDC7CE"/>
16
- <path class="fill-[#000000] dark:fill-[#E3E5E8]" d="M127.861 36.0318H131.162C131.946 36.0318 132.556 35.8378 132.979 35.4428C133.409 35.0547 133.624 34.5349 133.624 33.8835C133.624 33.232 133.409 32.7192 132.979 32.3173C132.549 31.9153 131.946 31.7213 131.162 31.7213H127.861V36.0318ZM127.861 29.6422H130.469C131.127 29.6422 131.655 29.4551 132.05 29.0739C132.438 28.6928 132.639 28.2146 132.639 27.6255C132.639 27.0365 132.445 26.586 132.05 26.1979C131.662 25.8098 131.127 25.6088 130.469 25.6088H127.861V29.6491V29.6422ZM125.42 38.2842V23.3496H130.635C131.953 23.3496 133.021 23.7446 133.832 24.5277C134.643 25.3108 135.053 26.288 135.053 27.4523C135.053 28.6858 134.595 29.6561 133.687 30.356C135.268 31.0421 136.065 32.2549 136.065 33.9944C136.065 35.2834 135.607 36.3229 134.685 37.106C133.77 37.8891 132.584 38.2842 131.141 38.2842H125.42Z" fill="#BDC7CE"/>
17
- <path class="fill-[#000000] dark:fill-[#E3E5E8]" d="M142.48 36.3028C143.659 36.3028 144.568 35.8385 145.213 34.9168V31.1537C144.582 30.2112 143.673 29.7469 142.48 29.7469C141.572 29.7469 140.816 30.0587 140.226 30.6825C139.637 31.3062 139.346 32.0893 139.346 33.0249C139.346 33.9604 139.644 34.7436 140.226 35.3673C140.816 35.991 141.565 36.3028 142.48 36.3028ZM145.213 38.2849V37.4047C144.429 38.1047 143.437 38.4581 142.244 38.4581C140.733 38.4581 139.471 37.9314 138.479 36.878C137.48 35.8247 136.988 34.5426 136.988 33.0318C136.988 31.521 137.487 30.2389 138.479 29.1855C139.477 28.1322 140.733 27.6055 142.244 27.6055C143.423 27.6055 144.408 27.9658 145.213 28.6796V27.7787H147.529V38.2918H145.213V38.2849Z" fill="#BDC7CE"/>
18
- <path class="fill-[#000000] dark:fill-[#E3E5E8]" d="M149.741 38.2771V27.764H152.057V28.755C152.744 27.9858 153.736 27.5977 155.025 27.5977C156.315 27.5977 157.349 28.0065 158.119 28.8243C158.888 29.6421 159.277 30.7301 159.277 32.0746V38.2771H156.96V32.3448C156.96 31.5617 156.752 30.9311 156.343 30.4529C155.927 29.9747 155.338 29.7391 154.568 29.7391C153.361 29.7391 152.529 30.3143 152.064 31.4647V38.2771H149.748H149.741Z" fill="#BDC7CE"/>
19
- <path class="fill-[#000000] dark:fill-[#E3E5E8]" d="M161.35 38.2772V23.3496H163.667V32.5598L167.876 27.7641H170.712L166.316 32.7262L171.239 38.2772H168.313L163.667 33.0242V38.2772H161.35Z" fill="#BDC7CE"/>
20
- </svg>
21
- </template>
22
-
23
- <style scoped>
24
-
25
- </style>
1
+ <script setup lang="ts">
2
+
3
+ </script>
4
+
5
+ <template>
6
+ <svg width="200" height="62" viewBox="0 0 200 62" fill="none" xmlns="http://www.w3.org/2000/svg" class="group">
7
+
8
+ <path class="fill-[#023DFF]" d="M48.0517 19.0322C50.6523 19.0322 52.7536 21.1321 52.7536 23.7309V25.7545C52.7536 28.3533 50.6523 30.4532 48.0517 30.4532H28.7861V23.7309C28.7861 21.1321 30.8875 19.0322 33.4881 19.0322H48.0517Z" fill="#BDC7CE"/>
9
+ <path class="fill-[#00BB00]" d="M48.0517 42.9912C50.6523 42.9912 52.7536 40.8914 52.7536 38.2926V36.269C52.7536 33.6702 50.6523 31.5703 48.0517 31.5703H28.7861V38.2926C28.7861 40.8914 30.8875 42.9912 33.4881 42.9912H48.0517Z" fill="#BDC7CE"/>
10
+ <path class="fill-[#000000] dark:fill-[#E3E5E8]" d="M60.9558 36.026H64.2569C65.0404 36.026 65.6509 35.8319 66.0738 35.4369C66.5039 35.0488 66.7188 34.5291 66.7188 33.8776C66.7188 33.2262 66.5039 32.7134 66.0738 32.3114C65.6439 31.9095 65.0404 31.7085 64.2569 31.7085H60.9558V36.0191V36.026ZM60.9558 29.6363H63.5634C64.2221 29.6363 64.7492 29.4492 65.1445 29.0681C65.5328 28.6869 65.7339 28.2087 65.7339 27.6197C65.7339 27.0306 65.5398 26.5801 65.1445 26.192C64.7492 25.804 64.2221 25.603 63.5634 25.603H60.9558V29.6433V29.6363ZM58.5146 38.2783V23.3438H63.7297C65.0474 23.3438 66.1154 23.7388 66.9268 24.5219C67.7381 25.305 68.1474 26.2822 68.1474 27.4464C68.1474 28.68 67.6897 29.6502 66.7812 30.3501C68.3694 31.0362 69.1599 32.249 69.1599 33.9885C69.1599 35.2775 68.7022 36.3171 67.7797 37.1002C66.8643 37.8833 65.6785 38.2783 64.2361 38.2783H58.5146Z" fill="#BDC7CE"/>
11
+ <path class="fill-[#000000] dark:fill-[#E3E5E8]" d="M75.2833 29.567C74.666 29.567 74.0834 29.7541 73.5356 30.1214C72.9877 30.4956 72.641 31.057 72.4815 31.8124H78.078C77.9672 31.0847 77.6549 30.5234 77.1418 30.1422C76.6286 29.7541 76.0114 29.567 75.2763 29.567H75.2833ZM75.4704 38.4376C73.9655 38.4376 72.6965 37.9179 71.6493 36.8783C70.602 35.8388 70.082 34.5498 70.082 33.0113C70.082 31.4728 70.5952 30.1768 71.6145 29.1443C72.634 28.1047 73.9101 27.585 75.422 27.585C76.9338 27.585 78.2584 28.1324 79.2084 29.2274C80.1585 30.3224 80.5954 31.7431 80.5123 33.4964H72.3912C72.4745 34.335 72.8143 35.0141 73.4108 35.5269C74.0072 36.0398 74.6937 36.2962 75.4636 36.2962C76.6286 36.2962 77.5511 35.8665 78.2375 35.0141L79.9019 36.4417C78.8478 37.7723 77.3707 38.4376 75.4636 38.4376H75.4704Z" fill="#BDC7CE"/>
12
+ <path class="fill-[#000000] dark:fill-[#E3E5E8]" d="M81.9962 38.2705V27.7644H84.3126V28.8801C84.9852 28.0554 85.8937 27.6396 87.0241 27.6396C87.3917 27.6396 87.6829 27.6743 87.9049 27.7436V30.1414C87.5859 30.0028 87.1768 29.9335 86.6842 29.9335C85.5887 29.9335 84.7979 30.3701 84.3056 31.2364V38.2775H81.9893L81.9962 38.2705Z" fill="#BDC7CE"/>
13
+ <path class="fill-[#000000] dark:fill-[#E3E5E8]" d="M93.3147 29.567C92.6975 29.567 92.1149 29.7541 91.5671 30.1214C91.0191 30.4956 90.6725 31.057 90.513 31.8124H96.1095C95.9984 31.0847 95.6864 30.5234 95.1732 30.1422C94.6601 29.7541 94.0428 29.567 93.3147 29.567ZM93.5019 38.4376C91.997 38.4376 90.7279 37.9179 89.6806 36.8783C88.6334 35.8388 88.1133 34.5498 88.1133 33.0113C88.1133 31.4728 88.6266 30.1768 89.646 29.1443C90.6655 28.1117 91.9416 27.585 93.4534 27.585C94.9651 27.585 96.2898 28.1324 97.2399 29.2274C98.1899 30.3224 98.6269 31.7431 98.5436 33.4964H90.4227C90.506 34.335 90.8458 35.0141 91.4422 35.5269C92.0386 36.0398 92.7251 36.2962 93.4949 36.2962C94.6601 36.2962 95.5823 35.8665 96.269 35.0141L97.9334 36.4417C96.8792 37.7723 95.402 38.4376 93.4949 38.4376H93.5019Z" fill="#BDC7CE"/>
14
+ <path class="fill-[#000000] dark:fill-[#E3E5E8]" d="M100.021 38.2714V23.3438H102.337V32.554L106.546 27.7652H109.383L104.986 32.7203L109.91 38.2714H106.983L102.337 33.0183V38.2714H100.021Z" fill="#BDC7CE"/>
15
+ <path class="fill-[#000000] dark:fill-[#E3E5E8]" d="M114.369 29.567C113.752 29.567 113.169 29.7541 112.622 30.1214C112.074 30.4956 111.727 31.057 111.567 31.8124H117.164C117.053 31.0847 116.741 30.5233 116.228 30.1422C115.715 29.7541 115.097 29.567 114.362 29.567H114.369ZM114.556 38.4376C113.051 38.4376 111.782 37.9179 110.735 36.8783C109.688 35.8388 109.168 34.5498 109.168 33.0113C109.168 31.4728 109.681 30.1768 110.7 29.1442C111.72 28.1047 112.996 27.585 114.508 27.585C116.02 27.585 117.344 28.1324 118.294 29.2274C119.244 30.3224 119.681 31.7431 119.598 33.4964H111.477C111.56 34.335 111.9 35.0141 112.497 35.5269C113.093 36.0398 113.78 36.2962 114.55 36.2962C115.715 36.2962 116.637 35.8665 117.323 35.0141L118.988 36.4417C117.934 37.7723 116.457 38.4376 114.55 38.4376H114.556Z" fill="#BDC7CE"/>
16
+ <path class="fill-[#000000] dark:fill-[#E3E5E8]" d="M127.861 36.0318H131.162C131.946 36.0318 132.556 35.8378 132.979 35.4428C133.409 35.0547 133.624 34.5349 133.624 33.8835C133.624 33.232 133.409 32.7192 132.979 32.3173C132.549 31.9153 131.946 31.7213 131.162 31.7213H127.861V36.0318ZM127.861 29.6422H130.469C131.127 29.6422 131.655 29.4551 132.05 29.0739C132.438 28.6928 132.639 28.2146 132.639 27.6255C132.639 27.0365 132.445 26.586 132.05 26.1979C131.662 25.8098 131.127 25.6088 130.469 25.6088H127.861V29.6491V29.6422ZM125.42 38.2842V23.3496H130.635C131.953 23.3496 133.021 23.7446 133.832 24.5277C134.643 25.3108 135.053 26.288 135.053 27.4523C135.053 28.6858 134.595 29.6561 133.687 30.356C135.268 31.0421 136.065 32.2549 136.065 33.9944C136.065 35.2834 135.607 36.3229 134.685 37.106C133.77 37.8891 132.584 38.2842 131.141 38.2842H125.42Z" fill="#BDC7CE"/>
17
+ <path class="fill-[#000000] dark:fill-[#E3E5E8]" d="M142.48 36.3028C143.659 36.3028 144.568 35.8385 145.213 34.9168V31.1537C144.582 30.2112 143.673 29.7469 142.48 29.7469C141.572 29.7469 140.816 30.0587 140.226 30.6825C139.637 31.3062 139.346 32.0893 139.346 33.0249C139.346 33.9604 139.644 34.7436 140.226 35.3673C140.816 35.991 141.565 36.3028 142.48 36.3028ZM145.213 38.2849V37.4047C144.429 38.1047 143.437 38.4581 142.244 38.4581C140.733 38.4581 139.471 37.9314 138.479 36.878C137.48 35.8247 136.988 34.5426 136.988 33.0318C136.988 31.521 137.487 30.2389 138.479 29.1855C139.477 28.1322 140.733 27.6055 142.244 27.6055C143.423 27.6055 144.408 27.9658 145.213 28.6796V27.7787H147.529V38.2918H145.213V38.2849Z" fill="#BDC7CE"/>
18
+ <path class="fill-[#000000] dark:fill-[#E3E5E8]" d="M149.741 38.2771V27.764H152.057V28.755C152.744 27.9858 153.736 27.5977 155.025 27.5977C156.315 27.5977 157.349 28.0065 158.119 28.8243C158.888 29.6421 159.277 30.7301 159.277 32.0746V38.2771H156.96V32.3448C156.96 31.5617 156.752 30.9311 156.343 30.4529C155.927 29.9747 155.338 29.7391 154.568 29.7391C153.361 29.7391 152.529 30.3143 152.064 31.4647V38.2771H149.748H149.741Z" fill="#BDC7CE"/>
19
+ <path class="fill-[#000000] dark:fill-[#E3E5E8]" d="M161.35 38.2772V23.3496H163.667V32.5598L167.876 27.7641H170.712L166.316 32.7262L171.239 38.2772H168.313L163.667 33.0242V38.2772H161.35Z" fill="#BDC7CE"/>
20
+ </svg>
21
+ </template>
22
+
23
+ <style scoped>
24
+
25
+ </style>
@@ -1,16 +1,16 @@
1
- <script setup lang="ts">
2
-
3
- </script>
4
-
5
- <template>
6
- <svg width="200" height="62" viewBox="0 0 146 62" fill="none" xmlns="http://www.w3.org/2000/svg" class="group">
7
- <path class="fill-[#15599D]" fill-rule="evenodd" clip-rule="evenodd" d="M131.176 41.6184H133.434C133.673 41.6184 133.866 41.4067 133.866 41.1458V41.1337V34.7911H137.725C142.001 34.7911 145.5 32.3029 145.5 27.5395C145.5 23.2008 142.641 20.3789 138.114 20.3789H131.176C130.775 20.3789 130.45 20.7338 130.45 21.1713V40.8258C130.45 41.2637 130.775 41.6184 131.176 41.6184ZM64.8104 38.4432L64.8105 38.4557C64.8105 38.6105 64.7424 38.7481 64.6369 38.8342C62.7298 40.5544 60.0429 41.9824 56.7023 41.9824C50.6216 41.9824 46.623 37.2488 46.623 30.9985C46.623 25.0514 50.7881 20.0146 56.647 20.0146C59.6894 20.0146 61.6791 20.8467 63.5015 22.3575L63.5023 22.3581L63.5053 22.3606C63.6884 22.5047 63.8077 22.7393 63.8077 23.0048C63.8077 23.2057 63.7392 23.3895 63.6262 23.5291L63.6318 23.5285L62.2373 25.3454C62.1582 25.4567 62.0346 25.5284 61.8956 25.5284C61.7953 25.5284 61.7027 25.4908 61.6293 25.428L61.6289 25.4277L61.6206 25.4205C60.2301 24.1992 58.7983 23.4432 56.508 23.4432C52.926 23.4432 50.205 26.8721 50.205 30.9985C50.205 35.3679 52.8426 38.5841 56.8135 38.5841C58.6461 38.5841 60.3122 37.9469 61.5063 36.9758V33.0011H56.9793H56.9681C56.7292 33.0011 56.5356 32.7895 56.5356 32.5287H56.5359V32.5164V30.24L56.5356 30.227C56.5356 29.966 56.7292 29.7545 56.9681 29.7545H56.9793H64.3782H64.3784C64.6172 29.7548 64.8105 29.9662 64.8105 30.2271L64.8104 30.2392V38.4432ZM69.0542 41.6184H71.3121C71.551 41.6184 71.7446 41.4067 71.7446 41.1458H71.7444V41.1337V34.2147H75.9649L80.5878 41.2987L80.5886 41.2975C80.7207 41.4922 80.9325 41.6184 81.1714 41.6184H83.9838C84.2226 41.6184 84.416 41.4067 84.416 41.1458C84.416 41.0354 84.3813 40.9338 84.3231 40.8531L79.5746 33.5775C82.2958 32.7281 84.2118 30.6344 84.2118 27.1454C84.2118 23.0488 81.5461 20.3789 76.9923 20.3789H69.0637L69.0542 20.3786C68.6537 20.3786 68.329 20.7337 68.329 21.1712V40.8258C68.329 41.2637 68.6537 41.6184 69.0542 41.6184ZM71.7444 30.9074V24.2495C71.7444 23.9885 71.938 23.7771 72.1768 23.7771H76.7146C79.2413 23.7771 80.7408 25.0212 80.7408 27.2965C80.7408 29.5118 79.1859 30.9074 76.7424 30.9074H71.7444ZM96.7807 41.9824C102.751 41.9824 106.971 36.9758 106.971 30.9985C106.971 24.9605 102.806 20.0146 96.8363 20.0146C90.8663 20.0146 86.6457 25.0212 86.6457 30.9985C86.6457 37.0365 90.8108 41.9824 96.7807 41.9824ZM96.8363 38.5539C92.9766 38.5539 90.2278 35.1249 90.2278 30.9985C90.2278 26.8112 92.921 23.4432 96.7807 23.4432C100.64 23.4432 103.389 26.8721 103.389 30.9985C103.389 35.1858 100.696 38.5539 96.8363 38.5539ZM118.154 41.9521C123.235 41.9521 126.511 38.7664 126.511 32.4247V21.1713C126.511 20.7338 126.187 20.3789 125.786 20.3789H123.528C123.289 20.3789 123.096 20.5903 123.096 20.8513H123.096V20.8635V32.6068C123.096 36.5205 121.236 38.5234 118.209 38.5234C115.155 38.5234 113.294 36.3994 113.294 32.4549V20.8635V20.8513H113.294C113.294 20.5903 113.101 20.3789 112.862 20.3789H110.604C110.203 20.3789 109.879 20.7338 109.879 21.1713V32.6068C109.879 38.7664 113.1 41.9521 118.154 41.9521ZM133.866 31.4234V24.2495C133.866 23.9885 134.059 23.7771 134.298 23.7771H137.836C140.391 23.7771 142.029 25.0817 142.029 27.5702C142.029 29.8454 140.419 31.4234 137.836 31.4234H133.866Z" fill="#BDC7CE"/>
8
- <path class="fill-[#15599D]" fill-rule="evenodd" clip-rule="evenodd" d="M29.0607 47.5968C35.2868 45.1747 40.1513 39.6418 40.1513 30.9994C40.1513 22.3575 35.2868 16.8243 29.0604 14.4023C26.6226 13.4538 23.9748 12.9797 21.325 12.9797C18.6753 12.9797 16.0275 13.4538 13.5896 14.4023C7.36344 16.8243 2.49886 22.3575 2.49886 30.9994C2.49886 39.6418 7.36345 45.1747 13.5898 47.5968C16.0276 48.5454 18.6755 49.0198 21.3252 49.0198C23.9749 49.0198 26.6228 48.5454 29.0607 47.5968ZM42.1505 31C42.1505 57.6667 0.5 57.6667 0.5 31C0.5 4.33334 42.1505 4.33334 42.1505 31ZM41.0614 30.9994C41.0614 40.134 35.9304 45.9783 29.3627 48.5334C26.8255 49.5205 24.0741 50.0141 21.3252 50.0141C18.5763 50.0141 15.8248 49.5205 13.2876 48.5334C6.71986 45.9783 1.58887 40.134 1.58887 30.9994C1.58887 21.8655 6.71986 16.021 13.2875 13.4661C15.8247 12.4787 18.5761 11.9853 21.325 11.9853C24.074 11.9853 26.8254 12.4787 29.3626 13.4661C35.9304 16.021 41.0614 21.8655 41.0614 30.9994Z" fill="#BDC7CE"/>
9
- <path class="fill-[#fff]" fill-rule="evenodd" clip-rule="evenodd" d="M41.1033 31.0005C41.1033 40.135 35.9724 45.9793 29.4047 48.5344C26.8674 49.5216 24.1161 50.0151 21.3673 50.0151C18.6183 50.0151 15.8668 49.5216 13.3296 48.5344C6.76185 45.9793 1.63086 40.135 1.63086 31.0005C1.63086 21.8665 6.76185 16.022 13.3295 13.4671C15.8667 12.4797 18.6182 11.9863 21.367 11.9863C24.116 11.9863 26.8673 12.4797 29.4046 13.4671C35.9724 16.022 41.1033 21.8665 41.1033 31.0005ZM29.1027 47.5979C35.3288 45.1757 40.1934 39.6429 40.1934 31.0005C40.1934 22.3585 35.3288 16.8253 29.1024 14.4033C26.6646 13.4549 24.0168 12.9807 21.367 12.9807C18.7174 12.9807 16.0694 13.4549 13.6316 14.4033C7.40544 16.8253 2.54085 22.3585 2.54085 31.0005C2.54085 39.6429 7.40544 45.1757 13.6319 47.5979C16.0695 48.5464 18.7175 49.0209 21.3673 49.0209C24.0169 49.0209 26.6648 48.5464 29.1027 47.5979Z" fill="#FEFEFE"/>
10
- <path class="fill-[#fff]" fill-rule="evenodd" clip-rule="evenodd" d="M10.5575 41.7314H18.5811C23.0169 41.7314 25.9362 39.77 25.9362 35.8457C25.9362 32.902 24.5321 31.4617 22.2587 30.511C23.6621 29.6526 24.8418 28.3043 24.8418 25.8817C24.8418 21.8573 21.6333 20.2715 18.3566 20.2715H10.5575C10.1595 20.2715 9.83691 20.6241 9.83691 21.0592V21.062V40.9438V40.944C9.83691 41.3791 10.1595 41.7314 10.5575 41.7314ZM14.0486 28.9479V24.8827V24.8826C14.0488 24.6216 14.2421 24.4104 14.4809 24.4104H17.7108C19.5354 24.4104 20.5462 25.2071 20.5462 26.618C20.5462 28.2731 19.3387 28.9479 17.4304 28.9479H14.0486ZM14.0486 37.1201V32.8717H18.4407C20.6581 32.8717 21.6406 33.7611 21.6406 35.2014C21.6406 36.8573 20.4896 37.5927 18.5811 37.5927H14.4809C14.2421 37.5927 14.0486 37.3814 14.0486 37.1204V37.1201ZM28.8422 41.7314H32.0129C32.4109 41.7314 32.7334 41.3791 32.7334 40.944V40.9438V21.0592V21.059C32.7331 20.6239 32.4109 20.2715 32.0129 20.2715H28.8422C28.6035 20.2715 28.4102 20.4829 28.4101 20.744V41.2591C28.4101 41.5201 28.6035 41.7314 28.8422 41.7314Z" fill="white"/>
11
- </svg>
12
- </template>
13
-
14
- <style scoped>
15
-
16
- </style>
1
+ <script setup lang="ts">
2
+
3
+ </script>
4
+
5
+ <template>
6
+ <svg width="200" height="62" viewBox="0 0 146 62" fill="none" xmlns="http://www.w3.org/2000/svg" class="group">
7
+ <path class="fill-[#15599D]" fill-rule="evenodd" clip-rule="evenodd" d="M131.176 41.6184H133.434C133.673 41.6184 133.866 41.4067 133.866 41.1458V41.1337V34.7911H137.725C142.001 34.7911 145.5 32.3029 145.5 27.5395C145.5 23.2008 142.641 20.3789 138.114 20.3789H131.176C130.775 20.3789 130.45 20.7338 130.45 21.1713V40.8258C130.45 41.2637 130.775 41.6184 131.176 41.6184ZM64.8104 38.4432L64.8105 38.4557C64.8105 38.6105 64.7424 38.7481 64.6369 38.8342C62.7298 40.5544 60.0429 41.9824 56.7023 41.9824C50.6216 41.9824 46.623 37.2488 46.623 30.9985C46.623 25.0514 50.7881 20.0146 56.647 20.0146C59.6894 20.0146 61.6791 20.8467 63.5015 22.3575L63.5023 22.3581L63.5053 22.3606C63.6884 22.5047 63.8077 22.7393 63.8077 23.0048C63.8077 23.2057 63.7392 23.3895 63.6262 23.5291L63.6318 23.5285L62.2373 25.3454C62.1582 25.4567 62.0346 25.5284 61.8956 25.5284C61.7953 25.5284 61.7027 25.4908 61.6293 25.428L61.6289 25.4277L61.6206 25.4205C60.2301 24.1992 58.7983 23.4432 56.508 23.4432C52.926 23.4432 50.205 26.8721 50.205 30.9985C50.205 35.3679 52.8426 38.5841 56.8135 38.5841C58.6461 38.5841 60.3122 37.9469 61.5063 36.9758V33.0011H56.9793H56.9681C56.7292 33.0011 56.5356 32.7895 56.5356 32.5287H56.5359V32.5164V30.24L56.5356 30.227C56.5356 29.966 56.7292 29.7545 56.9681 29.7545H56.9793H64.3782H64.3784C64.6172 29.7548 64.8105 29.9662 64.8105 30.2271L64.8104 30.2392V38.4432ZM69.0542 41.6184H71.3121C71.551 41.6184 71.7446 41.4067 71.7446 41.1458H71.7444V41.1337V34.2147H75.9649L80.5878 41.2987L80.5886 41.2975C80.7207 41.4922 80.9325 41.6184 81.1714 41.6184H83.9838C84.2226 41.6184 84.416 41.4067 84.416 41.1458C84.416 41.0354 84.3813 40.9338 84.3231 40.8531L79.5746 33.5775C82.2958 32.7281 84.2118 30.6344 84.2118 27.1454C84.2118 23.0488 81.5461 20.3789 76.9923 20.3789H69.0637L69.0542 20.3786C68.6537 20.3786 68.329 20.7337 68.329 21.1712V40.8258C68.329 41.2637 68.6537 41.6184 69.0542 41.6184ZM71.7444 30.9074V24.2495C71.7444 23.9885 71.938 23.7771 72.1768 23.7771H76.7146C79.2413 23.7771 80.7408 25.0212 80.7408 27.2965C80.7408 29.5118 79.1859 30.9074 76.7424 30.9074H71.7444ZM96.7807 41.9824C102.751 41.9824 106.971 36.9758 106.971 30.9985C106.971 24.9605 102.806 20.0146 96.8363 20.0146C90.8663 20.0146 86.6457 25.0212 86.6457 30.9985C86.6457 37.0365 90.8108 41.9824 96.7807 41.9824ZM96.8363 38.5539C92.9766 38.5539 90.2278 35.1249 90.2278 30.9985C90.2278 26.8112 92.921 23.4432 96.7807 23.4432C100.64 23.4432 103.389 26.8721 103.389 30.9985C103.389 35.1858 100.696 38.5539 96.8363 38.5539ZM118.154 41.9521C123.235 41.9521 126.511 38.7664 126.511 32.4247V21.1713C126.511 20.7338 126.187 20.3789 125.786 20.3789H123.528C123.289 20.3789 123.096 20.5903 123.096 20.8513H123.096V20.8635V32.6068C123.096 36.5205 121.236 38.5234 118.209 38.5234C115.155 38.5234 113.294 36.3994 113.294 32.4549V20.8635V20.8513H113.294C113.294 20.5903 113.101 20.3789 112.862 20.3789H110.604C110.203 20.3789 109.879 20.7338 109.879 21.1713V32.6068C109.879 38.7664 113.1 41.9521 118.154 41.9521ZM133.866 31.4234V24.2495C133.866 23.9885 134.059 23.7771 134.298 23.7771H137.836C140.391 23.7771 142.029 25.0817 142.029 27.5702C142.029 29.8454 140.419 31.4234 137.836 31.4234H133.866Z" fill="#BDC7CE"/>
8
+ <path class="fill-[#15599D]" fill-rule="evenodd" clip-rule="evenodd" d="M29.0607 47.5968C35.2868 45.1747 40.1513 39.6418 40.1513 30.9994C40.1513 22.3575 35.2868 16.8243 29.0604 14.4023C26.6226 13.4538 23.9748 12.9797 21.325 12.9797C18.6753 12.9797 16.0275 13.4538 13.5896 14.4023C7.36344 16.8243 2.49886 22.3575 2.49886 30.9994C2.49886 39.6418 7.36345 45.1747 13.5898 47.5968C16.0276 48.5454 18.6755 49.0198 21.3252 49.0198C23.9749 49.0198 26.6228 48.5454 29.0607 47.5968ZM42.1505 31C42.1505 57.6667 0.5 57.6667 0.5 31C0.5 4.33334 42.1505 4.33334 42.1505 31ZM41.0614 30.9994C41.0614 40.134 35.9304 45.9783 29.3627 48.5334C26.8255 49.5205 24.0741 50.0141 21.3252 50.0141C18.5763 50.0141 15.8248 49.5205 13.2876 48.5334C6.71986 45.9783 1.58887 40.134 1.58887 30.9994C1.58887 21.8655 6.71986 16.021 13.2875 13.4661C15.8247 12.4787 18.5761 11.9853 21.325 11.9853C24.074 11.9853 26.8254 12.4787 29.3626 13.4661C35.9304 16.021 41.0614 21.8655 41.0614 30.9994Z" fill="#BDC7CE"/>
9
+ <path class="fill-[#fff]" fill-rule="evenodd" clip-rule="evenodd" d="M41.1033 31.0005C41.1033 40.135 35.9724 45.9793 29.4047 48.5344C26.8674 49.5216 24.1161 50.0151 21.3673 50.0151C18.6183 50.0151 15.8668 49.5216 13.3296 48.5344C6.76185 45.9793 1.63086 40.135 1.63086 31.0005C1.63086 21.8665 6.76185 16.022 13.3295 13.4671C15.8667 12.4797 18.6182 11.9863 21.367 11.9863C24.116 11.9863 26.8673 12.4797 29.4046 13.4671C35.9724 16.022 41.1033 21.8665 41.1033 31.0005ZM29.1027 47.5979C35.3288 45.1757 40.1934 39.6429 40.1934 31.0005C40.1934 22.3585 35.3288 16.8253 29.1024 14.4033C26.6646 13.4549 24.0168 12.9807 21.367 12.9807C18.7174 12.9807 16.0694 13.4549 13.6316 14.4033C7.40544 16.8253 2.54085 22.3585 2.54085 31.0005C2.54085 39.6429 7.40544 45.1757 13.6319 47.5979C16.0695 48.5464 18.7175 49.0209 21.3673 49.0209C24.0169 49.0209 26.6648 48.5464 29.1027 47.5979Z" fill="#FEFEFE"/>
10
+ <path class="fill-[#fff]" fill-rule="evenodd" clip-rule="evenodd" d="M10.5575 41.7314H18.5811C23.0169 41.7314 25.9362 39.77 25.9362 35.8457C25.9362 32.902 24.5321 31.4617 22.2587 30.511C23.6621 29.6526 24.8418 28.3043 24.8418 25.8817C24.8418 21.8573 21.6333 20.2715 18.3566 20.2715H10.5575C10.1595 20.2715 9.83691 20.6241 9.83691 21.0592V21.062V40.9438V40.944C9.83691 41.3791 10.1595 41.7314 10.5575 41.7314ZM14.0486 28.9479V24.8827V24.8826C14.0488 24.6216 14.2421 24.4104 14.4809 24.4104H17.7108C19.5354 24.4104 20.5462 25.2071 20.5462 26.618C20.5462 28.2731 19.3387 28.9479 17.4304 28.9479H14.0486ZM14.0486 37.1201V32.8717H18.4407C20.6581 32.8717 21.6406 33.7611 21.6406 35.2014C21.6406 36.8573 20.4896 37.5927 18.5811 37.5927H14.4809C14.2421 37.5927 14.0486 37.3814 14.0486 37.1204V37.1201ZM28.8422 41.7314H32.0129C32.4109 41.7314 32.7334 41.3791 32.7334 40.944V40.9438V21.0592V21.059C32.7331 20.6239 32.4109 20.2715 32.0129 20.2715H28.8422C28.6035 20.2715 28.4102 20.4829 28.4101 20.744V41.2591C28.4101 41.5201 28.6035 41.7314 28.8422 41.7314Z" fill="white"/>
11
+ </svg>
12
+ </template>
13
+
14
+ <style scoped>
15
+
16
+ </style>
@@ -1,17 +1,17 @@
1
- <script setup lang="ts">
2
-
3
- </script>
4
-
5
- <template>
6
- <svg width="200" height="62" viewBox="0 0 200 62" fill="none" xmlns="http://www.w3.org/2000/svg" class="group">
7
- <path class="fill-[#5C5754]" fill-rule="evenodd" clip-rule="evenodd" d="M68.0783 26.6758V28.6732H62.3788V30.9945H67.6108V32.8404H62.3788V35.4922H68.202V37.4897H60V26.6758H68.0783Z" fill="#BDC7CE"/>
8
- <path class="fill-[#5C5754]" fill-rule="evenodd" clip-rule="evenodd" d="M76.9332 26.91C76.5482 26.7515 76.1082 26.6758 75.6269 26.6758H69.8105V37.5034H72.1825V33.2744H74.5544C75.1526 33.2744 75.5788 33.4052 75.8401 33.6669C76.1014 33.9286 76.2731 34.342 76.3557 34.9067C76.4176 35.3407 76.4657 35.7952 76.4931 36.2705C76.5207 36.7457 76.6032 37.1521 76.7337 37.4966H79.1057C78.9957 37.3451 78.9132 37.1659 78.8583 36.9456C78.8032 36.7321 78.7619 36.4977 78.7345 36.2567C78.7069 36.0157 78.6864 35.7815 78.6796 35.5472C78.6753 35.4034 78.6685 35.2725 78.6621 35.153C78.6583 35.0781 78.6546 35.0075 78.6519 34.9412C78.6383 34.6656 78.597 34.397 78.5419 34.1215C78.4801 33.846 78.3976 33.5981 78.2737 33.3707C78.157 33.1434 77.9988 32.9437 77.8064 32.7784C77.6137 32.6131 77.3732 32.4891 77.0776 32.4064V32.3789C77.6827 32.1379 78.1157 31.7865 78.3838 31.3182C78.6519 30.8498 78.7826 30.2988 78.7826 29.6651C78.7826 29.2518 78.7069 28.8662 78.5627 28.5079C78.4183 28.1429 78.2051 27.8329 77.93 27.5573C77.655 27.2818 77.3181 27.0683 76.9332 26.91ZM76.0052 31.2018C75.7371 31.4428 75.3247 31.5668 74.7815 31.5668V31.56H72.1827V28.5155H74.7815C75.3247 28.5155 75.7303 28.6395 76.0052 28.8737C76.2734 29.108 76.4109 29.4936 76.4109 30.0171C76.4109 30.5681 76.2803 30.9608 76.0052 31.2018Z" fill="#BDC7CE"/>
9
- <path class="fill-[#5C5754]" fill-rule="evenodd" clip-rule="evenodd" d="M87.1222 37.4082C86.6066 37.6285 86.0909 37.7319 85.5615 37.7319C84.7365 37.7319 83.994 37.5872 83.3271 37.2979C82.6671 37.0087 82.1102 36.616 81.6565 36.1064C81.2027 35.6034 80.852 35.0111 80.6115 34.3292C80.3708 33.6473 80.2471 32.9103 80.2471 32.1252C80.2471 31.3192 80.3708 30.5685 80.6115 29.8728C80.852 29.184 81.2027 28.5779 81.6565 28.0614C82.1102 27.5447 82.6671 27.1452 83.3271 26.8491C83.9871 26.5529 84.7297 26.4082 85.5615 26.4082C86.1184 26.4082 86.6547 26.4909 87.1703 26.6562C87.6929 26.8215 88.1602 27.0695 88.5797 27.3932C88.9991 27.7169 89.3429 28.1164 89.6179 28.5916C89.8929 29.067 90.0579 29.6111 90.1197 30.231H87.8509C87.7066 29.625 87.4384 29.1703 87.0329 28.8673C86.6271 28.5641 86.1389 28.4126 85.5684 28.4126C85.0321 28.4126 84.5783 28.5159 84.2071 28.7225C83.8358 28.9291 83.5334 29.2047 83.2996 29.556C83.0659 29.9073 82.9009 30.2999 82.7909 30.7476C82.6877 31.1953 82.6327 31.6499 82.6327 32.1252C82.6327 32.5797 82.6877 33.0206 82.7909 33.4477C82.894 33.8747 83.0659 34.2604 83.2996 34.6047C83.5334 34.9491 83.8358 35.2247 84.2071 35.4314C84.5783 35.6381 85.0321 35.7413 85.5684 35.7413C86.3521 35.7413 86.964 35.5414 87.3903 35.1421C87.8166 34.7426 88.0709 34.164 88.1397 33.4063H85.7471V31.6361H90.2847V37.4839H88.7721L88.5316 36.2579C88.1053 36.809 87.6379 37.1947 87.1222 37.4082Z" fill="#BDC7CE"/>
10
- <path class="fill-[#5C5754]" d="M84.4875 60.8243C84.4875 60.8243 100.562 45.8023 97.2424 29.5051C96.8611 27.6853 95.898 20.1056 78.2402 10.1807C89.9595 14.0795 94.3734 16.3225 106.85 12.4398C108.787 11.0639 115.098 10.2287 117.761 0.0228733C118.12 -0.606528 118.634 16.3634 112.334 28.2335C112.152 28.8576 101.14 48.8792 88.6522 58.1877C88.2097 58.4762 84.4875 60.8243 84.4875 60.8243Z" fill="#BDC7CE"/>
11
- <path class="fill-[#5C5754]" d="M138.356 1.61035C138.356 1.61035 120.989 15.2159 122.822 31.7177C123.038 33.5612 123.312 41.1872 140 52.5482C128.681 47.6842 123.196 44.3589 110.203 47.9921C109.071 48.907 105.323 49.1276 99.7233 59.3452C99.3087 59.9417 100.331 43.0055 107.678 31.7177C107.916 31.1118 121.747 11.5963 135.024 3.37749C135.491 3.12745 138.356 1.61035 138.356 1.61035Z" fill="#BDC7CE"/>
12
- </svg>
13
- </template>
14
-
15
- <style scoped>
16
-
17
- </style>
1
+ <script setup lang="ts">
2
+
3
+ </script>
4
+
5
+ <template>
6
+ <svg width="200" height="62" viewBox="0 0 200 62" fill="none" xmlns="http://www.w3.org/2000/svg" class="group">
7
+ <path class="fill-[#5C5754]" fill-rule="evenodd" clip-rule="evenodd" d="M68.0783 26.6758V28.6732H62.3788V30.9945H67.6108V32.8404H62.3788V35.4922H68.202V37.4897H60V26.6758H68.0783Z" fill="#BDC7CE"/>
8
+ <path class="fill-[#5C5754]" fill-rule="evenodd" clip-rule="evenodd" d="M76.9332 26.91C76.5482 26.7515 76.1082 26.6758 75.6269 26.6758H69.8105V37.5034H72.1825V33.2744H74.5544C75.1526 33.2744 75.5788 33.4052 75.8401 33.6669C76.1014 33.9286 76.2731 34.342 76.3557 34.9067C76.4176 35.3407 76.4657 35.7952 76.4931 36.2705C76.5207 36.7457 76.6032 37.1521 76.7337 37.4966H79.1057C78.9957 37.3451 78.9132 37.1659 78.8583 36.9456C78.8032 36.7321 78.7619 36.4977 78.7345 36.2567C78.7069 36.0157 78.6864 35.7815 78.6796 35.5472C78.6753 35.4034 78.6685 35.2725 78.6621 35.153C78.6583 35.0781 78.6546 35.0075 78.6519 34.9412C78.6383 34.6656 78.597 34.397 78.5419 34.1215C78.4801 33.846 78.3976 33.5981 78.2737 33.3707C78.157 33.1434 77.9988 32.9437 77.8064 32.7784C77.6137 32.6131 77.3732 32.4891 77.0776 32.4064V32.3789C77.6827 32.1379 78.1157 31.7865 78.3838 31.3182C78.6519 30.8498 78.7826 30.2988 78.7826 29.6651C78.7826 29.2518 78.7069 28.8662 78.5627 28.5079C78.4183 28.1429 78.2051 27.8329 77.93 27.5573C77.655 27.2818 77.3181 27.0683 76.9332 26.91ZM76.0052 31.2018C75.7371 31.4428 75.3247 31.5668 74.7815 31.5668V31.56H72.1827V28.5155H74.7815C75.3247 28.5155 75.7303 28.6395 76.0052 28.8737C76.2734 29.108 76.4109 29.4936 76.4109 30.0171C76.4109 30.5681 76.2803 30.9608 76.0052 31.2018Z" fill="#BDC7CE"/>
9
+ <path class="fill-[#5C5754]" fill-rule="evenodd" clip-rule="evenodd" d="M87.1222 37.4082C86.6066 37.6285 86.0909 37.7319 85.5615 37.7319C84.7365 37.7319 83.994 37.5872 83.3271 37.2979C82.6671 37.0087 82.1102 36.616 81.6565 36.1064C81.2027 35.6034 80.852 35.0111 80.6115 34.3292C80.3708 33.6473 80.2471 32.9103 80.2471 32.1252C80.2471 31.3192 80.3708 30.5685 80.6115 29.8728C80.852 29.184 81.2027 28.5779 81.6565 28.0614C82.1102 27.5447 82.6671 27.1452 83.3271 26.8491C83.9871 26.5529 84.7297 26.4082 85.5615 26.4082C86.1184 26.4082 86.6547 26.4909 87.1703 26.6562C87.6929 26.8215 88.1602 27.0695 88.5797 27.3932C88.9991 27.7169 89.3429 28.1164 89.6179 28.5916C89.8929 29.067 90.0579 29.6111 90.1197 30.231H87.8509C87.7066 29.625 87.4384 29.1703 87.0329 28.8673C86.6271 28.5641 86.1389 28.4126 85.5684 28.4126C85.0321 28.4126 84.5783 28.5159 84.2071 28.7225C83.8358 28.9291 83.5334 29.2047 83.2996 29.556C83.0659 29.9073 82.9009 30.2999 82.7909 30.7476C82.6877 31.1953 82.6327 31.6499 82.6327 32.1252C82.6327 32.5797 82.6877 33.0206 82.7909 33.4477C82.894 33.8747 83.0659 34.2604 83.2996 34.6047C83.5334 34.9491 83.8358 35.2247 84.2071 35.4314C84.5783 35.6381 85.0321 35.7413 85.5684 35.7413C86.3521 35.7413 86.964 35.5414 87.3903 35.1421C87.8166 34.7426 88.0709 34.164 88.1397 33.4063H85.7471V31.6361H90.2847V37.4839H88.7721L88.5316 36.2579C88.1053 36.809 87.6379 37.1947 87.1222 37.4082Z" fill="#BDC7CE"/>
10
+ <path class="fill-[#5C5754]" d="M84.4875 60.8243C84.4875 60.8243 100.562 45.8023 97.2424 29.5051C96.8611 27.6853 95.898 20.1056 78.2402 10.1807C89.9595 14.0795 94.3734 16.3225 106.85 12.4398C108.787 11.0639 115.098 10.2287 117.761 0.0228733C118.12 -0.606528 118.634 16.3634 112.334 28.2335C112.152 28.8576 101.14 48.8792 88.6522 58.1877C88.2097 58.4762 84.4875 60.8243 84.4875 60.8243Z" fill="#BDC7CE"/>
11
+ <path class="fill-[#5C5754]" d="M138.356 1.61035C138.356 1.61035 120.989 15.2159 122.822 31.7177C123.038 33.5612 123.312 41.1872 140 52.5482C128.681 47.6842 123.196 44.3589 110.203 47.9921C109.071 48.907 105.323 49.1276 99.7233 59.3452C99.3087 59.9417 100.331 43.0055 107.678 31.7177C107.916 31.1118 121.747 11.5963 135.024 3.37749C135.491 3.12745 138.356 1.61035 138.356 1.61035Z" fill="#BDC7CE"/>
12
+ </svg>
13
+ </template>
14
+
15
+ <style scoped>
16
+
17
+ </style>
@@ -1,21 +1,21 @@
1
- <script setup lang="ts">
2
-
3
- </script>
4
-
5
- <template>
6
- <svg width="200" height="26" viewBox="0 0 87 26" fill="none" xmlns="http://www.w3.org/2000/svg">
7
- <g clip-path="url(#clip0_19390_4334)">
8
- <path fill-rule="evenodd" clip-rule="evenodd" d="M16.004 0V4.56875H12.7871C9.1083 4.56875 5.98386 6.99778 4.94076 10.3386C2.85456 11.5349 1.13793 13.3001 0 15.4253V12.7871C0 5.73585 5.73586 0 12.7871 0H16.004ZM59.5613 19.9892V8.8433H64.4583V5.44413H59.5613V0.43771H55.3598V5.44655H52.9843V8.84575H55.3598V19.9916C55.3598 21.9636 55.8583 23.3884 56.8575 24.2661C57.8545 25.144 59.2915 25.5815 61.1685 25.5815H64.4583V22.1094H61.9005C61.047 22.1094 60.444 21.9441 60.0915 21.6159C59.7388 21.2876 59.5613 20.7454 59.5613 19.9892ZM17.3194 20.9544C18.1972 22.5252 19.4032 23.7433 20.9374 24.6089V24.6065C22.4717 25.4698 24.164 25.9025 26.0898 25.9025C28.0155 25.9025 29.7758 25.472 31.3708 24.6065C32.966 23.7433 34.2255 22.5179 35.1518 20.935C36.0783 19.3521 36.5403 17.5358 36.5403 15.4909C36.5403 13.446 36.088 11.6297 35.1883 10.0469C34.2863 8.46395 33.0558 7.2458 31.4973 6.39235C29.9388 5.5389 28.1953 5.11338 26.272 5.11338C24.3488 5.11338 22.6054 5.5389 21.0469 6.39235C19.4883 7.2458 18.258 8.46395 17.3559 10.0469C16.4538 11.6297 16.004 13.4193 16.004 15.4909C16.004 17.5625 16.4417 19.3837 17.3194 20.9544ZM31.388 19.2183C30.8043 20.242 30.0433 21.0103 29.1048 21.521V21.5185C28.1663 22.0316 27.162 22.2869 26.0898 22.2869C24.4072 22.2869 23.0139 21.696 21.9052 20.5143C20.7964 19.3351 20.242 17.6598 20.242 15.4909C20.242 14.0296 20.5119 12.7944 21.0469 11.7829C21.5818 10.7738 22.3064 10.0104 23.2206 9.49977C24.1348 8.98672 25.1293 8.73143 26.199 8.73143C27.269 8.73143 28.2683 8.98915 29.1948 9.49977C30.121 10.0104 30.8628 10.7714 31.4243 11.7829C31.986 12.792 32.2658 14.0296 32.2658 15.4909C32.2658 16.9522 31.9715 18.1947 31.388 19.2183ZM86.6018 17.0645H71.2178C71.3393 18.6717 71.935 19.9628 73.0073 20.9378C74.0795 21.9128 75.395 22.3992 76.9535 22.3992C79.1955 22.3992 80.7783 21.4606 81.7048 19.5859H86.2005C85.5903 21.4363 84.4888 22.9535 82.8938 24.1352C81.2988 25.317 79.3195 25.9077 76.956 25.9077C75.0303 25.9077 73.3088 25.475 71.7843 24.6118C70.2623 23.7462 69.0683 22.528 68.2028 20.9573C67.337 19.3866 66.9068 17.5654 66.9068 15.4937C66.9068 13.4221 67.3275 11.601 68.1663 10.0302C69.0075 8.4595 70.1893 7.2462 71.7113 6.39517C73.2335 5.54175 74.9818 5.11622 76.956 5.11622C78.9303 5.11622 80.5498 5.52957 82.0353 6.3587C83.521 7.18785 84.6785 8.3501 85.5075 9.84787C86.3343 11.3457 86.75 13.0696 86.75 15.0196C86.75 15.7758 86.7013 16.4566 86.604 17.0669L86.6018 17.0645ZM82.4 13.7017C82.3758 12.1675 81.8263 10.9372 80.7565 10.0108C79.6843 9.0844 78.3565 8.62243 76.7738 8.62243C75.3368 8.62243 74.1063 9.07952 73.0828 9.99378C72.059 10.908 71.4513 12.1432 71.2568 13.7017H82.4ZM12.7871 14.7273V10.161C12.2765 10.161 11.7756 10.1902 11.282 10.2485C8.74358 10.5476 6.42881 11.5931 4.56631 13.1614C2.71353 14.7176 1.31056 16.7916 0.573828 19.1574C0.201812 20.3562 0 21.6278 0 22.9481V25.5765H4.56631V22.9481C4.56631 18.4158 8.25728 14.7273 12.7871 14.7273ZM50.864 5.4438V8.82843C47.8043 8.82843 45.2615 11.0975 44.834 14.0427V25.579H40.6688V5.44387H44.834V7.61575C46.2018 6.48285 47.8945 5.72735 49.748 5.50945C50.1125 5.4657 50.4848 5.4438 50.864 5.4438Z" fill="#A31551"/>
9
- </g>
10
- <defs>
11
- <clipPath id="clip0_19390_4334">
12
- <rect width="86.75" height="26" fill="white"/>
13
- </clipPath>
14
- </defs>
15
- </svg>
16
- </template>
17
-
18
- <style scoped>
19
-
20
- </style>
21
-
1
+ <script setup lang="ts">
2
+
3
+ </script>
4
+
5
+ <template>
6
+ <svg width="200" height="26" viewBox="0 0 87 26" fill="none" xmlns="http://www.w3.org/2000/svg">
7
+ <g clip-path="url(#clip0_19390_4334)">
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.004 0V4.56875H12.7871C9.1083 4.56875 5.98386 6.99778 4.94076 10.3386C2.85456 11.5349 1.13793 13.3001 0 15.4253V12.7871C0 5.73585 5.73586 0 12.7871 0H16.004ZM59.5613 19.9892V8.8433H64.4583V5.44413H59.5613V0.43771H55.3598V5.44655H52.9843V8.84575H55.3598V19.9916C55.3598 21.9636 55.8583 23.3884 56.8575 24.2661C57.8545 25.144 59.2915 25.5815 61.1685 25.5815H64.4583V22.1094H61.9005C61.047 22.1094 60.444 21.9441 60.0915 21.6159C59.7388 21.2876 59.5613 20.7454 59.5613 19.9892ZM17.3194 20.9544C18.1972 22.5252 19.4032 23.7433 20.9374 24.6089V24.6065C22.4717 25.4698 24.164 25.9025 26.0898 25.9025C28.0155 25.9025 29.7758 25.472 31.3708 24.6065C32.966 23.7433 34.2255 22.5179 35.1518 20.935C36.0783 19.3521 36.5403 17.5358 36.5403 15.4909C36.5403 13.446 36.088 11.6297 35.1883 10.0469C34.2863 8.46395 33.0558 7.2458 31.4973 6.39235C29.9388 5.5389 28.1953 5.11338 26.272 5.11338C24.3488 5.11338 22.6054 5.5389 21.0469 6.39235C19.4883 7.2458 18.258 8.46395 17.3559 10.0469C16.4538 11.6297 16.004 13.4193 16.004 15.4909C16.004 17.5625 16.4417 19.3837 17.3194 20.9544ZM31.388 19.2183C30.8043 20.242 30.0433 21.0103 29.1048 21.521V21.5185C28.1663 22.0316 27.162 22.2869 26.0898 22.2869C24.4072 22.2869 23.0139 21.696 21.9052 20.5143C20.7964 19.3351 20.242 17.6598 20.242 15.4909C20.242 14.0296 20.5119 12.7944 21.0469 11.7829C21.5818 10.7738 22.3064 10.0104 23.2206 9.49977C24.1348 8.98672 25.1293 8.73143 26.199 8.73143C27.269 8.73143 28.2683 8.98915 29.1948 9.49977C30.121 10.0104 30.8628 10.7714 31.4243 11.7829C31.986 12.792 32.2658 14.0296 32.2658 15.4909C32.2658 16.9522 31.9715 18.1947 31.388 19.2183ZM86.6018 17.0645H71.2178C71.3393 18.6717 71.935 19.9628 73.0073 20.9378C74.0795 21.9128 75.395 22.3992 76.9535 22.3992C79.1955 22.3992 80.7783 21.4606 81.7048 19.5859H86.2005C85.5903 21.4363 84.4888 22.9535 82.8938 24.1352C81.2988 25.317 79.3195 25.9077 76.956 25.9077C75.0303 25.9077 73.3088 25.475 71.7843 24.6118C70.2623 23.7462 69.0683 22.528 68.2028 20.9573C67.337 19.3866 66.9068 17.5654 66.9068 15.4937C66.9068 13.4221 67.3275 11.601 68.1663 10.0302C69.0075 8.4595 70.1893 7.2462 71.7113 6.39517C73.2335 5.54175 74.9818 5.11622 76.956 5.11622C78.9303 5.11622 80.5498 5.52957 82.0353 6.3587C83.521 7.18785 84.6785 8.3501 85.5075 9.84787C86.3343 11.3457 86.75 13.0696 86.75 15.0196C86.75 15.7758 86.7013 16.4566 86.604 17.0669L86.6018 17.0645ZM82.4 13.7017C82.3758 12.1675 81.8263 10.9372 80.7565 10.0108C79.6843 9.0844 78.3565 8.62243 76.7738 8.62243C75.3368 8.62243 74.1063 9.07952 73.0828 9.99378C72.059 10.908 71.4513 12.1432 71.2568 13.7017H82.4ZM12.7871 14.7273V10.161C12.2765 10.161 11.7756 10.1902 11.282 10.2485C8.74358 10.5476 6.42881 11.5931 4.56631 13.1614C2.71353 14.7176 1.31056 16.7916 0.573828 19.1574C0.201812 20.3562 0 21.6278 0 22.9481V25.5765H4.56631V22.9481C4.56631 18.4158 8.25728 14.7273 12.7871 14.7273ZM50.864 5.4438V8.82843C47.8043 8.82843 45.2615 11.0975 44.834 14.0427V25.579H40.6688V5.44387H44.834V7.61575C46.2018 6.48285 47.8945 5.72735 49.748 5.50945C50.1125 5.4657 50.4848 5.4438 50.864 5.4438Z" fill="#A31551"/>
9
+ </g>
10
+ <defs>
11
+ <clipPath id="clip0_19390_4334">
12
+ <rect width="86.75" height="26" fill="white"/>
13
+ </clipPath>
14
+ </defs>
15
+ </svg>
16
+ </template>
17
+
18
+ <style scoped>
19
+
20
+ </style>
21
+
@@ -1,15 +1,15 @@
1
- <script setup lang="ts">
2
-
3
- </script>
4
-
5
- <template>
6
- <svg width="200" height="62" viewBox="0 0 200 62" fill="none" xmlns="http://www.w3.org/2000/svg" class="group">
7
- <path class="fill-[#00805F]" fill-rule="evenodd" clip-rule="evenodd" d="M55.8237 7L47.855 15.0277H39.9687V22.9725L32 30.9998L39.9687 39.028V46.9727H47.855L55.8237 55L63.7923 46.9727H71.6786V39.028L79.6472 30.9998L71.6786 22.9725V15.0277H63.7923L55.8237 7ZM41.951 39.6123L33.4013 30.9998L41.951 22.3877V17.0242H47.2744L55.8237 8.4117L64.3728 17.0242H69.6968V22.3877L78.2459 30.9998L69.6968 39.6123V44.9763H64.3728L55.8237 53.5888L47.2744 44.9763H41.951V39.6123ZM36.2039 30.9998L55.8237 50.7654L75.4433 30.9998L55.8237 11.2351L36.2039 30.9998Z" fill="#BDC7CE"/>
8
- <path class="fill-[#FAAE17]" fill-rule="evenodd" clip-rule="evenodd" d="M69.6963 25.2115C66.3858 29.232 61.3933 31.7991 55.8232 31.7991C51.5238 31.7995 48.0178 35.3315 48.0178 39.6628C48.0178 41.7084 48.7996 43.5752 50.0776 44.9767H50.0766L55.8232 50.7653L75.4429 31.0007L69.6963 25.2115ZM41.9501 36.7889C45.2606 32.7684 50.2531 30.2023 55.8232 30.2018C60.1227 30.2018 63.6291 26.6698 63.6291 22.3381C63.6291 20.2929 62.8473 18.4256 61.5693 17.0246L55.8232 11.2355L36.204 31.0007L41.9501 36.7899V36.7889ZM33.4014 31.0007L41.95 22.3881V17.0246H47.274L55.8232 8.41211L64.3724 17.0246H69.6964V22.3881L78.2455 31.0007L69.6964 39.6132V44.9767H64.3724L55.8232 53.5892L47.274 44.9767H41.95V39.6132L33.4014 31.0007Z" fill="#F4F5F6"/>
9
- <path class="fill-[#00805F]" fill-rule="evenodd" clip-rule="evenodd" d="M113.697 42.1805L110.526 35.7913L107.355 42.1805H113.697ZM84.3655 40.5831V44.5762H93.482C94.5718 44.5762 95.4638 43.6781 95.4638 42.5796C95.4638 41.4817 94.5718 40.5831 93.482 40.5831H84.3655ZM84.3655 34.1944V38.1875H93.482C94.5718 38.1875 95.4638 37.2889 95.4638 36.191C95.4638 35.0925 94.5718 34.1944 93.482 34.1944H84.3655ZM121.624 31.7982H125.588L136.686 42.9788V31.7982H140.65V46.9724H136.686L125.588 35.7913V46.9724H121.624V31.7982ZM149.053 39.3851L159.28 31.7982H154.92L146.2 38.1875V31.7982H142.235V46.9724H146.2V40.5831L154.92 46.9724H159.28L149.053 39.3851ZM150.956 15.0273H154.92V21.4161L163.64 15.0273H168L157.774 22.6142L168 30.2009H163.64L154.92 23.8123V30.2009H150.956V15.0273ZM142.235 23.8123L149.766 15.0273H145.803L140.254 21.4161L134.705 15.0273H130.741L138.272 23.8123V30.2009H142.235V23.8123ZM121.624 15.0273H125.588V27.8052H136.686V30.2009H121.624V15.0273ZM110.526 19.0204L113.697 25.4095H107.355L110.526 19.0204ZM116.075 30.2009H120.039L112.508 15.0273H108.544L101.013 30.2009H104.977L106.166 27.8052H114.886L116.075 30.2009ZM80.4014 15.0273H84.3655V21.4161H95.4638V15.0273H99.4274V30.2009H95.4638V23.8123H84.3655V30.2009H80.4014V15.0273ZM80.4014 31.7982H95.6617C97.7332 31.7982 99.4274 33.5055 99.4274 35.5919C99.4274 37.6782 97.7332 39.3851 95.6617 39.3851C97.7332 39.3851 99.4274 41.0924 99.4274 43.1787C99.4274 45.2651 97.7332 46.9724 95.6617 46.9724H80.4014V31.7982ZM104.977 46.9724H101.013L108.544 31.7982H112.508L120.039 46.9724H116.075L114.886 44.5762H106.166L104.977 46.9724Z" fill="#BDC7CE"/>
10
- </svg>
11
- </template>
12
-
13
- <style scoped>
14
-
15
- </style>
1
+ <script setup lang="ts">
2
+
3
+ </script>
4
+
5
+ <template>
6
+ <svg width="200" height="62" viewBox="0 0 200 62" fill="none" xmlns="http://www.w3.org/2000/svg" class="group">
7
+ <path class="fill-[#00805F]" fill-rule="evenodd" clip-rule="evenodd" d="M55.8237 7L47.855 15.0277H39.9687V22.9725L32 30.9998L39.9687 39.028V46.9727H47.855L55.8237 55L63.7923 46.9727H71.6786V39.028L79.6472 30.9998L71.6786 22.9725V15.0277H63.7923L55.8237 7ZM41.951 39.6123L33.4013 30.9998L41.951 22.3877V17.0242H47.2744L55.8237 8.4117L64.3728 17.0242H69.6968V22.3877L78.2459 30.9998L69.6968 39.6123V44.9763H64.3728L55.8237 53.5888L47.2744 44.9763H41.951V39.6123ZM36.2039 30.9998L55.8237 50.7654L75.4433 30.9998L55.8237 11.2351L36.2039 30.9998Z" fill="#BDC7CE"/>
8
+ <path class="fill-[#FAAE17]" fill-rule="evenodd" clip-rule="evenodd" d="M69.6963 25.2115C66.3858 29.232 61.3933 31.7991 55.8232 31.7991C51.5238 31.7995 48.0178 35.3315 48.0178 39.6628C48.0178 41.7084 48.7996 43.5752 50.0776 44.9767H50.0766L55.8232 50.7653L75.4429 31.0007L69.6963 25.2115ZM41.9501 36.7889C45.2606 32.7684 50.2531 30.2023 55.8232 30.2018C60.1227 30.2018 63.6291 26.6698 63.6291 22.3381C63.6291 20.2929 62.8473 18.4256 61.5693 17.0246L55.8232 11.2355L36.204 31.0007L41.9501 36.7899V36.7889ZM33.4014 31.0007L41.95 22.3881V17.0246H47.274L55.8232 8.41211L64.3724 17.0246H69.6964V22.3881L78.2455 31.0007L69.6964 39.6132V44.9767H64.3724L55.8232 53.5892L47.274 44.9767H41.95V39.6132L33.4014 31.0007Z" fill="#F4F5F6"/>
9
+ <path class="fill-[#00805F]" fill-rule="evenodd" clip-rule="evenodd" d="M113.697 42.1805L110.526 35.7913L107.355 42.1805H113.697ZM84.3655 40.5831V44.5762H93.482C94.5718 44.5762 95.4638 43.6781 95.4638 42.5796C95.4638 41.4817 94.5718 40.5831 93.482 40.5831H84.3655ZM84.3655 34.1944V38.1875H93.482C94.5718 38.1875 95.4638 37.2889 95.4638 36.191C95.4638 35.0925 94.5718 34.1944 93.482 34.1944H84.3655ZM121.624 31.7982H125.588L136.686 42.9788V31.7982H140.65V46.9724H136.686L125.588 35.7913V46.9724H121.624V31.7982ZM149.053 39.3851L159.28 31.7982H154.92L146.2 38.1875V31.7982H142.235V46.9724H146.2V40.5831L154.92 46.9724H159.28L149.053 39.3851ZM150.956 15.0273H154.92V21.4161L163.64 15.0273H168L157.774 22.6142L168 30.2009H163.64L154.92 23.8123V30.2009H150.956V15.0273ZM142.235 23.8123L149.766 15.0273H145.803L140.254 21.4161L134.705 15.0273H130.741L138.272 23.8123V30.2009H142.235V23.8123ZM121.624 15.0273H125.588V27.8052H136.686V30.2009H121.624V15.0273ZM110.526 19.0204L113.697 25.4095H107.355L110.526 19.0204ZM116.075 30.2009H120.039L112.508 15.0273H108.544L101.013 30.2009H104.977L106.166 27.8052H114.886L116.075 30.2009ZM80.4014 15.0273H84.3655V21.4161H95.4638V15.0273H99.4274V30.2009H95.4638V23.8123H84.3655V30.2009H80.4014V15.0273ZM80.4014 31.7982H95.6617C97.7332 31.7982 99.4274 33.5055 99.4274 35.5919C99.4274 37.6782 97.7332 39.3851 95.6617 39.3851C97.7332 39.3851 99.4274 41.0924 99.4274 43.1787C99.4274 45.2651 97.7332 46.9724 95.6617 46.9724H80.4014V31.7982ZM104.977 46.9724H101.013L108.544 31.7982H112.508L120.039 46.9724H116.075L114.886 44.5762H106.166L104.977 46.9724Z" fill="#BDC7CE"/>
10
+ </svg>
11
+ </template>
12
+
13
+ <style scoped>
14
+
15
+ </style>