@tarsis/toolkit 0.6.4 → 0.6.6
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/{gl-CF6SrQxS.js → gl-C1OpenGq.js} +1 -1
- package/dist/{gl-u7lLnVc7.cjs → gl-LtHwn-bj.cjs} +1 -1
- package/dist/hooks.cjs +1 -1
- package/dist/hooks.d.ts +15 -2
- package/dist/hooks.js +1 -1
- package/dist/{index-DUlCyGFJ.js → index-Cz74WvnK.js} +1 -1
- package/dist/{index-DMypN5i0.cjs → index-DhWWozeo.cjs} +1 -1
- package/dist/{index-DrMeiPM1.cjs → index-DvXp0wCM.cjs} +29 -29
- package/dist/{index-DDE-qC4q.js → index-JZY8IMW2.js} +29 -29
- package/dist/index.cjs +2 -2
- package/dist/index.d.ts +20 -7
- package/dist/index.js +2 -2
- package/dist/styles.css +627 -627
- package/dist/{useWindowReady-CIYJL39Z.cjs → useWindowReady-6kIdYolB.cjs} +5 -1
- package/dist/{useWindowReady-CYOtIur4.js → useWindowReady-tUs-ONyG.js} +5 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1581,19 +1581,19 @@ body[data-theme-mode='dark'] {
|
|
|
1581
1581
|
background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
|
|
1582
1582
|
background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
|
|
1583
1583
|
}
|
|
1584
|
-
}.
|
|
1584
|
+
}._root_1bu77_1 {
|
|
1585
1585
|
--bg: hsl(223, 10%, 90%);
|
|
1586
1586
|
--fg: hsl(223, 10%, 10%);
|
|
1587
1587
|
font-size: calc(30px + 30 * (100vw - 320px) / 960);
|
|
1588
1588
|
}
|
|
1589
1589
|
@media (prefers-color-scheme: dark) {
|
|
1590
|
-
.
|
|
1590
|
+
._root_1bu77_1 {
|
|
1591
1591
|
--bg: hsl(223, 10%, 10%);
|
|
1592
1592
|
--fg: hsl(223, 10%, 90%);
|
|
1593
1593
|
}
|
|
1594
1594
|
}
|
|
1595
1595
|
|
|
1596
|
-
.
|
|
1596
|
+
._button_1bu77_13 {
|
|
1597
1597
|
border-radius: 1.25em;
|
|
1598
1598
|
color: hsl(0, 0%, 100%);
|
|
1599
1599
|
font-weight: bold;
|
|
@@ -1606,12 +1606,12 @@ body[data-theme-mode='dark'] {
|
|
|
1606
1606
|
-webkit-apperance: none;
|
|
1607
1607
|
cursor: pointer;
|
|
1608
1608
|
}
|
|
1609
|
-
.
|
|
1609
|
+
._button_1bu77_13 ._p_1bu77_26, ._button_1bu77_13 ._text_1bu77_26 {
|
|
1610
1610
|
background: hsl(3, 90%, 55%);
|
|
1611
1611
|
border-radius: 50%;
|
|
1612
1612
|
transition: background 0.15s linear;
|
|
1613
1613
|
}
|
|
1614
|
-
.
|
|
1614
|
+
._button_1bu77_13 ._p_1bu77_26 {
|
|
1615
1615
|
animation-duration: 1s;
|
|
1616
1616
|
animation-timing-function: linear;
|
|
1617
1617
|
animation-iteration-count: infinite;
|
|
@@ -1620,197 +1620,197 @@ body[data-theme-mode='dark'] {
|
|
|
1620
1620
|
width: 0.5em;
|
|
1621
1621
|
height: 0.5em;
|
|
1622
1622
|
}
|
|
1623
|
-
.
|
|
1624
|
-
animation-name:
|
|
1625
|
-
animation-delay: -0.
|
|
1623
|
+
._button_1bu77_13 ._p_1bu77_26:nth-child(1) {
|
|
1624
|
+
animation-name: _rise1_1bu77_1;
|
|
1625
|
+
animation-delay: -0.73s;
|
|
1626
1626
|
top: calc(50% - 0.3907910185em);
|
|
1627
1627
|
left: 0.1em;
|
|
1628
1628
|
}
|
|
1629
|
-
.
|
|
1630
|
-
animation-name:
|
|
1631
|
-
animation-delay: -0.
|
|
1629
|
+
._button_1bu77_13 ._p_1bu77_26:nth-child(2) {
|
|
1630
|
+
animation-name: _rise2_1bu77_1;
|
|
1631
|
+
animation-delay: -0.41s;
|
|
1632
1632
|
top: calc(50% - 0.5281152949em);
|
|
1633
1633
|
left: 0.2em;
|
|
1634
1634
|
}
|
|
1635
|
-
.
|
|
1636
|
-
animation-name:
|
|
1637
|
-
animation-delay: -0.
|
|
1635
|
+
._button_1bu77_13 ._p_1bu77_26:nth-child(3) {
|
|
1636
|
+
animation-name: _rise3_1bu77_1;
|
|
1637
|
+
animation-delay: -0.43s;
|
|
1638
1638
|
top: calc(50% - 0.6585914498em);
|
|
1639
1639
|
left: 0.3em;
|
|
1640
1640
|
}
|
|
1641
|
-
.
|
|
1642
|
-
animation-name:
|
|
1643
|
-
animation-delay: -0.
|
|
1641
|
+
._button_1bu77_13 ._p_1bu77_26:nth-child(4) {
|
|
1642
|
+
animation-name: _rise4_1bu77_1;
|
|
1643
|
+
animation-delay: -0.9s;
|
|
1644
1644
|
top: calc(50% - 0.7790067271em);
|
|
1645
1645
|
left: 0.4em;
|
|
1646
1646
|
}
|
|
1647
|
-
.
|
|
1648
|
-
animation-name:
|
|
1649
|
-
animation-delay: -0.
|
|
1647
|
+
._button_1bu77_13 ._p_1bu77_26:nth-child(5) {
|
|
1648
|
+
animation-name: _rise5_1bu77_1;
|
|
1649
|
+
animation-delay: -0.89s;
|
|
1650
1650
|
top: calc(50% - 0.8863961031em);
|
|
1651
1651
|
left: 0.5em;
|
|
1652
1652
|
}
|
|
1653
|
-
.
|
|
1654
|
-
animation-name:
|
|
1655
|
-
animation-delay: -0.
|
|
1653
|
+
._button_1bu77_13 ._p_1bu77_26:nth-child(6) {
|
|
1654
|
+
animation-name: _rise6_1bu77_1;
|
|
1655
|
+
animation-delay: -0.78s;
|
|
1656
1656
|
top: calc(50% - 0.9781152949em);
|
|
1657
1657
|
left: 0.6em;
|
|
1658
1658
|
}
|
|
1659
|
-
.
|
|
1660
|
-
animation-name:
|
|
1661
|
-
animation-delay: -0.
|
|
1659
|
+
._button_1bu77_13 ._p_1bu77_26:nth-child(7) {
|
|
1660
|
+
animation-name: _rise7_1bu77_1;
|
|
1661
|
+
animation-delay: -0.3s;
|
|
1662
1662
|
top: calc(50% - 1.0519058718em);
|
|
1663
1663
|
left: 0.7em;
|
|
1664
1664
|
}
|
|
1665
|
-
.
|
|
1666
|
-
animation-name:
|
|
1667
|
-
animation-delay: -0.
|
|
1665
|
+
._button_1bu77_13 ._p_1bu77_26:nth-child(8) {
|
|
1666
|
+
animation-name: _rise8_1bu77_1;
|
|
1667
|
+
animation-delay: -0.18s;
|
|
1668
1668
|
top: calc(50% - 1.1059508647em);
|
|
1669
1669
|
left: 0.8em;
|
|
1670
1670
|
}
|
|
1671
|
-
.
|
|
1672
|
-
animation-name:
|
|
1673
|
-
animation-delay: -0.
|
|
1671
|
+
._button_1bu77_13 ._p_1bu77_26:nth-child(9) {
|
|
1672
|
+
animation-name: _rise9_1bu77_1;
|
|
1673
|
+
animation-delay: -0.61s;
|
|
1674
1674
|
top: calc(50% - 1.1389195065em);
|
|
1675
1675
|
left: 0.9em;
|
|
1676
1676
|
}
|
|
1677
|
-
.
|
|
1678
|
-
animation-name:
|
|
1679
|
-
animation-delay: -0.
|
|
1677
|
+
._button_1bu77_13 ._p_1bu77_26:nth-child(10) {
|
|
1678
|
+
animation-name: _rise10_1bu77_1;
|
|
1679
|
+
animation-delay: -0.35s;
|
|
1680
1680
|
top: calc(50% - 1.15em);
|
|
1681
1681
|
left: 1em;
|
|
1682
1682
|
}
|
|
1683
|
-
.
|
|
1684
|
-
animation-name:
|
|
1685
|
-
animation-delay: -0.
|
|
1683
|
+
._button_1bu77_13 ._p_1bu77_26:nth-child(11) {
|
|
1684
|
+
animation-name: _rise11_1bu77_1;
|
|
1685
|
+
animation-delay: -0.95s;
|
|
1686
1686
|
top: calc(50% - 1.1389195065em);
|
|
1687
1687
|
left: 1.1em;
|
|
1688
1688
|
}
|
|
1689
|
-
.
|
|
1690
|
-
animation-name:
|
|
1691
|
-
animation-delay: -0.
|
|
1689
|
+
._button_1bu77_13 ._p_1bu77_26:nth-child(12) {
|
|
1690
|
+
animation-name: _rise12_1bu77_1;
|
|
1691
|
+
animation-delay: -0.71s;
|
|
1692
1692
|
top: calc(50% - 1.1059508647em);
|
|
1693
1693
|
left: 1.2em;
|
|
1694
1694
|
}
|
|
1695
|
-
.
|
|
1696
|
-
animation-name:
|
|
1697
|
-
animation-delay: -0.
|
|
1695
|
+
._button_1bu77_13 ._p_1bu77_26:nth-child(13) {
|
|
1696
|
+
animation-name: _rise13_1bu77_1;
|
|
1697
|
+
animation-delay: -0.84s;
|
|
1698
1698
|
top: calc(50% - 1.0519058718em);
|
|
1699
1699
|
left: 1.3em;
|
|
1700
1700
|
}
|
|
1701
|
-
.
|
|
1702
|
-
animation-name:
|
|
1703
|
-
animation-delay: -0.
|
|
1701
|
+
._button_1bu77_13 ._p_1bu77_26:nth-child(14) {
|
|
1702
|
+
animation-name: _rise14_1bu77_1;
|
|
1703
|
+
animation-delay: -0.33s;
|
|
1704
1704
|
top: calc(50% - 0.9781152949em);
|
|
1705
1705
|
left: 1.4em;
|
|
1706
1706
|
}
|
|
1707
|
-
.
|
|
1708
|
-
animation-name:
|
|
1709
|
-
animation-delay: -0.
|
|
1707
|
+
._button_1bu77_13 ._p_1bu77_26:nth-child(15) {
|
|
1708
|
+
animation-name: _rise15_1bu77_1;
|
|
1709
|
+
animation-delay: -0.38s;
|
|
1710
1710
|
top: calc(50% - 0.8863961031em);
|
|
1711
1711
|
left: 1.5em;
|
|
1712
1712
|
}
|
|
1713
|
-
.
|
|
1714
|
-
animation-name:
|
|
1715
|
-
animation-delay: -0.
|
|
1713
|
+
._button_1bu77_13 ._p_1bu77_26:nth-child(16) {
|
|
1714
|
+
animation-name: _rise16_1bu77_1;
|
|
1715
|
+
animation-delay: -0.08s;
|
|
1716
1716
|
top: calc(50% - 0.7790067271em);
|
|
1717
1717
|
left: 1.6em;
|
|
1718
1718
|
}
|
|
1719
|
-
.
|
|
1720
|
-
animation-name:
|
|
1721
|
-
animation-delay: -0.
|
|
1719
|
+
._button_1bu77_13 ._p_1bu77_26:nth-child(17) {
|
|
1720
|
+
animation-name: _rise17_1bu77_1;
|
|
1721
|
+
animation-delay: -0.46s;
|
|
1722
1722
|
top: calc(50% - 0.6585914498em);
|
|
1723
1723
|
left: 1.7em;
|
|
1724
1724
|
}
|
|
1725
|
-
.
|
|
1726
|
-
animation-name:
|
|
1727
|
-
animation-delay: -0.
|
|
1725
|
+
._button_1bu77_13 ._p_1bu77_26:nth-child(18) {
|
|
1726
|
+
animation-name: _rise18_1bu77_1;
|
|
1727
|
+
animation-delay: -0.61s;
|
|
1728
1728
|
top: calc(50% - 0.5281152949em);
|
|
1729
1729
|
left: 1.8em;
|
|
1730
1730
|
}
|
|
1731
|
-
.
|
|
1732
|
-
animation-name:
|
|
1733
|
-
animation-delay: -0.
|
|
1731
|
+
._button_1bu77_13 ._p_1bu77_26:nth-child(19) {
|
|
1732
|
+
animation-name: _rise19_1bu77_1;
|
|
1733
|
+
animation-delay: -0.34s;
|
|
1734
1734
|
top: calc(50% - 0.3907910185em);
|
|
1735
1735
|
left: 1.9em;
|
|
1736
1736
|
}
|
|
1737
|
-
.
|
|
1738
|
-
animation-name:
|
|
1739
|
-
animation-delay: -0.
|
|
1737
|
+
._button_1bu77_13 ._p_1bu77_26:nth-child(20) {
|
|
1738
|
+
animation-name: _rise20_1bu77_1;
|
|
1739
|
+
animation-delay: -0.15s;
|
|
1740
1740
|
top: calc(50% - 0.25em);
|
|
1741
1741
|
left: 2em;
|
|
1742
1742
|
}
|
|
1743
|
-
.
|
|
1743
|
+
._button_1bu77_13:active {
|
|
1744
1744
|
transform: translateY(0.1em);
|
|
1745
1745
|
}
|
|
1746
|
-
.
|
|
1746
|
+
._button_1bu77_13:focus ._p_1bu77_26, ._button_1bu77_13:hover ._p_1bu77_26, ._button_1bu77_13:focus ._text_1bu77_26, ._button_1bu77_13:hover ._text_1bu77_26 {
|
|
1747
1747
|
background: hsl(18, 90%, 55%);
|
|
1748
1748
|
}
|
|
1749
|
-
.
|
|
1749
|
+
._button_1bu77_13:focus ._p_1bu77_26, ._button_1bu77_13:hover ._p_1bu77_26 {
|
|
1750
1750
|
animation-duration: 0.5s;
|
|
1751
1751
|
}
|
|
1752
|
-
.
|
|
1753
|
-
animation-delay: -0.
|
|
1752
|
+
._button_1bu77_13:focus ._p_1bu77_26:nth-child(1), ._button_1bu77_13:hover ._p_1bu77_26:nth-child(1) {
|
|
1753
|
+
animation-delay: -0.365s;
|
|
1754
1754
|
}
|
|
1755
|
-
.
|
|
1756
|
-
animation-delay: -0.
|
|
1755
|
+
._button_1bu77_13:focus ._p_1bu77_26:nth-child(2), ._button_1bu77_13:hover ._p_1bu77_26:nth-child(2) {
|
|
1756
|
+
animation-delay: -0.205s;
|
|
1757
1757
|
}
|
|
1758
|
-
.
|
|
1759
|
-
animation-delay: -0.
|
|
1758
|
+
._button_1bu77_13:focus ._p_1bu77_26:nth-child(3), ._button_1bu77_13:hover ._p_1bu77_26:nth-child(3) {
|
|
1759
|
+
animation-delay: -0.215s;
|
|
1760
1760
|
}
|
|
1761
|
-
.
|
|
1762
|
-
animation-delay: -0.
|
|
1761
|
+
._button_1bu77_13:focus ._p_1bu77_26:nth-child(4), ._button_1bu77_13:hover ._p_1bu77_26:nth-child(4) {
|
|
1762
|
+
animation-delay: -0.45s;
|
|
1763
1763
|
}
|
|
1764
|
-
.
|
|
1765
|
-
animation-delay: -0.
|
|
1764
|
+
._button_1bu77_13:focus ._p_1bu77_26:nth-child(5), ._button_1bu77_13:hover ._p_1bu77_26:nth-child(5) {
|
|
1765
|
+
animation-delay: -0.445s;
|
|
1766
1766
|
}
|
|
1767
|
-
.
|
|
1768
|
-
animation-delay: -0.
|
|
1767
|
+
._button_1bu77_13:focus ._p_1bu77_26:nth-child(6), ._button_1bu77_13:hover ._p_1bu77_26:nth-child(6) {
|
|
1768
|
+
animation-delay: -0.39s;
|
|
1769
1769
|
}
|
|
1770
|
-
.
|
|
1771
|
-
animation-delay: -0.
|
|
1770
|
+
._button_1bu77_13:focus ._p_1bu77_26:nth-child(7), ._button_1bu77_13:hover ._p_1bu77_26:nth-child(7) {
|
|
1771
|
+
animation-delay: -0.15s;
|
|
1772
1772
|
}
|
|
1773
|
-
.
|
|
1774
|
-
animation-delay: -0.
|
|
1773
|
+
._button_1bu77_13:focus ._p_1bu77_26:nth-child(8), ._button_1bu77_13:hover ._p_1bu77_26:nth-child(8) {
|
|
1774
|
+
animation-delay: -0.09s;
|
|
1775
1775
|
}
|
|
1776
|
-
.
|
|
1777
|
-
animation-delay: -0.
|
|
1776
|
+
._button_1bu77_13:focus ._p_1bu77_26:nth-child(9), ._button_1bu77_13:hover ._p_1bu77_26:nth-child(9) {
|
|
1777
|
+
animation-delay: -0.305s;
|
|
1778
1778
|
}
|
|
1779
|
-
.
|
|
1780
|
-
animation-delay: -0.
|
|
1779
|
+
._button_1bu77_13:focus ._p_1bu77_26:nth-child(10), ._button_1bu77_13:hover ._p_1bu77_26:nth-child(10) {
|
|
1780
|
+
animation-delay: -0.175s;
|
|
1781
1781
|
}
|
|
1782
|
-
.
|
|
1783
|
-
animation-delay: -0.
|
|
1782
|
+
._button_1bu77_13:focus ._p_1bu77_26:nth-child(11), ._button_1bu77_13:hover ._p_1bu77_26:nth-child(11) {
|
|
1783
|
+
animation-delay: -0.475s;
|
|
1784
1784
|
}
|
|
1785
|
-
.
|
|
1786
|
-
animation-delay: -0.
|
|
1785
|
+
._button_1bu77_13:focus ._p_1bu77_26:nth-child(12), ._button_1bu77_13:hover ._p_1bu77_26:nth-child(12) {
|
|
1786
|
+
animation-delay: -0.355s;
|
|
1787
1787
|
}
|
|
1788
|
-
.
|
|
1789
|
-
animation-delay: -0.
|
|
1788
|
+
._button_1bu77_13:focus ._p_1bu77_26:nth-child(13), ._button_1bu77_13:hover ._p_1bu77_26:nth-child(13) {
|
|
1789
|
+
animation-delay: -0.42s;
|
|
1790
1790
|
}
|
|
1791
|
-
.
|
|
1792
|
-
animation-delay: -0.
|
|
1791
|
+
._button_1bu77_13:focus ._p_1bu77_26:nth-child(14), ._button_1bu77_13:hover ._p_1bu77_26:nth-child(14) {
|
|
1792
|
+
animation-delay: -0.165s;
|
|
1793
1793
|
}
|
|
1794
|
-
.
|
|
1795
|
-
animation-delay: -0.
|
|
1794
|
+
._button_1bu77_13:focus ._p_1bu77_26:nth-child(15), ._button_1bu77_13:hover ._p_1bu77_26:nth-child(15) {
|
|
1795
|
+
animation-delay: -0.19s;
|
|
1796
1796
|
}
|
|
1797
|
-
.
|
|
1798
|
-
animation-delay: -0.
|
|
1797
|
+
._button_1bu77_13:focus ._p_1bu77_26:nth-child(16), ._button_1bu77_13:hover ._p_1bu77_26:nth-child(16) {
|
|
1798
|
+
animation-delay: -0.04s;
|
|
1799
1799
|
}
|
|
1800
|
-
.
|
|
1801
|
-
animation-delay: -0.
|
|
1800
|
+
._button_1bu77_13:focus ._p_1bu77_26:nth-child(17), ._button_1bu77_13:hover ._p_1bu77_26:nth-child(17) {
|
|
1801
|
+
animation-delay: -0.23s;
|
|
1802
1802
|
}
|
|
1803
|
-
.
|
|
1804
|
-
animation-delay: -0.
|
|
1803
|
+
._button_1bu77_13:focus ._p_1bu77_26:nth-child(18), ._button_1bu77_13:hover ._p_1bu77_26:nth-child(18) {
|
|
1804
|
+
animation-delay: -0.305s;
|
|
1805
1805
|
}
|
|
1806
|
-
.
|
|
1807
|
-
animation-delay: -0.
|
|
1806
|
+
._button_1bu77_13:focus ._p_1bu77_26:nth-child(19), ._button_1bu77_13:hover ._p_1bu77_26:nth-child(19) {
|
|
1807
|
+
animation-delay: -0.17s;
|
|
1808
1808
|
}
|
|
1809
|
-
.
|
|
1810
|
-
animation-delay: -0.
|
|
1809
|
+
._button_1bu77_13:focus ._p_1bu77_26:nth-child(20), ._button_1bu77_13:hover ._p_1bu77_26:nth-child(20) {
|
|
1810
|
+
animation-delay: -0.075s;
|
|
1811
1811
|
}
|
|
1812
1812
|
|
|
1813
|
-
.
|
|
1813
|
+
._text_1bu77_26 {
|
|
1814
1814
|
display: block;
|
|
1815
1815
|
padding: 0.5em;
|
|
1816
1816
|
width: 100%;
|
|
@@ -1819,231 +1819,231 @@ body[data-theme-mode='dark'] {
|
|
|
1819
1819
|
text-align: center;
|
|
1820
1820
|
}
|
|
1821
1821
|
|
|
1822
|
-
.
|
|
1823
|
-
.
|
|
1822
|
+
._text_1bu77_26,
|
|
1823
|
+
._effects_1bu77_240 {
|
|
1824
1824
|
position: absolute;
|
|
1825
1825
|
top: 0;
|
|
1826
1826
|
left: 0;
|
|
1827
1827
|
}
|
|
1828
1828
|
|
|
1829
|
-
@keyframes
|
|
1829
|
+
@keyframes _rise1_1bu77_1 {
|
|
1830
1830
|
from {
|
|
1831
1831
|
transform: translate(0em, 0) scale(1);
|
|
1832
1832
|
}
|
|
1833
1833
|
50% {
|
|
1834
|
-
transform: translate(0.
|
|
1834
|
+
transform: translate(0.048em, -0.86em) scale(1);
|
|
1835
1835
|
}
|
|
1836
1836
|
to {
|
|
1837
|
-
transform: translate(
|
|
1837
|
+
transform: translate(0.085em, -1.72em) scale(0);
|
|
1838
1838
|
}
|
|
1839
1839
|
}
|
|
1840
|
-
@keyframes
|
|
1840
|
+
@keyframes _rise2_1bu77_1 {
|
|
1841
1841
|
from {
|
|
1842
1842
|
transform: translate(0em, 0) scale(1);
|
|
1843
1843
|
}
|
|
1844
1844
|
50% {
|
|
1845
|
-
transform: translate(
|
|
1845
|
+
transform: translate(0.06em, -0.52em) scale(1);
|
|
1846
1846
|
}
|
|
1847
1847
|
to {
|
|
1848
|
-
transform: translate(0.
|
|
1848
|
+
transform: translate(0.24em, -1.04em) scale(0);
|
|
1849
1849
|
}
|
|
1850
1850
|
}
|
|
1851
|
-
@keyframes
|
|
1851
|
+
@keyframes _rise3_1bu77_1 {
|
|
1852
1852
|
from {
|
|
1853
1853
|
transform: translate(0em, 0) scale(1);
|
|
1854
1854
|
}
|
|
1855
1855
|
50% {
|
|
1856
|
-
transform: translate(0.
|
|
1856
|
+
transform: translate(-0.008em, -1.18em) scale(1);
|
|
1857
1857
|
}
|
|
1858
1858
|
to {
|
|
1859
|
-
transform: translate(
|
|
1859
|
+
transform: translate(0.04em, -2.36em) scale(0);
|
|
1860
1860
|
}
|
|
1861
1861
|
}
|
|
1862
|
-
@keyframes
|
|
1862
|
+
@keyframes _rise4_1bu77_1 {
|
|
1863
1863
|
from {
|
|
1864
1864
|
transform: translate(0em, 0) scale(1);
|
|
1865
1865
|
}
|
|
1866
1866
|
50% {
|
|
1867
|
-
transform: translate(-0.
|
|
1867
|
+
transform: translate(-0.088em, -0.78em) scale(1);
|
|
1868
1868
|
}
|
|
1869
1869
|
to {
|
|
1870
|
-
transform: translate(0.
|
|
1870
|
+
transform: translate(0.045em, -1.56em) scale(0);
|
|
1871
1871
|
}
|
|
1872
1872
|
}
|
|
1873
|
-
@keyframes
|
|
1873
|
+
@keyframes _rise5_1bu77_1 {
|
|
1874
1874
|
from {
|
|
1875
1875
|
transform: translate(0em, 0) scale(1);
|
|
1876
1876
|
}
|
|
1877
1877
|
50% {
|
|
1878
|
-
transform: translate(-0.
|
|
1878
|
+
transform: translate(-0.084em, -0.51em) scale(1);
|
|
1879
1879
|
}
|
|
1880
1880
|
to {
|
|
1881
|
-
transform: translate(
|
|
1881
|
+
transform: translate(0.235em, -1.02em) scale(0);
|
|
1882
1882
|
}
|
|
1883
1883
|
}
|
|
1884
|
-
@keyframes
|
|
1884
|
+
@keyframes _rise6_1bu77_1 {
|
|
1885
1885
|
from {
|
|
1886
1886
|
transform: translate(0em, 0) scale(1);
|
|
1887
1887
|
}
|
|
1888
1888
|
50% {
|
|
1889
|
-
transform: translate(0.
|
|
1889
|
+
transform: translate(0.048em, -0.72em) scale(1);
|
|
1890
1890
|
}
|
|
1891
1891
|
to {
|
|
1892
|
-
transform: translate(0.
|
|
1892
|
+
transform: translate(-0.06em, -1.44em) scale(0);
|
|
1893
1893
|
}
|
|
1894
1894
|
}
|
|
1895
|
-
@keyframes
|
|
1895
|
+
@keyframes _rise7_1bu77_1 {
|
|
1896
1896
|
from {
|
|
1897
1897
|
transform: translate(0em, 0) scale(1);
|
|
1898
1898
|
}
|
|
1899
1899
|
50% {
|
|
1900
|
-
transform: translate(-0.
|
|
1900
|
+
transform: translate(-0.014em, -0.9em) scale(1);
|
|
1901
1901
|
}
|
|
1902
1902
|
to {
|
|
1903
|
-
transform: translate(0.
|
|
1903
|
+
transform: translate(-0.245em, -1.8em) scale(0);
|
|
1904
1904
|
}
|
|
1905
1905
|
}
|
|
1906
|
-
@keyframes
|
|
1906
|
+
@keyframes _rise8_1bu77_1 {
|
|
1907
1907
|
from {
|
|
1908
1908
|
transform: translate(0em, 0) scale(1);
|
|
1909
1909
|
}
|
|
1910
1910
|
50% {
|
|
1911
|
-
transform: translate(0.
|
|
1911
|
+
transform: translate(-0.074em, -0.95em) scale(1);
|
|
1912
1912
|
}
|
|
1913
1913
|
to {
|
|
1914
|
-
transform: translate(0.
|
|
1914
|
+
transform: translate(0.055em, -1.9em) scale(0);
|
|
1915
1915
|
}
|
|
1916
1916
|
}
|
|
1917
|
-
@keyframes
|
|
1917
|
+
@keyframes _rise9_1bu77_1 {
|
|
1918
1918
|
from {
|
|
1919
1919
|
transform: translate(0em, 0) scale(1);
|
|
1920
1920
|
}
|
|
1921
1921
|
50% {
|
|
1922
|
-
transform: translate(
|
|
1922
|
+
transform: translate(0.048em, -1.1em) scale(1);
|
|
1923
1923
|
}
|
|
1924
1924
|
to {
|
|
1925
|
-
transform: translate(0.
|
|
1925
|
+
transform: translate(-0.015em, -2.2em) scale(0);
|
|
1926
1926
|
}
|
|
1927
1927
|
}
|
|
1928
|
-
@keyframes
|
|
1928
|
+
@keyframes _rise10_1bu77_1 {
|
|
1929
1929
|
from {
|
|
1930
1930
|
transform: translate(0em, 0) scale(1);
|
|
1931
1931
|
}
|
|
1932
1932
|
50% {
|
|
1933
|
-
transform: translate(0.
|
|
1933
|
+
transform: translate(0.096em, -0.63em) scale(1);
|
|
1934
1934
|
}
|
|
1935
1935
|
to {
|
|
1936
|
-
transform: translate(0.
|
|
1936
|
+
transform: translate(0.225em, -1.26em) scale(0);
|
|
1937
1937
|
}
|
|
1938
1938
|
}
|
|
1939
|
-
@keyframes
|
|
1939
|
+
@keyframes _rise11_1bu77_1 {
|
|
1940
1940
|
from {
|
|
1941
1941
|
transform: translate(0em, 0) scale(1);
|
|
1942
1942
|
}
|
|
1943
1943
|
50% {
|
|
1944
|
-
transform: translate(0.
|
|
1944
|
+
transform: translate(-0.094em, -0.74em) scale(1);
|
|
1945
1945
|
}
|
|
1946
1946
|
to {
|
|
1947
|
-
transform: translate(0.
|
|
1947
|
+
transform: translate(-0.17em, -1.48em) scale(0);
|
|
1948
1948
|
}
|
|
1949
1949
|
}
|
|
1950
|
-
@keyframes
|
|
1950
|
+
@keyframes _rise12_1bu77_1 {
|
|
1951
1951
|
from {
|
|
1952
1952
|
transform: translate(0em, 0) scale(1);
|
|
1953
1953
|
}
|
|
1954
1954
|
50% {
|
|
1955
|
-
transform: translate(
|
|
1955
|
+
transform: translate(0.1em, -0.97em) scale(1);
|
|
1956
1956
|
}
|
|
1957
1957
|
to {
|
|
1958
|
-
transform: translate(-0.
|
|
1958
|
+
transform: translate(-0.035em, -1.94em) scale(0);
|
|
1959
1959
|
}
|
|
1960
1960
|
}
|
|
1961
|
-
@keyframes
|
|
1961
|
+
@keyframes _rise13_1bu77_1 {
|
|
1962
1962
|
from {
|
|
1963
1963
|
transform: translate(0em, 0) scale(1);
|
|
1964
1964
|
}
|
|
1965
1965
|
50% {
|
|
1966
|
-
transform: translate(
|
|
1966
|
+
transform: translate(0.024em, -0.64em) scale(1);
|
|
1967
1967
|
}
|
|
1968
1968
|
to {
|
|
1969
|
-
transform: translate(-0.
|
|
1969
|
+
transform: translate(-0.13em, -1.28em) scale(0);
|
|
1970
1970
|
}
|
|
1971
1971
|
}
|
|
1972
|
-
@keyframes
|
|
1972
|
+
@keyframes _rise14_1bu77_1 {
|
|
1973
1973
|
from {
|
|
1974
1974
|
transform: translate(0em, 0) scale(1);
|
|
1975
1975
|
}
|
|
1976
1976
|
50% {
|
|
1977
|
-
transform: translate(0.
|
|
1977
|
+
transform: translate(-0.048em, -1.04em) scale(1);
|
|
1978
1978
|
}
|
|
1979
1979
|
to {
|
|
1980
|
-
transform: translate(-0.
|
|
1980
|
+
transform: translate(-0.13em, -2.08em) scale(0);
|
|
1981
1981
|
}
|
|
1982
1982
|
}
|
|
1983
|
-
@keyframes
|
|
1983
|
+
@keyframes _rise15_1bu77_1 {
|
|
1984
1984
|
from {
|
|
1985
1985
|
transform: translate(0em, 0) scale(1);
|
|
1986
1986
|
}
|
|
1987
1987
|
50% {
|
|
1988
|
-
transform: translate(-0.
|
|
1988
|
+
transform: translate(-0.03em, -1.12em) scale(1);
|
|
1989
1989
|
}
|
|
1990
1990
|
to {
|
|
1991
|
-
transform: translate(
|
|
1991
|
+
transform: translate(0.195em, -2.24em) scale(0);
|
|
1992
1992
|
}
|
|
1993
1993
|
}
|
|
1994
|
-
@keyframes
|
|
1994
|
+
@keyframes _rise16_1bu77_1 {
|
|
1995
1995
|
from {
|
|
1996
1996
|
transform: translate(0em, 0) scale(1);
|
|
1997
1997
|
}
|
|
1998
1998
|
50% {
|
|
1999
|
-
transform: translate(-0.078em, -0.
|
|
1999
|
+
transform: translate(-0.078em, -0.74em) scale(1);
|
|
2000
2000
|
}
|
|
2001
2001
|
to {
|
|
2002
|
-
transform: translate(0.
|
|
2002
|
+
transform: translate(-0.03em, -1.48em) scale(0);
|
|
2003
2003
|
}
|
|
2004
2004
|
}
|
|
2005
|
-
@keyframes
|
|
2005
|
+
@keyframes _rise17_1bu77_1 {
|
|
2006
2006
|
from {
|
|
2007
2007
|
transform: translate(0em, 0) scale(1);
|
|
2008
2008
|
}
|
|
2009
2009
|
50% {
|
|
2010
|
-
transform: translate(-0.
|
|
2010
|
+
transform: translate(-0.07em, -0.63em) scale(1);
|
|
2011
2011
|
}
|
|
2012
2012
|
to {
|
|
2013
|
-
transform: translate(0.
|
|
2013
|
+
transform: translate(-0.185em, -1.26em) scale(0);
|
|
2014
2014
|
}
|
|
2015
2015
|
}
|
|
2016
|
-
@keyframes
|
|
2016
|
+
@keyframes _rise18_1bu77_1 {
|
|
2017
2017
|
from {
|
|
2018
2018
|
transform: translate(0em, 0) scale(1);
|
|
2019
2019
|
}
|
|
2020
2020
|
50% {
|
|
2021
|
-
transform: translate(0.
|
|
2021
|
+
transform: translate(0.07em, -1.45em) scale(1);
|
|
2022
2022
|
}
|
|
2023
2023
|
to {
|
|
2024
|
-
transform: translate(
|
|
2024
|
+
transform: translate(0.06em, -2.9em) scale(0);
|
|
2025
2025
|
}
|
|
2026
2026
|
}
|
|
2027
|
-
@keyframes
|
|
2027
|
+
@keyframes _rise19_1bu77_1 {
|
|
2028
2028
|
from {
|
|
2029
2029
|
transform: translate(0em, 0) scale(1);
|
|
2030
2030
|
}
|
|
2031
2031
|
50% {
|
|
2032
|
-
transform: translate(
|
|
2032
|
+
transform: translate(0.054em, -1.33em) scale(1);
|
|
2033
2033
|
}
|
|
2034
2034
|
to {
|
|
2035
|
-
transform: translate(0.
|
|
2035
|
+
transform: translate(0.115em, -2.66em) scale(0);
|
|
2036
2036
|
}
|
|
2037
2037
|
}
|
|
2038
|
-
@keyframes
|
|
2038
|
+
@keyframes _rise20_1bu77_1 {
|
|
2039
2039
|
from {
|
|
2040
2040
|
transform: translate(0em, 0) scale(1);
|
|
2041
2041
|
}
|
|
2042
2042
|
50% {
|
|
2043
|
-
transform: translate(-0.
|
|
2043
|
+
transform: translate(-0.058em, -0.66em) scale(1);
|
|
2044
2044
|
}
|
|
2045
2045
|
to {
|
|
2046
|
-
transform: translate(
|
|
2046
|
+
transform: translate(0.025em, -1.32em) scale(0);
|
|
2047
2047
|
}
|
|
2048
2048
|
}._root_exi6q_1 {
|
|
2049
2049
|
--primary: black;
|
|
@@ -5329,7 +5329,7 @@ body[data-theme-mode='dark'] {
|
|
|
5329
5329
|
._root_1qkvm_1:focus::after {
|
|
5330
5330
|
opacity: 1;
|
|
5331
5331
|
}/*background-image: radial-gradient(circle, #333, #000 800px);*/
|
|
5332
|
-
.
|
|
5332
|
+
._root_1xadx_2 {
|
|
5333
5333
|
position: relative;
|
|
5334
5334
|
width: 287px;
|
|
5335
5335
|
height: 36px;
|
|
@@ -5343,13 +5343,13 @@ body[data-theme-mode='dark'] {
|
|
|
5343
5343
|
justify-content: center;
|
|
5344
5344
|
align-content: center;
|
|
5345
5345
|
}
|
|
5346
|
-
.
|
|
5346
|
+
._root_1xadx_2:hover {
|
|
5347
5347
|
--sy: 1;
|
|
5348
5348
|
--aps: running;
|
|
5349
5349
|
--op: 0;
|
|
5350
5350
|
}
|
|
5351
5351
|
|
|
5352
|
-
.
|
|
5352
|
+
._i_1xadx_22 {
|
|
5353
5353
|
position: absolute;
|
|
5354
5354
|
left: var(--left, 0);
|
|
5355
5355
|
top: 50%;
|
|
@@ -5359,16 +5359,16 @@ body[data-theme-mode='dark'] {
|
|
|
5359
5359
|
transition: transform var(--duration) ease-out;
|
|
5360
5360
|
z-index: -1;
|
|
5361
5361
|
}
|
|
5362
|
-
.
|
|
5362
|
+
._i_1xadx_22::after {
|
|
5363
5363
|
content: "";
|
|
5364
5364
|
position: absolute;
|
|
5365
5365
|
inset: 0;
|
|
5366
5366
|
background-image: linear-gradient(#fff, hsl(var(--hue, 0), 75%, 75%));
|
|
5367
5367
|
border-radius: 50%;
|
|
5368
|
-
animation:
|
|
5368
|
+
animation: _noise_1xadx_1 var(--duration) infinite ease-in-out alternate;
|
|
5369
5369
|
animation-play-state: var(--aps, paused);
|
|
5370
5370
|
}
|
|
5371
|
-
@keyframes
|
|
5371
|
+
@keyframes _noise_1xadx_1 {
|
|
5372
5372
|
0% {
|
|
5373
5373
|
transform: scaleY(calc(1 - (var(--size, 0))));
|
|
5374
5374
|
}
|
|
@@ -5376,440 +5376,440 @@ body[data-theme-mode='dark'] {
|
|
|
5376
5376
|
transform: scaleY(calc(1 + (var(--size, 0))));
|
|
5377
5377
|
}
|
|
5378
5378
|
}
|
|
5379
|
-
.
|
|
5379
|
+
._i_1xadx_22:nth-child(1) {
|
|
5380
5380
|
--left: 0px;
|
|
5381
|
-
--duration:
|
|
5382
|
-
--size: 0.
|
|
5381
|
+
--duration: 332ms;
|
|
5382
|
+
--size: 0.887;
|
|
5383
5383
|
--hue: 0;
|
|
5384
5384
|
}
|
|
5385
|
-
.
|
|
5385
|
+
._i_1xadx_22:nth-child(2) {
|
|
5386
5386
|
--left: 4px;
|
|
5387
|
-
--duration:
|
|
5388
|
-
--size: 0.
|
|
5387
|
+
--duration: 228ms;
|
|
5388
|
+
--size: 0.834;
|
|
5389
5389
|
--hue: 5;
|
|
5390
5390
|
}
|
|
5391
|
-
.
|
|
5391
|
+
._i_1xadx_22:nth-child(3) {
|
|
5392
5392
|
--left: 8px;
|
|
5393
|
-
--duration:
|
|
5394
|
-
--size: 0.
|
|
5393
|
+
--duration: 281ms;
|
|
5394
|
+
--size: 0.532;
|
|
5395
5395
|
--hue: 10;
|
|
5396
5396
|
}
|
|
5397
|
-
.
|
|
5397
|
+
._i_1xadx_22:nth-child(4) {
|
|
5398
5398
|
--left: 12px;
|
|
5399
|
-
--duration:
|
|
5400
|
-
--size: 0.
|
|
5399
|
+
--duration: 243ms;
|
|
5400
|
+
--size: 0.373;
|
|
5401
5401
|
--hue: 15;
|
|
5402
5402
|
}
|
|
5403
|
-
.
|
|
5403
|
+
._i_1xadx_22:nth-child(5) {
|
|
5404
5404
|
--left: 16px;
|
|
5405
|
-
--duration:
|
|
5406
|
-
--size: 0.
|
|
5405
|
+
--duration: 381ms;
|
|
5406
|
+
--size: 0.003;
|
|
5407
5407
|
--hue: 20;
|
|
5408
5408
|
}
|
|
5409
|
-
.
|
|
5409
|
+
._i_1xadx_22:nth-child(6) {
|
|
5410
5410
|
--left: 20px;
|
|
5411
|
-
--duration:
|
|
5412
|
-
--size: 0.
|
|
5411
|
+
--duration: 299ms;
|
|
5412
|
+
--size: 0.749;
|
|
5413
5413
|
--hue: 25;
|
|
5414
5414
|
}
|
|
5415
|
-
.
|
|
5415
|
+
._i_1xadx_22:nth-child(7) {
|
|
5416
5416
|
--left: 24px;
|
|
5417
|
-
--duration:
|
|
5418
|
-
--size: 0.
|
|
5417
|
+
--duration: 358ms;
|
|
5418
|
+
--size: 0.472;
|
|
5419
5419
|
--hue: 30;
|
|
5420
5420
|
}
|
|
5421
|
-
.
|
|
5421
|
+
._i_1xadx_22:nth-child(8) {
|
|
5422
5422
|
--left: 28px;
|
|
5423
|
-
--duration:
|
|
5424
|
-
--size: 0.
|
|
5423
|
+
--duration: 365ms;
|
|
5424
|
+
--size: 0.389;
|
|
5425
5425
|
--hue: 35;
|
|
5426
5426
|
}
|
|
5427
|
-
.
|
|
5427
|
+
._i_1xadx_22:nth-child(9) {
|
|
5428
5428
|
--left: 32px;
|
|
5429
|
-
--duration:
|
|
5430
|
-
--size: 0.
|
|
5429
|
+
--duration: 225ms;
|
|
5430
|
+
--size: 0.966;
|
|
5431
5431
|
--hue: 40;
|
|
5432
5432
|
}
|
|
5433
|
-
.
|
|
5433
|
+
._i_1xadx_22:nth-child(10) {
|
|
5434
5434
|
--left: 36px;
|
|
5435
|
-
--duration:
|
|
5436
|
-
--size: 0.
|
|
5435
|
+
--duration: 399ms;
|
|
5436
|
+
--size: 0.229;
|
|
5437
5437
|
--hue: 45;
|
|
5438
5438
|
}
|
|
5439
|
-
.
|
|
5439
|
+
._i_1xadx_22:nth-child(11) {
|
|
5440
5440
|
--left: 40px;
|
|
5441
|
-
--duration:
|
|
5442
|
-
--size: 0.
|
|
5441
|
+
--duration: 266ms;
|
|
5442
|
+
--size: 0.086;
|
|
5443
5443
|
--hue: 50;
|
|
5444
5444
|
}
|
|
5445
|
-
.
|
|
5445
|
+
._i_1xadx_22:nth-child(12) {
|
|
5446
5446
|
--left: 44px;
|
|
5447
|
-
--duration:
|
|
5448
|
-
--size: 0.
|
|
5447
|
+
--duration: 352ms;
|
|
5448
|
+
--size: 0.294;
|
|
5449
5449
|
--hue: 55;
|
|
5450
5450
|
}
|
|
5451
|
-
.
|
|
5451
|
+
._i_1xadx_22:nth-child(13) {
|
|
5452
5452
|
--left: 48px;
|
|
5453
|
-
--duration:
|
|
5454
|
-
--size: 0.
|
|
5453
|
+
--duration: 212ms;
|
|
5454
|
+
--size: 0.18;
|
|
5455
5455
|
--hue: 60;
|
|
5456
5456
|
}
|
|
5457
|
-
.
|
|
5457
|
+
._i_1xadx_22:nth-child(14) {
|
|
5458
5458
|
--left: 52px;
|
|
5459
|
-
--duration:
|
|
5460
|
-
--size: 0.
|
|
5459
|
+
--duration: 336ms;
|
|
5460
|
+
--size: 0.692;
|
|
5461
5461
|
--hue: 65;
|
|
5462
5462
|
}
|
|
5463
|
-
.
|
|
5463
|
+
._i_1xadx_22:nth-child(15) {
|
|
5464
5464
|
--left: 56px;
|
|
5465
|
-
--duration:
|
|
5466
|
-
--size: 0.
|
|
5465
|
+
--duration: 336ms;
|
|
5466
|
+
--size: 0.352;
|
|
5467
5467
|
--hue: 70;
|
|
5468
5468
|
}
|
|
5469
|
-
.
|
|
5469
|
+
._i_1xadx_22:nth-child(16) {
|
|
5470
5470
|
--left: 60px;
|
|
5471
|
-
--duration:
|
|
5472
|
-
--size: 0.
|
|
5471
|
+
--duration: 299ms;
|
|
5472
|
+
--size: 0.592;
|
|
5473
5473
|
--hue: 75;
|
|
5474
5474
|
}
|
|
5475
|
-
.
|
|
5475
|
+
._i_1xadx_22:nth-child(17) {
|
|
5476
5476
|
--left: 64px;
|
|
5477
|
-
--duration:
|
|
5478
|
-
--size: 0.
|
|
5477
|
+
--duration: 221ms;
|
|
5478
|
+
--size: 0.546;
|
|
5479
5479
|
--hue: 80;
|
|
5480
5480
|
}
|
|
5481
|
-
.
|
|
5481
|
+
._i_1xadx_22:nth-child(18) {
|
|
5482
5482
|
--left: 68px;
|
|
5483
|
-
--duration:
|
|
5484
|
-
--size: 0.
|
|
5483
|
+
--duration: 289ms;
|
|
5484
|
+
--size: 0.248;
|
|
5485
5485
|
--hue: 85;
|
|
5486
5486
|
}
|
|
5487
|
-
.
|
|
5487
|
+
._i_1xadx_22:nth-child(19) {
|
|
5488
5488
|
--left: 72px;
|
|
5489
|
-
--duration:
|
|
5490
|
-
--size: 0.
|
|
5489
|
+
--duration: 290ms;
|
|
5490
|
+
--size: 0.853;
|
|
5491
5491
|
--hue: 90;
|
|
5492
5492
|
}
|
|
5493
|
-
.
|
|
5493
|
+
._i_1xadx_22:nth-child(20) {
|
|
5494
5494
|
--left: 76px;
|
|
5495
|
-
--duration:
|
|
5496
|
-
--size: 0.
|
|
5495
|
+
--duration: 244ms;
|
|
5496
|
+
--size: 0.35;
|
|
5497
5497
|
--hue: 95;
|
|
5498
5498
|
}
|
|
5499
|
-
.
|
|
5499
|
+
._i_1xadx_22:nth-child(21) {
|
|
5500
5500
|
--left: 80px;
|
|
5501
|
-
--duration:
|
|
5502
|
-
--size: 0.
|
|
5501
|
+
--duration: 376ms;
|
|
5502
|
+
--size: 0.951;
|
|
5503
5503
|
--hue: 100;
|
|
5504
5504
|
}
|
|
5505
|
-
.
|
|
5505
|
+
._i_1xadx_22:nth-child(22) {
|
|
5506
5506
|
--left: 84px;
|
|
5507
|
-
--duration:
|
|
5508
|
-
--size: 0.
|
|
5507
|
+
--duration: 222ms;
|
|
5508
|
+
--size: 0.534;
|
|
5509
5509
|
--hue: 105;
|
|
5510
5510
|
}
|
|
5511
|
-
.
|
|
5511
|
+
._i_1xadx_22:nth-child(23) {
|
|
5512
5512
|
--left: 88px;
|
|
5513
|
-
--duration:
|
|
5514
|
-
--size: 0.
|
|
5513
|
+
--duration: 238ms;
|
|
5514
|
+
--size: 0.423;
|
|
5515
5515
|
--hue: 110;
|
|
5516
5516
|
}
|
|
5517
|
-
.
|
|
5517
|
+
._i_1xadx_22:nth-child(24) {
|
|
5518
5518
|
--left: 92px;
|
|
5519
|
-
--duration:
|
|
5520
|
-
--size: 0.
|
|
5519
|
+
--duration: 340ms;
|
|
5520
|
+
--size: 0.422;
|
|
5521
5521
|
--hue: 115;
|
|
5522
5522
|
}
|
|
5523
|
-
.
|
|
5523
|
+
._i_1xadx_22:nth-child(25) {
|
|
5524
5524
|
--left: 96px;
|
|
5525
|
-
--duration:
|
|
5526
|
-
--size: 0.
|
|
5525
|
+
--duration: 261ms;
|
|
5526
|
+
--size: 0.485;
|
|
5527
5527
|
--hue: 120;
|
|
5528
5528
|
}
|
|
5529
|
-
.
|
|
5529
|
+
._i_1xadx_22:nth-child(26) {
|
|
5530
5530
|
--left: 100px;
|
|
5531
5531
|
--duration: 216ms;
|
|
5532
|
-
--size: 0.
|
|
5532
|
+
--size: 0.643;
|
|
5533
5533
|
--hue: 125;
|
|
5534
5534
|
}
|
|
5535
|
-
.
|
|
5535
|
+
._i_1xadx_22:nth-child(27) {
|
|
5536
5536
|
--left: 104px;
|
|
5537
|
-
--duration:
|
|
5538
|
-
--size: 0.
|
|
5537
|
+
--duration: 395ms;
|
|
5538
|
+
--size: 0.95;
|
|
5539
5539
|
--hue: 130;
|
|
5540
5540
|
}
|
|
5541
|
-
.
|
|
5541
|
+
._i_1xadx_22:nth-child(28) {
|
|
5542
5542
|
--left: 108px;
|
|
5543
|
-
--duration:
|
|
5544
|
-
--size: 0.
|
|
5543
|
+
--duration: 323ms;
|
|
5544
|
+
--size: 0.52;
|
|
5545
5545
|
--hue: 135;
|
|
5546
5546
|
}
|
|
5547
|
-
.
|
|
5547
|
+
._i_1xadx_22:nth-child(29) {
|
|
5548
5548
|
--left: 112px;
|
|
5549
|
-
--duration:
|
|
5550
|
-
--size: 0.
|
|
5549
|
+
--duration: 337ms;
|
|
5550
|
+
--size: 0.716;
|
|
5551
5551
|
--hue: 140;
|
|
5552
5552
|
}
|
|
5553
|
-
.
|
|
5553
|
+
._i_1xadx_22:nth-child(30) {
|
|
5554
5554
|
--left: 116px;
|
|
5555
|
-
--duration:
|
|
5556
|
-
--size: 0.
|
|
5555
|
+
--duration: 260ms;
|
|
5556
|
+
--size: 0.745;
|
|
5557
5557
|
--hue: 145;
|
|
5558
5558
|
}
|
|
5559
|
-
.
|
|
5559
|
+
._i_1xadx_22:nth-child(31) {
|
|
5560
5560
|
--left: 120px;
|
|
5561
|
-
--duration:
|
|
5562
|
-
--size: 0.
|
|
5561
|
+
--duration: 214ms;
|
|
5562
|
+
--size: 0.946;
|
|
5563
5563
|
--hue: 150;
|
|
5564
5564
|
}
|
|
5565
|
-
.
|
|
5565
|
+
._i_1xadx_22:nth-child(32) {
|
|
5566
5566
|
--left: 124px;
|
|
5567
|
-
--duration:
|
|
5568
|
-
--size: 0.
|
|
5567
|
+
--duration: 267ms;
|
|
5568
|
+
--size: 0.899;
|
|
5569
5569
|
--hue: 155;
|
|
5570
5570
|
}
|
|
5571
|
-
.
|
|
5571
|
+
._i_1xadx_22:nth-child(33) {
|
|
5572
5572
|
--left: 128px;
|
|
5573
|
-
--duration:
|
|
5574
|
-
--size: 0.
|
|
5573
|
+
--duration: 252ms;
|
|
5574
|
+
--size: 0.453;
|
|
5575
5575
|
--hue: 160;
|
|
5576
5576
|
}
|
|
5577
|
-
.
|
|
5577
|
+
._i_1xadx_22:nth-child(34) {
|
|
5578
5578
|
--left: 132px;
|
|
5579
|
-
--duration:
|
|
5580
|
-
--size: 0.
|
|
5579
|
+
--duration: 388ms;
|
|
5580
|
+
--size: 0.629;
|
|
5581
5581
|
--hue: 165;
|
|
5582
5582
|
}
|
|
5583
|
-
.
|
|
5583
|
+
._i_1xadx_22:nth-child(35) {
|
|
5584
5584
|
--left: 136px;
|
|
5585
|
-
--duration:
|
|
5586
|
-
--size: 0.
|
|
5585
|
+
--duration: 285ms;
|
|
5586
|
+
--size: 0.648;
|
|
5587
5587
|
--hue: 170;
|
|
5588
5588
|
}
|
|
5589
|
-
.
|
|
5589
|
+
._i_1xadx_22:nth-child(36) {
|
|
5590
5590
|
--left: 140px;
|
|
5591
|
-
--duration:
|
|
5592
|
-
--size:
|
|
5591
|
+
--duration: 377ms;
|
|
5592
|
+
--size: 0.354;
|
|
5593
5593
|
--hue: 175;
|
|
5594
5594
|
}
|
|
5595
|
-
.
|
|
5595
|
+
._i_1xadx_22:nth-child(37) {
|
|
5596
5596
|
--left: 144px;
|
|
5597
|
-
--duration:
|
|
5598
|
-
--size: 0.
|
|
5597
|
+
--duration: 205ms;
|
|
5598
|
+
--size: 0.496;
|
|
5599
5599
|
--hue: 180;
|
|
5600
5600
|
}
|
|
5601
|
-
.
|
|
5601
|
+
._i_1xadx_22:nth-child(38) {
|
|
5602
5602
|
--left: 148px;
|
|
5603
|
-
--duration:
|
|
5604
|
-
--size: 0.
|
|
5603
|
+
--duration: 253ms;
|
|
5604
|
+
--size: 0.034;
|
|
5605
5605
|
--hue: 185;
|
|
5606
5606
|
}
|
|
5607
|
-
.
|
|
5607
|
+
._i_1xadx_22:nth-child(39) {
|
|
5608
5608
|
--left: 152px;
|
|
5609
|
-
--duration:
|
|
5610
|
-
--size: 0.
|
|
5609
|
+
--duration: 337ms;
|
|
5610
|
+
--size: 0.215;
|
|
5611
5611
|
--hue: 190;
|
|
5612
5612
|
}
|
|
5613
|
-
.
|
|
5613
|
+
._i_1xadx_22:nth-child(40) {
|
|
5614
5614
|
--left: 156px;
|
|
5615
|
-
--duration:
|
|
5616
|
-
--size: 0.
|
|
5615
|
+
--duration: 209ms;
|
|
5616
|
+
--size: 0.385;
|
|
5617
5617
|
--hue: 195;
|
|
5618
5618
|
}
|
|
5619
|
-
.
|
|
5619
|
+
._i_1xadx_22:nth-child(41) {
|
|
5620
5620
|
--left: 160px;
|
|
5621
|
-
--duration:
|
|
5622
|
-
--size: 0.
|
|
5621
|
+
--duration: 223ms;
|
|
5622
|
+
--size: 0.121;
|
|
5623
5623
|
--hue: 200;
|
|
5624
5624
|
}
|
|
5625
|
-
.
|
|
5625
|
+
._i_1xadx_22:nth-child(42) {
|
|
5626
5626
|
--left: 164px;
|
|
5627
|
-
--duration:
|
|
5628
|
-
--size: 0.
|
|
5627
|
+
--duration: 220ms;
|
|
5628
|
+
--size: 0.403;
|
|
5629
5629
|
--hue: 205;
|
|
5630
5630
|
}
|
|
5631
|
-
.
|
|
5631
|
+
._i_1xadx_22:nth-child(43) {
|
|
5632
5632
|
--left: 168px;
|
|
5633
|
-
--duration:
|
|
5634
|
-
--size: 0.
|
|
5633
|
+
--duration: 298ms;
|
|
5634
|
+
--size: 0.079;
|
|
5635
5635
|
--hue: 210;
|
|
5636
5636
|
}
|
|
5637
|
-
.
|
|
5637
|
+
._i_1xadx_22:nth-child(44) {
|
|
5638
5638
|
--left: 172px;
|
|
5639
|
-
--duration:
|
|
5640
|
-
--size: 0.
|
|
5639
|
+
--duration: 258ms;
|
|
5640
|
+
--size: 0.776;
|
|
5641
5641
|
--hue: 215;
|
|
5642
5642
|
}
|
|
5643
|
-
.
|
|
5643
|
+
._i_1xadx_22:nth-child(45) {
|
|
5644
5644
|
--left: 176px;
|
|
5645
|
-
--duration:
|
|
5646
|
-
--size: 0.
|
|
5645
|
+
--duration: 385ms;
|
|
5646
|
+
--size: 0.541;
|
|
5647
5647
|
--hue: 220;
|
|
5648
5648
|
}
|
|
5649
|
-
.
|
|
5649
|
+
._i_1xadx_22:nth-child(46) {
|
|
5650
5650
|
--left: 180px;
|
|
5651
|
-
--duration:
|
|
5652
|
-
--size: 0.
|
|
5651
|
+
--duration: 315ms;
|
|
5652
|
+
--size: 0.907;
|
|
5653
5653
|
--hue: 225;
|
|
5654
5654
|
}
|
|
5655
|
-
.
|
|
5655
|
+
._i_1xadx_22:nth-child(47) {
|
|
5656
5656
|
--left: 184px;
|
|
5657
|
-
--duration:
|
|
5658
|
-
--size: 0.
|
|
5657
|
+
--duration: 263ms;
|
|
5658
|
+
--size: 0.008;
|
|
5659
5659
|
--hue: 230;
|
|
5660
5660
|
}
|
|
5661
|
-
.
|
|
5661
|
+
._i_1xadx_22:nth-child(48) {
|
|
5662
5662
|
--left: 188px;
|
|
5663
|
-
--duration:
|
|
5664
|
-
--size: 0.
|
|
5663
|
+
--duration: 224ms;
|
|
5664
|
+
--size: 0.829;
|
|
5665
5665
|
--hue: 235;
|
|
5666
5666
|
}
|
|
5667
|
-
.
|
|
5667
|
+
._i_1xadx_22:nth-child(49) {
|
|
5668
5668
|
--left: 192px;
|
|
5669
|
-
--duration:
|
|
5670
|
-
--size: 0.
|
|
5669
|
+
--duration: 260ms;
|
|
5670
|
+
--size: 0.926;
|
|
5671
5671
|
--hue: 240;
|
|
5672
5672
|
}
|
|
5673
|
-
.
|
|
5673
|
+
._i_1xadx_22:nth-child(50) {
|
|
5674
5674
|
--left: 196px;
|
|
5675
|
-
--duration:
|
|
5676
|
-
--size: 0.
|
|
5675
|
+
--duration: 301ms;
|
|
5676
|
+
--size: 0.035;
|
|
5677
5677
|
--hue: 245;
|
|
5678
5678
|
}
|
|
5679
|
-
.
|
|
5679
|
+
._i_1xadx_22:nth-child(51) {
|
|
5680
5680
|
--left: 200px;
|
|
5681
|
-
--duration:
|
|
5682
|
-
--size: 0.
|
|
5681
|
+
--duration: 264ms;
|
|
5682
|
+
--size: 0.543;
|
|
5683
5683
|
--hue: 250;
|
|
5684
5684
|
}
|
|
5685
|
-
.
|
|
5685
|
+
._i_1xadx_22:nth-child(52) {
|
|
5686
5686
|
--left: 204px;
|
|
5687
|
-
--duration:
|
|
5688
|
-
--size: 0.
|
|
5687
|
+
--duration: 354ms;
|
|
5688
|
+
--size: 0.245;
|
|
5689
5689
|
--hue: 255;
|
|
5690
5690
|
}
|
|
5691
|
-
.
|
|
5691
|
+
._i_1xadx_22:nth-child(53) {
|
|
5692
5692
|
--left: 208px;
|
|
5693
|
-
--duration:
|
|
5694
|
-
--size: 0.
|
|
5693
|
+
--duration: 274ms;
|
|
5694
|
+
--size: 0.08;
|
|
5695
5695
|
--hue: 260;
|
|
5696
5696
|
}
|
|
5697
|
-
.
|
|
5697
|
+
._i_1xadx_22:nth-child(54) {
|
|
5698
5698
|
--left: 212px;
|
|
5699
|
-
--duration:
|
|
5700
|
-
--size: 0.
|
|
5699
|
+
--duration: 398ms;
|
|
5700
|
+
--size: 0.612;
|
|
5701
5701
|
--hue: 265;
|
|
5702
5702
|
}
|
|
5703
|
-
.
|
|
5703
|
+
._i_1xadx_22:nth-child(55) {
|
|
5704
5704
|
--left: 216px;
|
|
5705
|
-
--duration:
|
|
5706
|
-
--size: 0.
|
|
5705
|
+
--duration: 305ms;
|
|
5706
|
+
--size: 0.846;
|
|
5707
5707
|
--hue: 270;
|
|
5708
5708
|
}
|
|
5709
|
-
.
|
|
5709
|
+
._i_1xadx_22:nth-child(56) {
|
|
5710
5710
|
--left: 220px;
|
|
5711
|
-
--duration:
|
|
5712
|
-
--size: 0.
|
|
5711
|
+
--duration: 254ms;
|
|
5712
|
+
--size: 0.565;
|
|
5713
5713
|
--hue: 275;
|
|
5714
5714
|
}
|
|
5715
|
-
.
|
|
5715
|
+
._i_1xadx_22:nth-child(57) {
|
|
5716
5716
|
--left: 224px;
|
|
5717
|
-
--duration:
|
|
5718
|
-
--size: 0.
|
|
5717
|
+
--duration: 297ms;
|
|
5718
|
+
--size: 0.625;
|
|
5719
5719
|
--hue: 280;
|
|
5720
5720
|
}
|
|
5721
|
-
.
|
|
5721
|
+
._i_1xadx_22:nth-child(58) {
|
|
5722
5722
|
--left: 228px;
|
|
5723
|
-
--duration:
|
|
5724
|
-
--size: 0.
|
|
5723
|
+
--duration: 207ms;
|
|
5724
|
+
--size: 0.811;
|
|
5725
5725
|
--hue: 285;
|
|
5726
5726
|
}
|
|
5727
|
-
.
|
|
5727
|
+
._i_1xadx_22:nth-child(59) {
|
|
5728
5728
|
--left: 232px;
|
|
5729
|
-
--duration:
|
|
5730
|
-
--size: 0.
|
|
5729
|
+
--duration: 257ms;
|
|
5730
|
+
--size: 0.772;
|
|
5731
5731
|
--hue: 290;
|
|
5732
5732
|
}
|
|
5733
|
-
.
|
|
5733
|
+
._i_1xadx_22:nth-child(60) {
|
|
5734
5734
|
--left: 236px;
|
|
5735
|
-
--duration:
|
|
5736
|
-
--size: 0.
|
|
5735
|
+
--duration: 343ms;
|
|
5736
|
+
--size: 0.335;
|
|
5737
5737
|
--hue: 295;
|
|
5738
5738
|
}
|
|
5739
|
-
.
|
|
5739
|
+
._i_1xadx_22:nth-child(61) {
|
|
5740
5740
|
--left: 240px;
|
|
5741
|
-
--duration:
|
|
5742
|
-
--size: 0.
|
|
5741
|
+
--duration: 300ms;
|
|
5742
|
+
--size: 0.616;
|
|
5743
5743
|
--hue: 300;
|
|
5744
5744
|
}
|
|
5745
|
-
.
|
|
5745
|
+
._i_1xadx_22:nth-child(62) {
|
|
5746
5746
|
--left: 244px;
|
|
5747
|
-
--duration:
|
|
5748
|
-
--size: 0.
|
|
5747
|
+
--duration: 213ms;
|
|
5748
|
+
--size: 0.382;
|
|
5749
5749
|
--hue: 305;
|
|
5750
5750
|
}
|
|
5751
|
-
.
|
|
5751
|
+
._i_1xadx_22:nth-child(63) {
|
|
5752
5752
|
--left: 248px;
|
|
5753
|
-
--duration:
|
|
5754
|
-
--size: 0.
|
|
5753
|
+
--duration: 339ms;
|
|
5754
|
+
--size: 0.08;
|
|
5755
5755
|
--hue: 310;
|
|
5756
5756
|
}
|
|
5757
|
-
.
|
|
5757
|
+
._i_1xadx_22:nth-child(64) {
|
|
5758
5758
|
--left: 252px;
|
|
5759
|
-
--duration:
|
|
5760
|
-
--size: 0.
|
|
5759
|
+
--duration: 283ms;
|
|
5760
|
+
--size: 0.536;
|
|
5761
5761
|
--hue: 315;
|
|
5762
5762
|
}
|
|
5763
|
-
.
|
|
5763
|
+
._i_1xadx_22:nth-child(65) {
|
|
5764
5764
|
--left: 256px;
|
|
5765
|
-
--duration:
|
|
5766
|
-
--size: 0.
|
|
5765
|
+
--duration: 364ms;
|
|
5766
|
+
--size: 0.165;
|
|
5767
5767
|
--hue: 320;
|
|
5768
5768
|
}
|
|
5769
|
-
.
|
|
5769
|
+
._i_1xadx_22:nth-child(66) {
|
|
5770
5770
|
--left: 260px;
|
|
5771
|
-
--duration:
|
|
5772
|
-
--size: 0.
|
|
5771
|
+
--duration: 369ms;
|
|
5772
|
+
--size: 0.956;
|
|
5773
5773
|
--hue: 325;
|
|
5774
5774
|
}
|
|
5775
|
-
.
|
|
5775
|
+
._i_1xadx_22:nth-child(67) {
|
|
5776
5776
|
--left: 264px;
|
|
5777
|
-
--duration:
|
|
5778
|
-
--size: 0.
|
|
5777
|
+
--duration: 219ms;
|
|
5778
|
+
--size: 0.749;
|
|
5779
5779
|
--hue: 330;
|
|
5780
5780
|
}
|
|
5781
|
-
.
|
|
5781
|
+
._i_1xadx_22:nth-child(68) {
|
|
5782
5782
|
--left: 268px;
|
|
5783
|
-
--duration:
|
|
5784
|
-
--size: 0.
|
|
5783
|
+
--duration: 312ms;
|
|
5784
|
+
--size: 0.945;
|
|
5785
5785
|
--hue: 335;
|
|
5786
5786
|
}
|
|
5787
|
-
.
|
|
5787
|
+
._i_1xadx_22:nth-child(69) {
|
|
5788
5788
|
--left: 272px;
|
|
5789
|
-
--duration:
|
|
5790
|
-
--size: 0.
|
|
5789
|
+
--duration: 397ms;
|
|
5790
|
+
--size: 0.678;
|
|
5791
5791
|
--hue: 340;
|
|
5792
5792
|
}
|
|
5793
|
-
.
|
|
5793
|
+
._i_1xadx_22:nth-child(70) {
|
|
5794
5794
|
--left: 276px;
|
|
5795
|
-
--duration:
|
|
5796
|
-
--size: 0.
|
|
5795
|
+
--duration: 329ms;
|
|
5796
|
+
--size: 0.264;
|
|
5797
5797
|
--hue: 345;
|
|
5798
5798
|
}
|
|
5799
|
-
.
|
|
5799
|
+
._i_1xadx_22:nth-child(71) {
|
|
5800
5800
|
--left: 280px;
|
|
5801
|
-
--duration:
|
|
5802
|
-
--size: 0.
|
|
5801
|
+
--duration: 262ms;
|
|
5802
|
+
--size: 0.362;
|
|
5803
5803
|
--hue: 350;
|
|
5804
5804
|
}
|
|
5805
|
-
.
|
|
5805
|
+
._i_1xadx_22:nth-child(72) {
|
|
5806
5806
|
--left: 284px;
|
|
5807
|
-
--duration:
|
|
5808
|
-
--size: 0.
|
|
5807
|
+
--duration: 270ms;
|
|
5808
|
+
--size: 0.53;
|
|
5809
5809
|
--hue: 355;
|
|
5810
5810
|
}
|
|
5811
5811
|
|
|
5812
|
-
.
|
|
5812
|
+
._text_1xadx_482 {
|
|
5813
5813
|
opacity: var(--op, 1);
|
|
5814
5814
|
transition: opacity 0.4s ease;
|
|
5815
5815
|
}._root_aiqzw_1 {
|
|
@@ -18922,7 +18922,7 @@ https://ryanmulligan.dev/blog/css-property-new-style/
|
|
|
18922
18922
|
width: 100%;
|
|
18923
18923
|
height: 1px;
|
|
18924
18924
|
}
|
|
18925
|
-
.
|
|
18925
|
+
._modal_1ya1z_2 {
|
|
18926
18926
|
position: absolute;
|
|
18927
18927
|
left: 50%;
|
|
18928
18928
|
top: 50%;
|
|
@@ -18940,21 +18940,21 @@ https://ryanmulligan.dev/blog/css-property-new-style/
|
|
|
18940
18940
|
box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0);
|
|
18941
18941
|
transition: 0.4s ease min-height, 0.4s ease padding, 0.2s border-radius, 0.6s ease box-shadow;
|
|
18942
18942
|
}
|
|
18943
|
-
.
|
|
18943
|
+
._modal_1ya1z_2:hover {
|
|
18944
18944
|
box-shadow: 0 24px 48px -24px rgba(0, 0, 0, 0.025);
|
|
18945
18945
|
}
|
|
18946
|
-
.
|
|
18946
|
+
._modal_1ya1z_2._active_1ya1z_23 {
|
|
18947
18947
|
min-height: 160px;
|
|
18948
18948
|
padding: 32px;
|
|
18949
18949
|
border-radius: 48px;
|
|
18950
18950
|
}
|
|
18951
|
-
.
|
|
18951
|
+
._fieldWrapper_1ya1z_29 {
|
|
18952
18952
|
position: relative;
|
|
18953
18953
|
display: flex;
|
|
18954
18954
|
flex-direction: column;
|
|
18955
18955
|
align-items: stretch;
|
|
18956
18956
|
}
|
|
18957
|
-
.
|
|
18957
|
+
._field_1ya1z_29 {
|
|
18958
18958
|
font-family: "Instrument Sans", sans-serif;
|
|
18959
18959
|
font-optical-sizing: auto;
|
|
18960
18960
|
font-style: normal;
|
|
@@ -18970,15 +18970,15 @@ https://ryanmulligan.dev/blog/css-property-new-style/
|
|
|
18970
18970
|
outline: none;
|
|
18971
18971
|
transition: border 0.2s;
|
|
18972
18972
|
}
|
|
18973
|
-
.
|
|
18973
|
+
._active_1ya1z_23 ._field_1ya1z_29 {
|
|
18974
18974
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
18975
18975
|
}
|
|
18976
|
-
.
|
|
18976
|
+
._field_1ya1z_29::placeholder {
|
|
18977
18977
|
opacity: 0.5;
|
|
18978
18978
|
color: #000;
|
|
18979
18979
|
}
|
|
18980
|
-
.
|
|
18981
|
-
.
|
|
18980
|
+
._sign_1ya1z_62,
|
|
18981
|
+
._signedBy_1ya1z_63 {
|
|
18982
18982
|
font-family: "JetBrains Mono", monospace;
|
|
18983
18983
|
font-optical-sizing: auto;
|
|
18984
18984
|
font-style: normal;
|
|
@@ -18986,10 +18986,10 @@ https://ryanmulligan.dev/blog/css-property-new-style/
|
|
|
18986
18986
|
font-size: 14px;
|
|
18987
18987
|
letter-spacing: 0.02em;
|
|
18988
18988
|
}
|
|
18989
|
-
.
|
|
18989
|
+
._active_1ya1z_23 ._signedBy_1ya1z_63 {
|
|
18990
18990
|
opacity: 1;
|
|
18991
18991
|
}
|
|
18992
|
-
.
|
|
18992
|
+
._sign_1ya1z_62 {
|
|
18993
18993
|
position: absolute;
|
|
18994
18994
|
right: 4px;
|
|
18995
18995
|
top: 50%;
|
|
@@ -19007,453 +19007,453 @@ https://ryanmulligan.dev/blog/css-property-new-style/
|
|
|
19007
19007
|
transition: 0.2s;
|
|
19008
19008
|
cursor: pointer;
|
|
19009
19009
|
}
|
|
19010
|
-
.
|
|
19010
|
+
._sign_1ya1z_62:hover {
|
|
19011
19011
|
opacity: 0.8;
|
|
19012
19012
|
}
|
|
19013
|
-
.
|
|
19013
|
+
._sign_1ya1z_62:focus-visible {
|
|
19014
19014
|
outline: 2px solid rgba(255, 255, 255, 0.5);
|
|
19015
19015
|
outline-offset: 2px;
|
|
19016
19016
|
}
|
|
19017
|
-
.
|
|
19017
|
+
._active_1ya1z_23 ._sign_1ya1z_62 {
|
|
19018
19018
|
opacity: 1;
|
|
19019
19019
|
}
|
|
19020
|
-
.
|
|
19020
|
+
._signature_1ya1z_106 {
|
|
19021
19021
|
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
|
|
19022
19022
|
}
|
|
19023
|
-
.
|
|
19023
|
+
._letterBank_1ya1z_110 {
|
|
19024
19024
|
display: none;
|
|
19025
19025
|
}
|
|
19026
|
-
.
|
|
19026
|
+
._signedBy_1ya1z_63 {
|
|
19027
19027
|
color: rgba(0, 0, 0, 0.5);
|
|
19028
19028
|
opacity: 0;
|
|
19029
19029
|
padding-bottom: 2px;
|
|
19030
19030
|
transition: 0.2s ease;
|
|
19031
19031
|
}
|
|
19032
|
-
.
|
|
19032
|
+
._signatureMain_1ya1z_121 {
|
|
19033
19033
|
display: flex;
|
|
19034
19034
|
min-height: 51px;
|
|
19035
19035
|
flex-flow: wrap;
|
|
19036
19036
|
justify-content: start;
|
|
19037
19037
|
}
|
|
19038
|
-
.
|
|
19038
|
+
._signatureMain_1ya1z_121 svg path {
|
|
19039
19039
|
stroke-linejoin: round;
|
|
19040
19040
|
stroke-linecap: round;
|
|
19041
19041
|
stroke-width: 1;
|
|
19042
19042
|
stroke: #000;
|
|
19043
19043
|
transition: 0.2s stroke-dashoffset;
|
|
19044
19044
|
}
|
|
19045
|
-
.
|
|
19046
|
-
.
|
|
19047
|
-
.
|
|
19045
|
+
._up_1ya1z_135,
|
|
19046
|
+
._lo_1ya1z_136,
|
|
19047
|
+
._digit_1ya1z_137 {
|
|
19048
19048
|
max-height: 51px;
|
|
19049
19049
|
}
|
|
19050
|
-
.
|
|
19050
|
+
._up_1ya1z_135.a {
|
|
19051
19051
|
margin: 0 -10px 0 -7px;
|
|
19052
19052
|
}
|
|
19053
|
-
.
|
|
19053
|
+
._up_1ya1z_135.b {
|
|
19054
19054
|
margin: 0 -5px 0 -13px;
|
|
19055
19055
|
}
|
|
19056
|
-
.
|
|
19056
|
+
._up_1ya1z_135.c {
|
|
19057
19057
|
margin: 0 -5px 0 -6px;
|
|
19058
19058
|
}
|
|
19059
|
-
.
|
|
19059
|
+
._up_1ya1z_135.d {
|
|
19060
19060
|
margin: 0 -6px 0 -6px;
|
|
19061
19061
|
}
|
|
19062
|
-
.
|
|
19062
|
+
._up_1ya1z_135.e {
|
|
19063
19063
|
margin: 0 -10px 0 -8px;
|
|
19064
19064
|
}
|
|
19065
|
-
.
|
|
19065
|
+
._up_1ya1z_135.f {
|
|
19066
19066
|
margin: 0 -13px 0 -5px;
|
|
19067
19067
|
}
|
|
19068
|
-
.
|
|
19068
|
+
._up_1ya1z_135.g {
|
|
19069
19069
|
margin: 0 0px 0 -6px;
|
|
19070
19070
|
}
|
|
19071
|
-
.
|
|
19071
|
+
._up_1ya1z_135.h {
|
|
19072
19072
|
margin: 0 -8px 0 -6px;
|
|
19073
19073
|
}
|
|
19074
|
-
.
|
|
19074
|
+
._up_1ya1z_135.i {
|
|
19075
19075
|
margin: 0 -25px 0 -16px;
|
|
19076
19076
|
}
|
|
19077
|
-
.
|
|
19077
|
+
._up_1ya1z_135.j {
|
|
19078
19078
|
margin: 0 -24px 0 -6px;
|
|
19079
19079
|
}
|
|
19080
|
-
.
|
|
19080
|
+
._up_1ya1z_135.k {
|
|
19081
19081
|
margin: 0 -23px 0 -3px;
|
|
19082
19082
|
}
|
|
19083
|
-
.
|
|
19083
|
+
._up_1ya1z_135.l {
|
|
19084
19084
|
margin: 0 -7px 0 -5px;
|
|
19085
19085
|
}
|
|
19086
|
-
.
|
|
19086
|
+
._up_1ya1z_135.m {
|
|
19087
19087
|
margin: 0 -7px 0 -10px;
|
|
19088
19088
|
}
|
|
19089
|
-
.
|
|
19089
|
+
._up_1ya1z_135.n {
|
|
19090
19090
|
margin: 0 -4px 0 -10px;
|
|
19091
19091
|
}
|
|
19092
|
-
.
|
|
19092
|
+
._up_1ya1z_135.o {
|
|
19093
19093
|
margin: 0 -1px 0 -1px;
|
|
19094
19094
|
}
|
|
19095
|
-
.
|
|
19095
|
+
._up_1ya1z_135.p {
|
|
19096
19096
|
margin: 0 -12px 0 -3px;
|
|
19097
19097
|
}
|
|
19098
|
-
.
|
|
19098
|
+
._up_1ya1z_135.q {
|
|
19099
19099
|
margin: 0 -3px 0 -3px;
|
|
19100
19100
|
}
|
|
19101
|
-
.
|
|
19101
|
+
._up_1ya1z_135.r {
|
|
19102
19102
|
margin: 0 -8px 0 -4px;
|
|
19103
19103
|
}
|
|
19104
|
-
.
|
|
19104
|
+
._up_1ya1z_135.s {
|
|
19105
19105
|
margin: 0 -14px 0 -2px;
|
|
19106
19106
|
}
|
|
19107
|
-
.
|
|
19107
|
+
._up_1ya1z_135.t {
|
|
19108
19108
|
margin: 0 -29px 0 -17px;
|
|
19109
19109
|
}
|
|
19110
|
-
.
|
|
19110
|
+
._up_1ya1z_135.u {
|
|
19111
19111
|
margin: 0 -10px 0 -1px;
|
|
19112
19112
|
}
|
|
19113
|
-
.
|
|
19113
|
+
._up_1ya1z_135.v {
|
|
19114
19114
|
margin: 0 -15px 0 -6px;
|
|
19115
19115
|
}
|
|
19116
|
-
.
|
|
19116
|
+
._up_1ya1z_135.w {
|
|
19117
19117
|
margin: 0 -8px 0 -6px;
|
|
19118
19118
|
}
|
|
19119
|
-
.
|
|
19119
|
+
._up_1ya1z_135.x {
|
|
19120
19120
|
margin: 0 -11px 0 -13px;
|
|
19121
19121
|
}
|
|
19122
|
-
.
|
|
19122
|
+
._up_1ya1z_135.y {
|
|
19123
19123
|
margin: 0 -12px 0 2px;
|
|
19124
19124
|
}
|
|
19125
|
-
.
|
|
19125
|
+
._up_1ya1z_135.z {
|
|
19126
19126
|
margin: 0 -9px 0 -8px;
|
|
19127
19127
|
}
|
|
19128
|
-
.
|
|
19128
|
+
._lo_1ya1z_136.a {
|
|
19129
19129
|
margin: 0 -4px 0 0;
|
|
19130
19130
|
}
|
|
19131
|
-
.
|
|
19131
|
+
._lo_1ya1z_136.b {
|
|
19132
19132
|
margin: 0 -6px 0 -1.5px;
|
|
19133
19133
|
}
|
|
19134
|
-
.
|
|
19134
|
+
._lo_1ya1z_136.c {
|
|
19135
19135
|
margin: 0 -4px 0 0;
|
|
19136
19136
|
}
|
|
19137
|
-
.
|
|
19137
|
+
._lo_1ya1z_136.d {
|
|
19138
19138
|
margin: 0 -11.3px 0 0;
|
|
19139
19139
|
}
|
|
19140
|
-
.
|
|
19140
|
+
._lo_1ya1z_136.e {
|
|
19141
19141
|
margin: 0 -4px 0 0;
|
|
19142
19142
|
}
|
|
19143
|
-
.
|
|
19143
|
+
._lo_1ya1z_136.f {
|
|
19144
19144
|
margin: 0 -6px 0 -6px;
|
|
19145
19145
|
}
|
|
19146
|
-
.
|
|
19146
|
+
._lo_1ya1z_136.g {
|
|
19147
19147
|
margin: 0 -4px 0 -10px;
|
|
19148
19148
|
}
|
|
19149
|
-
.
|
|
19149
|
+
._lo_1ya1z_136.h {
|
|
19150
19150
|
margin: 0 -4px 0 -1px;
|
|
19151
19151
|
}
|
|
19152
|
-
.
|
|
19152
|
+
._lo_1ya1z_136.i {
|
|
19153
19153
|
margin: 0 -3.5px 0 0;
|
|
19154
19154
|
}
|
|
19155
|
-
.
|
|
19155
|
+
._lo_1ya1z_136.j {
|
|
19156
19156
|
margin: 0 -5px 0 -14px;
|
|
19157
19157
|
}
|
|
19158
|
-
.
|
|
19158
|
+
._lo_1ya1z_136.k {
|
|
19159
19159
|
margin: 0 -6.5px 0 0;
|
|
19160
19160
|
}
|
|
19161
|
-
.
|
|
19161
|
+
._lo_1ya1z_136.l {
|
|
19162
19162
|
margin: 0 -12px 0 -4px;
|
|
19163
19163
|
}
|
|
19164
|
-
.
|
|
19165
|
-
.
|
|
19164
|
+
._lo_1ya1z_136.m,
|
|
19165
|
+
._lo_1ya1z_136.n {
|
|
19166
19166
|
margin: 0 -5px 0 0;
|
|
19167
19167
|
}
|
|
19168
|
-
.
|
|
19168
|
+
._lo_1ya1z_136.o {
|
|
19169
19169
|
margin: 0 -2.5px 0 0;
|
|
19170
19170
|
}
|
|
19171
|
-
.
|
|
19171
|
+
._lo_1ya1z_136.p {
|
|
19172
19172
|
margin: 0 -2.5px 0 -10px;
|
|
19173
19173
|
}
|
|
19174
|
-
.
|
|
19174
|
+
._lo_1ya1z_136.q {
|
|
19175
19175
|
margin: 0 -2px 0 -6px;
|
|
19176
19176
|
}
|
|
19177
|
-
.
|
|
19177
|
+
._lo_1ya1z_136.r {
|
|
19178
19178
|
margin: 0 -3px 0 -1px;
|
|
19179
19179
|
}
|
|
19180
|
-
.
|
|
19180
|
+
._lo_1ya1z_136.s {
|
|
19181
19181
|
margin: 0 -4px 0 -4px;
|
|
19182
19182
|
}
|
|
19183
|
-
.
|
|
19183
|
+
._lo_1ya1z_136.t {
|
|
19184
19184
|
margin: 0 -12.5px 0 -3.5px;
|
|
19185
19185
|
}
|
|
19186
|
-
.
|
|
19187
|
-
.
|
|
19186
|
+
._lo_1ya1z_136.u,
|
|
19187
|
+
._lo_1ya1z_136.v {
|
|
19188
19188
|
margin: 0 -4.5px 0 0;
|
|
19189
19189
|
}
|
|
19190
|
-
.
|
|
19191
|
-
.
|
|
19190
|
+
._lo_1ya1z_136.w,
|
|
19191
|
+
._lo_1ya1z_136.x {
|
|
19192
19192
|
margin: 0 -4px 0 0;
|
|
19193
19193
|
}
|
|
19194
|
-
.
|
|
19194
|
+
._lo_1ya1z_136.y {
|
|
19195
19195
|
margin: 0 -4px 0 -9px;
|
|
19196
19196
|
}
|
|
19197
|
-
.
|
|
19197
|
+
._lo_1ya1z_136.z {
|
|
19198
19198
|
margin: 0 -4px 0 -10px;
|
|
19199
19199
|
}
|
|
19200
|
-
.
|
|
19200
|
+
._up_1ya1z_135.a path {
|
|
19201
19201
|
stroke-dasharray: 190;
|
|
19202
19202
|
stroke-dashoffset: 190;
|
|
19203
19203
|
}
|
|
19204
|
-
.
|
|
19204
|
+
._up_1ya1z_135.b path {
|
|
19205
19205
|
stroke-dasharray: 230;
|
|
19206
19206
|
stroke-dashoffset: 230;
|
|
19207
19207
|
}
|
|
19208
|
-
.
|
|
19208
|
+
._up_1ya1z_135.c path {
|
|
19209
19209
|
stroke-dasharray: 101;
|
|
19210
19210
|
stroke-dashoffset: 101;
|
|
19211
19211
|
}
|
|
19212
|
-
.
|
|
19212
|
+
._up_1ya1z_135.d path {
|
|
19213
19213
|
stroke-dasharray: 194;
|
|
19214
19214
|
stroke-dashoffset: 194;
|
|
19215
19215
|
}
|
|
19216
|
-
.
|
|
19216
|
+
._up_1ya1z_135.e path {
|
|
19217
19217
|
stroke-dasharray: 132;
|
|
19218
19218
|
stroke-dashoffset: 132;
|
|
19219
19219
|
}
|
|
19220
|
-
.
|
|
19220
|
+
._up_1ya1z_135.f path {
|
|
19221
19221
|
stroke-dasharray: 191;
|
|
19222
19222
|
stroke-dashoffset: 191;
|
|
19223
19223
|
}
|
|
19224
|
-
.
|
|
19224
|
+
._up_1ya1z_135.g path {
|
|
19225
19225
|
stroke-dasharray: 145;
|
|
19226
19226
|
stroke-dashoffset: 145;
|
|
19227
19227
|
}
|
|
19228
|
-
.
|
|
19228
|
+
._up_1ya1z_135.h path {
|
|
19229
19229
|
stroke-dasharray: 235;
|
|
19230
19230
|
stroke-dashoffset: 235;
|
|
19231
19231
|
}
|
|
19232
|
-
.
|
|
19232
|
+
._up_1ya1z_135.i path {
|
|
19233
19233
|
stroke-dasharray: 128;
|
|
19234
19234
|
stroke-dashoffset: 128;
|
|
19235
19235
|
}
|
|
19236
|
-
.
|
|
19236
|
+
._up_1ya1z_135.j path {
|
|
19237
19237
|
stroke-dasharray: 174;
|
|
19238
19238
|
stroke-dashoffset: 174;
|
|
19239
19239
|
}
|
|
19240
|
-
.
|
|
19240
|
+
._up_1ya1z_135.k path {
|
|
19241
19241
|
stroke-dasharray: 244;
|
|
19242
19242
|
stroke-dashoffset: 244;
|
|
19243
19243
|
}
|
|
19244
|
-
.
|
|
19244
|
+
._up_1ya1z_135.l path {
|
|
19245
19245
|
stroke-dasharray: 83;
|
|
19246
19246
|
stroke-dashoffset: 83;
|
|
19247
19247
|
}
|
|
19248
|
-
.
|
|
19248
|
+
._up_1ya1z_135.m path {
|
|
19249
19249
|
stroke-dasharray: 176;
|
|
19250
19250
|
stroke-dashoffset: 176;
|
|
19251
19251
|
}
|
|
19252
|
-
.
|
|
19252
|
+
._up_1ya1z_135.n path {
|
|
19253
19253
|
stroke-dasharray: 111;
|
|
19254
19254
|
stroke-dashoffset: 111;
|
|
19255
19255
|
}
|
|
19256
|
-
.
|
|
19256
|
+
._up_1ya1z_135.o path {
|
|
19257
19257
|
stroke-dasharray: 167;
|
|
19258
19258
|
stroke-dashoffset: 167;
|
|
19259
19259
|
}
|
|
19260
|
-
.
|
|
19260
|
+
._up_1ya1z_135.p path {
|
|
19261
19261
|
stroke-dasharray: 203;
|
|
19262
19262
|
stroke-dashoffset: 203;
|
|
19263
19263
|
}
|
|
19264
|
-
.
|
|
19264
|
+
._up_1ya1z_135.q path {
|
|
19265
19265
|
stroke-dasharray: 212;
|
|
19266
19266
|
stroke-dashoffset: 212;
|
|
19267
19267
|
}
|
|
19268
|
-
.
|
|
19268
|
+
._up_1ya1z_135.r path {
|
|
19269
19269
|
stroke-dasharray: 235;
|
|
19270
19270
|
stroke-dashoffset: 235;
|
|
19271
19271
|
}
|
|
19272
|
-
.
|
|
19272
|
+
._up_1ya1z_135.s path {
|
|
19273
19273
|
stroke-dasharray: 100;
|
|
19274
19274
|
stroke-dashoffset: 100;
|
|
19275
19275
|
}
|
|
19276
|
-
.
|
|
19276
|
+
._up_1ya1z_135.t path {
|
|
19277
19277
|
stroke-dasharray: 133;
|
|
19278
19278
|
stroke-dashoffset: 133;
|
|
19279
19279
|
}
|
|
19280
|
-
.
|
|
19280
|
+
._up_1ya1z_135.u path {
|
|
19281
19281
|
stroke-dasharray: 136;
|
|
19282
19282
|
stroke-dashoffset: 136;
|
|
19283
19283
|
}
|
|
19284
|
-
.
|
|
19284
|
+
._up_1ya1z_135.v path {
|
|
19285
19285
|
stroke-dasharray: 100;
|
|
19286
19286
|
stroke-dashoffset: 100;
|
|
19287
19287
|
}
|
|
19288
|
-
.
|
|
19288
|
+
._up_1ya1z_135.w path {
|
|
19289
19289
|
stroke-dasharray: 163;
|
|
19290
19290
|
stroke-dashoffset: 163;
|
|
19291
19291
|
}
|
|
19292
|
-
.
|
|
19292
|
+
._up_1ya1z_135.x path {
|
|
19293
19293
|
stroke-dasharray: 153;
|
|
19294
19294
|
stroke-dashoffset: 153;
|
|
19295
19295
|
}
|
|
19296
|
-
.
|
|
19296
|
+
._up_1ya1z_135.y path {
|
|
19297
19297
|
stroke-dasharray: 162;
|
|
19298
19298
|
stroke-dashoffset: 162;
|
|
19299
19299
|
}
|
|
19300
|
-
.
|
|
19300
|
+
._up_1ya1z_135.z path {
|
|
19301
19301
|
stroke-dasharray: 149;
|
|
19302
19302
|
stroke-dashoffset: 149;
|
|
19303
19303
|
}
|
|
19304
|
-
.
|
|
19304
|
+
._lo_1ya1z_136.a path {
|
|
19305
19305
|
stroke-dasharray: 36;
|
|
19306
19306
|
stroke-dashoffset: 36;
|
|
19307
19307
|
}
|
|
19308
|
-
.
|
|
19308
|
+
._lo_1ya1z_136.b path {
|
|
19309
19309
|
stroke-dasharray: 64;
|
|
19310
19310
|
stroke-dashoffset: 64;
|
|
19311
19311
|
}
|
|
19312
|
-
.
|
|
19312
|
+
._lo_1ya1z_136.c path {
|
|
19313
19313
|
stroke-dasharray: 17;
|
|
19314
19314
|
stroke-dashoffset: 17;
|
|
19315
19315
|
}
|
|
19316
|
-
.
|
|
19316
|
+
._lo_1ya1z_136.d path {
|
|
19317
19317
|
stroke-dasharray: 73;
|
|
19318
19318
|
stroke-dashoffset: 73;
|
|
19319
19319
|
}
|
|
19320
|
-
.
|
|
19320
|
+
._lo_1ya1z_136.e path {
|
|
19321
19321
|
stroke-dasharray: 22;
|
|
19322
19322
|
stroke-dashoffset: 22;
|
|
19323
19323
|
}
|
|
19324
|
-
.
|
|
19324
|
+
._lo_1ya1z_136.f path {
|
|
19325
19325
|
stroke-dasharray: 59;
|
|
19326
19326
|
stroke-dashoffset: 59;
|
|
19327
19327
|
}
|
|
19328
|
-
.
|
|
19328
|
+
._lo_1ya1z_136.g path {
|
|
19329
19329
|
stroke-dasharray: 75;
|
|
19330
19330
|
stroke-dashoffset: 75;
|
|
19331
19331
|
}
|
|
19332
|
-
.
|
|
19332
|
+
._lo_1ya1z_136.h path {
|
|
19333
19333
|
stroke-dasharray: 48;
|
|
19334
19334
|
stroke-dashoffset: 48;
|
|
19335
19335
|
}
|
|
19336
|
-
.
|
|
19336
|
+
._lo_1ya1z_136.i path {
|
|
19337
19337
|
stroke-dasharray: 16;
|
|
19338
19338
|
stroke-dashoffset: 16;
|
|
19339
19339
|
}
|
|
19340
|
-
.
|
|
19340
|
+
._lo_1ya1z_136.j path {
|
|
19341
19341
|
stroke-dasharray: 59;
|
|
19342
19342
|
stroke-dashoffset: 59;
|
|
19343
19343
|
}
|
|
19344
|
-
.
|
|
19344
|
+
._lo_1ya1z_136.k path {
|
|
19345
19345
|
stroke-dasharray: 54;
|
|
19346
19346
|
stroke-dashoffset: 54;
|
|
19347
19347
|
}
|
|
19348
|
-
.
|
|
19348
|
+
._lo_1ya1z_136.l path {
|
|
19349
19349
|
stroke-dasharray: 33;
|
|
19350
19350
|
stroke-dashoffset: 33;
|
|
19351
19351
|
}
|
|
19352
|
-
.
|
|
19352
|
+
._lo_1ya1z_136.m path {
|
|
19353
19353
|
stroke-dasharray: 43;
|
|
19354
19354
|
stroke-dashoffset: 43;
|
|
19355
19355
|
}
|
|
19356
|
-
.
|
|
19356
|
+
._lo_1ya1z_136.n path {
|
|
19357
19357
|
stroke-dasharray: 27;
|
|
19358
19358
|
stroke-dashoffset: 27;
|
|
19359
19359
|
}
|
|
19360
|
-
.
|
|
19360
|
+
._lo_1ya1z_136.o path {
|
|
19361
19361
|
stroke-dasharray: 17;
|
|
19362
19362
|
stroke-dashoffset: 17;
|
|
19363
19363
|
}
|
|
19364
|
-
.
|
|
19364
|
+
._lo_1ya1z_136.p path {
|
|
19365
19365
|
stroke-dasharray: 67;
|
|
19366
19366
|
stroke-dashoffset: 67;
|
|
19367
19367
|
}
|
|
19368
|
-
.
|
|
19368
|
+
._lo_1ya1z_136.q path {
|
|
19369
19369
|
stroke-dasharray: 63;
|
|
19370
19370
|
stroke-dashoffset: 63;
|
|
19371
19371
|
}
|
|
19372
|
-
.
|
|
19372
|
+
._lo_1ya1z_136.r path {
|
|
19373
19373
|
stroke-dasharray: 24;
|
|
19374
19374
|
stroke-dashoffset: 24;
|
|
19375
19375
|
}
|
|
19376
|
-
.
|
|
19376
|
+
._lo_1ya1z_136.s path {
|
|
19377
19377
|
stroke-dasharray: 32;
|
|
19378
19378
|
stroke-dashoffset: 32;
|
|
19379
19379
|
}
|
|
19380
|
-
.
|
|
19380
|
+
._lo_1ya1z_136.t path {
|
|
19381
19381
|
stroke-dasharray: 91;
|
|
19382
19382
|
stroke-dashoffset: 91;
|
|
19383
19383
|
}
|
|
19384
|
-
.
|
|
19384
|
+
._lo_1ya1z_136.u path {
|
|
19385
19385
|
stroke-dasharray: 28;
|
|
19386
19386
|
stroke-dashoffset: 28;
|
|
19387
19387
|
}
|
|
19388
|
-
.
|
|
19388
|
+
._lo_1ya1z_136.v path {
|
|
19389
19389
|
stroke-dasharray: 17;
|
|
19390
19390
|
stroke-dashoffset: 17;
|
|
19391
19391
|
}
|
|
19392
|
-
.
|
|
19392
|
+
._lo_1ya1z_136.w path {
|
|
19393
19393
|
stroke-dasharray: 21;
|
|
19394
19394
|
stroke-dashoffset: 21;
|
|
19395
19395
|
}
|
|
19396
|
-
.
|
|
19396
|
+
._lo_1ya1z_136.x path {
|
|
19397
19397
|
stroke-dasharray: 24;
|
|
19398
19398
|
stroke-dashoffset: 24;
|
|
19399
19399
|
}
|
|
19400
|
-
.
|
|
19400
|
+
._lo_1ya1z_136.y path {
|
|
19401
19401
|
stroke-dasharray: 70;
|
|
19402
19402
|
stroke-dashoffset: 70;
|
|
19403
19403
|
}
|
|
19404
|
-
.
|
|
19404
|
+
._lo_1ya1z_136.z path {
|
|
19405
19405
|
stroke-dasharray: 67;
|
|
19406
19406
|
stroke-dashoffset: 67;
|
|
19407
19407
|
}
|
|
19408
|
-
.
|
|
19409
|
-
.
|
|
19410
|
-
.
|
|
19411
|
-
.
|
|
19412
|
-
.
|
|
19413
|
-
.
|
|
19414
|
-
.
|
|
19415
|
-
.
|
|
19416
|
-
.
|
|
19417
|
-
.
|
|
19408
|
+
._digit_1ya1z_137.d0,
|
|
19409
|
+
._digit_1ya1z_137.d1,
|
|
19410
|
+
._digit_1ya1z_137.d2,
|
|
19411
|
+
._digit_1ya1z_137.d3,
|
|
19412
|
+
._digit_1ya1z_137.d4,
|
|
19413
|
+
._digit_1ya1z_137.d5,
|
|
19414
|
+
._digit_1ya1z_137.d6,
|
|
19415
|
+
._digit_1ya1z_137.d7,
|
|
19416
|
+
._digit_1ya1z_137.d8,
|
|
19417
|
+
._digit_1ya1z_137.d9 {
|
|
19418
19418
|
margin: 0 -4px 0 0;
|
|
19419
19419
|
}
|
|
19420
|
-
.
|
|
19420
|
+
._digit_1ya1z_137.d0 path {
|
|
19421
19421
|
stroke-dasharray: 120;
|
|
19422
19422
|
stroke-dashoffset: 120;
|
|
19423
19423
|
}
|
|
19424
|
-
.
|
|
19424
|
+
._digit_1ya1z_137.d1 path {
|
|
19425
19425
|
stroke-dasharray: 85;
|
|
19426
19426
|
stroke-dashoffset: 85;
|
|
19427
19427
|
}
|
|
19428
|
-
.
|
|
19428
|
+
._digit_1ya1z_137.d2 path {
|
|
19429
19429
|
stroke-dasharray: 110;
|
|
19430
19430
|
stroke-dashoffset: 110;
|
|
19431
19431
|
}
|
|
19432
|
-
.
|
|
19432
|
+
._digit_1ya1z_137.d3 path {
|
|
19433
19433
|
stroke-dasharray: 130;
|
|
19434
19434
|
stroke-dashoffset: 130;
|
|
19435
19435
|
}
|
|
19436
|
-
.
|
|
19436
|
+
._digit_1ya1z_137.d4 path {
|
|
19437
19437
|
stroke-dasharray: 95;
|
|
19438
19438
|
stroke-dashoffset: 95;
|
|
19439
19439
|
}
|
|
19440
|
-
.
|
|
19440
|
+
._digit_1ya1z_137.d5 path {
|
|
19441
19441
|
stroke-dasharray: 125;
|
|
19442
19442
|
stroke-dashoffset: 125;
|
|
19443
19443
|
}
|
|
19444
|
-
.
|
|
19444
|
+
._digit_1ya1z_137.d6 path {
|
|
19445
19445
|
stroke-dasharray: 140;
|
|
19446
19446
|
stroke-dashoffset: 140;
|
|
19447
19447
|
}
|
|
19448
|
-
.
|
|
19448
|
+
._digit_1ya1z_137.d7 path {
|
|
19449
19449
|
stroke-dasharray: 75;
|
|
19450
19450
|
stroke-dashoffset: 75;
|
|
19451
19451
|
}
|
|
19452
|
-
.
|
|
19452
|
+
._digit_1ya1z_137.d8 path {
|
|
19453
19453
|
stroke-dasharray: 150;
|
|
19454
19454
|
stroke-dashoffset: 150;
|
|
19455
19455
|
}
|
|
19456
|
-
.
|
|
19456
|
+
._digit_1ya1z_137.d9 path {
|
|
19457
19457
|
stroke-dasharray: 145;
|
|
19458
19458
|
stroke-dashoffset: 145;
|
|
19459
19459
|
}._root_1rgqf_1 {
|
|
@@ -30959,7 +30959,7 @@ body[data-theme-mode=dark] ._root_groun_9 {
|
|
|
30959
30959
|
color: #fff;
|
|
30960
30960
|
cursor: default;
|
|
30961
30961
|
text-transform: uppercase;
|
|
30962
|
-
}.
|
|
30962
|
+
}._root_15pmw_1 {
|
|
30963
30963
|
font-size: 8vmin;
|
|
30964
30964
|
font-family: Rubik, sans-serif;
|
|
30965
30965
|
width: 75vmin;
|
|
@@ -30967,23 +30967,23 @@ body[data-theme-mode=dark] ._root_groun_9 {
|
|
|
30967
30967
|
color: #fff;
|
|
30968
30968
|
}
|
|
30969
30969
|
|
|
30970
|
-
.
|
|
30970
|
+
._line_15pmw_9 {
|
|
30971
30971
|
display: flex;
|
|
30972
30972
|
justify-content: space-between;
|
|
30973
30973
|
}
|
|
30974
30974
|
|
|
30975
|
-
.
|
|
30975
|
+
._word_15pmw_14 {
|
|
30976
30976
|
transition: opacity 0.2s ease-in-out;
|
|
30977
30977
|
cursor: default;
|
|
30978
30978
|
}
|
|
30979
|
-
.
|
|
30979
|
+
._word_15pmw_14._link_15pmw_18 {
|
|
30980
30980
|
cursor: pointer;
|
|
30981
30981
|
color: inherit;
|
|
30982
30982
|
}
|
|
30983
|
-
.
|
|
30983
|
+
._word_15pmw_14._link_15pmw_18 ._letter_15pmw_22 {
|
|
30984
30984
|
position: relative;
|
|
30985
30985
|
}
|
|
30986
|
-
.
|
|
30986
|
+
._word_15pmw_14._link_15pmw_18 ._letter_15pmw_22::before {
|
|
30987
30987
|
content: "";
|
|
30988
30988
|
width: 100%;
|
|
30989
30989
|
height: 3px;
|
|
@@ -30992,150 +30992,150 @@ body[data-theme-mode=dark] ._root_groun_9 {
|
|
|
30992
30992
|
bottom: 0;
|
|
30993
30993
|
background-color: red;
|
|
30994
30994
|
}
|
|
30995
|
-
.
|
|
30995
|
+
._root_15pmw_1:hover ._word_15pmw_14 {
|
|
30996
30996
|
opacity: 0.25;
|
|
30997
30997
|
}
|
|
30998
|
-
.
|
|
30998
|
+
._root_15pmw_1:hover ._word_15pmw_14:hover {
|
|
30999
30999
|
opacity: 1;
|
|
31000
31000
|
}
|
|
31001
|
-
.
|
|
31002
|
-
--x:
|
|
31003
|
-
--y:
|
|
31004
|
-
--r:
|
|
31001
|
+
._root_15pmw_1:hover ._word_15pmw_14:hover ._letter_15pmw_22:nth-child(1) {
|
|
31002
|
+
--x: -22;
|
|
31003
|
+
--y: -18;
|
|
31004
|
+
--r: 14;
|
|
31005
31005
|
}
|
|
31006
|
-
.
|
|
31006
|
+
._root_15pmw_1:hover ._word_15pmw_14:hover ._letter_15pmw_22:nth-child(1):hover {
|
|
31007
31007
|
z-index: 2;
|
|
31008
31008
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
31009
|
-
--x:
|
|
31010
|
-
--y:
|
|
31011
|
-
--r:
|
|
31009
|
+
--x: 4;
|
|
31010
|
+
--y: 2;
|
|
31011
|
+
--r: 0;
|
|
31012
31012
|
--s: 1.25;
|
|
31013
31013
|
}
|
|
31014
|
-
.
|
|
31015
|
-
--x:
|
|
31016
|
-
--y:
|
|
31017
|
-
--r:
|
|
31014
|
+
._root_15pmw_1:hover ._word_15pmw_14:hover ._letter_15pmw_22:nth-child(2) {
|
|
31015
|
+
--x: 11;
|
|
31016
|
+
--y: 6;
|
|
31017
|
+
--r: 1;
|
|
31018
31018
|
}
|
|
31019
|
-
.
|
|
31019
|
+
._root_15pmw_1:hover ._word_15pmw_14:hover ._letter_15pmw_22:nth-child(2):hover {
|
|
31020
31020
|
z-index: 2;
|
|
31021
31021
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
31022
|
-
--x: 7;
|
|
31023
|
-
--y:
|
|
31024
|
-
--r:
|
|
31022
|
+
--x: -7;
|
|
31023
|
+
--y: -5;
|
|
31024
|
+
--r: 8;
|
|
31025
31025
|
--s: 1.25;
|
|
31026
31026
|
}
|
|
31027
|
-
.
|
|
31028
|
-
--x: -
|
|
31029
|
-
--y:
|
|
31030
|
-
--r: -
|
|
31027
|
+
._root_15pmw_1:hover ._word_15pmw_14:hover ._letter_15pmw_22:nth-child(3) {
|
|
31028
|
+
--x: -21;
|
|
31029
|
+
--y: 7;
|
|
31030
|
+
--r: -6;
|
|
31031
31031
|
}
|
|
31032
|
-
.
|
|
31032
|
+
._root_15pmw_1:hover ._word_15pmw_14:hover ._letter_15pmw_22:nth-child(3):hover {
|
|
31033
31033
|
z-index: 2;
|
|
31034
31034
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
31035
|
-
--x:
|
|
31036
|
-
--y:
|
|
31035
|
+
--x: 4;
|
|
31036
|
+
--y: 0;
|
|
31037
31037
|
--r: 3;
|
|
31038
31038
|
--s: 1.25;
|
|
31039
31039
|
}
|
|
31040
|
-
.
|
|
31041
|
-
--x: -
|
|
31042
|
-
--y: -
|
|
31043
|
-
--r: -
|
|
31040
|
+
._root_15pmw_1:hover ._word_15pmw_14:hover ._letter_15pmw_22:nth-child(4) {
|
|
31041
|
+
--x: -23;
|
|
31042
|
+
--y: -5;
|
|
31043
|
+
--r: -24;
|
|
31044
31044
|
}
|
|
31045
|
-
.
|
|
31045
|
+
._root_15pmw_1:hover ._word_15pmw_14:hover ._letter_15pmw_22:nth-child(4):hover {
|
|
31046
31046
|
z-index: 2;
|
|
31047
31047
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
31048
|
-
--x: -
|
|
31049
|
-
--y:
|
|
31050
|
-
--r:
|
|
31048
|
+
--x: -1;
|
|
31049
|
+
--y: 5;
|
|
31050
|
+
--r: 8;
|
|
31051
31051
|
--s: 1.25;
|
|
31052
31052
|
}
|
|
31053
|
-
.
|
|
31054
|
-
--x: -
|
|
31055
|
-
--y:
|
|
31056
|
-
--r:
|
|
31053
|
+
._root_15pmw_1:hover ._word_15pmw_14:hover ._letter_15pmw_22:nth-child(5) {
|
|
31054
|
+
--x: -4;
|
|
31055
|
+
--y: 7;
|
|
31056
|
+
--r: -18;
|
|
31057
31057
|
}
|
|
31058
|
-
.
|
|
31058
|
+
._root_15pmw_1:hover ._word_15pmw_14:hover ._letter_15pmw_22:nth-child(5):hover {
|
|
31059
31059
|
z-index: 2;
|
|
31060
31060
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
31061
|
-
--x:
|
|
31062
|
-
--y:
|
|
31063
|
-
--r: -
|
|
31061
|
+
--x: 6;
|
|
31062
|
+
--y: 7;
|
|
31063
|
+
--r: -5;
|
|
31064
31064
|
--s: 1.25;
|
|
31065
31065
|
}
|
|
31066
|
-
.
|
|
31067
|
-
--x:
|
|
31068
|
-
--y:
|
|
31066
|
+
._root_15pmw_1:hover ._word_15pmw_14:hover ._letter_15pmw_22:nth-child(6) {
|
|
31067
|
+
--x: -3;
|
|
31068
|
+
--y: 5;
|
|
31069
31069
|
--r: 17;
|
|
31070
31070
|
}
|
|
31071
|
-
.
|
|
31071
|
+
._root_15pmw_1:hover ._word_15pmw_14:hover ._letter_15pmw_22:nth-child(6):hover {
|
|
31072
31072
|
z-index: 2;
|
|
31073
31073
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
31074
|
-
--x:
|
|
31075
|
-
--y:
|
|
31076
|
-
--r:
|
|
31074
|
+
--x: 2;
|
|
31075
|
+
--y: 4;
|
|
31076
|
+
--r: 8;
|
|
31077
31077
|
--s: 1.25;
|
|
31078
31078
|
}
|
|
31079
|
-
.
|
|
31080
|
-
--x:
|
|
31081
|
-
--y:
|
|
31082
|
-
--r:
|
|
31079
|
+
._root_15pmw_1:hover ._word_15pmw_14:hover ._letter_15pmw_22:nth-child(7) {
|
|
31080
|
+
--x: 23;
|
|
31081
|
+
--y: 12;
|
|
31082
|
+
--r: 12;
|
|
31083
31083
|
}
|
|
31084
|
-
.
|
|
31084
|
+
._root_15pmw_1:hover ._word_15pmw_14:hover ._letter_15pmw_22:nth-child(7):hover {
|
|
31085
31085
|
z-index: 2;
|
|
31086
31086
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
31087
|
-
--x:
|
|
31088
|
-
--y:
|
|
31089
|
-
--r:
|
|
31087
|
+
--x: 2;
|
|
31088
|
+
--y: 8;
|
|
31089
|
+
--r: 4;
|
|
31090
31090
|
--s: 1.25;
|
|
31091
31091
|
}
|
|
31092
|
-
.
|
|
31093
|
-
--x: -
|
|
31094
|
-
--y:
|
|
31095
|
-
--r:
|
|
31092
|
+
._root_15pmw_1:hover ._word_15pmw_14:hover ._letter_15pmw_22:nth-child(8) {
|
|
31093
|
+
--x: -13;
|
|
31094
|
+
--y: -20;
|
|
31095
|
+
--r: 11;
|
|
31096
31096
|
}
|
|
31097
|
-
.
|
|
31097
|
+
._root_15pmw_1:hover ._word_15pmw_14:hover ._letter_15pmw_22:nth-child(8):hover {
|
|
31098
31098
|
z-index: 2;
|
|
31099
31099
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
31100
|
-
--x:
|
|
31101
|
-
--y:
|
|
31102
|
-
--r:
|
|
31100
|
+
--x: 10;
|
|
31101
|
+
--y: -9;
|
|
31102
|
+
--r: -4;
|
|
31103
31103
|
--s: 1.25;
|
|
31104
31104
|
}
|
|
31105
|
-
.
|
|
31106
|
-
--x:
|
|
31107
|
-
--y:
|
|
31108
|
-
--r:
|
|
31105
|
+
._root_15pmw_1:hover ._word_15pmw_14:hover ._letter_15pmw_22:nth-child(9) {
|
|
31106
|
+
--x: 9;
|
|
31107
|
+
--y: 22;
|
|
31108
|
+
--r: 21;
|
|
31109
31109
|
}
|
|
31110
|
-
.
|
|
31110
|
+
._root_15pmw_1:hover ._word_15pmw_14:hover ._letter_15pmw_22:nth-child(9):hover {
|
|
31111
31111
|
z-index: 2;
|
|
31112
31112
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
31113
|
-
--x: -
|
|
31114
|
-
--y: -
|
|
31115
|
-
--r:
|
|
31113
|
+
--x: -6;
|
|
31114
|
+
--y: -7;
|
|
31115
|
+
--r: 8;
|
|
31116
31116
|
--s: 1.25;
|
|
31117
31117
|
}
|
|
31118
|
-
.
|
|
31119
|
-
--x: -
|
|
31120
|
-
--y:
|
|
31121
|
-
--r:
|
|
31118
|
+
._root_15pmw_1:hover ._word_15pmw_14:hover ._letter_15pmw_22:nth-child(10) {
|
|
31119
|
+
--x: -4;
|
|
31120
|
+
--y: 20;
|
|
31121
|
+
--r: 4;
|
|
31122
31122
|
}
|
|
31123
|
-
.
|
|
31123
|
+
._root_15pmw_1:hover ._word_15pmw_14:hover ._letter_15pmw_22:nth-child(10):hover {
|
|
31124
31124
|
z-index: 2;
|
|
31125
31125
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
31126
|
-
--x:
|
|
31127
|
-
--y:
|
|
31128
|
-
--r:
|
|
31126
|
+
--x: 8;
|
|
31127
|
+
--y: -7;
|
|
31128
|
+
--r: 10;
|
|
31129
31129
|
--s: 1.25;
|
|
31130
31130
|
}
|
|
31131
31131
|
|
|
31132
|
-
.
|
|
31132
|
+
._letter_15pmw_22 {
|
|
31133
31133
|
display: inline-block;
|
|
31134
31134
|
transition: transform 0.2s ease-in-out;
|
|
31135
31135
|
transform: translate(calc(var(--x, 0) * 1%), calc(var(--y, 0) * 1%)) rotate(calc(var(--r, 0) * 1deg)) scale(var(--s, 1));
|
|
31136
31136
|
}
|
|
31137
31137
|
|
|
31138
|
-
@keyframes
|
|
31138
|
+
@keyframes _wobble_15pmw_1 {
|
|
31139
31139
|
0%, 100% {
|
|
31140
31140
|
transform: translateY(0) rotate(0);
|
|
31141
31141
|
}
|