western-world 3.0.619 → 3.0.621

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.619",
3
+ "version": "3.0.621",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -1,40 +1,157 @@
1
1
  .animated {
2
2
  .labor_cost_index_down_19 {
3
- #leg_and_stone {
4
- animation-name: legAndStoneAnimation;
5
- animation-duration: 25s;
3
+ #leg {
4
+ animation-name: legAnimation;
5
+ animation-duration: 5s;
6
6
  animation-timing-function: linear;
7
7
  animation-iteration-count: infinite;
8
- transform-origin: 8000px 8000px;
8
+ transform-origin: 7160px 4233px;
9
9
  }
10
10
 
11
- #wind_2_ {
12
- display: none;
11
+ #person {
12
+ animation-name: personAnimation;
13
+ animation-duration: 5s;
14
+ animation-timing-function: linear;
15
+ animation-iteration-count: infinite;
16
+ transform-origin: 2705px 4547px;
13
17
  }
14
18
 
15
- #stone {
16
- animation-name: stoneAnimation;
17
- animation-duration: 25s;
19
+ #person_shadow {
20
+ animation-name: personShadowAnimation;
21
+ animation-duration: 5s;
18
22
  animation-timing-function: linear;
19
23
  animation-iteration-count: infinite;
24
+ transform-origin: 2890px 6672px;
25
+ }
26
+
27
+ #right_arm {
28
+ animation-name: personArmAnimation;
29
+ transform-origin: 2430px 4551px;
30
+ }
31
+ #left_arm {
32
+ animation-name: personArmAnimation;
33
+ animation-delay: -1s;
34
+ transform-origin: 2785px 4329px;
35
+ }
36
+ #right_leg {
37
+ animation-name: personLegAnimation;
38
+ animation-delay: -0.5s;
39
+ transform-origin: 2721px 4841px;
40
+ }
41
+ #left_leg {
42
+ animation-name: personLegAnimation;
43
+ animation-delay: -1.5s;
44
+ transform-origin: 3028px 4739px;
45
+ }
46
+
47
+ #right_arm,
48
+ #left_arm,
49
+ #right_leg,
50
+ #left_leg {
51
+ animation-duration: 1s;
52
+ animation-timing-function: ease-in-out;
53
+ animation-iteration-count: infinite;
54
+ animation-direction: alternate;
20
55
  }
56
+
57
+ #fire {
58
+ animation-name: fireAnimation;
59
+ animation-duration: 5s;
60
+ animation-timing-function: linear;
61
+ animation-iteration-count: infinite;
62
+ transform-origin: 5464px 4616px;
63
+ }
64
+ }
65
+ }
66
+
67
+ @keyframes legAnimation {
68
+ 0% {
69
+ rotate: -60deg;
70
+ translate: 6000px 0px;
71
+ }
72
+ 10% {
73
+ rotate: -20deg;
74
+ translate: 2000px 0px;
75
+ }
76
+ 20% {
77
+ rotate: -10deg;
78
+ translate: 500px 0px;
79
+ }
80
+ 50% {
81
+ rotate: 3deg;
82
+ translate: 0px 0px;
83
+ }
84
+ 60% {
85
+ translate: 5000px 3000px;
86
+ }
87
+ 100% {
88
+ translate: 5000px 3000px;
89
+ }
90
+ }
91
+
92
+ @keyframes personAnimation {
93
+ 0% {
94
+ rotate: 0deg;
95
+ translate: 5000px 2000px;
96
+ }
97
+ 10% {
98
+ rotate: -50deg;
99
+ translate: 0px 0px;
100
+ }
101
+ 100% {
102
+ rotate: -360deg;
103
+ translate: -5000px 0px;
21
104
  }
22
105
  }
23
106
 
24
- @keyframes legAndStoneAnimation {
107
+ @keyframes fireAnimation {
25
108
  0% {
26
- transform: rotate(0deg);
109
+ scale: 0;
110
+ }
111
+ 10% {
112
+ scale: 0;
113
+ }
114
+ 20% {
115
+ scale: 1;
116
+ }
117
+ 60% {
118
+ scale: 1;
119
+ translate: -1000px 0px;
120
+ }
121
+ 65% {
122
+ translate: -10000px 500px;
27
123
  }
28
124
  100% {
29
- transform: rotate(15deg);
125
+ translate: -10000px 500px;
30
126
  }
31
127
  }
32
128
 
33
- @keyframes stoneAnimation {
129
+ @keyframes personShadowAnimation {
34
130
  0% {
35
- transform: translate(0px, 0px) rotate(0deg);
131
+ scale: 1.2;
132
+ translate: 5000px 0px;
36
133
  }
134
+ 10% {
135
+ scale: 1;
136
+ translate: 0px 0px;
137
+ }
138
+ 100% {
139
+ scale: 1;
140
+ translate: -5000px 0px;
141
+ }
142
+ }
143
+
144
+ @keyframes personLegAnimation {
145
+ 0% {
146
+ rotate: -10deg;
147
+ }
148
+ 100% {
149
+ rotate: 15deg;
150
+ }
151
+ }
152
+
153
+ @keyframes personArmAnimation {
37
154
  100% {
38
- transform: translate(-2500px, -300px) rotate(-20deg);
155
+ rotate: 40deg;
39
156
  }
40
157
  }
@@ -1,162 +1,84 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
- <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"
3
- viewBox="0 0 8192 8192" style="enable-background:new 0 0 8192 8192;" xml:space="preserve">
2
+ <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" viewBox="0 0 8192 8192" style="enable-background:new 0 0 8192 8192;" xml:space="preserve">
4
3
  <style type="text/css">
5
- .st0{fill:#4B2616;}
6
- .st1{fill:#FFFFFF;stroke:#000000;stroke-width:32.768;stroke-miterlimit:8.192;}
7
- .st2{fill:#FF8015;stroke:#000000;stroke-width:32.768;stroke-miterlimit:8.192;}
8
- .st3{fill:#FF8F12;stroke:#000000;stroke-width:16.384;stroke-miterlimit:8.192;}
9
- .st4{fill:none;stroke:#000000;stroke-width:16.384;stroke-miterlimit:8.192;}
10
- .st5{fill:#020202;}
11
- .st6{opacity:0.2;fill:#FFD030;enable-background:new ;}
12
- .st7{fill:#FFD030;}
13
- .st8{fill:#FF5913;stroke:#000000;stroke-width:32.768;stroke-miterlimit:8.192;}
14
- .st9{display:none;}
15
- .st10{display:inline;fill:#4B2616;}
16
- .st11{opacity:0.2;}
17
- .st12{fill:#FFFFFF;}
4
+ .st0{fill:#F2E3CC;}
5
+ .st2{fill:#E2CEB3;stroke:#E2CEB3;stroke-width:40;stroke-miterlimit:10;}
6
+ .st3{fill:#E2CEB3;}
7
+ .st4{opacity:0.2;}
8
+ .st5{fill:#57758F;}
9
+ .st6{fill:#BB3C2D;}
10
+ .st7{fill:none;stroke:#000000;stroke-width:20;stroke-miterlimit:10;}
18
11
  </style>
19
- <rect id="background" class="st0" width="8192" height="8192"/>
20
- <g id="leg_and_stone">
21
- <g id="leg">
22
- <path class="st1" d="M3829.7,4470.5c0,0,432.1-104.3,659.4,149c227.2,253.3,461.9,596,437.7,642.6c0,0,95,28,95,175.7
23
- c0,1.2,102.3,55.8,87.6,232.7c0,0,81.1-7.4,88.5,73.7c0,0,59-14.7,110.6,36.9c0,0,73.7-44.2,132.7-7.4c0,0-29.5-29.5,95.8-110.6
24
- c125.3-81.1,442.4-250.7,442.4-250.7s44.2-22.1,66.4,29.5c22.1,51.6,420.2,670.9,420.2,670.9s29.5,36.9,0,88.5
25
- c-29.5,51.6-317,361.3-317,361.3s-132.7,51.6-206.4-7.4s-213.8-265.4-213.8-265.4l-44.2-22.1c0,0,7.4,88.5-95.8,73.7
26
- c0,0,0,81.1-95.8,73.7c0,0,44.2,250.7-140.1,339.1c-184.3,88.5-235.9,59-235.9,59s-235.9-405.5-405.5-545.6
27
- c0,0-29.5-51.6-66.4-110.6c-36.9-59-176.9-199.1-176.9-199.1s-353.9-309.7-516.1-582.5s-280.2-486.6-243.3-693
28
- C3745.4,4476.1,3829.7,4470.5,3829.7,4470.5z"/>
29
- <path class="st2" d="M6089.9,5508.3L5913,5242.9c0,0-22.1-36.9-7.4-73.7s59-59,110.6-36.9c0,0-36.9-88.5,36.9-125.3
30
- c73.7-36.9,154.8-95.8,184.3-147.5c29.5-51.6,243.3-110.6,243.3-110.6s95.8-7.4,118-36.9c22.1-29.5,206.4-44.2,317,0
31
- c110.6,44.2,324.4,118,604.6,324.4s671.7,509.4,671.7,509.4v1180.3c0,0-730.7-347.8-1084.6-591.1c0,0-176.9-103.2-258-228.6
32
- c0,0-162.2,184.3-339.1,250.7L6089.9,5508.3z"/>
33
- <path class="st2" d="M3701.1,4844.7c0,0-125.3-51.6-243.3,29.5c0,0-36.9,287.5,176.9,663.6s353.9,449.7,803.6,508.7l29.5-88.5
34
- c0,0-324.4-287.5-486.6-523.5S3701.1,4844.7,3701.1,4844.7z"/>
35
- <path class="st2" d="M4703.8,6260.3c0,0-51.6-14.7-103.2,59c-51.6,73.7-206.4,66.4-191.7,169.6
36
- c14.7,103.2,191.7,280.2,191.7,280.2s14.7,103.2,66.4,147.5c0,0,0,147.5,132.7,169.6c0,0,206.4-95.8,294.9-309.7
37
- C5094.6,6776.4,4821.8,6341.4,4703.8,6260.3z"/>
38
- <path class="st3" d="M4910.3,5272.4c0,0-258,191.7-228.6,405.5s147.5,309.7,235.9,420.2c88.5,110.6,191.7,81.1,191.7,81.1
39
- s140.1-103.2,169.6-169.6c29.5-66.4,44.2-125.3,29.5-228.6c0,0-36.9-51.6-110.6-36.9c0,0-7.4-81.1-88.5-73.7
40
- c0,0,16.5-170.6-87.6-232.7c0,0,2.6-134.4-95-175.7L4910.3,5272.4z"/>
41
- <path class="st4" d="M4792.3,5707.4c0,0,200.9-141.1,229.5-269.6"/>
42
- <path class="st4" d="M4917.7,5847.4c0,0,169.6-81.1,191.7-191.7"/>
43
- <path class="st4" d="M5087.2,5965.4c0,0,103.2-103.2,110.6-221.2"/>
44
- <path class="st5" d="M4858.7,5648.4c0,0-22.1-14.7-51.6,7.4c-29.5,22.1-29.5,44.2-14.7,66.4c14.7,22.1,44.2,14.7,73.7-7.4
45
- C4891,5696,4858.7,5648.4,4858.7,5648.4z"/>
46
- <path class="st5" d="M4984,5803.2c0,0-22.1-29.5-66.4,0c-44.2,29.5-20.7,98.8,44.2,66.4C5020.9,5840.1,4984,5803.2,4984,5803.2z"
47
- />
48
- <path d="M5116.7,5921.2c0,0-29.5-14.7-59,22.1c-29.5,36.9-0.5,103.7,59,44.2C5153.6,5950.7,5116.7,5921.2,5116.7,5921.2z"/>
49
- <path class="st4" d="M5315.8,6135c0,0,125.3,118,176.9,280.2"/>
50
- <path class="st4" d="M5514.9,6186.6c7.4,7.4,66.4,59,73.7,154.8"/>
51
- <path class="st4" d="M5448.5,5773.7c0,0,154.8,243.3,243.3,486.6"/>
52
- <path d="M6104.7,6068.6c0,0-29.5-118-132.7-36.9c-103.2,81.1-88.5,184.3-88.5,184.3s22.1,29.5,59,44.2
53
- c36.9,14.7,22.1,51.6,103.2,103.2c81.1,51.6,154.8-176.9,154.8-176.9s0-59-51.6-29.5s-36.9,95.8-88.5,59
54
- c-51.6-36.9-36.9-88.5,0-103.2C6097.3,6098.1,6104.7,6068.6,6104.7,6068.6z"/>
55
- <path class="st4" d="M4600.6,6769c0,0,235.9-132.7,324.4-235.9"/>
56
- <path class="st4" d="M4667,6916.5c0,0,294.9-132.7,346.5-265.4"/>
57
- <path class="st4" d="M4150.9,5987.5c0,0,125.3-81.1,154.8-169.6"/>
58
- <path class="st4" d="M3981.3,5921.2c0,0,191.7-103.2,228.6-206.4"/>
59
- <path class="st4" d="M3811.7,5803.2c0,0,213.8-95.8,294.9-221.2"/>
60
- <path class="st4" d="M3509.5,5250.3c7.4-7.4,169.6-118,272.8-191.7"/>
61
- <path class="st4" d="M3553.7,5360.8c0,0,243.3-162.2,280.2-184.3"/>
62
- <path d="M4003.4,4645.7c0,0,36.9-81.1,147.5-81.1c110.6,0,324.4,147.5,280.2,235.9s-140.1-66.4-140.1-66.4s-71.4-92.5-154.8-36.9
63
- c-66.4,44.2-110.6,22.1-125.3,7.4C3988.7,4682.5,4003.4,4645.7,4003.4,4645.7z"/>
64
- <path class="st6" d="M8192,6608.7l-1055.1-635.9c0,0-206.4-206.4-339.1-110.6c-132.7,95.8-346.5,184.3-346.5,184.3l59,95.8
65
- c0,0,184.3-66.4,339.1-250.7c0,0,59,88.5,176.9,176.9s317,206.4,317,206.4l339.1,184.3l509.5,261.1V6608.7z"/>
66
- <path class="st7" d="M6252.1,5744.2c0,0,88.5-199.1,250.7-206.4c162.2-7.4,427.6-44.2,670.9,88.5
67
- C7417,5759,7793,6009.7,7793,6009.7l399,250.1v146.6l-789.7-440.9c0,0-339.1-250.7-567.7-280.2s-309.7-51.6-412.9,59l-88.5,118
68
- L6252.1,5744.2z"/>
69
- <path class="st7" d="M6340.6,5279.7c0,0,449.7-154.8,774.1-44.2c324.4,110.6,840.5,553,840.5,553L8192,5940v128.5l-885.6-611.9
70
- c0,0-258-176.9-538.2-162.2c-280.2,14.7-412.9,22.1-412.9,22.1L6340.6,5279.7z"/>
71
- <path class="st7" d="M6031,5132.3c0,0,88.5-125.3,346.5-176.9c258-51.6,553-73.7,803.6,44.2s611.9,427.6,611.9,427.6l399,313.5
72
- v-182.5l-450.6-344.8c0,0-368.6-280.2-486.6-339.1s-317-176.9-516.1-184.3c0,0-110.6,0-132.7,29.5c-22.1,29.5-118,36.9-118,36.9
73
- s-103.2,29.5-169.6,59c-66.4,29.5-73.7,44.2-73.7,44.2s-44.2,59-81.1,88.5s-118,66.4-118,66.4s-29.5,22.1-29.5,51.6
74
- S6031,5132.3,6031,5132.3z"/>
75
- <path class="st7" d="M6016.2,5139.7c0,0-59-22.1-81.1,7.4c-22.1,29.5-36.9,51.6-7.4,103.2
76
- C5927.7,5250.3,5949.8,5154.4,6016.2,5139.7z"/>
77
- <path class="st4" d="M6908.3,5058.6c0,0,81.1,486.6-59,847.9"/>
78
- <path class="st4" d="M7100,5265c0,0,103.2,427.6-88.5,663.6"/>
79
- <path class="st4" d="M7291.7,5692.6c0,0,36.9,184.3-118,317"/>
80
- <path class="st4" d="M7512.9,5390.3c0,0,176.9,199.1,235.9,420.2"/>
81
- <path class="st4" d="M7829.9,5626.3c0,0,132.7,103.2,206.4,339.1"/>
82
- <path class="st4" d="M7586.6,5862.2c0,0,88.5,66.4,103.2,140.1"/>
83
- <path class="st4" d="M6185.8,5294.5c0,0-51.6-88.5-169.6-162.2"/>
12
+ <defs>
13
+ <mask id="mask">
14
+ <rect x="-5" y="0" class="st8" width="5929.9" height="8192" fill="white" />
15
+ </mask>
16
+ </defs>
17
+ <g id="main-container">
18
+ <rect id="background" class="st0" width="8192" height="8192"/>
19
+ <g id="chart">
20
+ <line class="st2" x1="7490.4" y1="846.9" x2="1112.4" y2="846.9"/>
21
+ <line class="st2" x1="7489.5" y1="1836.1" x2="1111.6" y2="1836.1"/>
22
+ <line class="st2" x1="7503.5" y1="2853.2" x2="1125.6" y2="2853.2"/>
23
+ <line class="st2" x1="7494.2" y1="3860.3" x2="1116.2" y2="3860.3"/>
24
+ <line class="st2" x1="7498.8" y1="4859.6" x2="1120.9" y2="4859.6"/>
25
+ <line class="st2" x1="7498.8" y1="5876.7" x2="1120.9" y2="5876.7"/>
26
+ <path class="st3" d="M837.1,963.4c0,0-142.7-209.5-368.6-66.6c-229.3,145-34.3,354.7-34.3,354.7L1915,3191.7l1502.2-1489.5
27
+ l3715.9,4248.9l-270,219.5L7908.8,6496l-218.6-987.8l-171.4,133.3L3442.9,969.3L1977.1,2439.2L837.1,963.4z"/>
28
+ <path class="st3" d="M5596.8,1208.9V906.9c0,0,62-565.4,577-565.4s635.1,422.1,635.1,538.3s0,329.2,0,329.2h77.5
29
+ c0,0,99.2,8.2,99.2,99.2s0,1066.9,0,1123.5s-33.4,96.3-96.3,96.3s-1300.2,0-1369.9,0s-91-49.4-91-91s0-1045.1,0-1125
30
+ c0-79.9,59.5-100.7,100.7-100.7S5596.8,1208.9,5596.8,1208.9z M5799.6,1210.4h820.5c0,0,0-194.6,0-320.9s-151-355.8-413.2-355.8
31
+ c-262.1,0-407.3,200.4-407.3,351.4S5799.6,1210.4,5799.6,1210.4z M6138.9,2244.3H6273v-287.5c0,0,148.1-26.1,148.1-210.6
32
+ c0-275.9-432.8-265.8-432.8-10.2c0,175.7,151,220.7,151,220.7L6138.9,2244.3z"/>
84
33
  </g>
85
- <g id="stone">
86
- <polygon class="st8" points="2860.6,1534.4 2956.5,1416.4 3074.5,1409 3140.8,1350 3428.4,1350 3789.6,1165.7 4077.2,1202.6
87
- 4246.7,1099.4 4342.6,1114.1 4372.1,1077.2 4571.1,1099.4 4674.4,1018.3 4784.9,1069.9 4880.8,1055.1 4925,1099.4 5234.7,1128.9
88
- 5441.1,1062.5 5463.2,1158.3 5713.9,1497.5 5713.9,1652.3 5839.3,1667.1 5898.2,1770.3 5964.6,1792.4 5972,1836.6 6112.1,1866.1
89
- 6141.5,1932.5 6259.5,1903 6266.9,2094.7 6333.2,2124.2 6355.4,2220 6407,2249.5 6429.1,2330.6 6495.4,2352.7 6502.8,2485.5
90
- 6642.9,2529.7 6635.5,2640.3 6547,2750.9 6436.5,2750.9 5905.6,3591.4 5758.2,3598.7 5721.3,3643 5596,3620.9 5566.5,3679.8
91
- 5367.4,3746.2 5278.9,3864.2 5138.8,3996.9 5013.5,4092.7 4932.4,4159.1 4888.2,4159.1 4770.2,4350.8 4674.4,4409.8
92
- 4526.9,4461.4 4401.6,4461.4 4283.6,4409.8 4165.6,4350.8 4025.5,4328.7 4018.2,4291.8 3981.3,4328.7 3811.7,4321.3
93
- 3782.2,4291.8 3774.9,4350.8 3605.3,4468.7 3546.3,4564.6 3450.5,4572 3435.7,4623.6 3376.7,4645.7 3362,4866.9 3317.8,4918.5
94
- 3074.5,4933.2 2956.5,4911.1 2742.7,4918.5 2639.5,4999.6 2514.1,4962.7 2396.2,4933.2 2329.8,5021.7 1319.7,5309.2
95
- 1209.1,5220.8 988,5287.1 737.3,5265 693,5309.2 390.8,5316.6 0,5208.1 -466.2,4940.6 -916.4,4413.1 -943.7,4031.1 -857.3,3758.3
96
- -820.9,3451.3 -479.8,3249 -388.9,3067.1 0,2835.1 368.6,2632.9 553,2470.7 715.2,2389.6 752,2256.9 914.2,2256.9 988,2183.2
97
- 1312.4,2057.8 1452.4,2057.8 1570.4,1998.8 1894.8,1910.4 1968.5,1947.2 1968.5,2043.1 2123.4,1984.1 2573.1,1586 2683.7,1593.3
98
- 2757.4,1512.2 "/>
99
- <g id="title_1_">
100
- <g id="ruuk" class="st9">
101
- <path class="st10" d="M958.5,4837.4l302.3-1791.6l265.4-59c0,0,184.3,1061.7,376,1607.3l-317,140.1l-147.5-641.4
102
- c0,0-59-103.2-81.1,7.4c-22.1,110.6-59,678.3-59,678.3L958.5,4837.4z"/>
103
- <path class="st10" d="M2101.2,2795.1c0,0,346.5-7.4,383.4,508.7s51.6,929-125.3,1098.5c-176.9,169.6-405.5,118-530.8-383.4
104
- S1673.6,2809.9,2101.2,2795.1z M2101.2,3930.5c118,22.1,132.7-110.6,162.2-324.4c29.5-213.8-73.7-280.2-73.7-280.2
105
- C2012.8,3318.6,1983.3,3908.4,2101.2,3930.5z"/>
106
- <path class="st10" d="M2433,2603.4l287.5-81.1l73.7,376l213.8-420.2l272.8-36.9l-339.1,811l442.4,619.3l88.5-1511.4l243.3-66.4
107
- l508.7,1437.7l-280.2,154.8l-59-250.7c0,0-250.7-63.5-250.7,88.5c0,7.4,0,250.7,0,250.7l-457.1,176.9L2868,3650.4l73.7,656.2
108
- l-294.9,59L2433,2603.4z M3671.7,3112.1l-22.1,302.3l140.1-22.1l-88.5-309.7L3671.7,3112.1z"/>
109
- <path class="st10" d="M3863.3,2212.7l272.8-118l265.4,538.2l36.9-626.7l287.5-95.8l-95.8,1452.4c0,0-14.7,317-302.3,339.1
110
- l-95.8-317c0,0,125.3,15.2,125.3-199.1C4357.3,3178.5,3863.3,2212.7,3863.3,2212.7z"/>
111
- <polygon class="st10" points="4807.1,1895.6 5514.9,1637.6 5566.5,1969.4 5360,2043.1 5507.5,3259.6 5109.4,3443.9
112
- 5050.4,2183.2 4829.2,2279 "/>
113
- </g>
114
- <g id="en" class="st9">
115
- <path class="st10" d="M744.8,3386.1c0,0-15.9,0.1-9.7,26.7c6.2,26.6,398.1,1383.3,398.1,1383.3s16.5,67.8,89.6,43.7
116
- c73.2-24.1,403.1-137.5,403.1-137.5s40.6-5.4,29.9-67.2c-10.7-61.8-70.2-284.6-70.2-284.6s-11.2-38.5-50.1-19.4
117
- s-252.5,116.5-252.5,116.5s-18.1,16.9-29-14.3c-10.8-31.1-302.4-1107.8-302.4-1107.8s-3.9-20.9-21.9-9.9
118
- C911.6,3326.7,842.6,3369,744.8,3386.1z"/>
119
- <path class="st10" d="M2105.8,4539.4c-521,190.5-911.7-1354.2-462.2-1531.2C2120.5,2820.4,2626.8,4349,2105.8,4539.4z
120
- M1755.6,3399c-209.2,62.7,5.9,829.7,228,754C2205.7,4077.4,2025.5,3318.2,1755.6,3399z"/>
121
- <path class="st10" d="M2929,3650.6c0,0-15.7-21.3-21.4,7.5c-5.7,28.8-104.9,453.6-348.8-5.4
122
- c-164.8-310.2-72.9-694.2,148.6-524.7c35.2,26.9,76.9,76.6,86.2,56c9.3-20.6,8.9-241.5,2.9-301.4s-137.5-195.3-258.4-187
123
- c-120.8,8.3-292.5,59-289.6,482.1s198.1,872,375.4,997c177.3,125,354.2,122.1,427.8-77c49.8-134.8,42.8-212.9,27.1-237.4
124
- S2929,3650.6,2929,3650.6z"/>
125
- <path class="st10" d="M2794.2,2636c0,0-7.8-17.4,14.8-22.6c22.5-5.2,116.9-36.3,174.6-64.3c16.6-8.1,22.1-8.6,27.2,7.5
126
- c5.1,16.1,123.2,463.7,128,477c4.8,13.2,19,85.3,56.8,78.5c37.8-6.8,78.8-81.8,79.9-194.9s-37.7-386.8-39.9-418.4
127
- c-2.2-31.6,0.3-51.3,33.3-55.7c32.9-4.5,111.6-36.3,134.6-46.5s28.9-11.6,37.5,29.1c8.6,40.7,105.6,541.9,11.9,717.5
128
- c-14.8,27.8,2.2,40.7,13.8,59.1c11.6,18.4,349,513.8,368,561.3s20.3,87.7-16.7,109.8s-145.4,66.2-178.5,41.6
129
- s-292.2-470-321.5-490.6c0,0-38.5,43.3-40.7,69.4c-2.2,26,134.9,435.2,141.3,468c6.4,32.7,10.7,46.2-17.4,62.6
130
- s-149.7,69.6-176.7,57.3c-27-12.2-26.8-56.6-67.6-203.4S2794.2,2636,2794.2,2636z"/>
131
- <path class="st10" d="M4294.6,3699c-521,190.5-911.7-1354.2-462.2-1531.2C4309.3,1980,4815.6,3508.5,4294.6,3699z
132
- M3944.4,2558.6c-209.2,62.7,5.9,829.7,228,754C4394.4,3236.9,4214.3,2477.7,3944.4,2558.6z"/>
133
- <path class="st10" d="M4305.1,2077c-2.5-7.8-2.1-20.8,11.3-25.2c13.4-4.4,167.8-49.7,182-56.3c14.2-6.6,21.5-5.9,31.3,23.6
134
- c9.8,29.6,264.6,957.7,297.7,1014.5s77.3,90.8,145,58.6c67.7-32.3,62.1-135,40.9-221c-21.1-86-272.5-911.3-280-932
135
- s-4.8-30,17.9-37.2s146.5-62.8,162.9-73.2s28.2,4,34.2,26.6s315.7,1076.8,326.8,1203.2s-2.8,277.1-197.6,364.8
136
- c-194.8,87.7-323.2,51.5-412-148.8S4305.1,2077,4305.1,2077z"/>
137
- <path class="st10" d="M5117.7,2143.4c-15.9,8.8-27.8,14.2-32.4-19.6c-4.6-33.8-46.8-218.6-58.3-279
138
- c-11.5-60.4-9.6-62.9,2.3-63.5c11.9-0.7,235.6-31.4,453.6-171.7c57.9-37.3,55.6-17.7,59.2-1.7c3.6,16,64.5,235.2,91.7,291.4
139
- c15.4,31.6,2.9,39.5-18.9,45.8c-21.8,6.4-140.9,56.1-140.9,56.1s281,997.2,316.8,1072.8c13.9,29.4,13.1,48.4-12.4,64.1
140
- c-25.5,15.7-138.7,64.7-175.1,61.5c-21.9-2-22.2-6.7-32.8-43.6c-10.7-36.9-275.5-1006.7-309.1-1088.4L5117.7,2143.4z"/>
141
- </g>
34
+ <g id="back">
35
+ <polygon points="4182,6562 4290,6588 4454,6575 4426.7,2752 5792,2549.3 5792,2261.3 4136,2530.7"/>
36
+ <polygon class="st0" points="5636,2438 4266,2626.7 4280,4612 4280,2646"/>
37
+ <polygon class="st4" points="5732,6785.3 4454,6575 4290,6588 5749.3,6858.7"/>
38
+ </g>
39
+ <g mask="url(#mask)">
40
+ <g id="leg">
41
+ <path class="st5" d="M2034.7,2858.7c0,0-34-181,128-472C2300,2140,2504,2101.3,2504,2101.3l4019.5,1775.9l-145.4,456.7
42
+ L2034.7,2858.7z"/>
43
+ <path d="M1810.7,2554.7l82.7-196l105.3-5.3c0,0-2-121.3,26-248c28-126.7,127.3-390.7,276.7-577.3c149.3-186.7,470.7-228,546.7-136
44
+ s-61.3,277.3-245.3,461.3S2380,2094.7,2453.3,2172c0,0,6.7,204-98.7,372c-105.3,168-132,216-198.7,230.7
45
+ C2089.3,2789.3,1884,2694.7,1810.7,2554.7z"/>
46
+ <path class="st0" d="M2617.3,1359c0,0,37.3,0,37,21.7c-0.3,21.7-24.3,60-101,130.7c-76.7,70.7-264,356.7-334.7,528.7
47
+ c-70.7,172-130.7,388-130.7,388l-120,28l-82,177l19,18l74-177l129-31c0,0,65-295,183-504s166-288,267-395s117.6-144.8,105.7-181
48
+ C2657.7,1344.9,2617.3,1359,2617.3,1359z"/>
49
+ </g>
50
+ <g id="person">
51
+ <path class="st5" d="M2416,3574c0,0-260,184-522,260l102.7,87.3l94.7,340.7l118.7-20.7l180,244l-46,44l330.7,458.7l502.7-254.7
52
+ L2826.7,4208l-64,40l-128-222.7c0,0,70.3-38.3,24.3-131.3s-104-16-104-16L2416,3574z"/>
53
+ <path id="right_arm" class="st5" d="M2395.6,4506.7l-298.7,293.7l-133.3-2.7c0,0-29.3-1.3-31.1,19.3c-1.8,20.7,24.9,24.7,24.9,24.7l85.3,8.7
54
+ l-126.2,11.6c0,0-39.1,2.7-37.3,32.9c1.8,30.2,42,30,42,30l137.9-31.2l-155.7,62c0,0-31.7,20-14,50.7c17.7,30.7,62.3,5.7,62.3,5.7
55
+ l141.7-74.3l-123.2,82.8c0,0-26.5,23-4.2,47.3c22.3,24.3,62.2-5.2,62.2-5.2l166.5-125.7l-13.3,109.7c0,0-8.3,34.3,31,34.3
56
+ c39.3,0,33.7-42.3,33.7-42.3l28-155.7l205-316L2395.6,4506.7z"/>
57
+ <path id="left_arm" class="st5" d="M2692.7,4294.7l533.3-234l52.3-40.7l26.7-116.3c0,0,8-21.3,30.8-18.5c22.8,2.8,15.2,33.2,15.2,33.2
58
+ l-33.7,92.3l73.3-130c0,0,22.3-27,47.3-11s1.3,45.7,1.3,45.7l-82.7,119l122.3-124c0,0,27.9-25,51-5.4c23.1,19.6-5.8,49.8-5.8,49.8
59
+ l-134,123.3l129.6-91.1c0,0,22.2-17.1,37.8,4.9c15.6,22-9.8,40-9.8,40l-185.3,133.3c0,0-8.6,17.2,1.9,18.7l100.1,10.8
60
+ c0,0,32.2,4.3,24,37.7c-8.2,33.4-56,20.3-56,20.3l-155.8-25.3L2749.3,4408L2692.7,4294.7z"/>
61
+ <path id="right_leg" class="st5" d="M2731.3,4732.9L2438,5187l26.3,32c0,0-3.3,10-22.3,10.3c-19,0.3-69.3-82-112.7-90.3
62
+ c-43.3-8.3-68.3-3-73.7,48.7c-5.3,51.7,92,113,149,123s100.3-13,100.3-13l-18,41.3l58,22.3l18.3-76l42.7,2.3l248.7-497
63
+ L2731.3,4732.9z"/>
64
+ <path id="left_leg" class="st5" d="M2983.9,4682.2L2854.7,5182l20.4,7.6c0,0,3.8,25.1-7.1,29.3c-10.9,4.2-49.1-15.6-71.8-36.4
65
+ c-22.7-20.9-86.9-50.9-109.8-20.4c-22.9,30.4-10,84.7,36.9,111.6c46.9,26.9,135.8,39,173.8,25.3c17.3-6.2,45.1-24.9,45.1-24.9
66
+ l0.7,46.9h51.8v-80l43.1-6.7L3134,4712L2983.9,4682.2z"/>
67
+ <path class="st0" d="M2151,3974c-61.6,33.7,61,207,115,167S2215,3939,2151,3974z"/>
68
+ <path class="st0" d="M2262,3920c-61.6,33.7,61,207,115,167S2326,3885,2262,3920z"/>
69
+ <path d="M2232.7,4090c-19.9,19.3-71.9-58-53.6-77.3C2197.3,3993.3,2252.7,4070.7,2232.7,4090z"/>
70
+ <path d="M2340.7,4043.3c-19.9,19.3-71.9-58-53.6-77.3S2360.7,4024,2340.7,4043.3z"/>
71
+ <path class="st7" d="M2620,4042c0,0-152-25-261,137s-78.1,290-78.1,290"/>
142
72
  </g>
73
+ <polygon id="fire" class="st6" points="5479,4599 3960,4658 3996,4388 3843,4584 3603,4360 3718,4664 3416,4640 3681,4808 3462,5018 3757,4901 3828,5165 3886,4896 4090,5008 3959,4804 "/>
74
+ <path id="person_shadow" class="st4" d="M2394.7,6672c0-125.3,970.7-130.7,970.7,0S2394.7,6797.3,2394.7,6672z"/>
143
75
  </g>
144
- <g id="wind_2_" class="st11">
145
- <path class="st12" d="M5006.1,5102.8c0,0,951.1-604.6,1496.7-825.8l-243.3,221.2c0,0-95.8,132.7,95.8,44.2s597.2-280.2,811-353.9
146
- c0,0-648.8,346.5-1017.4,619.3s-693,427.6-693,427.6l-287.5,140.1C5168.3,5375.6,5124.1,5220.8,5006.1,5102.8z"/>
147
- <path class="st12" d="M4711.2,4667.8c0,0,162.2,169.6,235.9,302.3l1533.5-825.8l-870,317c0,0-66.4,14.7-88.5-14.7
148
- c-22.1-29.5,0-73.7,147.5-118s774.1-272.8,774.1-272.8s-634.1,95.8-1002.7,228.6C5072.5,4417.1,4711.2,4667.8,4711.2,4667.8z"/>
149
- <path class="st12" d="M5478,3982.1c0,0,302.3-309.7,796.3-457.1c494-147.5,906.9-176.9,906.9-176.9S6038.3,3812.6,5736,4055.9
150
- C5433.8,4299.2,5478,3982.1,5478,3982.1z"/>
151
- <path class="st12" d="M5411.6,3871.5c0,0,140.1-118,317-191.7l-302.3,243.3L5411.6,3871.5z"/>
152
- <path d="M5632.8,3384.9c0,0,398.1-575.1,1563-855.2c0,0-1061.7,412.9-1504.1,958.5L5632.8,3384.9z"/>
153
- <path d="M6547,3104.8l81.1,118c0,0,501.4-309.7,1076.4-486.6C7704.6,2736.1,7018.9,2832,6547,3104.8z"/>
154
- <path d="M1246,2655l103.2,51.6c0,0,501.4-626.7,1246-1179.6C2595.2,1527,1504.1,2234.8,1246,2655z"/>
155
- <path d="M604.6,4173.8l44.2,95.8c0,0,501.4-788.9,1297.6-1636.8C1946.4,2632.9,884.7,3598.7,604.6,4173.8z"/>
156
- <path d="M2138.1,5346.1l125.3,81.1c0,0,162.2-575.1,1784.2-2300.3C4047.7,3126.9,2786.9,4218.1,2138.1,5346.1z"/>
157
- <path d="M2786.9,5117.5l103.2,73.7c0,0,530.8-899.5,1142.8-1393.5C4032.9,3797.8,3310.4,4262.3,2786.9,5117.5z"/>
158
- <path d="M3937.1,4358.1l66.4,22.1c0,0,103.2-169.6,368.6-346.5C4372.1,4033.7,4173,4092.7,3937.1,4358.1z"/>
159
- <polygon class="st12" points="3885.5,5309.2 3627.4,5500.9 3715.9,5655.8 3988.7,5464.1 "/>
76
+
77
+ <g id="top">
78
+ <polygon class="st4" points="7765.3,6898.7 6738.7,6704 6616,7076 "/>
79
+ <polygon points="5686,6874 6616,7076 6808,7042 6824,2100 6632,2060 5980,2312 5792,2261.3 5680.8,2279.4 "/>
80
+ <polygon class="st0" points="6624,2120 6645.3,2120 6645.3,7024 6610.7,7024 "/>
160
81
  </g>
161
82
  </g>
83
+
162
84
  </svg>