western-world 3.0.552 → 3.0.554

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "western-world",
3
- "version": "3.0.552",
3
+ "version": "3.0.554",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -17,6 +17,7 @@ export const bribery_of_police_defence = `
17
17
  ${style}
18
18
  </style>
19
19
  <g id="bribery_of_police_defence-main-container">
20
+ <use class="use-envelope" xlink:href="#envelope"></use>
20
21
  <g id="handcuffs_bottom">
21
22
  <g id="handcuffs_bottom_left">
22
23
  <path id="movable_part_1" class="police_defence_st0" d="M1952,5514.1c312.3-45.5,572.3,216.3,776.1,512.3c217,315.3,256.2,554.8,231.2,577.5
@@ -14,8 +14,8 @@
14
14
  transform-origin: 4176px 4439px;
15
15
  }
16
16
 
17
- #envelope-main-container {
18
- animation-name: envelope_bribery_of_police_defence_animation;
17
+ .use-envelope {
18
+ animation-name: envelope_animation;
19
19
  animation-duration: 5s;
20
20
  animation-delay: var(--animation-delay, 0s);
21
21
  animation-timing-function: ease-in-out;
@@ -78,7 +78,7 @@
78
78
  }
79
79
  }
80
80
 
81
- @keyframes envelope_bribery_of_police_defence_animation {
81
+ @keyframes envelope_animation {
82
82
  0% {
83
83
  scale: 0;
84
84
  opacity: 1;
@@ -88,11 +88,10 @@
88
88
  opacity: 1;
89
89
  }
90
90
  97% {
91
- scale: 1;
92
91
  opacity: 1;
93
92
  }
94
93
  100% {
95
- scale: 1;
94
+ scale: 0.7;
96
95
  opacity: 0;
97
96
  }
98
97
  }
@@ -1,8 +1,11 @@
1
+ const style = require('!!css-loader!sass-loader!./buble.scss').default;
2
+
1
3
  export const buble = `
2
4
  <symbol id="buble" viewBox="0 0 8192 8192">
3
5
  <style>
4
6
  .buble_st0{fill:url(#SVGID_1_);}
5
7
  .buble_st1{fill:#FFFFFF;}
8
+ ${style}
6
9
  </style>
7
10
  <radialGradient id="SVGID_1_" cx="4288.3667" cy="4098.165" r="2909.7285" gradientUnits="userSpaceOnUse">
8
11
  <stop offset="0.7" style="stop-color:#000000;stop-opacity:0"/>
@@ -11,5 +14,4 @@ export const buble = `
11
14
  <path class="buble_st0" d="M4441.1,1251.7c3750.9-54.6,3765.2,5693.3,0,5693.3C221.1,6945,330.7,1311.5,4441.1,1251.7z"/>
12
15
  <path class="buble_st1" d="M2094.7,4271.2c-845.3-1006.2,1309.6-3001.3,2328.3-2091.8S2786.1,5094.3,2094.7,4271.2z"/>
13
16
  </symbol>
14
-
15
17
  `;
@@ -1,4 +1,4 @@
1
- @mixin bubleMixin {
1
+ .animated {
2
2
  .buble {
3
3
  animation-name: buble_animation;
4
4
  animation-timing-function: linear;
@@ -6,13 +6,13 @@
6
6
  animation-delay: var(--animation-delay, 0);
7
7
  animation-duration: var(--animation-duration, 10s);
8
8
  }
9
+ }
9
10
 
10
- @keyframes buble_animation {
11
- 0% {
12
- translate: 0 1000px;
13
- }
14
- 100% {
15
- translate: 0 -5000px;
16
- }
11
+ @keyframes buble_animation {
12
+ 0% {
13
+ translate: 0 1000px;
14
+ }
15
+ 100% {
16
+ translate: 0 -5000px;
17
17
  }
18
18
  }
@@ -0,0 +1,10 @@
1
+ const style = require('!!css-loader!sass-loader!./buy_bribery_of_police.scss').default;
2
+
3
+ export const buy_bribery_of_police = `
4
+ <symbol id="buy_bribery_of_police" viewBox="0 0 8192 8192">
5
+ <style type="text/css">
6
+ ${style}
7
+ </style>
8
+ <use class="use-envelope" xlink:href="#envelope"></use>
9
+ </symbol>
10
+ `;
@@ -0,0 +1,59 @@
1
+ @import '../../scss/cells/mixins/black-background';
2
+
3
+ .animated.buy_bribery_of_police {
4
+ @include blackBackgroundMixin;
5
+
6
+ .d-none.use-buy-bribery-of-police {
7
+ display: block;
8
+ }
9
+
10
+ .use-envelope {
11
+ animation-name: envelope_animation;
12
+ animation-delay: var(--animation-delay, 0s);
13
+ animation-duration: var(--animation-duration, 5s);
14
+ animation-timing-function: ease-in-out;
15
+ animation-iteration-count: 1;
16
+ animation-fill-mode: forwards;
17
+ transform-origin: 3900px 4600px;
18
+ }
19
+
20
+ .movable-dollar {
21
+ animation-name: dollar_animation;
22
+ animation-duration: 2s;
23
+ animation-timing-function: ease-in-out;
24
+ animation-iteration-count: infinite;
25
+ animation-direction: alternate;
26
+ }
27
+ }
28
+
29
+ @keyframes envelope_animation {
30
+ 0% {
31
+ scale: 0;
32
+ rotate: 5deg;
33
+ }
34
+ 3% {
35
+ scale: 1;
36
+ }
37
+ 25% {
38
+ scale: 1.1;
39
+ }
40
+ 50% {
41
+ scale: 0.9;
42
+ }
43
+ 75% {
44
+ scale: 1.1;
45
+ }
46
+ 97% {
47
+ scale: 1;
48
+ }
49
+ 100% {
50
+ scale: 0;
51
+ rotate: -5deg;
52
+ }
53
+ }
54
+
55
+ @keyframes dollar_animation {
56
+ 100% {
57
+ rotate: -25deg;
58
+ }
59
+ }
@@ -1,5 +1,5 @@
1
- export const bribery_of_police = `
2
- <symbol id="bribery_of_police" viewBox="0 0 8192 8192">
1
+ export const envelope = `
2
+ <symbol id="envelope" viewBox="0 0 8192 8192">
3
3
  <style type="text/css">
4
4
  .envelope_st0{display:none;}
5
5
  .envelope_st2{fill:#F29102;}
@@ -1,5 +1,3 @@
1
- @import './mixins/bribery_of_police';
2
-
3
1
  .animated {
4
2
  #hand_and_money_1_ {
5
3
  animation-name: bribery_of_police_hand_and_money;
@@ -25,5 +23,3 @@
25
23
  transform: translate(4100px, 1000px);
26
24
  }
27
25
  }
28
-
29
- @include briberyOfPoliceMixin;
@@ -1,4 +1,3 @@
1
- @import './mixins/buble';
2
1
  @import './mixins/buy';
3
2
 
4
3
  .animated {
@@ -30,8 +29,6 @@
30
29
  transform-origin: 5074px 3941px;
31
30
  }
32
31
 
33
- @include bubleMixin;
34
-
35
32
  #buy-main-container {
36
33
  translate: 1600px 1300px;
37
34
  scale: 0.6;
@@ -1,5 +1,3 @@
1
- @import './mixins/buble';
2
-
3
1
  .animated {
4
2
  .swimming_in_the_coca_cola {
5
3
  #head_1_ {
@@ -87,8 +85,6 @@
87
85
  #waves_old {
88
86
  display: none;
89
87
  }
90
-
91
- @include bubleMixin;
92
88
  }
93
89
  }
94
90
 
@@ -675,8 +675,6 @@
675
675
  <path class="st37" d="M5625.4,3922.9c0,0-47.7,192.1-14.8,260.3"/>
676
676
  </g>
677
677
 
678
- <use xlink:href="#black_background" class="d-none use-bribery" style="--animation-delay: 0s;--animation-duration: 2.5s;"></use>
679
- <g class="d-none use-bribery bribery-of-police-envelope" style="--animation-delay: 0s;--animation-duration: 4.5s;">
680
- <use xlink:href="#bribery_of_police" style="scale: 1;translate: -500px 1000px;"></use>
681
- </g>
678
+ <use xlink:href="#black_background" class="d-none use-buy-bribery-of-police" style="--animation-delay: 0s;--animation-duration: 2.5s;"></use>
679
+ <use xlink:href="#buy_bribery_of_police" class="d-none use-buy-bribery-of-police" style="translate: -500px 1000px;"></use>
682
680
  </svg>
@@ -21,6 +21,5 @@
21
21
  <use xlink:href="#boom" class="d-none use-boom" style="--animation-delay: 3s"></use>
22
22
 
23
23
  <use xlink:href="#black_background" class="d-none use-bribery-of-police-defence" style="--animation-delay: 3s;--animation-duration: 2.5s;"></use>
24
- <use xlink:href="#bribery_of_police" class="d-none use-bribery-of-police-defence" style="scale: 0.7;translate: 1200px 800px;--animation-delay: 3s;--animation-duration: 4.5s;"></use>
25
24
  <use xlink:href="#bribery_of_police_defence" class="d-none use-bribery-of-police-defence" style="scale: 0.7;translate:1600px 1300px;--animation-delay: 3s"></use>
26
25
  </svg>
@@ -201,6 +201,5 @@
201
201
  <use xlink:href="#boom" class="d-none use-boom" style="--animation-delay: 0s"></use>
202
202
 
203
203
  <use xlink:href="#black_background" class="d-none use-bribery-of-police-defence" style="--animation-delay: 3s;--animation-duration: 2.5s;"></use>
204
- <use xlink:href="#bribery_of_police" class="d-none use-bribery-of-police-defence" style="scale: 0.5;translate: 2600px 2400px;--animation-delay: 3s;--animation-duration: 4.5s;"></use>
205
204
  <use xlink:href="#bribery_of_police_defence" class="d-none use-bribery-of-police-defence" style="scale: 0.5;translate:2900px 3400px;--animation-delay: 3s"></use>
206
205
  </svg>
@@ -421,7 +421,6 @@
421
421
  <use xlink:href="#boom" class="d-none use-boom" style="--animation-delay: 3s;translate: -500px -860px;"></use>
422
422
 
423
423
  <use xlink:href="#black_background" class="d-none use-bribery-of-police-defence" style="--animation-delay: 3s;--animation-duration: 2.5s;"></use>
424
- <use xlink:href="#bribery_of_police" class="d-none use-bribery-of-police-defence" style="scale: 0.7;translate: 1200px 800px;--animation-delay: 3s;--animation-duration: 4.5s;"></use>
425
424
  <use xlink:href="#bribery_of_police_defence" class="d-none use-bribery-of-police-defence" style="scale: 0.7;translate:1600px 1300px;--animation-delay: 3s"></use>
426
425
 
427
426
  </svg>
package/src/svg/index.js CHANGED
@@ -17,14 +17,14 @@ import { clouds_49 } from '../defs/clouds_49/clouds_49';
17
17
  import { clouds_63 } from '../defs/clouds_63/clouds_63';
18
18
  import { clouds_78 } from '../defs/clouds_78/clouds_78';
19
19
  import { item_48 } from '../defs/item_48';
20
- import { buble } from '../defs/buble';
20
+ import { buble } from '../defs/buble/buble';
21
21
  import { heart } from '../defs/heart';
22
22
  import { grass } from '../defs/grass';
23
23
  import { triple_step } from '../defs/triple_step';
24
24
  import { buy } from '../defs/buy';
25
25
  import { banknotes } from '../defs/banknotes/banknotes';
26
26
  import { dollar } from '../defs/dollar';
27
- import { bribery_of_police } from '../defs/bribery_of_police';
27
+ import { envelope } from '../defs/envelope';
28
28
  import { bribery_of_police_defence } from '../defs/bribery_of_police_defence/bribery_of_police_defence';
29
29
  import { no_taxes_defence } from '../defs/no_taxes_defence';
30
30
  import { mouse } from '../defs/mouse';
@@ -49,6 +49,7 @@ import { coin_2 } from '../defs/coin_2';
49
49
  import { hand_simple } from '../defs/hand';
50
50
  import { army_logo } from '../defs/army_logo';
51
51
  import { buy_army } from '../defs/buy_army/buy_army';
52
+ import { buy_bribery_of_police } from '../defs/buy_bribery_of_police/buy_bribery_of_police';
52
53
 
53
54
  export const others = {
54
55
  // backgrounds;
@@ -355,7 +356,8 @@ export const cells = {
355
356
  css: require('!!css-loader!sass-loader!../scss/cells/bribery_of_police.scss').default,
356
357
  defs: [
357
358
  { name: 'black_background', value: black_background, type: 'symbol_additional' },
358
- { name: 'bribery_of_police', value: bribery_of_police, type: 'symbol' },
359
+ { name: 'buy_bribery_of_police', value: buy_bribery_of_police, type: 'symbol' },
360
+ { name: 'envelope', value: envelope, type: 'symbol_additional' },
359
361
  { name: 'dollar', value: dollar, type: 'symbol_additional' },
360
362
  ],
361
363
  },
@@ -816,7 +818,7 @@ export const cells = {
816
818
  { name: 'black_background', value: black_background, type: 'symbol_additional' },
817
819
  { name: 'player_lock', value: player_lock, type: 'symbol' },
818
820
  { name: 'boom', value: boom, type: 'symbol_additional' },
819
- { name: 'bribery_of_police', value: bribery_of_police, type: 'symbol_additional' },
821
+ { name: 'envelope', value: envelope, type: 'symbol_additional' },
820
822
  { name: 'dollar', value: dollar, type: 'symbol_additional' },
821
823
  { name: 'bribery_of_police_defence', value: bribery_of_police_defence, type: 'symbol' },
822
824
  ],
@@ -837,7 +839,7 @@ export const cells = {
837
839
  { name: 'black_background', value: black_background, type: 'symbol_additional' },
838
840
  { name: 'player_lock', value: player_lock, type: 'symbol' },
839
841
  { name: 'boom', value: boom, type: 'symbol_additional' },
840
- { name: 'bribery_of_police', value: bribery_of_police, type: 'symbol_additional' },
842
+ { name: 'envelope', value: envelope, type: 'symbol_additional' },
841
843
  { name: 'dollar', value: dollar, type: 'symbol_additional' },
842
844
  { name: 'bribery_of_police_defence', value: bribery_of_police_defence, type: 'symbol' },
843
845
  ],
@@ -859,7 +861,7 @@ export const cells = {
859
861
  { name: 'bribery_of_police_defence', value: bribery_of_police_defence, type: 'symbol' },
860
862
  { name: 'black_background', value: black_background, type: 'symbol_additional' },
861
863
  { name: 'boom', value: boom, type: 'symbol_additional' },
862
- { name: 'bribery_of_police', value: bribery_of_police, type: 'symbol_additional' },
864
+ { name: 'envelope', value: envelope, type: 'symbol_additional' },
863
865
  { name: 'dollar', value: dollar, type: 'symbol_additional' },
864
866
  { name: 'mouse', value: mouse, type: 'symbol_additional' },
865
867
  ],
@@ -1023,10 +1025,6 @@ export const cells = {
1023
1025
  svg: require('./cells/stock_exchange_speculation_24.svg'),
1024
1026
  css: require('!!css-loader!sass-loader!../scss/cells/stock_exchange_speculation_24.scss').default,
1025
1027
  },
1026
- // stock_exchange_speculation_81_old: {
1027
- // svg: require('./cells/stock_exchange_speculation_81_old.svg'),
1028
- // css: '',
1029
- // },
1030
1028
  stock_exchange_speculation_81: {
1031
1029
  svg: require('./cells/stock_exchange_speculation_81.svg'),
1032
1030
  css: require('!!css-loader!sass-loader!../scss/cells/stock_exchange_speculation_81.scss').default,
@@ -1,61 +0,0 @@
1
- @import './black-background';
2
-
3
- @mixin briberyOfPoliceMixin {
4
- .animated.bribery_of_police {
5
- @include blackBackgroundMixin;
6
-
7
- .d-none.use-bribery {
8
- display: block;
9
- }
10
-
11
- .bribery-of-police-envelope {
12
- animation-name: envelope_animation;
13
- animation-delay: var(--animation-delay, 0s);
14
- animation-duration: var(--animation-duration, 5s);
15
- animation-timing-function: linear;
16
- animation-iteration-count: 1;
17
- animation-fill-mode: forwards;
18
- transform-origin: 3900px 4600px;
19
- }
20
-
21
- .movable-dollar {
22
- animation-name: dollar_animation;
23
- animation-duration: 2s;
24
- animation-timing-function: ease-in-out;
25
- animation-iteration-count: infinite;
26
- animation-direction: alternate;
27
- }
28
- }
29
-
30
- @keyframes envelope_animation {
31
- 0% {
32
- scale: 0;
33
- rotate: 5deg;
34
- }
35
- 3% {
36
- scale: 1;
37
- }
38
- 25% {
39
- scale: 1.1;
40
- }
41
- 50% {
42
- scale: 0.9;
43
- }
44
- 75% {
45
- scale: 1.1;
46
- }
47
- 97% {
48
- scale: 1;
49
- }
50
- 100% {
51
- scale: 0;
52
- rotate: -5deg;
53
- }
54
- }
55
-
56
- @keyframes dollar_animation {
57
- 100% {
58
- rotate: -25deg;
59
- }
60
- }
61
- }
@@ -1,86 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
-
3
- <svg version="1.1" id="main" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 10000 10000" style="enable-background:new 0 0 10000 10000;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{fill:#FFBBFF;}
7
- .st1{fill:#D39A7A;stroke:#000000;stroke-width:31.4727;stroke-miterlimit:10;}
8
- .st2{fill:#FFFFFF;}
9
- .st3{fill:#020202;}
10
- .st4{fill:#AD2D00;stroke:#3A150E;stroke-width:31.4727;stroke-miterlimit:10;}
11
- .st5{fill:none;stroke:#3A150E;stroke-width:31.4727;stroke-miterlimit:10;}
12
- .st6{fill:none;stroke:#000000;stroke-width:31.4727;stroke-miterlimit:10;}
13
- .st7{fill:#FF00ED;stroke:#000000;stroke-width:31.4727;stroke-miterlimit:10;}
14
- .st8{fill:#FFFFFF;stroke:#000000;stroke-width:31.4727;stroke-miterlimit:10;}
15
- </style>
16
- <rect id="background" x="0" y="0" class="st0" width="10000" height="10000"/>
17
- <path class="st1" d="M6078.8,8502.7c-84.1,261.1-359.6,550.5-393.8,585.7l0,0l-802.9,911.6H2761.5l-24-894.5l-1.1-13.5l48-794.7
18
- c0,0-247.1-343-244.7-817.5c2.4-474.5,66.9-752.2,66.9-752.2l631-2332.1l685.3,158.9c0,0,351.7,347.9,351.7,409.1
19
- c0,3.1,182.5-22.8,368.2,159.7s420.2,494.9,453.2,684.5c33,189.6,74,371.4,74,371.4s618.4,638.9,833.2,1218
20
- C6218.1,7976.3,6197.4,8134.6,6078.8,8502.7z"/>
21
- <path class="st1" d="M5801.9,1492.9c0,0,165.2,97.6,196.7,179.4c31.5,81.8,44.8,339.9,78.7,490.2c33.8,150.3,64.5,320.2,40.1,383.2
22
- c-24.4,62.9-62.9,77.9-63.7,151.1c-0.8,73.2,23.6,149.5-77.9,183.3c0,0,14.9,61.4,7.9,102.3c0,0,39.3,6.3,44.1,74.7
23
- c4.7,68.5,21.2,401.3-120.4,731.7c-113.4,264.6-295.1,780.5-384.8,978.8c-89.7,198.3-129.8,316.3-295.8,360.4
24
- c-166,44.1-764.9-127.3-1010.3-332c-161.3-134.5-441.4-442.2-441.4-442.2s63.7-423.3,527.2-727.8c0,0-83.4,483.1,181,747.5
25
- c4.7,4.7-192.9-188-90.5-549.2c56.7-199.9,170.7-362.7,343.1-395.8c0,0-402.5,451.9-233.7,733.3c2.4,3.9-21-324.9,122.7-510.6
26
- c158.9-205.4,216.4-245.5,216.4-245.5s269.1-14.2,416.2-162.9c147.1-148.7,256.5-419.4,256.5-419.4l69.2-6.3
27
- c0,0,70-314.7,130.6-470.5C5774.3,2190.8,5801.9,1492.9,5801.9,1492.9z"/>
28
- <g id="eye">
29
- <path class="st2" d="M5715.3,2872.2c0,0-49.7,25.9-63.7,92.1c-8.7,40.9-10.2,52.7-10.2,52.7s78.7,52.7,166,69.2
30
- c87.3,16.5,135.3,27.5,155,0c19.7-27.5,13.4-177.8,3.9-195.9c-9.4-18.1-23.6-18.1-23.6-18.1S5754.7,2857.3,5715.3,2872.2z"/>
31
- <path d="M5269.2,3822.7c0,0,18.1,48.8,55.9,48c37.8-0.8,55.1-33,93.6-38.6c38.6-5.5,77.9-1.6,77.9-1.6s-16.5-19.7-66.1-19.7
32
- c-49.6,0-66.9,27.5-99.1,29.1C5299.1,3841.6,5269.2,3822.7,5269.2,3822.7z"/>
33
- <path d="M5500.5,3899c0,0,28.3,29.9,75.5,29.9s78.7-36.2,88.1-52.7c0,0-35.4,20.5-74,22.8C5551.7,3901.4,5500.5,3899,5500.5,3899z"
34
- />
35
- <path d="M5630.4,3110.6c0,0-3.5-114.5,33.4-210.5c63.5-164.9,172.7-251.4,290.7-272.6c118-21.2,120-15.3,120-15.3l-20.6,102.3
36
- c0,0-143.8-18.9-261.1,44.1C5675.6,2821.5,5639.4,3021.3,5630.4,3110.6z"/>
37
- <path d="M5968.3,2875.7c0,0-67.7-45.6-165.2-36.2s-106.2,17.3-106.2,17.3l-27.5,48.8l-11,32.3c0,0,25.2-38.6,110.9-53.5
38
- c85.8-14.9,201.4-0.3,201.4-0.3L5968.3,2875.7z"/>
39
- <path d="M5666.4,2937.9c0,0,24.1,68.5,95.7,68.5c71.6,0,102-82.9,66.9-118c-0.8-0.8-14.9-15.7-14.9-15.7h-11
40
- c0,0,35.4,55.1,3.9,86.5c-31.5,31.5-65.3,30.7-98.4,6.3s-31.1-45.8-31.1-45.8L5666.4,2937.9z"/>
41
- <path d="M5755.1,2945c38.6,0,44.8-54.3,21.2-63.7c-23.6-9.4-67.7-0.8-62.9,32.3C5718.1,2946.6,5755.1,2945,5755.1,2945z"/>
42
- <path class="st3" d="M5643.3,3025.6c0,0,38.2,31.5,109.8,53.5c71.6,22,144,34.6,173.9,33c29.9-1.6,54.3-19.7,58.2-59.8
43
- c3.9-40.1-7.1-65.3-7.1-65.3h-11.8c0,0,10.2,78.7-11,95.2c-21.2,16.5-59,18.9-153.4-6.3c-94.4-25.2-158.9-60.6-158.9-60.6
44
- L5643.3,3025.6z"/>
45
- </g>
46
- <path class="st4" d="M4941.1,4349.8c0,0,168.4-79.5,254.1-106.2c85.8-26.8,156.6-59.8,222.7-54.3s67.7,33,94.4,33
47
- c26.8,0,55.1-32.3,92.1-26c37,6.3,47.2,36.2,41.7,75.5s-62.2,93.6-62.2,93.6s44.1,180.2-105.4,269.9s-320.2-37-390.3-106.2
48
- C5018.2,4460,4941.1,4349.8,4941.1,4349.8z"/>
49
- <path class="st5" d="M4964.7,4359.3c0,0,129.8,7.1,199.9,6.3s137.7-9.4,170.7,10.2s65.3,22,94.4,17.3c29.1-4.7,33-29.1,72.4-27.5
50
- s80.3,7.1,80.3,7.1"/>
51
- <path class="st2" d="M5100.8,4426.2c-8.2,5.1,40.1,70,71.6,93.6s78.7,55.9,109.4,46.4s-3.1-37.8-37-48
52
- c-33.8-10.2-96-62.2-103.9-74.7S5117.3,4415.9,5100.8,4426.2z"/>
53
- <path class="st2" d="M5506.8,4548.1c-13.6-8.7,20.5-48.8,34.6-44.1S5526.5,4560.7,5506.8,4548.1z"/>
54
- <path class="st6" d="M3011,6713.4c0,0-11,315.5-63.7,501.2c-52.7,185.7-158.2,731.7-162.9,1082.7"/>
55
- <path class="st6" d="M2841.9,6620.6c0,0-145.6,114.9-159.7,524.8c-14.2,409.9,138.4,729.9,138.4,729.9"/>
56
- <path class="st6" d="M5024.5,6973.1c0,0-234.5,442.2-272.2,609c-37.8,166.8-51.9,398.9-128.3,628.7
57
- c-76.3,229.8-343.7,881.2-343.7,881.2l-291.8,887.5"/>
58
- <path class="st6" d="M4962.3,7460.1c0,0-106.9,196.3-240.7,292.5"/>
59
- <path d="M4709.8,7906.3c0,0,125.1-41.7,200.6-127.5s95.2-110.9,95.2-110.9s-4.7,71.6,51.9,74c56.7,2.4,121.2-2.4,121.2-2.4
60
- s-136.5,130.2-312.4,188.8c-136.9,45.6-171.5,33-171.5,33L4709.8,7906.3z"/>
61
- <path class="st7" d="M2606.6,6727.6c0,0-191.7,29.5-202.2,670.4c-11,671.2,357.2,1063,357.2,1063l5.5-144.8
62
- c0,0-228.2-354.9-218.7-920.6C2557.8,6829.9,2606.6,6727.6,2606.6,6727.6z"/>
63
- <rect x="5042" y="9960" width="40" height="40"/>
64
- <path class="st7" d="M7263,8029.8c0,318.7-6.3,559-318.7,887.5c-114.1,120-181.3,168.3-189.5,174.1l-17.3,31.1l-549,878l-1306-1
65
- l814-925l2.1,0c80.5-84.5,420.2-467.5,477-973.1c64.5-574.4-752.2-1717.6-996.1-1901.7l4.7-173.1c0,0,736.6,804.9,1190.5,1149.5
66
- C6842,7531,7263,7702.3,7263,8029.8z"/>
67
- <path d="M6588.7,2093.3c-52.7,100.7-199.9,417-109.4,860.8c90.5,443.8,55.9,790,33.8,906.4c-22,116.4-310.8,437.5-357.2,524
68
- c-46.4,86.6-18.1,921.4-18.1,921.4s-244.7-15-314.7,76.3c-70,91.3-300.6,214.8-409.9,225.8c-109.4,11-247.9,15-210.1,94.4
69
- c37.8,79.5,72.4,417,72.4,417l-92.9-66.1c16.5,229-114.9,535.8-114.9,535.8s56.6-596.4,35.4-782.1
70
- c-21.2-185.7-376.9-620-503.6-725.5c-126.7-105.4-336.8-115.7-336.8-115.7l79.8-83.8l257,109c0,0,466.6,188.8,667.2,113.3
71
- c200.6-75.5,296.6-454,296.6-454s244.7-640.5,329.7-836.4c85-195.9,118-472.1,122.7-509.9c4.7-37.8,1.6-198.3,0-252.6
72
- c-1.6-54.3-37.8-64.5-37.8-64.5l-9.4-111.7c0,0,99.1-42.5,86.3-135.3c-12.8-92.9,16-133.8,42-171.5c26-37.8,27.5-214-6.3-304.5
73
- c-33.8-90.5-63.7-479.9-94.4-583.8c-30.7-103.9-194.8-176.4-194.8-176.4s-27.1,437.6-37.3,609.9c-10.2,172.3-181,703.4-181,703.4
74
- l-69.2,6.3c0,0-19.7,125.9-184.9,350.1c-165.2,224.2-487.8,232.1-487.8,232.1s-110.9,115.7-221.1,262.8
75
- c-110.2,147.1-131.4,439.8-131.4,439.8c-92.1-288.8,227.8-675.5,227.8-675.5s-16.9-7.4-72,27.6c-150.4,95.8-262.8,352.1-269.9,560.6
76
- c-7,206.9,106.8,350.3,108.6,352.5c-0.7-0.5-19-13.8-69.2-68.4c-89.7-97.6-112.5-331.3-125.1-370.6c-12.6-39.3,0-288.8,0-288.8
77
- l-219.5,161.3c-206.2,212.5-286.4,532.7-286.4,532.7l87.7,116.9c0,0-593.6,417.9-592.8,418.1c341.5,99.9-18.1,751.4-164.4,959.1
78
- c-146.4,207.7-506.7,893.8-506.7,893.8c-81.8,59-248.6,339.9-184.1,901.7c64.5,561.8,350.1,808.8,350.1,808.8l-33.4,603.5v0.1
79
- L2750,9903c0,0-126-70-329-222c-185.5-138.9-420.2-524.1-459.4-589.5c-9.2-8.2-130.3-116.5-272.5-303.2
80
- c-271.3-356.4-199.8-1075.6-199.8-1075.6s-192-107.8-204.6-203c-68.6-518.6,176.2-777.4,262-1708.2
81
- c85.9-932.6,143.2-1502,222.7-1602.8c79.5-100.7,98.4-419.4,22.8-502c-75.5-82.6-110.9-793.9-78.7-1266s358-886.7,358-886.7
82
- l324.2-320.2h0.4c10.7-14.6,676.7-912.6,1995.9-885.8c1319.1,26.8,2186.7,872,2200.8,885.8h0.6
83
- C6815.6,1385.4,6641.4,1992.5,6588.7,2093.3z"/>
84
- <polygon class="st8" points="5829.4,3981.6 5862.5,4634.7 5549.3,4899 5566,4665.3 "/>
85
- <polygon class="st8" points="4043.3,3439.5 3442.2,4949.4 4082.7,4398.6 "/>
86
- </svg>