adata-ui 3.1.79 → 3.1.80
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.
- package/README.md +84 -84
- package/dist/module.json +1 -1
- package/dist/runtime/components/Alert.vue +26 -26
- package/dist/runtime/components/Alert.vue.d.ts +37 -2
- package/dist/runtime/components/Chip.vue +5 -5
- package/dist/runtime/components/Chip.vue.d.ts +21 -2
- package/dist/runtime/components/ColorMode.vue +12 -12
- package/dist/runtime/components/CurveBlock.vue +177 -177
- package/dist/runtime/components/DigitBadge.vue +5 -5
- package/dist/runtime/components/DigitBadge.vue.d.ts +1 -1
- package/dist/runtime/components/Drawer.vue +32 -32
- package/dist/runtime/components/Drawer.vue.d.ts +47 -2
- package/dist/runtime/components/EmptyHeader.vue +6 -6
- package/dist/runtime/components/Error.vue +59 -59
- package/dist/runtime/components/Footer.vue +69 -69
- package/dist/runtime/components/FooterAccordion.vue +45 -45
- package/dist/runtime/components/Header.vue +111 -111
- package/dist/runtime/components/Header.vue.d.ts +0 -50
- package/dist/runtime/components/Modal.vue +78 -78
- package/dist/runtime/components/Modal.vue.d.ts +49 -9
- package/dist/runtime/components/NewFooter.vue +113 -113
- package/dist/runtime/components/NewFooterAccordion.vue +52 -52
- package/dist/runtime/components/OtherServiceFeatures.vue +45 -45
- package/dist/runtime/components/PkMobileServices.vue +22 -22
- package/dist/runtime/components/SidePanel.vue +76 -76
- package/dist/runtime/components/SidePanel.vue.d.ts +79 -3
- package/dist/runtime/components/Tag.vue +4 -4
- package/dist/runtime/components/Tag.vue.d.ts +12 -2
- package/dist/runtime/components/Toggle.vue +30 -30
- package/dist/runtime/components/accordion/Accordion.vue +41 -41
- package/dist/runtime/components/accordion/Accordion.vue.d.ts +44 -4
- package/dist/runtime/components/button/Button.vue +22 -22
- package/dist/runtime/components/button/Button.vue.d.ts +21 -3
- package/dist/runtime/components/checkbox/Checkbox.vue +58 -58
- package/dist/runtime/components/checkbox/Checkbox.vue.d.ts +39 -7
- package/dist/runtime/components/date-picker/DatePicker.vue +38 -38
- package/dist/runtime/components/error-template/index.vue +32 -32
- package/dist/runtime/components/error-template/index.vue.d.ts +5 -3
- package/dist/runtime/components/feature-description/FeatureDescription.vue +46 -46
- package/dist/runtime/components/floating-label/FloatingLabel.vue +5 -5
- package/dist/runtime/components/floating-label/FloatingLabel.vue.d.ts +7 -2
- package/dist/runtime/components/forms/input/password/InputPassword.vue +25 -25
- package/dist/runtime/components/forms/input/password/InputPassword.vue.d.ts +1 -1
- package/dist/runtime/components/forms/input/standard/InputStandard.vue +108 -108
- package/dist/runtime/components/forms/input/textarea/ATextarea.vue +63 -63
- package/dist/runtime/components/forms/input/textarea/ATextarea.vue.d.ts +35 -3
- package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue +54 -54
- package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue.d.ts +1 -7
- package/dist/runtime/components/forms/request-demo/RequestDemo.vue +57 -57
- package/dist/runtime/components/forms/request-demo/RequestDemo.vue.d.ts +0 -26
- package/dist/runtime/components/header/AlmatyContacts.vue +76 -76
- package/dist/runtime/components/header/AstanaContacts.vue +31 -31
- package/dist/runtime/components/header/CardGallery.vue +60 -60
- package/dist/runtime/components/header/ContactMenu.vue +39 -39
- package/dist/runtime/components/header/ContactMenu.vue.d.ts +2 -8
- package/dist/runtime/components/header/HeaderLink.vue +46 -46
- package/dist/runtime/components/header/LangSwitcher.vue +26 -26
- package/dist/runtime/components/header/ListItem.vue +15 -15
- package/dist/runtime/components/header/NavCard.vue +28 -28
- package/dist/runtime/components/header/NavList.vue +52 -52
- package/dist/runtime/components/header/ProductMenu.vue +67 -67
- package/dist/runtime/components/header/ProductMenu.vue.d.ts +2 -8
- package/dist/runtime/components/header/ProfileMenu.vue +37 -37
- package/dist/runtime/components/header/ProfileMenu.vue.d.ts +1 -5
- package/dist/runtime/components/header/ProfileMenuContent.vue +140 -140
- package/dist/runtime/components/header/ProfileMenuContent.vue.d.ts +1 -5
- package/dist/runtime/components/header/TopHeader.vue +72 -72
- package/dist/runtime/components/header-mobile/HeaderMobile.vue +39 -39
- package/dist/runtime/components/header-mobile/HeaderMobile.vue.d.ts +14 -9
- package/dist/runtime/components/mobile-navigation/BottomNavigation.vue +41 -41
- package/dist/runtime/components/mobile-navigation/BottomNavigation.vue.d.ts +0 -29
- package/dist/runtime/components/mobile-navigation/MainButton.vue +8 -8
- package/dist/runtime/components/mobile-navigation/MainButton.vue.d.ts +1 -5
- package/dist/runtime/components/mobile-navigation/MobileProductMenu.vue +23 -23
- package/dist/runtime/components/modals/NoAccessContent.vue +34 -34
- package/dist/runtime/components/modals/NoAccessContent.vue.d.ts +1 -5
- package/dist/runtime/components/modals/NoAccessSimple.vue +16 -16
- package/dist/runtime/components/modals/NoAccessSimple.vue.d.ts +1 -5
- package/dist/runtime/components/modals/TokenTimeoutContent.vue +24 -24
- package/dist/runtime/components/modals/TokenTimeoutContent.vue.d.ts +1 -5
- package/dist/runtime/components/modals/id/IdAccessModal.vue +34 -34
- package/dist/runtime/components/modals/id/IdBanner.vue +29 -29
- package/dist/runtime/components/modals/id/IdConfirmAccountOtpModal.vue +43 -43
- package/dist/runtime/components/modals/id/IdConfirmSuccessfulModal.vue +17 -17
- package/dist/runtime/components/modals/id/IdLoginModal.vue +100 -100
- package/dist/runtime/components/modals/id/IdModals.vue +44 -44
- package/dist/runtime/components/modals/id/IdNewPasswordModal.vue +46 -46
- package/dist/runtime/components/modals/id/IdOtpInput.vue +30 -30
- package/dist/runtime/components/modals/id/IdPasswordSuccessfulModal.vue +14 -14
- package/dist/runtime/components/modals/id/IdRecoveryModal.vue +30 -30
- package/dist/runtime/components/modals/id/IdRegistrationModal.vue +68 -68
- package/dist/runtime/components/modals/id/IdResetPasswordOtpModal.vue +47 -47
- package/dist/runtime/components/modals/id/IdTwoFactorModal.vue +23 -23
- package/dist/runtime/components/payment/process/PaymentKaspiQrSidePanel.vue +51 -51
- package/dist/runtime/components/payment/process/PaymentKaspiRedirectSidePanel.vue +35 -35
- package/dist/runtime/components/payment/process/PaymentMethodSidePanel.vue +69 -69
- package/dist/runtime/components/payment/process/PaymentProcess.vue +26 -26
- package/dist/runtime/components/payment/process/PaymentTopUpSidePanel.vue +63 -63
- package/dist/runtime/components/photos-animation/PhotosAnimation.vue +9 -9
- package/dist/runtime/components/pill-tabs/PillTabs.vue +39 -39
- package/dist/runtime/components/pill-tabs/PillTabs.vue.d.ts +0 -46
- package/dist/runtime/components/radio-button/RadioButton.vue +33 -33
- package/dist/runtime/components/radio-button/RadioButton.vue.d.ts +36 -2
- package/dist/runtime/components/row-card/RowCard.vue +27 -27
- package/dist/runtime/components/row-card/RowCard.vue.d.ts +9 -2
- package/dist/runtime/components/select-row/index.vue +58 -58
- package/dist/runtime/components/select-row/index.vue.d.ts +1 -1
- package/dist/runtime/components/transitions/TransitionHeight.vue +9 -9
- package/dist/runtime/components/transitions/TransitionHeight.vue.d.ts +20 -2
- package/dist/runtime/components/tree-select/TreeSelect.vue +16 -16
- package/dist/runtime/components/tree-select/components/tree-select-nodes.vue +75 -75
- package/dist/runtime/icons/ai-assistant.vue +13 -13
- package/dist/runtime/icons/akimat.vue +20 -20
- package/dist/runtime/icons/arrow/arrow-circle-down.vue +18 -18
- package/dist/runtime/icons/arrow/arrow-graph-up.vue +24 -24
- package/dist/runtime/icons/arrow/arrow-side-up.vue +19 -19
- package/dist/runtime/icons/arrow/arrow-top-right-on-square.vue +19 -19
- package/dist/runtime/icons/arrow/chevron-down.vue +19 -19
- package/dist/runtime/icons/avatar.vue +41 -41
- package/dist/runtime/icons/avto/car.vue +17 -17
- package/dist/runtime/icons/avto/truck.vue +17 -17
- package/dist/runtime/icons/bank.vue +14 -14
- package/dist/runtime/icons/block.vue +19 -19
- package/dist/runtime/icons/bookmark.vue +19 -19
- package/dist/runtime/icons/calculator.vue +19 -19
- package/dist/runtime/icons/chartBar.vue +14 -14
- package/dist/runtime/icons/check-circle.vue +25 -25
- package/dist/runtime/icons/check-sb.vue +7 -7
- package/dist/runtime/icons/checkbox/checkbox-active.vue +19 -19
- package/dist/runtime/icons/checkbox/checkbox-empty.vue +20 -20
- package/dist/runtime/icons/checkbox/checkbox-intermediate.vue +19 -19
- package/dist/runtime/icons/chevron/chevron-down.vue +16 -16
- package/dist/runtime/icons/chevron/chevron-left.vue +5 -5
- package/dist/runtime/icons/chevron/chevron-right.vue +5 -5
- package/dist/runtime/icons/chevron/chevron-up.vue +5 -5
- package/dist/runtime/icons/chevron/double-chevron-right.vue +12 -12
- package/dist/runtime/icons/clipboard-text.vue +17 -17
- package/dist/runtime/icons/clock.vue +25 -25
- package/dist/runtime/icons/color-mode/moon.vue +20 -20
- package/dist/runtime/icons/color-mode/sun.vue +27 -27
- package/dist/runtime/icons/communication/mail.vue +19 -19
- package/dist/runtime/icons/communication/phone.vue +19 -19
- package/dist/runtime/icons/company.vue +19 -19
- package/dist/runtime/icons/currency/dollar.vue +19 -19
- package/dist/runtime/icons/currency/down.vue +22 -22
- package/dist/runtime/icons/currency/eur.vue +69 -69
- package/dist/runtime/icons/currency/rub.vue +25 -25
- package/dist/runtime/icons/currency/tenge.vue +9 -9
- package/dist/runtime/icons/currency/usd.vue +269 -269
- package/dist/runtime/icons/currency/yuan.vue +37 -37
- package/dist/runtime/icons/document/hdocument.vue +17 -17
- package/dist/runtime/icons/document/id.vue +19 -19
- package/dist/runtime/icons/document/profile.vue +19 -19
- package/dist/runtime/icons/eye-closed.vue +26 -26
- package/dist/runtime/icons/eye-open.vue +7 -7
- package/dist/runtime/icons/eye-opened.vue +23 -23
- package/dist/runtime/icons/file/excel-icon.vue +14 -14
- package/dist/runtime/icons/file/file.vue +19 -19
- package/dist/runtime/icons/file/files.vue +17 -17
- package/dist/runtime/icons/globe.vue +19 -19
- package/dist/runtime/icons/hand-with-phone/hand-with-phone-dark.vue +52 -52
- package/dist/runtime/icons/hand-with-phone/hand-with-phone-light.vue +52 -52
- package/dist/runtime/icons/handshake.vue +19 -19
- package/dist/runtime/icons/history.vue +19 -19
- package/dist/runtime/icons/hot-line.vue +6 -6
- package/dist/runtime/icons/id.vue +9 -9
- package/dist/runtime/icons/info/info-circle.vue +29 -29
- package/dist/runtime/icons/invoice.vue +35 -35
- package/dist/runtime/icons/kaspi-qr.vue +13 -13
- package/dist/runtime/icons/link-chain.vue +31 -31
- package/dist/runtime/icons/loader-circle.vue +34 -34
- package/dist/runtime/icons/lock.vue +19 -19
- package/dist/runtime/icons/logo/adata.vue +48 -48
- package/dist/runtime/icons/logo/logo.vue +27 -27
- package/dist/runtime/icons/map-paper.vue +5 -5
- package/dist/runtime/icons/map-pin-rect.vue +15 -15
- package/dist/runtime/icons/medal.vue +17 -17
- package/dist/runtime/icons/menu/menu-filled.vue +61 -61
- package/dist/runtime/icons/menu/menu.vue +41 -41
- package/dist/runtime/icons/message.vue +24 -24
- package/dist/runtime/icons/modals/door.vue +162 -162
- package/dist/runtime/icons/moon.vue +10 -10
- package/dist/runtime/icons/navigation/expand-window.vue +19 -19
- package/dist/runtime/icons/navigation/location.vue +25 -25
- package/dist/runtime/icons/navigation/logout.vue +19 -19
- package/dist/runtime/icons/notifications.vue +25 -25
- package/dist/runtime/icons/other-service/arrow-square-down.vue +15 -15
- package/dist/runtime/icons/other-service/arrow-top-right-on-square.vue +6 -6
- package/dist/runtime/icons/other-service/block.vue +16 -16
- package/dist/runtime/icons/other-service/currency-dollar.vue +16 -16
- package/dist/runtime/icons/other-service/globe.vue +16 -16
- package/dist/runtime/icons/other-service/link.vue +7 -7
- package/dist/runtime/icons/other-service/magnifying-glass.vue +9 -9
- package/dist/runtime/icons/other-service/standing-scales.vue +15 -15
- package/dist/runtime/icons/other-service/users-three.vue +7 -7
- package/dist/runtime/icons/payment/payment-card.vue +6 -6
- package/dist/runtime/icons/payment/payment-kaspi.vue +11 -11
- package/dist/runtime/icons/plus.vue +24 -24
- package/dist/runtime/icons/radio/radio-check.vue +24 -24
- package/dist/runtime/icons/radio/radio-empty.vue +20 -20
- package/dist/runtime/icons/receipt/hcheck.vue +27 -27
- package/dist/runtime/icons/receipt/receipt.vue +27 -27
- package/dist/runtime/icons/sanctions.vue +8 -8
- package/dist/runtime/icons/scale.vue +19 -19
- package/dist/runtime/icons/search.vue +27 -27
- package/dist/runtime/icons/socials/facebook.vue +15 -15
- package/dist/runtime/icons/socials/google.vue +41 -41
- package/dist/runtime/icons/socials/instagram.vue +19 -19
- package/dist/runtime/icons/socials/linkedin.vue +24 -24
- package/dist/runtime/icons/socials/mailru.vue +34 -34
- package/dist/runtime/icons/socials/telegram.vue +15 -15
- package/dist/runtime/icons/socials/tik-tok.vue +15 -15
- package/dist/runtime/icons/socials/whatsapp.vue +21 -21
- package/dist/runtime/icons/socials/yandex.vue +28 -28
- package/dist/runtime/icons/socials/youtube.vue +16 -16
- package/dist/runtime/icons/sun.vue +14 -14
- package/dist/runtime/icons/sviazi.vue +19 -19
- package/dist/runtime/icons/tasks.vue +10 -10
- package/dist/runtime/icons/toasts/check-circle-toast.vue +6 -6
- package/dist/runtime/icons/toasts/warning-triangle-toast.vue +7 -7
- package/dist/runtime/icons/users/users-three.vue +17 -17
- package/dist/runtime/icons/users/users.vue +31 -31
- package/dist/runtime/icons/warning-triangle.vue +29 -29
- package/dist/runtime/icons/work-bag.vue +20 -20
- package/dist/runtime/icons/x-mark.vue +18 -18
- package/dist/runtime/illustrations/address-location.vue +38 -38
- package/dist/runtime/illustrations/ball-with-chain.vue +120 -120
- package/dist/runtime/illustrations/bill.vue +133 -133
- package/dist/runtime/illustrations/buildings.vue +82 -82
- package/dist/runtime/illustrations/calendar.vue +156 -156
- package/dist/runtime/illustrations/chains.vue +152 -152
- package/dist/runtime/illustrations/coin-percent.vue +126 -126
- package/dist/runtime/illustrations/coins-stack.vue +202 -202
- package/dist/runtime/illustrations/delete-dark.vue +31 -31
- package/dist/runtime/illustrations/delete.vue +32 -32
- package/dist/runtime/illustrations/doc-with-stamp.vue +126 -126
- package/dist/runtime/illustrations/document.vue +64 -64
- package/dist/runtime/illustrations/door.vue +74 -74
- package/dist/runtime/illustrations/empty-box.vue +77 -77
- package/dist/runtime/illustrations/empty-wallet.vue +161 -161
- package/dist/runtime/illustrations/graph-in-coin.vue +119 -119
- package/dist/runtime/illustrations/hammer.vue +156 -156
- package/dist/runtime/illustrations/hand-cash.vue +108 -108
- package/dist/runtime/illustrations/info.vue +39 -39
- package/dist/runtime/illustrations/mail.vue +68 -68
- package/dist/runtime/illustrations/ok.vue +62 -62
- package/dist/runtime/illustrations/people-group.vue +237 -237
- package/dist/runtime/illustrations/person-with-phone.vue +187 -187
- package/dist/runtime/illustrations/person.vue +159 -159
- package/dist/runtime/illustrations/phone-check.vue +90 -90
- package/dist/runtime/illustrations/phone-payment-method.vue +223 -223
- package/dist/runtime/illustrations/stop-hand.vue +77 -77
- package/dist/runtime/illustrations/stop-sign.vue +34 -34
- package/dist/runtime/illustrations/suit.vue +111 -111
- package/dist/runtime/illustrations/suitcase.vue +105 -105
- package/dist/runtime/illustrations/terminal-dark.vue +48 -48
- package/dist/runtime/illustrations/terminal.vue +234 -234
- package/dist/runtime/illustrations/trash-can.vue +108 -108
- package/dist/runtime/illustrations/turn-on-tariff.vue +38 -38
- package/dist/runtime/illustrations/two-persons.vue +169 -169
- package/dist/runtime/lang/en.js +1 -1
- package/dist/runtime/lang/kk.js +1 -1
- package/dist/runtime/lang/ru.js +1 -1
- package/dist/runtime/public/kaspi/logo.svg +4 -4
- package/dist/runtime/server/tsconfig.json +3 -3
- package/package.json +73 -73
|
@@ -1,126 +1,126 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
fill="none"
|
|
4
|
-
height="155"
|
|
5
|
-
viewBox="0 0 156 155"
|
|
6
|
-
width="156"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<circle cx="77.7027" cy="76.9998" fill="#BDC7CE" fill-opacity="0.15" r="64.5833" />
|
|
10
|
-
<g clip-path="url(#clip0_2708_133533)">
|
|
11
|
-
<path
|
|
12
|
-
d="M126.54 27.8906V73.9773V137.631H36.0076V54.2923L62.293 27.8906H126.54Z"
|
|
13
|
-
class="fill-white dark:fill-gray-900"
|
|
14
|
-
opacity="0.2"
|
|
15
|
-
/>
|
|
16
|
-
<path
|
|
17
|
-
d="M118.494 16.9373V63.0239V129.261H27.9736V43.3389L54.259 16.9373H118.494Z"
|
|
18
|
-
class="fill-white dark:fill-gray-900"
|
|
19
|
-
stroke="#9DA3AC"
|
|
20
|
-
stroke-miterlimit="10"
|
|
21
|
-
stroke-width="1.29167"
|
|
22
|
-
/>
|
|
23
|
-
<path
|
|
24
|
-
d="M54.259 16.9373V48.0793H27.9736V43.3389L54.259 16.9373Z"
|
|
25
|
-
fill="#BDC7CE"
|
|
26
|
-
opacity="0.2"
|
|
27
|
-
/>
|
|
28
|
-
<path
|
|
29
|
-
d="M47.426 102.924H73.2335"
|
|
30
|
-
stroke="#9DA3AC"
|
|
31
|
-
stroke-linecap="round"
|
|
32
|
-
stroke-linejoin="round"
|
|
33
|
-
stroke-width="1.29167"
|
|
34
|
-
/>
|
|
35
|
-
<path
|
|
36
|
-
d="M47.426 82.8123H101.896"
|
|
37
|
-
stroke="#9DA3AC"
|
|
38
|
-
stroke-linecap="round"
|
|
39
|
-
stroke-linejoin="round"
|
|
40
|
-
stroke-width="1.29167"
|
|
41
|
-
/>
|
|
42
|
-
<path
|
|
43
|
-
d="M47.426 62.7009H101.896"
|
|
44
|
-
stroke="#9DA3AC"
|
|
45
|
-
stroke-linecap="round"
|
|
46
|
-
stroke-linejoin="round"
|
|
47
|
-
stroke-width="1.29167"
|
|
48
|
-
/>
|
|
49
|
-
<path
|
|
50
|
-
d="M27.9736 43.3389H54.259V16.9373L27.9736 43.3389Z"
|
|
51
|
-
class="fill-white dark:fill-gray-900"
|
|
52
|
-
stroke="#9DA3AC"
|
|
53
|
-
stroke-linecap="round"
|
|
54
|
-
stroke-linejoin="round"
|
|
55
|
-
stroke-width="1.29167"
|
|
56
|
-
/>
|
|
57
|
-
<path
|
|
58
|
-
d="M97.9819 119.728C105.708 119.728 111.971 113.465 111.971 105.739C111.971 98.0135 105.708 91.7505 97.9819 91.7505C90.2561 91.7505 83.9932 98.0135 83.9932 105.739C83.9932 113.465 90.2561 119.728 97.9819 119.728Z"
|
|
59
|
-
class="fill-white dark:fill-gray-900"
|
|
60
|
-
stroke="#9DA3AC"
|
|
61
|
-
stroke-linecap="round"
|
|
62
|
-
stroke-miterlimit="10"
|
|
63
|
-
stroke-width="1.29167"
|
|
64
|
-
/>
|
|
65
|
-
<path
|
|
66
|
-
d="M89.4954 99.3974C90.6292 97.8812 92.1484 96.6962 93.8949 95.9655C95.6415 95.2348 97.5518 94.985 99.4276 95.242C101.303 95.499 103.076 96.2535 104.562 97.4272C106.047 98.6008 107.192 100.151 107.876 101.916"
|
|
67
|
-
stroke="#9DA3AC"
|
|
68
|
-
stroke-linecap="round"
|
|
69
|
-
stroke-miterlimit="10"
|
|
70
|
-
stroke-width="1.29167"
|
|
71
|
-
/>
|
|
72
|
-
<path
|
|
73
|
-
d="M98.4984 101.193C98.6219 101.331 98.7302 101.483 98.8213 101.645C99.0738 102.14 99.1291 102.712 98.9763 103.246C98.9627 103.285 98.9569 103.327 98.9593 103.368C98.9617 103.409 98.9722 103.45 98.9902 103.487C99.0082 103.524 99.0333 103.557 99.0642 103.585C99.095 103.612 99.131 103.633 99.17 103.647C99.209 103.66 99.2503 103.666 99.2915 103.664C99.3328 103.661 99.3732 103.651 99.4103 103.633C99.4475 103.615 99.4808 103.59 99.5083 103.559C99.5357 103.528 99.5568 103.492 99.5704 103.453C99.6823 103.11 99.7241 102.748 99.693 102.388C99.6619 102.029 99.5587 101.679 99.3896 101.361C99.2801 101.151 99.1457 100.956 98.9892 100.779L99.8029 100.069C99.8408 100.043 99.8729 100.009 99.8968 99.9701C99.9207 99.9309 99.936 99.887 99.9416 99.8414C99.9471 99.7958 99.943 99.7495 99.9293 99.7057C99.9155 99.6619 99.8926 99.6214 99.862 99.5871C99.8314 99.5528 99.7939 99.5255 99.7519 99.5069C99.7099 99.4883 99.6644 99.4788 99.6185 99.4791C99.5725 99.4795 99.5272 99.4896 99.4855 99.5089C99.4438 99.5282 99.4067 99.5562 99.3767 99.591L98.4984 100.353C97.9893 100.002 97.4201 99.7484 96.8191 99.6038C94.6497 99.1353 92.3874 99.3706 90.3608 100.276C88.5367 100.937 86.965 102.151 85.8658 103.75C85.5432 104.204 85.3943 104.759 85.4465 105.314C85.4986 105.869 85.7484 106.386 86.15 106.773C86.4595 107.075 86.858 107.27 87.2867 107.328C88.798 107.573 91.1617 106.631 94.2617 104.486C95.7283 103.46 97.1423 102.361 98.4984 101.193ZM86.5375 106.359C86.2364 106.072 86.0516 105.685 86.0182 105.27C85.9849 104.855 86.1053 104.443 86.3567 104.112C87.6483 101.735 92.3629 99.5264 96.0312 100.133C96.2403 100.164 96.4474 100.207 96.6513 100.263C97.1076 100.381 97.5432 100.568 97.943 100.818C96.9096 101.683 95.3596 102.898 93.7837 103.996C90.1542 106.476 87.5709 107.315 86.5375 106.321V106.359Z"
|
|
74
|
-
fill="#9DA3AC"
|
|
75
|
-
stroke="#9DA3AC"
|
|
76
|
-
stroke-linejoin="round"
|
|
77
|
-
stroke-width="0.322917"
|
|
78
|
-
/>
|
|
79
|
-
<path
|
|
80
|
-
d="M96.8582 103.789C96.8929 103.759 96.9209 103.722 96.9402 103.68C96.9594 103.638 96.9696 103.593 96.97 103.547C96.9703 103.501 96.9609 103.456 96.9423 103.414C96.9237 103.372 96.8963 103.334 96.862 103.304C96.8277 103.273 96.7873 103.25 96.7435 103.236C96.6996 103.223 96.6534 103.218 96.6078 103.224C96.5622 103.23 96.5183 103.245 96.479 103.269C96.4398 103.293 96.4061 103.325 96.3802 103.363C94.9955 104.617 93.4849 105.725 91.8723 106.669C91.8205 106.706 91.7806 106.757 91.7577 106.817C91.7348 106.876 91.73 106.941 91.7438 107.003C91.7576 107.065 91.7894 107.122 91.8352 107.166C91.8811 107.21 91.9389 107.239 92.0015 107.251C92.0726 107.275 92.1499 107.275 92.221 107.251C93.8742 106.248 95.427 105.089 96.8582 103.789Z"
|
|
81
|
-
fill="#9DA3AC"
|
|
82
|
-
stroke="#9DA3AC"
|
|
83
|
-
stroke-linejoin="round"
|
|
84
|
-
stroke-width="0.322917"
|
|
85
|
-
/>
|
|
86
|
-
<path
|
|
87
|
-
d="M97.7235 104.215C97.5944 103.983 97.3231 103.957 96.9098 104.138C96.8707 104.155 96.8354 104.179 96.8057 104.21C96.7761 104.24 96.7528 104.277 96.7372 104.316C96.7216 104.356 96.7139 104.398 96.7147 104.441C96.7156 104.483 96.7248 104.525 96.7419 104.564C96.7612 104.617 96.7975 104.663 96.8452 104.693C96.1569 105.345 95.4325 105.957 94.6752 106.528C94.6443 106.557 94.6197 106.592 94.6029 106.63C94.586 106.669 94.5774 106.711 94.5774 106.754C94.5774 106.796 94.586 106.838 94.6029 106.877C94.6197 106.916 94.6443 106.951 94.6752 106.98C94.7229 107.041 94.7921 107.083 94.869 107.096C94.9476 107.128 95.0358 107.128 95.1144 107.096C96.1348 106.295 96.871 105.675 97.3102 105.262C97.7494 104.848 97.9044 104.513 97.7235 104.215Z"
|
|
88
|
-
fill="#9DA3AC"
|
|
89
|
-
stroke="#9DA3AC"
|
|
90
|
-
stroke-linejoin="round"
|
|
91
|
-
stroke-width="0.322917"
|
|
92
|
-
/>
|
|
93
|
-
<path
|
|
94
|
-
d="M109.904 108.297L104.634 108.684C104.593 108.688 104.553 108.699 104.517 108.718C104.481 108.736 104.448 108.762 104.422 108.793C104.396 108.824 104.376 108.861 104.363 108.9C104.351 108.939 104.346 108.98 104.35 109.02C104.352 109.092 104.379 109.161 104.426 109.215C104.473 109.269 104.537 109.305 104.608 109.317H104.686L109.956 108.93C109.996 108.927 110.036 108.915 110.073 108.897C110.109 108.878 110.141 108.852 110.168 108.821C110.194 108.79 110.214 108.754 110.226 108.715C110.239 108.676 110.243 108.635 110.24 108.594C110.238 108.552 110.228 108.511 110.21 108.473C110.192 108.435 110.167 108.401 110.135 108.374C110.104 108.346 110.067 108.325 110.028 108.312C109.988 108.298 109.946 108.293 109.904 108.297Z"
|
|
95
|
-
fill="#9DA3AC"
|
|
96
|
-
stroke="#9DA3AC"
|
|
97
|
-
stroke-linejoin="round"
|
|
98
|
-
stroke-width="0.322917"
|
|
99
|
-
/>
|
|
100
|
-
<path
|
|
101
|
-
d="M105.939 106.579C108.522 105.288 109.271 104.68 109.349 104.125C109.362 104.021 109.348 103.916 109.31 103.819C109.272 103.722 109.209 103.636 109.129 103.57C108.793 103.26 108.264 103.57 107.476 104.267C106.972 104.693 106.339 105.288 105.564 106.063L105.293 106.192C103.691 107.005 103.265 106.85 103.187 106.812C103.11 106.773 103.187 106.812 103.187 106.812C103.194 106.758 103.187 106.704 103.167 106.654C103.147 106.604 103.113 106.561 103.071 106.528C103.024 106.502 102.97 106.488 102.916 106.488C102.862 106.488 102.809 106.502 102.761 106.528C102.402 106.669 102.036 106.789 101.663 106.889C101.871 106.783 102.032 106.604 102.115 106.385C102.133 106.308 102.125 106.227 102.093 106.155C102.06 106.082 102.004 106.023 101.934 105.985C101.56 105.791 100.94 106.476 100.875 106.553C100.762 106.604 100.646 106.647 100.527 106.683C100.195 106.816 99.8363 106.869 99.4802 106.838C99.5784 106.594 99.7335 106.377 99.9324 106.205C99.9817 106.145 100.009 106.069 100.009 105.991C100.009 105.914 99.9817 105.838 99.9324 105.778C99.8836 105.715 99.8129 105.672 99.7342 105.658C99.6554 105.643 99.5741 105.659 99.5061 105.701C98.7201 106.235 97.8453 106.624 96.9228 106.851C97.4227 106.171 98.0342 105.582 98.7311 105.107C98.7726 105.085 98.809 105.056 98.8378 105.019C98.8666 104.982 98.8872 104.94 98.898 104.895C98.9089 104.849 98.9098 104.802 98.9007 104.756C98.8916 104.711 98.8728 104.667 98.8454 104.63C98.8181 104.592 98.7829 104.561 98.7422 104.538C98.7016 104.515 98.6566 104.501 98.6101 104.497C98.5637 104.494 98.5169 104.5 98.4732 104.516C98.4294 104.532 98.3896 104.557 98.3565 104.59C97.8786 104.939 96.3157 106.153 96.264 106.876C96.2541 106.953 96.2617 107.032 96.2863 107.106C96.3109 107.18 96.3519 107.247 96.4061 107.303C96.7032 107.625 97.3102 107.535 98.434 106.993L98.744 106.838C98.7445 106.929 98.767 107.019 98.8097 107.1C98.8524 107.181 98.9141 107.251 98.9895 107.303C99.3382 107.561 100.061 107.419 100.539 107.303C100.733 107.587 101.147 107.651 102.542 107.16C102.588 107.233 102.65 107.295 102.722 107.341C102.953 107.449 103.204 107.504 103.459 107.504C103.713 107.504 103.964 107.449 104.195 107.341C102.632 108.943 100.862 110.855 99.3382 112.508C99.3363 112.226 99.3103 111.946 99.2607 111.668C99.177 110.956 98.8428 110.297 98.3178 109.808L100.901 109.615C100.948 109.624 100.996 109.623 101.043 109.612C101.089 109.6 101.133 109.579 101.17 109.548C101.207 109.518 101.237 109.48 101.257 109.437C101.278 109.393 101.288 109.346 101.288 109.298C101.288 109.25 101.278 109.203 101.257 109.16C101.237 109.117 101.207 109.078 101.17 109.048C101.133 109.018 101.089 108.996 101.043 108.985C100.996 108.973 100.948 108.972 100.901 108.982L97.1552 109.253C97.0804 109.258 97.0098 109.29 96.9556 109.342C96.9014 109.394 96.867 109.463 96.8582 109.537C96.8491 109.613 96.8675 109.69 96.9101 109.754C96.9528 109.818 97.0168 109.865 97.0907 109.886C97.5114 109.997 97.8865 110.237 98.1625 110.574C98.4385 110.91 98.6013 111.325 98.6278 111.759C98.7109 112.285 98.7109 112.821 98.6278 113.348C98.6164 113.416 98.6264 113.486 98.6565 113.549C98.6865 113.611 98.7351 113.663 98.7957 113.696H98.899C98.9513 113.705 99.0048 113.7 99.0546 113.682C99.1043 113.664 99.1486 113.633 99.1832 113.593C100.914 111.707 103.136 109.305 105.009 107.406L105.939 106.579ZM108.599 104.215C108.382 104.429 108.139 104.615 107.876 104.771C108.105 104.57 108.346 104.384 108.599 104.215Z"
|
|
102
|
-
fill="#9DA3AC"
|
|
103
|
-
stroke="#9DA3AC"
|
|
104
|
-
stroke-linejoin="round"
|
|
105
|
-
stroke-width="0.322917"
|
|
106
|
-
/>
|
|
107
|
-
<path
|
|
108
|
-
d="M106.804 111.629C105.706 113.269 104.173 114.569 102.377 115.385C100.581 116.201 98.5923 116.5 96.6356 116.247C94.6789 115.995 92.8315 115.202 91.3009 113.957C89.7703 112.712 88.6172 111.065 87.9714 109.201"
|
|
109
|
-
stroke="#9DA3AC"
|
|
110
|
-
stroke-width="1.29167"
|
|
111
|
-
stroke-miterlimit="10"
|
|
112
|
-
stroke-linecap="round"
|
|
113
|
-
/>
|
|
114
|
-
</g>
|
|
115
|
-
<defs>
|
|
116
|
-
<clipPath id="clip0_2708_133533">
|
|
117
|
-
<rect
|
|
118
|
-
width="99.2129"
|
|
119
|
-
height="121.339"
|
|
120
|
-
class="fill-white dark:fill-gray-900"
|
|
121
|
-
transform="translate(27.3276 16.2915)"
|
|
122
|
-
/>
|
|
123
|
-
</clipPath>
|
|
124
|
-
</defs>
|
|
125
|
-
</svg>
|
|
126
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
fill="none"
|
|
4
|
+
height="155"
|
|
5
|
+
viewBox="0 0 156 155"
|
|
6
|
+
width="156"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<circle cx="77.7027" cy="76.9998" fill="#BDC7CE" fill-opacity="0.15" r="64.5833" />
|
|
10
|
+
<g clip-path="url(#clip0_2708_133533)">
|
|
11
|
+
<path
|
|
12
|
+
d="M126.54 27.8906V73.9773V137.631H36.0076V54.2923L62.293 27.8906H126.54Z"
|
|
13
|
+
class="fill-white dark:fill-gray-900"
|
|
14
|
+
opacity="0.2"
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
d="M118.494 16.9373V63.0239V129.261H27.9736V43.3389L54.259 16.9373H118.494Z"
|
|
18
|
+
class="fill-white dark:fill-gray-900"
|
|
19
|
+
stroke="#9DA3AC"
|
|
20
|
+
stroke-miterlimit="10"
|
|
21
|
+
stroke-width="1.29167"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="M54.259 16.9373V48.0793H27.9736V43.3389L54.259 16.9373Z"
|
|
25
|
+
fill="#BDC7CE"
|
|
26
|
+
opacity="0.2"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d="M47.426 102.924H73.2335"
|
|
30
|
+
stroke="#9DA3AC"
|
|
31
|
+
stroke-linecap="round"
|
|
32
|
+
stroke-linejoin="round"
|
|
33
|
+
stroke-width="1.29167"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
d="M47.426 82.8123H101.896"
|
|
37
|
+
stroke="#9DA3AC"
|
|
38
|
+
stroke-linecap="round"
|
|
39
|
+
stroke-linejoin="round"
|
|
40
|
+
stroke-width="1.29167"
|
|
41
|
+
/>
|
|
42
|
+
<path
|
|
43
|
+
d="M47.426 62.7009H101.896"
|
|
44
|
+
stroke="#9DA3AC"
|
|
45
|
+
stroke-linecap="round"
|
|
46
|
+
stroke-linejoin="round"
|
|
47
|
+
stroke-width="1.29167"
|
|
48
|
+
/>
|
|
49
|
+
<path
|
|
50
|
+
d="M27.9736 43.3389H54.259V16.9373L27.9736 43.3389Z"
|
|
51
|
+
class="fill-white dark:fill-gray-900"
|
|
52
|
+
stroke="#9DA3AC"
|
|
53
|
+
stroke-linecap="round"
|
|
54
|
+
stroke-linejoin="round"
|
|
55
|
+
stroke-width="1.29167"
|
|
56
|
+
/>
|
|
57
|
+
<path
|
|
58
|
+
d="M97.9819 119.728C105.708 119.728 111.971 113.465 111.971 105.739C111.971 98.0135 105.708 91.7505 97.9819 91.7505C90.2561 91.7505 83.9932 98.0135 83.9932 105.739C83.9932 113.465 90.2561 119.728 97.9819 119.728Z"
|
|
59
|
+
class="fill-white dark:fill-gray-900"
|
|
60
|
+
stroke="#9DA3AC"
|
|
61
|
+
stroke-linecap="round"
|
|
62
|
+
stroke-miterlimit="10"
|
|
63
|
+
stroke-width="1.29167"
|
|
64
|
+
/>
|
|
65
|
+
<path
|
|
66
|
+
d="M89.4954 99.3974C90.6292 97.8812 92.1484 96.6962 93.8949 95.9655C95.6415 95.2348 97.5518 94.985 99.4276 95.242C101.303 95.499 103.076 96.2535 104.562 97.4272C106.047 98.6008 107.192 100.151 107.876 101.916"
|
|
67
|
+
stroke="#9DA3AC"
|
|
68
|
+
stroke-linecap="round"
|
|
69
|
+
stroke-miterlimit="10"
|
|
70
|
+
stroke-width="1.29167"
|
|
71
|
+
/>
|
|
72
|
+
<path
|
|
73
|
+
d="M98.4984 101.193C98.6219 101.331 98.7302 101.483 98.8213 101.645C99.0738 102.14 99.1291 102.712 98.9763 103.246C98.9627 103.285 98.9569 103.327 98.9593 103.368C98.9617 103.409 98.9722 103.45 98.9902 103.487C99.0082 103.524 99.0333 103.557 99.0642 103.585C99.095 103.612 99.131 103.633 99.17 103.647C99.209 103.66 99.2503 103.666 99.2915 103.664C99.3328 103.661 99.3732 103.651 99.4103 103.633C99.4475 103.615 99.4808 103.59 99.5083 103.559C99.5357 103.528 99.5568 103.492 99.5704 103.453C99.6823 103.11 99.7241 102.748 99.693 102.388C99.6619 102.029 99.5587 101.679 99.3896 101.361C99.2801 101.151 99.1457 100.956 98.9892 100.779L99.8029 100.069C99.8408 100.043 99.8729 100.009 99.8968 99.9701C99.9207 99.9309 99.936 99.887 99.9416 99.8414C99.9471 99.7958 99.943 99.7495 99.9293 99.7057C99.9155 99.6619 99.8926 99.6214 99.862 99.5871C99.8314 99.5528 99.7939 99.5255 99.7519 99.5069C99.7099 99.4883 99.6644 99.4788 99.6185 99.4791C99.5725 99.4795 99.5272 99.4896 99.4855 99.5089C99.4438 99.5282 99.4067 99.5562 99.3767 99.591L98.4984 100.353C97.9893 100.002 97.4201 99.7484 96.8191 99.6038C94.6497 99.1353 92.3874 99.3706 90.3608 100.276C88.5367 100.937 86.965 102.151 85.8658 103.75C85.5432 104.204 85.3943 104.759 85.4465 105.314C85.4986 105.869 85.7484 106.386 86.15 106.773C86.4595 107.075 86.858 107.27 87.2867 107.328C88.798 107.573 91.1617 106.631 94.2617 104.486C95.7283 103.46 97.1423 102.361 98.4984 101.193ZM86.5375 106.359C86.2364 106.072 86.0516 105.685 86.0182 105.27C85.9849 104.855 86.1053 104.443 86.3567 104.112C87.6483 101.735 92.3629 99.5264 96.0312 100.133C96.2403 100.164 96.4474 100.207 96.6513 100.263C97.1076 100.381 97.5432 100.568 97.943 100.818C96.9096 101.683 95.3596 102.898 93.7837 103.996C90.1542 106.476 87.5709 107.315 86.5375 106.321V106.359Z"
|
|
74
|
+
fill="#9DA3AC"
|
|
75
|
+
stroke="#9DA3AC"
|
|
76
|
+
stroke-linejoin="round"
|
|
77
|
+
stroke-width="0.322917"
|
|
78
|
+
/>
|
|
79
|
+
<path
|
|
80
|
+
d="M96.8582 103.789C96.8929 103.759 96.9209 103.722 96.9402 103.68C96.9594 103.638 96.9696 103.593 96.97 103.547C96.9703 103.501 96.9609 103.456 96.9423 103.414C96.9237 103.372 96.8963 103.334 96.862 103.304C96.8277 103.273 96.7873 103.25 96.7435 103.236C96.6996 103.223 96.6534 103.218 96.6078 103.224C96.5622 103.23 96.5183 103.245 96.479 103.269C96.4398 103.293 96.4061 103.325 96.3802 103.363C94.9955 104.617 93.4849 105.725 91.8723 106.669C91.8205 106.706 91.7806 106.757 91.7577 106.817C91.7348 106.876 91.73 106.941 91.7438 107.003C91.7576 107.065 91.7894 107.122 91.8352 107.166C91.8811 107.21 91.9389 107.239 92.0015 107.251C92.0726 107.275 92.1499 107.275 92.221 107.251C93.8742 106.248 95.427 105.089 96.8582 103.789Z"
|
|
81
|
+
fill="#9DA3AC"
|
|
82
|
+
stroke="#9DA3AC"
|
|
83
|
+
stroke-linejoin="round"
|
|
84
|
+
stroke-width="0.322917"
|
|
85
|
+
/>
|
|
86
|
+
<path
|
|
87
|
+
d="M97.7235 104.215C97.5944 103.983 97.3231 103.957 96.9098 104.138C96.8707 104.155 96.8354 104.179 96.8057 104.21C96.7761 104.24 96.7528 104.277 96.7372 104.316C96.7216 104.356 96.7139 104.398 96.7147 104.441C96.7156 104.483 96.7248 104.525 96.7419 104.564C96.7612 104.617 96.7975 104.663 96.8452 104.693C96.1569 105.345 95.4325 105.957 94.6752 106.528C94.6443 106.557 94.6197 106.592 94.6029 106.63C94.586 106.669 94.5774 106.711 94.5774 106.754C94.5774 106.796 94.586 106.838 94.6029 106.877C94.6197 106.916 94.6443 106.951 94.6752 106.98C94.7229 107.041 94.7921 107.083 94.869 107.096C94.9476 107.128 95.0358 107.128 95.1144 107.096C96.1348 106.295 96.871 105.675 97.3102 105.262C97.7494 104.848 97.9044 104.513 97.7235 104.215Z"
|
|
88
|
+
fill="#9DA3AC"
|
|
89
|
+
stroke="#9DA3AC"
|
|
90
|
+
stroke-linejoin="round"
|
|
91
|
+
stroke-width="0.322917"
|
|
92
|
+
/>
|
|
93
|
+
<path
|
|
94
|
+
d="M109.904 108.297L104.634 108.684C104.593 108.688 104.553 108.699 104.517 108.718C104.481 108.736 104.448 108.762 104.422 108.793C104.396 108.824 104.376 108.861 104.363 108.9C104.351 108.939 104.346 108.98 104.35 109.02C104.352 109.092 104.379 109.161 104.426 109.215C104.473 109.269 104.537 109.305 104.608 109.317H104.686L109.956 108.93C109.996 108.927 110.036 108.915 110.073 108.897C110.109 108.878 110.141 108.852 110.168 108.821C110.194 108.79 110.214 108.754 110.226 108.715C110.239 108.676 110.243 108.635 110.24 108.594C110.238 108.552 110.228 108.511 110.21 108.473C110.192 108.435 110.167 108.401 110.135 108.374C110.104 108.346 110.067 108.325 110.028 108.312C109.988 108.298 109.946 108.293 109.904 108.297Z"
|
|
95
|
+
fill="#9DA3AC"
|
|
96
|
+
stroke="#9DA3AC"
|
|
97
|
+
stroke-linejoin="round"
|
|
98
|
+
stroke-width="0.322917"
|
|
99
|
+
/>
|
|
100
|
+
<path
|
|
101
|
+
d="M105.939 106.579C108.522 105.288 109.271 104.68 109.349 104.125C109.362 104.021 109.348 103.916 109.31 103.819C109.272 103.722 109.209 103.636 109.129 103.57C108.793 103.26 108.264 103.57 107.476 104.267C106.972 104.693 106.339 105.288 105.564 106.063L105.293 106.192C103.691 107.005 103.265 106.85 103.187 106.812C103.11 106.773 103.187 106.812 103.187 106.812C103.194 106.758 103.187 106.704 103.167 106.654C103.147 106.604 103.113 106.561 103.071 106.528C103.024 106.502 102.97 106.488 102.916 106.488C102.862 106.488 102.809 106.502 102.761 106.528C102.402 106.669 102.036 106.789 101.663 106.889C101.871 106.783 102.032 106.604 102.115 106.385C102.133 106.308 102.125 106.227 102.093 106.155C102.06 106.082 102.004 106.023 101.934 105.985C101.56 105.791 100.94 106.476 100.875 106.553C100.762 106.604 100.646 106.647 100.527 106.683C100.195 106.816 99.8363 106.869 99.4802 106.838C99.5784 106.594 99.7335 106.377 99.9324 106.205C99.9817 106.145 100.009 106.069 100.009 105.991C100.009 105.914 99.9817 105.838 99.9324 105.778C99.8836 105.715 99.8129 105.672 99.7342 105.658C99.6554 105.643 99.5741 105.659 99.5061 105.701C98.7201 106.235 97.8453 106.624 96.9228 106.851C97.4227 106.171 98.0342 105.582 98.7311 105.107C98.7726 105.085 98.809 105.056 98.8378 105.019C98.8666 104.982 98.8872 104.94 98.898 104.895C98.9089 104.849 98.9098 104.802 98.9007 104.756C98.8916 104.711 98.8728 104.667 98.8454 104.63C98.8181 104.592 98.7829 104.561 98.7422 104.538C98.7016 104.515 98.6566 104.501 98.6101 104.497C98.5637 104.494 98.5169 104.5 98.4732 104.516C98.4294 104.532 98.3896 104.557 98.3565 104.59C97.8786 104.939 96.3157 106.153 96.264 106.876C96.2541 106.953 96.2617 107.032 96.2863 107.106C96.3109 107.18 96.3519 107.247 96.4061 107.303C96.7032 107.625 97.3102 107.535 98.434 106.993L98.744 106.838C98.7445 106.929 98.767 107.019 98.8097 107.1C98.8524 107.181 98.9141 107.251 98.9895 107.303C99.3382 107.561 100.061 107.419 100.539 107.303C100.733 107.587 101.147 107.651 102.542 107.16C102.588 107.233 102.65 107.295 102.722 107.341C102.953 107.449 103.204 107.504 103.459 107.504C103.713 107.504 103.964 107.449 104.195 107.341C102.632 108.943 100.862 110.855 99.3382 112.508C99.3363 112.226 99.3103 111.946 99.2607 111.668C99.177 110.956 98.8428 110.297 98.3178 109.808L100.901 109.615C100.948 109.624 100.996 109.623 101.043 109.612C101.089 109.6 101.133 109.579 101.17 109.548C101.207 109.518 101.237 109.48 101.257 109.437C101.278 109.393 101.288 109.346 101.288 109.298C101.288 109.25 101.278 109.203 101.257 109.16C101.237 109.117 101.207 109.078 101.17 109.048C101.133 109.018 101.089 108.996 101.043 108.985C100.996 108.973 100.948 108.972 100.901 108.982L97.1552 109.253C97.0804 109.258 97.0098 109.29 96.9556 109.342C96.9014 109.394 96.867 109.463 96.8582 109.537C96.8491 109.613 96.8675 109.69 96.9101 109.754C96.9528 109.818 97.0168 109.865 97.0907 109.886C97.5114 109.997 97.8865 110.237 98.1625 110.574C98.4385 110.91 98.6013 111.325 98.6278 111.759C98.7109 112.285 98.7109 112.821 98.6278 113.348C98.6164 113.416 98.6264 113.486 98.6565 113.549C98.6865 113.611 98.7351 113.663 98.7957 113.696H98.899C98.9513 113.705 99.0048 113.7 99.0546 113.682C99.1043 113.664 99.1486 113.633 99.1832 113.593C100.914 111.707 103.136 109.305 105.009 107.406L105.939 106.579ZM108.599 104.215C108.382 104.429 108.139 104.615 107.876 104.771C108.105 104.57 108.346 104.384 108.599 104.215Z"
|
|
102
|
+
fill="#9DA3AC"
|
|
103
|
+
stroke="#9DA3AC"
|
|
104
|
+
stroke-linejoin="round"
|
|
105
|
+
stroke-width="0.322917"
|
|
106
|
+
/>
|
|
107
|
+
<path
|
|
108
|
+
d="M106.804 111.629C105.706 113.269 104.173 114.569 102.377 115.385C100.581 116.201 98.5923 116.5 96.6356 116.247C94.6789 115.995 92.8315 115.202 91.3009 113.957C89.7703 112.712 88.6172 111.065 87.9714 109.201"
|
|
109
|
+
stroke="#9DA3AC"
|
|
110
|
+
stroke-width="1.29167"
|
|
111
|
+
stroke-miterlimit="10"
|
|
112
|
+
stroke-linecap="round"
|
|
113
|
+
/>
|
|
114
|
+
</g>
|
|
115
|
+
<defs>
|
|
116
|
+
<clipPath id="clip0_2708_133533">
|
|
117
|
+
<rect
|
|
118
|
+
width="99.2129"
|
|
119
|
+
height="121.339"
|
|
120
|
+
class="fill-white dark:fill-gray-900"
|
|
121
|
+
transform="translate(27.3276 16.2915)"
|
|
122
|
+
/>
|
|
123
|
+
</clipPath>
|
|
124
|
+
</defs>
|
|
125
|
+
</svg>
|
|
126
|
+
</template>
|
|
@@ -1,64 +1,64 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="120"
|
|
4
|
-
height="120"
|
|
5
|
-
viewBox="0 0 120 120"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<circle cx="60" cy="60" r="50" fill="#BDC7CE" fill-opacity="0.15" />
|
|
10
|
-
<g clip-path="url(#clip0_409_78973)">
|
|
11
|
-
<path
|
|
12
|
-
opacity="0.2"
|
|
13
|
-
d="M97.3509 25V60.7028V110.014H28V45.4531L48.1354 25H97.3509Z"
|
|
14
|
-
fill="#BDC7CE"
|
|
15
|
-
/>
|
|
16
|
-
<path
|
|
17
|
-
d="M91.8361 18.5801V54.2829V105.596H22.4951V39.0331L42.6305 18.5801H91.8361Z"
|
|
18
|
-
class="fill-white dark:fill-gray-900"
|
|
19
|
-
stroke="#9DA3AC"
|
|
20
|
-
stroke-miterlimit="10"
|
|
21
|
-
/>
|
|
22
|
-
<path
|
|
23
|
-
opacity="0.2"
|
|
24
|
-
d="M42.6305 18.5801V42.7055H22.4951V39.0331L42.6305 18.5801Z"
|
|
25
|
-
fill="#BDC7CE"
|
|
26
|
-
/>
|
|
27
|
-
<path
|
|
28
|
-
d="M37.3955 85.1924H57.1648"
|
|
29
|
-
stroke="#9DA3AC"
|
|
30
|
-
stroke-linecap="round"
|
|
31
|
-
stroke-linejoin="round"
|
|
32
|
-
/>
|
|
33
|
-
<path
|
|
34
|
-
d="M37.3955 69.6123H79.1208"
|
|
35
|
-
stroke="#9DA3AC"
|
|
36
|
-
stroke-linecap="round"
|
|
37
|
-
stroke-linejoin="round"
|
|
38
|
-
/>
|
|
39
|
-
<path
|
|
40
|
-
d="M37.3955 54.0327H79.1208"
|
|
41
|
-
stroke="#9DA3AC"
|
|
42
|
-
stroke-linecap="round"
|
|
43
|
-
stroke-linejoin="round"
|
|
44
|
-
/>
|
|
45
|
-
<path
|
|
46
|
-
d="M22.4951 39.0331H42.6305V18.5801L22.4951 39.0331Z"
|
|
47
|
-
class="fill-white dark:fill-gray-900"
|
|
48
|
-
stroke="#9DA3AC"
|
|
49
|
-
stroke-linecap="round"
|
|
50
|
-
stroke-linejoin="round"
|
|
51
|
-
/>
|
|
52
|
-
</g>
|
|
53
|
-
<defs>
|
|
54
|
-
<clipPath id="clip0_409_78973">
|
|
55
|
-
<rect
|
|
56
|
-
width="76"
|
|
57
|
-
height="94"
|
|
58
|
-
class="fill-white dark:fill-gray-900"
|
|
59
|
-
transform="translate(22 18.0796)"
|
|
60
|
-
/>
|
|
61
|
-
</clipPath>
|
|
62
|
-
</defs>
|
|
63
|
-
</svg>
|
|
64
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="120"
|
|
4
|
+
height="120"
|
|
5
|
+
viewBox="0 0 120 120"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<circle cx="60" cy="60" r="50" fill="#BDC7CE" fill-opacity="0.15" />
|
|
10
|
+
<g clip-path="url(#clip0_409_78973)">
|
|
11
|
+
<path
|
|
12
|
+
opacity="0.2"
|
|
13
|
+
d="M97.3509 25V60.7028V110.014H28V45.4531L48.1354 25H97.3509Z"
|
|
14
|
+
fill="#BDC7CE"
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
d="M91.8361 18.5801V54.2829V105.596H22.4951V39.0331L42.6305 18.5801H91.8361Z"
|
|
18
|
+
class="fill-white dark:fill-gray-900"
|
|
19
|
+
stroke="#9DA3AC"
|
|
20
|
+
stroke-miterlimit="10"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
opacity="0.2"
|
|
24
|
+
d="M42.6305 18.5801V42.7055H22.4951V39.0331L42.6305 18.5801Z"
|
|
25
|
+
fill="#BDC7CE"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M37.3955 85.1924H57.1648"
|
|
29
|
+
stroke="#9DA3AC"
|
|
30
|
+
stroke-linecap="round"
|
|
31
|
+
stroke-linejoin="round"
|
|
32
|
+
/>
|
|
33
|
+
<path
|
|
34
|
+
d="M37.3955 69.6123H79.1208"
|
|
35
|
+
stroke="#9DA3AC"
|
|
36
|
+
stroke-linecap="round"
|
|
37
|
+
stroke-linejoin="round"
|
|
38
|
+
/>
|
|
39
|
+
<path
|
|
40
|
+
d="M37.3955 54.0327H79.1208"
|
|
41
|
+
stroke="#9DA3AC"
|
|
42
|
+
stroke-linecap="round"
|
|
43
|
+
stroke-linejoin="round"
|
|
44
|
+
/>
|
|
45
|
+
<path
|
|
46
|
+
d="M22.4951 39.0331H42.6305V18.5801L22.4951 39.0331Z"
|
|
47
|
+
class="fill-white dark:fill-gray-900"
|
|
48
|
+
stroke="#9DA3AC"
|
|
49
|
+
stroke-linecap="round"
|
|
50
|
+
stroke-linejoin="round"
|
|
51
|
+
/>
|
|
52
|
+
</g>
|
|
53
|
+
<defs>
|
|
54
|
+
<clipPath id="clip0_409_78973">
|
|
55
|
+
<rect
|
|
56
|
+
width="76"
|
|
57
|
+
height="94"
|
|
58
|
+
class="fill-white dark:fill-gray-900"
|
|
59
|
+
transform="translate(22 18.0796)"
|
|
60
|
+
/>
|
|
61
|
+
</clipPath>
|
|
62
|
+
</defs>
|
|
63
|
+
</svg>
|
|
64
|
+
</template>
|
|
@@ -1,74 +1,74 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
fill="none"
|
|
4
|
-
height="120"
|
|
5
|
-
viewBox="0 0 121 120"
|
|
6
|
-
width="121"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<circle
|
|
10
|
-
cx="50"
|
|
11
|
-
cy="50"
|
|
12
|
-
fill="#BDC7CE"
|
|
13
|
-
fill-opacity="0.15"
|
|
14
|
-
r="50"
|
|
15
|
-
transform="matrix(-1 0 0 1 110.5 10)"
|
|
16
|
-
/>
|
|
17
|
-
<g clip-path="url(#clip0_9349_30210)">
|
|
18
|
-
<path
|
|
19
|
-
d="M57.2411 109.514L93.0039 101.607V20.426L57.2411 10.4863V109.514Z"
|
|
20
|
-
class="fill-white dark:fill-gray-900"
|
|
21
|
-
stroke="#9DA3AC"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
stroke-linejoin="round"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M86.767 96.0144V18.6948L93.0039 20.426V101.607L57.2411 109.514V102.54L86.767 96.0144Z"
|
|
27
|
-
fill="#BDC7CE"
|
|
28
|
-
opacity="0.2"
|
|
29
|
-
/>
|
|
30
|
-
<path
|
|
31
|
-
d="M64.6992 60.5737H74.6306"
|
|
32
|
-
stroke="#9DA3AC"
|
|
33
|
-
stroke-linecap="round"
|
|
34
|
-
stroke-linejoin="round"
|
|
35
|
-
/>
|
|
36
|
-
<path d="M50.9941 19.3174H35.6204V102.044H50.9941" class="fill-white dark:fill-gray-900" />
|
|
37
|
-
<path
|
|
38
|
-
d="M50.9941 19.3174H35.6204V102.044H50.9941"
|
|
39
|
-
stroke="#9DA3AC"
|
|
40
|
-
stroke-linecap="round"
|
|
41
|
-
stroke-linejoin="round"
|
|
42
|
-
/>
|
|
43
|
-
<ellipse
|
|
44
|
-
cx="1.98627"
|
|
45
|
-
cy="1.94514"
|
|
46
|
-
fill="#9DA3AC"
|
|
47
|
-
rx="1.98627"
|
|
48
|
-
ry="1.94514"
|
|
49
|
-
transform="matrix(-1 0 0 1 66.6855 58.6289)"
|
|
50
|
-
/>
|
|
51
|
-
</g>
|
|
52
|
-
<path
|
|
53
|
-
d="M35.6206 69.8329C41.2098 69.8329 45.7407 65.3958 45.7407 59.9224C45.7407 54.4489 41.2098 50.0118 35.6206 50.0118C30.0314 50.0118 25.5005 54.4489 25.5005 59.9224C25.5005 65.3958 30.0314 69.8329 35.6206 69.8329Z"
|
|
54
|
-
fill="#BDC7CE"
|
|
55
|
-
/>
|
|
56
|
-
<path
|
|
57
|
-
d="M30.3873 59.7086H40.8549"
|
|
58
|
-
class="stroke-white dark:stroke-[#26282B]"
|
|
59
|
-
stroke-linecap="round"
|
|
60
|
-
stroke-linejoin="round"
|
|
61
|
-
/>
|
|
62
|
-
<path
|
|
63
|
-
d="M36.4947 55.3708L40.8546 59.7085L36.4947 64.4741"
|
|
64
|
-
class="stroke-white dark:stroke-[#26282B]"
|
|
65
|
-
stroke-linecap="round"
|
|
66
|
-
stroke-linejoin="round"
|
|
67
|
-
/>
|
|
68
|
-
<defs>
|
|
69
|
-
<clipPath id="clip0_9349_30210">
|
|
70
|
-
<rect width="68" height="100" fill="white" transform="matrix(-1 0 0 1 93.5 10)" />
|
|
71
|
-
</clipPath>
|
|
72
|
-
</defs>
|
|
73
|
-
</svg>
|
|
74
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
fill="none"
|
|
4
|
+
height="120"
|
|
5
|
+
viewBox="0 0 121 120"
|
|
6
|
+
width="121"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<circle
|
|
10
|
+
cx="50"
|
|
11
|
+
cy="50"
|
|
12
|
+
fill="#BDC7CE"
|
|
13
|
+
fill-opacity="0.15"
|
|
14
|
+
r="50"
|
|
15
|
+
transform="matrix(-1 0 0 1 110.5 10)"
|
|
16
|
+
/>
|
|
17
|
+
<g clip-path="url(#clip0_9349_30210)">
|
|
18
|
+
<path
|
|
19
|
+
d="M57.2411 109.514L93.0039 101.607V20.426L57.2411 10.4863V109.514Z"
|
|
20
|
+
class="fill-white dark:fill-gray-900"
|
|
21
|
+
stroke="#9DA3AC"
|
|
22
|
+
stroke-linecap="round"
|
|
23
|
+
stroke-linejoin="round"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
d="M86.767 96.0144V18.6948L93.0039 20.426V101.607L57.2411 109.514V102.54L86.767 96.0144Z"
|
|
27
|
+
fill="#BDC7CE"
|
|
28
|
+
opacity="0.2"
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
d="M64.6992 60.5737H74.6306"
|
|
32
|
+
stroke="#9DA3AC"
|
|
33
|
+
stroke-linecap="round"
|
|
34
|
+
stroke-linejoin="round"
|
|
35
|
+
/>
|
|
36
|
+
<path d="M50.9941 19.3174H35.6204V102.044H50.9941" class="fill-white dark:fill-gray-900" />
|
|
37
|
+
<path
|
|
38
|
+
d="M50.9941 19.3174H35.6204V102.044H50.9941"
|
|
39
|
+
stroke="#9DA3AC"
|
|
40
|
+
stroke-linecap="round"
|
|
41
|
+
stroke-linejoin="round"
|
|
42
|
+
/>
|
|
43
|
+
<ellipse
|
|
44
|
+
cx="1.98627"
|
|
45
|
+
cy="1.94514"
|
|
46
|
+
fill="#9DA3AC"
|
|
47
|
+
rx="1.98627"
|
|
48
|
+
ry="1.94514"
|
|
49
|
+
transform="matrix(-1 0 0 1 66.6855 58.6289)"
|
|
50
|
+
/>
|
|
51
|
+
</g>
|
|
52
|
+
<path
|
|
53
|
+
d="M35.6206 69.8329C41.2098 69.8329 45.7407 65.3958 45.7407 59.9224C45.7407 54.4489 41.2098 50.0118 35.6206 50.0118C30.0314 50.0118 25.5005 54.4489 25.5005 59.9224C25.5005 65.3958 30.0314 69.8329 35.6206 69.8329Z"
|
|
54
|
+
fill="#BDC7CE"
|
|
55
|
+
/>
|
|
56
|
+
<path
|
|
57
|
+
d="M30.3873 59.7086H40.8549"
|
|
58
|
+
class="stroke-white dark:stroke-[#26282B]"
|
|
59
|
+
stroke-linecap="round"
|
|
60
|
+
stroke-linejoin="round"
|
|
61
|
+
/>
|
|
62
|
+
<path
|
|
63
|
+
d="M36.4947 55.3708L40.8546 59.7085L36.4947 64.4741"
|
|
64
|
+
class="stroke-white dark:stroke-[#26282B]"
|
|
65
|
+
stroke-linecap="round"
|
|
66
|
+
stroke-linejoin="round"
|
|
67
|
+
/>
|
|
68
|
+
<defs>
|
|
69
|
+
<clipPath id="clip0_9349_30210">
|
|
70
|
+
<rect width="68" height="100" fill="white" transform="matrix(-1 0 0 1 93.5 10)" />
|
|
71
|
+
</clipPath>
|
|
72
|
+
</defs>
|
|
73
|
+
</svg>
|
|
74
|
+
</template>
|