@redneckz/wildless-cms-uni-blocks 0.5.5 → 0.5.7
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/bundle/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +218 -255
- package/bundle/bundle.umd.min.js +1 -1
- package/cosmos-static/icons/AirPlaneIcon.svg +1 -1
- package/cosmos-static/icons/ArrowDownIcon.svg +1 -1
- package/cosmos-static/icons/ArrowUpIcon.svg +1 -1
- package/cosmos-static/icons/BuildingIcon.svg +1 -0
- package/cosmos-static/icons/Car2Icon.svg +1 -0
- package/cosmos-static/icons/CarIcon.svg +1 -1
- package/cosmos-static/icons/CinemaIcon.svg +1 -1
- package/cosmos-static/icons/DocDownloadIcon.svg +1 -1
- package/cosmos-static/icons/DocsIcon.svg +1 -1
- package/cosmos-static/icons/DoneIcon.svg +1 -1
- package/cosmos-static/icons/DoneSimpleIcon.svg +1 -0
- package/cosmos-static/icons/GpsIcon.svg +1 -1
- package/cosmos-static/icons/MoneysIcon.svg +1 -0
- package/cosmos-static/icons/PackA4Icon.svg +1 -1
- package/cosmos-static/icons/PowerIcon.svg +1 -1
- package/cosmos-static/icons/PumpkinIcon.svg +1 -1
- package/cosmos-static/icons/SoundIcon.svg +1 -1
- package/cosmos-static/icons/StrongBoxIcon.svg +1 -0
- package/cosmos-static/icons/UserSquareIcon.svg +1 -0
- package/cosmos-static/icons/WateringCanIcon.svg +1 -1
- package/dist/ProjectSettings.d.ts +2 -0
- package/dist/ProjectSettings.js +3 -0
- package/dist/ProjectSettings.js.map +1 -1
- package/dist/components/Accordion/AccordionContent.d.ts +4 -9
- package/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
- package/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +12 -19
- package/dist/components/BlockContent.d.ts +2 -3
- package/dist/components/Blocks.d.ts +0 -1
- package/dist/components/Blocks.js +1 -3
- package/dist/components/Blocks.js.map +1 -1
- package/dist/components/Bonus/BonusContent.d.ts +6 -9
- package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +3 -5
- package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
- package/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +5 -11
- package/dist/components/Calculator/BonusCalculatorForm.js +3 -2
- package/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
- package/dist/components/Calculator/CalculatorContent.d.ts +7 -40
- package/dist/components/Calculator/CalculatorValueBlock.js +1 -1
- package/dist/components/Calculator/CreditCalculatorForm.js +4 -3
- package/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
- package/dist/components/Calculator/DepositCalculatorForm.js +21 -2
- package/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
- package/dist/components/Calculator/EmbeddableCalcBlocks.d.ts +1 -3
- package/dist/components/Calculator/EmbeddableCalcBlocks.js +0 -2
- package/dist/components/Calculator/EmbeddableCalcBlocks.js.map +1 -1
- package/dist/components/Calculator/renderFootnote.d.ts +2 -0
- package/dist/components/Calculator/renderFootnote.js +6 -0
- package/dist/components/Calculator/renderFootnote.js.map +1 -0
- package/dist/components/CardTransfer/CardTransferContent.d.ts +3 -6
- package/dist/components/Catalog/CatalogCard.js.map +1 -1
- package/dist/components/Catalog/CatalogContent.d.ts +2 -5
- package/dist/components/ComparisonTable/ComparisonTableContent.d.ts +9 -43
- package/dist/components/ComparisonTable/TableColumn.d.ts +8 -1
- package/dist/components/ComparisonTable/TableColumn.js.map +1 -1
- package/dist/components/ComparisonTable/TableRow.d.ts +5 -1
- package/dist/components/ComparisonTable/TableRow.js.map +1 -1
- package/dist/components/ContentPage/computeAPIFallback.d.ts +5 -0
- package/dist/components/ContentPage/computeAPIFallback.js +68 -0
- package/dist/components/ContentPage/computeAPIFallback.js.map +1 -0
- package/dist/components/ErrorBlock/ErrorBlockContent.d.ts +17 -4
- package/dist/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +3 -4
- package/dist/components/ExchangeRateTile/renderInput.js +4 -3
- package/dist/components/ExchangeRateTile/renderInput.js.map +1 -1
- package/dist/components/Footer/Footer.js +3 -2
- package/dist/components/Footer/Footer.js.map +1 -1
- package/dist/components/Footer/Footer.mobile.js +3 -2
- package/dist/components/Footer/Footer.mobile.js.map +1 -1
- package/dist/components/Footer/FooterContent.d.ts +5 -9
- package/dist/components/Footer/HorizontalNavigation.d.ts +2 -2
- package/dist/components/Footer/HorizontalNavigation.js.map +1 -1
- package/dist/components/Footer/HorizontalNavigation.mobile.d.ts +2 -2
- package/dist/components/Footer/HorizontalNavigation.mobile.js.map +1 -1
- package/dist/components/Footer/Sitemap.d.ts +2 -0
- package/dist/components/Footer/Sitemap.js +2 -2
- package/dist/components/Footer/Sitemap.js.map +1 -1
- package/dist/components/Gallery/GalleryContent.d.ts +16 -19
- package/dist/components/GracePeriod/GracePeriodContent.d.ts +10 -14
- package/dist/components/Header/Header.fallback.d.ts +2 -0
- package/dist/components/Header/Header.fallback.js +12 -0
- package/dist/components/Header/Header.fallback.js.map +1 -0
- package/dist/components/Header/Header.js +4 -3
- package/dist/components/Header/Header.js.map +1 -1
- package/dist/components/Header/Header.mobile.js +3 -2
- package/dist/components/Header/Header.mobile.js.map +1 -1
- package/dist/components/Header/HeaderContent.d.ts +14 -23
- package/dist/components/Headline/HeadlineContent.d.ts +4 -3
- package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +8 -13
- package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +2 -2
- package/dist/components/MiniGallery/MiniGalleryContent.d.ts +8 -3
- package/dist/components/MobileAppTile/MobileAppTileContent.d.ts +19 -5
- package/dist/components/OfficeServicesBlock/OfficeServicesBlock.js +1 -1
- package/dist/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
- package/dist/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +5 -20
- package/dist/components/OtherProducts/OtherProductsContent.d.ts +3 -4
- package/dist/components/PictureText/PictureText.js +1 -1
- package/dist/components/PictureText/PictureTextContent.d.ts +20 -4
- package/dist/components/ProductBlock/ProductBlockContent.d.ts +13 -10
- package/dist/components/ProductTile/ProductTile.js +13 -8
- package/dist/components/ProductTile/ProductTile.js.map +1 -1
- package/dist/components/ProductTile/ProductTileContent.d.ts +19 -9
- package/dist/components/Recommendation/RecommendationContent.d.ts +20 -2
- package/dist/components/SafeDepositRental/SafeDepositRental.js +1 -6
- package/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
- package/dist/components/SafeDepositRental/SafeDepositRentalContent.d.ts +4 -4
- package/dist/components/SafeDepositRental/YandexMap.js +14 -7
- package/dist/components/SafeDepositRental/YandexMap.js.map +1 -1
- package/dist/components/SafeDepositRental/renderClusterer.d.ts +2 -1
- package/dist/components/SafeDepositRental/renderClusterer.js +16 -18
- package/dist/components/SafeDepositRental/renderClusterer.js.map +1 -1
- package/dist/components/SafeDepositRental/useYandexMaps.d.ts +2 -0
- package/dist/components/SafeDepositRental/useYandexMaps.js +12 -0
- package/dist/components/SafeDepositRental/useYandexMaps.js.map +1 -0
- package/dist/components/StepsBlock/StepsBlockContent.d.ts +6 -25
- package/dist/components/Tabs/TabsContent.d.ts +8 -5
- package/dist/components/TariffsTable/EmbeddableCellData.mobile.d.ts +0 -3
- package/dist/components/TariffsTable/EmbeddableCellData.mobile.js.map +1 -1
- package/dist/components/TariffsTable/TariffsTableContent.d.ts +19 -36
- package/dist/components/TariffsTable/TariffsTableRow.js +2 -1
- package/dist/components/TariffsTable/TariffsTableRow.js.map +1 -1
- package/dist/components/TextBlock/TextBlockContent.d.ts +3 -6
- package/dist/components/Tile/TileContent.d.ts +17 -2
- package/dist/hooks/useExternalNS.d.ts +2 -0
- package/dist/hooks/useExternalNS.js +39 -0
- package/dist/hooks/useExternalNS.js.map +1 -0
- package/dist/icons/IconName.d.ts +18 -8
- package/dist/icons/IconName.js +16 -6
- package/dist/icons/IconName.js.map +1 -1
- package/dist/model/ButtonVersion.d.ts +1 -1
- package/dist/model/Footnote.d.ts +4 -0
- package/dist/{components/Navigation/NavigationContent.js → model/Footnote.js} +1 -1
- package/dist/model/Footnote.js.map +1 -0
- package/dist/model/HeadlineType.d.ts +4 -0
- package/dist/model/Picture.d.ts +4 -0
- package/dist/model/ProductColorVersion.d.ts +4 -0
- package/dist/model/ProductColorVersion.js +2 -0
- package/dist/model/ProductColorVersion.js.map +1 -0
- package/dist/services/sitemap/useSitemap.d.ts +2 -1
- package/dist/services/sitemap/useSitemap.js +2 -2
- package/dist/services/sitemap/useSitemap.js.map +1 -1
- package/dist/types/Fallback.d.ts +5 -0
- package/{mobile/dist/components/Navigation/NavigationContent.js → dist/types/Fallback.js} +1 -1
- package/dist/types/Fallback.js.map +1 -0
- package/dist/types.d.ts +1 -0
- package/dist/ui-kit/BenefitItem/BenefitItemProps.d.ts +3 -8
- package/dist/ui-kit/Button/ButtonProps.d.ts +3 -5
- package/dist/ui-kit/Button/ButtonSection.js +2 -1
- package/dist/ui-kit/Button/ButtonSection.js.map +1 -1
- package/dist/ui-kit/Button/buttonClassNameConstants.js +4 -3
- package/dist/ui-kit/Button/buttonClassNameConstants.js.map +1 -1
- package/dist/ui-kit/Foldable/Foldable.js +1 -1
- package/dist/ui-kit/Foldable/Foldable.js.map +1 -1
- package/dist/ui-kit/Input/Input.js +1 -1
- package/dist/ui-kit/Input/Input.js.map +1 -1
- package/dist/ui-kit/InputRange/InputRange.js +8 -15
- package/dist/ui-kit/InputRange/InputRange.js.map +1 -1
- package/dist/ui-kit/Radio/Radio.js +1 -1
- package/dist/ui-kit/Radio/Radio.js.map +1 -1
- package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js +1 -1
- package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
- package/dist/ui-kit/SearchBar/SearchBarInner.js +1 -1
- package/dist/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
- package/dist/ui-kit/SelectCustom/SelectCustom.d.ts +13 -0
- package/dist/ui-kit/SelectCustom/SelectCustom.js +30 -0
- package/dist/ui-kit/SelectCustom/SelectCustom.js.map +1 -0
- package/lib/ProjectSettings.d.ts +2 -0
- package/lib/ProjectSettings.js +3 -0
- package/lib/ProjectSettings.js.map +1 -1
- package/lib/common.css +1 -1
- package/lib/components/Accordion/AccordionContent.d.ts +4 -9
- package/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
- package/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +12 -19
- package/lib/components/BlockContent.d.ts +2 -3
- package/lib/components/Blocks.d.ts +0 -1
- package/lib/components/Blocks.js +1 -3
- package/lib/components/Blocks.js.map +1 -1
- package/lib/components/Bonus/BonusContent.d.ts +6 -9
- package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +3 -5
- package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
- package/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +5 -11
- package/lib/components/Calculator/BonusCalculatorForm.js +3 -2
- package/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
- package/lib/components/Calculator/CalculatorContent.d.ts +7 -40
- package/lib/components/Calculator/CalculatorValueBlock.js +1 -1
- package/lib/components/Calculator/CreditCalculatorForm.js +4 -3
- package/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
- package/lib/components/Calculator/DepositCalculatorForm.js +21 -2
- package/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
- package/lib/components/Calculator/EmbeddableCalcBlocks.d.ts +1 -3
- package/lib/components/Calculator/EmbeddableCalcBlocks.js +0 -2
- package/lib/components/Calculator/EmbeddableCalcBlocks.js.map +1 -1
- package/lib/components/Calculator/renderFootnote.d.ts +2 -0
- package/lib/components/Calculator/renderFootnote.js +3 -0
- package/lib/components/Calculator/renderFootnote.js.map +1 -0
- package/lib/components/CardTransfer/CardTransferContent.d.ts +3 -6
- package/lib/components/Catalog/CatalogCard.js.map +1 -1
- package/lib/components/Catalog/CatalogContent.d.ts +2 -5
- package/lib/components/ComparisonTable/ComparisonTableContent.d.ts +9 -43
- package/lib/components/ComparisonTable/TableColumn.d.ts +8 -1
- package/lib/components/ComparisonTable/TableColumn.js.map +1 -1
- package/lib/components/ComparisonTable/TableRow.d.ts +5 -1
- package/lib/components/ComparisonTable/TableRow.js.map +1 -1
- package/lib/components/ContentPage/computeAPIFallback.d.ts +5 -0
- package/lib/components/ContentPage/computeAPIFallback.js +40 -0
- package/lib/components/ContentPage/computeAPIFallback.js.map +1 -0
- package/lib/components/ErrorBlock/ErrorBlockContent.d.ts +17 -4
- package/lib/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +3 -4
- package/lib/components/ExchangeRateTile/renderInput.js +4 -3
- package/lib/components/ExchangeRateTile/renderInput.js.map +1 -1
- package/lib/components/Footer/Footer.js +3 -2
- package/lib/components/Footer/Footer.js.map +1 -1
- package/lib/components/Footer/Footer.mobile.js +3 -2
- package/lib/components/Footer/Footer.mobile.js.map +1 -1
- package/lib/components/Footer/FooterContent.d.ts +5 -9
- package/lib/components/Footer/HorizontalNavigation.d.ts +2 -2
- package/lib/components/Footer/HorizontalNavigation.js.map +1 -1
- package/lib/components/Footer/HorizontalNavigation.mobile.d.ts +2 -2
- package/lib/components/Footer/HorizontalNavigation.mobile.js.map +1 -1
- package/lib/components/Footer/Sitemap.d.ts +2 -0
- package/lib/components/Footer/Sitemap.js +2 -2
- package/lib/components/Footer/Sitemap.js.map +1 -1
- package/lib/components/Gallery/GalleryContent.d.ts +16 -19
- package/lib/components/GracePeriod/GracePeriodContent.d.ts +10 -14
- package/lib/components/Header/Header.fallback.d.ts +2 -0
- package/lib/components/Header/Header.fallback.js +9 -0
- package/lib/components/Header/Header.fallback.js.map +1 -0
- package/lib/components/Header/Header.js +4 -3
- package/lib/components/Header/Header.js.map +1 -1
- package/lib/components/Header/Header.mobile.js +3 -2
- package/lib/components/Header/Header.mobile.js.map +1 -1
- package/lib/components/Header/HeaderContent.d.ts +14 -23
- package/lib/components/Headline/HeadlineContent.d.ts +4 -3
- package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +8 -13
- package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +2 -2
- package/lib/components/MiniGallery/MiniGalleryContent.d.ts +8 -3
- package/lib/components/MobileAppTile/MobileAppTileContent.d.ts +19 -5
- package/lib/components/OfficeServicesBlock/OfficeServicesBlock.js +1 -1
- package/lib/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
- package/lib/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +5 -20
- package/lib/components/OtherProducts/OtherProductsContent.d.ts +3 -4
- package/lib/components/PictureText/PictureText.js +1 -1
- package/lib/components/PictureText/PictureTextContent.d.ts +20 -4
- package/lib/components/ProductBlock/ProductBlockContent.d.ts +13 -10
- package/lib/components/ProductTile/ProductTile.fixture.d.ts +1 -0
- package/lib/components/ProductTile/ProductTile.js +13 -8
- package/lib/components/ProductTile/ProductTile.js.map +1 -1
- package/lib/components/ProductTile/ProductTileContent.d.ts +19 -9
- package/lib/components/Recommendation/RecommendationContent.d.ts +20 -2
- package/lib/components/SafeDepositRental/SafeDepositRental.js +1 -6
- package/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
- package/lib/components/SafeDepositRental/SafeDepositRentalContent.d.ts +4 -4
- package/lib/components/SafeDepositRental/YandexMap.js +15 -8
- package/lib/components/SafeDepositRental/YandexMap.js.map +1 -1
- package/lib/components/SafeDepositRental/renderClusterer.d.ts +2 -1
- package/lib/components/SafeDepositRental/renderClusterer.js +16 -18
- package/lib/components/SafeDepositRental/renderClusterer.js.map +1 -1
- package/lib/components/SafeDepositRental/useYandexMaps.d.ts +2 -0
- package/lib/components/SafeDepositRental/useYandexMaps.js +9 -0
- package/lib/components/SafeDepositRental/useYandexMaps.js.map +1 -0
- package/lib/components/StepsBlock/StepsBlockContent.d.ts +6 -25
- package/lib/components/Tabs/TabsContent.d.ts +8 -5
- package/lib/components/TariffsTable/EmbeddableCellData.mobile.d.ts +0 -3
- package/lib/components/TariffsTable/EmbeddableCellData.mobile.js.map +1 -1
- package/lib/components/TariffsTable/TariffsTableContent.d.ts +19 -36
- package/lib/components/TariffsTable/TariffsTableRow.js +2 -1
- package/lib/components/TariffsTable/TariffsTableRow.js.map +1 -1
- package/lib/components/TextBlock/TextBlockContent.d.ts +3 -6
- package/lib/components/Tile/TileContent.d.ts +17 -2
- package/lib/hooks/useExternalNS.d.ts +2 -0
- package/lib/hooks/useExternalNS.js +35 -0
- package/lib/hooks/useExternalNS.js.map +1 -0
- package/lib/icons/IconName.d.ts +18 -8
- package/lib/icons/IconName.js +16 -6
- package/lib/icons/IconName.js.map +1 -1
- package/lib/model/ButtonVersion.d.ts +1 -1
- package/lib/model/Footnote.d.ts +4 -0
- package/lib/model/Footnote.js +2 -0
- package/lib/model/Footnote.js.map +1 -0
- package/lib/model/HeadlineType.d.ts +4 -0
- package/lib/model/Picture.d.ts +4 -0
- package/lib/model/ProductColorVersion.d.ts +4 -0
- package/lib/model/ProductColorVersion.js +2 -0
- package/lib/model/ProductColorVersion.js.map +1 -0
- package/lib/services/sitemap/useSitemap.d.ts +2 -1
- package/lib/services/sitemap/useSitemap.js +2 -2
- package/lib/services/sitemap/useSitemap.js.map +1 -1
- package/lib/types/Fallback.d.ts +5 -0
- package/lib/types/Fallback.js +2 -0
- package/lib/types/Fallback.js.map +1 -0
- package/lib/types.d.ts +1 -0
- package/lib/ui-kit/BenefitItem/BenefitItemProps.d.ts +3 -8
- package/lib/ui-kit/Button/ButtonProps.d.ts +3 -5
- package/lib/ui-kit/Button/ButtonSection.js +2 -1
- package/lib/ui-kit/Button/ButtonSection.js.map +1 -1
- package/lib/ui-kit/Button/buttonClassNameConstants.js +4 -3
- package/lib/ui-kit/Button/buttonClassNameConstants.js.map +1 -1
- package/lib/ui-kit/Foldable/Foldable.js +1 -1
- package/lib/ui-kit/Foldable/Foldable.js.map +1 -1
- package/lib/ui-kit/Input/Input.js +1 -1
- package/lib/ui-kit/Input/Input.js.map +1 -1
- package/lib/ui-kit/InputRange/InputRange.js +8 -15
- package/lib/ui-kit/InputRange/InputRange.js.map +1 -1
- package/lib/ui-kit/Radio/Radio.js +1 -1
- package/lib/ui-kit/Radio/Radio.js.map +1 -1
- package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js +1 -1
- package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
- package/lib/ui-kit/SearchBar/SearchBarInner.js +1 -1
- package/lib/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
- package/lib/ui-kit/SelectCustom/SelectCustom.d.ts +13 -0
- package/lib/{components/Navigation/Navigation.fixture.d.ts → ui-kit/SelectCustom/SelectCustom.fixture.d.ts} +0 -0
- package/lib/ui-kit/SelectCustom/SelectCustom.js +28 -0
- package/lib/ui-kit/SelectCustom/SelectCustom.js.map +1 -0
- package/mobile/bundle/bundle.umd.js +56 -25
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/ProjectSettings.d.ts +2 -0
- package/mobile/dist/ProjectSettings.js +3 -0
- package/mobile/dist/ProjectSettings.js.map +1 -1
- package/mobile/dist/components/Accordion/AccordionContent.d.ts +4 -9
- package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
- package/mobile/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +12 -19
- package/mobile/dist/components/BlockContent.d.ts +2 -3
- package/mobile/dist/components/Bonus/BonusContent.d.ts +6 -9
- package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +3 -5
- package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
- package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +5 -11
- package/mobile/dist/components/Calculator/BonusCalculatorForm.js +3 -2
- package/mobile/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
- package/mobile/dist/components/Calculator/CalculatorContent.d.ts +7 -40
- package/mobile/dist/components/Calculator/CalculatorValueBlock.js +1 -1
- package/mobile/dist/components/Calculator/CreditCalculatorForm.js +4 -3
- package/mobile/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
- package/mobile/dist/components/Calculator/DepositCalculatorForm.js +21 -2
- package/mobile/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
- package/mobile/dist/components/Calculator/EmbeddableCalcBlocks.d.ts +1 -3
- package/mobile/dist/components/Calculator/EmbeddableCalcBlocks.js +0 -2
- package/mobile/dist/components/Calculator/EmbeddableCalcBlocks.js.map +1 -1
- package/mobile/dist/components/Calculator/renderFootnote.d.ts +2 -0
- package/mobile/dist/components/Calculator/renderFootnote.js +6 -0
- package/mobile/dist/components/Calculator/renderFootnote.js.map +1 -0
- package/mobile/dist/components/CardTransfer/CardTransferContent.d.ts +3 -6
- package/mobile/dist/components/Catalog/CatalogCard.js.map +1 -1
- package/mobile/dist/components/Catalog/CatalogContent.d.ts +2 -5
- package/mobile/dist/components/ComparisonTable/ComparisonTableContent.d.ts +9 -43
- package/mobile/dist/components/ComparisonTable/TableColumn.d.ts +8 -1
- package/mobile/dist/components/ComparisonTable/TableColumn.js.map +1 -1
- package/mobile/dist/components/ComparisonTable/TableRow.d.ts +5 -1
- package/mobile/dist/components/ComparisonTable/TableRow.js.map +1 -1
- package/mobile/dist/components/ContentPage/computeAPIFallback.d.ts +5 -0
- package/mobile/dist/components/ContentPage/computeAPIFallback.js +68 -0
- package/mobile/dist/components/ContentPage/computeAPIFallback.js.map +1 -0
- package/mobile/dist/components/ErrorBlock/ErrorBlockContent.d.ts +17 -4
- package/mobile/dist/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +3 -4
- package/mobile/dist/components/ExchangeRateTile/renderInput.js +4 -3
- package/mobile/dist/components/ExchangeRateTile/renderInput.js.map +1 -1
- package/mobile/dist/components/Footer/Footer.js +3 -2
- package/mobile/dist/components/Footer/Footer.js.map +1 -1
- package/mobile/dist/components/Footer/FooterContent.d.ts +5 -9
- package/mobile/dist/components/Footer/HorizontalNavigation.d.ts +2 -2
- package/mobile/dist/components/Footer/HorizontalNavigation.js.map +1 -1
- package/mobile/dist/components/Footer/Sitemap.d.ts +2 -0
- package/mobile/dist/components/Footer/Sitemap.js +2 -2
- package/mobile/dist/components/Footer/Sitemap.js.map +1 -1
- package/mobile/dist/components/Gallery/GalleryContent.d.ts +16 -19
- package/mobile/dist/components/GracePeriod/GracePeriodContent.d.ts +10 -14
- package/mobile/dist/components/Header/Header.fallback.d.ts +2 -0
- package/mobile/dist/components/Header/Header.fallback.js +12 -0
- package/mobile/dist/components/Header/Header.fallback.js.map +1 -0
- package/mobile/dist/components/Header/Header.js +3 -2
- package/mobile/dist/components/Header/Header.js.map +1 -1
- package/mobile/dist/components/Header/HeaderContent.d.ts +14 -23
- package/mobile/dist/components/Headline/HeadlineContent.d.ts +4 -3
- package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +8 -13
- package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +2 -2
- package/mobile/dist/components/MiniGallery/MiniGalleryContent.d.ts +8 -3
- package/mobile/dist/components/MobileAppTile/MobileAppTileContent.d.ts +19 -5
- package/mobile/dist/components/OfficeServicesBlock/OfficeServicesBlock.js +1 -1
- package/mobile/dist/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
- package/mobile/dist/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +5 -20
- package/mobile/dist/components/OtherProducts/OtherProductsContent.d.ts +3 -4
- package/mobile/dist/components/PictureText/PictureText.js +1 -1
- package/mobile/dist/components/PictureText/PictureTextContent.d.ts +20 -4
- package/mobile/dist/components/ProductBlock/ProductBlockContent.d.ts +13 -10
- package/mobile/dist/components/ProductTile/ProductTile.js +13 -8
- package/mobile/dist/components/ProductTile/ProductTile.js.map +1 -1
- package/mobile/dist/components/ProductTile/ProductTileContent.d.ts +19 -9
- package/mobile/dist/components/Recommendation/RecommendationContent.d.ts +20 -2
- package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js +1 -6
- package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
- package/mobile/dist/components/SafeDepositRental/SafeDepositRentalContent.d.ts +4 -4
- package/mobile/dist/components/SafeDepositRental/YandexMap.js +14 -7
- package/mobile/dist/components/SafeDepositRental/YandexMap.js.map +1 -1
- package/mobile/dist/components/SafeDepositRental/renderClusterer.d.ts +2 -1
- package/mobile/dist/components/SafeDepositRental/renderClusterer.js +16 -18
- package/mobile/dist/components/SafeDepositRental/renderClusterer.js.map +1 -1
- package/mobile/dist/components/SafeDepositRental/useYandexMaps.d.ts +2 -0
- package/mobile/dist/components/SafeDepositRental/useYandexMaps.js +12 -0
- package/mobile/dist/components/SafeDepositRental/useYandexMaps.js.map +1 -0
- package/mobile/dist/components/StepsBlock/StepsBlockContent.d.ts +6 -25
- package/mobile/dist/components/Tabs/TabsContent.d.ts +8 -5
- package/mobile/dist/components/TariffsTable/EmbeddableCellData.d.ts +0 -3
- package/mobile/dist/components/TariffsTable/EmbeddableCellData.js.map +1 -1
- package/mobile/dist/components/TariffsTable/TariffsTableContent.d.ts +19 -36
- package/mobile/dist/components/TariffsTable/TariffsTableRow.js +2 -1
- package/mobile/dist/components/TariffsTable/TariffsTableRow.js.map +1 -1
- package/mobile/dist/components/TextBlock/TextBlockContent.d.ts +3 -6
- package/mobile/dist/components/Tile/TileContent.d.ts +17 -2
- package/mobile/dist/hooks/useExternalNS.d.ts +2 -0
- package/mobile/dist/hooks/useExternalNS.js +39 -0
- package/mobile/dist/hooks/useExternalNS.js.map +1 -0
- package/mobile/dist/icons/IconName.d.ts +18 -8
- package/mobile/dist/icons/IconName.js +16 -6
- package/mobile/dist/icons/IconName.js.map +1 -1
- package/mobile/dist/model/ButtonVersion.d.ts +1 -1
- package/mobile/dist/model/Footnote.d.ts +4 -0
- package/mobile/dist/model/Footnote.js +2 -0
- package/mobile/dist/model/Footnote.js.map +1 -0
- package/mobile/dist/model/HeadlineType.d.ts +4 -0
- package/mobile/dist/model/Picture.d.ts +4 -0
- package/mobile/dist/model/ProductColorVersion.d.ts +4 -0
- package/mobile/dist/model/ProductColorVersion.js +2 -0
- package/mobile/dist/model/ProductColorVersion.js.map +1 -0
- package/mobile/dist/services/sitemap/useSitemap.d.ts +2 -1
- package/mobile/dist/services/sitemap/useSitemap.js +2 -2
- package/mobile/dist/services/sitemap/useSitemap.js.map +1 -1
- package/mobile/dist/types/Fallback.d.ts +5 -0
- package/mobile/dist/types/Fallback.js +2 -0
- package/mobile/dist/types/Fallback.js.map +1 -0
- package/mobile/dist/types.d.ts +1 -0
- package/mobile/dist/ui-kit/BenefitItem/BenefitItemProps.d.ts +3 -8
- package/mobile/dist/ui-kit/Button/ButtonProps.d.ts +3 -5
- package/mobile/dist/ui-kit/Button/ButtonSection.js +2 -1
- package/mobile/dist/ui-kit/Button/ButtonSection.js.map +1 -1
- package/mobile/dist/ui-kit/Button/buttonClassNameConstants.js +4 -3
- package/mobile/dist/ui-kit/Button/buttonClassNameConstants.js.map +1 -1
- package/mobile/dist/ui-kit/Foldable/Foldable.js +1 -1
- package/mobile/dist/ui-kit/Foldable/Foldable.js.map +1 -1
- package/mobile/dist/ui-kit/Input/Input.js +1 -1
- package/mobile/dist/ui-kit/Input/Input.js.map +1 -1
- package/mobile/dist/ui-kit/InputRange/InputRange.js +8 -15
- package/mobile/dist/ui-kit/InputRange/InputRange.js.map +1 -1
- package/mobile/dist/ui-kit/Radio/Radio.js +1 -1
- package/mobile/dist/ui-kit/Radio/Radio.js.map +1 -1
- package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js +1 -1
- package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
- package/mobile/dist/ui-kit/SearchBar/SearchBarInner.js +1 -1
- package/mobile/dist/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
- package/mobile/dist/ui-kit/SelectCustom/SelectCustom.d.ts +13 -0
- package/mobile/dist/ui-kit/SelectCustom/SelectCustom.js +30 -0
- package/mobile/dist/ui-kit/SelectCustom/SelectCustom.js.map +1 -0
- package/mobile/lib/ProjectSettings.d.ts +2 -0
- package/mobile/lib/ProjectSettings.js +3 -0
- package/mobile/lib/ProjectSettings.js.map +1 -1
- package/mobile/lib/components/Accordion/AccordionContent.d.ts +4 -9
- package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
- package/mobile/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +12 -19
- package/mobile/lib/components/BlockContent.d.ts +2 -3
- package/mobile/lib/components/Bonus/BonusContent.d.ts +6 -9
- package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +3 -5
- package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
- package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +5 -11
- package/mobile/lib/components/Calculator/BonusCalculatorForm.js +3 -2
- package/mobile/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
- package/mobile/lib/components/Calculator/CalculatorContent.d.ts +7 -40
- package/mobile/lib/components/Calculator/CalculatorValueBlock.js +1 -1
- package/mobile/lib/components/Calculator/CreditCalculatorForm.js +4 -3
- package/mobile/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
- package/mobile/lib/components/Calculator/DepositCalculatorForm.js +21 -2
- package/mobile/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
- package/mobile/lib/components/Calculator/EmbeddableCalcBlocks.d.ts +1 -3
- package/mobile/lib/components/Calculator/EmbeddableCalcBlocks.js +0 -2
- package/mobile/lib/components/Calculator/EmbeddableCalcBlocks.js.map +1 -1
- package/mobile/lib/components/Calculator/renderFootnote.d.ts +2 -0
- package/mobile/lib/components/Calculator/renderFootnote.js +3 -0
- package/mobile/lib/components/Calculator/renderFootnote.js.map +1 -0
- package/mobile/lib/components/CardTransfer/CardTransferContent.d.ts +3 -6
- package/mobile/lib/components/Catalog/CatalogCard.js.map +1 -1
- package/mobile/lib/components/Catalog/CatalogContent.d.ts +2 -5
- package/mobile/lib/components/ComparisonTable/ComparisonTableContent.d.ts +9 -43
- package/mobile/lib/components/ComparisonTable/TableColumn.d.ts +8 -1
- package/mobile/lib/components/ComparisonTable/TableColumn.js.map +1 -1
- package/mobile/lib/components/ComparisonTable/TableRow.d.ts +5 -1
- package/mobile/lib/components/ComparisonTable/TableRow.js.map +1 -1
- package/mobile/lib/components/ContentPage/computeAPIFallback.d.ts +5 -0
- package/mobile/lib/components/ContentPage/computeAPIFallback.js +40 -0
- package/mobile/lib/components/ContentPage/computeAPIFallback.js.map +1 -0
- package/mobile/lib/components/ErrorBlock/ErrorBlockContent.d.ts +17 -4
- package/mobile/lib/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +3 -4
- package/mobile/lib/components/ExchangeRateTile/renderInput.js +4 -3
- package/mobile/lib/components/ExchangeRateTile/renderInput.js.map +1 -1
- package/mobile/lib/components/Footer/Footer.js +3 -2
- package/mobile/lib/components/Footer/Footer.js.map +1 -1
- package/mobile/lib/components/Footer/FooterContent.d.ts +5 -9
- package/mobile/lib/components/Footer/HorizontalNavigation.d.ts +2 -2
- package/mobile/lib/components/Footer/HorizontalNavigation.js.map +1 -1
- package/mobile/lib/components/Footer/Sitemap.d.ts +2 -0
- package/mobile/lib/components/Footer/Sitemap.js +2 -2
- package/mobile/lib/components/Footer/Sitemap.js.map +1 -1
- package/mobile/lib/components/Gallery/GalleryContent.d.ts +16 -19
- package/mobile/lib/components/GracePeriod/GracePeriodContent.d.ts +10 -14
- package/mobile/lib/components/Header/Header.fallback.d.ts +2 -0
- package/mobile/lib/components/Header/Header.fallback.js +9 -0
- package/mobile/lib/components/Header/Header.fallback.js.map +1 -0
- package/mobile/lib/components/Header/Header.js +3 -2
- package/mobile/lib/components/Header/Header.js.map +1 -1
- package/mobile/lib/components/Header/HeaderContent.d.ts +14 -23
- package/mobile/lib/components/Headline/HeadlineContent.d.ts +4 -3
- package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +8 -13
- package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +2 -2
- package/mobile/lib/components/MiniGallery/MiniGalleryContent.d.ts +8 -3
- package/mobile/lib/components/MobileAppTile/MobileAppTileContent.d.ts +19 -5
- package/mobile/lib/components/OfficeServicesBlock/OfficeServicesBlock.js +1 -1
- package/mobile/lib/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
- package/mobile/lib/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +5 -20
- package/mobile/lib/components/OtherProducts/OtherProductsContent.d.ts +3 -4
- package/mobile/lib/components/PictureText/PictureText.js +1 -1
- package/mobile/lib/components/PictureText/PictureTextContent.d.ts +20 -4
- package/mobile/lib/components/ProductBlock/ProductBlockContent.d.ts +13 -10
- package/mobile/lib/components/ProductTile/ProductTile.js +13 -8
- package/mobile/lib/components/ProductTile/ProductTile.js.map +1 -1
- package/mobile/lib/components/ProductTile/ProductTileContent.d.ts +19 -9
- package/mobile/lib/components/Recommendation/RecommendationContent.d.ts +20 -2
- package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js +1 -6
- package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
- package/mobile/lib/components/SafeDepositRental/SafeDepositRentalContent.d.ts +4 -4
- package/mobile/lib/components/SafeDepositRental/YandexMap.js +15 -8
- package/mobile/lib/components/SafeDepositRental/YandexMap.js.map +1 -1
- package/mobile/lib/components/SafeDepositRental/renderClusterer.d.ts +2 -1
- package/mobile/lib/components/SafeDepositRental/renderClusterer.js +16 -18
- package/mobile/lib/components/SafeDepositRental/renderClusterer.js.map +1 -1
- package/mobile/lib/components/SafeDepositRental/useYandexMaps.d.ts +2 -0
- package/mobile/lib/components/SafeDepositRental/useYandexMaps.js +9 -0
- package/mobile/lib/components/SafeDepositRental/useYandexMaps.js.map +1 -0
- package/mobile/lib/components/StepsBlock/StepsBlockContent.d.ts +6 -25
- package/mobile/lib/components/Tabs/TabsContent.d.ts +8 -5
- package/mobile/lib/components/TariffsTable/EmbeddableCellData.d.ts +0 -3
- package/mobile/lib/components/TariffsTable/EmbeddableCellData.js.map +1 -1
- package/mobile/lib/components/TariffsTable/TariffsTableContent.d.ts +19 -36
- package/mobile/lib/components/TariffsTable/TariffsTableRow.js +2 -1
- package/mobile/lib/components/TariffsTable/TariffsTableRow.js.map +1 -1
- package/mobile/lib/components/TextBlock/TextBlockContent.d.ts +3 -6
- package/mobile/lib/components/Tile/TileContent.d.ts +17 -2
- package/mobile/lib/hooks/useExternalNS.d.ts +2 -0
- package/mobile/lib/hooks/useExternalNS.js +35 -0
- package/mobile/lib/hooks/useExternalNS.js.map +1 -0
- package/mobile/lib/icons/IconName.d.ts +18 -8
- package/mobile/lib/icons/IconName.js +16 -6
- package/mobile/lib/icons/IconName.js.map +1 -1
- package/mobile/lib/model/ButtonVersion.d.ts +1 -1
- package/mobile/lib/model/Footnote.d.ts +4 -0
- package/mobile/lib/model/Footnote.js +2 -0
- package/mobile/lib/model/Footnote.js.map +1 -0
- package/mobile/lib/model/HeadlineType.d.ts +4 -0
- package/mobile/lib/model/Picture.d.ts +4 -0
- package/mobile/lib/model/ProductColorVersion.d.ts +4 -0
- package/mobile/lib/model/ProductColorVersion.js +2 -0
- package/mobile/lib/model/ProductColorVersion.js.map +1 -0
- package/mobile/lib/services/sitemap/useSitemap.d.ts +2 -1
- package/mobile/lib/services/sitemap/useSitemap.js +2 -2
- package/mobile/lib/services/sitemap/useSitemap.js.map +1 -1
- package/mobile/lib/types/Fallback.d.ts +5 -0
- package/mobile/lib/types/Fallback.js +2 -0
- package/mobile/lib/types/Fallback.js.map +1 -0
- package/mobile/lib/types.d.ts +1 -0
- package/mobile/lib/ui-kit/BenefitItem/BenefitItemProps.d.ts +3 -8
- package/mobile/lib/ui-kit/Button/ButtonProps.d.ts +3 -5
- package/mobile/lib/ui-kit/Button/ButtonSection.js +2 -1
- package/mobile/lib/ui-kit/Button/ButtonSection.js.map +1 -1
- package/mobile/lib/ui-kit/Button/buttonClassNameConstants.js +4 -3
- package/mobile/lib/ui-kit/Button/buttonClassNameConstants.js.map +1 -1
- package/mobile/lib/ui-kit/Foldable/Foldable.js +1 -1
- package/mobile/lib/ui-kit/Foldable/Foldable.js.map +1 -1
- package/mobile/lib/ui-kit/Input/Input.js +1 -1
- package/mobile/lib/ui-kit/Input/Input.js.map +1 -1
- package/mobile/lib/ui-kit/InputRange/InputRange.js +8 -15
- package/mobile/lib/ui-kit/InputRange/InputRange.js.map +1 -1
- package/mobile/lib/ui-kit/Radio/Radio.js +1 -1
- package/mobile/lib/ui-kit/Radio/Radio.js.map +1 -1
- package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js +1 -1
- package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
- package/mobile/lib/ui-kit/SearchBar/SearchBarInner.js +1 -1
- package/mobile/lib/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
- package/mobile/lib/ui-kit/SelectCustom/SelectCustom.d.ts +13 -0
- package/mobile/lib/ui-kit/SelectCustom/SelectCustom.js +28 -0
- package/mobile/lib/ui-kit/SelectCustom/SelectCustom.js.map +1 -0
- package/mobile/src/ProjectSettings.ts +4 -0
- package/mobile/src/components/Accordion/AccordionContent.ts +5 -9
- package/mobile/src/components/BenefitsBlock/BenefitsBlock.tsx +8 -14
- package/mobile/src/components/BenefitsBlock/BenefitsBlockContent.ts +15 -22
- package/mobile/src/components/BlockContent.ts +1 -3
- package/mobile/src/components/Bonus/BonusContent.ts +6 -8
- package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +25 -27
- package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +5 -11
- package/mobile/src/components/Calculator/BonusCalculatorForm.tsx +4 -2
- package/mobile/src/components/Calculator/CalculatorContent.ts +6 -44
- package/mobile/src/components/Calculator/CalculatorValueBlock.tsx +1 -1
- package/mobile/src/components/Calculator/CreditCalculatorForm.tsx +4 -2
- package/mobile/src/components/Calculator/DepositCalculatorForm.tsx +25 -2
- package/mobile/src/components/Calculator/EmbeddableCalcBlocks.tsx +0 -3
- package/mobile/src/components/Calculator/renderFootnote.tsx +2 -0
- package/mobile/src/components/CardTransfer/CardTransferContent.ts +9 -10
- package/mobile/src/components/Catalog/CatalogCard.tsx +4 -3
- package/mobile/src/components/Catalog/CatalogContent.ts +2 -6
- package/mobile/src/components/ComparisonTable/ComparisonTableContent.ts +9 -47
- package/mobile/src/components/ComparisonTable/TableColumn.tsx +10 -1
- package/mobile/src/components/ComparisonTable/TableRow.tsx +5 -1
- package/mobile/src/components/ContentPage/computeAPIFallback.spec.ts +63 -0
- package/mobile/src/components/ContentPage/computeAPIFallback.ts +55 -0
- package/mobile/src/components/ErrorBlock/ErrorBlockContent.ts +17 -4
- package/mobile/src/components/ExchangeRateTile/ExchangeRateTileContent.ts +3 -4
- package/mobile/src/components/ExchangeRateTile/renderInput.tsx +13 -16
- package/mobile/src/components/Footer/Footer.tsx +4 -1
- package/mobile/src/components/Footer/FooterContent.ts +5 -9
- package/mobile/src/components/Footer/HorizontalNavigation.tsx +3 -4
- package/mobile/src/components/Footer/Sitemap.tsx +4 -2
- package/mobile/src/components/Gallery/GalleryContent.ts +16 -19
- package/mobile/src/components/GracePeriod/GracePeriodContent.ts +10 -13
- package/mobile/src/components/Header/Header.fallback.ts +14 -0
- package/mobile/src/components/Header/Header.tsx +4 -2
- package/mobile/src/components/Header/HeaderContent.ts +15 -23
- package/mobile/src/components/Headline/HeadlineContent.ts +9 -9
- package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +8 -13
- package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +2 -2
- package/mobile/src/components/MiniGallery/MiniGalleryContent.ts +8 -3
- package/mobile/src/components/MobileAppTile/MobileAppTileContent.ts +19 -6
- package/mobile/src/components/OfficeServicesBlock/OfficeServicesBlock.tsx +3 -3
- package/mobile/src/components/OfficeServicesBlock/OfficeServicesBlockContent.ts +5 -20
- package/mobile/src/components/OtherProducts/OtherProductsContent.ts +3 -4
- package/mobile/src/components/PictureText/PictureText.tsx +1 -1
- package/mobile/src/components/PictureText/PictureTextContent.ts +20 -5
- package/mobile/src/components/ProductBlock/ProductBlockContent.ts +13 -10
- package/mobile/src/components/ProductTile/ProductTile.tsx +21 -12
- package/mobile/src/components/ProductTile/ProductTileContent.ts +19 -10
- package/mobile/src/components/Recommendation/RecommendationContent.ts +20 -2
- package/mobile/src/components/SafeDepositRental/SafeDepositRental.tsx +1 -12
- package/mobile/src/components/SafeDepositRental/SafeDepositRentalContent.ts +8 -6
- package/mobile/src/components/SafeDepositRental/YandexMap.tsx +19 -11
- package/mobile/src/components/SafeDepositRental/renderClusterer.ts +29 -23
- package/mobile/src/components/SafeDepositRental/useYandexMaps.ts +13 -0
- package/mobile/src/components/StepsBlock/StepsBlockContent.ts +10 -27
- package/mobile/src/components/Tabs/TabsContent.ts +8 -5
- package/mobile/src/components/TariffsTable/EmbeddableCellData.tsx +0 -4
- package/mobile/src/components/TariffsTable/TariffsTableContent.ts +19 -36
- package/mobile/src/components/TariffsTable/TariffsTableRow.tsx +4 -1
- package/mobile/src/components/TextBlock/TextBlockContent.ts +3 -6
- package/mobile/src/components/Tile/TileContent.ts +17 -3
- package/mobile/src/components/__snapshots__/Blocks.spec.tsx.snap +16 -22
- package/mobile/src/hooks/useExternalNS.ts +44 -0
- package/mobile/src/icons/AirPlaneIcon.svg +1 -98
- package/mobile/src/icons/ArrowDownIcon.svg +1 -1
- package/mobile/src/icons/ArrowUpIcon.svg +1 -1
- package/mobile/src/icons/BuildingIcon.svg +10 -0
- package/mobile/src/icons/Car2Icon.svg +10 -0
- package/mobile/src/icons/CarIcon.svg +1 -466
- package/mobile/src/icons/CinemaIcon.svg +1 -274
- package/mobile/src/icons/DocDownloadIcon.svg +1 -1
- package/mobile/src/icons/DocsIcon.svg +1 -238
- package/mobile/src/icons/DoneIcon.svg +3 -3
- package/mobile/src/icons/DoneSimpleIcon.svg +3 -0
- package/mobile/src/icons/GpsIcon.svg +1 -1
- package/mobile/src/icons/IconName.ts +4 -4
- package/mobile/src/icons/MoneyIcon.svg +5 -1
- package/mobile/src/icons/MoneysIcon.svg +7 -0
- package/mobile/src/icons/PackA4Icon.svg +1 -1
- package/mobile/src/icons/PowerIcon.svg +1 -135
- package/mobile/src/icons/Profile2UserIcon.svg +6 -1
- package/mobile/src/icons/PumpkinIcon.svg +1 -236
- package/mobile/src/icons/SoundIcon.svg +1 -113
- package/mobile/src/icons/StrongBoxIcon.svg +5 -0
- package/mobile/src/icons/UserSquareIcon.svg +5 -0
- package/mobile/src/icons/UserTickIcon.svg +5 -1
- package/mobile/src/icons/WateringCanIcon.svg +1 -497
- package/mobile/src/model/ButtonVersion.ts +1 -1
- package/mobile/src/model/Footnote.ts +4 -0
- package/mobile/src/model/HeadlineType.ts +5 -0
- package/mobile/src/model/Picture.ts +5 -0
- package/mobile/src/model/ProductColorVersion.ts +4 -0
- package/mobile/src/services/sitemap/useSitemap.ts +3 -1
- package/mobile/src/types/Fallback.ts +4 -0
- package/mobile/src/types.ts +1 -0
- package/mobile/src/ui-kit/BenefitItem/BenefitItemProps.ts +3 -8
- package/mobile/src/ui-kit/Button/ButtonProps.ts +12 -13
- package/mobile/src/ui-kit/Button/ButtonSection.tsx +19 -2
- package/mobile/src/ui-kit/Button/buttonClassNameConstants.ts +5 -3
- package/mobile/src/ui-kit/Foldable/Foldable.tsx +1 -1
- package/mobile/src/ui-kit/Input/Input.tsx +1 -1
- package/mobile/src/ui-kit/InputRange/InputRange.tsx +24 -25
- package/mobile/src/ui-kit/Radio/Radio.tsx +2 -1
- package/mobile/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +1 -1
- package/mobile/src/ui-kit/SearchBar/SearchBarInner.tsx +1 -1
- package/mobile/src/ui-kit/SelectCustom/SelectCustom.tsx +91 -0
- package/package.json +3 -2
- package/src/ProjectSettings.ts +4 -0
- package/src/components/Accordion/AccordionContent.ts +5 -9
- package/src/components/BenefitsBlock/BenefitsBlock.tsx +8 -14
- package/src/components/BenefitsBlock/BenefitsBlockContent.ts +15 -22
- package/src/components/BlockContent.ts +1 -3
- package/src/components/Blocks.ts +1 -3
- package/src/components/Bonus/BonusContent.ts +6 -8
- package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +25 -27
- package/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +5 -11
- package/src/components/Calculator/BonusCalculatorForm.tsx +4 -2
- package/src/components/Calculator/Calculator.fixture.tsx +5 -21
- package/src/components/Calculator/CalculatorContent.ts +6 -44
- package/src/components/Calculator/CalculatorValueBlock.tsx +1 -1
- package/src/components/Calculator/CreditCalculatorForm.tsx +4 -2
- package/src/components/Calculator/DepositCalculatorForm.tsx +25 -2
- package/src/components/Calculator/EmbeddableCalcBlocks.tsx +0 -3
- package/src/components/Calculator/renderFootnote.tsx +2 -0
- package/src/components/CardTransfer/CardTransferContent.ts +9 -10
- package/src/components/Catalog/Catalog.fixture.tsx +2 -2
- package/src/components/Catalog/CatalogCard.tsx +4 -3
- package/src/components/Catalog/CatalogContent.ts +2 -6
- package/src/components/ComparisonTable/ComparisonTableContent.ts +9 -47
- package/src/components/ComparisonTable/TableColumn.tsx +10 -1
- package/src/components/ComparisonTable/TableRow.tsx +5 -1
- package/src/components/ContentPage/computeAPIFallback.spec.ts +63 -0
- package/src/components/ContentPage/computeAPIFallback.ts +55 -0
- package/src/components/ErrorBlock/ErrorBlockContent.ts +17 -4
- package/src/components/ExchangeRateTile/ExchangeRateTileContent.ts +3 -4
- package/src/components/ExchangeRateTile/renderInput.tsx +13 -16
- package/src/components/Footer/Footer.mobile.tsx +4 -1
- package/src/components/Footer/Footer.tsx +5 -1
- package/src/components/Footer/FooterContent.ts +5 -9
- package/src/components/Footer/HorizontalNavigation.mobile.tsx +3 -4
- package/src/components/Footer/HorizontalNavigation.tsx +3 -4
- package/src/components/Footer/Sitemap.tsx +4 -2
- package/src/components/Gallery/GalleryContent.ts +16 -19
- package/src/components/GracePeriod/GracePeriodContent.ts +10 -13
- package/src/components/Header/Header.fallback.ts +14 -0
- package/src/components/Header/Header.mobile.tsx +4 -2
- package/src/components/Header/Header.tsx +7 -2
- package/src/components/Header/HeaderContent.ts +15 -23
- package/src/components/Headline/HeadlineContent.ts +9 -9
- package/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +8 -13
- package/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +2 -2
- package/src/components/MiniGallery/MiniGalleryContent.ts +8 -3
- package/src/components/MobileAppTile/MobileAppTileContent.ts +19 -6
- package/src/components/OfficeServicesBlock/OfficeServicesBlock.tsx +3 -3
- package/src/components/OfficeServicesBlock/OfficeServicesBlockContent.ts +5 -20
- package/src/components/OtherProducts/OtherProductsContent.ts +3 -4
- package/src/components/PictureText/PictureText.tsx +1 -1
- package/src/components/PictureText/PictureTextContent.ts +20 -5
- package/src/components/ProductBlock/ProductBlock.fixture.tsx +1 -21
- package/src/components/ProductBlock/ProductBlockContent.ts +13 -10
- package/src/components/ProductTile/ProductTile.fixture.tsx +12 -0
- package/src/components/ProductTile/ProductTile.tsx +21 -12
- package/src/components/ProductTile/ProductTileContent.ts +19 -10
- package/src/components/Recommendation/RecommendationContent.ts +20 -2
- package/src/components/SafeDepositRental/SafeDepositRental.tsx +1 -12
- package/src/components/SafeDepositRental/SafeDepositRentalContent.ts +8 -6
- package/src/components/SafeDepositRental/YandexMap.tsx +19 -11
- package/src/components/SafeDepositRental/renderClusterer.ts +29 -23
- package/src/components/SafeDepositRental/useYandexMaps.ts +13 -0
- package/src/components/StepsBlock/StepsBlockContent.ts +10 -27
- package/src/components/Tabs/TabsContent.ts +8 -5
- package/src/components/TariffsTable/EmbeddableCellData.mobile.tsx +0 -4
- package/src/components/TariffsTable/TariffsTableContent.ts +19 -36
- package/src/components/TariffsTable/TariffsTableRow.tsx +4 -1
- package/src/components/TextBlock/TextBlockContent.ts +3 -6
- package/src/components/Tile/TileContent.ts +17 -3
- package/src/components/__snapshots__/Blocks.spec.tsx.snap +16 -22
- package/src/hooks/useExternalNS.ts +44 -0
- package/src/icons/AirPlaneIcon.svg +1 -98
- package/src/icons/ArrowDownIcon.svg +1 -1
- package/src/icons/ArrowUpIcon.svg +1 -1
- package/src/icons/BuildingIcon.svg +10 -0
- package/src/icons/Car2Icon.svg +10 -0
- package/src/icons/CarIcon.svg +1 -466
- package/src/icons/CinemaIcon.svg +1 -274
- package/src/icons/DocDownloadIcon.svg +1 -1
- package/src/icons/DocsIcon.svg +1 -238
- package/src/icons/DoneIcon.svg +3 -3
- package/src/icons/DoneSimpleIcon.svg +3 -0
- package/src/icons/GpsIcon.svg +1 -1
- package/src/icons/IconName.ts +25 -10
- package/src/icons/MoneyIcon.svg +5 -1
- package/src/icons/MoneysIcon.svg +7 -0
- package/src/icons/PackA4Icon.svg +1 -1
- package/src/icons/PowerIcon.svg +1 -135
- package/src/icons/Profile2UserIcon.svg +6 -1
- package/src/icons/PumpkinIcon.svg +1 -236
- package/src/icons/SoundIcon.svg +1 -113
- package/src/icons/StrongBoxIcon.svg +5 -0
- package/src/icons/UserSquareIcon.svg +5 -0
- package/src/icons/UserTickIcon.svg +5 -1
- package/src/icons/WateringCanIcon.svg +1 -497
- package/src/model/ButtonVersion.ts +1 -1
- package/src/model/Footnote.ts +4 -0
- package/src/model/HeadlineType.ts +5 -0
- package/src/model/Picture.ts +5 -0
- package/src/model/ProductColorVersion.ts +4 -0
- package/src/services/sitemap/useSitemap.ts +3 -1
- package/src/types/Fallback.ts +4 -0
- package/src/types.ts +1 -0
- package/src/ui-kit/BenefitItem/BenefitItemProps.ts +3 -8
- package/src/ui-kit/Button/ButtonProps.ts +12 -13
- package/src/ui-kit/Button/ButtonSection.tsx +19 -2
- package/src/ui-kit/Button/buttonClassNameConstants.ts +5 -3
- package/src/ui-kit/Foldable/Foldable.tsx +1 -1
- package/src/ui-kit/Input/Input.tsx +1 -1
- package/src/ui-kit/InputRange/InputRange.tsx +24 -25
- package/src/ui-kit/Radio/Radio.tsx +2 -1
- package/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +1 -1
- package/src/ui-kit/SearchBar/SearchBarInner.tsx +1 -1
- package/src/ui-kit/SelectCustom/SelectCustom.fixture.tsx +15 -0
- package/src/ui-kit/SelectCustom/SelectCustom.tsx +91 -0
- package/cosmos-static/icons/StateMortgageIcon.svg +0 -1
- package/dist/components/Calculator/MortgageCalculatorForm.d.ts +0 -5
- package/dist/components/Calculator/MortgageCalculatorForm.js +0 -34
- package/dist/components/Calculator/MortgageCalculatorForm.js.map +0 -1
- package/dist/components/Navigation/Navigation.d.ts +0 -5
- package/dist/components/Navigation/Navigation.js +0 -17
- package/dist/components/Navigation/Navigation.js.map +0 -1
- package/dist/components/Navigation/NavigationContent.d.ts +0 -10
- package/dist/components/Navigation/NavigationContent.js.map +0 -1
- package/dist/components/Navigation/NavigationItem.d.ts +0 -4
- package/dist/components/Navigation/NavigationItem.js +0 -6
- package/dist/components/Navigation/NavigationItem.js.map +0 -1
- package/dist/hooks/useScript.d.ts +0 -6
- package/dist/hooks/useScript.js +0 -75
- package/dist/hooks/useScript.js.map +0 -1
- package/lib/components/Calculator/MortgageCalculatorForm.d.ts +0 -5
- package/lib/components/Calculator/MortgageCalculatorForm.js +0 -32
- package/lib/components/Calculator/MortgageCalculatorForm.js.map +0 -1
- package/lib/components/Navigation/Navigation.d.ts +0 -5
- package/lib/components/Navigation/Navigation.js +0 -15
- package/lib/components/Navigation/Navigation.js.map +0 -1
- package/lib/components/Navigation/NavigationContent.d.ts +0 -10
- package/lib/components/Navigation/NavigationContent.js +0 -2
- package/lib/components/Navigation/NavigationContent.js.map +0 -1
- package/lib/components/Navigation/NavigationItem.d.ts +0 -4
- package/lib/components/Navigation/NavigationItem.js +0 -4
- package/lib/components/Navigation/NavigationItem.js.map +0 -1
- package/lib/hooks/useScript.d.ts +0 -6
- package/lib/hooks/useScript.js +0 -72
- package/lib/hooks/useScript.js.map +0 -1
- package/mobile/dist/components/Calculator/MortgageCalculatorForm.d.ts +0 -5
- package/mobile/dist/components/Calculator/MortgageCalculatorForm.js +0 -34
- package/mobile/dist/components/Calculator/MortgageCalculatorForm.js.map +0 -1
- package/mobile/dist/components/Navigation/Navigation.d.ts +0 -5
- package/mobile/dist/components/Navigation/Navigation.js +0 -17
- package/mobile/dist/components/Navigation/Navigation.js.map +0 -1
- package/mobile/dist/components/Navigation/NavigationContent.d.ts +0 -10
- package/mobile/dist/components/Navigation/NavigationContent.js.map +0 -1
- package/mobile/dist/components/Navigation/NavigationItem.d.ts +0 -4
- package/mobile/dist/components/Navigation/NavigationItem.js +0 -6
- package/mobile/dist/components/Navigation/NavigationItem.js.map +0 -1
- package/mobile/dist/hooks/useScript.d.ts +0 -6
- package/mobile/dist/hooks/useScript.js +0 -75
- package/mobile/dist/hooks/useScript.js.map +0 -1
- package/mobile/lib/components/Calculator/MortgageCalculatorForm.d.ts +0 -5
- package/mobile/lib/components/Calculator/MortgageCalculatorForm.js +0 -32
- package/mobile/lib/components/Calculator/MortgageCalculatorForm.js.map +0 -1
- package/mobile/lib/components/Navigation/Navigation.d.ts +0 -5
- package/mobile/lib/components/Navigation/Navigation.js +0 -15
- package/mobile/lib/components/Navigation/Navigation.js.map +0 -1
- package/mobile/lib/components/Navigation/NavigationContent.d.ts +0 -10
- package/mobile/lib/components/Navigation/NavigationContent.js +0 -2
- package/mobile/lib/components/Navigation/NavigationContent.js.map +0 -1
- package/mobile/lib/components/Navigation/NavigationItem.d.ts +0 -4
- package/mobile/lib/components/Navigation/NavigationItem.js +0 -4
- package/mobile/lib/components/Navigation/NavigationItem.js.map +0 -1
- package/mobile/lib/hooks/useScript.d.ts +0 -6
- package/mobile/lib/hooks/useScript.js +0 -72
- package/mobile/lib/hooks/useScript.js.map +0 -1
- package/mobile/src/components/Calculator/MortgageCalculatorForm.tsx +0 -75
- package/mobile/src/components/Navigation/Navigation.tsx +0 -44
- package/mobile/src/components/Navigation/NavigationContent.ts +0 -11
- package/mobile/src/components/Navigation/NavigationItem.tsx +0 -17
- package/mobile/src/hooks/useScript.ts +0 -97
- package/mobile/src/icons/StateMortgageIcon.svg +0 -1
- package/src/components/Calculator/MortgageCalculatorForm.tsx +0 -75
- package/src/components/Navigation/Navigation.fixture.tsx +0 -30
- package/src/components/Navigation/Navigation.tsx +0 -44
- package/src/components/Navigation/NavigationContent.ts +0 -11
- package/src/components/Navigation/NavigationItem.tsx +0 -17
- package/src/hooks/useScript.ts +0 -97
- package/src/icons/StateMortgageIcon.svg +0 -1
package/src/icons/CarIcon.svg
CHANGED
|
@@ -1,466 +1 @@
|
|
|
1
|
-
<svg title="Машина" width="212" height="160" viewBox="0 0 212 160" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect width="180" height="160" transform="translate(1)" fill="white"/>
|
|
3
|
-
<g filter="url(#filter0_f_10079_21639352)">
|
|
4
|
-
<path d="M171.334 117.529C149.255 119.531 88.4873 44.8147 139.865 54.2025C191.242 63.5903 187.294 116.083 171.334 117.529Z" fill="#FFC737"/>
|
|
5
|
-
</g>
|
|
6
|
-
<path d="M23.804 89.6309C23.822 89.6309 23.8581 89.6309 23.8762 89.6309H30.1116V91.5043C33.1813 94.457 35.2578 100.627 35.2578 107.917C35.2578 115.208 33.1813 121.378 30.1116 124.33V126.204H23.804C18.5855 126.204 14.5046 118.181 14.5046 107.917C14.5046 97.6541 18.5855 89.6309 23.804 89.6309Z" fill="url(#paint0_linear_10079_21639352)"/>
|
|
7
|
-
<path d="M23.804 89.6309C23.822 89.6309 23.8581 89.6309 23.8762 89.6309H30.1116V91.5043C33.1813 94.457 35.2578 100.627 35.2578 107.917C35.2578 115.208 33.1813 121.378 30.1116 124.33V126.204H23.804C18.5855 126.204 14.5046 118.181 14.5046 107.917C14.5046 97.6541 18.5855 89.6309 23.804 89.6309Z" fill="url(#paint1_linear_10079_21639352)"/>
|
|
8
|
-
<path d="M30.7944 89.6309C36.0129 89.6309 40.0938 97.6541 40.0938 107.917C40.0938 118.181 36.0129 126.204 30.7944 126.204C25.5759 126.204 21.4951 118.181 21.4951 107.917C21.4951 97.6541 25.5759 89.6309 30.7944 89.6309Z" fill="black"/>
|
|
9
|
-
<path d="M79.7312 81.9741H147.048L170.07 88.6738V116.022H79.7312V81.9741Z" fill="black"/>
|
|
10
|
-
<path d="M152.364 89.6309C152.382 89.6309 152.418 89.6309 152.436 89.6309H158.503L160.128 91.5043C163.198 94.457 161.663 100.627 161.663 107.917C161.663 115.208 163.198 121.378 160.128 124.33L158.503 126.204H152.364C147.145 126.204 143.064 118.181 143.064 107.917C143.064 97.6541 147.145 89.6309 152.364 89.6309Z" fill="url(#paint2_linear_10079_21639352)"/>
|
|
11
|
-
<path d="M152.364 89.6309C152.382 89.6309 152.418 89.6309 152.436 89.6309H158.503L160.128 91.5043C163.198 94.457 161.663 100.627 161.663 107.917C161.663 115.208 163.198 121.378 160.128 124.33L158.503 126.204H152.364C147.145 126.204 143.064 118.181 143.064 107.917C143.064 97.6541 147.145 89.6309 152.364 89.6309Z" fill="url(#paint3_linear_10079_21639352)"/>
|
|
12
|
-
<path d="M158.474 89.6309C163.693 89.6309 167.773 97.6541 167.773 107.917C167.773 118.181 163.693 126.204 158.474 126.204C153.256 126.204 149.175 118.181 149.175 107.917C149.175 97.6541 153.256 89.6309 158.474 89.6309Z" fill="black"/>
|
|
13
|
-
<path d="M158.47 118.262C155.977 118.262 153.956 113.63 153.956 107.917C153.956 102.204 155.977 97.5723 158.47 97.5723C160.963 97.5723 162.984 102.204 162.984 107.917C162.984 113.63 160.963 118.262 158.47 118.262Z" fill="url(#paint4_linear_10079_21639352)"/>
|
|
14
|
-
<path d="M158.47 118.262C155.977 118.262 153.956 113.63 153.956 107.917C153.956 102.204 155.977 97.5723 158.47 97.5723C160.963 97.5723 162.984 102.204 162.984 107.917C162.984 113.63 160.963 118.262 158.47 118.262Z" fill="url(#paint5_linear_10079_21639352)"/>
|
|
15
|
-
<path d="M159.842 107.918C159.842 103.479 158.615 99.6706 156.899 98.2044C157.387 97.7971 157.91 97.5527 158.47 97.5527C160.962 97.5527 162.984 102.196 162.984 107.897C162.984 113.62 160.962 118.242 158.47 118.242C157.91 118.242 157.387 118.018 156.899 117.591C158.615 116.165 159.842 112.377 159.842 107.918Z" fill="url(#paint6_linear_10079_21639352)"/>
|
|
16
|
-
<path d="M159.842 107.918C159.842 103.479 158.615 99.6706 156.899 98.2044C157.387 97.7971 157.91 97.5527 158.47 97.5527C160.962 97.5527 162.984 102.196 162.984 107.897C162.984 113.62 160.962 118.242 158.47 118.242C157.91 118.242 157.387 118.018 156.899 117.591C158.615 116.165 159.842 112.377 159.842 107.918Z" fill="url(#paint7_linear_10079_21639352)"/>
|
|
17
|
-
<path d="M156.507 113.253C155.22 113.253 154.177 110.864 154.177 107.917C154.177 104.971 155.22 102.582 156.507 102.582C157.793 102.582 158.836 104.971 158.836 107.917C158.836 110.864 157.793 113.253 156.507 113.253Z" fill="black"/>
|
|
18
|
-
<path d="M156.147 111.298C155.339 111.298 154.684 109.784 154.684 107.917C154.684 106.051 155.339 104.537 156.147 104.537C156.955 104.537 157.609 106.051 157.609 107.917C157.609 109.784 156.955 111.298 156.147 111.298Z" fill="url(#paint8_linear_10079_21639352)"/>
|
|
19
|
-
<path d="M156.147 111.298C155.339 111.298 154.684 109.784 154.684 107.917C154.684 106.051 155.339 104.537 156.147 104.537C156.955 104.537 157.609 106.051 157.609 107.917C157.609 109.784 156.955 111.298 156.147 111.298Z" fill="url(#paint9_linear_10079_21639352)"/>
|
|
20
|
-
<path d="M158.474 122.131C154.555 122.131 151.378 115.767 151.378 107.917C151.378 100.067 154.555 93.7036 158.474 93.7036C162.393 93.7036 165.57 100.067 165.57 107.917C165.57 115.767 162.393 122.131 158.474 122.131Z" stroke="white" stroke-miterlimit="10"/>
|
|
21
|
-
<path d="M90.0982 89.6304C90.1163 89.6304 90.1524 89.6304 90.1704 89.6304H96.2376L97.8627 91.5038C100.932 94.4565 99.3975 100.627 99.3975 107.917C99.3975 115.207 100.932 121.377 97.8627 124.33L96.2376 126.203H90.0982C84.8797 126.203 80.7988 118.18 80.7988 107.917C80.7988 97.6536 84.8797 89.6304 90.0982 89.6304Z" fill="url(#paint10_linear_10079_21639352)"/>
|
|
22
|
-
<path d="M90.0982 89.6304C90.1163 89.6304 90.1524 89.6304 90.1704 89.6304H96.2376L97.8627 91.5038C100.932 94.4565 99.3975 100.627 99.3975 107.917C99.3975 115.207 100.932 121.377 97.8627 124.33L96.2376 126.203H90.0982C84.8797 126.203 80.7988 118.18 80.7988 107.917C80.7988 97.6536 84.8797 89.6304 90.0982 89.6304Z" fill="url(#paint11_linear_10079_21639352)"/>
|
|
23
|
-
<path d="M96.2007 89.6304C101.419 89.6304 105.5 97.6536 105.5 107.917C105.5 118.18 101.419 126.203 96.2007 126.203C90.9822 126.203 86.9013 118.18 86.9013 107.917C86.9013 97.6536 90.9822 89.6304 96.2007 89.6304Z" fill="black"/>
|
|
24
|
-
<path d="M96.2045 118.262C93.7114 118.262 91.6903 113.63 91.6903 107.917C91.6903 102.204 93.7114 97.5723 96.2045 97.5723C98.6977 97.5723 100.719 102.204 100.719 107.917C100.719 113.63 98.6977 118.262 96.2045 118.262Z" fill="url(#paint12_linear_10079_21639352)"/>
|
|
25
|
-
<path d="M96.2045 118.262C93.7114 118.262 91.6903 113.63 91.6903 107.917C91.6903 102.204 93.7114 97.5723 96.2045 97.5723C98.6977 97.5723 100.719 102.204 100.719 107.917C100.719 113.63 98.6977 118.262 96.2045 118.262Z" fill="url(#paint13_linear_10079_21639352)"/>
|
|
26
|
-
<path d="M97.5768 107.917C97.5768 103.478 96.349 99.6701 94.6336 98.2039C95.1211 97.7966 95.6447 97.5522 96.2045 97.5522C98.6964 97.5522 100.719 102.195 100.719 107.897C100.719 113.619 98.6964 118.242 96.2045 118.242C95.6447 118.242 95.1211 118.018 94.6336 117.59C96.349 116.165 97.5768 112.377 97.5768 107.917Z" fill="#050304"/>
|
|
27
|
-
<path d="M97.5768 107.917C97.5768 103.478 96.349 99.6701 94.6336 98.2039C95.1211 97.7966 95.6447 97.5522 96.2045 97.5522C98.6964 97.5522 100.719 102.195 100.719 107.897C100.719 113.619 98.6964 118.242 96.2045 118.242C95.6447 118.242 95.1211 118.018 94.6336 117.59C96.349 116.165 97.5768 112.377 97.5768 107.917Z" fill="url(#paint14_linear_10079_21639352)"/>
|
|
28
|
-
<path d="M94.2331 113.253C92.9467 113.253 91.9038 110.864 91.9038 107.917C91.9038 104.971 92.9467 102.582 94.2331 102.582C95.5196 102.582 96.5625 104.971 96.5625 107.917C96.5625 110.864 95.5196 113.253 94.2331 113.253Z" fill="black"/>
|
|
29
|
-
<path d="M93.8655 111.297C93.0577 111.297 92.4029 109.783 92.4029 107.916C92.4029 106.05 93.0577 104.536 93.8655 104.536C94.6733 104.536 95.3281 106.05 95.3281 107.916C95.3281 109.783 94.6733 111.297 93.8655 111.297Z" fill="url(#paint15_linear_10079_21639352)"/>
|
|
30
|
-
<path d="M93.8655 111.297C93.0577 111.297 92.4029 109.783 92.4029 107.916C92.4029 106.05 93.0577 104.536 93.8655 104.536C94.6733 104.536 95.3281 106.05 95.3281 107.916C95.3281 109.783 94.6733 111.297 93.8655 111.297Z" fill="url(#paint16_linear_10079_21639352)"/>
|
|
31
|
-
<path d="M96.2005 122.131C92.2812 122.131 89.1041 115.767 89.1041 107.917C89.1041 100.067 92.2812 93.7031 96.2005 93.7031C100.12 93.7031 103.297 100.067 103.297 107.917C103.297 115.767 100.12 122.131 96.2005 122.131Z" stroke="white" stroke-miterlimit="10"/>
|
|
32
|
-
<path d="M12.6525 80.5483C12.6525 80.5483 20.9226 77.2291 25.4188 75.1927C28.4523 73.8283 34.8625 72.2603 38.7448 71.3847C40.713 70.9367 42.5368 69.8574 43.9633 68.2691C44.4328 67.76 44.9745 67.1491 45.6245 66.4567L47.9178 64.0945C52.8293 59.0036 60.3049 54.9105 66.4984 52.1411C72.7461 49.3716 79.3189 48.9644 86.018 48.9644C86.018 48.9644 110.305 49.0458 117.275 49.0458C124.245 49.0458 150.211 50.5934 168.033 75.5592C171.698 78.736 176.158 84.2952 176.556 92.7665C176.664 95.2916 176.664 91.1781 176.664 97.5723C176.664 103.681 175.761 116.022 169.766 116.022C163.771 116.022 166.66 116.022 166.66 116.022C167.148 113.517 167.401 110.809 167.401 107.937C167.401 95.536 162.453 85.8021 156.151 85.8021C149.849 85.8021 144.902 95.5156 144.902 107.937C144.902 110.809 145.173 113.537 145.642 116.022H106.874C107.343 113.517 107.614 110.788 107.614 107.937C107.614 95.3527 102.612 85.4967 96.2021 85.4967C89.7919 85.4967 84.7901 95.3527 84.7901 107.937C84.7901 110.809 85.0429 113.537 85.5305 116.022H13.8442C10.3592 116.022 7.37982 113.232 6.72977 109.383L5.32132 90.384L12.6525 80.5483Z" fill="url(#paint17_linear_10079_21639352)"/>
|
|
33
|
-
<path d="M12.6525 80.5483C12.6525 80.5483 20.9226 77.2291 25.4188 75.1927C28.4523 73.8283 34.8625 72.2603 38.7448 71.3847C40.713 70.9367 42.5368 69.8574 43.9633 68.2691C44.4328 67.76 44.9745 67.1491 45.6245 66.4567L47.9178 64.0945C52.8293 59.0036 60.3049 54.9105 66.4984 52.1411C72.7461 49.3716 79.3189 48.9644 86.018 48.9644C86.018 48.9644 110.305 49.0458 117.275 49.0458C124.245 49.0458 150.211 50.5934 168.033 75.5592C171.698 78.736 176.158 84.2952 176.556 92.7665C176.664 95.2916 176.664 91.1781 176.664 97.5723C176.664 103.681 175.761 116.022 169.766 116.022C163.771 116.022 166.66 116.022 166.66 116.022C167.148 113.517 167.401 110.809 167.401 107.937C167.401 95.536 162.453 85.8021 156.151 85.8021C149.849 85.8021 144.902 95.5156 144.902 107.937C144.902 110.809 145.173 113.537 145.642 116.022H106.874C107.343 113.517 107.614 110.788 107.614 107.937C107.614 95.3527 102.612 85.4967 96.2021 85.4967C89.7919 85.4967 84.7901 95.3527 84.7901 107.937C84.7901 110.809 85.0429 113.537 85.5305 116.022H13.8442C10.3592 116.022 7.37982 113.232 6.72977 109.383L5.32132 90.384L12.6525 80.5483Z" fill="url(#paint18_linear_10079_21639352)" style="mix-blend-mode:hard-light"/>
|
|
34
|
-
<path d="M12.6525 80.5483C12.6525 80.5483 20.9226 77.2291 25.4188 75.1927C28.4523 73.8283 34.8625 72.2603 38.7448 71.3847C40.713 70.9367 42.5368 69.8574 43.9633 68.2691C44.4328 67.76 44.9745 67.1491 45.6245 66.4567L47.9178 64.0945C52.8293 59.0036 60.3049 54.9105 66.4984 52.1411C72.7461 49.3716 79.3189 48.9644 86.018 48.9644C86.018 48.9644 110.305 49.0458 117.275 49.0458C124.245 49.0458 150.211 50.5934 168.033 75.5592C171.698 78.736 176.158 84.2952 176.556 92.7665C176.664 95.2916 176.664 91.1781 176.664 97.5723C176.664 103.681 175.761 116.022 169.766 116.022C163.771 116.022 166.66 116.022 166.66 116.022C167.148 113.517 167.401 110.809 167.401 107.937C167.401 95.536 162.453 85.8021 156.151 85.8021C149.849 85.8021 144.902 95.5156 144.902 107.937C144.902 110.809 145.173 113.537 145.642 116.022H106.874C107.343 113.517 107.614 110.788 107.614 107.937C107.614 95.3527 102.612 85.4967 96.2021 85.4967C89.7919 85.4967 84.7901 95.3527 84.7901 107.937C84.7901 110.809 85.0429 113.537 85.5305 116.022H13.8442C10.3592 116.022 7.37982 113.232 6.72977 109.383L5.32132 90.384L12.6525 80.5483Z" fill="url(#paint19_linear_10079_21639352)"/>
|
|
35
|
-
<g style="mix-blend-mode:soft-light">
|
|
36
|
-
<path d="M148.602 77.7382C148.602 77.7382 111.747 71.3033 90.0789 78.8379C90.0789 78.8379 97.4281 79.7746 109.382 79.408C121.354 79.0415 148.602 77.7382 148.602 77.7382Z" fill="url(#paint20_linear_10079_21639352)"/>
|
|
37
|
-
</g>
|
|
38
|
-
<g filter="url(#filter1_d_10079_21639352)">
|
|
39
|
-
<path d="M52.7397 90.3637L84.8269 78.8379C84.8269 78.8379 85.0256 87.3906 80.2585 89.6102C75.4915 91.8299 61.6057 93.4997 58.0846 92.4408C54.5634 91.3615 52.7397 90.3637 52.7397 90.3637Z" fill="url(#paint21_linear_10079_21639352)"/>
|
|
40
|
-
</g>
|
|
41
|
-
<path d="M82.7138 50.5938H106.134C107.362 50.5938 108.084 52.0599 107.38 53.1392L98.3331 67.129C96.2205 70.6315 96.6899 70.4279 92.4466 70.4279H44.3608C43.3677 70.4279 42.8801 69.1246 43.6205 68.3916L46.2929 65.7646C56.2242 56.0105 69.2253 50.5938 82.7138 50.5938Z" fill="black"/>
|
|
42
|
-
<path d="M82.7138 50.5938H106.134C107.362 50.5938 108.084 52.0599 107.38 53.1392L98.3331 67.129C96.2205 70.6315 96.6899 70.4279 92.4466 70.4279H44.3608C43.3677 70.4279 42.8801 69.1246 43.6205 68.3916L46.2929 65.7646C56.2242 56.0105 69.2253 50.5938 82.7138 50.5938Z" fill="url(#paint22_linear_10079_21639352)"/>
|
|
43
|
-
<mask id="mask0_10079_21639352" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="43" y="50" width="65" height="21">
|
|
44
|
-
<path d="M82.7295 50.7158H106.149C107.377 50.7158 108.1 52.182 107.395 53.2613L98.3488 67.2511C96.2361 70.7536 96.7056 70.55 92.4622 70.55H44.3764C43.3833 70.55 42.8958 69.2467 43.6361 68.5136L46.3085 65.8867C56.2399 56.1325 69.2409 50.7158 82.7295 50.7158Z" fill="url(#paint23_linear_10079_21639352)"/>
|
|
45
|
-
</mask>
|
|
46
|
-
<g mask="url(#mask0_10079_21639352)">
|
|
47
|
-
<mask id="mask1_10079_21639352" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="35" y="39" width="108" height="34">
|
|
48
|
-
<path d="M138.165 46.2234C114.941 50.1713 79.5762 64.2332 73.2541 69.5069V72.9905L35.5547 69.5069L73.2541 40.8926C76.0066 36.3931 161.389 42.2755 138.165 46.2234Z" fill="url(#paint24_linear_10079_21639352)"/>
|
|
49
|
-
</mask>
|
|
50
|
-
<g mask="url(#mask1_10079_21639352)">
|
|
51
|
-
<path d="M110.559 49.2532C87.335 53.2011 51.9705 67.263 45.6484 72.5367V76.0203L105.932 74.9442L121.802 57.8169C124.555 53.3174 133.784 45.3053 110.559 49.2532Z" fill="url(#paint25_linear_10079_21639352)"/>
|
|
52
|
-
</g>
|
|
53
|
-
</g>
|
|
54
|
-
<path d="M94.4297 73.5029C94.4297 73.5029 77.9978 76.2724 69.8541 79.9378C61.7104 83.6033 58.388 86.4542 58.388 86.4542C58.388 86.4542 67.5248 81.8927 76.9505 78.8586C86.3763 75.8244 94.4297 73.5029 94.4297 73.5029Z" fill="url(#paint26_linear_10079_21639352)"/>
|
|
55
|
-
<path opacity="0.5" d="M160.109 80.6914C160.109 80.6914 145.393 79.6528 142.612 99.0187C141.438 107.144 149.293 116.043 149.293 116.043L148.806 99.0187L157.961 85.1307L160.109 80.6914Z" fill="url(#paint27_linear_10079_21639352)"/>
|
|
56
|
-
<path d="M97.7344 80.6909C97.7344 80.6909 83.0179 79.6524 80.2371 99.0182C79.0634 107.143 86.9182 116.042 86.9182 116.042L86.4307 99.0182L95.5856 85.1098L97.7344 80.6909Z" fill="url(#paint28_linear_10079_21639352)"/>
|
|
57
|
-
<path d="M84.7017 81.2002C81.289 82.6053 68.3782 87.8184 55.7925 91.6671C55.0522 91.4024 54.4563 91.158 53.9868 90.9544L53.409 90.6896C67.4031 86.5355 82.7877 80.2635 84.8281 79.4082C84.8101 79.8358 84.774 80.4671 84.7017 81.2002Z" fill="url(#paint29_linear_10079_21639352)"/>
|
|
58
|
-
<path d="M84.7017 81.2002C81.289 82.6053 68.3782 87.8184 55.7925 91.6671C55.0522 91.4024 54.4563 91.158 53.9868 90.9544L53.409 90.6896C67.4031 86.5355 82.7877 80.2635 84.8281 79.4082C84.8101 79.8358 84.774 80.4671 84.7017 81.2002Z" fill="url(#paint30_linear_10079_21639352)" fill-opacity="0.5"/>
|
|
59
|
-
<path d="M105.807 116.022C106.06 114.047 106.187 111.99 106.187 109.892C106.187 97.4909 101.726 87.3906 96.2191 87.3906C90.7117 87.3906 86.2516 97.4909 86.2516 109.892C86.2516 111.99 86.378 114.047 86.6308 116.022C86.6308 116.022 81.7554 104.944 86.8655 91.7891C88.924 86.4946 92.5896 83.8677 96.2191 83.8677C99.8485 83.8677 103.46 86.5149 105.573 91.7891C110.683 104.557 105.807 116.022 105.807 116.022Z" fill="url(#paint31_linear_10079_21639352)"/>
|
|
60
|
-
<path d="M167.881 116.022C168.133 114.047 168.26 111.99 168.26 109.892C168.26 97.4909 163.8 87.3906 158.292 87.3906C152.785 87.3906 148.325 97.4909 148.325 109.892C148.325 111.99 148.451 114.047 148.704 116.022C148.704 116.022 143.612 103.478 148.939 91.7891C151.286 86.6575 154.663 83.8677 158.292 83.8677C161.922 83.8677 165.244 86.6779 167.646 91.7891C169.903 96.5746 170.589 102.602 169.704 109.892C169.145 114.413 167.881 116.022 167.881 116.022Z" fill="url(#paint32_linear_10079_21639352)"/>
|
|
61
|
-
<path d="M47.6343 72.8105H78.125C71.4439 74.5822 66.2254 76.8425 62.4696 78.8382C56.4747 82.0149 52.9865 83.6644 49.32 83.6644H16.0707C16.0707 83.6644 19.1042 79.6935 32.8636 75.1727C37.6668 73.5844 42.6505 72.8105 47.6343 72.8105Z" fill="url(#paint33_linear_10079_21639352)"/>
|
|
62
|
-
<path d="M58.1809 98.7129L66.1801 98.9369C68.04 98.998 69.7193 100.24 70.4957 102.134L72.157 106.186C72.2834 106.512 71.9945 106.838 71.7056 106.695L58.0184 99.446C57.6933 99.2627 57.8197 98.7129 58.1809 98.7129Z" fill="url(#paint34_linear_10079_21639352)"/>
|
|
63
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M58.1846 97.501H58.1712C57.4309 97.501 56.9284 98.0912 56.7883 98.7131C56.6463 99.3437 56.8478 100.147 57.5259 100.529L57.5378 100.536L71.25 107.799L71.2632 107.805C72.4576 108.395 73.6497 107.029 73.1346 105.702L73.1302 105.69L71.4643 101.626C70.5153 99.3118 68.4675 97.7999 66.2018 97.7255L66.1995 97.7254L58.1846 97.501ZM70.486 102.134C69.7096 100.24 68.0303 98.9979 66.1704 98.9368L58.1712 98.7128C57.81 98.7128 57.6836 99.2627 58.0087 99.4459L71.6958 106.695C71.9848 106.838 72.2737 106.512 72.1473 106.186L70.486 102.134Z" fill="url(#paint35_linear_10079_21639352)"/>
|
|
64
|
-
<path d="M58.1809 98.7129L66.1801 98.9369C68.04 98.998 69.7193 100.24 70.4957 102.134L72.157 106.186C72.2834 106.512 71.9945 106.838 71.7056 106.695L58.0184 99.446C57.6933 99.2627 57.8197 98.7129 58.1809 98.7129Z" fill="url(#paint36_linear_10079_21639352)"/>
|
|
65
|
-
<path d="M158.172 75.5186C162.036 73.1564 166.334 74.4189 168.447 75.4575C170.559 76.496 172.004 78.1659 172.582 79.2655L174.243 83.3179C174.369 83.6437 174.08 83.9695 173.791 83.8269C173.791 83.8269 169.62 81.424 164.51 79.5709C159.852 77.9011 156.33 76.6386 158.172 75.5186Z" fill="url(#paint37_linear_10079_21639352)"/>
|
|
66
|
-
<path d="M158.172 75.5186C162.036 73.1564 166.334 74.4189 168.447 75.4575C170.559 76.496 172.004 78.1659 172.582 79.2655L174.243 83.3179C174.369 83.6437 174.08 83.9695 173.791 83.8269C173.791 83.8269 169.62 81.424 164.51 79.5709C159.852 77.9011 156.33 76.6386 158.172 75.5186Z" fill="url(#paint38_linear_10079_21639352)"/>
|
|
67
|
-
<path d="M8.29709 98.7129L6.32889 98.9369C5.75107 98.998 5.33576 99.2831 5.33576 102.134C5.33576 104.985 6.52751 106.431 6.52751 106.431C6.4914 106.757 8.87491 99.446 8.87491 99.446C8.98325 99.2627 8.94714 98.7129 8.29709 98.7129Z" fill="white"/>
|
|
68
|
-
<path d="M18.1219 107.713H47.5367C49.9744 107.713 52.1412 105.962 52.9177 103.376L55.2109 95.882L53.3691 94.0493C49.9022 90.6282 45.4421 88.7344 40.8376 88.7344H23.2501C17.9774 88.7344 12.9396 91.1984 9.34621 95.5562L9.20175 95.7191L13.0298 104.211C14.023 106.349 15.9912 107.713 18.1219 107.713Z" fill="white"/>
|
|
69
|
-
<path d="M18.1219 107.713H47.5367C49.9744 107.713 52.1412 105.962 52.9177 103.376L55.2109 95.882L53.3691 94.0493C49.9022 90.6282 45.4421 88.7344 40.8376 88.7344H23.2501C17.9774 88.7344 12.9395 91.1984 9.34621 95.5562L9.20174 95.7191L13.0298 104.211C14.023 106.349 15.9912 107.713 18.1219 107.713Z" fill="url(#paint39_linear_10079_21639352)"/>
|
|
70
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M57.0938 95.3256L54.4407 92.6856L54.4381 92.6831C50.6775 88.9722 45.8391 86.917 40.841 86.917H23.2536C17.5425 86.917 12.084 89.5814 8.1854 94.2957L7.2348 95.3677L11.5966 105.043L11.6011 105.053C12.8669 107.778 15.3802 109.531 18.1254 109.531H47.5402C50.6682 109.531 53.4505 107.287 54.4505 103.963L57.0938 95.3256ZM52.9212 103.376C52.1447 105.962 49.9779 107.714 47.5402 107.714H18.1254C15.9946 107.714 14.0264 106.349 13.0333 104.211L9.20522 95.7195L9.34969 95.5566C12.943 91.1988 17.9809 88.7348 23.2536 88.7348H40.841C45.4456 88.7348 49.9057 90.6286 53.3726 94.0497L55.2144 95.8824L52.9212 103.376Z" fill="url(#paint40_linear_10079_21639352)"/>
|
|
71
|
-
<g filter="url(#filter2_i_10079_21639352)">
|
|
72
|
-
<path d="M18.1219 107.76H47.5367C49.9744 107.76 52.1412 106.009 52.9177 103.423L55.2109 95.9289L53.3691 94.0962C49.9022 90.6751 45.4421 88.7812 40.8376 88.7812H23.2501C17.9774 88.7812 12.9395 91.2452 9.34621 95.6031L9.20174 95.766L13.0298 104.258C14.023 106.396 15.9912 107.76 18.1219 107.76Z" fill="url(#paint41_linear_10079_21639352)"/>
|
|
73
|
-
<path d="M18.1219 107.76H47.5367C49.9744 107.76 52.1412 106.009 52.9177 103.423L55.2109 95.9289L53.3691 94.0962C49.9022 90.6751 45.4421 88.7812 40.8376 88.7812H23.2501C17.9774 88.7812 12.9395 91.2452 9.34621 95.6031L9.20174 95.766L13.0298 104.258C14.023 106.396 15.9912 107.76 18.1219 107.76Z" fill="url(#paint42_linear_10079_21639352)"/>
|
|
74
|
-
</g>
|
|
75
|
-
<path d="M14.5051 106.248C14.4329 106.186 14.3606 106.105 14.3065 106.044H51.3594C51.2871 106.105 51.233 106.186 51.1608 106.248H14.5051Z" fill="black"/>
|
|
76
|
-
<path d="M53.0156 103.05L52.9434 103.254H12.6041L12.5138 103.05H53.0156Z" fill="black"/>
|
|
77
|
-
<path d="M55.0781 95.7399H9.23141L9.21336 95.7195L9.35781 95.5566H54.8614L55.0781 95.7399Z" fill="black"/>
|
|
78
|
-
<path d="M53.9453 100.037L53.8731 100.24H11.2586L11.1683 100.037H53.9453Z" fill="black"/>
|
|
79
|
-
<path d="M52.4375 104.537C52.4014 104.598 52.3653 104.68 52.3292 104.741H13.3261C13.29 104.68 13.2539 104.598 13.2178 104.537H52.4375Z" fill="black"/>
|
|
80
|
-
<path d="M53.4688 101.543L53.4146 101.747H11.9377L11.8474 101.543H53.4688Z" fill="black"/>
|
|
81
|
-
<path d="M49.3889 91.0361C49.5153 91.0972 49.6236 91.1787 49.75 91.2398H14.3402C14.4486 91.1787 14.575 91.0972 14.6833 91.0361H49.3889Z" fill="black"/>
|
|
82
|
-
<path d="M51.63 92.543C51.7203 92.6041 51.8106 92.6855 51.8828 92.7466H12.1755C12.2658 92.6855 12.338 92.6041 12.4283 92.543H51.63Z" fill="black"/>
|
|
83
|
-
<path d="M45.9822 89.5288C46.1809 89.5899 46.3795 89.6714 46.5781 89.7324H17.5064C17.705 89.651 17.9036 89.5899 18.1203 89.5288H45.9822Z" fill="black"/>
|
|
84
|
-
<path d="M54.8438 97.043L54.7896 97.2466H9.89993L9.80965 97.043H54.8438Z" fill="black"/>
|
|
85
|
-
<path d="M53.3482 94.0293C53.3482 94.0497 53.3663 94.0497 53.3482 94.0293L53.5469 94.2329H10.5351C10.6074 94.1718 10.6615 94.0904 10.7338 94.0293H53.3482Z" fill="black"/>
|
|
86
|
-
<path d="M54.3906 98.5498L54.3184 98.7534H10.5844L10.476 98.5498H54.3906Z" fill="black"/>
|
|
87
|
-
<path d="M138.885 116.022C139.102 114.332 139.282 112.52 139.499 110.585C139.86 107.184 140.24 103.662 140.691 100.974C141.955 93.3983 143.959 88.0426 150.406 83.0332C150.695 82.8092 150.983 82.5852 151.236 82.3816C153.385 80.7321 154.577 79.8157 154.252 78.3903C153.963 77.0463 152.681 75.6208 151.453 74.2361C150.351 72.9939 149.196 71.711 148.871 70.5503L148.708 70.6114C149.069 71.8128 150.171 73.055 151.345 74.3787C152.554 75.743 153.8 77.1481 154.089 78.431C154.378 79.7139 153.222 80.6099 151.146 82.1983C150.875 82.4019 150.604 82.6259 150.297 82.8499C143.797 87.9001 141.792 93.2965 140.51 100.933C140.059 103.641 139.68 107.144 139.319 110.565C139.12 112.499 138.921 114.332 138.705 116.002L138.885 116.022Z" fill="black"/>
|
|
88
|
-
<path d="M21.3805 109.038H35.6054C40.535 109.038 50.2858 110.137 53.9875 112.153L58.9531 114.841H10.1517C9.17917 114.841 14.7478 109.038 21.3805 109.038Z" fill="url(#paint43_linear_10079_21639352)"/>
|
|
89
|
-
<mask id="mask2_10079_21639352" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="5" y="48" width="172" height="69">
|
|
90
|
-
<path d="M12.6525 80.5483C12.6525 80.5483 20.9226 77.2291 25.4188 75.1927C28.4523 73.8283 34.8625 72.2603 38.7448 71.3847C40.713 70.9367 42.5368 69.8574 43.9633 68.2691C44.4328 67.76 44.9745 67.1491 45.6245 66.4567L47.9178 64.0945C52.8293 59.0036 60.3049 54.9105 66.4984 52.1411C72.7461 49.3716 79.3189 48.9644 86.018 48.9644C86.018 48.9644 110.305 49.0458 117.275 49.0458C124.245 49.0458 150.211 50.5934 168.033 75.5592C171.698 78.736 176.158 84.2952 176.556 92.7665C176.664 95.2916 176.664 91.1781 176.664 97.5723C176.664 103.681 175.761 116.022 169.766 116.022C163.771 116.022 166.66 116.022 166.66 116.022C167.148 113.517 167.401 110.809 167.401 107.937C167.401 95.536 162.453 85.8021 156.151 85.8021C149.849 85.8021 144.902 95.5156 144.902 107.937C144.902 110.809 145.173 113.537 145.642 116.022H106.874C107.343 113.517 107.614 110.788 107.614 107.937C107.614 95.3527 102.612 85.4967 96.2021 85.4967C89.7919 85.4967 84.7901 95.3527 84.7901 107.937C84.7901 110.809 85.0429 113.537 85.5305 116.022H13.8442C10.3592 116.022 7.37982 113.232 6.72977 109.383L5.32132 90.384L12.6525 80.5483Z" fill="url(#paint44_linear_10079_21639352)"/>
|
|
91
|
-
<path d="M12.6525 80.5483C12.6525 80.5483 20.9226 77.2291 25.4188 75.1927C28.4523 73.8283 34.8625 72.2603 38.7448 71.3847C40.713 70.9367 42.5368 69.8574 43.9633 68.2691C44.4328 67.76 44.9745 67.1491 45.6245 66.4567L47.9178 64.0945C52.8293 59.0036 60.3049 54.9105 66.4984 52.1411C72.7461 49.3716 79.3189 48.9644 86.018 48.9644C86.018 48.9644 110.305 49.0458 117.275 49.0458C124.245 49.0458 150.211 50.5934 168.033 75.5592C171.698 78.736 176.158 84.2952 176.556 92.7665C176.664 95.2916 176.664 91.1781 176.664 97.5723C176.664 103.681 175.761 116.022 169.766 116.022C163.771 116.022 166.66 116.022 166.66 116.022C167.148 113.517 167.401 110.809 167.401 107.937C167.401 95.536 162.453 85.8021 156.151 85.8021C149.849 85.8021 144.902 95.5156 144.902 107.937C144.902 110.809 145.173 113.537 145.642 116.022H106.874C107.343 113.517 107.614 110.788 107.614 107.937C107.614 95.3527 102.612 85.4967 96.2021 85.4967C89.7919 85.4967 84.7901 95.3527 84.7901 107.937C84.7901 110.809 85.0429 113.537 85.5305 116.022H13.8442C10.3592 116.022 7.37982 113.232 6.72977 109.383L5.32132 90.384L12.6525 80.5483Z" fill="url(#paint45_linear_10079_21639352)"/>
|
|
92
|
-
<path d="M12.6525 80.5483C12.6525 80.5483 20.9226 77.2291 25.4188 75.1927C28.4523 73.8283 34.8625 72.2603 38.7448 71.3847C40.713 70.9367 42.5368 69.8574 43.9633 68.2691C44.4328 67.76 44.9745 67.1491 45.6245 66.4567L47.9178 64.0945C52.8293 59.0036 60.3049 54.9105 66.4984 52.1411C72.7461 49.3716 79.3189 48.9644 86.018 48.9644C86.018 48.9644 110.305 49.0458 117.275 49.0458C124.245 49.0458 150.211 50.5934 168.033 75.5592C171.698 78.736 176.158 84.2952 176.556 92.7665C176.664 95.2916 176.664 91.1781 176.664 97.5723C176.664 103.681 175.761 116.022 169.766 116.022C163.771 116.022 166.66 116.022 166.66 116.022C167.148 113.517 167.401 110.809 167.401 107.937C167.401 95.536 162.453 85.8021 156.151 85.8021C149.849 85.8021 144.902 95.5156 144.902 107.937C144.902 110.809 145.173 113.537 145.642 116.022H106.874C107.343 113.517 107.614 110.788 107.614 107.937C107.614 95.3527 102.612 85.4967 96.2021 85.4967C89.7919 85.4967 84.7901 95.3527 84.7901 107.937C84.7901 110.809 85.0429 113.537 85.5305 116.022H13.8442C10.3592 116.022 7.37982 113.232 6.72977 109.383L5.32132 90.384L12.6525 80.5483Z" fill="url(#paint46_linear_10079_21639352)"/>
|
|
93
|
-
</mask>
|
|
94
|
-
<g mask="url(#mask2_10079_21639352)">
|
|
95
|
-
<g style="mix-blend-mode:screen">
|
|
96
|
-
<path d="M-9.01095 100.945C-9.25113 100.684 -9.02394 100.271 -8.70336 100.387L0.109557 103.562L1.47764 104.051C6.95997 106.009 9.83335 112.627 7.56393 118.069L5.46474 116.961L4.9011 113.4C4.35246 109.935 2.2252 106.898 -0.756938 105.324L-8.91708 101.018C-8.95182 101 -8.9836 100.975 -9.01095 100.945Z" fill="url(#paint47_linear_10079_21639352)"/>
|
|
97
|
-
<path d="M-9.01095 100.945C-9.25113 100.684 -9.02394 100.271 -8.70336 100.387L0.109557 103.562L1.47764 104.051C6.95997 106.009 9.83335 112.627 7.56393 118.069L5.46474 116.961L4.9011 113.4C4.35246 109.935 2.2252 106.898 -0.756938 105.324L-8.91708 101.018C-8.95182 101 -8.9836 100.975 -9.01095 100.945Z" fill="url(#paint48_linear_10079_21639352)"/>
|
|
98
|
-
</g>
|
|
99
|
-
<g style="mix-blend-mode:multiply">
|
|
100
|
-
<path d="M5.01562 119.229C5.01562 105.424 16.2068 94.2329 30.0118 94.2329H61.3558C69.8292 94.2329 77.383 99.5726 80.2099 107.561L84.3394 119.229H5.01562Z" fill="url(#paint49_linear_10079_21639352)"/>
|
|
101
|
-
</g>
|
|
102
|
-
</g>
|
|
103
|
-
<path d="M98.9317 70.428L143.894 70.5705C143.894 70.5705 144.291 70.5909 151.441 70.5909C158.592 70.5909 158.032 68.188 157.075 67.0884C142.9 50.6345 115.67 50.94 115.67 50.94C114.244 50.7364 112.799 51.2047 111.915 52.1618C109.928 54.3204 108.014 57.5785 104.746 62.2011C102.001 66.0905 98.9317 70.428 98.9317 70.428Z" fill="url(#paint50_linear_10079_21639352)"/>
|
|
104
|
-
<mask id="mask3_10079_21639352" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="98" y="50" width="60" height="21">
|
|
105
|
-
<path d="M98.9317 70.428L143.894 70.5705C143.894 70.5705 144.291 70.5909 151.441 70.5909C158.592 70.5909 158.032 68.188 157.075 67.0884C142.9 50.6345 115.67 50.94 115.67 50.94C114.244 50.7364 112.799 51.2047 111.915 52.1618C109.928 54.3204 108.014 57.5785 104.746 62.2011C102.001 66.0905 98.9317 70.428 98.9317 70.428Z" fill="url(#paint51_linear_10079_21639352)"/>
|
|
106
|
-
</mask>
|
|
107
|
-
<g mask="url(#mask3_10079_21639352)">
|
|
108
|
-
<g style="mix-blend-mode:overlay">
|
|
109
|
-
<path d="M142.448 58.6175C132.826 55.9113 107.562 63.6945 94.2812 72.2219L151.602 76.6619C153.795 68.9097 152.071 61.3237 142.448 58.6175Z" fill="url(#paint52_linear_10079_21639352)"/>
|
|
110
|
-
</g>
|
|
111
|
-
</g>
|
|
112
|
-
<path d="M131.18 70.5098L156.568 70.6116L156.586 70.632L131.18 70.5301V70.5098Z" fill="url(#paint53_linear_10079_21639352)"/>
|
|
113
|
-
<path d="M104.922 70.1637C104.814 70.3266 104.741 70.4284 104.741 70.4284H104.922V70.4487L98.9089 70.4284C98.9089 70.4284 101.87 65.7651 104.777 62.2015C104.832 62.1404 104.868 62.0793 104.922 62.0386V70.1637Z" fill="black"/>
|
|
114
|
-
<path d="M142.304 56.3364C142.34 56.3568 142.358 56.3568 142.394 56.3772C142.484 56.4179 142.575 56.4586 142.665 56.4993C142.828 56.5808 142.972 56.6419 143.135 56.7233C143.225 56.7641 143.315 56.8048 143.405 56.8455C143.64 56.9473 143.857 57.0695 144.092 57.1917C144.146 57.2121 144.218 57.2528 144.272 57.2935C144.453 57.3953 144.633 57.4768 144.814 57.5786C144.904 57.6193 144.994 57.6804 145.085 57.7212C145.247 57.8026 145.41 57.9044 145.572 57.9859C145.663 58.0266 145.735 58.0673 145.825 58.1284C146.06 58.2506 146.276 58.3932 146.511 58.5153C146.583 58.5561 146.638 58.5968 146.71 58.6375C146.89 58.7393 147.053 58.8412 147.233 58.943C147.324 59.0041 147.396 59.0448 147.486 59.1059C147.667 59.2077 147.829 59.3299 148.01 59.4317C148.082 59.4724 148.136 59.5132 148.209 59.5539C148.443 59.6964 148.66 59.839 148.895 60.0019C148.967 60.0426 149.039 60.1037 149.111 60.1444C149.274 60.2666 149.454 60.3684 149.617 60.4906C149.689 60.5517 149.78 60.5924 149.852 60.6535C150.05 60.7961 150.231 60.9182 150.43 61.0608C150.466 61.0811 150.52 61.1219 150.556 61.1422C150.773 61.3051 151.007 61.4681 151.224 61.6513C151.296 61.7124 151.369 61.7531 151.441 61.8142C151.603 61.9364 151.766 62.079 151.928 62.2011C152.001 62.2622 152.073 62.3233 152.145 62.3641C152.362 62.5473 152.596 62.7306 152.813 62.9139C152.831 62.9342 152.849 62.9546 152.885 62.975C153.084 63.1379 153.283 63.3211 153.481 63.5044C153.553 63.5655 153.626 63.6266 153.68 63.6877C153.842 63.8302 154.005 63.9728 154.167 64.1357C154.222 64.1968 154.294 64.2375 154.348 64.2986C154.565 64.5022 154.763 64.7059 154.98 64.9095C155.016 64.9502 155.052 64.991 155.106 65.0317C155.287 65.1946 155.449 65.3779 155.63 65.5611C155.702 65.6222 155.756 65.7037 155.829 65.7648C155.991 65.9277 156.154 66.111 156.316 66.2739C156.37 66.335 156.406 66.3757 156.461 66.4164C156.659 66.6404 156.858 66.8644 157.056 67.0884C157.093 67.1291 157.111 67.1495 157.129 67.1902C158.05 68.3102 158.501 70.6317 151.441 70.6317H148.822C147.613 66.7422 144.814 61.0201 142.304 56.3364Z" fill="black"/>
|
|
115
|
-
<path d="M135.258 70.5502L129.714 70.5298C127.511 60.0629 124.207 54.0557 122.383 51.3677C124.044 51.5509 125.94 51.8157 127.999 52.2026C129.642 54.6055 132.784 60.1648 135.258 70.5502Z" fill="black"/>
|
|
116
|
-
<path d="M50.759 91.24C51.1743 91.077 92.922 75.0509 94.2222 74.8269C94.818 74.7047 95.125 73.6865 95.125 71.7927C95.125 71.3018 95.1046 70.8135 95.0782 70.3867L94.9063 70.4536C95.0109 72.1974 94.9717 74.4841 94.2041 74.6232C92.8859 74.8676 52.4383 90.3847 50.7048 91.0567L50.759 91.24Z" fill="black"/>
|
|
117
|
-
<path d="M9.59426 87.5131L13.3682 86.2506C13.8377 86.0877 14.271 85.884 14.6863 85.5989C15.5169 85.0288 16.474 84.7233 17.449 84.7233H47.7126C48.4348 84.7233 49.1391 84.8862 49.7891 85.212L50.4753 85.5379C51.0531 85.8229 51.6851 85.9859 52.3171 86.0266L60.1538 86.5357L60.1719 86.332L52.3351 85.8229C51.7212 85.7822 51.1253 85.6193 50.5656 85.3546L49.8794 85.0288C49.1932 84.7029 48.4709 84.54 47.7306 84.54H17.4852C16.474 84.54 15.4808 84.8659 14.6322 85.4564C14.2349 85.7415 13.8015 85.9451 13.3682 86.0877L9.59426 87.3502V87.5131Z" fill="black"/>
|
|
118
|
-
<path d="M43.6322 68.3916C43.1808 68.8193 43.1808 69.4709 43.4878 69.9189C43.1808 69.4913 43.1808 68.8396 43.6322 68.3916L44.3906 67.6382L43.6322 68.3916Z" fill="black"/>
|
|
119
|
-
<path d="M75.2031 51.1636C74.3725 51.2858 73.5599 51.4283 72.7293 51.5912C73.5419 51.4283 74.3725 51.2858 75.2031 51.1636Z" fill="black"/>
|
|
120
|
-
<path d="M71.5 51.8564C70.6874 52.0397 69.8749 52.2434 69.0804 52.4674C69.8929 52.2434 70.6874 52.0397 71.5 51.8564Z" fill="black"/>
|
|
121
|
-
<path d="M57.989 114.596H74.782C76.2627 114.596 77.5989 113.761 78.3934 112.356C79.1879 110.951 79.2782 109.22 78.6462 107.713L75.5946 100.423C74.3126 97.348 71.5318 95.3727 68.5163 95.3727H56.7612C56.3459 95.3727 55.9486 95.2302 55.6055 94.9655L52.0122 92.1553L51.9038 92.3182L55.4972 95.108C55.8764 95.3931 56.3098 95.556 56.7612 95.556H68.5163C71.4595 95.556 74.1681 97.4905 75.4321 100.504L78.4837 107.795C79.0796 109.24 78.9893 110.89 78.2309 112.234C77.4725 113.578 76.1905 114.372 74.782 114.372H57.989V114.596Z" fill="black"/>
|
|
122
|
-
<path d="M129.804 116.042C129.822 115.961 132.35 107.388 133.505 96.0452C134.553 85.558 134.625 70.4889 128.901 58.23C127.366 54.9514 125.903 51.9987 124.549 49.4736L124.387 49.5755C125.741 52.1005 127.203 55.0533 128.738 58.3318C134.426 70.55 134.372 85.5783 133.325 96.0452C132.187 107.367 129.659 115.92 129.641 116.002L129.804 116.042Z" fill="black"/>
|
|
123
|
-
<path d="M105.378 69.6336H114.93C115.725 69.6336 116.375 68.9005 116.375 68.0045V65.4183C116.375 64.5631 115.797 63.8707 115.057 63.7892L106.57 62.8932C105.902 62.8322 105.288 63.2802 105.071 63.9929L104.006 67.4547C103.681 68.534 104.385 69.6336 105.378 69.6336Z" fill="black"/>
|
|
124
|
-
<path d="M105.073 63.9929C105.29 63.2802 105.922 62.8322 106.572 62.8932L115.059 63.7892C115.438 63.83 115.763 64.0336 116.016 64.3391C114.499 66.2125 111.267 69.2671 106.048 69.6336H105.38C104.387 69.6336 103.683 68.5136 104.008 67.4547L105.073 63.9929Z" fill="url(#paint54_linear_10079_21639352)"/>
|
|
125
|
-
<path d="M105.073 63.9929C105.29 63.2802 105.922 62.8322 106.572 62.8932L115.059 63.7892C115.438 63.83 115.763 64.0336 116.016 64.3391C114.499 66.2125 111.267 69.2671 106.048 69.6336H105.38C104.387 69.6336 103.683 68.5136 104.008 67.4547L105.073 63.9929Z" fill="url(#paint55_linear_10079_21639352)"/>
|
|
126
|
-
<path d="M12.5547 90.425C12.5547 90.425 6.99313 87.6148 12.5547 80.5894C7.85987 82.0148 5.09715 87.2075 5.33189 90.3639C5.53051 92.889 7.8057 92.7464 9.70168 92.4206C10.8032 92.2373 12.5547 90.425 12.5547 90.425Z" fill="url(#paint56_linear_10079_21639352)"/>
|
|
127
|
-
<path d="M91.9375 71.8537C91.9375 71.8537 73.3388 70.2246 59.7419 78.8384C46.145 87.4522 47.8424 89.6311 47.8424 89.6311C47.8424 89.6311 53.765 83.2369 65.5382 78.2682C77.3113 73.2995 91.9375 71.8537 91.9375 71.8537Z" fill="url(#paint57_linear_10079_21639352)"/>
|
|
128
|
-
<path d="M105.755 65.602C105.755 66.5591 106.026 67.5162 107.363 67.5162C108.699 67.5162 111.516 65.826 111.516 64.8689C111.516 63.9118 109.529 63.8711 108.175 63.8711C106.839 63.8915 105.755 64.6449 105.755 65.602Z" fill="url(#paint58_linear_10079_21639352)"/>
|
|
129
|
-
<g filter="url(#filter3_f_10079_21639352)">
|
|
130
|
-
<path d="M59.6378 86.706L60.1745 78.6851L60.7111 86.706L67.8411 87.3098L60.7111 87.9135L60.1745 106.146L59.6378 87.9135L52.5078 87.3098L59.6378 86.706Z" fill="white"/>
|
|
131
|
-
</g>
|
|
132
|
-
<g filter="url(#filter4_f_10079_21639352)">
|
|
133
|
-
<path d="M11.3175 88.3198L11.8542 80.2988L12.3908 88.3198L19.5208 88.9235L12.3908 89.5273L11.8542 107.76L11.3175 89.5273L4.1875 88.9235L11.3175 88.3198Z" fill="white"/>
|
|
134
|
-
</g>
|
|
135
|
-
<path d="M15.8025 108.715H47.8963L53.2826 110.607H13.1094L15.8025 108.715Z" fill="url(#paint59_linear_10079_21639352)"/>
|
|
136
|
-
<path d="M15.8025 108.715H47.8963L53.2826 110.607H13.1094L15.8025 108.715Z" fill="url(#paint60_linear_10079_21639352)"/>
|
|
137
|
-
<g style="mix-blend-mode:screen">
|
|
138
|
-
<path d="M73.5736 100.201C73.9069 99.9063 74.4313 100.024 74.6059 100.434L77.052 106.173C78.6295 109.802 75.97 113.858 72.0133 113.858H59.4375V112.4L69.1818 110.311C71.6153 109.789 73.3538 107.638 73.3538 105.15V100.69C73.3538 100.503 73.4338 100.325 73.5736 100.201Z" fill="url(#paint61_linear_10079_21639352)"/>
|
|
139
|
-
<path d="M73.5736 100.201C73.9069 99.9063 74.4313 100.024 74.6059 100.434L77.052 106.173C78.6295 109.802 75.97 113.858 72.0133 113.858H59.4375V112.4L69.1818 110.311C71.6153 109.789 73.3538 107.638 73.3538 105.15V100.69C73.3538 100.503 73.4338 100.325 73.5736 100.201Z" fill="url(#paint62_linear_10079_21639352)"/>
|
|
140
|
-
</g>
|
|
141
|
-
<path d="M100.922 71.9375H146.515V74.1751L100.922 71.9375Z" fill="url(#paint63_linear_10079_21639352)"/>
|
|
142
|
-
<rect width="21.7134" height="0.958594" transform="matrix(0.541663 -0.840596 0.774979 0.631987 97.7344 69.335)" fill="url(#paint64_linear_10079_21639352)"/>
|
|
143
|
-
<g filter="url(#filter5_f_10079_21639352)">
|
|
144
|
-
<path d="M89.2305 139.6C136.198 139.6 174.273 137.657 174.273 135.26C174.273 132.864 136.198 130.921 89.2305 130.921C42.2625 130.921 4.1875 132.864 4.1875 135.26C4.1875 137.657 42.2625 139.6 89.2305 139.6Z" fill="url(#paint65_radial_10079_21639352)"/>
|
|
145
|
-
</g>
|
|
146
|
-
<g filter="url(#filter6_f_10079_21639352)">
|
|
147
|
-
<path d="M73.5938 23.1595L67.8202 33.1595L79.3673 33.1595L73.5938 23.1595ZM74.5938 44.4824L74.5938 32.1595L72.5938 32.1595L72.5938 44.4824L74.5938 44.4824Z" fill="#B5E2FF"/>
|
|
148
|
-
</g>
|
|
149
|
-
<path d="M166.234 25.3366L157.574 40.3366L174.895 40.3366L166.234 25.3366ZM167.734 56.7817L167.734 38.8366L164.734 38.8366L164.734 56.7817L167.734 56.7817Z" fill="#B5E2FF"/>
|
|
150
|
-
<path d="M23.6719 25.301L12.1249 45.301L35.2189 45.301L23.6719 25.301ZM25.6719 65.3721L25.6719 43.301L21.6719 43.301L21.6719 65.3721L25.6719 65.3721Z" fill="#B5E2FF"/>
|
|
151
|
-
<defs>
|
|
152
|
-
<filter id="filter0_f_10079_21639352" x="89.7734" y="23.3862" width="122.18" height="124.183" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
153
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
154
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
155
|
-
<feGaussianBlur stdDeviation="15" result="effect1_foregroundBlur_10079_21639352"/>
|
|
156
|
-
</filter>
|
|
157
|
-
<filter id="filter1_d_10079_21639352" x="48.7422" y="78.8379" width="40.0859" height="21.9292" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
158
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
159
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
160
|
-
<feOffset dy="4"/>
|
|
161
|
-
<feGaussianBlur stdDeviation="2"/>
|
|
162
|
-
<feComposite in2="hardAlpha" operator="out"/>
|
|
163
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
|
|
164
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_10079_21639352"/>
|
|
165
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_10079_21639352" result="shape"/>
|
|
166
|
-
</filter>
|
|
167
|
-
<filter id="filter2_i_10079_21639352" x="9.20312" y="80.7812" width="53.0078" height="26.979" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
168
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
169
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
170
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
171
|
-
<feOffset dx="7" dy="-8"/>
|
|
172
|
-
<feGaussianBlur stdDeviation="5"/>
|
|
173
|
-
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
174
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.490196 0 0 0 0 0.717647 0 0 0 0 0.905882 0 0 0 1 0"/>
|
|
175
|
-
<feBlend mode="hard-light" in2="shape" result="effect1_innerShadow_10079_21639352"/>
|
|
176
|
-
</filter>
|
|
177
|
-
<filter id="filter3_f_10079_21639352" x="50.5078" y="76.6851" width="19.3359" height="31.4609" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
178
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
179
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
180
|
-
<feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_10079_21639352"/>
|
|
181
|
-
</filter>
|
|
182
|
-
<filter id="filter4_f_10079_21639352" x="1.1875" y="77.2988" width="21.3359" height="33.4609" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
183
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
184
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
185
|
-
<feGaussianBlur stdDeviation="1.5" result="effect1_foregroundBlur_10079_21639352"/>
|
|
186
|
-
</filter>
|
|
187
|
-
<filter id="filter5_f_10079_21639352" x="0.1875" y="126.921" width="178.086" height="16.6787" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
188
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
189
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
190
|
-
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_10079_21639352"/>
|
|
191
|
-
</filter>
|
|
192
|
-
<filter id="filter6_f_10079_21639352" x="63.8203" y="19.1597" width="19.5469" height="29.3228" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
193
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
194
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
195
|
-
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_10079_21639352"/>
|
|
196
|
-
</filter>
|
|
197
|
-
<linearGradient id="paint0_linear_10079_21639352" x1="21.5039" y1="119.761" x2="25.6281" y2="130.73" gradientUnits="userSpaceOnUse">
|
|
198
|
-
<stop/>
|
|
199
|
-
<stop offset="1" stop-color="#5AB94C"/>
|
|
200
|
-
</linearGradient>
|
|
201
|
-
<linearGradient id="paint1_linear_10079_21639352" x1="13.8808" y1="115.908" x2="17.476" y2="115.908" gradientUnits="userSpaceOnUse">
|
|
202
|
-
<stop stop-color="#157DFF"/>
|
|
203
|
-
<stop offset="1" stop-color="#0366DB" stop-opacity="0.0208333"/>
|
|
204
|
-
</linearGradient>
|
|
205
|
-
<linearGradient id="paint2_linear_10079_21639352" x1="148.425" y1="114.596" x2="141.954" y2="124.288" gradientUnits="userSpaceOnUse">
|
|
206
|
-
<stop/>
|
|
207
|
-
<stop offset="1" stop-color="#FFCA42"/>
|
|
208
|
-
</linearGradient>
|
|
209
|
-
<linearGradient id="paint3_linear_10079_21639352" x1="142.494" y1="115.908" x2="145.782" y2="115.908" gradientUnits="userSpaceOnUse">
|
|
210
|
-
<stop stop-color="#157DFF"/>
|
|
211
|
-
<stop offset="1" stop-color="#0366DB" stop-opacity="0.0208333"/>
|
|
212
|
-
</linearGradient>
|
|
213
|
-
<linearGradient id="paint4_linear_10079_21639352" x1="152.094" y1="97.5723" x2="153.605" y2="105.954" gradientUnits="userSpaceOnUse">
|
|
214
|
-
<stop/>
|
|
215
|
-
<stop offset="1" stop-color="#3137C5"/>
|
|
216
|
-
</linearGradient>
|
|
217
|
-
<linearGradient id="paint5_linear_10079_21639352" x1="153.684" y1="112.437" x2="155.249" y2="112.437" gradientUnits="userSpaceOnUse">
|
|
218
|
-
<stop stop-color="#157DFF"/>
|
|
219
|
-
<stop offset="1" stop-color="#0366DB" stop-opacity="0.0208333"/>
|
|
220
|
-
</linearGradient>
|
|
221
|
-
<linearGradient id="paint6_linear_10079_21639352" x1="161.162" y1="105.856" x2="152.318" y2="106.769" gradientUnits="userSpaceOnUse">
|
|
222
|
-
<stop/>
|
|
223
|
-
<stop offset="1" stop-color="#3137C5"/>
|
|
224
|
-
</linearGradient>
|
|
225
|
-
<linearGradient id="paint7_linear_10079_21639352" x1="156.716" y1="112.418" x2="157.77" y2="112.418" gradientUnits="userSpaceOnUse">
|
|
226
|
-
<stop stop-color="#157DFF"/>
|
|
227
|
-
<stop offset="1" stop-color="#0366DB" stop-opacity="0.0208333"/>
|
|
228
|
-
</linearGradient>
|
|
229
|
-
<linearGradient id="paint8_linear_10079_21639352" x1="156.733" y1="107.25" x2="154.683" y2="108.228" gradientUnits="userSpaceOnUse">
|
|
230
|
-
<stop/>
|
|
231
|
-
<stop offset="1" stop-color="#3137C5"/>
|
|
232
|
-
</linearGradient>
|
|
233
|
-
<linearGradient id="paint9_linear_10079_21639352" x1="154.596" y1="109.395" x2="155.103" y2="109.395" gradientUnits="userSpaceOnUse">
|
|
234
|
-
<stop stop-color="#157DFF"/>
|
|
235
|
-
<stop offset="1" stop-color="#0366DB" stop-opacity="0.0208333"/>
|
|
236
|
-
</linearGradient>
|
|
237
|
-
<linearGradient id="paint10_linear_10079_21639352" x1="86.756" y1="116.365" x2="83.1965" y2="124.809" gradientUnits="userSpaceOnUse">
|
|
238
|
-
<stop/>
|
|
239
|
-
<stop offset="1" stop-color="#8AD557"/>
|
|
240
|
-
</linearGradient>
|
|
241
|
-
<linearGradient id="paint11_linear_10079_21639352" x1="80.2283" y1="115.907" x2="83.5167" y2="115.907" gradientUnits="userSpaceOnUse">
|
|
242
|
-
<stop stop-color="#157DFF"/>
|
|
243
|
-
<stop offset="1" stop-color="#0366DB" stop-opacity="0.0208333"/>
|
|
244
|
-
</linearGradient>
|
|
245
|
-
<linearGradient id="paint12_linear_10079_21639352" x1="91.6902" y1="107.361" x2="96.7135" y2="108.218" gradientUnits="userSpaceOnUse">
|
|
246
|
-
<stop/>
|
|
247
|
-
<stop offset="1" stop-color="#3137C5"/>
|
|
248
|
-
</linearGradient>
|
|
249
|
-
<linearGradient id="paint13_linear_10079_21639352" x1="91.4189" y1="112.437" x2="92.9829" y2="112.437" gradientUnits="userSpaceOnUse">
|
|
250
|
-
<stop stop-color="#157DFF"/>
|
|
251
|
-
<stop offset="1" stop-color="#0366DB" stop-opacity="0.0208333"/>
|
|
252
|
-
</linearGradient>
|
|
253
|
-
<linearGradient id="paint14_linear_10079_21639352" x1="95.163" y1="117.228" x2="101.563" y2="114.463" gradientUnits="userSpaceOnUse">
|
|
254
|
-
<stop stop-color="#3B4B80"/>
|
|
255
|
-
<stop offset="1" stop-color="#3B4B80" stop-opacity="0"/>
|
|
256
|
-
</linearGradient>
|
|
257
|
-
<linearGradient id="paint15_linear_10079_21639352" x1="94.4519" y1="107.249" x2="92.4018" y2="108.227" gradientUnits="userSpaceOnUse">
|
|
258
|
-
<stop/>
|
|
259
|
-
<stop offset="1" stop-color="#3137C5"/>
|
|
260
|
-
</linearGradient>
|
|
261
|
-
<linearGradient id="paint16_linear_10079_21639352" x1="92.315" y1="109.394" x2="92.8217" y2="109.394" gradientUnits="userSpaceOnUse">
|
|
262
|
-
<stop stop-color="#157DFF"/>
|
|
263
|
-
<stop offset="1" stop-color="#0366DB" stop-opacity="0.0208333"/>
|
|
264
|
-
</linearGradient>
|
|
265
|
-
<linearGradient id="paint17_linear_10079_21639352" x1="207.226" y1="123.695" x2="58.424" y2="136.125" gradientUnits="userSpaceOnUse">
|
|
266
|
-
<stop/>
|
|
267
|
-
<stop offset="0.526105" stop-color="#42AB44"/>
|
|
268
|
-
<stop offset="0.890975" stop-color="#AAE75A"/>
|
|
269
|
-
</linearGradient>
|
|
270
|
-
<linearGradient id="paint18_linear_10079_21639352" x1="5.32129" y1="97.6105" x2="29.8554" y2="97.2418" gradientUnits="userSpaceOnUse">
|
|
271
|
-
<stop stop-color="#E1EEF6"/>
|
|
272
|
-
<stop offset="1" stop-color="#0366DB" stop-opacity="0.0208333"/>
|
|
273
|
-
</linearGradient>
|
|
274
|
-
<linearGradient id="paint19_linear_10079_21639352" x1="127.513" y1="121.841" x2="120.046" y2="97.8725" gradientUnits="userSpaceOnUse">
|
|
275
|
-
<stop stop-color="#2B32AB"/>
|
|
276
|
-
<stop offset="1" stop-color="#232888" stop-opacity="0"/>
|
|
277
|
-
</linearGradient>
|
|
278
|
-
<linearGradient id="paint20_linear_10079_21639352" x1="119.34" y1="75.1782" x2="119.34" y2="79.4931" gradientUnits="userSpaceOnUse">
|
|
279
|
-
<stop stop-color="#88BBFB"/>
|
|
280
|
-
<stop offset="1" stop-color="#88BBFB" stop-opacity="0"/>
|
|
281
|
-
</linearGradient>
|
|
282
|
-
<linearGradient id="paint21_linear_10079_21639352" x1="76.6856" y1="89.1249" x2="83.3307" y2="84.1394" gradientUnits="userSpaceOnUse">
|
|
283
|
-
<stop stop-color="white"/>
|
|
284
|
-
<stop offset="1" stop-color="#6DAEE3"/>
|
|
285
|
-
</linearGradient>
|
|
286
|
-
<linearGradient id="paint22_linear_10079_21639352" x1="77.9584" y1="52.271" x2="79.6842" y2="66.5686" gradientUnits="userSpaceOnUse">
|
|
287
|
-
<stop stop-color="#020306"/>
|
|
288
|
-
<stop offset="1" stop-color="#2F36BB"/>
|
|
289
|
-
</linearGradient>
|
|
290
|
-
<linearGradient id="paint23_linear_10079_21639352" x1="75.4751" y1="50.7158" x2="75.4751" y2="70.5522" gradientUnits="userSpaceOnUse">
|
|
291
|
-
<stop stop-color="#3B4B81"/>
|
|
292
|
-
<stop offset="1" stop-color="#8BCBFF"/>
|
|
293
|
-
</linearGradient>
|
|
294
|
-
<linearGradient id="paint24_linear_10079_21639352" x1="88.7649" y1="70.8523" x2="84.2265" y2="58.8602" gradientUnits="userSpaceOnUse">
|
|
295
|
-
<stop stop-color="white" stop-opacity="0"/>
|
|
296
|
-
<stop offset="1" stop-color="#A8D8FF"/>
|
|
297
|
-
</linearGradient>
|
|
298
|
-
<linearGradient id="paint25_linear_10079_21639352" x1="61.1593" y1="73.882" x2="56.6209" y2="61.8899" gradientUnits="userSpaceOnUse">
|
|
299
|
-
<stop stop-color="white" stop-opacity="0"/>
|
|
300
|
-
<stop offset="1" stop-color="#A8D8FF"/>
|
|
301
|
-
</linearGradient>
|
|
302
|
-
<linearGradient id="paint26_linear_10079_21639352" x1="73.608" y1="85.5665" x2="91.0615" y2="75.7544" gradientUnits="userSpaceOnUse">
|
|
303
|
-
<stop stop-color="white" stop-opacity="0"/>
|
|
304
|
-
<stop offset="1" stop-color="#6DAEE3"/>
|
|
305
|
-
</linearGradient>
|
|
306
|
-
<linearGradient id="paint27_linear_10079_21639352" x1="154.115" y1="94.6946" x2="142.667" y2="85.0287" gradientUnits="userSpaceOnUse">
|
|
307
|
-
<stop stop-color="white" stop-opacity="0"/>
|
|
308
|
-
<stop offset="1" stop-color="#6DAEE3"/>
|
|
309
|
-
</linearGradient>
|
|
310
|
-
<linearGradient id="paint28_linear_10079_21639352" x1="91.74" y1="94.6941" x2="80.2919" y2="85.0282" gradientUnits="userSpaceOnUse">
|
|
311
|
-
<stop stop-color="white" stop-opacity="0"/>
|
|
312
|
-
<stop offset="1" stop-color="#6DAEE3"/>
|
|
313
|
-
</linearGradient>
|
|
314
|
-
<linearGradient id="paint29_linear_10079_21639352" x1="70.7037" y1="79.2386" x2="71.6016" y2="91.6019" gradientUnits="userSpaceOnUse">
|
|
315
|
-
<stop stop-color="#C2DBEC"/>
|
|
316
|
-
<stop offset="0.652809" stop-color="#F3FAFE"/>
|
|
317
|
-
<stop offset="1" stop-color="white"/>
|
|
318
|
-
</linearGradient>
|
|
319
|
-
<linearGradient id="paint30_linear_10079_21639352" x1="80.3447" y1="81.4438" x2="82.5412" y2="90.6783" gradientUnits="userSpaceOnUse">
|
|
320
|
-
<stop stop-color="white"/>
|
|
321
|
-
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
322
|
-
</linearGradient>
|
|
323
|
-
<linearGradient id="paint31_linear_10079_21639352" x1="99.9527" y1="96.6098" x2="89.6192" y2="83.8789" gradientUnits="userSpaceOnUse">
|
|
324
|
-
<stop stop-color="white" stop-opacity="0"/>
|
|
325
|
-
<stop offset="1" stop-color="#6DAEE3"/>
|
|
326
|
-
</linearGradient>
|
|
327
|
-
<linearGradient id="paint32_linear_10079_21639352" x1="162.058" y1="96.6098" x2="151.743" y2="83.7951" gradientUnits="userSpaceOnUse">
|
|
328
|
-
<stop stop-color="white" stop-opacity="0"/>
|
|
329
|
-
<stop offset="1" stop-color="#FFCA42"/>
|
|
330
|
-
</linearGradient>
|
|
331
|
-
<linearGradient id="paint33_linear_10079_21639352" x1="53.1979" y1="72.8105" x2="33.7127" y2="96.7022" gradientUnits="userSpaceOnUse">
|
|
332
|
-
<stop stop-color="white" stop-opacity="0"/>
|
|
333
|
-
<stop offset="0.520833" stop-color="#D6ECFF"/>
|
|
334
|
-
<stop offset="1" stop-color="#6DAEE3"/>
|
|
335
|
-
</linearGradient>
|
|
336
|
-
<linearGradient id="paint34_linear_10079_21639352" x1="67.3025" y1="101.89" x2="65.7375" y2="97.1401" gradientUnits="userSpaceOnUse">
|
|
337
|
-
<stop stop-color="white" stop-opacity="0"/>
|
|
338
|
-
<stop offset="1" stop-color="#6DAEE3"/>
|
|
339
|
-
</linearGradient>
|
|
340
|
-
<linearGradient id="paint35_linear_10079_21639352" x1="67.6392" y1="101.64" x2="65.3917" y2="95.6188" gradientUnits="userSpaceOnUse">
|
|
341
|
-
<stop stop-color="white" stop-opacity="0"/>
|
|
342
|
-
<stop offset="1" stop-color="#6DAEE3"/>
|
|
343
|
-
</linearGradient>
|
|
344
|
-
<linearGradient id="paint36_linear_10079_21639352" x1="68.5445" y1="104.634" x2="72.0117" y2="102.611" gradientUnits="userSpaceOnUse">
|
|
345
|
-
<stop stop-color="white"/>
|
|
346
|
-
<stop offset="1" stop-color="#6DAEE3"/>
|
|
347
|
-
</linearGradient>
|
|
348
|
-
<linearGradient id="paint37_linear_10079_21639352" x1="169.301" y1="78.0626" x2="166.174" y2="83.9675" gradientUnits="userSpaceOnUse">
|
|
349
|
-
<stop/>
|
|
350
|
-
<stop offset="1" stop-color="#DC9E00"/>
|
|
351
|
-
</linearGradient>
|
|
352
|
-
<linearGradient id="paint38_linear_10079_21639352" x1="171.029" y1="86.5139" x2="162.329" y2="76.2616" gradientUnits="userSpaceOnUse">
|
|
353
|
-
<stop stop-color="#FEB73F"/>
|
|
354
|
-
<stop offset="0.864583" stop-color="#FFCA42" stop-opacity="0"/>
|
|
355
|
-
</linearGradient>
|
|
356
|
-
<linearGradient id="paint39_linear_10079_21639352" x1="39.5555" y1="96.2554" x2="36.6912" y2="84.4875" gradientUnits="userSpaceOnUse">
|
|
357
|
-
<stop stop-color="white" stop-opacity="0"/>
|
|
358
|
-
<stop offset="1" stop-color="#6DAEE3"/>
|
|
359
|
-
</linearGradient>
|
|
360
|
-
<linearGradient id="paint40_linear_10079_21639352" x1="40.1284" y1="95.8787" x2="36.419" y2="82.0186" gradientUnits="userSpaceOnUse">
|
|
361
|
-
<stop stop-color="white" stop-opacity="0"/>
|
|
362
|
-
<stop offset="1" stop-color="#6DAEE3"/>
|
|
363
|
-
</linearGradient>
|
|
364
|
-
<linearGradient id="paint41_linear_10079_21639352" x1="55.211" y1="85.2416" x2="40.9958" y2="112.366" gradientUnits="userSpaceOnUse">
|
|
365
|
-
<stop/>
|
|
366
|
-
<stop offset="1" stop-color="#3137C5"/>
|
|
367
|
-
</linearGradient>
|
|
368
|
-
<linearGradient id="paint42_linear_10079_21639352" x1="7.81876" y1="102.417" x2="15.7893" y2="102.417" gradientUnits="userSpaceOnUse">
|
|
369
|
-
<stop stop-color="#157DFF"/>
|
|
370
|
-
<stop offset="1" stop-color="#0366DB" stop-opacity="0.0208333"/>
|
|
371
|
-
</linearGradient>
|
|
372
|
-
<linearGradient id="paint43_linear_10079_21639352" x1="32.2216" y1="109.038" x2="32.2216" y2="114.841" gradientUnits="userSpaceOnUse">
|
|
373
|
-
<stop stop-color="#6DAEE3"/>
|
|
374
|
-
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
375
|
-
</linearGradient>
|
|
376
|
-
<linearGradient id="paint44_linear_10079_21639352" x1="154.508" y1="90.2083" x2="93.0044" y2="83.2318" gradientUnits="userSpaceOnUse">
|
|
377
|
-
<stop/>
|
|
378
|
-
<stop offset="1" stop-color="#42AB44"/>
|
|
379
|
-
</linearGradient>
|
|
380
|
-
<linearGradient id="paint45_linear_10079_21639352" x1="5.32129" y1="97.6105" x2="29.8554" y2="97.2418" gradientUnits="userSpaceOnUse">
|
|
381
|
-
<stop stop-color="#E1EEF6"/>
|
|
382
|
-
<stop offset="1" stop-color="#0366DB" stop-opacity="0.0208333"/>
|
|
383
|
-
</linearGradient>
|
|
384
|
-
<linearGradient id="paint46_linear_10079_21639352" x1="129.879" y1="128.671" x2="121.878" y2="102.254" gradientUnits="userSpaceOnUse">
|
|
385
|
-
<stop stop-color="#42AB44"/>
|
|
386
|
-
<stop offset="1" stop-color="#42AB44" stop-opacity="0"/>
|
|
387
|
-
</linearGradient>
|
|
388
|
-
<linearGradient id="paint47_linear_10079_21639352" x1="-3.44068" y1="108.493" x2="3.20276" y2="103.765" gradientUnits="userSpaceOnUse">
|
|
389
|
-
<stop/>
|
|
390
|
-
<stop offset="1" stop-color="#3137C5"/>
|
|
391
|
-
</linearGradient>
|
|
392
|
-
<linearGradient id="paint48_linear_10079_21639352" x1="6.21187" y1="104.399" x2="5.31244" y2="106.103" gradientUnits="userSpaceOnUse">
|
|
393
|
-
<stop stop-color="#157DFF"/>
|
|
394
|
-
<stop offset="1" stop-color="#0366DB" stop-opacity="0.0208333"/>
|
|
395
|
-
</linearGradient>
|
|
396
|
-
<linearGradient id="paint49_linear_10079_21639352" x1="43.5401" y1="116.435" x2="42.0664" y2="90.891" gradientUnits="userSpaceOnUse">
|
|
397
|
-
<stop stop-color="#0057D6"/>
|
|
398
|
-
<stop offset="1" stop-color="#EE7248" stop-opacity="0"/>
|
|
399
|
-
</linearGradient>
|
|
400
|
-
<linearGradient id="paint50_linear_10079_21639352" x1="130.56" y1="52.5586" x2="132.422" y2="66.7184" gradientUnits="userSpaceOnUse">
|
|
401
|
-
<stop stop-color="#020306"/>
|
|
402
|
-
<stop offset="1" stop-color="#454FBC"/>
|
|
403
|
-
</linearGradient>
|
|
404
|
-
<linearGradient id="paint51_linear_10079_21639352" x1="130.56" y1="52.5586" x2="132.422" y2="66.7184" gradientUnits="userSpaceOnUse">
|
|
405
|
-
<stop stop-color="#020306"/>
|
|
406
|
-
<stop offset="1" stop-color="#454FBC"/>
|
|
407
|
-
</linearGradient>
|
|
408
|
-
<linearGradient id="paint52_linear_10079_21639352" x1="112.963" y1="67.3664" x2="111.491" y2="60.6908" gradientUnits="userSpaceOnUse">
|
|
409
|
-
<stop stop-color="white" stop-opacity="0"/>
|
|
410
|
-
<stop offset="1" stop-color="#6DAEE3"/>
|
|
411
|
-
</linearGradient>
|
|
412
|
-
<linearGradient id="paint53_linear_10079_21639352" x1="143.883" y1="70.5098" x2="143.883" y2="70.632" gradientUnits="userSpaceOnUse">
|
|
413
|
-
<stop stop-color="#3B4B81"/>
|
|
414
|
-
<stop offset="1" stop-color="#8BCBFF"/>
|
|
415
|
-
</linearGradient>
|
|
416
|
-
<linearGradient id="paint54_linear_10079_21639352" x1="112.395" y1="65.595" x2="110.272" y2="69.7858" gradientUnits="userSpaceOnUse">
|
|
417
|
-
<stop/>
|
|
418
|
-
<stop offset="1" stop-color="#3137C5"/>
|
|
419
|
-
</linearGradient>
|
|
420
|
-
<linearGradient id="paint55_linear_10079_21639352" x1="103.564" y1="67.7345" x2="105.658" y2="67.7345" gradientUnits="userSpaceOnUse">
|
|
421
|
-
<stop stop-color="#157DFF"/>
|
|
422
|
-
<stop offset="1" stop-color="#0366DB" stop-opacity="0.0208333"/>
|
|
423
|
-
</linearGradient>
|
|
424
|
-
<linearGradient id="paint56_linear_10079_21639352" x1="10.7184" y1="89.4575" x2="12.9736" y2="89.0149" gradientUnits="userSpaceOnUse">
|
|
425
|
-
<stop stop-color="white"/>
|
|
426
|
-
<stop offset="1" stop-color="#6DAEE3"/>
|
|
427
|
-
</linearGradient>
|
|
428
|
-
<linearGradient id="paint57_linear_10079_21639352" x1="80.731" y1="84.9506" x2="89.4168" y2="77.9716" gradientUnits="userSpaceOnUse">
|
|
429
|
-
<stop stop-color="white" stop-opacity="0"/>
|
|
430
|
-
<stop offset="1" stop-color="#6DAEE3"/>
|
|
431
|
-
</linearGradient>
|
|
432
|
-
<linearGradient id="paint58_linear_10079_21639352" x1="106.454" y1="68.3771" x2="111.615" y2="67.3564" gradientUnits="userSpaceOnUse">
|
|
433
|
-
<stop stop-color="white" stop-opacity="0"/>
|
|
434
|
-
<stop offset="1" stop-color="#6DAEE3"/>
|
|
435
|
-
</linearGradient>
|
|
436
|
-
<linearGradient id="paint59_linear_10079_21639352" x1="13.1093" y1="108.363" x2="13.3148" y2="111.797" gradientUnits="userSpaceOnUse">
|
|
437
|
-
<stop/>
|
|
438
|
-
<stop offset="1" stop-color="#3137C5"/>
|
|
439
|
-
</linearGradient>
|
|
440
|
-
<linearGradient id="paint60_linear_10079_21639352" x1="54.4902" y1="110.075" x2="47.5307" y2="110.075" gradientUnits="userSpaceOnUse">
|
|
441
|
-
<stop stop-color="#157DFF"/>
|
|
442
|
-
<stop offset="1" stop-color="#0366DB" stop-opacity="0.0208333"/>
|
|
443
|
-
</linearGradient>
|
|
444
|
-
<linearGradient id="paint61_linear_10079_21639352" x1="65.7147" y1="105.323" x2="70.6891" y2="113.38" gradientUnits="userSpaceOnUse">
|
|
445
|
-
<stop/>
|
|
446
|
-
<stop offset="1" stop-color="#3137C5"/>
|
|
447
|
-
</linearGradient>
|
|
448
|
-
<linearGradient id="paint62_linear_10079_21639352" x1="81.0228" y1="109.844" x2="77.3926" y2="109.844" gradientUnits="userSpaceOnUse">
|
|
449
|
-
<stop stop-color="#157DFF"/>
|
|
450
|
-
<stop offset="1" stop-color="#0366DB" stop-opacity="0.0208333"/>
|
|
451
|
-
</linearGradient>
|
|
452
|
-
<linearGradient id="paint63_linear_10079_21639352" x1="126.375" y1="76.3153" x2="95.5543" y2="68.1343" gradientUnits="userSpaceOnUse">
|
|
453
|
-
<stop stop-color="white" stop-opacity="0"/>
|
|
454
|
-
<stop offset="1" stop-color="#6DAEE3"/>
|
|
455
|
-
</linearGradient>
|
|
456
|
-
<linearGradient id="paint64_linear_10079_21639352" x1="2.4545" y1="0.50291" x2="23.0854" y2="0.405089" gradientUnits="userSpaceOnUse">
|
|
457
|
-
<stop stop-color="white" stop-opacity="0"/>
|
|
458
|
-
<stop offset="0.59375" stop-color="#6DAEE3"/>
|
|
459
|
-
<stop offset="1" stop-color="#6DAEE3" stop-opacity="0"/>
|
|
460
|
-
</linearGradient>
|
|
461
|
-
<radialGradient id="paint65_radial_10079_21639352" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(89.2305 135.26) rotate(90.0068) scale(2.28938 44.8679)">
|
|
462
|
-
<stop stop-color="#6A99DD"/>
|
|
463
|
-
<stop offset="1" stop-color="#A0C0EF"/>
|
|
464
|
-
</radialGradient>
|
|
465
|
-
</defs>
|
|
466
|
-
</svg>
|
|
1
|
+
<svg title="Машина" viewBox="0 0 180 160" xmlns="http://www.w3.org/2000/svg" fill="none"><g filter="url(#a)"><path fill="#FFC737" d="M171.334 117.529c-22.079 2.002-82.847-72.714-31.469-63.326 51.377 9.387 47.429 61.88 31.469 63.326Z"/></g><path fill="url(#b)" d="M23.804 89.63h6.308v1.874c3.07 2.953 5.146 9.123 5.146 16.413 0 7.291-2.077 13.461-5.146 16.413v1.874h-6.308c-5.218 0-9.3-8.023-9.3-18.287 0-10.263 4.082-18.286 9.3-18.286Z"/><path fill="url(#c)" d="M23.804 89.63h6.308v1.874c3.07 2.953 5.146 9.123 5.146 16.413 0 7.291-2.077 13.461-5.146 16.413v1.874h-6.308c-5.218 0-9.3-8.023-9.3-18.287 0-10.263 4.082-18.286 9.3-18.286Z"/><path fill="#1C1C1C" d="M30.794 89.63c5.219 0 9.3 8.024 9.3 18.287 0 10.264-4.081 18.287-9.3 18.287-5.218 0-9.299-8.023-9.299-18.287 0-10.263 4.08-18.286 9.3-18.286ZM79.731 81.974h67.317l23.022 6.7v27.348H79.731V81.974Z"/><path fill="url(#d)" d="M152.364 89.63h6.139l1.625 1.874c3.07 2.953 1.535 9.123 1.535 16.413 0 7.291 1.535 13.461-1.535 16.413l-1.625 1.874h-6.139c-5.219 0-9.3-8.023-9.3-18.287 0-10.263 4.081-18.286 9.3-18.286Z"/><path fill="url(#e)" d="M152.364 89.63h6.139l1.625 1.874c3.07 2.953 1.535 9.123 1.535 16.413 0 7.291 1.535 13.461-1.535 16.413l-1.625 1.874h-6.139c-5.219 0-9.3-8.023-9.3-18.287 0-10.263 4.081-18.286 9.3-18.286Z"/><path fill="#1C1C1C" d="M158.474 89.63c5.219 0 9.299 8.024 9.299 18.287 0 10.264-4.08 18.287-9.299 18.287-5.218 0-9.299-8.023-9.299-18.287 0-10.263 4.081-18.286 9.299-18.286Z"/><path fill="url(#f)" d="M158.47 118.262c-2.493 0-4.514-4.632-4.514-10.345 0-5.713 2.021-10.345 4.514-10.345 2.493 0 4.514 4.632 4.514 10.345 0 5.713-2.021 10.345-4.514 10.345Z"/><path fill="url(#g)" d="M158.47 118.262c-2.493 0-4.514-4.632-4.514-10.345 0-5.713 2.021-10.345 4.514-10.345 2.493 0 4.514 4.632 4.514 10.345 0 5.713-2.021 10.345-4.514 10.345Z"/><path fill="url(#h)" d="M159.842 107.918c0-4.439-1.227-8.247-2.943-9.714.488-.407 1.011-.651 1.571-.651 2.492 0 4.514 4.643 4.514 10.344 0 5.723-2.022 10.345-4.514 10.345-.56 0-1.083-.224-1.571-.651 1.716-1.426 2.943-5.214 2.943-9.673Z"/><path fill="url(#i)" d="M159.842 107.918c0-4.439-1.227-8.247-2.943-9.714.488-.407 1.011-.651 1.571-.651 2.492 0 4.514 4.643 4.514 10.344 0 5.723-2.022 10.345-4.514 10.345-.56 0-1.083-.224-1.571-.651 1.716-1.426 2.943-5.214 2.943-9.673Z"/><path fill="#1C1C1C" d="M156.507 113.253c-1.287 0-2.33-2.389-2.33-5.336 0-2.946 1.043-5.335 2.33-5.335 1.286 0 2.329 2.389 2.329 5.335 0 2.947-1.043 5.336-2.329 5.336Z"/><path fill="url(#j)" d="M156.147 111.298c-.808 0-1.463-1.514-1.463-3.381 0-1.866.655-3.38 1.463-3.38s1.462 1.514 1.462 3.38c0 1.867-.654 3.381-1.462 3.381Z"/><path fill="url(#k)" d="M156.147 111.298c-.808 0-1.463-1.514-1.463-3.381 0-1.866.655-3.38 1.463-3.38s1.462 1.514 1.462 3.38c0 1.867-.654 3.381-1.462 3.381Z"/><path stroke="#fff" stroke-miterlimit="10" d="M158.474 122.131c-3.919 0-7.096-6.364-7.096-14.214 0-7.85 3.177-14.213 7.096-14.213s7.096 6.363 7.096 14.213c0 7.85-3.177 14.214-7.096 14.214Z"/><path fill="url(#l)" d="M90.098 89.63h6.14l1.625 1.874c3.069 2.953 1.534 9.123 1.534 16.413 0 7.29 1.535 13.46-1.534 16.413l-1.625 1.873h-6.14c-5.218 0-9.3-8.023-9.3-18.286 0-10.263 4.082-18.287 9.3-18.287Z"/><path fill="url(#m)" d="M90.098 89.63h6.14l1.625 1.874c3.069 2.953 1.534 9.123 1.534 16.413 0 7.29 1.535 13.46-1.534 16.413l-1.625 1.873h-6.14c-5.218 0-9.3-8.023-9.3-18.286 0-10.263 4.082-18.287 9.3-18.287Z"/><path fill="#1C1C1C" d="M96.2 89.63c5.219 0 9.3 8.024 9.3 18.287s-4.081 18.286-9.3 18.286c-5.218 0-9.299-8.023-9.299-18.286 0-10.263 4.081-18.287 9.3-18.287Z"/><path fill="url(#n)" d="M96.204 118.262c-2.493 0-4.514-4.632-4.514-10.345 0-5.713 2.021-10.345 4.514-10.345 2.494 0 4.515 4.632 4.515 10.345 0 5.713-2.021 10.345-4.514 10.345Z"/><path fill="url(#o)" d="M96.204 118.262c-2.493 0-4.514-4.632-4.514-10.345 0-5.713 2.021-10.345 4.514-10.345 2.494 0 4.515 4.632 4.515 10.345 0 5.713-2.021 10.345-4.514 10.345Z"/><path fill="#050304" d="M97.577 107.917c0-4.439-1.228-8.247-2.943-9.713.487-.407 1.01-.652 1.57-.652 2.492 0 4.515 4.643 4.515 10.345 0 5.722-2.023 10.345-4.514 10.345-.56 0-1.084-.224-1.571-.652 1.715-1.425 2.943-5.213 2.943-9.673Z"/><path fill="url(#p)" d="M97.577 107.917c0-4.439-1.228-8.247-2.943-9.713.487-.407 1.01-.652 1.57-.652 2.492 0 4.515 4.643 4.515 10.345 0 5.722-2.023 10.345-4.514 10.345-.56 0-1.084-.224-1.571-.652 1.715-1.425 2.943-5.213 2.943-9.673Z"/><path fill="#1C1C1C" d="M94.233 113.253c-1.286 0-2.33-2.389-2.33-5.336 0-2.946 1.044-5.335 2.33-5.335 1.287 0 2.33 2.389 2.33 5.335 0 2.947-1.043 5.336-2.33 5.336Z"/><path fill="url(#q)" d="M93.865 111.297c-.807 0-1.462-1.514-1.462-3.381 0-1.866.655-3.38 1.462-3.38.808 0 1.463 1.514 1.463 3.38 0 1.867-.655 3.381-1.463 3.381Z"/><path fill="url(#r)" d="M93.865 111.297c-.807 0-1.462-1.514-1.462-3.381 0-1.866.655-3.38 1.462-3.38.808 0 1.463 1.514 1.463 3.38 0 1.867-.655 3.381-1.463 3.381Z"/><path stroke="#fff" stroke-miterlimit="10" d="M96.2 122.131c-3.919 0-7.096-6.364-7.096-14.214 0-7.85 3.177-14.214 7.097-14.214 3.919 0 7.096 6.364 7.096 14.214 0 7.85-3.177 14.214-7.096 14.214Z"/><path fill="url(#s)" d="M12.652 80.548s8.27-3.319 12.767-5.355c3.033-1.365 9.443-2.933 13.326-3.808 1.968-.448 3.792-1.528 5.218-3.116.47-.509 1.011-1.12 1.661-1.812l2.294-2.362c4.911-5.091 12.387-9.184 18.58-11.954 6.248-2.77 12.82-3.177 19.52-3.177 0 0 24.287.082 31.257.082 6.97 0 32.936 1.547 50.758 26.513 3.665 3.177 8.125 8.736 8.523 17.207.108 2.526.108-1.588.108 4.806 0 6.109-.903 18.45-6.898 18.45h-3.106c.488-2.505.741-5.213.741-8.085 0-12.401-4.948-22.135-11.25-22.135s-11.249 9.714-11.249 22.135c0 2.872.271 5.6.74 8.085h-38.768c.469-2.505.74-5.234.74-8.085 0-12.584-5.002-22.44-11.412-22.44-6.41 0-11.412 9.856-11.412 22.44 0 2.872.253 5.6.74 8.085H13.844c-3.485 0-6.464-2.79-7.114-6.639L5.32 90.384l7.332-9.836Z"/><path fill="url(#t)" d="M12.652 80.548s8.27-3.319 12.767-5.355c3.033-1.365 9.443-2.933 13.326-3.808 1.968-.448 3.792-1.528 5.218-3.116.47-.509 1.011-1.12 1.661-1.812l2.294-2.362c4.911-5.091 12.387-9.184 18.58-11.954 6.248-2.77 12.82-3.177 19.52-3.177 0 0 24.287.082 31.257.082 6.97 0 32.936 1.547 50.758 26.513 3.665 3.177 8.125 8.736 8.523 17.207.108 2.526.108-1.588.108 4.806 0 6.109-.903 18.45-6.898 18.45h-3.106c.488-2.505.741-5.213.741-8.085 0-12.401-4.948-22.135-11.25-22.135s-11.249 9.714-11.249 22.135c0 2.872.271 5.6.74 8.085h-38.768c.469-2.505.74-5.234.74-8.085 0-12.584-5.002-22.44-11.412-22.44-6.41 0-11.412 9.856-11.412 22.44 0 2.872.253 5.6.74 8.085H13.844c-3.485 0-6.464-2.79-7.114-6.639L5.32 90.384l7.332-9.836Z" style="mix-blend-mode:hard-light"/><path fill="url(#u)" d="M12.652 80.548s8.27-3.319 12.767-5.355c3.033-1.365 9.443-2.933 13.326-3.808 1.968-.448 3.792-1.528 5.218-3.116.47-.509 1.011-1.12 1.661-1.812l2.294-2.362c4.911-5.091 12.387-9.184 18.58-11.954 6.248-2.77 12.82-3.177 19.52-3.177 0 0 24.287.082 31.257.082 6.97 0 32.936 1.547 50.758 26.513 3.665 3.177 8.125 8.736 8.523 17.207.108 2.526.108-1.588.108 4.806 0 6.109-.903 18.45-6.898 18.45h-3.106c.488-2.505.741-5.213.741-8.085 0-12.401-4.948-22.135-11.25-22.135s-11.249 9.714-11.249 22.135c0 2.872.271 5.6.74 8.085h-38.768c.469-2.505.74-5.234.74-8.085 0-12.584-5.002-22.44-11.412-22.44-6.41 0-11.412 9.856-11.412 22.44 0 2.872.253 5.6.74 8.085H13.844c-3.485 0-6.464-2.79-7.114-6.639L5.32 90.384l7.332-9.836Z"/><path fill="url(#v)" d="M148.602 77.738s-36.855-6.435-58.523 1.1c0 0 7.35.937 19.303.57 11.972-.367 39.22-1.67 39.22-1.67Z" style="mix-blend-mode:soft-light"/><g filter="url(#w)"><path fill="url(#x)" d="m52.74 90.364 32.087-11.526s.199 8.553-4.569 10.772c-4.766 2.22-18.652 3.89-22.173 2.83-3.522-1.078-5.345-2.076-5.345-2.076Z"/></g><path fill="#1C1C1C" d="M82.714 50.594h23.42c1.228 0 1.95 1.466 1.246 2.545l-9.047 13.99c-2.112 3.502-1.643 3.299-5.886 3.299H44.36c-.993 0-1.48-1.303-.74-2.036l2.672-2.627c9.931-9.755 22.932-15.171 36.42-15.171Z"/><path fill="url(#y)" d="M82.714 50.594h23.42c1.228 0 1.95 1.466 1.246 2.545l-9.047 13.99c-2.112 3.502-1.643 3.299-5.886 3.299H44.36c-.993 0-1.48-1.303-.74-2.036l2.672-2.627c9.931-9.755 22.932-15.171 36.42-15.171Z"/><mask id="A" width="65" height="21" x="43" y="50" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="url(#z)" d="M82.73 50.716h23.419c1.228 0 1.951 1.466 1.246 2.545l-9.046 13.99c-2.113 3.503-1.643 3.299-5.887 3.299H44.376c-.993 0-1.48-1.303-.74-2.036l2.672-2.627c9.932-9.755 22.933-15.171 36.422-15.171Z"/></mask><g mask="url(#A)"><mask id="C" width="108" height="34" x="35" y="39" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="url(#B)" d="M138.165 46.223c-23.224 3.948-58.589 18.01-64.91 23.284v3.483l-37.7-3.483 37.7-28.614c2.752-4.5 88.134 1.383 64.91 5.33Z"/></mask><g mask="url(#C)"><path fill="url(#D)" d="M110.559 49.253c-23.224 3.948-58.588 18.01-64.91 23.284v3.483l60.283-1.076 15.87-17.127c2.753-4.5 11.982-12.512-11.243-8.564Z"/></g></g><path fill="url(#E)" d="M94.43 73.503s-16.432 2.77-24.576 6.435c-8.144 3.665-11.466 6.516-11.466 6.516s9.137-4.561 18.563-7.595c9.425-3.035 17.479-5.356 17.479-5.356Z"/><path fill="url(#F)" d="M160.109 80.691s-14.716-1.038-17.497 18.328c-1.174 8.125 6.681 17.024 6.681 17.024l-.487-17.024 9.155-13.888 2.148-4.44Z" opacity=".5"/><path fill="url(#G)" d="M97.734 80.69s-14.716-1.038-17.497 18.328c-1.174 8.125 6.681 17.024 6.681 17.024l-.487-17.024 9.155-13.908 2.148-4.42Z"/><path fill="url(#H)" d="M84.702 81.2c-3.413 1.405-16.324 6.618-28.91 10.467-.74-.265-1.336-.509-1.805-.713l-.578-.264c13.994-4.154 29.379-10.427 31.42-11.282a32.387 32.387 0 0 1-.127 1.792Z"/><path fill="url(#I)" fill-opacity=".5" d="M84.702 81.2c-3.413 1.405-16.324 6.618-28.91 10.467-.74-.265-1.336-.509-1.805-.713l-.578-.264c13.994-4.154 29.379-10.427 31.42-11.282a32.387 32.387 0 0 1-.127 1.792Z"/><path fill="url(#J)" d="M105.807 116.022c.253-1.975.38-4.032.38-6.13 0-12.401-4.461-22.501-9.968-22.501s-9.967 10.1-9.967 22.501c0 2.098.126 4.155.379 6.13 0 0-4.876-11.078.234-24.233 2.059-5.294 5.725-7.921 9.354-7.921 3.63 0 7.241 2.647 9.354 7.921 5.11 12.768.234 24.233.234 24.233Z"/><path fill="url(#K)" d="M167.881 116.022c.252-1.975.379-4.032.379-6.13 0-12.401-4.46-22.501-9.968-22.501-5.507 0-9.967 10.1-9.967 22.501 0 2.098.126 4.155.379 6.13 0 0-5.092-12.544.235-24.233 2.347-5.132 5.724-7.921 9.353-7.921 3.63 0 6.952 2.81 9.354 7.921 2.257 4.786 2.943 10.813 2.058 18.103-.559 4.521-1.823 6.13-1.823 6.13Z"/><path fill="url(#L)" d="M47.634 72.81h30.491c-6.681 1.772-11.9 4.032-15.655 6.028-5.995 3.177-9.483 4.826-13.15 4.826H16.07s3.034-3.97 16.794-8.491a47.005 47.005 0 0 1 14.77-2.362Z"/><path fill="url(#M)" d="m58.18 98.713 8 .224c1.86.061 3.54 1.303 4.316 3.197l1.661 4.052c.126.326-.162.652-.451.509l-13.688-7.249c-.325-.183-.198-.733.163-.733Z"/><path fill="url(#N)" fill-rule="evenodd" d="M58.185 97.501h-.014c-.74 0-1.243.59-1.383 1.212-.142.63.06 1.434.738 1.816l.012.007 13.712 7.263.013.006c1.195.59 2.387-.776 1.872-2.103l-.005-.012-1.666-4.064c-.949-2.314-2.996-3.826-5.262-3.9H66.2l-8.015-.225Zm12.301 4.633c-.776-1.894-2.456-3.136-4.316-3.197l-7.999-.224c-.361 0-.487.55-.162.733l13.687 7.249c.289.143.578-.183.451-.509l-1.661-4.052Z" clip-rule="evenodd"/><path fill="url(#O)" d="m58.18 98.713 8 .224c1.86.061 3.54 1.303 4.316 3.197l1.661 4.052c.126.326-.162.652-.451.509l-13.688-7.249c-.325-.183-.198-.733.163-.733Z"/><path fill="url(#P)" d="M158.172 75.519c3.864-2.363 8.162-1.1 10.275-.062 2.112 1.039 3.557 2.709 4.135 3.809l1.661 4.052c.126.326-.163.651-.452.509 0 0-4.171-2.403-9.281-4.256-4.658-1.67-8.18-2.932-6.338-4.052Z"/><path fill="url(#Q)" d="M158.172 75.519c3.864-2.363 8.162-1.1 10.275-.062 2.112 1.039 3.557 2.709 4.135 3.809l1.661 4.052c.126.326-.163.651-.452.509 0 0-4.171-2.403-9.281-4.256-4.658-1.67-8.18-2.932-6.338-4.052Z"/><path fill="#fff" d="m8.297 98.713-1.968.224c-.578.061-.993.346-.993 3.197s1.192 4.297 1.192 4.297c-.037.326 2.347-6.985 2.347-6.985.108-.183.072-.733-.578-.733ZM18.122 107.713h29.415c2.437 0 4.604-1.751 5.38-4.337l2.294-7.494-1.842-1.833c-3.467-3.42-7.927-5.315-12.531-5.315H23.25c-5.273 0-10.31 2.464-13.904 6.822l-.144.163 3.828 8.492c.993 2.138 2.961 3.502 5.092 3.502Z"/><path fill="url(#R)" d="M18.122 107.713h29.415c2.437 0 4.604-1.751 5.38-4.337l2.294-7.494-1.842-1.833c-3.467-3.42-7.927-5.315-12.531-5.315H23.25c-5.273 0-10.31 2.464-13.904 6.822l-.144.163 3.828 8.492c.993 2.138 2.961 3.502 5.092 3.502Z"/><path fill="url(#S)" fill-rule="evenodd" d="m57.094 95.326-2.653-2.64-.003-.003c-3.76-3.71-8.599-5.766-13.597-5.766H23.254c-5.712 0-11.17 2.664-15.069 7.379l-.95 1.072 4.362 9.675.004.01c1.266 2.725 3.78 4.478 6.524 4.478H47.54c3.128 0 5.91-2.244 6.91-5.568l2.644-8.637Zm-4.173 8.05c-.776 2.586-2.943 4.338-5.38 4.338H18.124c-2.13 0-4.099-1.365-5.092-3.503l-3.828-8.492.145-.162c3.593-4.358 8.63-6.822 13.904-6.822H40.84c4.605 0 9.065 1.894 12.532 5.315l1.841 1.832-2.293 7.494Z" clip-rule="evenodd"/><g filter="url(#T)"><path fill="url(#U)" d="M18.122 107.76h29.415c2.437 0 4.604-1.751 5.38-4.337l2.294-7.494-1.842-1.833c-3.467-3.42-7.927-5.315-12.531-5.315H23.25c-5.273 0-10.31 2.464-13.904 6.822l-.144.163 3.828 8.492c.993 2.138 2.961 3.502 5.092 3.502Z"/><path fill="url(#V)" d="M18.122 107.76h29.415c2.437 0 4.604-1.751 5.38-4.337l2.294-7.494-1.842-1.833c-3.467-3.42-7.927-5.315-12.531-5.315H23.25c-5.273 0-10.31 2.464-13.904 6.822l-.144.163 3.828 8.492c.993 2.138 2.961 3.502 5.092 3.502Z"/></g><path fill="#1C1C1C" d="M14.505 106.248a2.201 2.201 0 0 1-.199-.204H51.36c-.072.061-.126.142-.198.204H14.505ZM53.016 103.05l-.073.204H12.604l-.09-.204h40.502ZM55.078 95.74H9.231l-.018-.02.145-.163H54.86l.217.183ZM53.945 100.037l-.072.203H11.26l-.09-.203h42.776ZM52.438 104.537c-.037.061-.073.143-.109.204H13.326c-.036-.061-.072-.143-.108-.204h39.22ZM53.469 101.543l-.054.204H11.938l-.09-.204h41.62ZM49.389 91.036c.126.061.235.143.361.204H14.34c.109-.061.235-.143.343-.204H49.39ZM51.63 92.543c.09.061.18.142.253.204H12.175c.09-.061.163-.143.253-.204H51.63ZM45.982 89.529c.199.06.398.142.596.203H17.506a5.59 5.59 0 0 1 .614-.203h27.862ZM54.844 97.043l-.054.204H9.9l-.09-.204h45.034ZM53.348 94.03c0 .02.018.02 0 0l.199.203H10.535c.072-.061.127-.143.199-.204h42.614ZM54.39 98.55l-.072.203H10.584l-.108-.203h43.915ZM138.885 116.022c.217-1.69.397-3.502.614-5.437.361-3.401.741-6.923 1.192-9.611 1.264-7.576 3.268-12.931 9.715-17.94.289-.225.577-.449.83-.652 2.149-1.65 3.341-2.566 3.016-3.992-.289-1.344-1.571-2.77-2.799-4.154-1.102-1.242-2.257-2.525-2.582-3.686l-.163.061c.361 1.202 1.463 2.444 2.637 3.768 1.209 1.364 2.455 2.77 2.744 4.052.289 1.283-.867 2.179-2.943 3.767-.271.204-.542.428-.849.652-6.5 5.05-8.505 10.447-9.787 18.083-.451 2.708-.83 6.211-1.191 9.632a214.262 214.262 0 0 1-.614 5.437l.18.02Z"/><path fill="url(#W)" d="M21.38 109.038h14.225c4.93 0 14.68 1.099 18.383 3.115l4.965 2.688H10.152c-.973 0 4.596-5.803 11.229-5.803Z"/><mask id="aa" width="172" height="69" x="5" y="48" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="url(#X)" d="M12.652 80.548s8.27-3.319 12.767-5.355c3.033-1.365 9.443-2.933 13.326-3.808 1.968-.448 3.792-1.528 5.218-3.116.47-.509 1.011-1.12 1.661-1.812l2.294-2.362c4.911-5.091 12.387-9.184 18.58-11.954 6.248-2.77 12.82-3.177 19.52-3.177 0 0 24.287.082 31.257.082 6.97 0 32.936 1.547 50.758 26.513 3.665 3.177 8.125 8.736 8.523 17.207.108 2.526.108-1.588.108 4.806 0 6.109-.903 18.45-6.898 18.45h-3.106c.488-2.505.741-5.213.741-8.085 0-12.401-4.948-22.135-11.25-22.135s-11.249 9.714-11.249 22.135c0 2.872.271 5.6.74 8.085h-38.768c.469-2.505.74-5.234.74-8.085 0-12.584-5.002-22.44-11.412-22.44-6.41 0-11.412 9.856-11.412 22.44 0 2.872.253 5.6.74 8.085H13.844c-3.485 0-6.464-2.79-7.114-6.639L5.32 90.384l7.332-9.836Z"/><path fill="url(#Y)" d="M12.652 80.548s8.27-3.319 12.767-5.355c3.033-1.365 9.443-2.933 13.326-3.808 1.968-.448 3.792-1.528 5.218-3.116.47-.509 1.011-1.12 1.661-1.812l2.294-2.362c4.911-5.091 12.387-9.184 18.58-11.954 6.248-2.77 12.82-3.177 19.52-3.177 0 0 24.287.082 31.257.082 6.97 0 32.936 1.547 50.758 26.513 3.665 3.177 8.125 8.736 8.523 17.207.108 2.526.108-1.588.108 4.806 0 6.109-.903 18.45-6.898 18.45h-3.106c.488-2.505.741-5.213.741-8.085 0-12.401-4.948-22.135-11.25-22.135s-11.249 9.714-11.249 22.135c0 2.872.271 5.6.74 8.085h-38.768c.469-2.505.74-5.234.74-8.085 0-12.584-5.002-22.44-11.412-22.44-6.41 0-11.412 9.856-11.412 22.44 0 2.872.253 5.6.74 8.085H13.844c-3.485 0-6.464-2.79-7.114-6.639L5.32 90.384l7.332-9.836Z"/><path fill="url(#Z)" d="M12.652 80.548s8.27-3.319 12.767-5.355c3.033-1.365 9.443-2.933 13.326-3.808 1.968-.448 3.792-1.528 5.218-3.116.47-.509 1.011-1.12 1.661-1.812l2.294-2.362c4.911-5.091 12.387-9.184 18.58-11.954 6.248-2.77 12.82-3.177 19.52-3.177 0 0 24.287.082 31.257.082 6.97 0 32.936 1.547 50.758 26.513 3.665 3.177 8.125 8.736 8.523 17.207.108 2.526.108-1.588.108 4.806 0 6.109-.903 18.45-6.898 18.45h-3.106c.488-2.505.741-5.213.741-8.085 0-12.401-4.948-22.135-11.25-22.135s-11.249 9.714-11.249 22.135c0 2.872.271 5.6.74 8.085h-38.768c.469-2.505.74-5.234.74-8.085 0-12.584-5.002-22.44-11.412-22.44-6.41 0-11.412 9.856-11.412 22.44 0 2.872.253 5.6.74 8.085H13.844c-3.485 0-6.464-2.79-7.114-6.639L5.32 90.384l7.332-9.836Z"/></mask><g mask="url(#aa)"><g style="mix-blend-mode:screen"><path fill="url(#ab)" d="M-9.01 100.945c-.241-.261-.014-.674.307-.558l8.813 3.175 1.368.489c5.482 1.958 8.355 8.576 6.086 14.018l-2.1-1.108-.563-3.561c-.549-3.465-2.676-6.502-5.658-8.076l-8.16-4.306a.34.34 0 0 1-.094-.073Z"/><path fill="url(#ac)" d="M-9.01 100.945c-.241-.261-.014-.674.307-.558l8.813 3.175 1.368.489c5.482 1.958 8.355 8.576 6.086 14.018l-2.1-1.108-.563-3.561c-.549-3.465-2.676-6.502-5.658-8.076l-8.16-4.306a.34.34 0 0 1-.094-.073Z"/></g><path fill="url(#ad)" d="M5.016 119.229c0-13.805 11.19-24.996 24.996-24.996h31.344A20 20 0 0 1 80.21 107.56l4.13 11.668H5.015Z" style="mix-blend-mode:multiply"/></g><path fill="url(#ae)" d="m98.932 70.428 44.962.142s.397.02 7.547.02c7.151 0 6.591-2.402 5.634-3.502C142.9 50.635 115.67 50.94 115.67 50.94c-1.426-.204-2.871.265-3.755 1.222-1.987 2.158-3.901 5.416-7.169 10.04-2.745 3.889-5.814 8.226-5.814 8.226Z"/><mask id="ag" width="60" height="21" x="98" y="50" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="url(#af)" d="m98.932 70.428 44.962.142s.397.02 7.547.02c7.151 0 6.591-2.402 5.634-3.502C142.9 50.635 115.67 50.94 115.67 50.94c-1.426-.204-2.871.265-3.755 1.222-1.987 2.158-3.901 5.416-7.169 10.04-2.745 3.889-5.814 8.226-5.814 8.226Z"/></mask><g mask="url(#ag)"><path fill="url(#ah)" d="M142.448 58.617c-9.622-2.706-34.886 5.078-48.167 13.605l57.321 4.44c2.193-7.752.469-15.338-9.154-18.045Z" style="mix-blend-mode:overlay"/></g><path fill="url(#ai)" d="m131.18 70.51 25.388.102.018.02-25.406-.102v-.02Z"/><path fill="#1C1C1C" d="M104.922 70.164c-.108.163-.181.264-.181.264h.181v.02l-6.013-.02s2.961-4.663 5.868-8.226c.055-.062.091-.123.145-.163v8.125ZM142.304 56.336c.036.02.054.02.09.041l.271.122c.163.082.307.143.47.224l.27.123c.235.101.452.224.687.346.054.02.126.06.18.102.181.101.361.183.542.285.09.04.18.101.271.142.162.082.325.183.487.265.091.04.163.081.253.142.235.123.451.265.686.387.072.041.127.082.199.123.18.101.343.203.523.305.091.061.163.102.253.163.181.102.343.224.524.326.072.04.126.081.199.122.234.142.451.285.686.448.072.04.144.102.216.142.163.123.343.224.506.347.072.06.163.101.235.163.198.142.379.264.578.407.036.02.09.06.126.081.217.163.451.326.668.51.072.06.145.101.217.162.162.122.325.265.487.387.073.061.145.122.217.163.217.183.451.367.668.55.018.02.036.04.072.061.199.163.398.346.596.53.072.06.145.122.199.183.162.142.325.285.487.448.055.06.127.102.181.163.217.203.415.407.632.61.036.041.072.082.126.123.181.163.343.346.524.53.072.06.126.142.199.203.162.163.325.346.487.509.054.061.09.102.145.142l.595.672a.34.34 0 0 1 .073.102c.921 1.12 1.372 3.442-5.688 3.442h-2.619c-1.209-3.89-4.008-9.612-6.518-14.296ZM135.258 70.55l-5.544-.02c-2.203-10.467-5.507-16.474-7.331-19.162 1.661.183 3.557.448 5.616.835 1.643 2.402 4.785 7.962 7.259 18.347ZM50.759 91.24c.415-.163 42.163-16.19 43.463-16.413.596-.122.903-1.14.903-3.034 0-.491-.02-.98-.047-1.406l-.172.067c.105 1.743.066 4.03-.702 4.17-1.318.244-41.766 15.76-43.5 16.433l.055.183ZM9.594 87.513l3.774-1.262a5.42 5.42 0 0 0 1.318-.652 4.879 4.879 0 0 1 2.763-.876h30.264c.722 0 1.426.163 2.076.489l.686.326c.578.285 1.21.448 1.842.489l7.837.509.018-.204-7.837-.51a4.89 4.89 0 0 1-1.77-.467l-.686-.326a4.97 4.97 0 0 0-2.148-.489H17.485a5.006 5.006 0 0 0-2.853.916 4.66 4.66 0 0 1-1.264.632L9.594 87.35v.163ZM43.632 68.392c-.451.427-.451 1.079-.144 1.527a1.181 1.181 0 0 1 .144-1.527l.759-.754-.759.754ZM75.203 51.164ZM71.5 51.856ZM57.989 114.596h16.793c1.48 0 2.817-.835 3.611-2.24.795-1.405.885-3.136.253-4.643l-3.051-7.29c-1.282-3.075-4.063-5.05-7.079-5.05H56.761a1.88 1.88 0 0 1-1.156-.407l-3.593-2.81-.108.162 3.593 2.79c.38.285.813.448 1.264.448h11.755c2.944 0 5.652 1.934 6.916 4.948l3.052 7.291c.596 1.445.505 3.095-.253 4.439-.758 1.344-2.04 2.138-3.449 2.138H57.989v.224Z"/><path fill="#1C1C1C" d="M129.804 116.042c.018-.081 2.546-8.654 3.701-19.997 1.048-10.487 1.12-25.556-4.604-37.815-1.535-3.279-2.998-6.231-4.352-8.756l-.162.102c1.354 2.524 2.816 5.477 4.351 8.756 5.688 12.218 5.634 27.246 4.587 37.713-1.138 11.322-3.666 19.875-3.684 19.957l.163.04ZM105.378 69.634h9.552c.795 0 1.445-.734 1.445-1.63v-2.586c0-.855-.578-1.547-1.318-1.629l-8.487-.896c-.668-.06-1.282.387-1.499 1.1l-1.065 3.462c-.325 1.079.379 2.179 1.372 2.179Z"/><path fill="url(#aj)" d="M105.073 63.993c.217-.713.849-1.16 1.499-1.1l8.487.896c.379.041.704.245.957.55-1.517 1.874-4.749 4.928-9.968 5.295h-.668c-.993 0-1.697-1.12-1.372-2.18l1.065-3.461Z"/><path fill="url(#ak)" d="M105.073 63.993c.217-.713.849-1.16 1.499-1.1l8.487.896c.379.041.704.245.957.55-1.517 1.874-4.749 4.928-9.968 5.295h-.668c-.993 0-1.697-1.12-1.372-2.18l1.065-3.461Z"/><path fill="url(#al)" d="M12.555 90.425s-5.562-2.81 0-9.836c-4.695 1.426-7.458 6.618-7.223 9.775.199 2.525 2.474 2.382 4.37 2.057 1.101-.184 2.853-1.996 2.853-1.996Z"/><path fill="url(#am)" d="M91.938 71.854s-18.6-1.63-32.196 6.984c-13.597 8.614-11.9 10.793-11.9 10.793s5.923-6.394 17.696-11.363c11.773-4.969 26.4-6.414 26.4-6.414Z"/><path fill="url(#an)" d="M105.755 65.602c0 .957.271 1.914 1.608 1.914 1.336 0 4.153-1.69 4.153-2.647 0-.957-1.987-.998-3.341-.998-1.336.02-2.42.774-2.42 1.731Z"/><g filter="url(#ao)"><path fill="#fff" d="m59.638 86.706.537-8.02.536 8.02 7.13.604-7.13.603-.536 18.233-.537-18.233-7.13-.603 7.13-.604Z"/></g><g filter="url(#ap)"><path fill="#fff" d="m11.318 88.32.536-8.021.537 8.02 7.13.605-7.13.603-.537 18.233-.536-18.233-7.13-.603 7.13-.604Z"/></g><path fill="url(#aq)" d="M15.803 108.715h32.093l5.387 1.892H13.109l2.694-1.892Z"/><path fill="url(#ar)" d="M15.803 108.715h32.093l5.387 1.892H13.109l2.694-1.892Z"/><g style="mix-blend-mode:screen"><path fill="url(#as)" d="M73.574 100.201a.652.652 0 0 1 1.032.233l2.446 5.739c1.577 3.629-1.082 7.685-5.039 7.685H59.437V112.4l9.745-2.089a5.28 5.28 0 0 0 4.172-5.161v-4.46c0-.187.08-.365.22-.489Z"/><path fill="url(#at)" d="M73.574 100.201a.652.652 0 0 1 1.032.233l2.446 5.739c1.577 3.629-1.082 7.685-5.039 7.685H59.437V112.4l9.745-2.089a5.28 5.28 0 0 0 4.172-5.161v-4.46c0-.187.08-.365.22-.489Z"/></g><path fill="url(#au)" d="M100.922 71.938h45.593v2.237l-45.593-2.237Z"/><path fill="url(#av)" d="M0 0h21.713v.959H0z" transform="matrix(.54166 -.8406 .77498 .63199 97.734 69.335)"/><g filter="url(#aw)"><path fill="url(#ax)" d="M89.23 139.6c46.968 0 85.043-1.943 85.043-4.34 0-2.396-38.075-4.339-85.042-4.339-46.968 0-85.043 1.943-85.043 4.339 0 2.397 38.075 4.34 85.043 4.34Z"/></g><g filter="url(#ay)"><path fill="#B5E2FF" d="m73.594 23.16-5.774 10h11.547l-5.773-10Zm1 21.322V32.16h-2v12.322h2Z"/></g><path fill="#B5E2FF" d="m166.234 25.337-8.66 15h17.321l-8.661-15Zm1.5 31.445V38.837h-3v17.945h3ZM23.672 25.301l-11.547 20h23.094l-11.547-20Zm2 40.071V43.301h-4v22.071h4Z"/><defs><linearGradient id="b" x1="21.504" x2="25.628" y1="119.761" y2="130.73" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#5AB94C"/></linearGradient><linearGradient id="c" x1="13.881" x2="17.476" y1="115.908" y2="115.908" gradientUnits="userSpaceOnUse"><stop stop-color="#157DFF"/><stop offset="1" stop-color="#0366DB" stop-opacity=".021"/></linearGradient><linearGradient id="d" x1="148.425" x2="141.954" y1="114.596" y2="124.288" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#FFCA42"/></linearGradient><linearGradient id="e" x1="142.494" x2="145.782" y1="115.908" y2="115.908" gradientUnits="userSpaceOnUse"><stop stop-color="#157DFF"/><stop offset="1" stop-color="#0366DB" stop-opacity=".021"/></linearGradient><linearGradient id="f" x1="152.094" x2="153.605" y1="97.572" y2="105.954" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#3137C5"/></linearGradient><linearGradient id="g" x1="153.684" x2="155.249" y1="112.437" y2="112.437" gradientUnits="userSpaceOnUse"><stop stop-color="#157DFF"/><stop offset="1" stop-color="#0366DB" stop-opacity=".021"/></linearGradient><linearGradient id="h" x1="161.162" x2="152.318" y1="105.856" y2="106.769" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#3137C5"/></linearGradient><linearGradient id="i" x1="156.716" x2="157.77" y1="112.418" y2="112.418" gradientUnits="userSpaceOnUse"><stop stop-color="#157DFF"/><stop offset="1" stop-color="#0366DB" stop-opacity=".021"/></linearGradient><linearGradient id="j" x1="156.733" x2="154.683" y1="107.25" y2="108.228" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#3137C5"/></linearGradient><linearGradient id="k" x1="154.596" x2="155.103" y1="109.395" y2="109.395" gradientUnits="userSpaceOnUse"><stop stop-color="#157DFF"/><stop offset="1" stop-color="#0366DB" stop-opacity=".021"/></linearGradient><linearGradient id="l" x1="86.756" x2="83.197" y1="116.365" y2="124.809" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#8AD557"/></linearGradient><linearGradient id="m" x1="80.228" x2="83.517" y1="115.907" y2="115.907" gradientUnits="userSpaceOnUse"><stop stop-color="#157DFF"/><stop offset="1" stop-color="#0366DB" stop-opacity=".021"/></linearGradient><linearGradient id="n" x1="91.69" x2="96.713" y1="107.361" y2="108.218" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#3137C5"/></linearGradient><linearGradient id="o" x1="91.419" x2="92.983" y1="112.437" y2="112.437" gradientUnits="userSpaceOnUse"><stop stop-color="#157DFF"/><stop offset="1" stop-color="#0366DB" stop-opacity=".021"/></linearGradient><linearGradient id="p" x1="95.163" x2="101.563" y1="117.228" y2="114.463" gradientUnits="userSpaceOnUse"><stop stop-color="#3B4B80"/><stop offset="1" stop-color="#3B4B80" stop-opacity="0"/></linearGradient><linearGradient id="q" x1="94.452" x2="92.402" y1="107.249" y2="108.227" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#3137C5"/></linearGradient><linearGradient id="r" x1="92.315" x2="92.822" y1="109.394" y2="109.394" gradientUnits="userSpaceOnUse"><stop stop-color="#157DFF"/><stop offset="1" stop-color="#0366DB" stop-opacity=".021"/></linearGradient><linearGradient id="s" x1="207.226" x2="58.424" y1="123.695" y2="136.125" gradientUnits="userSpaceOnUse"><stop/><stop offset=".526" stop-color="#42AB44"/><stop offset=".891" stop-color="#AAE75A"/></linearGradient><linearGradient id="t" x1="5.321" x2="29.855" y1="97.611" y2="97.242" gradientUnits="userSpaceOnUse"><stop stop-color="#E1EEF6"/><stop offset="1" stop-color="#0366DB" stop-opacity=".021"/></linearGradient><linearGradient id="u" x1="127.513" x2="120.046" y1="121.841" y2="97.873" gradientUnits="userSpaceOnUse"><stop stop-color="#2B32AB"/><stop offset="1" stop-color="#232888" stop-opacity="0"/></linearGradient><linearGradient id="v" x1="119.34" x2="119.34" y1="75.178" y2="79.493" gradientUnits="userSpaceOnUse"><stop stop-color="#88BBFB"/><stop offset="1" stop-color="#88BBFB" stop-opacity="0"/></linearGradient><linearGradient id="x" x1="76.686" x2="83.331" y1="89.125" y2="84.139" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#6DAEE3"/></linearGradient><linearGradient id="y" x1="77.958" x2="79.684" y1="52.271" y2="66.569" gradientUnits="userSpaceOnUse"><stop stop-color="#020306"/><stop offset="1" stop-color="#2F36BB"/></linearGradient><linearGradient id="z" x1="75.475" x2="75.475" y1="50.716" y2="70.552" gradientUnits="userSpaceOnUse"><stop stop-color="#3B4B81"/><stop offset="1" stop-color="#8BCBFF"/></linearGradient><linearGradient id="B" x1="88.765" x2="84.227" y1="70.852" y2="58.86" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#A8D8FF"/></linearGradient><linearGradient id="D" x1="61.159" x2="56.621" y1="73.882" y2="61.89" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#A8D8FF"/></linearGradient><linearGradient id="E" x1="73.608" x2="91.061" y1="85.567" y2="75.754" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#6DAEE3"/></linearGradient><linearGradient id="F" x1="154.115" x2="142.667" y1="94.695" y2="85.029" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#6DAEE3"/></linearGradient><linearGradient id="G" x1="91.74" x2="80.292" y1="94.694" y2="85.028" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#6DAEE3"/></linearGradient><linearGradient id="H" x1="70.704" x2="71.602" y1="79.239" y2="91.602" gradientUnits="userSpaceOnUse"><stop stop-color="#C2DBEC"/><stop offset=".653" stop-color="#F3FAFE"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="I" x1="80.345" x2="82.541" y1="81.444" y2="90.678" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="J" x1="99.953" x2="89.619" y1="96.61" y2="83.879" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#6DAEE3"/></linearGradient><linearGradient id="K" x1="162.058" x2="151.743" y1="96.61" y2="83.795" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#FFCA42"/></linearGradient><linearGradient id="L" x1="53.198" x2="33.713" y1="72.811" y2="96.702" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset=".521" stop-color="#D6ECFF"/><stop offset="1" stop-color="#6DAEE3"/></linearGradient><linearGradient id="M" x1="67.302" x2="65.737" y1="101.89" y2="97.14" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#6DAEE3"/></linearGradient><linearGradient id="N" x1="67.639" x2="65.392" y1="101.64" y2="95.619" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#6DAEE3"/></linearGradient><linearGradient id="O" x1="68.544" x2="72.012" y1="104.634" y2="102.611" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#6DAEE3"/></linearGradient><linearGradient id="P" x1="169.301" x2="166.174" y1="78.063" y2="83.968" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#DC9E00"/></linearGradient><linearGradient id="Q" x1="171.029" x2="162.329" y1="86.514" y2="76.262" gradientUnits="userSpaceOnUse"><stop stop-color="#FEB73F"/><stop offset=".865" stop-color="#FFCA42" stop-opacity="0"/></linearGradient><linearGradient id="R" x1="39.556" x2="36.691" y1="96.255" y2="84.487" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#6DAEE3"/></linearGradient><linearGradient id="S" x1="40.128" x2="36.419" y1="95.879" y2="82.019" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#6DAEE3"/></linearGradient><linearGradient id="U" x1="55.211" x2="40.996" y1="85.242" y2="112.366" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#3137C5"/></linearGradient><linearGradient id="V" x1="7.819" x2="15.789" y1="102.417" y2="102.417" gradientUnits="userSpaceOnUse"><stop stop-color="#157DFF"/><stop offset="1" stop-color="#0366DB" stop-opacity=".021"/></linearGradient><linearGradient id="W" x1="32.222" x2="32.222" y1="109.038" y2="114.841" gradientUnits="userSpaceOnUse"><stop stop-color="#6DAEE3"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="X" x1="154.508" x2="93.004" y1="90.208" y2="83.232" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#42AB44"/></linearGradient><linearGradient id="Y" x1="5.321" x2="29.855" y1="97.611" y2="97.242" gradientUnits="userSpaceOnUse"><stop stop-color="#E1EEF6"/><stop offset="1" stop-color="#0366DB" stop-opacity=".021"/></linearGradient><linearGradient id="Z" x1="129.879" x2="121.878" y1="128.671" y2="102.254" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="ab" x1="-3.441" x2="3.203" y1="108.493" y2="103.765" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#3137C5"/></linearGradient><linearGradient id="ac" x1="6.212" x2="5.312" y1="104.399" y2="106.103" gradientUnits="userSpaceOnUse"><stop stop-color="#157DFF"/><stop offset="1" stop-color="#0366DB" stop-opacity=".021"/></linearGradient><linearGradient id="ad" x1="43.54" x2="42.066" y1="116.435" y2="90.891" gradientUnits="userSpaceOnUse"><stop stop-color="#0057D6"/><stop offset="1" stop-color="#EE7248" stop-opacity="0"/></linearGradient><linearGradient id="ae" x1="130.56" x2="132.422" y1="52.559" y2="66.718" gradientUnits="userSpaceOnUse"><stop stop-color="#020306"/><stop offset="1" stop-color="#454FBC"/></linearGradient><linearGradient id="af" x1="130.56" x2="132.422" y1="52.559" y2="66.718" gradientUnits="userSpaceOnUse"><stop stop-color="#020306"/><stop offset="1" stop-color="#454FBC"/></linearGradient><linearGradient id="ah" x1="112.963" x2="111.491" y1="67.366" y2="60.691" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#6DAEE3"/></linearGradient><linearGradient id="ai" x1="143.883" x2="143.883" y1="70.51" y2="70.632" gradientUnits="userSpaceOnUse"><stop stop-color="#3B4B81"/><stop offset="1" stop-color="#8BCBFF"/></linearGradient><linearGradient id="aj" x1="112.395" x2="110.272" y1="65.595" y2="69.786" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#3137C5"/></linearGradient><linearGradient id="ak" x1="103.564" x2="105.658" y1="67.734" y2="67.734" gradientUnits="userSpaceOnUse"><stop stop-color="#157DFF"/><stop offset="1" stop-color="#0366DB" stop-opacity=".021"/></linearGradient><linearGradient id="al" x1="10.718" x2="12.974" y1="89.457" y2="89.015" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#6DAEE3"/></linearGradient><linearGradient id="am" x1="80.731" x2="89.417" y1="84.951" y2="77.972" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#6DAEE3"/></linearGradient><linearGradient id="an" x1="106.454" x2="111.615" y1="68.377" y2="67.356" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#6DAEE3"/></linearGradient><linearGradient id="aq" x1="13.109" x2="13.315" y1="108.363" y2="111.797" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#3137C5"/></linearGradient><linearGradient id="ar" x1="54.49" x2="47.531" y1="110.075" y2="110.075" gradientUnits="userSpaceOnUse"><stop stop-color="#157DFF"/><stop offset="1" stop-color="#0366DB" stop-opacity=".021"/></linearGradient><linearGradient id="as" x1="65.715" x2="70.689" y1="105.323" y2="113.38" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#3137C5"/></linearGradient><linearGradient id="at" x1="81.023" x2="77.393" y1="109.844" y2="109.844" gradientUnits="userSpaceOnUse"><stop stop-color="#157DFF"/><stop offset="1" stop-color="#0366DB" stop-opacity=".021"/></linearGradient><linearGradient id="au" x1="126.375" x2="95.554" y1="76.315" y2="68.134" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#6DAEE3"/></linearGradient><linearGradient id="av" x1="2.454" x2="23.085" y1=".503" y2=".405" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset=".594" stop-color="#6DAEE3"/><stop offset="1" stop-color="#6DAEE3" stop-opacity="0"/></linearGradient><filter id="a" width="122.18" height="124.183" x="89.773" y="23.386" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21639352" stdDeviation="15"/></filter><filter id="w" width="40.086" height="21.929" x="48.742" y="78.838" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_10079_21639352"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_10079_21639352" result="shape"/></filter><filter id="T" width="53.008" height="26.979" x="9.203" y="80.781" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dx="7" dy="-8"/><feGaussianBlur stdDeviation="5"/><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/><feColorMatrix values="0 0 0 0 0.490196 0 0 0 0 0.717647 0 0 0 0 0.905882 0 0 0 1 0"/><feBlend in2="shape" mode="hard-light" result="effect1_innerShadow_10079_21639352"/></filter><filter id="ao" width="19.336" height="31.461" x="50.508" y="76.685" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21639352" stdDeviation="1"/></filter><filter id="ap" width="21.336" height="33.461" x="1.188" y="77.299" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21639352" stdDeviation="1.5"/></filter><filter id="aw" width="178.086" height="16.679" x=".188" y="126.921" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21639352" stdDeviation="2"/></filter><filter id="ay" width="19.547" height="29.323" x="63.82" y="19.16" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21639352" stdDeviation="2"/></filter><radialGradient id="ax" cx="0" cy="0" r="1" gradientTransform="matrix(-.00027 2.28938 -44.8679 -.00533 89.23 135.26)" gradientUnits="userSpaceOnUse"><stop stop-color="#6A99DD"/><stop offset="1" stop-color="#A0C0EF"/></radialGradient></defs></svg>
|