react-gldn-kit 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Readme.md +12 -0
- package/dist/019a0906020876234aeea55bdffda84f.svg +3 -0
- package/dist/146c476d14957bf48f72f2624fca70a6.svg +4 -0
- package/dist/19a58eb7c3630d4b07306a6c3220d970.svg +4 -0
- package/dist/319df1f071ee5d8a40e6abfdc5033808.svg +4 -0
- package/dist/495b0365b1bec48e3ed4d6b5050ab787.svg +4 -0
- package/dist/4c94314336076d6fec16041ab32c7af5.svg +4 -0
- package/dist/4f5309751f47792d5ed9a10bb49b99c4.svg +83 -0
- package/dist/65721e7993374bcc4145e083b5f42af2.svg +47 -0
- package/dist/7ec6f5f3bcbce4cd53ca73cb7e054566.svg +48 -0
- package/dist/9be020560a317c79c0b3851ea0d60317.svg +76 -0
- package/dist/a7dae2f8305ee0edacaf65eefff21778.svg +3 -0
- package/dist/a9758afe3827a85948f984caf2428242.svg +4 -0
- package/dist/f1ecca5e9239e78b5053dc90f83a3edf.svg +3 -0
- package/dist/index.js +2 -0
- package/dist/index.js.LICENSE.txt +35 -0
- package/dist/lib/components/Banners/components/BannerTemplate/index.d.ts +13 -0
- package/dist/lib/components/Banners/components/BannerTemplate/index.js +52 -0
- package/dist/lib/components/Banners/components/BannerTemplate/types.d.ts +6 -0
- package/dist/lib/components/Banners/components/BannerTemplate/types.js +0 -0
- package/dist/lib/components/Banners/components/BattleBanner/index.d.ts +3 -0
- package/dist/lib/components/Banners/components/BattleBanner/index.js +59 -0
- package/dist/lib/components/Banners/components/BattleBanner/types.d.ts +15 -0
- package/dist/lib/components/Banners/components/BattleBanner/types.js +2 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/components/ElonAppBanner/index.d.ts +2 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/components/ElonAppBanner/index.js +65 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/components/JabiAppBanner/index.d.ts +2 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/components/JabiAppBanner/index.js +53 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/constants.d.ts +6 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/constants.js +9 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/index.d.ts +2 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/index.js +54 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/types.d.ts +12 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/types.js +2 -0
- package/dist/lib/components/Banners/index.d.ts +2 -0
- package/dist/lib/components/Banners/index.js +52 -0
- package/dist/lib/components/Banners/types.d.ts +18 -0
- package/dist/lib/components/Banners/types.js +2 -0
- package/dist/lib/components/BattlesCard/index.d.ts +2 -0
- package/dist/lib/components/BattlesCard/index.js +69 -0
- package/dist/lib/components/BattlesCard/types.d.ts +25 -0
- package/dist/lib/components/BattlesCard/types.js +2 -0
- package/dist/lib/components/HOCs/HOCErrorBoundary/index.d.ts +13 -0
- package/dist/lib/components/HOCs/HOCErrorBoundary/index.js +107 -0
- package/dist/lib/components/HOCs/HOCErrorBoundary/types.d.ts +7 -0
- package/dist/lib/components/HOCs/HOCErrorBoundary/types.js +2 -0
- package/dist/lib/components/HOCs/HOCImageLoader/index.d.ts +2 -0
- package/dist/lib/components/HOCs/HOCImageLoader/index.js +17 -0
- package/dist/lib/components/HOCs/HOCImageLoader/types.d.ts +6 -0
- package/dist/lib/components/HOCs/HOCImageLoader/types.js +2 -0
- package/dist/lib/components/HOCs/HOCOutsideClick/index.d.ts +2 -0
- package/dist/lib/components/HOCs/HOCOutsideClick/index.js +25 -0
- package/dist/lib/components/HOCs/HOCOutsideClick/types.d.ts +11 -0
- package/dist/lib/components/HOCs/HOCOutsideClick/types.js +8 -0
- package/dist/lib/components/Jackpots/JackpotWidget/components/Jackpot/index.d.ts +6 -0
- package/dist/lib/components/Jackpots/JackpotWidget/components/Jackpot/index.js +77 -0
- package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/components/Digit/index.d.ts +6 -0
- package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/components/Digit/index.js +50 -0
- package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/index.d.ts +6 -0
- package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/index.js +57 -0
- package/dist/lib/components/Jackpots/JackpotWidget/index.d.ts +2 -0
- package/dist/lib/components/Jackpots/JackpotWidget/index.js +52 -0
- package/dist/lib/components/Jackpots/JackpotWidget/types.d.ts +13 -0
- package/dist/lib/components/Jackpots/JackpotWidget/types.js +2 -0
- package/dist/lib/components/Jackpots/JackpotWidget/utils.d.ts +13 -0
- package/dist/lib/components/Jackpots/JackpotWidget/utils.js +48 -0
- package/dist/lib/components/LastBigWinners/components/LastBigWinner/LastBigWinner.d.ts +3 -0
- package/dist/lib/components/LastBigWinners/components/LastBigWinner/LastBigWinner.js +53 -0
- package/dist/lib/components/LastBigWinners/components/LastBigWinner/types.d.ts +15 -0
- package/dist/lib/components/LastBigWinners/components/LastBigWinner/types.js +2 -0
- package/dist/lib/components/LastBigWinners/index.d.ts +2 -0
- package/dist/lib/components/LastBigWinners/index.js +122 -0
- package/dist/lib/components/LastBigWinners/types.d.ts +9 -0
- package/dist/lib/components/LastBigWinners/types.js +2 -0
- package/dist/lib/components/Layouts/BonusCardLayout/index.d.ts +2 -0
- package/dist/lib/components/Layouts/BonusCardLayout/index.js +53 -0
- package/dist/lib/components/Layouts/BonusCardLayout/types.d.ts +11 -0
- package/dist/lib/components/Layouts/BonusCardLayout/types.js +2 -0
- package/dist/lib/components/Layouts/DrawerLayout/index.d.ts +2 -0
- package/dist/lib/components/Layouts/DrawerLayout/index.js +56 -0
- package/dist/lib/components/Layouts/DrawerLayout/types.d.ts +10 -0
- package/dist/lib/components/Layouts/DrawerLayout/types.js +2 -0
- package/dist/lib/components/Layouts/ModalLayout/index.d.ts +2 -0
- package/dist/lib/components/Layouts/ModalLayout/index.js +53 -0
- package/dist/lib/components/Layouts/ModalLayout/types.d.ts +8 -0
- package/dist/lib/components/Layouts/ModalLayout/types.js +2 -0
- package/dist/lib/components/Payments/DepositQrForm/index.d.ts +2 -0
- package/dist/lib/components/Payments/DepositQrForm/index.js +49 -0
- package/dist/lib/components/Payments/DepositQrForm/types.d.ts +14 -0
- package/dist/lib/components/Payments/DepositQrForm/types.js +2 -0
- package/dist/lib/components/Payments/DepositSkelet/components/Default/index.d.ts +11 -0
- package/dist/lib/components/Payments/DepositSkelet/components/Default/index.js +38 -0
- package/dist/lib/components/Payments/DepositSkelet/components/WellexPay/NagadAndBKash/index.d.ts +9 -0
- package/dist/lib/components/Payments/DepositSkelet/components/WellexPay/NagadAndBKash/index.js +43 -0
- package/dist/lib/components/Payments/DepositSkelet/constants.d.ts +2 -0
- package/dist/lib/components/Payments/DepositSkelet/constants.js +15 -0
- package/dist/lib/components/Payments/DepositSkelet/index.d.ts +2 -0
- package/dist/lib/components/Payments/DepositSkelet/index.js +59 -0
- package/dist/lib/components/Payments/DepositSkelet/types.d.ts +87 -0
- package/dist/lib/components/Payments/DepositSkelet/types.js +81 -0
- package/dist/lib/components/Payments/Methods/components/Content/index.d.ts +2 -0
- package/dist/lib/components/Payments/Methods/components/Content/index.js +58 -0
- package/dist/lib/components/Payments/Methods/components/Content/types.d.ts +27 -0
- package/dist/lib/components/Payments/Methods/components/Content/types.js +2 -0
- package/dist/lib/components/Payments/Methods/components/PaymentList/index.d.ts +3 -0
- package/dist/lib/components/Payments/Methods/components/PaymentList/index.js +61 -0
- package/dist/lib/components/Payments/Methods/components/PaymentList/types.d.ts +12 -0
- package/dist/lib/components/Payments/Methods/components/PaymentList/types.js +2 -0
- package/dist/lib/components/Payments/Methods/constants.d.ts +5 -0
- package/dist/lib/components/Payments/Methods/constants.js +14 -0
- package/dist/lib/components/Payments/Methods/index.d.ts +2 -0
- package/dist/lib/components/Payments/Methods/index.js +60 -0
- package/dist/lib/components/Payments/Methods/types.d.ts +10 -0
- package/dist/lib/components/Payments/Methods/types.js +8 -0
- package/dist/lib/components/ReferralTable/components/EmptyTreasure/index.d.ts +2 -0
- package/dist/lib/components/ReferralTable/components/EmptyTreasure/index.js +22 -0
- package/dist/lib/components/ReferralTable/components/EmptyTreasure/types.d.ts +4 -0
- package/dist/lib/components/ReferralTable/components/EmptyTreasure/types.js +2 -0
- package/dist/lib/components/ReferralTable/components/InvitedTableHead/index.d.ts +2 -0
- package/dist/lib/components/ReferralTable/components/InvitedTableHead/index.js +46 -0
- package/dist/lib/components/ReferralTable/components/InvitedTableHead/types.d.ts +3 -0
- package/dist/lib/components/ReferralTable/components/InvitedTableHead/types.js +2 -0
- package/dist/lib/components/ReferralTable/components/List/index.d.ts +2 -0
- package/dist/lib/components/ReferralTable/components/List/index.js +47 -0
- package/dist/lib/components/ReferralTable/components/List/types.d.ts +4 -0
- package/dist/lib/components/ReferralTable/components/List/types.js +2 -0
- package/dist/lib/components/ReferralTable/index.d.ts +2 -0
- package/dist/lib/components/ReferralTable/index.js +66 -0
- package/dist/lib/components/ReferralTable/types.d.ts +15 -0
- package/dist/lib/components/ReferralTable/types.js +2 -0
- package/dist/lib/components/Scratch/index.d.ts +2 -0
- package/dist/lib/components/Scratch/index.js +118 -0
- package/dist/lib/components/Scratch/types.d.ts +14 -0
- package/dist/lib/components/Scratch/types.js +8 -0
- package/dist/lib/components/SignUp/CountrySelector/constants.d.ts +7 -0
- package/dist/lib/components/SignUp/CountrySelector/constants.js +815 -0
- package/dist/lib/components/SignUp/CountrySelector/index.d.ts +2 -0
- package/dist/lib/components/SignUp/CountrySelector/index.js +23 -0
- package/dist/lib/components/SignUp/CountrySelector/types.d.ts +10 -0
- package/dist/lib/components/SignUp/CountrySelector/types.js +2 -0
- package/dist/lib/components/SignUp/CurrencySelector/index.d.ts +2 -0
- package/dist/lib/components/SignUp/CurrencySelector/index.js +27 -0
- package/dist/lib/components/SignUp/CurrencySelector/types.d.ts +11 -0
- package/dist/lib/components/SignUp/CurrencySelector/types.js +2 -0
- package/dist/lib/components/SignUp/DocsCheckBox/index.d.ts +9 -0
- package/dist/lib/components/SignUp/DocsCheckBox/index.js +39 -0
- package/dist/lib/components/SignUp/OneClick/constants.d.ts +10 -0
- package/dist/lib/components/SignUp/OneClick/constants.js +13 -0
- package/dist/lib/components/SignUp/OneClick/index.d.ts +31 -0
- package/dist/lib/components/SignUp/OneClick/index.js +86 -0
- package/dist/lib/components/SignUp/PromoCode/index.d.ts +2 -0
- package/dist/lib/components/SignUp/PromoCode/index.js +63 -0
- package/dist/lib/components/SignUp/PromoCode/types.d.ts +6 -0
- package/dist/lib/components/SignUp/PromoCode/types.js +2 -0
- package/dist/lib/components/Text/index.d.ts +6 -0
- package/dist/lib/components/Text/index.js +11 -0
- package/dist/lib/components/Wheel/index.d.ts +2 -0
- package/dist/lib/components/Wheel/index.js +131 -0
- package/dist/lib/components/Wheel/types.d.ts +54 -0
- package/dist/lib/components/Wheel/types.js +2 -0
- package/dist/lib/components/ui/AccordionGroup/Accordion.d.ts +21 -0
- package/dist/lib/components/ui/AccordionGroup/Accordion.js +70 -0
- package/dist/lib/components/ui/AccordionGroup/index.d.ts +6 -0
- package/dist/lib/components/ui/AccordionGroup/index.js +53 -0
- package/dist/lib/components/ui/Bonuses/AvailableBonusesSlider/index.d.ts +8 -0
- package/dist/lib/components/ui/Bonuses/AvailableBonusesSlider/index.js +80 -0
- package/dist/lib/components/ui/Buttons/AppSwitcher/index.d.ts +12 -0
- package/dist/lib/components/ui/Buttons/AppSwitcher/index.js +74 -0
- package/dist/lib/components/ui/Buttons/ArrowButton/index.d.ts +7 -0
- package/dist/lib/components/ui/Buttons/ArrowButton/index.js +41 -0
- package/dist/lib/components/ui/Buttons/BaseButton/index.d.ts +2 -0
- package/dist/lib/components/ui/Buttons/BaseButton/index.js +65 -0
- package/dist/lib/components/ui/Buttons/BaseButton/types.d.ts +30 -0
- package/dist/lib/components/ui/Buttons/BaseButton/types.js +2 -0
- package/dist/lib/components/ui/Buttons/CasinoCategoryButton/index.d.ts +2 -0
- package/dist/lib/components/ui/Buttons/CasinoCategoryButton/index.js +68 -0
- package/dist/lib/components/ui/Buttons/CasinoCategoryButton/types.d.ts +21 -0
- package/dist/lib/components/ui/Buttons/CasinoCategoryButton/types.js +2 -0
- package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/index.d.ts +2 -0
- package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/index.js +51 -0
- package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/types.d.ts +13 -0
- package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/types.js +2 -0
- package/dist/lib/components/ui/Buttons/CloseButton/index.d.ts +2 -0
- package/dist/lib/components/ui/Buttons/CloseButton/index.js +49 -0
- package/dist/lib/components/ui/Buttons/CloseButton/types.d.ts +4 -0
- package/dist/lib/components/ui/Buttons/CloseButton/types.js +2 -0
- package/dist/lib/components/ui/Buttons/DepositButton/index.d.ts +10 -0
- package/dist/lib/components/ui/Buttons/DepositButton/index.js +57 -0
- package/dist/lib/components/ui/Buttons/DrawerButton/index.d.ts +2 -0
- package/dist/lib/components/ui/Buttons/DrawerButton/index.js +63 -0
- package/dist/lib/components/ui/Buttons/DrawerButton/types.d.ts +4 -0
- package/dist/lib/components/ui/Buttons/DrawerButton/types.js +2 -0
- package/dist/lib/components/ui/Buttons/GameActions/index.d.ts +0 -0
- package/dist/lib/components/ui/Buttons/GameActions/index.js +0 -0
- package/dist/lib/components/ui/Buttons/JivoButton/index.d.ts +2 -0
- package/dist/lib/components/ui/Buttons/JivoButton/index.js +154 -0
- package/dist/lib/components/ui/Buttons/JivoButton/types.d.ts +30 -0
- package/dist/lib/components/ui/Buttons/JivoButton/types.js +2 -0
- package/dist/lib/components/ui/Buttons/ProviderName/index.d.ts +2 -0
- package/dist/lib/components/ui/Buttons/ProviderName/index.js +54 -0
- package/dist/lib/components/ui/Buttons/ProviderName/types.d.ts +6 -0
- package/dist/lib/components/ui/Buttons/ProviderName/types.js +2 -0
- package/dist/lib/components/ui/Buttons/index.d.ts +4 -0
- package/dist/lib/components/ui/Buttons/index.js +7 -0
- package/dist/lib/components/ui/CountDown/index.d.ts +2 -0
- package/dist/lib/components/ui/CountDown/index.js +65 -0
- package/dist/lib/components/ui/CountDown/types.d.ts +19 -0
- package/dist/lib/components/ui/CountDown/types.js +2 -0
- package/dist/lib/components/ui/Docs/index.d.ts +2 -0
- package/dist/lib/components/ui/Docs/index.js +72 -0
- package/dist/lib/components/ui/Docs/types.d.ts +14 -0
- package/dist/lib/components/ui/Docs/types.js +2 -0
- package/dist/lib/components/ui/Footer/index.d.ts +2 -0
- package/dist/lib/components/ui/Footer/index.js +46 -0
- package/dist/lib/components/ui/Footer/types.d.ts +13 -0
- package/dist/lib/components/ui/Footer/types.js +2 -0
- package/dist/lib/components/ui/Headers/PopUpHeader/index.d.ts +2 -0
- package/dist/lib/components/ui/Headers/PopUpHeader/index.js +52 -0
- package/dist/lib/components/ui/Headers/PopUpHeader/types.d.ts +17 -0
- package/dist/lib/components/ui/Headers/PopUpHeader/types.js +2 -0
- package/dist/lib/components/ui/Headers/index.d.ts +2 -0
- package/dist/lib/components/ui/Headers/index.js +5 -0
- package/dist/lib/components/ui/Icons/ArrowSvg.d.ts +5 -0
- package/dist/lib/components/ui/Icons/ArrowSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/AvatarSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/AvatarSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/BonusGiftSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/BonusGiftSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/BurgerSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/BurgerSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/CalendarSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/CalendarSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/CashSvg.d.ts +5 -0
- package/dist/lib/components/ui/Icons/Base/CashSvg.js +52 -0
- package/dist/lib/components/ui/Icons/Base/CloseEyeSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/CloseEyeSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/CoinSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/CoinSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/CoinsSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/CoinsSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/CopySvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/CopySvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/DocSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/DocSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/DownloadSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/DownloadSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/DrawerTogglerSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/DrawerTogglerSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/FavoritesSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/FavoritesSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/GoogleSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/GoogleSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/GrowSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/GrowSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/InfoLotterySvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/InfoLotterySvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/LotterySvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/LotterySvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/OpenEyeSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/OpenEyeSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/PlusSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/PlusSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/ProfileSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/ProfileSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/ProvidersBlocksSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/ProvidersBlocksSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/SearchSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/SearchSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/SelectedSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/SelectedSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/SettingsSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/SettingsSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/ShareSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/ShareSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/StarSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/StarSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/SupportSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/SupportSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/ThreeDotsSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/ThreeDotsSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/TrashSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/TrashSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/WalletSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/WalletSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/FirstBonusSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/FirstBonusSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/SecondBonusSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/SecondBonusSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/ThirdBonusSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/ThirdBonusSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/BronzeSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/BronzeSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/DiamondSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/DiamondSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/GoldSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/GoldSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/GreenSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/GreenSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumOneSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumOneSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/SilverSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/SilverSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClubSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClubSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Casino/CoinSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Casino/CoinSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Casino/DefaultImgSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Casino/DefaultImgSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Casino/ProvidersSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Casino/ProvidersSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Casino/RecommendedSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Casino/RecommendedSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Casino/TournamentWagerSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Casino/TournamentWagerSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/CasinoSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/CasinoSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/CrashSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/CrashSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/HotSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/HotSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/InstantSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/InstantSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/OtersSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/OtersSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/PopularSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/PopularSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/ProviderSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/ProviderSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/ScratchSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/ScratchSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/SlotsSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/SlotsSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/TableSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/TableSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/TurboSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/TurboSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/VSportSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/VSportSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/WagerSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/WagerSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/index.d.ts +3 -0
- package/dist/lib/components/ui/Icons/Categories/index.js +50 -0
- package/dist/lib/components/ui/Icons/CheckBoxSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/CheckBoxSvg.js +18 -0
- package/dist/lib/components/ui/Icons/CloseSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/CloseSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Deposit/DepositSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Deposit/DepositSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Deposit/ErrorSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Deposit/ErrorSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Deposit/SuccessSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Deposit/SuccessSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Deposit/WaitingSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Deposit/WaitingSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Deposit/WithdrawSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Deposit/WithdrawSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/AzeSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/AzeSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/BnSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/BnSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/BsSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/BsSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/ChSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/ChSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/DeSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/DeSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/EnSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/EnSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/EsSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/EsSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/FrSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/FrSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/HiSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/HiSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/ItSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/ItSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/KoSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/KoSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/KzSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/KzSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/NoSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/NoSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/PtSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/PtSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/RoSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/RoSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/RuSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/RuSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/TrSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/TrSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/UkrSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/UkrSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/UzSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/UzSvg.js +20 -0
- package/dist/lib/components/ui/Icons/InHouse/ElonHouseSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/InHouse/ElonHouseSvg.js +20 -0
- package/dist/lib/components/ui/Icons/InHouse/FSWinHouseSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/InHouse/FSWinHouseSvg.js +20 -0
- package/dist/lib/components/ui/Icons/InHouse/JabiInHouseSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/InHouse/JabiInHouseSvg.js +20 -0
- package/dist/lib/components/ui/Icons/InfoSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/InfoSvg.js +20 -0
- package/dist/lib/components/ui/Icons/LockSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/LockSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Navigation/NavBettingLiveSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Navigation/NavBettingLiveSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Navigation/NavBettingSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Navigation/NavBettingSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Navigation/NavBonusesSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Navigation/NavBonusesSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Navigation/NavCasinoSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Navigation/NavCasinoSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Navigation/NavMyBetsSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Navigation/NavMyBetsSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Navigation/NavReferralSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Navigation/NavReferralSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Navigation/NavTournamentSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Navigation/NavTournamentSvg.js +20 -0
- package/dist/lib/components/ui/Icons/NotFound/BonusesSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/NotFound/BonusesSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Notifications/ErrorSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Notifications/ErrorSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Notifications/SuccessSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Notifications/SuccessSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Notifications/WarningSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Notifications/WarningSvg.js +20 -0
- package/dist/lib/components/ui/Icons/PlaySvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/PlaySvg.js +20 -0
- package/dist/lib/components/ui/Icons/ReferralTreasures/ElonTreasureSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/ReferralTreasures/ElonTreasureSvg.js +44 -0
- package/dist/lib/components/ui/Icons/ReferralTreasures/FSWinTreasureSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/ReferralTreasures/FSWinTreasureSvg.js +44 -0
- package/dist/lib/components/ui/Icons/ReferralTreasures/JabibetTreasureSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/ReferralTreasures/JabibetTreasureSvg.js +44 -0
- package/dist/lib/components/ui/Icons/SocialMedia/FacebookSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/SocialMedia/FacebookSvg.js +20 -0
- package/dist/lib/components/ui/Icons/SocialMedia/InstagramSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/SocialMedia/InstagramSvg.js +20 -0
- package/dist/lib/components/ui/Icons/SocialMedia/TelegramSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/SocialMedia/TelegramSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/AmericanFootballSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/AmericanFootballSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/AussieRulesSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/AussieRulesSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/BadmintonSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/BadmintonSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/BaseballSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/BaseballSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/Basketball3x3Svg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/Basketball3x3Svg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/BasketballSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/BasketballSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/BeachSoccerSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/BeachSoccerSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/BoxingSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/BoxingSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/ChessSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/ChessSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/CricketSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/CricketSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/DartsSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/DartsSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/EFifaSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/EFifaSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/ENbaSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/ENbaSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/ENhlSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/ENhlSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/EsportSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/EsportSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/FieldHockeySvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/FieldHockeySvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/FutsalSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/FutsalSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/IceHockeySvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/IceHockeySvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/KabaddiSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/KabaddiSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/MmaSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/MmaSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/RugbySvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/RugbySvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/SnookerSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/SnookerSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/SoccerSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/SoccerSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/SquashSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/SquashSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/TableTennisSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/TableTennisSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/TennisSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/TennisSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/VolleyballSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/VolleyballSvg.js +20 -0
- package/dist/lib/components/ui/Icons/types.d.ts +8 -0
- package/dist/lib/components/ui/Icons/types.js +2 -0
- package/dist/lib/components/ui/Inputs/AmountInput/index.d.ts +3 -0
- package/dist/lib/components/ui/Inputs/AmountInput/index.js +123 -0
- package/dist/lib/components/ui/Inputs/AmountInput/types.d.ts +20 -0
- package/dist/lib/components/ui/Inputs/AmountInput/types.js +2 -0
- package/dist/lib/components/ui/Inputs/BaseInput/BaseInputUi.d.ts +2 -0
- package/dist/lib/components/ui/Inputs/BaseInput/BaseInputUi.js +72 -0
- package/dist/lib/components/ui/Inputs/BaseInput/constant.d.ts +2 -0
- package/dist/lib/components/ui/Inputs/BaseInput/constant.js +7 -0
- package/dist/lib/components/ui/Inputs/BaseInput/index.d.ts +2 -0
- package/dist/lib/components/ui/Inputs/BaseInput/index.js +52 -0
- package/dist/lib/components/ui/Inputs/BaseInput/types.d.ts +37 -0
- package/dist/lib/components/ui/Inputs/BaseInput/types.js +2 -0
- package/dist/lib/components/ui/Inputs/CheckBox/index.d.ts +12 -0
- package/dist/lib/components/ui/Inputs/CheckBox/index.js +52 -0
- package/dist/lib/components/ui/Leaderboard/components/User/index.d.ts +4 -0
- package/dist/lib/components/ui/Leaderboard/components/User/index.js +56 -0
- package/dist/lib/components/ui/Leaderboard/constants.d.ts +1 -0
- package/dist/lib/components/ui/Leaderboard/constants.js +4 -0
- package/dist/lib/components/ui/Leaderboard/index.d.ts +2 -0
- package/dist/lib/components/ui/Leaderboard/index.js +70 -0
- package/dist/lib/components/ui/Leaderboard/types.d.ts +17 -0
- package/dist/lib/components/ui/Leaderboard/types.js +2 -0
- package/dist/lib/components/ui/Loaders/CircularLoader/index.d.ts +5 -0
- package/dist/lib/components/ui/Loaders/CircularLoader/index.js +48 -0
- package/dist/lib/components/ui/Loaders/MainLoader/index.d.ts +2 -0
- package/dist/lib/components/ui/Loaders/MainLoader/index.js +52 -0
- package/dist/lib/components/ui/Loaders/MainLoader/types.d.ts +6 -0
- package/dist/lib/components/ui/Loaders/MainLoader/types.js +2 -0
- package/dist/lib/components/ui/Loaders/SkeletLoader/index.d.ts +5 -0
- package/dist/lib/components/ui/Loaders/SkeletLoader/index.js +47 -0
- package/dist/lib/components/ui/Logos/index.d.ts +2 -0
- package/dist/lib/components/ui/Logos/index.js +101 -0
- package/dist/lib/components/ui/Logos/types.d.ts +13 -0
- package/dist/lib/components/ui/Logos/types.js +2 -0
- package/dist/lib/components/ui/Pagination/index.d.ts +2 -0
- package/dist/lib/components/ui/Pagination/index.js +76 -0
- package/dist/lib/components/ui/Pagination/types.d.ts +10 -0
- package/dist/lib/components/ui/Pagination/types.js +2 -0
- package/dist/lib/components/ui/Section/index.d.ts +4 -0
- package/dist/lib/components/ui/Section/index.js +48 -0
- package/dist/lib/components/ui/Selector/index.d.ts +2 -0
- package/dist/lib/components/ui/Selector/index.js +135 -0
- package/dist/lib/components/ui/Selector/types.d.ts +43 -0
- package/dist/lib/components/ui/Selector/types.js +2 -0
- package/dist/lib/components/ui/ShowAll/index.d.ts +7 -0
- package/dist/lib/components/ui/ShowAll/index.js +50 -0
- package/dist/lib/components/ui/Step/index.d.ts +2 -0
- package/dist/lib/components/ui/Step/index.js +44 -0
- package/dist/lib/components/ui/Step/types.d.ts +5 -0
- package/dist/lib/components/ui/Step/types.js +2 -0
- package/dist/lib/components/ui/Tabs/index.d.ts +2 -0
- package/dist/lib/components/ui/Tabs/index.js +109 -0
- package/dist/lib/components/ui/Tabs/types.d.ts +15 -0
- package/dist/lib/components/ui/Tabs/types.js +2 -0
- package/dist/lib/components/ui/TournamentCard/index.d.ts +2 -0
- package/dist/lib/components/ui/TournamentCard/index.js +58 -0
- package/dist/lib/components/ui/TournamentCard/types.d.ts +16 -0
- package/dist/lib/components/ui/TournamentCard/types.js +2 -0
- package/dist/lib/hooks/useCountDown.d.ts +8 -0
- package/dist/lib/hooks/useCountDown.js +25 -0
- package/dist/lib/hooks/useElementResize.d.ts +5 -0
- package/dist/lib/hooks/useElementResize.js +41 -0
- package/dist/lib/hooks/useInView.d.ts +2 -0
- package/dist/lib/hooks/useInView.js +27 -0
- package/dist/lib/hooks/useOutsideClick.d.ts +5 -0
- package/dist/lib/hooks/useOutsideClick.js +22 -0
- package/dist/lib/hooks/useSwipe.d.ts +9 -0
- package/dist/lib/hooks/useSwipe.js +69 -0
- package/dist/lib/hooks/useTranslate.d.ts +6 -0
- package/dist/lib/hooks/useTranslate.js +46 -0
- package/dist/lib/index.d.ts +189 -0
- package/dist/lib/index.js +411 -0
- package/dist/lib/service/validation.d.ts +72 -0
- package/dist/lib/service/validation.js +190 -0
- package/dist/lib/types/ui.d.ts +14 -0
- package/dist/lib/types/ui.js +16 -0
- package/dist/lib/utils/date.d.ts +1 -0
- package/dist/lib/utils/date.js +11 -0
- package/dist/lib/zustandStore/languages/constants.d.ts +2 -0
- package/dist/lib/zustandStore/languages/constants.js +14 -0
- package/dist/lib/zustandStore/languages/selectors.d.ts +22 -0
- package/dist/lib/zustandStore/languages/selectors.js +31 -0
- package/dist/lib/zustandStore/languages/store.d.ts +2 -0
- package/dist/lib/zustandStore/languages/store.js +115 -0
- package/dist/lib/zustandStore/languages/types.d.ts +18 -0
- package/dist/lib/zustandStore/languages/types.js +2 -0
- package/dist/main.css +3950 -0
- package/package.json +66 -0
package/Readme.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.1657 1.25662L8.82852 5.59033L4.49138 1.25319C4.26287 1.01522 3.98917 0.825252 3.6863 0.694429C3.38343 0.563606 3.05749 0.494557 2.72759 0.49133C2.39769 0.488102 2.07047 0.550762 1.7651 0.675635C1.45973 0.800507 1.18236 0.985081 0.949242 1.21854C0.716128 1.45199 0.531961 1.72964 0.407536 2.03519C0.283112 2.34074 0.220933 2.66806 0.224644 2.99795C0.228355 3.32785 0.297882 3.65368 0.429149 3.95636C0.560417 4.25904 0.750783 4.53246 0.98909 4.76062L5.32452 9.09776L0.992519 13.4298C0.539618 13.8977 0.288742 14.5249 0.293978 15.1761C0.299215 15.8273 0.560146 16.4503 1.02051 16.9109C1.48088 17.3715 2.10381 17.6328 2.75501 17.6383C3.4062 17.6439 4.0335 17.3933 4.50166 16.9406L8.82852 12.6L13.1622 16.9355C13.3909 17.173 13.6646 17.3625 13.9674 17.493C14.2702 17.6235 14.596 17.6923 14.9257 17.6954C15.2554 17.6986 15.5824 17.6359 15.8876 17.5112C16.1928 17.3865 16.4701 17.2021 16.7032 16.969C16.9363 16.7359 17.1207 16.4586 17.2454 16.1534C17.3701 15.8482 17.4327 15.5212 17.4296 15.1915C17.4265 14.8618 17.3577 14.536 17.2272 14.2333C17.0967 13.9305 16.9072 13.6567 16.6697 13.428L12.3428 9.09947L16.6748 4.76747C17.1277 4.29954 17.3786 3.67236 17.3733 3.02116C17.3681 2.36997 17.1072 1.74691 16.6468 1.28631C16.1864 0.825719 15.5635 0.564485 14.9123 0.55893C14.2611 0.553375 13.6338 0.803945 13.1657 1.25662V1.25662Z" fill="rgb(var(--gray))"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="43" height="32" viewBox="0 0 43 32" fill="none" xmlns="http://www.w3.org/2000/svg" style="padding:5px">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.8932 13.4673C15.6095 15.1484 17.8954 15.989 20.7507 15.989C22.6731 15.989 24.2434 15.4957 25.4614 14.5093C26.6942 13.5229 27.3105 12.2346 27.3105 10.6446C27.3105 9.56982 26.973 8.70854 26.2979 8.06073C25.6229 7.41293 24.625 6.83874 23.3042 6.33817C22.2035 5.89648 21.4991 5.57994 21.1909 5.38855C20.8827 5.19715 20.7287 4.95422 20.7287 4.65977C20.7287 4.33587 20.8827 4.07086 21.1909 3.86474C21.4991 3.65862 21.9027 3.55556 22.4016 3.55556C23.6888 3.55556 24.9331 4.02872 26.1345 4.97504C26.3266 5.12634 26.6047 5.10971 26.7676 4.9272L28.8263 2.62087C28.9875 2.44023 28.9775 2.16267 28.7939 2.005C27.2372 0.668333 25.2385 0 22.7979 0C20.9048 0 19.3418 0.493214 18.1091 1.47964C16.8764 2.46607 16.26 3.72487 16.26 5.25604C16.26 6.31608 16.5902 7.16264 17.2506 7.79572C17.911 8.4288 18.9163 9.00299 20.2664 9.51829C21.3377 9.93053 22.0348 10.2471 22.3576 10.4679C22.6805 10.6888 22.8419 10.9538 22.8419 11.2629C22.8419 11.6163 22.6805 11.896 22.3576 12.1021C22.0348 12.3083 21.6165 12.4113 21.1029 12.4113C19.5637 12.4113 18.0878 11.8089 16.6751 10.604C16.49 10.4462 16.2132 10.453 16.0442 10.628L13.8921 12.8561C13.7264 13.0277 13.7228 13.3004 13.8932 13.4673ZM0.070197 15.1584C-0.00616832 15.4437 0.20806 15.7239 0.502475 15.7239H3.8679C4.07048 15.7239 4.2478 15.5875 4.30024 15.3911L5.59731 10.5357C5.64975 10.3394 5.82707 10.2029 6.02965 10.2029H12.6068C12.8095 10.2029 12.9869 10.0662 13.0392 9.86972L13.7467 7.21225C13.8226 6.92714 13.6084 6.64734 13.3142 6.64734H7.21663C6.92216 6.64734 6.70792 6.36698 6.78439 6.08168L7.24808 4.35175C7.30065 4.15563 7.47789 4.01932 7.68032 4.01932H15.0294C15.2315 4.01932 15.4086 3.88335 15.4614 3.68756L16.2318 0.831338C16.3088 0.545885 16.0945 0.265004 15.7997 0.265004H4.4005C4.19801 0.265004 4.02074 0.401384 3.96822 0.597575L0.070197 15.1584Z" fill="#FECE00"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.38106 32C1.14493 32 0.949414 31.816 0.934372 31.5796L0.000927612 16.9083C-0.0155337 16.6496 0.189198 16.4306 0.447616 16.4306H3.96169C4.2033 16.4306 4.40131 16.623 4.40906 16.8653L4.63217 23.8386C4.64652 24.2872 5.23562 24.4395 5.46426 24.0537L9.87834 16.606C9.95902 16.4699 10.1052 16.3865 10.2631 16.3865H13.2878C13.5235 16.3865 13.7188 16.5698 13.7344 16.8058L14.2022 23.8807C14.2316 24.3252 14.8187 24.4601 15.038 24.0727L19.2353 16.6579C19.3149 16.5174 19.4635 16.4306 19.6245 16.4306H23.2182C23.3255 16.4306 23.4202 16.4669 23.4945 16.5258C23.5712 16.4657 23.6674 16.4306 23.77 16.4306H27.1136C27.408 16.4306 27.6223 16.7109 27.5459 16.9961L27.2302 18.1753H21.4601C21.2585 18.1753 21.0817 18.3106 21.0284 18.5057L20.6838 19.7679C20.4871 20.4952 20.5477 21.1845 20.7742 21.8389L14.8276 31.782C14.7467 31.9172 14.601 32 14.4438 32H11.28C11.0467 32 10.8526 31.8202 10.8339 31.5869L10.2723 24.5794C10.2376 24.1467 9.6718 24.0103 9.44494 24.38L4.90046 31.7864C4.819 31.9191 4.67471 32 4.5193 32H1.38106ZM21.5796 23.3308L19.4397 31.3241C19.3633 31.6093 19.5776 31.8896 19.872 31.8896H19.9495C19.8081 31.7838 19.7332 31.5972 19.785 31.4092L20.083 30.3283C20.1137 30.2167 20.1863 30.1213 20.2855 30.0621L24.7638 27.3887L24.88 26.9546C24.4705 26.4611 24.0336 25.9935 23.5717 25.5544C22.8862 24.8654 22.1512 24.1265 21.5796 23.3308ZM27.8482 31.8896C27.9264 31.8314 27.9857 31.7478 28.013 31.6486L28.3502 30.4254C28.3959 30.2596 28.3432 30.0822 28.2146 29.9686L25.3314 27.4224L25.4696 26.9061C26.0566 26.4775 26.7488 26.0264 27.4774 25.5544C29.9731 23.9326 32.8911 22.0347 33.5019 19.7679L33.6146 19.355L35.7247 23.9046C35.9008 24.2845 36.4538 24.2367 36.5626 23.8321L38.4647 16.7627C38.5174 16.5667 38.6945 16.4306 38.8968 16.4306H42.2188C42.5132 16.4306 42.7275 16.7109 42.6511 16.9961L38.7531 31.557C38.7006 31.7532 38.5233 31.8896 38.3208 31.8896H35.2063C35.0327 31.8896 34.8748 31.7889 34.8011 31.6312L31.2817 24.1028C31.1045 23.7237 30.5522 23.7727 30.4442 24.1772L28.4729 31.5568C28.4205 31.7531 28.2431 31.8896 28.0405 31.8896H27.8482ZM33.0674 18.1753L32.3787 16.6902C32.3052 16.5319 32.1469 16.4306 31.9729 16.4306H28.6172C28.4147 16.4306 28.2374 16.567 28.1849 16.7632L27.8069 18.1753H33.0674ZM21.9874 21.8073L22.6677 19.2662C22.8748 19.3452 23.0027 19.5734 22.94 19.8042L22.4711 21.5296C22.4053 21.7717 22.1668 21.8916 21.9874 21.8073ZM22.6677 19.2662L21.9874 21.8073C21.692 21.6685 21.5819 21.1317 21.5819 20.4885C21.5888 20.2583 21.6247 20.017 21.6919 19.7679L21.7472 19.5668C21.8007 19.372 21.9773 19.237 22.1787 19.237L22.6677 19.2662ZM31.2982 19.568C31.3513 19.3726 31.5282 19.237 31.7301 19.237H32.0959C32.3721 19.237 32.5724 19.5008 32.499 19.7679C32.2919 20.4587 31.9223 21.0754 31.4318 21.5649C31.1497 21.8464 30.7568 21.5603 30.8615 21.1751L31.2982 19.568Z" fill="black"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.9925 3H6.54259V6.0625C6.54259 6.47671 6.87838 6.8125 7.29259 6.8125C7.7068 6.8125 8.04259 6.47671 8.04259 6.0625V3H15.9975C19.9995 3 21 4 21 8V14C21 18 19.9995 19 15.9975 19H5.9925C2.16058 19 1.09005 18.08 1 14.5C2.93097 14.49 4.49175 12.93 4.49175 11C4.49175 9.07 2.93097 7.5 1 7.5C1.09005 3.92 2.16058 3 5.9925 3ZM8.04259 13.9374C8.04259 13.5232 7.7068 13.1874 7.29259 13.1874C6.87837 13.1874 6.54259 13.5232 6.54259 13.9374V16.9999C6.54259 17.4141 6.87837 17.7499 7.29259 17.7499C7.7068 17.7499 8.04259 17.4141 8.04259 16.9999V13.9374Z" fill="rgb(var(--primary))" fill-opacity="0.25"/>
|
|
3
|
+
<path d="M14.3568 8.23965L14.9712 9.52812C15.0306 9.65181 15.1495 9.74458 15.2784 9.7652L16.6459 9.97135C16.9828 10.0229 17.1216 10.4558 16.8738 10.7032L15.8829 11.703C15.7838 11.7958 15.7441 11.9401 15.7639 12.0844L16.0018 13.4966C16.0612 13.847 15.7045 14.115 15.4072 13.9501L14.1883 13.2801C14.0694 13.2183 13.9207 13.2183 13.8018 13.2801L12.5829 13.9501C12.2757 14.115 11.9289 13.847 11.9883 13.4966L12.2262 12.0844C12.246 11.9401 12.2063 11.8061 12.1072 11.703L11.1262 10.7032C10.8784 10.4558 11.0172 10.0229 11.3541 9.97135L12.7216 9.7652C12.8604 9.74458 12.9694 9.66212 13.0288 9.52812L13.6333 8.23965C13.7721 7.92012 14.2081 7.92012 14.3568 8.23965Z" fill="rgb(var(--primary))"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 19C4 16.2386 6.23858 14 9 14H15C17.7614 14 20 16.2386 20 19C20 20.6569 18.6569 22 17 22H7C5.34315 22 4 20.6569 4 19Z" fill="rgb(var(--primary))" fill-opacity="0.25"/>
|
|
3
|
+
<path d="M12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2Z" fill="rgb(var(--primary))"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.7501 1.5H5.25006C3.15006 1.5 1.50006 3.15 1.50006 5.25V18.75C1.50006 20.85 3.15006 22.5 5.25006 22.5H12.7501C14.8501 22.5 16.5001 20.85 16.5001 18.75V5.25C16.5001 3.15 14.8501 1.5 12.7501 1.5ZM6.00006 6.75C6.00006 7.2 5.70006 7.5 5.25006 7.5C4.80006 7.5 4.50006 7.2 4.50006 6.75V5.25C4.50006 4.8 4.80006 4.5 5.25006 4.5C5.70006 4.5 6.00006 4.8 6.00006 5.25V6.75ZM11.4751 12.975C11.1751 13.275 10.7251 13.5 10.2751 13.5C10.1251 13.5 9.90006 13.5 9.75006 13.425V14.25C10.2001 14.25 10.5001 14.55 10.5001 15C10.5001 15.45 10.2001 15.75 9.75006 15.75H8.25006C7.80006 15.75 7.50006 15.45 7.50006 15C7.50006 14.55 7.80006 14.25 8.25006 14.25V13.425C8.10006 13.5 7.87506 13.5 7.72506 13.5C7.27506 13.5 6.82506 13.35 6.52506 12.975C5.85006 12.3 5.85006 11.175 6.52506 10.5L8.47506 8.475C8.77506 8.175 9.30006 8.175 9.52506 8.475L11.4751 10.5C12.1501 11.175 12.1501 12.3 11.4751 12.975ZM13.5001 18.75C13.5001 19.2 13.2001 19.5 12.7501 19.5C12.3001 19.5 12.0001 19.2 12.0001 18.75V17.25C12.0001 16.8 12.3001 16.5 12.7501 16.5C13.2001 16.5 13.5001 16.8 13.5001 17.25V18.75Z" fill="rgb(var(--primary))"/>
|
|
3
|
+
<path d="M21.3751 6.4498L18.0001 4.4248V19.3498L22.6501 11.6248C23.7001 9.8248 23.1751 7.4998 21.3751 6.4498Z" fill="rgb(var(--primary))" fill-opacity="0.25"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="163" height="37" viewBox="0 0 163 37" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.9174 30.9746C34.752 34.7183 39.8589 36.5902 46.238 36.5902C50.5331 36.5902 54.0413 35.4918 56.7626 33.2951C59.5167 31.0984 60.8938 28.2295 60.8938 24.6885C60.8938 22.2951 60.1397 20.3771 58.6315 18.9344C57.1233 17.4918 54.8938 16.2131 51.943 15.0984C49.4839 14.1148 47.9102 13.4098 47.2216 12.9836C46.5331 12.5574 46.1889 12.0164 46.1889 11.3607C46.1889 10.6394 46.5331 10.0492 47.2216 9.59017C47.9102 9.13115 48.8118 8.90165 49.9266 8.90165C52.8023 8.90165 55.5823 9.95535 58.2664 12.0628C58.6956 12.3997 59.3167 12.3627 59.6807 11.9562L64.2802 6.82015C64.6404 6.41788 64.6181 5.79976 64.2078 5.44864C60.73 2.47195 56.2646 0.983612 50.8118 0.983612C46.5823 0.983612 43.0905 2.08197 40.3364 4.27869C37.5823 6.47542 36.2053 9.27869 36.2053 12.6885C36.2053 15.0492 36.943 16.9344 38.4184 18.3443C39.8938 19.7541 42.1397 21.0328 45.1561 22.1803C47.5495 23.0984 49.1069 23.8033 49.8282 24.2951C50.5495 24.7869 50.9102 25.3771 50.9102 26.0656C50.9102 26.8525 50.5495 27.4754 49.8282 27.9344C49.1069 28.3935 48.1725 28.623 47.0249 28.623C43.5863 28.623 40.2888 27.2814 37.1326 24.5982C36.7191 24.2467 36.1007 24.2618 35.723 24.6515L30.9149 29.6135C30.5447 29.9955 30.5367 30.6029 30.9174 30.9746ZM0.034777 34.7406C-0.135835 35.3759 0.342783 36 1.00055 36H8.51942C8.97201 36 9.36817 35.696 9.48533 35.2589L12.3832 24.446C12.5003 24.0089 12.8965 23.7049 13.3491 23.7049H28.0433C28.4962 23.7049 28.8926 23.4005 29.0095 22.9629L30.5901 17.0449C30.7596 16.41 30.2811 15.7869 29.6239 15.7869H16.001C15.3431 15.7869 14.8644 15.1625 15.0353 14.5272L16.0712 10.6747C16.1887 10.238 16.5847 9.93442 17.0369 9.93442H33.4558C33.9075 9.93442 34.3031 9.63162 34.4211 9.19561L36.1422 2.83496C36.3142 2.19927 35.8354 1.57376 35.1769 1.57376H9.70931C9.25692 1.57376 8.86088 1.87747 8.74354 2.31438L0.034777 34.7406Z" fill="rgb(var(--primary))"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M69.9634 36.2459C69.4359 36.2459 68.9991 35.8361 68.9655 35.3096L66.88 2.63746C66.8432 2.06129 67.3006 1.57376 67.878 1.57376H75.729C76.2687 1.57376 76.7111 2.00216 76.7284 2.54168L77.2269 18.0709C77.259 19.0699 78.5751 19.4091 79.0859 18.5499L88.9476 1.96433C89.1279 1.66118 89.4545 1.4754 89.8072 1.4754H96.5648C97.0914 1.4754 97.5277 1.88377 97.5626 2.40921L98.6078 18.1646C98.6735 19.1546 99.9852 19.455 100.475 18.5923L109.853 2.07994C110.03 1.76706 110.362 1.57376 110.722 1.57376H118.751C118.991 1.57376 119.202 1.65445 119.368 1.78561C119.54 1.65178 119.754 1.57376 119.984 1.57376H127.454C128.112 1.57376 128.59 2.19788 128.42 2.83314L127.714 5.45901H114.823C114.373 5.45901 113.978 5.7603 113.859 6.19485L113.089 9.00567C112.649 10.6253 112.785 12.1604 113.291 13.6178L100.005 35.7604C99.8243 36.0616 99.4988 36.2459 99.1476 36.2459H92.0792C91.558 36.2459 91.1242 35.8456 91.0824 35.326L89.8277 19.7207C89.7502 18.7569 88.4862 18.4533 87.9794 19.2766L77.8263 35.7701C77.6443 36.0658 77.3219 36.2459 76.9747 36.2459H69.9634ZM115.09 16.94L110.309 34.7406C110.139 35.3759 110.617 36 111.275 36H111.448C111.132 35.7644 110.965 35.3489 111.081 34.9302L111.746 32.5231C111.815 32.2746 111.977 32.0622 112.199 31.9303L122.204 25.9767L122.464 25.0101C121.549 23.911 120.573 22.8698 119.541 21.8919C118.009 20.3575 116.367 18.7121 115.09 16.94ZM129.095 36C129.27 35.8704 129.402 35.6842 129.463 35.4633L130.217 32.7392C130.319 32.3701 130.201 31.9751 129.914 31.7221L123.472 26.0518L123.781 24.902C125.092 23.9475 126.639 22.9431 128.267 21.8919C133.842 18.2802 140.362 14.0537 141.726 9.00567L141.978 8.0862L146.692 18.2178C147.086 19.0638 148.321 18.9574 148.564 18.0565L152.814 2.31316C152.932 1.87686 153.327 1.57376 153.779 1.57376H161.201C161.859 1.57376 162.338 2.19788 162.167 2.83314L153.458 35.2594C153.341 35.6963 152.945 36 152.492 36H145.534C145.146 36 144.793 35.7757 144.629 35.4246L136.766 18.6592C136.37 17.8149 135.136 17.9242 134.895 18.825L130.491 35.2589C130.373 35.696 129.977 36 129.525 36H129.095ZM140.756 5.45901L139.217 2.1519C139.053 1.79927 138.699 1.57376 138.31 1.57376H130.813C130.361 1.57376 129.965 1.87747 129.847 2.31438L129.003 5.45901H140.756ZM116.001 13.5473L117.521 7.88837C117.984 8.06444 118.269 8.57245 118.129 9.08648L117.082 12.9288C116.935 13.4681 116.402 13.735 116.001 13.5473ZM117.521 7.88837L116.001 13.5473C115.341 13.2383 115.095 12.0427 115.095 10.6104C115.111 10.0978 115.191 9.56048 115.341 9.00567L115.464 8.55786C115.584 8.12403 115.978 7.82345 116.428 7.82345L117.521 7.88837ZM136.803 8.56043C136.921 8.12532 137.317 7.82345 137.768 7.82345H138.585C139.202 7.82345 139.65 8.4109 139.486 9.00567C139.023 10.5441 138.197 11.9175 137.101 13.0074C136.471 13.6343 135.593 12.9972 135.827 12.1395L136.803 8.56043Z" fill="black"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
<svg width="260" height="58" viewBox="0 0 260 58" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_2043_4969)">
|
|
3
|
+
<circle cx="31.7404" cy="28.6851" r="28.4936" fill="#FF2A10"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M56.013 6.41793C56.013 6.41793 56.443 7.49298 56.299 8.57995C56.3307 8.60877 56.3622 8.63765 56.3937 8.66658L56.013 10.8564L57.4905 12.3338C57.4905 12.3338 58.4403 13.5941 58.7568 14.1217C59.0734 14.6494 59.2349 15.9229 59.1638 15.8164C59.0963 16.4284 59.0076 16.8801 58.6932 17.241C58.3378 17.6794 58.0679 18.1805 57.8974 18.7185C57.085 21.0448 55.9197 23.2366 54.4424 25.2087C53.748 26.131 53.7585 26.36 54.4867 27.2929C55.2374 28.2436 55.9329 29.2439 56.5699 30.2742C58.0663 32.7183 58.0515 35.1688 56.6775 37.6614C56.3039 38.3761 55.8552 39.0453 55.34 39.6606C54.8247 40.2758 55.3798 39.8715 56.013 40.0826C56.6462 40.2936 57.3796 40.8699 57.3849 41.1379C57.3968 41.1792 57.3717 41.2602 57.3796 41.3023C57.4251 41.5456 57.4012 41.7842 57.3107 42.0146C57.1586 42.4282 56.918 42.8119 56.6057 43.1227C56.4088 43.3181 56.1993 43.4992 55.9786 43.6654C55.6631 44.1759 55.332 44.6757 54.9857 45.1641C56.5591 45.3742 60.2931 46.0504 59.39 49.5804C59.1533 49.9074 57.9467 49.8031 56.2641 49.6577C54.8396 49.5346 53.074 49.382 51.2667 49.4366C49.7552 50.8589 48.085 52.119 46.2815 53.1892C41.3442 56.119 35.637 57.489 29.9078 57.1197C27.6457 56.9739 25.4218 56.5596 23.2804 55.8937C17.4718 54.3742 12.4733 51.5549 8.39459 48.0827L8.43469 48.0563C8.50579 47.9751 8.54498 47.874 8.54498 47.7661C8.54498 47.6582 8.50579 47.5571 8.43469 47.4759C7.07333 46.0723 6.42747 44.2931 5.90193 42.4631C5.66381 41.6399 5.55422 40.7807 5.44623 39.9341L5.44577 39.9304L5.44221 39.904C5.42665 39.782 5.41109 39.6602 5.39515 39.5386C5.09132 38.801 4.81778 38.0491 4.57572 37.2844L4.90165 37.1813C4.73045 36.7666 4.45985 36.4001 4.10999 36.1049C4.10672 36.1018 4.10343 36.0986 4.10012 36.0953C4.09686 36.0922 4.09358 36.0889 4.09029 36.0857C4.07856 36.0741 4.06665 36.0623 4.05468 36.0521C4.04911 36.0474 4.04353 36.0435 4.03794 36.0397C4.03178 36.0354 4.0256 36.0312 4.01943 36.0257C3.85555 35.8806 3.68787 35.7294 3.68787 35.4717C4.0129 34.6949 4.69464 34.4153 5.43547 34.2317C5.48073 34.2317 5.526 34.2315 5.57126 34.2317L5.61652 34.2318C5.69195 34.2321 5.76739 34.2323 5.84283 34.2317C5.86487 34.2315 5.8872 34.2316 5.90925 34.2317C5.93245 34.2318 5.95564 34.2319 5.97884 34.2317L6.06103 34.2308C6.25987 34.2286 6.4587 34.2265 6.65753 34.2317C7.30339 34.3794 7.91125 34.6042 8.38192 35.1023C8.64042 35.3521 8.90715 35.5921 9.17779 35.8276L9.54652 36.2769C9.1182 35.8966 8.63925 34.9848 8.12653 34.7066C8.00193 34.6236 7.87867 34.533 7.75607 34.443C7.70779 34.4075 7.65941 34.372 7.6113 34.3372C7.57788 34.313 7.54448 34.2906 7.5111 34.2682C7.48047 34.2477 7.44985 34.2272 7.41923 34.2053C6.78779 33.7536 6.15635 33.3091 5.42492 33.018C4.53634 32.6677 3.65199 32.33 2.68109 32.5959C2.31859 32.6671 2.11243 32.9178 1.90767 33.1763L1.89439 33.2027C1.87904 33.2221 1.86368 33.2357 1.84825 33.2493C1.83691 33.2594 1.82553 33.2694 1.81409 33.2819C1.80362 33.2932 1.79308 33.3083 1.78247 33.3235C1.77321 33.3367 1.7639 33.35 1.75452 33.361C1.727 33.3931 1.70266 33.4264 1.6784 33.4666L1.66674 33.4929H1.66405L1.66191 33.4965C1.56838 33.6502 1.322 35.4232 1.03097 35.3336C0.916994 35.0382 1.22687 33.2186 1.38516 33.018C1.81409 32.1094 2.20485 31.3173 3.98585 31.429C5.97384 31.9222 8.03358 32.6833 9.60194 34.047L9.60438 34.0484C9.79656 34.2154 10.0142 34.4046 10.2118 34.3108C10.4262 34.2091 10.3531 33.9156 10.3398 33.7302C10.3354 33.6685 10.3237 33.6078 10.3237 33.5457C10.2562 30.1729 11.1912 27.0703 12.7636 24.1006C13.973 21.819 15.7565 20.1516 17.732 18.613C18.4185 18.0933 18.9731 17.4078 19.3509 16.6342C20.8323 13.5372 22.6843 10.6314 24.866 7.98062C26.6854 5.79189 28.9037 4.12344 31.5968 3.15254C33.2 2.56656 34.9623 2.57989 36.5505 3.20531C37.6607 3.64934 38.7433 4.16173 39.7924 4.73552C40.4561 5.10137 41.1863 5.34281 41.94 5.42148C42.6937 5.50015 43.4556 5.40495 44.1804 5.18403C44.2777 5.15048 44.754 5.01188 45.1693 4.89382C45.331 4.81984 45.49 4.72813 45.6477 4.63716C45.7138 4.59903 45.7798 4.56096 45.8456 4.52446C45.8834 4.50348 45.9215 4.48677 45.9592 4.47007C45.995 4.45424 46.0308 4.43838 46.0666 4.41892C46.5699 4.14507 47.0736 3.87699 47.6262 3.70659C47.7349 3.67186 47.8386 3.63661 47.9344 3.57467L47.9788 3.59657C48.0169 3.5509 48.0566 3.50637 48.0982 3.46304C48.8513 2.67714 50.6835 2.19666 51.7918 2.19666C54.1231 2.19666 55.0632 3.77963 56.013 6.41793ZM11.5777 35.0679C11.3845 34.3068 11.3081 33.5189 11.3094 32.7014C11.3383 30.6761 11.7064 28.6689 12.3985 26.7653C12.9768 25.0979 13.7261 23.5012 14.9798 22.201C16.082 21.0163 17.3027 19.9709 18.6227 19.0351C19.2487 18.6073 19.7435 18.0129 20.0516 17.3202C21.1265 15.0437 22.3799 12.8559 23.8001 10.7772C25.5583 8.16847 27.7301 6.01457 30.5288 4.52446C32.5361 3.45647 34.5813 3.25702 36.732 4.07595C37.6958 4.45729 38.6275 4.91747 39.518 5.44786C41.1221 6.3681 42.8064 6.63826 44.5836 6.08105C44.5898 6.07913 44.596 6.07347 44.6022 6.0678C44.6082 6.06228 44.6143 6.05675 44.6203 6.05467C44.6277 6.05215 44.635 6.05333 44.6423 6.05451C44.6494 6.05564 44.6564 6.05677 44.6634 6.05467C44.8895 5.987 46.4122 5.48969 46.5443 5.26318C46.5443 5.24184 46.5429 5.22993 46.54 5.21041C46.8307 5.05702 47.1165 4.88818 47.4006 4.71814C47.1905 5.42169 47.1484 6.23087 47.1484 7.05112C47.1484 9.67388 49.0383 11.8 51.3696 11.8C52.2103 11.8 53.4978 11.2615 54.5655 10.5797C54.8855 10.8265 55.1964 11.0855 55.4977 11.3576C56.4875 12.2589 57.469 13.1918 58.0769 14.4181C58.3524 14.9949 58.4152 15.6463 58.2541 16.2649C58.1782 16.6089 57.9798 16.7472 57.6421 16.5551C56.973 16.1752 56.2617 16.1952 55.5314 16.3176C55.238 16.3683 54.9426 16.4284 54.6534 16.5023C50.1388 17.6568 45.5924 18.6615 41.0314 19.6155C40.52 19.7229 40.0075 19.8169 39.4944 19.9111C39.2667 19.9528 39.0388 19.9946 38.8109 20.0376H38.8097C38.5937 20.0784 38.3775 20.123 38.1613 20.1677C37.9847 20.2042 37.8079 20.2407 37.6312 20.2751C36.9348 20.4106 36.2377 20.552 35.5416 20.6972C35.4081 20.7251 35.274 20.7538 35.1406 20.7825C34.9844 20.8161 34.8281 20.8497 34.672 20.8819C33.8915 21.0737 33.1009 21.2005 32.3039 21.304C31.6978 21.3986 31.098 21.5139 30.499 21.647C30.4531 21.6572 30.4073 21.6718 30.3614 21.6864C30.3152 21.7012 30.269 21.716 30.2228 21.7261C30.1861 21.7342 30.1493 21.7435 30.1126 21.7527C30.0763 21.7618 30.0401 21.7709 30.0039 21.7789H30.0021C29.123 21.9736 28.2424 22.1646 27.3439 22.2538H27.3047H27.3027C27.008 22.2831 26.6712 22.3165 26.5503 22.0164C26.4312 21.7207 26.6983 21.5083 26.9289 21.3304L26.9575 21.304H26.9724C26.9799 21.2983 26.9873 21.2881 26.9949 21.2778C27.0024 21.2676 27.01 21.2573 27.0176 21.2512C27.0688 21.2108 27.1222 21.1831 27.1775 21.1543L27.194 21.1457C27.3418 21.0745 27.4868 20.9885 27.6306 20.9033C27.7034 20.8601 27.7759 20.8172 27.8483 20.7764L27.9286 20.75C28.3132 20.5338 28.6976 20.3237 29.1147 20.1695C29.9424 19.7064 30.8263 19.3517 31.7446 19.1142C34.3512 18.4557 36.9346 17.717 39.5117 16.9508C41.6913 16.3105 43.8101 15.4834 45.8436 14.4708C46.576 14.1015 46.633 13.8197 46.2045 13.1253C45.7739 12.4164 45.2029 11.8115 44.5266 11.3313C43.8734 10.8684 43.459 10.2214 43.0479 9.57957L43.0377 9.5636L43.0178 9.53722C42.8465 9.26985 42.6748 9.00265 42.4856 8.74573C42.4397 8.65868 42.3769 8.59702 42.3007 8.53466C42.2246 8.47231 42.1367 8.43059 42.0424 8.40275C41.6706 8.49756 41.79 8.6991 41.8901 8.86805L41.8957 8.87764L41.9029 8.90403C41.9077 8.91212 41.9123 8.92029 41.9169 8.93041C41.9183 8.93366 41.9197 8.93719 41.9212 8.94068C41.9236 8.94674 41.926 8.95267 41.9284 8.95679C42.3505 9.72084 42.7262 10.5092 43.085 11.3049C43.2356 11.6085 43.3123 11.9422 43.309 12.281C43.3057 12.6199 43.2225 12.9566 43.066 13.2572C42.7782 13.8467 42.2862 14.2959 41.6814 14.55C41.3501 14.6998 40.9934 14.7927 40.681 14.55C40.4094 14.3389 40.4394 14.0492 40.4698 13.7585C40.4743 13.7162 40.4791 13.6682 40.4826 13.6266C40.4894 13.5542 40.5064 13.4831 40.5333 13.4155C40.9618 12.3635 40.9618 11.1961 40.5333 10.144C40.2656 9.49658 39.9295 8.87326 39.5307 8.29722C38.9143 7.41845 38.1012 6.69572 37.1562 6.18658C35.9573 5.65339 34.6512 5.39222 33.3402 5.44786C33.2144 5.49946 33.0825 5.52192 32.9505 5.52701C32.8611 5.53045 32.7716 5.5355 32.6838 5.55339C32.4776 5.58624 32.2733 5.63098 32.0717 5.68531C30.8869 5.93153 29.81 6.53265 28.9944 7.42658C29.0008 7.74759 28.9389 8.08107 28.8129 8.37637C28.8129 8.39275 28.8197 8.4014 28.8292 8.41354C28.8327 8.41805 28.8366 8.42308 28.8407 8.42913C28.8424 8.43161 28.844 8.43689 28.8458 8.44221C28.8475 8.44751 28.8492 8.45285 28.8509 8.45552C29.0954 8.53795 29.272 8.41737 29.4406 8.30226L29.448 8.29722H29.4534C29.5394 8.23859 29.6236 8.19548 29.7141 8.1653C28.9353 9.39369 28.6039 10.715 28.9754 12.1755C29.2351 13.1086 29.6582 13.9756 30.2249 14.761C30.3458 14.9104 30.4831 15.0383 30.6344 15.1568C31.1614 15.6602 31.8124 15.9422 32.4638 16.2121C32.6836 16.3032 32.9035 16.4022 33.1186 16.5023C33.7729 16.7134 34.4314 16.6216 35.0963 16.5287C36.417 16.3617 37.6858 15.9144 38.8152 15.2096C37.2597 16.6617 35.2102 17.0711 33.0067 16.8981C32.1597 16.8471 31.3451 16.5541 30.6597 16.0538C29.4165 15.3151 28.6926 14.2017 28.3718 12.8087C28.3708 12.8048 28.3699 12.8 28.369 12.7954C28.3681 12.7906 28.3672 12.7859 28.3663 12.7823C28.3649 12.7766 28.3635 12.7714 28.3621 12.7663C28.3591 12.7551 28.3563 12.7443 28.3534 12.7296C28.3217 12.5643 28.2867 12.3836 28.0573 12.3338C27.823 12.49 27.8652 12.7253 27.9074 12.9406C28.0193 13.4978 28.1375 14.0561 28.3042 14.6027C28.5891 15.5303 29.0026 16.4018 29.5326 17.2147C28.7966 16.9084 28.1653 16.3952 27.7154 15.7372C27.2549 15.1718 26.8664 14.5515 26.5587 13.8904C26.5024 13.7845 26.4314 13.6861 26.3477 13.6002C26.1096 13.372 25.9601 13.0838 25.9255 12.7559C25.895 12.6611 25.859 12.5565 25.8179 12.4657C25.7589 12.3202 25.6996 12.1648 25.6448 12.0172C25.5901 11.87 25.5257 11.7048 25.3451 11.7006C25.1959 11.6971 25.1494 11.8005 25.1071 11.9117L25.1042 11.9381C25.1012 11.946 25.0982 11.951 25.0951 11.9561C25.0935 11.9587 25.0919 11.9614 25.0903 11.9644C25.0867 11.9714 25.083 11.982 25.0792 11.9908C25.0637 12.043 25.0545 12.0948 25.0517 12.1491C25.0639 12.3402 24.5713 14.4854 24.6701 14.6494C24.7668 15.566 25.4516 14.6136 25.7254 15.4937C25.8318 15.9025 26.0254 16.1968 26.1999 16.5815C26.3582 16.9339 26.2569 17.1028 25.858 17.1091C25.1836 17.1191 24.5255 17.3243 23.9584 17.6895C22.5696 18.5655 21.9681 19.9068 21.7507 21.4623C21.5975 22.5061 21.56 23.5763 21.6388 24.6283C21.7549 26.0804 21.9322 27.5304 22.6266 28.8495C22.7921 29.1115 22.8967 29.4125 22.9326 29.7202C22.6986 29.4667 22.4934 29.1922 22.2968 28.9287C22.2895 28.919 22.2823 28.9093 22.2751 28.8996L22.2542 28.8715C22.2223 28.8285 22.1905 28.7859 22.1589 28.744C21.9145 28.4207 21.6765 28.1064 21.4046 27.8206C20.7772 26.9713 20.3238 26.0226 20.0702 24.9976C19.8167 23.9726 19.7681 22.9019 19.9271 21.8581C19.9388 21.7678 19.9573 21.6819 19.977 21.5942C19.9812 21.5757 19.9854 21.5606 19.9897 21.5415C20.0589 21.2276 20.1288 20.8937 19.9693 20.5653C19.9304 20.5233 19.8808 20.5022 19.8258 20.4861C19.549 20.4486 19.4 20.6253 19.2539 20.8027H19.2465C19.2425 20.8076 19.2386 20.8123 19.2346 20.8169C19.2324 20.8195 19.2303 20.822 19.2281 20.8245C19.2268 20.8261 19.2255 20.8276 19.2243 20.8291C18.4472 21.7454 17.9362 22.8614 17.7468 24.0478C17.7036 24.7576 17.8175 25.4668 17.9308 26.1585C17.9348 26.1829 17.9391 26.2029 17.9431 26.2229C17.9458 26.2362 17.9484 26.2495 17.9511 26.264C17.9583 26.3038 17.9655 26.3515 17.9727 26.3959C18.0852 27.0034 18.052 27.6506 17.8759 28.2427C17.6998 28.8349 17.3857 29.3784 16.9595 29.8257C16.0034 30.881 15.1951 31.9976 14.7497 33.361C14.737 33.3948 14.7033 33.4032 14.6273 33.4138C14.3753 33.1331 14.1841 32.7959 14.0659 32.4376C13.7342 31.6282 13.521 30.7751 13.4327 29.9049C13.3928 29.4981 13.3801 29.4972 13.0716 29.4827H13.0654C12.8841 29.8027 12.8179 30.1751 12.8776 30.538C12.9356 31.4944 13.0854 32.4598 13.325 33.3874C13.5019 34.0336 13.6215 34.0981 13.9349 34.3217L11.5777 35.0679Z" fill="#082015"/>
|
|
5
|
+
<path d="M41.0126 36.7225C41.6795 37.2839 42.4689 37.6997 43.0177 38.411C42.902 38.4496 42.7792 38.4623 42.6581 38.4481C42.537 38.4339 42.4205 38.3931 42.3169 38.3287C40.181 37.3156 37.8635 36.8513 35.641 36.0999C33.5304 35.3844 31.6519 34.2214 29.9169 32.8326C29.0427 32.1289 28.2064 31.3793 27.4116 30.5869C27.5319 30.1964 27.4243 29.8081 27.4116 29.4197C27.5551 28.9976 27.7303 29.025 28.0195 29.3311C28.599 29.9665 29.2224 30.5603 29.8853 31.1082C30.0246 31.2201 30.1744 31.3995 30.3391 31.2834C30.567 31.1188 30.299 30.9689 30.2272 30.8613C29.8051 30.1943 29.3675 29.5379 28.9144 28.892C28.4787 28.2529 28.1361 27.5551 27.8971 26.8194C27.4749 25.553 27.8506 24.4513 28.9418 23.6957C29.6953 23.1743 30.548 22.9379 31.4197 22.7227C33.5641 22.195 35.6938 21.5977 37.8445 21.1059C41.2067 20.3397 44.5838 19.6285 47.9544 18.9109C48.1104 18.89 48.2679 18.8829 48.4251 18.8897C48.3365 19.2338 48.003 19.2169 47.7666 19.3245C46.0654 19.7235 44.3537 20.0675 42.8214 21.0131C41.9201 21.566 40.8353 21.6758 39.8412 22.005C39.2038 22.1927 38.5803 22.4247 37.9754 22.6994C36.3664 23.4089 34.9203 24.4412 33.7266 25.7324C33.0544 26.4123 32.6003 27.2773 32.4223 28.2167C32.3515 28.5821 32.4136 28.9609 32.5975 29.2846C33.9567 31.6696 35.7444 33.6262 38.216 34.8968C39.1594 35.4941 40.2084 35.9226 41.0126 36.7225Z" fill="#0D3B29"/>
|
|
6
|
+
<path d="M43.7757 40.5067C43.2058 40.1184 42.5473 39.9052 41.9542 39.5696C40.2066 38.5818 38.2563 38.3433 36.3336 37.9972C33.1855 37.4401 30.1256 36.4663 27.2346 35.1014C26.8976 34.9121 26.5318 34.7795 26.1518 34.7088C25.8085 34.67 25.4675 34.6129 25.1303 34.5378C24.4633 34.4049 24.1256 34.7616 24.2565 35.4349C24.3115 35.6532 24.3886 35.8653 24.4866 36.0681C24.5562 36.2411 24.6828 36.4121 24.5541 36.6126C24.5055 36.6316 24.438 36.6358 24.4127 36.6717C23.9293 37.3492 23.6085 37.4189 23.064 36.8279C22.0467 35.7282 21.4093 34.4387 21.405 32.9084C21.405 31.9228 22.091 31.431 23.0302 31.7539C24.1709 32.1561 25.274 32.6575 26.327 33.2525C29.4001 34.941 32.5872 36.315 36.036 37.0347C37.8152 37.4041 39.6029 37.7798 41.2851 38.5122C42.2138 38.9153 43.1847 39.2425 43.9698 39.9263C44.2747 40.1937 44.4948 40.5444 44.603 40.9352C44.1661 41.0998 44.0226 40.6988 43.7757 40.5067Z" fill="#0D3B29"/>
|
|
7
|
+
<path d="M17.4708 32.6974C17.8694 31.7218 18.5796 30.9055 19.4907 30.3757C19.6511 30.6121 19.6553 30.6163 19.4907 30.9245C18.7087 32.4228 18.3442 34.104 18.4354 35.7916C18.4541 36.3521 18.5248 36.9095 18.6464 37.4569C18.7777 37.9393 18.8549 38.4349 18.8765 38.9344C19.7503 41.6782 21.8799 42.9973 24.4528 43.7888C24.2881 44.0928 24.0306 43.8965 23.8196 43.8986C22.1036 43.5841 20.4151 43.1767 18.9862 42.1066C17.99 41.3616 17.418 40.3105 17.1162 39.1264C16.8112 37.8801 16.6882 36.5962 16.7511 35.3146C16.9769 34.4345 17.1162 33.5417 17.4708 32.6974Z" fill="#FF2A10"/>
|
|
8
|
+
<path d="M27.2913 31.872C25.2796 30.7629 23.6334 29.0933 22.5529 27.0661C21.3161 24.717 22.1561 20.9812 24.1528 19.3264C24.734 18.8355 25.4512 18.5336 26.2085 18.4611C26.3499 18.7502 26.1093 18.8705 25.9489 19.0014C25.3239 19.5019 24.8062 20.1231 24.4265 20.8281C24.0468 21.533 23.8131 22.3072 23.7391 23.1045C23.6249 24.3158 23.8438 25.5353 24.3723 26.6313C24.7769 27.5656 25.2958 28.4462 25.9172 29.2527C26.0995 29.4444 26.2181 29.6876 26.2571 29.9492C26.5694 30.498 27.0675 30.9054 27.4158 31.4267C27.439 31.5934 27.8569 31.872 27.2913 31.872Z" fill="#FF2A10"/>
|
|
9
|
+
<path d="M26.257 29.9537C24.8999 28.3221 23.7939 26.5534 23.5786 24.3921C23.3549 22.1359 24.1147 20.2469 25.9193 18.8201C26.0438 18.723 26.1874 18.6449 26.2085 18.4655C26.9373 18.3769 27.6716 18.3409 28.4056 18.3578C28.5534 18.3578 28.7729 18.3072 28.7982 18.5119C28.8235 18.7167 28.6209 18.7399 28.469 18.7905C27.3883 19.1493 26.3858 19.6348 25.7125 20.6035C25.0392 21.5723 24.8956 22.6509 25.0075 23.7695C25.1975 25.6332 25.9151 27.3154 26.9641 28.8583C27.1013 29.0693 27.2617 29.2445 27.4136 29.4366C27.6732 29.8249 27.8991 30.2154 27.4136 30.6037C27.1625 30.3927 26.9113 30.1943 26.6601 29.9938C26.5272 29.8861 26.4047 29.789 26.257 29.9537Z" fill="#0D3B29"/>
|
|
10
|
+
<path d="M6.09845 45.5724C4.9549 44.1566 4.08135 42.5425 3.52136 40.8108C3.05547 39.3537 2.99708 37.7968 3.35251 36.3089C3.39769 36.034 3.50846 35.7741 3.67544 35.5511C3.69021 35.6546 3.69444 35.7622 3.79997 35.8276C4.94815 36.5115 5.17821 37.6766 5.34706 38.8543C5.60034 40.6441 5.76919 42.4424 6.48681 44.1309C6.99547 45.3382 7.46192 46.5855 8.52779 47.4593C8.39482 47.6514 8.23863 47.5438 8.11833 47.4593C7.71309 47.1934 7.32051 46.9085 6.92371 46.6299C6.68732 46.2668 6.19132 46.0748 6.09845 45.5724Z" fill="#D80000"/>
|
|
11
|
+
<path d="M13.0679 29.5316C13.0959 28.4798 13.3155 27.442 13.7158 26.4691C14.0686 25.4424 14.5211 24.4527 15.0666 23.5142C15.3305 23.8075 15.1722 24.122 15.0793 24.407C14.7923 25.2934 14.5052 26.1778 14.2752 27.079C14.0303 28.3222 13.8256 29.5696 14.1232 30.8339C14.195 31.1378 14.2667 31.5874 14.5728 31.6C14.8788 31.6127 14.8746 31.1462 14.9548 30.8761C15.1658 30.1521 15.3368 29.4134 15.5247 28.681C15.8677 27.4423 16.3322 26.2404 16.9113 25.0929C16.9646 24.9439 17.0479 24.8074 17.1562 24.6919C17.4095 24.5505 17.439 24.1495 17.802 24.1368C17.8203 24.9232 17.9079 25.7065 18.0637 26.4775C18.3107 27.8726 17.897 29.0567 16.9873 30.0656C16.0249 31.1209 15.1701 32.2353 14.826 33.6537C14.8028 33.7508 14.7669 33.8647 14.6445 33.8858C14.5221 33.9069 14.4757 33.7845 14.4187 33.7001C13.6483 32.592 13.3127 31.3362 13.1734 30.0128C13.1544 29.8651 13.2114 29.6793 13.0679 29.5316Z" fill="#0D3B29"/>
|
|
12
|
+
<path d="M20.8815 23.1005C21.0229 22.4504 21.063 21.7876 21.2044 21.1354C21.6118 19.257 22.6164 17.7289 23.9039 16.3549C24.2793 15.9645 24.6099 15.5333 24.8896 15.0695C25.0183 14.8057 25.1344 14.5081 25.4763 14.8584C25.6123 15.0568 25.7269 15.2691 25.8183 15.4916C26.0019 15.9433 26.1792 16.395 26.3691 16.8445C26.5338 17.2392 26.3945 17.4102 25.9829 17.3954C25.2597 17.363 24.5445 17.5578 23.9377 17.9526C22.5848 18.8201 22.017 20.1392 21.827 21.6547C21.7365 22.3672 21.6956 23.0851 21.7046 23.8033C21.7384 25.7029 21.9621 27.537 22.8739 29.2424C23.0111 29.4999 23.2813 29.9685 23.0639 30.0867C22.7621 30.2407 22.5489 29.7848 22.3484 29.5358C21.9516 29.0461 21.5717 28.5438 21.1854 28.0583C20.8203 27.079 20.7886 26.0406 20.6683 25.019C20.6127 24.3717 20.6851 23.7198 20.8815 23.1005Z" fill="#0D3B29"/>
|
|
13
|
+
<path d="M7.97915 39.1053C8.38862 39.7533 8.33796 40.5153 8.49204 41.216C8.86984 42.9594 9.60857 44.5571 10.4212 46.1253C10.502 46.2397 10.5666 46.3647 10.6132 46.4968C10.7462 47.225 11.1937 47.6745 11.8036 48.0629C12.8779 48.7446 13.9143 49.496 14.959 50.2178C15.001 50.2043 15.0454 50.2001 15.0892 50.2056C15.1329 50.2111 15.175 50.2261 15.2123 50.2495C16.0798 50.8827 17.0063 51.4547 17.7029 52.301C17.7704 52.6198 17.61 52.6176 17.3863 52.5269C16.2507 52.0836 15.2608 51.385 14.2688 50.6991C13.07 49.8738 11.8817 49.0274 10.7209 48.1494C8.02348 46.1042 7.05047 42.6808 7.80819 39.4156C7.85073 39.3049 7.90826 39.2005 7.97915 39.1053Z" fill="#FF2A10"/>
|
|
14
|
+
<path d="M24.5541 36.6106C24.3751 36.2505 24.2187 35.8797 24.0855 35.5004C23.8449 34.6561 24.3177 34.1939 25.1746 34.3543C25.5184 34.4091 25.8495 34.5257 26.1518 34.6983C25.6263 35.0044 25.7782 35.4434 25.9808 35.8317C26.479 36.7836 27.3 37.4443 28.1421 38.0732C28.674 38.47 29.2143 38.8542 29.7483 39.2531C29.8605 39.3339 29.9583 39.4331 30.0375 39.5464C30.3731 40.0572 30.2063 40.359 29.5943 40.4034C28.9822 40.4477 28.3849 40.2451 27.7833 40.1501C27.644 40.1269 27.5132 40.0615 27.4013 40.2008C26.7069 39.8863 26.2236 39.3291 25.7867 38.7381C25.2882 38.0834 24.874 37.3686 24.5541 36.6106Z" fill="#0D3B29"/>
|
|
15
|
+
<path d="M58.0078 48.618C58.0019 48.6951 58.0124 48.7725 58.0386 48.8453C58.0648 48.918 58.1061 48.9844 58.1597 49.0401C58.2526 49.1393 58.3834 49.2511 58.2484 49.3989C58.1133 49.5466 57.9824 49.4559 57.86 49.3862C57.6342 49.2575 57.345 49.2617 57.1635 49.0443C57.1213 48.9198 56.8765 48.9282 56.9524 48.7256C57.1192 48.4575 56.8638 48.3984 56.7266 48.3035C55.8401 47.6703 54.7954 47.5267 53.7569 47.3621C53.0309 47.2481 52.3027 47.1511 51.583 47.0181C51.0723 46.9195 50.5896 46.7095 50.1693 46.4031C49.7491 46.0966 49.4015 45.7012 49.1515 45.2451C48.702 44.4769 48.9025 43.696 49.6644 43.2569C50.1693 42.966 50.8715 43.6162 53.6767 42.0032C54.2846 41.6254 54.8481 41.1758 55.4539 40.7917C55.7684 40.5933 56.1124 40.3696 56.5219 40.5954C56.5422 40.6747 56.5444 40.7575 56.5283 40.8377C56.5123 40.9179 56.4783 40.9934 56.4291 41.0587C56.3798 41.124 56.3164 41.1774 56.2437 41.2148C55.1303 41.7882 53.8613 42.7688 52.6467 43.3371C51.9946 43.6242 51.317 43.8521 50.6564 44.1181C50.469 44.1642 50.2967 44.258 50.1562 44.3904C50.219 44.7191 51.1946 44.7824 50.897 45.184C50.916 45.6504 51.2875 45.7601 51.6294 45.8593C52.4504 46.0978 53.2884 46.2815 54.1157 46.4925C55.3568 46.8258 56.5303 47.3729 57.5835 48.1093C57.765 48.257 58.0225 48.3267 58.0078 48.618Z" fill="#0D3B29"/>
|
|
16
|
+
<path d="M18.8741 38.9197C18.5135 38.0637 18.4794 37.6913 18.3738 37.0666C18.0612 35.1573 18.2803 33.1988 19.007 31.4059C19.1485 31.0449 19.4862 30.7727 19.4988 30.3505C19.6367 30.2148 19.8127 30.1243 20.0033 30.0909C20.9505 29.8173 20.5091 32.3213 20.379 32.5984C19.3569 34.8039 19.5787 38.705 20.0477 41.0503C19.9173 40.9349 19.5704 40.5729 18.8741 38.9197Z" fill="#D80000"/>
|
|
17
|
+
<path d="M36.6988 50.6378C36.5569 50.7058 36.4009 50.7393 36.2436 50.7356C36.0862 50.7319 35.932 50.6912 35.7934 50.6167C33.449 49.6487 31.03 48.8722 28.5602 48.295C28.4462 48.2697 28.3344 48.1789 28.1887 48.3098C28.3445 48.6133 28.5515 48.8875 28.8008 49.1203C29.0942 49.3841 29.0963 49.5424 28.6636 49.5762C27.4986 49.1308 26.4432 48.4702 25.3563 47.8877C24.5559 47.4563 23.7329 47.0681 22.891 46.7247C22.5428 46.3638 22.5491 46.3279 23.005 46.1506C23.4271 46.1063 23.8282 46.235 24.244 46.2456C24.4023 46.292 24.5964 46.273 24.6914 46.4566C24.6429 46.8239 24.951 46.8155 25.1642 46.8788C27.0638 47.512 28.995 48.0291 30.9199 48.5673C32.2686 48.9472 33.6426 49.2701 34.6494 49.8041C32.6464 48.8755 30.2635 48.2212 27.8806 47.5605C27.1186 47.3495 26.3483 47.1722 25.5905 46.9548C25.3563 46.8872 24.9574 46.902 25.0249 46.4588C25.4048 46.2477 25.7868 46.4588 26.1541 46.4904C27.8161 46.6313 29.4591 46.9432 31.0571 47.4212C31.865 47.6658 32.6591 47.9539 33.4358 48.2845C34.4278 48.7315 35.3648 49.2917 36.2281 49.954C36.4477 50.1271 36.7664 50.2537 36.6988 50.6378Z" fill="#0D3B29"/>
|
|
18
|
+
<path d="M42.8175 43.238C42.0809 43.238 41.34 43.2064 40.6161 43.3689C40.0845 43.5503 39.5249 43.6353 38.9635 43.6201C38.4189 43.6201 37.8934 43.7657 37.4628 43.8079C38.1926 43.6237 38.9473 43.5582 39.698 43.6137C40.7533 43.7404 41.836 43.772 42.7858 44.3482C42.9969 44.4812 43.2692 44.5867 43.2523 44.9202C42.7415 44.9962 42.2983 44.7345 41.8276 44.6184C40.3147 44.2509 38.7524 44.1305 37.2011 44.2617C36.1204 44.3419 35.0482 44.5614 33.9592 44.5213C33.4674 44.5023 32.9777 44.7324 32.3931 44.5382C32.7941 44.3693 33.0896 44.2111 33.4716 44.1836C34.1217 44.1372 34.7253 43.867 35.3353 43.6475C37.4058 42.9025 39.5376 42.8201 41.701 43.0143C42.0809 43.0586 42.4735 43.0249 42.8175 43.238Z" fill="#0D3B29"/>
|
|
19
|
+
<path d="M43.2522 44.9202C42.5768 44.268 41.7199 44.0295 40.8334 43.8839C39.5648 43.7068 38.2761 43.7317 37.0153 43.9578C35.5562 44.2193 33.9538 44.4294 33.8904 44.3915C35.1216 44.017 39.3165 43.3581 40.6034 43.3689L40.3374 43.6095C42.0794 43.7518 43.7848 44.1871 45.3819 44.897C46.4688 45.3677 47.4925 45.9312 48.1257 47.0245C48.3747 47.4614 48.9341 47.358 49.3287 47.5543C49.3363 47.6271 49.3224 47.7005 49.2886 47.7654C49.2548 47.8303 49.2027 47.8839 49.1388 47.9194C49.0391 47.9563 48.9318 47.9675 48.8267 47.952C48.7216 47.9365 48.622 47.8948 48.5373 47.8308C47.368 47.1976 46.2029 46.5349 44.9766 45.9987C44.7922 45.8968 44.6272 45.7632 44.4891 45.6041L43.2522 44.9202Z" fill="#00683E"/>
|
|
20
|
+
<path d="M50.2404 4.49503C50.7575 3.77741 51.3759 3.20331 52.2877 3.03657C52.484 2.99647 52.4418 3.12312 52.3911 3.20966C52.2764 3.3665 52.1332 3.50038 51.969 3.60435C50.8757 4.49292 50.749 5.67065 50.977 6.94336C51.0127 7.1436 51.097 7.33202 51.2225 7.49209C51.348 7.65217 51.5108 7.779 51.6967 7.86148C51.9868 7.98482 52.2616 8.14137 52.5157 8.32795C52.5556 8.29449 52.6021 8.26989 52.6523 8.25581C52.7024 8.24172 52.755 8.23846 52.8065 8.24625C52.858 8.25403 52.9073 8.27267 52.951 8.30095C52.9947 8.32923 53.032 8.3665 53.0602 8.41027C53.102 8.45471 53.1293 8.51085 53.1383 8.57119C53.1474 8.63154 53.1378 8.69321 53.1109 8.74796C53.0629 8.83111 52.9881 8.89544 52.8987 8.93035C52.8093 8.96527 52.7107 8.96867 52.6191 8.94001C52.4819 8.90835 52.3299 8.82394 52.408 9.08777C50.2868 7.90371 48.001 7.1882 45.6223 6.66265L46.0444 6.57822C46.4391 6.45792 46.8317 6.57821 47.2243 6.59299C47.4712 6.62676 47.7161 6.66898 47.9609 6.71119C48.3957 6.83572 48.8516 6.88426 49.2843 7.01934C49.5903 7.11221 49.7064 6.99825 49.6874 6.69221C49.6046 6.174 49.6204 5.64481 49.7338 5.13244C49.8373 4.86439 49.8942 4.56679 50.2404 4.49503Z" fill="#082015"/>
|
|
21
|
+
<path d="M12.0149 36.8007C12.2492 36.788 12.1373 36.6318 12.1099 36.5389C11.9187 35.829 11.8013 35.1012 11.7595 34.3671C11.7458 34.2622 11.7416 34.1562 11.7468 34.0505C11.7468 33.7825 11.8903 33.8036 12.0444 33.9302C12.2066 34.0928 12.3149 34.3013 12.3547 34.5275C12.5177 35.1572 12.8 35.7497 13.1863 36.273C13.3256 36.4461 13.4775 36.7374 13.6949 36.6677C13.9123 36.5981 13.8279 36.2751 13.83 36.0599C13.83 35.4267 13.5831 34.861 13.4733 34.2595C13.4674 34.2037 13.4757 34.1473 13.4975 34.0957C13.5192 34.044 13.5538 33.9987 13.5978 33.964C13.6422 34.0167 13.6759 34.0991 13.7329 34.1202C14.4569 34.384 14.5772 34.9517 14.611 35.644C14.6321 36.1421 14.8516 36.6297 14.9339 37.1215C14.9824 37.4127 15.1006 37.7716 14.7228 37.9657C14.5597 38.0571 14.371 38.0917 14.1861 38.0642C14.0012 38.0367 13.8307 37.9486 13.7013 37.8138C13.4129 37.5314 13.1475 37.2266 12.9077 36.902C12.8296 36.8112 12.8043 36.5727 12.6185 36.7057C12.475 36.8091 12.5151 36.9948 12.6185 37.1278C12.9203 37.5376 13.2641 37.9146 13.6443 38.2528C14.0031 38.5736 14.4885 38.6285 14.955 38.9535C14.6527 39.0212 14.3386 39.0151 14.0392 38.9358C13.7398 38.8564 13.4639 38.7061 13.2348 38.4976C12.8971 38.2211 12.5847 37.9045 12.228 37.6534C11.8713 37.4022 11.7637 37.1721 12.0149 36.8007Z" fill="#082015"/>
|
|
22
|
+
<path d="M43.1319 13.3935C42.868 14.0753 42.3319 14.4805 41.7051 14.7971C41.2682 15.0082 40.808 15.12 40.4155 14.7971C40.0229 14.4742 40.0757 13.9528 40.2339 13.5666C40.6723 12.5025 40.6881 11.3113 40.2783 10.236C40.5906 10.1474 40.7131 10.3922 40.8524 10.5779C41.1314 11.0007 41.3449 11.4632 41.4856 11.9498C41.5763 12.1947 41.6439 12.4754 41.9879 12.4606C42.3319 12.4459 42.657 12.4416 42.8321 12.0807C42.8934 11.9604 42.9018 11.743 43.1424 11.8253C43.2906 12.3381 43.2869 12.8828 43.1319 13.3935Z" fill="#0D3B29"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.8721 40.5195C30.3644 41.8177 33.6066 42.2302 36.4138 42.1151C36.866 42.1151 37.32 42.1188 37.7749 42.1226C38.6877 42.1301 39.6041 42.1376 40.5169 42.1151C42.3049 42.0895 43.3928 42.6509 44.9322 43.1906C45.8103 43.4985 46.6874 43.806 47.4609 44.3523C47.6867 44.5043 47.7922 44.3756 47.7542 44.1413C47.6843 43.779 47.5311 43.438 47.3068 43.1451C46.2855 41.6923 44.2199 40.5081 42.6328 39.7163C37.7318 37.2711 32.1041 37.2797 27.1143 34.844C26.8268 34.672 26.4995 34.5775 26.1646 34.5696C25.7424 34.6582 25.677 34.9812 25.677 35.3336C25.7021 35.7053 25.8448 36.0594 26.0844 36.3446C26.5584 36.9794 27.123 37.5412 27.7602 38.012C28.0336 38.2253 28.3158 38.427 28.5982 38.6288C28.9307 38.8663 29.2633 39.1039 29.5817 39.3607C29.5992 39.375 29.6171 39.3893 29.6352 39.4037C29.8287 39.558 30.0405 39.7269 29.9363 40.0087C29.8439 40.2583 29.6075 40.242 29.3875 40.2268C29.336 40.2233 29.2853 40.2198 29.2376 40.2198C28.9797 40.2136 28.7275 40.1598 28.4755 40.106C28.2967 40.0679 28.118 40.0297 27.9375 40.0087C27.8983 40.0049 27.856 39.9957 27.813 39.9863C27.6406 39.9489 27.4554 39.9086 27.4014 40.2008C27.4862 40.3438 27.6235 40.4056 27.7616 40.4677C27.7987 40.4844 27.8359 40.5011 27.8721 40.5195Z" fill="#00683E"/>
|
|
24
|
+
<path d="M52.5201 8.32797C51.2537 8.04937 50.8104 7.58501 50.7176 6.46426C50.5973 5.02059 51.0616 3.89774 52.3153 3.12947C52.3153 3.12947 52.2984 3.06825 52.2879 3.03659L52.6235 2.96272C52.7649 2.94132 52.9094 2.95288 53.0456 2.9965C53.4487 3.14636 53.5353 3.36796 53.2208 3.64657C51.8003 4.89817 52.0599 6.44317 52.423 8.01137C52.4659 8.05074 52.4975 8.10083 52.5145 8.15648C52.5316 8.21213 52.5335 8.27133 52.5201 8.32797Z" fill="#0D3B29"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M55.3703 31.5036C55.142 32.6269 54.4949 33.4734 53.6914 34.291C53.6852 34.2954 53.6788 34.3001 53.6723 34.305L51.9481 36.8996C51.9035 36.9695 51.8609 37.0398 51.8182 37.1103C51.7718 37.1869 51.7252 37.2638 51.6758 37.3408C51.6651 37.3415 51.6547 37.342 51.6446 37.3421C51.4874 37.6075 51.3305 37.8731 51.1737 38.1387C51.0742 38.6636 49.2169 40.743 49.4382 41.1676C49.4731 41.2346 49.6192 41.2437 49.9123 41.2619L49.9234 41.2626C49.4155 41.459 48.8514 41.4514 48.3489 41.2415C45.9261 40.1513 49.7887 36.6766 50.7239 35.5509C50.7279 35.552 50.7378 35.5569 50.7323 35.551C51.5069 34.6498 52.2393 33.7063 53.0751 32.8642C53.6175 32.3154 53.6534 31.7413 53.5078 31.0849C53.4451 30.8021 53.3733 30.5214 53.3016 30.2407C53.2261 29.9452 53.1506 29.6497 53.0857 29.3521C53.0357 29.1462 53.0365 28.9313 53.088 28.7258C53.1395 28.5202 53.2401 28.3303 53.3812 28.1723C53.3921 28.1592 53.4032 28.1452 53.4146 28.1308C53.5062 28.0148 53.6155 27.8766 53.8033 28.0625C54.418 29.0865 55.009 30.3653 55.3703 31.5036Z" fill="#0D3B29"/>
|
|
26
|
+
<path d="M28.9993 20.0886C28.9191 20.344 28.6573 20.4031 28.4885 20.5614C28.3682 20.6733 28.1191 20.7303 28.2774 20.9835C28.3376 21.1186 28.3816 21.2603 28.4083 21.4057C28.4378 21.6737 28.6468 21.6336 28.8072 21.6167C29.5459 21.5133 30.2846 21.4711 31.0318 21.4204L34.6325 20.8421L35.118 20.7746C34.9449 21.0215 34.5861 20.8886 34.47 21.1714C32.4333 21.5597 30.3923 21.9122 28.3724 22.3723C27.8726 22.4681 27.3657 22.5218 26.857 22.5327C26.7328 22.5571 26.604 22.5407 26.4899 22.486C26.3758 22.4312 26.2824 22.341 26.2238 22.2288C26.0992 21.946 26.2575 21.7117 26.4454 21.5196C27.0026 20.954 27.7561 20.7197 28.4357 20.3609C28.6193 20.2638 28.8114 20.1794 28.9993 20.0886Z" fill="#FF2A10"/>
|
|
27
|
+
<path d="M20.8815 23.1003C20.7443 24.4131 20.987 25.7069 21.0693 27.0092C21.0925 27.3595 21.4197 27.6719 21.1896 28.0455C19.6256 26.0214 19.29 23.7356 19.7459 21.2788C19.7839 21.0677 19.8008 20.8567 19.8283 20.6456L19.9338 20.5675C19.9269 21.0894 19.8711 21.6095 19.767 22.1209C19.7262 22.3167 19.7351 22.5195 19.793 22.7109C19.8509 22.9023 19.9559 23.0761 20.0984 23.2163C20.5416 23.6617 20.6451 23.649 20.8815 23.1003Z" fill="#D80000"/>
|
|
28
|
+
<path d="M55.9962 41.2223C56.2769 41.1063 56.3867 40.8382 56.5323 40.6018C56.6336 40.6398 56.7835 40.5659 56.8278 40.7327C56.0849 42.6111 54.4154 43.3161 52.7121 43.9725C52.4018 44.0928 52.0789 44.1836 51.7728 44.3102C51.6483 44.3566 51.8404 44.3714 51.8235 44.4284L50.5022 44.7007C50.2469 44.7007 49.8817 44.764 49.8289 44.4748C49.7762 44.1857 50.1561 44.1646 50.3672 44.078C51.2346 43.715 52.1127 43.3773 52.9843 43.0227C53.1541 42.9382 53.3171 42.8408 53.4719 42.7315C54.2419 42.1176 55.091 41.61 55.9962 41.2223Z" fill="#00683E"/>
|
|
29
|
+
<path d="M44.4951 45.6041C45.9695 46.252 47.4095 46.9755 48.8093 47.7718C48.9169 47.8309 49.033 47.8709 49.1448 47.9195C49.0267 48.1306 48.9232 48.3627 48.613 48.3099C47.9924 48.2677 47.3909 48.521 46.7683 48.4176C46.4833 48.3712 46.1351 48.4514 45.9789 48.1031H46.9519L47.0321 47.9427C45.6876 47.6683 45.0207 46.708 44.4951 45.6041Z" fill="#0D3B29"/>
|
|
30
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.3224 4.29591C34.3983 3.98286 33.3038 4.17068 32.3591 4.41488C32.5129 4.50793 32.6419 4.63672 32.7353 4.79032C32.8286 4.94392 32.8835 5.11779 32.8952 5.29714C32.9142 5.46388 32.9438 5.69394 33.2139 5.69394C34.5469 5.70616 35.8669 5.95602 37.1121 6.43179C37.1129 6.43342 37.1136 6.43506 37.1144 6.4367C37.9437 6.99199 38.6857 7.66778 39.3158 8.4418C39.6556 8.52412 39.6619 8.35738 39.5965 8.102C39.5922 8.08756 39.5878 8.07297 39.5833 8.05827C39.5276 7.87528 39.4673 7.6772 39.7506 7.59124C38.8161 6.20839 37.4434 5.18994 35.8637 4.69269C35.6954 4.53786 35.5168 4.40071 35.3224 4.29591Z" fill="#0D3B29"/>
|
|
31
|
+
<path d="M30.2509 14.772C30.1024 14.7841 29.9535 14.7541 29.8213 14.6854C29.6892 14.6167 29.5791 14.5121 29.5037 14.3837C28.8681 13.503 28.5055 12.4548 28.461 11.3697C28.4294 10.709 28.5518 10.0442 28.4019 9.3878C28.2289 8.98889 28.3724 8.71873 28.746 8.54354L31.5038 6.20532C31.375 6.39106 29.9406 8.06653 29.8688 8.16785C28.5581 10.0674 28.6024 12.292 29.9891 14.3288C30.0862 14.4702 30.2445 14.5757 30.2509 14.772Z" fill="#00683E"/>
|
|
32
|
+
<path d="M26.253 50.5968C28.5704 51.5158 32.9357 55.3701 30.3461 54.7246C29.6433 54.1401 28.9635 53.526 28.275 52.9242C27.924 52.7081 25.9577 51.0918 26.253 50.5968Z" fill="#0D3B29"/>
|
|
33
|
+
<path d="M22.5617 45.4712C22.2556 45.6653 21.9137 45.5703 21.5929 45.5619C21.2045 45.5619 20.8858 45.7223 20.5376 45.849C20.4896 45.8583 20.4445 45.8792 20.4064 45.9098C20.3682 45.9405 20.3381 45.9799 20.3186 46.0248C20.2991 46.0696 20.2907 46.1186 20.2943 46.1673C20.2979 46.2161 20.3133 46.2633 20.3392 46.3048C20.0166 46.2532 19.6974 46.1827 19.3831 46.0938C19.0971 45.9776 18.7893 45.925 18.481 45.9396C18.1727 45.9542 17.8712 46.0356 17.5975 46.1782L16.7532 45.9988C16.4915 45.8215 16.1622 45.6843 16.3311 45.2622C18.4016 45.4226 20.4806 45.5007 22.5617 45.4712Z" fill="#0D3B29"/>
|
|
34
|
+
<path d="M21.7068 46.6277C22.1289 46.3618 22.551 46.5961 22.9858 46.6277C24.611 47.071 25.9534 48.0862 27.4182 48.8334C27.8403 49.0444 28.2413 49.3294 28.6529 49.5784C28.3339 49.5812 28.021 49.4918 27.7516 49.3209C25.8055 48.2762 23.7851 47.376 21.7068 46.6277Z" fill="#00683E"/>
|
|
35
|
+
<path d="M58.6344 48.7385V48.8483C58.5213 48.8537 58.4083 48.8363 58.302 48.7971C58.1958 48.758 58.0985 48.6978 58.016 48.6203C56.9988 47.8435 55.8568 47.2454 54.639 46.8516C54.4487 46.8248 54.2676 46.7524 54.1113 46.6405C54.1472 46.2374 54.4638 46.2501 54.7445 46.2564C55.4834 46.2737 56.2007 46.5086 56.8066 46.9318C57.5052 47.4172 58.2186 47.9301 58.6344 48.7385Z" fill="#00683E"/>
|
|
36
|
+
<path d="M45.9791 48.1052C46.7895 48.4662 47.6085 48.3163 48.4295 48.1453C48.6786 48.0905 48.6807 48.0947 48.6131 48.3121C47.6275 48.616 46.6545 48.6646 45.6815 48.2446C45.2449 48.0525 44.8616 47.7569 44.5649 47.3834C43.4505 46.0094 41.8908 45.5176 40.2592 45.1525C40.122 45.1229 39.9827 45.1082 39.8371 45.0828C39.7176 45.0628 39.6013 45.0273 39.491 44.9773C41.2175 45.0828 42.9081 45.3065 44.2694 46.5497C44.4182 46.6985 44.546 46.8667 44.6494 47.0499C44.7877 47.3069 44.977 47.533 45.2056 47.7145C45.4342 47.8959 45.6974 48.0289 45.9791 48.1052Z" fill="#00683E"/>
|
|
37
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.1668 46.8831C17.0625 46.493 23.8043 48.5282 27.528 51.8874C27.576 51.9089 27.6217 51.9513 27.6668 51.9932C27.7587 52.0785 27.8482 52.1616 27.9501 52.0625C28.0701 51.9459 27.9744 51.8228 27.8842 51.7065C27.8601 51.6755 27.8363 51.6449 27.8172 51.6151C27.7992 51.5876 27.781 51.5602 27.7625 51.533C26.876 50.2291 25.3918 49.2876 24.0645 48.5146C20.7482 46.5872 15.5656 44.0864 11.8375 46.4567C11.7997 46.4809 11.7544 46.5036 11.7082 46.5267C11.5613 46.6001 11.4057 46.6778 11.4555 46.824C11.5111 46.9921 11.6782 46.9641 11.8408 46.9368C11.9007 46.9268 11.9599 46.9168 12.0127 46.9168C12.0647 46.9084 12.1161 46.8971 12.1668 46.8831Z" fill="#FF2A10"/>
|
|
38
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.0745 13.4507C27.146 13.858 26.5328 12.9768 26.2531 13.3652C25.8808 13.9023 28.0908 16.71 28.458 16.9674C28.8484 17.2411 29.2896 17.434 29.7556 17.5346C29.2238 16.9149 28.8697 15.7985 28.5747 15.0701C28.0148 13.6873 27.625 10.6392 28.9969 8.42306C32.414 4.82009 34.1679 6.52348 32.9015 4.41271C32.4067 3.99056 30.2941 5.24642 29.2807 5.79101C28.6933 6.18852 28.1353 6.87195 27.6396 7.47919C26.5569 8.80526 26.8746 11.4581 27.0181 13.0643C27.0288 13.1908 27.0515 13.3201 27.0745 13.4507Z" fill="#D80000"/>
|
|
39
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M41.9584 8.55198C44.5232 11.8148 45.0851 11.8236 46.0023 13.3746C46.3675 13.9677 46.3675 14.0437 45.7343 14.3582C43.2849 15.5678 40.7221 16.5329 38.0832 17.2392C37.455 17.4126 36.829 17.594 36.2031 17.7753C35.031 18.1149 33.8589 18.4544 32.6715 18.742C32.1974 18.8564 27.5583 20.152 28.1611 21.032C28.6162 21.2296 29.3576 20.7872 29.7786 20.6338C37.2317 18.6159 44.6947 17.4971 51.8783 14.8521C52.883 14.4827 53.0645 13.9128 52.3427 13.1087C49.6843 10.1388 45.5501 9.58205 42.2349 7.65073C41.7769 7.35937 41.1032 7.04441 40.5729 7.16001C40.4508 7.41354 40.6971 7.75146 40.851 7.96264C40.8701 7.98879 40.8877 8.01302 40.9031 8.03488L40.9055 8.03561C41.0597 8.35159 41.2509 8.64673 41.4425 8.94253C41.6729 9.29836 41.3594 9.6288 41.5276 10.0239C41.6263 10.3708 41.8779 10.2363 42.131 10.4932C42.3439 10.735 42.4054 11.6204 42.4823 11.9333C42.6058 12.2626 43.156 12.476 43.1392 12.8078C43.1292 13.0033 43.1193 13.1987 43.1381 13.3935C43.2988 13.0948 43.3882 12.7628 43.3991 12.4237C43.4101 12.0847 43.3424 11.7476 43.2014 11.4391C42.8439 10.5505 42.4206 9.68974 41.935 8.8641C41.8889 8.79028 41.8093 8.44594 41.9584 8.55198Z" fill="#0D3B29"/>
|
|
40
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.30851 39.1813C8.21142 38.8605 8.19031 38.8647 7.97925 39.1053C8.09631 40.1688 8.56681 43.2884 8.84038 44.3228C9.48002 46.5789 14.7125 52.5345 17.9988 52.7852C18.0558 52.7985 18.1134 52.8095 18.1716 52.8181C20.7191 53.407 23.3025 53.5463 25.9049 53.4513C25.9243 53.4506 25.9446 53.451 25.9653 53.4514C26.0728 53.4533 26.1909 53.4554 26.2511 53.312C25.9831 53.2191 25.7029 53.1657 25.4195 53.1537C24.678 53.0774 23.9341 53.0651 23.1902 53.0528C22.742 53.0454 22.2938 53.038 21.8462 53.0166C21.6143 53.0056 21.3817 52.9997 21.149 52.9938C20.3526 52.9735 19.5548 52.9533 18.7773 52.7295C18.7695 52.7295 18.7616 52.7294 18.7538 52.7293C18.7616 52.7273 18.7694 52.7253 18.7772 52.7232C19.4189 52.4932 19.6025 52.0204 19.3134 51.3091C18.9601 50.4852 17.8358 49.8008 16.7693 49.1517C15.629 48.4576 14.5548 47.8038 14.5598 47.0627C15.0659 46.7012 12.6516 46.6259 11.924 46.6867C12.6042 46.2197 13.4101 45.9701 14.2352 45.9712C14.2982 45.9712 14.3626 45.9745 14.4273 45.9777H14.4273C17.5375 46.1356 14.8773 45.1364 12.8063 44.9601C12.7519 44.9504 12.6969 44.9427 12.6416 44.937C12.1578 44.8486 11.705 44.6371 11.3267 44.3228C10.6995 43.762 10.1608 43.1095 9.72897 42.3873C9.11971 41.3841 8.64229 40.3065 8.30851 39.1813Z" fill="#D80000"/>
|
|
41
|
+
<path d="M56.9543 48.7382C56.9838 48.8691 57.2624 48.8395 57.1653 49.0569C55.5716 48.4366 53.9258 47.9592 52.2476 47.6301C53.8628 47.7637 55.4491 48.1371 56.9543 48.7382Z" fill="#00683E"/>
|
|
42
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.71823 43.4707C3.28876 42.8304 2.8591 42.1899 2.47887 41.5158C1.3178 39.5123 0.842752 37.1845 1.12595 34.8863C1.1634 34.4136 1.30885 33.9558 1.55109 33.5481C1.79333 33.1405 2.1259 32.7939 2.52319 32.535C3.0614 32.324 3.59961 32.4379 4.12938 32.5582C6.9845 33.2086 8.5918 34.845 10.9784 37.2317C11.0903 37.3731 12.5086 38.7741 12.2216 38.829L10.7608 37.5876C10.7513 37.5857 10.7416 37.5837 10.7315 37.5815C10.4677 37.3504 10.2009 37.1245 9.93467 36.8991C8.57904 35.7514 7.18697 34.1572 5.25857 34.4895C1.25741 35.6985 4.11748 42.3105 5.47597 44.401C5.73133 44.7957 6.0543 45.1525 6.17459 45.6231C6.05782 46.2926 3.93217 43.7897 3.71823 43.4707Z" fill="#FF2A10"/>
|
|
43
|
+
<path d="M12.2213 38.8183C12.4999 38.451 11.9955 38.3455 11.9744 38.0817C12.5231 38.432 13.3927 39.367 13.5827 39.8715C12.9748 39.6372 12.6287 39.1897 12.2213 38.8183Z" fill="#082015"/>
|
|
44
|
+
<path d="M52.1083 45.0256H50.9348C50.9273 44.9951 50.9273 44.9632 50.9348 44.9327C51.3316 44.958 51.7305 44.8546 52.1083 45.0256Z" fill="#0D3B29"/>
|
|
45
|
+
<path d="M54.5251 5.49978C54.7362 5.27605 54.5568 4.98901 54.6433 4.74207C54.7208 4.87366 54.759 5.02466 54.7534 5.17726C54.7478 5.32985 54.6986 5.47765 54.6117 5.6032C54.6041 5.6044 54.5964 5.60389 54.5891 5.6017C54.5818 5.59951 54.5751 5.59567 54.5695 5.59052C54.5522 5.56156 54.5374 5.53121 54.5251 5.49978Z" fill="#082015"/>
|
|
46
|
+
<path d="M52.4039 7.64622C52.2931 7.27439 52.2931 6.8783 52.4039 6.50647C52.4061 6.88638 52.4039 7.2663 52.4039 7.64622Z" fill="#082015"/>
|
|
47
|
+
<path d="M0.80943 35.34C0.864307 35.8559 0.874901 36.3756 0.841092 36.8934L0.796767 37.191C0.777771 36.5726 0.613141 35.9521 0.80943 35.34Z" fill="#082015"/>
|
|
48
|
+
<path d="M1.78233 40.6102L1.99339 41.0324C1.70846 40.9944 1.58393 40.8804 1.78233 40.6102Z" fill="#082015"/>
|
|
49
|
+
<path d="M46.2954 9.7021C44.9551 9.10268 43.5959 8.54125 42.2852 7.88274C41.7681 7.62313 41.3122 7.29175 40.698 7.37618C41.4473 7.17989 42.1965 7.32341 42.9374 7.39939C45.7344 7.67351 48.4599 8.44546 50.9852 9.67886C51.0464 9.70841 51.1013 9.75274 51.1604 9.78862C51.6965 10.3416 52.3402 10.7659 52.9312 11.2534C53.5332 11.7879 54.074 12.3874 54.5437 13.0411C54.6821 13.2013 54.7844 13.3894 54.8438 13.5926C54.9032 13.7958 54.9182 14.0093 54.8878 14.2188C54.8034 14.6958 55.0355 14.9217 55.4239 15.1053C55.6539 15.2151 55.9874 15.2404 56.0022 15.6098C54.8646 15.8926 53.729 16.1818 52.5893 16.454C50.9177 16.8508 49.2418 17.2328 47.566 17.6233C44.7856 18.234 41.9932 18.7835 39.1889 19.2717C37.8338 19.506 36.4936 19.8395 35.147 20.116C33.3888 20.4853 31.6201 20.8019 29.8704 21.2409C29.6488 21.2979 29.4377 21.3823 29.2224 21.452C28.8932 21.5238 28.5597 21.6905 28.2452 21.4161C28.1946 21.2684 28.1165 21.1185 28.26 20.9792C30.7126 19.9239 33.3065 19.4068 35.9005 18.8686C39.8664 18.0581 43.7901 17.0534 47.7032 16.0192C49.1737 15.608 50.6227 15.1233 52.0448 14.5671C52.7138 14.3159 52.8004 13.9086 52.3381 13.3556C51.2195 12.0153 49.761 11.15 48.195 10.4493C47.5765 10.1854 46.9307 9.95538 46.2954 9.7021Z" fill="#00683E"/>
|
|
50
|
+
<path d="M56.0024 15.6013C55.7048 15.3143 55.2848 15.2552 54.9471 15.0314C54.736 14.89 54.6094 14.7866 54.6875 14.4911C54.8331 13.9529 54.6685 13.4886 54.3413 13.0137C53.5309 11.8613 52.4101 11.0529 51.3527 10.1706C51.2218 10.0609 51.0192 10.006 51.1585 9.77173C53.4802 10.827 55.4621 12.3045 56.9332 14.4151C56.981 14.4883 57.024 14.5644 57.062 14.6431C57.4039 15.2763 57.3828 15.3332 56.6715 15.4873C56.4585 15.5702 56.2309 15.609 56.0024 15.6013Z" fill="#1C895D"/>
|
|
51
|
+
<path d="M14.0243 36.5599C14.0243 36.7204 14.0095 36.8934 13.8428 36.9673C13.676 37.0412 13.5114 36.9293 13.3848 36.8005C12.8043 36.2117 12.1929 35.6132 11.9333 34.8449C11.3208 33.0657 11.6319 31.1927 12.4899 29.1305C12.3303 31.9728 14.1211 33.9313 14.0243 36.5599Z" fill="#FF2A10"/>
|
|
52
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.4139 7.47332C27.7305 7.89545 27.1654 10.3095 27.2019 11.2728C27.2161 11.6472 27.2303 12.0215 27.2155 12.3931C27.2045 12.6728 27.2363 12.9518 27.2682 13.2318C27.2976 13.4907 27.3272 13.7504 27.3231 14.012C27.3231 14.0272 27.3232 14.0424 27.3233 14.0576C27.3242 14.2717 27.325 14.4796 27.1437 14.6452C26.4543 14.9899 26.0063 13.6424 25.6708 12.6333C25.5321 12.2161 25.4126 11.8568 25.3032 11.6987C24.8364 12.396 24.9312 13.5132 24.9975 14.2956C25.0212 14.5744 25.0412 14.8106 25.031 14.9702C24.9316 15.4443 24.6262 15.7885 24.3233 16.1299C24.2917 16.1654 24.2602 16.201 24.2289 16.2366C24.1619 16.314 24.0946 16.3914 24.0272 16.4688C23.1769 17.4463 22.3199 18.4313 21.8545 19.679C21.4963 20.5944 21.2614 21.5533 21.1558 22.5305C21.1426 22.7591 21.0934 22.9842 21.0102 23.1975C20.9807 23.2454 20.9585 23.3006 20.9362 23.3558C20.8692 23.5218 20.802 23.6882 20.5374 23.6597C20.2293 23.626 19.7818 23.2566 19.7333 22.9189C19.6752 22.6128 19.6752 22.2984 19.7333 21.9923C19.783 21.761 19.8095 21.5196 19.8362 21.2757C19.8617 21.0434 19.8875 20.8088 19.9338 20.5782C20.2931 18.9334 20.8605 17.3411 21.6223 15.8398C22.6636 13.6936 23.8807 11.6371 25.261 9.69152C25.6662 9.1112 27.6593 6.99215 27.4139 7.47332Z" fill="#FF2A10"/>
|
|
53
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M48.4618 6.8749C48.8598 6.74429 49.101 6.19172 49.3387 5.88048C49.5422 5.61408 49.7458 5.3475 49.9283 5.06468L50.3145 4.41304C50.3008 4.27861 50.4471 3.96197 50.3145 3.88524C49.9957 3.70065 46.9137 6.1616 46.4373 6.42814L46.0933 6.57174C46.7644 6.66469 47.7951 7.09367 48.4618 6.8749Z" fill="#FF2A10"/>
|
|
54
|
+
<path d="M38.4927 32.3831C38.9267 32.6891 39.2402 33.137 39.3791 33.6495C39.5902 34.3502 39.4319 34.614 38.7333 34.7892C38.5222 34.842 38.2647 34.7892 38.1508 35.0573C36.2346 34.0833 34.5964 32.6397 33.3892 30.8613C33.157 30.5321 32.967 30.1754 32.7138 29.8588C32.1502 29.1327 32.108 28.3623 32.4246 27.5371C32.6647 26.8927 33.0225 26.2987 33.4799 25.7852C34.6867 24.4101 36.186 23.3225 37.8679 22.6024C38.6784 22.3913 38.7966 22.48 38.9233 23.3137C39.0457 24.082 38.976 24.8566 38.9887 25.6354C38.9878 26.0215 39.0639 26.4039 39.2124 26.7603C39.835 28.2526 39.4952 29.5696 38.4294 30.7305C38.1929 31.0137 37.93 31.2738 37.6442 31.5072C37.3952 31.6929 37.4859 31.8111 37.7265 31.9018C38.0199 31.9863 38.347 32.0644 38.4927 32.3831Z" fill="#00683E"/>
|
|
55
|
+
<path d="M38.4926 32.383L37.0151 31.7794C37.4373 31.3573 37.8594 31.0069 38.2562 30.6354C39.2756 29.6666 39.6619 27.9845 39.0329 26.7561C38.8933 26.4739 38.821 26.1633 38.8218 25.8485C38.7986 24.9388 38.8978 24.0249 38.729 23.1173C38.6361 22.6129 38.5432 22.5158 38.0578 22.6657C37.9501 22.6994 37.8974 22.7058 37.8784 22.5855C38.8303 22.0726 39.8687 21.8003 40.8966 21.509C41.7811 21.2823 42.6325 20.9418 43.4294 20.4959C44.7654 19.7065 46.2851 19.4406 47.7878 19.1747C47.3657 19.905 47.2538 20.7239 47.1673 21.5407C46.9984 23.1384 46.1014 24.2845 44.892 25.2322C43.9148 25.9984 42.7814 26.469 41.6142 26.8701C41.1943 27.0053 40.8149 27.2433 40.5104 27.5626C40.2059 27.8818 39.9861 28.2721 39.8708 28.6979C39.5099 29.8904 39.1595 31.085 38.5348 32.1741C38.5073 32.2403 38.4929 32.3113 38.4926 32.383Z" fill="#1C895D"/>
|
|
56
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.8843 19.5038C19.8923 21.9329 18.2129 23.2937 17.0679 25.1034C17.0672 25.1046 17.0687 25.1039 17.07 25.1034C16.2098 27.1162 15.4802 29.3022 14.9789 31.4344C14.9188 31.69 14.8515 31.9764 14.6006 31.9798C14.3397 31.9834 14.2191 31.6825 14.1133 31.4184C14.0932 31.3685 14.0737 31.3199 14.0539 31.2749C13.8959 30.8836 13.7131 29.3178 13.6951 28.8961C13.3658 24.1753 16.1857 21.5037 19.7949 18.8053C19.8499 18.8972 20.1289 18.5526 20.1326 18.6596C20.1363 18.7667 19.9329 19.4083 19.8843 19.5038Z" fill="#FF2A10"/>
|
|
57
|
+
<path d="M58.6345 48.7383C57.8557 47.8941 57.0452 47.0688 55.9329 46.6573C55.5051 46.5019 55.0541 46.4206 54.599 46.4166C54.5045 46.4096 54.4098 46.4251 54.3225 46.4618C54.2351 46.4985 54.1578 46.5553 54.0967 46.6277C53.1256 46.459 52.1677 46.2213 51.2304 45.9164C50.688 45.7222 50.555 45.3508 50.8484 45.049C50.9835 45.3191 51.2557 45.2917 51.4816 45.3318C52.6678 45.5428 53.875 45.6568 55.038 45.9987C56.2581 46.3419 57.3559 47.0239 58.204 47.9658C58.4356 48.1632 58.5885 48.4375 58.6345 48.7383Z" fill="#0D3B29"/>
|
|
58
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M49.3288 41.294C49.2092 41.1087 49.3348 40.9253 49.4459 40.7629C50.7042 38.9245 53.5502 34.077 55.3702 31.0264C55.6051 31.5255 55.6962 32.401 55.7435 32.9521C55.8891 33.5072 55.8031 34.0665 55.6626 34.6013C55.0294 36.9462 53.991 39.059 52.1463 40.7074C51.8408 41.0409 49.6732 41.8272 49.3288 41.294Z" fill="#00683E"/>
|
|
59
|
+
<path d="M24.9847 46.5327C26.289 47.0372 27.6673 47.2862 28.9949 47.6767C31.0295 48.274 33.0705 48.846 34.9616 49.8295C35.1051 49.9034 35.3057 49.9203 35.3626 50.1377C35.1886 50.1651 35.0106 50.1275 34.8624 50.0322C33.0283 49.2723 31.1076 48.7995 29.1996 48.2909C27.6609 47.8814 26.1434 47.3939 24.6385 46.8768C24.5076 46.8324 24.267 46.8451 24.3177 46.6192C24.3557 46.4567 24.5646 46.5538 24.6892 46.5053C24.7089 46.4848 24.7331 46.4689 24.7598 46.459C24.7865 46.4491 24.8151 46.4453 24.8435 46.448C24.8719 46.4506 24.8993 46.4596 24.9237 46.4742C24.9482 46.4889 24.969 46.5089 24.9847 46.5327Z" fill="#082015"/>
|
|
60
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M53.3579 3.30285C52.4968 2.70343 51.6398 3.02425 50.308 4.43627C48.2102 5.72795 46.4552 6.46015 45.7153 6.69254C46.0135 6.76816 46.3092 6.84047 46.6026 6.91224C47.1855 7.0548 47.7597 7.19524 48.3283 7.35528C51.902 8.32443 55.0921 10.3674 57.4673 13.2081C58.0731 13.9257 58.607 14.7151 58.5353 15.7155C58.5137 16.0129 58.4332 16.3068 58.3432 16.6355C58.2926 16.82 58.2391 17.0156 58.1913 17.2288C57.0642 16.2769 55.9582 16.4774 54.8438 16.7349C53.617 17.0186 52.3905 17.3044 51.164 17.5902C48.0099 18.3252 44.8548 19.0605 41.6924 19.7595C39.9219 20.1505 38.1328 20.4858 36.3446 20.8209L36.3433 20.8211L36.3423 20.8213C35.5735 20.9654 34.804 21.1096 34.0371 21.258C33.401 21.389 34.1802 21.1298 34.1469 20.952C33.1619 21.1208 32.1727 21.2883 31.1793 21.4543C30.8034 21.5164 30.4282 21.5746 30.0525 21.6328C29.7511 21.6795 29.4493 21.7263 29.1468 21.7751C28.9567 21.8092 28.7628 21.817 28.5706 21.7984C28.2891 21.7574 28.2175 21.4525 28.5389 21.3783C28.9143 21.2904 29.2895 21.2007 29.6648 21.111C30.8111 20.8372 31.9583 20.5631 33.1127 20.3357C35.1642 19.931 37.2181 19.5369 39.2719 19.1427C42.3272 18.5565 45.3828 17.9701 48.4296 17.3491C50.272 16.9736 52.1003 16.5338 53.9276 16.0943C54.8321 15.8767 55.7364 15.6592 56.642 15.4496C56.7598 15.4211 56.8754 15.3838 57.0114 15.34C57.1069 15.3092 57.213 15.275 57.3364 15.2385C57.2856 15.146 57.2374 15.0559 57.1904 14.9681C57.0422 14.6911 56.9063 14.4372 56.7412 14.2064C55.23 12.0958 53.1257 10.7428 50.842 9.63476C48.0017 8.25863 44.9091 7.48062 41.7557 7.34894C41.5576 7.33957 41.3561 7.34209 41.1082 7.34518C40.9652 7.34697 40.8067 7.34894 40.6244 7.34894L42.9596 11.9332L42.4822 10.9786C40.4276 8.49453 39.7195 8.33118 38.4573 7.35332C37.9869 6.98893 37.518 6.62564 37.1482 6.18388C35.58 4.2843 34.3558 3.86217 31.8948 4.56923C29.3515 5.29951 27.6145 7.04712 26.6562 9.53345L26.4452 10.0632L26.2763 10.0062L27.0129 7.86394C23.6924 11.5232 21.2676 15.904 19.9296 20.6607L19.7481 20.6037C19.798 20.1357 19.8463 19.6676 19.8995 19.1527L19.8996 19.1516L19.9 19.1469L19.9296 18.8604C17.2365 20.475 15.3327 22.6088 14.1655 25.4856C12.9983 28.3624 12.745 31.2055 13.6231 34.1751C12.7788 32.6977 12.4939 31.0894 12.5487 29.3924C11.7699 30.5744 11.6538 33.2211 12.2385 36.9147C11.9259 36.5495 11.767 36.2196 11.6052 35.7589C11.4017 35.1799 11.1975 34.5986 11.1578 34.0063C10.8817 30.2751 11.827 26.5554 13.851 23.4088C14.8704 21.8026 16.3015 20.5489 17.8443 19.4661C18.8851 18.7246 19.7115 17.7212 20.2399 16.5577C21.7954 13.3917 23.5958 10.3756 26.0146 7.77952C27.3155 6.40919 28.8356 5.26505 30.5124 4.39405C31.4892 3.84253 32.5806 3.525 33.7009 3.4664C34.8212 3.40781 35.9397 3.60975 36.9688 4.05635C37.7869 4.37569 38.5763 4.76404 39.3285 5.2172C41.3695 6.49625 43.4843 6.56379 45.6287 5.62666C46.6418 5.18345 47.6119 4.63478 48.5794 4.08754C48.805 3.95992 49.0311 3.83209 49.2569 3.70598C50.2004 3.18043 51.1417 2.68655 52.2688 2.72665C53.8708 2.78153 54.8121 3.74609 54.7193 5.25941C54.6959 5.34986 54.6648 5.43813 54.6264 5.52324C54.5858 5.399 54.5494 5.2923 54.5167 5.19615C54.466 5.04753 54.4237 4.92353 54.3879 4.7993C54.276 4.39828 54.0565 3.99936 53.6386 4.04369C53.3748 4.07112 53.0434 4.40461 52.9231 4.67688C52.5267 5.58329 52.362 6.5741 52.444 7.56001C52.4526 7.67742 52.4641 7.79385 52.4772 7.92645C52.4834 7.98932 52.49 8.05581 52.4968 8.12777C51.5132 6.79385 51.9142 4.58612 53.3579 3.30285ZM57.6889 17.6236C57.1296 19.8841 56.279 21.9841 54.9303 23.8732C53.5888 25.7866 51.9885 27.5049 50.175 28.9788L51.8446 28.7318C51.8591 28.8976 51.8591 29.0642 51.8446 29.23C51.0889 32.875 49.4764 36.0494 46.6756 38.559C46.4081 38.7879 46.1261 38.9994 45.8313 39.1922C45.0061 39.7599 44.6557 39.7114 43.8832 39.036C43.1388 38.348 42.3544 37.7045 41.5341 37.109C40.3627 36.3048 39.1385 35.5724 37.9059 34.8675C35.6264 33.5652 33.9421 31.7015 32.6124 29.4748C32.4339 29.1888 32.3352 28.8602 32.3266 28.5232C32.3181 28.1861 32.4 27.853 32.5639 27.5583C32.9539 26.7556 33.4509 26.0093 34.0413 25.3401C35.9177 23.3539 38.3111 22.2585 40.9136 21.5304C41.4473 21.381 41.9583 21.1539 42.4701 20.9264C42.855 20.7554 43.2404 20.5841 43.6363 20.4455C44.8194 20.0081 46.024 19.6312 47.2455 19.3163C49.1093 18.8757 50.9824 18.4626 52.8561 18.0495C53.6746 17.869 54.4942 17.6882 55.3123 17.5054C55.5543 17.4643 55.7918 17.3999 56.0215 17.3133C56.6505 17.022 57.2056 17.0959 57.6889 17.6236ZM36.0169 15.7492C37.1123 15.5402 38.1402 15.1582 38.9718 14.3604C38.7672 14.4427 38.5622 14.5251 38.3407 14.6074C36.8844 15.135 35.4006 15.2806 33.9084 14.7509C32.5512 14.2718 31.6247 13.3663 31.3756 11.9078C31.2144 10.928 31.3965 9.9226 31.891 9.06153C32.3856 8.20047 33.1623 7.53658 34.0899 7.18213C34.4825 7.03819 34.904 6.97438 35.325 6.91066C35.5152 6.88188 35.7052 6.85311 35.8924 6.81699C35.2318 6.70799 34.5631 6.65504 33.8936 6.65869C32.5301 6.70513 30.4385 7.67813 29.8053 9.736C29.2143 11.663 29.7525 13.5119 31.325 14.7424C32.7222 15.8357 34.3284 16.0763 36.0169 15.7492ZM53.8475 28.0481C56.4626 30.1038 58.6028 33.6898 55.802 37.8773C54.8543 39.2978 52.7036 41.018 51.1291 41.5245L51.8002 40.9504C54.0196 39.1423 55.4381 36.5334 55.7492 33.6877C55.8505 32.8435 55.5382 31.9169 55.2469 31.0874C55.0103 30.4129 54.6847 29.7691 54.3591 29.1253C54.2171 28.8445 54.0751 28.5636 53.9404 28.2803C53.9242 28.2465 53.9106 28.211 53.8902 28.1577C53.8787 28.1278 53.865 28.0921 53.8475 28.0481ZM28.9041 45.6127C29.9193 45.7161 30.2316 45.8406 30.7466 46.4232C30.4771 46.3903 30.2222 46.3569 29.9769 46.3248C29.5133 46.2641 29.0835 46.2078 28.6529 46.1678C28.284 46.1347 27.9152 46.0923 27.5463 46.0499C26.0534 45.8783 24.5596 45.7066 23.0618 46.1551C23.4874 46.2608 23.9186 46.3418 24.3535 46.3978C24.7124 46.4463 25.0718 46.4928 25.4311 46.5393L25.4322 46.5395C27.5115 46.8082 29.5922 47.0772 31.593 47.7465C32.6651 48.0817 33.7043 48.514 34.6977 49.0382C34.8647 49.1304 35.0374 49.2178 35.2112 49.3056C36.0083 49.7087 36.8263 50.1223 37.1989 51.0581C37.2529 51.063 37.3073 51.063 37.3614 51.0581C37.3209 50.6684 37.2503 50.2824 37.1503 49.9036C36.7767 48.7913 35.9219 48.099 34.894 47.6769C34.1588 47.3769 33.3944 47.1558 32.6297 46.9347C32.2067 46.8123 31.1686 46.7084 30.8902 46.3197C30.3815 45.6127 30.0164 45.5008 28.9041 45.6127ZM43.7165 43.3269C45.493 43.687 49.8196 45.0704 49.3666 47.6061C49.3499 47.6996 49.3326 47.796 49.3244 47.8922L44.1006 45.2117H45.8235C44.662 44.6257 43.0037 44.03 41.7135 43.863C40.8472 43.7705 39.9676 43.7924 39.0882 43.8143H39.0872C38.7031 43.8239 37.6144 43.9142 37.2316 43.9142C39.0983 43.2724 41.7805 42.9355 43.7165 43.3269ZM28.655 9.07132C26.842 12.5053 29.1721 16.8321 33.0704 17.1741C34.4239 17.3053 35.7893 17.1151 37.0553 16.619C38.1485 16.2235 39.0582 15.4401 39.6113 14.4176C38.5518 15.4349 37.2389 15.9161 35.8586 16.2897C32.9881 17.0643 30.4511 15.627 29.4887 13.4762C29.4528 13.396 29.4275 13.2863 29.3642 13.2483C28.1089 12.5101 28.655 10.319 28.655 9.07132ZM53.1109 45.8448C52.8244 45.8138 52.5347 45.8529 52.2667 45.9588C51.8889 46.0854 51.1164 45.8764 50.8927 45.5366C50.6816 45.2285 50.7977 44.9921 51.2071 44.9963C53.7194 44.9927 60.069 45.5902 59.1642 49.1247C57.2794 46.3009 55.5414 46.3322 53.1109 45.8448ZM43.7013 41.607C43.8622 41.65 44.0232 41.6931 44.1851 41.7334L44.2378 41.6195C44.103 41.5421 43.9618 41.4764 43.8157 41.4232C43.3964 41.2978 42.9789 41.1628 42.5615 41.0277C41.5731 40.708 40.5847 40.3883 39.5712 40.1969C36.1548 39.5491 35.3223 39.6183 31.981 38.6636C31.8737 38.6517 29.2119 37.819 29.1046 37.8309C29.172 37.8781 29.2329 37.9213 29.2892 37.9612C29.4617 38.0837 29.5903 38.175 29.7272 38.253C32.8335 40.0251 36.4629 40.3865 39.9355 40.9206C40.8281 41.0578 41.7205 41.1951 42.6105 41.3493C42.9786 41.4136 43.3397 41.5102 43.7013 41.607ZM27.5463 51.5014C25.5675 49.6282 25.4245 49.4355 23.0558 48.12L23.0546 48.1193C22.2802 47.6892 23.1339 47.9176 23.5715 48.0741C25.8175 48.8775 28.053 49.9078 29.8539 51.5014C30.6981 52.2422 31.3524 53.097 31.2827 54.3043C31.0918 56.0297 28.1131 52.038 27.5463 51.5014ZM1.12174 34.5297C0.311259 38.6201 2.11163 41.822 4.6845 44.7304C4.91237 44.5827 4.47548 44.1784 4.34802 43.9916C4.04595 43.5488 3.74388 43.106 3.46244 42.6557C2.41979 41.0305 1.54176 39.323 1.38557 37.3622L1.37622 37.2471C1.2348 35.5108 1.09072 33.7417 2.74271 32.4676C1.88122 32.785 1.296 33.6431 1.12174 34.5297ZM56.8552 40.6105C57.1169 41.2901 56.8869 41.8051 56.5302 42.2399C56.2408 42.5934 55.8923 42.8941 55.5002 43.1285C54.2 43.8946 52.8112 44.4181 51.2789 44.4941C50.8939 44.5338 50.5063 44.5409 50.1202 44.5152C52.9835 43.4369 55.8474 43.4369 56.8552 40.6105ZM32.5009 9.3122C32.3422 9.58221 32.2631 9.89158 32.2726 10.2046C32.3255 10.5473 32.4074 10.8848 32.5175 11.2135C32.7454 11.7581 33.1781 11.8425 33.6002 11.4478C33.8207 11.257 33.9805 11.0059 34.06 10.7253C34.1395 10.4448 34.1353 10.1472 34.0477 9.86904C34.0099 9.72997 33.9621 9.5925 33.9142 9.45489C33.8524 9.27715 33.7905 9.09916 33.7501 8.91715C33.6614 8.53301 33.4398 8.52879 33.1697 8.67864C32.8915 8.82256 32.6597 9.0422 32.5009 9.3122ZM37.0967 42.3187L37.0977 42.3187C38.3933 42.3089 39.6889 42.299 40.9832 42.3286C41.5511 42.3417 42.1159 42.4422 42.6812 42.5427C42.9352 42.5879 43.1897 42.6332 43.4442 42.6705C43.5735 42.2951 42.5748 42.0259 42.3024 42.0078C41.1359 41.9291 39.9647 41.9123 38.7956 41.8955C38.6151 41.8929 38.4346 41.8903 38.2542 41.8875C35.5037 41.8539 32.7933 41.0502 30.0717 41.0502C30.1624 41.8551 36.3962 42.3241 37.0967 42.3187ZM36.5298 8.21215C36.4545 8.21546 36.3807 8.23417 36.313 8.26712C36.2453 8.30008 36.185 8.34657 36.1359 8.40374C36.0869 8.46091 36.0501 8.52754 36.0278 8.5995C36.0055 8.67146 35.9982 8.74723 36.0064 8.82212C36.0064 9.44687 36.7915 10.1624 37.4036 10.0315C38.6196 9.76859 37.3867 8.09019 36.5298 8.21215ZM55.4136 10.3862C56.2684 8.90666 55.3334 6.31902 53.7589 5.6605C55.1307 6.88458 55.1623 8.69367 55.4136 10.3862ZM53.8117 6.67354C53.7364 6.66179 53.6593 6.66811 53.587 6.69195C53.5146 6.7158 53.4489 6.7565 53.3953 6.8107C53.3417 6.8649 53.3017 6.93106 53.2787 7.00372C53.2557 7.07638 53.2503 7.15347 53.2629 7.22864C53.2903 7.61489 53.5457 7.87239 53.9235 7.81118C54.6412 7.69038 54.5098 6.78095 53.8117 6.67354Z" fill="white"/>
|
|
61
|
+
<path d="M47.3594 6.84012C47.5051 6.84344 48.2569 6.83011 48.3834 6.75757C48.5099 6.68504 48.6141 6.57931 48.6849 6.45183C49.0437 5.95583 49.5326 5.07514 50.1194 4.77332C50.1194 4.77332 49.8193 6.34485 49.8921 6.98371C49.9175 7.2982 49.7929 7.34252 49.5333 7.27287C49.0057 7.13356 47.8701 6.97732 47.3594 6.84012Z" fill="#D80000"/>
|
|
62
|
+
<path d="M41.0129 36.7224L38.1509 35.0466C38.1108 34.6878 38.4105 34.6878 38.6258 34.6245C39.2589 34.4134 39.3771 34.1707 39.1513 33.5312C38.9972 33.0879 38.6215 32.7988 38.4062 32.3999C38.3826 32.3062 38.3788 32.2086 38.3952 32.1133C38.4116 32.0181 38.4477 31.9273 38.5012 31.8469C38.9695 30.9026 39.3387 29.9123 39.603 28.892C39.7296 28.3587 39.9945 27.8683 40.3709 27.47C40.7474 27.0716 41.2221 26.7795 41.7474 26.623C42.6852 26.3234 43.5777 25.8974 44.4004 25.3567C45.994 24.2802 46.9585 22.8387 47.0725 20.8758C47.1084 20.2426 47.2139 19.6094 47.7669 19.1873L48.4275 18.9024C50.6733 18.438 52.9211 17.9779 55.1647 17.5072C55.5076 17.4345 55.8453 17.3394 56.1757 17.2223C56.3725 17.1504 56.5841 17.1289 56.7914 17.1599C56.9986 17.1909 57.1947 17.2733 57.3619 17.3996C57.6932 17.6106 57.7059 17.7837 57.4822 18.0518C57.155 17.8407 56.9714 17.9462 56.849 18.2987C56.7667 18.5309 56.7202 18.8095 56.4269 18.9045C55.2132 19.5081 53.9848 20.1012 53.0688 21.1312C51.2579 23.1658 49.0417 24.6602 46.7137 26.0173C44.9218 27.0726 43.1594 28.1533 41.7516 29.7109C40.6604 30.9203 39.9491 32.2986 39.9681 33.9744C39.985 35.0044 40.4346 35.8887 41.0129 36.7224Z" fill="#ACDECA"/>
|
|
63
|
+
<path d="M38.4927 32.3831C38.9267 32.6891 39.2402 33.137 39.3792 33.6495C39.5902 34.3502 39.4319 34.614 38.7333 34.7892C38.5222 34.842 38.2647 34.7892 38.1508 35.0573C36.2346 34.0833 34.5964 32.6397 33.3892 30.8613C33.157 30.5321 32.967 30.1754 32.7138 29.8588C32.1502 29.1327 32.108 28.3623 32.4246 27.5371C32.6647 26.8927 33.0225 26.2987 33.4799 25.7852C34.6867 24.4101 36.186 23.3225 37.8679 22.6024C38.6784 22.3913 38.7966 22.48 38.9233 23.3137C39.0457 24.082 38.976 24.8566 38.9887 25.6354C38.9878 26.0215 39.0639 26.4039 39.2124 26.7603C39.835 28.2526 39.4952 29.5696 38.4294 30.7305C38.1929 31.0137 37.93 31.2738 37.6442 31.5072C37.3952 31.6929 37.4859 31.8111 37.7265 31.9018C38.0199 31.9863 38.347 32.0644 38.4927 32.3831Z" fill="#00683E"/>
|
|
64
|
+
<path d="M38.4926 32.3829L37.0151 31.7793C37.4373 31.3571 37.8594 31.0068 38.2562 30.6353C39.2756 29.6665 39.6619 27.9843 39.0329 26.7559C38.8933 26.4738 38.821 26.1632 38.8218 25.8484C38.7986 24.9387 38.8978 24.0248 38.729 23.1172C38.6361 22.6128 38.5432 22.5157 38.0578 22.6655C37.9501 22.6993 37.8974 22.7056 37.8784 22.5853C38.8303 22.0724 39.8687 21.8002 40.8966 21.5089C41.7811 21.2822 42.6325 20.9416 43.4294 20.4958C44.7654 19.7064 46.2851 19.4405 47.7878 19.1746C47.3657 19.9048 47.2538 20.7238 47.1673 21.5406C46.9984 23.1383 46.1014 24.2844 44.892 25.2321C43.9148 25.9982 42.7814 26.4689 41.6142 26.8699C41.1943 27.0052 40.8149 27.2432 40.5104 27.5624C40.2059 27.8817 39.9861 28.2719 39.8708 28.6977C39.5099 29.8903 39.1595 31.0849 38.5348 32.174C38.5073 32.2402 38.4929 32.3112 38.4926 32.3829Z" fill="#1C895D"/>
|
|
65
|
+
<path d="M29.9706 11.447C29.9533 10.989 30.1783 9.37065 30.9155 9.48029C30.181 11.2743 30.8501 12.7771 31.9244 14.2693C30.8686 13.7169 30.0166 12.6626 29.9706 11.447Z" fill="#FF2A10"/>
|
|
66
|
+
<path d="M41.3441 12.0954C40.8244 10.7691 38.6636 8.11458 38.1863 7.63725C36.277 5.72791 35.4937 4.64029 35.7997 4.77326C36.4751 5.40645 40.9283 9.00969 41.5447 9.70198C42.2363 10.6319 42.9596 11.4558 42.9596 11.9331C43.1314 13.0436 41.5964 12.7393 41.3441 12.0954Z" fill="#00683E"/>
|
|
67
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M41.1366 19.8339C41.0977 20.4044 41.1228 20.9884 41.1435 21.4683C41.1545 21.7241 41.1643 21.9503 41.1623 22.1291C41.1361 24.5769 45.2724 26.6058 50.4011 26.6608C55.5297 26.7158 59.7086 24.7761 59.7349 22.3283C59.7361 22.2094 59.7412 22.062 59.7469 21.8937C59.787 20.7193 59.8618 18.5275 58.9381 17.8869C57.8467 17.13 55.9144 17.3392 53.8293 17.565C52.7271 17.6843 51.5822 17.8083 50.4961 17.7966C50.3791 17.7954 50.2608 17.7925 50.1414 17.7882C49.5172 17.9203 48.9235 18.0426 48.3401 18.1628C46.4195 18.5584 44.6112 18.9309 42.2002 19.5527C41.8662 19.6388 41.5074 19.7339 41.1366 19.8339Z" fill="#C88C00"/>
|
|
68
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.4301 23.9167C55.5588 23.9717 59.7377 22.032 59.7639 19.5842C59.7734 18.6993 59.2389 17.8692 58.3103 17.1673L58.3068 17.183C58.3068 17.183 56.9613 16.3953 56.2607 16.3899C55.993 16.3879 55.2101 16.5903 54.3253 16.8191C53.8149 16.9511 53.2706 17.0919 52.7718 17.2072C51.0774 17.5989 49.6814 17.8865 48.34 18.1628C46.4195 18.5584 44.6111 18.9309 42.2001 19.5527C41.8939 19.6317 41.5667 19.7182 41.2287 19.8091C41.6514 22.0629 45.6008 23.8649 50.4301 23.9167Z" fill="#FFCA06"/>
|
|
69
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M43.2004 19.3003C42.9932 19.3514 42.7819 19.4043 42.5657 19.4592C42.6492 21.5437 46.203 23.2554 50.5936 23.3025C55.0509 23.3503 58.6828 21.6645 58.7056 19.5371C58.7187 18.3129 57.5337 17.2092 55.6758 16.4836C55.3619 16.553 54.9633 16.6544 54.5314 16.7659C55.1084 16.9319 55.6329 17.1313 56.0921 17.3565C57.4896 18.042 58.0797 18.8512 58.0724 19.5303C58.0652 20.2094 57.4579 21.0058 56.046 21.6611C54.6811 22.2947 52.7561 22.6924 50.6004 22.6693C48.4448 22.6462 46.5288 22.2073 45.1778 21.5446C43.7803 20.8591 43.1902 20.0499 43.1975 19.3708C43.1977 19.3474 43.1987 19.3239 43.2004 19.3003Z" fill="#C88C00"/>
|
|
70
|
+
<path d="M242.079 44.3005V12.088H250.357V44.3005H242.079ZM232.744 17.4039V10.5012H259.667V17.4039H232.744Z" fill="white"/>
|
|
71
|
+
<path d="M205.665 44.3005V10.5012H213.758V44.3005H205.665ZM208.071 44.3005V37.3979H229.335V44.3005H208.071ZM210.399 30.4687V23.8305H228.7V30.4687H210.399ZM208.045 17.3246V10.5012H229.097V17.3246H208.045Z" fill="white"/>
|
|
72
|
+
<path d="M179.278 44.3005V37.7681H188.191C189.778 37.7681 190.906 37.4684 191.576 36.8689C192.264 36.2695 192.608 35.3703 192.608 34.1713V33.7217C192.608 32.5228 192.264 31.6236 191.576 31.0241C190.906 30.407 189.751 30.0985 188.112 30.0985H179.146V24.0686H187.9C189.434 24.0686 190.518 23.7688 191.153 23.1694C191.788 22.5699 192.105 21.6971 192.105 20.5511V20.2866C192.105 19.1582 191.788 18.3119 191.153 17.7477C190.518 17.1659 189.434 16.875 187.9 16.875H179.12V10.5012H188.773C192.863 10.5012 195.799 11.1888 197.58 12.5641C199.36 13.9217 200.251 15.9317 200.251 18.594V18.9907C200.251 21.0007 199.722 22.5611 198.664 23.6718C197.624 24.7826 195.984 25.4085 193.745 25.5496V25.8405C196.231 26.1755 198.047 27.013 199.193 28.353C200.339 29.693 200.912 31.5707 200.912 33.9862V34.7003C200.912 37.8739 199.978 40.2718 198.109 41.8939C196.257 43.4983 193.286 44.3005 189.196 44.3005H179.278ZM173.381 44.3005V10.5012H181.315V44.3005H173.381Z" fill="white"/>
|
|
73
|
+
<path d="M167.222 44.3005H158.917V10.5012H167.222V44.3005Z" fill="#00683E"/>
|
|
74
|
+
<path d="M132.531 44.3005V37.7681H141.444C143.031 37.7681 144.159 37.4684 144.829 36.8689C145.517 36.2695 145.861 35.3703 145.861 34.1713V33.7217C145.861 32.5228 145.517 31.6236 144.829 31.0241C144.159 30.407 143.004 30.0985 141.365 30.0985H132.399V24.0686H141.153C142.687 24.0686 143.771 23.7688 144.406 23.1694C145.041 22.5699 145.358 21.6971 145.358 20.5511V20.2866C145.358 19.1582 145.041 18.3119 144.406 17.7477C143.771 17.1659 142.687 16.875 141.153 16.875H132.373V10.5012H142.026C146.116 10.5012 149.052 11.1888 150.833 12.5641C152.613 13.9217 153.504 15.9317 153.504 18.594V18.9907C153.504 21.0007 152.975 22.5611 151.917 23.6718C150.877 24.7826 149.237 25.4085 146.998 25.5496V25.8405C149.484 26.1755 151.3 27.013 152.446 28.353C153.592 29.693 154.165 31.5707 154.165 33.9862V34.7003C154.165 37.8739 153.23 40.2718 151.362 41.8939C149.51 43.4983 146.539 44.3005 142.449 44.3005H132.531ZM126.634 44.3005V10.5012H134.568V44.3005H126.634Z" fill="#00683E"/>
|
|
75
|
+
<path d="M91.2183 44.3005L100.898 10.5012H113.328L122.955 44.3005H114.597L107.43 15.9493H106.822L99.5755 44.3005H91.2183ZM99.4433 36.34V29.9133H114.677V36.34H99.4433Z" fill="#00683E"/>
|
|
76
|
+
<path d="M77.4943 44.8295C76.4012 44.8295 75.308 44.7413 74.2149 44.565C73.1217 44.3887 72.1344 44.133 71.2528 43.798L70.6445 36.816C71.4556 37.0981 72.2666 37.3185 73.0777 37.4772C73.8887 37.6359 74.7174 37.7152 75.5637 37.7152C77.5031 37.7152 78.8078 37.3009 79.4778 36.4722C80.1478 35.6259 80.4828 34.33 80.4828 32.5845V10.5012H88.7872V33.087C88.7872 36.9483 87.9233 39.8751 86.1954 41.8674C84.4675 43.8421 81.5672 44.8295 77.4943 44.8295Z" fill="#00683E"/>
|
|
77
|
+
</g>
|
|
78
|
+
<defs>
|
|
79
|
+
<clipPath id="clip0_2043_4969">
|
|
80
|
+
<rect width="259.667" height="57.2794" fill="white"/>
|
|
81
|
+
</clipPath>
|
|
82
|
+
</defs>
|
|
83
|
+
</svg>
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
<svg width="81" height="22" viewBox="0 0 81 22" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 2H2.0127L8.79785 8.37207L15.7676 2H17.71V6.32334L6.07403 12.9218L4.86035 11.5889V16.0361H0V2ZM9.17578 15.5752V12.9957L18.049 7.96387H18.0879V22H12.2959V14.4414L9.17578 15.5752Z" fill="#302F2F"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 0H2.0127L8.79785 6.37207L15.7676 0H17.71V4.32334L6.07403 10.9218L4.86035 9.58887V14.0361H0V0ZM9.17578 13.5752V10.9957L18.049 5.96387H18.0879V20H12.2959V12.4414L9.17578 13.5752Z" fill="white"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 0H2.0127L8.79785 6.37207L15.7676 0H17.71V4.32334L6.07403 10.9218L4.86035 9.58887V14.0361H0V0ZM9.17578 13.5752V10.9957L18.049 5.96387H18.0879V20H12.2959V12.4414L9.17578 13.5752Z" fill="url(#paint0_linear_446_2282)"/>
|
|
5
|
+
<path d="M74.4451 15.285C73.1151 15.285 72.0447 14.9557 71.2341 14.297C70.4234 13.6257 70.0181 12.7137 70.0181 11.561C70.0181 11.2823 70.0624 10.9087 70.1511 10.44C70.4551 8.94532 71.1644 7.76732 72.2791 6.90599C73.4064 6.03199 74.8187 5.59499 76.5161 5.59499C77.8587 5.59499 78.9291 5.93699 79.7271 6.62099C80.5377 7.29232 80.9431 8.21065 80.9431 9.37599C80.9431 9.70532 80.9051 10.06 80.8291 10.44C80.4997 11.96 79.7777 13.1507 78.6631 14.012C77.5484 14.8607 76.1424 15.285 74.4451 15.285ZM74.8441 13.404C75.7181 13.404 76.4717 13.1317 77.1051 12.587C77.7511 12.0297 78.1691 11.314 78.3591 10.44C78.4351 10.098 78.4731 9.77499 78.4731 9.47099C78.4731 8.14099 77.6877 7.47599 76.1171 7.47599C75.2304 7.47599 74.4704 7.74199 73.8371 8.27399C73.2164 8.79332 72.8111 9.51532 72.6211 10.44C72.5451 10.782 72.5071 11.0923 72.5071 11.371C72.5071 12.017 72.6971 12.5173 73.0771 12.872C73.4571 13.2267 74.0461 13.404 74.8441 13.404Z" fill="white"/>
|
|
6
|
+
<path d="M74.4451 15.285C73.1151 15.285 72.0447 14.9557 71.2341 14.297C70.4234 13.6257 70.0181 12.7137 70.0181 11.561C70.0181 11.2823 70.0624 10.9087 70.1511 10.44C70.4551 8.94532 71.1644 7.76732 72.2791 6.90599C73.4064 6.03199 74.8187 5.59499 76.5161 5.59499C77.8587 5.59499 78.9291 5.93699 79.7271 6.62099C80.5377 7.29232 80.9431 8.21065 80.9431 9.37599C80.9431 9.70532 80.9051 10.06 80.8291 10.44C80.4997 11.96 79.7777 13.1507 78.6631 14.012C77.5484 14.8607 76.1424 15.285 74.4451 15.285ZM74.8441 13.404C75.7181 13.404 76.4717 13.1317 77.1051 12.587C77.7511 12.0297 78.1691 11.314 78.3591 10.44C78.4351 10.098 78.4731 9.77499 78.4731 9.47099C78.4731 8.14099 77.6877 7.47599 76.1171 7.47599C75.2304 7.47599 74.4704 7.74199 73.8371 8.27399C73.2164 8.79332 72.8111 9.51532 72.6211 10.44C72.5451 10.782 72.5071 11.0923 72.5071 11.371C72.5071 12.017 72.6971 12.5173 73.0771 12.872C73.4571 13.2267 74.0461 13.404 74.8441 13.404Z" fill="url(#paint1_linear_446_2282)"/>
|
|
7
|
+
<path d="M60.1817 5.87999H62.4997L62.2337 7.11499C62.7657 6.63365 63.361 6.25999 64.0197 5.99399C64.691 5.72799 65.3434 5.59499 65.9767 5.59499C66.952 5.59499 67.693 5.85465 68.1997 6.37399C68.7064 6.88065 68.9597 7.53932 68.9597 8.34999C68.9597 8.60332 68.928 8.90099 68.8647 9.24299L67.6487 15H65.2547L66.4137 9.47099C66.477 9.15432 66.5087 8.90099 66.5087 8.71099C66.5087 8.29299 66.3884 7.98265 66.1477 7.77999C65.907 7.57732 65.5207 7.47599 64.9887 7.47599C64.444 7.47599 63.8994 7.60899 63.3547 7.87499C62.8227 8.12832 62.335 8.51465 61.8917 9.03399L60.6377 15H58.2437L60.1817 5.87999Z" fill="white"/>
|
|
8
|
+
<path d="M60.1817 5.87999H62.4997L62.2337 7.11499C62.7657 6.63365 63.361 6.25999 64.0197 5.99399C64.691 5.72799 65.3434 5.59499 65.9767 5.59499C66.952 5.59499 67.693 5.85465 68.1997 6.37399C68.7064 6.88065 68.9597 7.53932 68.9597 8.34999C68.9597 8.60332 68.928 8.90099 68.8647 9.24299L67.6487 15H65.2547L66.4137 9.47099C66.477 9.15432 66.5087 8.90099 66.5087 8.71099C66.5087 8.29299 66.3884 7.98265 66.1477 7.77999C65.907 7.57732 65.5207 7.47599 64.9887 7.47599C64.444 7.47599 63.8994 7.60899 63.3547 7.87499C62.8227 8.12832 62.335 8.51465 61.8917 9.03399L60.6377 15H58.2437L60.1817 5.87999Z" fill="url(#paint2_linear_446_2282)"/>
|
|
9
|
+
<path d="M56.8625 4.28398C56.5332 4.28398 56.2672 4.18898 56.0645 3.99898C55.8618 3.79631 55.7605 3.54298 55.7605 3.23898C55.7605 2.79565 55.9315 2.41565 56.2735 2.09898C56.6155 1.76965 57.0018 1.60498 57.4325 1.60498C57.7618 1.60498 58.0278 1.70631 58.2305 1.90898C58.4458 2.09898 58.5535 2.34598 58.5535 2.64998C58.5535 3.09331 58.3825 3.47965 58.0405 3.80898C57.6985 4.12565 57.3058 4.28398 56.8625 4.28398ZM55.3235 5.87998H57.7555L55.8175 15H53.3855L55.3235 5.87998Z" fill="white"/>
|
|
10
|
+
<path d="M56.8625 4.28398C56.5332 4.28398 56.2672 4.18898 56.0645 3.99898C55.8618 3.79631 55.7605 3.54298 55.7605 3.23898C55.7605 2.79565 55.9315 2.41565 56.2735 2.09898C56.6155 1.76965 57.0018 1.60498 57.4325 1.60498C57.7618 1.60498 58.0278 1.70631 58.2305 1.90898C58.4458 2.09898 58.5535 2.34598 58.5535 2.64998C58.5535 3.09331 58.3825 3.47965 58.0405 3.80898C57.6985 4.12565 57.3058 4.28398 56.8625 4.28398ZM55.3235 5.87998H57.7555L55.8175 15H53.3855L55.3235 5.87998Z" fill="url(#paint3_linear_446_2282)"/>
|
|
11
|
+
<path d="M47.248 15.285C46.5894 15.285 45.9054 15.209 45.196 15.057C44.4867 14.905 43.9484 14.696 43.581 14.43L44.018 12.397C44.4487 12.701 44.9807 12.948 45.614 13.138C46.26 13.3153 46.887 13.404 47.495 13.404C48.103 13.404 48.559 13.3533 48.863 13.252C49.167 13.138 49.3507 12.9353 49.414 12.644C49.4267 12.5933 49.433 12.53 49.433 12.454C49.433 12.188 49.281 11.979 48.977 11.827C48.6857 11.675 48.1284 11.4787 47.305 11.238C46.431 10.9847 45.785 10.6807 45.367 10.326C44.949 9.95865 44.74 9.48999 44.74 8.91999C44.74 8.74265 44.759 8.55265 44.797 8.34999C44.987 7.43799 45.4937 6.75399 46.317 6.29799C47.1404 5.82932 48.1664 5.59499 49.395 5.59499C50.003 5.59499 50.6047 5.65832 51.2 5.78499C51.808 5.91165 52.2767 6.07632 52.606 6.27899L52.188 8.23599C51.846 8.02065 51.4154 7.84332 50.896 7.70399C50.3767 7.55199 49.8447 7.47599 49.3 7.47599C48.6794 7.47599 48.198 7.53932 47.856 7.66599C47.514 7.77999 47.305 8.00799 47.229 8.34999C47.2164 8.38799 47.21 8.44499 47.21 8.52099C47.21 8.69832 47.286 8.85032 47.438 8.97699C47.6027 9.09099 47.8624 9.20499 48.217 9.31899C48.5717 9.43299 48.9644 9.54699 49.395 9.66099C50.307 9.91432 50.953 10.231 51.333 10.611C51.713 10.9783 51.903 11.4343 51.903 11.979C51.903 12.169 51.884 12.378 51.846 12.606C51.6814 13.4673 51.2444 14.1323 50.535 14.601C49.8257 15.057 48.73 15.285 47.248 15.285Z" fill="white"/>
|
|
12
|
+
<path d="M47.248 15.285C46.5894 15.285 45.9054 15.209 45.196 15.057C44.4867 14.905 43.9484 14.696 43.581 14.43L44.018 12.397C44.4487 12.701 44.9807 12.948 45.614 13.138C46.26 13.3153 46.887 13.404 47.495 13.404C48.103 13.404 48.559 13.3533 48.863 13.252C49.167 13.138 49.3507 12.9353 49.414 12.644C49.4267 12.5933 49.433 12.53 49.433 12.454C49.433 12.188 49.281 11.979 48.977 11.827C48.6857 11.675 48.1284 11.4787 47.305 11.238C46.431 10.9847 45.785 10.6807 45.367 10.326C44.949 9.95865 44.74 9.48999 44.74 8.91999C44.74 8.74265 44.759 8.55265 44.797 8.34999C44.987 7.43799 45.4937 6.75399 46.317 6.29799C47.1404 5.82932 48.1664 5.59499 49.395 5.59499C50.003 5.59499 50.6047 5.65832 51.2 5.78499C51.808 5.91165 52.2767 6.07632 52.606 6.27899L52.188 8.23599C51.846 8.02065 51.4154 7.84332 50.896 7.70399C50.3767 7.55199 49.8447 7.47599 49.3 7.47599C48.6794 7.47599 48.198 7.53932 47.856 7.66599C47.514 7.77999 47.305 8.00799 47.229 8.34999C47.2164 8.38799 47.21 8.44499 47.21 8.52099C47.21 8.69832 47.286 8.85032 47.438 8.97699C47.6027 9.09099 47.8624 9.20499 48.217 9.31899C48.5717 9.43299 48.9644 9.54699 49.395 9.66099C50.307 9.91432 50.953 10.231 51.333 10.611C51.713 10.9783 51.903 11.4343 51.903 11.979C51.903 12.169 51.884 12.378 51.846 12.606C51.6814 13.4673 51.2444 14.1323 50.535 14.601C49.8257 15.057 48.73 15.285 47.248 15.285Z" fill="url(#paint4_linear_446_2282)"/>
|
|
13
|
+
<path d="M35.8574 15.285C35.0974 15.285 34.4197 15.1393 33.8244 14.848C33.2417 14.544 32.7794 14.1133 32.4374 13.556C32.1081 12.9987 31.9434 12.3463 31.9434 11.599C31.9434 11.2063 31.9877 10.8263 32.0764 10.459C32.2791 9.50899 32.6591 8.66665 33.2164 7.93199C33.7737 7.18465 34.4577 6.60832 35.2684 6.20299C36.0791 5.79765 36.9657 5.59499 37.9284 5.59499C39.4104 5.59499 40.5061 5.98765 41.2154 6.77299L41.4054 5.87999H43.7994L41.8614 15H39.5434L39.7524 13.936C39.2584 14.4047 38.6947 14.7467 38.0614 14.962C37.4281 15.1773 36.6934 15.285 35.8574 15.285ZM36.8454 13.404C37.5294 13.404 38.1754 13.2203 38.7834 12.853C39.3914 12.4857 39.8727 11.9917 40.2274 11.371L40.6264 9.52799C40.5631 8.89465 40.3161 8.39432 39.8854 8.02699C39.4547 7.65965 38.8657 7.47599 38.1184 7.47599C37.2191 7.47599 36.4337 7.75465 35.7624 8.31199C35.1037 8.85665 34.6857 9.57232 34.5084 10.459C34.4451 10.8137 34.4134 11.105 34.4134 11.333C34.4134 12.7137 35.2241 13.404 36.8454 13.404Z" fill="white"/>
|
|
14
|
+
<path d="M35.8574 15.285C35.0974 15.285 34.4197 15.1393 33.8244 14.848C33.2417 14.544 32.7794 14.1133 32.4374 13.556C32.1081 12.9987 31.9434 12.3463 31.9434 11.599C31.9434 11.2063 31.9877 10.8263 32.0764 10.459C32.2791 9.50899 32.6591 8.66665 33.2164 7.93199C33.7737 7.18465 34.4577 6.60832 35.2684 6.20299C36.0791 5.79765 36.9657 5.59499 37.9284 5.59499C39.4104 5.59499 40.5061 5.98765 41.2154 6.77299L41.4054 5.87999H43.7994L41.8614 15H39.5434L39.7524 13.936C39.2584 14.4047 38.6947 14.7467 38.0614 14.962C37.4281 15.1773 36.6934 15.285 35.8574 15.285ZM36.8454 13.404C37.5294 13.404 38.1754 13.2203 38.7834 12.853C39.3914 12.4857 39.8727 11.9917 40.2274 11.371L40.6264 9.52799C40.5631 8.89465 40.3161 8.39432 39.8854 8.02699C39.4547 7.65965 38.8657 7.47599 38.1184 7.47599C37.2191 7.47599 36.4337 7.75465 35.7624 8.31199C35.1037 8.85665 34.6857 9.57232 34.5084 10.459C34.4451 10.8137 34.4134 11.105 34.4134 11.333C34.4134 12.7137 35.2241 13.404 36.8454 13.404Z" fill="url(#paint5_linear_446_2282)"/>
|
|
15
|
+
<path d="M26.073 15.285C25.2117 15.285 24.4453 15.133 23.774 14.829C23.1153 14.525 22.596 14.0943 22.216 13.537C21.836 12.967 21.646 12.2957 21.646 11.523C21.646 11.1937 21.684 10.839 21.76 10.459C22.0893 8.91365 22.8177 7.71665 23.945 6.86799C25.0723 6.01932 26.4847 5.59499 28.182 5.59499C29.6007 5.59499 30.671 5.87365 31.393 6.43099L30.994 8.34999C30.6393 8.05865 30.2087 7.84332 29.702 7.70399C29.1953 7.55199 28.638 7.47599 28.03 7.47599C27.0547 7.47599 26.225 7.72299 25.541 8.21699C24.857 8.69832 24.4073 9.44565 24.192 10.459C24.1287 10.725 24.097 11.0227 24.097 11.352C24.097 12.0613 24.3187 12.5807 24.762 12.91C25.2053 13.2393 25.8577 13.404 26.719 13.404C27.9983 13.404 29.17 13.1 30.234 12.492L29.816 14.392C28.8027 14.9873 27.555 15.285 26.073 15.285Z" fill="white"/>
|
|
16
|
+
<path d="M26.073 15.285C25.2117 15.285 24.4453 15.133 23.774 14.829C23.1153 14.525 22.596 14.0943 22.216 13.537C21.836 12.967 21.646 12.2957 21.646 11.523C21.646 11.1937 21.684 10.839 21.76 10.459C22.0893 8.91365 22.8177 7.71665 23.945 6.86799C25.0723 6.01932 26.4847 5.59499 28.182 5.59499C29.6007 5.59499 30.671 5.87365 31.393 6.43099L30.994 8.34999C30.6393 8.05865 30.2087 7.84332 29.702 7.70399C29.1953 7.55199 28.638 7.47599 28.03 7.47599C27.0547 7.47599 26.225 7.72299 25.541 8.21699C24.857 8.69832 24.4073 9.44565 24.192 10.459C24.1287 10.725 24.097 11.0227 24.097 11.352C24.097 12.0613 24.3187 12.5807 24.762 12.91C25.2053 13.2393 25.8577 13.404 26.719 13.404C27.9983 13.404 29.17 13.1 30.234 12.492L29.816 14.392C28.8027 14.9873 27.555 15.285 26.073 15.285Z" fill="url(#paint6_linear_446_2282)"/>
|
|
17
|
+
<defs>
|
|
18
|
+
<linearGradient id="paint0_linear_446_2282" x1="0.500012" y1="1.49999" x2="16" y2="15" gradientUnits="userSpaceOnUse">
|
|
19
|
+
<stop stop-color="#FFDE6A"/>
|
|
20
|
+
<stop offset="1" stop-color="#E0A825"/>
|
|
21
|
+
</linearGradient>
|
|
22
|
+
<linearGradient id="paint1_linear_446_2282" x1="-235.254" y1="-11.6939" x2="-227.162" y2="51.3323" gradientUnits="userSpaceOnUse">
|
|
23
|
+
<stop stop-color="#FFDE6A"/>
|
|
24
|
+
<stop offset="1" stop-color="#E0A825"/>
|
|
25
|
+
</linearGradient>
|
|
26
|
+
<linearGradient id="paint2_linear_446_2282" x1="-175.111" y1="-12.0969" x2="-166.688" y2="52.8168" gradientUnits="userSpaceOnUse">
|
|
27
|
+
<stop stop-color="#FFDE6A"/>
|
|
28
|
+
<stop offset="1" stop-color="#E0A825"/>
|
|
29
|
+
</linearGradient>
|
|
30
|
+
<linearGradient id="paint3_linear_446_2282" x1="-330.594" y1="-3.94055" x2="-328.562" y2="42.3153" gradientUnits="userSpaceOnUse">
|
|
31
|
+
<stop stop-color="#FFDE6A"/>
|
|
32
|
+
<stop offset="1" stop-color="#E0A825"/>
|
|
33
|
+
</linearGradient>
|
|
34
|
+
<linearGradient id="paint4_linear_446_2282" x1="-115.64" y1="-11.6938" x2="-108.92" y2="51.6587" gradientUnits="userSpaceOnUse">
|
|
35
|
+
<stop stop-color="#FFDE6A"/>
|
|
36
|
+
<stop offset="1" stop-color="#E0A825"/>
|
|
37
|
+
</linearGradient>
|
|
38
|
+
<linearGradient id="paint5_linear_446_2282" x1="-24.6531" y1="-11.6939" x2="-15.8959" y2="51.1512" gradientUnits="userSpaceOnUse">
|
|
39
|
+
<stop stop-color="#FFDE6A"/>
|
|
40
|
+
<stop offset="1" stop-color="#E0A825"/>
|
|
41
|
+
</linearGradient>
|
|
42
|
+
<linearGradient id="paint6_linear_446_2282" x1="22.6861" y1="-3.82475" x2="40.6985" y2="32.663" gradientUnits="userSpaceOnUse">
|
|
43
|
+
<stop stop-color="#FFDE6A"/>
|
|
44
|
+
<stop offset="1" stop-color="#E0A825"/>
|
|
45
|
+
</linearGradient>
|
|
46
|
+
</defs>
|
|
47
|
+
</svg>
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
width="176px"
|
|
3
|
+
height="90px"
|
|
4
|
+
viewBox="0 0 176 90"
|
|
5
|
+
fill="none"
|
|
6
|
+
>
|
|
7
|
+
<path
|
|
8
|
+
d="M5 67.6077V21H30.2891V31.2154H16.0234V57.3923H30.2891V67.6077H5Z"
|
|
9
|
+
fill="white"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
d="M40.6641 67.6077V21H52.3359V57.3923H65.9531V67.6077H40.6641Z"
|
|
13
|
+
fill="white"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M126.258 67.6077V21H137.281L159.977 49.7308V21H171V67.6077H159.977L137.281 38.8769V67.6077H126.258Z"
|
|
17
|
+
fill="white"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
d="M71.7891 51.0077L87.5201 69.5231L102.784 54.6469L100.126 51.4929L87.598 63.33L75.8094 49.6797L71.7761 50.9949L71.7891 51.0077Z"
|
|
21
|
+
fill="rgb(var(--primary))"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="M89.4784 67.0075L112.174 62.0658L106.247 41.6223L102.162 42.4906L106.545 58.8608L89.1413 63.0618L89.4784 67.0203V67.0075Z"
|
|
25
|
+
fill="rgb(var(--primary))"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M110.734 59.5503L117.18 37.268L96.4816 32.1731L95.6256 36.2465L111.811 40.1411L107.077 57.9669L110.721 59.5503H110.734Z"
|
|
29
|
+
fill="rgb(var(--primary))"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
d="M114.482 37.1786L97.8692 21L83.6555 36.1315L86.768 39.0812L97.947 26.81L111.305 39.5665L114.482 37.1786Z"
|
|
33
|
+
fill="rgb(var(--primary))"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
d="M97.8692 23.7071L76.2374 26.7462L80.8542 47.8154L84.7449 47.1769L81.0488 30.0917L95.5478 28.0869L97.8563 23.7071H97.8692Z"
|
|
37
|
+
fill="rgb(var(--primary))"
|
|
38
|
+
/>
|
|
39
|
+
<path
|
|
40
|
+
d="M77.3656 29.2489L69.1953 51.4674L89.66 57.7626L90.7623 54.0851L74.5514 49.1306L80.1669 33.118L77.3656 29.2617V29.2489Z"
|
|
41
|
+
fill="rgb(var(--primary))"
|
|
42
|
+
/>
|
|
43
|
+
<path
|
|
44
|
+
d="M25.4258 49.7308C28.4698 49.7308 30.9375 47.3011 30.9375 44.3039C30.9375 41.3067 28.4698 38.877 25.4258 38.877C22.3817 38.877 19.9141 41.3067 19.9141 44.3039C19.9141 47.3011 22.3817 49.7308 25.4258 49.7308Z"
|
|
45
|
+
fill="rgb(var(--primary))"
|
|
46
|
+
/>
|
|
47
|
+
|
|
48
|
+
</svg>
|