@pelcro/react-pelcro-js 4.0.0-alpha.3 → 4.0.0-alpha.31
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/index.cjs.js +18256 -13593
- package/dist/index.esm.js +18288 -13633
- package/dist/pelcro.css +377 -397
- package/package.json +6 -3
package/dist/pelcro.css
CHANGED
|
@@ -548,7 +548,7 @@ Add the correct display in Chrome and Safari.
|
|
|
548
548
|
background-size: 1.5em 1.5em;
|
|
549
549
|
padding-right: 2.5rem;
|
|
550
550
|
-webkit-print-color-adjust: exact;
|
|
551
|
-
color-adjust: exact;
|
|
551
|
+
print-color-adjust: exact;
|
|
552
552
|
}
|
|
553
553
|
|
|
554
554
|
.pelcro-root [multiple] {
|
|
@@ -558,7 +558,7 @@ Add the correct display in Chrome and Safari.
|
|
|
558
558
|
background-size: initial;
|
|
559
559
|
padding-right: 0.75rem;
|
|
560
560
|
-webkit-print-color-adjust: unset;
|
|
561
|
-
color-adjust: unset;
|
|
561
|
+
print-color-adjust: unset;
|
|
562
562
|
}
|
|
563
563
|
|
|
564
564
|
.pelcro-root [type="checkbox"],
|
|
@@ -567,7 +567,7 @@ Add the correct display in Chrome and Safari.
|
|
|
567
567
|
appearance: none;
|
|
568
568
|
padding: 0;
|
|
569
569
|
-webkit-print-color-adjust: exact;
|
|
570
|
-
color-adjust: exact;
|
|
570
|
+
print-color-adjust: exact;
|
|
571
571
|
display: inline-block;
|
|
572
572
|
vertical-align: middle;
|
|
573
573
|
background-origin: border-box;
|
|
@@ -703,6 +703,12 @@ Add the correct display in Chrome and Safari.
|
|
|
703
703
|
width: 100%;
|
|
704
704
|
}
|
|
705
705
|
|
|
706
|
+
@media (min-width: 425px) {
|
|
707
|
+
.pelcro-root .pelcro-modal {
|
|
708
|
+
max-width: 425px;
|
|
709
|
+
}
|
|
710
|
+
}
|
|
711
|
+
|
|
706
712
|
@media (min-width: 640px) {
|
|
707
713
|
.pelcro-root .pelcro-modal {
|
|
708
714
|
max-width: 640px;
|
|
@@ -737,7 +743,7 @@ Add the correct display in Chrome and Safari.
|
|
|
737
743
|
position: absolute;
|
|
738
744
|
top: 0px;
|
|
739
745
|
display: flex;
|
|
740
|
-
max-width:
|
|
746
|
+
max-width: 32rem;
|
|
741
747
|
flex-direction: column;
|
|
742
748
|
align-items: center;
|
|
743
749
|
overflow: hidden;
|
|
@@ -759,13 +765,13 @@ Add the correct display in Chrome and Safari.
|
|
|
759
765
|
.pelcro-root .pelcro-modal-header {
|
|
760
766
|
position: relative;
|
|
761
767
|
display: flex;
|
|
762
|
-
min-height:
|
|
768
|
+
min-height: 3rem;
|
|
763
769
|
flex-direction: column;
|
|
764
770
|
border-bottom-width: 2px;
|
|
765
771
|
--tw-bg-opacity: 1;
|
|
766
772
|
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
767
|
-
padding-left:
|
|
768
|
-
padding-right:
|
|
773
|
+
padding-left: 2rem;
|
|
774
|
+
padding-right: 2rem;
|
|
769
775
|
padding-top: 0.75rem;
|
|
770
776
|
padding-bottom: 0.75rem;
|
|
771
777
|
border-bottom-width: 1px;
|
|
@@ -774,7 +780,7 @@ Add the correct display in Chrome and Safari.
|
|
|
774
780
|
.pelcro-root .pelcro-modal-close {
|
|
775
781
|
position: absolute;
|
|
776
782
|
top: 50%;
|
|
777
|
-
right:
|
|
783
|
+
right: 0.5rem;
|
|
778
784
|
z-index: 999999;
|
|
779
785
|
width: 1.5rem;
|
|
780
786
|
--tw-translate-x: 0;
|
|
@@ -818,19 +824,25 @@ Add the correct display in Chrome and Safari.
|
|
|
818
824
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
819
825
|
}
|
|
820
826
|
|
|
827
|
+
@media (min-width: 640px) {
|
|
828
|
+
.pelcro-root .pelcro-modal-close {
|
|
829
|
+
right: 1.25rem;
|
|
830
|
+
}
|
|
831
|
+
}
|
|
832
|
+
|
|
821
833
|
.pelcro-root .pelcro-modal-body {
|
|
822
834
|
--tw-bg-opacity: 1;
|
|
823
835
|
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
|
|
824
|
-
padding-left:
|
|
825
|
-
padding-right:
|
|
826
|
-
padding-top:
|
|
827
|
-
padding-bottom:
|
|
836
|
+
padding-left: 0.5rem;
|
|
837
|
+
padding-right: 0.5rem;
|
|
838
|
+
padding-top: 0.5rem;
|
|
839
|
+
padding-bottom: 0.5rem;
|
|
828
840
|
}
|
|
829
841
|
|
|
830
842
|
@media (min-width: 768px) {
|
|
831
843
|
.pelcro-root .pelcro-modal-body {
|
|
832
|
-
padding-left:
|
|
833
|
-
padding-right:
|
|
844
|
+
padding-left: 2rem;
|
|
845
|
+
padding-right: 2rem;
|
|
834
846
|
}
|
|
835
847
|
}
|
|
836
848
|
|
|
@@ -842,7 +854,6 @@ Add the correct display in Chrome and Safari.
|
|
|
842
854
|
--tw-bg-opacity: 1;
|
|
843
855
|
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
|
|
844
856
|
padding: 1rem;
|
|
845
|
-
padding-bottom: 2.75rem;
|
|
846
857
|
font-size: 0.875rem;
|
|
847
858
|
line-height: 1.25rem;
|
|
848
859
|
}
|
|
@@ -1498,6 +1509,10 @@ Add the correct display in Chrome and Safari.
|
|
|
1498
1509
|
width: 1px;
|
|
1499
1510
|
}
|
|
1500
1511
|
|
|
1512
|
+
.pelcro-root .pelcro-vertical-separator:first-child {
|
|
1513
|
+
display: none;
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1501
1516
|
.pelcro-root .pelcro-shop-product-image {
|
|
1502
1517
|
max-width: 13rem;
|
|
1503
1518
|
}
|
|
@@ -1636,6 +1651,10 @@ Add the correct display in Chrome and Safari.
|
|
|
1636
1651
|
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) + 10%));
|
|
1637
1652
|
}
|
|
1638
1653
|
|
|
1654
|
+
.pelcro-root .pelcro-product {
|
|
1655
|
+
display: flex !important;
|
|
1656
|
+
}
|
|
1657
|
+
|
|
1639
1658
|
.pelcro-root .pelcro-select-plan-radio {
|
|
1640
1659
|
margin-top: 0.4rem;
|
|
1641
1660
|
}
|
|
@@ -1647,16 +1666,32 @@ Add the correct display in Chrome and Safari.
|
|
|
1647
1666
|
left: 0px;
|
|
1648
1667
|
height: 0.25rem;
|
|
1649
1668
|
width: 100%;
|
|
1650
|
-
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation),
|
|
1669
|
+
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
1651
1670
|
}
|
|
1652
1671
|
|
|
1672
|
+
/* Firefox */
|
|
1673
|
+
|
|
1674
|
+
.pelcro-root .productTabs .tabs {
|
|
1675
|
+
padding-bottom: 5px;
|
|
1676
|
+
scrollbar-width: thin;
|
|
1677
|
+
scrollbar-color: grey;
|
|
1678
|
+
}
|
|
1679
|
+
|
|
1680
|
+
/* Chrome, Edge, and Safari */
|
|
1681
|
+
|
|
1653
1682
|
.pelcro-root .productTabs .tabs::-webkit-scrollbar {
|
|
1654
|
-
|
|
1683
|
+
width: 15px;
|
|
1684
|
+
height: 3px;
|
|
1655
1685
|
}
|
|
1656
1686
|
|
|
1657
|
-
.pelcro-root .productTabs .tabs {
|
|
1658
|
-
|
|
1659
|
-
|
|
1687
|
+
.pelcro-root .productTabs .tabs::-webkit-scrollbar-track {
|
|
1688
|
+
background: lightGrey;
|
|
1689
|
+
border-radius: 3px;
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
.pelcro-root .productTabs .tabs::-webkit-scrollbar-thumb {
|
|
1693
|
+
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
1694
|
+
border-radius: 14px;
|
|
1660
1695
|
}
|
|
1661
1696
|
|
|
1662
1697
|
.pelcro-root .productTabs .tabs li:first-child {
|
|
@@ -1668,31 +1703,163 @@ Add the correct display in Chrome and Safari.
|
|
|
1668
1703
|
}
|
|
1669
1704
|
|
|
1670
1705
|
.pelcro-root .productTabs .tabs li#activeTab button {
|
|
1671
|
-
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
|
|
1706
|
+
border-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
|
|
1707
|
+
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
1708
|
+
--tw-text-opacity: 1;
|
|
1709
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1672
1710
|
}
|
|
1673
1711
|
|
|
1674
|
-
.pelcro-root .productTabs .tabs li#activeTab:after {
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
left: 0px;
|
|
1679
|
-
display: block;
|
|
1680
|
-
height: 0.25rem;
|
|
1681
|
-
width: 100%;
|
|
1682
|
-
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
|
|
1683
|
-
}
|
|
1712
|
+
/* .pelcro-root .productTabs .tabs li#activeTab:after {
|
|
1713
|
+
content: "";
|
|
1714
|
+
@apply plc-h-1 plc-bg-primary-800 plc-w-full plc-absolute plc-bottom-0 plc-left-0 plc-block;
|
|
1715
|
+
} */
|
|
1684
1716
|
|
|
1685
1717
|
.pelcro-root .selectedProduct img {
|
|
1686
1718
|
max-width: 150px;
|
|
1687
1719
|
height: auto;
|
|
1688
1720
|
}
|
|
1689
1721
|
|
|
1722
|
+
.pelcro-root .paswordlessButton:nth-child(2) {
|
|
1723
|
+
max-width: 50%;
|
|
1724
|
+
}
|
|
1725
|
+
|
|
1690
1726
|
.pelcro-user-profile-picture:hover {
|
|
1691
1727
|
filter: brightness(0.8);
|
|
1692
1728
|
}
|
|
1693
1729
|
|
|
1694
1730
|
/* used by multiple input sub-components */
|
|
1695
1731
|
|
|
1732
|
+
/* Slider */
|
|
1733
|
+
|
|
1734
|
+
.pelcro-root .slick-slider {
|
|
1735
|
+
position: relative;
|
|
1736
|
+
display: block;
|
|
1737
|
+
box-sizing: border-box;
|
|
1738
|
+
-webkit-user-select: none;
|
|
1739
|
+
user-select: none;
|
|
1740
|
+
touch-action: pan-y;
|
|
1741
|
+
}
|
|
1742
|
+
|
|
1743
|
+
.pelcro-root .slick-list {
|
|
1744
|
+
position: relative;
|
|
1745
|
+
display: block;
|
|
1746
|
+
overflow: hidden;
|
|
1747
|
+
padding: 0;
|
|
1748
|
+
/* margin: 0 -10px; */
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
.pelcro-root .slick-list:focus {
|
|
1752
|
+
outline: none;
|
|
1753
|
+
}
|
|
1754
|
+
|
|
1755
|
+
.pelcro-root .slick-list.dragging {
|
|
1756
|
+
cursor: pointer;
|
|
1757
|
+
}
|
|
1758
|
+
|
|
1759
|
+
.pelcro-root .slick-slider .slick-track,
|
|
1760
|
+
.pelcro-root .slick-slider .slick-list {
|
|
1761
|
+
transform: translate3d(0, 0, 0);
|
|
1762
|
+
}
|
|
1763
|
+
|
|
1764
|
+
.pelcro-root .slick-track {
|
|
1765
|
+
position: relative;
|
|
1766
|
+
top: 0;
|
|
1767
|
+
left: 0;
|
|
1768
|
+
display: flex;
|
|
1769
|
+
align-items: stretch;
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1772
|
+
.pelcro-root .slick-track:before,
|
|
1773
|
+
.pelcro-root .slick-track:after {
|
|
1774
|
+
display: table;
|
|
1775
|
+
content: "";
|
|
1776
|
+
}
|
|
1777
|
+
|
|
1778
|
+
.pelcro-root .slick-track:after {
|
|
1779
|
+
clear: both;
|
|
1780
|
+
}
|
|
1781
|
+
|
|
1782
|
+
.pelcro-root .slick-loading .slick-track {
|
|
1783
|
+
visibility: hidden;
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
.pelcro-root .slick-slide {
|
|
1787
|
+
display: flex !important;
|
|
1788
|
+
align-self: stretch;
|
|
1789
|
+
height: unset;
|
|
1790
|
+
margin: 0 10px;
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
.pelcro-root .slick-slide > div {
|
|
1794
|
+
display: flex;
|
|
1795
|
+
align-self: stretch;
|
|
1796
|
+
width: 100%;
|
|
1797
|
+
height: 100%;
|
|
1798
|
+
}
|
|
1799
|
+
|
|
1800
|
+
.pelcro-root .slick-slide img {
|
|
1801
|
+
display: block;
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1804
|
+
.pelcro-root .slick-slide.slick-loading img {
|
|
1805
|
+
display: none;
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
.pelcro-root .slick-slide.dragging img {
|
|
1809
|
+
pointer-events: none;
|
|
1810
|
+
}
|
|
1811
|
+
|
|
1812
|
+
.pelcro-root .slick-initialized .slick-slide {
|
|
1813
|
+
display: block;
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
.pelcro-root .slick-loading .slick-slide {
|
|
1817
|
+
visibility: hidden;
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
.pelcro-root .slick-vertical .slick-slide {
|
|
1821
|
+
display: block;
|
|
1822
|
+
height: auto;
|
|
1823
|
+
border: 1px solid transparent;
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1826
|
+
.pelcro-root .slick-arrow.slick-hidden {
|
|
1827
|
+
display: none;
|
|
1828
|
+
}
|
|
1829
|
+
|
|
1830
|
+
.pelcro-root .slick-disabled {
|
|
1831
|
+
opacity: 0.5;
|
|
1832
|
+
cursor: not-allowed;
|
|
1833
|
+
}
|
|
1834
|
+
|
|
1835
|
+
.pelcro-root .slick-dots {
|
|
1836
|
+
margin-top: 20px;
|
|
1837
|
+
display: flex !important;
|
|
1838
|
+
align-items: center;
|
|
1839
|
+
justify-content: center;
|
|
1840
|
+
flex-wrap: wrap;
|
|
1841
|
+
}
|
|
1842
|
+
|
|
1843
|
+
.pelcro-root .slick-dots li {
|
|
1844
|
+
padding: 2px;
|
|
1845
|
+
border: solid 1px transparent;
|
|
1846
|
+
border-radius: 9999999px;
|
|
1847
|
+
width: 20px;
|
|
1848
|
+
height: 20px;
|
|
1849
|
+
display: flex;
|
|
1850
|
+
align-items: center;
|
|
1851
|
+
justify-content: center;
|
|
1852
|
+
line-height: 1;
|
|
1853
|
+
}
|
|
1854
|
+
|
|
1855
|
+
.pelcro-root .slick-dots li.slick-active {
|
|
1856
|
+
border-color: grey;
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1859
|
+
.pelcro-root .slick-arrow {
|
|
1860
|
+
outline: none !important;
|
|
1861
|
+
}
|
|
1862
|
+
|
|
1696
1863
|
/*
|
|
1697
1864
|
styling is copied from react-easy-crop/react-easy-crop.css
|
|
1698
1865
|
in order to scope selectors under pelcro-root
|
|
@@ -1805,10 +1972,18 @@ in order to scope selectors under pelcro-root
|
|
|
1805
1972
|
top: 0.25rem;
|
|
1806
1973
|
}
|
|
1807
1974
|
|
|
1975
|
+
.pelcro-root .plc-top-2 {
|
|
1976
|
+
top: 0.5rem;
|
|
1977
|
+
}
|
|
1978
|
+
|
|
1808
1979
|
.pelcro-root .plc-top-5 {
|
|
1809
1980
|
top: 1.25rem;
|
|
1810
1981
|
}
|
|
1811
1982
|
|
|
1983
|
+
.pelcro-root .plc-top-6 {
|
|
1984
|
+
top: 1.5rem;
|
|
1985
|
+
}
|
|
1986
|
+
|
|
1812
1987
|
.pelcro-root .plc-top-7 {
|
|
1813
1988
|
top: 1.75rem;
|
|
1814
1989
|
}
|
|
@@ -1837,14 +2012,14 @@ in order to scope selectors under pelcro-root
|
|
|
1837
2012
|
right: 0.5rem;
|
|
1838
2013
|
}
|
|
1839
2014
|
|
|
1840
|
-
.pelcro-root .plc-right-4 {
|
|
1841
|
-
right: 1rem;
|
|
1842
|
-
}
|
|
1843
|
-
|
|
1844
2015
|
.pelcro-root .plc-right-10 {
|
|
1845
2016
|
right: 2.5rem;
|
|
1846
2017
|
}
|
|
1847
2018
|
|
|
2019
|
+
.pelcro-root .plc--right-16 {
|
|
2020
|
+
right: -4rem;
|
|
2021
|
+
}
|
|
2022
|
+
|
|
1848
2023
|
.pelcro-root .plc-bottom-0 {
|
|
1849
2024
|
bottom: 0px;
|
|
1850
2025
|
}
|
|
@@ -1857,10 +2032,18 @@ in order to scope selectors under pelcro-root
|
|
|
1857
2032
|
left: 0px;
|
|
1858
2033
|
}
|
|
1859
2034
|
|
|
2035
|
+
.pelcro-root .plc-left-4 {
|
|
2036
|
+
left: 1rem;
|
|
2037
|
+
}
|
|
2038
|
+
|
|
1860
2039
|
.pelcro-root .plc-left-5 {
|
|
1861
2040
|
left: 1.25rem;
|
|
1862
2041
|
}
|
|
1863
2042
|
|
|
2043
|
+
.pelcro-root .plc--left-16 {
|
|
2044
|
+
left: -4rem;
|
|
2045
|
+
}
|
|
2046
|
+
|
|
1864
2047
|
.pelcro-root .plc-z-max {
|
|
1865
2048
|
z-index: 999999;
|
|
1866
2049
|
}
|
|
@@ -1877,6 +2060,10 @@ in order to scope selectors under pelcro-root
|
|
|
1877
2060
|
margin: 0px;
|
|
1878
2061
|
}
|
|
1879
2062
|
|
|
2063
|
+
.pelcro-root .plc-m-1 {
|
|
2064
|
+
margin: 0.25rem;
|
|
2065
|
+
}
|
|
2066
|
+
|
|
1880
2067
|
.pelcro-root .plc-m-3 {
|
|
1881
2068
|
margin: 0.75rem;
|
|
1882
2069
|
}
|
|
@@ -1885,9 +2072,18 @@ in order to scope selectors under pelcro-root
|
|
|
1885
2072
|
margin: auto;
|
|
1886
2073
|
}
|
|
1887
2074
|
|
|
1888
|
-
.pelcro-root .plc-
|
|
1889
|
-
margin
|
|
1890
|
-
|
|
2075
|
+
.pelcro-root .plc-m-0\.5 {
|
|
2076
|
+
margin: 0.125rem;
|
|
2077
|
+
}
|
|
2078
|
+
|
|
2079
|
+
.pelcro-root .plc-mx-1 {
|
|
2080
|
+
margin-left: 0.25rem;
|
|
2081
|
+
margin-right: 0.25rem;
|
|
2082
|
+
}
|
|
2083
|
+
|
|
2084
|
+
.pelcro-root .plc-mx-2 {
|
|
2085
|
+
margin-left: 0.5rem;
|
|
2086
|
+
margin-right: 0.5rem;
|
|
1891
2087
|
}
|
|
1892
2088
|
|
|
1893
2089
|
.pelcro-root .plc-mx-auto {
|
|
@@ -1910,9 +2106,9 @@ in order to scope selectors under pelcro-root
|
|
|
1910
2106
|
margin-bottom: 1.25rem;
|
|
1911
2107
|
}
|
|
1912
2108
|
|
|
1913
|
-
.pelcro-root .plc-my-
|
|
1914
|
-
margin-top:
|
|
1915
|
-
margin-bottom:
|
|
2109
|
+
.pelcro-root .plc-my-11 {
|
|
2110
|
+
margin-top: 2.75rem;
|
|
2111
|
+
margin-bottom: 2.75rem;
|
|
1916
2112
|
}
|
|
1917
2113
|
|
|
1918
2114
|
.pelcro-root .plc-mt-1 {
|
|
@@ -1939,10 +2135,6 @@ in order to scope selectors under pelcro-root
|
|
|
1939
2135
|
margin-top: 1.5rem;
|
|
1940
2136
|
}
|
|
1941
2137
|
|
|
1942
|
-
.pelcro-root .plc-mt-8 {
|
|
1943
|
-
margin-top: 2rem;
|
|
1944
|
-
}
|
|
1945
|
-
|
|
1946
2138
|
.pelcro-root .plc-mt-auto {
|
|
1947
2139
|
margin-top: auto;
|
|
1948
2140
|
}
|
|
@@ -1983,10 +2175,6 @@ in order to scope selectors under pelcro-root
|
|
|
1983
2175
|
margin-bottom: 1.5rem;
|
|
1984
2176
|
}
|
|
1985
2177
|
|
|
1986
|
-
.pelcro-root .plc-mb-8 {
|
|
1987
|
-
margin-bottom: 2rem;
|
|
1988
|
-
}
|
|
1989
|
-
|
|
1990
2178
|
.pelcro-root .plc-mb-9 {
|
|
1991
2179
|
margin-bottom: 2.25rem;
|
|
1992
2180
|
}
|
|
@@ -2027,6 +2215,10 @@ in order to scope selectors under pelcro-root
|
|
|
2027
2215
|
display: inline-block;
|
|
2028
2216
|
}
|
|
2029
2217
|
|
|
2218
|
+
.pelcro-root .plc-inline {
|
|
2219
|
+
display: inline;
|
|
2220
|
+
}
|
|
2221
|
+
|
|
2030
2222
|
.pelcro-root .plc-flex {
|
|
2031
2223
|
display: flex;
|
|
2032
2224
|
}
|
|
@@ -2043,6 +2235,10 @@ in order to scope selectors under pelcro-root
|
|
|
2043
2235
|
display: none;
|
|
2044
2236
|
}
|
|
2045
2237
|
|
|
2238
|
+
.pelcro-root .plc-h-3 {
|
|
2239
|
+
height: 0.75rem;
|
|
2240
|
+
}
|
|
2241
|
+
|
|
2046
2242
|
.pelcro-root .plc-h-4 {
|
|
2047
2243
|
height: 1rem;
|
|
2048
2244
|
}
|
|
@@ -2071,6 +2267,10 @@ in order to scope selectors under pelcro-root
|
|
|
2071
2267
|
height: 2.5rem;
|
|
2072
2268
|
}
|
|
2073
2269
|
|
|
2270
|
+
.pelcro-root .plc-h-11 {
|
|
2271
|
+
height: 2.75rem;
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2074
2274
|
.pelcro-root .plc-h-12 {
|
|
2075
2275
|
height: 3rem;
|
|
2076
2276
|
}
|
|
@@ -2111,6 +2311,10 @@ in order to scope selectors under pelcro-root
|
|
|
2111
2311
|
max-height: 3.5rem;
|
|
2112
2312
|
}
|
|
2113
2313
|
|
|
2314
|
+
.pelcro-root .plc-max-h-48 {
|
|
2315
|
+
max-height: 12rem;
|
|
2316
|
+
}
|
|
2317
|
+
|
|
2114
2318
|
.pelcro-root .plc-max-h-80 {
|
|
2115
2319
|
max-height: 20rem;
|
|
2116
2320
|
}
|
|
@@ -2155,6 +2359,10 @@ in order to scope selectors under pelcro-root
|
|
|
2155
2359
|
width: 2.5rem;
|
|
2156
2360
|
}
|
|
2157
2361
|
|
|
2362
|
+
.pelcro-root .plc-w-11 {
|
|
2363
|
+
width: 2.75rem;
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2158
2366
|
.pelcro-root .plc-w-12 {
|
|
2159
2367
|
width: 3rem;
|
|
2160
2368
|
}
|
|
@@ -2191,6 +2399,10 @@ in order to scope selectors under pelcro-root
|
|
|
2191
2399
|
width: 50%;
|
|
2192
2400
|
}
|
|
2193
2401
|
|
|
2402
|
+
.pelcro-root .plc-w-1\/3 {
|
|
2403
|
+
width: 33.333333%;
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2194
2406
|
.pelcro-root .plc-w-1\/4 {
|
|
2195
2407
|
width: 25%;
|
|
2196
2408
|
}
|
|
@@ -2235,16 +2447,16 @@ in order to scope selectors under pelcro-root
|
|
|
2235
2447
|
width: max-content;
|
|
2236
2448
|
}
|
|
2237
2449
|
|
|
2238
|
-
.pelcro-root .plc-max-w-
|
|
2239
|
-
max-width:
|
|
2450
|
+
.pelcro-root .plc-max-w-xl {
|
|
2451
|
+
max-width: 36rem;
|
|
2240
2452
|
}
|
|
2241
2453
|
|
|
2242
|
-
.pelcro-root .plc-max-w-
|
|
2243
|
-
max-width:
|
|
2454
|
+
.pelcro-root .plc-max-w-50\% {
|
|
2455
|
+
max-width: 50%;
|
|
2244
2456
|
}
|
|
2245
2457
|
|
|
2246
|
-
.pelcro-root .plc-max-w-
|
|
2247
|
-
max-width:
|
|
2458
|
+
.pelcro-root .plc-max-w-full {
|
|
2459
|
+
max-width: 100%;
|
|
2248
2460
|
}
|
|
2249
2461
|
|
|
2250
2462
|
.pelcro-root .plc-flex-1 {
|
|
@@ -2282,6 +2494,10 @@ in order to scope selectors under pelcro-root
|
|
|
2282
2494
|
--tw-translate-x: 0px;
|
|
2283
2495
|
}
|
|
2284
2496
|
|
|
2497
|
+
.pelcro-root .plc--translate-x-1 {
|
|
2498
|
+
--tw-translate-x: -0.25rem;
|
|
2499
|
+
}
|
|
2500
|
+
|
|
2285
2501
|
.pelcro-root .plc--translate-x-full {
|
|
2286
2502
|
--tw-translate-x: -100%;
|
|
2287
2503
|
}
|
|
@@ -2302,6 +2518,11 @@ in order to scope selectors under pelcro-root
|
|
|
2302
2518
|
--tw-rotate: 180deg;
|
|
2303
2519
|
}
|
|
2304
2520
|
|
|
2521
|
+
.pelcro-root .plc-scale-105 {
|
|
2522
|
+
--tw-scale-x: 1.05;
|
|
2523
|
+
--tw-scale-y: 1.05;
|
|
2524
|
+
}
|
|
2525
|
+
|
|
2305
2526
|
.pelcro-root .plc-scale-120 {
|
|
2306
2527
|
--tw-scale-x: 1.2;
|
|
2307
2528
|
--tw-scale-y: 1.2;
|
|
@@ -2362,6 +2583,10 @@ in order to scope selectors under pelcro-root
|
|
|
2362
2583
|
animation: plc-spin 1s linear infinite;
|
|
2363
2584
|
}
|
|
2364
2585
|
|
|
2586
|
+
.pelcro-root .plc-animate-pulse {
|
|
2587
|
+
animation: plc-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
2588
|
+
}
|
|
2589
|
+
|
|
2365
2590
|
@media (prefers-reduced-motion: no-preference) {
|
|
2366
2591
|
.pelcro-root .motion-safe\:plc-animate-slideInBottom {
|
|
2367
2592
|
animation: plc-slideInBottom 0.5s ease-out;
|
|
@@ -2490,6 +2715,10 @@ in order to scope selectors under pelcro-root
|
|
|
2490
2715
|
overflow-y: auto;
|
|
2491
2716
|
}
|
|
2492
2717
|
|
|
2718
|
+
.pelcro-root .plc-overflow-x-hidden {
|
|
2719
|
+
overflow-x: hidden;
|
|
2720
|
+
}
|
|
2721
|
+
|
|
2493
2722
|
.pelcro-root .plc-overflow-y-scroll {
|
|
2494
2723
|
overflow-y: scroll;
|
|
2495
2724
|
}
|
|
@@ -2512,6 +2741,10 @@ in order to scope selectors under pelcro-root
|
|
|
2512
2741
|
overflow-wrap: break-word;
|
|
2513
2742
|
}
|
|
2514
2743
|
|
|
2744
|
+
.pelcro-root .plc-break-all {
|
|
2745
|
+
word-break: break-all;
|
|
2746
|
+
}
|
|
2747
|
+
|
|
2515
2748
|
.pelcro-root .plc-rounded-none {
|
|
2516
2749
|
border-radius: 0px;
|
|
2517
2750
|
}
|
|
@@ -2612,6 +2845,10 @@ in order to scope selectors under pelcro-root
|
|
|
2612
2845
|
border-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
|
|
2613
2846
|
}
|
|
2614
2847
|
|
|
2848
|
+
.pelcro-root .plc-border-primary {
|
|
2849
|
+
border-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
2850
|
+
}
|
|
2851
|
+
|
|
2615
2852
|
.pelcro-root .plc-border-white {
|
|
2616
2853
|
--tw-border-opacity: 1;
|
|
2617
2854
|
border-color: rgba(255, 255, 255, var(--tw-border-opacity));
|
|
@@ -2661,6 +2898,10 @@ in order to scope selectors under pelcro-root
|
|
|
2661
2898
|
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
|
|
2662
2899
|
}
|
|
2663
2900
|
|
|
2901
|
+
.pelcro-root .plc-bg-primary {
|
|
2902
|
+
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
2903
|
+
}
|
|
2904
|
+
|
|
2664
2905
|
.pelcro-root .plc-bg-white {
|
|
2665
2906
|
--tw-bg-opacity: 1;
|
|
2666
2907
|
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
@@ -2823,8 +3064,9 @@ in order to scope selectors under pelcro-root
|
|
|
2823
3064
|
padding: 1.5rem;
|
|
2824
3065
|
}
|
|
2825
3066
|
|
|
2826
|
-
.pelcro-root .plc-
|
|
2827
|
-
padding:
|
|
3067
|
+
.pelcro-root .plc-px-0 {
|
|
3068
|
+
padding-left: 0px;
|
|
3069
|
+
padding-right: 0px;
|
|
2828
3070
|
}
|
|
2829
3071
|
|
|
2830
3072
|
.pelcro-root .plc-px-1 {
|
|
@@ -2847,21 +3089,11 @@ in order to scope selectors under pelcro-root
|
|
|
2847
3089
|
padding-right: 1rem;
|
|
2848
3090
|
}
|
|
2849
3091
|
|
|
2850
|
-
.pelcro-root .plc-px-5 {
|
|
2851
|
-
padding-left: 1.25rem;
|
|
2852
|
-
padding-right: 1.25rem;
|
|
2853
|
-
}
|
|
2854
|
-
|
|
2855
3092
|
.pelcro-root .plc-px-6 {
|
|
2856
3093
|
padding-left: 1.5rem;
|
|
2857
3094
|
padding-right: 1.5rem;
|
|
2858
3095
|
}
|
|
2859
3096
|
|
|
2860
|
-
.pelcro-root .plc-px-8 {
|
|
2861
|
-
padding-left: 2rem;
|
|
2862
|
-
padding-right: 2rem;
|
|
2863
|
-
}
|
|
2864
|
-
|
|
2865
3097
|
.pelcro-root .plc-py-1 {
|
|
2866
3098
|
padding-top: 0.25rem;
|
|
2867
3099
|
padding-bottom: 0.25rem;
|
|
@@ -3076,6 +3308,11 @@ in order to scope selectors under pelcro-root
|
|
|
3076
3308
|
color: rgba(98, 26, 23, var(--tw-text-opacity));
|
|
3077
3309
|
}
|
|
3078
3310
|
|
|
3311
|
+
.pelcro-root .plc-text-yellow-500 {
|
|
3312
|
+
--tw-text-opacity: 1;
|
|
3313
|
+
color: rgba(245, 158, 11, var(--tw-text-opacity));
|
|
3314
|
+
}
|
|
3315
|
+
|
|
3079
3316
|
.pelcro-root .plc-text-yellow-700 {
|
|
3080
3317
|
--tw-text-opacity: 1;
|
|
3081
3318
|
color: rgba(180, 83, 9, var(--tw-text-opacity));
|
|
@@ -3129,6 +3366,10 @@ in order to scope selectors under pelcro-root
|
|
|
3129
3366
|
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
3130
3367
|
}
|
|
3131
3368
|
|
|
3369
|
+
.pelcro-root .hover\:plc-text-primary:hover {
|
|
3370
|
+
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
3371
|
+
}
|
|
3372
|
+
|
|
3132
3373
|
.pelcro-root .hover\:plc-text-black:hover {
|
|
3133
3374
|
--tw-text-opacity: 1;
|
|
3134
3375
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
@@ -3144,6 +3385,11 @@ in order to scope selectors under pelcro-root
|
|
|
3144
3385
|
color: rgba(17, 24, 39, var(--tw-text-opacity));
|
|
3145
3386
|
}
|
|
3146
3387
|
|
|
3388
|
+
.pelcro-root .hover\:plc-text-red-500:hover {
|
|
3389
|
+
--tw-text-opacity: 1;
|
|
3390
|
+
color: rgba(180, 48, 43, var(--tw-text-opacity));
|
|
3391
|
+
}
|
|
3392
|
+
|
|
3147
3393
|
.pelcro-root .focus\:plc-text-black:focus {
|
|
3148
3394
|
--tw-text-opacity: 1;
|
|
3149
3395
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
@@ -3162,6 +3408,10 @@ in order to scope selectors under pelcro-root
|
|
|
3162
3408
|
text-decoration: none;
|
|
3163
3409
|
}
|
|
3164
3410
|
|
|
3411
|
+
.pelcro-root .hover\:plc-opacity-30:hover {
|
|
3412
|
+
opacity: 0.3;
|
|
3413
|
+
}
|
|
3414
|
+
|
|
3165
3415
|
*, ::before, ::after {
|
|
3166
3416
|
--tw-shadow: 0 0 #0000;
|
|
3167
3417
|
}
|
|
@@ -3287,6 +3537,12 @@ in order to scope selectors under pelcro-root
|
|
|
3287
3537
|
--tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
|
|
3288
3538
|
}
|
|
3289
3539
|
|
|
3540
|
+
.pelcro-root .plc-transition-all {
|
|
3541
|
+
transition-property: all;
|
|
3542
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3543
|
+
transition-duration: 150ms;
|
|
3544
|
+
}
|
|
3545
|
+
|
|
3290
3546
|
.pelcro-root .plc-transition {
|
|
3291
3547
|
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
|
|
3292
3548
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -3307,6 +3563,9 @@ in order to scope selectors under pelcro-root
|
|
|
3307
3563
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
3308
3564
|
}
|
|
3309
3565
|
|
|
3566
|
+
@media (min-width: 425px) {
|
|
3567
|
+
}
|
|
3568
|
+
|
|
3310
3569
|
@media (min-width: 640px) {
|
|
3311
3570
|
.pelcro-root .sm\:plc-m-4 {
|
|
3312
3571
|
margin: 1rem;
|
|
@@ -3356,6 +3615,10 @@ in order to scope selectors under pelcro-root
|
|
|
3356
3615
|
max-width: 28rem;
|
|
3357
3616
|
}
|
|
3358
3617
|
|
|
3618
|
+
.pelcro-root .sm\:plc-max-w-90\% {
|
|
3619
|
+
max-width: 90%;
|
|
3620
|
+
}
|
|
3621
|
+
|
|
3359
3622
|
.pelcro-root .sm\:plc-flex-row {
|
|
3360
3623
|
flex-direction: row;
|
|
3361
3624
|
}
|
|
@@ -3381,366 +3644,83 @@ in order to scope selectors under pelcro-root
|
|
|
3381
3644
|
padding-right: 2rem;
|
|
3382
3645
|
}
|
|
3383
3646
|
|
|
3647
|
+
.pelcro-root .sm\:plc-px-16 {
|
|
3648
|
+
padding-left: 4rem;
|
|
3649
|
+
padding-right: 4rem;
|
|
3650
|
+
}
|
|
3651
|
+
|
|
3384
3652
|
.pelcro-root .sm\:plc-pl-8 {
|
|
3385
3653
|
padding-left: 2rem;
|
|
3386
3654
|
}
|
|
3387
3655
|
}
|
|
3388
3656
|
|
|
3389
3657
|
@media (min-width: 768px) {
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
@media (min-width: 1024px) {
|
|
3393
|
-
.pelcro-root .lg\:plc-w-3\/12 {
|
|
3394
|
-
width: 25%;
|
|
3658
|
+
.pelcro-root .md\:plc-top-5 {
|
|
3659
|
+
top: 1.25rem;
|
|
3395
3660
|
}
|
|
3396
3661
|
|
|
3397
|
-
.pelcro-root .
|
|
3398
|
-
|
|
3662
|
+
.pelcro-root .md\:plc-right-10 {
|
|
3663
|
+
right: 2.5rem;
|
|
3399
3664
|
}
|
|
3400
|
-
}
|
|
3401
|
-
|
|
3402
|
-
@media (min-width: 1280px) {
|
|
3403
|
-
}
|
|
3404
|
-
|
|
3405
|
-
@media (min-width: 1536px) {
|
|
3406
|
-
}
|
|
3407
|
-
|
|
3408
|
-
/* purgecss start ignore */
|
|
3409
|
-
|
|
3410
|
-
.alice-carousel .animated {
|
|
3411
|
-
animation-fill-mode: both;
|
|
3412
|
-
}
|
|
3413
|
-
|
|
3414
|
-
.alice-carousel .animated-out {
|
|
3415
|
-
z-index: 1;
|
|
3416
|
-
}
|
|
3417
3665
|
|
|
3418
|
-
.
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
@keyframes fadeOut {
|
|
3423
|
-
0% {
|
|
3424
|
-
opacity: 1;
|
|
3666
|
+
.pelcro-root .md\:plc-my-20 {
|
|
3667
|
+
margin-top: 5rem;
|
|
3668
|
+
margin-bottom: 5rem;
|
|
3425
3669
|
}
|
|
3426
3670
|
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
visibility: hidden;
|
|
3671
|
+
.pelcro-root .md\:plc-table-cell {
|
|
3672
|
+
display: table-cell;
|
|
3430
3673
|
}
|
|
3431
|
-
}
|
|
3432
|
-
|
|
3433
|
-
.alice-carousel {
|
|
3434
|
-
position: relative;
|
|
3435
|
-
width: 100%;
|
|
3436
|
-
margin: auto;
|
|
3437
|
-
direction: ltr;
|
|
3438
|
-
}
|
|
3439
|
-
|
|
3440
|
-
.alice-carousel__wrapper {
|
|
3441
|
-
position: relative;
|
|
3442
|
-
overflow-x: hidden;
|
|
3443
|
-
overflow-y: hidden;
|
|
3444
|
-
box-sizing: border-box;
|
|
3445
|
-
width: 100%;
|
|
3446
|
-
height: auto;
|
|
3447
|
-
}
|
|
3448
|
-
|
|
3449
|
-
.alice-carousel__stage {
|
|
3450
|
-
position: relative;
|
|
3451
|
-
box-sizing: border-box;
|
|
3452
|
-
width: 100%;
|
|
3453
|
-
height: 100%;
|
|
3454
|
-
margin: 0;
|
|
3455
|
-
padding: 0;
|
|
3456
|
-
white-space: nowrap;
|
|
3457
|
-
transform-style: flat;
|
|
3458
|
-
-webkit-transform-style: flat;
|
|
3459
|
-
backface-visibility: hidden;
|
|
3460
|
-
-webkit-backface-visibility: hidden;
|
|
3461
|
-
}
|
|
3462
|
-
|
|
3463
|
-
.alice-carousel__stage-item {
|
|
3464
|
-
position: relative;
|
|
3465
|
-
display: inline-block;
|
|
3466
|
-
padding: 0;
|
|
3467
|
-
margin: 0;
|
|
3468
|
-
box-sizing: border-box;
|
|
3469
|
-
width: 100%;
|
|
3470
|
-
height: 100%;
|
|
3471
|
-
vertical-align: top;
|
|
3472
|
-
white-space: normal;
|
|
3473
|
-
line-height: 0;
|
|
3474
|
-
}
|
|
3475
|
-
|
|
3476
|
-
.alice-carousel__stage-item * {
|
|
3477
|
-
line-height: initial;
|
|
3478
|
-
}
|
|
3479
|
-
|
|
3480
|
-
.alice-carousel__stage-item.__hidden {
|
|
3481
|
-
opacity: 0;
|
|
3482
|
-
overflow: hidden;
|
|
3483
|
-
}
|
|
3484
|
-
|
|
3485
|
-
.alice-carousel__prev-btn,
|
|
3486
|
-
.alice-carousel__next-btn {
|
|
3487
|
-
display: inline-block;
|
|
3488
|
-
box-sizing: border-box;
|
|
3489
|
-
width: 50%;
|
|
3490
|
-
padding: 10px 5px;
|
|
3491
|
-
}
|
|
3492
|
-
|
|
3493
|
-
.alice-carousel__prev-btn [data-area]::after,
|
|
3494
|
-
.alice-carousel__next-btn [data-area]::after {
|
|
3495
|
-
position: relative;
|
|
3496
|
-
content: attr(data-area);
|
|
3497
|
-
text-transform: capitalize;
|
|
3498
|
-
}
|
|
3499
|
-
|
|
3500
|
-
.alice-carousel__prev-btn {
|
|
3501
|
-
text-align: right;
|
|
3502
|
-
}
|
|
3503
|
-
|
|
3504
|
-
.alice-carousel__prev-btn-item,
|
|
3505
|
-
.alice-carousel__next-btn-item {
|
|
3506
|
-
display: inline-block;
|
|
3507
|
-
cursor: pointer;
|
|
3508
|
-
padding: 5px;
|
|
3509
|
-
margin: 0;
|
|
3510
|
-
color: #465798;
|
|
3511
|
-
}
|
|
3512
|
-
|
|
3513
|
-
.alice-carousel__prev-btn-item:hover,
|
|
3514
|
-
.alice-carousel__next-btn-item:hover {
|
|
3515
|
-
color: darkred;
|
|
3516
|
-
}
|
|
3517
|
-
|
|
3518
|
-
.alice-carousel__prev-btn-item.__inactive,
|
|
3519
|
-
.alice-carousel__next-btn-item.__inactive {
|
|
3520
|
-
opacity: 0.4;
|
|
3521
|
-
pointer-events: none;
|
|
3522
|
-
}
|
|
3523
|
-
|
|
3524
|
-
.alice-carousel__play-btn {
|
|
3525
|
-
position: absolute;
|
|
3526
|
-
top: 30px;
|
|
3527
|
-
left: 20px;
|
|
3528
|
-
display: inline-block;
|
|
3529
|
-
}
|
|
3530
|
-
|
|
3531
|
-
.alice-carousel__play-btn:hover {
|
|
3532
|
-
cursor: pointer;
|
|
3533
|
-
}
|
|
3534
|
-
|
|
3535
|
-
.alice-carousel__play-btn-wrapper {
|
|
3536
|
-
position: relative;
|
|
3537
|
-
width: 32px;
|
|
3538
|
-
height: 32px;
|
|
3539
|
-
padding: 10px;
|
|
3540
|
-
border-radius: 50%;
|
|
3541
|
-
background-color: #fff;
|
|
3542
|
-
}
|
|
3543
|
-
|
|
3544
|
-
.alice-carousel__play-btn-item {
|
|
3545
|
-
position: absolute;
|
|
3546
|
-
width: 32px;
|
|
3547
|
-
height: 32px;
|
|
3548
|
-
cursor: pointer;
|
|
3549
|
-
border: 0;
|
|
3550
|
-
outline: none;
|
|
3551
|
-
background: transparent;
|
|
3552
|
-
}
|
|
3553
|
-
|
|
3554
|
-
.alice-carousel__play-btn-item::before, .alice-carousel__play-btn-item::after {
|
|
3555
|
-
position: absolute;
|
|
3556
|
-
pointer-events: none;
|
|
3557
|
-
display: block;
|
|
3558
|
-
width: 0;
|
|
3559
|
-
height: 0;
|
|
3560
|
-
content: "";
|
|
3561
|
-
transition: all 0.4s linear;
|
|
3562
|
-
border-width: 8px 0 8px 15px;
|
|
3563
|
-
border-style: solid;
|
|
3564
|
-
border-color: transparent;
|
|
3565
|
-
border-left-color: #465798;
|
|
3566
|
-
}
|
|
3567
|
-
|
|
3568
|
-
.alice-carousel__play-btn-item::before {
|
|
3569
|
-
left: 5px;
|
|
3570
|
-
height: 14px;
|
|
3571
|
-
}
|
|
3572
|
-
|
|
3573
|
-
.alice-carousel__play-btn-item::after {
|
|
3574
|
-
top: 7px;
|
|
3575
|
-
left: 18px;
|
|
3576
|
-
}
|
|
3577
|
-
|
|
3578
|
-
.alice-carousel__play-btn-item.__pause::before, .alice-carousel__play-btn-item.__pause::after {
|
|
3579
|
-
height: 30px;
|
|
3580
|
-
border-width: 0 0 0 10px;
|
|
3581
|
-
}
|
|
3582
|
-
|
|
3583
|
-
.alice-carousel__play-btn-item.__pause::after {
|
|
3584
|
-
top: 0;
|
|
3585
|
-
left: 18px;
|
|
3586
|
-
}
|
|
3587
|
-
|
|
3588
|
-
.alice-carousel__dots {
|
|
3589
|
-
margin: 30px 3px 5px;
|
|
3590
|
-
padding: 0;
|
|
3591
|
-
list-style: none;
|
|
3592
|
-
text-align: center;
|
|
3593
|
-
}
|
|
3594
|
-
|
|
3595
|
-
.alice-carousel__dots > li {
|
|
3596
|
-
display: inline-block;
|
|
3597
|
-
}
|
|
3598
|
-
|
|
3599
|
-
.alice-carousel__dots-item:not(.__custom) {
|
|
3600
|
-
width: 8px;
|
|
3601
|
-
height: 8px;
|
|
3602
|
-
cursor: pointer;
|
|
3603
|
-
border-radius: 50%;
|
|
3604
|
-
background-color: #e0e4fb;
|
|
3605
|
-
}
|
|
3606
|
-
|
|
3607
|
-
.alice-carousel__dots-item:not(.__custom):not(:last-child) {
|
|
3608
|
-
margin-right: 20px;
|
|
3609
|
-
}
|
|
3610
|
-
|
|
3611
|
-
.alice-carousel__dots-item:not(.__custom):hover, .alice-carousel__dots-item:not(.__custom).__active {
|
|
3612
|
-
background-color: #6e7ebc;
|
|
3613
|
-
}
|
|
3614
|
-
|
|
3615
|
-
.alice-carousel__slide-info {
|
|
3616
|
-
position: absolute;
|
|
3617
|
-
top: 20px;
|
|
3618
|
-
right: 20px;
|
|
3619
|
-
display: inline-block;
|
|
3620
|
-
padding: 5px 10px;
|
|
3621
|
-
color: #465798;
|
|
3622
|
-
border-radius: 5px;
|
|
3623
|
-
background-color: rgba(224, 228, 251, 0.6);
|
|
3624
|
-
}
|
|
3625
|
-
|
|
3626
|
-
.alice-carousel__slide-info-item {
|
|
3627
|
-
vertical-align: middle;
|
|
3628
|
-
line-height: 0;
|
|
3629
|
-
}
|
|
3630
|
-
|
|
3631
|
-
/* purgecss end ignore */
|
|
3632
|
-
/* purgecss start ignore */
|
|
3633
|
-
|
|
3634
|
-
.pelcro-root .alice-carousel {
|
|
3635
|
-
padding-left: 5rem;
|
|
3636
|
-
padding-right: 5rem;
|
|
3637
|
-
}
|
|
3638
|
-
|
|
3639
|
-
.pelcro-root .alice-carousel__stage {
|
|
3640
|
-
display: flex;
|
|
3641
|
-
}
|
|
3642
|
-
|
|
3643
|
-
.pelcro-root .alice-carousel__stage-item {
|
|
3644
|
-
flex: 1 0 auto;
|
|
3645
|
-
height: auto;
|
|
3646
|
-
}
|
|
3647
|
-
|
|
3648
|
-
.pelcro-root .alice-carousel__next-btn,
|
|
3649
|
-
.pelcro-root .alice-carousel__prev-btn {
|
|
3650
|
-
position: absolute;
|
|
3651
|
-
top: 50%;
|
|
3652
|
-
transform: translateY(-50%);
|
|
3653
|
-
width: auto;
|
|
3654
|
-
}
|
|
3655
|
-
|
|
3656
|
-
.pelcro-root .alice-carousel__next-btn {
|
|
3657
|
-
right: 0;
|
|
3658
|
-
}
|
|
3659
|
-
|
|
3660
|
-
.pelcro-root .alice-carousel__prev-btn {
|
|
3661
|
-
left: 0;
|
|
3662
|
-
}
|
|
3663
3674
|
|
|
3664
|
-
.pelcro-root .
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
height: 3.5rem;
|
|
3668
|
-
border-radius: 999999px;
|
|
3669
|
-
display: inline-flex;
|
|
3670
|
-
align-items: center;
|
|
3671
|
-
justify-content: center;
|
|
3672
|
-
background-color: black;
|
|
3673
|
-
color: white;
|
|
3674
|
-
}
|
|
3675
|
+
.pelcro-root .md\:plc-hidden {
|
|
3676
|
+
display: none;
|
|
3677
|
+
}
|
|
3675
3678
|
|
|
3676
|
-
.pelcro-root .
|
|
3677
|
-
|
|
3678
|
-
}
|
|
3679
|
+
.pelcro-root .md\:plc-w-1\/5 {
|
|
3680
|
+
width: 20%;
|
|
3681
|
+
}
|
|
3679
3682
|
|
|
3680
|
-
.pelcro-root .
|
|
3681
|
-
|
|
3682
|
-
}
|
|
3683
|
+
.pelcro-root .md\:plc-w-1\/12 {
|
|
3684
|
+
width: 8.333333%;
|
|
3685
|
+
}
|
|
3683
3686
|
|
|
3684
|
-
.pelcro-root .
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
width: 28px;
|
|
3688
|
-
line-height: 1;
|
|
3689
|
-
display: inline-flex;
|
|
3690
|
-
align-items: center;
|
|
3691
|
-
justify-content: center;
|
|
3692
|
-
}
|
|
3687
|
+
.pelcro-root .md\:plc-w-2\/12 {
|
|
3688
|
+
width: 16.666667%;
|
|
3689
|
+
}
|
|
3693
3690
|
|
|
3694
|
-
.pelcro-root .
|
|
3695
|
-
|
|
3696
|
-
}
|
|
3691
|
+
.pelcro-root .md\:plc-w-3\/12 {
|
|
3692
|
+
width: 25%;
|
|
3693
|
+
}
|
|
3697
3694
|
|
|
3698
|
-
.pelcro-root .
|
|
3699
|
-
|
|
3700
|
-
}
|
|
3695
|
+
.pelcro-root .md\:plc-max-w-70\% {
|
|
3696
|
+
max-width: 70%;
|
|
3697
|
+
}
|
|
3701
3698
|
|
|
3702
|
-
.pelcro-root .
|
|
3703
|
-
|
|
3704
|
-
|
|
3699
|
+
.pelcro-root .md\:plc-max-w-80\% {
|
|
3700
|
+
max-width: 80%;
|
|
3701
|
+
}
|
|
3705
3702
|
}
|
|
3706
3703
|
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
justify-content: center;
|
|
3712
|
-
}
|
|
3704
|
+
@media (min-width: 1024px) {
|
|
3705
|
+
.pelcro-root .lg\:plc-hidden {
|
|
3706
|
+
display: none;
|
|
3707
|
+
}
|
|
3713
3708
|
|
|
3714
|
-
.pelcro-root .
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
background-color: #d1d5db;
|
|
3718
|
-
}
|
|
3709
|
+
.pelcro-root .lg\:plc-w-3\/12 {
|
|
3710
|
+
width: 25%;
|
|
3711
|
+
}
|
|
3719
3712
|
|
|
3720
|
-
.pelcro-root
|
|
3721
|
-
|
|
3722
|
-
|
|
3713
|
+
.pelcro-root .lg\:plc-w-9\/12 {
|
|
3714
|
+
width: 75%;
|
|
3715
|
+
}
|
|
3723
3716
|
}
|
|
3724
3717
|
|
|
3725
|
-
|
|
3726
|
-
.alice-carousel__dots-item:not(.__custom).__active {
|
|
3727
|
-
background-color: black;
|
|
3718
|
+
@media (min-width: 1280px) {
|
|
3728
3719
|
}
|
|
3729
3720
|
|
|
3730
|
-
@media (
|
|
3731
|
-
.pelcro-root .alice-carousel__prev-btn,
|
|
3732
|
-
.pelcro-root .alice-carousel__next-btn {
|
|
3733
|
-
display: none;
|
|
3734
|
-
}
|
|
3735
|
-
|
|
3736
|
-
.pelcro-root .alice-carousel {
|
|
3737
|
-
padding-right: 0;
|
|
3738
|
-
padding-left: 0;
|
|
3739
|
-
}
|
|
3721
|
+
@media (min-width: 1536px) {
|
|
3740
3722
|
}
|
|
3741
3723
|
|
|
3742
|
-
/* purgecss end ignore */
|
|
3743
|
-
|
|
3744
3724
|
/* purgecss start ignore */
|
|
3745
3725
|
|
|
3746
3726
|
.toggle-switch {
|