contentoh-components-library 21.0.65 → 21.0.66
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/.env.development +5 -18
- package/.env.production +3 -16
- package/CHANGELOG.md +33 -31
- package/dist/assets/images/carouselImagesLogin/login2.svg +117 -0
- package/dist/assets/images/carouselImagesLogin/login3.svg +147 -0
- package/dist/assets/images/carouselImagesLogin/loginImage.svg +301 -0
- package/dist/assets/images/sliderToolTip/infoIcon.svg +4 -0
- package/dist/assets/images/sliderToolTip/slide1.svg +5 -0
- package/dist/assets/images/sliderToolTip/slide2.svg +9 -0
- package/dist/assets/images/sliderToolTip/slide3.svg +9 -0
- package/dist/assets/images/sliderToolTip/slide4.svg +9 -0
- package/dist/assets/images/sliderToolTip/slide5.svg +40 -0
- package/dist/components/atoms/AsignationOption/index.js +5 -9
- package/dist/components/atoms/AsignationOption/styles.js +1 -1
- package/dist/components/atoms/CheckBox/index.js +2 -4
- package/dist/components/atoms/GeneralButton/index.js +0 -5
- package/dist/components/atoms/GeneralButton/styles.js +2 -4
- package/dist/components/atoms/GeneralInput/index.js +25 -72
- package/dist/components/atoms/GeneralInput/styles.js +1 -7
- package/dist/components/atoms/GenericModal/index.js +2 -4
- package/dist/components/atoms/GenericModal/styles.js +1 -1
- package/dist/components/atoms/GradientPanel/styles.js +1 -1
- package/dist/components/atoms/ListCommercialRetailers/ListCommercialRetailers.stories.js +36 -0
- package/dist/components/atoms/ListCommercialRetailers/index.js +64 -0
- package/dist/components/atoms/ListCommercialRetailers/styles.js +20 -0
- package/dist/components/atoms/Loading/Loading.stories.js +28 -0
- package/dist/components/atoms/Loading/index.js +1 -0
- package/dist/components/atoms/LogoImage/index.js +1 -0
- package/dist/components/atoms/MenuCommercialRetailers/MenuCommercialRetailers.stories.js +37 -0
- package/dist/components/atoms/MenuCommercialRetailers/index.js +25 -0
- package/dist/components/{molecules/RetailerSelector → atoms/MenuCommercialRetailers}/styles.js +1 -1
- package/dist/components/atoms/MenuProductImage/MenuProductImage.stories.js +28 -0
- package/dist/components/atoms/MenuProductImage/index.js +88 -0
- package/dist/components/atoms/MenuProductImage/styles.js +20 -0
- package/dist/components/atoms/PriorityFlag/index.js +1 -1
- package/dist/components/atoms/ProductImage/styles.js +1 -1
- package/dist/components/atoms/ProgressBar/index.js +2 -2
- package/dist/components/atoms/ProgressBar/styles.js +5 -3
- package/dist/components/atoms/ScreenHeader/index.js +1 -1
- package/dist/components/atoms/ScreenHeader/styles.js +1 -1
- package/dist/components/atoms/SliderToolTip/SliderToolTip.stories.js +47 -0
- package/dist/components/atoms/SliderToolTip/index.js +200 -0
- package/dist/components/atoms/SliderToolTip/styles.js +24 -0
- package/dist/components/atoms/StatusTag/index.js +2 -37
- package/dist/components/atoms/StatusTag/styles.js +1 -1
- package/dist/components/atoms/ValidationPanel/index.js +3 -4
- package/dist/components/atoms/VerticalSideMenuMainPage/VerticalSideMenuMainPage.stories.js +22 -0
- package/dist/components/atoms/VerticalSideMenuMainPage/index.js +49 -0
- package/dist/components/atoms/{Commentary → VerticalSideMenuMainPage}/styles.js +1 -6
- package/dist/components/molecules/ApproveRejetPanel/ApproveRejetPanel.stories.js +25 -0
- package/dist/components/molecules/ApproveRejetPanel/index.js +49 -0
- package/dist/components/{atoms/CharCounter → molecules/ApproveRejetPanel}/styles.js +1 -3
- package/dist/components/molecules/AvatarAndValidation/index.js +7 -17
- package/dist/components/molecules/AvatarAndValidation/styles.js +1 -1
- package/dist/components/molecules/CarouselImagesLogin/index.js +40 -42
- package/dist/components/molecules/EmailResetPasswordLogin/EmailResetPasswordLogin.stories.js +28 -0
- package/dist/components/molecules/EmailResetPasswordLogin/index.js +153 -0
- package/dist/components/molecules/EmailResetPasswordLogin/styles.js +20 -0
- package/dist/components/molecules/FeaturesBar/index.js +1 -1
- package/dist/components/molecules/GalleryElement/index.js +21 -80
- package/dist/components/molecules/GalleryElement/styles.js +1 -1
- package/dist/components/molecules/GalleryHeader/index.js +6 -28
- package/dist/components/molecules/GalleryHeader/styles.js +1 -1
- package/dist/components/molecules/ImageSelector/index.js +4 -2
- package/dist/components/molecules/LoginPasswordStrength/index.js +6 -6
- package/dist/components/molecules/LoginPasswordStrength/styles.js +1 -1
- package/dist/components/{atoms/CharCounter/CharCounter.stories.js → molecules/LogoLoading/Loading.stories.js} +7 -10
- package/dist/components/molecules/LogoLoading/index.js +22 -0
- package/dist/components/molecules/LogoLoading/styles.js +18 -0
- package/dist/components/molecules/ProductNameHeader/index.js +2 -1
- package/dist/components/molecules/RegistrationFirstStep/RegistrationFirstStep.stories.js +28 -0
- package/dist/components/molecules/RegistrationFirstStep/index.js +308 -0
- package/dist/components/molecules/RegistrationFirstStep/styles.js +20 -0
- package/dist/components/molecules/RegistrationSecondStep/RegistrationSecondStep.stories.js +28 -0
- package/dist/components/molecules/RegistrationSecondStep/index.js +169 -0
- package/dist/components/molecules/RegistrationSecondStep/styles.js +20 -0
- package/dist/components/molecules/RegistrationThirdStep/RegistrationThirdStep.stories.js +28 -0
- package/dist/components/molecules/RegistrationThirdStep/index.js +155 -0
- package/dist/components/molecules/RegistrationThirdStep/styles.js +20 -0
- package/dist/components/molecules/SignInLogin/SignInLogin.stories.js +28 -0
- package/dist/components/molecules/SignInLogin/index.js +321 -0
- package/dist/components/molecules/SignInLogin/styles.js +20 -0
- package/dist/components/molecules/SignInLoginCreationApp/SignInLogin.stories.js +28 -0
- package/dist/components/molecules/SignInLoginCreationApp/index.js +270 -0
- package/dist/components/molecules/SignInLoginCreationApp/styles.js +20 -0
- package/dist/components/molecules/StatusAsignationInfo/index.js +25 -46
- package/dist/components/molecules/StatusAsignationInfo/styles.js +1 -1
- package/dist/components/molecules/TableHeader/index.js +5 -12
- package/dist/components/molecules/TableHeader/styles.js +1 -1
- package/dist/components/molecules/TagAndInput/index.js +2 -24
- package/dist/components/molecules/VerificationCodeResetPasswordLogin/VerificationCodeResetPasswordLogin.stories.js +28 -0
- package/dist/components/molecules/VerificationCodeResetPasswordLogin/index.js +210 -0
- package/dist/components/molecules/VerificationCodeResetPasswordLogin/styles.js +20 -0
- package/dist/components/molecules/VerificationCodeResetPasswordLogin/utils.js +69 -0
- package/dist/components/{atoms/InputFormatter/Wysiwyg.stories.js → organisms/ChangePassword/ChangePassword.stories.js} +7 -9
- package/dist/components/organisms/ChangePassword/index.js +123 -0
- package/dist/components/organisms/ChangePassword/styles.js +18 -0
- package/dist/components/organisms/FullProductNameHeader/index.js +8 -32
- package/dist/components/organisms/FullTabsMenu/index.js +5 -18
- package/dist/components/organisms/ImageDataTable/index.js +14 -90
- package/dist/components/organisms/InputGroup/index.js +13 -34
- package/dist/components/organisms/InputGroup/styles.js +1 -1
- package/dist/components/organisms/ProductImageModal/index.js +11 -15
- package/dist/components/organisms/ProductImageModal/styles.js +1 -1
- package/dist/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +347 -91
- package/dist/components/pages/RetailerProductEdition/index.js +60 -1608
- package/dist/components/pages/RetailerProductEdition/styles.js +1 -1
- package/dist/global-files/data.js +53 -212
- package/dist/global-files/global-styles.css +0 -1
- package/dist/global-files/variables.js +0 -1
- package/dist/index.js +277 -30
- package/package.json +14 -12
- package/src/assets/images/editField/showPassword.png +0 -0
- package/src/assets/images/sliderToolTip/infoIcon.svg +4 -0
- package/src/assets/images/sliderToolTip/slide1.svg +5 -0
- package/src/assets/images/sliderToolTip/slide2.svg +9 -0
- package/src/assets/images/sliderToolTip/slide3.svg +9 -0
- package/src/assets/images/sliderToolTip/slide4.svg +9 -0
- package/src/assets/images/sliderToolTip/slide5.svg +40 -0
- package/src/components/atoms/AsignationOption/index.js +5 -7
- package/src/components/atoms/AsignationOption/styles.js +1 -9
- package/src/components/atoms/CheckBox/index.js +2 -8
- package/src/components/atoms/GeneralButton/index.js +2 -9
- package/src/components/atoms/GeneralButton/styles.js +0 -23
- package/src/components/atoms/GeneralInput/index.js +23 -71
- package/src/components/atoms/GeneralInput/styles.js +1 -11
- package/src/components/atoms/GenericModal/index.js +2 -2
- package/src/components/atoms/GenericModal/styles.js +2 -10
- package/src/components/atoms/GradientPanel/styles.js +1 -0
- package/src/components/atoms/Loading/Loading.stories.js +10 -0
- package/src/components/atoms/Loading/index.js +3 -2
- package/src/components/atoms/LogoImage/index.js +1 -1
- package/src/components/atoms/PriorityFlag/index.js +1 -1
- package/src/components/atoms/ProductImage/styles.js +1 -1
- package/src/components/atoms/ProgressBar/index.js +2 -2
- package/src/components/atoms/ProgressBar/styles.js +3 -54
- package/src/components/atoms/ScreenHeader/index.js +3 -7
- package/src/components/atoms/ScreenHeader/styles.js +2 -9
- package/src/components/atoms/SliderToolTip/SliderToolTip.stories.js +23 -0
- package/src/components/atoms/SliderToolTip/index.js +182 -0
- package/src/components/atoms/SliderToolTip/styles.js +168 -0
- package/src/components/atoms/StatusTag/index.js +2 -30
- package/src/components/atoms/StatusTag/styles.js +3 -15
- package/src/components/atoms/ValidationPanel/index.js +3 -3
- package/src/components/molecules/AvatarAndValidation/index.js +6 -24
- package/src/components/molecules/AvatarAndValidation/styles.js +1 -1
- package/src/components/molecules/CarouselImagesLogin/index.js +34 -37
- package/src/components/molecules/EmailResetPasswordLogin/EmailResetPasswordLogin.stories.js +11 -0
- package/src/components/molecules/EmailResetPasswordLogin/index.js +85 -0
- package/src/components/molecules/EmailResetPasswordLogin/styles.js +23 -0
- package/src/components/molecules/FeaturesBar/index.js +7 -10
- package/src/components/molecules/GalleryElement/index.js +36 -75
- package/src/components/molecules/GalleryElement/styles.js +11 -38
- package/src/components/molecules/GalleryHeader/index.js +8 -14
- package/src/components/molecules/GalleryHeader/styles.js +0 -16
- package/src/components/molecules/ImageSelector/index.js +3 -2
- package/src/components/molecules/LoginPasswordStrength/index.js +8 -3
- package/src/components/molecules/LoginPasswordStrength/styles.js +3 -0
- package/src/components/molecules/LogoLoading/Loading.stories.js +10 -0
- package/src/components/molecules/LogoLoading/index.js +12 -0
- package/src/components/molecules/LogoLoading/styles.js +16 -0
- package/src/components/molecules/ProductNameHeader/index.js +2 -1
- package/src/components/molecules/RegistrationFirstStep/RegistrationFirstStep.stories.js +11 -0
- package/src/components/molecules/RegistrationFirstStep/index.js +227 -0
- package/src/components/molecules/RegistrationFirstStep/styles.js +87 -0
- package/src/components/molecules/RegistrationSecondStep/RegistrationSecondStep.stories.js +11 -0
- package/src/components/molecules/RegistrationSecondStep/index.js +130 -0
- package/src/components/molecules/RegistrationSecondStep/styles.js +59 -0
- package/src/components/molecules/RegistrationThirdStep/RegistrationThirdStep.stories.js +11 -0
- package/src/components/molecules/RegistrationThirdStep/index.js +130 -0
- package/src/components/molecules/RegistrationThirdStep/styles.js +44 -0
- package/src/components/molecules/SignInLogin/SignInLogin.stories.js +11 -0
- package/src/components/molecules/SignInLogin/index.js +227 -0
- package/src/components/molecules/SignInLogin/styles.js +128 -0
- package/src/components/molecules/StatusAsignationInfo/index.js +38 -62
- package/src/components/molecules/StatusAsignationInfo/styles.js +2 -12
- package/src/components/molecules/TableHeader/index.js +3 -16
- package/src/components/molecules/TableHeader/styles.js +0 -5
- package/src/components/molecules/TagAndInput/index.js +2 -24
- package/src/components/molecules/VerificationCodeResetPasswordLogin/VerificationCodeResetPasswordLogin.stories.js +11 -0
- package/src/components/molecules/VerificationCodeResetPasswordLogin/index.js +170 -0
- package/src/components/molecules/VerificationCodeResetPasswordLogin/styles.js +51 -0
- package/src/components/molecules/VerificationCodeResetPasswordLogin/utils.js +54 -0
- package/src/components/organisms/ChangePassword/ChangePassword.stories.js +11 -0
- package/src/components/organisms/ChangePassword/index.js +76 -0
- package/src/components/organisms/ChangePassword/styles.js +13 -0
- package/src/components/organisms/FullProductNameHeader/index.js +7 -28
- package/src/components/organisms/FullTabsMenu/index.js +3 -15
- package/src/components/organisms/ImageDataTable/index.js +11 -89
- package/src/components/organisms/InputGroup/index.js +11 -46
- package/src/components/organisms/InputGroup/styles.js +0 -3
- package/src/components/organisms/ProductImageModal/index.js +12 -20
- package/src/components/organisms/ProductImageModal/styles.js +0 -3
- package/src/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +343 -91
- package/src/components/pages/RetailerProductEdition/index.js +48 -1239
- package/src/components/pages/RetailerProductEdition/styles.js +4 -67
- package/src/global-files/data.js +57 -156
- package/src/global-files/global-styles.css +0 -1
- package/src/global-files/variables.js +0 -1
- package/src/index.js +20 -1
- package/dist/assets/images/generalButton/downloadIcon.svg +0 -3
- package/dist/assets/images/modalsSVGs/attributesSent.svg +0 -208
- package/dist/assets/images/modalsSVGs/descriptionSent.svg +0 -237
- package/dist/assets/images/modalsSVGs/providerSent.svg +0 -445
- package/dist/assets/images/modalsSVGs/uploadingImages.svg +0 -148
- package/dist/components/atoms/CharCounter/index.js +0 -22
- package/dist/components/atoms/Commentary/Commentary.stories.js +0 -1
- package/dist/components/atoms/Commentary/index.js +0 -23
- package/dist/components/atoms/Input/index.js +0 -26
- package/dist/components/atoms/Input/style.js +0 -26
- package/dist/components/atoms/InputFormatter/index.js +0 -184
- package/dist/components/atoms/InputFormatter/styles.js +0 -33
- package/dist/components/atoms/LabelToInput/index.js +0 -53
- package/dist/components/atoms/LabelToInput/style.js +0 -22
- package/dist/components/atoms/Percent/Percent.stories.js +0 -39
- package/dist/components/atoms/Percent/index.js +0 -39
- package/dist/components/atoms/Percent/styles.js +0 -20
- package/dist/components/atoms/Select/index.js +0 -39
- package/dist/components/atoms/Select/style.js +0 -32
- package/dist/components/molecules/RetailerSelector/RetailerSelector.stories.js +0 -48
- package/dist/components/molecules/RetailerSelector/index.js +0 -74
- package/dist/components/molecules/TextAndGradient/TextAndGradient.stories.js +0 -31
- package/dist/components/molecules/TextAndGradient/index.js +0 -36
- package/dist/components/molecules/TextAndGradient/styles.js +0 -18
- package/dist/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +0 -102
- package/dist/components/pages/ProviderProductEdition/index.js +0 -1688
- package/dist/components/pages/ProviderProductEdition/styles.js +0 -21
- package/src/assets/images/generalButton/downloadIcon.svg +0 -3
- package/src/assets/images/modalsSVGs/attributesSent.svg +0 -208
- package/src/assets/images/modalsSVGs/descriptionSent.svg +0 -237
- package/src/assets/images/modalsSVGs/providerSent.svg +0 -445
- package/src/assets/images/modalsSVGs/uploadingImages.svg +0 -148
- package/src/components/atoms/CharCounter/CharCounter.stories.js +0 -11
- package/src/components/atoms/CharCounter/index.js +0 -13
- package/src/components/atoms/CharCounter/styles.js +0 -10
- package/src/components/atoms/Commentary/Commentary.stories.js +0 -0
- package/src/components/atoms/Commentary/index.js +0 -9
- package/src/components/atoms/Commentary/styles.js +0 -16
- package/src/components/atoms/Input/index.js +0 -15
- package/src/components/atoms/Input/style.js +0 -31
- package/src/components/atoms/InputFormatter/Wysiwyg.stories.js +0 -12
- package/src/components/atoms/InputFormatter/index.js +0 -144
- package/src/components/atoms/InputFormatter/styles.js +0 -40
- package/src/components/atoms/LabelToInput/index.js +0 -26
- package/src/components/atoms/LabelToInput/style.js +0 -41
- package/src/components/atoms/Select/index.js +0 -35
- package/src/components/atoms/Select/style.js +0 -76
- package/src/components/molecules/RetailerSelector/RetailerSelector.stories.js +0 -35
- package/src/components/molecules/RetailerSelector/index.js +0 -63
- package/src/components/molecules/RetailerSelector/styles.js +0 -18
- package/src/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +0 -89
- package/src/components/pages/ProviderProductEdition/index.js +0 -1249
- package/src/components/pages/ProviderProductEdition/styles.js +0 -100
|
@@ -0,0 +1,301 @@
|
|
|
1
|
+
<svg width="505" height="511" viewBox="0 0 505 511" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clipPath="url(#clip0)">
|
|
3
|
+
<path d="M259.217 7.41864C206.5 28.3699 201.448 81.9325 153.99 86.5203C112.637 90.5303 96.9146 51.771 67.897 58.7163C23.6884 69.2901 -4.10386 174.636 13.6536 261.26C31.989 350.705 109.007 469.606 236.616 477.718C379.877 486.824 488.272 350.023 494.896 229.966C495.613 216.977 499.844 108.2 416.641 43.936C412.467 40.7234 330.478 -20.9054 259.217 7.41864Z" fill="#F4F6F9" fill-opacity="0.8"/>
|
|
4
|
+
<path d="M431.484 484.663C435.253 487.702 435.461 489.875 435.346 490.927C435.149 492.625 433.866 493.284 430.802 496.497C426.652 500.83 427.288 501.419 425.172 502.98C420.513 506.446 413.924 506.215 413.519 505.037C413.241 504.204 416.224 503.534 419.611 499.605C422.744 495.977 423.796 492.394 424.085 491.331C424.606 489.413 424.733 487.76 424.756 486.616L431.484 484.663Z" fill="url(#paint0_linear)"/>
|
|
5
|
+
<path d="M418.86 475.395L426.282 488.315C428.074 489.1 429.774 488.707 431.358 486.396L428.467 470.691L418.86 475.395Z" fill="url(#paint1_linear)"/>
|
|
6
|
+
<path d="M409.877 309.669C402.651 321.86 390.929 345.4 388.559 377.226C386.224 408.635 394.143 432.58 397.461 441.512C403.68 458.246 414.501 475.811 420.79 484.178C425.033 482.41 427.53 479.625 431.762 477.856C431.126 475.545 429.16 467.941 427.923 463.4C426.964 459.887 425.195 453.381 424.837 451.994C421.796 440.357 424.201 431.632 423.357 417.245C422.386 400.465 418.536 402.418 419.114 392.341C419.981 377.295 428.501 373.782 438.293 352.01C444.999 337.103 452.028 321.456 445.565 312.893C437.415 302.111 412.64 308.883 409.877 309.669Z" fill="url(#paint2_linear)"/>
|
|
7
|
+
<path d="M462.167 496.485C464.421 497.918 465.785 501.339 464.756 503.488C463.739 505.603 461.161 504.933 454.895 506.863C448.178 508.92 446.86 511.011 441.912 511C439.912 511 436.293 510.653 435.993 509.313C435.785 508.365 437.322 507.429 442.386 504.031C449.577 499.201 449.496 499.062 451.103 498.323C455.138 496.451 459.184 494.59 462.167 496.485Z" fill="url(#paint3_linear)"/>
|
|
8
|
+
<path d="M451.438 486.246L454.19 498.819C454.571 499.385 458.502 500.726 461.242 498.819L460.225 486.246H451.438Z" fill="url(#paint4_linear)"/>
|
|
9
|
+
<path opacity="0.3" d="M445.554 312.881C437.415 302.111 412.628 308.883 409.865 309.669C406.894 314.684 403.172 321.629 399.646 330.262C408.432 328.54 412.235 330.1 414.016 332.18C420.906 340.258 399.322 358.101 403.761 385.177C405.495 395.762 410.027 400.535 409.195 413.466C408.582 423.092 405.588 427.957 403.518 435.007C402.281 439.236 401.322 444.436 401.276 450.711C407.484 464.348 415.646 477.325 420.779 484.166C425.022 482.398 427.519 479.613 431.75 477.845C431.114 475.534 429.149 467.93 427.912 463.388C426.952 459.875 425.183 453.369 424.825 451.982C421.785 440.345 424.189 431.621 423.345 417.233C422.374 400.454 418.524 402.407 419.102 392.33C419.969 377.284 428.49 373.771 438.282 351.999C444.987 337.092 452.028 321.433 445.554 312.881Z" fill="url(#paint5_linear)"/>
|
|
10
|
+
<path d="M429.23 316.279C428.537 344.337 429.589 376.856 434.213 412.703C437.97 441.882 443.439 468.207 449.462 491.308C450.294 491.781 453.219 493.295 456.965 492.579C459.612 492.082 461.393 490.707 462.179 490.013C461.52 485.298 460.849 478.157 461.404 469.524C462.341 454.698 465.832 451.67 467.335 436.324C468.653 422.861 467.265 411.871 466.595 406.775C464.526 391.081 461.728 390.758 461.67 381.363C461.589 366.894 468.202 361.706 471.844 347.919C474.271 338.721 475.555 324.992 469.45 306.167C456.028 309.53 442.629 312.904 429.23 316.279Z" fill="url(#paint6_linear)"/>
|
|
11
|
+
<path d="M418.455 204.369C413.6 204.369 396.247 206.75 388.097 213.914C355.183 242.897 365.403 273.567 375.981 283.713C383.183 290.612 400.259 288.521 406.143 280.328C410.467 274.307 407.357 266.899 405.866 256.383C404.259 245.081 410.409 225.713 418.455 204.369Z" fill="url(#paint7_linear)"/>
|
|
12
|
+
<path opacity="0.3" d="M469.427 306.167C465.508 307.149 461.577 308.143 457.658 309.125C459.704 316.186 461.681 326.795 459.311 338.836C456.039 355.465 447.588 359.106 446.34 374.105C445.218 387.591 451.588 390.342 454.641 408.335C457.762 426.767 453.034 435.434 452.051 450.861C451.369 461.412 452.467 475.221 458.895 492.024C460.479 491.4 461.589 490.533 462.167 490.025C461.508 485.31 460.837 478.168 461.392 469.536C462.328 454.709 465.82 451.682 467.323 436.335C468.641 422.872 467.253 411.882 466.583 406.786C464.513 391.093 461.716 390.769 461.658 381.374C461.577 366.906 468.19 361.717 471.831 347.931C474.248 338.721 475.531 324.992 469.427 306.167Z" fill="url(#paint8_linear)"/>
|
|
13
|
+
<path d="M406.64 211.592C406.64 211.592 400.814 216.896 397.415 224.673C392.293 236.403 397.808 246.468 399.461 265.628C401.276 286.637 398.71 321.641 392.791 334.179C392.687 334.399 392.432 335.023 392.536 335.809C394.132 347.931 477.52 345.181 476.294 329.002C474.907 310.663 464.271 296.298 464.78 253.806C464.988 235.941 469.023 221.218 472.606 211.211C465.762 208.183 455.554 204.624 442.745 203.445C433.068 202.555 424.745 203.295 418.444 204.346C416.583 205.063 411.588 207.074 406.64 211.592Z" fill="url(#paint9_linear)"/>
|
|
14
|
+
<path opacity="0.3" d="M452.791 258.082C443.692 261.272 431.611 270.251 430.802 281.749C429.554 299.407 455.866 309.103 452.363 321.468C451.403 324.842 448.386 327.881 428.686 334.988C420.721 337.866 413.311 340.212 406.594 342.153C430.698 345.701 480.178 340.524 476.305 329.014C464.571 294.218 462.93 277.889 465.369 256.279C460.999 256.106 456.756 256.696 452.791 258.082Z" fill="url(#paint10_linear)"/>
|
|
15
|
+
<path d="M424.144 294.218C438.941 309.241 460.075 313.968 476.318 306.456C498.884 296.021 508.873 267.397 503.613 248.872C494.826 217.96 469.901 204.231 457.843 212.47C449.126 218.422 429.357 236.207 439.751 247.74C449.092 258.106 463.439 255.494 467.346 266.056C470.271 273.972 464.618 281.934 464.132 282.605C457.855 291.202 444.155 294.114 431.207 288.209C428.86 290.208 426.502 292.219 424.144 294.218Z" fill="url(#paint11_linear)"/>
|
|
16
|
+
<path d="M394.837 268.333C396.039 264.461 399.958 262.474 403.034 262.046C406.051 261.63 411.022 262.312 412.999 266.252C414.849 269.939 413.392 275.093 409.138 277.889C408.537 276.41 407.461 274.457 405.577 273.856C402.097 272.77 399.091 277.289 396.525 276.11C394.479 275.174 393.947 271.175 394.837 268.333Z" fill="url(#paint12_linear)"/>
|
|
17
|
+
<path d="M409.045 291.792L420.433 293.768C422.641 294.149 424.537 292.184 424.063 289.989L419.924 270.725C419.624 269.326 418.433 268.31 416.999 268.24L403.357 267.512C401.103 267.397 399.461 269.604 400.213 271.719L406.606 289.735C406.999 290.809 407.924 291.595 409.045 291.792Z" fill="url(#paint13_linear)"/>
|
|
18
|
+
<path d="M428.93 290.151C427.993 283.448 425.173 281.692 424.144 281.195C422.433 280.363 421.577 281.01 415.589 280.917C410.236 280.837 408.964 280.282 408.294 281.195C407.011 282.928 409.646 287.481 412.629 290.151C416.814 293.895 422.005 294.219 424.144 294.219L428.93 290.151Z" fill="url(#paint14_linear)"/>
|
|
19
|
+
<path d="M429.576 184.759C430.328 194.859 433.38 200.475 436.05 201.7C438.559 202.867 440.12 201.7 445.426 203.896C446.756 204.45 447.033 205.525 446.952 206.288C446.444 210.772 423.704 208.345 419.796 207.316C419.588 207.259 416.779 206.715 416.709 206.38C416.455 205.167 423.102 204.855 424.571 201.365C425.16 199.955 425.449 198.083 423.045 194.466C424.675 191.415 427.946 187.81 429.576 184.759Z" fill="url(#paint15_linear)"/>
|
|
20
|
+
<path d="M417.195 186.746C415.369 184.435 415.161 180.344 417.137 177.698C418.837 175.421 421.588 175.04 423.242 174.809C428.016 174.139 434.109 175.999 436.317 180.356C437.623 182.933 435.057 188.422 434.664 189.416C434.213 190.525 433.357 190.93 432.571 191.785C431.484 192.964 429.797 194.847 427.034 197.991C426.791 197.089 426.432 195.968 425.866 194.766C425.646 194.304 424.779 192.49 423.496 190.999C420.929 188.018 418.929 188.931 417.195 186.746Z" fill="url(#paint16_linear)"/>
|
|
21
|
+
<path d="M431.01 195.298C431.01 195.298 427.982 200.533 421.704 200.279C416.085 200.048 414.964 187.486 418.479 184.724C419.658 183.8 422.039 183.384 424.005 183.881C425.161 184.181 425.565 184.643 427.461 185.094C429.219 185.51 429.704 185.302 430.236 185.73C430.906 186.273 431.427 187.613 430.409 191.323C431.45 190.214 432.733 189.763 433.646 190.179C433.797 190.248 434.19 190.502 434.409 190.884C435.253 192.294 433.982 194.166 431.01 195.298Z" fill="url(#paint17_linear)"/>
|
|
22
|
+
<path d="M430.49 184.967C430.224 185.175 431.08 186.168 431.172 187.59C431.357 190.363 428.629 193.761 425.773 194.108C424.086 194.316 423.588 193.31 420.791 193.079C419.057 192.94 417.611 193.195 416.71 193.414C415.9 196.477 416.802 199.493 418.872 200.845C421.103 202.312 423.877 201.319 425.034 200.914C425.808 200.637 428.294 199.758 429.554 197.436C430.86 195.009 429.484 193.599 431.011 191.935C431.785 191.103 432.814 190.722 433.785 189.115C434.051 188.676 434.224 188.295 434.328 188.041C432.837 186.538 430.872 184.666 430.49 184.967Z" fill="url(#paint18_linear)"/>
|
|
23
|
+
<path d="M418.768 194.489C418.768 194.489 419.993 195.09 422.086 194.928C422.19 194.916 422.305 194.951 422.317 194.997C422.375 195.194 421.045 196.118 419.797 195.795C418.907 195.563 418.213 194.754 418.317 194.535C418.375 194.454 418.571 194.466 418.768 194.489Z" fill="url(#paint19_linear)"/>
|
|
24
|
+
<path d="M74.6598 443.478C72.4632 448.689 68.3591 455.935 63.9891 464.279H157.065C142.846 438 124.244 410.936 138.741 359.638C145.539 335.566 166.568 291.931 151.701 267.016C134.765 238.622 111.816 255.263 102.117 232.786C86.9721 197.656 52.1624 176.739 21.3528 199.747C-9.05216 222.455 1.53756 287.805 55.411 353.166C88.7409 404.453 86.1512 416.24 74.6598 443.478Z" fill="url(#paint20_linear)"/>
|
|
25
|
+
<g opacity="0.5">
|
|
26
|
+
<g opacity="0.5">
|
|
27
|
+
<path opacity="0.5" d="M112.106 458.893C111.031 446.829 109.401 435.504 107.678 423.52L107.1 419.521C105.921 413.801 104.904 408.127 103.921 402.638C101.713 390.25 99.6202 378.544 95.7011 366.363C95.5508 365.635 95.4468 364.93 95.3312 364.179C94.9266 361.498 94.5104 358.736 92.5797 356.31L92.5335 356.206C76.7183 291.098 47.1803 228.152 4.76367 169.124L5.20298 168.812C47.6428 227.875 77.2038 290.867 93.0537 356.032C95.0537 358.563 95.493 361.51 95.8861 364.11C96.0017 364.849 96.1058 365.554 96.2445 366.236C100.164 378.416 102.256 390.146 104.476 402.546C105.458 408.035 106.464 413.697 107.655 419.429L108.233 423.439C109.956 435.434 111.586 446.771 112.661 458.847L112.106 458.893Z" fill="#FBFCFD"/>
|
|
28
|
+
<path opacity="0.5" d="M103.019 400.431C97.9088 369.287 109.019 329.811 119.227 302.181C130.291 272.25 142.719 249.392 142.846 249.161L143.32 249.415C143.193 249.646 130.776 272.481 119.736 302.365C109.551 329.938 98.4638 369.31 103.551 400.338L103.019 400.431Z" fill="#FBFCFD"/>
|
|
29
|
+
<path opacity="0.5" d="M62.3818 267.766C55.1216 235.028 55.0869 198.984 55.0754 187.139C55.0754 184.874 55.0754 183.372 55.0176 183.094L55.5494 183.002C55.6072 183.314 55.6072 184.504 55.6072 187.139C55.6187 198.973 55.6534 234.97 62.9021 267.65L62.3818 267.766Z" fill="#FBFCFD"/>
|
|
30
|
+
<path opacity="0.5" d="M81.9548 318.972C66.6483 292.069 4.56667 275.243 3.94238 275.082L4.08111 274.562C4.7054 274.723 67.0067 291.618 82.4173 318.706L81.9548 318.972Z" fill="#FBFCFD"/>
|
|
31
|
+
</g>
|
|
32
|
+
</g>
|
|
33
|
+
<path d="M82.5099 375.18C83.007 417.926 103.631 403.839 122.661 408.057C144.615 439.802 146.684 469.259 113.909 494.694L77.3884 489.228C63.8391 488.604 47.943 484.455 48.8332 466.427C49.8505 446.031 54.6714 433.076 31.6422 423.057C8.61305 413.038 -1.28301 394.768 8.04657 373.967C17.8617 352.091 -5.15589 322.6 11.6651 307.935C40.9834 282.408 81.9896 330.666 82.5099 375.18Z" fill="url(#paint21_linear)"/>
|
|
34
|
+
<g opacity="0.5">
|
|
35
|
+
<g opacity="0.5">
|
|
36
|
+
<path opacity="0.5" d="M91.5733 451.671C76.3246 434.995 63.1221 416.471 52.3127 396.606C41.4109 376.567 33.1102 355.431 27.6188 333.787C24.4743 321.375 22.2546 308.733 21.0176 296.194L21.5725 296.137C22.8095 308.64 25.0176 321.26 28.1622 333.648C33.6304 355.246 41.9311 376.348 52.7983 396.34C63.5845 416.17 76.7639 434.66 91.9779 451.301L91.5733 451.671Z" fill="#FBFCFD"/>
|
|
37
|
+
<path opacity="0.5" d="M52.2778 475.153L52.0234 474.656C58.8096 471.201 66.8097 468.508 75.8041 466.647C80.0931 465.758 84.3475 465.18 88.4632 464.914L88.4978 465.469C84.4169 465.735 80.174 466.312 75.9197 467.191C66.96 469.051 59.0062 471.721 52.2778 475.153Z" fill="#FBFCFD"/>
|
|
38
|
+
<path opacity="0.5" d="M59.4226 408.809C40.5669 390.574 0.427751 392.238 0.0231217 392.261L0 391.706C0.404629 391.683 40.775 390.008 59.8042 408.405L59.4226 408.809Z" fill="#FBFCFD"/>
|
|
39
|
+
<path opacity="0.5" d="M36.1743 361.221C30.5326 332.134 52.3363 298.518 52.5559 298.183L53.0184 298.483C52.7987 298.818 31.1106 332.25 36.7176 361.117L36.1743 361.221Z" fill="#FBFCFD"/>
|
|
40
|
+
</g>
|
|
41
|
+
</g>
|
|
42
|
+
<path d="M273.633 328.112C273.078 375.053 250.431 359.591 229.54 364.225C205.436 399.09 203.158 431.436 239.159 459.367L279.263 453.369C294.142 452.676 311.599 448.134 310.616 428.327C309.506 405.931 304.2 391.706 329.495 380.704C354.79 369.703 365.657 349.63 355.414 326.795C344.64 302.77 369.912 270.378 351.437 254.28C319.241 226.234 274.211 279.23 273.633 328.112Z" fill="url(#paint22_linear)"/>
|
|
43
|
+
<g opacity="0.5">
|
|
44
|
+
<g opacity="0.5">
|
|
45
|
+
<path opacity="0.5" d="M263.679 412.114C280.419 393.809 294.928 373.459 306.801 351.641C318.767 329.638 327.888 306.422 333.911 282.651C337.368 269.014 339.807 255.136 341.16 241.372L340.559 241.314C339.206 255.043 336.779 268.899 333.322 282.5C327.31 306.225 318.212 329.384 306.258 351.352C294.42 373.124 279.934 393.439 263.229 411.709L263.679 412.114Z" fill="#FBFCFD"/>
|
|
46
|
+
<path opacity="0.5" d="M306.836 437.907L307.113 437.364C299.668 433.574 290.882 430.615 280.997 428.57C276.292 427.599 271.61 426.952 267.101 426.663L267.066 427.264C271.552 427.553 276.199 428.189 280.882 429.159C290.708 431.193 299.437 434.128 306.836 437.907Z" fill="#FBFCFD"/>
|
|
47
|
+
<path opacity="0.5" d="M298.986 365.034C319.692 345.008 363.773 346.845 364.213 346.868L364.236 346.267C363.785 346.244 319.449 344.395 298.559 364.607L298.986 365.034Z" fill="#FBFCFD"/>
|
|
48
|
+
<path opacity="0.5" d="M324.523 312.778C330.72 280.837 306.766 243.915 306.523 243.545L306.015 243.88C306.257 244.25 330.073 280.964 323.922 312.662L324.523 312.778Z" fill="#FBFCFD"/>
|
|
49
|
+
</g>
|
|
50
|
+
</g>
|
|
51
|
+
<path d="M280.789 33.7087C297.899 178.276 315.009 321.341 332.131 462.891C332.894 469.236 328.512 474.852 322.374 475.372C253.598 481.89 184.823 488.558 116.048 495.364C103.782 495.965 97.0416 489.112 96.2554 482.248C78.6483 329.441 61.0296 175.029 43.4225 19.0325C42.6248 12.0179 48.567 5.99716 60.8331 6.59808C129.944 11.521 199.054 16.3861 268.165 21.1819C274.35 21.5864 280.026 27.2258 280.789 33.7087Z" fill="#2A2A4F"/>
|
|
52
|
+
<path d="M290.35 33.4078C307.576 178.61 324.79 322.276 342.016 464.428C342.79 470.795 338.374 476.446 332.2 476.966C260.789 483.01 189.378 489.181 117.967 495.468C111.446 496.045 105.458 490.891 104.66 483.992C86.9259 330.481 69.2031 175.352 51.4804 18.616C50.6827 11.5783 55.4111 6.18158 61.9661 6.62071C133.863 11.4165 205.748 16.1545 277.645 20.8347C283.865 21.2392 289.576 26.8901 290.35 33.4078Z" fill="url(#paint23_linear)"/>
|
|
53
|
+
<path d="M286.2 57.1679C302.154 191.693 318.096 324.912 334.05 456.813C334.767 462.776 330.651 468.034 324.883 468.508C257.726 473.997 190.557 479.59 123.401 485.287C117.331 485.807 111.759 480.977 111.007 474.575C94.6141 332.793 78.2324 189.624 61.8391 45.0686C61.0992 38.5279 65.4923 33.4663 71.5965 33.8245C139.169 37.7536 206.754 41.648 274.327 45.4962C280.142 45.8314 285.483 51.0894 286.2 57.1679Z" fill="url(#paint24_linear)"/>
|
|
54
|
+
<path opacity="0.35" d="M274.339 45.4959C207.563 41.6939 140.788 37.8457 74.001 33.9629C76.0704 45.831 79.6658 58.7392 85.7352 71.9016C107.886 119.94 140.429 122.587 153.158 164.443C166.268 207.57 136.695 221.068 151.146 260.001C166.823 302.25 205.286 296.137 225.61 342.488C243.124 382.438 220.581 400.696 238.697 424.976C258.558 451.578 295.287 442.564 333.414 451.578C317.68 321.387 301.934 189.924 286.2 57.1791C285.483 51.0891 280.142 45.831 274.339 45.4959Z" fill="url(#paint25_linear)"/>
|
|
55
|
+
<path d="M176.8 27.7687C177.066 30.1031 175.494 31.8943 173.286 31.7671C171.077 31.6285 169.054 29.6177 168.788 27.2718C168.511 24.9259 170.095 23.1232 172.303 23.2734C174.511 23.4121 176.523 25.4228 176.8 27.7687Z" fill="#C989DA"/>
|
|
56
|
+
<path d="M200.928 157.763C209.464 157.763 216.384 149.604 216.384 139.539C216.384 129.475 209.464 121.315 200.928 121.315C192.391 121.315 185.471 129.475 185.471 139.539C185.471 149.604 192.391 157.763 200.928 157.763Z" fill="url(#paint26_linear)"/>
|
|
57
|
+
<path d="M262.454 157.763C270.99 157.763 277.911 149.604 277.911 139.539C277.911 129.475 270.99 121.315 262.454 121.315C253.917 121.315 246.997 129.475 246.997 139.539C246.997 149.604 253.917 157.763 262.454 157.763Z" fill="url(#paint27_linear)"/>
|
|
58
|
+
<path d="M231.517 157.763C240.175 157.763 247.194 149.604 247.194 139.539C247.194 129.475 240.175 121.315 231.517 121.315C222.859 121.315 215.841 129.475 215.841 139.539C215.841 149.604 222.859 157.763 231.517 157.763Z" fill="#D8DCE6"/>
|
|
59
|
+
<path d="M323.969 157.763C332.505 157.763 339.425 149.604 339.425 139.539C339.425 129.475 332.505 121.315 323.969 121.315C315.432 121.315 308.512 129.475 308.512 139.539C308.512 149.604 315.432 157.763 323.969 157.763Z" fill="url(#paint28_linear)"/>
|
|
60
|
+
<path d="M293.044 157.763C301.702 157.763 308.72 149.604 308.72 139.539C308.72 129.475 301.702 121.315 293.044 121.315C284.386 121.315 277.367 129.475 277.367 139.539C277.367 149.604 284.386 157.763 293.044 157.763Z" fill="#D8DCE6"/>
|
|
61
|
+
<path d="M354.571 157.763C363.229 157.763 370.247 149.604 370.247 139.539C370.247 129.475 363.229 121.315 354.571 121.315C345.913 121.315 338.895 129.475 338.895 139.539C338.895 149.604 345.913 157.763 354.571 157.763Z" fill="#D8DCE6"/>
|
|
62
|
+
<path d="M169.99 157.763C178.648 157.763 185.666 149.604 185.666 139.539C185.666 129.475 178.648 121.315 169.99 121.315C161.332 121.315 154.313 129.475 154.313 139.539C154.313 149.604 161.332 157.763 169.99 157.763Z" fill="#D8DCE6"/>
|
|
63
|
+
<path d="M58.7402 32.0215L154.649 142.013H402.201L282.246 45.9466L58.7402 32.0215Z" fill="url(#paint29_linear)"/>
|
|
64
|
+
<path d="M58.7402 32.0215L154.649 142.013H185.667L84.544 33.6278L58.7402 32.0215Z" fill="#F4F6F9"/>
|
|
65
|
+
<path d="M112.244 35.3496L216.234 142.013H246.87L140.152 37.0946L112.244 35.3496Z" fill="#F4F6F9"/>
|
|
66
|
+
<path d="M168.256 38.8516L277.587 142.013H308.373L196.591 40.6081L168.256 38.8516Z" fill="#F4F6F9"/>
|
|
67
|
+
<path d="M253.887 44.1905L225.124 42.3877L339.229 142.013H370.166L253.887 44.1905Z" fill="#F4F6F9"/>
|
|
68
|
+
<path d="M370.201 142.013C371.23 150.911 377.669 157.775 385.496 157.775C393.323 157.775 399.774 150.911 400.791 142.013H370.201Z" fill="url(#paint30_linear)"/>
|
|
69
|
+
<g opacity="0.8">
|
|
70
|
+
<g opacity="0.3">
|
|
71
|
+
<path opacity="0.3" d="M262.06 231.215L132.325 232.244C130.14 232.255 128.163 230.626 127.897 228.603L126.787 219.936C126.521 217.891 128.094 216.238 130.29 216.238H260.708C262.627 216.238 264.315 217.787 264.488 219.694L265.205 227.783C265.378 229.655 263.968 231.203 262.06 231.215Z" fill="url(#paint31_linear)"/>
|
|
72
|
+
<path opacity="0.3" d="M137.908 235.432L154.475 277.3C155.504 279.9 158.267 281.657 161.18 281.564L246.083 278.791C248.742 278.698 250.881 276.873 251.297 274.353L257.771 234.3L137.908 235.432ZM175.146 274.446C175.331 276.087 174.07 277.45 172.313 277.508L169.284 277.601C167.527 277.658 165.932 276.364 165.735 274.723L161.885 242.32C161.689 240.644 162.972 239.257 164.752 239.246L167.828 239.211C169.608 239.188 171.203 240.529 171.388 242.204L175.146 274.446ZM191.909 273.96C192.094 275.59 190.845 276.942 189.123 277L186.14 277.092C184.406 277.15 182.857 275.867 182.66 274.238L178.995 242.112C178.81 240.448 180.082 239.084 181.828 239.061L184.845 239.026C186.591 239.003 188.152 240.332 188.337 241.996L191.909 273.96ZM208.383 273.475C208.556 275.081 207.319 276.433 205.632 276.491L202.707 276.584C201.007 276.641 199.481 275.37 199.296 273.752L195.816 241.892C195.631 240.24 196.892 238.888 198.614 238.864L201.585 238.83C203.296 238.807 204.834 240.124 205.007 241.765L208.383 273.475ZM224.591 273.001C224.753 274.596 223.539 275.936 221.874 275.983L218.996 276.075C217.32 276.121 215.828 274.873 215.655 273.267L212.36 241.673C212.187 240.032 213.424 238.691 215.123 238.668L218.036 238.633C219.724 238.61 221.227 239.916 221.389 241.545L224.591 273.001ZM240.534 272.527C240.684 274.111 239.482 275.44 237.852 275.486L235.019 275.578C233.378 275.624 231.909 274.376 231.747 272.782L228.626 241.441C228.464 239.824 229.69 238.483 231.354 238.472L234.221 238.437C235.886 238.414 237.354 239.708 237.505 241.326L240.534 272.527Z" fill="url(#paint32_linear)"/>
|
|
73
|
+
<g opacity="0.3">
|
|
74
|
+
<g opacity="0.3">
|
|
75
|
+
<path opacity="0.3" d="M150.002 211.846C148.175 213.51 145.065 213.302 143.054 211.384C141.03 209.466 140.892 206.542 142.73 204.878C144.568 203.214 147.689 203.433 149.689 205.363C151.689 207.293 151.828 210.194 150.002 211.846Z" fill="url(#paint33_linear)"/>
|
|
76
|
+
<path opacity="0.3" d="M187.909 170.707C187.169 169.956 185.805 170.025 184.869 170.869L146.706 205.456C145.747 206.323 145.597 207.629 146.383 208.38C147.157 209.119 148.568 209.027 149.516 208.16L187.574 173.619C188.499 172.764 188.649 171.458 187.909 170.707Z" fill="url(#paint34_linear)"/>
|
|
77
|
+
</g>
|
|
78
|
+
<g opacity="0.3">
|
|
79
|
+
<path opacity="0.3" d="M242.234 212.054C244.223 213.637 246.997 213.452 248.431 211.649C249.864 209.835 249.414 207.085 247.425 205.478C245.437 203.872 242.65 204.045 241.217 205.871C239.783 207.685 240.246 210.459 242.234 212.054Z" fill="url(#paint35_linear)"/>
|
|
80
|
+
<path opacity="0.3" d="M197.609 170.937C198.187 170.221 199.563 170.348 200.661 171.238L243.957 205.976C244.997 206.808 245.39 208.056 244.835 208.761C244.28 209.465 242.985 209.361 241.945 208.518L198.569 173.838C197.459 172.96 197.02 171.654 197.609 170.937Z" fill="url(#paint36_linear)"/>
|
|
81
|
+
</g>
|
|
82
|
+
</g>
|
|
83
|
+
</g>
|
|
84
|
+
<g opacity="0.8">
|
|
85
|
+
<path opacity="0.8" d="M263.795 229.481L134.059 230.509C131.874 230.521 129.897 228.891 129.631 226.869L128.522 218.202C128.256 216.156 129.828 214.504 132.024 214.504H262.442C264.361 214.504 266.049 216.052 266.223 217.959L266.939 226.048C267.113 227.921 265.702 229.458 263.795 229.481Z" fill="white"/>
|
|
86
|
+
<path opacity="0.8" d="M139.654 233.699L156.221 275.567C157.25 278.167 160.013 279.923 162.926 279.831L247.829 277.057C250.488 276.965 252.627 275.139 253.043 272.62L259.517 232.566L139.654 233.699ZM176.892 272.712C177.077 274.353 175.817 275.717 174.059 275.775L171.03 275.867C169.273 275.925 167.678 274.631 167.481 272.99L163.631 240.586C163.435 238.911 164.718 237.524 166.499 237.512L169.574 237.478C171.354 237.455 172.949 238.795 173.134 240.471L176.892 272.712ZM193.655 272.215C193.84 273.845 192.591 275.197 190.869 275.255L187.886 275.347C186.152 275.405 184.603 274.122 184.406 272.493L180.741 240.367C180.556 238.703 181.828 237.339 183.574 237.316L186.591 237.281C188.337 237.258 189.898 238.587 190.083 240.251L193.655 272.215ZM210.129 271.73C210.302 273.336 209.065 274.688 207.378 274.746L204.453 274.839C202.753 274.896 201.227 273.625 201.042 272.007L197.562 240.147C197.377 238.495 198.638 237.143 200.36 237.12L203.331 237.085C205.042 237.062 206.58 238.379 206.753 240.02L210.129 271.73ZM226.337 271.256C226.499 272.851 225.285 274.192 223.621 274.238L220.742 274.33C219.066 274.376 217.574 273.128 217.401 271.522L214.106 239.928C213.933 238.287 215.17 236.946 216.869 236.923L219.782 236.888C221.47 236.865 222.973 238.171 223.135 239.801L226.337 271.256ZM242.28 270.794C242.43 272.377 241.228 273.706 239.598 273.752L236.765 273.845C235.124 273.891 233.655 272.643 233.494 271.048L230.372 239.708C230.21 238.09 231.436 236.75 233.1 236.738L235.968 236.704C237.632 236.68 239.101 237.975 239.251 239.593L242.28 270.794Z" fill="white"/>
|
|
87
|
+
<g opacity="0.8">
|
|
88
|
+
<g opacity="0.8">
|
|
89
|
+
<path opacity="0.8" d="M151.747 210.113C149.92 211.777 146.81 211.569 144.799 209.65C142.775 207.732 142.637 204.808 144.475 203.144C146.313 201.48 149.435 201.7 151.435 203.63C153.435 205.56 153.573 208.449 151.747 210.113Z" fill="white"/>
|
|
90
|
+
<path opacity="0.8" d="M189.654 168.962C188.914 168.211 187.55 168.28 186.614 169.123L148.452 203.711C147.492 204.578 147.342 205.883 148.128 206.635C148.902 207.374 150.313 207.282 151.261 206.415L189.319 171.874C190.244 171.019 190.394 169.724 189.654 168.962Z" fill="white"/>
|
|
91
|
+
</g>
|
|
92
|
+
<g opacity="0.8">
|
|
93
|
+
<path opacity="0.8" d="M243.979 210.309C245.967 211.892 248.742 211.707 250.175 209.904C251.609 208.09 251.158 205.339 249.17 203.733C247.181 202.127 244.395 202.3 242.961 204.126C241.528 205.952 241.979 208.714 243.979 210.309Z" fill="white"/>
|
|
94
|
+
<path opacity="0.8" d="M199.342 169.192C199.92 168.476 201.296 168.603 202.394 169.493L245.69 204.23C246.73 205.062 247.123 206.311 246.568 207.015C246.013 207.72 244.719 207.616 243.678 206.773L200.302 172.093C199.192 171.215 198.764 169.909 199.342 169.192Z" fill="white"/>
|
|
95
|
+
</g>
|
|
96
|
+
</g>
|
|
97
|
+
</g>
|
|
98
|
+
</g>
|
|
99
|
+
<path d="M293.344 397.392C293.656 401.159 290.916 404.325 287.205 404.476L148.591 414.102C144.602 414.264 140.938 411.236 140.406 407.33L131.354 314.846C130.822 310.848 133.677 307.508 137.735 307.381L275.656 303.29C279.413 303.175 282.72 306.214 283.043 310.051L293.344 397.392Z" fill="url(#paint37_linear)"/>
|
|
100
|
+
<path d="M212.996 390.158C210.256 390.331 207.713 389.06 206.302 386.795L182.522 348.636C180.291 345.066 181.493 340.166 185.204 337.693C188.903 335.231 193.713 336.133 195.944 339.704L212.43 366.19L234.187 321.896C236.141 317.92 240.835 316.094 244.661 317.816C248.488 319.538 250.014 324.161 248.072 328.124L219.956 385.408C218.673 388.031 216.106 389.834 213.274 390.123C213.181 390.146 213.089 390.158 212.996 390.158Z" fill="white"/>
|
|
101
|
+
<path d="M123.423 409.074C122.775 409.074 122.232 408.589 122.163 407.93C121.053 396.316 117.272 385.292 111.504 376.879C106.394 369.425 100.313 364.965 95.2259 364.965C95.2144 364.965 95.2144 364.965 95.2144 364.965C76.7055 364.999 72.8326 407.491 72.7864 407.919C72.7286 408.612 72.1158 409.132 71.4222 409.074C70.7285 409.016 70.2083 408.404 70.2661 407.711C70.428 405.862 74.3933 362.492 95.2028 362.445C95.2144 362.445 95.2144 362.445 95.2259 362.445C101.226 362.445 107.92 367.183 113.585 375.457C119.596 384.229 123.527 395.681 124.671 407.699C124.741 408.392 124.232 409.005 123.538 409.074C123.504 409.074 123.469 409.074 123.423 409.074Z" fill="url(#paint38_linear)"/>
|
|
102
|
+
<path d="M46.289 496.519L70.6593 508.85L85.4224 463.55L61.0869 402.822L54.1851 404.509L43.711 491.724C43.4913 493.711 44.5202 495.618 46.289 496.519Z" fill="url(#paint39_linear)"/>
|
|
103
|
+
<path opacity="0.52" d="M85.434 463.561L61.0985 402.834L57.0291 403.828C56.4626 411.94 56.7169 418.608 57.0984 423.462C58.7285 444.136 64.1505 449.891 61.5262 464.313C59.3412 476.308 54.5782 477.937 54.9944 486.003C55.4452 494.786 61.584 502.147 68.8674 507.937L70.6708 508.85L85.434 463.561Z" fill="url(#paint40_linear)"/>
|
|
104
|
+
<path d="M61.0986 402.834H151.978L182.048 499.882L70.671 508.85L61.0986 402.834Z" fill="url(#paint41_linear)"/>
|
|
105
|
+
<path d="M89.2489 411.154C88.6709 411.154 88.1506 410.762 88.0234 410.184C87.7691 409.086 81.7922 383.073 90.2084 370.315C92.6247 366.652 95.9889 364.421 100.232 363.682C121.989 359.845 135.388 406.567 135.955 408.566C136.14 409.236 135.747 409.929 135.076 410.126C134.405 410.311 133.7 409.918 133.515 409.248C133.388 408.785 120.197 362.723 100.671 366.178C97.0987 366.814 94.3703 368.616 92.3241 371.713C84.4974 383.582 90.4281 409.352 90.4859 409.617C90.6478 410.299 90.22 410.981 89.5495 411.131C89.4454 411.143 89.3529 411.154 89.2489 411.154Z" fill="url(#paint42_linear)"/>
|
|
106
|
+
<g opacity="0.3">
|
|
107
|
+
<path opacity="0.3" d="M151.978 402.834H106.891C104.671 405.099 103.087 407.699 102.937 410.623C102.232 424.351 133.805 428.87 136.857 447.683C139.053 461.262 125.539 476.92 113.469 483.9C100.764 491.25 92.1509 487.529 83.5497 495.687C79.7693 499.27 77.4687 503.754 76.1045 508.411L182.036 499.882L151.978 402.834Z" fill="url(#paint43_linear)"/>
|
|
108
|
+
</g>
|
|
109
|
+
<path d="M89.2603 414.875C91.214 414.875 92.7979 413.292 92.7979 411.339C92.7979 409.386 91.214 407.803 89.2603 407.803C87.3065 407.803 85.7227 409.386 85.7227 411.339C85.7227 413.292 87.3065 414.875 89.2603 414.875Z" fill="url(#paint44_linear)"/>
|
|
110
|
+
<path d="M135.331 414.552C137.284 414.552 138.868 412.969 138.868 411.016C138.868 409.063 137.284 407.479 135.331 407.479C133.377 407.479 131.793 409.063 131.793 411.016C131.793 412.969 133.377 414.552 135.331 414.552Z" fill="url(#paint45_linear)"/>
|
|
111
|
+
</g>
|
|
112
|
+
<defs>
|
|
113
|
+
<linearGradient id="paint0_linear" x1="413.974" y1="494.784" x2="435.124" y2="495.766" gradientUnits="userSpaceOnUse">
|
|
114
|
+
<stop stop-color="#484C88"/>
|
|
115
|
+
<stop offset="0.9964" stop-color="#2A2A4F"/>
|
|
116
|
+
</linearGradient>
|
|
117
|
+
<linearGradient id="paint1_linear" x1="431.588" y1="470.262" x2="420.068" y2="489.199" gradientUnits="userSpaceOnUse">
|
|
118
|
+
<stop stop-color="#EFC250"/>
|
|
119
|
+
<stop offset="0.9964" stop-color="#D66F58"/>
|
|
120
|
+
</linearGradient>
|
|
121
|
+
<linearGradient id="paint2_linear" x1="390.901" y1="491.04" x2="435.847" y2="329.696" gradientUnits="userSpaceOnUse">
|
|
122
|
+
<stop stop-color="#2F1F45"/>
|
|
123
|
+
<stop offset="1" stop-color="#603C74"/>
|
|
124
|
+
</linearGradient>
|
|
125
|
+
<linearGradient id="paint3_linear" x1="435.975" y1="503.343" x2="465.111" y2="503.343" gradientUnits="userSpaceOnUse">
|
|
126
|
+
<stop stop-color="#484C88"/>
|
|
127
|
+
<stop offset="0.9964" stop-color="#2A2A4F"/>
|
|
128
|
+
</linearGradient>
|
|
129
|
+
<linearGradient id="paint4_linear" x1="451.831" y1="501.863" x2="463.052" y2="478.629" gradientUnits="userSpaceOnUse">
|
|
130
|
+
<stop stop-color="#EFC250"/>
|
|
131
|
+
<stop offset="0.9964" stop-color="#D66F58"/>
|
|
132
|
+
</linearGradient>
|
|
133
|
+
<linearGradient id="paint5_linear" x1="391.413" y1="491.183" x2="436.359" y2="329.839" gradientUnits="userSpaceOnUse">
|
|
134
|
+
<stop stop-color="#9D7FF4"/>
|
|
135
|
+
<stop offset="0.9964" stop-color="#6265D2"/>
|
|
136
|
+
</linearGradient>
|
|
137
|
+
<linearGradient id="paint6_linear" x1="434.649" y1="420.547" x2="500.757" y2="316.288" gradientUnits="userSpaceOnUse">
|
|
138
|
+
<stop stop-color="#2F1F45"/>
|
|
139
|
+
<stop offset="1" stop-color="#603C74"/>
|
|
140
|
+
</linearGradient>
|
|
141
|
+
<linearGradient id="paint7_linear" x1="418.459" y1="246.125" x2="365.726" y2="246.125" gradientUnits="userSpaceOnUse">
|
|
142
|
+
<stop stop-color="#9D7FF4"/>
|
|
143
|
+
<stop offset="0.9964" stop-color="#6265D2"/>
|
|
144
|
+
</linearGradient>
|
|
145
|
+
<linearGradient id="paint8_linear" x1="443.169" y1="425.95" x2="509.277" y2="321.69" gradientUnits="userSpaceOnUse">
|
|
146
|
+
<stop stop-color="#9D7FF4"/>
|
|
147
|
+
<stop offset="0.9964" stop-color="#6265D2"/>
|
|
148
|
+
</linearGradient>
|
|
149
|
+
<linearGradient id="paint9_linear" x1="412.566" y1="222.303" x2="470.067" y2="369.891" gradientUnits="userSpaceOnUse">
|
|
150
|
+
<stop stop-color="#9D7FF4"/>
|
|
151
|
+
<stop offset="0.9964" stop-color="#6265D2"/>
|
|
152
|
+
</linearGradient>
|
|
153
|
+
<linearGradient id="paint10_linear" x1="398.286" y1="165.569" x2="445.602" y2="333.461" gradientUnits="userSpaceOnUse">
|
|
154
|
+
<stop stop-color="#9D7FF4"/>
|
|
155
|
+
<stop offset="0.9964" stop-color="#6265D2"/>
|
|
156
|
+
</linearGradient>
|
|
157
|
+
<linearGradient id="paint11_linear" x1="444.763" y1="222.054" x2="495.782" y2="353.006" gradientUnits="userSpaceOnUse">
|
|
158
|
+
<stop stop-color="#9D7FF4"/>
|
|
159
|
+
<stop offset="0.9964" stop-color="#6265D2"/>
|
|
160
|
+
</linearGradient>
|
|
161
|
+
<linearGradient id="paint12_linear" x1="403.6" y1="283.907" x2="404.668" y2="255.435" gradientUnits="userSpaceOnUse">
|
|
162
|
+
<stop stop-color="#EFC250"/>
|
|
163
|
+
<stop offset="0.9964" stop-color="#D66F58"/>
|
|
164
|
+
</linearGradient>
|
|
165
|
+
<linearGradient id="paint13_linear" x1="391.491" y1="246.104" x2="422.253" y2="294.204" gradientUnits="userSpaceOnUse">
|
|
166
|
+
<stop stop-color="#484C88"/>
|
|
167
|
+
<stop offset="0.9964" stop-color="#2A2A4F"/>
|
|
168
|
+
</linearGradient>
|
|
169
|
+
<linearGradient id="paint14_linear" x1="417.952" y1="299.283" x2="418.859" y2="275.11" gradientUnits="userSpaceOnUse">
|
|
170
|
+
<stop stop-color="#EFC250"/>
|
|
171
|
+
<stop offset="0.9964" stop-color="#D66F58"/>
|
|
172
|
+
</linearGradient>
|
|
173
|
+
<linearGradient id="paint15_linear" x1="439.846" y1="222.629" x2="418.213" y2="177.569" gradientUnits="userSpaceOnUse">
|
|
174
|
+
<stop stop-color="#EFC250"/>
|
|
175
|
+
<stop offset="0.9964" stop-color="#D66F58"/>
|
|
176
|
+
</linearGradient>
|
|
177
|
+
<linearGradient id="paint16_linear" x1="438.669" y1="212.378" x2="423.774" y2="176.647" gradientUnits="userSpaceOnUse">
|
|
178
|
+
<stop stop-color="#2F1F45"/>
|
|
179
|
+
<stop offset="1" stop-color="#603C74"/>
|
|
180
|
+
</linearGradient>
|
|
181
|
+
<linearGradient id="paint17_linear" x1="425.71" y1="186.648" x2="424.198" y2="239.171" gradientUnits="userSpaceOnUse">
|
|
182
|
+
<stop stop-color="#EFC250"/>
|
|
183
|
+
<stop offset="0.9964" stop-color="#D66F58"/>
|
|
184
|
+
</linearGradient>
|
|
185
|
+
<linearGradient id="paint18_linear" x1="434.371" y1="214.19" x2="419.461" y2="178.42" gradientUnits="userSpaceOnUse">
|
|
186
|
+
<stop stop-color="#2F1F45"/>
|
|
187
|
+
<stop offset="1" stop-color="#603C74"/>
|
|
188
|
+
</linearGradient>
|
|
189
|
+
<linearGradient id="paint19_linear" x1="420.04" y1="192.748" x2="420.91" y2="199.312" gradientUnits="userSpaceOnUse">
|
|
190
|
+
<stop stop-color="#EFC250"/>
|
|
191
|
+
<stop offset="1" stop-color="#D66F58"/>
|
|
192
|
+
</linearGradient>
|
|
193
|
+
<linearGradient id="paint20_linear" x1="197.816" y1="521.161" x2="-67.1376" y2="62.8254" gradientUnits="userSpaceOnUse">
|
|
194
|
+
<stop stop-color="#9D7FF4"/>
|
|
195
|
+
<stop offset="0.9964" stop-color="#6265D2"/>
|
|
196
|
+
</linearGradient>
|
|
197
|
+
<linearGradient id="paint21_linear" x1="22.0574" y1="335.977" x2="160.512" y2="564.002" gradientUnits="userSpaceOnUse">
|
|
198
|
+
<stop offset="0.00359712" stop-color="#CD8BD8"/>
|
|
199
|
+
<stop offset="1" stop-color="#8A70F1"/>
|
|
200
|
+
</linearGradient>
|
|
201
|
+
<linearGradient id="paint22_linear" x1="263.283" y1="308.868" x2="367.841" y2="481.068" gradientUnits="userSpaceOnUse">
|
|
202
|
+
<stop offset="0.00359712" stop-color="#CD8BD8"/>
|
|
203
|
+
<stop offset="1" stop-color="#8A70F1"/>
|
|
204
|
+
</linearGradient>
|
|
205
|
+
<linearGradient id="paint23_linear" x1="85.3518" y1="251.192" x2="512.134" y2="185.016" gradientUnits="userSpaceOnUse">
|
|
206
|
+
<stop stop-color="#484C88"/>
|
|
207
|
+
<stop offset="0.9964" stop-color="#2A2A4F"/>
|
|
208
|
+
</linearGradient>
|
|
209
|
+
<linearGradient id="paint24_linear" x1="278.09" y1="84.6844" x2="-141.521" y2="955.392" gradientUnits="userSpaceOnUse">
|
|
210
|
+
<stop stop-color="#EFC250"/>
|
|
211
|
+
<stop offset="0.9964" stop-color="#D66F58"/>
|
|
212
|
+
</linearGradient>
|
|
213
|
+
<linearGradient id="paint25_linear" x1="279.601" y1="85.4122" x2="-140.01" y2="956.119" gradientUnits="userSpaceOnUse">
|
|
214
|
+
<stop stop-color="#EFC250"/>
|
|
215
|
+
<stop offset="0.9964" stop-color="#D66F58"/>
|
|
216
|
+
</linearGradient>
|
|
217
|
+
<linearGradient id="paint26_linear" x1="185.469" y1="139.545" x2="216.381" y2="139.545" gradientUnits="userSpaceOnUse">
|
|
218
|
+
<stop stop-color="#E58E83"/>
|
|
219
|
+
<stop offset="1" stop-color="#DD6FB6"/>
|
|
220
|
+
</linearGradient>
|
|
221
|
+
<linearGradient id="paint27_linear" x1="246.993" y1="139.545" x2="277.905" y2="139.545" gradientUnits="userSpaceOnUse">
|
|
222
|
+
<stop stop-color="#E58E83"/>
|
|
223
|
+
<stop offset="1" stop-color="#DD6FB6"/>
|
|
224
|
+
</linearGradient>
|
|
225
|
+
<linearGradient id="paint28_linear" x1="308.517" y1="139.545" x2="339.429" y2="139.545" gradientUnits="userSpaceOnUse">
|
|
226
|
+
<stop stop-color="#E58E83"/>
|
|
227
|
+
<stop offset="1" stop-color="#DD6FB6"/>
|
|
228
|
+
</linearGradient>
|
|
229
|
+
<linearGradient id="paint29_linear" x1="58.7392" y1="87.0169" x2="402.197" y2="87.0169" gradientUnits="userSpaceOnUse">
|
|
230
|
+
<stop stop-color="#E58E83"/>
|
|
231
|
+
<stop offset="1" stop-color="#DD6FB6"/>
|
|
232
|
+
</linearGradient>
|
|
233
|
+
<linearGradient id="paint30_linear" x1="370.201" y1="149.893" x2="400.796" y2="149.893" gradientUnits="userSpaceOnUse">
|
|
234
|
+
<stop stop-color="#E58E83"/>
|
|
235
|
+
<stop offset="1" stop-color="#DD6FB6"/>
|
|
236
|
+
</linearGradient>
|
|
237
|
+
<linearGradient id="paint31_linear" x1="126.755" y1="224.234" x2="265.219" y2="224.234" gradientUnits="userSpaceOnUse">
|
|
238
|
+
<stop stop-color="#EFC250"/>
|
|
239
|
+
<stop offset="0.9964" stop-color="#D66F58"/>
|
|
240
|
+
</linearGradient>
|
|
241
|
+
<linearGradient id="paint32_linear" x1="137.913" y1="257.933" x2="257.769" y2="257.933" gradientUnits="userSpaceOnUse">
|
|
242
|
+
<stop stop-color="#EFC250"/>
|
|
243
|
+
<stop offset="0.9964" stop-color="#D66F58"/>
|
|
244
|
+
</linearGradient>
|
|
245
|
+
<linearGradient id="paint33_linear" x1="141.441" y1="208.373" x2="151.285" y2="208.373" gradientUnits="userSpaceOnUse">
|
|
246
|
+
<stop stop-color="#EFC250"/>
|
|
247
|
+
<stop offset="0.9964" stop-color="#D66F58"/>
|
|
248
|
+
</linearGradient>
|
|
249
|
+
<linearGradient id="paint34_linear" x1="145.876" y1="189.532" x2="188.381" y2="189.532" gradientUnits="userSpaceOnUse">
|
|
250
|
+
<stop stop-color="#EFC250"/>
|
|
251
|
+
<stop offset="0.9964" stop-color="#D66F58"/>
|
|
252
|
+
</linearGradient>
|
|
253
|
+
<linearGradient id="paint35_linear" x1="240.383" y1="208.759" x2="249.267" y2="208.759" gradientUnits="userSpaceOnUse">
|
|
254
|
+
<stop stop-color="#EFC250"/>
|
|
255
|
+
<stop offset="0.9964" stop-color="#D66F58"/>
|
|
256
|
+
</linearGradient>
|
|
257
|
+
<linearGradient id="paint36_linear" x1="197.346" y1="189.85" x2="245.087" y2="189.85" gradientUnits="userSpaceOnUse">
|
|
258
|
+
<stop stop-color="#EFC250"/>
|
|
259
|
+
<stop offset="0.9964" stop-color="#D66F58"/>
|
|
260
|
+
</linearGradient>
|
|
261
|
+
<linearGradient id="paint37_linear" x1="131.312" y1="358.709" x2="293.373" y2="358.709" gradientUnits="userSpaceOnUse">
|
|
262
|
+
<stop stop-color="#9D7FF4"/>
|
|
263
|
+
<stop offset="0.9964" stop-color="#6265D2"/>
|
|
264
|
+
</linearGradient>
|
|
265
|
+
<linearGradient id="paint38_linear" x1="64.3396" y1="378.31" x2="75.3981" y2="382.419" gradientUnits="userSpaceOnUse">
|
|
266
|
+
<stop stop-color="#92346B"/>
|
|
267
|
+
<stop offset="1" stop-color="#6A313F"/>
|
|
268
|
+
</linearGradient>
|
|
269
|
+
<linearGradient id="paint39_linear" x1="33.3614" y1="416.304" x2="64.1506" y2="467.956" gradientUnits="userSpaceOnUse">
|
|
270
|
+
<stop stop-color="#E58E83"/>
|
|
271
|
+
<stop offset="1" stop-color="#DD6FB6"/>
|
|
272
|
+
</linearGradient>
|
|
273
|
+
<linearGradient id="paint40_linear" x1="38.1247" y1="413.465" x2="68.9138" y2="465.117" gradientUnits="userSpaceOnUse">
|
|
274
|
+
<stop stop-color="#E58E83"/>
|
|
275
|
+
<stop offset="1" stop-color="#DD6FB6"/>
|
|
276
|
+
</linearGradient>
|
|
277
|
+
<linearGradient id="paint41_linear" x1="86.9922" y1="437.107" x2="173.701" y2="503.943" gradientUnits="userSpaceOnUse">
|
|
278
|
+
<stop stop-color="#E58E83"/>
|
|
279
|
+
<stop offset="1" stop-color="#DD6FB6"/>
|
|
280
|
+
</linearGradient>
|
|
281
|
+
<linearGradient id="paint42_linear" x1="104.035" y1="359.257" x2="112.876" y2="415.64" gradientUnits="userSpaceOnUse">
|
|
282
|
+
<stop stop-color="#92346B"/>
|
|
283
|
+
<stop offset="1" stop-color="#6A313F"/>
|
|
284
|
+
</linearGradient>
|
|
285
|
+
<linearGradient id="paint43_linear" x1="88.1133" y1="435.652" x2="174.822" y2="502.488" gradientUnits="userSpaceOnUse">
|
|
286
|
+
<stop stop-color="#E58E83"/>
|
|
287
|
+
<stop offset="1" stop-color="#DD6FB6"/>
|
|
288
|
+
</linearGradient>
|
|
289
|
+
<linearGradient id="paint44_linear" x1="84.4949" y1="409.572" x2="85.9187" y2="410.101" gradientUnits="userSpaceOnUse">
|
|
290
|
+
<stop stop-color="#92346B"/>
|
|
291
|
+
<stop offset="1" stop-color="#6A313F"/>
|
|
292
|
+
</linearGradient>
|
|
293
|
+
<linearGradient id="paint45_linear" x1="130.562" y1="409.245" x2="131.986" y2="409.774" gradientUnits="userSpaceOnUse">
|
|
294
|
+
<stop stop-color="#92346B"/>
|
|
295
|
+
<stop offset="1" stop-color="#6A313F"/>
|
|
296
|
+
</linearGradient>
|
|
297
|
+
<clipPath id="clip0">
|
|
298
|
+
<rect width="505" height="511" fill="white"/>
|
|
299
|
+
</clipPath>
|
|
300
|
+
</defs>
|
|
301
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M36.1663 19.9997C36.1663 28.9277 28.9277 36.1663 19.9997 36.1663C11.0717 36.1663 3.83301 28.9277 3.83301 19.9997C3.83301 11.0717 11.0717 3.83301 19.9997 3.83301C28.9277 3.83301 36.1663 11.0717 36.1663 19.9997Z" stroke="#D4D1D7"/>
|
|
3
|
+
<path d="M18.3337 18.3337H21.667V27.5003H18.3337V18.3337ZM22.0837 13.7503C22.0837 14.8995 21.1495 15.8337 20.0003 15.8337C18.8512 15.8337 17.917 14.8995 17.917 13.7503C17.917 12.6012 18.8512 11.667 20.0003 11.667C21.1495 11.667 22.0837 12.6012 22.0837 13.7503Z" fill="#D4D1D7"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="195" height="40" viewBox="0 0 195 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="195" y="40" width="195" height="40" rx="20" transform="rotate(-180 195 40)" fill="#E33AA9"/>
|
|
3
|
+
<path d="M18.1336 24.0277H24.9556V25.1797H16.8376V12.4357H24.7396V13.5877H18.1336V17.9797H24.3076V19.1137H18.1336V24.0277ZM28.2459 16.7557C28.2699 16.9837 28.2879 17.2357 28.2999 17.5117C28.3119 17.7877 28.3179 18.0157 28.3179 18.1957H28.3539C28.5939 17.7037 28.9839 17.3077 29.5239 17.0077C30.0639 16.6957 30.6339 16.5397 31.2339 16.5397C32.3019 16.5397 33.0999 16.8577 33.6279 17.4937C34.1679 18.1297 34.4379 18.9697 34.4379 20.0137V25.1797H33.2139V20.5177C33.2139 20.0737 33.1779 19.6717 33.1059 19.3117C33.0339 18.9517 32.9079 18.6457 32.7279 18.3937C32.5599 18.1297 32.3259 17.9257 32.0259 17.7817C31.7379 17.6377 31.3719 17.5657 30.9279 17.5657C30.6039 17.5657 30.2859 17.6317 29.9739 17.7637C29.6739 17.8957 29.4039 18.0997 29.1639 18.3757C28.9239 18.6397 28.7319 18.9817 28.5879 19.4017C28.4439 19.8097 28.3719 20.2957 28.3719 20.8597V25.1797H27.1479V18.6097C27.1479 18.3817 27.1419 18.0877 27.1299 17.7277C27.1179 17.3677 27.0999 17.0437 27.0759 16.7557H28.2459ZM40.7929 25.1797H39.4429L36.0049 16.7557H37.3729L40.1089 23.8837H40.1449L42.8989 16.7557H44.2129L40.7929 25.1797ZM47.098 25.1797H45.874V16.7557H47.098V25.1797ZM47.35 13.5157C47.35 13.7677 47.26 13.9777 47.08 14.1457C46.9 14.3017 46.702 14.3797 46.486 14.3797C46.27 14.3797 46.072 14.3017 45.892 14.1457C45.712 13.9777 45.622 13.7677 45.622 13.5157C45.622 13.2637 45.712 13.0597 45.892 12.9037C46.072 12.7357 46.27 12.6517 46.486 12.6517C46.702 12.6517 46.9 12.7357 47.08 12.9037C47.26 13.0597 47.35 13.2637 47.35 13.5157ZM55.396 19.7437C55.396 19.0117 55.204 18.4657 54.82 18.1057C54.436 17.7457 53.878 17.5657 53.146 17.5657C52.642 17.5657 52.174 17.6557 51.742 17.8357C51.31 18.0157 50.944 18.2557 50.644 18.5557L49.96 17.7457C50.308 17.3977 50.764 17.1097 51.328 16.8817C51.904 16.6537 52.552 16.5397 53.272 16.5397C53.728 16.5397 54.154 16.6057 54.55 16.7377C54.946 16.8577 55.294 17.0437 55.594 17.2957C55.894 17.5477 56.128 17.8657 56.296 18.2497C56.464 18.6337 56.548 19.0837 56.548 19.5997V23.2897C56.548 23.6137 56.56 23.9497 56.584 24.2977C56.608 24.6457 56.644 24.9397 56.692 25.1797H55.594C55.558 24.9757 55.528 24.7537 55.504 24.5137C55.48 24.2737 55.468 24.0397 55.468 23.8117H55.432C55.048 24.3757 54.61 24.7837 54.118 25.0357C53.638 25.2757 53.056 25.3957 52.372 25.3957C52.048 25.3957 51.712 25.3477 51.364 25.2517C51.028 25.1677 50.716 25.0237 50.428 24.8197C50.152 24.6157 49.918 24.3517 49.726 24.0277C49.546 23.7037 49.456 23.3077 49.456 22.8397C49.456 22.1917 49.618 21.6817 49.942 21.3097C50.278 20.9257 50.722 20.6437 51.274 20.4637C51.826 20.2717 52.456 20.1517 53.164 20.1037C53.884 20.0437 54.628 20.0137 55.396 20.0137V19.7437ZM55.036 20.9677C54.532 20.9677 54.022 20.9917 53.506 21.0397C53.002 21.0757 52.54 21.1597 52.12 21.2917C51.712 21.4117 51.376 21.5917 51.112 21.8317C50.848 22.0717 50.716 22.3897 50.716 22.7857C50.716 23.0857 50.77 23.3377 50.878 23.5417C50.998 23.7457 51.154 23.9137 51.346 24.0457C51.538 24.1657 51.748 24.2557 51.976 24.3157C52.216 24.3637 52.456 24.3877 52.696 24.3877C53.128 24.3877 53.512 24.3157 53.848 24.1717C54.184 24.0157 54.466 23.8117 54.694 23.5597C54.922 23.2957 55.096 22.9957 55.216 22.6597C55.336 22.3237 55.396 21.9697 55.396 21.5977V20.9677H55.036ZM59.4312 18.6097C59.4312 18.3817 59.4252 18.0877 59.4132 17.7277C59.4012 17.3677 59.3832 17.0437 59.3592 16.7557H60.5292C60.5532 16.9837 60.5712 17.2357 60.5832 17.5117C60.5952 17.7877 60.6012 18.0157 60.6012 18.1957H60.6372C60.8772 17.7037 61.2372 17.3077 61.7172 17.0077C62.1972 16.6957 62.7372 16.5397 63.3372 16.5397C63.4932 16.5397 63.6312 16.5457 63.7512 16.5577C63.8832 16.5697 64.0152 16.5937 64.1472 16.6297L63.9852 17.7817C63.9132 17.7577 63.7932 17.7337 63.6252 17.7097C63.4572 17.6857 63.2892 17.6737 63.1212 17.6737C62.7972 17.6737 62.4852 17.7337 62.1852 17.8537C61.8852 17.9737 61.6212 18.1657 61.3932 18.4297C61.1772 18.6817 60.9972 19.0117 60.8532 19.4197C60.7212 19.8157 60.6552 20.2957 60.6552 20.8597V25.1797H59.4312V18.6097ZM80.6775 23.1277C80.4615 23.4517 80.1975 23.7577 79.8855 24.0457C79.5855 24.3337 79.2315 24.5857 78.8235 24.8017C78.4275 25.0177 77.9835 25.1857 77.4915 25.3057C77.0115 25.4377 76.4835 25.5037 75.9075 25.5037C74.9475 25.5037 74.0595 25.3357 73.2435 24.9997C72.4275 24.6637 71.7255 24.2017 71.1375 23.6137C70.5495 23.0137 70.0875 22.3057 69.7515 21.4897C69.4275 20.6737 69.2655 19.7797 69.2655 18.8077C69.2655 17.8357 69.4335 16.9417 69.7695 16.1257C70.1055 15.3097 70.5675 14.6077 71.1555 14.0197C71.7555 13.4197 72.4575 12.9517 73.2615 12.6157C74.0775 12.2797 74.9595 12.1117 75.9075 12.1117C76.3755 12.1117 76.8315 12.1597 77.2755 12.2557C77.7315 12.3517 78.1575 12.4897 78.5535 12.6697C78.9495 12.8377 79.3095 13.0477 79.6335 13.2997C79.9575 13.5397 80.2275 13.8157 80.4435 14.1277L79.3635 14.9197C79.2315 14.7157 79.0515 14.5117 78.8235 14.3077C78.6075 14.1037 78.3495 13.9237 78.0495 13.7677C77.7495 13.6117 77.4195 13.4857 77.0595 13.3897C76.7115 13.2937 76.3335 13.2457 75.9255 13.2457C75.0975 13.2457 74.3535 13.3957 73.6935 13.6957C73.0455 13.9957 72.4935 14.4037 72.0375 14.9197C71.5815 15.4237 71.2335 16.0117 70.9935 16.6837C70.7535 17.3557 70.6335 18.0637 70.6335 18.8077C70.6335 19.5517 70.7535 20.2597 70.9935 20.9317C71.2455 21.6037 71.5995 22.1977 72.0555 22.7137C72.5115 23.2177 73.0635 23.6197 73.7115 23.9197C74.3715 24.2197 75.1095 24.3697 75.9255 24.3697C76.6575 24.3697 77.3535 24.2197 78.0135 23.9197C78.6735 23.6197 79.2255 23.1397 79.6695 22.4797L80.6775 23.1277ZM90.7217 20.9677C90.7217 21.6037 90.6077 22.1917 90.3797 22.7317C90.1637 23.2717 89.8577 23.7397 89.4617 24.1357C89.0657 24.5317 88.5917 24.8437 88.0397 25.0717C87.4877 25.2877 86.8817 25.3957 86.2217 25.3957C85.5737 25.3957 84.9737 25.2877 84.4217 25.0717C83.8697 24.8437 83.3957 24.5317 82.9997 24.1357C82.6037 23.7397 82.2917 23.2717 82.0637 22.7317C81.8477 22.1917 81.7397 21.6037 81.7397 20.9677C81.7397 20.3317 81.8477 19.7437 82.0637 19.2037C82.2917 18.6637 82.6037 18.1957 82.9997 17.7997C83.3957 17.4037 83.8697 17.0977 84.4217 16.8817C84.9737 16.6537 85.5737 16.5397 86.2217 16.5397C86.8817 16.5397 87.4877 16.6537 88.0397 16.8817C88.5917 17.0977 89.0657 17.4037 89.4617 17.7997C89.8577 18.1957 90.1637 18.6637 90.3797 19.2037C90.6077 19.7437 90.7217 20.3317 90.7217 20.9677ZM89.4257 20.9677C89.4257 20.4997 89.3477 20.0617 89.1917 19.6537C89.0477 19.2337 88.8377 18.8737 88.5617 18.5737C88.2857 18.2617 87.9497 18.0157 87.5537 17.8357C87.1577 17.6557 86.7137 17.5657 86.2217 17.5657C85.7297 17.5657 85.2857 17.6557 84.8897 17.8357C84.5057 18.0157 84.1757 18.2617 83.8997 18.5737C83.6237 18.8737 83.4077 19.2337 83.2517 19.6537C83.1077 20.0617 83.0357 20.4997 83.0357 20.9677C83.0357 21.4357 83.1077 21.8797 83.2517 22.2997C83.4077 22.7077 83.6237 23.0677 83.8997 23.3797C84.1757 23.6797 84.5057 23.9197 84.8897 24.0997C85.2857 24.2677 85.7297 24.3517 86.2217 24.3517C86.7137 24.3517 87.1577 24.2677 87.5537 24.0997C87.9497 23.9197 88.2857 23.6797 88.5617 23.3797C88.8377 23.0677 89.0477 22.7077 89.1917 22.2997C89.3477 21.8797 89.4257 21.4357 89.4257 20.9677ZM94.1836 16.7557C94.2076 16.9837 94.2256 17.2357 94.2376 17.5117C94.2496 17.7877 94.2556 18.0157 94.2556 18.1957H94.2916C94.5316 17.7037 94.9216 17.3077 95.4616 17.0077C96.0016 16.6957 96.5716 16.5397 97.1716 16.5397C98.2396 16.5397 99.0376 16.8577 99.5656 17.4937C100.106 18.1297 100.376 18.9697 100.376 20.0137V25.1797H99.1516V20.5177C99.1516 20.0737 99.1156 19.6717 99.0436 19.3117C98.9716 18.9517 98.8456 18.6457 98.6656 18.3937C98.4976 18.1297 98.2636 17.9257 97.9636 17.7817C97.6756 17.6377 97.3096 17.5657 96.8656 17.5657C96.5416 17.5657 96.2236 17.6317 95.9116 17.7637C95.6116 17.8957 95.3416 18.0997 95.1016 18.3757C94.8616 18.6397 94.6696 18.9817 94.5256 19.4017C94.3816 19.8097 94.3096 20.2957 94.3096 20.8597V25.1797H93.0856V18.6097C93.0856 18.3817 93.0796 18.0877 93.0676 17.7277C93.0556 17.3677 93.0376 17.0437 93.0136 16.7557H94.1836ZM107.073 17.7817H104.697V22.6957C104.697 23.0077 104.727 23.2657 104.787 23.4697C104.847 23.6737 104.931 23.8357 105.039 23.9557C105.159 24.0637 105.297 24.1417 105.453 24.1897C105.609 24.2257 105.777 24.2437 105.957 24.2437C106.125 24.2437 106.299 24.2197 106.479 24.1717C106.671 24.1237 106.851 24.0577 107.019 23.9737L107.073 25.0357C106.857 25.1197 106.629 25.1797 106.389 25.2157C106.161 25.2637 105.909 25.2877 105.633 25.2877C105.405 25.2877 105.165 25.2577 104.913 25.1977C104.661 25.1377 104.427 25.0237 104.211 24.8557C103.995 24.6877 103.815 24.4597 103.671 24.1717C103.539 23.8837 103.473 23.5057 103.473 23.0377V17.7817H101.727V16.7557H103.473V14.3797H104.697V16.7557H107.073V17.7817ZM115.143 20.3197C115.107 19.5277 114.849 18.8737 114.369 18.3577C113.901 17.8297 113.229 17.5657 112.353 17.5657C111.945 17.5657 111.567 17.6437 111.219 17.7997C110.871 17.9437 110.565 18.1477 110.301 18.4117C110.037 18.6637 109.827 18.9577 109.671 19.2937C109.515 19.6177 109.425 19.9597 109.401 20.3197H115.143ZM116.385 20.7157C116.385 20.7997 116.385 20.8897 116.385 20.9857C116.385 21.0817 116.379 21.1837 116.367 21.2917H109.383C109.395 21.7117 109.479 22.1077 109.635 22.4797C109.791 22.8517 110.007 23.1757 110.283 23.4517C110.559 23.7277 110.883 23.9497 111.255 24.1177C111.627 24.2737 112.029 24.3517 112.461 24.3517C113.097 24.3517 113.643 24.2077 114.099 23.9197C114.567 23.6197 114.921 23.2777 115.161 22.8937L116.079 23.6137C115.575 24.2497 115.017 24.7057 114.405 24.9817C113.805 25.2577 113.157 25.3957 112.461 25.3957C111.837 25.3957 111.255 25.2877 110.715 25.0717C110.187 24.8437 109.731 24.5317 109.347 24.1357C108.963 23.7397 108.657 23.2717 108.429 22.7317C108.213 22.1917 108.105 21.6037 108.105 20.9677C108.105 20.3317 108.213 19.7437 108.429 19.2037C108.645 18.6637 108.945 18.1957 109.329 17.7997C109.713 17.4037 110.163 17.0977 110.679 16.8817C111.195 16.6537 111.753 16.5397 112.353 16.5397C113.013 16.5397 113.595 16.6537 114.099 16.8817C114.603 17.0977 115.023 17.3977 115.359 17.7817C115.695 18.1537 115.947 18.5917 116.115 19.0957C116.295 19.5997 116.385 20.1397 116.385 20.7157ZM119.846 16.7557C119.87 16.9837 119.888 17.2357 119.9 17.5117C119.912 17.7877 119.918 18.0157 119.918 18.1957H119.954C120.194 17.7037 120.584 17.3077 121.124 17.0077C121.664 16.6957 122.234 16.5397 122.834 16.5397C123.902 16.5397 124.7 16.8577 125.228 17.4937C125.768 18.1297 126.038 18.9697 126.038 20.0137V25.1797H124.814V20.5177C124.814 20.0737 124.778 19.6717 124.706 19.3117C124.634 18.9517 124.508 18.6457 124.328 18.3937C124.16 18.1297 123.926 17.9257 123.626 17.7817C123.338 17.6377 122.972 17.5657 122.528 17.5657C122.204 17.5657 121.886 17.6317 121.574 17.7637C121.274 17.8957 121.004 18.0997 120.764 18.3757C120.524 18.6397 120.332 18.9817 120.188 19.4017C120.044 19.8097 119.972 20.2957 119.972 20.8597V25.1797H118.748V18.6097C118.748 18.3817 118.742 18.0877 118.73 17.7277C118.718 17.3677 118.7 17.0437 118.676 16.7557H119.846ZM132.735 17.7817H130.359V22.6957C130.359 23.0077 130.389 23.2657 130.449 23.4697C130.509 23.6737 130.593 23.8357 130.701 23.9557C130.821 24.0637 130.959 24.1417 131.115 24.1897C131.271 24.2257 131.439 24.2437 131.619 24.2437C131.787 24.2437 131.961 24.2197 132.141 24.1717C132.333 24.1237 132.513 24.0577 132.681 23.9737L132.735 25.0357C132.519 25.1197 132.291 25.1797 132.051 25.2157C131.823 25.2637 131.571 25.2877 131.295 25.2877C131.067 25.2877 130.827 25.2577 130.575 25.1977C130.323 25.1377 130.089 25.0237 129.873 24.8557C129.657 24.6877 129.477 24.4597 129.333 24.1717C129.201 23.8837 129.135 23.5057 129.135 23.0377V17.7817H127.389V16.7557H129.135V14.3797H130.359V16.7557H132.735V17.7817ZM146.98 20.9677C146.98 21.6037 146.866 22.1917 146.638 22.7317C146.422 23.2717 146.116 23.7397 145.72 24.1357C145.324 24.5317 144.85 24.8437 144.298 25.0717C143.746 25.2877 143.14 25.3957 142.48 25.3957C141.832 25.3957 141.232 25.2877 140.68 25.0717C140.128 24.8437 139.654 24.5317 139.258 24.1357C138.862 23.7397 138.55 23.2717 138.322 22.7317C138.106 22.1917 137.998 21.6037 137.998 20.9677C137.998 20.3317 138.106 19.7437 138.322 19.2037C138.55 18.6637 138.862 18.1957 139.258 17.7997C139.654 17.4037 140.128 17.0977 140.68 16.8817C141.232 16.6537 141.832 16.5397 142.48 16.5397C143.14 16.5397 143.746 16.6537 144.298 16.8817C144.85 17.0977 145.324 17.4037 145.72 17.7997C146.116 18.1957 146.422 18.6637 146.638 19.2037C146.866 19.7437 146.98 20.3317 146.98 20.9677ZM145.684 20.9677C145.684 20.4997 145.606 20.0617 145.45 19.6537C145.306 19.2337 145.096 18.8737 144.82 18.5737C144.544 18.2617 144.208 18.0157 143.812 17.8357C143.416 17.6557 142.972 17.5657 142.48 17.5657C141.988 17.5657 141.544 17.6557 141.148 17.8357C140.764 18.0157 140.434 18.2617 140.158 18.5737C139.882 18.8737 139.666 19.2337 139.51 19.6537C139.366 20.0617 139.294 20.4997 139.294 20.9677C139.294 21.4357 139.366 21.8797 139.51 22.2997C139.666 22.7077 139.882 23.0677 140.158 23.3797C140.434 23.6797 140.764 23.9197 141.148 24.0997C141.544 24.2677 141.988 24.3517 142.48 24.3517C142.972 24.3517 143.416 24.2677 143.812 24.0997C144.208 23.9197 144.544 23.6797 144.82 23.3797C145.096 23.0677 145.306 22.7077 145.45 22.2997C145.606 21.8797 145.684 21.4357 145.684 20.9677ZM150.64 18.1417C150.868 17.6497 151.246 17.2597 151.774 16.9717C152.302 16.6837 152.866 16.5397 153.466 16.5397C154.534 16.5397 155.332 16.8577 155.86 17.4937C156.4 18.1297 156.67 18.9697 156.67 20.0137V25.1797H155.446V20.5177C155.446 20.0737 155.41 19.6717 155.338 19.3117C155.266 18.9517 155.14 18.6457 154.96 18.3937C154.792 18.1297 154.558 17.9257 154.258 17.7817C153.97 17.6377 153.604 17.5657 153.16 17.5657C152.836 17.5657 152.518 17.6317 152.206 17.7637C151.906 17.8957 151.636 18.0997 151.396 18.3757C151.156 18.6397 150.964 18.9817 150.82 19.4017C150.676 19.8097 150.604 20.2957 150.604 20.8597V25.1797H149.38V11.5717H150.604V18.1417H150.64ZM161.548 21.7237H160.252V12.4357H161.548V21.7237ZM161.872 24.3157C161.872 24.5677 161.782 24.7957 161.602 24.9997C161.422 25.1917 161.188 25.2877 160.9 25.2877C160.612 25.2877 160.378 25.1917 160.198 24.9997C160.018 24.7957 159.928 24.5677 159.928 24.3157C159.928 24.0637 160.018 23.8417 160.198 23.6497C160.378 23.4457 160.612 23.3437 160.9 23.3437C161.188 23.3437 161.422 23.4457 161.602 23.6497C161.782 23.8417 161.872 24.0637 161.872 24.3157Z" fill="white"/>
|
|
4
|
+
<path d="M175.944 17.8481H177.333V15.6503H179.417V14.1851H177.333V11.9873H175.944V14.1851H173.861V15.6503H175.944V17.8481ZM173.167 24.4415C172.403 24.4415 171.785 25.1009 171.785 25.9067C171.785 26.7126 172.403 27.3719 173.167 27.3719C173.931 27.3719 174.556 26.7126 174.556 25.9067C174.556 25.1009 173.931 24.4415 173.167 24.4415ZM180.111 24.4415C179.347 24.4415 178.729 25.1009 178.729 25.9067C178.729 26.7126 179.347 27.3719 180.111 27.3719C180.875 27.3719 181.5 26.7126 181.5 25.9067C181.5 25.1009 180.875 24.4415 180.111 24.4415ZM173.285 22.0606L173.306 21.9727L173.931 20.7785H179.104C179.625 20.7785 180.083 20.4781 180.319 20.0239L183 14.8884L181.792 14.1851H181.785L181.021 15.6503L179.104 19.3133H174.229L174.139 19.1155L172.583 15.6503L171.924 14.1851L171.271 12.7199H169V14.1851H170.389L172.889 19.7455L171.951 21.5404C171.84 21.7455 171.778 21.9873 171.778 22.2437C171.778 23.0496 172.403 23.7089 173.167 23.7089H181.5V22.2437H173.458C173.368 22.2437 173.285 22.1631 173.285 22.0606Z" fill="#FCFCFC"/>
|
|
5
|
+
</svg>
|