@redneckz/wildless-cms-uni-blocks 0.3.62 → 0.3.64
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 +87 -26
- package/bundle/bundle.umd.min.js +1 -1
- package/cosmos-static/icons/AirPlane.svg +1 -0
- package/cosmos-static/icons/CarIcon.svg +1 -0
- package/cosmos-static/icons/CinemaIcon.svg +1 -0
- package/cosmos-static/icons/DocsIcon.svg +1 -0
- package/cosmos-static/icons/PowerIcon.svg +1 -0
- package/cosmos-static/icons/PumpkinIcon.svg +1 -0
- package/cosmos-static/icons/SoundIcon.svg +1 -0
- package/cosmos-static/icons/WateringCan.svg +1 -0
- package/dist/components/Accordion/Accordion.js +7 -2
- package/dist/components/Accordion/Accordion.js.map +1 -1
- package/dist/components/Accordion/AccordionContent.d.ts +3 -0
- package/dist/components/BaseTile/BaseTileProps.d.ts +1 -9
- package/dist/components/BenefitsBlock/BenefitsBlock.js +3 -3
- package/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
- package/dist/components/BlockContent.d.ts +2 -1
- package/dist/components/Blocks.d.ts +1 -0
- package/dist/components/Blocks.js +2 -0
- package/dist/components/Blocks.js.map +1 -1
- package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.d.ts +5 -0
- package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +14 -0
- package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -0
- package/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +21 -0
- package/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.js +2 -0
- package/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.js.map +1 -0
- package/dist/components/BonusBenefitsBlock/getElementsColsValue.d.ts +1 -0
- package/dist/components/BonusBenefitsBlock/getElementsColsValue.js +17 -0
- package/dist/components/BonusBenefitsBlock/getElementsColsValue.js.map +1 -0
- package/dist/components/Headline/HeadlineContent.d.ts +1 -1
- package/dist/components/Headline/constants.d.ts +1 -1
- package/dist/components/LinkDocs/LinkDocsContent.d.ts +1 -1
- package/dist/components/OtherProducts/OtherProductsContent.d.ts +1 -1
- package/dist/components/OtherProducts/OtherProductsItem.d.ts +1 -2
- package/dist/components/OtherProducts/OtherProductsItem.js +10 -7
- package/dist/components/OtherProducts/OtherProductsItem.js.map +1 -1
- package/dist/components/TariffsTable/TariffsTable.js +8 -3
- package/dist/components/TariffsTable/TariffsTable.js.map +1 -1
- package/dist/components/TariffsTable/TariffsTableContent.d.ts +7 -5
- package/dist/content-page-repository/ContentPageRepository.js +1 -1
- package/dist/content-page-repository/ContentPageRepository.js.map +1 -1
- package/dist/icons/IconName.d.ts +22 -6
- package/dist/icons/IconName.js +18 -2
- package/dist/icons/IconName.js.map +1 -1
- package/dist/model/AlignType.d.ts +9 -0
- package/dist/model/AlignType.js +2 -0
- package/dist/model/AlignType.js.map +1 -0
- package/dist/model/VNode.d.ts +1 -0
- package/dist/model/VNode.js +2 -0
- package/dist/model/VNode.js.map +1 -0
- package/dist/types.d.ts +1 -0
- package/dist/ui-kit/Foldable/Foldable.d.ts +20 -0
- package/dist/ui-kit/Foldable/Foldable.js +22 -0
- package/dist/ui-kit/Foldable/Foldable.js.map +1 -0
- package/dist/ui-kit/Foldable/useActiveHandler.d.ts +11 -0
- package/dist/ui-kit/Foldable/useActiveHandler.js +22 -0
- package/dist/ui-kit/Foldable/useActiveHandler.js.map +1 -0
- package/lib/common.css +1 -1
- package/lib/components/Accordion/Accordion.fixture.d.ts +1 -0
- package/lib/components/Accordion/Accordion.js +7 -2
- package/lib/components/Accordion/Accordion.js.map +1 -1
- package/lib/components/Accordion/AccordionContent.d.ts +3 -0
- package/lib/components/BaseTile/BaseTileProps.d.ts +1 -9
- package/lib/components/BenefitsBlock/BenefitsBlock.js +3 -3
- package/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
- package/lib/components/BlockContent.d.ts +2 -1
- package/lib/components/Blocks.d.ts +1 -0
- package/lib/components/Blocks.js +2 -0
- package/lib/components/Blocks.js.map +1 -1
- package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.d.ts +5 -0
- package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.fixture.d.ts +4 -0
- package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +12 -0
- package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -0
- package/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +21 -0
- package/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.js +2 -0
- package/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.js.map +1 -0
- package/lib/components/BonusBenefitsBlock/getElementsColsValue.d.ts +1 -0
- package/lib/components/BonusBenefitsBlock/getElementsColsValue.js +14 -0
- package/lib/components/BonusBenefitsBlock/getElementsColsValue.js.map +1 -0
- package/lib/components/Headline/HeadlineContent.d.ts +1 -1
- package/lib/components/Headline/constants.d.ts +1 -1
- package/lib/components/LinkDocs/LinkDocsContent.d.ts +1 -1
- package/lib/components/OtherProducts/OtherProductsContent.d.ts +1 -1
- package/lib/components/OtherProducts/OtherProductsItem.d.ts +1 -2
- package/lib/components/OtherProducts/OtherProductsItem.js +11 -8
- package/lib/components/OtherProducts/OtherProductsItem.js.map +1 -1
- package/lib/components/TariffsTable/TariffsTable.js +8 -3
- package/lib/components/TariffsTable/TariffsTable.js.map +1 -1
- package/lib/components/TariffsTable/TariffsTableContent.d.ts +7 -5
- package/lib/content-page-repository/ContentPageRepository.js +1 -1
- package/lib/content-page-repository/ContentPageRepository.js.map +1 -1
- package/lib/icons/IconName.d.ts +22 -6
- package/lib/icons/IconName.js +18 -2
- package/lib/icons/IconName.js.map +1 -1
- package/lib/model/AlignType.d.ts +9 -0
- package/lib/model/AlignType.js +2 -0
- package/lib/model/AlignType.js.map +1 -0
- package/lib/model/VNode.d.ts +1 -0
- package/lib/model/VNode.js +2 -0
- package/lib/model/VNode.js.map +1 -0
- package/lib/types.d.ts +1 -0
- package/lib/ui-kit/Foldable/Foldable.d.ts +20 -0
- package/lib/ui-kit/Foldable/Foldable.js +20 -0
- package/lib/ui-kit/Foldable/Foldable.js.map +1 -0
- package/lib/ui-kit/Foldable/useActiveHandler.d.ts +11 -0
- package/lib/ui-kit/Foldable/useActiveHandler.js +19 -0
- package/lib/ui-kit/Foldable/useActiveHandler.js.map +1 -0
- package/mobile/bundle/bundle.umd.js +18 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/Accordion/AccordionContent.d.ts +3 -0
- package/mobile/dist/components/BaseTile/BaseTileProps.d.ts +1 -9
- package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js +3 -3
- package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
- package/mobile/dist/components/BlockContent.d.ts +2 -1
- package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.d.ts +5 -0
- package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +14 -0
- package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -0
- package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +21 -0
- package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.js +2 -0
- package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.js.map +1 -0
- package/mobile/dist/components/BonusBenefitsBlock/getElementsColsValue.d.ts +1 -0
- package/mobile/dist/components/BonusBenefitsBlock/getElementsColsValue.js +17 -0
- package/mobile/dist/components/BonusBenefitsBlock/getElementsColsValue.js.map +1 -0
- package/mobile/dist/components/Headline/HeadlineContent.d.ts +1 -1
- package/mobile/dist/components/Headline/constants.d.ts +1 -1
- package/mobile/dist/components/LinkDocs/LinkDocsContent.d.ts +1 -1
- package/mobile/dist/components/OtherProducts/OtherProductsContent.d.ts +1 -1
- package/mobile/dist/components/OtherProducts/OtherProductsItem.d.ts +1 -2
- package/mobile/dist/components/OtherProducts/OtherProductsItem.js +10 -7
- package/mobile/dist/components/OtherProducts/OtherProductsItem.js.map +1 -1
- package/mobile/dist/components/TariffsTable/TariffsTableContent.d.ts +7 -5
- package/mobile/dist/content-page-repository/ContentPageRepository.js +1 -1
- package/mobile/dist/content-page-repository/ContentPageRepository.js.map +1 -1
- package/mobile/dist/icons/IconName.d.ts +22 -6
- package/mobile/dist/icons/IconName.js +18 -2
- package/mobile/dist/icons/IconName.js.map +1 -1
- package/mobile/dist/model/AlignType.d.ts +9 -0
- package/mobile/dist/model/AlignType.js +2 -0
- package/mobile/dist/model/AlignType.js.map +1 -0
- package/mobile/dist/model/VNode.d.ts +1 -0
- package/mobile/dist/model/VNode.js +2 -0
- package/mobile/dist/model/VNode.js.map +1 -0
- package/mobile/dist/types.d.ts +1 -0
- package/mobile/dist/ui-kit/Foldable/Foldable.d.ts +20 -0
- package/mobile/dist/ui-kit/Foldable/Foldable.js +22 -0
- package/mobile/dist/ui-kit/Foldable/Foldable.js.map +1 -0
- package/mobile/dist/ui-kit/Foldable/useActiveHandler.d.ts +11 -0
- package/mobile/dist/ui-kit/Foldable/useActiveHandler.js +22 -0
- package/mobile/dist/ui-kit/Foldable/useActiveHandler.js.map +1 -0
- package/mobile/lib/components/Accordion/AccordionContent.d.ts +3 -0
- package/mobile/lib/components/BaseTile/BaseTileProps.d.ts +1 -9
- package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js +3 -3
- package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
- package/mobile/lib/components/BlockContent.d.ts +2 -1
- package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.d.ts +5 -0
- package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +12 -0
- package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -0
- package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +21 -0
- package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.js +2 -0
- package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.js.map +1 -0
- package/mobile/lib/components/BonusBenefitsBlock/getElementsColsValue.d.ts +1 -0
- package/mobile/lib/components/BonusBenefitsBlock/getElementsColsValue.js +14 -0
- package/mobile/lib/components/BonusBenefitsBlock/getElementsColsValue.js.map +1 -0
- package/mobile/lib/components/Headline/HeadlineContent.d.ts +1 -1
- package/mobile/lib/components/Headline/constants.d.ts +1 -1
- package/mobile/lib/components/LinkDocs/LinkDocsContent.d.ts +1 -1
- package/mobile/lib/components/OtherProducts/OtherProductsContent.d.ts +1 -1
- package/mobile/lib/components/OtherProducts/OtherProductsItem.d.ts +1 -2
- package/mobile/lib/components/OtherProducts/OtherProductsItem.js +11 -8
- package/mobile/lib/components/OtherProducts/OtherProductsItem.js.map +1 -1
- package/mobile/lib/components/TariffsTable/TariffsTableContent.d.ts +7 -5
- package/mobile/lib/content-page-repository/ContentPageRepository.js +1 -1
- package/mobile/lib/content-page-repository/ContentPageRepository.js.map +1 -1
- package/mobile/lib/icons/IconName.d.ts +22 -6
- package/mobile/lib/icons/IconName.js +18 -2
- package/mobile/lib/icons/IconName.js.map +1 -1
- package/mobile/lib/model/AlignType.d.ts +9 -0
- package/mobile/lib/model/AlignType.js +2 -0
- package/mobile/lib/model/AlignType.js.map +1 -0
- package/mobile/lib/model/VNode.d.ts +1 -0
- package/mobile/lib/model/VNode.js +2 -0
- package/mobile/lib/model/VNode.js.map +1 -0
- package/mobile/lib/types.d.ts +1 -0
- package/mobile/lib/ui-kit/Foldable/Foldable.d.ts +20 -0
- package/mobile/lib/ui-kit/Foldable/Foldable.js +20 -0
- package/mobile/lib/ui-kit/Foldable/Foldable.js.map +1 -0
- package/mobile/lib/ui-kit/Foldable/useActiveHandler.d.ts +11 -0
- package/mobile/lib/ui-kit/Foldable/useActiveHandler.js +19 -0
- package/mobile/lib/ui-kit/Foldable/useActiveHandler.js.map +1 -0
- package/mobile/src/components/Accordion/AccordionContent.ts +3 -0
- package/mobile/src/components/BaseTile/BaseTileProps.ts +1 -10
- package/mobile/src/components/BenefitsBlock/BenefitsBlock.tsx +6 -8
- package/mobile/src/components/BlockContent.ts +3 -1
- package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.example.json +54 -0
- package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +49 -0
- package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +23 -0
- package/mobile/src/components/BonusBenefitsBlock/getElementsColsValue.ts +12 -0
- package/mobile/src/components/Headline/HeadlineContent.ts +1 -1
- package/mobile/src/components/Headline/constants.ts +1 -1
- package/mobile/src/components/LinkDocs/LinkDocsContent.ts +1 -1
- package/mobile/src/components/OtherProducts/OtherProductsContent.ts +1 -1
- package/mobile/src/components/OtherProducts/OtherProductsItem.tsx +33 -23
- package/mobile/src/components/TariffsTable/TariffsTableContent.ts +7 -5
- package/mobile/src/content-page-repository/ContentPageRepository.ts +1 -1
- package/mobile/src/icons/AirPlane.svg +98 -0
- package/mobile/src/icons/ArrowUpIcon.svg +1 -1
- package/mobile/src/icons/ArrowsRewindRight.svg +1 -1
- package/mobile/src/icons/CarIcon.svg +466 -0
- package/mobile/src/icons/CinemaIcon.svg +274 -0
- package/mobile/src/icons/DocsIcon.svg +238 -0
- package/mobile/src/icons/IconName.ts +4 -4
- package/mobile/src/icons/PowerIcon.svg +135 -0
- package/mobile/src/icons/PumpkinIcon.svg +236 -0
- package/mobile/src/icons/SoundIcon.svg +113 -0
- package/mobile/src/icons/WateringCan.svg +497 -0
- package/mobile/src/model/AlignType.ts +9 -0
- package/mobile/src/model/VNode.ts +1 -0
- package/mobile/src/types.ts +1 -0
- package/mobile/src/ui-kit/Foldable/Foldable.tsx +81 -0
- package/mobile/src/ui-kit/Foldable/useActiveHandler.ts +34 -0
- package/package.json +1 -1
- package/src/components/Accordion/Accordion.fixture.tsx +24 -2
- package/src/components/Accordion/Accordion.tsx +23 -2
- package/src/components/Accordion/AccordionContent.ts +3 -0
- package/src/components/BaseTile/BaseTileProps.ts +1 -10
- package/src/components/BenefitsBlock/BenefitsBlock.tsx +6 -8
- package/src/components/BlockContent.ts +3 -1
- package/src/components/Blocks.ts +2 -0
- package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.example.json +54 -0
- package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.fixture.tsx +50 -0
- package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +49 -0
- package/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +23 -0
- package/src/components/BonusBenefitsBlock/getElementsColsValue.ts +12 -0
- package/src/components/Headline/HeadlineContent.ts +1 -1
- package/src/components/Headline/constants.ts +1 -1
- package/src/components/LinkDocs/LinkDocs.tsx +1 -1
- package/src/components/LinkDocs/LinkDocsContent.ts +1 -1
- package/src/components/OtherProducts/OtherProductsContent.ts +1 -1
- package/src/components/OtherProducts/OtherProductsItem.tsx +33 -23
- package/src/components/TariffsTable/TariffsTable.fixture.tsx +4 -1
- package/src/components/TariffsTable/TariffsTable.tsx +55 -18
- package/src/components/TariffsTable/TariffsTableContent.ts +7 -5
- package/src/content-page-repository/ContentPageRepository.ts +1 -1
- package/src/icons/AirPlane.svg +98 -0
- package/src/icons/ArrowUpIcon.svg +1 -1
- package/src/icons/ArrowsRewindRight.svg +1 -1
- package/src/icons/CarIcon.svg +466 -0
- package/src/icons/CinemaIcon.svg +274 -0
- package/src/icons/DocsIcon.svg +238 -0
- package/src/icons/IconName.ts +28 -4
- package/src/icons/PowerIcon.svg +135 -0
- package/src/icons/PumpkinIcon.svg +236 -0
- package/src/icons/SoundIcon.svg +113 -0
- package/src/icons/WateringCan.svg +497 -0
- package/src/model/AlignType.ts +9 -0
- package/src/model/VNode.ts +1 -0
- package/src/types.ts +1 -0
- package/src/ui-kit/Foldable/Foldable.tsx +81 -0
- package/src/ui-kit/Foldable/useActiveHandler.ts +34 -0
- package/dist/components/OtherProducts/OtherProductsItemInner.d.ts +0 -2
- package/dist/components/OtherProducts/OtherProductsItemInner.js +0 -10
- package/dist/components/OtherProducts/OtherProductsItemInner.js.map +0 -1
- package/dist/components/OtherProducts/useActiveHandler.d.ts +0 -7
- package/dist/components/OtherProducts/useActiveHandler.js +0 -21
- package/dist/components/OtherProducts/useActiveHandler.js.map +0 -1
- package/lib/components/OtherProducts/OtherProductsItemInner.d.ts +0 -2
- package/lib/components/OtherProducts/OtherProductsItemInner.js +0 -8
- package/lib/components/OtherProducts/OtherProductsItemInner.js.map +0 -1
- package/lib/components/OtherProducts/useActiveHandler.d.ts +0 -7
- package/lib/components/OtherProducts/useActiveHandler.js +0 -18
- package/lib/components/OtherProducts/useActiveHandler.js.map +0 -1
- package/mobile/dist/components/OtherProducts/OtherProductsItemInner.d.ts +0 -2
- package/mobile/dist/components/OtherProducts/OtherProductsItemInner.js +0 -10
- package/mobile/dist/components/OtherProducts/OtherProductsItemInner.js.map +0 -1
- package/mobile/dist/components/OtherProducts/useActiveHandler.d.ts +0 -7
- package/mobile/dist/components/OtherProducts/useActiveHandler.js +0 -21
- package/mobile/dist/components/OtherProducts/useActiveHandler.js.map +0 -1
- package/mobile/lib/components/OtherProducts/OtherProductsItemInner.d.ts +0 -2
- package/mobile/lib/components/OtherProducts/OtherProductsItemInner.js +0 -8
- package/mobile/lib/components/OtherProducts/OtherProductsItemInner.js.map +0 -1
- package/mobile/lib/components/OtherProducts/useActiveHandler.d.ts +0 -7
- package/mobile/lib/components/OtherProducts/useActiveHandler.js +0 -18
- package/mobile/lib/components/OtherProducts/useActiveHandler.js.map +0 -1
- package/mobile/src/components/OtherProducts/OtherProductsItemInner.tsx +0 -14
- package/mobile/src/components/OtherProducts/useActiveHandler.ts +0 -24
- package/src/components/OtherProducts/OtherProductsItemInner.tsx +0 -14
- package/src/components/OtherProducts/useActiveHandler.ts +0 -24
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="icon" width="180" height="160" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h180v160H0z"/><g filter="url(#filter0_f_10079_21473034)"><path d="M108.382 152.6c32.9 0 59.57-1.943 59.57-4.34 0-2.396-26.67-4.339-59.57-4.339s-59.57 1.943-59.57 4.339c0 2.397 26.67 4.34 59.57 4.34Z" fill="url(#paint0_radial_10079_21473034)"/></g><path d="m76.435 96.71-52.86-46.218-3.278 2.644 55.926 60.18.106.105.106.106c.528 0 1.057-2.855 1.057-6.346-.106-3.596-.529-10.47-1.057-10.47Z" fill="#1F247A"/><path fill-rule="evenodd" clip-rule="evenodd" d="M75.906 63.606h67.027v65.151h-.004c.003.035.004.07.004.106 0 3.504-15.004 6.345-33.513 6.345-18.51 0-33.514-2.841-33.514-6.345 0-.036.002-.071.005-.106h-.005v-65.15Z" fill="#B5E2FF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M75.906 63.606h67.027v65.151h-.004c.003.035.004.07.004.106 0 3.504-15.004 6.345-33.513 6.345-18.51 0-33.514-2.841-33.514-6.345 0-.036.002-.071.005-.106h-.005v-65.15Z" fill="url(#paint1_linear_10079_21473034)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M75.906 63.606h67.027v65.151h-.004c.003.035.004.07.004.106 0 3.504-15.004 6.345-33.513 6.345-18.51 0-33.514-2.841-33.514-6.345 0-.036.002-.071.005-.106h-.005v-65.15Z" fill="url(#paint2_linear_10079_21473034)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M75.906 63.606h67.027v65.151h-.004c.003.035.004.07.004.106 0 3.504-15.004 6.345-33.513 6.345-18.51 0-33.514-2.841-33.514-6.345 0-.036.002-.071.005-.106h-.005v-65.15Z" fill="url(#paint3_linear_10079_21473034)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M109.42 58.106c18.501 0 33.513 2.856 33.513 6.346 0 .106 0 .212.106.106.106.211.106.317.106.423 0 .952-1.163 1.798-3.172 2.644-1.586.635-2.643 2.221-2.643 3.913v.106c0 1.058.952 1.798 1.903 1.48.423-.105.635-.21.635-.21l.406-.115c.633-.176 1.312-.366 1.919-.626-.528.74-1.268 1.163-2.008 1.587a8.97 8.97 0 0 1-2.326.951c-.106 0-.185.027-.264.053-.08.027-.159.053-.265.053 0 .846.846 1.48 1.692 1.27.528-.106.846-.212.846-.212l.406-.114c.633-.177 1.312-.366 1.919-.627-.528.74-1.268 1.164-2.008 1.587-.74.423-1.48.74-2.326.952a.776.776 0 0 0-.264.053c-.08.026-.159.052-.265.052 0 .847.846 1.481 1.692 1.27.528-.106.846-.212.846-.212l.406-.114c.633-.176 1.312-.366 1.919-.626-.528.74-1.268 1.163-2.008 1.586-.74.423-1.48.74-2.326.952a.776.776 0 0 0-.264.053c-.08.026-.159.053-.265.053v48.968c-.634.212-1.163.318-1.691.423-.846.212-1.692.423-2.538.529l-.74.106c-.264.053-.502.079-.74.106a8.132 8.132 0 0 0-.74.106l-2.854.528c-.212 0-.397.027-.582.053a3.88 3.88 0 0 1-.581.053c-5.815.635-11.629.846-17.444.846-.899 0-1.771-.026-2.643-.053-.872-.026-1.745-.053-2.643-.053-2.855-.105-5.075-2.432-5.075-5.288V85.213a.962.962 0 0 1-.21-.348l-.105-.423c-.106-.317-.423-.635-.846-.635-3.277-.317-8.986-.952-12.898-2.75 0 0 4.969.952 8.352 1.481 2.269.426 4.49.423 5.707.375v-.205l-.425-.064c-.317 0-.635-.318-.74-.635l-.106-.423c-.211-.317-.423-.635-.846-.635-2.96-.317-8.669-1.269-11.84-2.75 0 0 4.546.953 7.611 1.481 3.066.53 6.344.423 6.344.423v.635h.002v-1.01l-.316-.048c-.317 0-.634-.317-.74-.634l-.106-.423c-.211-.318-.422-.635-.845-.635-2.96-.317-8.352-1.163-11.841-2.75 0 0 4.546.952 7.612 1.48 2.74.568 5.649.544 6.236.532v-2.33c0-2.009-1.586-3.7-3.594-3.912-11.524-.952-19.559-3.173-19.559-5.712 0-.124.036-.211.067-.284.02-.051.039-.095.039-.139-.106-.211-.106-.317-.106-.423 0-3.49 15.013-6.346 33.514-6.346Z" fill="url(#paint4_linear_10079_21473034)"/><path d="M76.435 96.71 21.249 48.378s-7.93-4.23-1.798 2.327c18.713 20.095 56.667 60.814 56.984 60.814.529 0 .951-2.01 1.057-5.183-.106-3.596-.528-9.624-1.057-9.624Z" fill="url(#paint5_linear_10079_21473034)"/><path d="M75.906 127.276c0 .741.635 1.27 1.269 1.693.634.423 1.269.74 2.009.951 1.374.529 2.748.847 4.228 1.164 2.855.634 5.71 1.057 8.67 1.375 5.814.634 11.629.846 17.444.846 5.814 0 11.629-.212 17.444-.846 2.854-.318 5.814-.741 8.669-1.375 1.374-.317 2.854-.635 4.229-1.164.634-.211 1.374-.528 2.008-.951.635-.423 1.163-.952 1.269-1.693 0 .741-.634 1.375-1.163 1.798-.634.423-1.269.741-1.903 1.058-1.374.529-2.749.952-4.229 1.375-2.854.74-5.709 1.163-8.669 1.586-5.815.741-11.629.952-17.55 1.058-5.814 0-11.735-.317-17.55-1.058-2.854-.423-5.814-.846-8.669-1.586-1.374-.423-2.854-.74-4.228-1.375-.635-.317-1.375-.635-1.903-1.058-.74-.423-1.375-1.057-1.375-1.798Z" fill="#2C2B2A"/><path d="M109.417 135.103c-16.492 0-34.042-2.433-34.042-6.875 0-.317.211-.529.529-.529.317 0 .528.212.528.529 0 2.75 13.532 5.817 32.985 5.817s32.985-3.067 32.985-5.817c0-.317.212-.529.529-.529.317 0 .528.212.528.529 0 4.548-17.549 6.875-34.042 6.875Z" fill="#fff"/><path d="M109.417 135.103c-16.492 0-34.042-2.432-34.042-6.874 0-.318.211-.529.529-.529.317 0 .528.211.528.529 0 2.749 13.532 5.817 32.985 5.817s32.985-3.068 32.985-5.817c0-.318.212-.529.529-.529.317 0 .528.211.528.529 0 4.547-17.549 6.874-34.042 6.874Z" fill="#fff"/><path d="M69.672 104.643s5.075 5.288 6.132 2.961c1.057-2.327 1.374-5.394 1.374-5.394s1.057 6.875-.211 9.413c-1.269 2.538-.952 1.692-.952 1.692l-6.343-8.672Z" fill="#1F247A"/><path d="M83.305 62.549s.845 1.375 2.22 0c1.48-1.375 1.057 1.058 1.057 1.058s-1.903.211-2.537 0c-.529-.212-.74-1.058-.74-1.058Z" fill="#2C2B2A"/><path d="m85 75.24 11.1.952c3.701.317 7.401.529 11.101 1.058-3.7.317-7.506.317-11.206 0-3.7-.318-7.4-.846-10.995-2.01ZM85 78.096c3.277.212 6.449.529 9.62.846 3.172.318 6.45.635 9.621 1.058-3.277.317-6.449.212-9.726 0-3.172-.317-6.45-.846-9.515-1.904ZM85 80.952c2.855.105 5.709.423 8.458.74 2.854.317 5.603.635 8.457 1.163-2.854.318-5.709.212-8.563-.105-2.855-.318-5.603-.847-8.352-1.798Z" fill="#B5E2FF"/><path d="M109.417 70.48c-16.492 0-34.042-2.432-34.042-6.874s17.55-6.875 34.042-6.875c16.493 0 34.042 2.433 34.042 6.875s-17.549 6.875-34.042 6.875Zm0-12.69c-19.453 0-32.985 3.066-32.985 5.816s13.532 5.817 32.985 5.817 32.985-3.067 32.985-5.817-13.532-5.817-32.985-5.817Z" fill="#fff"/><path d="M109.42 69.635c18.509 0 33.513-2.841 33.513-6.346s-15.004-6.346-33.513-6.346c-18.51 0-33.514 2.842-33.514 6.346 0 3.505 15.005 6.346 33.514 6.346Z" fill="url(#paint6_linear_10079_21473034)"/><g opacity=".5"><path d="M86.586 62.655h-2.009c-.74 0-1.374.634-1.269 1.48.212 1.27.423 2.433.74 3.702 1.163.212 2.432.529 3.7.74-.528-2.009-.845-3.913-1.162-5.922Z" fill="#fff"/><path d="M88.488 62.655h-3.066c.317 1.903.74 3.807 1.374 5.711.952.212 1.903.317 2.96.423-.528-1.692-1.057-4.654-1.268-6.134Z" fill="url(#paint7_linear_10079_21473034)"/></g><path d="M111.532 65.51s-23.787-1.057-26.007-1.057c-2.22 0-2.22-1.904-2.22-1.904l28.227.211v2.75Z" fill="#42AB44"/><path d="m104.451 60.539 9.726 8.673c.317.317.846.423 1.269.423 10.149-1.164 27.487-1.375 27.487-6.029 0-4.97-21.884-5.923-37.319-6.028-1.48 0-2.326 1.903-1.163 2.961Z" fill="url(#paint8_linear_10079_21473034)"/><path d="m104.451 60.539 9.726 8.673c.317.317.846.423 1.269.423 10.149-1.164 27.487-1.375 27.487-6.029 0-4.97-21.884-5.923-37.319-6.028-1.48 0-2.326 1.903-1.163 2.961Z" fill="url(#paint9_linear_10079_21473034)"/><path d="M130.566 23.733c-23.788-1.48-43.874 15.548-47.258 38.18-.105.847.529 1.587 1.375 1.587h3.7c2.643-20.306 20.616-35.854 41.866-34.479 19.241 1.27 34.993 16.605 36.791 35.748 1.691 17.98-8.881 33.845-24.211 40.296v5.712c18.079-6.558 30.765-24.326 29.602-44.95-1.163-22.422-19.347-40.719-41.865-42.094Z" fill="#B5E2FF"/><path d="M130.566 23.733c-23.788-1.48-43.874 15.548-47.258 38.18-.105.847.529 1.587 1.375 1.587h3.7c2.643-20.306 20.616-35.854 41.866-34.479 19.241 1.27 34.993 16.605 36.791 35.748 1.691 17.98-8.881 33.845-24.211 40.296v5.712c18.079-6.558 30.765-24.326 29.602-44.95-1.163-22.422-19.347-40.719-41.865-42.094Z" fill="url(#paint10_linear_10079_21473034)"/><path d="M142.938 110.354v.423a44.745 44.745 0 0 0 10.677-5.606c-3.277 2.221-6.872 3.914-10.677 5.183Z" fill="#E8E8E8"/><path d="M127.711 23.628c-22.624 0-41.23 16.71-44.403 38.392-.105.74.529 1.48 1.27 1.48h2.008c2.643-21.47 21.038-38.074 43.134-38.074 14.167 0 26.853 6.875 34.782 17.345-8.14-11.528-21.567-19.143-36.791-19.143Z" fill="url(#paint11_linear_10079_21473034)"/><path d="M127.711 23.628c-22.624 0-41.23 16.71-44.403 38.392-.105.74.529 1.48 1.27 1.48h2.008c2.643-21.47 21.038-38.074 43.134-38.074 14.167 0 26.853 6.875 34.782 17.345-8.14-11.528-21.567-19.143-36.791-19.143Z" fill="url(#paint12_linear_10079_21473034)" fill-opacity=".5"/><path d="M127.71 28.916c8.669 0 16.704 2.75 23.153 7.51-6.872-5.395-15.541-8.568-25.056-8.568-20.192 0-37.213 16.288-40.385 35.643h3.066c.317-1.692.846-4.971 1.374-6.558 4.97-16.181 20.087-28.027 37.848-28.027ZM156.568 95.652c-3.806 4.02-8.458 7.298-13.638 9.413v.741c5.286-2.433 9.832-5.923 13.638-10.154Z" fill="#42AB44"/><path d="M171.165 64.981c-.106 3.173-.634 6.24-1.374 9.202-2.22 12.903-10.044 24.008-20.933 30.46-1.903 1.163-3.806 2.327-5.92 3.173v2.961c13.638-4.971 24.21-16.287 28.016-30.354.528-2.644.74-5.394.74-8.144a33.022 33.022 0 0 0-.529-7.298Z" fill="#42AB44"/><path d="M164.399 86.874c-3.806 6.135-9.092 11.317-15.33 14.913-1.903 1.269-4.017 2.327-6.131 3.279v1.586c1.797-.74 3.594-1.798 5.391-2.961 6.978-4.02 12.37-9.942 16.07-16.817Z" fill="url(#paint13_linear_10079_21473034)"/><path d="M142.938 110.777v-2.961c2.114-.846 4.017-1.904 5.92-3.173a43.966 43.966 0 0 0 20.933-30.46c-1.163 4.548-3.066 8.778-5.498 12.692-3.594 6.874-9.092 12.797-15.964 16.816-1.797 1.164-3.594 2.115-5.391 2.962v4.124Z" fill="#fff"/><path d="M113.328 29.022c6.555-2.855 14.061-3.807 21.25-2.855 3.595.528 7.189 1.586 10.572 2.96 3.383 1.482 6.555 3.385 9.409 5.712.74.529 1.375 1.163 2.115 1.798l1.057.952.951.952c.635.634 1.269 1.375 1.903 2.01l1.692 2.115c.634.74 1.057 1.48 1.586 2.326.528.74 1.057 1.481 1.374 2.327l1.269 2.433 1.057 2.538c1.269 3.385 2.22 6.98 2.537 10.577.212 1.797.212 3.595.212 5.393-.106 1.798-.212 3.596-.635 5.394.212-3.596.106-7.192-.634-10.682-.528-3.49-1.586-6.874-2.96-10.153-2.854-6.452-7.189-12.163-12.687-16.5-2.748-2.22-5.709-4.018-8.88-5.499-3.172-1.48-6.555-2.432-10.044-3.173-7.083-1.057-14.272-.634-21.144 1.375ZM20.403 51.867l56.35 56.584.528-2.433c0-1.798-.106-4.125-.317-5.923L23.363 50.704s-6.132-2.221-2.96 1.163Z" fill="#42AB44"/><path d="m22.414 56.52 4.652-5.077 4.969 4.337c0 2.326-2.326 4.865-5.392 5.076l-4.229-4.336Z" fill="#BFE7FF"/><path d="m27.172 52.501 4.334 3.702s-.317 1.163-.634 1.48c-.317.318-3.7-5.182-3.7-5.182Z" fill="#fff"/><path d="m27.594 51.866-.528-.423-4.652 5.077 4.229 4.336c5.566-.459 1.057-7.615.951-8.99Z" fill="#42AB44"/><path d="M30.87 36.002c-1.691-1.692-8.774 2.75-15.963 9.942-7.19 7.192-11.63 14.278-9.938 15.97 1.691 1.692 12.263.635 19.347-6.557 7.083-7.192 8.246-17.768 6.554-19.355Z" fill="#C9EBFE"/><path d="M26.11 53.347c6.767-14.913 3.912-17.557 3.7-17.662L13.848 48.059l-8.14 9.624c-1.058 2.01-1.375 3.596-.74 4.23 1.69 1.693 12.263.636 19.346-6.556.74-.635 1.269-1.375 1.797-2.01Z" fill="#42AB44"/><path d="M19.534 50.506c7.135-7.153 11.582-14.292 9.932-15.946-1.65-1.654-8.771 2.804-15.906 9.957C6.425 51.67 1.978 58.809 3.628 60.463c1.65 1.654 8.77-2.804 15.906-9.957Z" fill="#333AB3"/><path d="M18.893 49.88c7.135-7.152 11.582-14.291 9.932-15.945-1.65-1.654-8.771 2.804-15.906 9.957-7.135 7.153-11.582 14.292-9.932 15.946 1.65 1.654 8.771-2.804 15.906-9.957Z" fill="url(#paint14_linear_10079_21473034)"/><path d="M18.893 49.88c7.135-7.152 11.582-14.291 9.932-15.945-1.65-1.654-8.771 2.804-15.906 9.957-7.135 7.153-11.582 14.292-9.932 15.946 1.65 1.654 8.771-2.804 15.906-9.957Z" fill="url(#paint15_linear_10079_21473034)" fill-opacity=".5"/><path d="M18.302 49.284c6.269-6.285 10.281-12.452 8.961-13.775-1.32-1.323-7.471 2.699-13.74 8.983-6.27 6.285-10.281 12.452-8.961 13.775 1.32 1.323 7.471-2.699 13.74-8.983Z" fill="url(#paint16_linear_10079_21473034)"/><path d="M18.302 49.284c6.269-6.285 10.281-12.452 8.961-13.775-1.32-1.323-7.471 2.699-13.74 8.983-6.27 6.285-10.281 12.452-8.961 13.775 1.32 1.323 7.471-2.699 13.74-8.983Z" fill="url(#paint17_linear_10079_21473034)" fill-opacity=".5"/><path d="M16.944 48.011c5.238-5.25 8.949-10.044 8.289-10.705-.66-.662-5.44 3.059-10.679 8.31-5.238 5.25-8.949 10.044-8.289 10.705.66.662 5.441-3.059 10.679-8.31Z" fill="url(#paint18_linear_10079_21473034)"/><path d="M16.944 48.011c5.238-5.25 8.949-10.044 8.289-10.705-.66-.662-5.44 3.059-10.679 8.31-5.238 5.25-8.949 10.044-8.289 10.705.66.662 5.441-3.059 10.679-8.31Z" fill="url(#paint19_linear_10079_21473034)" fill-opacity=".5"/><path d="M16.121 47.193c2.434-2.44 4.24-4.584 4.033-4.791-.206-.207-2.346 1.603-4.78 4.042-2.433 2.44-4.238 4.585-4.032 4.792.206.206 2.346-1.604 4.78-4.043Z" fill="url(#paint20_linear_10079_21473034)"/><path d="M16.121 47.193c2.434-2.44 4.24-4.584 4.033-4.791-.206-.207-2.346 1.603-4.78 4.042-2.433 2.44-4.238 4.585-4.032 4.792.206.206 2.346-1.604 4.78-4.043Z" fill="url(#paint21_linear_10079_21473034)" fill-opacity=".5"/><path d="M6.024 58.741c-.105 0-.211-.105-.317-.211 0-.106.106-.318.212-.318.211 0 .317-.105.528-.211.106 0 .317 0 .423.212 0 .105-.106.317-.211.317-.212.105-.423.211-.635.211Zm-1.691-.952c-.212 0-.317-.105-.317-.317 0-.211 0-.423.105-.634 0-.106.212-.212.318-.212.105 0 .21.212.21.317 0 .212-.105.318-.105.53.106.21 0 .316-.211.316Zm4.334-.211c-.105 0-.211 0-.211-.106-.106-.106 0-.317.106-.423.211-.106.317-.211.528-.317.106-.106.317 0 .423.106.106.105 0 .317-.106.423-.317 0-.422.105-.634.211 0 .106-.106.106-.106.106Zm2.432-1.692c-.106 0-.212 0-.212-.106-.105-.106-.105-.317.106-.423.106-.106.317-.212.423-.317.106-.106.317-.106.423.105.106.106.106.318-.106.423-.211.106-.317.212-.528.318h-.106ZM5.39 55.04h-.106c-.105-.106-.211-.212-.105-.423.105-.212.211-.318.317-.53.105-.105.211-.21.423-.105.105.106.211.212.105.423-.105.212-.211.317-.317.529-.106 0-.211.106-.317.106Zm8.035-.952c-.106 0-.212 0-.212-.106a.322.322 0 0 1 0-.423l.423-.423a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423c-.105.106-.105.106-.211.106ZM6.975 52.5c-.105 0-.105 0-.21-.105-.106-.106-.212-.318-.106-.424.105-.105.211-.317.317-.528.106-.106.317-.106.423-.106.105.106.211.317.105.423a1.461 1.461 0 0 1-.317.423c-.105.317-.211.317-.211.317Zm8.67-.317c-.106 0-.211 0-.211-.106a.322.322 0 0 1 0-.423l.422-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423c-.105.106-.105.106-.211.106Zm-6.978-2.01c-.105 0-.105 0-.211-.105a.322.322 0 0 1 0-.423c.106-.106.211-.318.423-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423c-.106.105-.212.317-.317.423-.106.105-.212.105-.318.105Zm9.092 0c-.105 0-.105 0-.211-.105a.322.322 0 0 1 0-.423l.423-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423c0 .105-.106.105-.212.105Zm2.115-2.115c-.106 0-.106 0-.212-.106a.322.322 0 0 1 0-.423l.423-.423a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423c-.105.106-.105.106-.211.106Zm-9.198-.106c-.106 0-.106 0-.211-.105a.322.322 0 0 1 0-.423l.422-.423c0-.106.212-.106.318 0a.322.322 0 0 1 0 .423l-.423.423c0 .105-.106.105-.106.105Zm11.207-2.115h-.212a.322.322 0 0 1 0-.423l.423-.423a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423h-.212Zm-9.304 0c-.106 0-.106 0-.211-.106a.322.322 0 0 1 0-.423l.422-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.422.423s-.106.106-.212.106Zm2.114-2.115c-.105 0-.105 0-.211-.106a.322.322 0 0 1 0-.423l.423-.423a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423c0 .106-.106.106-.211.106Zm8.987-.106c-.106 0-.106 0-.212-.106a.322.322 0 0 1 0-.423c.106-.105.212-.317.317-.423.106-.105.318-.105.423-.105.106.105.106.317.106.422-.106.106-.211.318-.317.424-.106.105-.212.211-.317.211Zm-6.766-1.904c-.106 0-.212 0-.212-.105a.322.322 0 0 1 0-.423l.423-.424a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .424l-.423.423c-.106.105-.211.105-.211.105Zm8.563-.528h-.211c-.106-.106-.212-.318-.106-.424.106-.211.211-.317.317-.528.106-.106.317-.212.423-.106.106.106.211.317.106.423-.106.212-.212.317-.317.529 0 .106-.106.106-.212.106Zm-6.343-1.375c-.106 0-.212 0-.212-.106a.322.322 0 0 1 0-.423l.423-.317a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.317c-.105.106-.105.106-.211.106Zm7.823-1.164h-.106c-.105-.105-.211-.211-.105-.423.105-.211.211-.317.211-.529.106-.105.212-.211.423-.211.106.106.211.211.211.423-.105.211-.105.317-.211.529-.211.211-.317.211-.423.211Zm-5.497-.634c-.106 0-.212 0-.212-.106-.106-.106-.106-.317.106-.423.211-.106.317-.212.529-.317.105-.106.317-.106.422.105.106.106.106.318-.105.423-.106.106-.317.212-.529.318h-.211Zm2.537-1.481c-.106 0-.212-.106-.212-.106-.105-.106 0-.317.106-.423.212-.106.317-.211.529-.317.105-.106.317 0 .423.106.105.105 0 .317-.106.423-.211.105-.317.211-.529.211-.105.106-.211.106-.211.106Zm3.066-.74.211-.212-.211.212c-.106-.106-.212-.106-.423-.212-.212 0-.317-.211-.212-.317 0-.212.212-.318.318-.212.317 0 .528.106.74.318l-.423.423Z" fill="url(#paint22_linear_10079_21473034)"/><path d="M7.613 56.203c-.105 0-.211 0-.211-.106-.106-.106 0-.317.106-.423.105-.106.317-.211.528-.317.106-.106.318 0 .423.106.106.105 0 .317-.105.423-.212.105-.318.211-.53.317h-.21Zm-1.162-.423h-.106c-.106-.106-.212-.212-.106-.423.106-.212.212-.318.317-.529.106-.106.212-.212.423-.106.106.106.212.212.106.423-.106.212-.212.318-.212.53-.211 0-.317.105-.422.105Zm3.594-1.163c-.106 0-.211 0-.211-.106a.322.322 0 0 1 0-.423l.423-.318a.321.321 0 0 1 .422 0 .322.322 0 0 1 0 .423l-.422.318c-.106 0-.212.105-.212.105Zm-2.114-1.27c-.106 0-.106 0-.212-.105-.106-.106-.106-.318-.106-.423.106-.106.212-.318.318-.424a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423c-.106.106-.212.318-.318.424.106 0 0 .105-.105.105Zm4.334-.634c-.106 0-.211 0-.211-.106a.322.322 0 0 1 0-.423l.423-.423a.321.321 0 0 1 .422 0 .322.322 0 0 1 0 .423l-.422.423c-.106.106-.212.106-.212.106Zm-2.431-1.587c-.106 0-.106 0-.212-.105a.322.322 0 0 1 0-.424l.423-.423c0-.105.212-.105.317 0a.322.322 0 0 1 0 .423l-.317.423c-.106 0-.211.106-.211.106Zm4.546-.317c-.106 0-.106 0-.212-.106a.322.322 0 0 1 0-.423l.423-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423c-.106.106-.106.106-.211.106Zm-2.643-1.904c-.106 0-.106 0-.212-.105a.322.322 0 0 1 0-.424l.423-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.424c-.106.105-.106.105-.211.105Zm4.757-.105c-.106 0-.106 0-.211-.106a.322.322 0 0 1 0-.423l.422-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.422.423c-.106.105-.212.105-.212.105Zm-2.749-2.01c-.105 0-.105 0-.211-.106a.322.322 0 0 1 0-.423l.423-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423c-.106.106-.212.106-.212.106Zm4.758-.106c-.106 0-.106 0-.212-.106a.322.322 0 0 1 0-.423l.423-.423a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423c-.105.106-.105.106-.211.106Zm-2.749-1.903c-.106 0-.106 0-.211-.106a.322.322 0 0 1 0-.423l.422-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423c-.105.106-.105.106-.211.106Zm4.758-.212c-.106 0-.106 0-.212-.106a.322.322 0 0 1 0-.423l.317-.317a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423h-.105Zm-2.644-1.798c-.105 0-.211 0-.211-.106a.322.322 0 0 1 0-.423l.423-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423c-.106.106-.212.106-.212.106Zm4.44-.317c-.105 0-.105 0-.21-.106a.322.322 0 0 1 0-.423c.105-.106.21-.317.316-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423c-.105.106-.211.317-.317.423 0 .106-.106.106-.211.106Zm-2.325-1.587c-.106 0-.212 0-.212-.105a.322.322 0 0 1 0-.424l.423-.423a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.318c0 .211-.105.211-.211.211Zm4.123-.74c-.106 0-.106 0-.212-.106-.105-.106-.21-.317-.105-.423.105-.212.211-.317.317-.423.106-.106.317-.211.423-.106.106.106.211.317.106.423-.106.106-.212.318-.318.53 0 .105-.105.105-.211.105Zm-1.797-1.058c-.106 0-.212 0-.212-.105-.105-.106-.105-.318.106-.424.211-.105.317-.211.423-.317.106-.106.317-.106.423.106.105.106.105.317-.106.423-.106.106-.317.212-.423.317h-.211Zm2.96-1.48c-.106 0-.106 0-.211-.106h-.318c-.105 0-.317 0-.317-.212 0-.105 0-.317.212-.317.422-.106.74 0 .845.106a.322.322 0 0 1 0 .423c0 .106-.105.106-.211.106Z" fill="url(#paint23_linear_10079_21473034)"/><path d="M12.582 50.808c-.106 0-.212 0-.212-.105a.322.322 0 0 1 0-.424c.106-.105.317-.211.423-.317a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423c-.106.106-.317.212-.423.318-.106.105-.106.105-.211.105Zm-.846-.105c-.106 0-.106 0-.212-.106-.105-.106-.21-.318-.105-.423.105-.106.211-.318.317-.423a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423c-.106.105-.212.317-.317.423.105.106 0 .106-.106.106Zm2.96-1.798c-.106 0-.106 0-.211-.106a.322.322 0 0 1 0-.423c.105-.106.317-.212.423-.423a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423c-.106.106-.318.211-.423.423-.106.106-.106.106-.212.106Zm-1.163-.318c-.105 0-.105 0-.211-.105a.322.322 0 0 1 0-.423l.423-.424a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .424l-.423.423c0 .105-.106.105-.212.105Zm3.172-1.586c-.106 0-.106 0-.212-.106a.322.322 0 0 1 0-.423l.423-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423c-.105.106-.211.106-.211.106Zm-1.163-.423c-.106 0-.106 0-.211-.106a.322.322 0 0 1 0-.423l.422-.423a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423c-.105.106-.211.106-.211.106Zm3.066-1.587c-.106 0-.106 0-.212-.105a.322.322 0 0 1 0-.424c.106-.105.212-.317.317-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423c-.105.106-.211.318-.317.424-.105 0-.211.105-.211.105Zm-1.057-.317c-.106 0-.212 0-.212-.106a.322.322 0 0 1 0-.423c.106-.106.317-.211.423-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423c-.106.106-.317.212-.423.317-.106.212-.211.212-.211.212Zm2.114-1.798c-.106 0-.211 0-.211-.106-.106-.105 0-.317.105-.423.317-.211.423-.211.635-.211h.105l.106.105c.106.106.106.318-.106.424-.105 0-.105.105-.211.105 0 0-.106 0-.317.106h-.106Z" fill="url(#paint24_linear_10079_21473034)"/><path d="M3.594 60.54c.634.528 1.586.21 2.326 0 .74-.318 1.48-.635 2.114-1.058 1.374-.846 2.643-1.798 3.912-2.75 2.537-2.01 4.863-4.23 7.189-6.452 2.326-2.327 4.44-4.653 6.449-7.192 1.057-1.269 1.903-2.538 2.748-3.913.423-.635.846-1.375 1.058-2.115.105-.423.211-.74.317-1.164 0-.423 0-.846-.212-1.163.318.317.423.74.423 1.163 0 .423-.105.846-.211 1.27-.212.846-.529 1.586-.846 2.326-.74 1.481-1.586 2.856-2.537 4.23-1.903 2.645-4.018 5.183-6.344 7.51-2.325 2.327-4.757 4.442-7.506 6.346-1.374.952-2.748 1.798-4.229 2.538-.74.317-1.48.635-2.325.846-.423.106-.846.212-1.269.212-.317-.212-.74-.318-1.057-.635Z" fill="#fff"/><path d="M76.437 111.623c6.555-.634 6.132-27.71 6.132-42.517l-2.326-1.163s-.423 29.93-3.172 32.258c-2.749 2.327-1.163 4.019-1.163 4.019l.529 7.403ZM141.665 128.969a6.988 6.988 0 0 1-2.008.951c-1.375.529-2.749.847-4.229 1.164-2.855.634-5.709 1.057-8.669 1.375-5.815.634-11.63.846-17.444.846-5.815 0-11.63-.212-17.444-.846-2.855-.318-5.815-.741-8.67-1.375-1.374-.317-2.854-.635-4.228-1.164-.635-.211-1.375-.528-2.009-.951-.634-.423-1.163-.952-1.269-1.693 0 .741.635 1.375 1.163 1.798.635.423 1.269.741 1.903 1.058 1.375.529 2.749.952 4.23 1.375 2.853.74 5.708 1.163 8.668 1.586 1.375.212 2.855.318 4.229.423.634 0 .74.423.74.741 0 .317.106.529.846.634 3.806.318 7.718.423 11.629.423 11.63 0 23.787-1.163 29.919-3.49v-1.375c.106-.105.317-.105.423-.211 1.057-.423 1.692-.741 2.22-1.269.635-.318 1.269-.952 1.269-1.693 0 .741-.634 1.27-1.269 1.693Z" fill="#42AB44"/><path d="m76.435 96.71-52.86-46.218-3.278 2.644 55.926 60.18.106.105.106.106c.528 0 1.057-2.855 1.057-6.346-.106-3.596-.529-10.47-1.057-10.47Z" fill="#1F247A"/><path fill-rule="evenodd" clip-rule="evenodd" d="M75.906 63.606h67.027v65.151h-.004c.003.035.004.07.004.106 0 3.504-15.004 6.345-33.513 6.345-18.51 0-33.514-2.841-33.514-6.345 0-.036.002-.071.005-.106h-.005v-65.15Z" fill="#B5E2FF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M75.906 63.606h67.027v65.151h-.004c.003.035.004.07.004.106 0 3.504-15.004 6.345-33.513 6.345-18.51 0-33.514-2.841-33.514-6.345 0-.036.002-.071.005-.106h-.005v-65.15Z" fill="url(#paint25_linear_10079_21473034)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M75.906 63.606h67.027v65.151h-.004c.003.035.004.07.004.106 0 3.504-15.004 6.345-33.513 6.345-18.51 0-33.514-2.841-33.514-6.345 0-.036.002-.071.005-.106h-.005v-65.15Z" fill="url(#paint26_linear_10079_21473034)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M75.906 63.606h67.027v65.151h-.004c.003.035.004.07.004.106 0 3.504-15.004 6.345-33.513 6.345-18.51 0-33.514-2.841-33.514-6.345 0-.036.002-.071.005-.106h-.005v-65.15Z" fill="url(#paint27_linear_10079_21473034)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M109.42 58.106c18.501 0 33.513 2.856 33.513 6.346 0 .106 0 .212.106.106.106.211.106.317.106.423 0 .952-1.163 1.798-3.172 2.644-1.586.635-2.643 2.221-2.643 3.913v.106c0 1.058.952 1.798 1.903 1.48.423-.105.635-.21.635-.21l.406-.115c.633-.176 1.312-.366 1.919-.626-.528.74-1.268 1.163-2.008 1.587a8.97 8.97 0 0 1-2.326.951c-.106 0-.185.027-.264.053-.08.027-.159.053-.265.053 0 .846.846 1.48 1.692 1.27.528-.106.846-.212.846-.212l.406-.114c.633-.177 1.312-.366 1.919-.627-.528.74-1.268 1.164-2.008 1.587-.74.423-1.48.74-2.326.952a.776.776 0 0 0-.264.053c-.08.026-.159.052-.265.052 0 .847.846 1.481 1.692 1.27.528-.106.846-.212.846-.212l.406-.114c.633-.176 1.312-.366 1.919-.626-.528.74-1.268 1.163-2.008 1.586-.74.423-1.48.74-2.326.952a.776.776 0 0 0-.264.053c-.08.026-.159.053-.265.053v48.968c-.634.212-1.163.318-1.691.423-.846.212-1.692.423-2.538.529l-.74.106c-.264.053-.502.079-.74.106a8.132 8.132 0 0 0-.74.106l-2.854.528c-.212 0-.397.027-.582.053a3.88 3.88 0 0 1-.581.053c-5.815.635-11.629.846-17.444.846-.899 0-1.771-.026-2.643-.053-.872-.026-1.745-.053-2.643-.053-2.855-.105-5.075-2.432-5.075-5.288V85.213a.962.962 0 0 1-.21-.348l-.105-.423c-.106-.317-.423-.635-.846-.635-3.277-.317-8.986-.952-12.898-2.75 0 0 4.969.952 8.352 1.481 2.269.426 4.49.423 5.707.375v-.205l-.425-.064c-.317 0-.635-.318-.74-.635l-.106-.423c-.211-.317-.423-.635-.846-.635-2.96-.317-8.669-1.269-11.84-2.75 0 0 4.546.953 7.611 1.481 3.066.53 6.344.423 6.344.423v.635h.002v-1.01l-.316-.048c-.317 0-.634-.317-.74-.634l-.106-.423c-.211-.318-.422-.635-.845-.635-2.96-.317-8.352-1.163-11.841-2.75 0 0 4.546.952 7.612 1.48 2.74.568 5.649.544 6.236.532v-2.33c0-2.009-1.586-3.7-3.594-3.912-11.524-.952-19.559-3.173-19.559-5.712 0-.124.036-.211.067-.284.02-.051.039-.095.039-.139-.106-.211-.106-.317-.106-.423 0-3.49 15.013-6.346 33.514-6.346Z" fill="url(#paint28_linear_10079_21473034)"/><path d="M76.435 96.71 21.249 48.378s-7.93-4.23-1.798 2.327c18.713 20.095 56.667 60.814 56.984 60.814.529 0 .951-2.01 1.057-5.183-.106-3.596-.528-9.624-1.057-9.624Z" fill="url(#paint29_linear_10079_21473034)"/><path d="M75.906 127.276c0 .741.635 1.27 1.269 1.693.634.423 1.269.74 2.009.951 1.374.529 2.748.847 4.228 1.164 2.855.634 5.71 1.057 8.67 1.375 5.814.634 11.629.846 17.444.846 5.814 0 11.629-.212 17.444-.846 2.854-.318 5.814-.741 8.669-1.375 1.374-.317 2.854-.635 4.229-1.164.634-.211 1.374-.528 2.008-.951.635-.423 1.163-.952 1.269-1.693 0 .741-.634 1.375-1.163 1.798-.634.423-1.269.741-1.903 1.058-1.374.529-2.749.952-4.229 1.375-2.854.74-5.709 1.163-8.669 1.586-5.815.741-11.629.952-17.55 1.058-5.814 0-11.735-.317-17.55-1.058-2.854-.423-5.814-.846-8.669-1.586-1.374-.423-2.854-.74-4.228-1.375-.635-.317-1.375-.635-1.903-1.058-.74-.423-1.375-1.057-1.375-1.798Z" fill="#2C2B2A"/><path d="M109.417 135.103c-16.492 0-34.042-2.433-34.042-6.875 0-.317.211-.529.529-.529.317 0 .528.212.528.529 0 2.75 13.532 5.817 32.985 5.817s32.985-3.067 32.985-5.817c0-.317.212-.529.529-.529.317 0 .528.212.528.529 0 4.548-17.549 6.875-34.042 6.875Z" fill="#fff"/><path d="M109.417 135.103c-16.492 0-34.042-2.432-34.042-6.874 0-.318.211-.529.529-.529.317 0 .528.211.528.529 0 2.749 13.532 5.817 32.985 5.817s32.985-3.068 32.985-5.817c0-.318.212-.529.529-.529.317 0 .528.211.528.529 0 4.547-17.549 6.874-34.042 6.874Z" fill="#fff"/><path d="M69.672 104.643s5.075 5.288 6.132 2.961c1.057-2.327 1.374-5.394 1.374-5.394s1.057 6.875-.211 9.413c-1.269 2.538-.952 1.692-.952 1.692l-6.343-8.672Z" fill="#1F247A"/><path d="M83.305 62.549s.845 1.375 2.22 0c1.48-1.375 1.057 1.058 1.057 1.058s-1.903.211-2.537 0c-.529-.212-.74-1.058-.74-1.058Z" fill="#2C2B2A"/><path d="m85 75.24 11.1.952c3.701.317 7.401.529 11.101 1.058-3.7.317-7.506.317-11.206 0-3.7-.318-7.4-.846-10.995-2.01ZM85 78.096c3.277.212 6.449.529 9.62.846 3.172.318 6.45.635 9.621 1.058-3.277.317-6.449.212-9.726 0-3.172-.317-6.45-.846-9.515-1.904ZM85 80.952c2.855.105 5.709.423 8.458.74 2.854.317 5.603.635 8.457 1.163-2.854.318-5.709.212-8.563-.105-2.855-.318-5.603-.847-8.352-1.798Z" fill="#B5E2FF"/><path d="M109.417 70.48c-16.492 0-34.042-2.432-34.042-6.874s17.55-6.875 34.042-6.875c16.493 0 34.042 2.433 34.042 6.875s-17.549 6.875-34.042 6.875Zm0-12.69c-19.453 0-32.985 3.066-32.985 5.816s13.532 5.817 32.985 5.817 32.985-3.067 32.985-5.817-13.532-5.817-32.985-5.817Z" fill="#fff"/><path d="M109.42 69.635c18.509 0 33.513-2.841 33.513-6.346s-15.004-6.346-33.513-6.346c-18.51 0-33.514 2.842-33.514 6.346 0 3.505 15.005 6.346 33.514 6.346Z" fill="url(#paint30_linear_10079_21473034)"/><g opacity=".5"><path d="M86.586 62.655h-2.009c-.74 0-1.374.634-1.269 1.48.212 1.27.423 2.433.74 3.702 1.163.212 2.432.529 3.7.74-.528-2.009-.845-3.913-1.162-5.922Z" fill="#fff"/><path d="M88.488 62.655h-3.066c.317 1.903.74 3.807 1.374 5.711.952.212 1.903.317 2.96.423-.528-1.692-1.057-4.654-1.268-6.134Z" fill="url(#paint31_linear_10079_21473034)"/></g><path d="M111.532 65.51s-23.787-1.057-26.007-1.057c-2.22 0-2.22-1.904-2.22-1.904l28.227.211v2.75Z" fill="url(#paint32_linear_10079_21473034)"/><path d="M111.532 65.51s-23.787-1.057-26.007-1.057c-2.22 0-2.22-1.904-2.22-1.904l28.227.211v2.75Z" fill="url(#paint33_linear_10079_21473034)"/><path d="m104.451 60.539 9.726 8.673c.317.317.846.423 1.269.423 10.149-1.164 27.487-1.375 27.487-6.029 0-4.97-21.884-5.923-37.319-6.028-1.48 0-2.326 1.903-1.163 2.961Z" fill="url(#paint34_linear_10079_21473034)"/><path d="m104.451 60.539 9.726 8.673c.317.317.846.423 1.269.423 10.149-1.164 27.487-1.375 27.487-6.029 0-4.97-21.884-5.923-37.319-6.028-1.48 0-2.326 1.903-1.163 2.961Z" fill="url(#paint35_linear_10079_21473034)"/><path d="M130.566 23.733c-23.788-1.48-43.874 15.548-47.258 38.18-.105.847.529 1.587 1.375 1.587h3.7c2.643-20.306 20.616-35.854 41.866-34.479 19.241 1.27 34.993 16.605 36.791 35.748 1.691 17.98-8.881 33.845-24.211 40.296v5.712c18.079-6.558 30.765-24.326 29.602-44.95-1.163-22.422-19.347-40.719-41.865-42.094Z" fill="#B5E2FF"/><path d="M130.566 23.733c-23.788-1.48-43.874 15.548-47.258 38.18-.105.847.529 1.587 1.375 1.587h3.7c2.643-20.306 20.616-35.854 41.866-34.479 19.241 1.27 34.993 16.605 36.791 35.748 1.691 17.98-8.881 33.845-24.211 40.296v5.712c18.079-6.558 30.765-24.326 29.602-44.95-1.163-22.422-19.347-40.719-41.865-42.094Z" fill="url(#paint36_linear_10079_21473034)"/><path d="M142.938 110.354v.423a44.745 44.745 0 0 0 10.677-5.606c-3.277 2.221-6.872 3.914-10.677 5.183Z" fill="#E8E8E8"/><path d="M127.711 23.628c-22.624 0-41.23 16.71-44.403 38.392-.105.74.529 1.48 1.27 1.48h2.008c2.643-21.47 21.038-38.074 43.134-38.074 14.167 0 26.853 6.875 34.782 17.345-8.14-11.528-21.567-19.143-36.791-19.143Z" fill="url(#paint37_linear_10079_21473034)"/><path d="M127.711 23.628c-22.624 0-41.23 16.71-44.403 38.392-.105.74.529 1.48 1.27 1.48h2.008c2.643-21.47 21.038-38.074 43.134-38.074 14.167 0 26.853 6.875 34.782 17.345-8.14-11.528-21.567-19.143-36.791-19.143Z" fill="url(#paint38_linear_10079_21473034)" fill-opacity=".5"/><path d="M127.71 28.916c8.669 0 16.704 2.75 23.153 7.51-6.872-5.395-15.541-8.568-25.056-8.568-20.192 0-37.213 16.288-40.385 35.643h3.066c.317-1.692.846-4.971 1.374-6.558 4.97-16.181 20.087-28.027 37.848-28.027Z" fill="url(#paint39_linear_10079_21473034)"/><path d="M156.568 95.652c-3.806 4.02-8.458 7.298-13.638 9.413v.741c5.286-2.433 9.832-5.923 13.638-10.154Z" fill="#6A6A6A"/><path d="M171.165 64.981c-.106 3.173-.634 6.24-1.374 9.202-2.22 12.903-10.044 24.008-20.933 30.46-1.903 1.163-3.806 2.327-5.92 3.173v2.961c13.638-4.971 24.21-16.287 28.016-30.354.528-2.644.74-5.394.74-8.144a33.022 33.022 0 0 0-.529-7.298Z" fill="url(#paint40_linear_10079_21473034)"/><path d="M164.399 86.874c-3.806 6.135-9.092 11.317-15.33 14.913-1.903 1.269-4.017 2.327-6.131 3.279v1.586c1.797-.74 3.594-1.798 5.391-2.961 6.978-4.02 12.37-9.942 16.07-16.817Z" fill="url(#paint41_linear_10079_21473034)"/><path d="M142.938 110.777v-2.961c2.114-.846 4.017-1.904 5.92-3.173a43.966 43.966 0 0 0 20.933-30.46c-1.163 4.548-3.066 8.778-5.498 12.692-3.594 6.874-9.092 12.797-15.964 16.816-1.797 1.164-3.594 2.115-5.391 2.962v4.124Z" fill="#fff"/><path d="M113.328 29.022c6.555-2.855 14.061-3.807 21.25-2.855 3.595.528 7.189 1.586 10.572 2.96 3.383 1.482 6.555 3.385 9.409 5.712.74.529 1.375 1.163 2.115 1.798l1.057.952.951.952c.635.634 1.269 1.375 1.903 2.01l1.692 2.115c.634.74 1.057 1.48 1.586 2.326.528.74 1.057 1.481 1.374 2.327l1.269 2.433 1.057 2.538c1.269 3.385 2.22 6.98 2.537 10.577.212 1.797.212 3.595.212 5.393-.106 1.798-.212 3.596-.635 5.394.212-3.596.106-7.192-.634-10.682-.528-3.49-1.586-6.874-2.96-10.153-2.854-6.452-7.189-12.163-12.687-16.5-2.748-2.22-5.709-4.018-8.88-5.499-3.172-1.48-6.555-2.432-10.044-3.173-7.083-1.057-14.272-.634-21.144 1.375Z" fill="url(#paint42_linear_10079_21473034)"/><path d="M113.328 29.022c6.555-2.855 14.061-3.807 21.25-2.855 3.595.528 7.189 1.586 10.572 2.96 3.383 1.482 6.555 3.385 9.409 5.712.74.529 1.375 1.163 2.115 1.798l1.057.952.951.952c.635.634 1.269 1.375 1.903 2.01l1.692 2.115c.634.74 1.057 1.48 1.586 2.326.528.74 1.057 1.481 1.374 2.327l1.269 2.433 1.057 2.538c1.269 3.385 2.22 6.98 2.537 10.577.212 1.797.212 3.595.212 5.393-.106 1.798-.212 3.596-.635 5.394.212-3.596.106-7.192-.634-10.682-.528-3.49-1.586-6.874-2.96-10.153-2.854-6.452-7.189-12.163-12.687-16.5-2.748-2.22-5.709-4.018-8.88-5.499-3.172-1.48-6.555-2.432-10.044-3.173-7.083-1.057-14.272-.634-21.144 1.375Z" fill="url(#paint43_linear_10079_21473034)"/><path d="m20.403 51.867 56.35 56.584.528-2.433c0-1.798-.106-4.125-.317-5.923L23.363 50.704s-6.132-2.221-2.96 1.163Z" fill="#1F247A"/><path d="m22.414 56.52 4.652-5.077 4.969 4.337c0 2.326-2.326 4.865-5.392 5.076l-4.229-4.336Z" fill="#BFE7FF"/><path d="m27.172 52.501 4.334 3.702s-.317 1.163-.634 1.48c-.317.318-3.7-5.182-3.7-5.182Z" fill="#fff"/><path d="m27.594 51.866-.528-.423-4.652 5.077 4.229 4.336c5.566-.459 1.057-7.615.951-8.99Z" fill="url(#paint44_linear_10079_21473034)"/><path d="m27.594 51.866-.528-.423-4.652 5.077 4.229 4.336c5.566-.459 1.057-7.615.951-8.99Z" fill="url(#paint45_linear_10079_21473034)"/><path d="M30.87 36.002c-1.691-1.692-8.774 2.75-15.963 9.942-7.19 7.192-11.63 14.278-9.938 15.97 1.691 1.692 12.263.635 19.347-6.557 7.083-7.192 8.246-17.768 6.554-19.355Z" fill="#C9EBFE"/><path d="M26.11 53.347c6.767-14.913 3.912-17.557 3.7-17.662L13.848 48.059l-8.14 9.624c-1.058 2.01-1.375 3.596-.74 4.23 1.69 1.693 12.263.636 19.346-6.556.74-.635 1.269-1.375 1.797-2.01Z" fill="url(#paint46_linear_10079_21473034)"/><path d="M26.11 53.347c6.767-14.913 3.912-17.557 3.7-17.662L13.848 48.059l-8.14 9.624c-1.058 2.01-1.375 3.596-.74 4.23 1.69 1.693 12.263.636 19.346-6.556.74-.635 1.269-1.375 1.797-2.01Z" fill="url(#paint47_linear_10079_21473034)"/><path d="M19.534 50.506c7.135-7.153 11.582-14.292 9.932-15.946-1.65-1.654-8.771 2.804-15.906 9.957C6.425 51.67 1.978 58.809 3.628 60.463c1.65 1.654 8.77-2.804 15.906-9.957Z" fill="#333AB3"/><path d="M18.893 49.88c7.135-7.152 11.582-14.291 9.932-15.945-1.65-1.654-8.771 2.804-15.906 9.957-7.135 7.153-11.582 14.292-9.932 15.946 1.65 1.654 8.771-2.804 15.906-9.957Z" fill="url(#paint48_linear_10079_21473034)"/><path d="M18.893 49.88c7.135-7.152 11.582-14.291 9.932-15.945-1.65-1.654-8.771 2.804-15.906 9.957-7.135 7.153-11.582 14.292-9.932 15.946 1.65 1.654 8.771-2.804 15.906-9.957Z" fill="url(#paint49_linear_10079_21473034)" fill-opacity=".5"/><path d="M18.302 49.284c6.269-6.285 10.281-12.452 8.961-13.775-1.32-1.323-7.471 2.699-13.74 8.983-6.27 6.285-10.281 12.452-8.961 13.775 1.32 1.323 7.471-2.699 13.74-8.983Z" fill="url(#paint50_linear_10079_21473034)"/><path d="M18.302 49.284c6.269-6.285 10.281-12.452 8.961-13.775-1.32-1.323-7.471 2.699-13.74 8.983-6.27 6.285-10.281 12.452-8.961 13.775 1.32 1.323 7.471-2.699 13.74-8.983Z" fill="url(#paint51_linear_10079_21473034)" fill-opacity=".5"/><path d="M16.944 48.011c5.238-5.25 8.949-10.044 8.289-10.705-.66-.662-5.44 3.059-10.679 8.31-5.238 5.25-8.949 10.044-8.289 10.705.66.662 5.441-3.059 10.679-8.31Z" fill="url(#paint52_linear_10079_21473034)"/><path d="M16.944 48.011c5.238-5.25 8.949-10.044 8.289-10.705-.66-.662-5.44 3.059-10.679 8.31-5.238 5.25-8.949 10.044-8.289 10.705.66.662 5.441-3.059 10.679-8.31Z" fill="url(#paint53_linear_10079_21473034)" fill-opacity=".5"/><path d="M16.121 47.193c2.434-2.44 4.24-4.584 4.033-4.791-.206-.207-2.346 1.603-4.78 4.042-2.433 2.44-4.238 4.585-4.032 4.792.206.206 2.346-1.604 4.78-4.043Z" fill="url(#paint54_linear_10079_21473034)"/><path d="M16.121 47.193c2.434-2.44 4.24-4.584 4.033-4.791-.206-.207-2.346 1.603-4.78 4.042-2.433 2.44-4.238 4.585-4.032 4.792.206.206 2.346-1.604 4.78-4.043Z" fill="url(#paint55_linear_10079_21473034)" fill-opacity=".5"/><path d="M6.024 58.741c-.105 0-.211-.105-.317-.211 0-.106.106-.318.212-.318.211 0 .317-.105.528-.211.106 0 .317 0 .423.212 0 .105-.106.317-.211.317-.212.105-.423.211-.635.211Zm-1.691-.952c-.212 0-.317-.105-.317-.317 0-.211 0-.423.105-.634 0-.106.212-.212.318-.212.105 0 .21.212.21.317 0 .212-.105.318-.105.53.106.21 0 .316-.211.316Zm4.334-.211c-.105 0-.211 0-.211-.106-.106-.106 0-.317.106-.423.211-.106.317-.211.528-.317.106-.106.317 0 .423.106.106.105 0 .317-.106.423-.317 0-.422.105-.634.211 0 .106-.106.106-.106.106Zm2.432-1.692c-.106 0-.212 0-.212-.106-.105-.106-.105-.317.106-.423.106-.106.317-.212.423-.317.106-.106.317-.106.423.105.106.106.106.318-.106.423-.211.106-.317.212-.528.318h-.106ZM5.39 55.04h-.106c-.105-.106-.211-.212-.105-.423.105-.212.211-.318.317-.53.105-.105.211-.21.423-.105.105.106.211.212.105.423-.105.212-.211.317-.317.529-.106 0-.211.106-.317.106Zm8.035-.952c-.106 0-.212 0-.212-.106a.322.322 0 0 1 0-.423l.423-.423a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423c-.105.106-.105.106-.211.106ZM6.975 52.5c-.105 0-.105 0-.21-.105-.106-.106-.212-.318-.106-.424.105-.105.211-.317.317-.528.106-.106.317-.106.423-.106.105.106.211.317.105.423a1.461 1.461 0 0 1-.317.423c-.105.317-.211.317-.211.317Zm8.67-.317c-.106 0-.211 0-.211-.106a.322.322 0 0 1 0-.423l.422-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423c-.105.106-.105.106-.211.106Zm-6.978-2.01c-.105 0-.105 0-.211-.105a.322.322 0 0 1 0-.423c.106-.106.211-.318.423-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423c-.106.105-.212.317-.317.423-.106.105-.212.105-.318.105Zm9.092 0c-.105 0-.105 0-.211-.105a.322.322 0 0 1 0-.423l.423-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423c0 .105-.106.105-.212.105Zm2.115-2.115c-.106 0-.106 0-.212-.106a.322.322 0 0 1 0-.423l.423-.423a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423c-.105.106-.105.106-.211.106Zm-9.198-.106c-.106 0-.106 0-.211-.105a.322.322 0 0 1 0-.423l.422-.423c0-.106.212-.106.318 0a.322.322 0 0 1 0 .423l-.423.423c0 .105-.106.105-.106.105Zm11.207-2.115h-.212a.322.322 0 0 1 0-.423l.423-.423a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423h-.212Zm-9.304 0c-.106 0-.106 0-.211-.106a.322.322 0 0 1 0-.423l.422-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.422.423s-.106.106-.212.106Zm2.114-2.115c-.105 0-.105 0-.211-.106a.322.322 0 0 1 0-.423l.423-.423a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423c0 .106-.106.106-.211.106Zm8.987-.106c-.106 0-.106 0-.212-.106a.322.322 0 0 1 0-.423c.106-.105.212-.317.317-.423.106-.105.318-.105.423-.105.106.105.106.317.106.422-.106.106-.211.318-.317.424-.106.105-.212.211-.317.211Zm-6.766-1.904c-.106 0-.212 0-.212-.105a.322.322 0 0 1 0-.423l.423-.424a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .424l-.423.423c-.106.105-.211.105-.211.105Zm8.563-.528h-.211c-.106-.106-.212-.318-.106-.424.106-.211.211-.317.317-.528.106-.106.317-.212.423-.106.106.106.211.317.106.423-.106.212-.212.317-.317.529 0 .106-.106.106-.212.106Zm-6.343-1.375c-.106 0-.212 0-.212-.106a.322.322 0 0 1 0-.423l.423-.317a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.317c-.105.106-.105.106-.211.106Zm7.823-1.164h-.106c-.105-.105-.211-.211-.105-.423.105-.211.211-.317.211-.529.106-.105.212-.211.423-.211.106.106.211.211.211.423-.105.211-.105.317-.211.529-.211.211-.317.211-.423.211Zm-5.497-.634c-.106 0-.212 0-.212-.106-.106-.106-.106-.317.106-.423.211-.106.317-.212.529-.317.105-.106.317-.106.422.105.106.106.106.318-.105.423-.106.106-.317.212-.529.318h-.211Zm2.537-1.481c-.106 0-.212-.106-.212-.106-.105-.106 0-.317.106-.423.212-.106.317-.211.529-.317.105-.106.317 0 .423.106.105.105 0 .317-.106.423-.211.105-.317.211-.529.211-.105.106-.211.106-.211.106Zm3.066-.74.211-.212-.211.212c-.106-.106-.212-.106-.423-.212-.212 0-.317-.211-.212-.317 0-.212.212-.318.318-.212.317 0 .528.106.74.318l-.423.423Z" fill="url(#paint56_linear_10079_21473034)"/><path d="M7.613 56.203c-.105 0-.211 0-.211-.106-.106-.106 0-.317.106-.423.105-.106.317-.211.528-.317.106-.106.318 0 .423.106.106.105 0 .317-.105.423-.212.105-.318.211-.53.317h-.21Zm-1.162-.423h-.106c-.106-.106-.212-.212-.106-.423.106-.212.212-.318.317-.529.106-.106.212-.212.423-.106.106.106.212.212.106.423-.106.212-.212.318-.212.53-.211 0-.317.105-.422.105Zm3.594-1.163c-.106 0-.211 0-.211-.106a.322.322 0 0 1 0-.423l.423-.318a.321.321 0 0 1 .422 0 .322.322 0 0 1 0 .423l-.422.318c-.106 0-.212.105-.212.105Zm-2.114-1.27c-.106 0-.106 0-.212-.105-.106-.106-.106-.318-.106-.423.106-.106.212-.318.318-.424a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423c-.106.106-.212.318-.318.424.106 0 0 .105-.105.105Zm4.334-.634c-.106 0-.211 0-.211-.106a.322.322 0 0 1 0-.423l.423-.423a.321.321 0 0 1 .422 0 .322.322 0 0 1 0 .423l-.422.423c-.106.106-.212.106-.212.106Zm-2.431-1.587c-.106 0-.106 0-.212-.105a.322.322 0 0 1 0-.424l.423-.423c0-.105.212-.105.317 0a.322.322 0 0 1 0 .423l-.317.423c-.106 0-.211.106-.211.106Zm4.546-.317c-.106 0-.106 0-.212-.106a.322.322 0 0 1 0-.423l.423-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423c-.106.106-.106.106-.211.106Zm-2.643-1.904c-.106 0-.106 0-.212-.105a.322.322 0 0 1 0-.424l.423-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.424c-.106.105-.106.105-.211.105Zm4.757-.105c-.106 0-.106 0-.211-.106a.322.322 0 0 1 0-.423l.422-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.422.423c-.106.105-.212.105-.212.105Zm-2.749-2.01c-.105 0-.105 0-.211-.106a.322.322 0 0 1 0-.423l.423-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423c-.106.106-.212.106-.212.106Zm4.758-.106c-.106 0-.106 0-.212-.106a.322.322 0 0 1 0-.423l.423-.423a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423c-.105.106-.105.106-.211.106Zm-2.749-1.903c-.106 0-.106 0-.211-.106a.322.322 0 0 1 0-.423l.422-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423c-.105.106-.105.106-.211.106Zm4.758-.212c-.106 0-.106 0-.212-.106a.322.322 0 0 1 0-.423l.317-.317a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423h-.105Zm-2.644-1.798c-.105 0-.211 0-.211-.106a.322.322 0 0 1 0-.423l.423-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423c-.106.106-.212.106-.212.106Zm4.44-.317c-.105 0-.105 0-.21-.106a.322.322 0 0 1 0-.423c.105-.106.21-.317.316-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423c-.105.106-.211.317-.317.423 0 .106-.106.106-.211.106Zm-2.325-1.587c-.106 0-.212 0-.212-.105a.322.322 0 0 1 0-.424l.423-.423a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.318c0 .211-.105.211-.211.211Zm4.123-.74c-.106 0-.106 0-.212-.106-.105-.106-.21-.317-.105-.423.105-.212.211-.317.317-.423.106-.106.317-.211.423-.106.106.106.211.317.106.423-.106.106-.212.318-.318.53 0 .105-.105.105-.211.105Zm-1.797-1.058c-.106 0-.212 0-.212-.105-.105-.106-.105-.318.106-.424.211-.105.317-.211.423-.317.106-.106.317-.106.423.106.105.106.105.317-.106.423-.106.106-.317.212-.423.317h-.211Zm2.96-1.48c-.106 0-.106 0-.211-.106h-.318c-.105 0-.317 0-.317-.212 0-.105 0-.317.212-.317.422-.106.74 0 .845.106a.322.322 0 0 1 0 .423c0 .106-.105.106-.211.106Z" fill="url(#paint57_linear_10079_21473034)"/><path d="M12.582 50.808c-.106 0-.212 0-.212-.105a.322.322 0 0 1 0-.424c.106-.105.317-.211.423-.317a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423c-.106.106-.317.212-.423.318-.106.105-.106.105-.211.105Zm-.846-.105c-.106 0-.106 0-.212-.106-.105-.106-.21-.318-.105-.423.105-.106.211-.318.317-.423a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423c-.106.105-.212.317-.317.423.105.106 0 .106-.106.106Zm2.96-1.798c-.106 0-.106 0-.211-.106a.322.322 0 0 1 0-.423c.105-.106.317-.212.423-.423a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423c-.106.106-.318.211-.423.423-.106.106-.106.106-.212.106Zm-1.163-.318c-.105 0-.105 0-.211-.105a.322.322 0 0 1 0-.423l.423-.424a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .424l-.423.423c0 .105-.106.105-.212.105Zm3.172-1.586c-.106 0-.106 0-.212-.106a.322.322 0 0 1 0-.423l.423-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423c-.105.106-.211.106-.211.106Zm-1.163-.423c-.106 0-.106 0-.211-.106a.322.322 0 0 1 0-.423l.422-.423a.322.322 0 0 1 .423 0 .322.322 0 0 1 0 .423l-.423.423c-.105.106-.211.106-.211.106Zm3.066-1.587c-.106 0-.106 0-.212-.105a.322.322 0 0 1 0-.424c.106-.105.212-.317.317-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423c-.105.106-.211.318-.317.424-.105 0-.211.105-.211.105Zm-1.057-.317c-.106 0-.212 0-.212-.106a.322.322 0 0 1 0-.423c.106-.106.317-.211.423-.423a.321.321 0 0 1 .423 0 .322.322 0 0 1 0 .423c-.106.106-.317.212-.423.317-.106.212-.211.212-.211.212Zm2.114-1.798c-.106 0-.211 0-.211-.106-.106-.105 0-.317.105-.423.317-.211.423-.211.635-.211h.105l.106.105c.106.106.106.318-.106.424-.105 0-.105.105-.211.105 0 0-.106 0-.317.106h-.106Z" fill="url(#paint58_linear_10079_21473034)"/><path d="M3.594 60.54c.634.528 1.586.21 2.326 0 .74-.318 1.48-.635 2.114-1.058 1.374-.846 2.643-1.798 3.912-2.75 2.537-2.01 4.863-4.23 7.189-6.452 2.326-2.327 4.44-4.653 6.449-7.192 1.057-1.269 1.903-2.538 2.748-3.913.423-.635.846-1.375 1.058-2.115.105-.423.211-.74.317-1.164 0-.423 0-.846-.212-1.163.318.317.423.74.423 1.163 0 .423-.105.846-.211 1.27-.212.846-.529 1.586-.846 2.326-.74 1.481-1.586 2.856-2.537 4.23-1.903 2.645-4.018 5.183-6.344 7.51-2.325 2.327-4.757 4.442-7.506 6.346-1.374.952-2.748 1.798-4.229 2.538-.74.317-1.48.635-2.325.846-.423.106-.846.212-1.269.212-.317-.212-.74-.318-1.057-.635Z" fill="#fff"/><path d="M76.437 111.623c6.555-.634 6.132-27.71 6.132-42.517l-2.326-1.163s-.423 29.93-3.172 32.258c-2.749 2.327-1.163 4.019-1.163 4.019l.529 7.403Z" fill="url(#paint59_linear_10079_21473034)"/><path d="M76.437 111.623c6.555-.634 6.132-27.71 6.132-42.517l-2.326-1.163s-.423 29.93-3.172 32.258c-2.749 2.327-1.163 4.019-1.163 4.019l.529 7.403Z" fill="url(#paint60_linear_10079_21473034)"/><path d="M141.665 128.969a6.988 6.988 0 0 1-2.008.951c-1.375.529-2.749.847-4.229 1.164-2.855.634-5.709 1.057-8.669 1.375-5.815.634-11.63.846-17.444.846-5.815 0-11.63-.212-17.444-.846-2.855-.318-5.815-.741-8.67-1.375-1.374-.317-2.854-.635-4.228-1.164-.635-.211-1.375-.528-2.009-.951-.634-.423-1.163-.952-1.269-1.693 0 .741.635 1.375 1.163 1.798.635.423 1.269.741 1.903 1.058 1.375.529 2.749.952 4.23 1.375 2.853.74 5.708 1.163 8.668 1.586 1.375.212 2.855.318 4.229.423.634 0 .74.423.74.741 0 .317.106.529.846.634 3.806.318 7.718.423 11.629.423 11.63 0 23.787-1.163 29.919-3.49v-1.375c.106-.105.317-.105.423-.211 1.057-.423 1.692-.741 2.22-1.269.635-.318 1.269-.952 1.269-1.693 0 .741-.634 1.27-1.269 1.693Z" fill="url(#paint61_linear_10079_21473034)"/><path d="M141.665 128.969a6.988 6.988 0 0 1-2.008.951c-1.375.529-2.749.847-4.229 1.164-2.855.634-5.709 1.057-8.669 1.375-5.815.634-11.63.846-17.444.846-5.815 0-11.63-.212-17.444-.846-2.855-.318-5.815-.741-8.67-1.375-1.374-.317-2.854-.635-4.228-1.164-.635-.211-1.375-.528-2.009-.951-.634-.423-1.163-.952-1.269-1.693 0 .741.635 1.375 1.163 1.798.635.423 1.269.741 1.903 1.058 1.375.529 2.749.952 4.23 1.375 2.853.74 5.708 1.163 8.668 1.586 1.375.212 2.855.318 4.229.423.634 0 .74.423.74.741 0 .317.106.529.846.634 3.806.318 7.718.423 11.629.423 11.63 0 23.787-1.163 29.919-3.49v-1.375c.106-.105.317-.105.423-.211 1.057-.423 1.692-.741 2.22-1.269.635-.318 1.269-.952 1.269-1.693 0 .741-.634 1.27-1.269 1.693Z" fill="url(#paint62_linear_10079_21473034)"/><path fill="url(#paint63_linear_10079_21473034)" d="M104.688 72.965h9.102v33.481h-9.102z"/><path fill="url(#paint64_linear_10079_21473034)" d="M113.781 72.965h5.854v33.481h-5.854z"/><path d="M114.219 71.59h5.416v58.765h-5.416V71.59Z" fill="url(#paint65_linear_10079_21473034)"/><path d="m120.672 71.59 9.439-.727v59.492h-9.439V71.59Z" fill="url(#paint66_linear_10079_21473034)"/><path d="M128.773 59.667h13.251v49.224h-13.251V59.667Z" fill="url(#paint67_linear_10079_21473034)"/><path transform="matrix(-1 0 0 1 104.688 72.965)" fill="url(#paint68_linear_10079_21473034)" d="M0 0h2.764v33.481H0z"/><path d="M104.689 111.823c0-14.639 12.129-26.768 26.768-26.768 2.928 0 5.437.418 8.365 1.255-3.764-1.673-7.947-2.928-12.129-2.928-13.803 0-24.677 10.874-24.677 24.677 0 3.764.836 7.11 2.509 10.456-.418-2.091-.836-4.182-.836-6.692Z" fill="#F6F6F6"/><g filter="url(#filter1_f_10079_21473034)"><path d="M132.824 137.927c16.238 0 29.402-12.242 29.402-27.343 0-15.101-13.164-27.343-29.402-27.343s-29.402 12.242-29.402 27.343c0 15.101 13.164 27.343 29.402 27.343Z" fill="url(#paint69_linear_10079_21473034)"/></g><path d="M134.467 136.826c14.497 0 26.249-11.749 26.249-26.241 0-14.492-11.752-26.24-26.249-26.24-14.496 0-26.248 11.748-26.248 26.24 0 14.492 11.752 26.241 26.248 26.241Z" fill="url(#paint70_linear_10079_21473034)"/><path d="M134.467 136.826c14.497 0 26.249-11.749 26.249-26.241 0-14.492-11.752-26.24-26.249-26.24-14.496 0-26.248 11.748-26.248 26.24 0 14.492 11.752 26.241 26.248 26.241Z" fill="url(#paint71_linear_10079_21473034)"/><path d="M131.186 136.826c14.497 0 26.248-11.749 26.248-26.241 0-14.492-11.751-26.24-26.248-26.24-14.497 0-26.248 11.748-26.248 26.24 0 14.492 11.751 26.241 26.248 26.241Z" fill="url(#paint72_radial_10079_21473034)"/><mask id="mask0_10079_21473034" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="104" y="84" width="54" height="53"><path d="M131.186 136.826c14.497 0 26.248-11.749 26.248-26.241 0-14.492-11.751-26.24-26.248-26.24-14.497 0-26.248 11.748-26.248 26.24 0 14.492 11.751 26.241 26.248 26.241Z" fill="url(#paint73_radial_10079_21473034)"/></mask><g mask="url(#mask0_10079_21473034)"><path d="m168.261 110.257 4.594-25.912-76.777 56.417h50.372l21.811-30.505Z" fill="url(#paint74_linear_10079_21473034)"/></g><path d="M152.937 96.908c7.219 12.503 2.899 28.636-9.6 35.852-6.249 3.608-13.123 4.167-19.516 2.933 6.721 1.802 14.043 1.364 20.576-2.408 12.499-7.216 16.819-23.35 9.601-35.852-3.774-6.536-9.611-10.743-16.617-12.38 6.11 1.397 11.947 5.604 15.556 11.855Z" fill="#FEFFCF"/><path d="M152.937 96.908c7.219 12.503 2.899 28.636-9.6 35.852-6.249 3.608-13.123 4.167-19.516 2.933 6.721 1.802 14.043 1.364 20.576-2.408 12.499-7.216 16.819-23.35 9.601-35.852-3.774-6.536-9.611-10.743-16.617-12.38 6.11 1.397 11.947 5.604 15.556 11.855Z" fill="url(#paint75_linear_10079_21473034)"/><path d="M135.138 99.256a5 5 0 0 0-5-5h-2.836v12.313l-12.033-.28v7.836l12.033.28.28 12.033h2.718a5 5 0 0 0 4.999-5.117l-.161-6.916h8.395a3.918 3.918 0 1 0 0-7.836h-8.395v-7.313Z" fill="url(#paint76_linear_10079_21473034)"/><path d="M130.797 97.942a3.916 3.916 0 1 0-7.831.182l.186 8.025h-8.349a3.963 3.963 0 0 0-.092 7.926l8.162.189.189 8.162a3.963 3.963 0 0 0 7.926-.092v-8.349l8.025.186a3.917 3.917 0 0 0 .182-7.831l-8.207-.191-.191-8.207Z" fill="#BEE6FF"/><path d="M130.797 97.942a3.916 3.916 0 1 0-7.831.182l.186 8.025h-8.349a3.963 3.963 0 0 0-.092 7.926l8.162.189.189 8.162a3.963 3.963 0 0 0 7.926-.092v-8.349l8.025.186a3.917 3.917 0 0 0 .182-7.831l-8.207-.191-.191-8.207Z" fill="url(#paint77_linear_10079_21473034)"/><path d="m130.988 126.297-.247-28.324a3.844 3.844 0 0 0-3.89-3.811l4.137 32.135ZM143.01 114.276l.03-7.853-2.236-.195 2.206 8.048Z" fill="#F6F6F6"/><defs><linearGradient id="paint1_linear_10079_21473034" x1="75.906" y1="68.671" x2="146.864" y2="72.853" gradientUnits="userSpaceOnUse"><stop stop-color="#3239C5"/><stop offset=".172" stop-color="#1F247A" stop-opacity="0"/></linearGradient><linearGradient id="paint2_linear_10079_21473034" x1="141.78" y1="115.268" x2="120.031" y2="115.477" gradientUnits="userSpaceOnUse"><stop offset=".016" stop-color="#fff" stop-opacity="0"/><stop offset=".273" stop-color="#fff"/><stop offset=".625" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="paint3_linear_10079_21473034" x1="87.389" y1="99.407" x2="113.731" y2="97.768" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity="0"/><stop offset=".417" stop-color="#fff" stop-opacity=".938"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="paint4_linear_10079_21473034" x1="136.108" y1="101.995" x2="100.313" y2="101.995" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44" stop-opacity="0"/><stop offset=".401" stop-color="#42AB44"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="paint5_linear_10079_21473034" x1="63.649" y1="93.13" x2="68.556" y2="88.892" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#6DAEE3"/></linearGradient><linearGradient id="paint6_linear_10079_21473034" x1="109.42" y1="56.943" x2="109.42" y2="69.635" gradientUnits="userSpaceOnUse"><stop stop-color="#F6F6F6"/><stop offset="1" stop-color="#ACCEFF"/></linearGradient><linearGradient id="paint7_linear_10079_21473034" x1="87.831" y1="64.565" x2="90.267" y2="66.552" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#3137C5"/></linearGradient><linearGradient id="paint8_linear_10079_21473034" x1="103.906" y1="55.329" x2="111.376" y2="74.362" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#3137C5"/></linearGradient><linearGradient id="paint9_linear_10079_21473034" x1="146.517" y1="70.615" x2="138.779" y2="72.075" gradientUnits="userSpaceOnUse"><stop stop-color="#157DFF"/><stop offset="1" stop-color="#0366DB" stop-opacity=".021"/></linearGradient><linearGradient id="paint10_linear_10079_21473034" x1="83.297" y1="23.644" x2="135.692" y2="37.285" gradientUnits="userSpaceOnUse"><stop stop-color="#FFE7DA"/><stop offset="1" stop-color="#FFE7DA" stop-opacity="0"/></linearGradient><linearGradient id="paint11_linear_10079_21473034" x1="119.803" y1="23.076" x2="116.138" y2="63.166" gradientUnits="userSpaceOnUse"><stop stop-color="#C2DBEC"/><stop offset=".653" stop-color="#F3FAFE"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="paint12_linear_10079_21473034" x1="94.885" y1="30.249" x2="86.167" y2="59.374" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="paint13_linear_10079_21473034" x1="154.866" y1="93.033" x2="162.682" y2="102.827" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#3137C5"/></linearGradient><linearGradient id="paint14_linear_10079_21473034" x1="11.533" y1="45.116" x2="17.334" y2="51.423" gradientUnits="userSpaceOnUse"><stop stop-color="#C2DBEC"/><stop offset=".653" stop-color="#F3FAFE"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="paint15_linear_10079_21473034" x1="4.679" y1="54.142" x2="8.697" y2="59.465" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="paint16_linear_10079_21473034" x1="12.311" y1="45.574" x2="16.972" y2="50.603" gradientUnits="userSpaceOnUse"><stop stop-color="#C2DBEC"/><stop offset=".653" stop-color="#F3FAFE"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="paint17_linear_10079_21473034" x1="6.205" y1="53.42" x2="9.477" y2="57.645" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="paint18_linear_10079_21473034" x1="13.564" y1="46.542" x2="15.935" y2="49.02" gradientUnits="userSpaceOnUse"><stop stop-color="#C2DBEC"/><stop offset=".653" stop-color="#F3FAFE"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="paint19_linear_10079_21473034" x1="8.174" y1="52.808" x2="9.924" y2="54.845" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="paint20_linear_10079_21473034" x1="14.92" y1="46.88" x2="15.667" y2="47.649" gradientUnits="userSpaceOnUse"><stop stop-color="#C2DBEC"/><stop offset=".653" stop-color="#F3FAFE"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="paint21_linear_10079_21473034" x1="12.35" y1="49.725" x2="12.914" y2="50.349" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="paint22_linear_10079_21473034" x1="15.803" y1="35.009" x2="15.803" y2="58.741" gradientUnits="userSpaceOnUse"><stop stop-color="#88BBFB"/><stop offset="1" stop-color="#0057D6"/></linearGradient><linearGradient id="paint23_linear_10079_21473034" x1="15.877" y1="36.91" x2="15.877" y2="56.203" gradientUnits="userSpaceOnUse"><stop stop-color="#88BBFB"/><stop offset="1" stop-color="#0057D6"/></linearGradient><linearGradient id="paint24_linear_10079_21473034" x1="15.925" y1="42.136" x2="15.925" y2="50.808" gradientUnits="userSpaceOnUse"><stop stop-color="#88BBFB"/><stop offset="1" stop-color="#0057D6"/></linearGradient><linearGradient id="paint25_linear_10079_21473034" x1="75.906" y1="68.671" x2="146.864" y2="72.853" gradientUnits="userSpaceOnUse"><stop stop-color="#3239C5"/><stop offset=".172" stop-color="#1F247A" stop-opacity="0"/></linearGradient><linearGradient id="paint26_linear_10079_21473034" x1="141.78" y1="115.268" x2="120.031" y2="115.477" gradientUnits="userSpaceOnUse"><stop offset=".016" stop-color="#fff" stop-opacity="0"/><stop offset=".273" stop-color="#fff"/><stop offset=".625" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="paint27_linear_10079_21473034" x1="87.389" y1="99.407" x2="113.731" y2="97.768" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity="0"/><stop offset=".417" stop-color="#fff" stop-opacity=".938"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="paint28_linear_10079_21473034" x1="95.516" y1="118.785" x2="136.994" y2="119.577" gradientUnits="userSpaceOnUse"><stop stop-color="#3665FF"/><stop offset=".193" stop-color="#0D1222"/><stop offset=".516" stop-color="#3137C5"/><stop offset="1" stop-color="#5F1A58"/></linearGradient><linearGradient id="paint29_linear_10079_21473034" x1="63.649" y1="93.13" x2="68.556" y2="88.892" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#6DAEE3"/></linearGradient><linearGradient id="paint30_linear_10079_21473034" x1="109.42" y1="56.943" x2="109.42" y2="69.635" gradientUnits="userSpaceOnUse"><stop stop-color="#F6F6F6"/><stop offset="1" stop-color="#ACCEFF"/></linearGradient><linearGradient id="paint31_linear_10079_21473034" x1="87.831" y1="64.565" x2="90.267" y2="66.552" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#3137C5"/></linearGradient><linearGradient id="paint32_linear_10079_21473034" x1="83.305" y1="61.996" x2="84.011" y2="67.297" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#3137C5"/></linearGradient><linearGradient id="paint33_linear_10079_21473034" x1="112.381" y1="64.677" x2="107.491" y2="64.677" gradientUnits="userSpaceOnUse"><stop stop-color="#157DFF"/><stop offset="1" stop-color="#0366DB" stop-opacity=".021"/></linearGradient><linearGradient id="paint34_linear_10079_21473034" x1="103.906" y1="55.329" x2="111.376" y2="74.362" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#3137C5"/></linearGradient><linearGradient id="paint35_linear_10079_21473034" x1="146.517" y1="70.615" x2="138.779" y2="72.075" gradientUnits="userSpaceOnUse"><stop stop-color="#157DFF"/><stop offset="1" stop-color="#0366DB" stop-opacity=".021"/></linearGradient><linearGradient id="paint36_linear_10079_21473034" x1="83.297" y1="23.644" x2="135.692" y2="37.285" gradientUnits="userSpaceOnUse"><stop stop-color="#FFE7DA"/><stop offset="1" stop-color="#FFE7DA" stop-opacity="0"/></linearGradient><linearGradient id="paint37_linear_10079_21473034" x1="119.803" y1="23.076" x2="116.138" y2="63.166" gradientUnits="userSpaceOnUse"><stop stop-color="#C2DBEC"/><stop offset=".653" stop-color="#F3FAFE"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="paint38_linear_10079_21473034" x1="94.885" y1="30.249" x2="86.167" y2="59.374" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="paint39_linear_10079_21473034" x1="121.796" y1="38.956" x2="132.942" y2="62.589" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#3137C5"/></linearGradient><linearGradient id="paint40_linear_10079_21473034" x1="143.662" y1="65.661" x2="168.403" y2="78.173" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#662065"/></linearGradient><linearGradient id="paint41_linear_10079_21473034" x1="154.866" y1="93.033" x2="162.682" y2="102.827" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#3137C5"/></linearGradient><linearGradient id="paint42_linear_10079_21473034" x1="113.328" y1="16.886" x2="156.818" y2="57.656" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#3137C5"/></linearGradient><linearGradient id="paint43_linear_10079_21473034" x1="172.025" y1="60.185" x2="162.153" y2="60.185" gradientUnits="userSpaceOnUse"><stop stop-color="#157DFF"/><stop offset="1" stop-color="#0366DB" stop-opacity=".021"/></linearGradient><linearGradient id="paint44_linear_10079_21473034" x1="22.414" y1="49.688" x2="29.892" y2="54.068" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#3137C5"/></linearGradient><linearGradient id="paint45_linear_10079_21473034" x1="29.629" y1="58.206" x2="28.415" y2="58.206" gradientUnits="userSpaceOnUse"><stop stop-color="#157DFF"/><stop offset="1" stop-color="#0366DB" stop-opacity=".021"/></linearGradient><linearGradient id="paint46_linear_10079_21473034" x1="4.641" y1="30.662" x2="28.262" y2="48.574" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#3137C5"/></linearGradient><linearGradient id="paint47_linear_10079_21473034" x1="31.367" y1="55.035" x2="26.872" y2="55.035" gradientUnits="userSpaceOnUse"><stop stop-color="#157DFF"/><stop offset="1" stop-color="#0366DB" stop-opacity=".021"/></linearGradient><linearGradient id="paint48_linear_10079_21473034" x1="11.533" y1="45.116" x2="17.334" y2="51.423" gradientUnits="userSpaceOnUse"><stop stop-color="#C2DBEC"/><stop offset=".653" stop-color="#F3FAFE"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="paint49_linear_10079_21473034" x1="4.679" y1="54.142" x2="8.697" y2="59.465" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="paint50_linear_10079_21473034" x1="12.311" y1="45.574" x2="16.972" y2="50.603" gradientUnits="userSpaceOnUse"><stop stop-color="#C2DBEC"/><stop offset=".653" stop-color="#F3FAFE"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="paint51_linear_10079_21473034" x1="6.205" y1="53.42" x2="9.477" y2="57.645" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="paint52_linear_10079_21473034" x1="13.564" y1="46.542" x2="15.935" y2="49.02" gradientUnits="userSpaceOnUse"><stop stop-color="#C2DBEC"/><stop offset=".653" stop-color="#F3FAFE"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="paint53_linear_10079_21473034" x1="8.174" y1="52.808" x2="9.924" y2="54.845" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="paint54_linear_10079_21473034" x1="14.92" y1="46.88" x2="15.667" y2="47.649" gradientUnits="userSpaceOnUse"><stop stop-color="#C2DBEC"/><stop offset=".653" stop-color="#F3FAFE"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="paint55_linear_10079_21473034" x1="12.35" y1="49.725" x2="12.914" y2="50.349" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="paint56_linear_10079_21473034" x1="15.803" y1="35.009" x2="15.803" y2="58.741" gradientUnits="userSpaceOnUse"><stop stop-color="#88BBFB"/><stop offset="1" stop-color="#0057D6"/></linearGradient><linearGradient id="paint57_linear_10079_21473034" x1="15.877" y1="36.91" x2="15.877" y2="56.203" gradientUnits="userSpaceOnUse"><stop stop-color="#88BBFB"/><stop offset="1" stop-color="#0057D6"/></linearGradient><linearGradient id="paint58_linear_10079_21473034" x1="15.925" y1="42.136" x2="15.925" y2="50.808" gradientUnits="userSpaceOnUse"><stop stop-color="#88BBFB"/><stop offset="1" stop-color="#0057D6"/></linearGradient><linearGradient id="paint59_linear_10079_21473034" x1="75.453" y1="59.796" x2="85.499" y2="61.085" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#3137C5"/></linearGradient><linearGradient id="paint60_linear_10079_21473034" x1="82.788" y1="99.326" x2="81.555" y2="99.326" gradientUnits="userSpaceOnUse"><stop stop-color="#157DFF"/><stop offset="1" stop-color="#0366DB" stop-opacity=".021"/></linearGradient><linearGradient id="paint61_linear_10079_21473034" x1="75.695" y1="125.777" x2="77.869" y2="140.09" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#3137C5"/></linearGradient><linearGradient id="paint62_linear_10079_21473034" x1="144.955" y1="133.052" x2="133.307" y2="133.052" gradientUnits="userSpaceOnUse"><stop stop-color="#157DFF"/><stop offset="1" stop-color="#0366DB" stop-opacity=".021"/></linearGradient><linearGradient id="paint63_linear_10079_21473034" x1="113.79" y1="80.933" x2="101.288" y2="86.054" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset=".641" stop-color="#93D67F"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="paint64_linear_10079_21473034" x1="119.635" y1="80.933" x2="115.139" y2="93.881" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset=".641" stop-color="#93D67F"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="paint65_linear_10079_21473034" x1="116.927" y1="71.59" x2="116.927" y2="131.895" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset=".276" stop-color="#44AE46"/><stop offset="1" stop-color="#FDFDDF"/></linearGradient><linearGradient id="paint66_linear_10079_21473034" x1="125.391" y1="71.59" x2="125.391" y2="131.894" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset=".234" stop-color="#208440"/><stop offset="1" stop-color="#2F37AC"/></linearGradient><linearGradient id="paint67_linear_10079_21473034" x1="135.399" y1="59.667" x2="135.399" y2="110.181" gradientUnits="userSpaceOnUse"><stop stop-color="#1514BF" stop-opacity="0"/><stop offset=".813" stop-color="#44AE46"/></linearGradient><linearGradient id="paint68_linear_10079_21473034" x1="1.382" y1="0" x2="1.382" y2="33.481" gradientUnits="userSpaceOnUse"><stop stop-color="#46B048" stop-opacity="0"/><stop offset=".568" stop-color="#46B048"/></linearGradient><linearGradient id="paint69_linear_10079_21473034" x1="108.045" y1="90.122" x2="152.389" y2="150.457" gradientUnits="userSpaceOnUse"><stop stop-color="#C9E59A"/><stop offset="1" stop-color="#42AB44"/></linearGradient><linearGradient id="paint70_linear_10079_21473034" x1="151.608" y1="84.345" x2="131.662" y2="86.888" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="paint71_linear_10079_21473034" x1="124.732" y1="84.345" x2="156.257" y2="111.864" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="paint74_linear_10079_21473034" x1="134.466" y1="99.842" x2="156.23" y2="117.491" gradientUnits="userSpaceOnUse"><stop stop-color="#2A842B"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="paint75_linear_10079_21473034" x1="144.351" y1="82.675" x2="139.021" y2="141.353" gradientUnits="userSpaceOnUse"><stop stop-color="#CBE482"/><stop offset="1" stop-color="#CBE482" stop-opacity="0"/></linearGradient><linearGradient id="paint76_linear_10079_21473034" x1="132.882" y1="111.868" x2="141.434" y2="120.421" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#0357CA"/></linearGradient><linearGradient id="paint77_linear_10079_21473034" x1="137.834" y1="104.345" x2="121.282" y2="96.454" gradientUnits="userSpaceOnUse"><stop stop-color="#F4FAFF"/><stop offset="1" stop-color="#F4FAFF" stop-opacity="0"/></linearGradient><radialGradient id="paint0_radial_10079_21473034" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="rotate(90.005 -19.933 128.316) scale(2.28938 31.4286)"><stop stop-color="#6A99DD"/><stop offset="1" stop-color="#A0C0EF"/></radialGradient><radialGradient id="paint72_radial_10079_21473034" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(27.11457 27.47866 -28.78802 28.4066 122.601 103.724)"><stop offset=".411" stop-color="#42AB44"/><stop offset="1" stop-color="#D6F3A4"/></radialGradient><radialGradient id="paint73_radial_10079_21473034" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(27.11457 27.47866 -28.78802 28.4066 122.601 103.724)"><stop offset=".411" stop-color="#42AB44"/><stop offset="1" stop-color="#D6F3A4"/></radialGradient><filter id="filter0_f_10079_21473034" x="44.813" y="139.921" width="127.141" height="16.679" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_10079_21473034"/></filter><filter id="filter1_f_10079_21473034" x="98.422" y="78.241" width="68.805" height="64.686" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="2.5" result="effect1_foregroundBlur_10079_21473034"/></filter></defs></svg>
|
|
@@ -4,7 +4,12 @@ const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
|
|
|
4
4
|
const uni_jsx_1 = require("@redneckz/uni-jsx");
|
|
5
5
|
const Heading_1 = require("../../ui-kit/Heading/Heading");
|
|
6
6
|
const AccordionItem_1 = require("./AccordionItem");
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
const ALIGN_TITLE = {
|
|
8
|
+
left: 'text-left',
|
|
9
|
+
center: 'text-center',
|
|
10
|
+
right: 'text-right',
|
|
11
|
+
};
|
|
12
|
+
exports.Accordion = (0, uni_jsx_1.JSX)(({ title, description, accordionItems, context, className = '', anchor = null, accordionAlignTitle = 'center', }) => {
|
|
13
|
+
return ((0, jsx_runtime_1.jsxs)("section", { className: `p-[50px] font-sans bg-white text-primary-text ${className}`, id: anchor, children: [title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h4", className: `mb-2.5 ${ALIGN_TITLE[accordionAlignTitle]}`, title: title })) : null, description ? (0, jsx_runtime_1.jsx)("div", { className: "mb-2.5 text-base", children: description }) : null, accordionItems?.length ? ((0, jsx_runtime_1.jsx)("ul", { className: "list-none m-0 p-0", children: accordionItems.map((item, i) => ((0, jsx_runtime_1.jsx)(AccordionItem_1.AccordionItem, { ...item, context: context }, `AccordionItem${i}`))) })) : null] }));
|
|
9
14
|
});
|
|
10
15
|
//# sourceMappingURL=Accordion.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Accordion.js","sourceRoot":"","sources":["../../../src/components/Accordion/Accordion.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,0DAAuD;AAEvD,mDAAgD;
|
|
1
|
+
{"version":3,"file":"Accordion.js","sourceRoot":"","sources":["../../../src/components/Accordion/Accordion.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,0DAAuD;AAEvD,mDAAgD;AAGhD,MAAM,WAAW,GAA8B;IAC7C,IAAI,EAAE,WAAW;IACjB,MAAM,EAAE,aAAa;IACrB,KAAK,EAAE,YAAY;CACpB,CAAC;AAIW,QAAA,SAAS,GAAG,IAAA,aAAG,EAC1B,CAAC,EACC,KAAK,EACL,WAAW,EACX,cAAc,EACd,OAAO,EACP,SAAS,GAAG,EAAE,EACd,MAAM,GAAG,IAAI,EACb,mBAAmB,GAAG,QAAQ,GAC/B,EAAE,EAAE;IACH,OAAO,CACL,qCAAS,SAAS,EAAE,iDAAiD,SAAS,EAAE,EAAE,EAAE,EAAE,MAAM,aACzF,KAAK,CAAC,CAAC,CAAC,CACP,uBAAC,iBAAO,IACN,WAAW,EAAC,IAAI,EAChB,SAAS,EAAE,UAAU,WAAW,CAAC,mBAAmB,CAAC,EAAE,EACvD,KAAK,EAAE,KAAK,GACZ,CACH,CAAC,CAAC,CAAC,IAAI,EACP,WAAW,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAC,kBAAkB,YAAE,WAAW,GAAO,CAAC,CAAC,CAAC,IAAI,EAC1E,cAAc,EAAE,MAAM,CAAC,CAAC,CAAC,CACxB,+BAAI,SAAS,EAAC,mBAAmB,YAC9B,cAAc,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,CAC/B,uBAAC,6BAAa,OAA+B,IAAI,EAAE,OAAO,EAAE,OAAO,IAA/C,gBAAgB,CAAC,EAAE,CAAgC,CACxE,CAAC,GACC,CACN,CAAC,CAAC,CAAC,IAAI,IACA,CACX,CAAC;AACJ,CAAC,CACF,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { BlockDef } from '../../ui-kit/BlocksList/BlocksListProps';
|
|
2
2
|
import type { BlockVersion } from '../../model/BlockVersion';
|
|
3
3
|
import type { Picture } from '../../model/Picture';
|
|
4
|
+
import type { AlignType } from '../../model/AlignType';
|
|
4
5
|
/**
|
|
5
6
|
* @title Элемент списка
|
|
6
7
|
*/
|
|
@@ -29,6 +30,8 @@ export interface AccordionItemCommonProps {
|
|
|
29
30
|
export interface AccordionContent {
|
|
30
31
|
/** @title Заголовок */
|
|
31
32
|
title?: string;
|
|
33
|
+
/** @title Выравнивание заголовка */
|
|
34
|
+
accordionAlignTitle?: AlignType;
|
|
32
35
|
version?: BlockVersion;
|
|
33
36
|
/** @title Список */
|
|
34
37
|
accordionItems?: AccordionItemCommonProps[];
|
|
@@ -2,15 +2,7 @@ import type { BlockVersion } from '../../model/BlockVersion';
|
|
|
2
2
|
import type { Picture } from '../../model/Picture';
|
|
3
3
|
import type { ButtonWithIconProps } from '../../ui-kit/Button/ButtonProps';
|
|
4
4
|
import type { HeadingType } from '../../ui-kit/Heading/HeadingContent';
|
|
5
|
-
|
|
6
|
-
* @title Выравнивание
|
|
7
|
-
* @enumNames [
|
|
8
|
-
* "По левому краю",
|
|
9
|
-
* "По центру",
|
|
10
|
-
* "По правому краю"
|
|
11
|
-
* ]
|
|
12
|
-
*/
|
|
13
|
-
export declare type AlignType = 'left' | 'center' | 'right';
|
|
5
|
+
import type { AlignType } from '../../model/AlignType';
|
|
14
6
|
/**
|
|
15
7
|
* @title Общий компонент плиток
|
|
16
8
|
*/
|
|
@@ -4,10 +4,10 @@ const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
|
|
|
4
4
|
const uni_jsx_1 = require("@redneckz/uni-jsx");
|
|
5
5
|
const Heading_1 = require("../../ui-kit/Heading/Heading");
|
|
6
6
|
const Img_1 = require("../../ui-kit/Img/Img");
|
|
7
|
-
exports.BenefitsBlock = (0, uni_jsx_1.JSX)(({ className, title, benefits, anchor = null }) => {
|
|
8
|
-
return ((0, jsx_runtime_1.jsxs)("section", { className: `font-sans text-primary-text bg-white p-12 flex flex-col items-center ${className
|
|
7
|
+
exports.BenefitsBlock = (0, uni_jsx_1.JSX)(({ className = '', title, benefits, anchor = null }) => {
|
|
8
|
+
return ((0, jsx_runtime_1.jsxs)("section", { className: `font-sans text-primary-text bg-white p-12 flex flex-col items-center ${className}`, id: anchor, children: [title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h2", className: "max-w-[47rem] text-center", title: title })) : null, benefits?.length ? ((0, jsx_runtime_1.jsx)("div", { className: "grid grid-cols-2 gap-8 mt-9", children: benefits.map(renderStep) })) : null] }));
|
|
9
9
|
});
|
|
10
10
|
const renderStep = (benefit, i) => {
|
|
11
|
-
return ((0, jsx_runtime_1.jsxs)("div", { className: "flex items-center gap-5 max-w-[500px]", children: [benefit
|
|
11
|
+
return ((0, jsx_runtime_1.jsxs)("div", { className: "flex items-center gap-5 max-w-[500px]", children: [benefit?.icon ? ((0, jsx_runtime_1.jsx)(Img_1.Img, { className: "h-[70px] w-[70px] min-w-[70px] min-h-[70px]", image: benefit.icon, width: "70", height: "70" })) : null, (0, jsx_runtime_1.jsxs)("div", { children: [benefit?.label ? (0, jsx_runtime_1.jsx)("h3", { className: "font-medium text-xl m-0", children: benefit.label }) : null, benefit?.description ? ((0, jsx_runtime_1.jsx)("div", { className: "font-normal text-sm mt-2", children: benefit.description })) : null] })] }, String(i)));
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=BenefitsBlock.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BenefitsBlock.js","sourceRoot":"","sources":["../../../src/components/BenefitsBlock/BenefitsBlock.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,0DAAuD;AACvD,8CAA2C;AAK9B,QAAA,aAAa,GAAG,IAAA,aAAG,EAC9B,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI,EAAE,EAAE,EAAE;
|
|
1
|
+
{"version":3,"file":"BenefitsBlock.js","sourceRoot":"","sources":["../../../src/components/BenefitsBlock/BenefitsBlock.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,0DAAuD;AACvD,8CAA2C;AAK9B,QAAA,aAAa,GAAG,IAAA,aAAG,EAC9B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI,EAAE,EAAE,EAAE;IACrD,OAAO,CACL,qCACE,SAAS,EAAE,wEAAwE,SAAS,EAAE,EAC9F,EAAE,EAAE,MAAM,aAET,KAAK,CAAC,CAAC,CAAC,CACP,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAC,2BAA2B,EAAC,KAAK,EAAE,KAAK,GAAI,CACjF,CAAC,CAAC,CAAC,IAAI,EACP,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,CAClB,gCAAK,SAAS,EAAC,6BAA6B,YAAE,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,GAAO,CAC9E,CAAC,CAAC,CAAC,IAAI,IACA,CACX,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,UAAU,GAAG,CAAC,OAAgB,EAAE,CAAS,EAAE,EAAE;IACjD,OAAO,CACL,iCAAqB,SAAS,EAAC,uCAAuC,aACnE,OAAO,EAAE,IAAI,CAAC,CAAC,CAAC,CACf,uBAAC,SAAG,IACF,SAAS,EAAC,6CAA6C,EACvD,KAAK,EAAE,OAAO,CAAC,IAAI,EACnB,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,GACX,CACH,CAAC,CAAC,CAAC,IAAI,EACR,4CACG,OAAO,EAAE,KAAK,CAAC,CAAC,CAAC,+BAAI,SAAS,EAAC,yBAAyB,YAAE,OAAO,CAAC,KAAK,GAAM,CAAC,CAAC,CAAC,IAAI,EACpF,OAAO,EAAE,WAAW,CAAC,CAAC,CAAC,CACtB,gCAAK,SAAS,EAAC,0BAA0B,YAAE,OAAO,CAAC,WAAW,GAAO,CACtE,CAAC,CAAC,CAAC,IAAI,IACJ,KAdE,MAAM,CAAC,CAAC,CAAC,CAeb,CACP,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -22,7 +22,8 @@ import type { StepsBlockContent } from './StepsBlock/StepsBlockContent';
|
|
|
22
22
|
import type { TariffsTableContent } from './TariffsTable/TariffsTableContent';
|
|
23
23
|
import type { TextBlockContent } from './TextBlock/TextBlockContent';
|
|
24
24
|
import type { TileContent } from './Tile/TileContent';
|
|
25
|
+
import type { BonusBenefitsBlockContent } from './BonusBenefitsBlock/BonusBenefitsBlockContent';
|
|
25
26
|
/**
|
|
26
27
|
* @hidden
|
|
27
28
|
*/
|
|
28
|
-
export declare type BlockContent = BenefitsBlockContent | BonusContent | ComparisonTableContent | ExchangeRateTileContent | FooterContent | GalleryContent | GracePeriodContent | HeaderContent | LinkDocsContent | MobileAppTileContent | NavigatorTabsContent | PictureTextContent | PlaceholderContent | ProductBlockContent | ProductGalleryContent | ProductTileContent | PromoTileContent | StepsBlockContent | TariffsTableContent | TextBlockContent | TileContent | NavigationContent | LinkListContent | GroupBlockContent;
|
|
29
|
+
export declare type BlockContent = BenefitsBlockContent | BonusContent | ComparisonTableContent | ExchangeRateTileContent | FooterContent | GalleryContent | GracePeriodContent | HeaderContent | LinkDocsContent | MobileAppTileContent | NavigatorTabsContent | PictureTextContent | PlaceholderContent | ProductBlockContent | ProductGalleryContent | ProductTileContent | PromoTileContent | StepsBlockContent | TariffsTableContent | TextBlockContent | TileContent | NavigationContent | LinkListContent | GroupBlockContent | BonusBenefitsBlockContent;
|
|
@@ -30,4 +30,5 @@ export declare const Blocks: {
|
|
|
30
30
|
Navigation: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./Navigation/Navigation").NavigationProps, any>, context?: any) => any;
|
|
31
31
|
Placeholder: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./Placeholder/Placeholder").PlaceholderProps, any>, context?: any) => any;
|
|
32
32
|
GroupBlock: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./GroupBlock/GroupBlock").GroupBlockProps, any>, context?: any) => any;
|
|
33
|
+
BonusBenefitsBlock: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./BonusBenefitsBlock/BonusBenefitsBlock").BenefitsBlockProps, any>, context?: any) => any;
|
|
33
34
|
};
|
|
@@ -31,6 +31,7 @@ const TariffsTable_1 = require("./TariffsTable/TariffsTable");
|
|
|
31
31
|
const TextBlock_1 = require("./TextBlock/TextBlock");
|
|
32
32
|
const Tile_1 = require("./Tile/Tile");
|
|
33
33
|
const GroupBlock_1 = require("./GroupBlock/GroupBlock");
|
|
34
|
+
const BonusBenefitsBlock_1 = require("./BonusBenefitsBlock/BonusBenefitsBlock");
|
|
34
35
|
exports.Blocks = {
|
|
35
36
|
Accordion: Accordion_1.Accordion,
|
|
36
37
|
BenefitsBlock: BenefitsBlock_1.BenefitsBlock,
|
|
@@ -63,5 +64,6 @@ exports.Blocks = {
|
|
|
63
64
|
Navigation: Navigation_1.Navigation,
|
|
64
65
|
Placeholder: Placeholder_1.Placeholder,
|
|
65
66
|
GroupBlock: GroupBlock_1.GroupBlock,
|
|
67
|
+
BonusBenefitsBlock: BonusBenefitsBlock_1.BonusBenefitsBlock,
|
|
66
68
|
};
|
|
67
69
|
//# sourceMappingURL=Blocks.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Blocks.js","sourceRoot":"","sources":["../../src/components/Blocks.ts"],"names":[],"mappings":";;AAAA,qDAAkD;AAClD,iEAA8D;AAC9D,yCAAsC;AACtC,uEAAoE;AACpE,wDAAqD;AACrD,0EAAuE;AACvE,0EAAuE;AACvE,4CAAyC;AACzC,+CAA4C;AAC5C,2DAAwD;AACxD,4CAAyC;AACzC,kDAA+C;AAC/C,qDAAkD;AAClD,kDAA+C;AAC/C,2DAAwD;AACxD,iEAA8D;AAC9D,wDAAqD;AACrD,iEAA8D;AAC9D,iEAA8D;AAC9D,2DAAwD;AACxD,2DAAwD;AACxD,8DAA2D;AAC3D,oEAAiE;AACjE,2DAAwD;AACxD,qDAAkD;AAClD,oEAAiE;AACjE,wDAAqD;AACrD,8DAA2D;AAC3D,qDAAkD;AAClD,sCAAmC;AACnC,wDAAqD;
|
|
1
|
+
{"version":3,"file":"Blocks.js","sourceRoot":"","sources":["../../src/components/Blocks.ts"],"names":[],"mappings":";;AAAA,qDAAkD;AAClD,iEAA8D;AAC9D,yCAAsC;AACtC,uEAAoE;AACpE,wDAAqD;AACrD,0EAAuE;AACvE,0EAAuE;AACvE,4CAAyC;AACzC,+CAA4C;AAC5C,2DAAwD;AACxD,4CAAyC;AACzC,kDAA+C;AAC/C,qDAAkD;AAClD,kDAA+C;AAC/C,2DAAwD;AACxD,iEAA8D;AAC9D,wDAAqD;AACrD,iEAA8D;AAC9D,iEAA8D;AAC9D,2DAAwD;AACxD,2DAAwD;AACxD,8DAA2D;AAC3D,oEAAiE;AACjE,2DAAwD;AACxD,qDAAkD;AAClD,oEAAiE;AACjE,wDAAqD;AACrD,8DAA2D;AAC3D,qDAAkD;AAClD,sCAAmC;AACnC,wDAAqD;AACrD,gFAA6E;AAEhE,QAAA,MAAM,GAAG;IACpB,SAAS,EAAT,qBAAS;IACT,aAAa,EAAb,6BAAa;IACb,KAAK,EAAL,aAAK;IACL,eAAe,EAAf,iCAAe;IACf,UAAU,EAAV,uBAAU;IACV,gBAAgB,EAAhB,mCAAgB;IAChB,gBAAgB,EAAhB,mCAAgB;IAChB,MAAM,EAAN,eAAM;IACN,OAAO,EAAP,iBAAO;IACP,WAAW,EAAX,yBAAW;IACX,MAAM,EAAN,eAAM;IACN,QAAQ,EAAR,mBAAQ;IACR,SAAS,EAAT,qBAAS;IACT,QAAQ,EAAR,mBAAQ;IACR,WAAW,EAAX,yBAAW;IACX,aAAa,EAAb,6BAAa;IACb,aAAa,EAAb,6BAAa;IACb,WAAW,EAAX,yBAAW;IACX,YAAY,EAAZ,2BAAY;IACZ,cAAc,EAAd,+BAAc;IACd,WAAW,EAAX,yBAAW;IACX,SAAS,EAAT,qBAAS;IACT,aAAa,EAAb,6BAAa;IACb,cAAc,EAAd,+BAAc;IACd,UAAU,EAAV,uBAAU;IACV,YAAY,EAAZ,2BAAY;IACZ,SAAS,EAAT,qBAAS;IACT,IAAI,EAAJ,WAAI;IACJ,UAAU,EAAV,uBAAU;IACV,WAAW,EAAX,yBAAW;IACX,UAAU,EAAV,uBAAU;IACV,kBAAkB,EAAlB,uCAAkB;CACnB,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { UniBlockProps } from '../../types';
|
|
2
|
+
import type { BonusBenefitsBlockContent } from './BonusBenefitsBlockContent';
|
|
3
|
+
export interface BenefitsBlockProps extends BonusBenefitsBlockContent, UniBlockProps {
|
|
4
|
+
}
|
|
5
|
+
export declare const BonusBenefitsBlock: (props: import("@redneckz/uni-jsx").PropsWithChildren<BenefitsBlockProps, any>, context?: any) => any;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2
|
+
exports.BonusBenefitsBlock = void 0;
|
|
3
|
+
const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
|
|
4
|
+
const uni_jsx_1 = require("@redneckz/uni-jsx");
|
|
5
|
+
const Heading_1 = require("../../ui-kit/Heading/Heading");
|
|
6
|
+
const Img_1 = require("../../ui-kit/Img/Img");
|
|
7
|
+
const getElementsColsValue_1 = require("./getElementsColsValue");
|
|
8
|
+
exports.BonusBenefitsBlock = (0, uni_jsx_1.JSX)(({ className = '', title, subtitle, bonusBenefits, anchor = null }) => {
|
|
9
|
+
return ((0, jsx_runtime_1.jsxs)("section", { className: `font-sans text-primary-text bg-white p-50 flex flex-col ${className}`, id: anchor, children: [title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h3", className: "text-center mb-[10px]", title: title })) : null, subtitle ? (0, jsx_runtime_1.jsx)("span", { className: "text-md font-normal text-center", children: subtitle }) : null, bonusBenefits?.length ? ((0, jsx_runtime_1.jsx)("div", { className: `grid gap-1 ${(0, getElementsColsValue_1.getElementsColsValue)(className)}`, children: bonusBenefits.map(renderBonusBenefit) })) : null] }));
|
|
10
|
+
});
|
|
11
|
+
const renderBonusBenefit = (bonusBenefit, i) => {
|
|
12
|
+
return ((0, jsx_runtime_1.jsxs)("div", { className: "flex flex-col items-center max-w-[292px]", children: [bonusBenefit?.icon ? ((0, jsx_runtime_1.jsx)(Img_1.Img, { className: "h-[180px] w-[160px] min-w-[160px] min-h-[160px]", image: bonusBenefit.icon, width: "160", height: "180" })) : null, (0, jsx_runtime_1.jsx)("div", { children: bonusBenefit?.label ? ((0, jsx_runtime_1.jsx)("span", { className: "title-2xs text-center m-0", children: bonusBenefit.label })) : null })] }, String(i)));
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=BonusBenefitsBlock.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BonusBenefitsBlock.js","sourceRoot":"","sources":["../../../src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,0DAAuD;AACvD,8CAA2C;AAE3C,iEAA8D;AAIjD,QAAA,kBAAkB,GAAG,IAAA,aAAG,EACnC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,MAAM,GAAG,IAAI,EAAE,EAAE,EAAE;IACpE,OAAO,CACL,qCACE,SAAS,EAAE,2DAA2D,SAAS,EAAE,EACjF,EAAE,EAAE,MAAM,aAET,KAAK,CAAC,CAAC,CAAC,CACP,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAC,uBAAuB,EAAC,KAAK,EAAE,KAAK,GAAI,CAC7E,CAAC,CAAC,CAAC,IAAI,EACP,QAAQ,CAAC,CAAC,CAAC,iCAAM,SAAS,EAAC,iCAAiC,YAAE,QAAQ,GAAQ,CAAC,CAAC,CAAC,IAAI,EACrF,aAAa,EAAE,MAAM,CAAC,CAAC,CAAC,CACvB,gCAAK,SAAS,EAAE,cAAc,IAAA,2CAAoB,EAAC,SAAS,CAAC,EAAE,YAC5D,aAAa,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAClC,CACP,CAAC,CAAC,CAAC,IAAI,IACA,CACX,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,kBAAkB,GAAG,CAAC,YAA0B,EAAE,CAAS,EAAE,EAAE;IACnE,OAAO,CACL,iCAAqB,SAAS,EAAC,0CAA0C,aACtE,YAAY,EAAE,IAAI,CAAC,CAAC,CAAC,CACpB,uBAAC,SAAG,IACF,SAAS,EAAC,iDAAiD,EAC3D,KAAK,EAAE,YAAY,CAAC,IAAI,EACxB,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,GACZ,CACH,CAAC,CAAC,CAAC,IAAI,EACR,0CACG,YAAY,EAAE,KAAK,CAAC,CAAC,CAAC,CACrB,iCAAM,SAAS,EAAC,2BAA2B,YAAE,YAAY,CAAC,KAAK,GAAQ,CACxE,CAAC,CAAC,CAAC,IAAI,GACJ,KAbE,MAAM,CAAC,CAAC,CAAC,CAcb,CACP,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { Picture } from '../../model/Picture';
|
|
2
|
+
export interface BonusBenefit {
|
|
3
|
+
/** @title Название */
|
|
4
|
+
label?: string;
|
|
5
|
+
/** @title Бонус и преимущество */
|
|
6
|
+
icon?: Picture;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* @title Блок бонусов и преимуществ
|
|
10
|
+
*/
|
|
11
|
+
export interface BonusBenefitsBlockContent {
|
|
12
|
+
/** @title Заголовок */
|
|
13
|
+
title?: string;
|
|
14
|
+
/** @title Подзаголовок */
|
|
15
|
+
subtitle?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @title Список бонусов
|
|
18
|
+
* @maxItems 8
|
|
19
|
+
*/
|
|
20
|
+
bonusBenefits?: BonusBenefit[];
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BonusBenefitsBlockContent.js","sourceRoot":"","sources":["../../../src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function getElementsColsValue(className?: string): "grid-cols-2" | "grid-cols-3" | "grid-cols-4";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2
|
+
exports.getElementsColsValue = void 0;
|
|
3
|
+
const getColSpan_1 = require("../../utils/getColSpan");
|
|
4
|
+
function getElementsColsValue(className = '') {
|
|
5
|
+
const colSpan = (0, getColSpan_1.getColSpan)(className);
|
|
6
|
+
if (colSpan <= 6) {
|
|
7
|
+
return 'grid-cols-2';
|
|
8
|
+
}
|
|
9
|
+
else if (colSpan <= 8) {
|
|
10
|
+
return 'grid-cols-3';
|
|
11
|
+
}
|
|
12
|
+
else {
|
|
13
|
+
return 'grid-cols-4';
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.getElementsColsValue = getElementsColsValue;
|
|
17
|
+
//# sourceMappingURL=getElementsColsValue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getElementsColsValue.js","sourceRoot":"","sources":["../../../src/components/BonusBenefitsBlock/getElementsColsValue.ts"],"names":[],"mappings":";;AAAA,uDAAoD;AAEpD,SAAgB,oBAAoB,CAAC,SAAS,GAAG,EAAE;IACjD,MAAM,OAAO,GAAG,IAAA,uBAAU,EAAC,SAAS,CAAC,CAAC;IACtC,IAAI,OAAO,IAAI,CAAC,EAAE;QAChB,OAAO,aAAa,CAAC;KACtB;SAAM,IAAI,OAAO,IAAI,CAAC,EAAE;QACvB,OAAO,aAAa,CAAC;KACtB;SAAM;QACL,OAAO,aAAa,CAAC;KACtB;AACH,CAAC;AATD,oDASC"}
|
|
@@ -2,7 +2,7 @@ import type { BlockVersionWithTransparent } from '../../model/BlockVersion';
|
|
|
2
2
|
import type { DescriptionContent } from '../../ui-kit/Description/DescriptionContent';
|
|
3
3
|
import type { HeadingContent } from '../../ui-kit/Heading/HeadingContent';
|
|
4
4
|
import type { ImageContent } from '../../ui-kit/Img/ImgProps';
|
|
5
|
-
import type { AlignType } from '
|
|
5
|
+
import type { AlignType } from '../../model/AlignType';
|
|
6
6
|
/**
|
|
7
7
|
* @title Заголовок
|
|
8
8
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AlignType } from '
|
|
1
|
+
import type { AlignType } from '../../model/AlignType';
|
|
2
2
|
import type { BlockVersionWithTransparent } from '../../model/BlockVersion';
|
|
3
3
|
export declare const ALIGN_TEXT: Record<AlignType, string>;
|
|
4
4
|
declare type StyleType = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { LinkProps } from '../../model/LinkProps';
|
|
2
|
-
import type { AlignType } from '
|
|
2
|
+
import type { AlignType } from '../../model/AlignType';
|
|
3
3
|
import type { ListOrientation } from '../../model/ListOrientation';
|
|
4
4
|
import type { Picture } from '../../model/Picture';
|
|
5
5
|
/**
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import type { UniBlockProps } from '../../types';
|
|
1
|
+
import type { ColorPalette, UniBlockProps } from '../../types';
|
|
2
2
|
import type { BlockItemCommonProps } from './OtherProductsContent';
|
|
3
|
-
import { ColorPalette } from '../../types';
|
|
4
3
|
export interface BlockItemProps extends BlockItemCommonProps, UniBlockProps {
|
|
5
4
|
dataTheme?: ColorPalette;
|
|
6
5
|
}
|
|
@@ -2,15 +2,18 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
2
2
|
exports.OtherProductsItem = void 0;
|
|
3
3
|
const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
|
|
4
4
|
const uni_jsx_1 = require("@redneckz/uni-jsx");
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
const { hasContent, icon, handleToggle, isActive } = (0, useActiveHandler_1.useActiveHandler)({
|
|
5
|
+
const renderBlocksList_1 = require("../../ui-kit/BlocksList/renderBlocksList");
|
|
6
|
+
const Foldable_1 = require("../../ui-kit/Foldable/Foldable");
|
|
7
|
+
exports.OtherProductsItem = (0, uni_jsx_1.JSX)(({ label, blocks, columns = 1, context, dataTheme, isUnfolded }) => {
|
|
8
|
+
const foldableBlocks = (0, renderBlocksList_1.renderBlocksList)({
|
|
10
9
|
context,
|
|
10
|
+
className: 'box-border p-5',
|
|
11
|
+
columns,
|
|
11
12
|
blocks,
|
|
12
|
-
initialState: isExpanded,
|
|
13
13
|
});
|
|
14
|
-
return ((0, jsx_runtime_1.
|
|
14
|
+
return ((0, jsx_runtime_1.jsx)("div", { className: "border-0 border-b border-solid border-main-divider", children: blocks?.length ? ((0, jsx_runtime_1.jsx)(Foldable_1.Foldable, { foldButtonDataTheme: dataTheme, hiddenBlocksNum: blocks?.length, blocks: foldableBlocks, isUnfolded: isUnfolded, context: context, foldButtonLabel: label, render: (children, isActive) => ((0, jsx_runtime_1.jsx)(Wrapper, { columns: columns, isActive: isActive, children: children })) })) : null }));
|
|
15
|
+
});
|
|
16
|
+
const Wrapper = (0, uni_jsx_1.JSX)(({ columns, children, isActive }) => {
|
|
17
|
+
return ((0, jsx_runtime_1.jsx)("div", { className: `box-border w-full ${isActive ? 'p-9' : ''} ${columns > 1 ? 'flex flex-wrap' : ''}`, children: children }));
|
|
15
18
|
});
|
|
16
19
|
//# sourceMappingURL=OtherProductsItem.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OtherProductsItem.js","sourceRoot":"","sources":["../../../src/components/OtherProducts/OtherProductsItem.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;
|
|
1
|
+
{"version":3,"file":"OtherProductsItem.js","sourceRoot":"","sources":["../../../src/components/OtherProducts/OtherProductsItem.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,+EAA4E;AAC5E,6DAA0D;AAO7C,QAAA,iBAAiB,GAAG,IAAA,aAAG,EAClC,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,GAAG,CAAC,EAAE,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,EAAE,EAAE;IACjE,MAAM,cAAc,GAAG,IAAA,mCAAgB,EAAC;QACtC,OAAO;QACP,SAAS,EAAE,gBAAgB;QAC3B,OAAO;QACP,MAAM;KACP,CAAY,CAAC;IACd,OAAO,CACL,gCAAK,SAAS,EAAC,oDAAoD,YAChE,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,CAChB,uBAAC,mBAAQ,IACP,mBAAmB,EAAE,SAAS,EAC9B,eAAe,EAAE,MAAM,EAAE,MAAM,EAC/B,MAAM,EAAE,cAAc,EACtB,UAAU,EAAE,UAAU,EACtB,OAAO,EAAE,OAAO,EAChB,eAAe,EAAE,KAAK,EACtB,MAAM,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,EAAE,CAAC,CAC9B,uBAAC,OAAO,IAAC,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,YAC1C,QAAQ,GACD,CACX,GACD,CACH,CAAC,CAAC,CAAC,IAAI,GACJ,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,OAAO,GAAG,IAAA,aAAG,EAAyC,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE;IAC9F,OAAO,CACL,gCACE,SAAS,EAAE,qBAAqB,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,IACnD,OAAO,GAAG,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,EACnC,EAAE,YAED,QAAQ,GACL,CACP,CAAC;AACJ,CAAC,CAAC,CAAC"}
|
|
@@ -3,11 +3,12 @@ exports.TariffsTable = void 0;
|
|
|
3
3
|
const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
|
|
4
4
|
const uni_jsx_1 = require("@redneckz/uni-jsx");
|
|
5
5
|
const useTableArrowScrollControl_1 = require("../../hooks/useTableArrowScrollControl");
|
|
6
|
+
const Foldable_1 = require("../../ui-kit/Foldable/Foldable");
|
|
6
7
|
const Heading_1 = require("../../ui-kit/Heading/Heading");
|
|
7
8
|
const TableArrowScrollControl_1 = require("../../ui-kit/TableArrowScrollControl/TableArrowScrollControl");
|
|
8
9
|
const constants_1 = require("./constants");
|
|
9
10
|
const TariffsTableRow_1 = require("./TariffsTableRow");
|
|
10
|
-
exports.TariffsTable = (0, uni_jsx_1.JSX)(({ className, context, title, description, rowHeaders, columns, anchor = null }) => {
|
|
11
|
+
exports.TariffsTable = (0, uni_jsx_1.JSX)(({ className, context, title, description, rowHeaders, columns, anchor = null, hiddenRowsNum = 0, }) => {
|
|
11
12
|
const [activeCardIndex, setActiveCardIndex] = context.useState(0);
|
|
12
13
|
const colData = getColData(columns);
|
|
13
14
|
const rowData = getRowData(rowHeaders, colData);
|
|
@@ -17,12 +18,16 @@ exports.TariffsTable = (0, uni_jsx_1.JSX)(({ className, context, title, descript
|
|
|
17
18
|
activeCardIndex,
|
|
18
19
|
setActiveCardIndex,
|
|
19
20
|
});
|
|
20
|
-
const {
|
|
21
|
-
return ((0, jsx_runtime_1.jsxs)("section", { className: `bg-white font-sans py-[50px] pl-[50px] overflow-hidden text-primary-text relative ${className || ''}`, id: anchor, children: [title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h2", className: `text-center ${description ? 'mb-2.5' : 'mb-9'}`, title: title })) : null, description ? (0, jsx_runtime_1.jsx)("div", { className: "mb-9 text-center text-m-base", children: description }) : null, rowData?.length ? ((0, jsx_runtime_1.
|
|
21
|
+
const foldableBlocks = rowData?.map((row, i, { length }) => ((0, jsx_runtime_1.jsx)(TariffsTableRow_1.TariffsTableRow, { row: row, isLastRow: i + 1 === length, activeCardIndex: activeCardIndex }, String(i))));
|
|
22
|
+
return ((0, jsx_runtime_1.jsxs)("section", { className: `bg-white font-sans py-[50px] pl-[50px] overflow-hidden text-primary-text relative ${className || ''}`, id: anchor, children: [title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h2", className: `text-center ${description ? 'mb-2.5' : 'mb-9'}`, title: title })) : null, description ? (0, jsx_runtime_1.jsx)("div", { className: "mb-9 text-center text-m-base", children: description }) : null, rowData?.length ? ((0, jsx_runtime_1.jsx)(Foldable_1.Foldable, { blocks: foldableBlocks, hiddenBlocksNum: hiddenRowsNum, context: context, render: (children) => ((0, jsx_runtime_1.jsx)(Wrapper, { tableArrowScrollControlProps: tableArrowScrollControlProps, children: children })), foldButtonLabel: "\u0420\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C" })) : null] }));
|
|
22
23
|
});
|
|
23
24
|
const getColData = (columns) => columns?.map(({ data }) => data) || [];
|
|
24
25
|
const getRowData = (rowHeaders, colData) => rowHeaders?.map((header, i) => ({
|
|
25
26
|
header,
|
|
26
27
|
data: colData.map((col) => col?.[i] || [{}]),
|
|
27
28
|
}));
|
|
29
|
+
const Wrapper = (0, uni_jsx_1.JSX)(({ children, tableArrowScrollControlProps }) => {
|
|
30
|
+
const { isScrollAvailable } = tableArrowScrollControlProps;
|
|
31
|
+
return ((0, jsx_runtime_1.jsxs)("div", { role: "table", children: [(0, jsx_runtime_1.jsxs)("div", { className: "relative", children: [children, (0, jsx_runtime_1.jsx)(TableArrowScrollControl_1.TableArrowScrollControl, { ...tableArrowScrollControlProps })] }), isScrollAvailable ? ((0, jsx_runtime_1.jsx)("div", { className: "absolute top-0 right-0 bottom-0 w-[84px] bg-opacity-to-white" })) : null] }));
|
|
32
|
+
});
|
|
28
33
|
//# sourceMappingURL=TariffsTable.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TariffsTable.js","sourceRoot":"","sources":["../../../src/components/TariffsTable/TariffsTable.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uFAAoF;
|
|
1
|
+
{"version":3,"file":"TariffsTable.js","sourceRoot":"","sources":["../../../src/components/TariffsTable/TariffsTable.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uFAAoF;AAGpF,6DAA0D;AAC1D,0DAAuD;AACvD,0GAAuG;AAEvG,2CAAqD;AAOrD,uDAAoD;AAIvC,QAAA,YAAY,GAAG,IAAA,aAAG,EAC7B,CAAC,EACC,SAAS,EACT,OAAO,EACP,KAAK,EACL,WAAW,EACX,UAAU,EACV,OAAO,EACP,MAAM,GAAG,IAAI,EACb,aAAa,GAAG,CAAC,GAClB,EAAE,EAAE;IACH,MAAM,CAAC,eAAe,EAAE,kBAAkB,CAAC,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;IAElE,MAAM,OAAO,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC;IACpC,MAAM,OAAO,GAAG,UAAU,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;IAEhD,MAAM,4BAA4B,GAAG,IAAA,uDAA0B,EAAC;QAC9D,aAAa,EAAE,OAAO,CAAC,MAAM;QAC7B,mBAAmB,EAAE,kCAAsB;QAC3C,eAAe;QACf,kBAAkB;KACnB,CAAC,CAAC;IAEH,MAAM,cAAc,GAAG,OAAO,EAAE,GAAG,CAAC,CAAC,GAAG,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC,CAC1D,uBAAC,iCAAe,IAEd,GAAG,EAAE,GAAG,EACR,SAAS,EAAE,CAAC,GAAG,CAAC,KAAK,MAAM,EAC3B,eAAe,EAAE,eAAe,IAH3B,MAAM,CAAC,CAAC,CAAC,CAId,CACH,CAAC,CAAC;IAEH,OAAO,CACL,qCACE,SAAS,EAAE,qFACT,SAAS,IAAI,EACf,EAAE,EACF,EAAE,EAAE,MAAM,aAET,KAAK,CAAC,CAAC,CAAC,CACP,uBAAC,iBAAO,IACN,WAAW,EAAC,IAAI,EAChB,SAAS,EAAE,eAAe,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,EAC3D,KAAK,EAAE,KAAK,GACZ,CACH,CAAC,CAAC,CAAC,IAAI,EACP,WAAW,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAC,8BAA8B,YAAE,WAAW,GAAO,CAAC,CAAC,CAAC,IAAI,EACtF,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,CACjB,uBAAC,mBAAQ,IACP,MAAM,EAAE,cAAc,EACtB,eAAe,EAAE,aAAa,EAC9B,OAAO,EAAE,OAAO,EAChB,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC,CACpB,uBAAC,OAAO,IAAC,4BAA4B,EAAE,4BAA4B,YAChE,QAAQ,GACD,CACX,EACD,eAAe,EAAC,8DAAY,GAC5B,CACH,CAAC,CAAC,CAAC,IAAI,IACA,CACX,CAAC;AACJ,CAAC,CACF,CAAC;AAKF,MAAM,UAAU,GAAG,CAAC,OAAyC,EAAe,EAAE,CAC5E,OAAO,EAAE,GAAG,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;AAEzC,MAAM,UAAU,GAAG,CACjB,UAA+C,EAC/C,OAAoB,EACP,EAAE,CACf,UAAU,EAAE,GAAG,CAAC,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC;IAC9B,MAAM;IACN,IAAI,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;CAC7C,CAAC,CAAC,CAAC;AAEN,MAAM,OAAO,GAAG,IAAA,aAAG,EAMjB,CAAC,EAAE,QAAQ,EAAE,4BAA4B,EAAE,EAAE,EAAE;IAC/C,MAAM,EAAE,iBAAiB,EAAE,GAAG,4BAA4B,CAAC;IAE3D,OAAO,CACL,iCAAK,IAAI,EAAC,OAAO,aACf,iCAAK,SAAS,EAAC,UAAU,aACtB,QAAQ,EACT,uBAAC,iDAAuB,OAAK,4BAA4B,GAAI,IACzD,EACL,iBAAiB,CAAC,CAAC,CAAC,CACnB,gCAAK,SAAS,EAAC,8DAA8D,GAAG,CACjF,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC;AACJ,CAAC,CAAC,CAAC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import type { CellData } from '../ComparisonTable/ComparisonTableContent';
|
|
2
1
|
import type { ListOrientation } from '../../model/ListOrientation';
|
|
3
|
-
import type {
|
|
2
|
+
import type { Picture } from '../../model/Picture';
|
|
4
3
|
import type { ButtonContent } from '../../ui-kit/Button/ButtonProps';
|
|
5
|
-
import type { ListContent } from '../../ui-kit/List/ListContent';
|
|
6
|
-
import type { HeadingContent } from '../../ui-kit/Heading/HeadingContent';
|
|
7
4
|
import type { DescriptionContent } from '../../ui-kit/Description/DescriptionContent';
|
|
8
|
-
import {
|
|
5
|
+
import type { HeadingContent } from '../../ui-kit/Heading/HeadingContent';
|
|
6
|
+
import type { ImageContent } from '../../ui-kit/Img/ImgProps';
|
|
7
|
+
import type { ListContent } from '../../ui-kit/List/ListContent';
|
|
8
|
+
import type { CellData } from '../ComparisonTable/ComparisonTableContent';
|
|
9
9
|
/**
|
|
10
10
|
* @title Ряд
|
|
11
11
|
*/
|
|
@@ -49,6 +49,8 @@ export declare type TariffsTableContent = HeadingContent & DescriptionContent &
|
|
|
49
49
|
rowHeaders?: TariffsTableRowHeader[];
|
|
50
50
|
/** @title Отображать элементы в моб. версии (прокрутка shift+mouseScroll) */
|
|
51
51
|
orientation?: ListOrientation;
|
|
52
|
+
/** @title Скрывать строк */
|
|
53
|
+
hiddenRowsNum?: number;
|
|
52
54
|
};
|
|
53
55
|
/** @hidden */
|
|
54
56
|
export declare type TariffsTableTileCellProps = {
|