-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
459 lines (441 loc) · 31.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>SVG</title>
<style type="text/css">
.first:hover{
fill:red;
}
.first:active{
fill:black;
}
.container{
width: 750px;
height: 100%;
margin: auto;
}
.man {
height: 750px;
position: absolute;
top: 50%;
margin-top: -375px;
}
</style>
</head>
<body>
<div class="container">
<div class="man">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="750" height="750"
viewBox="0 0 1280 720" enable-background="new 0 0 1280 720" xml:space="preserve">
<a xlink:href="original.html" class="firstl">
<g id="first">
<g>
<g>
<path class="first" fill="#FDB515" d="M177.5,478.6c4.7,1,8.7-0.4,12.7-2c4.4-1.8,9-1.5,13.3,0.4c1.1,0.5,2.1,1.4,2.7,2.4
c0.5,0.8,1,0.9,1.8,0.9c3,0.1,6.1,0.1,9.1,0.6c3.2,0.5,4.2,2,4.8,5.2c0.1,0.6,0.7,1.2,1.2,1.6c1.3,1,2.7,1.8,4.1,2.7
c2.6,1.7,3.8,4.3,4,7.3c0,0.6,0.2,1.2,0.1,1.8c-0.5,2.8,0.7,4.9,2.4,7.1c5.2,6.8,8.1,14.6,9.6,23c1.6,8.9,2.5,17.8,2.5,26.9
c0,0.5,0.3,1.2,0.6,1.4c3.7,2,5.3,5.4,6.1,9.3c0.9,4.7,0.3,9.2-1.7,13.5c-0.5,1.1-0.9,2.3-1.3,3.5c-1.5,4.3-3.6,8-8.2,9.6
c-0.4,0.1-0.7,1-0.9,1.5c-2.7,8.6-6.3,16.7-11.3,24.2c-5.5,8.3-13.5,13.7-22.3,17.9c-4.5,2.1-9,3.8-14,4.5
c-4.5,0.6-8.7-0.1-12.9-1.6c-9.6-3.4-18.4-8-25.5-15.5c-5.1-5.5-8.7-12-11.5-18.9c-1.5-3.7-2.7-7.4-4.1-11.2
c-0.2-0.4-0.5-1-0.8-1.1c-3.7-1-6-3.6-7.3-6.9c-1.6-4-3.2-8-4.2-12.2c-1-4.4-0.4-8.8,2-12.7c0.9-1.5,2.4-2.7,3.9-3.8
c0.7-0.6,1.1-1,1.1-2c0.1-10.4,1.1-20.8,3.4-30.9c2.4-10.5,7.8-19.3,15.6-26.7c0.6-0.5,0.9-0.9,0.7-1.9c-0.5-2.5,0.9-4.9,3.4-5.8
c0.9-0.3,1.3-0.8,1.5-1.7c1.8-5.9,6.3-8.7,12-9.9C172.4,478.9,175.1,478.8,177.5,478.6z M141.6,588.9c1.8,5.1,3.5,10.2,5.5,15.1
c2.3,5.7,5.2,11.2,9.2,16c6.1,7.3,14.2,11.6,22.7,15.2c4,1.7,8.3,2.6,12.7,2.1c4-0.5,7.8-1.8,11.5-3.5c9-4.2,17.1-9.5,22.5-18.2
c4.3-7,7.5-14.4,9.8-22.3c0.4-1.4,0.7-2.8,1.1-4.1c4,0.5,5.3-0.6,7.1-4.4c0.3-0.6,0.5-1.3,0.8-1.9c0.5-1.2,0.9-2.5,1.5-3.7
c1.7-3.7,2.3-7.4,1.3-11.5c-1-3.8-2.5-5.3-6.4-5.7c-0.1,0-0.2-0.1-0.3-0.2c0-0.2,0-0.4,0-0.6c0.3-10-0.6-20-2.3-29.9
c-1.4-8.4-4.4-16.2-9.7-23c-3.1-3.9-6.3-7.5-11.6-8.5c-3.4-0.7-6.7-1.2-10.1-0.1c-1.9,0.6-3.9,1-5.9,1.5
c-10.1,2.6-20.2,4.5-30.7,3.1c-4.1-0.6-8.5-0.8-11.5-4.5c-0.2,0.2-0.4,0.3-0.5,0.4c-8.2,6.7-13.9,15-16.5,25.3
c-2.8,11.4-3.8,22.9-3.6,34.6c0,0.6,0,1.2,0,1.9c-2.8-0.1-5,0.8-6.2,3.4c-1.1,2.5-1.8,5.2-1.1,7.8c1.3,4.4,2.8,8.7,4.6,12.8
C136.7,588.9,138.5,589.5,141.6,588.9z">
<animateTransform
attributeType="XML"
attributeName="transform"
type="translate"
from="0,0" to="0,-250"
begin="1s" dur="5"
repeatCount="1"/>
</path>
<path class="first" fill="#FDB515" d="M215.9,583.4c-2-0.3-4.4-0.5-6.7-1c-6.1-1.5-10-5.5-12.5-11.1c-1-2.2-1.8-4.5-2.6-6.8
c-0.9-2.4-2.6-3.8-4.8-3.8c-2.1,0-3.8,1.5-4.7,3.9c-1.1,2.8-2.1,5.7-3.5,8.4c-3.3,6.5-8.8,9.6-15.9,10.2
c-3.6,0.3-7.1,0.2-10.5-0.9c-4.8-1.5-7.9-4.7-8.9-9.7c-0.9-4.6-1.8-9.2-2.7-13.7c-0.1-0.5-0.4-1.3-0.8-1.4
c-2.1-0.7-1.1-2.4-1.2-3.7c0-1.4,1.1-1.4,2.2-1.5c3.6-0.4,7.2-0.7,10.8-1.1c0.7-0.1,1.4-0.3,1.9-0.6c6.9-4.4,13.9-3.3,20.9-0.2
c0.3,0.1,0.6,0.3,0.7,0.5c0.9,2.4,3.1,1.9,4.9,2.1c7,1,14,0.1,20.9-1.2c0.3-0.1,0.6-0.1,0.8-0.3c3-3,7-3.3,10.9-3.8
c4.4-0.6,8.5,0.6,12.1,3.3c0.4,0.3,1,0.4,1.5,0.5c2.4,0.3,4.8,0.6,7.3,0.8c1.2,0.1,1.7,0.7,1.7,1.8c0,1.3,0.6,2.8-1.4,3.4
c-0.4,0.1-0.6,1.1-0.7,1.7c-0.9,4.4-1.8,8.8-2.6,13.1c-1.2,6.2-5.3,9.3-11.2,10.5C220,583.1,218.1,583.2,215.9,583.4z M232,565.1
c-0.5-2.7-0.9-5.3-1.5-7.8c-0.1-0.4-0.5-0.8-0.8-1.2c-0.9,1-0.8-0.2-1.1-0.5c-0.5-0.4-0.9-1-1.5-1.1c-2.5-0.7-5-1.5-7.5-1.7
c-3.7-0.3-7.5-0.8-11,1.1c-0.5,0.3-1.2,0.4-1.7,0.3c-2.3-0.7-4.2,0.4-6,1.5c-3.9,2.2-5.2,5.7-3.6,9.9c0.9,2.6,2.1,5,3.3,7.5
c1.6,3.1,4.1,5.3,7.5,6.5c3.7,1.3,7.6,1.7,11.5,1.5c5.3-0.4,9.3-2.7,10.9-8C231.2,570.4,231.5,567.7,232,565.1z M153,554
c-2.5,0.8-4.6,1.7-5.2,4.7c-0.8,4.1-0.9,8.2,0,12.3c1.1,5.1,4,8.7,9.3,9.6c2.7,0.4,5.6,0.3,8.3,0.1c6.3-0.5,11.2-3.4,13.7-9.4
c0.8-1.8,1.7-3.6,2.3-5.5c1.7-4.5,0.3-8.1-3.9-10.4c-0.7-0.4-1.4-0.7-2.2-1c-5.5-2-11.1-2.1-16.8-1.6c-2,0.2-3.6,1.2-4.7,3
c-0.1,0.2-0.3,0.4-0.7,0.8C153.1,555.7,153,554.9,153,554z">
<animateTransform
attributeType="XML"
attributeName="transform"
type="translate"
from="0,0" to="0,-250"
begin="1s" dur="5"
repeatCount="1"/>
</path>
<path class="first"fill="#FDB515" d="M212.6,599.3c0.8,0.2,1.7,0.3,2.3,0.7c2.7,1.9,2.4,5.6-0.6,7.3c-2.4,1.3-5.1,1.3-7.6,0.8
c-5.5-1.1-11-2.5-16.5-3.8c-0.7-0.2-1.6-0.1-2.3,0.1c-5.9,1.9-11.9,3.5-18.2,3.8c-1.8,0.1-3.7-0.2-5.3-1
c-3.1-1.4-3.3-5.4-0.6-7.3c0.6-0.4,1.5-0.5,2.3-0.5c-1.1,0.6-2.2,1.2-1.8,2.7c0.4,1.4,1.7,1.5,2.9,1.2c1.7-0.5,3.3-1.3,5-1.9
c2.9-1.1,5.8-2.3,8.8-3.1c3.1-0.8,5.9,0.1,8.3,2.3c3.1-2.9,6.8-3.1,10.6-1.8c2.8,0.9,5.4,2.2,8.1,3.4c1.1,0.5,2.2,0.9,3.4,1.2
c1.4,0.4,2.7-0.3,3-1.3c0.3-1.1-0.3-1.8-1.9-2.4C212.5,599.6,212.5,599.4,212.6,599.3z">
<animateTransform
attributeType="XML"
attributeName="transform"
type="translate"
from="0,0" to="0,-250"
begin="1s" dur="5"
repeatCount="1"/>
</path>
<path class="first" fill="#FDB515" d="M198.6,608.6c-4.6,6.1-15.1,6.1-19.7,0C185.5,610,191.9,610,198.6,608.6z">
<animateTransform
attributeType="XML"
attributeName="transform"
type="translate"
from="0,0" to="0,-250"
begin="1s" dur="5"
repeatCount="1"/>
</path>
<path class="first" fill="#FDB515" d="M197.7,596c-0.2,0-0.5,0.1-0.7-0.1c-2.1-1-3.9-0.4-5.8,0.6c-1.4,0.8-3,0.7-4.4-0.2
c-1.5-1-2.9-1.1-4.6-0.5c-2.9,0.9-5.4-0.9-5.2-3.7c0-0.4,0.5-0.8,0.8-1.2c0.3,0.3,0.8,0.6,0.8,1c0.5,2.2,1.4,2.9,3.5,2.2
c1.9-0.7,3.5-0.5,5.1,0.5c1.3,0.8,2.6,0.9,3.9,0.1c1.8-1.1,3.5-1.4,5.7-0.6c2,0.8,2.9,0,3.3-2.1c0.1-0.4,0.6-0.7,0.9-1.1
c0.3,0.4,0.7,0.8,0.7,1.3C201.9,594.4,200.2,595.9,197.7,596z">
<animateTransform
attributeType="XML"
attributeName="transform"
type="translate"
from="0,0" to="0,-250"
begin="1s" dur="5"
repeatCount="1"/>
</path>
<path class="first" fill="#FDB515" d="M210.1,561c-2.4,0.6-4.4,1.7-5.7,3.8c-0.2,0.4-0.8,0.6-1.3,0.9c0-0.6-0.3-1.3,0-1.6
c1.1-1.2,2.2-2.7,3.6-3.4c4.9-2.5,9.8-2.3,14.5,0.6c1.5,0.9,2.6,2.3,3,4.1c0.1,0.4-0.2,0.8-0.4,1.2c-0.4-0.3-0.9-0.4-1-0.8
c-0.9-2.9-3.2-4-5.7-4.8c0.3,1.2,0.9,2.5,0.7,3.7c-0.2,1.2-0.9,2.4-1.8,3.2c-1.5,1.4-4.1,1.1-5.6-0.3
C208.6,566.1,208.5,564,210.1,561z">
<animateTransform
attributeType="XML"
attributeName="transform"
type="translate"
from="0,0" to="0,-250"
begin="1s" dur="5"
repeatCount="1"/>
</path>
<path class="first" fill="#FDB515" d="M166.1,560.9c-3.1,0.9-5.5,2-6.5,5c-0.1,0.3-0.6,0.5-0.9,0.8c-0.2-0.4-0.6-0.9-0.5-1.2
c0.7-1.2,1.3-2.7,2.3-3.6c4.4-3.9,12.6-3.9,17.1,0c0.8,0.7,1.4,1.7,1.9,2.6c0.2,0.3-0.1,0.8-0.2,1.2c-0.4-0.2-1-0.3-1.1-0.6
c-1.1-2.2-3-3.3-5.1-3.9c0.2,1.2,0.8,2.5,0.6,3.6c-0.2,1.1-0.9,2.3-1.8,3.1c-1.6,1.5-4.3,1.2-5.8-0.3
C164.4,565.9,164.3,563.8,166.1,560.9z">
<animateTransform
attributeType="XML"
attributeName="transform"
type="translate"
from="0,0" to="0,-250"
begin="1s" dur="5"
repeatCount="1"/>
</path>
</g>
<g>
<path class="first" fill="#FDB515" d="M207.1,722.8c8.1-25.2,16.1-50,24.2-75.1c1.6,0.5,3,1,4.4,1.5c15.8,5.5,29.5,14.3,40.7,26.8
c9.7,10.9,16.1,23.4,18.1,38c0.4,2.9,0.5,5.8,0.8,8.9c-70.8,0-141.4,0-212.5,0c0.4-3.9,0.6-7.8,1.3-11.6
c4-20.6,15.7-36.2,32.3-48.5c8.9-6.6,18.8-11.1,29.2-14.7c0.3-0.1,0.7-0.1,1.2-0.2c8,24.9,16.1,49.8,24.1,74.6c0.2,0,0.3,0,0.5,0
c1.8-4.9,3.7-9.9,5.5-14.8c2.6-7.1,5.2-14.1,8-21.2c0.5-1.3,0.4-2.2-0.4-3.4c-2.8-4.4-5.2-9.1-6.1-14.3
c-1.3-7.1,1.9-11.2,8.9-11.7c10.1-0.8,13.7,4.8,11.1,14c-1.2,4.3-3.4,8.3-5.1,12.4c-0.3,0.7-0.6,1.7-0.4,2.4
c4.5,12.1,9,24.2,13.5,36.3C206.6,722.1,206.7,722.3,207.1,722.8z">
<animateTransform
id="animation1"
attributeType="XML"
attributeName="transform"
type="translate"
from="0,0" to="0,-250"
begin="1s" dur="5"
repeatCount="1"/>
</path>
</g>
</g>
<path class="first" opacity="0.61" fill="#FDB515" d="M231,260.3c-106.4,0-192.6,36.5-192.6,81.5c0,22.4,21.5,42.8,56.2,57.5l65.7,53.7v-35.4
c21.9,3.7,45.8,5.7,70.8,5.7c106.4,0,192.6-36.5,192.6-81.5S337.4,260.3,231,260.3z">
<animateTransform
attributeType="XML"
attributeName="transform"
type="translate"
from="0,0" to="0,-250"
begin="1s" dur="5"
repeatCount="1"/>
</path>
</g>
</a>
<g id="second">
<g>
<g>
<path fill="#97CA3D" d="M432.3,516c-0.6-1.4-0.5-2.7,0.1-3.8c1.1-1.9,2.3-3.7,3.6-5.4c1.4-1.8,3.1-3.3,4.7-5
c-2.6-0.6-5.2-0.6-7.6,1.3c-0.2-1.9,0.5-3.4,1.4-4.7c1.6-2.4,3.8-4.1,6-5.7c1.9-1.4,3.8-2.9,5.6-4.5c1.3-1.2,2.5-2.8,1.8-4.7
c-0.8-2.1-2.8-2.7-4.8-3.1c-0.5-0.1-0.9-0.1-1.7-0.2c1.7-1.6,3.6-1.8,5.4-1.9c5.3-0.3,10.5,0.6,15.7,1.6c0.7,0.1,1.5,0.1,2.1-0.1
c11.4-3.8,23.1-5.9,35.1-5.6c10.3,0.3,20.1,2.4,28.8,8.4c2.2,1.5,4.2,3.3,6.1,5.2c-2.1-0.5-4.3-0.9-6.4-1.4
c-0.1,0.1-0.2,0.3-0.3,0.4c0.3,0.6,0.5,1.3,0.9,1.9c2,2.5,4.1,4.9,6.2,7.4c2.2,2.6,4.5,5,6.5,7.6c1.5,1.9,2.5,4,2.5,6.8
c-0.9-0.7-1.7-1.4-2.4-1.9c-1-0.7-1.9-1.4-3-1.8c-0.6-0.3-1.7-0.4-2.2,0c-0.5,0.4-0.6,1.4-0.5,2.1c0.3,2.1,0.8,4.1,1.3,6.1
c1.5,6.4,2.8,12.9,2.6,19.5c-0.1,5.1-0.9,10.2-1.3,15.3c0,0.5,0,1.1,0.3,1.4c3.2,3,3.8,6.9,3.8,11c0,2.8-0.9,5.5-2.1,8
c-0.6,1.2-0.9,2.5-1.4,3.8c-1.3,3.1-3.1,5.6-6.4,6.8c-0.4,0.1-0.7,0.8-0.8,1.3c-2.4,8.3-6.3,15.8-11.9,22.4
c-6.5,7.5-14.4,12.8-24.3,14.8c-11.5,2.3-21.9-0.5-31.2-7.4c-10.1-7.5-16.2-17.7-19.7-29.5c-0.3-0.9-0.6-1.5-1.7-1.8
c-2.5-0.8-4.2-2.6-5.1-4.9c-1.7-4.2-4-8.2-4.3-12.8c-0.2-4.1,0.2-8.3,3.5-11.2c1.8-1.6,2-3,1.9-5.2c-0.3-7.1-0.2-14.3-0.3-21.4
c0-2.9,0-5.8-0.4-8.6c-0.3-2.3-1.6-2.9-3.7-1.9C434,515,433.3,515.5,432.3,516z M447.6,576.5c0.1,0.2,0.1,0.3,0.2,0.4
c0.3,0.9,0.5,1.8,0.8,2.8c3.1,11.1,8.5,20.9,17.8,28.1c8.9,7,19,9.6,30.2,6.9c9.1-2.2,16.1-7.6,21.8-14.8
c5.2-6.6,8.4-14.1,10.4-22.3c0.2-0.9,0.5-1.2,1.4-1c1.6,0.3,2.9-0.4,3.7-1.7c0.7-1.1,1.3-2.4,1.8-3.6c0.5-1.2,0.9-2.4,1.5-3.6
c1-2.3,1.7-4.8,1.4-7.3c-0.1-1.3-0.5-2.6-0.8-3.9c-0.1,0-0.2,0-0.4,0.1c-0.8,3.2-1.6,6.4-2.5,9.5c-0.1,0.4-0.2,0.8-0.5,1
c-1,0.6-2,1.1-3.1,1.7c0.3-4.1,0.6-8,0.8-11.9c0.4-7,0.4-13.9-0.4-20.9c-0.5-4.4-2.9-7.1-7.2-8.1c-1.3-0.3-2.5-0.6-3.8-0.8
c-4.9-0.7-9.9-1.2-14.8-2.1c-6.9-1.3-13.1-4.2-17.9-9.5c-0.1-0.1-0.2-0.1-0.4-0.1c2.7,4.4,6,8.1,9.8,11.3
c3.8,3.2,8.1,5.6,12.8,7.5c-15.5-3.2-29.8-8.9-40.4-21.6c0.5,1.5,1.2,3,1.8,4.5c2.8,6,6.3,11.6,10.5,16.7
c-10.5-6.3-18.5-14.8-22.8-26.5c1,5.6,2.1,11.2,4.8,16.4c-5-4.1-8.2-9.4-10-15.9c-0.5,1.1-1.1,1.8-1.2,2.5
c-1.3,6.3-1.8,12.7-0.9,19.1c0.1,0.8-0.1,1.4-0.5,2c-2.2,2.9-4.1,6-4.4,9.7c-0.4,5-0.6,10.1-0.9,15.1c-0.2,4.2-0.5,8.4-0.8,12.8
c-1-0.2-1.9-0.3-2.6-0.7c-0.5-0.3-1.1-0.9-1.2-1.4c-0.4-2.1-0.6-4.2-0.9-6.3c-0.2-1.8-0.5-3.5-0.8-5.7c-0.5,0.8-0.8,1.3-1,1.8
c-0.9,2.4-1.3,5-0.6,7.4c0.9,3.2,2.1,6.2,3.4,9.3C442.9,576.2,444.2,576.8,447.6,576.5z">
<animate id="animation2" attributeName="fill" from="#97CA3D" to="#FDB515" begin="animation1.end" dur="3s" fill="freeze" />
</path>
<path fill="#97CA3D" d="M488.3,602.1c-7.5-0.1-13.2-3.3-17-9.8c-1.4-2.5-0.9-3.5,1.9-3.7c5.2-0.5,10.4-1,15.6-1.2
c4.3-0.1,8.6,0.3,12.9,0.6c0.8,0,1.7,0.1,2.5,0.1c1.7,0.1,2.4,1.2,1.7,2.9c-1.7,3.7-4.3,6.6-7.9,8.7
C495,601.4,491.8,602.1,488.3,602.1z M475.2,591.9c3.8,5,8.7,7,14.7,6.6c5-0.4,8.8-2.7,11.6-6.9
C492.7,590.5,484.1,591,475.2,591.9z">
<animate id="animation2" attributeName="fill" from="#97CA3D" to="#FDB515" begin="animation1.end" dur="3s"fill="freeze" />
</path>
<path fill="#97CA3D" d="M512.1,551.1c1.3,2.4,1.1,4.4-0.5,5.7c-1.5,1.2-3.6,1.2-5-0.1c-1.6-1.4-1.7-3.3-0.4-5.7
c-2.1,0.6-3.7,1.5-4.8,3.2c-0.2,0.4-0.8,0.6-1.2,0.8c0-0.5-0.3-1.3,0-1.6c1.1-1.2,2.2-2.5,3.5-3.1c4.1-1.9,8.2-1.8,12,0.8
c1.1,0.8,1.9,2.2,2.7,3.4c0.2,0.3-0.2,0.9-0.3,1.3c-0.4-0.3-0.9-0.5-1-0.8C516.2,552.9,514.7,551.6,512.1,551.1z">
<animate id="animation2" attributeName="fill" from="#97CA3D" to="#FDB515" begin="animation1.end" dur="3s" fill="freeze" />
</path>
<path fill="#97CA3D" d="M468.2,550.9c-2.4,0.7-4.3,1.6-5.2,4c-0.2,0.4-0.6,0.6-1,1c-0.1-0.5-0.5-1.1-0.4-1.4c0.6-1.1,1.2-2.2,2-3
c3.6-3.2,10.8-3.2,14.4-0.1c0.8,0.7,1.4,1.6,1.9,2.4c0.2,0.3-0.1,0.8-0.2,1.2c-0.4-0.2-0.9-0.3-1.1-0.6c-1-1.8-2.5-2.7-4.4-3.3
c1.1,2.8,0.9,4.5-0.8,5.8c-1.4,1.1-3.5,1-4.8-0.1C467.1,555.4,466.9,553.5,468.2,550.9z">
<animate id="animation2" attributeName="fill" from="#97CA3D" to="#FDB515" begin="animation1.end" dur="3s" fill="freeze" />
</path>
<path fill="#97CA3D" d="M457.3,546.8c-0.5-1.7,0.2-3,1.4-4.1c2.6-2.3,5.6-3.4,9.1-3.4c3.1,0,6.1,0.6,8.9,1.8
c0.6,0.2,1.2,0.6,1.7,1c1,0.8,0.8,2.4-0.5,2.6c-1,0.2-2.1,0.1-3.1-0.1c-2.2-0.5-4.4-1.4-6.6-1.7c-2.8-0.4-5.6,0.3-8,1.7
C459,545,458.3,546,457.3,546.8z">
<animate id="animation2" attributeName="fill" from="#97CA3D" to="#FDB515" begin="animation1.end" dur="3s" fill="freeze" />
</path>
<path fill="#97CA3D" d="M523,547.2c-3.5-4.2-9.4-5.5-14.9-3.7c-1,0.3-2,0.9-3,1.2c-0.7,0.2-1.5,0.3-2.1,0.2
c-0.6-0.2-1.3-0.7-1.5-1.3c-0.3-0.8,0.2-1.6,1-1.9c1.7-0.7,3.4-1.4,5.1-1.8c4.3-1,8.5-0.8,12.3,1.6c1.5,0.9,2.8,2,3.1,3.8
C523,545.7,523,546.3,523,547.2z">
<animate id="animation2" attributeName="fill" from="#97CA3D" to="#FDB515" begin="animation1.end" dur="3s" fill="freeze" />
</path>
<path fill="#97CA3D" d="M487,579.7c-2.3,0.2-4.3-1.2-6.2-2.7c-0.7-0.5-0.8-1.4-0.2-2.1c0.6-0.7,1.3-0.6,2.1-0.2
c1.3,0.7,2.6,1.6,4.1,1.9c2.4,0.4,4.3-0.8,5.7-2.7c1.3-1.7,1.3-3.5,0.2-5.4c-0.5-0.9-0.6-1.7,0.4-2.3c1-0.6,1.7-0.1,2.3,0.8
c2.1,3.4,1.2,7.8-2.3,10.6C491.4,579,489.5,579.8,487,579.7z">
<animate id="animation2" attributeName="fill" from="#97CA3D" to="#FDB515" begin="animation1.end" dur="3s" fill="freeze" />
</path>
</g>
<g>
<path fill="#97CA3D" d="M387.8,722.1c0.3-9.4,0.4-18.6,1.1-27.8c0.6-7.8,1.7-15.5,3.2-23.2c3.2-16.4,13.7-26.5,30.8-31
c7.6-2,15-4.5,22.3-7c3.5-1.2,6.6-3.1,10.2-4.9c-0.7,23.7,5,45.8,19.6,66.1c1.5-11.3,3-21.9,4.6-33.3c5.8,4.5,11,4.7,16.8,0.2
c2,10.8,3.8,21,5.8,31.7c7.2-9.8,11.7-20.1,14.8-31.1c3.2-11,4.2-22.2,3.9-34c10.7,6.9,22.6,9.6,34.3,12.8
c16.4,4.5,25.8,14.9,29.1,30.4c3.6,16.8,3.9,33.8,3.9,51C521.5,722.1,455,722.1,387.8,722.1z">
<animate id="animation2" attributeName="fill" from="#97CA3D" to="#FDB515" begin="animation1.end" dur="3s" fill="freeze" />
</path>
<path fill="#97CA3D" d="M488.2,628c3.6,0.9,7.2,1.7,10.7,2.9c3.6,1.2,4.6,3.4,3.4,6.8c-2.1,6.1-6.3,11.1-11.4,15.3
c-2.3,1.9-5.3,1.7-7.5-0.4c-4.1-3.9-7.5-8.3-9.4-13.6c-1.6-4.5-0.5-6.7,4.2-8.5c1.6-0.6,3.2-1.1,4.8-1.4c1.7-0.3,3.4-0.4,5-0.6
C488.1,628.3,488.2,628.2,488.2,628z">
<animate id="animation2" attributeName="fill" from="#97CA3D" to="#FDB515" begin="animation1.end" dur="3s" fill="freeze" />
</path>
</g>
</g>
<g opacity="0.61">
<path fill="#97CA3D" d="M573.4,437.6l-129.2,2.1c-15.9,0.3-30.8-4.7-39-12.9L338.7,360c-8.2-8.2-8.5-18.6-0.7-27.1l62.7-68.9
c7.7-8.5,22.3-13.9,38.3-14.1l129.2-2.1c15.9-0.3,30.8,4.7,39,12.9l66.5,66.8c8.2,8.2,8.5,18.6,0.7,27.1l-62.7,68.9
C603.9,432,589.3,437.4,573.4,437.6z">
<animate id="animation2" attributeName="fill" from="#97CA3D" to="#FDB515" begin="animation1.end" dur="3s" fill="freeze" />
</path>
<polygon fill="#97CA3D" points="522.5,405.6 594.1,407.2 520,472.2 ">
<animate id="animation2" attributeName="fill" from="#97CA3D" to="#FDB515" begin="animation1.end" dur="3s" fill="freeze" />
</polygon>
</g>
</g>
<g id="third">
<g>
<g>
<path fill="#019AC9" d="M742.2,623.2c-7.1-0.2-14-0.2-20.7,2.1c-16.5,5.6-28.4,20.7-29,38.1c-0.5,15.2-0.3,30.4-0.2,45.6
c0.1,8.5,6.4,14.2,14.9,14.2c47.1,0,94.3,0,141.4,0c9.4,0,15.4-5.9,15.4-15.3c0-13.7,0-27.3,0-41c0-6.3-1-12.5-3.7-18.3
c-7-14.9-18.8-23.5-35.2-25.4c-3.7-0.4-7.4-0.1-11.2-0.1c-0.8,21.3-17.2,35.4-35.5,35.6C759.7,659.1,742.7,644.2,742.2,623.2z">
<animate id="animation3" attributeName="fill" from="#019AC9" to="#FDB515" begin="animation2.end" dur="3s" fill="freeze" />
</path>
<path fill="#019AC9" d="M742.2,623.2c0.5,21,17.5,35.9,36.4,35.7c18.2-0.2,34.7-14.3,35.5-35.6c3.7,0,7.5-0.4,11.2,0.1
c16.4,2,28.2,10.5,35.2,25.4c2.7,5.8,3.7,11.9,3.7,18.3c0,13.7,0,27.3,0,41c0,9.3-6,15.3-15.4,15.3c-47.1,0-94.3,0-141.4,0
c-8.5,0-14.8-5.8-14.9-14.2c-0.1-15.2-0.3-30.4,0.2-45.6c0.6-17.4,12.4-32.5,29-38.1C728.2,623,735.1,623,742.2,623.2z">
<animate id="animation3" attributeName="fill" from="#019AC9" to="#FDB515" begin="animation2.end" dur="3s" fill="freeze" />
</path>
</g>
<g>
<path fill="#019AC9" d="M751.1,614.4c0.9,1.8,1.9,3.5,2.9,5.5c-2.3-0.7-4.5-1.2-6.7-1.9c-6.8-2.3-12.8-5.9-17.6-11.3
c-4.4-5-6.9-10.8-7.9-17.4c-1.2-7.9-2-15.8-1.8-23.8c0.2-11.1,1.9-21.9,4.7-32.6c2.2-8.8,5.3-17.4,9.6-25.4
c7.8-14.5,19.8-23.4,36.1-26.3c7.7-1.4,15.5-1.2,23.2,0.7c2.6,0.6,4.6,1.8,5.4,4.5c1.9-0.1,3.7-0.4,5.4-0.4
c5.3,0.1,9.6,2.7,13.5,6c5.7,4.9,9.1,11.4,11.7,18.3c3.7,9.6,6.3,19.6,7.5,29.8c1,8.9,1,17.8,0.7,26.7
c-0.2,5.5-0.3,10.9-0.4,16.4c-0.1,5-0.8,9.9-2.4,14.6c-2.4,7.2-6.9,12.7-13.3,16.7c-5.8,3.6-12,6-18.6,7.3c-0.2,0-0.3,0-0.8,0
c0.6-0.5,1.2-0.9,1.6-1.4c0.8-0.8,1.6-1.6,2.2-2.5c1.2-1.8,1-2.7-0.9-3.9c-17.4,15.6-40,12.7-53.8,0.2
C751.3,614.2,751.2,614.3,751.1,614.4z M798.7,509.7c-7.9,17.6-20.6,30.3-38.5,37.5c2.2,1,4.3,1.9,6.3,3c0.4,0.2,0.9,1.2,0.7,1.5
c-0.5,0.7-1,0.2-1.6-0.2c-4-2.4-8.1-3.8-12.4-0.6c-0.8,0.6-1.6,1-2.4,1.5c-4.5,2.9-7.8,6.6-9.2,12c-1.2-2.4-2.4-4.7-3.6-7.2
c-0.1,0.2-0.1,0.2-0.1,0.3c-0.8,10.2,0,20.2,2.6,30.1c2.7,10.4,7.8,19,16.5,25.5c8.3,6.1,17.5,8.5,27.6,6.7
c9.5-1.7,16.8-7.1,22.9-14.3c5.2-6.2,7.2-13.8,8-21.7c0.5-4.9,0.6-9.8,0.7-14.7c0.3-9.2,0.6-18.5-0.9-27.6
c-1.3-7.8-3.1-15.5-6.7-22.7C806.4,514.5,803.1,511.6,798.7,509.7z">
<animate id="animation3" attributeName="fill" from="#019AC9" to="#FDB515" begin="animation2.end" dur="3s" fill="freeze" />
</path>
<path fill="#019AC9" d="M778.6,605c-7.6-0.1-13.2-3-17.1-9c-0.3-0.5-0.6-1-0.9-1.6c-0.7-1.6-0.1-2.7,1.7-2.9
c5.5-0.4,11.1-1,16.6-1.2c3.6-0.1,7.2,0.3,10.8,0.5c1.2,0.1,2.3,0.1,3.5,0.2c2.6,0.1,3.3,1.2,2.1,3.4
C791.7,601.4,786,605,778.6,605z M765.1,594.9c2.9,4.6,8.7,7.4,15.9,6.4c4.4-0.7,7.8-3,10.3-6.7
C782.5,593.5,773.9,593.9,765.1,594.9z">
<animate id="animation3" attributeName="fill" from="#019AC9" to="#FDB515" begin="animation2.end" dur="3s" fill="freeze" />
</path>
<path fill="#019AC9" d="M745.1,558.1c5.6-2.5,11-4.6,17-3.1c2.3,0.6,4.4,1.8,5.7,3.9c0.3,0.5,0.8,1.2-0.1,1.7
c-0.7,0.4-1-0.2-1.3-0.8c-0.9-1.6-2.3-2.5-3.9-2.9c0.2,1.1,0.6,2.2,0.4,3.2c-0.2,0.9-1,1.9-1.7,2.6c-1.3,1-3.4,0.8-4.6-0.3
c-1.5-1.3-1.7-3-0.5-5.6c-2.4,0.6-4.3,1.6-5.1,4.1c-0.3,0.8-0.8,1-1.5,0.5C748,560.3,746.6,559.3,745.1,558.1z">
<animate id="animation3" attributeName="fill" from="#019AC9" to="#FDB515" begin="animation2.end" dur="3s" fill="freeze" />
</path>
<path fill="#019AC9" d="M812,558.1c-1.6,1.1-2.9,2.2-4.3,3.1c-0.7,0.5-1.2,0.2-1.5-0.6c-0.7-2.3-2.5-3.3-4.5-3.8
c0.2,1.1,0.6,2.1,0.4,3.1c-0.2,1-0.9,2-1.6,2.6c-1.3,1.1-3.4,0.9-4.7-0.3c-1.5-1.4-1.7-3-0.6-5.3c-1.5-0.1-3.5,1.1-4.4,2.8
c-0.3,0.6-0.6,1.3-1.4,0.8c-0.3-0.2-0.3-1.2,0-1.6c1.2-2.1,3.2-3.3,5.4-3.9C800.9,553.5,806.4,555.6,812,558.1z">
<animate id="animation3" attributeName="fill" from="#019AC9" to="#FDB515" begin="animation2.end" dur="3s" fill="freeze" />
</path>
<path fill="#019AC9" d="M799.6,547.3c4.7,0.2,8.4,0.7,11.6,3.2c1.4,1.1,2.6,2.3,2.9,4.1c0.1,0.6,0.2,1.4-0.7,1.5
c-0.9,0.1-0.9-0.6-1.1-1.2c-0.2-0.8-0.7-1.7-1.2-2.3c-2.5-2.5-5.7-3.3-9-3.6c-4.2-0.3-8.2,0.3-11.8,2.8c-0.2,0.2-0.8,0-1.1,0
c0.1-0.4,0-1.1,0.2-1.2c1.7-0.9,3.4-2,5.2-2.5C796.4,547.6,798.4,547.5,799.6,547.3z">
<animate id="animation3" attributeName="fill" from="#019AC9" to="#FDB515" begin="animation2.end" dur="3s" fill="freeze" />
</path>
<path fill="#019AC9" d="M777.1,573.2c0.4,0,1.2,0.1,1.9,0.3c1.3,0.3,2.2,1,2.5,2.5c0.4,2.3,0.4,4.5-1.3,6.3
c-0.3,0.3-1.3,0.5-1.6,0.3c-0.7-0.5,0-1,0.4-1.4c0.9-1,1.4-3.8,0.7-5c-0.2-0.4-0.7-0.7-1.1-0.8c-0.9-0.2-1.8-0.1-2.7-0.3
c-0.5-0.1-0.9-0.6-1.4-0.8c0.4-0.3,0.8-0.7,1.3-0.9C776.1,573.1,776.4,573.2,777.1,573.2z">
<animate id="animation3" attributeName="fill" from="#019AC9" to="#FDB515" begin="animation2.end" dur="3s" fill="freeze" />
</path>
</g>
</g>
<path opacity="0.61" fill="#019AC9" d="M943.9,297.7l-44.8-7.7c-13.7-2.4-25.2-8.6-31.2-17l-19.7-27.4
c-15.7-21.9-62.2-24.4-81.3-4.4l-23.8,25c-7.3,7.7-19.7,12.6-33.6,13.5l-45.6,2.8c-36.5,2.3-53.1,30.1-29.1,48.7l30.1,23.2
c9.2,7.1,13.1,16.4,10.4,25.4l-8.5,29.1c-6.8,23.3,29.4,43,63.3,34.5l42.4-10.7c13-3.3,27.7-2.5,40.1,2.2l2.7,1l18.8,48.9
l25.7-32.6c30.7,7.8,64.2-7.3,61.3-29.5l-3.9-29.8c-1.2-9.1,4.1-18,14.3-24l33.5-19.8C991.9,333.2,979.8,303.9,943.9,297.7z">
<animate id="animation3" attributeName="fill" from="#019AC9" to="#FDB515" begin="animation2.end" dur="3s" fill="freeze" />
</path>
</g>
<g id="fourth">
<g>
<g>
<path fill="#DF1D43" d="M1091.1,609.2c0.5,3.2,0.9,6.5,1.6,9.7c1.3,5.9,4.9,10.1,10.4,12.6c7.1,3.2,14.1,6.6,21.1,10
c10.4,4.9,20.7,10.2,31.3,14.7c10,4.3,15.5,11.8,17.9,21.9c1.1,4.4,1.6,9,1.7,13.5c0.2,9.5,0.1,19,0.1,28.5c0,0.7,0,1.4,0,2.3
c-73.8,0-147.5,0-221.2,0c0-0.7-0.1-1.4-0.1-2c0-10-0.1-20.1,0-30.1c0.1-7.5,1.6-14.8,5.3-21.5c2.9-5.5,7.2-9.5,12.9-12.1
c17.6-8,35-16.3,52.7-24.1c7.5-3.3,11.2-9,12.4-16.8c0.3-2.2,0.5-4.4,0.8-6.7C1069.5,621.2,1073.6,615.4,1091.1,609.2z">
<animate id="animation4" attributeName="fill" from="#DF1D43" to="#FDB515" begin="animation3.end" dur="3s" fill="freeze" />
</path>
</g>
<g>
<path fill="#DF1D43" d="M1064.7,478.1c21.9,0.3,41,14.6,46.6,35.6c1.4,5.1,2,10.5,2.7,15.7c0.5,4.5,0.5,9.1,0.8,13.7
c0,0.3,0.2,0.9,0.5,1c3.5,1.9,4.9,5.1,5.5,8.7c0.7,3.9,0.1,7.6-1.4,11.2c-0.6,1.4-1.1,2.9-1.7,4.3c-1.4,3.5-3.2,6.5-7.1,7.7
c-0.3,0.1-0.6,0.7-0.7,1c-2.9,9.5-7.3,18.3-13.4,26.2c-6.9,8.9-15.9,14.3-27,15.5c-14.4,1.7-26.5-3.2-35.9-14.3
c-6.8-8-11.3-17.3-14.3-27.4c-0.2-0.7-0.5-1.1-1.3-1.3c-2.6-0.8-4.5-2.6-5.6-5c-1.7-4.1-3.9-8-4.5-12.5c-0.5-4,0-7.9,2.4-11.3
c0.8-1.1,1.9-2,3.1-2.7c0.8-0.5,1-0.9,1-1.8c0-10,0.7-19.9,3.6-29.4c5.5-18.3,18-29.5,36.6-33.8
C1058,478.6,1061.4,478.5,1064.7,478.1z M1098.2,522.6c2.1-6.1,1.9-12.1-0.6-17.9c-1.7-3.8-4.5-6.2-8.7-7.2
c-2.9-0.7-5.7-0.5-8.6-0.1c-4.7,0.6-9.3,1.3-14,1.6c-5.6,0.4-11-1-16.5-2.1c-6.3-1.2-12.1,0.1-16.5,5c-4.2,4.6-5.1,10.3-4,16.3
c0.4,2.4,1.5,4.6,2.2,6.8c-1.3,0.7-2.9,1.4-4.3,2.4c-3.2,2.3-4.9,5.6-6.2,9.2c-1.3,3.5-2.1,7.2-2.1,11c-2.5,0-4.5,0.7-5.5,3.1
c-0.9,2.1-1.3,4.3-1.1,6.5c0.5,4.4,2.6,8.2,4.3,12.1c1.1,2.4,2.6,2.9,5.3,2.4c0.1,0,0.2,0,0.4,0.1c0.1,0.2,0.1,0.3,0.2,0.5
c2.3,9.6,6.3,18.4,12,26.4c7,10,16.5,15.6,28.8,16.1c10.1,0.4,18.9-3,26.1-10c7.9-7.8,12.6-17.5,16-28c0.5-1.7,1-3.4,1.4-5
c3.6,0.2,4.8-0.6,6.2-3.8c0.3-0.6,0.5-1.2,0.7-1.8c0.5-1.2,0.8-2.4,1.4-3.5c1.7-3.6,2-7.2,0.9-11c-0.8-2.5-2.5-3.9-5.1-4.1
c-0.2,0-0.4-0.1-0.7-0.1c0.3-4.1-0.2-8-1.3-11.8C1107.3,529.8,1104.5,524.8,1098.2,522.6z">
<animate id="animation4" attributeName="fill" from="#DF1D43" to="#FDB515" begin="animation3.end" dur="3s" fill="freeze" />
</path>
<path fill="#DF1D43" d="M1083.1,587.9c-0.3,0.2-0.6,0.5-1,0.7c-2.9,1.1-5.8,1.5-8.9,1c-1.3-0.2-2.8,0-4.1,0.3
c-3,0.9-5.8,0.8-8.8-0.1c-1.5-0.5-3.2-0.5-4.8-0.3c-2.4,0.2-7.7-0.8-9.4-2.2c0.5-0.1,0.9-0.1,1.2-0.2c1-0.1,2.1,0,3.1-0.3
c1.7-0.5,3.3-1.1,4.8-1.8c1.8-0.7,3.7-0.9,5.5-0.2c2.5,0.9,5,0.9,7.5,0c1.9-0.7,3.9-0.6,5.8,0.3c0.1,0.1,0.2,0.1,0.4,0.1
c2.8,1,5.3,2.8,8.5,2.1C1083,587.5,1083,587.7,1083.1,587.9z">
<animate id="animation4" attributeName="fill" from="#DF1D43" to="#FDB515" begin="animation3.end" dur="3s" fill="freeze" />
</path>
<path fill="#DF1D43" d="M1049.9,545.6c1.3,2.5,1,4.6-0.8,5.9c-1.5,1.1-3.7,1.1-5.1-0.2c-1.7-1.5-1.8-3.5-0.3-6.1
c-2.5,0.7-4.7,1.7-5.6,4.3c-0.1,0.3-0.7,0.5-1,0.8c-0.1-0.4-0.5-0.9-0.4-1.2c0.3-1.7,1.4-2.8,2.8-3.7c4.1-2.8,10.6-2.7,14.4,0.4
c0.8,0.6,1.4,1.6,1.9,2.4c0.2,0.3-0.1,0.9-0.2,1.3c-0.4-0.2-1-0.3-1.2-0.6C1053.3,547,1052,546,1049.9,545.6z">
<animate id="animation4" attributeName="fill" from="#DF1D43" to="#FDB515" begin="animation3.end" dur="3s" fill="freeze" />
</path>
<path fill="#DF1D43" d="M1089.2,545.4c1.3,2.9,1,4.8-0.8,6.1c-1.6,1.1-3.8,1-5.2-0.3c-1.5-1.5-1.7-3.4-0.3-5.6
c-1.8,0.1-3.9,1.4-4.9,3.2c-0.3,0.5-0.6,1.2-1.3,0.7c-0.3-0.2-0.3-1.2-0.1-1.5c1-1.1,2-2.5,3.3-3.1c4.3-2.2,8.6-2,12.7,0.4
c1.4,0.8,2.5,2,2.9,3.7c0.1,0.4-0.2,0.9-0.3,1.4c-0.4-0.3-0.9-0.5-1.1-0.9C1093.4,547.2,1091.6,546.1,1089.2,545.4z">
<animate id="animation4" attributeName="fill" from="#DF1D43" to="#FDB515" begin="animation3.end" dur="3s" fill="freeze" />
</path>
<path fill="#DF1D43" d="M1100.1,541.1c-2.6-3.8-6.7-4.4-10.8-4.2c-2.3,0.1-4.5,1.1-6.8,1.7c-1,0.3-2,1-3.1,0.4
c-0.6-0.3-1.2-0.8-1.4-1.3c-0.3-0.8,0.2-1.6,1-1.9c1.8-0.7,3.7-1.5,5.6-1.9c4.4-1.1,8.7-0.8,12.6,1.7c1.2,0.8,2.2,2,3,3.2
c0.4,0.6,0.2,1.6,0.3,2.4C1100.3,541.1,1100.2,541.1,1100.1,541.1z">
<animate id="animation4" attributeName="fill" from="#DF1D43" to="#FDB515" begin="animation3.end" dur="3s" fill="freeze" />
</path>
<path fill="#DF1D43" d="M1032.3,541.1c-0.4-1.6,0-2.9,1.2-4c2.7-2.6,6-3.8,9.7-3.8c3,0,6,0.6,8.8,1.7c0.7,0.3,1.4,0.6,2,1.1
c1.1,0.9,0.9,2.5-0.5,2.8c-1,0.2-2,0.1-3-0.1c-2.3-0.5-4.6-1.5-6.9-1.8c-3-0.4-5.9,0.3-8.5,1.7
C1034.1,539.2,1033.3,540.2,1032.3,541.1z">
<animate id="animation4" attributeName="fill" from="#DF1D43" to="#FDB515" begin="animation3.end" dur="3s" fill="freeze" />
</path>
<path fill="#DF1D43" d="M1052.4,568.3c0.1,0.5,0.2,1,0.3,1.4c0.3,1.6,1.6,2.6,3.1,2.6c0.8,0,1.5,0,1.5-1.2c0-0.8,0.6-0.9,1.3-0.5
c0.2,0.2,0.4,0.4,0.6,0.7c2.1,2.5,5.6,3.5,8.5,2.2c1.2-0.5,2-1.7,3-2.5c0.3-0.3,0.6-0.5,1-0.7c0.3,0.4,0.7,0.7,0.7,1.1
c0,0.8,0.4,0.9,1,0.9c1.7,0.1,3-1,3.4-2.9c0.1-0.4,0.4-0.8,0.7-1.2c0.3,0.4,0.7,0.7,0.9,1.1c0.7,2.1-1.1,4.7-3.8,4.9
c-2.1,0.1-4,0.8-6,1.4c-3.3,1-6.6,0.9-9.6-1.4c-0.3-0.2-0.8-0.1-1.2,0c-3,0.9-6.1-0.8-6.7-3.5
C1050.7,569.5,1051.2,568.6,1052.4,568.3z">
<animate id="animation4" attributeName="fill" from="#DF1D43" to="#FDB515" begin="animation3.end" dur="3s" fill="freeze" />
</path>
<path fill="#DF1D43" d="M1056.8,599.1c5,0.9,9.8,0.9,14.7,0.1C1068.8,602.7,1061.1,603.8,1056.8,599.1z">
<animate id="animation4" attributeName="fill" from="#DF1D43" to="#FDB515" begin="animation3.end" dur="3s" fill="freeze" />
</path>
<path fill="#DF1D43" d="M1085.5,591c0.7-4.9,0.3-4.5-1.7-7c0.9,0.1,3,1.5,3,2.3C1087,588.1,1086.4,589.6,1085.5,591z">
<animate id="animation4" attributeName="fill" from="#DF1D43" to="#FDB515" begin="animation3.end" dur="3s" fill="freeze" />
</path>
<path fill="#DF1D43" d="M1045.9,583.4c-2.6,1.8-2.6,4.3-1.7,7c-0.2,0-0.4,0-0.6,0c-0.4-1.4-0.8-2.8-1-4.3c-0.1-0.5,0.5-1.1,1-1.5
c0.6-0.6,1.4-1,2.1-1.5C1045.7,583.2,1045.8,583.3,1045.9,583.4z">
<animate id="animation4" attributeName="fill" from="#DF1D43" to="#FDB515" begin="animation3.end" dur="3s" fill="freeze" />
</path>
</g>
</g>
<path opacity="0.61" fill="#DF1D43" d="M1223.4,264.5H942.8c-18.5,0-33.4,15-33.4,33.4v110.4c0,18.5,15,33.4,33.4,33.4h186.9v58.4
l71.4-58.4h22.3c18.5,0,33.4-15,33.4-33.4V297.9C1256.8,279.5,1241.9,264.5,1223.4,264.5z">
<animate id="animation4" attributeName="fill" from="#DF1D43" to="#FDB515" begin="animation3.end" dur="3s" fill="freeze" />
</path>
</g>
<a xlink:href="http://www.brainyquote.com/quotes/keywords/be_original.html" class="firstl">
<g id="text">
<g>
<path fill="#FFFFFF" d="M422.4,77.1h25.1c6.2,0,10.5,1.5,13.4,4.4c2,2,3.1,4.6,3.1,7.9v0.1c0,5.7-3.2,9-7.6,10.9
c6,2,9.7,5.3,9.7,12v0.1c0,8.4-6.9,13.5-18.6,13.5h-25.3V77.1z M444.2,96.6c4.1,0,6.4-1.4,6.4-4.3v-0.1c0-2.7-2.1-4.2-6.2-4.2
h-8.8v8.6H444.2z M446.2,115.2c4.1,0,6.5-1.6,6.5-4.5v-0.1c0-2.7-2.1-4.4-6.7-4.4h-10.4v9H446.2z">
<animate id="animation5" attributeName="fill" from="#FFFFFF" to="#000000" begin="animation4.end" dur="3s" fill="freeze" />
</path>
<path fill="#FFFFFF" d="M472.5,77.1h39.4v11.6h-26v7.4h23.5v10.7h-23.5v7.8h26.3v11.6h-39.8V77.1z">
<animate id="animation5" attributeName="fill" from="#FFFFFF" to="#000000" begin="animation4.end" dur="3s" fill="freeze" />
</path>
<path fill="#FFFFFF" d="M536.9,101.7v-0.1c0-14.1,11.3-25.5,26.5-25.5s26.3,11.3,26.3,25.3v0.1c0,14.1-11.3,25.5-26.5,25.5
S536.9,115.8,536.9,101.7z M575.8,101.7v-0.1c0-7.1-5.1-13.2-12.6-13.2c-7.4,0-12.4,6-12.4,13.1v0.1c0,7.1,5.1,13.2,12.5,13.2
C570.8,114.8,575.8,108.8,575.8,101.7z">
<animate id="animation5" attributeName="fill" from="#FFFFFF" to="#000000" begin="animation4.end" dur="3s" fill="freeze" />
</path>
<path fill="#FFFFFF" d="M596.7,77.1h23.2c7.5,0,12.7,2,16,5.3c2.9,2.8,4.3,6.6,4.3,11.4V94c0,7.5-4,12.5-10.1,15.1l11.7,17.1
h-15.7l-9.9-14.8h-0.1h-5.8v14.8h-13.6V77.1z M619.3,100.6c4.6,0,7.3-2.2,7.3-5.8v-0.1c0-3.9-2.8-5.8-7.4-5.8h-8.9v11.8H619.3z">
<animate id="animation5" attributeName="fill" from="#FFFFFF" to="#000000" begin="animation4.end" dur="3s" fill="freeze" />
</path>
<path fill="#FFFFFF" d="M647.3,77.1H661v49h-13.7V77.1z">
<animate id="animation5" attributeName="fill" from="#FFFFFF" to="#000000" begin="animation4.end" dur="3s" fill="freeze" />
</path>
<path fill="#FFFFFF" d="M668.3,101.7v-0.1c0-14.3,11.2-25.5,26.4-25.5c8.6,0,14.7,2.7,19.9,7.1l-8,9.6c-3.5-2.9-7-4.6-11.8-4.6
c-7.1,0-12.5,6-12.5,13.4v0.1c0,7.9,5.5,13.6,13.3,13.6c3.3,0,5.8-0.7,7.8-2v-6h-9.7v-9.9h22.5v22.1c-5.2,4.3-12.4,7.6-21.3,7.6
C679.7,127.1,668.3,116.6,668.3,101.7z">
<animate id="animation5" attributeName="fill" from="#FFFFFF" to="#000000" begin="animation4.end" dur="3s" fill="freeze" />
</path>
<path fill="#FFFFFF" d="M724.1,77.1h13.7v49h-13.7V77.1z">
<animate id="animation5" attributeName="fill" from="#FFFFFF" to="#000000" begin="animation4.end" dur="3s" fill="freeze" />
</path>
<path fill="#FFFFFF" d="M746.7,77.1h12.7l20.2,25.9V77.1H793v49h-11.9l-20.9-26.9v26.9h-13.4V77.1z">
<animate id="animation5" attributeName="fill" from="#FFFFFF" to="#000000" begin="animation4.end" dur="3s" fill="freeze" />
</path>
<path fill="#FFFFFF" d="M818.6,76.7h13.1l20.9,49.4H838l-3.6-8.8h-18.9l-3.5,8.8h-14.3L818.6,76.7z M830.5,106.8L825,92.8
l-5.5,13.9H830.5z">
<animate id="animation5" attributeName="fill" from="#FFFFFF" to="#000000" begin="animation4.end" dur="3s" fill="freeze" />
</path>
<path fill="#FFFFFF" d="M857.3,77.1h13.6v37.1h23.7v11.9h-37.3V77.1z">
<animate id="animation5" attributeName="fill" from="#FFFFFF" to="#000000" begin="animation4.end" dur="3s" fill="freeze" />
</path>
<path fill="#FFFFFF" d="M899.8,83v-6H915v6l-4.1,27.1h-7L899.8,83z M900.5,114.2h13.9v11.9h-13.9V114.2z">
<animate id="animation5" attributeName="fill" from="#FFFFFF" to="#000000" begin="animation4.end" dur="3s" fill="freeze" />
</path>
</g>
</a>
</g>
</svg>
</div>
</div>
</body>
</html>