adata-ui 3.1.80 → 3.1.82
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 +2 -37
- package/dist/runtime/components/Chip.vue +5 -5
- package/dist/runtime/components/Chip.vue.d.ts +2 -21
- 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 +2 -47
- package/dist/runtime/components/EmptyHeader.vue +6 -6
- package/dist/runtime/components/Error.vue +59 -59
- package/dist/runtime/components/Footer.vue +73 -73
- package/dist/runtime/components/FooterAccordion.vue +45 -45
- package/dist/runtime/components/Header.vue +111 -111
- package/dist/runtime/components/Header.vue.d.ts +50 -0
- package/dist/runtime/components/Modal.vue +78 -78
- package/dist/runtime/components/Modal.vue.d.ts +9 -49
- package/dist/runtime/components/NewFooter.vue +114 -114
- 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 +3 -79
- package/dist/runtime/components/Tag.vue +4 -4
- package/dist/runtime/components/Tag.vue.d.ts +2 -12
- 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 +4 -44
- package/dist/runtime/components/button/Button.vue +22 -22
- package/dist/runtime/components/button/Button.vue.d.ts +4 -22
- package/dist/runtime/components/checkbox/Checkbox.vue +58 -58
- package/dist/runtime/components/checkbox/Checkbox.vue.d.ts +7 -39
- 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 +3 -5
- 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 +2 -7
- 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 +3 -35
- package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue +61 -55
- package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue.d.ts +11 -2
- package/dist/runtime/components/forms/request-demo/RequestDemo.vue +63 -59
- package/dist/runtime/components/forms/request-demo/RequestDemo.vue.d.ts +27 -0
- 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 +8 -2
- package/dist/runtime/components/header/HeaderLink.vue +68 -55
- 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 +72 -72
- package/dist/runtime/components/header/ProductMenu.vue.d.ts +8 -2
- package/dist/runtime/components/header/ProfileMenu.vue +37 -37
- package/dist/runtime/components/header/ProfileMenu.vue.d.ts +5 -1
- package/dist/runtime/components/header/ProfileMenuContent.vue +140 -140
- package/dist/runtime/components/header/ProfileMenuContent.vue.d.ts +5 -1
- 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 +9 -14
- package/dist/runtime/components/mobile-navigation/BottomNavigation.vue +41 -41
- package/dist/runtime/components/mobile-navigation/BottomNavigation.vue.d.ts +29 -0
- package/dist/runtime/components/mobile-navigation/MainButton.vue +8 -8
- package/dist/runtime/components/mobile-navigation/MainButton.vue.d.ts +5 -1
- package/dist/runtime/components/mobile-navigation/MobileProductMenu.vue +26 -26
- package/dist/runtime/components/modals/ApplicationAcceptedModal.vue +43 -0
- package/dist/runtime/components/modals/ApplicationAcceptedModal.vue.d.ts +9 -0
- package/dist/runtime/components/modals/ConnectingTariffModal.vue +58 -0
- package/dist/runtime/components/modals/ConnectingTariffModal.vue.d.ts +19 -0
- package/dist/runtime/components/modals/InsufficientFundsModal.vue +68 -0
- package/dist/runtime/components/modals/InsufficientFundsModal.vue.d.ts +18 -0
- package/dist/runtime/components/modals/NoAccessContent.vue +34 -34
- package/dist/runtime/components/modals/NoAccessContent.vue.d.ts +5 -1
- package/dist/runtime/components/modals/NoAccessSimple.vue +16 -16
- package/dist/runtime/components/modals/NoAccessSimple.vue.d.ts +5 -1
- package/dist/runtime/components/modals/SubmitApplicationModal.vue +114 -0
- package/dist/runtime/components/modals/SubmitApplicationModal.vue.d.ts +17 -0
- package/dist/runtime/components/modals/TokenTimeoutContent.vue +24 -24
- package/dist/runtime/components/modals/TokenTimeoutContent.vue.d.ts +5 -1
- 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 +46 -0
- package/dist/runtime/components/radio-button/RadioButton.vue +33 -33
- package/dist/runtime/components/radio-button/RadioButton.vue.d.ts +2 -36
- package/dist/runtime/components/row-card/RowCard.vue +27 -27
- package/dist/runtime/components/row-card/RowCard.vue.d.ts +2 -9
- 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 +2 -20
- 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/composables/projectState.d.ts +2 -2
- package/dist/runtime/composables/useBuyTariffs.d.ts +7 -0
- package/dist/runtime/composables/useBuyTariffs.js +73 -0
- package/dist/runtime/composables/useIdModals.d.ts +11 -21
- package/dist/runtime/composables/usePayment.d.ts +5 -5
- package/dist/runtime/i18n/i18n.config.d.ts +9 -0
- package/dist/runtime/i18n.d.ts +1 -1
- 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 +5 -2
- package/dist/runtime/lang/kk.js +5 -2
- package/dist/runtime/lang/ru.d.ts +3 -0
- package/dist/runtime/lang/ru.js +5 -2
- package/dist/runtime/plugins/toast.d.ts +1 -503
- package/dist/runtime/public/kaspi/logo.svg +4 -4
- package/dist/runtime/server/tsconfig.json +3 -3
- package/dist/runtime/utils/getMaxZindex.d.ts +2 -0
- package/dist/runtime/utils/getMaxZindex.js +22 -0
- package/dist/runtime/utils/localizedNavigation.d.ts +1 -1
- package/dist/runtime/utils/useUrls.d.ts +1 -0
- package/dist/runtime/utils/useUrls.js +1 -0
- package/package.json +73 -73
|
@@ -1,152 +1,152 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="155"
|
|
4
|
-
height="155"
|
|
5
|
-
viewBox="0 0 155 155"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<circle cx="77.2628" cy="77.5003" r="64.5833" fill="#BDC7CE" fill-opacity="0.15" />
|
|
10
|
-
<g clip-path="url(#clip0_2483_104006)">
|
|
11
|
-
<path
|
|
12
|
-
d="M40.0508 98.5367C40.0786 99.2516 39.9449 99.9636 39.6597 100.62C39.3745 101.277 38.945 101.861 38.4029 102.33L27.8478 111.338C26.8834 112.159 25.6311 112.566 24.3659 112.468C23.1007 112.371 21.9263 111.776 21.1006 110.816C20.2758 109.856 19.8676 108.608 19.9658 107.347C20.0639 106.087 20.6602 104.917 21.6238 104.094L32.179 95.0869C33.0483 94.3595 34.1502 93.966 35.2854 93.9777H35.4636L41.1308 89.1412C39.0963 87.9253 36.7293 87.378 34.3652 87.5771C32.0011 87.7762 29.7599 88.7116 27.9591 90.2505L17.404 99.2688C15.2378 101.232 13.9249 103.96 13.7441 106.872C13.5634 109.784 14.5289 112.652 16.4358 114.866C18.3427 117.081 21.0408 118.468 23.9573 118.733C26.8738 118.998 29.7792 118.12 32.0565 116.285L42.6228 107.267C44.4985 105.667 45.7929 103.496 46.3061 101.09C46.8193 98.6843 46.5227 96.1767 45.462 93.9554L40.0508 98.5367Z"
|
|
13
|
-
class="fill-white dark:fill-gray-900"
|
|
14
|
-
stroke="#9DA3AC"
|
|
15
|
-
stroke-width="1.11351"
|
|
16
|
-
stroke-miterlimit="10"
|
|
17
|
-
/>
|
|
18
|
-
<path
|
|
19
|
-
d="M49.1681 82.2636C49.1778 81.5931 49.3296 80.9323 49.6136 80.3244C49.8976 79.7165 50.3073 79.1752 50.8159 78.7361L61.371 69.7288C61.9872 69.1626 62.3592 68.3804 62.4087 67.5467C62.4583 66.713 62.1816 65.8926 61.6367 65.2579C61.0919 64.6232 60.3213 64.2236 59.487 64.143C58.6526 64.0624 57.8194 64.3071 57.1624 64.8258L46.5961 73.8442C44.7619 75.4285 43.4902 77.5607 42.9706 79.9233C42.451 82.2859 42.7112 84.7524 43.7124 86.9558L49.1681 82.2636Z"
|
|
20
|
-
class="fill-white dark:fill-gray-900"
|
|
21
|
-
stroke="#9DA3AC"
|
|
22
|
-
stroke-width="1.11351"
|
|
23
|
-
stroke-miterlimit="10"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M67.7858 81.0542C67.5093 80.732 67.1717 80.4675 66.7923 80.2757C66.4129 80.084 65.9993 79.9688 65.5751 79.9369C65.1509 79.9049 64.7245 79.9568 64.3205 80.0896C63.9164 80.2223 63.5428 80.4332 63.2208 80.7103L57.0748 85.9793C56.6003 86.3872 56.0481 86.6957 55.4512 86.8863C54.8544 87.0769 54.2251 87.1457 53.601 87.0886H53.4897L47.9226 91.8141C49.9561 93.1069 52.3533 93.7132 54.7595 93.5434C57.1657 93.3736 59.4532 92.4367 61.2835 90.8713L67.4629 85.5911C68.1094 85.032 68.5066 84.24 68.5672 83.3892C68.6277 82.5384 68.3467 81.6985 67.7858 81.0542V81.0542Z"
|
|
27
|
-
class="fill-white dark:fill-gray-900"
|
|
28
|
-
stroke="#9DA3AC"
|
|
29
|
-
stroke-width="1.11351"
|
|
30
|
-
stroke-miterlimit="10"
|
|
31
|
-
/>
|
|
32
|
-
<path
|
|
33
|
-
d="M33.826 102.84C33.1633 102.842 32.516 102.641 31.9715 102.264C31.4269 101.888 31.0114 101.354 30.7808 100.735C30.5502 100.116 30.5157 99.4414 30.682 98.8022C30.8482 98.163 31.2072 97.5901 31.7105 97.1605L52.5313 79.4121C53.1874 78.8966 54.0182 78.6535 54.85 78.7338C55.6817 78.8141 56.4502 79.2114 56.9948 79.8428C57.5395 80.4742 57.8183 81.2909 57.7729 82.1222C57.7275 82.9535 57.3614 83.7352 56.7511 84.304L35.9304 102.052C35.3463 102.558 34.5995 102.837 33.826 102.84Z"
|
|
34
|
-
class="fill-white dark:fill-gray-900"
|
|
35
|
-
stroke="#9DA3AC"
|
|
36
|
-
stroke-width="1.11351"
|
|
37
|
-
stroke-miterlimit="10"
|
|
38
|
-
/>
|
|
39
|
-
<path
|
|
40
|
-
d="M74.0987 54.065C73.2658 53.9998 72.4902 53.6178 71.9325 52.9982C71.3748 52.3786 71.0779 51.569 71.1033 50.7372L71.649 38.5352C71.652 38.101 71.7428 37.6718 71.9161 37.2734C72.0894 36.875 72.3417 36.5155 72.6577 36.2165C72.9737 35.9175 73.3471 35.6851 73.7554 35.5331C74.1638 35.3812 74.5986 35.3129 75.034 35.3323C75.4695 35.3517 75.8965 35.4585 76.2896 35.6461C76.6826 35.8338 77.0336 36.0985 77.3216 36.4244C77.6096 36.7504 77.8286 37.1309 77.9655 37.5431C78.1024 37.9553 78.1544 38.3909 78.1185 38.8236L77.5839 51.0256C77.5463 51.874 77.1746 52.6735 76.5493 53.2507C75.924 53.8279 75.0955 54.1365 74.2434 54.1094L74.0987 54.065Z"
|
|
41
|
-
class="fill-white dark:fill-gray-900"
|
|
42
|
-
stroke="#9DA3AC"
|
|
43
|
-
stroke-width="1.11351"
|
|
44
|
-
stroke-miterlimit="10"
|
|
45
|
-
/>
|
|
46
|
-
<path
|
|
47
|
-
d="M96.7015 99.3021C95.9103 99.3007 95.1467 99.013 94.5527 98.4924L85.3893 90.4057C84.7455 89.8379 84.3546 89.0386 84.3024 88.1836C84.2502 87.3286 84.541 86.488 85.1109 85.8466C85.6808 85.2053 86.4832 84.8158 87.3413 84.7638C88.1995 84.7118 89.0433 85.0015 89.6871 85.5693L98.8504 93.6559C99.3434 94.0901 99.6919 94.6636 99.8497 95.3C100.007 95.9365 99.967 96.6056 99.7337 97.2186C99.5005 97.8315 99.0853 98.3593 98.5437 98.7315C98.002 99.1036 97.3595 99.3027 96.7015 99.3021V99.3021Z"
|
|
48
|
-
class="fill-white dark:fill-gray-900"
|
|
49
|
-
stroke="#9DA3AC"
|
|
50
|
-
stroke-width="1.11351"
|
|
51
|
-
stroke-miterlimit="10"
|
|
52
|
-
/>
|
|
53
|
-
<path
|
|
54
|
-
d="M74.2871 109.363C73.4467 109.363 72.6389 109.038 72.0343 108.457C71.4298 107.875 71.0756 107.082 71.0468 106.246L70.6682 94.0436C70.6815 93.2148 71.0144 92.4228 71.5978 91.8318C72.1812 91.2408 72.9705 90.896 73.8022 90.8689C74.6338 90.8418 75.4441 91.1345 76.065 91.6862C76.686 92.238 77.07 93.0066 77.1377 93.8328L77.5274 106.035C77.5407 106.459 77.4701 106.881 77.3195 107.278C77.1689 107.675 76.9413 108.038 76.6496 108.347C76.358 108.656 76.0081 108.905 75.6199 109.079C75.2317 109.253 74.8129 109.35 74.3873 109.363H74.2871Z"
|
|
55
|
-
class="fill-white dark:fill-gray-900"
|
|
56
|
-
stroke="#9DA3AC"
|
|
57
|
-
stroke-width="1.11351"
|
|
58
|
-
stroke-miterlimit="10"
|
|
59
|
-
/>
|
|
60
|
-
<path
|
|
61
|
-
d="M58.4 58.6021C57.6112 58.5471 56.872 58.1987 56.329 57.626L47.8003 48.8738C47.2023 48.2589 46.874 47.4326 46.8876 46.5765C46.9012 45.7205 47.2555 44.9049 47.8727 44.3091C48.4898 43.7134 49.3193 43.3863 50.1785 43.3998C51.0377 43.4133 51.8563 43.7664 52.4543 44.3812L60.9719 53.1334C61.4308 53.6035 61.735 54.2017 61.8442 54.8484C61.9533 55.4951 61.8621 56.1595 61.5829 56.7533C61.3036 57.3471 60.8495 57.8421 60.2809 58.1723C59.7123 58.5026 59.0562 58.6525 58.4 58.6021V58.6021Z"
|
|
62
|
-
class="fill-white dark:fill-gray-900"
|
|
63
|
-
stroke="#9DA3AC"
|
|
64
|
-
stroke-width="1.11351"
|
|
65
|
-
stroke-miterlimit="10"
|
|
66
|
-
/>
|
|
67
|
-
<path
|
|
68
|
-
d="M112.467 62.4518C112.869 61.8588 113.4 61.3641 114.021 61.0048C114.642 60.6456 115.336 60.4311 116.052 60.3775L129.915 59.3902C131.181 59.299 132.433 59.7129 133.393 60.5409C134.354 61.3689 134.945 62.543 135.036 63.8051C135.128 65.0673 134.712 66.3139 133.881 67.2708C133.05 68.2277 131.872 68.8166 130.605 68.9078L116.732 69.895C115.594 69.9758 114.465 69.6493 113.547 68.9744L113.414 68.8634L105.976 69.3848C106.87 71.5771 108.437 73.4315 110.453 74.6828C112.469 75.934 114.83 76.518 117.199 76.351L131.072 75.3637C133.989 75.0706 136.676 73.6568 138.563 71.4223C140.45 69.1878 141.389 66.3085 141.181 63.3956C140.972 60.4827 139.632 57.7654 137.446 55.8205C135.259 53.8756 132.398 52.8562 129.469 52.9786L115.596 53.9659C113.132 54.1379 110.794 55.1148 108.944 56.7453C107.094 58.3758 105.836 60.5688 105.364 62.9843L112.467 62.4518Z"
|
|
69
|
-
class="fill-white dark:fill-gray-900"
|
|
70
|
-
stroke="#9DA3AC"
|
|
71
|
-
stroke-width="1.11351"
|
|
72
|
-
stroke-miterlimit="10"
|
|
73
|
-
/>
|
|
74
|
-
<path
|
|
75
|
-
d="M95.4098 70.1392C95.0017 70.6715 94.4851 71.1118 93.894 71.431C93.303 71.7503 92.6508 71.9414 91.9804 71.9917L78.1185 72.9789C77.6813 72.9907 77.251 73.0905 76.8535 73.2724C76.4561 73.4542 76.0996 73.7144 75.8058 74.0372C75.512 74.36 75.2868 74.7387 75.1438 75.1505C75.0009 75.5623 74.943 75.9987 74.9739 76.4334C75.0047 76.868 75.1236 77.2919 75.3233 77.6796C75.523 78.0673 75.7994 78.4106 76.1359 78.689C76.4724 78.9674 76.8619 79.1751 77.2811 79.2994C77.7003 79.4238 78.1404 79.4623 78.5749 79.4127L92.448 78.4254C94.8705 78.2476 97.1706 77.2954 99.0062 75.7105C100.842 74.1255 102.115 71.9926 102.636 69.6289L95.4098 70.1392Z"
|
|
76
|
-
class="fill-white dark:fill-gray-900"
|
|
77
|
-
stroke="#9DA3AC"
|
|
78
|
-
stroke-width="1.11351"
|
|
79
|
-
stroke-miterlimit="10"
|
|
80
|
-
/>
|
|
81
|
-
<path
|
|
82
|
-
d="M79.7215 60.0671C79.7511 60.4899 79.8642 60.9027 80.0545 61.2819C80.2448 61.661 80.5084 61.9989 80.8302 62.2762C81.152 62.5535 81.5256 62.7647 81.9295 62.8976C82.3335 63.0306 82.7599 63.0827 83.1842 63.051L91.3009 62.4742C91.9247 62.4227 92.5525 62.4942 93.1485 62.6845C93.7446 62.8749 94.2972 63.1803 94.7747 63.5834L94.8527 63.6611L102.134 63.1397C101.268 60.9018 99.7035 59 97.6712 57.714C95.6389 56.428 93.2459 55.8258 90.8444 55.996L82.7165 56.5729C82.2886 56.6036 81.871 56.7187 81.4881 56.9116C81.1052 57.1044 80.7645 57.3711 80.4858 57.6962C80.2072 58.0213 79.9961 58.3983 79.8649 58.8053C79.7337 59.2122 79.685 59.6411 79.7215 60.0671V60.0671Z"
|
|
83
|
-
class="fill-white dark:fill-gray-900"
|
|
84
|
-
stroke="#9DA3AC"
|
|
85
|
-
stroke-width="1.11351"
|
|
86
|
-
stroke-miterlimit="10"
|
|
87
|
-
/>
|
|
88
|
-
<path
|
|
89
|
-
d="M120.027 62.6958C120.558 63.0882 120.956 63.6331 121.168 64.2574C121.379 64.8818 121.393 65.5556 121.209 66.1884C121.025 66.8212 120.651 67.3827 120.137 67.7974C119.623 68.2121 118.994 68.4602 118.335 68.5084L90.9891 70.4496C90.153 70.476 89.3392 70.1791 88.7178 69.6212C88.0964 69.0633 87.7156 68.2876 87.6552 67.4564C87.5948 66.6252 87.8594 65.8029 88.3936 65.1616C88.9279 64.5204 89.6904 64.1098 90.5216 64.0159L117.878 62.0746C118.646 62.0128 119.411 62.2338 120.027 62.6958V62.6958Z"
|
|
90
|
-
class="fill-white dark:fill-gray-900"
|
|
91
|
-
stroke="#9DA3AC"
|
|
92
|
-
stroke-width="1.11351"
|
|
93
|
-
stroke-miterlimit="10"
|
|
94
|
-
/>
|
|
95
|
-
<path
|
|
96
|
-
opacity="0.2"
|
|
97
|
-
d="M50.3149 74.6423L60.87 65.6239C61.1136 65.4198 61.3879 65.2552 61.6828 65.1359C61.1196 64.5058 60.3311 64.1204 59.4862 64.0623C58.6413 64.0043 57.8071 64.2781 57.1624 64.8252L46.5961 73.8436C44.7619 75.428 43.4902 77.5602 42.9706 79.9228C42.451 82.2853 42.7112 84.7519 43.7124 86.9552L46.5404 84.5481C46.2983 82.7148 46.5165 80.8503 47.1752 79.1215C47.8339 77.3928 48.9127 75.8538 50.3149 74.6423V74.6423Z"
|
|
98
|
-
fill="#BDC7CE"
|
|
99
|
-
/>
|
|
100
|
-
<path
|
|
101
|
-
opacity="0.2"
|
|
102
|
-
d="M20.1088 115.896C18.1733 113.633 17.2157 110.699 17.4452 107.735C17.6747 104.771 19.0727 102.018 21.3336 100.077L31.8998 91.0701C34.0572 89.2144 36.8466 88.2536 39.6937 88.3856C37.7674 87.579 35.6538 87.322 33.5893 87.6433C31.5248 87.9645 29.5906 88.8514 28.0029 90.2048L17.4477 99.2232C15.7261 100.69 14.4893 102.64 13.8991 104.819C13.3089 106.998 13.393 109.304 14.1403 111.434C14.8876 113.565 16.2633 115.421 18.0872 116.759C19.9111 118.097 22.0982 118.856 24.362 118.935C22.7249 118.268 21.268 117.227 20.1088 115.896V115.896Z"
|
|
103
|
-
fill="#BDC7CE"
|
|
104
|
-
/>
|
|
105
|
-
<path
|
|
106
|
-
opacity="0.2"
|
|
107
|
-
d="M34.9169 101.709C34.6385 101.388 34.4265 101.014 34.2932 100.611C34.1598 100.208 34.1076 99.7819 34.1397 99.3583C34.1717 98.9348 34.2874 98.5217 34.48 98.1428C34.6726 97.7639 34.9383 97.4265 35.262 97.1501L56.0828 79.4018C56.1889 79.3202 56.3005 79.2461 56.4168 79.1799C55.833 78.7908 55.1379 78.602 54.4366 78.642C53.7354 78.682 53.0664 78.9488 52.531 79.4018L31.7103 97.1501C31.0516 97.6723 30.6236 98.43 30.5175 99.2619C30.4114 100.094 30.6355 100.934 31.1422 101.604C31.6489 102.273 32.398 102.72 33.2299 102.847C34.0619 102.974 34.9109 102.773 35.5961 102.286C35.3424 102.128 35.1134 101.934 34.9169 101.709Z"
|
|
108
|
-
fill="#BDC7CE"
|
|
109
|
-
/>
|
|
110
|
-
<path
|
|
111
|
-
opacity="0.2"
|
|
112
|
-
d="M60.6368 56.6613C59.8478 56.6036 59.1072 56.2604 58.5547 55.6962L50.0371 46.933C49.5964 46.4832 49.2981 45.9143 49.1793 45.297C49.0605 44.6797 49.1265 44.0412 49.3691 43.4609C48.8216 43.6004 48.3208 43.8815 47.9174 44.2758C47.514 44.6701 47.2224 45.1636 47.0721 45.7064C46.9217 46.2491 46.9181 46.8218 47.0614 47.3664C47.2047 47.911 47.49 48.4082 47.8882 48.8076L56.4169 57.5598C56.9661 58.1239 57.7018 58.4707 58.4879 58.536C58.9465 58.5715 59.4074 58.5087 59.8395 58.3518C60.2717 58.1949 60.665 57.9475 60.9931 57.6263C61.3104 57.3096 61.5603 56.9323 61.7279 56.5171C61.3747 56.6249 61.006 56.6737 60.6368 56.6613V56.6613Z"
|
|
113
|
-
fill="#BDC7CE"
|
|
114
|
-
/>
|
|
115
|
-
<path
|
|
116
|
-
opacity="0.2"
|
|
117
|
-
d="M98.5703 97.283C97.7792 97.2816 97.0154 96.9938 96.4214 96.4732L87.258 88.3756C86.7868 87.9576 86.4484 87.4116 86.2842 86.8047C86.1201 86.1978 86.1374 85.5563 86.334 84.959C85.797 85.1368 85.3166 85.4525 84.9412 85.8743C84.5659 86.2961 84.3087 86.809 84.1958 87.3613C84.0829 87.9137 84.1182 88.486 84.2981 89.0205C84.478 89.5549 84.7962 90.0326 85.2206 90.4055L94.3839 98.4921C95.0287 99.0576 95.8719 99.3458 96.7294 99.2938C97.5868 99.2419 98.3887 98.854 98.96 98.2148C99.2454 97.8903 99.4647 97.5135 99.6057 97.1055C99.2725 97.2202 98.9229 97.2802 98.5703 97.283V97.283Z"
|
|
118
|
-
fill="#BDC7CE"
|
|
119
|
-
/>
|
|
120
|
-
<path
|
|
121
|
-
opacity="0.2"
|
|
122
|
-
d="M74.5775 108.63C74.0362 108.054 73.727 107.3 73.709 106.511L73.3972 94.3091C73.3825 93.6798 73.5528 93.06 73.8872 92.5259C74.2215 91.9918 74.7053 91.5667 75.279 91.303C74.7803 91.0376 74.2202 90.9078 73.6551 90.9266C73.09 90.9454 72.5398 91.1123 72.06 91.4103C71.5802 91.7083 71.1878 92.127 70.9221 92.6242C70.6564 93.1214 70.5269 93.6796 70.5466 94.2426L70.8585 106.445C70.8785 107.233 71.1874 107.986 71.727 108.563C72.0449 108.893 72.4274 109.153 72.8508 109.329C73.2742 109.504 73.7293 109.591 74.1878 109.584C74.627 109.571 75.0591 109.469 75.4572 109.284C75.1276 109.12 74.8297 108.898 74.5775 108.63V108.63Z"
|
|
123
|
-
fill="#BDC7CE"
|
|
124
|
-
/>
|
|
125
|
-
<path
|
|
126
|
-
opacity="0.2"
|
|
127
|
-
d="M74.6446 53.1452C74.1332 52.5224 73.8785 51.7294 73.9319 50.9266L74.4887 38.7246C74.5152 38.0952 74.7267 37.4875 75.0969 36.9767C75.467 36.466 75.9796 36.0748 76.5709 35.8516C76.0933 35.5501 75.5442 35.3798 74.9793 35.3579C74.4143 35.336 73.8536 35.4632 73.354 35.7267C72.8543 35.9902 72.4335 36.3807 72.1341 36.8585C71.8347 37.3362 71.6674 37.8844 71.6492 38.4473L71.0925 50.6493C71.0652 51.4963 71.3733 52.32 71.9504 52.9426C72.5275 53.5652 73.3272 53.9368 74.1769 53.9771C74.6211 53.9986 75.0651 53.9268 75.4797 53.7664C75.1691 53.6062 74.887 53.3963 74.6446 53.1452V53.1452Z"
|
|
128
|
-
fill="#BDC7CE"
|
|
129
|
-
/>
|
|
130
|
-
<path
|
|
131
|
-
opacity="0.2"
|
|
132
|
-
d="M89.9319 75.5857L76.0699 76.573C75.7518 76.5885 75.4331 76.5586 75.1235 76.4842C75.2001 77.3251 75.6044 78.1026 76.2496 78.6501C76.8948 79.1975 77.7296 79.4713 78.5751 79.4127L92.4482 78.4254C94.8712 78.2494 97.1722 77.2978 99.0081 75.7126C100.844 74.1274 102.117 71.9934 102.636 69.6289L98.9282 69.8841C98.02 71.5025 96.7225 72.8707 95.1522 73.8659C93.5819 74.8611 91.7881 75.4521 89.9319 75.5857V75.5857Z"
|
|
133
|
-
fill="#BDC7CE"
|
|
134
|
-
/>
|
|
135
|
-
<path
|
|
136
|
-
opacity="0.2"
|
|
137
|
-
d="M138.856 60.3106C139.065 63.2792 138.084 66.2091 136.129 68.4587C134.173 70.7083 131.403 72.0942 128.424 72.3129L114.551 73.2891C111.736 73.4889 108.951 72.6167 106.757 70.8487C107.367 71.8867 108.145 72.8165 109.062 73.5997C110.168 74.5726 111.457 75.3169 112.854 75.7891C114.251 76.2614 115.729 76.4523 117.201 76.3507L131.074 75.3634C133.339 75.2103 135.505 74.3774 137.287 72.9743C139.068 71.5712 140.381 69.6638 141.054 67.5029C141.726 65.3419 141.726 63.0288 141.054 60.8679C140.381 58.707 139.068 56.7995 137.287 55.3965C138.185 56.8913 138.722 58.5735 138.856 60.3106Z"
|
|
138
|
-
fill="#BDC7CE"
|
|
139
|
-
/>
|
|
140
|
-
<path
|
|
141
|
-
opacity="0.2"
|
|
142
|
-
d="M118.477 62.9508C118.508 63.3741 118.454 63.7991 118.319 64.2017C118.184 64.6042 117.971 64.9763 117.692 65.2967C117.413 65.6171 117.073 65.8796 116.692 66.069C116.311 66.2584 115.896 66.3711 115.471 66.4007L88.1257 68.353C87.9921 68.353 87.8585 68.353 87.7249 68.353C87.9646 69.0107 88.4124 69.573 89.0008 69.9551C89.5892 70.3373 90.2863 70.5186 90.9871 70.4717L118.332 68.5194C119.155 68.4712 119.927 68.1119 120.492 67.5149C121.057 66.918 121.372 66.1285 121.372 65.308C121.372 64.4876 121.057 63.6981 120.492 63.1011C119.927 62.5042 119.155 62.1448 118.332 62.0967C118.418 62.3739 118.467 62.6611 118.477 62.9508V62.9508Z"
|
|
143
|
-
fill="#BDC7CE"
|
|
144
|
-
/>
|
|
145
|
-
</g>
|
|
146
|
-
<defs>
|
|
147
|
-
<clipPath id="clip0_2483_104006">
|
|
148
|
-
<rect width="129.167" height="84.6264" fill="white" transform="translate(12.9167 34.875)" />
|
|
149
|
-
</clipPath>
|
|
150
|
-
</defs>
|
|
151
|
-
</svg>
|
|
152
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="155"
|
|
4
|
+
height="155"
|
|
5
|
+
viewBox="0 0 155 155"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<circle cx="77.2628" cy="77.5003" r="64.5833" fill="#BDC7CE" fill-opacity="0.15" />
|
|
10
|
+
<g clip-path="url(#clip0_2483_104006)">
|
|
11
|
+
<path
|
|
12
|
+
d="M40.0508 98.5367C40.0786 99.2516 39.9449 99.9636 39.6597 100.62C39.3745 101.277 38.945 101.861 38.4029 102.33L27.8478 111.338C26.8834 112.159 25.6311 112.566 24.3659 112.468C23.1007 112.371 21.9263 111.776 21.1006 110.816C20.2758 109.856 19.8676 108.608 19.9658 107.347C20.0639 106.087 20.6602 104.917 21.6238 104.094L32.179 95.0869C33.0483 94.3595 34.1502 93.966 35.2854 93.9777H35.4636L41.1308 89.1412C39.0963 87.9253 36.7293 87.378 34.3652 87.5771C32.0011 87.7762 29.7599 88.7116 27.9591 90.2505L17.404 99.2688C15.2378 101.232 13.9249 103.96 13.7441 106.872C13.5634 109.784 14.5289 112.652 16.4358 114.866C18.3427 117.081 21.0408 118.468 23.9573 118.733C26.8738 118.998 29.7792 118.12 32.0565 116.285L42.6228 107.267C44.4985 105.667 45.7929 103.496 46.3061 101.09C46.8193 98.6843 46.5227 96.1767 45.462 93.9554L40.0508 98.5367Z"
|
|
13
|
+
class="fill-white dark:fill-gray-900"
|
|
14
|
+
stroke="#9DA3AC"
|
|
15
|
+
stroke-width="1.11351"
|
|
16
|
+
stroke-miterlimit="10"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="M49.1681 82.2636C49.1778 81.5931 49.3296 80.9323 49.6136 80.3244C49.8976 79.7165 50.3073 79.1752 50.8159 78.7361L61.371 69.7288C61.9872 69.1626 62.3592 68.3804 62.4087 67.5467C62.4583 66.713 62.1816 65.8926 61.6367 65.2579C61.0919 64.6232 60.3213 64.2236 59.487 64.143C58.6526 64.0624 57.8194 64.3071 57.1624 64.8258L46.5961 73.8442C44.7619 75.4285 43.4902 77.5607 42.9706 79.9233C42.451 82.2859 42.7112 84.7524 43.7124 86.9558L49.1681 82.2636Z"
|
|
20
|
+
class="fill-white dark:fill-gray-900"
|
|
21
|
+
stroke="#9DA3AC"
|
|
22
|
+
stroke-width="1.11351"
|
|
23
|
+
stroke-miterlimit="10"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
d="M67.7858 81.0542C67.5093 80.732 67.1717 80.4675 66.7923 80.2757C66.4129 80.084 65.9993 79.9688 65.5751 79.9369C65.1509 79.9049 64.7245 79.9568 64.3205 80.0896C63.9164 80.2223 63.5428 80.4332 63.2208 80.7103L57.0748 85.9793C56.6003 86.3872 56.0481 86.6957 55.4512 86.8863C54.8544 87.0769 54.2251 87.1457 53.601 87.0886H53.4897L47.9226 91.8141C49.9561 93.1069 52.3533 93.7132 54.7595 93.5434C57.1657 93.3736 59.4532 92.4367 61.2835 90.8713L67.4629 85.5911C68.1094 85.032 68.5066 84.24 68.5672 83.3892C68.6277 82.5384 68.3467 81.6985 67.7858 81.0542V81.0542Z"
|
|
27
|
+
class="fill-white dark:fill-gray-900"
|
|
28
|
+
stroke="#9DA3AC"
|
|
29
|
+
stroke-width="1.11351"
|
|
30
|
+
stroke-miterlimit="10"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
d="M33.826 102.84C33.1633 102.842 32.516 102.641 31.9715 102.264C31.4269 101.888 31.0114 101.354 30.7808 100.735C30.5502 100.116 30.5157 99.4414 30.682 98.8022C30.8482 98.163 31.2072 97.5901 31.7105 97.1605L52.5313 79.4121C53.1874 78.8966 54.0182 78.6535 54.85 78.7338C55.6817 78.8141 56.4502 79.2114 56.9948 79.8428C57.5395 80.4742 57.8183 81.2909 57.7729 82.1222C57.7275 82.9535 57.3614 83.7352 56.7511 84.304L35.9304 102.052C35.3463 102.558 34.5995 102.837 33.826 102.84Z"
|
|
34
|
+
class="fill-white dark:fill-gray-900"
|
|
35
|
+
stroke="#9DA3AC"
|
|
36
|
+
stroke-width="1.11351"
|
|
37
|
+
stroke-miterlimit="10"
|
|
38
|
+
/>
|
|
39
|
+
<path
|
|
40
|
+
d="M74.0987 54.065C73.2658 53.9998 72.4902 53.6178 71.9325 52.9982C71.3748 52.3786 71.0779 51.569 71.1033 50.7372L71.649 38.5352C71.652 38.101 71.7428 37.6718 71.9161 37.2734C72.0894 36.875 72.3417 36.5155 72.6577 36.2165C72.9737 35.9175 73.3471 35.6851 73.7554 35.5331C74.1638 35.3812 74.5986 35.3129 75.034 35.3323C75.4695 35.3517 75.8965 35.4585 76.2896 35.6461C76.6826 35.8338 77.0336 36.0985 77.3216 36.4244C77.6096 36.7504 77.8286 37.1309 77.9655 37.5431C78.1024 37.9553 78.1544 38.3909 78.1185 38.8236L77.5839 51.0256C77.5463 51.874 77.1746 52.6735 76.5493 53.2507C75.924 53.8279 75.0955 54.1365 74.2434 54.1094L74.0987 54.065Z"
|
|
41
|
+
class="fill-white dark:fill-gray-900"
|
|
42
|
+
stroke="#9DA3AC"
|
|
43
|
+
stroke-width="1.11351"
|
|
44
|
+
stroke-miterlimit="10"
|
|
45
|
+
/>
|
|
46
|
+
<path
|
|
47
|
+
d="M96.7015 99.3021C95.9103 99.3007 95.1467 99.013 94.5527 98.4924L85.3893 90.4057C84.7455 89.8379 84.3546 89.0386 84.3024 88.1836C84.2502 87.3286 84.541 86.488 85.1109 85.8466C85.6808 85.2053 86.4832 84.8158 87.3413 84.7638C88.1995 84.7118 89.0433 85.0015 89.6871 85.5693L98.8504 93.6559C99.3434 94.0901 99.6919 94.6636 99.8497 95.3C100.007 95.9365 99.967 96.6056 99.7337 97.2186C99.5005 97.8315 99.0853 98.3593 98.5437 98.7315C98.002 99.1036 97.3595 99.3027 96.7015 99.3021V99.3021Z"
|
|
48
|
+
class="fill-white dark:fill-gray-900"
|
|
49
|
+
stroke="#9DA3AC"
|
|
50
|
+
stroke-width="1.11351"
|
|
51
|
+
stroke-miterlimit="10"
|
|
52
|
+
/>
|
|
53
|
+
<path
|
|
54
|
+
d="M74.2871 109.363C73.4467 109.363 72.6389 109.038 72.0343 108.457C71.4298 107.875 71.0756 107.082 71.0468 106.246L70.6682 94.0436C70.6815 93.2148 71.0144 92.4228 71.5978 91.8318C72.1812 91.2408 72.9705 90.896 73.8022 90.8689C74.6338 90.8418 75.4441 91.1345 76.065 91.6862C76.686 92.238 77.07 93.0066 77.1377 93.8328L77.5274 106.035C77.5407 106.459 77.4701 106.881 77.3195 107.278C77.1689 107.675 76.9413 108.038 76.6496 108.347C76.358 108.656 76.0081 108.905 75.6199 109.079C75.2317 109.253 74.8129 109.35 74.3873 109.363H74.2871Z"
|
|
55
|
+
class="fill-white dark:fill-gray-900"
|
|
56
|
+
stroke="#9DA3AC"
|
|
57
|
+
stroke-width="1.11351"
|
|
58
|
+
stroke-miterlimit="10"
|
|
59
|
+
/>
|
|
60
|
+
<path
|
|
61
|
+
d="M58.4 58.6021C57.6112 58.5471 56.872 58.1987 56.329 57.626L47.8003 48.8738C47.2023 48.2589 46.874 47.4326 46.8876 46.5765C46.9012 45.7205 47.2555 44.9049 47.8727 44.3091C48.4898 43.7134 49.3193 43.3863 50.1785 43.3998C51.0377 43.4133 51.8563 43.7664 52.4543 44.3812L60.9719 53.1334C61.4308 53.6035 61.735 54.2017 61.8442 54.8484C61.9533 55.4951 61.8621 56.1595 61.5829 56.7533C61.3036 57.3471 60.8495 57.8421 60.2809 58.1723C59.7123 58.5026 59.0562 58.6525 58.4 58.6021V58.6021Z"
|
|
62
|
+
class="fill-white dark:fill-gray-900"
|
|
63
|
+
stroke="#9DA3AC"
|
|
64
|
+
stroke-width="1.11351"
|
|
65
|
+
stroke-miterlimit="10"
|
|
66
|
+
/>
|
|
67
|
+
<path
|
|
68
|
+
d="M112.467 62.4518C112.869 61.8588 113.4 61.3641 114.021 61.0048C114.642 60.6456 115.336 60.4311 116.052 60.3775L129.915 59.3902C131.181 59.299 132.433 59.7129 133.393 60.5409C134.354 61.3689 134.945 62.543 135.036 63.8051C135.128 65.0673 134.712 66.3139 133.881 67.2708C133.05 68.2277 131.872 68.8166 130.605 68.9078L116.732 69.895C115.594 69.9758 114.465 69.6493 113.547 68.9744L113.414 68.8634L105.976 69.3848C106.87 71.5771 108.437 73.4315 110.453 74.6828C112.469 75.934 114.83 76.518 117.199 76.351L131.072 75.3637C133.989 75.0706 136.676 73.6568 138.563 71.4223C140.45 69.1878 141.389 66.3085 141.181 63.3956C140.972 60.4827 139.632 57.7654 137.446 55.8205C135.259 53.8756 132.398 52.8562 129.469 52.9786L115.596 53.9659C113.132 54.1379 110.794 55.1148 108.944 56.7453C107.094 58.3758 105.836 60.5688 105.364 62.9843L112.467 62.4518Z"
|
|
69
|
+
class="fill-white dark:fill-gray-900"
|
|
70
|
+
stroke="#9DA3AC"
|
|
71
|
+
stroke-width="1.11351"
|
|
72
|
+
stroke-miterlimit="10"
|
|
73
|
+
/>
|
|
74
|
+
<path
|
|
75
|
+
d="M95.4098 70.1392C95.0017 70.6715 94.4851 71.1118 93.894 71.431C93.303 71.7503 92.6508 71.9414 91.9804 71.9917L78.1185 72.9789C77.6813 72.9907 77.251 73.0905 76.8535 73.2724C76.4561 73.4542 76.0996 73.7144 75.8058 74.0372C75.512 74.36 75.2868 74.7387 75.1438 75.1505C75.0009 75.5623 74.943 75.9987 74.9739 76.4334C75.0047 76.868 75.1236 77.2919 75.3233 77.6796C75.523 78.0673 75.7994 78.4106 76.1359 78.689C76.4724 78.9674 76.8619 79.1751 77.2811 79.2994C77.7003 79.4238 78.1404 79.4623 78.5749 79.4127L92.448 78.4254C94.8705 78.2476 97.1706 77.2954 99.0062 75.7105C100.842 74.1255 102.115 71.9926 102.636 69.6289L95.4098 70.1392Z"
|
|
76
|
+
class="fill-white dark:fill-gray-900"
|
|
77
|
+
stroke="#9DA3AC"
|
|
78
|
+
stroke-width="1.11351"
|
|
79
|
+
stroke-miterlimit="10"
|
|
80
|
+
/>
|
|
81
|
+
<path
|
|
82
|
+
d="M79.7215 60.0671C79.7511 60.4899 79.8642 60.9027 80.0545 61.2819C80.2448 61.661 80.5084 61.9989 80.8302 62.2762C81.152 62.5535 81.5256 62.7647 81.9295 62.8976C82.3335 63.0306 82.7599 63.0827 83.1842 63.051L91.3009 62.4742C91.9247 62.4227 92.5525 62.4942 93.1485 62.6845C93.7446 62.8749 94.2972 63.1803 94.7747 63.5834L94.8527 63.6611L102.134 63.1397C101.268 60.9018 99.7035 59 97.6712 57.714C95.6389 56.428 93.2459 55.8258 90.8444 55.996L82.7165 56.5729C82.2886 56.6036 81.871 56.7187 81.4881 56.9116C81.1052 57.1044 80.7645 57.3711 80.4858 57.6962C80.2072 58.0213 79.9961 58.3983 79.8649 58.8053C79.7337 59.2122 79.685 59.6411 79.7215 60.0671V60.0671Z"
|
|
83
|
+
class="fill-white dark:fill-gray-900"
|
|
84
|
+
stroke="#9DA3AC"
|
|
85
|
+
stroke-width="1.11351"
|
|
86
|
+
stroke-miterlimit="10"
|
|
87
|
+
/>
|
|
88
|
+
<path
|
|
89
|
+
d="M120.027 62.6958C120.558 63.0882 120.956 63.6331 121.168 64.2574C121.379 64.8818 121.393 65.5556 121.209 66.1884C121.025 66.8212 120.651 67.3827 120.137 67.7974C119.623 68.2121 118.994 68.4602 118.335 68.5084L90.9891 70.4496C90.153 70.476 89.3392 70.1791 88.7178 69.6212C88.0964 69.0633 87.7156 68.2876 87.6552 67.4564C87.5948 66.6252 87.8594 65.8029 88.3936 65.1616C88.9279 64.5204 89.6904 64.1098 90.5216 64.0159L117.878 62.0746C118.646 62.0128 119.411 62.2338 120.027 62.6958V62.6958Z"
|
|
90
|
+
class="fill-white dark:fill-gray-900"
|
|
91
|
+
stroke="#9DA3AC"
|
|
92
|
+
stroke-width="1.11351"
|
|
93
|
+
stroke-miterlimit="10"
|
|
94
|
+
/>
|
|
95
|
+
<path
|
|
96
|
+
opacity="0.2"
|
|
97
|
+
d="M50.3149 74.6423L60.87 65.6239C61.1136 65.4198 61.3879 65.2552 61.6828 65.1359C61.1196 64.5058 60.3311 64.1204 59.4862 64.0623C58.6413 64.0043 57.8071 64.2781 57.1624 64.8252L46.5961 73.8436C44.7619 75.428 43.4902 77.5602 42.9706 79.9228C42.451 82.2853 42.7112 84.7519 43.7124 86.9552L46.5404 84.5481C46.2983 82.7148 46.5165 80.8503 47.1752 79.1215C47.8339 77.3928 48.9127 75.8538 50.3149 74.6423V74.6423Z"
|
|
98
|
+
fill="#BDC7CE"
|
|
99
|
+
/>
|
|
100
|
+
<path
|
|
101
|
+
opacity="0.2"
|
|
102
|
+
d="M20.1088 115.896C18.1733 113.633 17.2157 110.699 17.4452 107.735C17.6747 104.771 19.0727 102.018 21.3336 100.077L31.8998 91.0701C34.0572 89.2144 36.8466 88.2536 39.6937 88.3856C37.7674 87.579 35.6538 87.322 33.5893 87.6433C31.5248 87.9645 29.5906 88.8514 28.0029 90.2048L17.4477 99.2232C15.7261 100.69 14.4893 102.64 13.8991 104.819C13.3089 106.998 13.393 109.304 14.1403 111.434C14.8876 113.565 16.2633 115.421 18.0872 116.759C19.9111 118.097 22.0982 118.856 24.362 118.935C22.7249 118.268 21.268 117.227 20.1088 115.896V115.896Z"
|
|
103
|
+
fill="#BDC7CE"
|
|
104
|
+
/>
|
|
105
|
+
<path
|
|
106
|
+
opacity="0.2"
|
|
107
|
+
d="M34.9169 101.709C34.6385 101.388 34.4265 101.014 34.2932 100.611C34.1598 100.208 34.1076 99.7819 34.1397 99.3583C34.1717 98.9348 34.2874 98.5217 34.48 98.1428C34.6726 97.7639 34.9383 97.4265 35.262 97.1501L56.0828 79.4018C56.1889 79.3202 56.3005 79.2461 56.4168 79.1799C55.833 78.7908 55.1379 78.602 54.4366 78.642C53.7354 78.682 53.0664 78.9488 52.531 79.4018L31.7103 97.1501C31.0516 97.6723 30.6236 98.43 30.5175 99.2619C30.4114 100.094 30.6355 100.934 31.1422 101.604C31.6489 102.273 32.398 102.72 33.2299 102.847C34.0619 102.974 34.9109 102.773 35.5961 102.286C35.3424 102.128 35.1134 101.934 34.9169 101.709Z"
|
|
108
|
+
fill="#BDC7CE"
|
|
109
|
+
/>
|
|
110
|
+
<path
|
|
111
|
+
opacity="0.2"
|
|
112
|
+
d="M60.6368 56.6613C59.8478 56.6036 59.1072 56.2604 58.5547 55.6962L50.0371 46.933C49.5964 46.4832 49.2981 45.9143 49.1793 45.297C49.0605 44.6797 49.1265 44.0412 49.3691 43.4609C48.8216 43.6004 48.3208 43.8815 47.9174 44.2758C47.514 44.6701 47.2224 45.1636 47.0721 45.7064C46.9217 46.2491 46.9181 46.8218 47.0614 47.3664C47.2047 47.911 47.49 48.4082 47.8882 48.8076L56.4169 57.5598C56.9661 58.1239 57.7018 58.4707 58.4879 58.536C58.9465 58.5715 59.4074 58.5087 59.8395 58.3518C60.2717 58.1949 60.665 57.9475 60.9931 57.6263C61.3104 57.3096 61.5603 56.9323 61.7279 56.5171C61.3747 56.6249 61.006 56.6737 60.6368 56.6613V56.6613Z"
|
|
113
|
+
fill="#BDC7CE"
|
|
114
|
+
/>
|
|
115
|
+
<path
|
|
116
|
+
opacity="0.2"
|
|
117
|
+
d="M98.5703 97.283C97.7792 97.2816 97.0154 96.9938 96.4214 96.4732L87.258 88.3756C86.7868 87.9576 86.4484 87.4116 86.2842 86.8047C86.1201 86.1978 86.1374 85.5563 86.334 84.959C85.797 85.1368 85.3166 85.4525 84.9412 85.8743C84.5659 86.2961 84.3087 86.809 84.1958 87.3613C84.0829 87.9137 84.1182 88.486 84.2981 89.0205C84.478 89.5549 84.7962 90.0326 85.2206 90.4055L94.3839 98.4921C95.0287 99.0576 95.8719 99.3458 96.7294 99.2938C97.5868 99.2419 98.3887 98.854 98.96 98.2148C99.2454 97.8903 99.4647 97.5135 99.6057 97.1055C99.2725 97.2202 98.9229 97.2802 98.5703 97.283V97.283Z"
|
|
118
|
+
fill="#BDC7CE"
|
|
119
|
+
/>
|
|
120
|
+
<path
|
|
121
|
+
opacity="0.2"
|
|
122
|
+
d="M74.5775 108.63C74.0362 108.054 73.727 107.3 73.709 106.511L73.3972 94.3091C73.3825 93.6798 73.5528 93.06 73.8872 92.5259C74.2215 91.9918 74.7053 91.5667 75.279 91.303C74.7803 91.0376 74.2202 90.9078 73.6551 90.9266C73.09 90.9454 72.5398 91.1123 72.06 91.4103C71.5802 91.7083 71.1878 92.127 70.9221 92.6242C70.6564 93.1214 70.5269 93.6796 70.5466 94.2426L70.8585 106.445C70.8785 107.233 71.1874 107.986 71.727 108.563C72.0449 108.893 72.4274 109.153 72.8508 109.329C73.2742 109.504 73.7293 109.591 74.1878 109.584C74.627 109.571 75.0591 109.469 75.4572 109.284C75.1276 109.12 74.8297 108.898 74.5775 108.63V108.63Z"
|
|
123
|
+
fill="#BDC7CE"
|
|
124
|
+
/>
|
|
125
|
+
<path
|
|
126
|
+
opacity="0.2"
|
|
127
|
+
d="M74.6446 53.1452C74.1332 52.5224 73.8785 51.7294 73.9319 50.9266L74.4887 38.7246C74.5152 38.0952 74.7267 37.4875 75.0969 36.9767C75.467 36.466 75.9796 36.0748 76.5709 35.8516C76.0933 35.5501 75.5442 35.3798 74.9793 35.3579C74.4143 35.336 73.8536 35.4632 73.354 35.7267C72.8543 35.9902 72.4335 36.3807 72.1341 36.8585C71.8347 37.3362 71.6674 37.8844 71.6492 38.4473L71.0925 50.6493C71.0652 51.4963 71.3733 52.32 71.9504 52.9426C72.5275 53.5652 73.3272 53.9368 74.1769 53.9771C74.6211 53.9986 75.0651 53.9268 75.4797 53.7664C75.1691 53.6062 74.887 53.3963 74.6446 53.1452V53.1452Z"
|
|
128
|
+
fill="#BDC7CE"
|
|
129
|
+
/>
|
|
130
|
+
<path
|
|
131
|
+
opacity="0.2"
|
|
132
|
+
d="M89.9319 75.5857L76.0699 76.573C75.7518 76.5885 75.4331 76.5586 75.1235 76.4842C75.2001 77.3251 75.6044 78.1026 76.2496 78.6501C76.8948 79.1975 77.7296 79.4713 78.5751 79.4127L92.4482 78.4254C94.8712 78.2494 97.1722 77.2978 99.0081 75.7126C100.844 74.1274 102.117 71.9934 102.636 69.6289L98.9282 69.8841C98.02 71.5025 96.7225 72.8707 95.1522 73.8659C93.5819 74.8611 91.7881 75.4521 89.9319 75.5857V75.5857Z"
|
|
133
|
+
fill="#BDC7CE"
|
|
134
|
+
/>
|
|
135
|
+
<path
|
|
136
|
+
opacity="0.2"
|
|
137
|
+
d="M138.856 60.3106C139.065 63.2792 138.084 66.2091 136.129 68.4587C134.173 70.7083 131.403 72.0942 128.424 72.3129L114.551 73.2891C111.736 73.4889 108.951 72.6167 106.757 70.8487C107.367 71.8867 108.145 72.8165 109.062 73.5997C110.168 74.5726 111.457 75.3169 112.854 75.7891C114.251 76.2614 115.729 76.4523 117.201 76.3507L131.074 75.3634C133.339 75.2103 135.505 74.3774 137.287 72.9743C139.068 71.5712 140.381 69.6638 141.054 67.5029C141.726 65.3419 141.726 63.0288 141.054 60.8679C140.381 58.707 139.068 56.7995 137.287 55.3965C138.185 56.8913 138.722 58.5735 138.856 60.3106Z"
|
|
138
|
+
fill="#BDC7CE"
|
|
139
|
+
/>
|
|
140
|
+
<path
|
|
141
|
+
opacity="0.2"
|
|
142
|
+
d="M118.477 62.9508C118.508 63.3741 118.454 63.7991 118.319 64.2017C118.184 64.6042 117.971 64.9763 117.692 65.2967C117.413 65.6171 117.073 65.8796 116.692 66.069C116.311 66.2584 115.896 66.3711 115.471 66.4007L88.1257 68.353C87.9921 68.353 87.8585 68.353 87.7249 68.353C87.9646 69.0107 88.4124 69.573 89.0008 69.9551C89.5892 70.3373 90.2863 70.5186 90.9871 70.4717L118.332 68.5194C119.155 68.4712 119.927 68.1119 120.492 67.5149C121.057 66.918 121.372 66.1285 121.372 65.308C121.372 64.4876 121.057 63.6981 120.492 63.1011C119.927 62.5042 119.155 62.1448 118.332 62.0967C118.418 62.3739 118.467 62.6611 118.477 62.9508V62.9508Z"
|
|
143
|
+
fill="#BDC7CE"
|
|
144
|
+
/>
|
|
145
|
+
</g>
|
|
146
|
+
<defs>
|
|
147
|
+
<clipPath id="clip0_2483_104006">
|
|
148
|
+
<rect width="129.167" height="84.6264" fill="white" transform="translate(12.9167 34.875)" />
|
|
149
|
+
</clipPath>
|
|
150
|
+
</defs>
|
|
151
|
+
</svg>
|
|
152
|
+
</template>
|
|
@@ -1,126 +1,126 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="156"
|
|
4
|
-
height="155"
|
|
5
|
-
viewBox="0 0 156 155"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<circle cx="78.3333" cy="77.4998" r="64.5833" fill="#BDC7CE" fill-opacity="0.15" />
|
|
10
|
-
<g clip-path="url(#clip0_2935_107723)">
|
|
11
|
-
<path
|
|
12
|
-
d="M130.943 85.3113C131.7 81.8669 132.078 78.4224 132.078 74.855C132.078 57.2637 123.121 41.6407 109.495 32.1684C109.117 32.0454 108.864 31.7994 108.612 31.6764C108.486 31.5534 108.36 31.4304 108.234 31.4304C107.603 31.0613 106.972 30.5692 106.215 30.2002C105.458 29.8311 104.701 29.3391 104.07 28.97C104.07 28.97 103.944 28.97 103.944 28.847C103.313 28.478 102.556 28.1089 101.925 27.8629C101.799 27.7399 101.673 27.7399 101.547 27.6169C100.916 27.3708 100.285 27.0018 99.6546 26.7558C99.5284 26.7558 99.4022 26.6327 99.2761 26.6327C97.7621 26.0177 96.2482 25.4026 94.608 24.9105C94.4819 24.9105 94.2296 24.7875 94.1034 24.7875C93.4726 24.5415 92.8418 24.4184 92.211 24.2954C91.9586 24.2954 91.8325 24.1724 91.5801 24.1724C90.9493 24.0494 90.1924 23.8034 89.5615 23.6804C89.4354 23.6804 89.3092 23.6804 89.183 23.5573C88.4261 23.4343 87.5429 23.3113 86.786 23.1883C86.6598 23.1883 86.4075 23.1883 86.2813 23.0653C85.6505 22.9423 85.0197 22.9423 84.2627 22.8192C84.0104 22.8192 83.758 22.8192 83.5057 22.6962C82.8749 22.6962 82.2441 22.5732 81.7394 22.5732C81.4871 22.5732 81.2348 22.5732 80.9825 22.5732C80.0993 22.5732 79.3423 22.4502 78.4592 22.4502C48.6848 22.5732 24.7139 45.9462 24.7139 74.855C24.7139 75.8391 24.7139 76.8232 24.84 77.8073C24.84 78.1764 24.84 78.4224 24.9662 78.7915C24.9662 79.5296 25.0924 80.1446 25.2185 80.8827C25.2185 81.2518 25.3447 81.6208 25.3447 81.9899C25.4708 82.605 25.597 83.3431 25.597 83.9581C25.597 84.2042 25.7232 84.4502 25.7232 84.8192C25.7232 85.0653 25.7232 85.3113 25.8493 85.5573C28.1203 112.744 49.8203 133.164 77.9546 133.164C105.71 133.164 128.294 112.621 131.069 86.0494C130.943 86.4184 130.943 86.7875 130.817 87.2796C130.817 86.5415 130.817 85.9264 130.943 85.3113Z"
|
|
13
|
-
class="fill-white dark:fill-gray-900"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
opacity="0.2"
|
|
17
|
-
d="M78.3332 33.1528C103.566 33.1528 124.13 52.5893 125.266 76.9464C125.266 76.3314 125.266 75.5933 125.266 74.9782C125.266 49.6369 104.197 29.0933 78.3332 29.0933C52.4698 29.0933 31.4006 49.6369 31.4006 74.8552C31.4006 75.4702 31.4006 76.2083 31.4006 76.8234C32.5361 52.5893 53.1006 33.1528 78.3332 33.1528Z"
|
|
18
|
-
class="fill-white dark:fill-gray-900"
|
|
19
|
-
/>
|
|
20
|
-
<path
|
|
21
|
-
d="M78.333 127.137C107.946 127.137 131.952 103.729 131.952 74.855C131.952 45.9806 107.946 22.5732 78.333 22.5732C48.72 22.5732 24.7139 45.9806 24.7139 74.855C24.7139 103.729 48.72 127.137 78.333 127.137Z"
|
|
22
|
-
stroke="#9DA3AC"
|
|
23
|
-
stroke-width="1.29167"
|
|
24
|
-
stroke-linecap="round"
|
|
25
|
-
stroke-linejoin="round"
|
|
26
|
-
/>
|
|
27
|
-
<path
|
|
28
|
-
opacity="0.2"
|
|
29
|
-
d="M109.369 32.1685L105.458 37.5812C97.8883 32.1685 88.4261 29.0931 78.3331 29.0931C52.4697 29.0931 31.4005 49.6367 31.4005 74.855C31.4005 90.478 39.3488 104.256 51.5865 112.498L47.8017 117.788C33.7976 108.438 24.7139 92.6923 24.7139 74.855C24.7139 45.9463 48.6848 22.5732 78.3331 22.5732C89.94 22.5732 100.538 26.1407 109.369 32.1685Z"
|
|
30
|
-
fill="#BDC7CE"
|
|
31
|
-
/>
|
|
32
|
-
<path
|
|
33
|
-
opacity="0.2"
|
|
34
|
-
d="M78.333 127.752C104.323 127.752 125.896 109.792 130.943 85.9266C128.167 112.498 105.584 133.042 77.8284 133.042C49.6941 133.042 27.9941 112.498 25.7231 85.4346C30.5173 109.546 52.2173 127.752 78.333 127.752Z"
|
|
35
|
-
fill="white"
|
|
36
|
-
/>
|
|
37
|
-
<path
|
|
38
|
-
d="M78.3332 120.617C104.253 120.617 125.266 100.129 125.266 74.8552C125.266 49.5816 104.253 29.0933 78.3332 29.0933C52.4131 29.0933 31.4006 49.5816 31.4006 74.8552C31.4006 100.129 52.4131 120.617 78.3332 120.617Z"
|
|
39
|
-
stroke="#9DA3AC"
|
|
40
|
-
stroke-width="1.29167"
|
|
41
|
-
stroke-linecap="round"
|
|
42
|
-
stroke-linejoin="round"
|
|
43
|
-
/>
|
|
44
|
-
<path
|
|
45
|
-
d="M130.943 84.2041C128.672 111.391 105.837 132.426 77.7022 132.426C49.6941 132.426 27.8679 111.883 25.7231 84.8192"
|
|
46
|
-
stroke="#9DA3AC"
|
|
47
|
-
stroke-width="1.29167"
|
|
48
|
-
stroke-linecap="round"
|
|
49
|
-
stroke-linejoin="round"
|
|
50
|
-
/>
|
|
51
|
-
<path
|
|
52
|
-
d="M42.5034 113.852V118.772"
|
|
53
|
-
stroke="#9DA3AC"
|
|
54
|
-
stroke-width="1.29167"
|
|
55
|
-
stroke-linecap="round"
|
|
56
|
-
stroke-linejoin="round"
|
|
57
|
-
/>
|
|
58
|
-
<path
|
|
59
|
-
d="M56.2551 122.708V127.875"
|
|
60
|
-
stroke="#9DA3AC"
|
|
61
|
-
stroke-width="1.29167"
|
|
62
|
-
stroke-linecap="round"
|
|
63
|
-
stroke-linejoin="round"
|
|
64
|
-
/>
|
|
65
|
-
<path
|
|
66
|
-
d="M71.8989 126.768V131.812"
|
|
67
|
-
stroke="#9DA3AC"
|
|
68
|
-
stroke-width="1.29167"
|
|
69
|
-
stroke-linecap="round"
|
|
70
|
-
stroke-linejoin="round"
|
|
71
|
-
/>
|
|
72
|
-
<path
|
|
73
|
-
d="M90.5713 125.907V130.704"
|
|
74
|
-
stroke="#9DA3AC"
|
|
75
|
-
stroke-width="1.29167"
|
|
76
|
-
stroke-linecap="round"
|
|
77
|
-
stroke-linejoin="round"
|
|
78
|
-
/>
|
|
79
|
-
<path
|
|
80
|
-
d="M105.837 119.756V124.676"
|
|
81
|
-
stroke="#9DA3AC"
|
|
82
|
-
stroke-width="1.29167"
|
|
83
|
-
stroke-linecap="round"
|
|
84
|
-
stroke-linejoin="round"
|
|
85
|
-
/>
|
|
86
|
-
<path
|
|
87
|
-
d="M117.066 111.021V115.327"
|
|
88
|
-
stroke="#9DA3AC"
|
|
89
|
-
stroke-width="1.29167"
|
|
90
|
-
stroke-linecap="round"
|
|
91
|
-
stroke-linejoin="round"
|
|
92
|
-
/>
|
|
93
|
-
<path
|
|
94
|
-
d="M66.0949 71.2879C69.0911 71.2879 71.5199 68.9196 71.5199 65.9982C71.5199 63.0768 69.0911 60.7085 66.0949 60.7085C63.0988 60.7085 60.6699 63.0768 60.6699 65.9982C60.6699 68.9196 63.0988 71.2879 66.0949 71.2879Z"
|
|
95
|
-
stroke="#9DA3AC"
|
|
96
|
-
stroke-width="1.29167"
|
|
97
|
-
stroke-linecap="round"
|
|
98
|
-
stroke-linejoin="round"
|
|
99
|
-
/>
|
|
100
|
-
<path
|
|
101
|
-
d="M90.571 91.2166C93.5671 91.2166 95.996 88.8483 95.996 85.9269C95.996 83.0055 93.5671 80.6372 90.571 80.6372C87.5748 80.6372 85.146 83.0055 85.146 85.9269C85.146 88.8483 87.5748 91.2166 90.571 91.2166Z"
|
|
102
|
-
stroke="#9DA3AC"
|
|
103
|
-
stroke-width="1.29167"
|
|
104
|
-
stroke-linecap="round"
|
|
105
|
-
stroke-linejoin="round"
|
|
106
|
-
/>
|
|
107
|
-
<path
|
|
108
|
-
d="M91.7063 58.4941L65.2122 90.7243"
|
|
109
|
-
stroke="#9DA3AC"
|
|
110
|
-
stroke-width="1.29167"
|
|
111
|
-
stroke-linecap="round"
|
|
112
|
-
stroke-linejoin="round"
|
|
113
|
-
/>
|
|
114
|
-
</g>
|
|
115
|
-
<defs>
|
|
116
|
-
<clipPath id="clip0_2935_107723">
|
|
117
|
-
<rect
|
|
118
|
-
width="108.5"
|
|
119
|
-
height="111.083"
|
|
120
|
-
class="fill-white dark:fill-gray-900"
|
|
121
|
-
transform="translate(24.0833 21.9585)"
|
|
122
|
-
/>
|
|
123
|
-
</clipPath>
|
|
124
|
-
</defs>
|
|
125
|
-
</svg>
|
|
126
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="156"
|
|
4
|
+
height="155"
|
|
5
|
+
viewBox="0 0 156 155"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<circle cx="78.3333" cy="77.4998" r="64.5833" fill="#BDC7CE" fill-opacity="0.15" />
|
|
10
|
+
<g clip-path="url(#clip0_2935_107723)">
|
|
11
|
+
<path
|
|
12
|
+
d="M130.943 85.3113C131.7 81.8669 132.078 78.4224 132.078 74.855C132.078 57.2637 123.121 41.6407 109.495 32.1684C109.117 32.0454 108.864 31.7994 108.612 31.6764C108.486 31.5534 108.36 31.4304 108.234 31.4304C107.603 31.0613 106.972 30.5692 106.215 30.2002C105.458 29.8311 104.701 29.3391 104.07 28.97C104.07 28.97 103.944 28.97 103.944 28.847C103.313 28.478 102.556 28.1089 101.925 27.8629C101.799 27.7399 101.673 27.7399 101.547 27.6169C100.916 27.3708 100.285 27.0018 99.6546 26.7558C99.5284 26.7558 99.4022 26.6327 99.2761 26.6327C97.7621 26.0177 96.2482 25.4026 94.608 24.9105C94.4819 24.9105 94.2296 24.7875 94.1034 24.7875C93.4726 24.5415 92.8418 24.4184 92.211 24.2954C91.9586 24.2954 91.8325 24.1724 91.5801 24.1724C90.9493 24.0494 90.1924 23.8034 89.5615 23.6804C89.4354 23.6804 89.3092 23.6804 89.183 23.5573C88.4261 23.4343 87.5429 23.3113 86.786 23.1883C86.6598 23.1883 86.4075 23.1883 86.2813 23.0653C85.6505 22.9423 85.0197 22.9423 84.2627 22.8192C84.0104 22.8192 83.758 22.8192 83.5057 22.6962C82.8749 22.6962 82.2441 22.5732 81.7394 22.5732C81.4871 22.5732 81.2348 22.5732 80.9825 22.5732C80.0993 22.5732 79.3423 22.4502 78.4592 22.4502C48.6848 22.5732 24.7139 45.9462 24.7139 74.855C24.7139 75.8391 24.7139 76.8232 24.84 77.8073C24.84 78.1764 24.84 78.4224 24.9662 78.7915C24.9662 79.5296 25.0924 80.1446 25.2185 80.8827C25.2185 81.2518 25.3447 81.6208 25.3447 81.9899C25.4708 82.605 25.597 83.3431 25.597 83.9581C25.597 84.2042 25.7232 84.4502 25.7232 84.8192C25.7232 85.0653 25.7232 85.3113 25.8493 85.5573C28.1203 112.744 49.8203 133.164 77.9546 133.164C105.71 133.164 128.294 112.621 131.069 86.0494C130.943 86.4184 130.943 86.7875 130.817 87.2796C130.817 86.5415 130.817 85.9264 130.943 85.3113Z"
|
|
13
|
+
class="fill-white dark:fill-gray-900"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
opacity="0.2"
|
|
17
|
+
d="M78.3332 33.1528C103.566 33.1528 124.13 52.5893 125.266 76.9464C125.266 76.3314 125.266 75.5933 125.266 74.9782C125.266 49.6369 104.197 29.0933 78.3332 29.0933C52.4698 29.0933 31.4006 49.6369 31.4006 74.8552C31.4006 75.4702 31.4006 76.2083 31.4006 76.8234C32.5361 52.5893 53.1006 33.1528 78.3332 33.1528Z"
|
|
18
|
+
class="fill-white dark:fill-gray-900"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
d="M78.333 127.137C107.946 127.137 131.952 103.729 131.952 74.855C131.952 45.9806 107.946 22.5732 78.333 22.5732C48.72 22.5732 24.7139 45.9806 24.7139 74.855C24.7139 103.729 48.72 127.137 78.333 127.137Z"
|
|
22
|
+
stroke="#9DA3AC"
|
|
23
|
+
stroke-width="1.29167"
|
|
24
|
+
stroke-linecap="round"
|
|
25
|
+
stroke-linejoin="round"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
opacity="0.2"
|
|
29
|
+
d="M109.369 32.1685L105.458 37.5812C97.8883 32.1685 88.4261 29.0931 78.3331 29.0931C52.4697 29.0931 31.4005 49.6367 31.4005 74.855C31.4005 90.478 39.3488 104.256 51.5865 112.498L47.8017 117.788C33.7976 108.438 24.7139 92.6923 24.7139 74.855C24.7139 45.9463 48.6848 22.5732 78.3331 22.5732C89.94 22.5732 100.538 26.1407 109.369 32.1685Z"
|
|
30
|
+
fill="#BDC7CE"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
opacity="0.2"
|
|
34
|
+
d="M78.333 127.752C104.323 127.752 125.896 109.792 130.943 85.9266C128.167 112.498 105.584 133.042 77.8284 133.042C49.6941 133.042 27.9941 112.498 25.7231 85.4346C30.5173 109.546 52.2173 127.752 78.333 127.752Z"
|
|
35
|
+
fill="white"
|
|
36
|
+
/>
|
|
37
|
+
<path
|
|
38
|
+
d="M78.3332 120.617C104.253 120.617 125.266 100.129 125.266 74.8552C125.266 49.5816 104.253 29.0933 78.3332 29.0933C52.4131 29.0933 31.4006 49.5816 31.4006 74.8552C31.4006 100.129 52.4131 120.617 78.3332 120.617Z"
|
|
39
|
+
stroke="#9DA3AC"
|
|
40
|
+
stroke-width="1.29167"
|
|
41
|
+
stroke-linecap="round"
|
|
42
|
+
stroke-linejoin="round"
|
|
43
|
+
/>
|
|
44
|
+
<path
|
|
45
|
+
d="M130.943 84.2041C128.672 111.391 105.837 132.426 77.7022 132.426C49.6941 132.426 27.8679 111.883 25.7231 84.8192"
|
|
46
|
+
stroke="#9DA3AC"
|
|
47
|
+
stroke-width="1.29167"
|
|
48
|
+
stroke-linecap="round"
|
|
49
|
+
stroke-linejoin="round"
|
|
50
|
+
/>
|
|
51
|
+
<path
|
|
52
|
+
d="M42.5034 113.852V118.772"
|
|
53
|
+
stroke="#9DA3AC"
|
|
54
|
+
stroke-width="1.29167"
|
|
55
|
+
stroke-linecap="round"
|
|
56
|
+
stroke-linejoin="round"
|
|
57
|
+
/>
|
|
58
|
+
<path
|
|
59
|
+
d="M56.2551 122.708V127.875"
|
|
60
|
+
stroke="#9DA3AC"
|
|
61
|
+
stroke-width="1.29167"
|
|
62
|
+
stroke-linecap="round"
|
|
63
|
+
stroke-linejoin="round"
|
|
64
|
+
/>
|
|
65
|
+
<path
|
|
66
|
+
d="M71.8989 126.768V131.812"
|
|
67
|
+
stroke="#9DA3AC"
|
|
68
|
+
stroke-width="1.29167"
|
|
69
|
+
stroke-linecap="round"
|
|
70
|
+
stroke-linejoin="round"
|
|
71
|
+
/>
|
|
72
|
+
<path
|
|
73
|
+
d="M90.5713 125.907V130.704"
|
|
74
|
+
stroke="#9DA3AC"
|
|
75
|
+
stroke-width="1.29167"
|
|
76
|
+
stroke-linecap="round"
|
|
77
|
+
stroke-linejoin="round"
|
|
78
|
+
/>
|
|
79
|
+
<path
|
|
80
|
+
d="M105.837 119.756V124.676"
|
|
81
|
+
stroke="#9DA3AC"
|
|
82
|
+
stroke-width="1.29167"
|
|
83
|
+
stroke-linecap="round"
|
|
84
|
+
stroke-linejoin="round"
|
|
85
|
+
/>
|
|
86
|
+
<path
|
|
87
|
+
d="M117.066 111.021V115.327"
|
|
88
|
+
stroke="#9DA3AC"
|
|
89
|
+
stroke-width="1.29167"
|
|
90
|
+
stroke-linecap="round"
|
|
91
|
+
stroke-linejoin="round"
|
|
92
|
+
/>
|
|
93
|
+
<path
|
|
94
|
+
d="M66.0949 71.2879C69.0911 71.2879 71.5199 68.9196 71.5199 65.9982C71.5199 63.0768 69.0911 60.7085 66.0949 60.7085C63.0988 60.7085 60.6699 63.0768 60.6699 65.9982C60.6699 68.9196 63.0988 71.2879 66.0949 71.2879Z"
|
|
95
|
+
stroke="#9DA3AC"
|
|
96
|
+
stroke-width="1.29167"
|
|
97
|
+
stroke-linecap="round"
|
|
98
|
+
stroke-linejoin="round"
|
|
99
|
+
/>
|
|
100
|
+
<path
|
|
101
|
+
d="M90.571 91.2166C93.5671 91.2166 95.996 88.8483 95.996 85.9269C95.996 83.0055 93.5671 80.6372 90.571 80.6372C87.5748 80.6372 85.146 83.0055 85.146 85.9269C85.146 88.8483 87.5748 91.2166 90.571 91.2166Z"
|
|
102
|
+
stroke="#9DA3AC"
|
|
103
|
+
stroke-width="1.29167"
|
|
104
|
+
stroke-linecap="round"
|
|
105
|
+
stroke-linejoin="round"
|
|
106
|
+
/>
|
|
107
|
+
<path
|
|
108
|
+
d="M91.7063 58.4941L65.2122 90.7243"
|
|
109
|
+
stroke="#9DA3AC"
|
|
110
|
+
stroke-width="1.29167"
|
|
111
|
+
stroke-linecap="round"
|
|
112
|
+
stroke-linejoin="round"
|
|
113
|
+
/>
|
|
114
|
+
</g>
|
|
115
|
+
<defs>
|
|
116
|
+
<clipPath id="clip0_2935_107723">
|
|
117
|
+
<rect
|
|
118
|
+
width="108.5"
|
|
119
|
+
height="111.083"
|
|
120
|
+
class="fill-white dark:fill-gray-900"
|
|
121
|
+
transform="translate(24.0833 21.9585)"
|
|
122
|
+
/>
|
|
123
|
+
</clipPath>
|
|
124
|
+
</defs>
|
|
125
|
+
</svg>
|
|
126
|
+
</template>
|