File size: 52,619 Bytes
24604e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Play A Small World Cup Game</title>

    <meta charset="utf-8" />
    <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><![endif]-->
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
    <meta name="description" content="" />

    <!-- Css -->
    <link rel="stylesheet" href="/detail/detail.css" />
    <meta name="robots" content="noindex,nofollow" />
    <!-- Dark Mode JS -->
    <script src="/detail/js/darkMode.bundle.js"></script>

    <!-- Favicons -->
    <link rel="icon" type="image/png" href="/assets/icon.png">
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2485663923316878"
     crossorigin="anonymous"></script>
    <link rel="stylesheet" href="/detail/style.css">
    <link rel="stylesheet" href="/assets/css/btnsurvey.css">
  </head>

  <body class="dark:bg-jacarta-900 font-body text-jacarta-500 overflow-x-hidden">
    <!-- Header -->
    <header class="js-page-header fixed top-0 z-20 w-full backdrop-blur transition-colors" style="backdrop-filter:none">
        <div class="flex items-center px-6 py-6 xl:px-24">
          <!-- Logo -->
          <a href="/" class="shrink-0">
            <img src="/assets/bitlife-game-simulator-logo.png" class="max-h-7 dark:hidden" alt="Bitlife" />
            <img src="/assets/bitlife-game-simulator-logo.png" class="hidden max-h-7 dark:block" alt="Bitlife" />
          </a>
          <form action="/search.html" class="relative ml-12 mr-8 hidden basis-3/12 lg:block xl:ml-[8%]" data-gtm-form-interact-id="0">
            <input type="search" name="key" class="text-jacarta-700 placeholder-jacarta-500 focus:ring-accent border-jacarta-100 w-full rounded-2xl border py-[0.6875rem] px-4 pl-10 dark:border-transparent dark:bg-white/[.15] dark:text-white dark:placeholder-white" placeholder="Search" data-gtm-form-interact-field-id="0">
            <span class="absolute left-0 top-0 flex h-full w-12 items-center justify-center rounded-2xl">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" class="fill-jacarta-500 h-4 w-4 dark:fill-white">
                <path fill="none" d="M0 0h24v24H0z"></path>
                <path d="M18.031 16.617l4.283 4.282-1.415 1.415-4.282-4.283A8.96 8.96 0 0 1 11 20c-4.968 0-9-4.032-9-9s4.032-9 9-9 9 4.032 9 9a8.96 8.96 0 0 1-1.969 5.617zm-2.006-.742A6.977 6.977 0 0 0 18 11c0-3.868-3.133-7-7-7-3.868 0-7 3.132-7 7 0 3.867 3.132 7 7 7a6.977 6.977 0 0 0 4.875-1.975l.15-.15z"></path>
              </svg>
            </span>
          </form>
  
          <!-- Menu / Actions -->
          <div
            class="js-mobile-menu dark:bg-jacarta-800 invisible fixed inset-0 z-10 ml-auto items-center bg-white opacity-0 lg:visible lg:relative lg:inset-auto lg:flex lg:bg-transparent lg:opacity-100 dark:lg:bg-transparent"
          >
            <!-- Mobile Logo / Menu Close -->
            <div
              class="t-0 dark:bg-jacarta-800 fixed left-0 z-10 flex w-full items-center justify-between bg-white p-6 lg:hidden"
            >
              <!-- Mobile Logo -->
              <a href="/" class="shrink-0">
                <img src="/img/logo.png" class="max-h-7 dark:hidden" alt="Eggy Car" />
                <img src="/img/logo_white.png" class="hidden max-h-7 dark:block" alt="Eggy Car" />
              </a>
  
              <!-- Mobile Menu Close -->
              <button
                class="js-mobile-close border-jacarta-100 hover:bg-accent focus:bg-accent group dark:hover:bg-accent ml-2 flex h-10 w-10 items-center justify-center rounded-full border bg-white transition-colors hover:border-transparent focus:border-transparent dark:border-transparent dark:bg-white/[.15]"
                aria-label="close mobile menu"
              >
                <svg
                  xmlns="http://www.w3.org/2000/svg"
                  viewBox="0 0 24 24"
                  width="24"
                  height="24"
                  class="fill-jacarta-700 h-4 w-4 transition-colors group-hover:fill-white group-focus:fill-white dark:fill-white"
                >
                  <path fill="none" d="M0 0h24v24H0z" />
                  <path
                    d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z"
                  />
                </svg>
              </button>
            </div>
  
            <!-- Mobile Search -->
            <form action="search.html" class="relative mt-24 mb-8 w-full lg:hidden">
              <input
                type="search" name="key"
                class="text-jacarta-700 placeholder-jacarta-500 focus:ring-accent border-jacarta-100 w-full rounded-2xl border py-3 px-4 pl-10 dark:border-transparent dark:bg-white/[.15] dark:text-white dark:placeholder-white"
                placeholder="Search"
              />
              <span class="absolute left-0 top-0 flex h-full w-12 items-center justify-center rounded-2xl">
                <svg
                  xmlns="http://www.w3.org/2000/svg"
                  viewBox="0 0 24 24"
                  width="24"
                  height="24"
                  class="fill-jacarta-500 h-4 w-4 dark:fill-white"
                >
                  <path fill="none" d="M0 0h24v24H0z" />
                  <path
                    d="M18.031 16.617l4.283 4.282-1.415 1.415-4.282-4.283A8.96 8.96 0 0 1 11 20c-4.968 0-9-4.032-9-9s4.032-9 9-9 9 4.032 9 9a8.96 8.96 0 0 1-1.969 5.617zm-2.006-.742A6.977 6.977 0 0 0 18 11c0-3.868-3.133-7-7-7-3.868 0-7 3.132-7 7 0 3.867 3.132 7 7 7a6.977 6.977 0 0 0 4.875-1.975l.15-.15z"
                  />
                </svg>
              </span>
            </form>
  
            <!-- Primary Nav -->
            <nav class="navbar w-full">
              <ul class="flex flex-col lg:flex-row">
                <li class="js-nav-dropdown group relative">
                  <a
                    href="/"
                    class="dropdown-toggle text-jacarta-700 font-display hover:text-accent focus:text-accent dark:hover:text-accent dark:focus:text-accent flex items-center justify-between py-3.5 text-base dark:text-white lg:px-5"
                    >Home
                  </a>
                </li>
                <li class="group">
                  <a
                    href="/category/car.html"
                    class="text-jacarta-700 font-display hover:text-accent focus:text-accent dark:hover:text-accent dark:focus:text-accent flex items-center justify-between py-3.5 text-base dark:text-white lg:px-5"
                    >Car</a>
                </li>
                <li class="group">
                  <a
                    href="/category/action.html"
                    class="text-jacarta-700 font-display hover:text-accent focus:text-accent dark:hover:text-accent dark:focus:text-accent flex items-center justify-between py-3.5 text-base dark:text-white lg:px-5"
                    >Action</a>
                </li>
                <li class="group">
                  <a
                    href="/category/shooting.html"
                    class="text-jacarta-700 font-display hover:text-accent focus:text-accent dark:hover:text-accent dark:focus:text-accent flex items-center justify-between py-3.5 text-base dark:text-white lg:px-5"
                    >Shooting</a>
                </li>
                <li class="group">
                  <a
                    href="/category/running.html"
                    class="text-jacarta-700 font-display hover:text-accent focus:text-accent dark:hover:text-accent dark:focus:text-accent flex items-center justify-between py-3.5 text-base dark:text-white lg:px-5"
                    >Running</a>
                </li>
                <li class="group">
                  <a
                    href="/category/stickman.html"
                    class="text-jacarta-700 font-display hover:text-accent focus:text-accent dark:hover:text-accent dark:focus:text-accent flex items-center justify-between py-3.5 text-base dark:text-white lg:px-5"
                    >Stickman</a>
                </li>
               
              </ul>
            </nav>
  
            <!-- Actions -->
            <div class="ml-8 hidden lg:flex xl:ml-12">
              <!-- Dark Mode -->
              <a
                href="#"
                class="border-jacarta-100 hover:bg-accent focus:bg-accent group dark:hover:bg-accent js-dark-mode-trigger ml-2 flex h-10 w-10 items-center justify-center rounded-full border bg-white transition-colors hover:border-transparent focus:border-transparent dark:border-transparent dark:bg-white/[.15]"
              >
                <svg
                  xmlns="http://www.w3.org/2000/svg"
                  viewBox="0 0 24 24"
                  width="24"
                  height="24"
                  class="fill-jacarta-700 dark-mode-light h-4 w-4 transition-colors group-hover:fill-white group-focus:fill-white dark:hidden"
                >
                  <path fill="none" d="M0 0h24v24H0z" />
                  <path
                    d="M11.38 2.019a7.5 7.5 0 1 0 10.6 10.6C21.662 17.854 17.316 22 12.001 22 6.477 22 2 17.523 2 12c0-5.315 4.146-9.661 9.38-9.981z"
                  />
                </svg>
                <svg
                  xmlns="http://www.w3.org/2000/svg"
                  viewBox="0 0 24 24"
                  width="24"
                  height="24"
                  class="fill-jacarta-700 dark-mode-dark hidden h-4 w-4 transition-colors group-hover:fill-white group-focus:fill-white dark:block dark:fill-white"
                >
                  <path fill="none" d="M0 0h24v24H0z" />
                  <path
                    d="M12 18a6 6 0 1 1 0-12 6 6 0 0 1 0 12zM11 1h2v3h-2V1zm0 19h2v3h-2v-3zM3.515 4.929l1.414-1.414L7.05 5.636 5.636 7.05 3.515 4.93zM16.95 18.364l1.414-1.414 2.121 2.121-1.414 1.414-2.121-2.121zm2.121-14.85l1.414 1.415-2.121 2.121-1.414-1.414 2.121-2.121zM5.636 16.95l1.414 1.414-2.121 2.121-1.414-1.414 2.121-2.121zM23 11v2h-3v-2h3zM4 11v2H1v-2h3z"
                  />
                </svg>
              </a>
            </div>
          </div>
  
          <!-- Mobile Menu Actions -->
          <div class="ml-auto flex lg:hidden">
  
            <!-- Dark Mode -->
            <a
              href="#"
              class="js-dark-mode-trigger border-jacarta-100 hover:bg-accent dark:hover:bg-accent focus:bg-accent group ml-2 flex h-10 w-10 items-center justify-center rounded-full border bg-white transition-colors hover:border-transparent focus:border-transparent dark:border-transparent dark:bg-white/[.15]"
            >
              <svg
                xmlns="http://www.w3.org/2000/svg"
                viewBox="0 0 24 24"
                width="24"
                height="24"
                class="fill-jacarta-700 dark-mode-light h-4 w-4 transition-colors group-hover:fill-white group-focus:fill-white dark:hidden"
              >
                <path fill="none" d="M0 0h24v24H0z" />
                <path
                  d="M11.38 2.019a7.5 7.5 0 1 0 10.6 10.6C21.662 17.854 17.316 22 12.001 22 6.477 22 2 17.523 2 12c0-5.315 4.146-9.661 9.38-9.981z"
                />
              </svg>
              <svg
                xmlns="http://www.w3.org/2000/svg"
                viewBox="0 0 24 24"
                width="24"
                height="24"
                class="fill-jacarta-700 dark-mode-dark hidden h-4 w-4 transition-colors group-hover:fill-white group-focus:fill-white dark:block dark:fill-white"
              >
                <path fill="none" d="M0 0h24v24H0z" />
                <path
                  d="M12 18a6 6 0 1 1 0-12 6 6 0 0 1 0 12zM11 1h2v3h-2V1zm0 19h2v3h-2v-3zM3.515 4.929l1.414-1.414L7.05 5.636 5.636 7.05 3.515 4.93zM16.95 18.364l1.414-1.414 2.121 2.121-1.414 1.414-2.121-2.121zm2.121-14.85l1.414 1.415-2.121 2.121-1.414-1.414 2.121-2.121zM5.636 16.95l1.414 1.414-2.121 2.121-1.414-1.414 2.121-2.121zM23 11v2h-3v-2h3zM4 11v2H1v-2h3z"
                />
              </svg>
            </a>
  
            <!-- Mobile Menu Toggle -->
            <button
              class="js-mobile-toggle border-jacarta-100 hover:bg-accent dark:hover:bg-accent focus:bg-accent group ml-2 flex h-10 w-10 items-center justify-center rounded-full border bg-white transition-colors hover:border-transparent focus:border-transparent dark:border-transparent dark:bg-white/[.15]"
              aria-label="open mobile menu"
            >
              <svg
                xmlns="http://www.w3.org/2000/svg"
                viewBox="0 0 24 24"
                width="24"
                height="24"
                class="fill-jacarta-700 h-4 w-4 transition-colors group-hover:fill-white group-focus:fill-white dark:fill-white"
              >
                <path fill="none" d="M0 0h24v24H0z" />
                <path d="M18 18v2H6v-2h12zm3-7v2H3v-2h18zm-3-7v2H6V4h12z" />
              </svg>
            </button>
          </div>
        </div>
      </header>

    <main>
      <!-- Hero -->
      <div class="relative mx-auto max-w-[90rem] py-20 md:pt-32" style="padding-top: 6rem;">
        <div id="app-root">
            
            <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
              <symbol id="arrowIcon" viewBox="6 0 14 24">
                <path d="M9 19.91a2 2 0 0 1-1.403-3.424L12.15 12 7.597 7.514a2 2 0 1 1 2.806-2.85l6 5.91a2 2 0 0 1 0 2.85l-6 5.911A1.993 1.993 0 0 1 9 19.911z"></path>
              </symbol>
              <symbol id="closeIcon" viewBox="0 0 16 16">
                <path d="M4.2 1.3c-.8-.8-2.1-.7-2.8 0-.7.8-.7 2 0 2.8L5.3 8l-3.9 3.9c-.8.8-.8 2 0 2.8s2 .8 2.8 0l3.9-3.9 3.7 3.7c.8.8 2 .8 2.8 0s.8-2 0-2.8L10.9 8l3.7-3.7c.8-.8.8-2 0-2.8s-2-.8-2.8 0L8.1 5.1 4.2 1.3z"></path>
              </symbol>
              <symbol id="closeWideIcon" viewBox="0 0 36 36">
                <rect x="8" y="24.971" width="24" height="4" rx="2" transform="rotate(-45 8 24.97)" fill="currentColor"></rect>
                <rect x="10.828" y="8" width="24" height="4" rx="2" transform="rotate(45 10.828 8)" fill="currentColor"></rect>
              </symbol>
              <symbol id="favIcon" viewBox="0 0 36 36">
                <g fill="none">
                  <path d="M18.0837 0C12.3552 0 7.6096 1.9567 4.3607 5.657 1.5489 8.86 0 13.224 0 17.945c0 4.8601 1.578 9.3005 4.444 12.5035C7.694 34.081 12.4103 36 18.0837 36c5.551 0 10.2023-1.914 13.4495-5.5361C34.4134 27.2512 36 22.8445 36 18.0556c0-4.8365-1.5852-9.2762-4.4637-12.5017C28.2945 1.921 23.6426 0 18.0837 0z" fill="#002b50"></path>
                  <path d="M18.0002 30.2865c-6.7867 0-12.3074-5.5782-12.3074-12.4339 0-6.5792 5.636-12.1375 12.3074-12.1375 6.6715 0 12.3076 5.5583 12.3076 12.1375 0 6.8557-5.5216 12.4339-12.3076 12.4339" fill="#fff"></path>
                  <path d="M17.9182 18.8012c-5.4178 0-8.1573.939-9.2878 1.2275.9465 4.3075 4.7498 7.5394 9.2878 7.5394 4.5374 0 8.3411-3.2319 9.2878-7.5394-1.1304-.2884-3.8702-1.2275-9.2878-1.2275" fill="#009cff"></path>
                </g>
              </symbol>
              <symbol id="fireIcon" viewBox="0 0 24 24">
                <path d="M10.9828 20.0414c-.7856.6508-1.2665 1.5768-1.3389 2.5696-.0774 1.0614-1.2047 1.7069-2.1592 1.2363-3.3837-1.6679-5.5127-5.0707-5.4843-8.759-.0344-3.5216 2.3036-6.8544 5.5934-9.672 1.2717-.9823 2.0509-2.4393 2.1479-4.007C9.8114.2816 11.0557-.367 12.02.2215c1.6728 1.0207 2.7725 2.5369 3.3761 4.3736.5424 1.6504.6382 3.352.4845 4.8893-.024.241-.0494.4224-.069.5348-.1422.8161-.919 1.3625-1.7352 1.2203-.8161-.1422-1.3625-.9191-1.2203-1.7352.0075-.0431.0229-.1528.0394-.3184.1156-1.1565.042-2.463-.3494-3.6541-.131-.3989-.2933-.768-.4892-1.106-.562 1.3001-1.4444 2.4485-2.57 3.3164-2.6095 2.237-4.5099 4.946-4.4867 7.343-.0148 1.9297.8207 3.7436 2.2458 5.017.4234-.912 1.0586-1.7369 1.8806-2.4166.607-.4545.9976-1.1222 1.0886-1.8526.129-1.0362 1.2507-1.6268 2.178-1.1468 2.1897 1.1334 3.8037 3.0503 4.5453 5.3023 1.2283-1.0917 1.9863-2.6305 2.0567-4.2888.0779-2.548-.8015-5.0377-2.4761-7.0039-.5372-.6306-.4614-1.5773.1693-2.1145.6307-.5372 1.5774-.4614 2.1145.1693 2.156 2.5313 3.2916 5.7465 3.1902 9.0585-.1474 3.4788-2.2822 6.5725-5.509 7.9895-.9614.4222-2.0479-.2486-2.1012-1.2972-.0804-1.5807-.7809-3.0497-1.9231-4.1271-.378.651-.8805 1.2214-1.4771 1.6671z"></path>
              </symbol>
              <symbol id="closeFullscreenIcon" viewBox="0 0 24 24">
                <path d="M5.25 15.5a1.25 1.25 0 1 1 0-2.5h4.5a1.25 1.25 0 1 1 0 2.5h-4.5zM14.25 15.5a1.25 1.25 0 1 1 0-2.5h4.5a1.25 1.25 0 1 1 0 2.5h-4.5zM5.25 11a1.25 1.25 0 1 1 0-2.5h4.5a1.25 1.25 0 1 1 0 2.5h-4.5zM14.25 11a1.25 1.25 0 1 1 0-2.5h4.5a1.25 1.25 0 1 1 0 2.5h-4.5z" fill="#fff"></path>
                <path d="M14.25 20c-.69 0-1.25-.56-1.25-1.25v-4.5a1.25 1.25 0 1 1 2.5 0v4.5c0 .69-.56 1.25-1.25 1.25zM14.25 11c-.69 0-1.25-.56-1.25-1.25v-4.5a1.25 1.25 0 1 1 2.5 0v4.5c0 .69-.56 1.25-1.25 1.25zM9.75 11c-.69 0-1.25-.56-1.25-1.25v-4.5a1.25 1.25 0 1 1 2.5 0v4.5c0 .69-.56 1.25-1.25 1.25zM9.75 20c-.69 0-1.25-.56-1.25-1.25v-4.5a1.25 1.25 0 1 1 2.5 0v4.5c0 .69-.56 1.25-1.25 1.25z" fill="#fff"></path>
              </symbol>
              <symbol id="enterFullscreenIcon" viewBox="0 0 24 24">
                <path d="M5.25 20a1.25 1.25 0 1 1 0-2.5h4.5a1.25 1.25 0 1 1 0 2.5h-4.5zM14.25 20a1.25 1.25 0 1 1 0-2.5h4.5a1.25 1.25 0 1 1 0 2.5h-4.5zM5.25 6.5a1.25 1.25 0 1 1 0-2.5h4.5a1.25 1.25 0 1 1 0 2.5h-4.5zM14.25 6.5a1.25 1.25 0 1 1 0-2.5h4.5a1.25 1.25 0 1 1 0 2.5h-4.5z" fill="#009CFF"></path>
                <path d="M5.25 11C4.56 11 4 10.44 4 9.75v-4.5a1.25 1.25 0 1 1 2.5 0v4.5c0 .69-.56 1.25-1.25 1.25zM18.75 11c-.69 0-1.25-.56-1.25-1.25v-4.5a1.25 1.25 0 1 1 2.5 0v4.5c0 .69-.56 1.25-1.25 1.25zM5.25 20C4.56 20 4 19.44 4 18.75v-4.5a1.25 1.25 0 1 1 2.5 0v4.5c0 .69-.56 1.25-1.25 1.25zM18.75 20c-.69 0-1.25-.56-1.25-1.25v-4.5a1.25 1.25 0 1 1 2.5 0v4.5c0 .69-.56 1.25-1.25 1.25z" fill="#009CFF"></path>
              </symbol>
              <symbol id="homeIcon" viewBox="0 0 20 17">
                <path d="M6 7.6061V14h8V7.6409L9.9826 3.6235zm-3 3l-.4394.4394c-.586.586-1.535.586-2.121 0s-.586-1.536 0-2.121l8.469-8.47c.005-.005.006-.011.011-.016.293-.293.678-.439 1.063-.438.385-.001.77.145 1.064.438.004.005.005.011.01.016l8.469 8.47c.586.585.586 1.535 0 2.121-.585.586-1.535.586-2.121 0L17 10.6409V15.5c0 .8284-.6716 1.5-1.5 1.5h-11c-.8284 0-1.5-.6716-1.5-1.5zM9 10h2v4H9z"></path>
              </symbol>
              <symbol id="playIcon" viewBox="0 0 17 24">
                <path stroke-width="3" stroke-linecap="round" stroke-linejoin="round" d="M1.5 22.5v-21l14 10.5z" fill="none"></path>
              </symbol>
              <symbol id="kidsIcon" viewBox="0 0 1628 709">
                <g fill="none">
                  <path d="M1627.735 189.112c2.0763 0-8.695 42.2868-9.7463 45.3772-5.1748 15.1598-13.9985 26.8349-24.4857 38.878-13.4187 15.414-36.3317 22.3395-56.0673 27.4775a1.1639 1.1639 0 0 1-.3163.0438c-5.8776.0234-14.019 1.3641-19.759 0-10.3788-2.474-21.598-12.1395-30.9841-17.4148-11.5883-6.5166-32.592-13.5036-41.9516-23.3063-1.4028-1.4693-3.2185-7.7055-4.4046-9.5808-.7087-1.1246-4.3987-3.6103-5.6257-5.2373-2.1057-2.7953-4.797-8.0881-5.986-11.1318-6.5248-16.7634-6.9407-51.3096-2.3516-68.482 3.4264-12.8346 17.1555-21.7406 25.9001-32.5511 8.5602-10.5798 15.375-21.2179 29.069-26.4815 4.8028-1.8431 10.9557-3.622 15.8054-4.9422 7.5176-2.0476 6.7474-1.3203 14.0746-1.1012 11.2193.3359 13.445 2.2725 23.6716-1.183 7.9832-2.699 7.7636-2.9736 16.9212-2.9765.12 0 .246.0117.3631.038 7.2365 1.5422 15.9402 10.0773 22.2424 14.336 7.7139 5.2169 13.0878 10.9712 19.9318 17.7595 8.9204 8.8505 21.314 15.446 25.8475 28.2954 1.1421 3.2364-.1113 32.1831 7.8514 32.1831m-110.2425 218.1505c10.2298-34.363 64.1803 15.084 36.8746 39.7225-27.3145 24.6503-43.5343-17.3424-36.8746-39.7225M786.3452 22.7927c7.4408-12.4639 26.0238-.2252 38.3413 6.5214 6.5198 3.5736 13.6624 10.8875 21.837 10.6126 6.6339-.2222 14.0337-7.7175 19.9132-10.5337 7.6455-3.6642 16.3844-4.796 24.1176-7.9222 10.2943-4.1643 20.3255-10.3085 32.605-10.8349 8.692-.3772 18.1795 2.7753 23.8894 3.9947 6.3795 1.3628 12.3818-2.4974 19.9893-1.6318 7.0198.8013 10.4668 7.1239 12.8584 7.9076 5.8006 1.895 8.6336 1.512 14.522 2.7519 15.5452 3.2753 25.5851-11.3028 36.7916-17.8067 13.835-8.0334 33.5932-7.8316 43.7881 6.188 4.4499 6.1208 5.2568 10.6946 11.7854 15.6602 5.137 3.907 12.8701 6.8636 18.5187 10.5951 4.3417 2.8689 6.2508 6.8402 11.6246 8.2527 8.4407 2.2196 19.9892-.62 28.8217-.12 10.5691.5996 20.2641 4.0094 21.995 15.5725 2.3184 15.476 1.4062 26.7817 20.533 31.3496 22.1703 5.2932 23.3866-8.4515 39.5575-19.3127 24.2286-16.2743 64.2072-10.8028 84.708 6.109 11.2797 9.3055 14.3145 14.0109 21.0506 26.846 7.2625 13.8413 10.1365 30.5864 7.856 46.349-1.3888 9.589-6.9672 22.7606-12.6684 30.8583-8.7096 12.3702-30.1432 16.6018-33.906 32.9726-2.8418 12.3615 11.9199 32.2153 18.583 42.0062 4.2949 6.3167 4.862 6.6413 10.4083 7.308 5.6573.6756 17.7293-3.7753 21.229 3.9334 3.8709 8.5246-13.452 12.9141-17.9164 15.0958-3.8242 1.8686-4.2102.3743-6.745 1.8891-2.988 1.784-5.058 4.8107-5.9819 8.165-3.1692 11.4987-14.2997 7.0916-15.8727 17.7774-.6812 4.6352 5.3913 13.9436 6.0871 17.6926 2.7103 14.6045-21.1207 38.2863-3.9966 40.4095 2.4295.3012 4.8504-.7136 6.3648-2.6378 2.8068-3.5766 6.8912-9.0745 7.435-9.4079 7.4992-8.0391 16.7615-9.5218 22.1177-10.9635 12.5572-3.3777 17.0363-5.84 32.1606-5.8489 16.1095 4.0065 25.8542 8.3521 38.008 20.4709 7.7828 7.7526 20.9365 21.5324 24.1905 33.7125.8011 2.9887 1.9501 5.8371 3.3067 8.6153 2.7775 5.6821 1.6198 13.543.7573 20.8422.1403 12.3469-6.8766 28.9838-13.6361 39.1841-12.6128 19.0262-32.1606 23.3952-52.6264 29.244-17.5422-2.9244-35.4878.8832-50.3957-8.162-6.017-3.6467-14.8815-13.0399-19.8109-17.9821-8.733-8.9487-8.733-35.2683-16.9778-8.8697-2.9267 9.3727.187 21.082 4.827 28.627 3.9586 6.4453 10.1773 8.1386 4.4118 16.4263-6.0345 8.665-17.7176 3.7784-25.9857 7.0274-11.9287 4.6936-14.329 13.5458-16.2645 24.5065-1.7396 9.8347 1.2776 15.9643-3.6985 24.4129-4.251 7.2145-15.1213 15.6456-21.9657 20.6521-6.128 4.4831-14.8932 8.282-19.1355 14.742-3.4032 5.182-3.0757 12.066-6.2801 17.523-3.8768 6.6091-10.2388 8.7235-15.8406 12.6948-8.2418 5.846-14.6535 11.8117-22.1118 18.684-6.5783 6.0653-15.209 9.4488-24.1526 9.4956-14.8962.0702-28.2429.3597-43.3671 5.2288-18.6795 6.0155-28.9036 29.478-46.4194 33.7798-8.8705 2.322-18.3988-8.4954-26.743-11.1332-13.8583-4.3808-21.7055-.2895-30.6958 10.2383-3.3798 3.9568-5.8533 13.1657-8.084 14.8326-5.175 3.8602-24.5912-3.3309-29.4737-5.8634-12.2561-6.346-35.8708-24.9042-51.0944-20.1024-8.932 2.8162-5.8474 15.6105-14.908 18.0787-10.4258 2.8425-18.045-7.6444-23.0445-13.6424-6.6981-8.0333-31.9617-24.1321-43.864-18.7659-5.789 2.6086-7.5637 12.7241-14.4782 15.8006-8.1278 3.6204-16.4516.7282-19.9162-7.8345-3.4704-8.5831 4.4382-17.5025.4006-25.1148-8.4407-14.9086-19.2905-9.4692-25.6232-9.6125-7.2332-.1667-26.6728.5527-30.0175-15.5636-11.227-54.081-49.2817-24.8253-52.2054-54.0694-3.2512-32.534 0-40.9416-32.1606-61.4124-35.3153-22.4828 2.9237-49.7149-26.3132-90.6566-5.5112-7.7204-17.5422-14.274-17.5422-23.3952 0-8.7732 17.5422-23.3952 11.6948-40.9416-1.9618-5.8956-17.5421-17.5465-16.4575-29.3406.7163-7.8286 10.5721-19.8128 15.209-26.15 7.7859-10.639 9.8149-26.3694-1.605-37.8652-2.1957-2.2108-3.9938-6.7232-4.1868-9.8348-1.4209-22.6348 10.2534-25.4569 31.7747-23.5122 9.4581.8569 15.0716-7.3402 17.1445-14.312 2.181-7.3373 0-17.9207 0-25.6646-.7981-11.8847-3.2453-23.2987 7.2362-29.0071 8.0576-4.3925 18.6502-1.0528 26.591-7.1677 9.5224-7.3344 7.0635-17.2336 10.8877-26.8548 4.0464-10.1857 11.572-13.3675 21.0477-16.9704 16.3872-6.2319 37.5752-11.3554 50.5769-23.7812 8.5693-8.1883 23.3661-30.3495 16.6153-38.1869-6.4058-7.4338-2.3653-18.8858 0-22.8483" fill="#D901FF"></path>
                  <g fill="#FFF">
                    <path d="M914.5672 244.5705c-.7178-3.1076-1.7917-5.3886-3.2274-6.8226-1.4386-1.437-3.5922-2.7513-6.4607-3.9517-2.8714-1.1945-6.341-1.7962-10.406-1.7962h-17.9433c-4.0708 0-7.5346.6017-10.406 1.7962-2.8685 1.2004-5.025 2.5147-6.4578 3.9517-1.4357 1.434-2.5124 3.715-3.2303 6.8226-.7178 3.1135-1.138 5.6281-1.2577 7.544-.1226 1.919-.178 4.79-.178 8.619v197.533c0 3.832.0554 6.7088.178 8.619.1196 1.9217.5399 4.4335 1.2577 7.544.7179 3.1134 1.7946 5.3886 3.2303 6.8256 1.4328 1.434 3.5893 2.7541 6.4578 3.9487 2.8714 1.2033 6.3352 1.7962 10.406 1.7962h17.9434c4.0649 0 7.5345-.5929 10.406-1.7962 2.8684-1.1946 5.022-2.5147 6.4606-3.9487 1.4357-1.437 2.5096-3.7122 3.2274-6.8256.7179-3.1105 1.1322-5.6223 1.2577-7.544.1167-1.9102.1751-4.787.1751-8.619v-197.533c0-3.829-.0584-6.7-.175-8.619-.1256-1.9159-.54-4.4305-1.2578-7.544M885.5 213c16.8172 0 30.5-14.528 30.5-32.384C916 163.4785 902.0317 149 885.5 149c-16.5347 0-30.5 14.4785-30.5 31.616C855 198.472 868.6798 213 885.5 213M1028.1884 420.0422C1024.9826 430.6807 1017.0783 436 1004.4841 436c-4.7537 0-7.1276-5.9725-7.1276-17.9321 0-14.3452-.0608-35.739-.1739-64.19-.1246-28.4483-.1826-49.3667-.1826-62.7582 0-4.0623.4754-6.932 1.426-8.6088.948-1.6681 2.9682-2.5109 6.058-2.5109 5.2261 0 9.6261 1.1403 13.1914 3.4091 3.5652 2.2747 6.3507 5.261 8.3768 8.9646 2.0145 3.7095 3.5623 9.1455 4.6319 16.3166 1.0695 7.174 1.7217 14.1672 1.9594 20.9796.2348 6.8153.3565 15.9578.3565 27.4333 0 31.3208-1.6029 52.3033-4.8116 62.939m63.845-138.478c-3.588-11.493-8.608-20.591-15.069-27.2968-6.4552-6.703-15.1244-12.0888-26.0017-16.1631-10.886-4.0686-24.0969-6.1043-39.6384-6.1043h-53.803c-4.0721 0-7.5345.5987-10.4019 1.7962-2.8703 1.2004-5.023 2.5118-6.4581 3.9488-1.4352 1.437-2.5115 3.7151-3.2262 6.8257-.7175 3.1134-1.1376 5.6281-1.2572 7.5412-.1196 1.9189-.1779 4.7929-.1779 8.619V458.269c0 3.832.0583 6.706.178 8.619.1195 1.9218.5396 4.4307 1.2571 7.5442.7147 3.1105 1.791 5.3886 3.2262 6.8256 1.4351 1.434 3.5878 2.7542 6.4581 3.9459 2.8674 1.2033 6.3298 1.7962 10.4018 1.7962h53.8031c11.4782 0 21.7575-1.1332 30.8467-3.4085 9.0892-2.2752 16.7404-5.2105 22.9622-8.803 6.2131-3.5895 11.5307-8.5576 15.9586-14.9042 4.4221-6.3409 7.9458-12.7518 10.5827-19.2153 2.6282-6.4635 4.6613-14.4194 6.0964-23.8854 1.4352-9.4543 2.3307-18.4325 2.6895-26.9347.3587-8.4933.5396-18.6135.5396-30.3489 0-16.9984-.6009-31.3653-1.794-43.0978-1.1988-11.7295-3.5878-23.345-7.1727-34.838M1235.4099 367.9526c-7.066-13.547-20.646-28.5974-40.7517-45.1457-6.9462-5.754-11.5537-10.487-13.8224-14.208-2.2832-3.715-3.4132-8.454-3.4132-14.208 0-9.589 5.1447-14.3894 15.44-14.3894 3.8249 0 9.2732.664 16.3333 1.9775 7.0572 1.3222 11.3113 1.9804 12.7508 1.9804h2.8701c9.0923 0 13.6443-3.598 13.6443-10.7913v-27.6993c0-5.0373-4.4878-8.8694-13.4632-11.511-8.9784-2.6385-21.1307-3.9578-36.448-3.9578-7.1797 0-13.5245.3598-19.0254 1.0794-5.5096.7196-11.9128 2.5801-19.2123 5.5756-7.3024 3.0013-13.4048 7.0148-18.31 12.0491-4.9112 5.0373-9.0982 12.5348-12.5669 22.4836-3.4716 9.9547-5.206 21.644-5.206 35.074 0 9.5919 2.0935 18.587 6.2805 26.9767 4.187 8.3985 8.9784 15.5303 14.3654 21.4042 5.3841 5.8798 14.8998 15.5302 28.544 28.9572 6.9404 6.7193 12.0822 12.4704 15.44 17.2678 3.349 4.8004 5.3227 8.2727 5.9213 10.4286.5956 2.1618.9022 4.9203.9022 8.2756 0 5.2771-2.5782 9.7733-7.7229 13.4913-5.1476 3.721-10.4762 5.5726-15.9771 5.5726-7.6616 0-15.3202-.898-22.9789-2.697-7.6645-1.7991-12.5668-2.6972-14.7216-2.6972-8.8587 0-13.2822 2.8785-13.2822 8.6354v27.6964c0 6.7164 5.022 11.6338 15.0779 14.7463 10.0528 3.1154 22.497 4.6804 37.3413 4.6804 12.926 0 24.4154-1.3222 34.4654-3.9608 16.7567-4.5488 29.563-13.544 38.4217-26.9768 6.4644-9.8318 9.6937-25.0578 9.6937-45.6839 0-16.0655-3.5359-30.8732-10.5901-44.426M792.716 346.1657c-.0528-.2366-.0557-.4877.0527-.7068l34.9487-70.166c3.0542-5.8559 5.47-10.6224 7.2006-14.2002 4.079-8.1399 6.12-14.4836 6.12-19.0369 0-3.1075-1.139-5.444-3.4201-7.0037-2.284-1.5538-4.6794-2.4504-7.2006-2.6929-2.5213-.2365-6.4246-.3592-11.7043-.3592h-20.8843c-3.1215 0-5.8214.4206-8.1025 1.2559-2.284.8411-4.1405 1.7962-5.5813 2.874-1.4377 1.0776-2.9429 3.1163-4.5007 6.107-1.5637 2.9937-2.8228 5.5084-3.7804 7.5412-.9604 2.0357-2.4011 5.628-4.3191 10.7743-1.9268 5.152-6.9664 18.4965-10.085 28.5524-3.1215 10.0558-6.363 18.441-9.7218 25.141-3.3645 6.7059-6.6032 10.0559-9.7218 10.0559-.9634 0-1.5022-2.6316-1.6222-7.9004-.123-5.263-.1787-23.8239-.1787-55.6678 0-3.829-.0615-6.7-.1786-8.6218-.126-1.913-.5417-4.4277-1.262-7.5412-.7204-3.1105-1.801-5.3886-3.2417-6.8256-1.4407-1.434-3.5988-2.7483-6.4802-3.9487-2.8814-1.1945-6.3631-1.7962-10.4422-1.7962h-18.0058c-4.085 0-7.5608.6017-10.4422 1.7962-2.8785 1.2004-5.0424 2.5147-6.4802 3.9487-1.4407 1.437-2.5212 3.7151-3.2416 6.8256-.7203 3.1135-1.142 5.6281-1.2591 7.5412-.123 1.9218-.1816 4.7928-.1816 8.6218v197.533c0 3.832.0586 6.7088.1816 8.619.117 1.9217.5388 4.4335 1.2591 7.544.7204 3.1105 1.8009 5.3886 3.2416 6.8256 1.4378 1.434 3.6017 2.7541 6.4802 3.9458C693.044 486.407 696.5198 487 700.6047 487h18.0058c4.0791 0 7.5608-.5929 10.4422-1.7991 2.8814-1.1917 5.0395-2.5118 6.4802-3.9458 1.4407-1.437 2.5213-3.7151 3.2416-6.8256.7204-3.1105 1.1362-5.6223 1.2621-7.544.1171-1.9102.1786-4.787.1786-8.619V404.395c0-2.1583-.123-5.2104-.3601-9.1592-.243-3.9516-.3602-6.6445-.3602-8.0814 0-5.266.9575-7.9004 2.8814-7.9004 1.918 0 3.7804 1.139 5.5812 3.4113 1.801 2.2752 3.719 6.0487 5.7629 11.3117 2.035 5.2718 3.959 10.5962 5.7598 15.9848 1.801 5.3857 4.1962 12.9298 7.2006 22.6264 2.9986 9.6966 5.8185 18.3768 8.4627 26.0377 4.322 12.6932 8.1025 20.5965 11.344 23.704 3.2387 3.1164 10.2607 4.6702 21.063 4.6702h18.7262C838.757 487 845 483.4076 845 476.2228c-.7145-11.633-51.9649-129.3328-52.284-130.057"></path>
                  </g>
                  <path d="M542.0015 326C562.9519 326 580 308.7474 580 287.5435 580 267.1915 562.5987 250 542.0015 250 521.4013 250 504 267.1916 504 287.5435 504 308.7474 521.0452 326 542.0015 326" fill="#002B50"></path>
                  <path d="M255.5 463c-47.1482 0-85.5-39.2787-85.5-87.5472C170 329.1387 209.1428 290 255.5 290c46.3397 0 85.5 39.1387 85.5 85.4528C341 423.7213 302.6452 463 255.5 463zM85.785 402.9706c-4.03 0-26.5077.0294-29.785.0294v-53c7.953 0 24.2004.05 28.9686.05 7.51 0 20.0314 5.1348 20.0314 25.4453 0 13.0194-5.3212 27.4753-19.215 27.4753zm418.1-63.6899v110.384l-33.9785-73.8017c15.3584-19.2203 21.6187-46.3298 22.3172-65.8336l.0146-15.9624h-60.2296v15.3868c-.8388 19.6265-7.2218 28.7896-24.7722 34.4873V240l-61.2525.0643v44.2845c-22.3026-22.7968-53.1188-34.797-89.5231-34.797-39.85 0-72.87 13.803-95.4678 39.887-6.801 7.857-12.5176 16.725-17.1149 26.3205-14.8002-15.1998-35.4106-21.6923-59.873-21.6923H0V513h56.0035v-52.2467h28.0017c24.3835 0 44.9939-8.1375 59.8555-23.5243 4.723 9.9345 10.6413 19.0655 17.7082 27.0803 22.6124 25.6164 55.4277 39.1419 94.892 39.1419 38.6284 0 70.976-13.4934 93.5739-39.0338 1.5694-1.7736 3.06-3.6203 4.5037-5.4815h52.698v-54.3476l8.0752-1.8641 25.9705 56.2117H578V339.2807h-74.115z" fill="#002B50"></path>
                  <path d="M256 382c-37.9142 0-57.0864 6.6429-65 8.6819C197.623 421.1414 224.2434 444 256 444s58.377-22.8586 65-53.3181c-7.9106-2.039-27.0828-8.6819-65-8.6819" fill="#D901FF"></path>
                </g>
              </symbol>
              <symbol id="pokiIcon" viewBox="0 0 578.88 273.16">
                <path fill="#002b50" d="M541 85.8c21 0 38-17.4 38-38.7 0-20.4-17.4-37.7-38-37.7S503.5 26.6 503.5 47c0 21.4 17 38.8 37.7 38.8z"></path>
                <path fill="#002b50" d="M504 99.3v110.5L470 136c15.4-19.3 21.7-46.4 22.4-66V54h-60.2v15.5c-1 19.6-7.3 28.8-24.8 34.5V0H346v44.4C324 21.6 293 9.6 256.7 9.6c-40 0-73 13.8-95.6 40a118 118 0 0 0-17 26.2C129 60.6 108.4 54 84 54H0v219.2h56V221h28c24.4 0 45-8.3 60-23.7a116.3 116.3 0 0 0 17.6 27c22.7 25.8 55.5 39.3 95 39.3 38.6 0 71-13.5 93.6-39l4.5-5.6h52.7v-54.3l8-2 26 56.4h136.8V99.4h-74zm-418 64H56v-53h29.2c7.6 0 20.3 5.2 20.3 25.5 0 13-5.4 27.3-19.4 27.3zm170 60c-47.3 0-85.7-39.4-85.7-87.8C170.3 89 209.5 50 256 50s85.6 39 85.6 85.5c0 48.4-38.4 87.8-85.6 87.8z"></path>
                <path fill="#009cff" d="M256 142c-38 0-57 6.5-65 8.6 6.7 30.5 33.2 53.3 65 53.3s58.3-23 65-53.4c-8-2-27.2-8.7-65-8.7z"></path>
              </symbol>
              <symbol id="searchIcon" viewBox="0 0 16 16">
                <path d="M12.6162 11.179l2.2383 2.2384c.5858.5858.5858 1.5356 0 2.1213-.5858.5858-1.5355.5858-2.1213 0l-2.3882-2.3881C9.3512 13.6922 8.2115 14 7 14c-3.866 0-7-3.134-7-7s3.134-7 7-7 7 3.134 7 7c0 1.5665-.5145 3.0127-1.3838 4.179zM7 11c2.2091 0 4-1.7909 4-4S9.2091 3 7 3 3 4.7909 3 7s1.7909 4 4 4z"></path>
              </symbol>
              <symbol id="spinnerIcon" viewBox="0 0 20 20">
                <circle stroke="#BAC9DE" stroke-width="2" opacity=".25" cx="10" cy="10" r="9" fill="#FFF"></circle>
                <path d="M2.957 17.1a1 1 0 011.414-1.415A8 8 0 1015.685 4.371a1 1 0 011.414-1.414c3.905 3.905 3.905 10.237 0 14.142-3.905 3.905-10.237 3.905-14.142 0z" fill="#009CFF"></path>
              </symbol>
              <symbol id="thumbsUpIcon" viewBox="0 0 36 36">
                <path d="M29.9 16.29c.99-2.66-.61-5.98-5.28-5.98-1.58 0-3.82.18-3.99.19.17-7.07-7.37-6.53-7.48-1.03 0 1.52-.73 2.69-3.71 3.26-2.56.49-4 2.45-4 4.66v6.16c0 5.48 6.42 3.73 8.15 4.82 2.77 1.75 7.25 1.63 10.16 1.12 4.34-.77 5.63-3.71 4.93-5.41 1.13-.6 1.48-2.91.53-3.86 1.45-.6 1.8-3.07.69-3.93zm-14.5 9.75c-.88-.56-1.97-1.07-4.36-1.07-2.02 0-2.6-.87-2.6-2.99v-4.45c0-.9.2-1.59 1.55-1.85 2.39-.45 6.16-1.86 6.16-6.2 0-.83.3-1.13.77-1.13.65 0 .92 1.48.94 2.39.05 3.21-.39 3.82-.41 4.66-.04 1.37 1.45 1.48 1.87 1.14.48-.39.81-1.06 1.15-3.04.6-.05 3.27-.14 5.19-.17 2.52-.03 1.83 2.02 1.83 2.02h-3.73a1.25 1.25 0 0 0 0 2.5h3.4c.69 0 .54 1.14 0 1.14h-4.01c-1.64.03-1.64 2.47 0 2.5h3.57c.74 0 .59 1.14-.14 1.14h-3.5c-1.64.03-1.64 2.47 0 2.5h2.78c-1.35 2.81-8.8 1.98-10.46.93z"></path>
              </symbol>
              <symbol id="alertIcon" viewBox="0 0 40.8 40.8">
                <path d="M24.5 40.4C13.5 42.7 2.7 35.6.4 24.5-1.9 13.5 5.2 2.7 16.3.4c11-2.3 21.8 4.8 24.1 15.9s-4.8 21.8-15.9 24.1zm-1-5c8.3-1.7 13.6-9.8 11.9-18.1-1.7-8.2-9.8-13.6-18.1-11.9C9.1 7.1 3.7 15.2 5.4 23.5c1.7 8.3 9.8 13.6 18.1 11.9zm-7.5-24c-.2-1.2.5-2.3 1.7-2.5l.8-.2c1.2-.2 2.3.5 2.5 1.7l2.2 10.8c.2 1.2-.5 2.3-1.7 2.5l-.8.2c-1.2.2-2.3-.5-2.5-1.7L16 11.4zm6.8 20.7c1.6-.3 2.6-1.9 2.3-3.5-.3-1.6-1.9-2.6-3.5-2.3-1.6.3-2.6 1.9-2.3 3.5.3 1.6 1.9 2.6 3.5 2.3z" fill-rule="evenodd" clip-rule="evenodd" fill="#002b50"></path>
              </symbol>
              <symbol id="sparkle1Icon" viewBox="0 0 80 160" fill="none">
                <path fill-rule="evenodd" clip-rule="evenodd" d="M30 15H32.5V22.5H30V15ZM22.5 22.5H25V25H22.5V22.5ZM40 22.5H37.5V25H40V22.5ZM40 37.5H37.5V40H40V37.5ZM25 37.5H22.5V40H25V37.5ZM30 40H32.5V47.5H30V40ZM47.5 30H40V32.5H47.5V30ZM22.5 30H15V32.5H22.5V30ZM22.5 120H25V122.5H22.5V120ZM20 122.5H22.5V135H20V122.5ZM17.5 120H20V122.5H17.5V120ZM17.5 117.5V120H5V117.5H17.5ZM20 115H17.5V117.5H20V115ZM22.5 115H20V102.5H22.5V115ZM22.5 115V117.5H25V120H37.5V117.5H25V115H22.5Z" fill="white"></path>
              </symbol>
              <symbol id="sparkle2Icon" viewBox="0 0 80 160" fill="none">
                <path fill-rule="evenodd" clip-rule="evenodd" d="M60 27.5H57.5V17.5H60V27.5ZM62.5 30H60V27.5H62.5V30ZM62.5 32.5V30H72.5V32.5H62.5ZM60 35V32.5H62.5V35H60ZM57.5 35H60V45H57.5V35ZM55 32.5H57.5V35H55V32.5ZM55 30V32.5H45V30H55ZM55 30H57.5V27.5H55V30ZM70 67.5H72.5V70H70V67.5ZM70 67.5H65V70H70V75H72.5V70H77.5V67.5H72.5V62.5H70V67.5ZM27.5 135H20V132.5H27.5V135ZM37.5 125H35V117.5H37.5V125ZM42.5 127.5H45V125H42.5V127.5ZM45 142.5H42.5V140H45V142.5ZM27.5 142.5H30V140H27.5V142.5ZM30 127.5H27.5V125H30V127.5ZM45 135H52.5V132.5H45V135ZM37.5 150H35V142.5H37.5V150Z" fill="white"></path>
              </symbol>
              <defs>
                <clipPath id="rotationIconPath">
                  <path fill="#fff" transform="translate(.5 .7)" d="M0 0h25v22H0z"></path>
                </clipPath>
              </defs>
              <symbol id="rotationIcon" viewBox="0 0 26 28" fill="none">
                <path d="M5.6 4.4h.8l-.8.8a1 1 0 0 0 0 1.3c.2.2.4.3.7.3a1 1 0 0 0 .6-.3L9.2 4a1 1 0 0 0 0-1.3L6.9.4a1 1 0 0 0-1.5.3 1 1 0 0 0 .2 1l.8.9h-.8A5.5 5.5 0 0 0 .1 8a1 1 0 0 0 1.8 0 3.7 3.7 0 0 1 3.7-3.7ZM25.9 19.3a1 1 0 0 0-1-1 1 1 0 0 0-.8 1 3.7 3.7 0 0 1-3.8 3.7h-.9l.8-.8a1 1 0 0 0-.3-1.5 1 1 0 0 0-1 .2l-2.2 2.4a.9.9 0 0 0 0 1.2l2.2 2.4a.9.9 0 0 0 .7.3.9.9 0 0 0 .8-.5 1 1 0 0 0-.2-1l-.8-.9h1a5.6 5.6 0 0 0 5.5-5.5ZM22.5 8.6 17.9 4A3.5 3.5 0 0 0 13 4l-9.5 9.4a3.5 3.5 0 0 0 0 4.9l4.6 4.6a3.5 3.5 0 0 0 5 0l9.4-9.5a3.5 3.5 0 0 0 0-4.8ZM20 11l-9.5 9.5h-.1l-4.6-4.7a.1.1 0 0 1 0-.1l9.5-9.5a.1.1 0 0 1 .1 0l4.6 4.6a.1.1 0 0 1 0 .1Z" fill="#fff"></path>
              </symbol>
              <symbol id="desktopIcon" viewBox="0 0 16 16">
                <path d="M12.5 2.6h-9c-.7 0-1.2.6-1.2 1.2v6.5c0 .7.6 1.2 1.2 1.2h2.3l-.3 1.1c0 .1 0 .3.1.4.1.1.2.2.4.2h4c.2 0 .3-.1.4-.2.1-.1.1-.3.1-.4l-.4-1.1h2.4c.7 0 1.2-.6 1.2-1.2V3.9c0-.7-.5-1.3-1.2-1.3zm-3.2 9.8H6.7l.2-.7h2.2l.2.7zm2.9-2.3H3.8v-6h8.5v6z" fill="#fff"></path>
              </symbol>
              <symbol id="restartIcon" viewBox="-1 0 14 14">
                <path d="M.033 8.667a1 1 0 112 0h.022a4.001 4.001 0 103.151-4.588l.725.724a.975.975 0 01-1.377 1.375l-2.27-2.267a.975.975 0 010-1.377L4.555.268A.974.974 0 015.93 1.645l-.444.37C5.656 2.007 5.827 2 6 2A6 6 0 11.037 8.667z" fill="#009CFF" fill-rule="evenodd"></path>
              </symbol>
              <symbol id="starIcon" viewBox="0 0 10 10">
                <path d="M3.189 2.94L4.383.391a.682.682 0 0 1 1.234 0L6.811 2.94h2.506c.6 0 .908.72.492 1.154L7.912 6.071l.78 3.078a.682.682 0 0 1-1.001.758L5 8.357l-2.691 1.55a.682.682 0 0 1-1-.758l.779-3.078L.19 4.093a.682.682 0 0 1 .492-1.154h2.506z"></path>
              </symbol> }
            </svg>
            <div class="sc-10l37ae-0 jlJlGR">
              <div class="sc-1o65d6p-0 bprtKa">
                <div class="sc-al88rd-7 eOoRZV">
                  <div id="game-container" class="sc-1t2vga5-0 edLqUo">
                    <div class="sc-1nfyi8d-0 cToZbD">
                      <div class="sc-1nfyi8d-1 kmawNJ">
                        <div class="sc-1nfyi8d-2 ljHJwR">
                          <div class="sc-1nfyi8d-3 iIUrNJ" id="game-arena" data-url="https://rebemanae.github.io/a-small-world-cup/">
                            <div class="game-iframe-container" id="loadgame">
                   
  
                              <div class="talpa-splash-container" style="background: var(--color2);"><div class="talpa-splash-top"><div><div style="--thumb:url(https://rebemanae.github.io/a-small-world-cup/logo.png)" alt="A Small World Cup"></div><button id="play-btn" onclick="playGame()" class="bg-accent shadow-accent-volume hover:bg-accent-dark w-36 rounded-full py-3 px-8 text-center font-semibold text-white transition-all">
                                Play
                              </button><div class="talpa-loader" style="display: none;">Loading...</div></div></div><div class="talpa-splash-bottom"></div></div>
                          </div>
                          </div>
                        </div>
                        <div class="sc-1thi3bz-0 jKLIEp">
                          <div class="sc-1thi3bz-7 fGkxHt">
                            <img alt="A Small World Cup" src="https://rebemanae.github.io/a-small-world-cup/logo.png" decoding="async" class="sc-1ercfrx-1 kVnwop">
                            <div class="sc-1ercfrx-2 dWoUha">
                              <div class="sc-1ercfrx-3 iAEuVe">
                                <h1 class="sc-1ercfrx-4 kiEtEc">A Small World Cup</h1>
                              </div>
                            </div>
                          </div>
                          <div style="display: contents;">
                            <button class="sc-1wag0ht-6 bowXgQ">
                              <div class="sc-1wag0ht-5 kRNrUr" onclick="open_fullscreen()">
                                <svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" class="sc-1wag0ht-0 kQYXwq">
                                  <use xlink:href="#enterFullscreenIcon"></use>
                                </svg>
                              </div>
                              <div class="sc-1wag0ht-1 jfVzqh">
                                <span class="sc-1wag0ht-2 sc-1wag0ht-3 gqxDAV aeeAa"></span>
                                <span class="sc-1wag0ht-2 sc-1wag0ht-4 gqxDAV kIpmiY" onclick="open_fullscreen()">Fullscreen</span>
                              </div>
                            </button>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
                <div style="display: contents;" id="listgame">
                    
                </div>
                <div class="sc-tbf0fc-0 gKdPGs sc-al88rd-8 jLkOBn">
                  <div width="728" height="90" class="sc-tbf0fc-1 joJxfp">
                    <div style="height: 90px; width: 728px; overflow: hidden;" class="sc-tbf0fc-3 jzKgDP">
                      <div style="height: 90px; width: 728px; overflow: hidden;">
                        <script type="text/javascript">
                
                          var atOptions = {
                            'key' : '4288b4dc8140ac9aca7203b2759dc75b',
                            'format' : 'iframe',
                            'height' : 90,
                            'width' : 728,
                            'params' : {}
                            };
                            document.write('<scr' + 'ipt type="text/javascript" src="//www.highcpmcreativeformat.com/4288b4dc8140ac9aca7203b2759dc75b/invoke.js"></scr' + 'ipt>');
                        
                        </script>
                      </div>
                    </div>
                    <div width="728" height="90" class="sc-tbf0fc-2 flYexE">Advertisement</div>
                  </div>
                </div>
                <div class="sc-tbf0fc-0 gKdPGs sc-al88rd-9 kBFpxV">
                  <div width="300" height="250" class="sc-tbf0fc-1 iZddyZ">
                    <div style="height: 250px; width: 300px; overflow: hidden;" class="sc-tbf0fc-3 jzKgDP">
                      <div style="height: 250px; width: 300px; overflow: hidden;">
                        <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2485663923316878"
                            crossorigin="anonymous"></script>
                        <!-- bitlife-300x250 -->
                        <ins class="adsbygoogle"
                            style="display:inline-block;width:300px;height:250px"
                            data-ad-client="ca-pub-2485663923316878"
                            data-ad-slot="2872742208"></ins>
                        <script>
                            (adsbygoogle = window.adsbygoogle || []).push({});
                        </script>
                      </div>
                    </div>
                    <div width="300" height="250" class="sc-tbf0fc-2 jtzqHS">Advertisement</div>
                  </div>
                </div>
                <div class="sc-tbf0fc-0 gKdPGs sc-al88rd-10 jqewXp">
                  <div width="160" height="600" class="sc-tbf0fc-1 iZddyZ">
                    <div style="height: 600px; width: 160px; overflow: hidden;" class="sc-tbf0fc-3 jzKgDP">
                      <div style="height: 600px; width: 160px; overflow: hidden;"></div>
                    </div>
                    <div width="160" height="600" class="sc-tbf0fc-2 jtzqHS">Advertisement</div>
                  </div>
                </div>
              </div>
            </div>
            <div style="display: contents;">
              <div class="sc-1ri0y0w-6 jfAzpO">
                <div style="background-color: var(--green-7);" class="sc-1ri0y0w-7 lgEayX">
                  <div decoding="async" class="sc-1ri0y0w-2 mvtOn"></div>
                </div>
              </div>
            </div>
          </div>
        
      </div>
      <!-- end hero -->
    </main>
    <!-- Footer -->
    <footer class="dark:bg-jacarta-800 page-footer bg-white">
      <div class="container">
        <div class="grid grid-cols-6 gap-x-7 gap-y-14 pt-24 pb-12 md:grid-cols-12">
          <div class="col-span-3 md:col-span-4">
            <!-- Logo -->
            <a href="/" class="mb-6 inline-block">
              <img src="/assets/bitlife-game-simulator-logo.png" class="max-h-7 dark:hidden" alt="Bitlife" />
              <img src="/assets/bitlife-game-simulator-logo.png" class="hidden max-h-7 dark:block" alt="Bitlife" />
            </a>
            <p class="dark:text-jacarta-300 mb-12">
              Play Best of BitLife Online on ChromeBook at School .
            </p>
            <!-- Socials -->
            <div class="flex space-x-5">
              <a href="#" class="group">
                <svg
                  aria-hidden="true"
                  focusable="false"
                  data-prefix="fab"
                  data-icon="facebook"
                  class="group-hover:fill-accent fill-jacarta-300 h-5 w-5 dark:group-hover:fill-white"
                  role="img"
                  xmlns="http://www.w3.org/2000/svg"
                  viewBox="0 0 512 512"
                >
                  <path
                    d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"
                  ></path>
                </svg>
              </a>
              <a href="#" class="group">
                <svg
                  aria-hidden="true"
                  focusable="false"
                  data-prefix="fab"
                  data-icon="twitter"
                  class="group-hover:fill-accent fill-jacarta-300 h-5 w-5 dark:group-hover:fill-white"
                  role="img"
                  xmlns="http://www.w3.org/2000/svg"
                  viewBox="0 0 512 512"
                >
                  <path
                    d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"
                  ></path>
                </svg>
              </a>
              <a href="#" class="group">
                <svg
                  aria-hidden="true"
                  focusable="false"
                  data-prefix="fab"
                  data-icon="discord"
                  class="group-hover:fill-accent fill-jacarta-300 h-5 w-5 dark:group-hover:fill-white"
                  role="img"
                  xmlns="http://www.w3.org/2000/svg"
                  viewBox="0 0 640 512"
                >
                  <path
                    d="M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z"
                  ></path>
                </svg>
              </a>
              <a href="#" class="group">
                <svg
                  aria-hidden="true"
                  focusable="false"
                  data-prefix="fab"
                  data-icon="instagram"
                  class="group-hover:fill-accent fill-jacarta-300 h-5 w-5 dark:group-hover:fill-white"
                  role="img"
                  xmlns="http://www.w3.org/2000/svg"
                  viewBox="0 0 448 512"
                >
                  <path
                    d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"
                  ></path>
                </svg>
              </a>
              <a href="#" class="group">
                <svg
                  aria-hidden="true"
                  focusable="false"
                  data-prefix="fab"
                  data-icon="tiktok"
                  class="group-hover:fill-accent fill-jacarta-300 h-5 w-5 dark:group-hover:fill-white"
                  role="img"
                  xmlns="http://www.w3.org/2000/svg"
                  viewBox="0 0 448 512"
                >
                  <path
                    d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z"
                  ></path>
                </svg>
              </a>
            </div>
          </div>

        </div>
        <div class="flex flex-col items-center justify-between space-y-2 py-8 sm:flex-row sm:space-y-0">
          <span class="dark:text-jacarta-400 text-sm"
            >&copy;
            <script>
              document.write(new Date().getFullYear())
            </script>
            bitlifeonline.github.io</span>
          <ul class="dark:text-jacarta-400 flex flex-wrap space-x-4 text-sm">
            <li>
              <a href="#" class="hover:text-accent">Terms and conditions</a>
            </li>
            <li><a href="#" class="hover:text-accent">Privacy policy</a></li>
          </ul>
        </div>
      </div>
    </footer>
    <div class="popup-survey"><span class="close-popup" onclick="closePopup()">X</span><iframe class="frameSurvey" src="https://docs.google.com/forms/d/e/1FAIpQLSdX08fMeOHicAXfWRPhQrbgMtp5sezBzJi2ONF-ZIIGG4oC9Q/viewform?embedded=true">Loading…</iframe></div>
    <div class="survey gift" onclick="showPopup()"><span class="icon-quest icon-gift"></span><span class="text-survey" onclick="showPopup()">What game do you like to play? Blocked?</span></div>
    <!-- JS Scripts -->
    <script src="/detai/js/app.bundle.js"></script>
    <script src="/detail/js/play.js?v=3"></script>
  </body>
</html>