@redneckz/wildless-cms-uni-blocks 0.5.6 → 0.5.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +77 -106
- package/bundle/bundle.umd.min.js +1 -1
- package/cosmos-static/icons/AirPlaneIcon.svg +1 -1
- package/cosmos-static/icons/CarIcon.svg +1 -1
- package/cosmos-static/icons/CinemaIcon.svg +1 -1
- package/cosmos-static/icons/DocsIcon.svg +1 -1
- package/cosmos-static/icons/PackA4Icon.svg +1 -1
- package/cosmos-static/icons/PowerIcon.svg +1 -1
- package/cosmos-static/icons/PumpkinIcon.svg +1 -1
- package/cosmos-static/icons/SoundIcon.svg +1 -1
- package/cosmos-static/icons/WateringCanIcon.svg +1 -1
- package/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +1 -1
- package/dist/components/Calculator/CalculatorContent.d.ts +1 -1
- package/dist/components/ComparisonTable/ComparisonTableContent.d.ts +1 -1
- package/dist/components/ComparisonTable/TableColumn.d.ts +1 -1
- package/dist/components/Footer/FooterContent.d.ts +1 -1
- package/dist/components/Header/HeaderContent.d.ts +1 -1
- package/dist/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +1 -1
- package/dist/components/ProductTile/ProductTileContent.d.ts +1 -1
- package/dist/components/SafeDepositRental/SafeDepositRental.js +1 -6
- package/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
- package/dist/components/SafeDepositRental/YandexMap.js +13 -6
- package/dist/components/SafeDepositRental/YandexMap.js.map +1 -1
- package/dist/components/SafeDepositRental/renderClusterer.d.ts +2 -1
- package/dist/components/SafeDepositRental/renderClusterer.js +16 -18
- package/dist/components/SafeDepositRental/renderClusterer.js.map +1 -1
- package/dist/components/SafeDepositRental/useYandexMaps.d.ts +2 -0
- package/dist/components/SafeDepositRental/useYandexMaps.js +12 -0
- package/dist/components/SafeDepositRental/useYandexMaps.js.map +1 -0
- package/dist/components/TariffsTable/TariffsTableContent.d.ts +1 -1
- package/dist/hooks/useExternalNS.d.ts +2 -0
- package/dist/hooks/useExternalNS.js +39 -0
- package/dist/hooks/useExternalNS.js.map +1 -0
- package/dist/icons/IconName.d.ts +4 -4
- package/dist/icons/IconName.js +3 -3
- package/dist/icons/IconName.js.map +1 -1
- package/dist/ui-kit/BenefitItem/BenefitItemProps.d.ts +1 -1
- package/dist/ui-kit/Select/Select.js +1 -1
- package/dist/ui-kit/Select/Select.js.map +1 -1
- package/dist/ui-kit/SelectCustom/SelectCustom.js +3 -3
- package/dist/ui-kit/SelectCustom/SelectCustom.js.map +1 -1
- package/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +1 -1
- package/lib/components/Calculator/CalculatorContent.d.ts +1 -1
- package/lib/components/ComparisonTable/ComparisonTableContent.d.ts +1 -1
- package/lib/components/ComparisonTable/TableColumn.d.ts +1 -1
- package/lib/components/ContentPage/computeAPIFallback.js +1 -1
- package/lib/components/Footer/FooterContent.d.ts +1 -1
- package/lib/components/Header/HeaderContent.d.ts +1 -1
- package/lib/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +1 -1
- package/lib/components/ProductTile/ProductTileContent.d.ts +1 -1
- package/lib/components/SafeDepositRental/SafeDepositRental.js +1 -6
- package/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
- package/lib/components/SafeDepositRental/YandexMap.js +13 -6
- package/lib/components/SafeDepositRental/YandexMap.js.map +1 -1
- package/lib/components/SafeDepositRental/renderClusterer.d.ts +2 -1
- package/lib/components/SafeDepositRental/renderClusterer.js +16 -18
- package/lib/components/SafeDepositRental/renderClusterer.js.map +1 -1
- package/lib/components/SafeDepositRental/useYandexMaps.d.ts +2 -0
- package/lib/components/SafeDepositRental/useYandexMaps.js +9 -0
- package/lib/components/SafeDepositRental/useYandexMaps.js.map +1 -0
- package/lib/components/TariffsTable/TariffsTableContent.d.ts +1 -1
- package/lib/hooks/useExternalNS.d.ts +2 -0
- package/lib/hooks/useExternalNS.js +35 -0
- package/lib/hooks/useExternalNS.js.map +1 -0
- package/lib/icons/IconName.d.ts +4 -4
- package/lib/icons/IconName.js +3 -3
- package/lib/icons/IconName.js.map +1 -1
- package/lib/ui-kit/BenefitItem/BenefitItemProps.d.ts +1 -1
- package/lib/ui-kit/Select/Select.js +1 -1
- package/lib/ui-kit/Select/Select.js.map +1 -1
- package/lib/ui-kit/SelectCustom/SelectCustom.js +3 -3
- package/lib/ui-kit/SelectCustom/SelectCustom.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +6 -6
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +1 -1
- package/mobile/dist/components/Calculator/CalculatorContent.d.ts +1 -1
- package/mobile/dist/components/ComparisonTable/ComparisonTableContent.d.ts +1 -1
- package/mobile/dist/components/ComparisonTable/TableColumn.d.ts +1 -1
- package/mobile/dist/components/Footer/FooterContent.d.ts +1 -1
- package/mobile/dist/components/Header/HeaderContent.d.ts +1 -1
- package/mobile/dist/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +1 -1
- package/mobile/dist/components/ProductTile/ProductTileContent.d.ts +1 -1
- package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js +1 -6
- package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
- package/mobile/dist/components/SafeDepositRental/YandexMap.js +13 -6
- package/mobile/dist/components/SafeDepositRental/YandexMap.js.map +1 -1
- package/mobile/dist/components/SafeDepositRental/renderClusterer.d.ts +2 -1
- package/mobile/dist/components/SafeDepositRental/renderClusterer.js +16 -18
- package/mobile/dist/components/SafeDepositRental/renderClusterer.js.map +1 -1
- package/mobile/dist/components/SafeDepositRental/useYandexMaps.d.ts +2 -0
- package/mobile/dist/components/SafeDepositRental/useYandexMaps.js +12 -0
- package/mobile/dist/components/SafeDepositRental/useYandexMaps.js.map +1 -0
- package/mobile/dist/components/TariffsTable/TariffsTableContent.d.ts +1 -1
- package/mobile/dist/hooks/useExternalNS.d.ts +2 -0
- package/mobile/dist/hooks/useExternalNS.js +39 -0
- package/mobile/dist/hooks/useExternalNS.js.map +1 -0
- package/mobile/dist/icons/IconName.d.ts +4 -4
- package/mobile/dist/icons/IconName.js +3 -3
- package/mobile/dist/icons/IconName.js.map +1 -1
- package/mobile/dist/ui-kit/BenefitItem/BenefitItemProps.d.ts +1 -1
- package/mobile/dist/ui-kit/Select/Select.js +1 -1
- package/mobile/dist/ui-kit/Select/Select.js.map +1 -1
- package/mobile/dist/ui-kit/SelectCustom/SelectCustom.js +3 -3
- package/mobile/dist/ui-kit/SelectCustom/SelectCustom.js.map +1 -1
- package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +1 -1
- package/mobile/lib/components/Calculator/CalculatorContent.d.ts +1 -1
- package/mobile/lib/components/ComparisonTable/ComparisonTableContent.d.ts +1 -1
- package/mobile/lib/components/ComparisonTable/TableColumn.d.ts +1 -1
- package/mobile/lib/components/ContentPage/computeAPIFallback.js +1 -1
- package/mobile/lib/components/Footer/FooterContent.d.ts +1 -1
- package/mobile/lib/components/Header/HeaderContent.d.ts +1 -1
- package/mobile/lib/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +1 -1
- package/mobile/lib/components/ProductTile/ProductTileContent.d.ts +1 -1
- package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js +1 -6
- package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
- package/mobile/lib/components/SafeDepositRental/YandexMap.js +13 -6
- package/mobile/lib/components/SafeDepositRental/YandexMap.js.map +1 -1
- package/mobile/lib/components/SafeDepositRental/renderClusterer.d.ts +2 -1
- package/mobile/lib/components/SafeDepositRental/renderClusterer.js +16 -18
- package/mobile/lib/components/SafeDepositRental/renderClusterer.js.map +1 -1
- package/mobile/lib/components/SafeDepositRental/useYandexMaps.d.ts +2 -0
- package/mobile/lib/components/SafeDepositRental/useYandexMaps.js +9 -0
- package/mobile/lib/components/SafeDepositRental/useYandexMaps.js.map +1 -0
- package/mobile/lib/components/TariffsTable/TariffsTableContent.d.ts +1 -1
- package/mobile/lib/hooks/useExternalNS.d.ts +2 -0
- package/mobile/lib/hooks/useExternalNS.js +35 -0
- package/mobile/lib/hooks/useExternalNS.js.map +1 -0
- package/mobile/lib/icons/IconName.d.ts +4 -4
- package/mobile/lib/icons/IconName.js +3 -3
- package/mobile/lib/icons/IconName.js.map +1 -1
- package/mobile/lib/ui-kit/BenefitItem/BenefitItemProps.d.ts +1 -1
- package/mobile/lib/ui-kit/Select/Select.js +1 -1
- package/mobile/lib/ui-kit/Select/Select.js.map +1 -1
- package/mobile/lib/ui-kit/SelectCustom/SelectCustom.js +3 -3
- package/mobile/lib/ui-kit/SelectCustom/SelectCustom.js.map +1 -1
- package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +2 -2
- package/mobile/src/components/Calculator/CalculatorContent.ts +2 -2
- package/mobile/src/components/ComparisonTable/ComparisonTableContent.ts +1 -1
- package/mobile/src/components/ComparisonTable/TableColumn.tsx +2 -2
- package/mobile/src/components/Footer/FooterContent.ts +2 -2
- package/mobile/src/components/GracePeriod/GracePeriodContent.ts +1 -1
- package/mobile/src/components/Header/HeaderContent.ts +1 -1
- package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +1 -1
- package/mobile/src/components/OfficeServicesBlock/OfficeServicesBlockContent.ts +2 -2
- package/mobile/src/components/ProductTile/ProductTileContent.ts +1 -1
- package/mobile/src/components/SafeDepositRental/SafeDepositRental.tsx +1 -12
- package/mobile/src/components/SafeDepositRental/YandexMap.tsx +17 -10
- package/mobile/src/components/SafeDepositRental/renderClusterer.ts +29 -23
- package/mobile/src/components/SafeDepositRental/useYandexMaps.ts +13 -0
- package/mobile/src/components/StepsBlock/StepsBlockContent.ts +1 -1
- package/mobile/src/components/TariffsTable/TariffsTableContent.ts +1 -1
- package/mobile/src/components/__snapshots__/Blocks.spec.tsx.snap +2 -6
- package/mobile/src/hooks/useExternalNS.ts +44 -0
- package/mobile/src/icons/AirPlaneIcon.svg +1 -98
- package/mobile/src/icons/CarIcon.svg +1 -466
- package/mobile/src/icons/CinemaIcon.svg +1 -274
- package/mobile/src/icons/DocsIcon.svg +1 -238
- package/mobile/src/icons/IconName.ts +2 -2
- package/mobile/src/icons/PackA4Icon.svg +1 -1
- package/mobile/src/icons/PowerIcon.svg +1 -135
- package/mobile/src/icons/PumpkinIcon.svg +1 -236
- package/mobile/src/icons/SoundIcon.svg +1 -113
- package/mobile/src/icons/WateringCanIcon.svg +1 -497
- package/mobile/src/ui-kit/BenefitItem/BenefitItemProps.ts +2 -2
- package/mobile/src/ui-kit/Select/Select.tsx +1 -1
- package/mobile/src/ui-kit/SelectCustom/SelectCustom.tsx +9 -2
- package/package.json +4 -2
- package/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +2 -2
- package/src/components/Calculator/CalculatorContent.ts +2 -2
- package/src/components/ComparisonTable/ComparisonTableContent.ts +1 -1
- package/src/components/ComparisonTable/TableColumn.tsx +2 -2
- package/src/components/Footer/FooterContent.ts +2 -2
- package/src/components/GracePeriod/GracePeriodContent.ts +1 -1
- package/src/components/Header/HeaderContent.ts +1 -1
- package/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +1 -1
- package/src/components/OfficeServicesBlock/OfficeServicesBlockContent.ts +2 -2
- package/src/components/ProductTile/ProductTileContent.ts +1 -1
- package/src/components/SafeDepositRental/SafeDepositRental.tsx +1 -12
- package/src/components/SafeDepositRental/YandexMap.tsx +17 -10
- package/src/components/SafeDepositRental/renderClusterer.ts +29 -23
- package/src/components/SafeDepositRental/useYandexMaps.ts +13 -0
- package/src/components/StepsBlock/StepsBlockContent.ts +1 -1
- package/src/components/TariffsTable/TariffsTableContent.ts +1 -1
- package/src/components/__snapshots__/Blocks.spec.tsx.snap +2 -6
- package/src/hooks/useExternalNS.ts +44 -0
- package/src/icons/AirPlaneIcon.svg +1 -98
- package/src/icons/CarIcon.svg +1 -466
- package/src/icons/CinemaIcon.svg +1 -274
- package/src/icons/DocsIcon.svg +1 -238
- package/src/icons/IconName.ts +4 -4
- package/src/icons/PackA4Icon.svg +1 -1
- package/src/icons/PowerIcon.svg +1 -135
- package/src/icons/PumpkinIcon.svg +1 -236
- package/src/icons/SoundIcon.svg +1 -113
- package/src/icons/WateringCanIcon.svg +1 -497
- package/src/ui-kit/BenefitItem/BenefitItemProps.ts +2 -2
- package/src/ui-kit/Select/Select.tsx +1 -1
- package/src/ui-kit/SelectCustom/SelectCustom.tsx +9 -2
- package/tailwind.config.cjs +253 -0
- package/dist/hooks/useScript.d.ts +0 -6
- package/dist/hooks/useScript.js +0 -75
- package/dist/hooks/useScript.js.map +0 -1
- package/lib/hooks/useScript.d.ts +0 -6
- package/lib/hooks/useScript.js +0 -72
- package/lib/hooks/useScript.js.map +0 -1
- package/mobile/dist/hooks/useScript.d.ts +0 -6
- package/mobile/dist/hooks/useScript.js +0 -75
- package/mobile/dist/hooks/useScript.js.map +0 -1
- package/mobile/lib/hooks/useScript.d.ts +0 -6
- package/mobile/lib/hooks/useScript.js +0 -72
- package/mobile/lib/hooks/useScript.js.map +0 -1
- package/mobile/src/hooks/useScript.ts +0 -97
- package/src/hooks/useScript.ts +0 -97
package/src/icons/CinemaIcon.svg
CHANGED
|
@@ -1,274 +1 @@
|
|
|
1
|
-
<svg title="Кино" width="180" height="160" viewBox="0 0 180 160" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_10079_21660961)">
|
|
3
|
-
<rect width="180" height="160" fill="white"/>
|
|
4
|
-
<g filter="url(#filter0_f_10079_21660961)">
|
|
5
|
-
<path d="M99.1639 149.759C143.808 149.759 180 147.96 180 145.739C180 143.519 143.808 141.719 99.1639 141.719C54.5195 141.719 18.3281 143.519 18.3281 145.739C18.3281 147.96 54.5195 149.759 99.1639 149.759Z" fill="url(#paint0_radial_10079_21660961)"/>
|
|
6
|
-
</g>
|
|
7
|
-
<mask id="mask0_10079_21660961" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="49" y="64" width="107" height="10">
|
|
8
|
-
<path d="M153.263 73.6239H51.7107C50.2865 73.6239 49.1719 72.5093 49.1719 71.0851V67.3078C49.1719 65.8836 50.2865 64.769 51.7107 64.769H153.325C154.749 64.769 155.863 65.8836 155.863 67.3078V71.0851C155.863 72.4474 154.687 73.6239 153.263 73.6239Z" fill="#D3EEFF"/>
|
|
9
|
-
<path d="M153.263 73.6239H51.7107C50.2865 73.6239 49.1719 72.5093 49.1719 71.0851V67.3078C49.1719 65.8836 50.2865 64.769 51.7107 64.769H153.325C154.749 64.769 155.863 65.8836 155.863 67.3078V71.0851C155.863 72.4474 154.687 73.6239 153.263 73.6239Z" fill="url(#paint1_linear_10079_21660961)"/>
|
|
10
|
-
</mask>
|
|
11
|
-
<g mask="url(#mask0_10079_21660961)">
|
|
12
|
-
<path d="M153.263 73.6239H51.7107C50.2865 73.6239 49.1719 72.5093 49.1719 71.0851V67.3078C49.1719 65.8836 50.2865 64.769 51.7107 64.769H153.325C154.749 64.769 155.863 65.8836 155.863 67.3078V71.0851C155.863 72.4474 154.687 73.6239 153.263 73.6239Z" fill="#D3EEFF"/>
|
|
13
|
-
<path d="M153.263 73.6239H51.7107C50.2865 73.6239 49.1719 72.5093 49.1719 71.0851V67.3078C49.1719 65.8836 50.2865 64.769 51.7107 64.769H153.325C154.749 64.769 155.863 65.8836 155.863 67.3078V71.0851C155.863 72.4474 154.687 73.6239 153.263 73.6239Z" fill="url(#paint2_linear_10079_21660961)"/>
|
|
14
|
-
<path d="M153.263 73.6239H51.7107C50.2865 73.6239 49.1719 72.5093 49.1719 71.0851V67.3078C49.1719 65.8836 50.2865 64.769 51.7107 64.769H153.325C154.749 64.769 155.863 65.8836 155.863 67.3078V71.0851C155.863 72.4474 154.687 73.6239 153.263 73.6239Z" fill="#D3EEFF"/>
|
|
15
|
-
<path d="M153.263 73.6239H51.7107C50.2865 73.6239 49.1719 72.5093 49.1719 71.0851V67.3078C49.1719 65.8836 50.2865 64.769 51.7107 64.769H153.325C154.749 64.769 155.863 65.8836 155.863 67.3078V71.0851C155.863 72.4474 154.687 73.6239 153.263 73.6239Z" fill="url(#paint3_linear_10079_21660961)"/>
|
|
16
|
-
<g filter="url(#filter1_f_10079_21660961)">
|
|
17
|
-
<path d="M149.056 59.8699C145.13 57.7671 140.186 59.7084 140.186 59.7084C140.186 59.7084 143.603 53.4814 134.835 51.093C126.065 48.7666 130.986 47.32 125.61 39.2614C120.233 31.2027 113.016 38.1221 110.022 35.1944C106.964 32.2638 114.473 24.552 103.575 24.0489C92.6762 23.5458 102.373 37.6308 97.2104 37.3925C92.6853 37.1836 88.5587 43.5638 87.5893 45.1927C88.9087 42.8981 94.88 31.1481 78.0781 35.3935C59.466 40.1132 71.1249 55.9624 71.1249 55.9624C71.1249 55.9624 61.8992 44.1308 53.9294 52.1312C48.9039 57.2302 49.9501 62.2375 51.4092 65.2183L50.8908 65.3803C51.198 65.6425 51.5081 65.8427 51.8182 66.043C56.6752 68.7468 64.9121 66.0276 64.9121 66.0276C64.9121 66.0276 65.1708 67.3413 66.0725 68.5607C67.0294 69.9686 68.6902 71.347 71.5288 70.7342C73.4636 70.3276 74.9637 69.653 76.0786 69.0226C77.984 67.8708 78.7421 66.666 78.7421 66.666C78.7421 66.666 80.148 68.0327 83.3442 69.358C86.7895 70.8188 92.4047 72.3178 100.591 72.0758C106.666 71.9223 109.887 71.3272 111.578 70.6614C114.312 69.5478 113.094 68.2519 113.094 68.2519C113.094 68.2519 115.572 69.9159 118.525 70.9821C120.849 71.8332 123.508 72.3279 125.535 71.3057C130.111 69.0374 134.19 69.2257 134.19 69.2257C134.19 69.2257 136.169 70.6188 138.792 71.9177C142.414 73.6966 147.262 75.2221 150.009 72.4355C150.009 72.4355 151.648 71.5193 151.717 70.0348C151.801 66.8153 151.734 61.3573 149.056 59.8699Z" fill="url(#paint4_radial_10079_21660961)"/>
|
|
18
|
-
</g>
|
|
19
|
-
</g>
|
|
20
|
-
<path d="M75.6059 73.748H52.6328L64.398 143.968H81.4884L75.6059 73.748Z" fill="#D3EEFF"/>
|
|
21
|
-
<path d="M75.6059 73.748H52.6328L64.398 143.968H81.4884L75.6059 73.748Z" fill="url(#paint5_linear_10079_21660961)"/>
|
|
22
|
-
<path d="M98.5824 73.748H75.6094L81.492 143.968H98.5824V73.748Z" fill="url(#paint6_linear_10079_21660961)"/>
|
|
23
|
-
<path d="M121.613 73.748H98.5781V143.968H115.669L121.613 73.748Z" fill="#D3EEFF"/>
|
|
24
|
-
<path d="M121.613 73.748H98.5781V143.968H115.669L121.613 73.748Z" fill="url(#paint7_linear_10079_21660961)"/>
|
|
25
|
-
<path d="M144.589 73.748H121.616L115.672 143.968H132.824L144.589 73.748Z" fill="url(#paint8_linear_10079_21660961)"/>
|
|
26
|
-
<mask id="mask1_10079_21660961" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="52" y="73" width="93" height="71">
|
|
27
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M52.6406 73.748H75.6094H75.6137H98.5824V143.968H81.4963H81.492H64.4058L52.6406 73.748ZM121.616 73.748H98.5859V143.968H115.672H115.676H132.824L144.589 73.748H121.621H121.616Z" fill="url(#paint9_linear_10079_21660961)"/>
|
|
28
|
-
</mask>
|
|
29
|
-
<g mask="url(#mask1_10079_21660961)">
|
|
30
|
-
<g filter="url(#filter2_f_10079_21660961)">
|
|
31
|
-
<path d="M54.0625 73.624L134.71 82.7885L129.385 143.967L140.691 144.091L150.785 73.624H54.0625Z" fill="url(#paint10_linear_10079_21660961)"/>
|
|
32
|
-
</g>
|
|
33
|
-
<path d="M83.6746 136.604C93.4271 131.587 95.4339 116.053 88.157 101.909C80.88 87.7654 67.075 80.367 57.3225 85.3846C47.57 90.4022 45.5632 105.936 52.8401 120.08C60.1171 134.223 73.9221 141.622 83.6746 136.604Z" fill="url(#paint11_linear_10079_21660961)"/>
|
|
34
|
-
</g>
|
|
35
|
-
<path d="M50.6406 73.748L54.1702 73.9957L67.0499 142.234L83.4593 143.968H64.0158L50.6406 73.748Z" fill="white"/>
|
|
36
|
-
<path d="M25.5156 86.4414L52.6374 105.018L25.5156 123.595L48.5506 104.77L25.5156 86.4414Z" fill="white"/>
|
|
37
|
-
<path d="M146.635 54.6758C142.734 52.7562 138.028 54.9235 138.028 54.9235C138.028 54.9235 141.062 48.5455 132.455 46.564C123.848 44.6444 128.554 42.9725 122.981 35.1704C117.408 27.3682 110.72 34.6131 107.686 31.8266C104.59 29.0401 111.525 20.9902 100.936 20.9902C90.3478 20.9902 100.379 34.6131 95.3634 34.6131C90.967 34.6131 87.2517 41.1768 86.3847 42.8487C87.5613 40.4957 92.8246 28.4828 76.7249 33.4985C58.8914 39.0714 70.9043 54.3662 70.9043 54.3662C70.9043 54.3662 61.4302 42.9725 54.0615 51.332C49.4173 56.6573 50.6558 61.611 52.2038 64.5214L51.7084 64.7071C52.0181 64.9548 52.3277 65.1406 52.6373 65.3264C57.4672 67.8032 65.3313 64.7071 65.3313 64.7071C65.3313 64.7071 65.6409 66.0075 66.5697 67.184C67.5605 68.5463 69.2324 69.8467 71.9569 69.1036C73.8146 68.6082 75.2388 67.8652 76.2915 67.184C78.0872 65.9456 78.7683 64.7071 78.7683 64.7071C78.7683 64.7071 80.1926 66.0075 83.3506 67.184C86.7563 68.4844 92.2673 69.7228 100.193 69.1036C106.076 68.6701 109.172 67.9271 110.782 67.184C113.383 65.9456 112.144 64.7071 112.144 64.7071C112.144 64.7071 114.621 66.2552 117.531 67.184C119.823 67.9271 122.423 68.2986 124.343 67.184C128.677 64.7071 132.64 64.7071 132.64 64.7071C132.64 64.7071 134.622 66.0075 137.223 67.184C140.814 68.794 145.582 70.0943 148.121 67.184C148.121 67.184 149.669 66.1933 149.669 64.7071C149.607 61.4872 149.297 56.0381 146.635 54.6758Z" fill="url(#paint12_linear_10079_21660961)"/>
|
|
38
|
-
<g style="mix-blend-mode:multiply">
|
|
39
|
-
<path d="M146.637 54.6758C142.736 52.7562 138.03 54.9235 138.03 54.9235C138.03 54.9235 141.064 48.5455 132.457 46.564C123.85 44.6444 128.556 42.9725 122.983 35.1704C121.311 32.8173 119.515 31.8266 117.781 31.517C117.905 31.8885 117.905 32.26 117.843 32.6316C118.277 33.0031 118.772 33.3127 119.206 33.7462C120.754 35.2942 121.001 37.2757 120.011 39.2572C119.391 40.4337 117.72 40.8053 116.605 40.1241C115.552 39.5049 115.181 38.2665 115.552 37.1519C115.119 36.7803 114.623 36.4088 114.252 36.0373C113.013 34.8608 112.58 33.3746 112.952 31.8885C110.784 32.3839 108.927 32.9412 107.688 31.7647C104.592 29.0401 111.527 20.9902 100.939 20.9902C100.567 20.9902 100.258 20.9902 99.9479 21.0522C100.196 21.4856 100.258 21.981 100.258 22.5383C100.381 22.6002 100.567 22.6621 100.691 22.786C101.248 23.1575 101.682 23.6529 101.929 24.2721C103.106 24.8913 103.725 26.3774 102.982 27.6778C102.301 28.8543 101.186 29.6593 99.886 29.907C99.2668 30.0308 98.6476 30.0928 98.0903 30.0928C97.8426 30.0928 97.5949 30.0928 97.2853 30.0928C97.2234 30.0928 96.4803 30.1547 96.9757 30.0928C96.8518 30.0928 96.728 30.0928 96.6042 30.1547C97.0995 32.6316 97.4091 34.675 95.4896 34.675C95.118 34.675 94.8084 34.7369 94.4369 34.7988C94.8084 35.1084 95.0561 35.48 95.118 35.9134C95.3038 37.028 95.7992 38.0807 95.7992 39.2572C95.7992 41.6722 93.5081 43.0964 91.2789 42.2914C90.1024 41.8579 89.0497 40.5576 89.5451 39.2572C89.6689 38.9476 89.6689 38.638 89.7927 38.3284C89.9166 37.9569 90.1024 37.6472 90.35 37.3996C88.4305 39.3811 87.0063 41.9199 86.449 42.9106C87.6255 40.5576 92.8888 28.5447 76.7891 33.5604C76.4795 33.6842 76.1699 33.7462 75.8603 33.87C78.0276 33.6842 80.3187 34.1796 81.9906 35.6657C83.1052 36.6565 82.9194 38.8857 81.4952 39.5668C81.3714 39.6287 81.1856 39.6907 81.0617 39.7526C81.2475 42.4152 78.7087 45.759 76.7272 47.1832C75.0553 48.3597 73.0119 49.1028 71.0304 48.4217C68.3058 47.4309 67.6866 44.3967 67.6247 41.8579C67.6247 41.4864 67.6866 41.1768 67.8104 40.8672C67.7485 40.8053 67.7485 40.7433 67.6866 40.6814C65.2097 47.0594 71.0304 54.49 71.0304 54.49C71.0304 54.49 64.219 46.2544 57.6552 48.917C58.4602 49.3505 59.1414 50.0316 59.5748 50.8366C60.8752 51.2082 62.0517 51.8893 62.7328 53.0658C63.7236 54.7996 63.2901 57.0907 61.804 58.453C60.6275 59.5676 58.7698 59.8153 57.1599 59.4438C56.8503 59.7534 56.4787 60.0011 55.9214 60.1249C54.8688 60.4964 53.4446 60.2488 52.4538 59.7534C52.0203 59.5057 51.6488 59.1961 51.2773 58.8865C51.2154 58.8246 51.0296 58.6388 50.9058 58.453C50.72 60.9299 51.4011 63.0972 52.268 64.6452L51.7727 64.831C52.0823 65.0787 52.3919 65.2644 52.7015 65.4502C57.5314 67.9271 65.3955 64.831 65.3955 64.831C65.3955 64.831 65.7051 66.1313 66.6339 67.3079C67.6247 68.6702 69.2966 69.9705 72.0211 69.2274C73.8788 68.7321 75.303 67.989 76.3557 67.3079C78.1514 66.0694 78.8326 64.831 78.8326 64.831C78.8326 64.831 80.2568 66.1313 83.4148 67.3079C86.8205 68.6082 92.3315 69.8467 100.258 69.2274C106.14 68.794 109.236 68.0509 110.846 67.3079C113.447 66.0694 112.208 64.831 112.208 64.831C112.208 64.831 114.685 66.379 117.596 67.3079C119.887 68.0509 122.488 68.4225 124.407 67.3079C128.742 64.831 132.705 64.831 132.705 64.831C132.705 64.831 134.686 66.1313 137.287 67.3079C140.878 68.9178 145.646 70.2182 148.185 67.3079C148.185 67.3079 149.733 66.3171 149.733 64.831C149.609 61.4872 149.3 56.0381 146.637 54.6758ZM75.303 59.8772C75.1792 61.673 74.3742 63.5306 73.1977 64.8929C72.6404 65.5741 71.6496 65.7598 70.7827 65.5121C70.4731 65.636 70.1635 65.6979 69.8539 65.7598C66.4482 66.1933 64.2809 62.1683 66.6339 59.5676C67.2531 58.8865 67.9962 58.5769 68.8631 58.453C69.3585 57.648 69.9777 57.0288 70.8446 56.6573C73.1977 55.6046 75.4888 57.3384 75.303 59.8772ZM97.5949 63.5925C95.118 65.5121 90.35 64.9548 87.7493 63.3449C86.7586 62.7256 86.449 61.7349 86.6347 60.8061C85.7059 58.8246 85.7059 57.0288 87.1301 55.3569C86.2632 52.7562 87.192 49.722 90.5977 49.7839C91.7742 49.7839 92.7031 50.5889 92.9508 51.6416C93.0127 51.6416 93.0127 51.7035 93.0746 51.7035C93.4461 51.8274 93.7557 52.0751 94.0034 52.3227C94.6846 52.8181 95.18 53.4993 95.5515 54.2423C95.923 54.9854 95.9849 55.7285 95.923 56.4096C96.8518 56.6573 97.7188 57.1527 98.3999 58.0196C99.8241 59.8153 99.3287 62.2922 97.5949 63.5925ZM103.106 49.0409C102.487 48.2359 102.301 47.4309 102.549 46.6879C102.487 46.4402 102.425 46.1925 102.425 46.0686C102.425 46.1306 102.487 46.1306 102.487 46.1925C102.363 45.8829 102.239 45.5733 102.301 45.2636C102.301 45.016 102.363 44.7063 102.425 44.4587C102.611 43.9014 102.92 43.2821 103.23 42.7248C102.611 42.1675 102.301 41.3626 102.549 40.3099C103.292 36.7803 106.883 36.8423 109.732 36.9042C111.465 36.9042 112.208 38.3903 112.085 39.6907C113.757 40.6814 114.004 43.6537 111.589 44.149C111.218 44.211 110.599 44.4587 110.227 44.3967C110.165 44.3967 110.165 44.3967 110.103 44.4587C110.041 44.6444 110.041 44.8302 110.041 44.8302C109.794 45.759 109.608 46.7498 109.236 47.6167C108.122 50.2174 105.087 51.6416 103.106 49.0409ZM116.11 61.1776C114.809 63.5306 111.28 64.3975 109.422 62.1683C109.05 61.7349 108.865 61.2395 108.741 60.7441C108.307 60.9918 107.874 61.1776 107.379 61.1776C105.954 61.1776 105.026 60.063 104.902 58.7007C104.84 57.7719 105.087 56.8431 105.583 56.1619C105.645 55.3569 106.078 54.49 106.821 54.1804C108.617 53.3754 110.289 51.9512 112.332 52.0131C114.871 52.0751 115.924 54.49 116.233 56.6573C116.357 58.1434 116.853 59.7534 116.11 61.1776ZM131.342 53.0658C130.847 54.6758 129.299 55.0473 128.122 54.6139C127.813 55.4808 127.07 56.1619 125.893 56.2238C123.169 56.2858 120.444 56.2858 118.896 53.5612C117.658 51.2701 118.215 48.174 120.258 46.564C122.178 44.954 125.15 45.0779 127.008 46.7498C127.503 47.1832 127.813 47.6786 128.061 48.174C128.618 48.174 129.113 48.2359 129.67 48.2978C130.475 48.4217 131.219 49.2886 131.404 50.0316C131.59 51.0224 131.652 52.0131 131.342 53.0658ZM144.594 61.7968C144.408 63.4687 144.346 64.9548 143.046 66.2552C141.993 67.2459 139.888 67.2459 139.145 65.7598C139.083 65.6979 139.083 65.636 139.083 65.636C139.021 65.5741 138.959 65.5741 138.897 65.5121C139.33 65.7598 138.773 65.4502 138.649 65.4502C138.463 65.3883 138.278 65.3264 138.092 65.2644C137.163 64.9548 136.296 64.6452 135.429 64.2118C133.695 63.2829 132.457 61.3014 133.881 59.5057C134.872 58.2673 136.544 58.0815 138.03 57.8957C139.145 57.7719 140.197 57.7719 141.312 57.7719C142.55 57.7719 143.665 58.7626 143.789 60.0011C144.284 60.3726 144.656 61.0537 144.594 61.7968Z" fill="url(#paint13_linear_10079_21660961)"/>
|
|
40
|
-
</g>
|
|
41
|
-
<g filter="url(#filter3_f_10079_21660961)">
|
|
42
|
-
<path d="M42.4739 135.451C60.2966 135.451 74.7447 122.015 74.7447 105.44C74.7447 88.866 60.2966 75.4297 42.4739 75.4297C24.6513 75.4297 10.2031 88.866 10.2031 105.44C10.2031 122.015 24.6513 135.451 42.4739 135.451Z" fill="url(#paint14_linear_10079_21660961)"/>
|
|
43
|
-
</g>
|
|
44
|
-
<path d="M44.2784 134.243C60.1895 134.243 73.0881 121.349 73.0881 105.443C73.0881 89.5365 60.1895 76.6421 44.2784 76.6421C28.3673 76.6421 15.4688 89.5365 15.4688 105.443C15.4688 121.349 28.3673 134.243 44.2784 134.243Z" fill="url(#paint15_linear_10079_21660961)"/>
|
|
45
|
-
<path d="M44.2784 134.243C60.1895 134.243 73.0881 121.349 73.0881 105.443C73.0881 89.5365 60.1895 76.6421 44.2784 76.6421C28.3673 76.6421 15.4688 89.5365 15.4688 105.443C15.4688 121.349 28.3673 134.243 44.2784 134.243Z" fill="url(#paint16_linear_10079_21660961)"/>
|
|
46
|
-
<path d="M40.6769 134.243C56.588 134.243 69.4865 121.349 69.4865 105.443C69.4865 89.5365 56.588 76.6421 40.6769 76.6421C24.7657 76.6421 11.8672 89.5365 11.8672 105.443C11.8672 121.349 24.7657 134.243 40.6769 134.243Z" fill="url(#paint17_radial_10079_21660961)"/>
|
|
47
|
-
<mask id="mask2_10079_21660961" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="11" y="76" width="59" height="59">
|
|
48
|
-
<path d="M40.6769 134.243C56.588 134.243 69.4865 121.349 69.4865 105.443C69.4865 89.5365 56.588 76.6421 40.6769 76.6421C24.7657 76.6421 11.8672 89.5365 11.8672 105.443C11.8672 121.349 24.7657 134.243 40.6769 134.243Z" fill="url(#paint18_radial_10079_21660961)"/>
|
|
49
|
-
</mask>
|
|
50
|
-
<g mask="url(#mask2_10079_21660961)">
|
|
51
|
-
<path d="M81.375 105.083L86.4167 76.6421L2.14844 138.563H57.4353L81.375 105.083Z" fill="url(#paint19_linear_10079_21660961)"/>
|
|
52
|
-
</g>
|
|
53
|
-
<path d="M64.5501 90.4309C72.4728 104.153 67.731 121.861 54.013 129.781C47.1539 133.741 39.6096 134.354 32.5922 133C39.9698 134.978 48.0059 134.497 55.1767 130.357C68.8948 122.437 73.6365 104.729 65.7138 91.0065C61.5724 83.8334 55.1653 79.216 47.476 77.4179C54.1816 78.9522 60.5888 83.5697 64.5501 90.4309Z" fill="#FEFFCF"/>
|
|
54
|
-
<path d="M64.5501 90.4309C72.4728 104.153 67.731 121.861 54.013 129.781C47.1539 133.741 39.6096 134.354 32.5922 133C39.9698 134.978 48.0059 134.497 55.1767 130.357C68.8948 122.437 73.6365 104.729 65.7138 91.0065C61.5724 83.8334 55.1653 79.216 47.476 77.4179C54.1816 78.9522 60.5888 83.5697 64.5501 90.4309Z" fill="url(#paint20_linear_10079_21660961)"/>
|
|
55
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.989 89.5688H32.7344V121.1H36.989V89.5688ZM36.9922 89.635L60.0708 105.442L36.9922 121.25V89.635Z" fill="url(#paint21_linear_10079_21660961)"/>
|
|
56
|
-
<path d="M55.813 105.443L32.7344 89.6353V121.25L55.813 105.443Z" fill="white"/>
|
|
57
|
-
<path d="M146.637 54.6758C142.736 52.7562 138.03 54.9235 138.03 54.9235C138.03 54.9235 141.064 48.5455 132.457 46.564C123.85 44.6444 128.556 42.9725 122.983 35.1704C121.311 32.8173 119.515 31.8266 117.781 31.517C117.905 31.8885 117.905 32.26 117.843 32.6316C118.277 33.0031 118.772 33.3127 119.206 33.7462C120.754 35.2942 121.001 37.2757 120.011 39.2572C119.391 40.4337 117.72 40.8053 116.605 40.1241C115.552 39.5049 115.181 38.2665 115.552 37.1519C115.119 36.7803 114.623 36.4088 114.252 36.0373C113.013 34.8608 112.58 33.3746 112.952 31.8885C110.784 32.3839 108.927 32.9412 107.688 31.7647C104.592 29.0401 111.527 20.9902 100.939 20.9902C100.567 20.9902 100.258 20.9902 99.9479 21.0522C100.196 21.4856 100.258 21.981 100.258 22.5383C100.381 22.6002 100.567 22.6621 100.691 22.786C101.248 23.1575 101.682 23.6529 101.929 24.2721C103.106 24.8913 103.725 26.3774 102.982 27.6778C102.301 28.8543 101.186 29.6593 99.886 29.907C99.2668 30.0308 98.6476 30.0928 98.0903 30.0928C97.8426 30.0928 97.5949 30.0928 97.2853 30.0928C97.2234 30.0928 96.4803 30.1547 96.9757 30.0928C96.8518 30.0928 96.728 30.0928 96.6042 30.1547C97.0995 32.6316 97.4091 34.675 95.4896 34.675C95.118 34.675 94.8084 34.7369 94.4369 34.7988C94.8084 35.1084 95.0561 35.48 95.118 35.9134C95.3038 37.028 95.7992 38.0807 95.7992 39.2572C95.7992 41.6722 93.5081 43.0964 91.2789 42.2914C90.1024 41.8579 89.0497 40.5576 89.5451 39.2572C89.6689 38.9476 89.6689 38.638 89.7927 38.3284C89.9166 37.9569 90.1024 37.6472 90.35 37.3996C88.4305 39.3811 87.0063 41.9199 86.449 42.9106C87.6255 40.5576 92.8888 28.5447 76.7891 33.5604C76.4795 33.6842 76.1699 33.7462 75.8603 33.87C78.0276 33.6842 80.3187 34.1796 81.9906 35.6657C83.1052 36.6565 82.9194 38.8857 81.4952 39.5668C81.3714 39.6287 81.1856 39.6907 81.0617 39.7526C81.2475 42.4152 78.7087 45.759 76.7272 47.1832C75.0553 48.3597 73.0119 49.1028 71.0304 48.4217C68.3058 47.4309 67.6866 44.3967 67.6247 41.8579C67.6247 41.4864 67.6866 41.1768 67.8104 40.8672C67.7485 40.8053 67.7485 40.7433 67.6866 40.6814C65.2097 47.0594 71.0304 54.49 71.0304 54.49C71.0304 54.49 64.219 46.2544 57.6552 48.917C58.4602 49.3505 59.1414 50.0316 59.5748 50.8366C60.8752 51.2082 62.0517 51.8893 62.7328 53.0658C63.7236 54.7996 63.2901 57.0907 61.804 58.453C60.6275 59.5676 58.7698 59.8153 57.1599 59.4438C56.8503 59.7534 56.4787 60.0011 55.9214 60.1249C54.8688 60.4964 53.4446 60.2488 52.4538 59.7534C52.0203 59.5057 51.6488 59.1961 51.2773 58.8865C51.2154 58.8246 51.0296 58.6388 50.9058 58.453C50.72 60.9299 51.4011 63.0972 52.268 64.6452L51.7727 64.831C52.0823 65.0787 52.3919 65.2644 52.7015 65.4502C57.5314 67.9271 65.3955 64.831 65.3955 64.831C65.3955 64.831 65.7051 66.1313 66.6339 67.3079C67.6247 68.6702 69.2966 69.9705 72.0211 69.2274C73.8788 68.7321 75.303 67.989 76.3557 67.3079C78.1514 66.0694 78.8326 64.831 78.8326 64.831C78.8326 64.831 80.2568 66.1313 83.4148 67.3079C86.8205 68.6082 92.3315 69.8467 100.258 69.2274C106.14 68.794 109.236 68.0509 110.846 67.3079C113.447 66.0694 112.208 64.831 112.208 64.831C112.208 64.831 114.685 66.379 117.596 67.3079C119.887 68.0509 122.488 68.4225 124.407 67.3079C128.742 64.831 132.705 64.831 132.705 64.831C132.705 64.831 134.686 66.1313 137.287 67.3079C140.878 68.9178 145.646 70.2182 148.185 67.3079C148.185 67.3079 149.733 66.3171 149.733 64.831C149.609 61.4872 149.3 56.0381 146.637 54.6758ZM75.303 59.8772C75.1792 61.673 74.3742 63.5306 73.1977 64.8929C72.6404 65.5741 71.6496 65.7598 70.7827 65.5121C70.4731 65.636 70.1635 65.6979 69.8539 65.7598C66.4482 66.1933 64.2809 62.1683 66.6339 59.5676C67.2531 58.8865 67.9962 58.5769 68.8631 58.453C69.3585 57.648 69.9777 57.0288 70.8446 56.6573C73.1977 55.6046 75.4888 57.3384 75.303 59.8772ZM97.5949 63.5925C95.118 65.5121 90.35 64.9548 87.7493 63.3449C86.7586 62.7256 86.449 61.7349 86.6347 60.8061C85.7059 58.8246 85.7059 57.0288 87.1301 55.3569C86.2632 52.7562 87.192 49.722 90.5977 49.7839C91.7742 49.7839 92.7031 50.5889 92.9508 51.6416C93.0127 51.6416 93.0127 51.7035 93.0746 51.7035C93.4461 51.8274 93.7557 52.0751 94.0034 52.3227C94.6846 52.8181 95.18 53.4993 95.5515 54.2423C95.923 54.9854 95.9849 55.7285 95.923 56.4096C96.8518 56.6573 97.7188 57.1527 98.3999 58.0196C99.8241 59.8153 99.3287 62.2922 97.5949 63.5925ZM103.106 49.0409C102.487 48.2359 102.301 47.4309 102.549 46.6879C102.487 46.4402 102.425 46.1925 102.425 46.0686C102.425 46.1306 102.487 46.1306 102.487 46.1925C102.363 45.8829 102.239 45.5733 102.301 45.2636C102.301 45.016 102.363 44.7063 102.425 44.4587C102.611 43.9014 102.92 43.2821 103.23 42.7248C102.611 42.1675 102.301 41.3626 102.549 40.3099C103.292 36.7803 106.883 36.8423 109.732 36.9042C111.465 36.9042 112.208 38.3903 112.085 39.6907C113.757 40.6814 114.004 43.6537 111.589 44.149C111.218 44.211 110.599 44.4587 110.227 44.3967C110.165 44.3967 110.165 44.3967 110.103 44.4587C110.041 44.6444 110.041 44.8302 110.041 44.8302C109.794 45.759 109.608 46.7498 109.236 47.6167C108.122 50.2174 105.087 51.6416 103.106 49.0409ZM116.11 61.1776C114.809 63.5306 111.28 64.3975 109.422 62.1683C109.05 61.7349 108.865 61.2395 108.741 60.7441C108.307 60.9918 107.874 61.1776 107.379 61.1776C105.954 61.1776 105.026 60.063 104.902 58.7007C104.84 57.7719 105.087 56.8431 105.583 56.1619C105.645 55.3569 106.078 54.49 106.821 54.1804C108.617 53.3754 110.289 51.9512 112.332 52.0131C114.871 52.0751 115.924 54.49 116.233 56.6573C116.357 58.1434 116.853 59.7534 116.11 61.1776ZM131.342 53.0658C130.847 54.6758 129.299 55.0473 128.122 54.6139C127.813 55.4808 127.07 56.1619 125.893 56.2238C123.169 56.2858 120.444 56.2858 118.896 53.5612C117.658 51.2701 118.215 48.174 120.258 46.564C122.178 44.954 125.15 45.0779 127.008 46.7498C127.503 47.1832 127.813 47.6786 128.061 48.174C128.618 48.174 129.113 48.2359 129.67 48.2978C130.475 48.4217 131.219 49.2886 131.404 50.0316C131.59 51.0224 131.652 52.0131 131.342 53.0658ZM144.594 61.7968C144.408 63.4687 144.346 64.9548 143.046 66.2552C141.993 67.2459 139.888 67.2459 139.145 65.7598C139.083 65.6979 139.083 65.636 139.083 65.636C139.021 65.5741 138.959 65.5741 138.897 65.5121C139.33 65.7598 138.773 65.4502 138.649 65.4502C138.463 65.3883 138.278 65.3264 138.092 65.2644C137.163 64.9548 136.296 64.6452 135.429 64.2118C133.695 63.2829 132.457 61.3014 133.881 59.5057C134.872 58.2673 136.544 58.0815 138.03 57.8957C139.145 57.7719 140.197 57.7719 141.312 57.7719C142.55 57.7719 143.665 58.7626 143.789 60.0011C144.284 60.3726 144.656 61.0537 144.594 61.7968Z" fill="url(#paint22_radial_10079_21660961)"/>
|
|
58
|
-
<path d="M161.289 52.9423L162.094 55.2334L161.227 55.3572L173.302 53.4377L172.683 49.165L163.147 50.6512V52.6946L162.094 50.8369L158.441 51.3942L158.255 52.9423L157.45 51.5181L155.221 51.8896L154.602 52.9423L156.026 53.995L154.044 53.8711L152.372 56.5957V56.5338L153.859 57.5864L151.939 57.2149L144.57 69.2278L148.286 71.5189L156.521 58.0199L155.407 56.7814L157.079 57.2149L156.769 57.7103L157.884 55.8526L157.45 53.6853L158.812 55.7288L157.884 55.8526L161.103 55.3572L161.289 52.9423Z" fill="url(#paint23_linear_10079_21660961)"/>
|
|
59
|
-
<g style="mix-blend-mode:multiply">
|
|
60
|
-
<path d="M162.086 55.2335L161.219 55.3574L173.294 53.4378L172.984 51.2705L161.343 53.1282L162.086 55.2335Z" fill="#CAA37D"/>
|
|
61
|
-
<path d="M156.578 53.8714L146.484 70.4046L148.28 71.5192L156.516 58.0202L155.401 56.7817L157.073 57.2152L156.763 57.7106L157.878 55.8529L157.445 53.7476L156.578 53.8714Z" fill="#CAA37D"/>
|
|
62
|
-
<path d="M161.223 53.1279L157.445 53.7471L158.808 55.7287L157.879 55.8525L161.099 55.3571L161.223 53.1279Z" fill="#CAA37D"/>
|
|
63
|
-
</g>
|
|
64
|
-
<path d="M168.596 78.2686H127.852L134.044 143.72H162.404L168.596 78.2686Z" fill="#D3EEFF"/>
|
|
65
|
-
<path d="M168.596 78.2686H127.852L134.044 143.72H162.404L168.596 78.2686Z" fill="url(#paint24_linear_10079_21660961)"/>
|
|
66
|
-
<mask id="mask3_10079_21660961" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="123" y="73" width="50" height="8">
|
|
67
|
-
<path d="M171.999 80.0026H124.381C123.824 80.0026 123.391 79.5691 123.391 79.0118V74.6773C123.391 74.12 123.824 73.6865 124.381 73.6865H171.999C172.557 73.6865 172.99 74.12 172.99 74.6773V79.0118C172.99 79.5691 172.557 80.0026 171.999 80.0026Z" fill="url(#paint25_linear_10079_21660961)"/>
|
|
68
|
-
</mask>
|
|
69
|
-
<g mask="url(#mask3_10079_21660961)">
|
|
70
|
-
<path d="M171.999 80.0026H124.381C123.824 80.0026 123.391 79.5691 123.391 79.0118V74.6773C123.391 74.12 123.824 73.6865 124.381 73.6865H171.999C172.557 73.6865 172.99 74.12 172.99 74.6773V79.0118C172.99 79.5691 172.557 80.0026 171.999 80.0026Z" fill="url(#paint26_linear_10079_21660961)"/>
|
|
71
|
-
<g style="mix-blend-mode:multiply">
|
|
72
|
-
<path d="M171.999 80.0026H124.381C123.824 80.0026 123.391 79.5691 123.391 79.0118V74.6773C123.391 74.12 123.824 73.6865 124.381 73.6865H171.999C172.557 73.6865 172.99 74.12 172.99 74.6773V79.0118C172.99 79.5691 172.557 80.0026 171.999 80.0026Z" fill="#1C1C1C"/>
|
|
73
|
-
<path d="M171.999 80.0026H124.381C123.824 80.0026 123.391 79.5691 123.391 79.0118V74.6773C123.391 74.12 123.824 73.6865 124.381 73.6865H171.999C172.557 73.6865 172.99 74.12 172.99 74.6773V79.0118C172.99 79.5691 172.557 80.0026 171.999 80.0026Z" fill="url(#paint27_linear_10079_21660961)"/>
|
|
74
|
-
</g>
|
|
75
|
-
<path d="M168.999 78.0026H121.381C120.824 78.0026 120.391 77.5691 120.391 77.0118V72.6773C120.391 72.12 120.824 71.6865 121.381 71.6865H168.999C169.557 71.6865 169.99 72.12 169.99 72.6773V77.0118C169.99 77.5691 169.557 78.0026 168.999 78.0026Z" fill="url(#paint28_linear_10079_21660961)"/>
|
|
76
|
-
</g>
|
|
77
|
-
<path d="M167.417 67.0605H128.902C127.23 67.0605 125.93 68.4228 125.93 70.0328V73.7481H170.39V70.0328C170.452 68.3609 169.089 67.0605 167.417 67.0605Z" fill="#D3EEFF"/>
|
|
78
|
-
<path d="M167.417 67.0605H128.902C127.23 67.0605 125.93 68.4228 125.93 70.0328V73.7481H170.39V70.0328C170.452 68.3609 169.089 67.0605 167.417 67.0605Z" fill="url(#paint29_linear_10079_21660961)"/>
|
|
79
|
-
<path d="M126.301 70.6519C126.301 68.98 127.664 67.6797 129.273 67.6797H167.789C168.78 67.6797 169.647 68.1751 170.204 68.9181C169.77 67.8035 168.718 66.9985 167.417 66.9985H128.902C127.23 66.9985 125.93 68.3608 125.93 69.9708V73.6861H126.301V70.6519Z" fill="white"/>
|
|
80
|
-
<path d="M127.969 79.8164L163.512 83.346L158.558 143.72H162.397L168.404 79.8164H127.969Z" fill="url(#paint30_radial_10079_21660961)"/>
|
|
81
|
-
<g filter="url(#filter4_f_10079_21660961)">
|
|
82
|
-
<path d="M158.87 70.1568L130.386 71.9525C130.138 71.9525 129.891 71.7667 129.891 71.4571V69.6614C129.891 69.4137 130.076 69.166 130.386 69.166H158.87C159.118 69.166 159.365 69.3518 159.365 69.6614C159.365 69.9091 159.18 70.0948 158.87 70.1568Z" fill="white"/>
|
|
83
|
-
</g>
|
|
84
|
-
<g filter="url(#filter5_f_10079_21660961)">
|
|
85
|
-
<path d="M134.042 86.3802L138.315 138.147C138.377 139.2 139.244 139.943 140.296 139.943C141.411 139.943 142.278 139.076 142.278 137.961V86.1944C142.278 85.0798 141.411 84.2129 140.296 84.2129H136.024C134.847 84.2129 133.98 85.2036 134.042 86.3802Z" fill="white"/>
|
|
86
|
-
</g>
|
|
87
|
-
<mask id="mask4_10079_21660961" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="125" y="96" width="46" height="35">
|
|
88
|
-
<path d="M167.232 130.035L170.452 96.4736H125.992L129.15 130.035H167.232Z" fill="url(#paint31_linear_10079_21660961)"/>
|
|
89
|
-
</mask>
|
|
90
|
-
<g mask="url(#mask4_10079_21660961)">
|
|
91
|
-
<path d="M167.232 130.035L170.452 96.4736H125.992L129.15 130.035H167.232Z" fill="url(#paint32_linear_10079_21660961)"/>
|
|
92
|
-
<g filter="url(#filter6_f_10079_21660961)">
|
|
93
|
-
<path d="M121.156 97.085L161.139 100.169L157.988 133.424H165.809L169.296 97.085H121.156Z" fill="#1C1C1C"/>
|
|
94
|
-
<path d="M121.156 97.085L161.139 100.169L157.988 133.424H165.809L169.296 97.085H121.156Z" fill="url(#paint33_linear_10079_21660961)"/>
|
|
95
|
-
</g>
|
|
96
|
-
</g>
|
|
97
|
-
</g>
|
|
98
|
-
<defs>
|
|
99
|
-
<filter id="filter0_f_10079_21660961" x="14.3281" y="137.719" width="169.672" height="16.04" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
100
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
101
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
102
|
-
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_10079_21660961"/>
|
|
103
|
-
</filter>
|
|
104
|
-
<filter id="filter1_f_10079_21660961" x="49.2031" y="23.0356" width="103.531" height="51.9336" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
105
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
106
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
107
|
-
<feGaussianBlur stdDeviation="0.5" result="effect1_foregroundBlur_10079_21660961"/>
|
|
108
|
-
</filter>
|
|
109
|
-
<filter id="filter2_f_10079_21660961" x="44.0625" y="63.624" width="116.719" height="90.4673" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
110
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
111
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
112
|
-
<feGaussianBlur stdDeviation="5" result="effect1_foregroundBlur_10079_21660961"/>
|
|
113
|
-
</filter>
|
|
114
|
-
<filter id="filter3_f_10079_21660961" x="5.20312" y="70.4297" width="74.5391" height="70.0215" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
115
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
116
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
117
|
-
<feGaussianBlur stdDeviation="2.5" result="effect1_foregroundBlur_10079_21660961"/>
|
|
118
|
-
</filter>
|
|
119
|
-
<filter id="filter4_f_10079_21660961" x="128.891" y="68.166" width="31.4766" height="4.78662" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
120
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
121
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
122
|
-
<feGaussianBlur stdDeviation="0.5" result="effect1_foregroundBlur_10079_21660961"/>
|
|
123
|
-
</filter>
|
|
124
|
-
<filter id="filter5_f_10079_21660961" x="132.039" y="82.2129" width="12.2422" height="59.73" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
125
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
126
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
127
|
-
<feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_10079_21660961"/>
|
|
128
|
-
</filter>
|
|
129
|
-
<filter id="filter6_f_10079_21660961" x="119.156" y="95.085" width="52.1406" height="40.3394" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
130
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
131
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
132
|
-
<feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_10079_21660961"/>
|
|
133
|
-
</filter>
|
|
134
|
-
<radialGradient id="paint0_radial_10079_21660961" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(99.1639 145.739) rotate(90.007) scale(2.12098 42.6483)">
|
|
135
|
-
<stop stop-color="#6A99DD"/>
|
|
136
|
-
<stop offset="1" stop-color="#A0C0EF"/>
|
|
137
|
-
</radialGradient>
|
|
138
|
-
<linearGradient id="paint1_linear_10079_21660961" x1="63.0642" y1="65.9583" x2="63.3667" y2="75.5317" gradientUnits="userSpaceOnUse">
|
|
139
|
-
<stop stop-color="#F4FAFF"/>
|
|
140
|
-
<stop offset="1" stop-color="#F4FAFF" stop-opacity="0"/>
|
|
141
|
-
</linearGradient>
|
|
142
|
-
<linearGradient id="paint2_linear_10079_21660961" x1="63.0642" y1="65.9583" x2="63.3667" y2="75.5317" gradientUnits="userSpaceOnUse">
|
|
143
|
-
<stop stop-color="#F4FAFF"/>
|
|
144
|
-
<stop offset="1" stop-color="#F4FAFF" stop-opacity="0"/>
|
|
145
|
-
</linearGradient>
|
|
146
|
-
<linearGradient id="paint3_linear_10079_21660961" x1="63.0642" y1="65.9583" x2="63.3667" y2="75.5317" gradientUnits="userSpaceOnUse">
|
|
147
|
-
<stop stop-color="#F4FAFF"/>
|
|
148
|
-
<stop offset="1" stop-color="#F4FAFF" stop-opacity="0"/>
|
|
149
|
-
</linearGradient>
|
|
150
|
-
<radialGradient id="paint4_radial_10079_21660961" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(101.74 48.1549) rotate(92.6438) scale(12.7492 26.8714)">
|
|
151
|
-
<stop stop-color="#6A99DD"/>
|
|
152
|
-
<stop offset="1" stop-color="#A0C0EF"/>
|
|
153
|
-
</radialGradient>
|
|
154
|
-
<linearGradient id="paint5_linear_10079_21660961" x1="56.3901" y1="83.1792" x2="94.2761" y2="124.072" gradientUnits="userSpaceOnUse">
|
|
155
|
-
<stop stop-color="#F4FAFF"/>
|
|
156
|
-
<stop offset="1" stop-color="#F4FAFF" stop-opacity="0"/>
|
|
157
|
-
</linearGradient>
|
|
158
|
-
<linearGradient id="paint6_linear_10079_21660961" x1="87.0959" y1="73.748" x2="87.0959" y2="143.968" gradientUnits="userSpaceOnUse">
|
|
159
|
-
<stop stop-color="#E7473D"/>
|
|
160
|
-
<stop offset="1" stop-color="#FF8532"/>
|
|
161
|
-
</linearGradient>
|
|
162
|
-
<linearGradient id="paint7_linear_10079_21660961" x1="101.578" y1="83.1792" x2="139.156" y2="115.558" gradientUnits="userSpaceOnUse">
|
|
163
|
-
<stop stop-color="#F4FAFF"/>
|
|
164
|
-
<stop offset="1" stop-color="#F4FAFF" stop-opacity="0"/>
|
|
165
|
-
</linearGradient>
|
|
166
|
-
<linearGradient id="paint8_linear_10079_21660961" x1="130.131" y1="73.748" x2="130.131" y2="143.968" gradientUnits="userSpaceOnUse">
|
|
167
|
-
<stop stop-color="#E7473D"/>
|
|
168
|
-
<stop offset="1" stop-color="#FF8532"/>
|
|
169
|
-
</linearGradient>
|
|
170
|
-
<linearGradient id="paint9_linear_10079_21660961" x1="98.615" y1="73.748" x2="98.615" y2="143.968" gradientUnits="userSpaceOnUse">
|
|
171
|
-
<stop stop-color="#E7473D"/>
|
|
172
|
-
<stop offset="1" stop-color="#FF8532"/>
|
|
173
|
-
</linearGradient>
|
|
174
|
-
<linearGradient id="paint10_linear_10079_21660961" x1="102.426" y1="114.179" x2="102.424" y2="144.091" gradientUnits="userSpaceOnUse">
|
|
175
|
-
<stop/>
|
|
176
|
-
<stop offset="1" stop-color="#0357CA"/>
|
|
177
|
-
</linearGradient>
|
|
178
|
-
<linearGradient id="paint11_linear_10079_21660961" x1="72.4893" y1="114.862" x2="83.6738" y2="136.605" gradientUnits="userSpaceOnUse">
|
|
179
|
-
<stop/>
|
|
180
|
-
<stop offset="1" stop-color="#0357CA"/>
|
|
181
|
-
</linearGradient>
|
|
182
|
-
<linearGradient id="paint12_linear_10079_21660961" x1="100.237" y1="20.9902" x2="100.237" y2="69.3201" gradientUnits="userSpaceOnUse">
|
|
183
|
-
<stop stop-color="#FFF48F"/>
|
|
184
|
-
<stop offset="1" stop-color="#FFA24D"/>
|
|
185
|
-
</linearGradient>
|
|
186
|
-
<linearGradient id="paint13_linear_10079_21660961" x1="100.304" y1="20.9902" x2="100.304" y2="69.4439" gradientUnits="userSpaceOnUse">
|
|
187
|
-
<stop stop-color="#FFF48F"/>
|
|
188
|
-
<stop offset="1" stop-color="#FFA24D"/>
|
|
189
|
-
</linearGradient>
|
|
190
|
-
<linearGradient id="paint14_linear_10079_21660961" x1="15.2777" y1="82.9822" x2="63.9484" y2="149.204" gradientUnits="userSpaceOnUse">
|
|
191
|
-
<stop stop-color="#C9E59A"/>
|
|
192
|
-
<stop offset="1" stop-color="#42AB44"/>
|
|
193
|
-
</linearGradient>
|
|
194
|
-
<linearGradient id="paint15_linear_10079_21660961" x1="63.0918" y1="76.6421" x2="41.1993" y2="79.4324" gradientUnits="userSpaceOnUse">
|
|
195
|
-
<stop/>
|
|
196
|
-
<stop offset="1" stop-opacity="0"/>
|
|
197
|
-
</linearGradient>
|
|
198
|
-
<linearGradient id="paint16_linear_10079_21660961" x1="33.5933" y1="76.6421" x2="68.1941" y2="106.846" gradientUnits="userSpaceOnUse">
|
|
199
|
-
<stop stop-color="#42AB44"/>
|
|
200
|
-
<stop offset="1" stop-color="#42AB44" stop-opacity="0"/>
|
|
201
|
-
</linearGradient>
|
|
202
|
-
<radialGradient id="paint17_radial_10079_21660961" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(31.2543 97.9122) rotate(45.3821) scale(42.3709 44.3899)">
|
|
203
|
-
<stop offset="0.411458" stop-color="#42AB44"/>
|
|
204
|
-
<stop offset="1" stop-color="#D6F3A4"/>
|
|
205
|
-
</radialGradient>
|
|
206
|
-
<radialGradient id="paint18_radial_10079_21660961" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(31.2543 97.9122) rotate(45.3821) scale(42.3709 44.3899)">
|
|
207
|
-
<stop offset="0.411458" stop-color="#42AB44"/>
|
|
208
|
-
<stop offset="1" stop-color="#D6F3A4"/>
|
|
209
|
-
</radialGradient>
|
|
210
|
-
<linearGradient id="paint19_linear_10079_21660961" x1="44.2825" y1="93.6512" x2="68.1694" y2="113.022" gradientUnits="userSpaceOnUse">
|
|
211
|
-
<stop stop-color="#2A842B"/>
|
|
212
|
-
<stop offset="1" stop-color="#42AB44" stop-opacity="0"/>
|
|
213
|
-
</linearGradient>
|
|
214
|
-
<linearGradient id="paint20_linear_10079_21660961" x1="55.1258" y1="74.809" x2="49.2756" y2="139.212" gradientUnits="userSpaceOnUse">
|
|
215
|
-
<stop stop-color="#CBE482"/>
|
|
216
|
-
<stop offset="1" stop-color="#CBE482" stop-opacity="0"/>
|
|
217
|
-
</linearGradient>
|
|
218
|
-
<linearGradient id="paint21_linear_10079_21660961" x1="46.4031" y1="107.802" x2="46.4024" y2="121.25" gradientUnits="userSpaceOnUse">
|
|
219
|
-
<stop/>
|
|
220
|
-
<stop offset="1" stop-color="#0357CA"/>
|
|
221
|
-
</linearGradient>
|
|
222
|
-
<radialGradient id="paint22_radial_10079_21660961" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(96.7062 39.1487) rotate(78.9824) scale(37.2183 179.836)">
|
|
223
|
-
<stop stop-color="#6A99DD" stop-opacity="0"/>
|
|
224
|
-
<stop offset="1" stop-color="#A0C0EF"/>
|
|
225
|
-
</radialGradient>
|
|
226
|
-
<linearGradient id="paint23_linear_10079_21660961" x1="158.936" y1="49.165" x2="158.936" y2="71.5189" gradientUnits="userSpaceOnUse">
|
|
227
|
-
<stop stop-color="#FFF48F"/>
|
|
228
|
-
<stop offset="1" stop-color="#FFA24D"/>
|
|
229
|
-
</linearGradient>
|
|
230
|
-
<linearGradient id="paint24_linear_10079_21660961" x1="133.157" y1="87.0593" x2="164.685" y2="138.61" gradientUnits="userSpaceOnUse">
|
|
231
|
-
<stop stop-color="#F4FAFF"/>
|
|
232
|
-
<stop offset="1" stop-color="#F4FAFF" stop-opacity="0"/>
|
|
233
|
-
</linearGradient>
|
|
234
|
-
<linearGradient id="paint25_linear_10079_21660961" x1="136.102" y1="66.2821" x2="162.483" y2="85.7041" gradientUnits="userSpaceOnUse">
|
|
235
|
-
<stop stop-color="#80F982"/>
|
|
236
|
-
<stop offset="1" stop-color="#42AB44"/>
|
|
237
|
-
</linearGradient>
|
|
238
|
-
<linearGradient id="paint26_linear_10079_21660961" x1="148.19" y1="73.6865" x2="148.19" y2="80.0026" gradientUnits="userSpaceOnUse">
|
|
239
|
-
<stop stop-color="#80F982"/>
|
|
240
|
-
<stop offset="1" stop-color="#42AB44"/>
|
|
241
|
-
</linearGradient>
|
|
242
|
-
<linearGradient id="paint27_linear_10079_21660961" x1="179.255" y1="77.4763" x2="178.196" y2="68.1723" gradientUnits="userSpaceOnUse">
|
|
243
|
-
<stop stop-color="#3BAB43"/>
|
|
244
|
-
<stop offset="1" stop-color="#294ECE" stop-opacity="0"/>
|
|
245
|
-
</linearGradient>
|
|
246
|
-
<linearGradient id="paint28_linear_10079_21660961" x1="133.102" y1="64.2821" x2="159.483" y2="83.7041" gradientUnits="userSpaceOnUse">
|
|
247
|
-
<stop stop-color="#80F982"/>
|
|
248
|
-
<stop offset="1" stop-color="#42AB44"/>
|
|
249
|
-
</linearGradient>
|
|
250
|
-
<linearGradient id="paint29_linear_10079_21660961" x1="131.719" y1="67.9588" x2="132.132" y2="75.1725" gradientUnits="userSpaceOnUse">
|
|
251
|
-
<stop stop-color="#F4FAFF"/>
|
|
252
|
-
<stop offset="1" stop-color="#F4FAFF" stop-opacity="0"/>
|
|
253
|
-
</linearGradient>
|
|
254
|
-
<radialGradient id="paint30_radial_10079_21660961" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(148.186 111.768) rotate(90.0002) scale(16.8575 10.6666)">
|
|
255
|
-
<stop stop-color="#6A99DD"/>
|
|
256
|
-
<stop offset="1" stop-color="#A0C0EF"/>
|
|
257
|
-
</radialGradient>
|
|
258
|
-
<linearGradient id="paint31_linear_10079_21660961" x1="148.222" y1="96.4736" x2="148.222" y2="130.035" gradientUnits="userSpaceOnUse">
|
|
259
|
-
<stop stop-color="#80F982"/>
|
|
260
|
-
<stop offset="1" stop-color="#42AB44"/>
|
|
261
|
-
</linearGradient>
|
|
262
|
-
<linearGradient id="paint32_linear_10079_21660961" x1="148.222" y1="96.4736" x2="148.222" y2="130.035" gradientUnits="userSpaceOnUse">
|
|
263
|
-
<stop stop-color="#80F982"/>
|
|
264
|
-
<stop offset="1" stop-color="#42AB44"/>
|
|
265
|
-
</linearGradient>
|
|
266
|
-
<linearGradient id="paint33_linear_10079_21660961" x1="175.376" y1="118.889" x2="150.234" y2="81.6304" gradientUnits="userSpaceOnUse">
|
|
267
|
-
<stop stop-color="#3BAB43"/>
|
|
268
|
-
<stop offset="1" stop-color="#294ECE" stop-opacity="0"/>
|
|
269
|
-
</linearGradient>
|
|
270
|
-
<clipPath id="clip0_10079_21660961">
|
|
271
|
-
<rect width="180" height="160" fill="white"/>
|
|
272
|
-
</clipPath>
|
|
273
|
-
</defs>
|
|
274
|
-
</svg>
|
|
1
|
+
<svg title="Кинотеатр" viewBox="0 0 180 160" xmlns="http://www.w3.org/2000/svg" fill="none"><g clip-path="url(#a)"><g filter="url(#b)"><path fill="url(#c)" d="M99.164 149.759c44.644 0 80.836-1.799 80.836-4.02 0-2.22-36.192-4.02-80.836-4.02-44.645 0-80.836 1.8-80.836 4.02 0 2.221 36.192 4.02 80.836 4.02Z"/></g><mask id="e" width="107" height="10" x="49" y="64" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#D3EEFF" d="M153.263 73.624H51.711a2.511 2.511 0 0 1-2.54-2.539v-3.777a2.511 2.511 0 0 1 2.54-2.539h101.614a2.51 2.51 0 0 1 2.538 2.539v3.777c0 1.362-1.176 2.539-2.6 2.539Z"/><path fill="url(#d)" d="M153.263 73.624H51.711a2.511 2.511 0 0 1-2.54-2.539v-3.777a2.511 2.511 0 0 1 2.54-2.539h101.614a2.51 2.51 0 0 1 2.538 2.539v3.777c0 1.362-1.176 2.539-2.6 2.539Z"/></mask><g mask="url(#e)"><path fill="#D3EEFF" d="M153.263 73.624H51.711a2.511 2.511 0 0 1-2.54-2.539v-3.777a2.511 2.511 0 0 1 2.54-2.539h101.614a2.51 2.51 0 0 1 2.538 2.539v3.777c0 1.362-1.176 2.539-2.6 2.539Z"/><path fill="url(#f)" d="M153.263 73.624H51.711a2.511 2.511 0 0 1-2.54-2.539v-3.777a2.511 2.511 0 0 1 2.54-2.539h101.614a2.51 2.51 0 0 1 2.538 2.539v3.777c0 1.362-1.176 2.539-2.6 2.539Z"/><path fill="#D3EEFF" d="M153.263 73.624H51.711a2.511 2.511 0 0 1-2.54-2.539v-3.777a2.511 2.511 0 0 1 2.54-2.539h101.614a2.51 2.51 0 0 1 2.538 2.539v3.777c0 1.362-1.176 2.539-2.6 2.539Z"/><path fill="url(#g)" d="M153.263 73.624H51.711a2.511 2.511 0 0 1-2.54-2.539v-3.777a2.511 2.511 0 0 1 2.54-2.539h101.614a2.51 2.51 0 0 1 2.538 2.539v3.777c0 1.362-1.176 2.539-2.6 2.539Z"/><g filter="url(#h)"><path fill="url(#i)" d="M149.056 59.87c-3.926-2.103-8.87-.162-8.87-.162s3.417-6.227-5.351-8.615c-8.77-2.326-3.849-3.773-9.225-11.832-5.377-8.058-12.594-1.139-15.588-4.067-3.058-2.93 4.451-10.642-6.447-11.145-10.899-.503-1.202 13.582-6.365 13.343-4.525-.208-8.651 6.172-9.62 7.8 1.319-2.294 7.29-14.044-9.512-9.798-18.612 4.72-6.953 20.568-6.953 20.568s-9.226-11.831-17.196-3.83c-5.025 5.098-3.979 10.105-2.52 13.086l-.518.162c.307.263.617.463.927.663 4.857 2.704 13.094-.015 13.094-.015s.259 1.313 1.16 2.533c.957 1.408 2.618 2.786 5.457 2.173a15.729 15.729 0 0 0 4.55-1.711c1.905-1.152 2.663-2.357 2.663-2.357s1.406 1.367 4.602 2.692c3.446 1.46 9.06 2.96 17.247 2.718 6.075-.154 9.296-.749 10.987-1.415 2.734-1.113 1.516-2.41 1.516-2.41s2.478 1.665 5.431 2.731c2.324.851 4.983 1.346 7.01.324 4.576-2.269 8.655-2.08 8.655-2.08s1.979 1.393 4.602 2.692c3.622 1.779 8.47 3.304 11.217.517 0 0 1.639-.916 1.708-2.4.084-3.22.017-8.678-2.661-10.165Z"/></g></g><path fill="#D3EEFF" d="M75.606 73.748H52.633l11.765 70.22h17.09l-5.882-70.22Z"/><path fill="url(#j)" d="M75.606 73.748H52.633l11.765 70.22h17.09l-5.882-70.22Z"/><path fill="url(#k)" d="M98.582 73.748H75.61l5.883 70.22h17.09v-70.22Z"/><path fill="#D3EEFF" d="M121.613 73.748H98.578v70.22h17.091l5.944-70.22Z"/><path fill="url(#l)" d="M121.613 73.748H98.578v70.22h17.091l5.944-70.22Z"/><path fill="url(#m)" d="M144.589 73.748h-22.973l-5.944 70.22h17.152l11.765-70.22Z"/><mask id="o" width="93" height="71" x="52" y="73" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="url(#n)" fill-rule="evenodd" d="M52.64 73.748h45.942v70.22H64.406L52.64 73.748Zm68.976 0h-23.03v70.22h34.238l11.765-70.22h-22.973Z" clip-rule="evenodd"/></mask><g mask="url(#o)"><g filter="url(#p)"><path fill="url(#q)" d="m54.063 73.624 80.647 9.165-5.325 61.178 11.306.124 10.094-70.467H54.063Z"/></g><path fill="url(#r)" d="M83.675 136.604c9.752-5.017 11.759-20.551 4.482-34.695-7.277-14.144-21.082-21.542-30.834-16.524-9.753 5.017-11.76 20.551-4.483 34.695 7.277 14.143 21.082 21.542 30.835 16.524Z"/></g><path fill="#fff" d="m50.64 73.748 3.53.248 12.88 68.238 16.41 1.734H64.015L50.64 73.748ZM25.516 86.441l27.121 18.577-27.121 18.577L48.55 104.77 25.516 86.441Z"/><path fill="url(#s)" d="M146.635 54.676c-3.901-1.92-8.607.247-8.607.247s3.034-6.378-5.573-8.359c-8.607-1.92-3.901-3.592-9.474-11.394s-12.261-.557-15.295-3.343c-3.096-2.787 3.839-10.837-6.75-10.837-10.588 0-.557 13.623-5.573 13.623-4.396 0-8.111 6.564-8.978 8.236 1.176-2.353 6.44-14.366-9.66-9.35-17.834 5.572-5.82 20.867-5.82 20.867s-9.475-11.394-16.843-3.034c-4.645 5.325-3.406 10.279-1.858 13.19l-.496.185c.31.248.62.434.93.62 4.83 2.476 12.693-.62 12.693-.62s.31 1.3 1.239 2.477c.99 1.362 2.662 2.663 5.387 1.92a15.038 15.038 0 0 0 4.335-1.92c1.795-1.238 2.476-2.477 2.476-2.477s1.425 1.3 4.583 2.477c3.405 1.3 8.916 2.539 16.842 1.92 5.883-.434 8.979-1.177 10.589-1.92 2.601-1.238 1.362-2.477 1.362-2.477s2.477 1.548 5.387 2.477c2.292.743 4.892 1.115 6.812 0 4.334-2.477 8.297-2.477 8.297-2.477s1.982 1.3 4.583 2.477c3.591 1.61 8.359 2.91 10.898 0 0 0 1.548-.99 1.548-2.477-.062-3.22-.372-8.669-3.034-10.031Z"/><path fill="url(#t)" d="M146.637 54.676c-3.901-1.92-8.607.247-8.607.247s3.034-6.378-5.573-8.359c-8.607-1.92-3.901-3.592-9.474-11.394-1.672-2.353-3.468-3.343-5.202-3.653.124.372.124.743.062 1.115.434.371.929.68 1.363 1.114 1.548 1.548 1.795 3.53.805 5.511-.62 1.177-2.291 1.548-3.406.867-1.053-.62-1.424-1.858-1.053-2.972-.433-.372-.929-.743-1.3-1.115-1.239-1.176-1.672-2.662-1.3-4.148-2.168.495-4.025 1.052-5.264-.124-3.096-2.725 3.839-10.775-6.749-10.775-.372 0-.681 0-.991.062.248.434.31.929.31 1.486.123.062.309.124.433.248.557.371.991.867 1.238 1.486 1.177.62 1.796 2.105 1.053 3.406-.681 1.176-1.796 1.981-3.096 2.229a9.316 9.316 0 0 1-1.796.186h-.805c-.062 0-.805.062-.31 0-.123 0-.247 0-.37.062.495 2.477.804 4.52-1.115 4.52-.372 0-.682.062-1.053.124.371.31.62.681.681 1.114.186 1.115.681 2.168.681 3.344 0 2.415-2.29 3.84-4.52 3.034-1.177-.433-2.23-1.733-1.734-3.034.124-.31.124-.619.248-.929.124-.371.31-.68.557-.928-1.92 1.981-3.344 4.52-3.901 5.51 1.177-2.352 6.44-14.365-9.66-9.35-.31.124-.62.186-.929.31 2.168-.186 4.459.31 6.13 1.796 1.115.99.93 3.22-.495 3.9-.124.063-.31.125-.433.187.186 2.662-2.353 6.006-4.335 7.43-1.672 1.177-3.715 1.92-5.697 1.239-2.724-.991-3.343-4.025-3.405-6.564 0-.372.062-.681.185-.99-.061-.063-.061-.125-.123-.187C65.21 47.06 71.03 54.49 71.03 54.49s-6.811-8.236-13.375-5.573a4.774 4.774 0 0 1 1.92 1.92c1.3.371 2.477 1.052 3.158 2.229.99 1.734.557 4.025-.929 5.387-1.177 1.115-3.034 1.362-4.644.99-.31.31-.681.558-1.239.682-1.052.371-2.476.124-3.467-.372-.434-.247-.805-.557-1.177-.867-.062-.061-.247-.247-.371-.433a11.077 11.077 0 0 0 1.362 6.192l-.495.186c.31.248.619.433.928.62 4.83 2.476 12.694-.62 12.694-.62s.31 1.3 1.239 2.477c.99 1.362 2.663 2.662 5.387 1.92a15.038 15.038 0 0 0 4.335-1.92c1.795-1.239 2.477-2.477 2.477-2.477s1.424 1.3 4.582 2.477c3.405 1.3 8.916 2.539 16.843 1.92 5.882-.434 8.978-1.177 10.588-1.92 2.601-1.239 1.362-2.477 1.362-2.477s2.477 1.548 5.388 2.477c2.291.743 4.892 1.114 6.811 0 4.335-2.477 8.298-2.477 8.298-2.477s1.981 1.3 4.582 2.477c3.591 1.61 8.359 2.91 10.898 0 0 0 1.548-.99 1.548-2.477-.124-3.344-.433-8.793-3.096-10.155Zm-71.334 5.201c-.124 1.796-.929 3.654-2.105 5.016-.558.681-1.548.867-2.415.62-.31.123-.62.185-.93.247-3.405.433-5.572-3.592-3.22-6.192.62-.681 1.363-.991 2.23-1.115.496-.805 1.115-1.424 1.982-1.796 2.353-1.052 4.644.681 4.458 3.22Zm22.292 3.715c-2.477 1.92-7.245 1.363-9.846-.247-.99-.62-1.3-1.61-1.114-2.539-.93-1.981-.93-3.777.495-5.45-.867-2.6.062-5.634 3.468-5.572a2.4 2.4 0 0 1 2.353 1.858c.062 0 .062.061.124.061.371.124.68.372.928.62.682.495 1.177 1.176 1.549 1.92.371.742.433 1.485.371 2.167.929.247 1.796.743 2.477 1.61 1.424 1.795.929 4.272-.805 5.572Zm5.511-14.551c-.619-.805-.805-1.61-.557-2.353-.062-.248-.124-.495-.124-.62 0 .063.062.063.062.125-.124-.31-.248-.62-.186-.93 0-.247.062-.557.124-.804.186-.558.495-1.177.805-1.734-.619-.558-.929-1.362-.681-2.415.743-3.53 4.334-3.468 7.183-3.406 1.733 0 2.476 1.486 2.353 2.787 1.672.99 1.919 3.963-.496 4.458-.371.062-.99.31-1.362.248-.062 0-.062 0-.124.062-.062.185-.062.371-.062.371-.247.929-.433 1.92-.805 2.787-1.114 2.6-4.149 4.025-6.13 1.424Zm13.004 12.137c-1.301 2.353-4.83 3.22-6.688.99-.372-.433-.557-.928-.681-1.424-.434.248-.867.434-1.362.434-1.425 0-2.353-1.115-2.477-2.477-.062-.93.185-1.858.681-2.54.062-.804.495-1.671 1.238-1.98 1.796-.806 3.468-2.23 5.511-2.168 2.539.062 3.592 2.477 3.901 4.644.124 1.486.62 3.096-.123 4.52Zm15.232-8.112c-.495 1.61-2.043 1.981-3.22 1.548-.309.867-1.052 1.548-2.229 1.61-2.724.062-5.449.062-6.997-2.663-1.238-2.29-.681-5.387 1.362-6.997 1.92-1.61 4.892-1.486 6.75.186.495.433.805.929 1.053 1.424.557 0 1.052.062 1.609.124.805.124 1.549.99 1.734 1.734.186.99.248 1.981-.062 3.034Zm13.252 8.73c-.186 1.673-.248 3.159-1.548 4.46-1.053.99-3.158.99-3.901-.496-.062-.062-.062-.124-.062-.124-.062-.062-.124-.062-.186-.124.433.248-.124-.062-.248-.062l-.557-.186c-.929-.31-1.796-.619-2.663-1.052-1.734-.93-2.972-2.91-1.548-4.706.991-1.239 2.663-1.425 4.149-1.61 1.115-.124 2.167-.124 3.282-.124 1.238 0 2.353.99 2.477 2.23.495.37.867 1.052.805 1.795Z" style="mix-blend-mode:multiply"/><g filter="url(#u)"><path fill="url(#v)" d="M42.474 135.451c17.823 0 32.27-13.436 32.27-30.011 0-16.574-14.447-30.01-32.27-30.01-17.823 0-32.27 13.436-32.27 30.01 0 16.575 14.447 30.011 32.27 30.011Z"/></g><path fill="url(#w)" d="M44.278 134.243c15.912 0 28.81-12.894 28.81-28.8s-12.898-28.8-28.81-28.8c-15.91 0-28.81 12.894-28.81 28.8s12.9 28.8 28.81 28.8Z"/><path fill="url(#x)" d="M44.278 134.243c15.912 0 28.81-12.894 28.81-28.8s-12.898-28.8-28.81-28.8c-15.91 0-28.81 12.894-28.81 28.8s12.9 28.8 28.81 28.8Z"/><path fill="url(#y)" d="M40.677 134.243c15.911 0 28.81-12.894 28.81-28.8s-12.899-28.8-28.81-28.8-28.81 12.894-28.81 28.8 12.899 28.8 28.81 28.8Z"/><mask id="A" width="59" height="59" x="11" y="76" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="url(#z)" d="M40.677 134.243c15.911 0 28.81-12.894 28.81-28.8s-12.899-28.8-28.81-28.8-28.81 12.894-28.81 28.8 12.899 28.8 28.81 28.8Z"/></mask><g mask="url(#A)"><path fill="url(#B)" d="m81.375 105.083 5.042-28.44-84.269 61.92h55.287l23.94-33.48Z"/></g><path fill="#FEFFCF" d="M64.55 90.43c7.923 13.723 3.181 31.431-10.537 39.351-6.86 3.96-14.403 4.573-21.42 3.219 7.377 1.978 15.413 1.497 22.584-2.643 13.718-7.92 18.46-25.628 10.537-39.35-4.142-7.174-10.549-11.791-18.238-13.59 6.706 1.535 13.113 6.153 17.074 13.014Z"/><path fill="url(#C)" d="M64.55 90.43c7.923 13.723 3.181 31.431-10.537 39.351-6.86 3.96-14.403 4.573-21.42 3.219 7.377 1.978 15.413 1.497 22.584-2.643 13.718-7.92 18.46-25.628 10.537-39.35-4.142-7.174-10.549-11.791-18.238-13.59 6.706 1.535 13.113 6.153 17.074 13.014Z"/><path fill="url(#D)" fill-rule="evenodd" d="M36.989 89.569h-4.255V121.1h4.255V89.569Zm.003.066 23.079 15.807-23.079 15.808V89.635Z" clip-rule="evenodd"/><path fill="#fff" d="M55.813 105.443 32.734 89.635v31.615l23.079-15.807Z"/><path fill="url(#E)" d="M146.637 54.676c-3.901-1.92-8.607.247-8.607.247s3.034-6.378-5.573-8.359c-8.607-1.92-3.901-3.592-9.474-11.394-1.672-2.353-3.468-3.343-5.202-3.653.124.372.124.743.062 1.115.434.371.929.68 1.363 1.114 1.548 1.548 1.795 3.53.805 5.511-.62 1.177-2.291 1.548-3.406.867-1.053-.62-1.424-1.858-1.053-2.972-.433-.372-.929-.743-1.3-1.115-1.239-1.176-1.672-2.662-1.3-4.148-2.168.495-4.025 1.052-5.264-.124-3.096-2.725 3.839-10.775-6.749-10.775-.372 0-.681 0-.991.062.248.434.31.929.31 1.486.123.062.309.124.433.248.557.371.991.867 1.238 1.486 1.177.62 1.796 2.105 1.053 3.406-.681 1.176-1.796 1.981-3.096 2.229a9.316 9.316 0 0 1-1.796.186h-.805c-.062 0-.805.062-.31 0-.123 0-.247 0-.37.062.495 2.477.804 4.52-1.115 4.52-.372 0-.682.062-1.053.124.371.31.62.681.681 1.114.186 1.115.681 2.168.681 3.344 0 2.415-2.29 3.84-4.52 3.034-1.177-.433-2.23-1.733-1.734-3.034.124-.31.124-.619.248-.929.124-.371.31-.68.557-.928-1.92 1.981-3.344 4.52-3.901 5.51 1.177-2.352 6.44-14.365-9.66-9.35-.31.124-.62.186-.929.31 2.168-.186 4.459.31 6.13 1.796 1.115.99.93 3.22-.495 3.9-.124.063-.31.125-.433.187.186 2.662-2.353 6.006-4.335 7.43-1.672 1.177-3.715 1.92-5.697 1.239-2.724-.991-3.343-4.025-3.405-6.564 0-.372.062-.681.185-.99-.061-.063-.061-.125-.123-.187C65.21 47.06 71.03 54.49 71.03 54.49s-6.811-8.236-13.375-5.573a4.774 4.774 0 0 1 1.92 1.92c1.3.371 2.477 1.052 3.158 2.229.99 1.734.557 4.025-.929 5.387-1.177 1.115-3.034 1.362-4.644.99-.31.31-.681.558-1.239.682-1.052.371-2.476.124-3.467-.372-.434-.247-.805-.557-1.177-.867-.062-.061-.247-.247-.371-.433a11.077 11.077 0 0 0 1.362 6.192l-.495.186c.31.248.619.433.928.62 4.83 2.476 12.694-.62 12.694-.62s.31 1.3 1.239 2.477c.99 1.362 2.663 2.662 5.387 1.92a15.038 15.038 0 0 0 4.335-1.92c1.795-1.239 2.477-2.477 2.477-2.477s1.424 1.3 4.582 2.477c3.405 1.3 8.916 2.539 16.843 1.92 5.882-.434 8.978-1.177 10.588-1.92 2.601-1.239 1.362-2.477 1.362-2.477s2.477 1.548 5.388 2.477c2.291.743 4.892 1.114 6.811 0 4.335-2.477 8.298-2.477 8.298-2.477s1.981 1.3 4.582 2.477c3.591 1.61 8.359 2.91 10.898 0 0 0 1.548-.99 1.548-2.477-.124-3.344-.433-8.793-3.096-10.155Zm-71.334 5.201c-.124 1.796-.929 3.654-2.105 5.016-.558.681-1.548.867-2.415.62-.31.123-.62.185-.93.247-3.405.433-5.572-3.592-3.22-6.192.62-.681 1.363-.991 2.23-1.115.496-.805 1.115-1.424 1.982-1.796 2.353-1.052 4.644.681 4.458 3.22Zm22.292 3.715c-2.477 1.92-7.245 1.363-9.846-.247-.99-.62-1.3-1.61-1.114-2.539-.93-1.981-.93-3.777.495-5.45-.867-2.6.062-5.634 3.468-5.572a2.4 2.4 0 0 1 2.353 1.858c.062 0 .062.061.124.061.371.124.68.372.928.62.682.495 1.177 1.176 1.549 1.92.371.742.433 1.485.371 2.167.929.247 1.796.743 2.477 1.61 1.424 1.795.929 4.272-.805 5.572Zm5.511-14.551c-.619-.805-.805-1.61-.557-2.353-.062-.248-.124-.495-.124-.62 0 .063.062.063.062.125-.124-.31-.248-.62-.186-.93 0-.247.062-.557.124-.804.186-.558.495-1.177.805-1.734-.619-.558-.929-1.362-.681-2.415.743-3.53 4.334-3.468 7.183-3.406 1.733 0 2.476 1.486 2.353 2.787 1.672.99 1.919 3.963-.496 4.458-.371.062-.99.31-1.362.248-.062 0-.062 0-.124.062-.062.185-.062.371-.062.371-.247.929-.433 1.92-.805 2.787-1.114 2.6-4.149 4.025-6.13 1.424Zm13.004 12.137c-1.301 2.353-4.83 3.22-6.688.99-.372-.433-.557-.928-.681-1.424-.434.248-.867.434-1.362.434-1.425 0-2.353-1.115-2.477-2.477-.062-.93.185-1.858.681-2.54.062-.804.495-1.671 1.238-1.98 1.796-.806 3.468-2.23 5.511-2.168 2.539.062 3.592 2.477 3.901 4.644.124 1.486.62 3.096-.123 4.52Zm15.232-8.112c-.495 1.61-2.043 1.981-3.22 1.548-.309.867-1.052 1.548-2.229 1.61-2.724.062-5.449.062-6.997-2.663-1.238-2.29-.681-5.387 1.362-6.997 1.92-1.61 4.892-1.486 6.75.186.495.433.805.929 1.053 1.424.557 0 1.052.062 1.609.124.805.124 1.549.99 1.734 1.734.186.99.248 1.981-.062 3.034Zm13.252 8.73c-.186 1.673-.248 3.159-1.548 4.46-1.053.99-3.158.99-3.901-.496-.062-.062-.062-.124-.062-.124-.062-.062-.124-.062-.186-.124.433.248-.124-.062-.248-.062l-.557-.186c-.929-.31-1.796-.619-2.663-1.052-1.734-.93-2.972-2.91-1.548-4.706.991-1.239 2.663-1.425 4.149-1.61 1.115-.124 2.167-.124 3.282-.124 1.238 0 2.353.99 2.477 2.23.495.37.867 1.052.805 1.795Z"/><path fill="url(#F)" d="m161.289 52.942.805 2.291-.867.124 12.075-1.92-.619-4.272-9.536 1.486v2.044l-1.053-1.858-3.653.557-.186 1.548-.805-1.424-2.229.372-.619 1.052 1.424 1.053-1.982-.124-1.672 2.725v-.062l1.487 1.052-1.92-.371-7.369 12.013 3.716 2.29 8.235-13.498-1.114-1.239 1.672.434-.31.495 1.115-1.857-.434-2.168 1.362 2.044-.928.124 3.219-.496.186-2.415Z"/><g fill="#CAA37D" style="mix-blend-mode:multiply"><path d="m162.086 55.233-.867.124 12.075-1.92-.31-2.166-11.641 1.857.743 2.105ZM156.578 53.871l-10.094 16.534 1.796 1.114 8.236-13.499-1.115-1.238 1.672.433-.31.496 1.115-1.858-.433-2.105-.867.123ZM161.223 53.128l-3.778.62 1.363 1.98-.929.124 3.22-.495.124-2.23Z"/></g><path fill="#D3EEFF" d="M168.596 78.269h-40.744l6.192 65.451h28.36l6.192-65.451Z"/><path fill="url(#G)" d="M168.596 78.269h-40.744l6.192 65.451h28.36l6.192-65.451Z"/><mask id="I" width="50" height="8" x="123" y="73" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="url(#H)" d="M171.999 80.003h-47.618a.978.978 0 0 1-.99-.991v-4.335c0-.557.433-.99.99-.99h47.618c.558 0 .991.433.991.99v4.335c0 .557-.433.99-.991.99Z"/></mask><g mask="url(#I)"><path fill="url(#J)" d="M171.999 80.003h-47.618a.978.978 0 0 1-.99-.991v-4.335c0-.557.433-.99.99-.99h47.618c.558 0 .991.433.991.99v4.335c0 .557-.433.99-.991.99Z"/><g style="mix-blend-mode:multiply"><path fill="#1C1C1C" d="M171.999 80.003h-47.618a.978.978 0 0 1-.99-.991v-4.335c0-.557.433-.99.99-.99h47.618c.558 0 .991.433.991.99v4.335c0 .557-.433.99-.991.99Z"/><path fill="url(#K)" d="M171.999 80.003h-47.618a.978.978 0 0 1-.99-.991v-4.335c0-.557.433-.99.99-.99h47.618c.558 0 .991.433.991.99v4.335c0 .557-.433.99-.991.99Z"/></g><path fill="url(#L)" d="M168.999 78.003h-47.618a.978.978 0 0 1-.99-.991v-4.335c0-.557.433-.99.99-.99h47.618c.558 0 .991.433.991.99v4.335c0 .557-.433.99-.991.99Z"/></g><path fill="#D3EEFF" d="M167.417 67.06h-38.515a2.973 2.973 0 0 0-2.972 2.973v3.715h44.46v-3.715c.062-1.672-1.301-2.972-2.973-2.972Z"/><path fill="url(#M)" d="M167.417 67.06h-38.515a2.973 2.973 0 0 0-2.972 2.973v3.715h44.46v-3.715c.062-1.672-1.301-2.972-2.973-2.972Z"/><path fill="#fff" d="M126.301 70.652a2.973 2.973 0 0 1 2.972-2.972h38.516c.991 0 1.858.495 2.415 1.238-.434-1.115-1.486-1.92-2.787-1.92h-38.515a2.973 2.973 0 0 0-2.972 2.973v3.715h.371v-3.034Z"/><path fill="url(#N)" d="m127.969 79.816 35.543 3.53-4.954 60.374h3.839l6.007-63.904h-40.435Z"/><g filter="url(#O)"><path fill="#fff" d="m158.87 70.157-28.484 1.796a.488.488 0 0 1-.495-.496v-1.796c0-.247.185-.495.495-.495h28.484c.248 0 .495.186.495.495 0 .248-.185.434-.495.496Z"/></g><g filter="url(#P)"><path fill="#fff" d="m134.042 86.38 4.273 51.767c.062 1.053.929 1.796 1.981 1.796a1.956 1.956 0 0 0 1.982-1.982V86.194a1.956 1.956 0 0 0-1.982-1.981h-4.272c-1.177 0-2.044.99-1.982 2.167Z"/></g><mask id="R" width="46" height="35" x="125" y="96" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="url(#Q)" d="m167.232 130.035 3.22-33.561h-44.46l3.158 33.561h38.082Z"/></mask><g mask="url(#R)"><path fill="url(#S)" d="m167.232 130.035 3.22-33.561h-44.46l3.158 33.561h38.082Z"/><g filter="url(#T)"><path fill="#1C1C1C" d="m121.156 97.085 39.983 3.084-3.151 33.255h7.821l3.487-36.339h-48.14Z"/><path fill="url(#U)" d="m121.156 97.085 39.983 3.084-3.151 33.255h7.821l3.487-36.339h-48.14Z"/></g></g></g><defs><linearGradient id="d" x1="63.064" x2="63.367" y1="65.958" y2="75.532" gradientUnits="userSpaceOnUse"><stop stop-color="#F4FAFF"/><stop offset="1" stop-color="#F4FAFF" stop-opacity="0"/></linearGradient><linearGradient id="f" x1="63.064" x2="63.367" y1="65.958" y2="75.532" gradientUnits="userSpaceOnUse"><stop stop-color="#F4FAFF"/><stop offset="1" stop-color="#F4FAFF" stop-opacity="0"/></linearGradient><linearGradient id="g" x1="63.064" x2="63.367" y1="65.958" y2="75.532" gradientUnits="userSpaceOnUse"><stop stop-color="#F4FAFF"/><stop offset="1" stop-color="#F4FAFF" stop-opacity="0"/></linearGradient><linearGradient id="j" x1="56.39" x2="94.276" y1="83.179" y2="124.072" gradientUnits="userSpaceOnUse"><stop stop-color="#F4FAFF"/><stop offset="1" stop-color="#F4FAFF" stop-opacity="0"/></linearGradient><linearGradient id="k" x1="87.096" x2="87.096" y1="73.748" y2="143.968" gradientUnits="userSpaceOnUse"><stop stop-color="#E7473D"/><stop offset="1" stop-color="#FF8532"/></linearGradient><linearGradient id="l" x1="101.578" x2="139.156" y1="83.179" y2="115.558" gradientUnits="userSpaceOnUse"><stop stop-color="#F4FAFF"/><stop offset="1" stop-color="#F4FAFF" stop-opacity="0"/></linearGradient><linearGradient id="m" x1="130.131" x2="130.131" y1="73.748" y2="143.968" gradientUnits="userSpaceOnUse"><stop stop-color="#E7473D"/><stop offset="1" stop-color="#FF8532"/></linearGradient><linearGradient id="n" x1="98.615" x2="98.615" y1="73.748" y2="143.968" gradientUnits="userSpaceOnUse"><stop stop-color="#E7473D"/><stop offset="1" stop-color="#FF8532"/></linearGradient><linearGradient id="q" x1="102.426" x2="102.424" y1="114.179" y2="144.091" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#0357CA"/></linearGradient><linearGradient id="r" x1="72.489" x2="83.674" y1="114.862" y2="136.605" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#0357CA"/></linearGradient><linearGradient id="s" x1="100.237" x2="100.237" y1="20.99" y2="69.32" gradientUnits="userSpaceOnUse"><stop stop-color="#FFF48F"/><stop offset="1" stop-color="#FFA24D"/></linearGradient><linearGradient id="t" x1="100.304" x2="100.304" y1="20.99" y2="69.444" gradientUnits="userSpaceOnUse"><stop stop-color="#FFF48F"/><stop offset="1" stop-color="#FFA24D"/></linearGradient><linearGradient id="v" x1="15.278" x2="63.948" y1="82.982" y2="149.204" gradientUnits="userSpaceOnUse"><stop stop-color="#C9E59A"/><stop offset="1" stop-color="#42AB44"/></linearGradient><linearGradient id="w" x1="63.092" x2="41.199" y1="76.642" y2="79.432" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="x" x1="33.593" x2="68.194" y1="76.642" y2="106.846" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="B" x1="44.282" x2="68.169" y1="93.651" y2="113.022" gradientUnits="userSpaceOnUse"><stop stop-color="#2A842B"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="C" x1="55.126" x2="49.276" y1="74.809" y2="139.212" gradientUnits="userSpaceOnUse"><stop stop-color="#CBE482"/><stop offset="1" stop-color="#CBE482" stop-opacity="0"/></linearGradient><linearGradient id="D" x1="46.403" x2="46.402" y1="107.802" y2="121.25" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#0357CA"/></linearGradient><linearGradient id="F" x1="158.936" x2="158.936" y1="49.165" y2="71.519" gradientUnits="userSpaceOnUse"><stop stop-color="#FFF48F"/><stop offset="1" stop-color="#FFA24D"/></linearGradient><linearGradient id="G" x1="133.157" x2="164.685" y1="87.059" y2="138.61" gradientUnits="userSpaceOnUse"><stop stop-color="#F4FAFF"/><stop offset="1" stop-color="#F4FAFF" stop-opacity="0"/></linearGradient><linearGradient id="H" x1="136.102" x2="162.483" y1="66.282" y2="85.704" gradientUnits="userSpaceOnUse"><stop stop-color="#80F982"/><stop offset="1" stop-color="#42AB44"/></linearGradient><linearGradient id="J" x1="148.19" x2="148.19" y1="73.686" y2="80.003" gradientUnits="userSpaceOnUse"><stop stop-color="#80F982"/><stop offset="1" stop-color="#42AB44"/></linearGradient><linearGradient id="K" x1="179.255" x2="178.196" y1="77.476" y2="68.172" gradientUnits="userSpaceOnUse"><stop stop-color="#3BAB43"/><stop offset="1" stop-color="#294ECE" stop-opacity="0"/></linearGradient><linearGradient id="L" x1="133.102" x2="159.483" y1="64.282" y2="83.704" gradientUnits="userSpaceOnUse"><stop stop-color="#80F982"/><stop offset="1" stop-color="#42AB44"/></linearGradient><linearGradient id="M" x1="131.719" x2="132.132" y1="67.959" y2="75.172" gradientUnits="userSpaceOnUse"><stop stop-color="#F4FAFF"/><stop offset="1" stop-color="#F4FAFF" stop-opacity="0"/></linearGradient><linearGradient id="Q" x1="148.222" x2="148.222" y1="96.474" y2="130.035" gradientUnits="userSpaceOnUse"><stop stop-color="#80F982"/><stop offset="1" stop-color="#42AB44"/></linearGradient><linearGradient id="S" x1="148.222" x2="148.222" y1="96.474" y2="130.035" gradientUnits="userSpaceOnUse"><stop stop-color="#80F982"/><stop offset="1" stop-color="#42AB44"/></linearGradient><linearGradient id="U" x1="175.376" x2="150.234" y1="118.889" y2="81.63" gradientUnits="userSpaceOnUse"><stop stop-color="#3BAB43"/><stop offset="1" stop-color="#294ECE" stop-opacity="0"/></linearGradient><filter id="b" width="169.672" height="16.04" x="14.328" y="137.719" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21660961" stdDeviation="2"/></filter><filter id="h" width="103.531" height="51.934" x="49.203" y="23.036" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21660961" stdDeviation=".5"/></filter><filter id="p" width="116.719" height="90.467" x="44.063" y="63.624" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21660961" stdDeviation="5"/></filter><filter id="u" width="74.539" height="70.022" x="5.203" y="70.43" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21660961" stdDeviation="2.5"/></filter><filter id="O" width="31.477" height="4.787" x="128.891" y="68.166" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21660961" stdDeviation=".5"/></filter><filter id="P" width="12.242" height="59.73" x="132.039" y="82.213" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21660961" stdDeviation="1"/></filter><filter id="T" width="52.141" height="40.339" x="119.156" y="95.085" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21660961" stdDeviation="1"/></filter><radialGradient id="c" cx="0" cy="0" r="1" gradientTransform="rotate(90.007 -23.279 122.445) scale(2.12098 42.6483)" gradientUnits="userSpaceOnUse"><stop stop-color="#6A99DD"/><stop offset="1" stop-color="#A0C0EF"/></radialGradient><radialGradient id="i" cx="0" cy="0" r="1" gradientTransform="rotate(92.644 27.879 72.653) scale(12.7492 26.8714)" gradientUnits="userSpaceOnUse"><stop stop-color="#6A99DD"/><stop offset="1" stop-color="#A0C0EF"/></radialGradient><radialGradient id="y" cx="0" cy="0" r="1" gradientTransform="rotate(45.382 -101.458 86.33) scale(42.3709 44.3899)" gradientUnits="userSpaceOnUse"><stop offset=".411" stop-color="#42AB44"/><stop offset="1" stop-color="#D6F3A4"/></radialGradient><radialGradient id="z" cx="0" cy="0" r="1" gradientTransform="rotate(45.382 -101.458 86.33) scale(42.3709 44.3899)" gradientUnits="userSpaceOnUse"><stop offset=".411" stop-color="#42AB44"/><stop offset="1" stop-color="#D6F3A4"/></radialGradient><radialGradient id="E" cx="0" cy="0" r="1" gradientTransform="matrix(7.1128 36.53231 -176.52136 34.36855 96.706 39.149)" gradientUnits="userSpaceOnUse"><stop stop-color="#6A99DD" stop-opacity="0"/><stop offset="1" stop-color="#A0C0EF"/></radialGradient><radialGradient id="N" cx="0" cy="0" r="1" gradientTransform="rotate(90 18.21 129.977) scale(16.8575 10.6666)" gradientUnits="userSpaceOnUse"><stop stop-color="#6A99DD"/><stop offset="1" stop-color="#A0C0EF"/></radialGradient><clipPath id="a"><path fill="#fff" d="M0 0h180v160H0z"/></clipPath></defs></svg>
|