@tarsis/toolkit 0.7.3 → 0.7.4
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/dist/dat.gui.module-C-Oxsf3K.cjs +2198 -0
- package/dist/dat.gui.module-DscbDI-N.js +2198 -0
- package/dist/hooks.cjs +18 -32
- package/dist/hooks.d.ts +0 -290
- package/dist/hooks.js +19 -33
- package/dist/index.cjs +62 -2247
- package/dist/index.d.ts +0 -2587
- package/dist/index.js +62 -2247
- package/dist/layout.d.ts +0 -44
- package/dist/primitives.d.ts +0 -177
- package/dist/server.d.ts +0 -69
- package/dist/styles.css +483 -483
- package/dist/tokens.d.ts +0 -435
- package/dist/utils.d.ts +0 -164
- package/package.json +1 -1
- /package/dist/{gl-B0NhVYRl.cjs → gl-CyEFDXce.cjs} +0 -0
- /package/dist/{gl-BipoEx9s.js → gl-D6wtjXIm.js} +0 -0
package/dist/styles.css
CHANGED
|
@@ -2412,17 +2412,17 @@ html[data-theme='dark'] ._root_1xfbo_1 {
|
|
|
2412
2412
|
background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
|
|
2413
2413
|
background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
|
|
2414
2414
|
}
|
|
2415
|
-
}.
|
|
2415
|
+
}._root_12t1b_1 {
|
|
2416
2416
|
--bg: hsl(223, 10%, 90%);
|
|
2417
2417
|
--fg: hsl(223, 10%, 10%);
|
|
2418
2418
|
font-size: calc(30px + 30 * (100vw - 320px) / 960);
|
|
2419
2419
|
}
|
|
2420
|
-
html[data-theme='dark'] .
|
|
2420
|
+
html[data-theme='dark'] ._root_12t1b_1 {
|
|
2421
2421
|
--bg: hsl(223, 10%, 10%);
|
|
2422
2422
|
--fg: hsl(223, 10%, 90%);
|
|
2423
2423
|
}
|
|
2424
2424
|
|
|
2425
|
-
.
|
|
2425
|
+
._button_12t1b_11 {
|
|
2426
2426
|
border-radius: 1.25em;
|
|
2427
2427
|
color: hsl(0, 0%, 100%);
|
|
2428
2428
|
font-weight: bold;
|
|
@@ -2435,12 +2435,12 @@ html[data-theme='dark'] ._root_1mtdb_1 {
|
|
|
2435
2435
|
-webkit-apperance: none;
|
|
2436
2436
|
cursor: pointer;
|
|
2437
2437
|
}
|
|
2438
|
-
.
|
|
2438
|
+
._button_12t1b_11 ._p_12t1b_24, ._button_12t1b_11 ._text_12t1b_24 {
|
|
2439
2439
|
background: hsl(3, 90%, 55%);
|
|
2440
2440
|
border-radius: 50%;
|
|
2441
2441
|
transition: background 0.15s linear;
|
|
2442
2442
|
}
|
|
2443
|
-
.
|
|
2443
|
+
._button_12t1b_11 ._p_12t1b_24 {
|
|
2444
2444
|
animation-duration: 1s;
|
|
2445
2445
|
animation-timing-function: linear;
|
|
2446
2446
|
animation-iteration-count: infinite;
|
|
@@ -2449,197 +2449,197 @@ html[data-theme='dark'] ._root_1mtdb_1 {
|
|
|
2449
2449
|
width: 0.5em;
|
|
2450
2450
|
height: 0.5em;
|
|
2451
2451
|
}
|
|
2452
|
-
.
|
|
2453
|
-
animation-name:
|
|
2454
|
-
animation-delay: -0.
|
|
2452
|
+
._button_12t1b_11 ._p_12t1b_24:nth-child(1) {
|
|
2453
|
+
animation-name: _rise1_12t1b_1;
|
|
2454
|
+
animation-delay: -0.47s;
|
|
2455
2455
|
top: calc(50% - 0.3907910185em);
|
|
2456
2456
|
left: 0.1em;
|
|
2457
2457
|
}
|
|
2458
|
-
.
|
|
2459
|
-
animation-name:
|
|
2460
|
-
animation-delay: -0.
|
|
2458
|
+
._button_12t1b_11 ._p_12t1b_24:nth-child(2) {
|
|
2459
|
+
animation-name: _rise2_12t1b_1;
|
|
2460
|
+
animation-delay: -0.22s;
|
|
2461
2461
|
top: calc(50% - 0.5281152949em);
|
|
2462
2462
|
left: 0.2em;
|
|
2463
2463
|
}
|
|
2464
|
-
.
|
|
2465
|
-
animation-name:
|
|
2466
|
-
animation-delay: -0.
|
|
2464
|
+
._button_12t1b_11 ._p_12t1b_24:nth-child(3) {
|
|
2465
|
+
animation-name: _rise3_12t1b_1;
|
|
2466
|
+
animation-delay: -0.56s;
|
|
2467
2467
|
top: calc(50% - 0.6585914498em);
|
|
2468
2468
|
left: 0.3em;
|
|
2469
2469
|
}
|
|
2470
|
-
.
|
|
2471
|
-
animation-name:
|
|
2472
|
-
animation-delay: -0.
|
|
2470
|
+
._button_12t1b_11 ._p_12t1b_24:nth-child(4) {
|
|
2471
|
+
animation-name: _rise4_12t1b_1;
|
|
2472
|
+
animation-delay: -0.58s;
|
|
2473
2473
|
top: calc(50% - 0.7790067271em);
|
|
2474
2474
|
left: 0.4em;
|
|
2475
2475
|
}
|
|
2476
|
-
.
|
|
2477
|
-
animation-name:
|
|
2478
|
-
animation-delay: -0.
|
|
2476
|
+
._button_12t1b_11 ._p_12t1b_24:nth-child(5) {
|
|
2477
|
+
animation-name: _rise5_12t1b_1;
|
|
2478
|
+
animation-delay: -0.97s;
|
|
2479
2479
|
top: calc(50% - 0.8863961031em);
|
|
2480
2480
|
left: 0.5em;
|
|
2481
2481
|
}
|
|
2482
|
-
.
|
|
2483
|
-
animation-name:
|
|
2484
|
-
animation-delay: -0.
|
|
2482
|
+
._button_12t1b_11 ._p_12t1b_24:nth-child(6) {
|
|
2483
|
+
animation-name: _rise6_12t1b_1;
|
|
2484
|
+
animation-delay: -0.46s;
|
|
2485
2485
|
top: calc(50% - 0.9781152949em);
|
|
2486
2486
|
left: 0.6em;
|
|
2487
2487
|
}
|
|
2488
|
-
.
|
|
2489
|
-
animation-name:
|
|
2490
|
-
animation-delay: -0.
|
|
2488
|
+
._button_12t1b_11 ._p_12t1b_24:nth-child(7) {
|
|
2489
|
+
animation-name: _rise7_12t1b_1;
|
|
2490
|
+
animation-delay: -0.7s;
|
|
2491
2491
|
top: calc(50% - 1.0519058718em);
|
|
2492
2492
|
left: 0.7em;
|
|
2493
2493
|
}
|
|
2494
|
-
.
|
|
2495
|
-
animation-name:
|
|
2496
|
-
animation-delay: -0.
|
|
2494
|
+
._button_12t1b_11 ._p_12t1b_24:nth-child(8) {
|
|
2495
|
+
animation-name: _rise8_12t1b_1;
|
|
2496
|
+
animation-delay: -0.83s;
|
|
2497
2497
|
top: calc(50% - 1.1059508647em);
|
|
2498
2498
|
left: 0.8em;
|
|
2499
2499
|
}
|
|
2500
|
-
.
|
|
2501
|
-
animation-name:
|
|
2502
|
-
animation-delay: -0.
|
|
2500
|
+
._button_12t1b_11 ._p_12t1b_24:nth-child(9) {
|
|
2501
|
+
animation-name: _rise9_12t1b_1;
|
|
2502
|
+
animation-delay: -0.51s;
|
|
2503
2503
|
top: calc(50% - 1.1389195065em);
|
|
2504
2504
|
left: 0.9em;
|
|
2505
2505
|
}
|
|
2506
|
-
.
|
|
2507
|
-
animation-name:
|
|
2508
|
-
animation-delay: -0.
|
|
2506
|
+
._button_12t1b_11 ._p_12t1b_24:nth-child(10) {
|
|
2507
|
+
animation-name: _rise10_12t1b_1;
|
|
2508
|
+
animation-delay: -0.27s;
|
|
2509
2509
|
top: calc(50% - 1.15em);
|
|
2510
2510
|
left: 1em;
|
|
2511
2511
|
}
|
|
2512
|
-
.
|
|
2513
|
-
animation-name:
|
|
2514
|
-
animation-delay: -0.
|
|
2512
|
+
._button_12t1b_11 ._p_12t1b_24:nth-child(11) {
|
|
2513
|
+
animation-name: _rise11_12t1b_1;
|
|
2514
|
+
animation-delay: -0.48s;
|
|
2515
2515
|
top: calc(50% - 1.1389195065em);
|
|
2516
2516
|
left: 1.1em;
|
|
2517
2517
|
}
|
|
2518
|
-
.
|
|
2519
|
-
animation-name:
|
|
2520
|
-
animation-delay: -0.
|
|
2518
|
+
._button_12t1b_11 ._p_12t1b_24:nth-child(12) {
|
|
2519
|
+
animation-name: _rise12_12t1b_1;
|
|
2520
|
+
animation-delay: -0.08s;
|
|
2521
2521
|
top: calc(50% - 1.1059508647em);
|
|
2522
2522
|
left: 1.2em;
|
|
2523
2523
|
}
|
|
2524
|
-
.
|
|
2525
|
-
animation-name:
|
|
2526
|
-
animation-delay: -0.
|
|
2524
|
+
._button_12t1b_11 ._p_12t1b_24:nth-child(13) {
|
|
2525
|
+
animation-name: _rise13_12t1b_1;
|
|
2526
|
+
animation-delay: -0.41s;
|
|
2527
2527
|
top: calc(50% - 1.0519058718em);
|
|
2528
2528
|
left: 1.3em;
|
|
2529
2529
|
}
|
|
2530
|
-
.
|
|
2531
|
-
animation-name:
|
|
2532
|
-
animation-delay: -0.
|
|
2530
|
+
._button_12t1b_11 ._p_12t1b_24:nth-child(14) {
|
|
2531
|
+
animation-name: _rise14_12t1b_1;
|
|
2532
|
+
animation-delay: -0.44s;
|
|
2533
2533
|
top: calc(50% - 0.9781152949em);
|
|
2534
2534
|
left: 1.4em;
|
|
2535
2535
|
}
|
|
2536
|
-
.
|
|
2537
|
-
animation-name:
|
|
2538
|
-
animation-delay: -0.
|
|
2536
|
+
._button_12t1b_11 ._p_12t1b_24:nth-child(15) {
|
|
2537
|
+
animation-name: _rise15_12t1b_1;
|
|
2538
|
+
animation-delay: -0.67s;
|
|
2539
2539
|
top: calc(50% - 0.8863961031em);
|
|
2540
2540
|
left: 1.5em;
|
|
2541
2541
|
}
|
|
2542
|
-
.
|
|
2543
|
-
animation-name:
|
|
2544
|
-
animation-delay: -0.
|
|
2542
|
+
._button_12t1b_11 ._p_12t1b_24:nth-child(16) {
|
|
2543
|
+
animation-name: _rise16_12t1b_1;
|
|
2544
|
+
animation-delay: -0.67s;
|
|
2545
2545
|
top: calc(50% - 0.7790067271em);
|
|
2546
2546
|
left: 1.6em;
|
|
2547
2547
|
}
|
|
2548
|
-
.
|
|
2549
|
-
animation-name:
|
|
2550
|
-
animation-delay: -0.
|
|
2548
|
+
._button_12t1b_11 ._p_12t1b_24:nth-child(17) {
|
|
2549
|
+
animation-name: _rise17_12t1b_1;
|
|
2550
|
+
animation-delay: -0.91s;
|
|
2551
2551
|
top: calc(50% - 0.6585914498em);
|
|
2552
2552
|
left: 1.7em;
|
|
2553
2553
|
}
|
|
2554
|
-
.
|
|
2555
|
-
animation-name:
|
|
2556
|
-
animation-delay: -0.
|
|
2554
|
+
._button_12t1b_11 ._p_12t1b_24:nth-child(18) {
|
|
2555
|
+
animation-name: _rise18_12t1b_1;
|
|
2556
|
+
animation-delay: -0.87s;
|
|
2557
2557
|
top: calc(50% - 0.5281152949em);
|
|
2558
2558
|
left: 1.8em;
|
|
2559
2559
|
}
|
|
2560
|
-
.
|
|
2561
|
-
animation-name:
|
|
2562
|
-
animation-delay: -0.
|
|
2560
|
+
._button_12t1b_11 ._p_12t1b_24:nth-child(19) {
|
|
2561
|
+
animation-name: _rise19_12t1b_1;
|
|
2562
|
+
animation-delay: -0.87s;
|
|
2563
2563
|
top: calc(50% - 0.3907910185em);
|
|
2564
2564
|
left: 1.9em;
|
|
2565
2565
|
}
|
|
2566
|
-
.
|
|
2567
|
-
animation-name:
|
|
2568
|
-
animation-delay: -0.
|
|
2566
|
+
._button_12t1b_11 ._p_12t1b_24:nth-child(20) {
|
|
2567
|
+
animation-name: _rise20_12t1b_1;
|
|
2568
|
+
animation-delay: -0.76s;
|
|
2569
2569
|
top: calc(50% - 0.25em);
|
|
2570
2570
|
left: 2em;
|
|
2571
2571
|
}
|
|
2572
|
-
.
|
|
2572
|
+
._button_12t1b_11:active {
|
|
2573
2573
|
transform: translateY(0.1em);
|
|
2574
2574
|
}
|
|
2575
|
-
.
|
|
2575
|
+
._button_12t1b_11:focus ._p_12t1b_24, ._button_12t1b_11:hover ._p_12t1b_24, ._button_12t1b_11:focus ._text_12t1b_24, ._button_12t1b_11:hover ._text_12t1b_24 {
|
|
2576
2576
|
background: hsl(18, 90%, 55%);
|
|
2577
2577
|
}
|
|
2578
|
-
.
|
|
2578
|
+
._button_12t1b_11:focus ._p_12t1b_24, ._button_12t1b_11:hover ._p_12t1b_24 {
|
|
2579
2579
|
animation-duration: 0.5s;
|
|
2580
2580
|
}
|
|
2581
|
-
.
|
|
2582
|
-
animation-delay: -0.
|
|
2581
|
+
._button_12t1b_11:focus ._p_12t1b_24:nth-child(1), ._button_12t1b_11:hover ._p_12t1b_24:nth-child(1) {
|
|
2582
|
+
animation-delay: -0.235s;
|
|
2583
2583
|
}
|
|
2584
|
-
.
|
|
2585
|
-
animation-delay: -0.
|
|
2584
|
+
._button_12t1b_11:focus ._p_12t1b_24:nth-child(2), ._button_12t1b_11:hover ._p_12t1b_24:nth-child(2) {
|
|
2585
|
+
animation-delay: -0.11s;
|
|
2586
2586
|
}
|
|
2587
|
-
.
|
|
2588
|
-
animation-delay: -0.
|
|
2587
|
+
._button_12t1b_11:focus ._p_12t1b_24:nth-child(3), ._button_12t1b_11:hover ._p_12t1b_24:nth-child(3) {
|
|
2588
|
+
animation-delay: -0.28s;
|
|
2589
2589
|
}
|
|
2590
|
-
.
|
|
2591
|
-
animation-delay: -0.
|
|
2590
|
+
._button_12t1b_11:focus ._p_12t1b_24:nth-child(4), ._button_12t1b_11:hover ._p_12t1b_24:nth-child(4) {
|
|
2591
|
+
animation-delay: -0.29s;
|
|
2592
2592
|
}
|
|
2593
|
-
.
|
|
2594
|
-
animation-delay: -0.
|
|
2593
|
+
._button_12t1b_11:focus ._p_12t1b_24:nth-child(5), ._button_12t1b_11:hover ._p_12t1b_24:nth-child(5) {
|
|
2594
|
+
animation-delay: -0.485s;
|
|
2595
2595
|
}
|
|
2596
|
-
.
|
|
2597
|
-
animation-delay: -0.
|
|
2596
|
+
._button_12t1b_11:focus ._p_12t1b_24:nth-child(6), ._button_12t1b_11:hover ._p_12t1b_24:nth-child(6) {
|
|
2597
|
+
animation-delay: -0.23s;
|
|
2598
2598
|
}
|
|
2599
|
-
.
|
|
2600
|
-
animation-delay: -0.
|
|
2599
|
+
._button_12t1b_11:focus ._p_12t1b_24:nth-child(7), ._button_12t1b_11:hover ._p_12t1b_24:nth-child(7) {
|
|
2600
|
+
animation-delay: -0.35s;
|
|
2601
2601
|
}
|
|
2602
|
-
.
|
|
2603
|
-
animation-delay: -0.
|
|
2602
|
+
._button_12t1b_11:focus ._p_12t1b_24:nth-child(8), ._button_12t1b_11:hover ._p_12t1b_24:nth-child(8) {
|
|
2603
|
+
animation-delay: -0.415s;
|
|
2604
2604
|
}
|
|
2605
|
-
.
|
|
2606
|
-
animation-delay: -0.
|
|
2605
|
+
._button_12t1b_11:focus ._p_12t1b_24:nth-child(9), ._button_12t1b_11:hover ._p_12t1b_24:nth-child(9) {
|
|
2606
|
+
animation-delay: -0.255s;
|
|
2607
2607
|
}
|
|
2608
|
-
.
|
|
2609
|
-
animation-delay: -0.
|
|
2608
|
+
._button_12t1b_11:focus ._p_12t1b_24:nth-child(10), ._button_12t1b_11:hover ._p_12t1b_24:nth-child(10) {
|
|
2609
|
+
animation-delay: -0.135s;
|
|
2610
2610
|
}
|
|
2611
|
-
.
|
|
2612
|
-
animation-delay: -0.
|
|
2611
|
+
._button_12t1b_11:focus ._p_12t1b_24:nth-child(11), ._button_12t1b_11:hover ._p_12t1b_24:nth-child(11) {
|
|
2612
|
+
animation-delay: -0.24s;
|
|
2613
2613
|
}
|
|
2614
|
-
.
|
|
2615
|
-
animation-delay: -0.
|
|
2614
|
+
._button_12t1b_11:focus ._p_12t1b_24:nth-child(12), ._button_12t1b_11:hover ._p_12t1b_24:nth-child(12) {
|
|
2615
|
+
animation-delay: -0.04s;
|
|
2616
2616
|
}
|
|
2617
|
-
.
|
|
2618
|
-
animation-delay: -0.
|
|
2617
|
+
._button_12t1b_11:focus ._p_12t1b_24:nth-child(13), ._button_12t1b_11:hover ._p_12t1b_24:nth-child(13) {
|
|
2618
|
+
animation-delay: -0.205s;
|
|
2619
2619
|
}
|
|
2620
|
-
.
|
|
2621
|
-
animation-delay: -0.
|
|
2620
|
+
._button_12t1b_11:focus ._p_12t1b_24:nth-child(14), ._button_12t1b_11:hover ._p_12t1b_24:nth-child(14) {
|
|
2621
|
+
animation-delay: -0.22s;
|
|
2622
2622
|
}
|
|
2623
|
-
.
|
|
2624
|
-
animation-delay: -0.
|
|
2623
|
+
._button_12t1b_11:focus ._p_12t1b_24:nth-child(15), ._button_12t1b_11:hover ._p_12t1b_24:nth-child(15) {
|
|
2624
|
+
animation-delay: -0.335s;
|
|
2625
2625
|
}
|
|
2626
|
-
.
|
|
2627
|
-
animation-delay: -0.
|
|
2626
|
+
._button_12t1b_11:focus ._p_12t1b_24:nth-child(16), ._button_12t1b_11:hover ._p_12t1b_24:nth-child(16) {
|
|
2627
|
+
animation-delay: -0.335s;
|
|
2628
2628
|
}
|
|
2629
|
-
.
|
|
2630
|
-
animation-delay: -0.
|
|
2629
|
+
._button_12t1b_11:focus ._p_12t1b_24:nth-child(17), ._button_12t1b_11:hover ._p_12t1b_24:nth-child(17) {
|
|
2630
|
+
animation-delay: -0.455s;
|
|
2631
2631
|
}
|
|
2632
|
-
.
|
|
2633
|
-
animation-delay: -0.
|
|
2632
|
+
._button_12t1b_11:focus ._p_12t1b_24:nth-child(18), ._button_12t1b_11:hover ._p_12t1b_24:nth-child(18) {
|
|
2633
|
+
animation-delay: -0.435s;
|
|
2634
2634
|
}
|
|
2635
|
-
.
|
|
2636
|
-
animation-delay: -0.
|
|
2635
|
+
._button_12t1b_11:focus ._p_12t1b_24:nth-child(19), ._button_12t1b_11:hover ._p_12t1b_24:nth-child(19) {
|
|
2636
|
+
animation-delay: -0.435s;
|
|
2637
2637
|
}
|
|
2638
|
-
.
|
|
2639
|
-
animation-delay: -0.
|
|
2638
|
+
._button_12t1b_11:focus ._p_12t1b_24:nth-child(20), ._button_12t1b_11:hover ._p_12t1b_24:nth-child(20) {
|
|
2639
|
+
animation-delay: -0.38s;
|
|
2640
2640
|
}
|
|
2641
2641
|
|
|
2642
|
-
.
|
|
2642
|
+
._text_12t1b_24 {
|
|
2643
2643
|
display: block;
|
|
2644
2644
|
padding: 0.5em;
|
|
2645
2645
|
width: 100%;
|
|
@@ -2648,231 +2648,231 @@ html[data-theme='dark'] ._root_1mtdb_1 {
|
|
|
2648
2648
|
text-align: center;
|
|
2649
2649
|
}
|
|
2650
2650
|
|
|
2651
|
-
.
|
|
2652
|
-
.
|
|
2651
|
+
._text_12t1b_24,
|
|
2652
|
+
._effects_12t1b_238 {
|
|
2653
2653
|
position: absolute;
|
|
2654
2654
|
top: 0;
|
|
2655
2655
|
left: 0;
|
|
2656
2656
|
}
|
|
2657
2657
|
|
|
2658
|
-
@keyframes
|
|
2658
|
+
@keyframes _rise1_12t1b_1 {
|
|
2659
2659
|
from {
|
|
2660
2660
|
transform: translate(0em, 0) scale(1);
|
|
2661
2661
|
}
|
|
2662
2662
|
50% {
|
|
2663
|
-
transform: translate(0.
|
|
2663
|
+
transform: translate(0.082em, -1.21em) scale(1);
|
|
2664
2664
|
}
|
|
2665
2665
|
to {
|
|
2666
|
-
transform: translate(
|
|
2666
|
+
transform: translate(0.06em, -2.42em) scale(0);
|
|
2667
2667
|
}
|
|
2668
2668
|
}
|
|
2669
|
-
@keyframes
|
|
2669
|
+
@keyframes _rise2_12t1b_1 {
|
|
2670
2670
|
from {
|
|
2671
2671
|
transform: translate(0em, 0) scale(1);
|
|
2672
2672
|
}
|
|
2673
2673
|
50% {
|
|
2674
|
-
transform: translate(0.
|
|
2674
|
+
transform: translate(-0.096em, -1.07em) scale(1);
|
|
2675
2675
|
}
|
|
2676
2676
|
to {
|
|
2677
|
-
transform: translate(0.
|
|
2677
|
+
transform: translate(-0.035em, -2.14em) scale(0);
|
|
2678
2678
|
}
|
|
2679
2679
|
}
|
|
2680
|
-
@keyframes
|
|
2680
|
+
@keyframes _rise3_12t1b_1 {
|
|
2681
2681
|
from {
|
|
2682
2682
|
transform: translate(0em, 0) scale(1);
|
|
2683
2683
|
}
|
|
2684
2684
|
50% {
|
|
2685
|
-
transform: translate(0.
|
|
2685
|
+
transform: translate(0.018em, -0.95em) scale(1);
|
|
2686
2686
|
}
|
|
2687
2687
|
to {
|
|
2688
|
-
transform: translate(0.
|
|
2688
|
+
transform: translate(0.105em, -1.9em) scale(0);
|
|
2689
2689
|
}
|
|
2690
2690
|
}
|
|
2691
|
-
@keyframes
|
|
2691
|
+
@keyframes _rise4_12t1b_1 {
|
|
2692
2692
|
from {
|
|
2693
2693
|
transform: translate(0em, 0) scale(1);
|
|
2694
2694
|
}
|
|
2695
2695
|
50% {
|
|
2696
|
-
transform: translate(-0.
|
|
2696
|
+
transform: translate(-0.096em, -1.41em) scale(1);
|
|
2697
2697
|
}
|
|
2698
2698
|
to {
|
|
2699
|
-
transform: translate(0.
|
|
2699
|
+
transform: translate(-0.16em, -2.82em) scale(0);
|
|
2700
2700
|
}
|
|
2701
2701
|
}
|
|
2702
|
-
@keyframes
|
|
2702
|
+
@keyframes _rise5_12t1b_1 {
|
|
2703
2703
|
from {
|
|
2704
2704
|
transform: translate(0em, 0) scale(1);
|
|
2705
2705
|
}
|
|
2706
2706
|
50% {
|
|
2707
|
-
transform: translate(
|
|
2707
|
+
transform: translate(0.086em, -0.85em) scale(1);
|
|
2708
2708
|
}
|
|
2709
2709
|
to {
|
|
2710
|
-
transform: translate(-0.
|
|
2710
|
+
transform: translate(-0.09em, -1.7em) scale(0);
|
|
2711
2711
|
}
|
|
2712
2712
|
}
|
|
2713
|
-
@keyframes
|
|
2713
|
+
@keyframes _rise6_12t1b_1 {
|
|
2714
2714
|
from {
|
|
2715
2715
|
transform: translate(0em, 0) scale(1);
|
|
2716
2716
|
}
|
|
2717
2717
|
50% {
|
|
2718
|
-
transform: translate(
|
|
2718
|
+
transform: translate(-0.008em, -1.29em) scale(1);
|
|
2719
2719
|
}
|
|
2720
2720
|
to {
|
|
2721
|
-
transform: translate(0.
|
|
2721
|
+
transform: translate(0.175em, -2.58em) scale(0);
|
|
2722
2722
|
}
|
|
2723
2723
|
}
|
|
2724
|
-
@keyframes
|
|
2724
|
+
@keyframes _rise7_12t1b_1 {
|
|
2725
2725
|
from {
|
|
2726
2726
|
transform: translate(0em, 0) scale(1);
|
|
2727
2727
|
}
|
|
2728
2728
|
50% {
|
|
2729
|
-
transform: translate(
|
|
2729
|
+
transform: translate(0.016em, -1.29em) scale(1);
|
|
2730
2730
|
}
|
|
2731
2731
|
to {
|
|
2732
|
-
transform: translate(0.
|
|
2732
|
+
transform: translate(-0.11em, -2.58em) scale(0);
|
|
2733
2733
|
}
|
|
2734
2734
|
}
|
|
2735
|
-
@keyframes
|
|
2735
|
+
@keyframes _rise8_12t1b_1 {
|
|
2736
2736
|
from {
|
|
2737
2737
|
transform: translate(0em, 0) scale(1);
|
|
2738
2738
|
}
|
|
2739
2739
|
50% {
|
|
2740
|
-
transform: translate(0.
|
|
2740
|
+
transform: translate(-0.052em, -0.56em) scale(1);
|
|
2741
2741
|
}
|
|
2742
2742
|
to {
|
|
2743
|
-
transform: translate(0.
|
|
2743
|
+
transform: translate(0.185em, -1.12em) scale(0);
|
|
2744
2744
|
}
|
|
2745
2745
|
}
|
|
2746
|
-
@keyframes
|
|
2746
|
+
@keyframes _rise9_12t1b_1 {
|
|
2747
2747
|
from {
|
|
2748
2748
|
transform: translate(0em, 0) scale(1);
|
|
2749
2749
|
}
|
|
2750
2750
|
50% {
|
|
2751
|
-
transform: translate(0.
|
|
2751
|
+
transform: translate(-0.08em, -1.36em) scale(1);
|
|
2752
2752
|
}
|
|
2753
2753
|
to {
|
|
2754
|
-
transform: translate(-0.
|
|
2754
|
+
transform: translate(-0.215em, -2.72em) scale(0);
|
|
2755
2755
|
}
|
|
2756
2756
|
}
|
|
2757
|
-
@keyframes
|
|
2757
|
+
@keyframes _rise10_12t1b_1 {
|
|
2758
2758
|
from {
|
|
2759
2759
|
transform: translate(0em, 0) scale(1);
|
|
2760
2760
|
}
|
|
2761
2761
|
50% {
|
|
2762
|
-
transform: translate(
|
|
2762
|
+
transform: translate(0.084em, -1.15em) scale(1);
|
|
2763
2763
|
}
|
|
2764
2764
|
to {
|
|
2765
|
-
transform: translate(
|
|
2765
|
+
transform: translate(0.17em, -2.3em) scale(0);
|
|
2766
2766
|
}
|
|
2767
2767
|
}
|
|
2768
|
-
@keyframes
|
|
2768
|
+
@keyframes _rise11_12t1b_1 {
|
|
2769
2769
|
from {
|
|
2770
2770
|
transform: translate(0em, 0) scale(1);
|
|
2771
2771
|
}
|
|
2772
2772
|
50% {
|
|
2773
|
-
transform: translate(0.
|
|
2773
|
+
transform: translate(-0.028em, -0.74em) scale(1);
|
|
2774
2774
|
}
|
|
2775
2775
|
to {
|
|
2776
|
-
transform: translate(-0.
|
|
2776
|
+
transform: translate(-0.085em, -1.48em) scale(0);
|
|
2777
2777
|
}
|
|
2778
2778
|
}
|
|
2779
|
-
@keyframes
|
|
2779
|
+
@keyframes _rise12_12t1b_1 {
|
|
2780
2780
|
from {
|
|
2781
2781
|
transform: translate(0em, 0) scale(1);
|
|
2782
2782
|
}
|
|
2783
2783
|
50% {
|
|
2784
|
-
transform: translate(0.
|
|
2784
|
+
transform: translate(0.026em, -1.18em) scale(1);
|
|
2785
2785
|
}
|
|
2786
2786
|
to {
|
|
2787
|
-
transform: translate(0.
|
|
2787
|
+
transform: translate(-0.245em, -2.36em) scale(0);
|
|
2788
2788
|
}
|
|
2789
2789
|
}
|
|
2790
|
-
@keyframes
|
|
2790
|
+
@keyframes _rise13_12t1b_1 {
|
|
2791
2791
|
from {
|
|
2792
2792
|
transform: translate(0em, 0) scale(1);
|
|
2793
2793
|
}
|
|
2794
2794
|
50% {
|
|
2795
|
-
transform: translate(0.
|
|
2795
|
+
transform: translate(0.01em, -0.94em) scale(1);
|
|
2796
2796
|
}
|
|
2797
2797
|
to {
|
|
2798
|
-
transform: translate(0.
|
|
2798
|
+
transform: translate(-0.185em, -1.88em) scale(0);
|
|
2799
2799
|
}
|
|
2800
2800
|
}
|
|
2801
|
-
@keyframes
|
|
2801
|
+
@keyframes _rise14_12t1b_1 {
|
|
2802
2802
|
from {
|
|
2803
2803
|
transform: translate(0em, 0) scale(1);
|
|
2804
2804
|
}
|
|
2805
2805
|
50% {
|
|
2806
|
-
transform: translate(0.
|
|
2806
|
+
transform: translate(-0.006em, -1.09em) scale(1);
|
|
2807
2807
|
}
|
|
2808
2808
|
to {
|
|
2809
|
-
transform: translate(0.
|
|
2809
|
+
transform: translate(0.175em, -2.18em) scale(0);
|
|
2810
2810
|
}
|
|
2811
2811
|
}
|
|
2812
|
-
@keyframes
|
|
2812
|
+
@keyframes _rise15_12t1b_1 {
|
|
2813
2813
|
from {
|
|
2814
2814
|
transform: translate(0em, 0) scale(1);
|
|
2815
2815
|
}
|
|
2816
2816
|
50% {
|
|
2817
|
-
transform: translate(
|
|
2817
|
+
transform: translate(0.058em, -1.32em) scale(1);
|
|
2818
2818
|
}
|
|
2819
2819
|
to {
|
|
2820
|
-
transform: translate(0.
|
|
2820
|
+
transform: translate(-0.035em, -2.64em) scale(0);
|
|
2821
2821
|
}
|
|
2822
2822
|
}
|
|
2823
|
-
@keyframes
|
|
2823
|
+
@keyframes _rise16_12t1b_1 {
|
|
2824
2824
|
from {
|
|
2825
2825
|
transform: translate(0em, 0) scale(1);
|
|
2826
2826
|
}
|
|
2827
2827
|
50% {
|
|
2828
|
-
transform: translate(-0.
|
|
2828
|
+
transform: translate(-0.012em, -1.11em) scale(1);
|
|
2829
2829
|
}
|
|
2830
2830
|
to {
|
|
2831
|
-
transform: translate(0.
|
|
2831
|
+
transform: translate(0.045em, -2.22em) scale(0);
|
|
2832
2832
|
}
|
|
2833
2833
|
}
|
|
2834
|
-
@keyframes
|
|
2834
|
+
@keyframes _rise17_12t1b_1 {
|
|
2835
2835
|
from {
|
|
2836
2836
|
transform: translate(0em, 0) scale(1);
|
|
2837
2837
|
}
|
|
2838
2838
|
50% {
|
|
2839
|
-
transform: translate(0.
|
|
2839
|
+
transform: translate(-0.09em, -1.01em) scale(1);
|
|
2840
2840
|
}
|
|
2841
2841
|
to {
|
|
2842
|
-
transform: translate(-0.
|
|
2842
|
+
transform: translate(-0.185em, -2.02em) scale(0);
|
|
2843
2843
|
}
|
|
2844
2844
|
}
|
|
2845
|
-
@keyframes
|
|
2845
|
+
@keyframes _rise18_12t1b_1 {
|
|
2846
2846
|
from {
|
|
2847
2847
|
transform: translate(0em, 0) scale(1);
|
|
2848
2848
|
}
|
|
2849
2849
|
50% {
|
|
2850
|
-
transform: translate(0.
|
|
2850
|
+
transform: translate(-0.074em, -1.02em) scale(1);
|
|
2851
2851
|
}
|
|
2852
2852
|
to {
|
|
2853
|
-
transform: translate(0.
|
|
2853
|
+
transform: translate(-0.09em, -2.04em) scale(0);
|
|
2854
2854
|
}
|
|
2855
2855
|
}
|
|
2856
|
-
@keyframes
|
|
2856
|
+
@keyframes _rise19_12t1b_1 {
|
|
2857
2857
|
from {
|
|
2858
2858
|
transform: translate(0em, 0) scale(1);
|
|
2859
2859
|
}
|
|
2860
2860
|
50% {
|
|
2861
|
-
transform: translate(0.
|
|
2861
|
+
transform: translate(-0.012em, -1.49em) scale(1);
|
|
2862
2862
|
}
|
|
2863
2863
|
to {
|
|
2864
|
-
transform: translate(0.
|
|
2864
|
+
transform: translate(-0.125em, -2.98em) scale(0);
|
|
2865
2865
|
}
|
|
2866
2866
|
}
|
|
2867
|
-
@keyframes
|
|
2867
|
+
@keyframes _rise20_12t1b_1 {
|
|
2868
2868
|
from {
|
|
2869
2869
|
transform: translate(0em, 0) scale(1);
|
|
2870
2870
|
}
|
|
2871
2871
|
50% {
|
|
2872
|
-
transform: translate(0.
|
|
2872
|
+
transform: translate(0.01em, -1.07em) scale(1);
|
|
2873
2873
|
}
|
|
2874
2874
|
to {
|
|
2875
|
-
transform: translate(-0.
|
|
2875
|
+
transform: translate(-0.14em, -2.14em) scale(0);
|
|
2876
2876
|
}
|
|
2877
2877
|
}._root_exi6q_1 {
|
|
2878
2878
|
--primary: black;
|
|
@@ -6154,7 +6154,7 @@ html[data-theme='dark'] ._root_nxo69_1 {
|
|
|
6154
6154
|
._root_1qkvm_1:focus::after {
|
|
6155
6155
|
opacity: 1;
|
|
6156
6156
|
}/*background-image: radial-gradient(circle, #333, #000 800px);*/
|
|
6157
|
-
.
|
|
6157
|
+
._root_gsvfv_2 {
|
|
6158
6158
|
position: relative;
|
|
6159
6159
|
width: 287px;
|
|
6160
6160
|
height: 36px;
|
|
@@ -6168,13 +6168,13 @@ html[data-theme='dark'] ._root_nxo69_1 {
|
|
|
6168
6168
|
justify-content: center;
|
|
6169
6169
|
align-content: center;
|
|
6170
6170
|
}
|
|
6171
|
-
.
|
|
6171
|
+
._root_gsvfv_2:hover {
|
|
6172
6172
|
--sy: 1;
|
|
6173
6173
|
--aps: running;
|
|
6174
6174
|
--op: 0;
|
|
6175
6175
|
}
|
|
6176
6176
|
|
|
6177
|
-
.
|
|
6177
|
+
._i_gsvfv_22 {
|
|
6178
6178
|
position: absolute;
|
|
6179
6179
|
left: var(--left, 0);
|
|
6180
6180
|
top: 50%;
|
|
@@ -6184,16 +6184,16 @@ html[data-theme='dark'] ._root_nxo69_1 {
|
|
|
6184
6184
|
transition: transform var(--duration) ease-out;
|
|
6185
6185
|
z-index: -1;
|
|
6186
6186
|
}
|
|
6187
|
-
.
|
|
6187
|
+
._i_gsvfv_22::after {
|
|
6188
6188
|
content: "";
|
|
6189
6189
|
position: absolute;
|
|
6190
6190
|
inset: 0;
|
|
6191
6191
|
background-image: linear-gradient(#fff, hsl(var(--hue, 0), 75%, 75%));
|
|
6192
6192
|
border-radius: 50%;
|
|
6193
|
-
animation:
|
|
6193
|
+
animation: _noise_gsvfv_1 var(--duration) infinite ease-in-out alternate;
|
|
6194
6194
|
animation-play-state: var(--aps, paused);
|
|
6195
6195
|
}
|
|
6196
|
-
@keyframes
|
|
6196
|
+
@keyframes _noise_gsvfv_1 {
|
|
6197
6197
|
0% {
|
|
6198
6198
|
transform: scaleY(calc(1 - (var(--size, 0))));
|
|
6199
6199
|
}
|
|
@@ -6201,440 +6201,440 @@ html[data-theme='dark'] ._root_nxo69_1 {
|
|
|
6201
6201
|
transform: scaleY(calc(1 + (var(--size, 0))));
|
|
6202
6202
|
}
|
|
6203
6203
|
}
|
|
6204
|
-
.
|
|
6204
|
+
._i_gsvfv_22:nth-child(1) {
|
|
6205
6205
|
--left: 0px;
|
|
6206
|
-
--duration:
|
|
6207
|
-
--size: 0.
|
|
6206
|
+
--duration: 278ms;
|
|
6207
|
+
--size: 0.709;
|
|
6208
6208
|
--hue: 0;
|
|
6209
6209
|
}
|
|
6210
|
-
.
|
|
6210
|
+
._i_gsvfv_22:nth-child(2) {
|
|
6211
6211
|
--left: 4px;
|
|
6212
|
-
--duration:
|
|
6213
|
-
--size: 0.
|
|
6212
|
+
--duration: 301ms;
|
|
6213
|
+
--size: 0.285;
|
|
6214
6214
|
--hue: 5;
|
|
6215
6215
|
}
|
|
6216
|
-
.
|
|
6216
|
+
._i_gsvfv_22:nth-child(3) {
|
|
6217
6217
|
--left: 8px;
|
|
6218
|
-
--duration:
|
|
6219
|
-
--size: 0.
|
|
6218
|
+
--duration: 338ms;
|
|
6219
|
+
--size: 0.33;
|
|
6220
6220
|
--hue: 10;
|
|
6221
6221
|
}
|
|
6222
|
-
.
|
|
6222
|
+
._i_gsvfv_22:nth-child(4) {
|
|
6223
6223
|
--left: 12px;
|
|
6224
|
-
--duration:
|
|
6225
|
-
--size: 0.
|
|
6224
|
+
--duration: 314ms;
|
|
6225
|
+
--size: 0.203;
|
|
6226
6226
|
--hue: 15;
|
|
6227
6227
|
}
|
|
6228
|
-
.
|
|
6228
|
+
._i_gsvfv_22:nth-child(5) {
|
|
6229
6229
|
--left: 16px;
|
|
6230
|
-
--duration:
|
|
6231
|
-
--size: 0.
|
|
6230
|
+
--duration: 301ms;
|
|
6231
|
+
--size: 0.214;
|
|
6232
6232
|
--hue: 20;
|
|
6233
6233
|
}
|
|
6234
|
-
.
|
|
6234
|
+
._i_gsvfv_22:nth-child(6) {
|
|
6235
6235
|
--left: 20px;
|
|
6236
|
-
--duration:
|
|
6237
|
-
--size: 0.
|
|
6236
|
+
--duration: 309ms;
|
|
6237
|
+
--size: 0.644;
|
|
6238
6238
|
--hue: 25;
|
|
6239
6239
|
}
|
|
6240
|
-
.
|
|
6240
|
+
._i_gsvfv_22:nth-child(7) {
|
|
6241
6241
|
--left: 24px;
|
|
6242
|
-
--duration:
|
|
6243
|
-
--size: 0.
|
|
6242
|
+
--duration: 211ms;
|
|
6243
|
+
--size: 0.716;
|
|
6244
6244
|
--hue: 30;
|
|
6245
6245
|
}
|
|
6246
|
-
.
|
|
6246
|
+
._i_gsvfv_22:nth-child(8) {
|
|
6247
6247
|
--left: 28px;
|
|
6248
|
-
--duration:
|
|
6249
|
-
--size: 0.
|
|
6248
|
+
--duration: 292ms;
|
|
6249
|
+
--size: 0.177;
|
|
6250
6250
|
--hue: 35;
|
|
6251
6251
|
}
|
|
6252
|
-
.
|
|
6252
|
+
._i_gsvfv_22:nth-child(9) {
|
|
6253
6253
|
--left: 32px;
|
|
6254
|
-
--duration:
|
|
6255
|
-
--size: 0.
|
|
6254
|
+
--duration: 258ms;
|
|
6255
|
+
--size: 0.129;
|
|
6256
6256
|
--hue: 40;
|
|
6257
6257
|
}
|
|
6258
|
-
.
|
|
6258
|
+
._i_gsvfv_22:nth-child(10) {
|
|
6259
6259
|
--left: 36px;
|
|
6260
|
-
--duration:
|
|
6261
|
-
--size: 0.
|
|
6260
|
+
--duration: 341ms;
|
|
6261
|
+
--size: 0.282;
|
|
6262
6262
|
--hue: 45;
|
|
6263
6263
|
}
|
|
6264
|
-
.
|
|
6264
|
+
._i_gsvfv_22:nth-child(11) {
|
|
6265
6265
|
--left: 40px;
|
|
6266
|
-
--duration:
|
|
6267
|
-
--size: 0.
|
|
6266
|
+
--duration: 365ms;
|
|
6267
|
+
--size: 0.669;
|
|
6268
6268
|
--hue: 50;
|
|
6269
6269
|
}
|
|
6270
|
-
.
|
|
6270
|
+
._i_gsvfv_22:nth-child(12) {
|
|
6271
6271
|
--left: 44px;
|
|
6272
|
-
--duration:
|
|
6273
|
-
--size: 0.
|
|
6272
|
+
--duration: 225ms;
|
|
6273
|
+
--size: 0.9;
|
|
6274
6274
|
--hue: 55;
|
|
6275
6275
|
}
|
|
6276
|
-
.
|
|
6276
|
+
._i_gsvfv_22:nth-child(13) {
|
|
6277
6277
|
--left: 48px;
|
|
6278
|
-
--duration:
|
|
6279
|
-
--size: 0.
|
|
6278
|
+
--duration: 204ms;
|
|
6279
|
+
--size: 0.817;
|
|
6280
6280
|
--hue: 60;
|
|
6281
6281
|
}
|
|
6282
|
-
.
|
|
6282
|
+
._i_gsvfv_22:nth-child(14) {
|
|
6283
6283
|
--left: 52px;
|
|
6284
|
-
--duration:
|
|
6285
|
-
--size: 0.
|
|
6284
|
+
--duration: 372ms;
|
|
6285
|
+
--size: 0.468;
|
|
6286
6286
|
--hue: 65;
|
|
6287
6287
|
}
|
|
6288
|
-
.
|
|
6288
|
+
._i_gsvfv_22:nth-child(15) {
|
|
6289
6289
|
--left: 56px;
|
|
6290
|
-
--duration:
|
|
6291
|
-
--size: 0.
|
|
6290
|
+
--duration: 381ms;
|
|
6291
|
+
--size: 0.763;
|
|
6292
6292
|
--hue: 70;
|
|
6293
6293
|
}
|
|
6294
|
-
.
|
|
6294
|
+
._i_gsvfv_22:nth-child(16) {
|
|
6295
6295
|
--left: 60px;
|
|
6296
|
-
--duration:
|
|
6297
|
-
--size: 0.
|
|
6296
|
+
--duration: 267ms;
|
|
6297
|
+
--size: 0.324;
|
|
6298
6298
|
--hue: 75;
|
|
6299
6299
|
}
|
|
6300
|
-
.
|
|
6300
|
+
._i_gsvfv_22:nth-child(17) {
|
|
6301
6301
|
--left: 64px;
|
|
6302
|
-
--duration:
|
|
6303
|
-
--size: 0.
|
|
6302
|
+
--duration: 325ms;
|
|
6303
|
+
--size: 0.492;
|
|
6304
6304
|
--hue: 80;
|
|
6305
6305
|
}
|
|
6306
|
-
.
|
|
6306
|
+
._i_gsvfv_22:nth-child(18) {
|
|
6307
6307
|
--left: 68px;
|
|
6308
|
-
--duration:
|
|
6309
|
-
--size: 0.
|
|
6308
|
+
--duration: 379ms;
|
|
6309
|
+
--size: 0.799;
|
|
6310
6310
|
--hue: 85;
|
|
6311
6311
|
}
|
|
6312
|
-
.
|
|
6312
|
+
._i_gsvfv_22:nth-child(19) {
|
|
6313
6313
|
--left: 72px;
|
|
6314
|
-
--duration:
|
|
6315
|
-
--size: 0.
|
|
6314
|
+
--duration: 368ms;
|
|
6315
|
+
--size: 0.287;
|
|
6316
6316
|
--hue: 90;
|
|
6317
6317
|
}
|
|
6318
|
-
.
|
|
6318
|
+
._i_gsvfv_22:nth-child(20) {
|
|
6319
6319
|
--left: 76px;
|
|
6320
|
-
--duration:
|
|
6321
|
-
--size: 0.
|
|
6320
|
+
--duration: 202ms;
|
|
6321
|
+
--size: 0.043;
|
|
6322
6322
|
--hue: 95;
|
|
6323
6323
|
}
|
|
6324
|
-
.
|
|
6324
|
+
._i_gsvfv_22:nth-child(21) {
|
|
6325
6325
|
--left: 80px;
|
|
6326
|
-
--duration:
|
|
6327
|
-
--size: 0.
|
|
6326
|
+
--duration: 262ms;
|
|
6327
|
+
--size: 0.022;
|
|
6328
6328
|
--hue: 100;
|
|
6329
6329
|
}
|
|
6330
|
-
.
|
|
6330
|
+
._i_gsvfv_22:nth-child(22) {
|
|
6331
6331
|
--left: 84px;
|
|
6332
|
-
--duration:
|
|
6333
|
-
--size: 0.
|
|
6332
|
+
--duration: 274ms;
|
|
6333
|
+
--size: 0.344;
|
|
6334
6334
|
--hue: 105;
|
|
6335
6335
|
}
|
|
6336
|
-
.
|
|
6336
|
+
._i_gsvfv_22:nth-child(23) {
|
|
6337
6337
|
--left: 88px;
|
|
6338
|
-
--duration:
|
|
6339
|
-
--size: 0.
|
|
6338
|
+
--duration: 296ms;
|
|
6339
|
+
--size: 0.214;
|
|
6340
6340
|
--hue: 110;
|
|
6341
6341
|
}
|
|
6342
|
-
.
|
|
6342
|
+
._i_gsvfv_22:nth-child(24) {
|
|
6343
6343
|
--left: 92px;
|
|
6344
|
-
--duration:
|
|
6345
|
-
--size: 0.
|
|
6344
|
+
--duration: 222ms;
|
|
6345
|
+
--size: 0.433;
|
|
6346
6346
|
--hue: 115;
|
|
6347
6347
|
}
|
|
6348
|
-
.
|
|
6348
|
+
._i_gsvfv_22:nth-child(25) {
|
|
6349
6349
|
--left: 96px;
|
|
6350
|
-
--duration:
|
|
6351
|
-
--size: 0.
|
|
6350
|
+
--duration: 207ms;
|
|
6351
|
+
--size: 0.726;
|
|
6352
6352
|
--hue: 120;
|
|
6353
6353
|
}
|
|
6354
|
-
.
|
|
6354
|
+
._i_gsvfv_22:nth-child(26) {
|
|
6355
6355
|
--left: 100px;
|
|
6356
|
-
--duration:
|
|
6357
|
-
--size: 0.
|
|
6356
|
+
--duration: 304ms;
|
|
6357
|
+
--size: 0.56;
|
|
6358
6358
|
--hue: 125;
|
|
6359
6359
|
}
|
|
6360
|
-
.
|
|
6360
|
+
._i_gsvfv_22:nth-child(27) {
|
|
6361
6361
|
--left: 104px;
|
|
6362
|
-
--duration:
|
|
6363
|
-
--size: 0.
|
|
6362
|
+
--duration: 269ms;
|
|
6363
|
+
--size: 0.243;
|
|
6364
6364
|
--hue: 130;
|
|
6365
6365
|
}
|
|
6366
|
-
.
|
|
6366
|
+
._i_gsvfv_22:nth-child(28) {
|
|
6367
6367
|
--left: 108px;
|
|
6368
|
-
--duration:
|
|
6369
|
-
--size: 0.
|
|
6368
|
+
--duration: 279ms;
|
|
6369
|
+
--size: 0.998;
|
|
6370
6370
|
--hue: 135;
|
|
6371
6371
|
}
|
|
6372
|
-
.
|
|
6372
|
+
._i_gsvfv_22:nth-child(29) {
|
|
6373
6373
|
--left: 112px;
|
|
6374
|
-
--duration:
|
|
6375
|
-
--size: 0.
|
|
6374
|
+
--duration: 234ms;
|
|
6375
|
+
--size: 0.74;
|
|
6376
6376
|
--hue: 140;
|
|
6377
6377
|
}
|
|
6378
|
-
.
|
|
6378
|
+
._i_gsvfv_22:nth-child(30) {
|
|
6379
6379
|
--left: 116px;
|
|
6380
|
-
--duration:
|
|
6381
|
-
--size: 0.
|
|
6380
|
+
--duration: 249ms;
|
|
6381
|
+
--size: 0.547;
|
|
6382
6382
|
--hue: 145;
|
|
6383
6383
|
}
|
|
6384
|
-
.
|
|
6384
|
+
._i_gsvfv_22:nth-child(31) {
|
|
6385
6385
|
--left: 120px;
|
|
6386
|
-
--duration:
|
|
6387
|
-
--size: 0.
|
|
6386
|
+
--duration: 209ms;
|
|
6387
|
+
--size: 0.643;
|
|
6388
6388
|
--hue: 150;
|
|
6389
6389
|
}
|
|
6390
|
-
.
|
|
6390
|
+
._i_gsvfv_22:nth-child(32) {
|
|
6391
6391
|
--left: 124px;
|
|
6392
|
-
--duration:
|
|
6393
|
-
--size: 0.
|
|
6392
|
+
--duration: 396ms;
|
|
6393
|
+
--size: 0.978;
|
|
6394
6394
|
--hue: 155;
|
|
6395
6395
|
}
|
|
6396
|
-
.
|
|
6396
|
+
._i_gsvfv_22:nth-child(33) {
|
|
6397
6397
|
--left: 128px;
|
|
6398
|
-
--duration:
|
|
6399
|
-
--size: 0.
|
|
6398
|
+
--duration: 342ms;
|
|
6399
|
+
--size: 0.27;
|
|
6400
6400
|
--hue: 160;
|
|
6401
6401
|
}
|
|
6402
|
-
.
|
|
6402
|
+
._i_gsvfv_22:nth-child(34) {
|
|
6403
6403
|
--left: 132px;
|
|
6404
|
-
--duration:
|
|
6405
|
-
--size: 0.
|
|
6404
|
+
--duration: 230ms;
|
|
6405
|
+
--size: 0.988;
|
|
6406
6406
|
--hue: 165;
|
|
6407
6407
|
}
|
|
6408
|
-
.
|
|
6408
|
+
._i_gsvfv_22:nth-child(35) {
|
|
6409
6409
|
--left: 136px;
|
|
6410
|
-
--duration:
|
|
6411
|
-
--size: 0.
|
|
6410
|
+
--duration: 232ms;
|
|
6411
|
+
--size: 0.272;
|
|
6412
6412
|
--hue: 170;
|
|
6413
6413
|
}
|
|
6414
|
-
.
|
|
6414
|
+
._i_gsvfv_22:nth-child(36) {
|
|
6415
6415
|
--left: 140px;
|
|
6416
|
-
--duration:
|
|
6417
|
-
--size: 0.
|
|
6416
|
+
--duration: 251ms;
|
|
6417
|
+
--size: 0.192;
|
|
6418
6418
|
--hue: 175;
|
|
6419
6419
|
}
|
|
6420
|
-
.
|
|
6420
|
+
._i_gsvfv_22:nth-child(37) {
|
|
6421
6421
|
--left: 144px;
|
|
6422
|
-
--duration:
|
|
6423
|
-
--size: 0.
|
|
6422
|
+
--duration: 210ms;
|
|
6423
|
+
--size: 0.722;
|
|
6424
6424
|
--hue: 180;
|
|
6425
6425
|
}
|
|
6426
|
-
.
|
|
6426
|
+
._i_gsvfv_22:nth-child(38) {
|
|
6427
6427
|
--left: 148px;
|
|
6428
|
-
--duration:
|
|
6429
|
-
--size: 0.
|
|
6428
|
+
--duration: 204ms;
|
|
6429
|
+
--size: 0.989;
|
|
6430
6430
|
--hue: 185;
|
|
6431
6431
|
}
|
|
6432
|
-
.
|
|
6432
|
+
._i_gsvfv_22:nth-child(39) {
|
|
6433
6433
|
--left: 152px;
|
|
6434
|
-
--duration:
|
|
6435
|
-
--size: 0.
|
|
6434
|
+
--duration: 363ms;
|
|
6435
|
+
--size: 0.245;
|
|
6436
6436
|
--hue: 190;
|
|
6437
6437
|
}
|
|
6438
|
-
.
|
|
6438
|
+
._i_gsvfv_22:nth-child(40) {
|
|
6439
6439
|
--left: 156px;
|
|
6440
|
-
--duration:
|
|
6441
|
-
--size: 0.
|
|
6440
|
+
--duration: 295ms;
|
|
6441
|
+
--size: 0.234;
|
|
6442
6442
|
--hue: 195;
|
|
6443
6443
|
}
|
|
6444
|
-
.
|
|
6444
|
+
._i_gsvfv_22:nth-child(41) {
|
|
6445
6445
|
--left: 160px;
|
|
6446
|
-
--duration:
|
|
6447
|
-
--size: 0.
|
|
6446
|
+
--duration: 387ms;
|
|
6447
|
+
--size: 0.977;
|
|
6448
6448
|
--hue: 200;
|
|
6449
6449
|
}
|
|
6450
|
-
.
|
|
6450
|
+
._i_gsvfv_22:nth-child(42) {
|
|
6451
6451
|
--left: 164px;
|
|
6452
|
-
--duration:
|
|
6453
|
-
--size: 0.
|
|
6452
|
+
--duration: 239ms;
|
|
6453
|
+
--size: 0.472;
|
|
6454
6454
|
--hue: 205;
|
|
6455
6455
|
}
|
|
6456
|
-
.
|
|
6456
|
+
._i_gsvfv_22:nth-child(43) {
|
|
6457
6457
|
--left: 168px;
|
|
6458
|
-
--duration:
|
|
6459
|
-
--size: 0.
|
|
6458
|
+
--duration: 243ms;
|
|
6459
|
+
--size: 0.634;
|
|
6460
6460
|
--hue: 210;
|
|
6461
6461
|
}
|
|
6462
|
-
.
|
|
6462
|
+
._i_gsvfv_22:nth-child(44) {
|
|
6463
6463
|
--left: 172px;
|
|
6464
|
-
--duration:
|
|
6465
|
-
--size: 0.
|
|
6464
|
+
--duration: 209ms;
|
|
6465
|
+
--size: 0.619;
|
|
6466
6466
|
--hue: 215;
|
|
6467
6467
|
}
|
|
6468
|
-
.
|
|
6468
|
+
._i_gsvfv_22:nth-child(45) {
|
|
6469
6469
|
--left: 176px;
|
|
6470
|
-
--duration:
|
|
6471
|
-
--size: 0.
|
|
6470
|
+
--duration: 228ms;
|
|
6471
|
+
--size: 0.524;
|
|
6472
6472
|
--hue: 220;
|
|
6473
6473
|
}
|
|
6474
|
-
.
|
|
6474
|
+
._i_gsvfv_22:nth-child(46) {
|
|
6475
6475
|
--left: 180px;
|
|
6476
|
-
--duration:
|
|
6477
|
-
--size: 0.
|
|
6476
|
+
--duration: 307ms;
|
|
6477
|
+
--size: 0.957;
|
|
6478
6478
|
--hue: 225;
|
|
6479
6479
|
}
|
|
6480
|
-
.
|
|
6480
|
+
._i_gsvfv_22:nth-child(47) {
|
|
6481
6481
|
--left: 184px;
|
|
6482
|
-
--duration:
|
|
6483
|
-
--size: 0.
|
|
6482
|
+
--duration: 305ms;
|
|
6483
|
+
--size: 0.847;
|
|
6484
6484
|
--hue: 230;
|
|
6485
6485
|
}
|
|
6486
|
-
.
|
|
6486
|
+
._i_gsvfv_22:nth-child(48) {
|
|
6487
6487
|
--left: 188px;
|
|
6488
|
-
--duration:
|
|
6489
|
-
--size: 0.
|
|
6488
|
+
--duration: 395ms;
|
|
6489
|
+
--size: 0.299;
|
|
6490
6490
|
--hue: 235;
|
|
6491
6491
|
}
|
|
6492
|
-
.
|
|
6492
|
+
._i_gsvfv_22:nth-child(49) {
|
|
6493
6493
|
--left: 192px;
|
|
6494
|
-
--duration:
|
|
6495
|
-
--size: 0.
|
|
6494
|
+
--duration: 336ms;
|
|
6495
|
+
--size: 0.62;
|
|
6496
6496
|
--hue: 240;
|
|
6497
6497
|
}
|
|
6498
|
-
.
|
|
6498
|
+
._i_gsvfv_22:nth-child(50) {
|
|
6499
6499
|
--left: 196px;
|
|
6500
|
-
--duration:
|
|
6501
|
-
--size: 0.
|
|
6500
|
+
--duration: 299ms;
|
|
6501
|
+
--size: 0.404;
|
|
6502
6502
|
--hue: 245;
|
|
6503
6503
|
}
|
|
6504
|
-
.
|
|
6504
|
+
._i_gsvfv_22:nth-child(51) {
|
|
6505
6505
|
--left: 200px;
|
|
6506
|
-
--duration:
|
|
6507
|
-
--size: 0.
|
|
6506
|
+
--duration: 376ms;
|
|
6507
|
+
--size: 0.073;
|
|
6508
6508
|
--hue: 250;
|
|
6509
6509
|
}
|
|
6510
|
-
.
|
|
6510
|
+
._i_gsvfv_22:nth-child(52) {
|
|
6511
6511
|
--left: 204px;
|
|
6512
|
-
--duration:
|
|
6513
|
-
--size: 0.
|
|
6512
|
+
--duration: 302ms;
|
|
6513
|
+
--size: 0.471;
|
|
6514
6514
|
--hue: 255;
|
|
6515
6515
|
}
|
|
6516
|
-
.
|
|
6516
|
+
._i_gsvfv_22:nth-child(53) {
|
|
6517
6517
|
--left: 208px;
|
|
6518
|
-
--duration:
|
|
6519
|
-
--size: 0.
|
|
6518
|
+
--duration: 207ms;
|
|
6519
|
+
--size: 0.073;
|
|
6520
6520
|
--hue: 260;
|
|
6521
6521
|
}
|
|
6522
|
-
.
|
|
6522
|
+
._i_gsvfv_22:nth-child(54) {
|
|
6523
6523
|
--left: 212px;
|
|
6524
|
-
--duration:
|
|
6525
|
-
--size: 0.
|
|
6524
|
+
--duration: 360ms;
|
|
6525
|
+
--size: 0.745;
|
|
6526
6526
|
--hue: 265;
|
|
6527
6527
|
}
|
|
6528
|
-
.
|
|
6528
|
+
._i_gsvfv_22:nth-child(55) {
|
|
6529
6529
|
--left: 216px;
|
|
6530
|
-
--duration:
|
|
6531
|
-
--size: 0.
|
|
6530
|
+
--duration: 340ms;
|
|
6531
|
+
--size: 0.877;
|
|
6532
6532
|
--hue: 270;
|
|
6533
6533
|
}
|
|
6534
|
-
.
|
|
6534
|
+
._i_gsvfv_22:nth-child(56) {
|
|
6535
6535
|
--left: 220px;
|
|
6536
|
-
--duration:
|
|
6537
|
-
--size: 0.
|
|
6536
|
+
--duration: 355ms;
|
|
6537
|
+
--size: 0.437;
|
|
6538
6538
|
--hue: 275;
|
|
6539
6539
|
}
|
|
6540
|
-
.
|
|
6540
|
+
._i_gsvfv_22:nth-child(57) {
|
|
6541
6541
|
--left: 224px;
|
|
6542
|
-
--duration:
|
|
6543
|
-
--size: 0.
|
|
6542
|
+
--duration: 238ms;
|
|
6543
|
+
--size: 0.704;
|
|
6544
6544
|
--hue: 280;
|
|
6545
6545
|
}
|
|
6546
|
-
.
|
|
6546
|
+
._i_gsvfv_22:nth-child(58) {
|
|
6547
6547
|
--left: 228px;
|
|
6548
|
-
--duration:
|
|
6549
|
-
--size: 0.
|
|
6548
|
+
--duration: 238ms;
|
|
6549
|
+
--size: 0.911;
|
|
6550
6550
|
--hue: 285;
|
|
6551
6551
|
}
|
|
6552
|
-
.
|
|
6552
|
+
._i_gsvfv_22:nth-child(59) {
|
|
6553
6553
|
--left: 232px;
|
|
6554
|
-
--duration:
|
|
6555
|
-
--size: 0.
|
|
6554
|
+
--duration: 380ms;
|
|
6555
|
+
--size: 0.565;
|
|
6556
6556
|
--hue: 290;
|
|
6557
6557
|
}
|
|
6558
|
-
.
|
|
6558
|
+
._i_gsvfv_22:nth-child(60) {
|
|
6559
6559
|
--left: 236px;
|
|
6560
|
-
--duration:
|
|
6561
|
-
--size: 0.
|
|
6560
|
+
--duration: 383ms;
|
|
6561
|
+
--size: 0.898;
|
|
6562
6562
|
--hue: 295;
|
|
6563
6563
|
}
|
|
6564
|
-
.
|
|
6564
|
+
._i_gsvfv_22:nth-child(61) {
|
|
6565
6565
|
--left: 240px;
|
|
6566
|
-
--duration:
|
|
6567
|
-
--size: 0.
|
|
6566
|
+
--duration: 256ms;
|
|
6567
|
+
--size: 0.823;
|
|
6568
6568
|
--hue: 300;
|
|
6569
6569
|
}
|
|
6570
|
-
.
|
|
6570
|
+
._i_gsvfv_22:nth-child(62) {
|
|
6571
6571
|
--left: 244px;
|
|
6572
|
-
--duration:
|
|
6573
|
-
--size: 0.
|
|
6572
|
+
--duration: 297ms;
|
|
6573
|
+
--size: 0.096;
|
|
6574
6574
|
--hue: 305;
|
|
6575
6575
|
}
|
|
6576
|
-
.
|
|
6576
|
+
._i_gsvfv_22:nth-child(63) {
|
|
6577
6577
|
--left: 248px;
|
|
6578
|
-
--duration:
|
|
6579
|
-
--size: 0.
|
|
6578
|
+
--duration: 375ms;
|
|
6579
|
+
--size: 0.434;
|
|
6580
6580
|
--hue: 310;
|
|
6581
6581
|
}
|
|
6582
|
-
.
|
|
6582
|
+
._i_gsvfv_22:nth-child(64) {
|
|
6583
6583
|
--left: 252px;
|
|
6584
|
-
--duration:
|
|
6585
|
-
--size: 0.
|
|
6584
|
+
--duration: 329ms;
|
|
6585
|
+
--size: 0.076;
|
|
6586
6586
|
--hue: 315;
|
|
6587
6587
|
}
|
|
6588
|
-
.
|
|
6588
|
+
._i_gsvfv_22:nth-child(65) {
|
|
6589
6589
|
--left: 256px;
|
|
6590
|
-
--duration:
|
|
6591
|
-
--size: 0.
|
|
6590
|
+
--duration: 273ms;
|
|
6591
|
+
--size: 0.033;
|
|
6592
6592
|
--hue: 320;
|
|
6593
6593
|
}
|
|
6594
|
-
.
|
|
6594
|
+
._i_gsvfv_22:nth-child(66) {
|
|
6595
6595
|
--left: 260px;
|
|
6596
|
-
--duration:
|
|
6597
|
-
--size: 0.
|
|
6596
|
+
--duration: 329ms;
|
|
6597
|
+
--size: 0.949;
|
|
6598
6598
|
--hue: 325;
|
|
6599
6599
|
}
|
|
6600
|
-
.
|
|
6600
|
+
._i_gsvfv_22:nth-child(67) {
|
|
6601
6601
|
--left: 264px;
|
|
6602
|
-
--duration:
|
|
6603
|
-
--size:
|
|
6602
|
+
--duration: 250ms;
|
|
6603
|
+
--size: 0.811;
|
|
6604
6604
|
--hue: 330;
|
|
6605
6605
|
}
|
|
6606
|
-
.
|
|
6606
|
+
._i_gsvfv_22:nth-child(68) {
|
|
6607
6607
|
--left: 268px;
|
|
6608
|
-
--duration:
|
|
6609
|
-
--size: 0.
|
|
6608
|
+
--duration: 218ms;
|
|
6609
|
+
--size: 0.444;
|
|
6610
6610
|
--hue: 335;
|
|
6611
6611
|
}
|
|
6612
|
-
.
|
|
6612
|
+
._i_gsvfv_22:nth-child(69) {
|
|
6613
6613
|
--left: 272px;
|
|
6614
|
-
--duration:
|
|
6615
|
-
--size: 0.
|
|
6614
|
+
--duration: 236ms;
|
|
6615
|
+
--size: 0.431;
|
|
6616
6616
|
--hue: 340;
|
|
6617
6617
|
}
|
|
6618
|
-
.
|
|
6618
|
+
._i_gsvfv_22:nth-child(70) {
|
|
6619
6619
|
--left: 276px;
|
|
6620
|
-
--duration:
|
|
6621
|
-
--size: 0.
|
|
6620
|
+
--duration: 352ms;
|
|
6621
|
+
--size: 0.682;
|
|
6622
6622
|
--hue: 345;
|
|
6623
6623
|
}
|
|
6624
|
-
.
|
|
6624
|
+
._i_gsvfv_22:nth-child(71) {
|
|
6625
6625
|
--left: 280px;
|
|
6626
|
-
--duration:
|
|
6627
|
-
--size: 0.
|
|
6626
|
+
--duration: 306ms;
|
|
6627
|
+
--size: 0.33;
|
|
6628
6628
|
--hue: 350;
|
|
6629
6629
|
}
|
|
6630
|
-
.
|
|
6630
|
+
._i_gsvfv_22:nth-child(72) {
|
|
6631
6631
|
--left: 284px;
|
|
6632
|
-
--duration:
|
|
6633
|
-
--size: 0.
|
|
6632
|
+
--duration: 369ms;
|
|
6633
|
+
--size: 0.15;
|
|
6634
6634
|
--hue: 355;
|
|
6635
6635
|
}
|
|
6636
6636
|
|
|
6637
|
-
.
|
|
6637
|
+
._text_gsvfv_482 {
|
|
6638
6638
|
opacity: var(--op, 1);
|
|
6639
6639
|
transition: opacity 0.4s ease;
|
|
6640
6640
|
}._root_aiqzw_1 {
|
|
@@ -32070,7 +32070,7 @@ html[data-theme=dark] ._root_rddfz_9 {
|
|
|
32070
32070
|
color: #fff;
|
|
32071
32071
|
cursor: default;
|
|
32072
32072
|
text-transform: uppercase;
|
|
32073
|
-
}.
|
|
32073
|
+
}._root_18941_1 {
|
|
32074
32074
|
font-size: 8vmin;
|
|
32075
32075
|
font-family: Rubik, sans-serif;
|
|
32076
32076
|
width: 75vmin;
|
|
@@ -32078,23 +32078,23 @@ html[data-theme=dark] ._root_rddfz_9 {
|
|
|
32078
32078
|
color: #fff;
|
|
32079
32079
|
}
|
|
32080
32080
|
|
|
32081
|
-
.
|
|
32081
|
+
._line_18941_9 {
|
|
32082
32082
|
display: flex;
|
|
32083
32083
|
justify-content: space-between;
|
|
32084
32084
|
}
|
|
32085
32085
|
|
|
32086
|
-
.
|
|
32086
|
+
._word_18941_14 {
|
|
32087
32087
|
transition: opacity 0.2s ease-in-out;
|
|
32088
32088
|
cursor: default;
|
|
32089
32089
|
}
|
|
32090
|
-
.
|
|
32090
|
+
._word_18941_14._link_18941_18 {
|
|
32091
32091
|
cursor: pointer;
|
|
32092
32092
|
color: inherit;
|
|
32093
32093
|
}
|
|
32094
|
-
.
|
|
32094
|
+
._word_18941_14._link_18941_18 ._letter_18941_22 {
|
|
32095
32095
|
position: relative;
|
|
32096
32096
|
}
|
|
32097
|
-
.
|
|
32097
|
+
._word_18941_14._link_18941_18 ._letter_18941_22::before {
|
|
32098
32098
|
content: "";
|
|
32099
32099
|
width: 100%;
|
|
32100
32100
|
height: 3px;
|
|
@@ -32103,150 +32103,150 @@ html[data-theme=dark] ._root_rddfz_9 {
|
|
|
32103
32103
|
bottom: 0;
|
|
32104
32104
|
background-color: red;
|
|
32105
32105
|
}
|
|
32106
|
-
.
|
|
32106
|
+
._root_18941_1:hover ._word_18941_14 {
|
|
32107
32107
|
opacity: 0.25;
|
|
32108
32108
|
}
|
|
32109
|
-
.
|
|
32109
|
+
._root_18941_1:hover ._word_18941_14:hover {
|
|
32110
32110
|
opacity: 1;
|
|
32111
32111
|
}
|
|
32112
|
-
.
|
|
32113
|
-
--x:
|
|
32114
|
-
--y:
|
|
32115
|
-
--r:
|
|
32112
|
+
._root_18941_1:hover ._word_18941_14:hover ._letter_18941_22:nth-child(1) {
|
|
32113
|
+
--x: -24;
|
|
32114
|
+
--y: 14;
|
|
32115
|
+
--r: -12;
|
|
32116
32116
|
}
|
|
32117
|
-
.
|
|
32117
|
+
._root_18941_1:hover ._word_18941_14:hover ._letter_18941_22:nth-child(1):hover {
|
|
32118
32118
|
z-index: 2;
|
|
32119
32119
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
32120
|
-
--x:
|
|
32121
|
-
--y:
|
|
32122
|
-
--r:
|
|
32120
|
+
--x: -8;
|
|
32121
|
+
--y: -9;
|
|
32122
|
+
--r: 2;
|
|
32123
32123
|
--s: 1.25;
|
|
32124
32124
|
}
|
|
32125
|
-
.
|
|
32126
|
-
--x:
|
|
32127
|
-
--y:
|
|
32128
|
-
--r:
|
|
32125
|
+
._root_18941_1:hover ._word_18941_14:hover ._letter_18941_22:nth-child(2) {
|
|
32126
|
+
--x: -5;
|
|
32127
|
+
--y: -22;
|
|
32128
|
+
--r: 23;
|
|
32129
32129
|
}
|
|
32130
|
-
.
|
|
32130
|
+
._root_18941_1:hover ._word_18941_14:hover ._letter_18941_22:nth-child(2):hover {
|
|
32131
32131
|
z-index: 2;
|
|
32132
32132
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
32133
32133
|
--x: 6;
|
|
32134
|
-
--y:
|
|
32135
|
-
--r:
|
|
32134
|
+
--y: -9;
|
|
32135
|
+
--r: 7;
|
|
32136
32136
|
--s: 1.25;
|
|
32137
32137
|
}
|
|
32138
|
-
.
|
|
32139
|
-
--x:
|
|
32140
|
-
--y:
|
|
32141
|
-
--r:
|
|
32138
|
+
._root_18941_1:hover ._word_18941_14:hover ._letter_18941_22:nth-child(3) {
|
|
32139
|
+
--x: 13;
|
|
32140
|
+
--y: 5;
|
|
32141
|
+
--r: 24;
|
|
32142
32142
|
}
|
|
32143
|
-
.
|
|
32143
|
+
._root_18941_1:hover ._word_18941_14:hover ._letter_18941_22:nth-child(3):hover {
|
|
32144
32144
|
z-index: 2;
|
|
32145
32145
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
32146
|
-
--x:
|
|
32147
|
-
--y:
|
|
32148
|
-
--r:
|
|
32146
|
+
--x: 4;
|
|
32147
|
+
--y: -9;
|
|
32148
|
+
--r: 1;
|
|
32149
32149
|
--s: 1.25;
|
|
32150
32150
|
}
|
|
32151
|
-
.
|
|
32152
|
-
--x:
|
|
32153
|
-
--y:
|
|
32154
|
-
--r:
|
|
32151
|
+
._root_18941_1:hover ._word_18941_14:hover ._letter_18941_22:nth-child(4) {
|
|
32152
|
+
--x: -16;
|
|
32153
|
+
--y: -12;
|
|
32154
|
+
--r: -2;
|
|
32155
32155
|
}
|
|
32156
|
-
.
|
|
32156
|
+
._root_18941_1:hover ._word_18941_14:hover ._letter_18941_22:nth-child(4):hover {
|
|
32157
32157
|
z-index: 2;
|
|
32158
32158
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
32159
|
-
--x: -
|
|
32160
|
-
--y:
|
|
32161
|
-
--r:
|
|
32159
|
+
--x: -4;
|
|
32160
|
+
--y: 0;
|
|
32161
|
+
--r: 9;
|
|
32162
32162
|
--s: 1.25;
|
|
32163
32163
|
}
|
|
32164
|
-
.
|
|
32165
|
-
--x:
|
|
32166
|
-
--y:
|
|
32167
|
-
--r:
|
|
32164
|
+
._root_18941_1:hover ._word_18941_14:hover ._letter_18941_22:nth-child(5) {
|
|
32165
|
+
--x: 7;
|
|
32166
|
+
--y: 24;
|
|
32167
|
+
--r: 22;
|
|
32168
32168
|
}
|
|
32169
|
-
.
|
|
32169
|
+
._root_18941_1:hover ._word_18941_14:hover ._letter_18941_22:nth-child(5):hover {
|
|
32170
32170
|
z-index: 2;
|
|
32171
32171
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
32172
|
-
--x:
|
|
32173
|
-
--y:
|
|
32174
|
-
--r:
|
|
32172
|
+
--x: 4;
|
|
32173
|
+
--y: 9;
|
|
32174
|
+
--r: -1;
|
|
32175
32175
|
--s: 1.25;
|
|
32176
32176
|
}
|
|
32177
|
-
.
|
|
32178
|
-
--x:
|
|
32179
|
-
--y:
|
|
32180
|
-
--r:
|
|
32177
|
+
._root_18941_1:hover ._word_18941_14:hover ._letter_18941_22:nth-child(6) {
|
|
32178
|
+
--x: 17;
|
|
32179
|
+
--y: 25;
|
|
32180
|
+
--r: 15;
|
|
32181
32181
|
}
|
|
32182
|
-
.
|
|
32182
|
+
._root_18941_1:hover ._word_18941_14:hover ._letter_18941_22:nth-child(6):hover {
|
|
32183
32183
|
z-index: 2;
|
|
32184
32184
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
32185
|
-
--x: -
|
|
32186
|
-
--y:
|
|
32187
|
-
--r:
|
|
32185
|
+
--x: -3;
|
|
32186
|
+
--y: -1;
|
|
32187
|
+
--r: 5;
|
|
32188
32188
|
--s: 1.25;
|
|
32189
32189
|
}
|
|
32190
|
-
.
|
|
32191
|
-
--x:
|
|
32192
|
-
--y:
|
|
32193
|
-
--r: -
|
|
32190
|
+
._root_18941_1:hover ._word_18941_14:hover ._letter_18941_22:nth-child(7) {
|
|
32191
|
+
--x: 21;
|
|
32192
|
+
--y: 2;
|
|
32193
|
+
--r: -13;
|
|
32194
32194
|
}
|
|
32195
|
-
.
|
|
32195
|
+
._root_18941_1:hover ._word_18941_14:hover ._letter_18941_22:nth-child(7):hover {
|
|
32196
32196
|
z-index: 2;
|
|
32197
32197
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
32198
|
-
--x:
|
|
32199
|
-
--y: -
|
|
32200
|
-
--r: -
|
|
32198
|
+
--x: 2;
|
|
32199
|
+
--y: -3;
|
|
32200
|
+
--r: -3;
|
|
32201
32201
|
--s: 1.25;
|
|
32202
32202
|
}
|
|
32203
|
-
.
|
|
32204
|
-
--x:
|
|
32205
|
-
--y:
|
|
32206
|
-
--r:
|
|
32203
|
+
._root_18941_1:hover ._word_18941_14:hover ._letter_18941_22:nth-child(8) {
|
|
32204
|
+
--x: -19;
|
|
32205
|
+
--y: 13;
|
|
32206
|
+
--r: 3;
|
|
32207
32207
|
}
|
|
32208
|
-
.
|
|
32208
|
+
._root_18941_1:hover ._word_18941_14:hover ._letter_18941_22:nth-child(8):hover {
|
|
32209
32209
|
z-index: 2;
|
|
32210
32210
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
32211
|
-
--x:
|
|
32212
|
-
--y:
|
|
32213
|
-
--r:
|
|
32211
|
+
--x: 8;
|
|
32212
|
+
--y: 9;
|
|
32213
|
+
--r: 7;
|
|
32214
32214
|
--s: 1.25;
|
|
32215
32215
|
}
|
|
32216
|
-
.
|
|
32217
|
-
--x:
|
|
32218
|
-
--y:
|
|
32219
|
-
--r: -
|
|
32216
|
+
._root_18941_1:hover ._word_18941_14:hover ._letter_18941_22:nth-child(9) {
|
|
32217
|
+
--x: 13;
|
|
32218
|
+
--y: -12;
|
|
32219
|
+
--r: -7;
|
|
32220
32220
|
}
|
|
32221
|
-
.
|
|
32221
|
+
._root_18941_1:hover ._word_18941_14:hover ._letter_18941_22:nth-child(9):hover {
|
|
32222
32222
|
z-index: 2;
|
|
32223
32223
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
32224
|
-
--x: -
|
|
32225
|
-
--y:
|
|
32226
|
-
--r: -
|
|
32224
|
+
--x: -5;
|
|
32225
|
+
--y: 0;
|
|
32226
|
+
--r: -9;
|
|
32227
32227
|
--s: 1.25;
|
|
32228
32228
|
}
|
|
32229
|
-
.
|
|
32230
|
-
--x: -
|
|
32231
|
-
--y:
|
|
32232
|
-
--r:
|
|
32229
|
+
._root_18941_1:hover ._word_18941_14:hover ._letter_18941_22:nth-child(10) {
|
|
32230
|
+
--x: -8;
|
|
32231
|
+
--y: 0;
|
|
32232
|
+
--r: -11;
|
|
32233
32233
|
}
|
|
32234
|
-
.
|
|
32234
|
+
._root_18941_1:hover ._word_18941_14:hover ._letter_18941_22:nth-child(10):hover {
|
|
32235
32235
|
z-index: 2;
|
|
32236
32236
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
32237
|
-
--x:
|
|
32238
|
-
--y:
|
|
32239
|
-
--r:
|
|
32237
|
+
--x: 10;
|
|
32238
|
+
--y: 0;
|
|
32239
|
+
--r: 9;
|
|
32240
32240
|
--s: 1.25;
|
|
32241
32241
|
}
|
|
32242
32242
|
|
|
32243
|
-
.
|
|
32243
|
+
._letter_18941_22 {
|
|
32244
32244
|
display: inline-block;
|
|
32245
32245
|
transition: transform 0.2s ease-in-out;
|
|
32246
32246
|
transform: translate(calc(var(--x, 0) * 1%), calc(var(--y, 0) * 1%)) rotate(calc(var(--r, 0) * 1deg)) scale(var(--s, 1));
|
|
32247
32247
|
}
|
|
32248
32248
|
|
|
32249
|
-
@keyframes
|
|
32249
|
+
@keyframes _wobble_18941_1 {
|
|
32250
32250
|
0%, 100% {
|
|
32251
32251
|
transform: translateY(0) rotate(0);
|
|
32252
32252
|
}
|