adata-ui 0.3.99 → 2.0.0
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/-error.vue +170 -0
- package/.editorconfig +12 -0
- package/.eslintrc.cjs +4 -0
- package/.gitlab-ci.yml +16 -0
- package/.nuxtrc +1 -0
- package/.nvmrc +1 -0
- package/.playground/app.config.ts +5 -0
- package/.playground/nuxt.config.ts +4 -0
- package/.prettierignore +24 -0
- package/.prettierrc +10 -0
- package/README.md +75 -7
- package/app.config.ts +27 -0
- package/app.vue +7 -0
- package/assets/img/adata-mobile.png +0 -0
- package/assets/img/analytics-mobile.png +0 -0
- package/assets/img/compliance-mobile.png +0 -0
- package/assets/img/empty-box.png +0 -0
- package/assets/img/fea-mobile.png +0 -0
- package/assets/img/fines-mobile.png +0 -0
- package/assets/img/pk-mobile.png +0 -0
- package/assets/img/tenders-mobile.png +0 -0
- package/assets/img/work-mobile.png +0 -0
- package/assets/styles/index.scss +101 -0
- package/assets/styles/modules/_base.scss +5 -0
- package/assets/styles/modules/_typography.scss +152 -0
- package/components/elements/README.md +1 -0
- package/components/elements/a-select-row/index.vue +140 -0
- package/components/elements/accordion/AAccordion.vue +196 -0
- package/components/elements/accordion/AAccordionGroup/AAccordionGroup.vue +145 -0
- package/components/elements/accordion/AAccordionGroup/types.ts +20 -0
- package/components/elements/accordion/AAccordionGroup/ui.config.ts +22 -0
- package/components/elements/accordion/types.ts +14 -0
- package/components/elements/accordion/ui.config.ts +22 -0
- package/components/elements/alert/AAlert.vue +65 -0
- package/components/elements/banner/ABanner.vue +49 -0
- package/components/elements/bg-block/ABgBlock.vue +11 -0
- package/components/elements/button/AButton.vue +188 -0
- package/components/elements/button/types.ts +24 -0
- package/components/elements/calendar/ACalendar.vue +83 -0
- package/components/elements/carousel/ACarousel.vue +159 -0
- package/components/elements/carousel/config.ui.ts +15 -0
- package/components/elements/carousel/types.ts +18 -0
- package/components/elements/chip-wrapper/AChipWrapper.vue +80 -0
- package/components/elements/chip-wrapper/types.ts +12 -0
- package/components/elements/chips/AChips.vue +32 -0
- package/components/elements/companies/AOurClients.vue +42 -0
- package/components/elements/curve-block/ACurveBlock.vue +196 -0
- package/components/elements/digit-badge/ADigitBadge.vue +83 -0
- package/components/elements/error-template/index.vue +48 -0
- package/components/elements/error-template/types.ts +23 -0
- package/components/elements/feature-description/AFeatureDescription.vue +112 -0
- package/components/elements/illustrations/noAccess.vue +62 -0
- package/components/elements/infinite-carousel/AInfiniteCarousel.vue +55 -0
- package/components/elements/infinite-scroll/AInfiniteScroll.vue +33 -0
- package/components/elements/leave-note/ALeaveNote.vue +77 -0
- package/components/elements/pagination/APagination.vue +110 -0
- package/components/elements/photos-animation/APhotosAnimation.vue +83 -0
- package/components/elements/select/ASelect.vue +389 -0
- package/components/elements/select/ASelectMobile.vue +186 -0
- package/components/elements/select/ui/select-button.vue +112 -0
- package/components/elements/select/ui/select-list.vue +99 -0
- package/components/elements/show-more/AShowMore.vue +35 -0
- package/components/elements/skeleton/ASkeleton.vue +44 -0
- package/components/elements/star-rating/AStarRating.vue +181 -0
- package/components/elements/star-rating/types.ts +8 -0
- package/components/elements/star-rating/ui/Star.vue +74 -0
- package/components/elements/status-badge/AStatusBadge.vue +74 -0
- package/components/elements/table/ATable.vue +93 -0
- package/components/elements/table/table.config.ts +32 -0
- package/components/elements/tree-select/ATreeSelect.vue +169 -0
- package/components/elements/tree-select/TreeService.ts +249 -0
- package/components/elements/tree-select/components/tree-select-nodes.vue +90 -0
- package/components/elements/tree-select/types.ts +34 -0
- package/components/elements/tree-select-mobile/ATreeSelectMobile.vue +79 -0
- package/components/elements/tree-select-mobile/components/ATreeSelectNodesMobile.vue +175 -0
- package/components/features/color-mode/AColorMode.client.vue +53 -0
- package/components/features/dropdown/ADropdown.vue +124 -0
- package/components/features/go-top/GoTop.vue +58 -0
- package/components/features/lang-switcher/lang-switcher.vue +56 -0
- package/components/features/pk-mobile-services/APkMobileServices.vue +130 -0
- package/components/features//321/201hange-version/AChangeVersion.vue +20 -0
- package/components/forms/README.md +1 -0
- package/components/forms/checkbox/ACheckbox.vue +151 -0
- package/components/forms/feedback-form/FeedbackForm.vue +171 -0
- package/components/forms/input/button/AInputButton.vue +53 -0
- package/components/forms/input/date/AInputDate.vue +213 -0
- package/components/forms/input/password/AInputPassword.vue +53 -0
- package/components/forms/input/standard/AInputStandard.vue +412 -0
- package/components/forms/input/textarea/ATextarea.vue +200 -0
- package/components/forms/radio-button/ARadioButton.vue +87 -0
- package/components/forms/request-demo/ARequestDemo.vue +90 -0
- package/components/forms/toggle/AToggle.vue +157 -0
- package/components/forms/toggle/types.ts +16 -0
- package/components/modals/AboutTariffModal.vue +113 -0
- package/components/modals/AnotherDeviceModal.vue +59 -0
- package/components/modals/ApplicationAcceptedModal.vue +47 -0
- package/components/modals/AuthModal.vue +50 -0
- package/components/modals/ConnectingTariffModal.vue +68 -0
- package/components/modals/ContactsMobileModel.vue +182 -0
- package/components/modals/ContentNavigationModal.vue +282 -0
- package/components/modals/Insufficient-funds-modal.vue +74 -0
- package/components/modals/LimitReachedModal.vue +29 -0
- package/components/modals/NoAccessModal.vue +37 -0
- package/components/modals/PaymentMethodModal.vue +101 -0
- package/components/modals/RedirectsBanksModal.vue +69 -0
- package/components/modals/ReplenishModal.vue +132 -0
- package/components/modals/ReportBugConfirmModal.vue +30 -0
- package/components/modals/ReportBugModal.vue +156 -0
- package/components/modals/SubmitApplicationModal.vue +111 -0
- package/components/navigation/README.md +1 -0
- package/components/navigation/bottom-navigation/ABottomNavigation.vue +101 -0
- package/components/navigation/breadcrumbs/ABreadcrumbs.vue +66 -0
- package/components/navigation/breadcrumbs/types.ts +4 -0
- package/components/navigation/footer/AFooter.vue +126 -0
- package/components/navigation/footer/NewFooter.vue +276 -0
- package/components/navigation/footer/ui/footer-acccordion.vue +119 -0
- package/components/navigation/footer/ui/new-footer-accordion.vue +120 -0
- package/components/navigation/header/AHeader.vue +187 -0
- package/components/navigation/header/AlmatyContacts.vue +143 -0
- package/components/navigation/header/AstanaContacts.vue +65 -0
- package/components/navigation/header/CardGallery.vue +248 -0
- package/components/navigation/header/ContactMenu.vue +114 -0
- package/components/navigation/header/HeaderLink.vue +247 -0
- package/components/navigation/header/ListItem.vue +31 -0
- package/components/navigation/header/NavCard.vue +41 -0
- package/components/navigation/header/NavList.vue +115 -0
- package/components/navigation/header/NotificationsMenu.vue +51 -0
- package/components/navigation/header/ProductMenu.vue +212 -0
- package/components/navigation/header/ProfileMenu.vue +189 -0
- package/components/navigation/header/TopHeader.vue +181 -0
- package/components/navigation/header/types.ts +28 -0
- package/components/navigation/line-tabs/ALineTabs.vue +111 -0
- package/components/navigation/line-tabs/types.ts +21 -0
- package/components/navigation/mobile-navigation/AMobileNavigation.vue +104 -0
- package/components/navigation/pill-tabs/APillTabs.vue +157 -0
- package/components/navigation/pill-tabs/types.ts +22 -0
- package/components/navigation/side-navigation/ASideNavigation.vue +404 -0
- package/components/overlays/README.md +1 -0
- package/components/overlays/modal/AModal.vue +332 -0
- package/components/overlays/sideover/ASlideover.vue +351 -0
- package/components/overlays/tooltip/ATooltip.vue +242 -0
- package/components/transitions/ATransitionHeight.vue +67 -0
- package/components/utils/index.ts +19 -0
- package/composables/highlight.ts +18 -0
- package/composables/modalsState.ts +8 -0
- package/composables/projectState.ts +2 -0
- package/composables/useAdaptive.ts +46 -0
- package/composables/useCarouselScroll.ts +49 -0
- package/composables/useHeaderNavigationLinks.ts +576 -0
- package/composables/useUIValidation.ts +16 -0
- package/histoire.config.ts +10 -0
- package/i18n/i18n.config.ts +21 -0
- package/i18n.config.ts +21 -0
- package/icons/adata-logo.vue +17 -0
- package/icons/arrow/arrow-bottom-left-on-square.vue +5 -0
- package/icons/arrow/arrow-circle-down.vue +20 -0
- package/icons/arrow/arrow-circle-reset.vue +16 -0
- package/icons/arrow/arrow-corner.vue +9 -0
- package/icons/arrow/arrow-graph-down.vue +13 -0
- package/icons/arrow/arrow-graph-up.vue +14 -0
- package/icons/arrow/arrow-square-down.vue +15 -0
- package/icons/arrow/arrow-top-right-on-square.vue +6 -0
- package/icons/arrow-currency-gray.vue +5 -0
- package/icons/arrow-currency-green.vue +5 -0
- package/icons/arrow-currency-red.vue +5 -0
- package/icons/arrow-side-up.vue +6 -0
- package/icons/avatar.vue +12 -0
- package/icons/block.vue +16 -0
- package/icons/bookmark/bookmark-filled.vue +18 -0
- package/icons/bookmark/bookmark.vue +5 -0
- package/icons/browsers/browser-duck.vue +65 -0
- package/icons/browsers/browser-google.vue +24 -0
- package/icons/browsers/browser-yandex.vue +13 -0
- package/icons/building-vector.vue +7 -0
- package/icons/calculator.vue +7 -0
- package/icons/calendar.vue +24 -0
- package/icons/car.vue +7 -0
- package/icons/check/check-circle.vue +6 -0
- package/icons/check/check-shield.vue +14 -0
- package/icons/check/check.vue +17 -0
- package/icons/check/checkmark-circle.vue +6 -0
- package/icons/checkbox/checkbox-active.vue +17 -0
- package/icons/checkbox/checkbox-empty.vue +10 -0
- package/icons/checkbox/checkbox-intermediate.vue +7 -0
- package/icons/chevron/chevron-down.vue +5 -0
- package/icons/chevron/chevron-left.vue +5 -0
- package/icons/chevron/chevron-right.vue +5 -0
- package/icons/chevron/chevron-up.vue +5 -0
- package/icons/chevron/double-chevron-right.vue +12 -0
- package/icons/clipboard-text.vue +7 -0
- package/icons/clock.vue +9 -0
- package/icons/company/company-bazis.vue +21 -0
- package/icons/company/company-bereke.vue +25 -0
- package/icons/company/company-bigroup.vue +16 -0
- package/icons/company/company-erg.vue +17 -0
- package/icons/company/company-forte.vue +23 -0
- package/icons/company/company-halyk.vue +15 -0
- package/icons/company/company-jusan.vue +14 -0
- package/icons/company/company-kaspi.vue +14 -0
- package/icons/company/company-mycar.vue +13 -0
- package/icons/company/company-samruk.vue +21 -0
- package/icons/company-egov-small.vue +15 -0
- package/icons/company.vue +8 -0
- package/icons/copy.vue +7 -0
- package/icons/currency/currency-dollar.vue +16 -0
- package/icons/currency/currency-down.vue +22 -0
- package/icons/currency/currency-eur.vue +57 -0
- package/icons/currency/currency-rub.vue +7 -0
- package/icons/currency/currency-usd.vue +221 -0
- package/icons/currency/currency-yuan.vue +25 -0
- package/icons/delete.vue +7 -0
- package/icons/document.vue +5 -0
- package/icons/download.vue +11 -0
- package/icons/edit.vue +7 -0
- package/icons/education.vue +16 -0
- package/icons/egov-small.vue +7 -0
- package/icons/expand-window.vue +7 -0
- package/icons/eye-closed.vue +26 -0
- package/icons/eye-open.vue +7 -0
- package/icons/eye-opened.vue +23 -0
- package/icons/file/file.vue +16 -0
- package/icons/file/files.vue +16 -0
- package/icons/filter.vue +5 -0
- package/icons/flag.vue +7 -0
- package/icons/gift.vue +8 -0
- package/icons/globe.vue +16 -0
- package/icons/graph-pie.vue +14 -0
- package/icons/hand/hand-thumb-up-filled.vue +5 -0
- package/icons/hand/hand-thumb-up.vue +5 -0
- package/icons/hand-with-phone/hand-with-phone-dark.vue +52 -0
- package/icons/hand-with-phone/hand-with-phone-light.vue +52 -0
- package/icons/handshake.vue +5 -0
- package/icons/hcheck.vue +14 -0
- package/icons/hdocument.vue +7 -0
- package/icons/history.vue +5 -0
- package/icons/horizontal-more.vue +13 -0
- package/icons/hummer.vue +16 -0
- package/icons/id.vue +7 -0
- package/icons/info/info-circle.vue +29 -0
- package/icons/invoice.vue +7 -0
- package/icons/judge.vue +14 -0
- package/icons/link-chain.vue +28 -0
- package/icons/link.vue +7 -0
- package/icons/linkedin.vue +24 -0
- package/icons/loader-circle.vue +27 -0
- package/icons/location.vue +8 -0
- package/icons/lock.vue +5 -0
- package/icons/logo.vue +15 -0
- package/icons/logout.vue +16 -0
- package/icons/magnify/magnifying-glass-minus.vue +8 -0
- package/icons/magnify/magnifying-glass-plus.vue +9 -0
- package/icons/magnify/magnifying-glass.vue +9 -0
- package/icons/mail.vue +7 -0
- package/icons/main-filter.vue +5 -0
- package/{dist/img/location.807c7100.svg → icons/map/map-pin-filled.vue} +7 -4
- package/icons/map/map-pin-rect.vue +15 -0
- package/{src/assets/location.svg → icons/map/map-pin.vue} +7 -4
- package/icons/map-marker-start.vue +7 -0
- package/icons/map-paper.vue +5 -0
- package/icons/medal.vue +7 -0
- package/icons/menu-filled.vue +20 -0
- package/icons/menu.vue +8 -0
- package/icons/message/message.vue +12 -0
- package/icons/minus/minus-circle.vue +10 -0
- package/icons/money.vue +5 -0
- package/icons/monitoring.vue +10 -0
- package/icons/moon.vue +8 -0
- package/icons/more.vue +29 -0
- package/icons/note-pencil.vue +14 -0
- package/icons/note.vue +14 -0
- package/icons/notification.vue +16 -0
- package/icons/paperclip.vue +7 -0
- package/icons/payment/payment-card.vue +6 -0
- package/icons/payment/payment-kaspi.vue +11 -0
- package/icons/person-vector.vue +7 -0
- package/icons/person-with-briefcase.vue +10 -0
- package/icons/phone-filled.vue +5 -0
- package/icons/phone.vue +7 -0
- package/icons/plus/plus-circle.vue +8 -0
- package/icons/plus/plus.vue +13 -0
- package/icons/profile.vue +5 -0
- package/icons/radio/radio-check.vue +8 -0
- package/icons/radio/radio-empty.vue +10 -0
- package/icons/receipt.vue +8 -0
- package/icons/robot.vue +14 -0
- package/icons/scales/scale.vue +16 -0
- package/icons/scales/scales.vue +5 -0
- package/icons/scales/standing-scales.vue +15 -0
- package/icons/search.vue +15 -0
- package/icons/share/share-alt.vue +5 -0
- package/icons/share/share.vue +14 -0
- package/icons/ship.vue +8 -0
- package/icons/socials/face-book.vue +15 -0
- package/icons/socials/instagram.vue +19 -0
- package/icons/socials/telegram.vue +15 -0
- package/icons/socials/tik-tok.vue +15 -0
- package/icons/socials/youtube.vue +16 -0
- package/icons/sort/sort-asc.vue +15 -0
- package/icons/sort/sort-desc.vue +15 -0
- package/icons/splitting-arrows.vue +8 -0
- package/icons/star/star-filled.vue +40 -0
- package/icons/star/star-half-filled.vue +20 -0
- package/icons/star/star.vue +25 -0
- package/icons/sun.vue +14 -0
- package/icons/sviazi.vue +5 -0
- package/icons/tag.vue +30 -0
- package/icons/tender-search.vue +11 -0
- package/icons/toasts/check-circle-toast.vue +6 -0
- package/icons/toasts/warning-triangle-toast.vue +7 -0
- package/icons/trash.vue +13 -0
- package/icons/triangle.vue +10 -0
- package/icons/truck.vue +7 -0
- package/icons/user-square.vue +14 -0
- package/icons/user.vue +22 -0
- package/icons/users-focus.vue +8 -0
- package/icons/users-three.vue +7 -0
- package/icons/users.vue +8 -0
- package/icons/warning/warning-circle.vue +29 -0
- package/icons/warning/warning-triangle-filled.vue +12 -0
- package/icons/warning/warning-triangle.vue +28 -0
- package/icons/whatsapp.vue +8 -0
- package/icons/work-bag.vue +11 -0
- package/icons/work-search.vue +10 -0
- package/icons/work.vue +5 -0
- package/icons/x-mark.vue +15 -0
- package/illustrations/address-location.vue +38 -0
- package/illustrations/ball-with-chain.vue +120 -0
- package/illustrations/bill.vue +133 -0
- package/illustrations/buildings.vue +82 -0
- package/illustrations/calendar.vue +156 -0
- package/illustrations/chains.vue +152 -0
- package/illustrations/coin-percent.vue +126 -0
- package/illustrations/coins-stack.vue +202 -0
- package/illustrations/delete-dark.vue +31 -0
- package/illustrations/delete.vue +32 -0
- package/illustrations/doc-with-stamp.vue +126 -0
- package/illustrations/document.vue +64 -0
- package/illustrations/door.vue +74 -0
- package/illustrations/empty-box.vue +77 -0
- package/illustrations/empty-wallet.vue +161 -0
- package/illustrations/graph-in-coin.vue +119 -0
- package/illustrations/hammer.vue +156 -0
- package/illustrations/hand-cash.vue +108 -0
- package/illustrations/info.vue +39 -0
- package/illustrations/mail.vue +68 -0
- package/illustrations/ok.vue +62 -0
- package/illustrations/people-group.vue +237 -0
- package/illustrations/person-with-phone.vue +187 -0
- package/illustrations/person.vue +159 -0
- package/illustrations/phone-check.vue +90 -0
- package/illustrations/phone-payment-method.vue +223 -0
- package/illustrations/stop-hand.vue +77 -0
- package/illustrations/stop-sign.vue +34 -0
- package/illustrations/suit.vue +111 -0
- package/illustrations/suitcase.vue +105 -0
- package/illustrations/terminal-dark.vue +48 -0
- package/illustrations/terminal.vue +234 -0
- package/illustrations/trash-can.vue +108 -0
- package/illustrations/turn-on-tariff.vue +38 -0
- package/illustrations/two-persons.vue +169 -0
- package/lang/en.ts +593 -0
- package/lang/kk.ts +594 -0
- package/lang/ru.ts +595 -0
- package/layouts/default.vue +13 -0
- package/nuxt.config.ts +64 -0
- package/package.json +65 -76
- package/plugins/maska.ts +5 -0
- package/plugins/toast.client.ts +58 -0
- package/public/error-illustrations/401.webp +0 -0
- package/public/error-illustrations/403.webp +0 -0
- package/public/error-illustrations/404.webp +0 -0
- package/public/error-illustrations/500.webp +0 -0
- package/public/error-illustrations/502.webp +0 -0
- package/public/error-illustrations/503.webp +0 -0
- package/public/error-illustrations/504.webp +0 -0
- package/public/header/compliance.webp +0 -0
- package/public/header/unload.webp +0 -0
- package/public/header/ved.webp +0 -0
- package/public/mode/dark-analytics-en.webp +0 -0
- package/public/mode/dark-analytics-kk.webp +0 -0
- package/public/mode/dark-analytics-ru.webp +0 -0
- package/public/mode/dark-complience-en.webp +0 -0
- package/public/mode/dark-complience-kk.webp +0 -0
- package/public/mode/dark-complience-ru.webp +0 -0
- package/public/mode/dark-fea-en.webp +0 -0
- package/public/mode/dark-fea-kk.webp +0 -0
- package/public/mode/dark-fea-ru.webp +0 -0
- package/public/mode/dark-fines-en.webp +0 -0
- package/public/mode/dark-fines-kk.webp +0 -0
- package/public/mode/dark-fines-ru.webp +0 -0
- package/public/mode/dark-pk-en.webp +0 -0
- package/public/mode/dark-pk-kk.webp +0 -0
- package/public/mode/dark-pk-ru.webp +0 -0
- package/public/mode/dark-tenders-en.webp +0 -0
- package/public/mode/dark-tenders-kk.webp +0 -0
- package/public/mode/dark-tenders-ru.webp +0 -0
- package/public/mode/dark-work-en.webp +0 -0
- package/public/mode/dark-work-kk.webp +0 -0
- package/public/mode/dark-work-ru.webp +0 -0
- package/public/mode/light-analytics-en.webp +0 -0
- package/public/mode/light-analytics-kk.webp +0 -0
- package/public/mode/light-analytics-ru.webp +0 -0
- package/public/mode/light-complience-en.webp +0 -0
- package/public/mode/light-complience-kk.webp +0 -0
- package/public/mode/light-complience-ru.webp +0 -0
- package/public/mode/light-fea-en.webp +0 -0
- package/public/mode/light-fea-kk.webp +0 -0
- package/public/mode/light-fea-ru.webp +0 -0
- package/public/mode/light-fines-en.webp +0 -0
- package/public/mode/light-fines-kk.webp +0 -0
- package/public/mode/light-fines-ru.webp +0 -0
- package/public/mode/light-pk-en.webp +0 -0
- package/public/mode/light-pk-kk.webp +0 -0
- package/public/mode/light-pk-ru.webp +0 -0
- package/public/mode/light-tenders-en.webp +0 -0
- package/public/mode/light-tenders-kk.webp +0 -0
- package/public/mode/light-tenders-ru.webp +0 -0
- package/public/mode/light-work-en.webp +0 -0
- package/public/mode/light-work-kk.webp +0 -0
- package/public/mode/light-work-ru.webp +0 -0
- package/public/tariff/subtract.png +0 -0
- package/shared/constans/pages.ts +73 -0
- package/tailwind.config.ts +163 -0
- package/tests/AButton.test.ts +81 -0
- package/tsconfig.json +6 -0
- package/utils/getMaxZindex.ts +25 -0
- package/utils/localizedNavigation.ts +36 -0
- package/vitest.config.ts +14 -0
- package/babel.config.js +0 -5
- package/dist/adata-ui.common.js +0 -10910
- package/dist/adata-ui.common.js.map +0 -1
- package/dist/adata-ui.css +0 -1
- package/dist/adata-ui.umd.js +0 -10920
- package/dist/adata-ui.umd.js.map +0 -1
- package/dist/adata-ui.umd.min.js +0 -7
- package/dist/adata-ui.umd.min.js.map +0 -1
- package/dist/demo.html +0 -10
- package/dist/img/expand-window.39c851da.svg +0 -3
- package/dist/img/facebook.797d820f.svg +0 -4
- package/dist/img/instagram.8a77381c.svg +0 -6
- package/dist/img/linkedIn.607d9542.svg +0 -13
- package/dist/img/logo-desktop-main.4d169395.svg +0 -8
- package/dist/img/logo-mobile-main.397bce24.svg +0 -4
- package/dist/img/logo-white-desktop.7d0e3481.svg +0 -8
- package/dist/img/mail.e4826575.svg +0 -3
- package/dist/img/phone.ae6c1746.svg +0 -3
- package/dist/img/telegram.be0d1008.svg +0 -4
- package/dist/img/tiktok.eaeb39cb.svg +0 -4
- package/dist/img/up-down.e2b28f72.svg +0 -3
- package/dist/img/youtube.125aace6.svg +0 -5
- package/package-lock.json +0 -27138
- package/public/favicon.ico +0 -0
- package/public/index.html +0 -17
- package/public/logo.svg +0 -4
- package/src/App.vue +0 -31
- package/src/assets/_text_field.scss +0 -225
- package/src/assets/expand-window.svg +0 -3
- package/src/assets/facebook.svg +0 -4
- package/src/assets/instagram.svg +0 -6
- package/src/assets/linkedIn.svg +0 -13
- package/src/assets/logo-desktop-main.svg +0 -8
- package/src/assets/logo-desktop.svg +0 -9
- package/src/assets/logo-desktop.webp +0 -0
- package/src/assets/logo-mobile-main.svg +0 -4
- package/src/assets/logo-mobile.svg +0 -9
- package/src/assets/logo-mobile.webp +0 -0
- package/src/assets/logo-white-desktop.svg +0 -8
- package/src/assets/mail.svg +0 -3
- package/src/assets/phone.svg +0 -3
- package/src/assets/style.scss +0 -1
- package/src/assets/telegram.svg +0 -4
- package/src/assets/tiktok.svg +0 -4
- package/src/assets/up-down.svg +0 -3
- package/src/assets/youtube.svg +0 -5
- package/src/components/Alert/Alert.stories.js +0 -17
- package/src/components/Alert/Alert.vue +0 -63
- package/src/components/BottomNavigationBar/ABottomNavigationBar.vue +0 -160
- package/src/components/BottomNavigationBar/BottomNavigationBar.stories.js +0 -25
- package/src/components/Button/AButton.vue +0 -231
- package/src/components/Button/Button.stories.js +0 -23
- package/src/components/Checkbox/ACheckbox.vue +0 -114
- package/src/components/Checkbox/Checkbox.stories.js +0 -15
- package/src/components/CheckboxMenu/CheckboxMenu.stories.js +0 -24
- package/src/components/CheckboxMenu/CheckboxMenu.vue +0 -108
- package/src/components/ErrorPages/BadGateway.vue +0 -224
- package/src/components/ErrorPages/Forbidden.vue +0 -468
- package/src/components/ErrorPages/InternalServerError.vue +0 -275
- package/src/components/ErrorPages/NotFound.vue +0 -995
- package/src/components/ErrorPages/Unavailable.vue +0 -3705
- package/src/components/Footer/Footer.stories.js +0 -20
- package/src/components/Footer/Footer.vue +0 -292
- package/src/components/Header/ChildLinks.vue +0 -144
- package/src/components/Header/Header.stories.js +0 -56
- package/src/components/Header/Header.vue +0 -1306
- package/src/components/Header/InfoHeader.vue +0 -319
- package/src/components/Header/Profile.vue +0 -670
- package/src/components/Header/ProfileMenu.vue +0 -293
- package/src/components/Header/ProfileMobile.vue +0 -308
- package/src/components/Header/ProfileOld.vue +0 -781
- package/src/components/InternalServerError/InternalServerError.stories.js +0 -17
- package/src/components/InternalServerError/InternalServerError.vue +0 -262
- package/src/components/Introduction.stories.mdx +0 -7
- package/src/components/Loader/Loader.stories.js +0 -25
- package/src/components/Loader/Loader.vue +0 -325
- package/src/components/MailTo/MailTo.stories.js +0 -15
- package/src/components/MailTo/MailTo.vue +0 -258
- package/src/components/NavIcon/ANavIcon.vue +0 -50
- package/src/components/NavIcon/NavIcon.stories.js +0 -15
- package/src/components/PasswordField/PasswordField.stories.js +0 -16
- package/src/components/PasswordField/PasswordField.vue +0 -77
- package/src/components/SearchTextField/SearchTextField.stories.js +0 -78
- package/src/components/SearchTextField/SearchTextField.vue +0 -230
- package/src/components/ServiceSlider/AServiceSlider.vue +0 -793
- package/src/components/ServiceSlider/ServiceSlider.stories.js +0 -20
- package/src/components/Table/ATable.vue +0 -117
- package/src/components/Table/Table.stories.js +0 -15
- package/src/components/TextArea/TextArea.stories.js +0 -17
- package/src/components/TextArea/TextArea.vue +0 -116
- package/src/components/TextError/TextError.stories.js +0 -15
- package/src/components/TextError/TextError.vue +0 -57
- package/src/components/TextField/TextField.stories.js +0 -17
- package/src/components/TextField/TextField.vue +0 -107
- package/src/components/index.js +0 -56
- package/src/components/newComponents/FooterNew/FooterBottom.vue +0 -153
- package/src/components/newComponents/FooterNew/FooterItem.vue +0 -114
- package/src/components/newComponents/FooterNew/FooterNew.stories.js +0 -20
- package/src/components/newComponents/FooterNew/FooterNew.vue +0 -39
- package/src/components/newComponents/FooterNew/FooterTop.vue +0 -321
- package/src/components/newComponents/FooterRedesign/FooterAccordion.vue +0 -221
- package/src/components/newComponents/FooterRedesign/FooterRedesign.vue +0 -430
- package/src/components/transitions/SlideToggle.vue +0 -55
- package/src/components/transitions/VerticalMobileToggle.vue +0 -75
- package/src/configs/icons.js +0 -112
- package/src/configs/profileDropDown.js +0 -134
- package/src/main.js +0 -12
|
@@ -1,468 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="error">
|
|
3
|
-
<div class="error__images">
|
|
4
|
-
<svg width="559" height="559" viewBox="0 0 559 559" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
-
<circle cx="279" cy="279" r="275" fill="url(#paint0_radial_2747_41320)" fill-opacity="0.8"/>
|
|
6
|
-
<g clip-path="url(#clip0_2747_41320)">
|
|
7
|
-
<path d="M228.574 66.2035V395.015L367.974 473.606V139.304L228.574 66.2035Z" fill="#D0DEEA"/>
|
|
8
|
-
<path d="M238.609 38L219.973 48.3606L375.651 137.001L394 126.928L238.609 38Z" fill="white"/>
|
|
9
|
-
<path d="M240.973 73.3532L235.886 76.1803L359.979 147.649L366.776 143.917L240.973 73.3532Z" fill="white"/>
|
|
10
|
-
<path d="M235.886 76.2036V398.027L359.98 468.921V147.457L235.886 76.2036Z" fill="#EBF0F6"/>
|
|
11
|
-
<path d="M342.108 435.536L254.378 387.704V108.222L342.108 158.682V435.536Z" fill="#E0E6ED"/>
|
|
12
|
-
<path d="M394 467.001V126.927L375.651 137V478.033L394 467.001Z" fill="#ECF4FB"/>
|
|
13
|
-
<path d="M330.426 261.48L266.78 224.356V130.438L330.426 167.467V261.48Z" fill="#EBF0F6"/>
|
|
14
|
-
<path d="M257.244 386.012L254.378 387.704V108.222L257.244 110.036V386.012Z" fill="#D0DEEA"/>
|
|
15
|
-
<path d="M269.736 129.364L266.801 130.478L330.45 167.507L333.504 165.937L269.736 129.364Z" fill="white"/>
|
|
16
|
-
<path d="M333.504 259.957L330.45 261.518V167.507L333.504 165.937V259.957Z" fill="#D0DEEA"/>
|
|
17
|
-
<path d="M330.45 411.005L266.801 373.88V279.965L330.45 316.994V411.005Z" fill="#EBF0F6"/>
|
|
18
|
-
<path d="M269.736 278.851L266.801 279.965L330.45 316.993L333.408 315.379L269.736 278.851Z" fill="white"/>
|
|
19
|
-
<path d="M333.408 409.396L330.45 411.004V316.993L333.408 315.378V409.396Z" fill="#D0DEEA"/>
|
|
20
|
-
<path d="M330.45 305.406L266.801 268.282V236.097L330.45 273.126V305.406Z" fill="#EBF0F6"/>
|
|
21
|
-
<path d="M269.745 235.068L266.812 236.179L330.458 273.208L333.277 271.659L269.745 235.068Z" fill="white"/>
|
|
22
|
-
<path d="M240.81 239.844L238.609 240.567L248.13 246.105L250.46 245.381L240.81 239.844Z" fill="white"/>
|
|
23
|
-
<path d="M333.278 303.861L330.45 305.406L330.459 273.208L333.278 271.659V303.861Z" fill="#D0DEEA"/>
|
|
24
|
-
<path d="M248.252 257.514L238.609 252.044V240.567L248.252 246.105V257.514Z" fill="#E0E6ED"/>
|
|
25
|
-
<path d="M250.459 245.381L248.251 246.105V257.514L250.459 256.723V245.381Z" fill="#D0DEEA"/>
|
|
26
|
-
<path d="M342.108 435.536L254.378 387.704L257.244 386.012L342.108 432.468V435.536Z" fill="white"/>
|
|
27
|
-
<path d="M359.98 147.457V468.92L366.776 464.315V143.916L359.98 147.457Z" fill="#D0DEEA"/>
|
|
28
|
-
<path
|
|
29
|
-
d="M219.973 48.3608V390.258L234.023 398.027V72.3914L362.176 145.347V470.264L375.651 478.034V137.001L219.973 48.3608Z"
|
|
30
|
-
fill="#EBF0F6"/>
|
|
31
|
-
<path d="M364.421 188.874H357.828V209.163H364.421V188.874Z" fill="#B6BFCB"/>
|
|
32
|
-
<path
|
|
33
|
-
d="M361.128 190.456C362.949 190.456 364.425 189.748 364.425 188.874C364.425 188 362.949 187.292 361.128 187.292C359.308 187.292 357.832 188 357.832 188.874C357.832 189.748 359.308 190.456 361.128 190.456Z"
|
|
34
|
-
fill="#D5DBE5"/>
|
|
35
|
-
<path
|
|
36
|
-
d="M361.127 210.747C362.948 210.747 364.424 210.038 364.424 209.165C364.424 208.291 362.948 207.583 361.127 207.583C359.306 207.583 357.83 208.291 357.83 209.165C357.83 210.038 359.306 210.747 361.127 210.747Z"
|
|
37
|
-
fill="#B6BFCB"/>
|
|
38
|
-
<path d="M364.421 395.797H357.828V416.085H364.421V395.797Z" fill="#B6BFCB"/>
|
|
39
|
-
<path
|
|
40
|
-
d="M361.128 397.379C362.949 397.379 364.425 396.67 364.425 395.797C364.425 394.923 362.949 394.215 361.128 394.215C359.308 394.215 357.832 394.923 357.832 395.797C357.832 396.67 359.308 397.379 361.128 397.379Z"
|
|
41
|
-
fill="#D5DBE5"/>
|
|
42
|
-
<path
|
|
43
|
-
d="M361.127 417.67C362.948 417.67 364.424 416.961 364.424 416.087C364.424 415.214 362.948 414.505 361.127 414.505C359.306 414.505 357.83 415.214 357.83 416.087C357.83 416.961 359.306 417.67 361.127 417.67Z"
|
|
44
|
-
fill="#B6BFCB"/>
|
|
45
|
-
<path
|
|
46
|
-
d="M246.636 249.43V250.839L242.656 252.747C242.656 252.747 242.486 252.831 242.454 252.878C242.454 252.878 241.985 252.513 242.176 251.888C242.26 251.656 242.395 251.464 242.656 251.338C242.917 251.211 246.636 249.43 246.636 249.43Z"
|
|
47
|
-
fill="#D0DEEA"/>
|
|
48
|
-
<path
|
|
49
|
-
d="M241.694 243.201C235.333 239.948 230.179 242.487 230.179 248.871V285.621C230.179 287.601 231.778 290.024 233.748 291.032L249.639 299.16C251.612 300.169 253.209 299.383 253.209 297.403V260.65C253.209 254.266 248.054 246.454 241.694 243.201ZM241.694 262.913C237.483 260.76 234.07 255.588 234.07 251.361C234.07 247.135 237.483 245.454 241.694 247.607C245.904 249.761 249.318 254.933 249.318 259.159C249.318 263.386 245.904 265.066 241.694 262.913Z"
|
|
50
|
-
fill="#E8473C"/>
|
|
51
|
-
<path
|
|
52
|
-
d="M242.349 243.188C239.789 241.88 237.434 241.522 235.522 241.962C237.308 241.733 239.42 242.144 241.693 243.308C248.054 246.561 253.208 254.373 253.208 260.757V297.507C253.208 298.584 252.726 299.291 251.977 299.565C253.094 299.532 253.864 298.752 253.864 297.388V260.638C253.864 254.253 248.709 246.439 242.349 243.188Z"
|
|
53
|
-
fill="#B6BFCB"/>
|
|
54
|
-
<path
|
|
55
|
-
d="M231.612 251.794V253.414C231.612 253.414 231.437 253.662 232.444 254.242C233.452 254.823 252.154 265.612 252.154 265.612C252.154 265.612 252.369 265.757 252.644 265.757V264.346C252.644 264.346 252.425 264.36 252.154 264.203L232.074 252.621C232.074 252.618 231.612 252.405 231.612 251.794Z"
|
|
56
|
-
fill="#E0E6ED"/>
|
|
57
|
-
<path
|
|
58
|
-
d="M241.381 246.554L246.636 249.432L242.656 251.34C241.987 251.66 241.949 252.599 242.588 252.973L256.84 261.331C257.26 261.576 257.241 262.192 256.805 262.412L253.175 264.233C252.851 264.397 252.467 264.385 252.152 264.202L232.071 252.62C231.428 252.248 231.463 251.302 232.134 250.982L241.381 246.554Z"
|
|
59
|
-
fill="white"/>
|
|
60
|
-
<path
|
|
61
|
-
d="M236.818 245.019L238.324 246.669C238.324 246.669 242.369 246.168 246.69 252.038L248.072 250.172C248.072 250.172 245.347 244.109 236.818 245.019Z"
|
|
62
|
-
fill="#E8473C"/>
|
|
63
|
-
<path
|
|
64
|
-
d="M257.141 261.902V263.32C257.141 263.32 257.29 263.575 256.805 263.816C256.321 264.06 253.175 265.637 253.175 265.637L252.641 265.752V264.341C252.641 264.341 252.83 264.401 253.175 264.228C253.52 264.055 256.805 262.408 256.805 262.408C256.805 262.408 257.125 262.269 257.141 261.902Z"
|
|
65
|
-
fill="#E0E6ED"/>
|
|
66
|
-
<path
|
|
67
|
-
d="M246.359 277.521C246.097 277.4 245.846 277.332 245.608 277.322C245.459 277.315 245.389 277.456 245.452 277.634C245.515 277.814 245.687 277.964 245.836 277.971C246.002 277.978 246.177 278.024 246.359 278.109C246.547 278.198 246.701 278.422 246.701 278.612V282.644V283.019V285.226C246.701 288.357 244.165 289.717 241.045 288.256C237.926 286.796 235.389 283.061 235.389 279.929V275.843V271.001C235.389 270.486 235.806 270.262 236.322 270.503C236.835 270.744 237.254 271.359 237.254 271.874V275.876C236.487 275.799 236.037 275.867 235.988 275.876C235.851 275.899 235.811 276.063 235.9 276.241C235.956 276.356 236.051 276.447 236.147 276.494C236.2 276.52 236.256 276.529 236.303 276.522C236.333 276.517 239.28 276.054 243.419 279.136C243.575 279.251 243.736 279.237 243.78 279.099C243.822 278.963 243.731 278.757 243.575 278.642C243.23 278.385 242.894 278.158 242.565 277.945V269.597C242.565 268.757 241.885 267.755 241.048 267.364C240.227 266.98 239.558 267.322 239.53 268.127C239.53 268.134 239.53 268.141 239.53 268.148V268.176C239.53 268.338 239.66 268.532 239.824 268.607C239.984 268.682 240.117 268.612 240.117 268.45C240.117 267.935 240.535 267.711 241.05 267.952C241.563 268.193 241.982 268.808 241.982 269.323V277.577C241.332 277.194 240.728 276.899 240.164 276.662V269.974C240.164 269.134 239.483 268.132 238.646 267.741C237.809 267.35 237.128 267.713 237.128 268.553V270.163C237.128 270.325 237.259 270.519 237.422 270.594C237.583 270.669 237.716 270.599 237.716 270.437V268.827C237.716 268.312 238.133 268.087 238.648 268.328C239.161 268.57 239.581 269.185 239.581 269.7V276.431C238.924 276.194 238.341 276.047 237.846 275.96V272.15C237.846 271.31 237.166 270.308 236.329 269.918C235.492 269.527 234.811 269.889 234.811 270.73V275.572V279.658C234.811 283.112 237.611 287.236 241.055 288.846C244.496 290.456 247.298 288.956 247.298 285.502V283.295V282.92V278.888C247.287 278.373 246.872 277.76 246.359 277.521Z"
|
|
68
|
-
fill="white" stroke="white" stroke-width="0.25" stroke-miterlimit="10"/>
|
|
69
|
-
<path
|
|
70
|
-
d="M243.213 270.514C243.363 270.489 243.537 270.517 243.717 270.601C244.23 270.842 244.649 271.457 244.649 271.972V281.645C240.945 280.341 240.115 282.216 240.08 282.298C240.026 282.427 240.105 282.63 240.259 282.754C240.292 282.78 240.325 282.801 240.357 282.817C240.479 282.874 240.59 282.853 240.632 282.752C240.663 282.679 241.434 281.013 244.969 282.354C245.12 282.413 245.237 282.338 245.237 282.186V272.249C245.237 271.408 244.556 270.407 243.719 270.016C243.425 269.878 243.143 269.829 242.899 269.873C242.763 269.896 242.724 270.06 242.81 270.238C242.896 270.416 243.078 270.538 243.213 270.514Z"
|
|
71
|
-
fill="white" stroke="white" stroke-width="0.25" stroke-miterlimit="10"/>
|
|
72
|
-
<path d="M274.327 184.979L279.563 181.925L283.2 184.031L277.961 187.086L274.327 184.979Z" fill="#D0DEEA"/>
|
|
73
|
-
<path d="M283.83 195.628L289.067 192.574L289.053 197.498L283.816 200.552L283.83 195.628Z" fill="#BECBD6"/>
|
|
74
|
-
<path
|
|
75
|
-
d="M282.65 178.274C282.655 178.267 282.657 178.263 282.662 178.256C282.72 178.162 282.778 178.061 282.834 177.963C282.864 177.911 282.897 177.862 282.925 177.809C283.016 177.649 283.102 177.483 283.186 177.312L277.95 180.367C277.866 180.537 277.777 180.701 277.689 180.863C277.658 180.916 277.628 180.966 277.598 181.017C277.537 181.122 277.476 181.225 277.414 181.326C277.348 181.429 277.278 181.53 277.211 181.628C277.176 181.677 277.143 181.731 277.108 181.78C277.003 181.925 276.896 182.066 276.784 182.199L274.329 184.975L279.565 181.92L282.02 179.145C282.132 179.011 282.24 178.871 282.345 178.724C282.38 178.674 282.412 178.623 282.445 178.574C282.512 178.48 282.582 178.38 282.65 178.274Z"
|
|
76
|
-
fill="#BECBD6"/>
|
|
77
|
-
<path d="M286.273 191.904L291.51 188.848L291.496 193.98L286.259 197.037L286.273 191.904Z" fill="#BECBD6"/>
|
|
78
|
-
<path d="M283.844 190.496L289.08 187.442L291.51 188.848L286.273 191.905L283.844 190.496Z" fill="#FCFCFC"/>
|
|
79
|
-
<path d="M283.888 175.115L289.125 172.061L289.081 187.442L283.844 190.496L283.888 175.115Z" fill="#D0DEEA"/>
|
|
80
|
-
<path d="M278.384 171.925L283.62 168.871L289.125 172.061L283.888 175.115L278.384 171.925Z" fill="#FCFCFC"/>
|
|
81
|
-
<path
|
|
82
|
-
d="M283.844 190.496L286.273 191.905L286.259 197.037L283.83 195.628L283.816 200.552L277.934 197.142L277.948 192.218L269.153 187.121L269.167 182.075L278.384 171.923L283.888 175.113L283.844 190.496ZM278.029 181.907C278.066 180.982 278.097 180.503 278.118 180.468L277.952 180.372C277.607 181.067 277.218 181.677 276.784 182.204L274.329 184.98L277.966 187.086L277.976 184.128C277.973 183.573 277.992 182.831 278.029 181.907Z"
|
|
83
|
-
fill="#F5FAFF"/>
|
|
84
|
-
<path
|
|
85
|
-
d="M302.019 199.394C301.982 199.415 301.942 199.434 301.905 199.448C301.877 199.457 301.849 199.467 301.821 199.474C301.814 199.476 301.81 199.478 301.803 199.478C301.768 199.485 301.733 199.49 301.698 199.49C301.691 199.49 301.686 199.49 301.679 199.49C301.644 199.49 301.609 199.49 301.572 199.485C301.567 199.485 301.562 199.485 301.558 199.483C301.52 199.478 301.481 199.471 301.441 199.462C301.439 199.462 301.437 199.459 301.432 199.459C301.39 199.45 301.348 199.436 301.304 199.42C301.301 199.42 301.299 199.417 301.297 199.417C301.255 199.401 301.21 199.385 301.168 199.364C301.164 199.361 301.159 199.359 301.154 199.357C301.108 199.335 301.061 199.31 301.015 199.282C300.924 199.23 300.837 199.169 300.753 199.106C300.751 199.104 300.749 199.104 300.746 199.101C300.663 199.036 300.583 198.966 300.506 198.888C300.504 198.886 300.504 198.886 300.502 198.884C300.425 198.807 300.35 198.72 300.28 198.631C300.28 198.629 300.278 198.629 300.278 198.626C300.215 198.544 300.154 198.455 300.096 198.364C300.084 198.345 300.07 198.324 300.059 198.306C300 198.207 299.942 198.107 299.888 197.999C299.888 197.999 299.888 197.997 299.886 197.997C299.83 197.882 299.777 197.76 299.725 197.632C299.723 197.627 299.721 197.622 299.721 197.618C299.672 197.494 299.625 197.363 299.583 197.224C299.581 197.215 299.578 197.208 299.574 197.199C299.529 197.058 299.49 196.911 299.45 196.759C299.432 196.686 299.415 196.609 299.399 196.532C299.387 196.478 299.376 196.422 299.366 196.368C299.359 196.333 299.352 196.3 299.345 196.265C299.327 196.162 299.308 196.057 299.292 195.944C299.289 195.926 299.285 195.905 299.282 195.883C299.264 195.769 299.247 195.652 299.233 195.528C299.229 195.486 299.222 195.443 299.217 195.399C299.212 195.355 299.205 195.308 299.201 195.263C299.194 195.202 299.187 195.139 299.18 195.076C299.175 195.029 299.17 194.982 299.166 194.933C299.161 194.877 299.154 194.821 299.149 194.762C299.142 194.681 299.135 194.596 299.128 194.51C299.124 194.458 299.119 194.404 299.117 194.351C299.11 194.259 299.103 194.166 299.098 194.072C299.096 194.023 299.091 193.976 299.089 193.925C299.077 193.742 299.068 193.552 299.058 193.356C299.056 193.314 299.054 193.272 299.054 193.232C299.047 193.049 299.04 192.862 299.033 192.67C299.033 192.642 299.03 192.614 299.03 192.586C299.028 192.492 299.026 192.396 299.024 192.3C299.021 192.235 299.021 192.172 299.019 192.106C299.017 192.003 299.014 191.9 299.014 191.795C299.014 191.732 299.012 191.671 299.012 191.608C299.01 191.484 299.01 191.357 299.01 191.231C299.01 191.184 299.01 191.137 299.01 191.09C299.01 190.915 299.01 190.735 299.01 190.552C299.01 190.442 299.012 190.335 299.012 190.227C299.012 190.122 299.014 190.019 299.014 189.916C299.014 189.836 299.017 189.759 299.017 189.684C299.019 189.586 299.019 189.487 299.021 189.391C299.024 189.314 299.024 189.239 299.026 189.164C299.028 189.071 299.03 188.979 299.033 188.891C299.035 188.818 299.037 188.748 299.04 188.678C299.042 188.589 299.047 188.5 299.049 188.413C299.051 188.352 299.054 188.291 299.056 188.233C299.065 188.036 299.075 187.844 299.084 187.662C299.086 187.629 299.089 187.599 299.091 187.568C299.1 187.407 299.112 187.25 299.124 187.1C299.126 187.067 299.128 187.032 299.131 187C299.14 186.88 299.152 186.763 299.163 186.651C299.166 186.639 299.166 186.625 299.168 186.613C299.18 186.489 299.194 186.372 299.208 186.258C299.215 186.201 299.222 186.15 299.229 186.096C299.233 186.054 299.24 186.01 299.245 185.967C299.252 185.914 299.261 185.862 299.271 185.811C299.278 185.773 299.282 185.736 299.289 185.698C299.292 185.684 299.294 185.67 299.296 185.656C299.315 185.544 299.336 185.439 299.359 185.338C299.364 185.315 299.369 185.293 299.373 185.27C299.394 185.179 299.415 185.095 299.438 185.015C299.457 184.954 299.473 184.896 299.492 184.842C299.527 184.739 299.567 184.645 299.606 184.561C299.613 184.547 299.62 184.538 299.627 184.523C299.662 184.456 299.697 184.392 299.735 184.334C299.742 184.325 299.749 184.315 299.756 184.303C299.798 184.243 299.842 184.189 299.888 184.144C299.893 184.14 299.9 184.135 299.905 184.128C299.954 184.081 300.005 184.039 300.059 184.009L294.822 187.063C294.769 187.096 294.717 187.135 294.668 187.182C294.664 187.187 294.657 187.191 294.652 187.198C294.605 187.245 294.561 187.299 294.519 187.358C294.512 187.367 294.505 187.376 294.498 187.388C294.491 187.397 294.484 187.407 294.477 187.416C294.447 187.465 294.419 187.519 294.391 187.575C294.384 187.587 294.377 187.599 294.372 187.61C294.372 187.613 294.37 187.613 294.37 187.615C294.34 187.681 294.309 187.753 294.281 187.828C294.274 187.849 294.265 187.87 294.258 187.891C294.239 187.943 294.223 187.999 294.204 188.057C294.204 188.06 294.204 188.062 294.202 188.064C294.179 188.144 294.158 188.228 294.137 188.319C294.134 188.329 294.132 188.336 294.13 188.343C294.127 188.357 294.125 188.371 294.12 188.385C294.099 188.486 294.078 188.591 294.058 188.703C294.055 188.713 294.053 188.722 294.053 188.731C294.053 188.736 294.051 188.741 294.051 188.745C294.044 188.783 294.039 188.823 294.032 188.862C294.025 188.914 294.016 188.963 294.009 189.015C294.002 189.057 293.997 189.101 293.992 189.143C293.985 189.188 293.981 189.232 293.974 189.279C293.974 189.286 293.971 189.295 293.971 189.305C293.957 189.419 293.943 189.536 293.932 189.661C293.929 189.672 293.929 189.686 293.929 189.698C293.918 189.81 293.908 189.927 293.897 190.049C293.897 190.061 293.894 190.072 293.894 190.084C293.892 190.105 293.892 190.129 293.89 190.15C293.878 190.299 293.866 190.456 293.857 190.618C293.855 190.65 293.852 190.681 293.85 190.714C293.838 190.896 293.829 191.086 293.822 191.285C293.822 191.303 293.82 191.32 293.82 191.339C293.817 191.381 293.817 191.425 293.815 191.467C293.813 191.554 293.808 191.643 293.806 191.732C293.803 191.802 293.801 191.872 293.799 191.942C293.796 192.034 293.794 192.127 293.792 192.223C293.789 192.296 293.789 192.371 293.787 192.445C293.785 192.544 293.782 192.642 293.782 192.74C293.782 192.818 293.78 192.893 293.78 192.972C293.778 193.075 293.778 193.183 293.778 193.288C293.778 193.342 293.778 193.391 293.775 193.447C293.775 193.501 293.775 193.555 293.775 193.609C293.775 193.791 293.775 193.969 293.775 194.147C293.775 194.212 293.775 194.273 293.778 194.339C293.778 194.449 293.78 194.559 293.78 194.664C293.78 194.737 293.782 194.807 293.782 194.879C293.785 194.975 293.785 195.071 293.787 195.163C293.789 195.235 293.789 195.305 293.792 195.376C293.794 195.465 293.796 195.556 293.799 195.642C293.799 195.652 293.799 195.661 293.799 195.67C293.799 195.692 293.801 195.71 293.801 195.731C293.808 195.921 293.815 196.106 293.822 196.286C293.824 196.328 293.827 196.373 293.827 196.415C293.836 196.609 293.845 196.799 293.857 196.981C293.857 196.993 293.859 197.007 293.859 197.019C293.862 197.056 293.864 197.093 293.866 197.131C293.873 197.224 293.878 197.316 293.885 197.405C293.89 197.458 293.894 197.512 293.897 197.566C293.904 197.65 293.911 197.735 293.918 197.817C293.92 197.845 293.922 197.877 293.925 197.905C293.927 197.934 293.929 197.959 293.932 197.985C293.936 198.034 293.941 198.081 293.946 198.128C293.953 198.191 293.96 198.254 293.967 198.317C293.971 198.362 293.978 198.409 293.983 198.453C293.985 198.477 293.988 198.502 293.992 198.526C293.995 198.547 293.997 198.563 294.002 198.584C294.018 198.706 294.034 198.823 294.051 198.938C294.053 198.954 294.055 198.97 294.058 198.984C294.058 198.989 294.06 198.994 294.06 199.001C294.076 199.111 294.095 199.216 294.113 199.319C294.113 199.324 294.116 199.328 294.116 199.331C294.123 199.364 294.13 199.394 294.134 199.427C294.146 199.481 294.155 199.537 294.167 199.588C294.169 199.595 294.169 199.6 294.172 199.607C294.188 199.679 294.204 199.747 294.221 199.815C294.221 199.82 294.223 199.822 294.223 199.827C294.242 199.899 294.258 199.97 294.279 200.038C294.295 200.101 294.314 200.162 294.333 200.22C294.337 200.232 294.34 200.243 294.344 200.255C294.347 200.265 294.349 200.272 294.351 200.281C294.363 200.314 294.372 200.349 294.384 200.382C294.4 200.431 294.417 200.478 294.433 200.524C294.449 200.566 294.463 200.609 294.479 200.648C294.482 200.658 294.486 200.665 294.491 200.674C294.493 200.679 294.496 200.683 294.496 200.688C294.505 200.712 294.514 200.737 294.524 200.761C294.538 200.796 294.554 200.831 294.568 200.866C294.582 200.899 294.598 200.932 294.612 200.964C294.626 200.995 294.64 201.025 294.657 201.056C294.657 201.056 294.657 201.058 294.659 201.058C294.659 201.06 294.661 201.06 294.661 201.063C294.68 201.098 294.696 201.133 294.715 201.168C294.743 201.219 294.769 201.269 294.799 201.315C294.808 201.332 294.82 201.348 294.829 201.365C294.841 201.386 294.855 201.404 294.867 201.423C294.885 201.453 294.904 201.484 294.922 201.512C294.948 201.549 294.974 201.587 294.999 201.622C295.016 201.643 295.032 201.664 295.048 201.685L295.051 201.687C295.053 201.69 295.053 201.692 295.055 201.694C295.072 201.716 295.09 201.739 295.109 201.76C295.125 201.781 295.142 201.8 295.16 201.819C295.177 201.837 295.195 201.858 295.212 201.877C295.23 201.896 295.247 201.914 295.265 201.933C295.268 201.936 295.272 201.94 295.275 201.943C295.277 201.945 295.277 201.945 295.279 201.947C295.293 201.961 295.307 201.975 295.321 201.989C295.34 202.008 295.361 202.027 295.379 202.046C295.4 202.064 295.421 202.083 295.44 202.099C295.461 202.118 295.482 202.134 295.503 202.151C295.508 202.156 295.512 202.158 295.517 202.163C295.519 202.165 295.522 202.165 295.524 202.167C295.538 202.179 295.554 202.191 295.568 202.2C295.589 202.216 295.613 202.23 295.634 202.247C295.657 202.263 295.678 202.277 295.701 202.291C295.724 202.305 295.748 202.319 295.771 202.333C295.776 202.336 295.783 202.34 295.787 202.343C295.804 202.352 295.822 202.361 295.839 202.371C295.862 202.383 295.883 202.394 295.904 202.406C295.911 202.411 295.918 202.413 295.925 202.415C295.93 202.418 295.934 202.42 295.939 202.422C295.948 202.427 295.958 202.432 295.965 202.434C295.986 202.443 296.004 202.45 296.025 202.46C296.039 202.464 296.053 202.471 296.067 202.476C296.07 202.476 296.072 202.479 296.074 202.479C296.077 202.479 296.079 202.481 296.081 202.481C296.1 202.488 296.119 202.495 296.137 202.5C296.156 202.504 296.174 202.511 296.193 202.516C296.195 202.516 296.198 202.518 296.202 202.518C296.205 202.518 296.207 202.521 296.212 202.521C296.226 202.523 296.237 202.528 296.251 202.53C296.27 202.535 296.289 202.537 296.307 202.539C296.314 202.539 296.321 202.542 296.328 202.542C296.333 202.542 296.338 202.542 296.342 202.544C296.352 202.544 296.359 202.546 296.368 202.546C296.389 202.549 296.41 202.549 296.431 202.549C296.438 202.549 296.445 202.549 296.452 202.549C296.459 202.549 296.464 202.549 296.471 202.549C296.48 202.549 296.489 202.549 296.499 202.546C296.524 202.544 296.55 202.539 296.575 202.535H296.578C296.585 202.532 296.589 202.53 296.596 202.53C296.622 202.523 296.648 202.518 296.673 202.509C296.676 202.509 296.678 202.507 296.68 202.504C296.72 202.49 296.76 202.471 296.797 202.45L302.019 199.394Z"
|
|
86
|
-
fill="url(#paint1_linear_2747_41320)"/>
|
|
87
|
-
<path
|
|
88
|
-
d="M309 196.448C309 196.417 309 196.384 309 196.354C309 195.954 308.996 195.563 308.984 195.174C308.982 195.13 308.984 195.083 308.982 195.039C308.982 195.006 308.979 194.973 308.977 194.94C308.965 194.582 308.949 194.231 308.928 193.883C308.928 193.864 308.926 193.845 308.926 193.826C308.924 193.775 308.917 193.728 308.914 193.677C308.898 193.419 308.877 193.166 308.854 192.916C308.849 192.867 308.847 192.815 308.842 192.764C308.837 192.724 308.833 192.687 308.83 192.649C308.807 192.415 308.781 192.184 308.753 191.954C308.749 191.91 308.744 191.865 308.739 191.821C308.737 191.809 308.737 191.8 308.735 191.788C308.7 191.521 308.662 191.257 308.623 190.997C308.62 190.985 308.62 190.974 308.618 190.962C308.609 190.896 308.595 190.833 308.585 190.768C308.557 190.597 308.53 190.426 308.497 190.26C308.492 190.236 308.49 190.211 308.485 190.185C308.471 190.108 308.455 190.033 308.439 189.955C308.413 189.824 308.387 189.693 308.359 189.562C308.352 189.532 308.348 189.499 308.341 189.469C308.324 189.391 308.306 189.317 308.287 189.239C308.261 189.127 308.236 189.015 308.21 188.905C308.203 188.872 308.196 188.839 308.187 188.809C308.166 188.727 308.145 188.645 308.122 188.563C308.098 188.469 308.073 188.376 308.047 188.282C308.04 188.256 308.033 188.228 308.026 188.2C307.998 188.097 307.965 187.994 307.935 187.891C307.916 187.823 307.895 187.756 307.877 187.688C307.872 187.674 307.867 187.66 307.865 187.643C307.814 187.472 307.758 187.304 307.702 187.135C307.7 187.131 307.7 187.126 307.697 187.121C307.69 187.098 307.681 187.072 307.672 187.049C307.63 186.922 307.585 186.796 307.541 186.672C307.529 186.639 307.515 186.606 307.504 186.574C307.485 186.525 307.466 186.475 307.448 186.424C307.427 186.365 307.403 186.307 307.382 186.248C307.35 186.164 307.317 186.082 307.282 186C307.268 185.968 307.257 185.935 307.243 185.902C307.236 185.888 307.231 185.872 307.224 185.858C307.173 185.734 307.121 185.612 307.068 185.49C307.049 185.448 307.03 185.406 307.012 185.364C306.974 185.282 306.937 185.202 306.9 185.12C306.863 185.038 306.823 184.959 306.783 184.879C306.769 184.849 306.755 184.818 306.739 184.788C306.732 184.774 306.727 184.762 306.72 184.748C306.653 184.61 306.583 184.474 306.51 184.339C306.506 184.329 306.501 184.32 306.494 184.311C306.406 184.144 306.315 183.981 306.221 183.819C306.212 183.803 306.203 183.786 306.193 183.77C306.193 183.77 306.193 183.768 306.191 183.768C306.033 183.496 305.867 183.234 305.694 182.977C305.678 182.953 305.664 182.927 305.648 182.904C305.634 182.885 305.622 182.867 305.608 182.848C305.543 182.752 305.478 182.661 305.41 182.567C305.373 182.513 305.335 182.457 305.296 182.406C305.284 182.389 305.27 182.373 305.258 182.356C305.231 182.319 305.2 182.279 305.172 182.242C305.126 182.181 305.081 182.12 305.035 182.062C305 182.017 304.965 181.975 304.93 181.933C304.904 181.9 304.876 181.867 304.85 181.835C304.832 181.811 304.813 181.785 304.792 181.762C304.713 181.666 304.634 181.572 304.552 181.479C304.545 181.472 304.538 181.465 304.533 181.458C304.517 181.439 304.501 181.423 304.484 181.404C304.424 181.334 304.361 181.266 304.3 181.198C304.265 181.161 304.23 181.123 304.195 181.088C304.165 181.055 304.135 181.022 304.102 180.99C304.079 180.964 304.055 180.938 304.03 180.915C303.946 180.828 303.86 180.744 303.773 180.662C303.764 180.653 303.755 180.643 303.743 180.634C303.741 180.632 303.738 180.629 303.736 180.627C303.633 180.529 303.529 180.43 303.424 180.334C303.407 180.32 303.391 180.306 303.375 180.292C303.335 180.257 303.295 180.222 303.256 180.189C303.2 180.14 303.146 180.093 303.09 180.044C303.055 180.014 303.02 179.986 302.985 179.958C302.939 179.918 302.892 179.88 302.843 179.843C302.808 179.815 302.775 179.787 302.741 179.759C302.685 179.714 302.626 179.672 302.568 179.628C302.521 179.593 302.477 179.557 302.43 179.522C302.412 179.508 302.393 179.494 302.374 179.48C302.284 179.412 302.19 179.347 302.095 179.281C302.064 179.26 302.036 179.239 302.006 179.218C302.001 179.213 301.997 179.211 301.99 179.206C301.859 179.115 301.724 179.028 301.589 178.942C301.582 178.937 301.575 178.933 301.568 178.928C301.523 178.9 301.479 178.874 301.435 178.846C301.344 178.79 301.255 178.734 301.164 178.68C301.132 178.661 301.097 178.64 301.064 178.621C300.943 178.551 300.824 178.483 300.705 178.42C300.696 178.415 300.687 178.411 300.677 178.406C300.591 178.359 300.507 178.317 300.421 178.273C300.372 178.247 300.323 178.221 300.274 178.195C300.267 178.193 300.262 178.191 300.255 178.186C300.192 178.156 300.129 178.127 300.066 178.097C300.003 178.067 299.94 178.036 299.877 178.008C299.87 178.006 299.864 178.003 299.857 177.999C299.805 177.975 299.756 177.957 299.705 177.936C299.64 177.907 299.572 177.877 299.509 177.851C299.5 177.847 299.49 177.844 299.479 177.84C299.432 177.821 299.386 177.804 299.339 177.786C299.281 177.765 299.222 177.739 299.164 177.72C299.148 177.716 299.134 177.711 299.117 177.706C299.071 177.69 299.024 177.676 298.98 177.662C298.933 177.645 298.884 177.629 298.838 177.615C298.814 177.608 298.793 177.603 298.772 177.596C298.726 177.582 298.681 177.57 298.635 177.559C298.598 177.549 298.56 177.538 298.525 177.528C298.495 177.521 298.467 177.517 298.437 177.51C298.392 177.498 298.346 177.489 298.301 177.479C298.273 177.475 298.245 177.465 298.22 177.46C298.183 177.453 298.148 177.449 298.11 177.442C298.066 177.435 298.022 177.425 297.977 177.421C297.959 177.418 297.938 177.414 297.919 177.411C297.877 177.407 297.837 177.402 297.796 177.4C297.751 177.395 297.707 177.39 297.663 177.386C297.649 177.386 297.635 177.383 297.621 177.381C297.579 177.379 297.537 177.379 297.495 177.376C297.446 177.374 297.397 177.372 297.35 177.372C297.339 177.372 297.327 177.369 297.315 177.369C297.28 177.369 297.245 177.374 297.21 177.374C297.152 177.376 297.094 177.379 297.035 177.381C297.021 177.381 297.007 177.381 296.996 177.383C296.97 177.386 296.947 177.39 296.921 177.395C296.849 177.404 296.777 177.414 296.704 177.425C296.686 177.428 296.665 177.43 296.646 177.435C296.63 177.437 296.616 177.444 296.602 177.446C296.474 177.475 296.35 177.505 296.229 177.547H296.226C296.168 177.568 296.115 177.592 296.059 177.615C296.031 177.627 296 177.636 295.972 177.65C295.888 177.69 295.807 177.732 295.725 177.779L290.489 180.833C290.568 180.786 290.652 180.744 290.736 180.704C290.762 180.692 290.787 180.683 290.813 180.674C290.871 180.648 290.932 180.622 290.992 180.601C291.111 180.559 291.237 180.526 291.365 180.501C291.4 180.494 291.435 180.487 291.47 180.479C291.54 180.468 291.612 180.456 291.685 180.449C291.724 180.444 291.762 180.44 291.801 180.437C291.857 180.433 291.916 180.43 291.974 180.43C292.021 180.428 292.067 180.426 292.114 180.426C292.163 180.426 292.212 180.428 292.261 180.43C292.317 180.433 292.37 180.435 292.426 180.44C292.47 180.444 292.515 180.449 292.559 180.454C292.62 180.461 292.68 180.468 292.741 180.477C292.785 180.484 292.83 180.491 292.874 180.498C292.937 180.51 293 180.522 293.065 180.536C293.109 180.545 293.156 180.554 293.2 180.566C293.265 180.582 293.331 180.599 293.398 180.618C293.445 180.629 293.489 180.643 293.536 180.655C293.606 180.676 293.673 180.697 293.746 180.721C293.792 180.735 293.837 180.751 293.883 180.765C293.956 180.791 294.03 180.819 294.105 180.847C294.151 180.866 294.198 180.882 294.245 180.901C294.319 180.931 294.396 180.964 294.471 180.997C294.52 181.018 294.571 181.039 294.62 181.06C294.688 181.09 294.758 181.125 294.828 181.158C294.891 181.189 294.951 181.217 295.016 181.247C295.07 181.275 295.126 181.303 295.182 181.331C295.266 181.376 295.352 181.418 295.438 181.465C295.567 181.535 295.695 181.605 295.828 181.682C295.954 181.755 296.077 181.832 296.198 181.907C296.243 181.935 296.287 181.961 296.329 181.987C296.478 182.08 296.623 182.176 296.767 182.277C296.798 182.298 296.826 182.319 296.856 182.34C296.968 182.42 297.08 182.499 297.189 182.581C297.236 182.616 297.283 182.651 297.329 182.686C297.42 182.757 297.513 182.829 297.602 182.902C297.649 182.939 297.698 182.979 297.744 183.019C297.835 183.094 297.926 183.171 298.015 183.25C298.054 183.286 298.094 183.318 298.134 183.353C298.259 183.466 298.381 183.578 298.502 183.695C298.511 183.704 298.521 183.714 298.532 183.726C298.644 183.833 298.751 183.943 298.859 184.056C298.889 184.088 298.922 184.121 298.952 184.154C299.05 184.257 299.145 184.362 299.241 184.47C299.257 184.488 299.276 184.507 299.292 184.526C299.4 184.65 299.507 184.774 299.609 184.903C299.635 184.935 299.663 184.968 299.689 185.001C299.77 185.102 299.852 185.207 299.931 185.31C299.959 185.347 299.989 185.387 300.02 185.425C300.071 185.495 300.12 185.565 300.171 185.635C300.239 185.729 300.304 185.82 300.369 185.916C300.397 185.958 300.425 186.003 300.456 186.045C300.628 186.302 300.794 186.564 300.952 186.836C300.962 186.855 300.973 186.873 300.983 186.89C301.076 187.051 301.167 187.213 301.255 187.379C301.339 187.536 301.421 187.695 301.5 187.854C301.514 187.884 301.528 187.915 301.544 187.945C301.621 188.104 301.698 188.266 301.771 188.43C301.85 188.607 301.927 188.785 302.001 188.968C302.015 189.001 302.027 189.033 302.041 189.066C302.097 189.207 302.153 189.349 302.207 189.492C302.225 189.541 302.244 189.59 302.263 189.64C302.321 189.796 302.377 189.958 302.43 190.119C302.437 190.143 302.447 190.166 302.454 190.187C302.517 190.374 302.575 190.562 302.633 190.754C302.654 190.819 302.673 190.887 302.692 190.955C302.729 191.084 302.766 191.215 302.803 191.346C302.829 191.439 302.852 191.533 302.876 191.626C302.906 191.741 302.934 191.856 302.962 191.971C302.988 192.081 303.013 192.193 303.039 192.303C303.065 192.411 303.088 192.521 303.111 192.628C303.139 192.757 303.165 192.888 303.19 193.019C303.211 193.12 303.23 193.22 303.249 193.323C303.279 193.492 303.307 193.66 303.335 193.831C303.347 193.908 303.361 193.983 303.375 194.06C303.414 194.32 303.452 194.585 303.487 194.851C303.494 194.905 303.498 194.961 303.505 195.018C303.533 195.247 303.559 195.479 303.582 195.713C303.591 195.802 303.598 195.891 303.608 195.98C303.631 196.232 303.65 196.485 303.668 196.742C303.673 196.81 303.678 196.878 303.682 196.946C303.703 197.292 303.72 197.646 303.731 198.004C303.734 198.081 303.736 198.158 303.738 198.238C303.748 198.626 303.755 199.017 303.755 199.417C303.755 199.642 303.75 199.86 303.748 200.077C303.748 200.136 303.748 200.197 303.745 200.255C303.741 200.515 303.731 200.768 303.722 201.014C303.72 201.058 303.717 201.098 303.715 201.142C303.706 201.337 303.696 201.526 303.685 201.711C303.68 201.791 303.673 201.865 303.668 201.943C303.657 202.095 303.645 202.245 303.633 202.392C303.626 202.462 303.622 202.53 303.615 202.598C303.601 202.752 303.585 202.905 303.568 203.052C303.561 203.106 303.557 203.162 303.55 203.216C303.526 203.41 303.501 203.597 303.473 203.782C303.468 203.82 303.461 203.855 303.454 203.892C303.431 204.044 303.405 204.192 303.379 204.334C303.37 204.381 303.363 204.428 303.354 204.473C303.321 204.643 303.286 204.814 303.249 204.976C303.249 204.978 303.246 204.98 303.246 204.985C303.209 205.144 303.172 205.299 303.13 205.448C303.121 205.486 303.109 205.526 303.1 205.563C303.058 205.711 303.016 205.853 302.971 205.989C302.969 205.994 302.969 205.996 302.967 206.001C302.92 206.139 302.873 206.272 302.824 206.401C302.81 206.438 302.796 206.474 302.782 206.509C302.741 206.616 302.696 206.719 302.65 206.82C302.64 206.841 302.631 206.864 302.619 206.885C302.563 207.007 302.503 207.124 302.442 207.237C302.428 207.262 302.412 207.286 302.398 207.311C302.351 207.391 302.305 207.468 302.258 207.543C302.207 207.623 302.153 207.698 302.099 207.77C302.074 207.805 302.048 207.843 302.02 207.878C301.938 207.981 301.852 208.079 301.766 208.17C301.666 208.273 301.561 208.367 301.451 208.453C301.342 208.54 301.227 208.617 301.111 208.685L306.347 205.631C306.583 205.493 306.802 205.322 307.002 205.116C307.091 205.027 307.175 204.929 307.257 204.826C307.285 204.791 307.308 204.753 307.336 204.718C307.389 204.646 307.443 204.571 307.494 204.491C307.504 204.477 307.513 204.466 307.522 204.452C307.562 204.391 307.599 204.323 307.637 204.257C307.651 204.232 307.667 204.208 307.681 204.182C307.739 204.077 307.795 203.969 307.849 203.857C307.853 203.85 307.856 203.841 307.86 203.834C307.87 203.813 307.879 203.789 307.891 203.768C307.937 203.668 307.979 203.565 308.024 203.457C308.038 203.422 308.052 203.387 308.066 203.349C308.077 203.319 308.089 203.293 308.101 203.263C308.138 203.162 308.175 203.057 308.21 202.949C308.21 202.947 308.212 202.942 308.212 202.94C308.245 202.837 308.278 202.734 308.31 202.626C308.322 202.589 308.331 202.551 308.341 202.511C308.352 202.474 308.362 202.434 308.373 202.397C308.413 202.247 308.453 202.095 308.488 201.936C308.488 201.933 308.49 201.929 308.49 201.926V201.924C308.527 201.762 308.56 201.594 308.592 201.423C308.602 201.379 308.609 201.332 308.618 201.285C308.627 201.234 308.637 201.184 308.646 201.133C308.662 201.037 308.676 200.939 308.693 200.84C308.697 200.803 308.704 200.768 308.711 200.73C308.735 200.567 308.758 200.4 308.781 200.23C308.784 200.208 308.786 200.187 308.788 200.166C308.795 200.11 308.8 200.054 308.807 199.998C308.823 199.85 308.84 199.701 308.854 199.546C308.861 199.478 308.868 199.408 308.872 199.338C308.877 199.284 308.882 199.233 308.886 199.179C308.893 199.083 308.9 198.985 308.907 198.889C308.912 198.811 308.919 198.736 308.924 198.659C308.935 198.472 308.945 198.278 308.954 198.083C308.956 198.041 308.959 198.004 308.961 197.962C308.961 197.955 308.961 197.95 308.961 197.943C308.97 197.702 308.979 197.454 308.984 197.204C308.986 197.147 308.986 197.086 308.986 197.028C308.996 196.829 308.998 196.642 309 196.448Z"
|
|
89
|
-
fill="url(#paint2_linear_2747_41320)"/>
|
|
90
|
-
<path
|
|
91
|
-
d="M301.778 188.42C303.113 191.395 303.776 195.057 303.764 199.408C303.752 203.908 303.088 206.827 301.775 208.161C300.463 209.497 298.458 209.385 295.762 207.821C293.128 206.296 291.144 204.051 289.815 201.088C288.484 198.125 287.824 194.489 287.836 190.173C287.847 185.649 288.512 182.71 289.824 181.357C291.137 180.004 293.142 180.107 295.837 181.671C298.46 183.194 300.442 185.443 301.778 188.42ZM297.357 201.587C297.667 200.653 297.826 198.778 297.835 195.972C297.842 193.152 297.693 191.088 297.385 189.778C297.077 188.465 296.555 187.599 295.821 187.173C295.086 186.747 294.562 186.99 294.247 187.898C293.932 188.806 293.771 190.711 293.762 193.613C293.755 196.49 293.904 198.556 294.212 199.818C294.52 201.077 295.042 201.919 295.776 202.345C296.52 202.776 297.049 202.523 297.357 201.587Z"
|
|
92
|
-
fill="#F5FAFF"/>
|
|
93
|
-
<path
|
|
94
|
-
d="M319.903 209.504C319.891 209.509 319.877 209.511 319.865 209.513C319.812 209.53 319.756 209.544 319.698 209.551C319.628 209.56 319.551 209.563 319.471 209.56C319.46 209.56 319.45 209.56 319.439 209.56C319.364 209.556 319.282 209.549 319.199 209.535C319.187 209.532 319.173 209.53 319.159 209.527C319.075 209.513 318.986 209.492 318.893 209.467C318.877 209.462 318.858 209.457 318.84 209.453C318.742 209.425 318.641 209.394 318.534 209.357C318.525 209.352 318.513 209.347 318.501 209.345C318.406 209.31 318.308 209.27 318.205 209.228C318.17 209.214 318.133 209.197 318.098 209.181C318.014 209.144 317.926 209.104 317.837 209.062C317.793 209.041 317.751 209.022 317.706 208.999C317.627 208.959 317.541 208.914 317.457 208.872C317.394 208.839 317.333 208.809 317.268 208.774C317.126 208.697 316.981 208.617 316.832 208.53C316.776 208.498 316.72 208.463 316.664 208.43C316.583 208.381 316.499 208.329 316.415 208.275C316.373 208.25 316.331 208.222 316.287 208.193C316.182 208.126 316.077 208.055 315.97 207.983C315.939 207.962 315.911 207.943 315.881 207.924C315.734 207.824 315.587 207.716 315.436 207.606C315.403 207.583 315.368 207.557 315.335 207.531C315.167 207.407 315 207.278 314.827 207.143C314.82 207.138 314.815 207.133 314.808 207.129C314.603 206.965 314.393 206.792 314.179 206.614C314.142 206.581 314.102 206.551 314.065 206.518C313.848 206.333 313.631 206.136 313.414 205.937C313.344 205.872 313.274 205.806 313.204 205.741C313.039 205.584 312.871 205.423 312.705 205.259C312.645 205.198 312.584 205.139 312.526 205.078C312.307 204.856 312.088 204.627 311.868 204.39C311.831 204.351 311.796 204.309 311.759 204.269C311.544 204.035 311.332 203.796 311.12 203.548L305.884 206.602C305.961 206.693 306.04 206.782 306.117 206.874C306.252 207.028 306.387 207.175 306.52 207.323C306.557 207.363 306.595 207.405 306.63 207.445C306.639 207.456 306.648 207.466 306.66 207.477C306.842 207.674 307.026 207.866 307.208 208.055C307.234 208.081 307.262 208.107 307.287 208.133C307.348 208.193 307.408 208.252 307.467 208.313C307.565 208.411 307.665 208.512 307.763 208.608C307.83 208.673 307.898 208.734 307.966 208.797C308.036 208.863 308.106 208.928 308.175 208.994C308.224 209.041 308.273 209.087 308.325 209.132C308.493 209.284 308.66 209.429 308.828 209.574C308.852 209.593 308.875 209.614 308.898 209.633C308.915 209.647 308.929 209.656 308.945 209.67C309.157 209.85 309.367 210.021 309.572 210.185C309.574 210.185 309.574 210.187 309.577 210.187C309.581 210.192 309.588 210.194 309.593 210.199C309.766 210.335 309.933 210.464 310.099 210.588C310.12 210.602 310.139 210.62 310.16 210.634C310.174 210.644 310.188 210.653 310.202 210.665C310.351 210.775 310.5 210.883 310.647 210.983C310.654 210.988 310.661 210.993 310.668 210.997C310.691 211.014 310.712 211.025 310.735 211.042C310.843 211.114 310.948 211.184 311.052 211.252C311.073 211.266 311.094 211.28 311.115 211.294C311.139 211.308 311.16 211.32 311.181 211.334C311.265 211.388 311.346 211.437 311.43 211.486C311.458 211.503 311.486 211.521 311.514 211.538C311.542 211.554 311.572 211.573 311.6 211.589C311.738 211.669 311.871 211.744 312.001 211.814C312.013 211.821 312.025 211.826 312.039 211.833C312.104 211.868 312.165 211.898 312.228 211.931C312.293 211.966 312.363 212.004 312.428 212.034C312.444 212.041 312.461 212.048 312.477 212.057C312.521 212.078 312.566 212.1 312.61 212.121C312.666 212.146 312.724 212.177 312.778 212.2C312.808 212.214 312.838 212.226 312.869 212.24C312.906 212.256 312.941 212.27 312.976 212.287C313.006 212.298 313.039 212.315 313.067 212.327C313.137 212.355 313.204 212.38 313.272 212.404C313.281 212.408 313.293 212.413 313.302 212.415C313.305 212.415 313.309 212.418 313.312 212.42C313.384 212.446 313.456 212.469 313.524 212.49C313.552 212.5 313.577 212.504 313.605 212.514C313.624 212.518 313.64 212.523 313.657 212.528C313.673 212.532 313.692 212.537 313.71 212.542C313.766 212.556 313.822 212.568 313.876 212.579C313.892 212.582 313.909 212.584 313.925 212.586C313.939 212.589 313.95 212.591 313.962 212.593C313.983 212.596 314.004 212.6 314.025 212.605C314.072 212.612 314.118 212.617 314.163 212.619C314.177 212.619 314.188 212.619 314.202 212.621C314.214 212.621 314.223 212.621 314.233 212.621C314.251 212.621 314.272 212.624 314.291 212.624C314.333 212.624 314.375 212.621 314.414 212.619C314.428 212.617 314.445 212.617 314.459 212.614C314.484 212.612 314.512 212.607 314.538 212.603C314.568 212.596 314.599 212.586 314.629 212.579C314.641 212.575 314.655 212.572 314.666 212.57C314.671 212.568 314.676 212.568 314.68 212.565C314.734 212.547 314.785 212.523 314.832 212.495L320.068 209.441C320.017 209.46 319.961 209.483 319.903 209.504Z"
|
|
95
|
-
fill="#BECBD6"/>
|
|
96
|
-
<path d="M316.164 205.881L321.401 202.827V202.93L316.164 205.984V205.881Z" fill="#69797D"/>
|
|
97
|
-
<path
|
|
98
|
-
d="M319.993 198.614C319.946 198.643 319.895 198.664 319.841 198.685C319.82 198.692 319.799 198.699 319.776 198.706C319.746 198.715 319.715 198.724 319.683 198.731C319.652 198.738 319.62 198.743 319.589 198.748C319.568 198.75 319.547 198.755 319.526 198.757C319.477 198.762 319.428 198.764 319.377 198.767C319.37 198.767 319.365 198.767 319.358 198.767C319.3 198.767 319.24 198.764 319.177 198.76C319.158 198.757 319.137 198.755 319.116 198.753C319.072 198.748 319.027 198.743 318.981 198.736C318.955 198.731 318.929 198.727 318.904 198.722C318.86 198.715 318.815 198.706 318.771 198.696C318.741 198.689 318.71 198.682 318.68 198.675C318.636 198.666 318.591 198.654 318.547 198.64C318.51 198.631 318.475 198.621 318.438 198.61C318.396 198.598 318.351 198.584 318.307 198.57C318.263 198.556 318.216 198.542 318.172 198.526C318.13 198.511 318.088 198.495 318.046 198.481C317.99 198.46 317.932 198.439 317.873 198.416C317.831 198.399 317.792 198.383 317.75 198.364C317.678 198.334 317.603 198.301 317.526 198.268C317.486 198.252 317.449 198.233 317.409 198.217C317.281 198.158 317.153 198.097 317.018 198.029C317.008 198.025 316.999 198.02 316.99 198.015C316.843 197.943 316.691 197.861 316.535 197.779C316.498 197.758 316.458 197.739 316.421 197.716C316.274 197.634 316.122 197.552 315.969 197.461L314.581 196.656L309.345 199.71L310.732 200.515C310.888 200.604 311.038 200.688 311.184 200.77C311.203 200.779 311.222 200.791 311.238 200.8C311.259 200.812 311.278 200.821 311.299 200.833C311.455 200.917 311.606 200.997 311.753 201.069C311.76 201.074 311.767 201.076 311.774 201.081C311.777 201.081 311.779 201.084 311.781 201.084C311.916 201.151 312.047 201.212 312.173 201.271C312.187 201.278 312.201 201.285 312.215 201.289C312.241 201.301 312.264 201.311 312.292 201.322C312.369 201.355 312.441 201.388 312.516 201.418C312.537 201.428 312.56 201.439 312.583 201.446C312.604 201.453 312.621 201.46 312.642 201.467C312.7 201.491 312.756 201.512 312.814 201.533C312.84 201.542 312.868 201.554 312.896 201.563C312.912 201.568 312.926 201.573 312.94 201.577C312.987 201.594 313.031 201.608 313.075 201.622C313.103 201.631 313.134 201.643 313.161 201.65C313.175 201.655 313.189 201.657 313.206 201.662C313.243 201.673 313.28 201.683 313.315 201.692C313.343 201.699 313.371 201.708 313.397 201.715C313.413 201.72 313.43 201.722 313.448 201.727C313.479 201.734 313.509 201.741 313.539 201.748C313.56 201.753 313.583 201.76 313.604 201.762C313.628 201.767 313.649 201.769 313.672 201.774C313.698 201.779 313.723 201.783 313.749 201.788C313.763 201.79 313.777 201.793 313.791 201.795C313.824 201.8 313.854 201.802 313.884 201.804C313.903 201.807 313.924 201.809 313.945 201.811C313.952 201.811 313.959 201.814 313.963 201.814C314.019 201.818 314.073 201.818 314.124 201.818H314.127C314.134 201.818 314.138 201.818 314.145 201.818C314.192 201.818 314.236 201.816 314.278 201.811C314.283 201.811 314.288 201.809 314.295 201.809C314.316 201.807 314.337 201.802 314.358 201.8C314.383 201.795 314.409 201.793 314.432 201.788C314.439 201.786 314.444 201.783 314.451 201.783C314.483 201.776 314.514 201.767 314.544 201.758C314.56 201.753 314.579 201.748 314.595 201.743C314.6 201.741 314.602 201.739 314.607 201.739C314.661 201.718 314.712 201.697 314.759 201.669L319.993 198.614Z"
|
|
99
|
-
fill="#BECBD6"/>
|
|
100
|
-
<path
|
|
101
|
-
d="M326.904 212.172C326.904 212.165 326.904 212.158 326.904 212.151C326.904 212.046 326.904 211.943 326.899 211.838C326.897 211.73 326.892 211.625 326.885 211.517C326.885 211.515 326.885 211.51 326.885 211.508C326.885 211.503 326.885 211.496 326.883 211.491C326.876 211.4 326.869 211.309 326.862 211.217C326.852 211.121 326.843 211.028 326.831 210.932C326.829 210.916 326.827 210.899 326.824 210.883C326.822 210.866 326.82 210.85 326.817 210.836C326.808 210.775 326.801 210.717 326.792 210.656C326.778 210.567 326.764 210.48 326.747 210.391C326.74 210.349 326.731 210.307 326.722 210.265C326.717 210.246 326.715 210.23 326.71 210.211C326.705 210.185 326.701 210.157 326.694 210.132C326.675 210.047 326.656 209.965 326.635 209.881C326.614 209.799 326.593 209.715 326.57 209.633C326.57 209.628 326.568 209.626 326.568 209.621C326.565 209.617 326.565 209.612 326.563 209.607C326.544 209.537 326.524 209.469 326.503 209.401C326.479 209.324 326.454 209.247 326.43 209.172C326.414 209.123 326.398 209.074 326.379 209.025C326.377 209.015 326.372 209.006 326.37 208.996C326.365 208.985 326.36 208.971 326.356 208.959C326.33 208.889 326.304 208.821 326.279 208.751C326.253 208.683 326.225 208.615 326.197 208.547C326.181 208.505 326.162 208.465 326.143 208.423C326.139 208.414 326.136 208.404 326.132 208.395C326.125 208.381 326.12 208.365 326.113 208.351C326.083 208.285 326.055 208.217 326.022 208.152C325.987 208.077 325.95 208.002 325.913 207.927C325.899 207.899 325.882 207.868 325.868 207.84C325.861 207.826 325.854 207.812 325.845 207.796C325.829 207.765 325.812 207.733 325.796 207.702C325.726 207.571 325.654 207.44 325.577 207.309C325.57 207.297 325.561 207.286 325.554 207.274C325.493 207.173 325.428 207.073 325.362 206.972C325.311 206.892 325.265 206.811 325.211 206.731C325.202 206.719 325.192 206.705 325.185 206.694C325.162 206.658 325.134 206.623 325.111 206.586C325.048 206.497 324.987 206.408 324.922 206.319C324.877 206.261 324.831 206.2 324.787 206.141C324.773 206.123 324.759 206.104 324.742 206.083C324.731 206.066 324.719 206.05 324.705 206.034C324.633 205.942 324.558 205.849 324.483 205.757C324.435 205.699 324.383 205.64 324.332 205.58C324.318 205.563 324.304 205.547 324.29 205.53C324.278 205.516 324.267 205.502 324.255 205.488C324.171 205.392 324.087 205.299 323.999 205.203C323.952 205.151 323.901 205.1 323.852 205.048C323.828 205.023 323.803 204.997 323.779 204.971C323.758 204.948 323.737 204.924 323.714 204.903C323.609 204.796 323.5 204.688 323.39 204.583C323.364 204.559 323.339 204.536 323.313 204.512C323.273 204.475 323.234 204.44 323.194 204.402C323.131 204.344 323.071 204.285 323.008 204.229C322.933 204.161 322.854 204.093 322.777 204.028C322.733 203.988 322.688 203.951 322.644 203.911C322.623 203.892 322.602 203.873 322.579 203.855C322.422 203.721 322.259 203.59 322.094 203.459C322.089 203.455 322.082 203.45 322.075 203.445C322.04 203.419 322.005 203.391 321.97 203.366C321.83 203.258 321.69 203.148 321.546 203.04C321.495 203.003 321.443 202.965 321.392 202.928L316.156 205.982C316.354 206.125 316.545 206.27 316.731 206.417C316.766 206.445 316.804 206.471 316.836 206.499C317.032 206.654 317.219 206.808 317.403 206.965C317.447 207.005 317.491 207.042 317.536 207.082C317.678 207.206 317.818 207.332 317.953 207.457C317.993 207.494 318.032 207.529 318.072 207.566C318.233 207.719 318.387 207.873 318.536 208.028C318.562 208.053 318.585 208.079 318.608 208.105C318.76 208.264 318.907 208.423 319.047 208.585C319.061 208.601 319.075 208.617 319.088 208.631C319.231 208.798 319.368 208.964 319.499 209.132C319.513 209.151 319.527 209.17 319.543 209.188C319.657 209.336 319.765 209.486 319.867 209.635C319.893 209.67 319.918 209.706 319.942 209.741C320.005 209.834 320.061 209.928 320.121 210.022C320.184 210.122 320.252 210.22 320.31 210.323C320.413 210.497 320.508 210.67 320.599 210.845C320.606 210.859 320.613 210.873 320.623 210.887C320.716 211.072 320.804 211.257 320.886 211.444C320.891 211.454 320.893 211.463 320.898 211.473C320.979 211.662 321.054 211.854 321.124 212.046C321.126 212.055 321.131 212.065 321.133 212.074C321.201 212.268 321.264 212.462 321.317 212.657C321.32 212.661 321.32 212.666 321.322 212.671C321.376 212.865 321.422 213.064 321.464 213.261C321.469 213.277 321.471 213.296 321.476 213.312C321.513 213.502 321.546 213.691 321.571 213.883C321.574 213.899 321.576 213.913 321.578 213.93C321.604 214.131 321.625 214.335 321.639 214.538C321.639 214.543 321.639 214.55 321.641 214.555C321.655 214.768 321.662 214.981 321.66 215.198C321.66 215.259 321.658 215.32 321.655 215.381C321.653 215.442 321.653 215.505 321.651 215.563C321.648 215.627 321.644 215.687 321.639 215.748C321.637 215.8 321.634 215.851 321.63 215.9C321.625 215.968 321.616 216.034 321.609 216.099C321.604 216.139 321.602 216.181 321.597 216.221C321.59 216.284 321.578 216.345 321.569 216.406C321.562 216.446 321.558 216.49 321.551 216.53C321.544 216.567 321.537 216.603 321.53 216.638C321.518 216.701 321.506 216.764 321.492 216.825C321.485 216.853 321.478 216.876 321.471 216.904C321.455 216.975 321.436 217.045 321.418 217.113C321.411 217.141 321.399 217.167 321.392 217.195C321.371 217.263 321.35 217.33 321.324 217.398C321.313 217.429 321.301 217.457 321.289 217.487C321.261 217.56 321.233 217.63 321.201 217.698C321.189 217.726 321.175 217.752 321.163 217.777C321.11 217.887 321.052 217.995 320.989 218.093C320.977 218.112 320.963 218.133 320.949 218.152C320.902 218.222 320.856 218.29 320.804 218.353C320.788 218.374 320.774 218.393 320.758 218.412C320.695 218.489 320.627 218.561 320.557 218.632C320.546 218.643 320.534 218.653 320.52 218.664C320.459 218.723 320.394 218.777 320.329 218.828C320.308 218.845 320.287 218.861 320.266 218.877C320.187 218.936 320.105 218.992 320.016 219.044L325.253 215.989C325.339 215.938 325.421 215.882 325.502 215.823C325.523 215.807 325.544 215.79 325.565 215.774C325.631 215.723 325.696 215.666 325.756 215.61C325.768 215.599 325.782 215.589 325.794 215.577C325.864 215.51 325.931 215.435 325.994 215.357C326.011 215.339 326.025 215.318 326.041 215.297C326.092 215.231 326.139 215.166 326.185 215.095C326.195 215.081 326.204 215.07 326.213 215.056C326.218 215.049 326.22 215.042 326.225 215.037C326.288 214.936 326.346 214.831 326.4 214.721C326.405 214.712 326.412 214.702 326.416 214.693C326.423 214.676 326.43 214.658 326.437 214.641C326.468 214.573 326.498 214.503 326.526 214.431C326.533 214.412 326.542 214.393 326.549 214.375C326.554 214.365 326.556 214.353 326.561 214.342C326.584 214.276 326.605 214.208 326.628 214.14C326.635 214.117 326.645 214.096 326.652 214.073C326.654 214.068 326.654 214.063 326.656 214.059C326.675 213.991 326.694 213.918 326.71 213.846C326.715 213.822 326.722 213.799 326.729 213.775C326.729 213.773 326.729 213.771 326.729 213.771C326.743 213.705 326.757 213.64 326.768 213.572C326.775 213.539 326.782 213.511 326.787 213.478V213.476C326.794 213.431 326.801 213.385 326.808 213.34C326.817 213.284 326.827 213.23 326.834 213.174C326.834 213.172 326.834 213.172 326.834 213.169C326.838 213.127 326.843 213.085 326.848 213.043C326.855 212.982 326.862 212.921 326.866 212.858C326.866 212.856 326.866 212.853 326.866 212.851C326.871 212.802 326.873 212.75 326.876 212.699C326.88 212.64 326.885 212.584 326.887 212.526C326.887 212.523 326.887 212.519 326.887 212.516C326.89 212.455 326.89 212.392 326.892 212.329C326.901 212.275 326.904 212.224 326.904 212.172Z"
|
|
102
|
-
fill="#BECBD6"/>
|
|
103
|
-
<path
|
|
104
|
-
d="M326.288 198.872C326.288 198.853 326.286 198.834 326.286 198.818C326.286 198.788 326.283 198.757 326.281 198.727C326.279 198.689 326.279 198.654 326.276 198.617C326.274 198.575 326.269 198.535 326.267 198.493C326.265 198.467 326.262 198.439 326.26 198.413C326.258 198.399 326.258 198.385 326.258 198.371C326.251 198.292 326.241 198.212 326.232 198.132C326.232 198.125 326.23 198.118 326.23 198.111C326.227 198.095 326.225 198.079 326.223 198.06C326.216 198.006 326.209 197.95 326.199 197.896C326.195 197.863 326.188 197.83 326.183 197.798C326.178 197.772 326.174 197.749 326.169 197.723C326.167 197.704 326.162 197.683 326.16 197.664C326.146 197.587 326.129 197.512 326.113 197.435C326.113 197.43 326.111 197.426 326.111 197.421C326.108 197.409 326.104 197.395 326.101 197.383C326.087 197.325 326.076 197.266 326.062 197.208C326.055 197.175 326.046 197.145 326.036 197.112C326.029 197.089 326.025 197.065 326.018 197.042C326.013 197.023 326.008 197.004 326.004 196.986C325.983 196.913 325.962 196.841 325.941 196.768C325.938 196.761 325.936 196.752 325.934 196.745C325.929 196.731 325.924 196.714 325.92 196.7C325.903 196.651 325.889 196.602 325.873 196.555C325.859 196.513 325.843 196.468 325.829 196.426C325.824 196.41 325.817 196.394 325.812 196.377C325.81 196.368 325.805 196.358 325.803 196.349C325.78 196.281 325.754 196.216 325.728 196.148C325.719 196.124 325.71 196.103 325.7 196.08C325.693 196.061 325.686 196.042 325.677 196.024C325.668 196 325.659 195.977 325.649 195.951C325.621 195.886 325.593 195.82 325.565 195.755C325.561 195.745 325.556 195.736 325.554 195.727C325.547 195.712 325.54 195.698 325.535 195.684C325.516 195.642 325.498 195.598 325.477 195.556C325.453 195.507 325.428 195.455 325.404 195.406C325.397 195.392 325.39 195.375 325.383 195.361C325.379 195.354 325.376 195.347 325.374 195.34C325.332 195.256 325.288 195.172 325.244 195.085C325.239 195.078 325.234 195.069 325.23 195.062C325.164 194.94 325.097 194.818 325.027 194.697C324.961 194.584 324.894 194.472 324.824 194.36C324.81 194.339 324.796 194.315 324.782 194.294C324.724 194.205 324.668 194.114 324.607 194.025C324.607 194.025 324.607 194.025 324.607 194.023C324.53 193.91 324.453 193.798 324.372 193.683C324.344 193.644 324.313 193.604 324.283 193.564C324.201 193.454 324.117 193.344 324.033 193.234C323.987 193.173 323.938 193.115 323.889 193.056C323.873 193.037 323.859 193.019 323.842 193C323.826 192.979 323.81 192.958 323.793 192.939C323.712 192.841 323.63 192.745 323.546 192.649C323.474 192.567 323.399 192.483 323.325 192.401C323.315 192.392 323.308 192.382 323.299 192.373C323.292 192.366 323.287 192.359 323.28 192.352C323.183 192.246 323.085 192.143 322.984 192.038C322.905 191.959 322.826 191.879 322.744 191.799C322.726 191.781 322.707 191.762 322.688 191.746C322.677 191.734 322.665 191.722 322.653 191.711C322.532 191.593 322.411 191.479 322.285 191.366C322.234 191.32 322.178 191.273 322.124 191.226C322.082 191.189 322.042 191.154 322 191.116C321.958 191.081 321.919 191.044 321.877 191.006C321.73 190.882 321.581 190.76 321.429 190.639C321.418 190.629 321.404 190.62 321.392 190.611C321.359 190.585 321.327 190.561 321.294 190.536C321.177 190.444 321.061 190.353 320.94 190.267C320.87 190.215 320.797 190.166 320.727 190.117C320.667 190.072 320.606 190.028 320.543 189.986C320.497 189.953 320.452 189.92 320.406 189.887C320.238 189.77 320.063 189.658 319.888 189.546C319.87 189.534 319.851 189.52 319.83 189.508C319.825 189.506 319.823 189.504 319.818 189.501C319.606 189.365 319.389 189.232 319.165 189.101C319.112 189.071 319.058 189.038 319.005 189.007C318.795 188.886 318.587 188.771 318.384 188.659C318.373 188.652 318.361 188.647 318.352 188.64C318.317 188.621 318.284 188.605 318.249 188.586C318.06 188.486 317.876 188.39 317.692 188.296C317.659 188.28 317.624 188.261 317.592 188.244C317.552 188.226 317.517 188.209 317.477 188.191C317.333 188.12 317.193 188.053 317.051 187.989C317.007 187.968 316.96 187.945 316.916 187.926C316.895 187.917 316.874 187.907 316.85 187.898C316.71 187.837 316.575 187.779 316.438 187.723C316.393 187.704 316.349 187.683 316.307 187.666C316.298 187.662 316.291 187.659 316.281 187.657C316.107 187.587 315.934 187.521 315.766 187.463C315.762 187.46 315.757 187.46 315.752 187.458C315.582 187.397 315.416 187.343 315.253 187.294C315.249 187.292 315.244 187.292 315.239 187.29C315.09 187.245 314.943 187.203 314.801 187.166C314.787 187.163 314.775 187.159 314.761 187.156C314.689 187.138 314.614 187.123 314.542 187.107C314.47 187.091 314.398 187.072 314.325 187.058C314.318 187.058 314.314 187.056 314.307 187.053C314.251 187.042 314.195 187.035 314.139 187.025C314.046 187.009 313.955 186.992 313.861 186.978C313.852 186.976 313.845 186.976 313.836 186.974C313.791 186.967 313.749 186.964 313.705 186.96C313.596 186.946 313.486 186.934 313.376 186.927C313.36 186.925 313.344 186.922 313.325 186.922C313.288 186.92 313.251 186.92 313.213 186.918C313.092 186.91 312.971 186.906 312.852 186.906C312.822 186.906 312.794 186.903 312.763 186.903C312.738 186.903 312.712 186.906 312.686 186.908C312.511 186.91 312.337 186.918 312.164 186.932C312.15 186.934 312.134 186.932 312.12 186.934C312.115 186.934 312.11 186.936 312.106 186.936C312.071 186.939 312.034 186.946 311.999 186.948C311.894 186.96 311.791 186.971 311.686 186.985C311.635 186.992 311.584 187.002 311.532 187.011C311.467 187.023 311.402 187.032 311.336 187.044C311.294 187.053 311.252 187.06 311.211 187.07L305.974 190.124C306.081 190.1 306.189 190.084 306.293 190.065C306.345 190.056 306.396 190.047 306.45 190.04C306.552 190.023 306.657 190.011 306.76 190.002C306.795 189.997 306.832 189.993 306.867 189.99C306.886 189.988 306.907 189.988 306.925 189.986C307.098 189.972 307.273 189.965 307.448 189.962C307.504 189.962 307.557 189.962 307.613 189.962C307.734 189.962 307.856 189.967 307.977 189.974C308.03 189.976 308.084 189.979 308.138 189.983C308.247 189.993 308.354 190.004 308.464 190.016C308.515 190.023 308.569 190.028 308.62 190.035C308.711 190.047 308.804 190.065 308.895 190.079C308.958 190.091 309.021 190.098 309.084 190.112C309.157 190.126 309.226 190.145 309.299 190.161C309.385 190.18 309.471 190.199 309.56 190.22C309.709 190.257 309.858 190.299 310.012 190.346C310.175 190.395 310.341 190.449 310.511 190.51C310.516 190.512 310.518 190.512 310.523 190.515C310.693 190.575 310.865 190.641 311.04 190.711C311.092 190.732 311.145 190.756 311.199 190.777C311.334 190.833 311.472 190.889 311.609 190.952C311.674 190.983 311.742 191.013 311.81 191.044C311.95 191.109 312.092 191.175 312.236 191.245C312.306 191.28 312.376 191.315 312.449 191.35C312.633 191.441 312.817 191.54 313.006 191.64C313.05 191.664 313.094 191.687 313.139 191.711C313.344 191.823 313.549 191.938 313.759 192.059C314.041 192.223 314.316 192.389 314.582 192.56C314.6 192.572 314.619 192.586 314.638 192.597C314.862 192.743 315.081 192.89 315.293 193.04C315.356 193.084 315.416 193.126 315.477 193.171C315.671 193.309 315.859 193.449 316.041 193.592C316.074 193.618 316.107 193.641 316.139 193.667C316.349 193.833 316.552 194.002 316.75 194.173C316.792 194.208 316.834 194.245 316.874 194.283C317.067 194.453 317.256 194.627 317.438 194.802C317.456 194.821 317.475 194.84 317.494 194.856C317.685 195.043 317.871 195.233 318.049 195.427C318.058 195.436 318.065 195.446 318.074 195.457C318.254 195.654 318.426 195.853 318.592 196.054C318.608 196.073 318.622 196.092 318.639 196.11C318.806 196.316 318.967 196.525 319.121 196.738C319.203 196.85 319.282 196.962 319.357 197.077C319.415 197.163 319.471 197.25 319.524 197.334C319.541 197.36 319.559 197.386 319.576 197.412C319.646 197.524 319.713 197.636 319.779 197.749C319.851 197.87 319.918 197.992 319.984 198.116C320.037 198.214 320.089 198.315 320.138 198.413C320.145 198.427 320.152 198.444 320.159 198.458C320.203 198.549 320.247 198.643 320.289 198.734C320.296 198.748 320.303 198.764 320.31 198.778C320.354 198.877 320.396 198.975 320.436 199.076C320.443 199.094 320.45 199.113 320.459 199.132C320.499 199.23 320.536 199.331 320.571 199.429C320.576 199.445 320.583 199.462 320.588 199.476C320.62 199.567 320.651 199.661 320.679 199.752C320.683 199.766 320.688 199.782 320.693 199.796C320.723 199.895 320.751 199.995 320.779 200.094C320.786 200.117 320.79 200.143 320.797 200.166C320.821 200.257 320.844 200.346 320.863 200.438C320.865 200.449 320.867 200.461 320.872 200.473C320.893 200.573 320.914 200.674 320.93 200.772C320.935 200.798 320.94 200.824 320.944 200.85C320.958 200.936 320.972 201.023 320.984 201.109C320.986 201.126 320.989 201.144 320.991 201.161C321.005 201.261 321.014 201.362 321.024 201.463C321.026 201.488 321.028 201.516 321.031 201.542C321.038 201.619 321.042 201.697 321.045 201.776C321.047 201.807 321.047 201.839 321.049 201.87C321.054 201.973 321.056 202.073 321.056 202.176C321.056 202.361 321.049 202.539 321.035 202.712C321.033 202.729 321.033 202.748 321.033 202.764C321.021 202.928 321.003 203.082 320.979 203.234C320.977 203.255 320.972 203.279 320.97 203.3C320.947 203.445 320.916 203.583 320.884 203.719C320.877 203.744 320.87 203.773 320.863 203.798C320.828 203.934 320.786 204.063 320.739 204.187C320.732 204.206 320.723 204.224 320.716 204.243C320.676 204.344 320.632 204.44 320.585 204.533C320.56 204.587 320.529 204.636 320.501 204.688C320.457 204.765 320.413 204.84 320.364 204.912C320.352 204.931 320.338 204.95 320.326 204.968C320.257 205.062 320.184 205.151 320.105 205.235C320.089 205.252 320.072 205.268 320.058 205.284C319.974 205.369 319.888 205.448 319.793 205.521C319.704 205.591 319.608 205.654 319.51 205.71L324.747 202.656C324.845 202.6 324.938 202.537 325.029 202.467C325.122 202.394 325.211 202.315 325.295 202.23C325.311 202.214 325.327 202.198 325.341 202.181C325.421 202.097 325.493 202.008 325.563 201.914C325.577 201.896 325.589 201.877 325.6 201.858C325.624 201.823 325.649 201.79 325.672 201.753C325.696 201.715 325.714 201.673 325.738 201.634C325.766 201.582 325.796 201.533 325.822 201.479C325.833 201.456 325.847 201.437 325.857 201.414C325.892 201.341 325.92 201.266 325.95 201.191C325.957 201.172 325.966 201.154 325.973 201.135C325.976 201.13 325.978 201.126 325.98 201.119C326.013 201.03 326.043 200.938 326.071 200.842C326.081 200.812 326.087 200.777 326.097 200.747C326.104 200.721 326.111 200.695 326.118 200.667C326.125 200.637 326.134 200.606 326.141 200.573C326.162 200.487 326.178 200.395 326.195 200.304C326.197 200.285 326.199 200.267 326.204 200.248C326.206 200.227 326.211 200.206 326.213 200.185C326.22 200.133 326.23 200.084 326.237 200.03C326.248 199.939 326.258 199.845 326.265 199.75C326.265 199.738 326.267 199.726 326.267 199.714C326.269 199.698 326.269 199.682 326.269 199.663C326.274 199.595 326.279 199.525 326.281 199.455C326.286 199.354 326.288 199.251 326.288 199.146C326.288 199.139 326.288 199.134 326.288 199.127C326.29 199.04 326.29 198.956 326.288 198.872Z"
|
|
105
|
-
fill="url(#paint3_linear_2747_41320)"/>
|
|
106
|
-
<path
|
|
107
|
-
d="M313.754 192.059C316.036 193.381 317.825 194.942 319.121 196.737C320.415 198.532 321.058 200.346 321.054 202.179C321.049 203.756 320.629 204.87 319.79 205.516C318.953 206.164 317.743 206.286 316.162 205.881V205.984C319.841 208.652 321.676 211.722 321.665 215.205C321.658 217.571 320.842 218.961 319.214 219.378C317.587 219.794 315.328 219.165 312.444 217.494C311.257 216.806 310.159 216.071 309.149 215.287C308.14 214.503 307.046 213.51 305.871 212.305L305.888 206.599C306.853 207.727 307.834 208.717 308.832 209.569C309.832 210.421 310.753 211.093 311.6 211.582C312.908 212.34 313.861 212.68 314.46 212.605C315.059 212.527 315.36 212.036 315.363 211.133C315.365 210.438 315.211 209.81 314.899 209.253C314.589 208.696 314.087 208.121 313.393 207.526C312.7 206.932 311.795 206.312 310.679 205.666L309.322 204.879L309.336 199.712L310.723 200.517C313.749 202.272 315.265 202.256 315.272 200.47C315.274 199.796 315.05 199.169 314.605 198.584C314.16 197.999 313.558 197.489 312.805 197.051C311.397 196.234 309.937 195.937 308.424 196.152L305.964 190.126C307.135 189.873 308.329 189.906 309.553 190.219C310.774 190.528 312.175 191.144 313.754 192.059Z"
|
|
108
|
-
fill="#F5FAFF"/>
|
|
109
|
-
<path d="M239.975 417.857L164 461.888L263.772 519.16L339.46 475.127L239.975 417.857Z" fill="white"/>
|
|
110
|
-
<path d="M164 463.73V461.888L263.772 519.161V521L164 463.73Z" fill="#D5DBE5"/>
|
|
111
|
-
<path d="M339.46 475.127V476.969L263.772 521V519.161L339.46 475.127Z" fill="#B6BFCB"/>
|
|
112
|
-
<path d="M174.75 461.96L240.548 424.117L328.71 475.054L262.912 512.9L174.75 461.96Z" fill="#EBF0F6"/>
|
|
113
|
-
<path d="M240.553 424.117V424.983L175.482 462.384L174.75 461.96L240.553 424.117Z" fill="#B6BFCB"/>
|
|
114
|
-
<path d="M240.553 424.117L328.71 475.054L328.034 475.443L240.553 424.983V424.117Z" fill="#D0DEEA"/>
|
|
115
|
-
<path d="M220.486 444.799L220.482 446.222L218.479 447.392L218.481 445.966L220.486 444.799Z" fill="#B6BFCB"/>
|
|
116
|
-
<path d="M223.923 446.788L223.918 448.213L220.482 446.222L220.487 444.799L223.923 446.788Z" fill="#D0DEEA"/>
|
|
117
|
-
<path d="M226.201 445.459L226.196 446.884L223.918 448.213L223.923 446.788L226.201 445.459Z" fill="#B6BFCB"/>
|
|
118
|
-
<path d="M221.652 447.804L221.647 449.227L219.369 450.556L219.372 449.133L221.652 447.804Z" fill="#B6BFCB"/>
|
|
119
|
-
<path d="M219.372 449.133L219.37 450.556L216.199 448.719L216.204 447.296L219.372 449.133Z" fill="#D0DEEA"/>
|
|
120
|
-
<path d="M216.204 447.296L216.199 448.719L212.254 451.022L212.259 449.596L216.204 447.296Z" fill="#B6BFCB"/>
|
|
121
|
-
<path d="M212.259 449.596L212.254 451.022L209.442 449.39L209.444 447.967L212.259 449.596Z" fill="#D0DEEA"/>
|
|
122
|
-
<path
|
|
123
|
-
d="M226.201 445.459L223.923 446.788L220.487 444.799L218.482 445.967L221.652 447.804L219.372 449.133L216.204 447.296L212.259 449.597L209.445 447.968L219.953 441.838L226.201 445.459Z"
|
|
124
|
-
fill="white"/>
|
|
125
|
-
<path
|
|
126
|
-
d="M227.192 451.047C227.103 450.996 227.012 450.951 226.919 450.914C226.905 450.909 226.889 450.905 226.875 450.9C226.861 450.895 226.844 450.891 226.83 450.886C226.8 450.874 226.77 450.862 226.737 450.853C226.69 450.839 226.644 450.827 226.595 450.818C226.567 450.813 226.539 450.809 226.511 450.804C226.506 450.804 226.499 450.802 226.495 450.802C226.485 450.799 226.478 450.799 226.469 450.797C226.429 450.792 226.39 450.788 226.348 450.783C226.308 450.781 226.266 450.778 226.224 450.776C226.196 450.776 226.166 450.776 226.135 450.776C226.128 450.776 226.124 450.776 226.117 450.776C226.108 450.776 226.098 450.776 226.089 450.776C226.038 450.778 225.986 450.781 225.933 450.788C225.865 450.795 225.8 450.804 225.73 450.816C225.727 450.816 225.727 450.816 225.725 450.816C225.604 450.837 225.478 450.87 225.347 450.907C225.324 450.914 225.303 450.919 225.28 450.926C225.261 450.93 225.243 450.935 225.224 450.942C225.112 450.98 224.995 451.022 224.877 451.068C224.851 451.078 224.823 451.092 224.797 451.104C224.681 451.153 224.564 451.207 224.443 451.265C224.403 451.284 224.364 451.305 224.322 451.326C224.175 451.401 224.023 451.483 223.867 451.572C223.816 451.602 223.764 451.632 223.715 451.661C223.699 451.67 223.685 451.679 223.671 451.689C223.625 451.717 223.58 451.745 223.536 451.775C223.501 451.799 223.466 451.82 223.433 451.843C223.391 451.871 223.352 451.899 223.312 451.927C223.282 451.948 223.249 451.972 223.221 451.993C223.184 452.021 223.149 452.049 223.114 452.075C223.088 452.096 223.06 452.117 223.035 452.136C223 452.164 222.969 452.192 222.939 452.22C222.92 452.236 222.902 452.253 222.885 452.267C222.881 452.269 222.878 452.274 222.876 452.276C222.86 452.292 222.843 452.309 222.827 452.325C222.802 452.351 222.774 452.377 222.75 452.402C222.734 452.419 222.72 452.435 222.706 452.454C222.692 452.47 222.676 452.489 222.662 452.505C222.657 452.51 222.655 452.517 222.65 452.522C222.62 452.562 222.594 452.601 222.571 452.639C222.566 452.646 222.561 452.653 222.557 452.66C222.554 452.662 222.554 452.665 222.552 452.669C222.533 452.702 222.519 452.732 222.508 452.765C222.503 452.775 222.503 452.784 222.501 452.793C222.498 452.803 222.496 452.812 222.494 452.819C222.491 452.828 222.487 452.838 222.484 452.849C222.48 452.875 222.475 452.901 222.475 452.927C222.475 452.931 222.475 452.934 222.475 452.938L222.47 454.361C222.47 454.322 222.477 454.282 222.489 454.242C222.491 454.233 222.494 454.226 222.496 454.216C222.508 454.176 222.524 454.134 222.547 454.092C222.552 454.083 222.561 454.074 222.566 454.062C222.589 454.024 222.615 453.985 222.645 453.945C222.662 453.924 222.68 453.9 222.699 453.877C222.713 453.861 222.727 453.844 222.743 453.825C222.767 453.8 222.792 453.774 222.818 453.748C222.834 453.732 222.85 453.715 222.867 453.699C222.885 453.68 222.909 453.662 222.93 453.643C222.962 453.615 222.993 453.587 223.028 453.559C223.053 453.538 223.079 453.516 223.107 453.498C223.142 453.47 223.177 453.444 223.214 453.416C223.244 453.395 223.275 453.371 223.305 453.35C223.345 453.322 223.384 453.294 223.426 453.266C223.459 453.243 223.496 453.222 223.531 453.198C223.576 453.17 223.62 453.142 223.666 453.114C223.729 453.074 223.795 453.037 223.862 452.995C224.019 452.903 224.168 452.824 224.317 452.749C224.357 452.728 224.396 452.709 224.438 452.69C224.559 452.632 224.678 452.578 224.793 452.529C224.818 452.517 224.846 452.505 224.872 452.494C225.009 452.438 225.145 452.391 225.275 452.351C225.299 452.344 225.322 452.337 225.345 452.33C225.476 452.292 225.604 452.26 225.725 452.239C225.856 452.215 225.986 452.204 226.11 452.199C226.117 452.199 226.122 452.199 226.128 452.199C226.25 452.197 226.369 452.206 226.485 452.222C226.49 452.222 226.497 452.225 226.502 452.225C226.611 452.243 226.716 452.271 226.821 452.307C226.835 452.311 226.851 452.316 226.865 452.321C226.975 452.36 227.08 452.409 227.182 452.468C227.504 452.655 227.665 452.854 227.663 453.069L227.667 451.647C227.672 451.434 227.513 451.235 227.192 451.047Z"
|
|
127
|
-
fill="#B6BFCB"/>
|
|
128
|
-
<path
|
|
129
|
-
d="M231.136 452.19L231.132 453.612C231.132 453.903 231.052 454.193 230.898 454.483L230.903 453.06C231.057 452.77 231.134 452.477 231.136 452.19Z"
|
|
130
|
-
fill="url(#paint4_linear_2747_41320)"/>
|
|
131
|
-
<path
|
|
132
|
-
d="M231.136 452.19L231.132 453.613C231.132 453.627 231.132 453.641 231.132 453.655L231.136 452.232C231.136 452.218 231.136 452.204 231.136 452.19Z"
|
|
133
|
-
fill="url(#paint5_linear_2747_41320)"/>
|
|
134
|
-
<path
|
|
135
|
-
d="M231.134 452.232L231.129 453.655C231.127 453.749 231.115 453.842 231.097 453.936L231.101 452.513C231.122 452.419 231.132 452.326 231.134 452.232Z"
|
|
136
|
-
fill="url(#paint6_linear_2747_41320)"/>
|
|
137
|
-
<path
|
|
138
|
-
d="M231.104 452.513L231.099 453.935C231.08 454.031 231.052 454.127 231.015 454.223L231.02 452.8C231.057 452.705 231.083 452.609 231.104 452.513Z"
|
|
139
|
-
fill="url(#paint7_linear_2747_41320)"/>
|
|
140
|
-
<path
|
|
141
|
-
d="M231.02 452.8L231.015 454.223C230.982 454.31 230.943 454.396 230.898 454.483L230.903 453.06C230.95 452.973 230.987 452.887 231.02 452.8Z"
|
|
142
|
-
fill="url(#paint8_linear_2747_41320)"/>
|
|
143
|
-
<path
|
|
144
|
-
d="M230.852 453.144C230.796 453.24 230.733 453.334 230.661 453.428C230.652 453.439 230.645 453.451 230.635 453.465C230.603 453.505 230.568 453.545 230.533 453.584C230.507 453.613 230.484 453.643 230.456 453.671C230.416 453.713 230.374 453.753 230.332 453.795C230.304 453.821 230.281 453.849 230.251 453.875C230.23 453.893 230.209 453.912 230.188 453.931C230.137 453.975 230.088 454.02 230.034 454.064C230.004 454.088 229.973 454.111 229.943 454.134C229.894 454.172 229.845 454.212 229.792 454.249C229.757 454.275 229.719 454.301 229.684 454.324C229.633 454.359 229.582 454.397 229.526 454.432C229.486 454.457 229.446 454.483 229.404 454.509C229.33 454.556 229.258 454.603 229.178 454.647C229.022 454.738 228.866 454.823 228.707 454.904C228.656 454.93 228.605 454.954 228.551 454.979C228.444 455.031 228.337 455.082 228.227 455.131C228.166 455.157 228.106 455.183 228.043 455.209C227.943 455.251 227.842 455.291 227.742 455.328C227.677 455.351 227.614 455.375 227.549 455.396C227.455 455.426 227.364 455.457 227.271 455.485C227.185 455.511 227.096 455.536 227.008 455.56C226.919 455.583 226.833 455.604 226.744 455.625C226.656 455.646 226.567 455.665 226.479 455.684C226.399 455.7 226.318 455.714 226.238 455.726C226.11 455.747 225.98 455.766 225.851 455.78C225.774 455.789 225.697 455.798 225.621 455.805C225.532 455.812 225.443 455.819 225.352 455.824C225.229 455.831 225.105 455.838 224.979 455.841C224.83 455.843 224.683 455.838 224.536 455.831C224.471 455.829 224.404 455.824 224.338 455.82C224.233 455.812 224.128 455.803 224.023 455.791C223.961 455.784 223.895 455.777 223.832 455.77C223.73 455.756 223.629 455.74 223.529 455.721C223.459 455.709 223.389 455.698 223.319 455.684C223.242 455.667 223.166 455.649 223.089 455.63C222.984 455.607 222.876 455.581 222.771 455.553C222.713 455.536 222.657 455.518 222.601 455.501C222.424 455.447 222.249 455.389 222.074 455.321C222.018 455.3 221.96 455.279 221.904 455.258C221.783 455.209 221.662 455.152 221.54 455.099C221.482 455.071 221.424 455.047 221.366 455.019C221.188 454.932 221.011 454.839 220.836 454.738C219.615 454.031 219.009 453.25 219.011 452.4L219.006 453.823C219.004 454.675 219.61 455.454 220.832 456.161C221.007 456.262 221.184 456.355 221.361 456.442C221.419 456.47 221.478 456.496 221.536 456.522C221.657 456.578 221.778 456.632 221.9 456.683C221.921 456.692 221.944 456.704 221.965 456.711C222 456.725 222.035 456.732 222.067 456.746C222.242 456.812 222.417 456.873 222.597 456.926C222.632 456.936 222.664 456.952 222.699 456.962C222.723 456.969 222.744 456.971 222.767 456.978C222.872 457.006 222.979 457.032 223.084 457.055C223.142 457.069 223.2 457.086 223.259 457.097C223.277 457.102 223.296 457.104 223.315 457.107C223.385 457.121 223.455 457.132 223.525 457.144C223.599 457.156 223.671 457.172 223.746 457.184C223.772 457.189 223.8 457.189 223.828 457.193C223.891 457.203 223.956 457.207 224.021 457.214C224.084 457.221 224.147 457.231 224.21 457.235C224.252 457.238 224.294 457.24 224.336 457.242C224.401 457.247 224.469 457.249 224.534 457.254C224.581 457.256 224.627 457.261 224.674 457.261C224.774 457.263 224.874 457.263 224.977 457.263C225.04 457.263 225.105 457.261 225.168 457.259V457.254V457.259C225.229 457.256 225.289 457.249 225.348 457.247C225.436 457.242 225.525 457.238 225.614 457.228C225.644 457.226 225.676 457.226 225.707 457.221C225.753 457.217 225.798 457.207 225.844 457.203C225.975 457.189 226.103 457.17 226.231 457.149C226.271 457.142 226.311 457.139 226.35 457.132C226.392 457.125 226.432 457.114 226.472 457.107C226.56 457.088 226.649 457.069 226.737 457.048C226.826 457.027 226.912 457.006 227.001 456.983C227.089 456.959 227.176 456.933 227.264 456.908C227.311 456.894 227.36 456.882 227.406 456.868C227.451 456.854 227.497 456.835 227.542 456.821C227.607 456.8 227.67 456.777 227.735 456.753C227.835 456.716 227.936 456.676 228.036 456.634C228.097 456.608 228.159 456.585 228.22 456.557C228.33 456.51 228.437 456.458 228.544 456.405C228.595 456.379 228.647 456.355 228.698 456.33C228.857 456.25 229.013 456.164 229.169 456.072C229.213 456.047 229.255 456.021 229.3 455.995C229.332 455.974 229.365 455.953 229.397 455.934C229.437 455.908 229.479 455.883 229.519 455.857C229.572 455.822 229.626 455.784 229.677 455.749C229.715 455.724 229.75 455.698 229.785 455.674C229.836 455.637 229.887 455.597 229.936 455.56C229.966 455.536 229.997 455.513 230.027 455.49C230.081 455.445 230.132 455.401 230.183 455.354C230.204 455.335 230.225 455.319 230.244 455.3C230.246 455.298 230.248 455.295 230.251 455.293C230.276 455.267 230.3 455.244 230.325 455.218C230.367 455.178 230.409 455.136 230.449 455.094C230.477 455.066 230.5 455.035 230.526 455.005C230.561 454.965 230.596 454.925 230.628 454.886C230.631 454.881 230.635 454.879 230.638 454.874C230.645 454.865 230.647 454.858 230.654 454.848C230.726 454.755 230.789 454.661 230.845 454.565C230.852 454.553 230.862 454.542 230.869 454.532C230.878 454.516 230.887 454.5 230.897 454.483L230.901 453.06C230.89 453.088 230.869 453.116 230.852 453.144Z"
|
|
145
|
-
fill="url(#paint9_linear_2747_41320)"/>
|
|
146
|
-
<path
|
|
147
|
-
d="M230.903 453.06C230.602 453.626 230.029 454.155 229.18 454.649C227.849 455.426 226.452 455.821 224.984 455.838C223.519 455.854 222.137 455.487 220.841 454.736C219.596 454.015 218.989 453.219 219.015 452.348C219.041 451.478 219.701 450.663 220.999 449.907C222.326 449.133 223.722 448.74 225.177 448.728C226.632 448.716 228.012 449.091 229.313 449.844C230.117 450.31 230.658 450.823 230.936 451.377C231.213 451.937 231.202 452.496 230.903 453.06ZM224.431 453.755C224.979 453.647 225.604 453.388 226.301 452.98C226.996 452.575 227.432 452.215 227.602 451.904C227.772 451.59 227.637 451.305 227.191 451.047C226.758 450.797 226.271 450.72 225.732 450.816C225.189 450.911 224.571 451.164 223.871 451.574C223.174 451.981 222.734 452.346 222.554 452.669C222.375 452.992 222.508 453.28 222.951 453.537C223.389 453.792 223.883 453.865 224.431 453.755Z"
|
|
148
|
-
fill="white"/>
|
|
149
|
-
<path d="M236.951 454.438L236.946 455.863L236.088 456.877L236.093 455.454L236.951 454.438Z" fill="#B6BFCB"/>
|
|
150
|
-
<path d="M240.712 456.552L240.71 457.977L237.805 459.377L237.807 457.954L240.712 456.552Z" fill="#B6BFCB"/>
|
|
151
|
-
<path d="M229.533 459.608L229.53 461.033L226.7 459.393L226.704 457.97L229.533 459.608Z" fill="#D0DEEA"/>
|
|
152
|
-
<path
|
|
153
|
-
d="M236.932 457.345C236.795 457.265 236.66 457.198 236.524 457.137C236.489 457.12 236.454 457.106 236.419 457.09C236.385 457.074 236.347 457.057 236.31 457.041C236.238 457.013 236.168 456.992 236.095 456.968C236.065 456.959 236.032 456.945 236.002 456.935C235.993 456.933 235.981 456.928 235.972 456.926C235.895 456.903 235.818 456.884 235.741 456.87C235.697 456.861 235.65 456.854 235.606 456.847C235.596 456.844 235.589 456.844 235.58 456.842C235.571 456.84 235.564 456.84 235.555 456.837C235.499 456.83 235.445 456.823 235.389 456.818C235.338 456.814 235.286 456.811 235.235 456.809C235.212 456.809 235.186 456.809 235.163 456.809C235.133 456.809 235.102 456.809 235.072 456.811C235.007 456.814 234.939 456.818 234.874 456.825C234.843 456.828 234.813 456.835 234.783 456.837C234.76 456.84 234.736 456.844 234.713 456.847C234.687 456.851 234.659 456.854 234.634 456.858C234.582 456.868 234.531 456.884 234.48 456.896C234.414 456.912 234.349 456.926 234.284 456.945C234.265 456.95 234.249 456.952 234.23 456.959C234.163 456.98 234.097 457.01 234.03 457.036C233.988 457.052 233.948 457.067 233.906 457.083C233.78 457.139 233.654 457.2 233.531 457.272L229.528 459.608L229.523 461.031L233.526 458.695C233.65 458.623 233.776 458.56 233.902 458.506C233.943 458.487 233.983 458.473 234.025 458.459C234.109 458.426 234.193 458.393 234.277 458.368C234.342 458.349 234.407 458.333 234.473 458.319C234.55 458.3 234.627 458.281 234.706 458.269C234.729 458.265 234.753 458.262 234.776 458.26C234.902 458.244 235.028 458.232 235.156 458.232C235.293 458.232 235.431 458.244 235.573 458.265C235.583 458.267 235.59 458.267 235.599 458.269C235.729 458.291 235.862 458.321 235.998 458.361C236.028 458.37 236.06 458.382 236.091 458.394C236.198 458.429 236.305 458.468 236.412 458.515C236.447 458.529 236.482 458.546 236.517 458.562C236.653 458.623 236.788 458.691 236.925 458.77C237.333 459.007 237.627 459.21 237.802 459.379L237.807 457.956C237.634 457.785 237.34 457.581 236.932 457.345Z"
|
|
154
|
-
fill="url(#paint10_linear_2747_41320)"/>
|
|
155
|
-
<path
|
|
156
|
-
d="M239.935 456.002C240.182 456.145 240.397 456.29 240.581 456.442L240.712 456.552L237.807 457.952C237.632 457.783 237.34 457.582 236.93 457.343C236.312 456.985 235.725 456.807 235.165 456.807C234.608 456.81 234.062 456.964 233.535 457.273L229.532 459.609L226.704 457.968L234.846 453.22L236.951 454.439L236.093 455.455L236.231 455.534C236.897 455.419 237.573 455.408 238.264 455.494C238.951 455.586 239.509 455.754 239.935 456.002Z"
|
|
157
|
-
fill="white"/>
|
|
158
|
-
<path
|
|
159
|
-
d="M245.137 458.59C244.836 458.766 244.281 459.049 243.477 459.44L243.472 460.863C244.279 460.472 244.834 460.189 245.132 460.013L247.662 458.536L247.666 457.113L245.137 458.59Z"
|
|
160
|
-
fill="#B6BFCB"/>
|
|
161
|
-
<path
|
|
162
|
-
d="M248.021 461.528L248.016 462.95C248.016 462.962 248.016 462.974 248.016 462.986L248.021 461.563C248.021 461.549 248.021 461.537 248.021 461.528Z"
|
|
163
|
-
fill="#69797D"/>
|
|
164
|
-
<path
|
|
165
|
-
d="M248.022 461.562L248.017 462.985C248.015 463.062 248.005 463.141 247.989 463.221L247.994 461.798C248.01 461.718 248.019 461.639 248.022 461.562Z"
|
|
166
|
-
fill="#69797D"/>
|
|
167
|
-
<path
|
|
168
|
-
d="M247.993 461.796L247.988 463.219C247.979 463.269 247.967 463.318 247.951 463.367L247.955 461.944C247.972 461.895 247.983 461.846 247.993 461.796Z"
|
|
169
|
-
fill="#69797D"/>
|
|
170
|
-
<path
|
|
171
|
-
d="M243.705 460.753C243.612 460.699 243.517 460.652 243.419 460.615C243.416 460.612 243.412 460.612 243.409 460.612C243.402 460.61 243.393 460.608 243.386 460.605C243.335 460.586 243.286 460.568 243.234 460.554C243.188 460.54 243.141 460.528 243.095 460.519H243.092H243.09C243.05 460.512 243.013 460.505 242.973 460.498C242.936 460.493 242.896 460.488 242.857 460.483C242.829 460.481 242.803 460.481 242.775 460.479C242.771 460.479 242.766 460.479 242.759 460.479C242.752 460.479 242.745 460.479 242.738 460.479C242.696 460.479 242.656 460.479 242.614 460.479C242.568 460.481 242.519 460.483 242.472 460.488C242.458 460.491 242.444 460.491 242.43 460.493C242.377 460.5 242.323 460.507 242.269 460.516C242.239 460.521 242.209 460.533 242.178 460.54C242.111 460.554 242.041 460.572 241.971 460.593C241.941 460.603 241.913 460.608 241.88 460.617C241.833 460.631 241.787 460.65 241.738 460.668C241.717 460.675 241.698 460.682 241.677 460.689C241.563 460.734 241.446 460.783 241.327 460.842C241.302 460.853 241.276 460.867 241.25 460.879C241.127 460.94 241.001 461.008 240.868 461.083L240.474 461.314C240.425 461.342 240.381 461.37 240.334 461.396C240.318 461.406 240.302 461.417 240.285 461.427C240.248 461.45 240.213 461.471 240.178 461.495C240.141 461.518 240.106 461.541 240.071 461.565C240.038 461.586 240.005 461.609 239.975 461.63C239.942 461.654 239.912 461.675 239.882 461.698C239.854 461.719 239.826 461.74 239.798 461.761C239.77 461.782 239.744 461.803 239.719 461.824C239.693 461.846 239.67 461.864 239.649 461.885C239.637 461.897 239.623 461.906 239.611 461.918C239.604 461.925 239.602 461.93 239.595 461.935C239.534 461.991 239.483 462.047 239.439 462.101C239.437 462.103 239.434 462.105 239.434 462.108C239.425 462.119 239.418 462.133 239.409 462.145C239.392 462.169 239.374 462.192 239.362 462.215C239.36 462.22 239.357 462.222 239.355 462.227C239.339 462.255 239.327 462.283 239.315 462.309C239.315 462.311 239.313 462.314 239.313 462.316C239.304 462.342 239.297 462.367 239.292 462.391C239.287 462.414 239.285 462.44 239.283 462.463C239.283 462.468 239.283 462.47 239.283 462.475L239.278 463.898C239.278 463.844 239.29 463.788 239.311 463.732C239.322 463.701 239.339 463.669 239.357 463.638C239.371 463.615 239.388 463.591 239.406 463.568C239.416 463.554 239.425 463.54 239.437 463.526C239.479 463.472 239.532 463.416 239.593 463.36C239.611 463.343 239.628 463.327 239.646 463.308C239.67 463.287 239.693 463.269 239.716 463.247C239.742 463.226 239.768 463.205 239.796 463.184C239.824 463.163 239.849 463.142 239.88 463.121C239.91 463.1 239.94 463.077 239.973 463.053C240.003 463.032 240.036 463.009 240.068 462.988C240.103 462.964 240.138 462.941 240.176 462.917C240.211 462.894 240.246 462.873 240.283 462.85C240.343 462.812 240.404 462.775 240.469 462.737L240.863 462.508C240.994 462.431 241.12 462.365 241.246 462.302C241.271 462.29 241.297 462.276 241.323 462.264C241.442 462.208 241.558 462.157 241.672 462.112C241.693 462.105 241.712 462.098 241.731 462.091C241.81 462.063 241.887 462.04 241.964 462.016C242.034 461.995 242.104 461.979 242.171 461.963C242.258 461.944 242.344 461.925 242.425 461.916C242.537 461.902 242.647 461.899 242.757 461.902C242.761 461.902 242.766 461.902 242.771 461.902C242.878 461.906 242.98 461.918 243.085 461.939H243.088C243.188 461.96 243.286 461.991 243.384 462.026C243.391 462.028 243.4 462.03 243.407 462.033C243.507 462.073 243.608 462.119 243.703 462.176C243.953 462.321 244.078 462.487 244.076 462.676L244.081 461.253C244.081 461.064 243.957 460.898 243.705 460.753Z"
|
|
172
|
-
fill="#B6BFCB"/>
|
|
173
|
-
<path d="M237.282 463.173L237.278 464.596L237.105 464.495L237.107 463.072L237.282 463.173Z" fill="#D0DEEA"/>
|
|
174
|
-
<path d="M237.107 463.072L237.105 464.495L235.858 464.701L235.862 463.276L237.107 463.072Z" fill="#B6BFCB"/>
|
|
175
|
-
<path d="M235.862 463.275L235.858 464.701L233.652 463.421L233.654 461.998L235.862 463.275Z" fill="#D0DEEA"/>
|
|
176
|
-
<path
|
|
177
|
-
d="M247.881 462.138C247.86 462.187 247.837 462.236 247.811 462.286C247.79 462.325 247.767 462.367 247.741 462.407C247.699 462.477 247.653 462.545 247.601 462.616C247.571 462.658 247.543 462.697 247.508 462.74C247.483 462.77 247.455 462.803 247.427 462.833C247.378 462.889 247.324 462.948 247.268 463.004C247.238 463.034 247.207 463.067 247.175 463.098C247.109 463.158 247.042 463.222 246.97 463.282C246.939 463.308 246.914 463.334 246.883 463.357C246.778 463.444 246.669 463.531 246.55 463.617C246.529 463.634 246.506 463.648 246.485 463.664C246.384 463.737 246.279 463.809 246.168 463.882C246.121 463.912 246.074 463.942 246.025 463.971C245.906 464.045 245.788 464.12 245.659 464.195C245.484 464.296 245.31 464.392 245.137 464.483C245.079 464.514 245.023 464.539 244.965 464.567C244.848 464.626 244.731 464.684 244.615 464.738C244.547 464.769 244.48 464.797 244.412 464.827C244.307 464.874 244.202 464.918 244.095 464.961C244.023 464.989 243.95 465.014 243.88 465.042C243.78 465.08 243.68 465.115 243.58 465.15C243.51 465.174 243.437 465.197 243.368 465.218C243.258 465.251 243.148 465.283 243.041 465.312C242.971 465.33 242.904 465.349 242.834 465.365C242.722 465.393 242.61 465.417 242.498 465.438C242.435 465.45 242.372 465.464 242.309 465.475C242.125 465.508 241.943 465.534 241.759 465.553C241.684 465.56 241.614 465.562 241.54 465.569C241.451 465.576 241.362 465.583 241.276 465.588C241.132 465.592 240.989 465.592 240.85 465.59C240.819 465.59 240.789 465.585 240.759 465.585C240.654 465.581 240.549 465.574 240.446 465.564C240.404 465.56 240.362 465.555 240.32 465.55C240.229 465.539 240.138 465.527 240.05 465.51C240.008 465.503 239.966 465.496 239.924 465.489C239.838 465.473 239.754 465.452 239.67 465.431C239.626 465.419 239.579 465.41 239.535 465.398C239.486 465.384 239.439 465.368 239.392 465.354C239.297 465.323 239.201 465.293 239.108 465.258C239.031 465.227 238.956 465.197 238.879 465.162C238.842 465.145 238.805 465.129 238.768 465.113C238.653 465.059 238.541 465 238.432 464.937C238.126 464.762 237.889 464.584 237.718 464.411C237.546 464.237 237.427 464.062 237.355 463.886C237.301 463.751 237.275 463.577 237.275 463.367L237.271 464.79C237.271 465 237.296 465.173 237.35 465.309C237.422 465.485 237.544 465.66 237.714 465.833C237.886 466.007 238.124 466.185 238.427 466.36C238.537 466.423 238.649 466.482 238.763 466.536C238.8 466.554 238.84 466.568 238.877 466.585C238.935 466.61 238.994 466.639 239.052 466.662C239.068 466.669 239.087 466.674 239.103 466.678C239.197 466.713 239.292 466.746 239.388 466.774C239.425 466.786 239.46 466.8 239.497 466.812C239.507 466.814 239.518 466.816 239.528 466.819C239.572 466.83 239.619 466.842 239.665 466.851C239.728 466.868 239.793 466.884 239.856 466.898C239.877 466.903 239.898 466.905 239.917 466.91C239.959 466.917 240.001 466.924 240.043 466.931C240.092 466.94 240.138 466.95 240.187 466.957C240.229 466.964 240.271 466.966 240.313 466.971C240.355 466.976 240.397 466.98 240.439 466.985C240.467 466.987 240.493 466.992 240.518 466.994C240.595 467.001 240.672 467.004 240.752 467.006C240.782 467.008 240.812 467.011 240.843 467.011C240.852 467.011 240.859 467.011 240.866 467.013C240.994 467.015 241.125 467.015 241.258 467.011C241.26 467.011 241.265 467.011 241.267 467.011C241.353 467.008 241.442 466.999 241.53 466.992C241.598 466.987 241.663 466.985 241.733 466.978C241.738 466.978 241.745 466.978 241.749 466.976C241.931 466.957 242.116 466.929 242.3 466.898C242.316 466.896 242.335 466.894 242.351 466.891C242.398 466.882 242.442 466.87 242.489 466.861C242.6 466.84 242.712 466.814 242.824 466.788C242.894 466.772 242.962 466.753 243.032 466.734C243.141 466.706 243.249 466.674 243.358 466.641C243.398 466.629 243.437 466.62 243.475 466.608C243.505 466.599 243.538 466.585 243.57 466.575C243.671 466.543 243.771 466.505 243.873 466.468C243.946 466.442 244.016 466.416 244.088 466.386C244.193 466.344 244.298 466.299 244.405 466.252C244.473 466.222 244.54 466.196 244.608 466.163C244.724 466.11 244.841 466.051 244.958 465.993C245.014 465.965 245.072 465.939 245.128 465.908C245.303 465.817 245.475 465.721 245.65 465.621C245.718 465.581 245.783 465.543 245.848 465.503C245.906 465.468 245.962 465.431 246.018 465.396C246.065 465.365 246.114 465.337 246.158 465.307C246.27 465.234 246.375 465.162 246.475 465.089C246.496 465.075 246.52 465.059 246.541 465.045C246.66 464.958 246.771 464.872 246.876 464.785C246.907 464.759 246.935 464.736 246.963 464.71C247.016 464.666 247.07 464.619 247.119 464.574C247.137 464.558 247.151 464.542 247.17 464.523C247.203 464.492 247.233 464.46 247.263 464.429C247.319 464.373 247.373 464.315 247.422 464.258C247.45 464.228 247.476 464.195 247.501 464.165C247.515 464.146 247.534 464.13 247.548 464.111C247.566 464.088 247.578 464.064 247.594 464.041C247.646 463.971 247.692 463.903 247.734 463.832C247.746 463.811 247.765 463.79 247.776 463.772C247.788 463.751 247.795 463.732 247.804 463.711C247.83 463.662 247.853 463.612 247.874 463.563C247.886 463.538 247.902 463.512 247.911 463.486C247.925 463.449 247.939 463.409 247.949 463.371L247.953 461.949C247.937 462.009 247.909 462.073 247.881 462.138Z"
|
|
178
|
-
fill="url(#paint11_linear_2747_41320)"/>
|
|
179
|
-
<path
|
|
180
|
-
d="M247.958 461.944C247.739 462.681 246.972 463.432 245.659 464.198C244.337 464.97 243.036 465.419 241.759 465.553C240.481 465.684 239.374 465.478 238.434 464.932C238.129 464.757 237.891 464.579 237.721 464.406C237.548 464.233 237.429 464.057 237.357 463.882C237.287 463.708 237.264 463.47 237.285 463.173L237.112 463.072L235.867 463.276L233.661 461.998L244.843 455.475L247.671 457.113L245.142 458.59C244.841 458.766 244.286 459.049 243.482 459.44L243.584 459.498C244.281 459.412 244.901 459.416 245.447 459.517C245.995 459.615 246.494 459.798 246.953 460.065C247.839 460.582 248.177 461.209 247.958 461.944ZM241.05 463.226C241.567 463.133 242.153 462.896 242.808 462.513C244.118 461.75 244.414 461.162 243.705 460.75C243.309 460.521 242.885 460.434 242.428 460.488C241.971 460.54 241.453 460.736 240.868 461.078L240.474 461.307C239.807 461.696 239.422 462.028 239.315 462.304C239.208 462.578 239.362 462.838 239.777 463.077C240.108 463.273 240.535 463.322 241.05 463.226Z"
|
|
181
|
-
fill="white"/>
|
|
182
|
-
<path
|
|
183
|
-
d="M256.843 462.775C256.841 462.78 256.838 462.782 256.838 462.787C256.815 462.841 256.782 462.895 256.738 462.948C256.731 462.958 256.722 462.965 256.715 462.974C256.675 463.019 256.629 463.063 256.575 463.107C256.561 463.119 256.549 463.129 256.535 463.14C256.468 463.194 256.391 463.246 256.302 463.297C256.209 463.351 256.116 463.395 256.02 463.437C255.992 463.449 255.962 463.461 255.934 463.47C255.868 463.496 255.803 463.517 255.738 463.536C255.694 463.547 255.649 463.559 255.605 463.569C255.519 463.587 255.433 463.604 255.344 463.613C255.339 463.613 255.332 463.613 255.328 463.613C255.225 463.622 255.12 463.625 255.013 463.618C255.004 463.618 254.994 463.618 254.985 463.615C254.88 463.608 254.775 463.594 254.668 463.576C254.658 463.573 254.651 463.573 254.642 463.571C254.544 463.552 254.446 463.524 254.346 463.494C254.304 463.48 254.262 463.466 254.22 463.449C254.143 463.421 254.069 463.393 253.989 463.358C253.957 463.344 253.924 463.33 253.891 463.313C253.78 463.262 253.67 463.206 253.556 463.138C253.283 462.979 253.078 462.824 252.94 462.672C252.803 462.52 252.735 462.373 252.735 462.23L252.73 463.653C252.73 463.941 253.003 464.245 253.551 464.561C253.665 464.626 253.777 464.683 253.887 464.736C253.919 464.753 253.952 464.764 253.985 464.778C254.024 464.795 254.064 464.816 254.106 464.832C254.143 464.846 254.178 464.856 254.215 464.87C254.257 464.884 254.299 464.9 254.341 464.912C254.365 464.919 254.386 464.928 254.409 464.935C254.479 464.954 254.547 464.973 254.617 464.987C254.623 464.989 254.63 464.989 254.637 464.991C254.647 464.994 254.654 464.994 254.663 464.996C254.703 465.003 254.742 465.012 254.782 465.017C254.831 465.024 254.88 465.029 254.929 465.034C254.945 465.036 254.964 465.036 254.98 465.036C254.99 465.036 254.999 465.036 255.008 465.038C255.027 465.038 255.048 465.041 255.066 465.041C255.113 465.043 255.16 465.041 255.204 465.041C255.244 465.038 255.283 465.036 255.321 465.034C255.325 465.034 255.332 465.034 255.337 465.034C255.342 465.034 255.346 465.034 255.351 465.034C255.409 465.029 255.467 465.019 255.523 465.01C255.549 465.005 255.572 464.996 255.598 464.991C255.642 464.982 255.687 464.97 255.731 464.959C255.759 464.952 255.789 464.947 255.817 464.938C255.855 464.926 255.889 464.909 255.927 464.895C255.955 464.884 255.985 464.874 256.013 464.863C256.109 464.823 256.202 464.776 256.295 464.722C256.309 464.715 256.323 464.706 256.337 464.699C256.409 464.654 256.472 464.61 256.528 464.565C256.542 464.554 256.554 464.544 256.568 464.533C256.589 464.516 256.612 464.498 256.631 464.481C256.659 464.453 256.682 464.427 256.708 464.399C256.715 464.39 256.724 464.381 256.733 464.374C256.736 464.371 256.74 464.367 256.743 464.364C256.766 464.334 256.787 464.303 256.806 464.273C256.817 464.254 256.824 464.233 256.834 464.214C256.836 464.21 256.838 464.207 256.838 464.203C256.841 464.2 256.841 464.196 256.843 464.193C256.852 464.168 256.859 464.142 256.864 464.116C256.869 464.09 256.871 464.065 256.873 464.039C256.873 464.034 256.873 464.032 256.873 464.027L256.878 462.604C256.878 462.658 256.866 462.717 256.843 462.775Z"
|
|
184
|
-
fill="url(#paint12_linear_2747_41320)"/>
|
|
185
|
-
<path
|
|
186
|
-
d="M253.553 463.142C252.555 462.564 252.469 462.033 253.292 461.553C253.714 461.307 254.145 461.193 254.591 461.209C255.031 461.225 255.516 461.385 256.041 461.691C256.565 461.995 256.843 462.279 256.873 462.543C256.904 462.805 256.712 463.056 256.3 463.297C255.477 463.777 254.563 463.727 253.553 463.142Z"
|
|
187
|
-
fill="white"/>
|
|
188
|
-
<path d="M254.169 464.418L254.164 465.84L246.023 470.591L246.025 469.166L254.169 464.418Z" fill="#B6BFCB"/>
|
|
189
|
-
<path d="M246.025 469.166L246.023 470.591L243.192 468.951L243.197 467.528L246.025 469.166Z" fill="#D0DEEA"/>
|
|
190
|
-
<path d="M243.197 467.528L251.338 462.777L254.169 464.418L246.025 469.166L243.197 467.528Z" fill="white"/>
|
|
191
|
-
<path
|
|
192
|
-
d="M260.002 468.405L259.997 469.828C259.997 469.999 259.962 470.184 259.895 470.378L259.9 468.955C259.967 468.761 260.002 468.579 260.002 468.405Z"
|
|
193
|
-
fill="#B6BFCB"/>
|
|
194
|
-
<path
|
|
195
|
-
d="M260 468.405L259.996 469.828C259.996 469.84 259.996 469.852 259.996 469.864L260 468.441C260 468.429 260 468.417 260 468.405Z"
|
|
196
|
-
fill="#B6BFCB"/>
|
|
197
|
-
<path
|
|
198
|
-
d="M260 468.441L259.995 469.864C259.993 469.946 259.984 470.027 259.965 470.114L259.97 468.691C259.988 468.605 259.998 468.523 260 468.441Z"
|
|
199
|
-
fill="#B6BFCB"/>
|
|
200
|
-
<path
|
|
201
|
-
d="M259.969 468.691L259.965 470.114C259.948 470.201 259.923 470.29 259.89 470.379L259.895 468.956C259.927 468.867 259.953 468.778 259.969 468.691Z"
|
|
202
|
-
fill="#B6BFCB"/>
|
|
203
|
-
<path
|
|
204
|
-
d="M257.696 468.927C257.629 468.887 257.556 468.852 257.482 468.824C257.461 468.817 257.44 468.81 257.419 468.803C257.405 468.798 257.393 468.794 257.379 468.789C257.361 468.782 257.342 468.775 257.323 468.77C257.281 468.759 257.237 468.747 257.193 468.738C257.153 468.728 257.111 468.721 257.069 468.717C257.029 468.712 256.987 468.707 256.946 468.703C256.901 468.698 256.857 468.695 256.813 468.695C256.782 468.695 256.75 468.695 256.719 468.695C256.71 468.695 256.703 468.695 256.694 468.695C256.682 468.695 256.673 468.695 256.661 468.695C256.6 468.698 256.538 468.703 256.475 468.707C256.421 468.712 256.365 468.719 256.309 468.728C256.276 468.733 256.244 468.738 256.211 468.745C256.113 468.763 256.011 468.787 255.91 468.813C255.889 468.82 255.866 468.827 255.845 468.831C255.794 468.845 255.745 468.859 255.694 468.876C255.626 468.897 255.556 468.923 255.488 468.948C255.47 468.955 255.453 468.96 255.435 468.967C255.304 469.018 255.171 469.077 255.034 469.14C255.003 469.154 254.971 469.171 254.94 469.187C254.801 469.255 254.661 469.33 254.518 469.414C254.481 469.437 254.442 469.458 254.407 469.482C254.386 469.494 254.367 469.508 254.346 469.519C254.316 469.538 254.285 469.557 254.255 469.578C254.218 469.604 254.18 469.627 254.145 469.653C254.117 469.671 254.092 469.69 254.064 469.709C254.029 469.735 253.996 469.758 253.966 469.781C253.943 469.8 253.919 469.817 253.896 469.835C253.866 469.861 253.838 469.884 253.807 469.908C253.789 469.924 253.768 469.943 253.749 469.959C253.744 469.964 253.74 469.969 253.735 469.971C253.728 469.978 253.726 469.983 253.719 469.987C253.654 470.051 253.595 470.111 253.546 470.172C253.544 470.177 253.537 470.182 253.535 470.184C253.532 470.186 253.532 470.189 253.53 470.189C253.495 470.233 253.465 470.28 253.439 470.324C253.439 470.327 253.437 470.329 253.434 470.329C253.413 470.364 253.397 470.399 253.383 470.434C253.381 470.439 253.381 470.441 253.378 470.446C253.367 470.474 253.36 470.502 253.353 470.533C253.353 470.537 253.35 470.542 253.348 470.549C253.341 470.579 253.339 470.61 253.336 470.64C253.336 470.645 253.336 470.65 253.336 470.654L253.332 472.077C253.332 472.042 253.336 472.007 253.343 471.972C253.343 471.967 253.346 471.963 253.348 471.956C253.355 471.923 253.364 471.892 253.376 471.86C253.39 471.822 253.409 471.787 253.43 471.75C253.455 471.705 253.486 471.661 253.521 471.614C253.525 471.607 253.532 471.602 253.537 471.595C253.586 471.534 253.644 471.473 253.709 471.41C253.721 471.401 253.728 471.392 253.74 471.38C253.758 471.363 253.779 471.347 253.798 471.328C253.826 471.305 253.854 471.279 253.887 471.253C253.91 471.235 253.933 471.218 253.957 471.2C253.989 471.176 254.02 471.15 254.055 471.127C254.08 471.108 254.108 471.09 254.136 471.071C254.171 471.048 254.208 471.022 254.246 470.998C254.276 470.98 254.306 470.961 254.337 470.94C254.393 470.905 254.449 470.87 254.509 470.835C254.651 470.75 254.791 470.678 254.931 470.608C254.961 470.591 254.994 470.577 255.024 470.561C255.16 470.495 255.293 470.437 255.423 470.388C255.442 470.381 255.46 470.376 255.477 470.369C255.598 470.324 255.717 470.285 255.833 470.252C255.857 470.245 255.878 470.238 255.901 470.233C256.036 470.198 256.169 470.168 256.3 470.149C256.433 470.128 256.561 470.118 256.684 470.116C256.694 470.116 256.701 470.116 256.71 470.116C256.831 470.114 256.948 470.121 257.06 470.137C257.167 470.154 257.27 470.177 257.37 470.21C257.384 470.214 257.395 470.219 257.409 470.224C257.505 470.259 257.598 470.299 257.685 470.348C258.048 470.558 258.23 470.783 258.23 471.022L258.235 469.599C258.242 469.363 258.06 469.138 257.696 468.927Z"
|
|
205
|
-
fill="#B6BFCB"/>
|
|
206
|
-
<path d="M253.861 472.511L253.856 473.936L253.749 473.873L253.751 472.448L253.861 472.511Z" fill="#D0DEEA"/>
|
|
207
|
-
<path
|
|
208
|
-
d="M253.751 472.448C253.625 472.464 253.504 472.476 253.381 472.485C253.318 472.49 253.255 472.495 253.192 472.497C253.099 472.502 253.005 472.504 252.912 472.506C252.87 472.506 252.828 472.509 252.788 472.506C252.658 472.504 252.527 472.499 252.399 472.488C252.383 472.485 252.364 472.483 252.348 472.483C252.236 472.471 252.126 472.457 252.019 472.441C251.979 472.434 251.942 472.427 251.902 472.42C251.816 472.403 251.73 472.385 251.644 472.364C251.599 472.352 251.553 472.343 251.508 472.331C251.448 472.314 251.39 472.293 251.331 472.275C251.25 472.249 251.166 472.221 251.084 472.19C251.007 472.16 250.93 472.13 250.853 472.094C250.816 472.078 250.779 472.062 250.741 472.045C250.625 471.991 250.511 471.933 250.399 471.867C249.814 471.528 249.471 471.137 249.366 470.693C249.343 470.597 249.331 470.501 249.331 470.402L249.326 471.825C249.326 471.924 249.338 472.02 249.361 472.116C249.466 472.56 249.809 472.953 250.394 473.29C250.506 473.356 250.62 473.414 250.737 473.468C250.774 473.485 250.811 473.501 250.849 473.517C250.905 473.543 250.961 473.569 251.017 473.592C251.038 473.599 251.058 473.606 251.077 473.613C251.159 473.644 251.24 473.672 251.324 473.698C251.366 473.712 251.406 473.728 251.448 473.74C251.467 473.744 251.483 473.749 251.501 473.754C251.546 473.765 251.592 473.777 251.637 473.786C251.688 473.798 251.739 473.815 251.791 473.824C251.826 473.831 251.861 473.836 251.895 473.843C251.933 473.85 251.972 473.857 252.012 473.864C252.042 473.868 252.073 473.875 252.103 473.88C252.18 473.892 252.259 473.899 252.341 473.906C252.359 473.908 252.376 473.911 252.394 473.913C252.399 473.913 252.404 473.915 252.408 473.915C252.513 473.925 252.618 473.929 252.725 473.932C252.744 473.932 252.763 473.932 252.781 473.932C252.823 473.932 252.865 473.932 252.907 473.932C252.963 473.932 253.019 473.932 253.075 473.932C253.113 473.929 253.15 473.927 253.187 473.925C253.25 473.922 253.313 473.918 253.376 473.913C253.416 473.911 253.453 473.908 253.493 473.906C253.576 473.896 253.66 473.887 253.744 473.875C253.744 473.875 253.744 473.875 253.747 473.875L253.751 472.448Z"
|
|
209
|
-
fill="url(#paint13_linear_2747_41320)"/>
|
|
210
|
-
<path d="M255.573 474.699L255.568 476.124L253.435 474.886L253.44 473.463L255.573 474.699Z" fill="#D0DEEA"/>
|
|
211
|
-
<path d="M266.754 468.177L266.749 469.602L255.568 476.124L255.572 474.699L266.754 468.177Z" fill="#B6BFCB"/>
|
|
212
|
-
<path
|
|
213
|
-
d="M263.905 466.527L266.754 468.177L255.572 474.699L253.439 473.464L253.861 472.511L253.752 472.448C252.483 472.621 251.366 472.429 250.401 471.87C249.816 471.53 249.473 471.14 249.368 470.695C249.259 470.25 249.41 469.768 249.811 469.258C250.215 468.743 250.847 468.238 251.702 467.739C253.024 466.967 254.327 466.517 255.61 466.391C256.892 466.267 257.999 466.475 258.937 467.016C259.394 467.28 259.706 467.568 259.869 467.872C260.03 468.179 260.039 468.542 259.893 468.956L259.951 468.989C260.496 468.563 261.086 468.165 261.725 467.793L263.905 466.527ZM256.768 470.966L256.992 470.835C257.713 470.416 258.121 470.058 258.216 469.761C258.314 469.464 258.139 469.185 257.699 468.93C257.328 468.715 256.864 468.649 256.314 468.734C255.764 468.818 255.164 469.045 254.521 469.419C253.887 469.789 253.511 470.131 253.388 470.442C253.267 470.756 253.395 471.025 253.782 471.247C254.234 471.509 254.696 471.612 255.164 471.556C255.631 471.498 256.167 471.301 256.768 470.966Z"
|
|
214
|
-
fill="white"/>
|
|
215
|
-
<path
|
|
216
|
-
d="M269.528 473.926L269.524 475.349C269.524 475.52 269.489 475.705 269.421 475.899L269.426 474.476C269.493 474.282 269.528 474.1 269.528 473.926Z"
|
|
217
|
-
fill="#B6BFCB"/>
|
|
218
|
-
<path
|
|
219
|
-
d="M269.527 473.926L269.522 475.349C269.522 475.361 269.522 475.373 269.522 475.384L269.527 473.962C269.527 473.95 269.527 473.938 269.527 473.926Z"
|
|
220
|
-
fill="#B6BFCB"/>
|
|
221
|
-
<path
|
|
222
|
-
d="M269.526 473.962L269.522 475.385C269.519 475.466 269.51 475.548 269.491 475.635L269.496 474.212C269.515 474.125 269.524 474.044 269.526 473.962Z"
|
|
223
|
-
fill="#B6BFCB"/>
|
|
224
|
-
<path
|
|
225
|
-
d="M269.496 474.212L269.491 475.635C269.475 475.722 269.449 475.811 269.416 475.899L269.421 474.477C269.454 474.388 269.479 474.299 269.496 474.212Z"
|
|
226
|
-
fill="#B6BFCB"/>
|
|
227
|
-
<path
|
|
228
|
-
d="M267.768 475.122C267.768 474.884 267.589 474.659 267.223 474.448C267.155 474.409 267.083 474.373 267.008 474.345C266.987 474.338 266.966 474.331 266.945 474.324C266.931 474.32 266.919 474.315 266.905 474.31C266.887 474.303 266.868 474.296 266.85 474.291C266.808 474.28 266.763 474.268 266.719 474.259C266.679 474.249 266.637 474.242 266.595 474.238C266.556 474.233 266.514 474.228 266.472 474.224C266.428 474.219 266.383 474.217 266.339 474.217C266.309 474.217 266.276 474.217 266.246 474.217C266.236 474.217 266.229 474.217 266.22 474.217C266.208 474.217 266.199 474.217 266.187 474.217C266.127 474.219 266.064 474.224 266.001 474.228C265.947 474.233 265.891 474.24 265.835 474.249C265.803 474.254 265.77 474.259 265.737 474.266C265.7 474.273 265.66 474.287 265.623 474.294C265.518 474.317 265.411 474.343 265.304 474.376C265.278 474.383 265.252 474.387 265.224 474.397C265.155 474.42 265.082 474.446 265.01 474.474C264.994 474.481 264.977 474.486 264.961 474.493C264.83 474.544 264.695 474.603 264.56 474.668C264.53 474.682 264.497 474.699 264.464 474.715C264.327 474.783 264.187 474.858 264.042 474.942C264.003 474.966 263.965 474.987 263.928 475.01C263.907 475.022 263.889 475.036 263.87 475.047C263.84 475.066 263.807 475.087 263.779 475.106C263.742 475.129 263.704 475.155 263.669 475.178C263.641 475.197 263.613 475.216 263.588 475.235C263.555 475.258 263.523 475.281 263.49 475.307C263.467 475.326 263.441 475.345 263.418 475.363C263.387 475.387 263.359 475.413 263.331 475.436C263.31 475.452 263.289 475.471 263.271 475.487C263.266 475.492 263.261 475.497 263.254 475.501C263.247 475.508 263.245 475.513 263.238 475.52C263.175 475.581 263.117 475.642 263.07 475.7C263.066 475.705 263.061 475.71 263.059 475.714C263.056 475.717 263.056 475.719 263.054 475.721C263.019 475.766 262.989 475.81 262.963 475.855C262.963 475.857 262.961 475.857 262.961 475.86C262.94 475.897 262.923 475.932 262.909 475.97C262.909 475.972 262.907 475.974 262.907 475.977C262.898 476 262.893 476.021 262.888 476.042C262.884 476.056 262.879 476.07 262.877 476.082V476.084C262.87 476.115 262.867 476.145 262.865 476.175C262.865 476.18 262.865 476.185 262.865 476.19L262.86 477.612C262.86 477.577 262.865 477.542 262.872 477.507C262.874 477.493 262.881 477.479 262.884 477.465C262.891 477.442 262.895 477.416 262.907 477.392C262.921 477.355 262.94 477.318 262.961 477.28C262.986 477.236 263.017 477.191 263.052 477.147C263.056 477.14 263.063 477.133 263.068 477.128C263.115 477.069 263.17 477.009 263.236 476.948C263.247 476.936 263.257 476.927 263.268 476.915C263.287 476.899 263.308 476.882 263.327 476.864C263.355 476.84 263.383 476.814 263.415 476.789C263.439 476.77 263.462 476.754 263.485 476.735C263.518 476.711 263.55 476.686 263.583 476.662C263.609 476.644 263.637 476.625 263.665 476.606C263.7 476.583 263.737 476.557 263.774 476.534C263.805 476.515 263.835 476.494 263.868 476.475C263.924 476.44 263.979 476.405 264.04 476.37C264.182 476.285 264.322 476.213 264.462 476.143C264.495 476.126 264.525 476.112 264.558 476.096C264.693 476.03 264.826 475.972 264.959 475.92C264.975 475.913 264.991 475.909 265.008 475.902C265.108 475.864 265.203 475.834 265.301 475.806C265.411 475.773 265.516 475.747 265.621 475.724C265.691 475.71 265.763 475.689 265.833 475.679C265.966 475.658 266.094 475.649 266.218 475.647C266.227 475.647 266.234 475.647 266.243 475.647C266.365 475.644 266.481 475.651 266.593 475.668C266.7 475.684 266.803 475.707 266.903 475.74C266.917 475.745 266.929 475.75 266.943 475.754C267.038 475.789 267.132 475.829 267.218 475.878C267.491 476.037 267.661 476.204 267.728 476.377C267.752 476.435 267.761 476.494 267.761 476.552L267.768 475.122Z"
|
|
229
|
-
fill="#B6BFCB"/>
|
|
230
|
-
<path d="M263.387 478.032L263.383 479.457L263.273 479.394L263.278 477.969L263.387 478.032Z" fill="#D0DEEA"/>
|
|
231
|
-
<path
|
|
232
|
-
d="M263.278 477.968C263.152 477.985 263.03 477.996 262.907 478.006C262.844 478.01 262.781 478.015 262.718 478.017C262.625 478.022 262.532 478.024 262.438 478.027C262.396 478.027 262.354 478.029 262.315 478.027C262.184 478.024 262.054 478.02 261.925 478.008C261.909 478.006 261.89 478.003 261.874 478.003C261.762 477.992 261.653 477.978 261.545 477.961C261.508 477.954 261.468 477.947 261.431 477.94C261.343 477.924 261.259 477.905 261.172 477.884C261.128 477.872 261.081 477.863 261.037 477.851C260.976 477.835 260.918 477.814 260.86 477.795C260.776 477.769 260.694 477.741 260.613 477.711C260.536 477.683 260.459 477.65 260.384 477.617C260.347 477.601 260.307 477.584 260.27 477.568C260.153 477.514 260.039 477.456 259.93 477.39C259.347 477.053 259.002 476.66 258.897 476.215C258.874 476.119 258.862 476.023 258.862 475.925L258.857 477.348C258.857 477.446 258.869 477.542 258.892 477.638C258.997 478.083 259.342 478.476 259.925 478.813C260.037 478.879 260.151 478.937 260.265 478.991C260.303 479.01 260.34 479.024 260.38 479.04C260.436 479.066 260.492 479.091 260.547 479.115C260.568 479.122 260.587 479.129 260.608 479.136C260.69 479.166 260.771 479.194 260.855 479.22C260.897 479.234 260.937 479.251 260.979 479.262C260.997 479.267 261.014 479.272 261.032 479.276C261.077 479.288 261.123 479.3 261.168 479.309C261.219 479.321 261.27 479.337 261.322 479.347C261.357 479.354 261.391 479.358 261.426 479.365C261.464 479.372 261.503 479.379 261.541 479.386C261.571 479.391 261.601 479.398 261.632 479.403C261.711 479.414 261.79 479.421 261.869 479.429C261.886 479.431 261.904 479.433 261.921 479.433C261.925 479.433 261.93 479.436 261.937 479.436C262.042 479.445 262.147 479.45 262.254 479.452C262.273 479.452 262.291 479.452 262.31 479.452C262.352 479.452 262.394 479.452 262.436 479.452C262.492 479.452 262.548 479.452 262.604 479.452C262.641 479.45 262.678 479.447 262.716 479.445C262.779 479.443 262.842 479.438 262.905 479.433C262.944 479.431 262.982 479.429 263.021 479.426C263.105 479.417 263.189 479.407 263.273 479.396L263.278 477.968Z"
|
|
233
|
-
fill="url(#paint14_linear_2747_41320)"/>
|
|
234
|
-
<path d="M265.099 480.219L265.094 481.645L262.961 480.407L262.965 478.984L265.099 480.219Z" fill="#D0DEEA"/>
|
|
235
|
-
<path d="M276.28 473.697L276.275 475.123L265.094 481.645L265.098 480.22L276.28 473.697Z" fill="#B6BFCB"/>
|
|
236
|
-
<path
|
|
237
|
-
d="M273.431 472.047L276.28 473.697L265.099 480.219L262.965 478.984L263.387 478.031L263.278 477.968C262.009 478.141 260.893 477.949 259.927 477.39C259.345 477.053 258.999 476.66 258.895 476.215C258.785 475.77 258.937 475.288 259.338 474.778C259.743 474.266 260.373 473.758 261.228 473.259C262.55 472.487 263.854 472.038 265.136 471.911C266.418 471.787 267.526 471.995 268.463 472.536C268.92 472.801 269.232 473.088 269.395 473.393C269.556 473.699 269.566 474.062 269.419 474.476L269.477 474.509C270.025 474.083 270.612 473.685 271.251 473.313L273.431 472.047ZM266.295 476.487L266.518 476.356C267.239 475.937 267.647 475.579 267.742 475.281C267.84 474.984 267.668 474.708 267.225 474.451C266.854 474.235 266.39 474.17 265.84 474.254C265.29 474.338 264.693 474.568 264.049 474.942C263.415 475.312 263.038 475.651 262.916 475.965C262.793 476.278 262.921 476.545 263.308 476.77C263.76 477.032 264.222 477.135 264.691 477.079C265.157 477.018 265.693 476.821 266.295 476.487Z"
|
|
238
|
-
fill="white"/>
|
|
239
|
-
<path
|
|
240
|
-
d="M277.218 479.831C277.132 479.78 277.041 479.738 276.945 479.7C276.941 479.698 276.938 479.695 276.936 479.695C276.868 479.67 276.801 479.646 276.731 479.625C276.719 479.623 276.707 479.621 276.696 479.616C276.682 479.611 276.665 479.609 276.651 479.604C276.621 479.597 276.593 479.588 276.563 479.583C276.512 479.571 276.46 479.564 276.407 479.555C276.402 479.555 276.397 479.555 276.39 479.553C276.383 479.553 276.374 479.55 276.367 479.55C276.327 479.546 276.288 479.541 276.248 479.536C276.192 479.532 276.136 479.529 276.08 479.527C276.076 479.527 276.071 479.527 276.069 479.527C276.027 479.527 275.985 479.527 275.943 479.527C275.891 479.529 275.84 479.532 275.786 479.536C275.777 479.536 275.765 479.539 275.756 479.541C275.74 479.543 275.724 479.546 275.707 479.548C275.668 479.553 275.626 479.557 275.586 479.564C275.558 479.569 275.53 479.578 275.502 479.585C275.432 479.6 275.362 479.618 275.292 479.639C275.262 479.649 275.234 479.651 275.206 479.66C275.173 479.672 275.138 479.686 275.103 479.698C275.073 479.707 275.045 479.719 275.015 479.731C274.91 479.77 274.803 479.817 274.695 479.869L274.691 481.292C274.798 481.238 274.905 481.193 275.01 481.154C275.04 481.142 275.068 481.132 275.099 481.121C275.162 481.097 275.225 481.081 275.288 481.062C275.357 481.041 275.43 481.025 275.497 481.008C275.565 480.994 275.635 480.98 275.703 480.971C275.719 480.969 275.735 480.966 275.751 480.964C275.856 480.952 275.961 480.945 276.064 480.948C276.166 480.95 276.264 480.957 276.362 480.971C276.369 480.971 276.379 480.973 276.386 480.973C276.477 480.985 276.563 481.004 276.647 481.025C276.661 481.029 276.677 481.032 276.691 481.036C276.777 481.06 276.859 481.088 276.941 481.118C277.034 481.156 277.125 481.2 277.211 481.249C277.554 481.448 277.724 481.671 277.724 481.916L277.729 480.494C277.731 480.252 277.561 480.03 277.218 479.831Z"
|
|
241
|
-
fill="#B6BFCB"/>
|
|
242
|
-
<path
|
|
243
|
-
d="M272.422 482.696C272.429 482.687 272.434 482.677 272.441 482.668C272.485 482.607 272.538 482.549 272.604 482.49C272.613 482.481 272.622 482.474 272.634 482.467C272.702 482.408 272.779 482.352 272.865 482.296L272.87 480.873C272.781 480.929 272.706 480.985 272.639 481.044C272.629 481.051 272.618 481.06 272.611 481.067C272.604 481.072 272.597 481.079 272.59 481.084C272.541 481.13 272.496 481.175 272.462 481.224C272.457 481.231 272.452 481.238 272.448 481.245C272.441 481.254 272.436 481.264 272.429 481.273C272.413 481.297 272.396 481.318 272.385 481.341C272.366 481.376 272.35 481.411 272.336 481.446C272.333 481.449 272.333 481.453 272.333 481.456C272.331 481.46 272.331 481.465 272.329 481.47C272.319 481.495 272.312 481.521 272.305 481.549C272.298 481.584 272.294 481.619 272.294 481.657C272.294 481.662 272.294 481.669 272.294 481.673L272.289 483.096C272.289 483.028 272.303 482.96 272.324 482.893C272.326 482.888 272.326 482.883 272.329 482.879C272.347 482.815 272.382 482.754 272.422 482.696Z"
|
|
244
|
-
fill="#B6BFCB"/>
|
|
245
|
-
<path d="M277.924 483.8L277.921 485.223L272.865 482.296L272.869 480.87L277.924 483.8Z" fill="#D0DEEA"/>
|
|
246
|
-
<path
|
|
247
|
-
d="M280.904 481.214C280.901 481.221 280.899 481.226 280.899 481.233C280.883 481.313 280.857 481.392 280.827 481.47C280.813 481.502 280.796 481.537 280.78 481.57C280.757 481.622 280.731 481.675 280.701 481.727C280.671 481.778 280.633 481.83 280.598 481.879C280.568 481.921 280.54 481.966 280.505 482.008C280.491 482.027 280.475 482.045 280.458 482.062C280.402 482.127 280.342 482.193 280.277 482.256C280.26 482.272 280.244 482.291 280.225 482.307C280.146 482.385 280.057 482.459 279.964 482.534C279.943 482.551 279.922 482.567 279.901 482.584C279.81 482.654 279.717 482.724 279.614 482.792C279.6 482.801 279.589 482.811 279.575 482.82C279.449 482.904 279.318 482.986 279.176 483.07L277.926 483.798L277.922 485.221L279.171 484.493C279.213 484.468 279.255 484.444 279.297 484.418C279.393 484.36 279.484 484.301 279.572 484.243C279.586 484.233 279.598 484.224 279.612 484.215C279.715 484.145 279.808 484.077 279.899 484.006C279.92 483.99 279.941 483.974 279.962 483.957C280.043 483.892 280.123 483.824 280.195 483.758C280.204 483.749 280.214 483.74 280.223 483.73C280.242 483.714 280.258 483.695 280.274 483.679C280.339 483.613 280.4 483.548 280.456 483.485C280.472 483.466 280.489 483.447 280.503 483.431C280.512 483.419 280.521 483.41 280.531 483.398C280.556 483.365 280.573 483.332 280.596 483.302C280.631 483.251 280.668 483.201 280.699 483.15C280.706 483.141 280.713 483.129 280.72 483.119C280.743 483.077 280.759 483.035 280.778 482.993C280.794 482.96 280.81 482.928 280.824 482.892C280.827 482.885 280.831 482.878 280.834 482.871C280.862 482.799 280.88 482.726 280.897 482.656C280.899 482.651 280.901 482.644 280.901 482.64C280.901 482.64 280.901 482.64 280.901 482.637C280.918 482.558 280.927 482.481 280.929 482.401C280.929 482.389 280.929 482.378 280.929 482.364L280.934 480.941C280.932 481.032 280.92 481.123 280.904 481.214Z"
|
|
248
|
-
fill="#B6BFCB"/>
|
|
249
|
-
<path
|
|
250
|
-
d="M274.527 485.16C274.425 485.141 274.327 485.118 274.229 485.097C274.003 485.048 273.779 484.994 273.567 484.933C273.564 484.933 273.564 484.933 273.562 484.931C273.282 484.851 273.014 484.76 272.758 484.659C272.734 484.65 272.711 484.643 272.69 484.634C272.131 484.409 271.522 484.107 270.867 483.728C269.503 482.937 268.804 482.113 268.769 481.254C268.769 481.233 268.769 481.212 268.769 481.191L268.764 482.614C268.764 482.635 268.764 482.656 268.764 482.677C268.797 483.536 269.498 484.36 270.862 485.151C271.517 485.53 272.126 485.832 272.686 486.057C272.697 486.061 272.709 486.066 272.723 486.071C272.732 486.075 272.744 486.078 272.755 486.082C273.012 486.183 273.28 486.274 273.56 486.354C273.562 486.354 273.562 486.354 273.564 486.356C273.564 486.356 273.564 486.356 273.567 486.356C273.781 486.417 274.003 486.471 274.229 486.52C274.257 486.527 274.283 486.534 274.311 486.541C274.383 486.555 274.455 486.569 274.527 486.583V485.16Z"
|
|
251
|
-
fill="url(#paint15_linear_2747_41320)"/>
|
|
252
|
-
<path d="M276.549 483.981L276.544 485.406L274.525 486.583L274.527 485.16L276.549 483.981Z" fill="#B6BFCB"/>
|
|
253
|
-
<path
|
|
254
|
-
d="M279.174 483.073L277.925 483.801L272.87 480.871C272.434 481.147 272.245 481.453 272.301 481.786C272.359 482.12 272.66 482.446 273.203 482.762C273.7 483.05 274.204 483.288 274.714 483.476C275.227 483.663 275.838 483.831 276.549 483.981L274.53 485.161C273.863 485.037 273.248 484.859 272.69 484.636C272.131 484.412 271.522 484.11 270.867 483.731C269.503 482.94 268.804 482.116 268.769 481.257C268.739 480.4 269.387 479.581 270.718 478.804C272.094 478.002 273.497 477.59 274.933 477.566C276.369 477.543 277.733 477.908 279.03 478.659C280.263 479.373 280.897 480.112 280.932 480.875C280.962 481.638 280.377 482.371 279.174 483.073ZM274.695 479.874L277.125 481.28C277.51 481.046 277.712 480.798 277.729 480.536C277.75 480.276 277.579 480.04 277.218 479.829C276.885 479.635 276.5 479.537 276.069 479.527C275.637 479.52 275.178 479.635 274.695 479.874Z"
|
|
255
|
-
fill="white"/>
|
|
256
|
-
<path d="M286.485 483.147L286.483 484.57L285.83 485.361L285.835 483.938L286.485 483.147Z" fill="#B6BFCB"/>
|
|
257
|
-
<path
|
|
258
|
-
d="M286.471 485.537C286.371 485.479 286.268 485.429 286.163 485.387C286.149 485.383 286.135 485.378 286.121 485.373C286.105 485.366 286.089 485.361 286.072 485.357C286.035 485.343 285.998 485.329 285.958 485.317C285.905 485.303 285.853 485.289 285.8 485.277C285.774 485.273 285.751 485.268 285.725 485.263C285.718 485.261 285.709 485.261 285.702 485.259C285.688 485.256 285.674 485.254 285.66 485.252C285.615 485.244 285.569 485.24 285.525 485.235C285.478 485.23 285.434 485.228 285.387 485.228C285.364 485.228 285.34 485.228 285.317 485.228C285.308 485.228 285.298 485.228 285.291 485.228C285.273 485.228 285.254 485.228 285.238 485.228C285.179 485.23 285.121 485.235 285.063 485.24C285 485.247 284.937 485.254 284.874 485.266C284.86 485.268 284.844 485.27 284.83 485.273C284.802 485.277 284.769 485.287 284.741 485.291C284.702 485.301 284.66 485.308 284.618 485.319C284.578 485.329 284.538 485.34 284.499 485.352C284.454 485.364 284.412 485.376 284.368 485.39C284.359 485.392 284.349 485.394 284.338 485.399C284.321 485.404 284.303 485.413 284.284 485.418C284.193 485.448 284.102 485.481 284.007 485.518C283.976 485.53 283.948 485.542 283.918 485.553C283.799 485.603 283.678 485.654 283.55 485.715C283.529 485.724 283.508 485.736 283.487 485.745C283.377 485.799 283.263 485.855 283.146 485.916C283.109 485.935 283.074 485.956 283.035 485.975C282.897 486.05 282.755 486.127 282.608 486.213L279.043 488.294L279.038 489.717L282.603 487.636C282.75 487.55 282.892 487.472 283.03 487.398C283.067 487.377 283.104 487.358 283.142 487.339C283.258 487.278 283.373 487.22 283.482 487.168C283.503 487.159 283.524 487.147 283.545 487.138C283.671 487.079 283.795 487.025 283.913 486.976C283.944 486.965 283.972 486.953 284.002 486.941C284.098 486.904 284.191 486.871 284.28 486.841C284.307 486.831 284.335 486.822 284.363 486.813C284.408 486.798 284.452 486.787 284.496 486.775C284.536 486.763 284.576 486.752 284.615 486.742C284.657 486.731 284.699 486.724 284.739 486.714C284.783 486.705 284.83 486.693 284.872 486.686C285.014 486.663 285.154 486.651 285.289 486.649C285.298 486.649 285.308 486.649 285.315 486.649C285.445 486.649 285.576 486.658 285.702 486.679C285.709 486.681 285.718 486.681 285.725 486.684C285.844 486.705 285.958 486.735 286.072 486.775C286.089 486.78 286.105 486.787 286.121 486.791C286.24 486.836 286.359 486.89 286.471 486.955C286.73 487.105 286.86 487.269 286.86 487.447L286.865 486.024C286.86 485.851 286.73 485.687 286.471 485.537Z"
|
|
259
|
-
fill="url(#paint16_linear_2747_41320)"/>
|
|
260
|
-
<path d="M279.039 488.298L279.034 489.723L276.206 488.083L276.208 486.66L279.039 488.298Z" fill="#D0DEEA"/>
|
|
261
|
-
<path d="M284.21 491.297L284.207 492.722L281.377 491.081L281.381 489.658L284.21 491.297Z" fill="#D0DEEA"/>
|
|
262
|
-
<path
|
|
263
|
-
d="M290.959 486.482C290.957 486.553 290.947 486.62 290.931 486.688C290.926 486.712 290.917 486.738 290.91 486.761C290.898 486.805 290.884 486.85 290.866 486.894C290.854 486.925 290.838 486.958 290.821 486.988C290.803 487.025 290.784 487.065 290.761 487.103C290.735 487.145 290.705 487.187 290.674 487.231C290.649 487.266 290.625 487.304 290.595 487.339C290.581 487.355 290.567 487.372 290.551 487.39C290.504 487.444 290.455 487.496 290.402 487.55C290.39 487.561 290.378 487.573 290.364 487.587C290.343 487.606 290.32 487.625 290.299 487.643C290.224 487.709 290.145 487.777 290.057 487.842C290.022 487.868 289.984 487.896 289.947 487.922C289.863 487.98 289.774 488.039 289.681 488.097C289.623 488.135 289.567 488.172 289.504 488.207L284.207 491.296L284.202 492.719L289.499 489.63C289.534 489.609 289.569 489.588 289.604 489.569C289.632 489.553 289.653 489.537 289.679 489.52C289.772 489.462 289.861 489.403 289.942 489.345C289.98 489.319 290.017 489.291 290.054 489.265C290.14 489.2 290.222 489.134 290.297 489.066C290.313 489.052 290.332 489.038 290.346 489.024C290.35 489.019 290.355 489.015 290.36 489.01C290.374 488.998 290.383 488.984 290.397 488.973C290.451 488.919 290.502 488.867 290.546 488.813C290.56 488.797 290.576 488.781 290.59 488.762C290.6 488.75 290.611 488.736 290.623 488.724C290.642 488.701 290.653 488.678 290.67 488.654C290.7 488.612 290.73 488.57 290.756 488.526C290.763 488.514 290.772 488.502 290.779 488.49C290.793 488.465 290.803 488.437 290.817 488.411C290.833 488.38 290.847 488.348 290.861 488.317C290.866 488.306 290.873 488.296 290.875 488.284C290.887 488.252 290.894 488.217 290.905 488.181C290.912 488.158 290.922 488.132 290.926 488.109C290.929 488.102 290.931 488.097 290.931 488.09C290.943 488.027 290.95 487.966 290.952 487.903C290.952 487.901 290.952 487.898 290.952 487.896C290.952 487.889 290.952 487.882 290.952 487.873L290.956 486.45C290.959 486.461 290.959 486.473 290.959 486.482Z"
|
|
264
|
-
fill="url(#paint17_linear_2747_41320)"/>
|
|
265
|
-
<path
|
|
266
|
-
d="M289.623 484.797C290.53 485.324 290.976 485.883 290.959 486.48C290.938 487.077 290.456 487.652 289.507 488.205L284.21 491.294L281.382 489.656L285.823 487.065C286.364 486.749 286.695 486.466 286.814 486.213C286.935 485.963 286.819 485.736 286.471 485.534C285.993 485.258 285.459 485.169 284.87 485.267C284.277 485.366 283.52 485.682 282.603 486.218L279.039 488.298L276.211 486.658L284.352 481.909L286.488 483.147L285.837 483.938L286.003 484.034C286.627 483.952 287.248 483.978 287.866 484.114C288.483 484.249 289.069 484.476 289.623 484.797Z"
|
|
267
|
-
fill="white"/>
|
|
268
|
-
</g>
|
|
269
|
-
<defs>
|
|
270
|
-
<radialGradient id="paint0_radial_2747_41320" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse"
|
|
271
|
-
gradientTransform="translate(279 279) rotate(90) scale(275)">
|
|
272
|
-
<stop offset="0.501769" stop-color="#C9E5F2"/>
|
|
273
|
-
<stop offset="1" stop-color="#C9E5F2" stop-opacity="0"/>
|
|
274
|
-
</radialGradient>
|
|
275
|
-
<linearGradient id="paint1_linear_2747_41320" x1="297.891" y1="201.124" x2="297.891" y2="190.792"
|
|
276
|
-
gradientUnits="userSpaceOnUse">
|
|
277
|
-
<stop offset="0.1505" stop-color="#BECBD6"/>
|
|
278
|
-
<stop offset="0.6859" stop-color="#DCE3EA"/>
|
|
279
|
-
</linearGradient>
|
|
280
|
-
<linearGradient id="paint2_linear_2747_41320" x1="299.776" y1="177.435" x2="299.718" y2="200.454"
|
|
281
|
-
gradientUnits="userSpaceOnUse">
|
|
282
|
-
<stop offset="0.0866" stop-color="white"/>
|
|
283
|
-
<stop offset="0.7614" stop-color="#C8D3DC"/>
|
|
284
|
-
<stop offset="0.8759" stop-color="#BECBD6"/>
|
|
285
|
-
</linearGradient>
|
|
286
|
-
<linearGradient id="paint3_linear_2747_41320" x1="319.745" y1="197.635" x2="310.58" y2="190.87"
|
|
287
|
-
gradientUnits="userSpaceOnUse">
|
|
288
|
-
<stop offset="0.0576" stop-color="#DEE7F0"/>
|
|
289
|
-
<stop offset="0.8759" stop-color="#FAFDFF"/>
|
|
290
|
-
</linearGradient>
|
|
291
|
-
<linearGradient id="paint4_linear_2747_41320" x1="230.899" y1="453.337" x2="231.136" y2="453.337"
|
|
292
|
-
gradientUnits="userSpaceOnUse">
|
|
293
|
-
<stop stop-color="#D0DEEA"/>
|
|
294
|
-
<stop offset="0.8759" stop-color="#B6BFCB"/>
|
|
295
|
-
</linearGradient>
|
|
296
|
-
<linearGradient id="paint5_linear_2747_41320" x1="231.131" y1="452.922" x2="231.136" y2="452.922"
|
|
297
|
-
gradientUnits="userSpaceOnUse">
|
|
298
|
-
<stop stop-color="#D0DEEA"/>
|
|
299
|
-
<stop offset="0.8759" stop-color="#B6BFCB"/>
|
|
300
|
-
</linearGradient>
|
|
301
|
-
<linearGradient id="paint6_linear_2747_41320" x1="231.099" y1="453.084" x2="231.135" y2="453.084"
|
|
302
|
-
gradientUnits="userSpaceOnUse">
|
|
303
|
-
<stop stop-color="#D0DEEA"/>
|
|
304
|
-
<stop offset="0.8759" stop-color="#B6BFCB"/>
|
|
305
|
-
</linearGradient>
|
|
306
|
-
<linearGradient id="paint7_linear_2747_41320" x1="231.016" y1="453.369" x2="231.103" y2="453.369"
|
|
307
|
-
gradientUnits="userSpaceOnUse">
|
|
308
|
-
<stop stop-color="#D0DEEA"/>
|
|
309
|
-
<stop offset="0.8759" stop-color="#B6BFCB"/>
|
|
310
|
-
</linearGradient>
|
|
311
|
-
<linearGradient id="paint8_linear_2747_41320" x1="230.899" y1="453.642" x2="231.02" y2="453.642"
|
|
312
|
-
gradientUnits="userSpaceOnUse">
|
|
313
|
-
<stop stop-color="#D0DEEA"/>
|
|
314
|
-
<stop offset="0.8759" stop-color="#B6BFCB"/>
|
|
315
|
-
</linearGradient>
|
|
316
|
-
<linearGradient id="paint9_linear_2747_41320" x1="219.01" y1="454.831" x2="230.904" y2="454.831"
|
|
317
|
-
gradientUnits="userSpaceOnUse">
|
|
318
|
-
<stop stop-color="#D0DEEA"/>
|
|
319
|
-
<stop offset="0.8759" stop-color="#B6BFCB"/>
|
|
320
|
-
</linearGradient>
|
|
321
|
-
<linearGradient id="paint10_linear_2747_41320" x1="229.53" y1="458.921" x2="237.808" y2="458.921"
|
|
322
|
-
gradientUnits="userSpaceOnUse">
|
|
323
|
-
<stop stop-color="#D0DEEA"/>
|
|
324
|
-
<stop offset="0.8759" stop-color="#B6BFCB"/>
|
|
325
|
-
</linearGradient>
|
|
326
|
-
<linearGradient id="paint11_linear_2747_41320" x1="237.27" y1="464.48" x2="247.957" y2="464.48"
|
|
327
|
-
gradientUnits="userSpaceOnUse">
|
|
328
|
-
<stop stop-color="#D0DEEA"/>
|
|
329
|
-
<stop offset="0.8759" stop-color="#B6BFCB"/>
|
|
330
|
-
</linearGradient>
|
|
331
|
-
<linearGradient id="paint12_linear_2747_41320" x1="252.73" y1="463.641" x2="256.878" y2="463.641"
|
|
332
|
-
gradientUnits="userSpaceOnUse">
|
|
333
|
-
<stop stop-color="#D0DEEA"/>
|
|
334
|
-
<stop offset="0.8759" stop-color="#B6BFCB"/>
|
|
335
|
-
</linearGradient>
|
|
336
|
-
<linearGradient id="paint13_linear_2747_41320" x1="249.332" y1="472.169" x2="253.752" y2="472.169"
|
|
337
|
-
gradientUnits="userSpaceOnUse">
|
|
338
|
-
<stop stop-color="#D0DEEA"/>
|
|
339
|
-
<stop offset="0.8759" stop-color="#B6BFCB"/>
|
|
340
|
-
</linearGradient>
|
|
341
|
-
<linearGradient id="paint14_linear_2747_41320" x1="258.858" y1="477.689" x2="263.278" y2="477.689"
|
|
342
|
-
gradientUnits="userSpaceOnUse">
|
|
343
|
-
<stop stop-color="#D0DEEA"/>
|
|
344
|
-
<stop offset="0.8759" stop-color="#B6BFCB"/>
|
|
345
|
-
</linearGradient>
|
|
346
|
-
<linearGradient id="paint15_linear_2747_41320" x1="268.763" y1="483.888" x2="274.528" y2="483.888"
|
|
347
|
-
gradientUnits="userSpaceOnUse">
|
|
348
|
-
<stop stop-color="#D0DEEA"/>
|
|
349
|
-
<stop offset="0.8759" stop-color="#B6BFCB"/>
|
|
350
|
-
</linearGradient>
|
|
351
|
-
<linearGradient id="paint16_linear_2747_41320" x1="279.033" y1="487.477" x2="286.859" y2="487.477"
|
|
352
|
-
gradientUnits="userSpaceOnUse">
|
|
353
|
-
<stop stop-color="#D0DEEA"/>
|
|
354
|
-
<stop offset="0.8759" stop-color="#B6BFCB"/>
|
|
355
|
-
</linearGradient>
|
|
356
|
-
<linearGradient id="paint17_linear_2747_41320" x1="284.206" y1="489.587" x2="290.959" y2="489.587"
|
|
357
|
-
gradientUnits="userSpaceOnUse">
|
|
358
|
-
<stop stop-color="#D0DEEA"/>
|
|
359
|
-
<stop offset="0.8759" stop-color="#B6BFCB"/>
|
|
360
|
-
</linearGradient>
|
|
361
|
-
<clipPath id="clip0_2747_41320">
|
|
362
|
-
<rect width="230" height="483" fill="white" transform="translate(164 38)"/>
|
|
363
|
-
</clipPath>
|
|
364
|
-
</defs>
|
|
365
|
-
</svg>
|
|
366
|
-
</div>
|
|
367
|
-
<div class="error__info">
|
|
368
|
-
<div class="error__info__content">
|
|
369
|
-
<p class="title">403</p>
|
|
370
|
-
<p class="title-bottom">Доступ запрещен</p>
|
|
371
|
-
<p class="text">Доступ к странице ограничен</p>
|
|
372
|
-
<p class="text">Чтобы найти нужную информацию, воспользуйтесь формой поиска на главной странице</p>
|
|
373
|
-
</div>
|
|
374
|
-
<div class="error__info__button">
|
|
375
|
-
<a-button variant="yellow" size="sm" nuxt-url="/">Перейти на главную</a-button>
|
|
376
|
-
</div>
|
|
377
|
-
</div>
|
|
378
|
-
</div>
|
|
379
|
-
</template>
|
|
380
|
-
|
|
381
|
-
<script>
|
|
382
|
-
|
|
383
|
-
export default {
|
|
384
|
-
name: "Forbidden",
|
|
385
|
-
layout: "empty",
|
|
386
|
-
}
|
|
387
|
-
</script>
|
|
388
|
-
|
|
389
|
-
<style lang="scss" scoped>
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
.title{
|
|
394
|
-
font-weight: 700;
|
|
395
|
-
font-size: 36px;
|
|
396
|
-
line-height: 40px;
|
|
397
|
-
color: #2C3E50;
|
|
398
|
-
margin-bottom: 24px;
|
|
399
|
-
max-width: 541px;
|
|
400
|
-
@media only screen and (max-width: 820px) {
|
|
401
|
-
max-width: none;
|
|
402
|
-
}
|
|
403
|
-
&-bottom{
|
|
404
|
-
font-size: 24px;
|
|
405
|
-
line-height: 32px;
|
|
406
|
-
font-weight: 700;
|
|
407
|
-
color: #2C3E50;
|
|
408
|
-
margin-bottom: 24px;
|
|
409
|
-
max-width: 541px;
|
|
410
|
-
@media only screen and (max-width: 820px) {
|
|
411
|
-
max-width: none;
|
|
412
|
-
}
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
.text{
|
|
416
|
-
font-weight: 500;
|
|
417
|
-
font-size: 14px;
|
|
418
|
-
line-height: 20px;
|
|
419
|
-
color: #2C3E50;
|
|
420
|
-
margin-bottom: 16px;
|
|
421
|
-
max-width: 541px;
|
|
422
|
-
@media only screen and (max-width: 820px) {
|
|
423
|
-
max-width: none;
|
|
424
|
-
}
|
|
425
|
-
&:last-child{
|
|
426
|
-
margin-bottom: 0;
|
|
427
|
-
}
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
.error {
|
|
432
|
-
display: flex;
|
|
433
|
-
flex-direction: row;
|
|
434
|
-
justify-content: center;
|
|
435
|
-
align-items: center;
|
|
436
|
-
gap: 40px;
|
|
437
|
-
@media only screen and (max-width: 820px) {
|
|
438
|
-
margin: 0 16px;
|
|
439
|
-
height: 100%;
|
|
440
|
-
margin-top: 24px;
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
&__images {
|
|
444
|
-
max-width: 550px;
|
|
445
|
-
max-height: 550px;
|
|
446
|
-
@media only screen and (max-width: 820px) {
|
|
447
|
-
display: none;
|
|
448
|
-
}
|
|
449
|
-
svg {
|
|
450
|
-
width: 100%;
|
|
451
|
-
height: 100%;
|
|
452
|
-
}
|
|
453
|
-
}
|
|
454
|
-
&__info{
|
|
455
|
-
display: grid;
|
|
456
|
-
height: 100%;
|
|
457
|
-
gap: 32px;
|
|
458
|
-
|
|
459
|
-
&__button{
|
|
460
|
-
max-width: 207px;
|
|
461
|
-
@media only screen and (max-width: 820px){
|
|
462
|
-
max-width: none;
|
|
463
|
-
}
|
|
464
|
-
}
|
|
465
|
-
}
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
</style>
|