@coreui/coreui 4.1.3 → 4.1.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.
Files changed (115) hide show
  1. package/README.md +5 -4
  2. package/dist/css/coreui-grid.css +2 -946
  3. package/dist/css/coreui-grid.css.map +1 -1
  4. package/dist/css/coreui-grid.min.css +3 -3
  5. package/dist/css/coreui-grid.min.css.map +1 -1
  6. package/dist/css/coreui-grid.rtl.css +4 -948
  7. package/dist/css/coreui-grid.rtl.css.map +1 -1
  8. package/dist/css/coreui-grid.rtl.min.css +5 -5
  9. package/dist/css/coreui-grid.rtl.min.css.map +1 -1
  10. package/dist/css/coreui-reboot.css +2 -2
  11. package/dist/css/coreui-reboot.css.map +1 -1
  12. package/dist/css/coreui-reboot.min.css +3 -3
  13. package/dist/css/coreui-reboot.min.css.map +1 -1
  14. package/dist/css/coreui-reboot.rtl.css +4 -4
  15. package/dist/css/coreui-reboot.rtl.css.map +1 -1
  16. package/dist/css/coreui-reboot.rtl.min.css +5 -5
  17. package/dist/css/coreui-reboot.rtl.min.css.map +1 -1
  18. package/dist/css/coreui-utilities.css +2 -789
  19. package/dist/css/coreui-utilities.css.map +1 -1
  20. package/dist/css/coreui-utilities.min.css +3 -3
  21. package/dist/css/coreui-utilities.min.css.map +1 -1
  22. package/dist/css/coreui-utilities.rtl.css +4 -791
  23. package/dist/css/coreui-utilities.rtl.css.map +1 -1
  24. package/dist/css/coreui-utilities.rtl.min.css +5 -5
  25. package/dist/css/coreui-utilities.rtl.min.css.map +1 -1
  26. package/dist/css/coreui.css +11 -1025
  27. package/dist/css/coreui.css.map +1 -1
  28. package/dist/css/coreui.min.css +3 -3
  29. package/dist/css/coreui.min.css.map +1 -1
  30. package/dist/css/coreui.rtl.css +16 -1031
  31. package/dist/css/coreui.rtl.css.map +1 -1
  32. package/dist/css/coreui.rtl.min.css +5 -5
  33. package/dist/css/coreui.rtl.min.css.map +1 -1
  34. package/dist/js/coreui.bundle.js +30 -26
  35. package/dist/js/coreui.bundle.js.map +1 -1
  36. package/dist/js/coreui.bundle.min.js +2 -2
  37. package/dist/js/coreui.bundle.min.js.map +1 -1
  38. package/dist/js/coreui.esm.js +23 -23
  39. package/dist/js/coreui.esm.js.map +1 -1
  40. package/dist/js/coreui.esm.min.js +2 -2
  41. package/dist/js/coreui.esm.min.js.map +1 -1
  42. package/dist/js/coreui.js +24 -24
  43. package/dist/js/coreui.js.map +1 -1
  44. package/dist/js/coreui.min.js +2 -2
  45. package/dist/js/coreui.min.js.map +1 -1
  46. package/js/dist/alert.js +3 -3
  47. package/js/dist/alert.js.map +1 -1
  48. package/js/dist/base-component.js +4 -4
  49. package/js/dist/base-component.js.map +1 -1
  50. package/js/dist/button.js +3 -3
  51. package/js/dist/button.js.map +1 -1
  52. package/js/dist/carousel.js +3 -3
  53. package/js/dist/carousel.js.map +1 -1
  54. package/js/dist/collapse.js +3 -3
  55. package/js/dist/collapse.js.map +1 -1
  56. package/js/dist/dom/data.js +2 -2
  57. package/js/dist/dom/data.js.map +1 -1
  58. package/js/dist/dom/event-handler.js +3 -3
  59. package/js/dist/dom/event-handler.js.map +1 -1
  60. package/js/dist/dom/manipulator.js +2 -2
  61. package/js/dist/dom/manipulator.js.map +1 -1
  62. package/js/dist/dom/selector-engine.js +3 -3
  63. package/js/dist/dom/selector-engine.js.map +1 -1
  64. package/js/dist/dropdown.js +3 -3
  65. package/js/dist/dropdown.js.map +1 -1
  66. package/js/dist/modal.js +3 -3
  67. package/js/dist/modal.js.map +1 -1
  68. package/js/dist/offcanvas.js +3 -3
  69. package/js/dist/offcanvas.js.map +1 -1
  70. package/js/dist/popover.js +3 -3
  71. package/js/dist/popover.js.map +1 -1
  72. package/js/dist/scrollspy.js +3 -3
  73. package/js/dist/scrollspy.js.map +1 -1
  74. package/js/dist/tab.js +3 -3
  75. package/js/dist/tab.js.map +1 -1
  76. package/js/dist/toast.js +3 -3
  77. package/js/dist/toast.js.map +1 -1
  78. package/js/dist/tooltip.js +4 -4
  79. package/js/dist/tooltip.js.map +1 -1
  80. package/js/src/alert.js +1 -1
  81. package/js/src/base-component.js +2 -2
  82. package/js/src/button.js +1 -1
  83. package/js/src/carousel.js +1 -1
  84. package/js/src/collapse.js +1 -1
  85. package/js/src/dom/data.js +1 -1
  86. package/js/src/dom/event-handler.js +1 -1
  87. package/js/src/dom/manipulator.js +1 -1
  88. package/js/src/dom/selector-engine.js +1 -1
  89. package/js/src/dropdown.js +1 -1
  90. package/js/src/modal.js +1 -1
  91. package/js/src/navigation.js +1 -1
  92. package/js/src/offcanvas.js +1 -1
  93. package/js/src/popover.js +1 -1
  94. package/js/src/scrollspy.js +1 -1
  95. package/js/src/sidebar.js +1 -1
  96. package/js/src/tab.js +1 -1
  97. package/js/src/toast.js +1 -1
  98. package/js/src/tooltip.js +1 -1
  99. package/js/src/util/index.js +1 -1
  100. package/js/src/util/sanitizer.js +1 -1
  101. package/package.json +6 -6
  102. package/scss/_modal.scss +2 -1
  103. package/scss/_offcanvas.scss +8 -8
  104. package/scss/_root.scss +0 -2
  105. package/scss/_toasts.scss +4 -2
  106. package/scss/_utilities.scss +0 -2
  107. package/scss/coreui-grid.rtl.scss +2 -2
  108. package/scss/coreui-grid.scss +2 -2
  109. package/scss/coreui-reboot.rtl.scss +2 -2
  110. package/scss/coreui-reboot.scss +2 -2
  111. package/scss/coreui-utilities.rtl.scss +2 -2
  112. package/scss/coreui-utilities.scss +2 -2
  113. package/scss/coreui.rtl.scss +2 -2
  114. package/scss/coreui.scss +2 -2
  115. package/scss/forms/_form-check.scss +1 -1
@@ -1,16 +1,16 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
3
  * CoreUI - HTML, CSS, and JavaScript UI Components Library
4
- * @version v4.1.3
4
+ * @version v4.1.6
5
5
  * @link https://coreui.io/
6
- * Copyright (c) 2021 creativeLabs Łukasz Holeczek
6
+ * Copyright (c) 2022 creativeLabs Łukasz Holeczek
7
7
  * License MIT (https://coreui.io/license/)
8
8
  */
9
9
  /*!
10
10
  * CoreUI - HTML, CSS, and JavaScript UI Components Library
11
- * @version v4.1.3
11
+ * @version v4.1.6
12
12
  * @link https://coreui.io/
13
- * Copyright (c) 2021 creativeLabs Łukasz Holeczek
13
+ * Copyright (c) 2022 creativeLabs Łukasz Holeczek
14
14
  * License MIT (https://coreui.io/license/)
15
15
  */
16
16
  .clearfix::after {
@@ -1811,649 +1811,494 @@
1811
1811
  .float-sm-start {
1812
1812
  float: right !important;
1813
1813
  }
1814
-
1815
1814
  .float-sm-end {
1816
1815
  float: left !important;
1817
1816
  }
1818
-
1819
1817
  .float-sm-none {
1820
1818
  float: none !important;
1821
1819
  }
1822
-
1823
1820
  .d-sm-inline {
1824
1821
  display: inline !important;
1825
1822
  }
1826
-
1827
1823
  .d-sm-inline-block {
1828
1824
  display: inline-block !important;
1829
1825
  }
1830
-
1831
1826
  .d-sm-block {
1832
1827
  display: block !important;
1833
1828
  }
1834
-
1835
1829
  .d-sm-grid {
1836
1830
  display: grid !important;
1837
1831
  }
1838
-
1839
1832
  .d-sm-table {
1840
1833
  display: table !important;
1841
1834
  }
1842
-
1843
1835
  .d-sm-table-row {
1844
1836
  display: table-row !important;
1845
1837
  }
1846
-
1847
1838
  .d-sm-table-cell {
1848
1839
  display: table-cell !important;
1849
1840
  }
1850
-
1851
1841
  .d-sm-flex {
1852
1842
  display: flex !important;
1853
1843
  }
1854
-
1855
1844
  .d-sm-inline-flex {
1856
1845
  display: inline-flex !important;
1857
1846
  }
1858
-
1859
1847
  .d-sm-none {
1860
1848
  display: none !important;
1861
1849
  }
1862
-
1863
1850
  .flex-sm-fill {
1864
1851
  flex: 1 1 auto !important;
1865
1852
  }
1866
-
1867
1853
  .flex-sm-row {
1868
1854
  flex-direction: row !important;
1869
1855
  }
1870
-
1871
1856
  .flex-sm-column {
1872
1857
  flex-direction: column !important;
1873
1858
  }
1874
-
1875
1859
  .flex-sm-row-reverse {
1876
1860
  flex-direction: row-reverse !important;
1877
1861
  }
1878
-
1879
1862
  .flex-sm-column-reverse {
1880
1863
  flex-direction: column-reverse !important;
1881
1864
  }
1882
-
1883
1865
  .flex-sm-grow-0 {
1884
1866
  flex-grow: 0 !important;
1885
1867
  }
1886
-
1887
1868
  .flex-sm-grow-1 {
1888
1869
  flex-grow: 1 !important;
1889
1870
  }
1890
-
1891
1871
  .flex-sm-shrink-0 {
1892
1872
  flex-shrink: 0 !important;
1893
1873
  }
1894
-
1895
1874
  .flex-sm-shrink-1 {
1896
1875
  flex-shrink: 1 !important;
1897
1876
  }
1898
-
1899
1877
  .flex-sm-wrap {
1900
1878
  flex-wrap: wrap !important;
1901
1879
  }
1902
-
1903
1880
  .flex-sm-nowrap {
1904
1881
  flex-wrap: nowrap !important;
1905
1882
  }
1906
-
1907
1883
  .flex-sm-wrap-reverse {
1908
1884
  flex-wrap: wrap-reverse !important;
1909
1885
  }
1910
-
1911
1886
  .gap-sm-0 {
1912
1887
  gap: 0 !important;
1913
1888
  }
1914
-
1915
1889
  .gap-sm-1 {
1916
1890
  gap: 0.25rem !important;
1917
1891
  }
1918
-
1919
1892
  .gap-sm-2 {
1920
1893
  gap: 0.5rem !important;
1921
1894
  }
1922
-
1923
1895
  .gap-sm-3 {
1924
1896
  gap: 1rem !important;
1925
1897
  }
1926
-
1927
1898
  .gap-sm-4 {
1928
1899
  gap: 1.5rem !important;
1929
1900
  }
1930
-
1931
1901
  .gap-sm-5 {
1932
1902
  gap: 3rem !important;
1933
1903
  }
1934
-
1935
1904
  .justify-content-sm-start {
1936
1905
  justify-content: flex-start !important;
1937
1906
  }
1938
-
1939
1907
  .justify-content-sm-end {
1940
1908
  justify-content: flex-end !important;
1941
1909
  }
1942
-
1943
1910
  .justify-content-sm-center {
1944
1911
  justify-content: center !important;
1945
1912
  }
1946
-
1947
1913
  .justify-content-sm-between {
1948
1914
  justify-content: space-between !important;
1949
1915
  }
1950
-
1951
1916
  .justify-content-sm-around {
1952
1917
  justify-content: space-around !important;
1953
1918
  }
1954
-
1955
1919
  .justify-content-sm-evenly {
1956
1920
  justify-content: space-evenly !important;
1957
1921
  }
1958
-
1959
1922
  .align-items-sm-start {
1960
1923
  align-items: flex-start !important;
1961
1924
  }
1962
-
1963
1925
  .align-items-sm-end {
1964
1926
  align-items: flex-end !important;
1965
1927
  }
1966
-
1967
1928
  .align-items-sm-center {
1968
1929
  align-items: center !important;
1969
1930
  }
1970
-
1971
1931
  .align-items-sm-baseline {
1972
1932
  align-items: baseline !important;
1973
1933
  }
1974
-
1975
1934
  .align-items-sm-stretch {
1976
1935
  align-items: stretch !important;
1977
1936
  }
1978
-
1979
1937
  .align-content-sm-start {
1980
1938
  align-content: flex-start !important;
1981
1939
  }
1982
-
1983
1940
  .align-content-sm-end {
1984
1941
  align-content: flex-end !important;
1985
1942
  }
1986
-
1987
1943
  .align-content-sm-center {
1988
1944
  align-content: center !important;
1989
1945
  }
1990
-
1991
1946
  .align-content-sm-between {
1992
1947
  align-content: space-between !important;
1993
1948
  }
1994
-
1995
1949
  .align-content-sm-around {
1996
1950
  align-content: space-around !important;
1997
1951
  }
1998
-
1999
1952
  .align-content-sm-stretch {
2000
1953
  align-content: stretch !important;
2001
1954
  }
2002
-
2003
1955
  .align-self-sm-auto {
2004
1956
  align-self: auto !important;
2005
1957
  }
2006
-
2007
1958
  .align-self-sm-start {
2008
1959
  align-self: flex-start !important;
2009
1960
  }
2010
-
2011
1961
  .align-self-sm-end {
2012
1962
  align-self: flex-end !important;
2013
1963
  }
2014
-
2015
1964
  .align-self-sm-center {
2016
1965
  align-self: center !important;
2017
1966
  }
2018
-
2019
1967
  .align-self-sm-baseline {
2020
1968
  align-self: baseline !important;
2021
1969
  }
2022
-
2023
1970
  .align-self-sm-stretch {
2024
1971
  align-self: stretch !important;
2025
1972
  }
2026
-
2027
1973
  .order-sm-first {
2028
1974
  order: -1 !important;
2029
1975
  }
2030
-
2031
1976
  .order-sm-0 {
2032
1977
  order: 0 !important;
2033
1978
  }
2034
-
2035
1979
  .order-sm-1 {
2036
1980
  order: 1 !important;
2037
1981
  }
2038
-
2039
1982
  .order-sm-2 {
2040
1983
  order: 2 !important;
2041
1984
  }
2042
-
2043
1985
  .order-sm-3 {
2044
1986
  order: 3 !important;
2045
1987
  }
2046
-
2047
1988
  .order-sm-4 {
2048
1989
  order: 4 !important;
2049
1990
  }
2050
-
2051
1991
  .order-sm-5 {
2052
1992
  order: 5 !important;
2053
1993
  }
2054
-
2055
1994
  .order-sm-last {
2056
1995
  order: 6 !important;
2057
1996
  }
2058
-
2059
1997
  .m-sm-0 {
2060
1998
  margin: 0 !important;
2061
1999
  }
2062
-
2063
2000
  .m-sm-1 {
2064
2001
  margin: 0.25rem !important;
2065
2002
  }
2066
-
2067
2003
  .m-sm-2 {
2068
2004
  margin: 0.5rem !important;
2069
2005
  }
2070
-
2071
2006
  .m-sm-3 {
2072
2007
  margin: 1rem !important;
2073
2008
  }
2074
-
2075
2009
  .m-sm-4 {
2076
2010
  margin: 1.5rem !important;
2077
2011
  }
2078
-
2079
2012
  .m-sm-5 {
2080
2013
  margin: 3rem !important;
2081
2014
  }
2082
-
2083
2015
  .m-sm-auto {
2084
2016
  margin: auto !important;
2085
2017
  }
2086
-
2087
2018
  .mx-sm-0 {
2088
2019
  margin-right: 0 !important;
2089
2020
  margin-left: 0 !important;
2090
2021
  }
2091
-
2092
2022
  .mx-sm-1 {
2093
2023
  margin-right: 0.25rem !important;
2094
2024
  margin-left: 0.25rem !important;
2095
2025
  }
2096
-
2097
2026
  .mx-sm-2 {
2098
2027
  margin-right: 0.5rem !important;
2099
2028
  margin-left: 0.5rem !important;
2100
2029
  }
2101
-
2102
2030
  .mx-sm-3 {
2103
2031
  margin-right: 1rem !important;
2104
2032
  margin-left: 1rem !important;
2105
2033
  }
2106
-
2107
2034
  .mx-sm-4 {
2108
2035
  margin-right: 1.5rem !important;
2109
2036
  margin-left: 1.5rem !important;
2110
2037
  }
2111
-
2112
2038
  .mx-sm-5 {
2113
2039
  margin-right: 3rem !important;
2114
2040
  margin-left: 3rem !important;
2115
2041
  }
2116
-
2117
2042
  .mx-sm-auto {
2118
2043
  margin-right: auto !important;
2119
2044
  margin-left: auto !important;
2120
2045
  }
2121
-
2122
2046
  .my-sm-0 {
2123
2047
  margin-top: 0 !important;
2124
2048
  margin-bottom: 0 !important;
2125
2049
  }
2126
-
2127
2050
  .my-sm-1 {
2128
2051
  margin-top: 0.25rem !important;
2129
2052
  margin-bottom: 0.25rem !important;
2130
2053
  }
2131
-
2132
2054
  .my-sm-2 {
2133
2055
  margin-top: 0.5rem !important;
2134
2056
  margin-bottom: 0.5rem !important;
2135
2057
  }
2136
-
2137
2058
  .my-sm-3 {
2138
2059
  margin-top: 1rem !important;
2139
2060
  margin-bottom: 1rem !important;
2140
2061
  }
2141
-
2142
2062
  .my-sm-4 {
2143
2063
  margin-top: 1.5rem !important;
2144
2064
  margin-bottom: 1.5rem !important;
2145
2065
  }
2146
-
2147
2066
  .my-sm-5 {
2148
2067
  margin-top: 3rem !important;
2149
2068
  margin-bottom: 3rem !important;
2150
2069
  }
2151
-
2152
2070
  .my-sm-auto {
2153
2071
  margin-top: auto !important;
2154
2072
  margin-bottom: auto !important;
2155
2073
  }
2156
-
2157
2074
  .mt-sm-0 {
2158
2075
  margin-top: 0 !important;
2159
2076
  }
2160
-
2161
2077
  .mt-sm-1 {
2162
2078
  margin-top: 0.25rem !important;
2163
2079
  }
2164
-
2165
2080
  .mt-sm-2 {
2166
2081
  margin-top: 0.5rem !important;
2167
2082
  }
2168
-
2169
2083
  .mt-sm-3 {
2170
2084
  margin-top: 1rem !important;
2171
2085
  }
2172
-
2173
2086
  .mt-sm-4 {
2174
2087
  margin-top: 1.5rem !important;
2175
2088
  }
2176
-
2177
2089
  .mt-sm-5 {
2178
2090
  margin-top: 3rem !important;
2179
2091
  }
2180
-
2181
2092
  .mt-sm-auto {
2182
2093
  margin-top: auto !important;
2183
2094
  }
2184
-
2185
2095
  .me-sm-0 {
2186
2096
  margin-left: 0 !important;
2187
2097
  }
2188
-
2189
2098
  .me-sm-1 {
2190
2099
  margin-left: 0.25rem !important;
2191
2100
  }
2192
-
2193
2101
  .me-sm-2 {
2194
2102
  margin-left: 0.5rem !important;
2195
2103
  }
2196
-
2197
2104
  .me-sm-3 {
2198
2105
  margin-left: 1rem !important;
2199
2106
  }
2200
-
2201
2107
  .me-sm-4 {
2202
2108
  margin-left: 1.5rem !important;
2203
2109
  }
2204
-
2205
2110
  .me-sm-5 {
2206
2111
  margin-left: 3rem !important;
2207
2112
  }
2208
-
2209
2113
  .me-sm-auto {
2210
2114
  margin-left: auto !important;
2211
2115
  }
2212
-
2213
2116
  .mb-sm-0 {
2214
2117
  margin-bottom: 0 !important;
2215
2118
  }
2216
-
2217
2119
  .mb-sm-1 {
2218
2120
  margin-bottom: 0.25rem !important;
2219
2121
  }
2220
-
2221
2122
  .mb-sm-2 {
2222
2123
  margin-bottom: 0.5rem !important;
2223
2124
  }
2224
-
2225
2125
  .mb-sm-3 {
2226
2126
  margin-bottom: 1rem !important;
2227
2127
  }
2228
-
2229
2128
  .mb-sm-4 {
2230
2129
  margin-bottom: 1.5rem !important;
2231
2130
  }
2232
-
2233
2131
  .mb-sm-5 {
2234
2132
  margin-bottom: 3rem !important;
2235
2133
  }
2236
-
2237
2134
  .mb-sm-auto {
2238
2135
  margin-bottom: auto !important;
2239
2136
  }
2240
-
2241
2137
  .ms-sm-0 {
2242
2138
  margin-right: 0 !important;
2243
2139
  }
2244
-
2245
2140
  .ms-sm-1 {
2246
2141
  margin-right: 0.25rem !important;
2247
2142
  }
2248
-
2249
2143
  .ms-sm-2 {
2250
2144
  margin-right: 0.5rem !important;
2251
2145
  }
2252
-
2253
2146
  .ms-sm-3 {
2254
2147
  margin-right: 1rem !important;
2255
2148
  }
2256
-
2257
2149
  .ms-sm-4 {
2258
2150
  margin-right: 1.5rem !important;
2259
2151
  }
2260
-
2261
2152
  .ms-sm-5 {
2262
2153
  margin-right: 3rem !important;
2263
2154
  }
2264
-
2265
2155
  .ms-sm-auto {
2266
2156
  margin-right: auto !important;
2267
2157
  }
2268
-
2269
2158
  .p-sm-0 {
2270
2159
  padding: 0 !important;
2271
2160
  }
2272
-
2273
2161
  .p-sm-1 {
2274
2162
  padding: 0.25rem !important;
2275
2163
  }
2276
-
2277
2164
  .p-sm-2 {
2278
2165
  padding: 0.5rem !important;
2279
2166
  }
2280
-
2281
2167
  .p-sm-3 {
2282
2168
  padding: 1rem !important;
2283
2169
  }
2284
-
2285
2170
  .p-sm-4 {
2286
2171
  padding: 1.5rem !important;
2287
2172
  }
2288
-
2289
2173
  .p-sm-5 {
2290
2174
  padding: 3rem !important;
2291
2175
  }
2292
-
2293
2176
  .px-sm-0 {
2294
2177
  padding-right: 0 !important;
2295
2178
  padding-left: 0 !important;
2296
2179
  }
2297
-
2298
2180
  .px-sm-1 {
2299
2181
  padding-right: 0.25rem !important;
2300
2182
  padding-left: 0.25rem !important;
2301
2183
  }
2302
-
2303
2184
  .px-sm-2 {
2304
2185
  padding-right: 0.5rem !important;
2305
2186
  padding-left: 0.5rem !important;
2306
2187
  }
2307
-
2308
2188
  .px-sm-3 {
2309
2189
  padding-right: 1rem !important;
2310
2190
  padding-left: 1rem !important;
2311
2191
  }
2312
-
2313
2192
  .px-sm-4 {
2314
2193
  padding-right: 1.5rem !important;
2315
2194
  padding-left: 1.5rem !important;
2316
2195
  }
2317
-
2318
2196
  .px-sm-5 {
2319
2197
  padding-right: 3rem !important;
2320
2198
  padding-left: 3rem !important;
2321
2199
  }
2322
-
2323
2200
  .py-sm-0 {
2324
2201
  padding-top: 0 !important;
2325
2202
  padding-bottom: 0 !important;
2326
2203
  }
2327
-
2328
2204
  .py-sm-1 {
2329
2205
  padding-top: 0.25rem !important;
2330
2206
  padding-bottom: 0.25rem !important;
2331
2207
  }
2332
-
2333
2208
  .py-sm-2 {
2334
2209
  padding-top: 0.5rem !important;
2335
2210
  padding-bottom: 0.5rem !important;
2336
2211
  }
2337
-
2338
2212
  .py-sm-3 {
2339
2213
  padding-top: 1rem !important;
2340
2214
  padding-bottom: 1rem !important;
2341
2215
  }
2342
-
2343
2216
  .py-sm-4 {
2344
2217
  padding-top: 1.5rem !important;
2345
2218
  padding-bottom: 1.5rem !important;
2346
2219
  }
2347
-
2348
2220
  .py-sm-5 {
2349
2221
  padding-top: 3rem !important;
2350
2222
  padding-bottom: 3rem !important;
2351
2223
  }
2352
-
2353
2224
  .pt-sm-0 {
2354
2225
  padding-top: 0 !important;
2355
2226
  }
2356
-
2357
2227
  .pt-sm-1 {
2358
2228
  padding-top: 0.25rem !important;
2359
2229
  }
2360
-
2361
2230
  .pt-sm-2 {
2362
2231
  padding-top: 0.5rem !important;
2363
2232
  }
2364
-
2365
2233
  .pt-sm-3 {
2366
2234
  padding-top: 1rem !important;
2367
2235
  }
2368
-
2369
2236
  .pt-sm-4 {
2370
2237
  padding-top: 1.5rem !important;
2371
2238
  }
2372
-
2373
2239
  .pt-sm-5 {
2374
2240
  padding-top: 3rem !important;
2375
2241
  }
2376
-
2377
2242
  .pe-sm-0 {
2378
2243
  padding-left: 0 !important;
2379
2244
  }
2380
-
2381
2245
  .pe-sm-1 {
2382
2246
  padding-left: 0.25rem !important;
2383
2247
  }
2384
-
2385
2248
  .pe-sm-2 {
2386
2249
  padding-left: 0.5rem !important;
2387
2250
  }
2388
-
2389
2251
  .pe-sm-3 {
2390
2252
  padding-left: 1rem !important;
2391
2253
  }
2392
-
2393
2254
  .pe-sm-4 {
2394
2255
  padding-left: 1.5rem !important;
2395
2256
  }
2396
-
2397
2257
  .pe-sm-5 {
2398
2258
  padding-left: 3rem !important;
2399
2259
  }
2400
-
2401
2260
  .pb-sm-0 {
2402
2261
  padding-bottom: 0 !important;
2403
2262
  }
2404
-
2405
2263
  .pb-sm-1 {
2406
2264
  padding-bottom: 0.25rem !important;
2407
2265
  }
2408
-
2409
2266
  .pb-sm-2 {
2410
2267
  padding-bottom: 0.5rem !important;
2411
2268
  }
2412
-
2413
2269
  .pb-sm-3 {
2414
2270
  padding-bottom: 1rem !important;
2415
2271
  }
2416
-
2417
2272
  .pb-sm-4 {
2418
2273
  padding-bottom: 1.5rem !important;
2419
2274
  }
2420
-
2421
2275
  .pb-sm-5 {
2422
2276
  padding-bottom: 3rem !important;
2423
2277
  }
2424
-
2425
2278
  .ps-sm-0 {
2426
2279
  padding-right: 0 !important;
2427
2280
  }
2428
-
2429
2281
  .ps-sm-1 {
2430
2282
  padding-right: 0.25rem !important;
2431
2283
  }
2432
-
2433
2284
  .ps-sm-2 {
2434
2285
  padding-right: 0.5rem !important;
2435
2286
  }
2436
-
2437
2287
  .ps-sm-3 {
2438
2288
  padding-right: 1rem !important;
2439
2289
  }
2440
-
2441
2290
  .ps-sm-4 {
2442
2291
  padding-right: 1.5rem !important;
2443
2292
  }
2444
-
2445
2293
  .ps-sm-5 {
2446
2294
  padding-right: 3rem !important;
2447
2295
  }
2448
-
2449
2296
  .text-sm-start {
2450
2297
  text-align: right !important;
2451
2298
  }
2452
-
2453
2299
  .text-sm-end {
2454
2300
  text-align: left !important;
2455
2301
  }
2456
-
2457
2302
  .text-sm-center {
2458
2303
  text-align: center !important;
2459
2304
  }
@@ -2462,649 +2307,494 @@
2462
2307
  .float-md-start {
2463
2308
  float: right !important;
2464
2309
  }
2465
-
2466
2310
  .float-md-end {
2467
2311
  float: left !important;
2468
2312
  }
2469
-
2470
2313
  .float-md-none {
2471
2314
  float: none !important;
2472
2315
  }
2473
-
2474
2316
  .d-md-inline {
2475
2317
  display: inline !important;
2476
2318
  }
2477
-
2478
2319
  .d-md-inline-block {
2479
2320
  display: inline-block !important;
2480
2321
  }
2481
-
2482
2322
  .d-md-block {
2483
2323
  display: block !important;
2484
2324
  }
2485
-
2486
2325
  .d-md-grid {
2487
2326
  display: grid !important;
2488
2327
  }
2489
-
2490
2328
  .d-md-table {
2491
2329
  display: table !important;
2492
2330
  }
2493
-
2494
2331
  .d-md-table-row {
2495
2332
  display: table-row !important;
2496
2333
  }
2497
-
2498
2334
  .d-md-table-cell {
2499
2335
  display: table-cell !important;
2500
2336
  }
2501
-
2502
2337
  .d-md-flex {
2503
2338
  display: flex !important;
2504
2339
  }
2505
-
2506
2340
  .d-md-inline-flex {
2507
2341
  display: inline-flex !important;
2508
2342
  }
2509
-
2510
2343
  .d-md-none {
2511
2344
  display: none !important;
2512
2345
  }
2513
-
2514
2346
  .flex-md-fill {
2515
2347
  flex: 1 1 auto !important;
2516
2348
  }
2517
-
2518
2349
  .flex-md-row {
2519
2350
  flex-direction: row !important;
2520
2351
  }
2521
-
2522
2352
  .flex-md-column {
2523
2353
  flex-direction: column !important;
2524
2354
  }
2525
-
2526
2355
  .flex-md-row-reverse {
2527
2356
  flex-direction: row-reverse !important;
2528
2357
  }
2529
-
2530
2358
  .flex-md-column-reverse {
2531
2359
  flex-direction: column-reverse !important;
2532
2360
  }
2533
-
2534
2361
  .flex-md-grow-0 {
2535
2362
  flex-grow: 0 !important;
2536
2363
  }
2537
-
2538
2364
  .flex-md-grow-1 {
2539
2365
  flex-grow: 1 !important;
2540
2366
  }
2541
-
2542
2367
  .flex-md-shrink-0 {
2543
2368
  flex-shrink: 0 !important;
2544
2369
  }
2545
-
2546
2370
  .flex-md-shrink-1 {
2547
2371
  flex-shrink: 1 !important;
2548
2372
  }
2549
-
2550
2373
  .flex-md-wrap {
2551
2374
  flex-wrap: wrap !important;
2552
2375
  }
2553
-
2554
2376
  .flex-md-nowrap {
2555
2377
  flex-wrap: nowrap !important;
2556
2378
  }
2557
-
2558
2379
  .flex-md-wrap-reverse {
2559
2380
  flex-wrap: wrap-reverse !important;
2560
2381
  }
2561
-
2562
2382
  .gap-md-0 {
2563
2383
  gap: 0 !important;
2564
2384
  }
2565
-
2566
2385
  .gap-md-1 {
2567
2386
  gap: 0.25rem !important;
2568
2387
  }
2569
-
2570
2388
  .gap-md-2 {
2571
2389
  gap: 0.5rem !important;
2572
2390
  }
2573
-
2574
2391
  .gap-md-3 {
2575
2392
  gap: 1rem !important;
2576
2393
  }
2577
-
2578
2394
  .gap-md-4 {
2579
2395
  gap: 1.5rem !important;
2580
2396
  }
2581
-
2582
2397
  .gap-md-5 {
2583
2398
  gap: 3rem !important;
2584
2399
  }
2585
-
2586
2400
  .justify-content-md-start {
2587
2401
  justify-content: flex-start !important;
2588
2402
  }
2589
-
2590
2403
  .justify-content-md-end {
2591
2404
  justify-content: flex-end !important;
2592
2405
  }
2593
-
2594
2406
  .justify-content-md-center {
2595
2407
  justify-content: center !important;
2596
2408
  }
2597
-
2598
2409
  .justify-content-md-between {
2599
2410
  justify-content: space-between !important;
2600
2411
  }
2601
-
2602
2412
  .justify-content-md-around {
2603
2413
  justify-content: space-around !important;
2604
2414
  }
2605
-
2606
2415
  .justify-content-md-evenly {
2607
2416
  justify-content: space-evenly !important;
2608
2417
  }
2609
-
2610
2418
  .align-items-md-start {
2611
2419
  align-items: flex-start !important;
2612
2420
  }
2613
-
2614
2421
  .align-items-md-end {
2615
2422
  align-items: flex-end !important;
2616
2423
  }
2617
-
2618
2424
  .align-items-md-center {
2619
2425
  align-items: center !important;
2620
2426
  }
2621
-
2622
2427
  .align-items-md-baseline {
2623
2428
  align-items: baseline !important;
2624
2429
  }
2625
-
2626
2430
  .align-items-md-stretch {
2627
2431
  align-items: stretch !important;
2628
2432
  }
2629
-
2630
2433
  .align-content-md-start {
2631
2434
  align-content: flex-start !important;
2632
2435
  }
2633
-
2634
2436
  .align-content-md-end {
2635
2437
  align-content: flex-end !important;
2636
2438
  }
2637
-
2638
2439
  .align-content-md-center {
2639
2440
  align-content: center !important;
2640
2441
  }
2641
-
2642
2442
  .align-content-md-between {
2643
2443
  align-content: space-between !important;
2644
2444
  }
2645
-
2646
2445
  .align-content-md-around {
2647
2446
  align-content: space-around !important;
2648
2447
  }
2649
-
2650
2448
  .align-content-md-stretch {
2651
2449
  align-content: stretch !important;
2652
2450
  }
2653
-
2654
2451
  .align-self-md-auto {
2655
2452
  align-self: auto !important;
2656
2453
  }
2657
-
2658
2454
  .align-self-md-start {
2659
2455
  align-self: flex-start !important;
2660
2456
  }
2661
-
2662
2457
  .align-self-md-end {
2663
2458
  align-self: flex-end !important;
2664
2459
  }
2665
-
2666
2460
  .align-self-md-center {
2667
2461
  align-self: center !important;
2668
2462
  }
2669
-
2670
2463
  .align-self-md-baseline {
2671
2464
  align-self: baseline !important;
2672
2465
  }
2673
-
2674
2466
  .align-self-md-stretch {
2675
2467
  align-self: stretch !important;
2676
2468
  }
2677
-
2678
2469
  .order-md-first {
2679
2470
  order: -1 !important;
2680
2471
  }
2681
-
2682
2472
  .order-md-0 {
2683
2473
  order: 0 !important;
2684
2474
  }
2685
-
2686
2475
  .order-md-1 {
2687
2476
  order: 1 !important;
2688
2477
  }
2689
-
2690
2478
  .order-md-2 {
2691
2479
  order: 2 !important;
2692
2480
  }
2693
-
2694
2481
  .order-md-3 {
2695
2482
  order: 3 !important;
2696
2483
  }
2697
-
2698
2484
  .order-md-4 {
2699
2485
  order: 4 !important;
2700
2486
  }
2701
-
2702
2487
  .order-md-5 {
2703
2488
  order: 5 !important;
2704
2489
  }
2705
-
2706
2490
  .order-md-last {
2707
2491
  order: 6 !important;
2708
2492
  }
2709
-
2710
2493
  .m-md-0 {
2711
2494
  margin: 0 !important;
2712
2495
  }
2713
-
2714
2496
  .m-md-1 {
2715
2497
  margin: 0.25rem !important;
2716
2498
  }
2717
-
2718
2499
  .m-md-2 {
2719
2500
  margin: 0.5rem !important;
2720
2501
  }
2721
-
2722
2502
  .m-md-3 {
2723
2503
  margin: 1rem !important;
2724
2504
  }
2725
-
2726
2505
  .m-md-4 {
2727
2506
  margin: 1.5rem !important;
2728
2507
  }
2729
-
2730
2508
  .m-md-5 {
2731
2509
  margin: 3rem !important;
2732
2510
  }
2733
-
2734
2511
  .m-md-auto {
2735
2512
  margin: auto !important;
2736
2513
  }
2737
-
2738
2514
  .mx-md-0 {
2739
2515
  margin-right: 0 !important;
2740
2516
  margin-left: 0 !important;
2741
2517
  }
2742
-
2743
2518
  .mx-md-1 {
2744
2519
  margin-right: 0.25rem !important;
2745
2520
  margin-left: 0.25rem !important;
2746
2521
  }
2747
-
2748
2522
  .mx-md-2 {
2749
2523
  margin-right: 0.5rem !important;
2750
2524
  margin-left: 0.5rem !important;
2751
2525
  }
2752
-
2753
2526
  .mx-md-3 {
2754
2527
  margin-right: 1rem !important;
2755
2528
  margin-left: 1rem !important;
2756
2529
  }
2757
-
2758
2530
  .mx-md-4 {
2759
2531
  margin-right: 1.5rem !important;
2760
2532
  margin-left: 1.5rem !important;
2761
2533
  }
2762
-
2763
2534
  .mx-md-5 {
2764
2535
  margin-right: 3rem !important;
2765
2536
  margin-left: 3rem !important;
2766
2537
  }
2767
-
2768
2538
  .mx-md-auto {
2769
2539
  margin-right: auto !important;
2770
2540
  margin-left: auto !important;
2771
2541
  }
2772
-
2773
2542
  .my-md-0 {
2774
2543
  margin-top: 0 !important;
2775
2544
  margin-bottom: 0 !important;
2776
2545
  }
2777
-
2778
2546
  .my-md-1 {
2779
2547
  margin-top: 0.25rem !important;
2780
2548
  margin-bottom: 0.25rem !important;
2781
2549
  }
2782
-
2783
2550
  .my-md-2 {
2784
2551
  margin-top: 0.5rem !important;
2785
2552
  margin-bottom: 0.5rem !important;
2786
2553
  }
2787
-
2788
2554
  .my-md-3 {
2789
2555
  margin-top: 1rem !important;
2790
2556
  margin-bottom: 1rem !important;
2791
2557
  }
2792
-
2793
2558
  .my-md-4 {
2794
2559
  margin-top: 1.5rem !important;
2795
2560
  margin-bottom: 1.5rem !important;
2796
2561
  }
2797
-
2798
2562
  .my-md-5 {
2799
2563
  margin-top: 3rem !important;
2800
2564
  margin-bottom: 3rem !important;
2801
2565
  }
2802
-
2803
2566
  .my-md-auto {
2804
2567
  margin-top: auto !important;
2805
2568
  margin-bottom: auto !important;
2806
2569
  }
2807
-
2808
2570
  .mt-md-0 {
2809
2571
  margin-top: 0 !important;
2810
2572
  }
2811
-
2812
2573
  .mt-md-1 {
2813
2574
  margin-top: 0.25rem !important;
2814
2575
  }
2815
-
2816
2576
  .mt-md-2 {
2817
2577
  margin-top: 0.5rem !important;
2818
2578
  }
2819
-
2820
2579
  .mt-md-3 {
2821
2580
  margin-top: 1rem !important;
2822
2581
  }
2823
-
2824
2582
  .mt-md-4 {
2825
2583
  margin-top: 1.5rem !important;
2826
2584
  }
2827
-
2828
2585
  .mt-md-5 {
2829
2586
  margin-top: 3rem !important;
2830
2587
  }
2831
-
2832
2588
  .mt-md-auto {
2833
2589
  margin-top: auto !important;
2834
2590
  }
2835
-
2836
2591
  .me-md-0 {
2837
2592
  margin-left: 0 !important;
2838
2593
  }
2839
-
2840
2594
  .me-md-1 {
2841
2595
  margin-left: 0.25rem !important;
2842
2596
  }
2843
-
2844
2597
  .me-md-2 {
2845
2598
  margin-left: 0.5rem !important;
2846
2599
  }
2847
-
2848
2600
  .me-md-3 {
2849
2601
  margin-left: 1rem !important;
2850
2602
  }
2851
-
2852
2603
  .me-md-4 {
2853
2604
  margin-left: 1.5rem !important;
2854
2605
  }
2855
-
2856
2606
  .me-md-5 {
2857
2607
  margin-left: 3rem !important;
2858
2608
  }
2859
-
2860
2609
  .me-md-auto {
2861
2610
  margin-left: auto !important;
2862
2611
  }
2863
-
2864
2612
  .mb-md-0 {
2865
2613
  margin-bottom: 0 !important;
2866
2614
  }
2867
-
2868
2615
  .mb-md-1 {
2869
2616
  margin-bottom: 0.25rem !important;
2870
2617
  }
2871
-
2872
2618
  .mb-md-2 {
2873
2619
  margin-bottom: 0.5rem !important;
2874
2620
  }
2875
-
2876
2621
  .mb-md-3 {
2877
2622
  margin-bottom: 1rem !important;
2878
2623
  }
2879
-
2880
2624
  .mb-md-4 {
2881
2625
  margin-bottom: 1.5rem !important;
2882
2626
  }
2883
-
2884
2627
  .mb-md-5 {
2885
2628
  margin-bottom: 3rem !important;
2886
2629
  }
2887
-
2888
2630
  .mb-md-auto {
2889
2631
  margin-bottom: auto !important;
2890
2632
  }
2891
-
2892
2633
  .ms-md-0 {
2893
2634
  margin-right: 0 !important;
2894
2635
  }
2895
-
2896
2636
  .ms-md-1 {
2897
2637
  margin-right: 0.25rem !important;
2898
2638
  }
2899
-
2900
2639
  .ms-md-2 {
2901
2640
  margin-right: 0.5rem !important;
2902
2641
  }
2903
-
2904
2642
  .ms-md-3 {
2905
2643
  margin-right: 1rem !important;
2906
2644
  }
2907
-
2908
2645
  .ms-md-4 {
2909
2646
  margin-right: 1.5rem !important;
2910
2647
  }
2911
-
2912
2648
  .ms-md-5 {
2913
2649
  margin-right: 3rem !important;
2914
2650
  }
2915
-
2916
2651
  .ms-md-auto {
2917
2652
  margin-right: auto !important;
2918
2653
  }
2919
-
2920
2654
  .p-md-0 {
2921
2655
  padding: 0 !important;
2922
2656
  }
2923
-
2924
2657
  .p-md-1 {
2925
2658
  padding: 0.25rem !important;
2926
2659
  }
2927
-
2928
2660
  .p-md-2 {
2929
2661
  padding: 0.5rem !important;
2930
2662
  }
2931
-
2932
2663
  .p-md-3 {
2933
2664
  padding: 1rem !important;
2934
2665
  }
2935
-
2936
2666
  .p-md-4 {
2937
2667
  padding: 1.5rem !important;
2938
2668
  }
2939
-
2940
2669
  .p-md-5 {
2941
2670
  padding: 3rem !important;
2942
2671
  }
2943
-
2944
2672
  .px-md-0 {
2945
2673
  padding-right: 0 !important;
2946
2674
  padding-left: 0 !important;
2947
2675
  }
2948
-
2949
2676
  .px-md-1 {
2950
2677
  padding-right: 0.25rem !important;
2951
2678
  padding-left: 0.25rem !important;
2952
2679
  }
2953
-
2954
2680
  .px-md-2 {
2955
2681
  padding-right: 0.5rem !important;
2956
2682
  padding-left: 0.5rem !important;
2957
2683
  }
2958
-
2959
2684
  .px-md-3 {
2960
2685
  padding-right: 1rem !important;
2961
2686
  padding-left: 1rem !important;
2962
2687
  }
2963
-
2964
2688
  .px-md-4 {
2965
2689
  padding-right: 1.5rem !important;
2966
2690
  padding-left: 1.5rem !important;
2967
2691
  }
2968
-
2969
2692
  .px-md-5 {
2970
2693
  padding-right: 3rem !important;
2971
2694
  padding-left: 3rem !important;
2972
2695
  }
2973
-
2974
2696
  .py-md-0 {
2975
2697
  padding-top: 0 !important;
2976
2698
  padding-bottom: 0 !important;
2977
2699
  }
2978
-
2979
2700
  .py-md-1 {
2980
2701
  padding-top: 0.25rem !important;
2981
2702
  padding-bottom: 0.25rem !important;
2982
2703
  }
2983
-
2984
2704
  .py-md-2 {
2985
2705
  padding-top: 0.5rem !important;
2986
2706
  padding-bottom: 0.5rem !important;
2987
2707
  }
2988
-
2989
2708
  .py-md-3 {
2990
2709
  padding-top: 1rem !important;
2991
2710
  padding-bottom: 1rem !important;
2992
2711
  }
2993
-
2994
2712
  .py-md-4 {
2995
2713
  padding-top: 1.5rem !important;
2996
2714
  padding-bottom: 1.5rem !important;
2997
2715
  }
2998
-
2999
2716
  .py-md-5 {
3000
2717
  padding-top: 3rem !important;
3001
2718
  padding-bottom: 3rem !important;
3002
2719
  }
3003
-
3004
2720
  .pt-md-0 {
3005
2721
  padding-top: 0 !important;
3006
2722
  }
3007
-
3008
2723
  .pt-md-1 {
3009
2724
  padding-top: 0.25rem !important;
3010
2725
  }
3011
-
3012
2726
  .pt-md-2 {
3013
2727
  padding-top: 0.5rem !important;
3014
2728
  }
3015
-
3016
2729
  .pt-md-3 {
3017
2730
  padding-top: 1rem !important;
3018
2731
  }
3019
-
3020
2732
  .pt-md-4 {
3021
2733
  padding-top: 1.5rem !important;
3022
2734
  }
3023
-
3024
2735
  .pt-md-5 {
3025
2736
  padding-top: 3rem !important;
3026
2737
  }
3027
-
3028
2738
  .pe-md-0 {
3029
2739
  padding-left: 0 !important;
3030
2740
  }
3031
-
3032
2741
  .pe-md-1 {
3033
2742
  padding-left: 0.25rem !important;
3034
2743
  }
3035
-
3036
2744
  .pe-md-2 {
3037
2745
  padding-left: 0.5rem !important;
3038
2746
  }
3039
-
3040
2747
  .pe-md-3 {
3041
2748
  padding-left: 1rem !important;
3042
2749
  }
3043
-
3044
2750
  .pe-md-4 {
3045
2751
  padding-left: 1.5rem !important;
3046
2752
  }
3047
-
3048
2753
  .pe-md-5 {
3049
2754
  padding-left: 3rem !important;
3050
2755
  }
3051
-
3052
2756
  .pb-md-0 {
3053
2757
  padding-bottom: 0 !important;
3054
2758
  }
3055
-
3056
2759
  .pb-md-1 {
3057
2760
  padding-bottom: 0.25rem !important;
3058
2761
  }
3059
-
3060
2762
  .pb-md-2 {
3061
2763
  padding-bottom: 0.5rem !important;
3062
2764
  }
3063
-
3064
2765
  .pb-md-3 {
3065
2766
  padding-bottom: 1rem !important;
3066
2767
  }
3067
-
3068
2768
  .pb-md-4 {
3069
2769
  padding-bottom: 1.5rem !important;
3070
2770
  }
3071
-
3072
2771
  .pb-md-5 {
3073
2772
  padding-bottom: 3rem !important;
3074
2773
  }
3075
-
3076
2774
  .ps-md-0 {
3077
2775
  padding-right: 0 !important;
3078
2776
  }
3079
-
3080
2777
  .ps-md-1 {
3081
2778
  padding-right: 0.25rem !important;
3082
2779
  }
3083
-
3084
2780
  .ps-md-2 {
3085
2781
  padding-right: 0.5rem !important;
3086
2782
  }
3087
-
3088
2783
  .ps-md-3 {
3089
2784
  padding-right: 1rem !important;
3090
2785
  }
3091
-
3092
2786
  .ps-md-4 {
3093
2787
  padding-right: 1.5rem !important;
3094
2788
  }
3095
-
3096
2789
  .ps-md-5 {
3097
2790
  padding-right: 3rem !important;
3098
2791
  }
3099
-
3100
2792
  .text-md-start {
3101
2793
  text-align: right !important;
3102
2794
  }
3103
-
3104
2795
  .text-md-end {
3105
2796
  text-align: left !important;
3106
2797
  }
3107
-
3108
2798
  .text-md-center {
3109
2799
  text-align: center !important;
3110
2800
  }
@@ -3113,649 +2803,494 @@
3113
2803
  .float-lg-start {
3114
2804
  float: right !important;
3115
2805
  }
3116
-
3117
2806
  .float-lg-end {
3118
2807
  float: left !important;
3119
2808
  }
3120
-
3121
2809
  .float-lg-none {
3122
2810
  float: none !important;
3123
2811
  }
3124
-
3125
2812
  .d-lg-inline {
3126
2813
  display: inline !important;
3127
2814
  }
3128
-
3129
2815
  .d-lg-inline-block {
3130
2816
  display: inline-block !important;
3131
2817
  }
3132
-
3133
2818
  .d-lg-block {
3134
2819
  display: block !important;
3135
2820
  }
3136
-
3137
2821
  .d-lg-grid {
3138
2822
  display: grid !important;
3139
2823
  }
3140
-
3141
2824
  .d-lg-table {
3142
2825
  display: table !important;
3143
2826
  }
3144
-
3145
2827
  .d-lg-table-row {
3146
2828
  display: table-row !important;
3147
2829
  }
3148
-
3149
2830
  .d-lg-table-cell {
3150
2831
  display: table-cell !important;
3151
2832
  }
3152
-
3153
2833
  .d-lg-flex {
3154
2834
  display: flex !important;
3155
2835
  }
3156
-
3157
2836
  .d-lg-inline-flex {
3158
2837
  display: inline-flex !important;
3159
2838
  }
3160
-
3161
2839
  .d-lg-none {
3162
2840
  display: none !important;
3163
2841
  }
3164
-
3165
2842
  .flex-lg-fill {
3166
2843
  flex: 1 1 auto !important;
3167
2844
  }
3168
-
3169
2845
  .flex-lg-row {
3170
2846
  flex-direction: row !important;
3171
2847
  }
3172
-
3173
2848
  .flex-lg-column {
3174
2849
  flex-direction: column !important;
3175
2850
  }
3176
-
3177
2851
  .flex-lg-row-reverse {
3178
2852
  flex-direction: row-reverse !important;
3179
2853
  }
3180
-
3181
2854
  .flex-lg-column-reverse {
3182
2855
  flex-direction: column-reverse !important;
3183
2856
  }
3184
-
3185
2857
  .flex-lg-grow-0 {
3186
2858
  flex-grow: 0 !important;
3187
2859
  }
3188
-
3189
2860
  .flex-lg-grow-1 {
3190
2861
  flex-grow: 1 !important;
3191
2862
  }
3192
-
3193
2863
  .flex-lg-shrink-0 {
3194
2864
  flex-shrink: 0 !important;
3195
2865
  }
3196
-
3197
2866
  .flex-lg-shrink-1 {
3198
2867
  flex-shrink: 1 !important;
3199
2868
  }
3200
-
3201
2869
  .flex-lg-wrap {
3202
2870
  flex-wrap: wrap !important;
3203
2871
  }
3204
-
3205
2872
  .flex-lg-nowrap {
3206
2873
  flex-wrap: nowrap !important;
3207
2874
  }
3208
-
3209
2875
  .flex-lg-wrap-reverse {
3210
2876
  flex-wrap: wrap-reverse !important;
3211
2877
  }
3212
-
3213
2878
  .gap-lg-0 {
3214
2879
  gap: 0 !important;
3215
2880
  }
3216
-
3217
2881
  .gap-lg-1 {
3218
2882
  gap: 0.25rem !important;
3219
2883
  }
3220
-
3221
2884
  .gap-lg-2 {
3222
2885
  gap: 0.5rem !important;
3223
2886
  }
3224
-
3225
2887
  .gap-lg-3 {
3226
2888
  gap: 1rem !important;
3227
2889
  }
3228
-
3229
2890
  .gap-lg-4 {
3230
2891
  gap: 1.5rem !important;
3231
2892
  }
3232
-
3233
2893
  .gap-lg-5 {
3234
2894
  gap: 3rem !important;
3235
2895
  }
3236
-
3237
2896
  .justify-content-lg-start {
3238
2897
  justify-content: flex-start !important;
3239
2898
  }
3240
-
3241
2899
  .justify-content-lg-end {
3242
2900
  justify-content: flex-end !important;
3243
2901
  }
3244
-
3245
2902
  .justify-content-lg-center {
3246
2903
  justify-content: center !important;
3247
2904
  }
3248
-
3249
2905
  .justify-content-lg-between {
3250
2906
  justify-content: space-between !important;
3251
2907
  }
3252
-
3253
2908
  .justify-content-lg-around {
3254
2909
  justify-content: space-around !important;
3255
2910
  }
3256
-
3257
2911
  .justify-content-lg-evenly {
3258
2912
  justify-content: space-evenly !important;
3259
2913
  }
3260
-
3261
2914
  .align-items-lg-start {
3262
2915
  align-items: flex-start !important;
3263
2916
  }
3264
-
3265
2917
  .align-items-lg-end {
3266
2918
  align-items: flex-end !important;
3267
2919
  }
3268
-
3269
2920
  .align-items-lg-center {
3270
2921
  align-items: center !important;
3271
2922
  }
3272
-
3273
2923
  .align-items-lg-baseline {
3274
2924
  align-items: baseline !important;
3275
2925
  }
3276
-
3277
2926
  .align-items-lg-stretch {
3278
2927
  align-items: stretch !important;
3279
2928
  }
3280
-
3281
2929
  .align-content-lg-start {
3282
2930
  align-content: flex-start !important;
3283
2931
  }
3284
-
3285
2932
  .align-content-lg-end {
3286
2933
  align-content: flex-end !important;
3287
2934
  }
3288
-
3289
2935
  .align-content-lg-center {
3290
2936
  align-content: center !important;
3291
2937
  }
3292
-
3293
2938
  .align-content-lg-between {
3294
2939
  align-content: space-between !important;
3295
2940
  }
3296
-
3297
2941
  .align-content-lg-around {
3298
2942
  align-content: space-around !important;
3299
2943
  }
3300
-
3301
2944
  .align-content-lg-stretch {
3302
2945
  align-content: stretch !important;
3303
2946
  }
3304
-
3305
2947
  .align-self-lg-auto {
3306
2948
  align-self: auto !important;
3307
2949
  }
3308
-
3309
2950
  .align-self-lg-start {
3310
2951
  align-self: flex-start !important;
3311
2952
  }
3312
-
3313
2953
  .align-self-lg-end {
3314
2954
  align-self: flex-end !important;
3315
2955
  }
3316
-
3317
2956
  .align-self-lg-center {
3318
2957
  align-self: center !important;
3319
2958
  }
3320
-
3321
2959
  .align-self-lg-baseline {
3322
2960
  align-self: baseline !important;
3323
2961
  }
3324
-
3325
2962
  .align-self-lg-stretch {
3326
2963
  align-self: stretch !important;
3327
2964
  }
3328
-
3329
2965
  .order-lg-first {
3330
2966
  order: -1 !important;
3331
2967
  }
3332
-
3333
2968
  .order-lg-0 {
3334
2969
  order: 0 !important;
3335
2970
  }
3336
-
3337
2971
  .order-lg-1 {
3338
2972
  order: 1 !important;
3339
2973
  }
3340
-
3341
2974
  .order-lg-2 {
3342
2975
  order: 2 !important;
3343
2976
  }
3344
-
3345
2977
  .order-lg-3 {
3346
2978
  order: 3 !important;
3347
2979
  }
3348
-
3349
2980
  .order-lg-4 {
3350
2981
  order: 4 !important;
3351
2982
  }
3352
-
3353
2983
  .order-lg-5 {
3354
2984
  order: 5 !important;
3355
2985
  }
3356
-
3357
2986
  .order-lg-last {
3358
2987
  order: 6 !important;
3359
2988
  }
3360
-
3361
2989
  .m-lg-0 {
3362
2990
  margin: 0 !important;
3363
2991
  }
3364
-
3365
2992
  .m-lg-1 {
3366
2993
  margin: 0.25rem !important;
3367
2994
  }
3368
-
3369
2995
  .m-lg-2 {
3370
2996
  margin: 0.5rem !important;
3371
2997
  }
3372
-
3373
2998
  .m-lg-3 {
3374
2999
  margin: 1rem !important;
3375
3000
  }
3376
-
3377
3001
  .m-lg-4 {
3378
3002
  margin: 1.5rem !important;
3379
3003
  }
3380
-
3381
3004
  .m-lg-5 {
3382
3005
  margin: 3rem !important;
3383
3006
  }
3384
-
3385
3007
  .m-lg-auto {
3386
3008
  margin: auto !important;
3387
3009
  }
3388
-
3389
3010
  .mx-lg-0 {
3390
3011
  margin-right: 0 !important;
3391
3012
  margin-left: 0 !important;
3392
3013
  }
3393
-
3394
3014
  .mx-lg-1 {
3395
3015
  margin-right: 0.25rem !important;
3396
3016
  margin-left: 0.25rem !important;
3397
3017
  }
3398
-
3399
3018
  .mx-lg-2 {
3400
3019
  margin-right: 0.5rem !important;
3401
3020
  margin-left: 0.5rem !important;
3402
3021
  }
3403
-
3404
3022
  .mx-lg-3 {
3405
3023
  margin-right: 1rem !important;
3406
3024
  margin-left: 1rem !important;
3407
3025
  }
3408
-
3409
3026
  .mx-lg-4 {
3410
3027
  margin-right: 1.5rem !important;
3411
3028
  margin-left: 1.5rem !important;
3412
3029
  }
3413
-
3414
3030
  .mx-lg-5 {
3415
3031
  margin-right: 3rem !important;
3416
3032
  margin-left: 3rem !important;
3417
3033
  }
3418
-
3419
3034
  .mx-lg-auto {
3420
3035
  margin-right: auto !important;
3421
3036
  margin-left: auto !important;
3422
3037
  }
3423
-
3424
3038
  .my-lg-0 {
3425
3039
  margin-top: 0 !important;
3426
3040
  margin-bottom: 0 !important;
3427
3041
  }
3428
-
3429
3042
  .my-lg-1 {
3430
3043
  margin-top: 0.25rem !important;
3431
3044
  margin-bottom: 0.25rem !important;
3432
3045
  }
3433
-
3434
3046
  .my-lg-2 {
3435
3047
  margin-top: 0.5rem !important;
3436
3048
  margin-bottom: 0.5rem !important;
3437
3049
  }
3438
-
3439
3050
  .my-lg-3 {
3440
3051
  margin-top: 1rem !important;
3441
3052
  margin-bottom: 1rem !important;
3442
3053
  }
3443
-
3444
3054
  .my-lg-4 {
3445
3055
  margin-top: 1.5rem !important;
3446
3056
  margin-bottom: 1.5rem !important;
3447
3057
  }
3448
-
3449
3058
  .my-lg-5 {
3450
3059
  margin-top: 3rem !important;
3451
3060
  margin-bottom: 3rem !important;
3452
3061
  }
3453
-
3454
3062
  .my-lg-auto {
3455
3063
  margin-top: auto !important;
3456
3064
  margin-bottom: auto !important;
3457
3065
  }
3458
-
3459
3066
  .mt-lg-0 {
3460
3067
  margin-top: 0 !important;
3461
3068
  }
3462
-
3463
3069
  .mt-lg-1 {
3464
3070
  margin-top: 0.25rem !important;
3465
3071
  }
3466
-
3467
3072
  .mt-lg-2 {
3468
3073
  margin-top: 0.5rem !important;
3469
3074
  }
3470
-
3471
3075
  .mt-lg-3 {
3472
3076
  margin-top: 1rem !important;
3473
3077
  }
3474
-
3475
3078
  .mt-lg-4 {
3476
3079
  margin-top: 1.5rem !important;
3477
3080
  }
3478
-
3479
3081
  .mt-lg-5 {
3480
3082
  margin-top: 3rem !important;
3481
3083
  }
3482
-
3483
3084
  .mt-lg-auto {
3484
3085
  margin-top: auto !important;
3485
3086
  }
3486
-
3487
3087
  .me-lg-0 {
3488
3088
  margin-left: 0 !important;
3489
3089
  }
3490
-
3491
3090
  .me-lg-1 {
3492
3091
  margin-left: 0.25rem !important;
3493
3092
  }
3494
-
3495
3093
  .me-lg-2 {
3496
3094
  margin-left: 0.5rem !important;
3497
3095
  }
3498
-
3499
3096
  .me-lg-3 {
3500
3097
  margin-left: 1rem !important;
3501
3098
  }
3502
-
3503
3099
  .me-lg-4 {
3504
3100
  margin-left: 1.5rem !important;
3505
3101
  }
3506
-
3507
3102
  .me-lg-5 {
3508
3103
  margin-left: 3rem !important;
3509
3104
  }
3510
-
3511
3105
  .me-lg-auto {
3512
3106
  margin-left: auto !important;
3513
3107
  }
3514
-
3515
3108
  .mb-lg-0 {
3516
3109
  margin-bottom: 0 !important;
3517
3110
  }
3518
-
3519
3111
  .mb-lg-1 {
3520
3112
  margin-bottom: 0.25rem !important;
3521
3113
  }
3522
-
3523
3114
  .mb-lg-2 {
3524
3115
  margin-bottom: 0.5rem !important;
3525
3116
  }
3526
-
3527
3117
  .mb-lg-3 {
3528
3118
  margin-bottom: 1rem !important;
3529
3119
  }
3530
-
3531
3120
  .mb-lg-4 {
3532
3121
  margin-bottom: 1.5rem !important;
3533
3122
  }
3534
-
3535
3123
  .mb-lg-5 {
3536
3124
  margin-bottom: 3rem !important;
3537
3125
  }
3538
-
3539
3126
  .mb-lg-auto {
3540
3127
  margin-bottom: auto !important;
3541
3128
  }
3542
-
3543
3129
  .ms-lg-0 {
3544
3130
  margin-right: 0 !important;
3545
3131
  }
3546
-
3547
3132
  .ms-lg-1 {
3548
3133
  margin-right: 0.25rem !important;
3549
3134
  }
3550
-
3551
3135
  .ms-lg-2 {
3552
3136
  margin-right: 0.5rem !important;
3553
3137
  }
3554
-
3555
3138
  .ms-lg-3 {
3556
3139
  margin-right: 1rem !important;
3557
3140
  }
3558
-
3559
3141
  .ms-lg-4 {
3560
3142
  margin-right: 1.5rem !important;
3561
3143
  }
3562
-
3563
3144
  .ms-lg-5 {
3564
3145
  margin-right: 3rem !important;
3565
3146
  }
3566
-
3567
3147
  .ms-lg-auto {
3568
3148
  margin-right: auto !important;
3569
3149
  }
3570
-
3571
3150
  .p-lg-0 {
3572
3151
  padding: 0 !important;
3573
3152
  }
3574
-
3575
3153
  .p-lg-1 {
3576
3154
  padding: 0.25rem !important;
3577
3155
  }
3578
-
3579
3156
  .p-lg-2 {
3580
3157
  padding: 0.5rem !important;
3581
3158
  }
3582
-
3583
3159
  .p-lg-3 {
3584
3160
  padding: 1rem !important;
3585
3161
  }
3586
-
3587
3162
  .p-lg-4 {
3588
3163
  padding: 1.5rem !important;
3589
3164
  }
3590
-
3591
3165
  .p-lg-5 {
3592
3166
  padding: 3rem !important;
3593
3167
  }
3594
-
3595
3168
  .px-lg-0 {
3596
3169
  padding-right: 0 !important;
3597
3170
  padding-left: 0 !important;
3598
3171
  }
3599
-
3600
3172
  .px-lg-1 {
3601
3173
  padding-right: 0.25rem !important;
3602
3174
  padding-left: 0.25rem !important;
3603
3175
  }
3604
-
3605
3176
  .px-lg-2 {
3606
3177
  padding-right: 0.5rem !important;
3607
3178
  padding-left: 0.5rem !important;
3608
3179
  }
3609
-
3610
3180
  .px-lg-3 {
3611
3181
  padding-right: 1rem !important;
3612
3182
  padding-left: 1rem !important;
3613
3183
  }
3614
-
3615
3184
  .px-lg-4 {
3616
3185
  padding-right: 1.5rem !important;
3617
3186
  padding-left: 1.5rem !important;
3618
3187
  }
3619
-
3620
3188
  .px-lg-5 {
3621
3189
  padding-right: 3rem !important;
3622
3190
  padding-left: 3rem !important;
3623
3191
  }
3624
-
3625
3192
  .py-lg-0 {
3626
3193
  padding-top: 0 !important;
3627
3194
  padding-bottom: 0 !important;
3628
3195
  }
3629
-
3630
3196
  .py-lg-1 {
3631
3197
  padding-top: 0.25rem !important;
3632
3198
  padding-bottom: 0.25rem !important;
3633
3199
  }
3634
-
3635
3200
  .py-lg-2 {
3636
3201
  padding-top: 0.5rem !important;
3637
3202
  padding-bottom: 0.5rem !important;
3638
3203
  }
3639
-
3640
3204
  .py-lg-3 {
3641
3205
  padding-top: 1rem !important;
3642
3206
  padding-bottom: 1rem !important;
3643
3207
  }
3644
-
3645
3208
  .py-lg-4 {
3646
3209
  padding-top: 1.5rem !important;
3647
3210
  padding-bottom: 1.5rem !important;
3648
3211
  }
3649
-
3650
3212
  .py-lg-5 {
3651
3213
  padding-top: 3rem !important;
3652
3214
  padding-bottom: 3rem !important;
3653
3215
  }
3654
-
3655
3216
  .pt-lg-0 {
3656
3217
  padding-top: 0 !important;
3657
3218
  }
3658
-
3659
3219
  .pt-lg-1 {
3660
3220
  padding-top: 0.25rem !important;
3661
3221
  }
3662
-
3663
3222
  .pt-lg-2 {
3664
3223
  padding-top: 0.5rem !important;
3665
3224
  }
3666
-
3667
3225
  .pt-lg-3 {
3668
3226
  padding-top: 1rem !important;
3669
3227
  }
3670
-
3671
3228
  .pt-lg-4 {
3672
3229
  padding-top: 1.5rem !important;
3673
3230
  }
3674
-
3675
3231
  .pt-lg-5 {
3676
3232
  padding-top: 3rem !important;
3677
3233
  }
3678
-
3679
3234
  .pe-lg-0 {
3680
3235
  padding-left: 0 !important;
3681
3236
  }
3682
-
3683
3237
  .pe-lg-1 {
3684
3238
  padding-left: 0.25rem !important;
3685
3239
  }
3686
-
3687
3240
  .pe-lg-2 {
3688
3241
  padding-left: 0.5rem !important;
3689
3242
  }
3690
-
3691
3243
  .pe-lg-3 {
3692
3244
  padding-left: 1rem !important;
3693
3245
  }
3694
-
3695
3246
  .pe-lg-4 {
3696
3247
  padding-left: 1.5rem !important;
3697
3248
  }
3698
-
3699
3249
  .pe-lg-5 {
3700
3250
  padding-left: 3rem !important;
3701
3251
  }
3702
-
3703
3252
  .pb-lg-0 {
3704
3253
  padding-bottom: 0 !important;
3705
3254
  }
3706
-
3707
3255
  .pb-lg-1 {
3708
3256
  padding-bottom: 0.25rem !important;
3709
3257
  }
3710
-
3711
3258
  .pb-lg-2 {
3712
3259
  padding-bottom: 0.5rem !important;
3713
3260
  }
3714
-
3715
3261
  .pb-lg-3 {
3716
3262
  padding-bottom: 1rem !important;
3717
3263
  }
3718
-
3719
3264
  .pb-lg-4 {
3720
3265
  padding-bottom: 1.5rem !important;
3721
3266
  }
3722
-
3723
3267
  .pb-lg-5 {
3724
3268
  padding-bottom: 3rem !important;
3725
3269
  }
3726
-
3727
3270
  .ps-lg-0 {
3728
3271
  padding-right: 0 !important;
3729
3272
  }
3730
-
3731
3273
  .ps-lg-1 {
3732
3274
  padding-right: 0.25rem !important;
3733
3275
  }
3734
-
3735
3276
  .ps-lg-2 {
3736
3277
  padding-right: 0.5rem !important;
3737
3278
  }
3738
-
3739
3279
  .ps-lg-3 {
3740
3280
  padding-right: 1rem !important;
3741
3281
  }
3742
-
3743
3282
  .ps-lg-4 {
3744
3283
  padding-right: 1.5rem !important;
3745
3284
  }
3746
-
3747
3285
  .ps-lg-5 {
3748
3286
  padding-right: 3rem !important;
3749
3287
  }
3750
-
3751
3288
  .text-lg-start {
3752
3289
  text-align: right !important;
3753
3290
  }
3754
-
3755
3291
  .text-lg-end {
3756
3292
  text-align: left !important;
3757
3293
  }
3758
-
3759
3294
  .text-lg-center {
3760
3295
  text-align: center !important;
3761
3296
  }
@@ -3764,649 +3299,494 @@
3764
3299
  .float-xl-start {
3765
3300
  float: right !important;
3766
3301
  }
3767
-
3768
3302
  .float-xl-end {
3769
3303
  float: left !important;
3770
3304
  }
3771
-
3772
3305
  .float-xl-none {
3773
3306
  float: none !important;
3774
3307
  }
3775
-
3776
3308
  .d-xl-inline {
3777
3309
  display: inline !important;
3778
3310
  }
3779
-
3780
3311
  .d-xl-inline-block {
3781
3312
  display: inline-block !important;
3782
3313
  }
3783
-
3784
3314
  .d-xl-block {
3785
3315
  display: block !important;
3786
3316
  }
3787
-
3788
3317
  .d-xl-grid {
3789
3318
  display: grid !important;
3790
3319
  }
3791
-
3792
3320
  .d-xl-table {
3793
3321
  display: table !important;
3794
3322
  }
3795
-
3796
3323
  .d-xl-table-row {
3797
3324
  display: table-row !important;
3798
3325
  }
3799
-
3800
3326
  .d-xl-table-cell {
3801
3327
  display: table-cell !important;
3802
3328
  }
3803
-
3804
3329
  .d-xl-flex {
3805
3330
  display: flex !important;
3806
3331
  }
3807
-
3808
3332
  .d-xl-inline-flex {
3809
3333
  display: inline-flex !important;
3810
3334
  }
3811
-
3812
3335
  .d-xl-none {
3813
3336
  display: none !important;
3814
3337
  }
3815
-
3816
3338
  .flex-xl-fill {
3817
3339
  flex: 1 1 auto !important;
3818
3340
  }
3819
-
3820
3341
  .flex-xl-row {
3821
3342
  flex-direction: row !important;
3822
3343
  }
3823
-
3824
3344
  .flex-xl-column {
3825
3345
  flex-direction: column !important;
3826
3346
  }
3827
-
3828
3347
  .flex-xl-row-reverse {
3829
3348
  flex-direction: row-reverse !important;
3830
3349
  }
3831
-
3832
3350
  .flex-xl-column-reverse {
3833
3351
  flex-direction: column-reverse !important;
3834
3352
  }
3835
-
3836
3353
  .flex-xl-grow-0 {
3837
3354
  flex-grow: 0 !important;
3838
3355
  }
3839
-
3840
3356
  .flex-xl-grow-1 {
3841
3357
  flex-grow: 1 !important;
3842
3358
  }
3843
-
3844
3359
  .flex-xl-shrink-0 {
3845
3360
  flex-shrink: 0 !important;
3846
3361
  }
3847
-
3848
3362
  .flex-xl-shrink-1 {
3849
3363
  flex-shrink: 1 !important;
3850
3364
  }
3851
-
3852
3365
  .flex-xl-wrap {
3853
3366
  flex-wrap: wrap !important;
3854
3367
  }
3855
-
3856
3368
  .flex-xl-nowrap {
3857
3369
  flex-wrap: nowrap !important;
3858
3370
  }
3859
-
3860
3371
  .flex-xl-wrap-reverse {
3861
3372
  flex-wrap: wrap-reverse !important;
3862
3373
  }
3863
-
3864
3374
  .gap-xl-0 {
3865
3375
  gap: 0 !important;
3866
3376
  }
3867
-
3868
3377
  .gap-xl-1 {
3869
3378
  gap: 0.25rem !important;
3870
3379
  }
3871
-
3872
3380
  .gap-xl-2 {
3873
3381
  gap: 0.5rem !important;
3874
3382
  }
3875
-
3876
3383
  .gap-xl-3 {
3877
3384
  gap: 1rem !important;
3878
3385
  }
3879
-
3880
3386
  .gap-xl-4 {
3881
3387
  gap: 1.5rem !important;
3882
3388
  }
3883
-
3884
3389
  .gap-xl-5 {
3885
3390
  gap: 3rem !important;
3886
3391
  }
3887
-
3888
3392
  .justify-content-xl-start {
3889
3393
  justify-content: flex-start !important;
3890
3394
  }
3891
-
3892
3395
  .justify-content-xl-end {
3893
3396
  justify-content: flex-end !important;
3894
3397
  }
3895
-
3896
3398
  .justify-content-xl-center {
3897
3399
  justify-content: center !important;
3898
3400
  }
3899
-
3900
3401
  .justify-content-xl-between {
3901
3402
  justify-content: space-between !important;
3902
3403
  }
3903
-
3904
3404
  .justify-content-xl-around {
3905
3405
  justify-content: space-around !important;
3906
3406
  }
3907
-
3908
3407
  .justify-content-xl-evenly {
3909
3408
  justify-content: space-evenly !important;
3910
3409
  }
3911
-
3912
3410
  .align-items-xl-start {
3913
3411
  align-items: flex-start !important;
3914
3412
  }
3915
-
3916
3413
  .align-items-xl-end {
3917
3414
  align-items: flex-end !important;
3918
3415
  }
3919
-
3920
3416
  .align-items-xl-center {
3921
3417
  align-items: center !important;
3922
3418
  }
3923
-
3924
3419
  .align-items-xl-baseline {
3925
3420
  align-items: baseline !important;
3926
3421
  }
3927
-
3928
3422
  .align-items-xl-stretch {
3929
3423
  align-items: stretch !important;
3930
3424
  }
3931
-
3932
3425
  .align-content-xl-start {
3933
3426
  align-content: flex-start !important;
3934
3427
  }
3935
-
3936
3428
  .align-content-xl-end {
3937
3429
  align-content: flex-end !important;
3938
3430
  }
3939
-
3940
3431
  .align-content-xl-center {
3941
3432
  align-content: center !important;
3942
3433
  }
3943
-
3944
3434
  .align-content-xl-between {
3945
3435
  align-content: space-between !important;
3946
3436
  }
3947
-
3948
3437
  .align-content-xl-around {
3949
3438
  align-content: space-around !important;
3950
3439
  }
3951
-
3952
3440
  .align-content-xl-stretch {
3953
3441
  align-content: stretch !important;
3954
3442
  }
3955
-
3956
3443
  .align-self-xl-auto {
3957
3444
  align-self: auto !important;
3958
3445
  }
3959
-
3960
3446
  .align-self-xl-start {
3961
3447
  align-self: flex-start !important;
3962
3448
  }
3963
-
3964
3449
  .align-self-xl-end {
3965
3450
  align-self: flex-end !important;
3966
3451
  }
3967
-
3968
3452
  .align-self-xl-center {
3969
3453
  align-self: center !important;
3970
3454
  }
3971
-
3972
3455
  .align-self-xl-baseline {
3973
3456
  align-self: baseline !important;
3974
3457
  }
3975
-
3976
3458
  .align-self-xl-stretch {
3977
3459
  align-self: stretch !important;
3978
3460
  }
3979
-
3980
3461
  .order-xl-first {
3981
3462
  order: -1 !important;
3982
3463
  }
3983
-
3984
3464
  .order-xl-0 {
3985
3465
  order: 0 !important;
3986
3466
  }
3987
-
3988
3467
  .order-xl-1 {
3989
3468
  order: 1 !important;
3990
3469
  }
3991
-
3992
3470
  .order-xl-2 {
3993
3471
  order: 2 !important;
3994
3472
  }
3995
-
3996
3473
  .order-xl-3 {
3997
3474
  order: 3 !important;
3998
3475
  }
3999
-
4000
3476
  .order-xl-4 {
4001
3477
  order: 4 !important;
4002
3478
  }
4003
-
4004
3479
  .order-xl-5 {
4005
3480
  order: 5 !important;
4006
3481
  }
4007
-
4008
3482
  .order-xl-last {
4009
3483
  order: 6 !important;
4010
3484
  }
4011
-
4012
3485
  .m-xl-0 {
4013
3486
  margin: 0 !important;
4014
3487
  }
4015
-
4016
3488
  .m-xl-1 {
4017
3489
  margin: 0.25rem !important;
4018
3490
  }
4019
-
4020
3491
  .m-xl-2 {
4021
3492
  margin: 0.5rem !important;
4022
3493
  }
4023
-
4024
3494
  .m-xl-3 {
4025
3495
  margin: 1rem !important;
4026
3496
  }
4027
-
4028
3497
  .m-xl-4 {
4029
3498
  margin: 1.5rem !important;
4030
3499
  }
4031
-
4032
3500
  .m-xl-5 {
4033
3501
  margin: 3rem !important;
4034
3502
  }
4035
-
4036
3503
  .m-xl-auto {
4037
3504
  margin: auto !important;
4038
3505
  }
4039
-
4040
3506
  .mx-xl-0 {
4041
3507
  margin-right: 0 !important;
4042
3508
  margin-left: 0 !important;
4043
3509
  }
4044
-
4045
3510
  .mx-xl-1 {
4046
3511
  margin-right: 0.25rem !important;
4047
3512
  margin-left: 0.25rem !important;
4048
3513
  }
4049
-
4050
3514
  .mx-xl-2 {
4051
3515
  margin-right: 0.5rem !important;
4052
3516
  margin-left: 0.5rem !important;
4053
3517
  }
4054
-
4055
3518
  .mx-xl-3 {
4056
3519
  margin-right: 1rem !important;
4057
3520
  margin-left: 1rem !important;
4058
3521
  }
4059
-
4060
3522
  .mx-xl-4 {
4061
3523
  margin-right: 1.5rem !important;
4062
3524
  margin-left: 1.5rem !important;
4063
3525
  }
4064
-
4065
3526
  .mx-xl-5 {
4066
3527
  margin-right: 3rem !important;
4067
3528
  margin-left: 3rem !important;
4068
3529
  }
4069
-
4070
3530
  .mx-xl-auto {
4071
3531
  margin-right: auto !important;
4072
3532
  margin-left: auto !important;
4073
3533
  }
4074
-
4075
3534
  .my-xl-0 {
4076
3535
  margin-top: 0 !important;
4077
3536
  margin-bottom: 0 !important;
4078
3537
  }
4079
-
4080
3538
  .my-xl-1 {
4081
3539
  margin-top: 0.25rem !important;
4082
3540
  margin-bottom: 0.25rem !important;
4083
3541
  }
4084
-
4085
3542
  .my-xl-2 {
4086
3543
  margin-top: 0.5rem !important;
4087
3544
  margin-bottom: 0.5rem !important;
4088
3545
  }
4089
-
4090
3546
  .my-xl-3 {
4091
3547
  margin-top: 1rem !important;
4092
3548
  margin-bottom: 1rem !important;
4093
3549
  }
4094
-
4095
3550
  .my-xl-4 {
4096
3551
  margin-top: 1.5rem !important;
4097
3552
  margin-bottom: 1.5rem !important;
4098
3553
  }
4099
-
4100
3554
  .my-xl-5 {
4101
3555
  margin-top: 3rem !important;
4102
3556
  margin-bottom: 3rem !important;
4103
3557
  }
4104
-
4105
3558
  .my-xl-auto {
4106
3559
  margin-top: auto !important;
4107
3560
  margin-bottom: auto !important;
4108
3561
  }
4109
-
4110
3562
  .mt-xl-0 {
4111
3563
  margin-top: 0 !important;
4112
3564
  }
4113
-
4114
3565
  .mt-xl-1 {
4115
3566
  margin-top: 0.25rem !important;
4116
3567
  }
4117
-
4118
3568
  .mt-xl-2 {
4119
3569
  margin-top: 0.5rem !important;
4120
3570
  }
4121
-
4122
3571
  .mt-xl-3 {
4123
3572
  margin-top: 1rem !important;
4124
3573
  }
4125
-
4126
3574
  .mt-xl-4 {
4127
3575
  margin-top: 1.5rem !important;
4128
3576
  }
4129
-
4130
3577
  .mt-xl-5 {
4131
3578
  margin-top: 3rem !important;
4132
3579
  }
4133
-
4134
3580
  .mt-xl-auto {
4135
3581
  margin-top: auto !important;
4136
3582
  }
4137
-
4138
3583
  .me-xl-0 {
4139
3584
  margin-left: 0 !important;
4140
3585
  }
4141
-
4142
3586
  .me-xl-1 {
4143
3587
  margin-left: 0.25rem !important;
4144
3588
  }
4145
-
4146
3589
  .me-xl-2 {
4147
3590
  margin-left: 0.5rem !important;
4148
3591
  }
4149
-
4150
3592
  .me-xl-3 {
4151
3593
  margin-left: 1rem !important;
4152
3594
  }
4153
-
4154
3595
  .me-xl-4 {
4155
3596
  margin-left: 1.5rem !important;
4156
3597
  }
4157
-
4158
3598
  .me-xl-5 {
4159
3599
  margin-left: 3rem !important;
4160
3600
  }
4161
-
4162
3601
  .me-xl-auto {
4163
3602
  margin-left: auto !important;
4164
3603
  }
4165
-
4166
3604
  .mb-xl-0 {
4167
3605
  margin-bottom: 0 !important;
4168
3606
  }
4169
-
4170
3607
  .mb-xl-1 {
4171
3608
  margin-bottom: 0.25rem !important;
4172
3609
  }
4173
-
4174
3610
  .mb-xl-2 {
4175
3611
  margin-bottom: 0.5rem !important;
4176
3612
  }
4177
-
4178
3613
  .mb-xl-3 {
4179
3614
  margin-bottom: 1rem !important;
4180
3615
  }
4181
-
4182
3616
  .mb-xl-4 {
4183
3617
  margin-bottom: 1.5rem !important;
4184
3618
  }
4185
-
4186
3619
  .mb-xl-5 {
4187
3620
  margin-bottom: 3rem !important;
4188
3621
  }
4189
-
4190
3622
  .mb-xl-auto {
4191
3623
  margin-bottom: auto !important;
4192
3624
  }
4193
-
4194
3625
  .ms-xl-0 {
4195
3626
  margin-right: 0 !important;
4196
3627
  }
4197
-
4198
3628
  .ms-xl-1 {
4199
3629
  margin-right: 0.25rem !important;
4200
3630
  }
4201
-
4202
3631
  .ms-xl-2 {
4203
3632
  margin-right: 0.5rem !important;
4204
3633
  }
4205
-
4206
3634
  .ms-xl-3 {
4207
3635
  margin-right: 1rem !important;
4208
3636
  }
4209
-
4210
3637
  .ms-xl-4 {
4211
3638
  margin-right: 1.5rem !important;
4212
3639
  }
4213
-
4214
3640
  .ms-xl-5 {
4215
3641
  margin-right: 3rem !important;
4216
3642
  }
4217
-
4218
3643
  .ms-xl-auto {
4219
3644
  margin-right: auto !important;
4220
3645
  }
4221
-
4222
3646
  .p-xl-0 {
4223
3647
  padding: 0 !important;
4224
3648
  }
4225
-
4226
3649
  .p-xl-1 {
4227
3650
  padding: 0.25rem !important;
4228
3651
  }
4229
-
4230
3652
  .p-xl-2 {
4231
3653
  padding: 0.5rem !important;
4232
3654
  }
4233
-
4234
3655
  .p-xl-3 {
4235
3656
  padding: 1rem !important;
4236
3657
  }
4237
-
4238
3658
  .p-xl-4 {
4239
3659
  padding: 1.5rem !important;
4240
3660
  }
4241
-
4242
3661
  .p-xl-5 {
4243
3662
  padding: 3rem !important;
4244
3663
  }
4245
-
4246
3664
  .px-xl-0 {
4247
3665
  padding-right: 0 !important;
4248
3666
  padding-left: 0 !important;
4249
3667
  }
4250
-
4251
3668
  .px-xl-1 {
4252
3669
  padding-right: 0.25rem !important;
4253
3670
  padding-left: 0.25rem !important;
4254
3671
  }
4255
-
4256
3672
  .px-xl-2 {
4257
3673
  padding-right: 0.5rem !important;
4258
3674
  padding-left: 0.5rem !important;
4259
3675
  }
4260
-
4261
3676
  .px-xl-3 {
4262
3677
  padding-right: 1rem !important;
4263
3678
  padding-left: 1rem !important;
4264
3679
  }
4265
-
4266
3680
  .px-xl-4 {
4267
3681
  padding-right: 1.5rem !important;
4268
3682
  padding-left: 1.5rem !important;
4269
3683
  }
4270
-
4271
3684
  .px-xl-5 {
4272
3685
  padding-right: 3rem !important;
4273
3686
  padding-left: 3rem !important;
4274
3687
  }
4275
-
4276
3688
  .py-xl-0 {
4277
3689
  padding-top: 0 !important;
4278
3690
  padding-bottom: 0 !important;
4279
3691
  }
4280
-
4281
3692
  .py-xl-1 {
4282
3693
  padding-top: 0.25rem !important;
4283
3694
  padding-bottom: 0.25rem !important;
4284
3695
  }
4285
-
4286
3696
  .py-xl-2 {
4287
3697
  padding-top: 0.5rem !important;
4288
3698
  padding-bottom: 0.5rem !important;
4289
3699
  }
4290
-
4291
3700
  .py-xl-3 {
4292
3701
  padding-top: 1rem !important;
4293
3702
  padding-bottom: 1rem !important;
4294
3703
  }
4295
-
4296
3704
  .py-xl-4 {
4297
3705
  padding-top: 1.5rem !important;
4298
3706
  padding-bottom: 1.5rem !important;
4299
3707
  }
4300
-
4301
3708
  .py-xl-5 {
4302
3709
  padding-top: 3rem !important;
4303
3710
  padding-bottom: 3rem !important;
4304
3711
  }
4305
-
4306
3712
  .pt-xl-0 {
4307
3713
  padding-top: 0 !important;
4308
3714
  }
4309
-
4310
3715
  .pt-xl-1 {
4311
3716
  padding-top: 0.25rem !important;
4312
3717
  }
4313
-
4314
3718
  .pt-xl-2 {
4315
3719
  padding-top: 0.5rem !important;
4316
3720
  }
4317
-
4318
3721
  .pt-xl-3 {
4319
3722
  padding-top: 1rem !important;
4320
3723
  }
4321
-
4322
3724
  .pt-xl-4 {
4323
3725
  padding-top: 1.5rem !important;
4324
3726
  }
4325
-
4326
3727
  .pt-xl-5 {
4327
3728
  padding-top: 3rem !important;
4328
3729
  }
4329
-
4330
3730
  .pe-xl-0 {
4331
3731
  padding-left: 0 !important;
4332
3732
  }
4333
-
4334
3733
  .pe-xl-1 {
4335
3734
  padding-left: 0.25rem !important;
4336
3735
  }
4337
-
4338
3736
  .pe-xl-2 {
4339
3737
  padding-left: 0.5rem !important;
4340
3738
  }
4341
-
4342
3739
  .pe-xl-3 {
4343
3740
  padding-left: 1rem !important;
4344
3741
  }
4345
-
4346
3742
  .pe-xl-4 {
4347
3743
  padding-left: 1.5rem !important;
4348
3744
  }
4349
-
4350
3745
  .pe-xl-5 {
4351
3746
  padding-left: 3rem !important;
4352
3747
  }
4353
-
4354
3748
  .pb-xl-0 {
4355
3749
  padding-bottom: 0 !important;
4356
3750
  }
4357
-
4358
3751
  .pb-xl-1 {
4359
3752
  padding-bottom: 0.25rem !important;
4360
3753
  }
4361
-
4362
3754
  .pb-xl-2 {
4363
3755
  padding-bottom: 0.5rem !important;
4364
3756
  }
4365
-
4366
3757
  .pb-xl-3 {
4367
3758
  padding-bottom: 1rem !important;
4368
3759
  }
4369
-
4370
3760
  .pb-xl-4 {
4371
3761
  padding-bottom: 1.5rem !important;
4372
3762
  }
4373
-
4374
3763
  .pb-xl-5 {
4375
3764
  padding-bottom: 3rem !important;
4376
3765
  }
4377
-
4378
3766
  .ps-xl-0 {
4379
3767
  padding-right: 0 !important;
4380
3768
  }
4381
-
4382
3769
  .ps-xl-1 {
4383
3770
  padding-right: 0.25rem !important;
4384
3771
  }
4385
-
4386
3772
  .ps-xl-2 {
4387
3773
  padding-right: 0.5rem !important;
4388
3774
  }
4389
-
4390
3775
  .ps-xl-3 {
4391
3776
  padding-right: 1rem !important;
4392
3777
  }
4393
-
4394
3778
  .ps-xl-4 {
4395
3779
  padding-right: 1.5rem !important;
4396
3780
  }
4397
-
4398
3781
  .ps-xl-5 {
4399
3782
  padding-right: 3rem !important;
4400
3783
  }
4401
-
4402
3784
  .text-xl-start {
4403
3785
  text-align: right !important;
4404
3786
  }
4405
-
4406
3787
  .text-xl-end {
4407
3788
  text-align: left !important;
4408
3789
  }
4409
-
4410
3790
  .text-xl-center {
4411
3791
  text-align: center !important;
4412
3792
  }
@@ -4415,649 +3795,494 @@
4415
3795
  .float-xxl-start {
4416
3796
  float: right !important;
4417
3797
  }
4418
-
4419
3798
  .float-xxl-end {
4420
3799
  float: left !important;
4421
3800
  }
4422
-
4423
3801
  .float-xxl-none {
4424
3802
  float: none !important;
4425
3803
  }
4426
-
4427
3804
  .d-xxl-inline {
4428
3805
  display: inline !important;
4429
3806
  }
4430
-
4431
3807
  .d-xxl-inline-block {
4432
3808
  display: inline-block !important;
4433
3809
  }
4434
-
4435
3810
  .d-xxl-block {
4436
3811
  display: block !important;
4437
3812
  }
4438
-
4439
3813
  .d-xxl-grid {
4440
3814
  display: grid !important;
4441
3815
  }
4442
-
4443
3816
  .d-xxl-table {
4444
3817
  display: table !important;
4445
3818
  }
4446
-
4447
3819
  .d-xxl-table-row {
4448
3820
  display: table-row !important;
4449
3821
  }
4450
-
4451
3822
  .d-xxl-table-cell {
4452
3823
  display: table-cell !important;
4453
3824
  }
4454
-
4455
3825
  .d-xxl-flex {
4456
3826
  display: flex !important;
4457
3827
  }
4458
-
4459
3828
  .d-xxl-inline-flex {
4460
3829
  display: inline-flex !important;
4461
3830
  }
4462
-
4463
3831
  .d-xxl-none {
4464
3832
  display: none !important;
4465
3833
  }
4466
-
4467
3834
  .flex-xxl-fill {
4468
3835
  flex: 1 1 auto !important;
4469
3836
  }
4470
-
4471
3837
  .flex-xxl-row {
4472
3838
  flex-direction: row !important;
4473
3839
  }
4474
-
4475
3840
  .flex-xxl-column {
4476
3841
  flex-direction: column !important;
4477
3842
  }
4478
-
4479
3843
  .flex-xxl-row-reverse {
4480
3844
  flex-direction: row-reverse !important;
4481
3845
  }
4482
-
4483
3846
  .flex-xxl-column-reverse {
4484
3847
  flex-direction: column-reverse !important;
4485
3848
  }
4486
-
4487
3849
  .flex-xxl-grow-0 {
4488
3850
  flex-grow: 0 !important;
4489
3851
  }
4490
-
4491
3852
  .flex-xxl-grow-1 {
4492
3853
  flex-grow: 1 !important;
4493
3854
  }
4494
-
4495
3855
  .flex-xxl-shrink-0 {
4496
3856
  flex-shrink: 0 !important;
4497
3857
  }
4498
-
4499
3858
  .flex-xxl-shrink-1 {
4500
3859
  flex-shrink: 1 !important;
4501
3860
  }
4502
-
4503
3861
  .flex-xxl-wrap {
4504
3862
  flex-wrap: wrap !important;
4505
3863
  }
4506
-
4507
3864
  .flex-xxl-nowrap {
4508
3865
  flex-wrap: nowrap !important;
4509
3866
  }
4510
-
4511
3867
  .flex-xxl-wrap-reverse {
4512
3868
  flex-wrap: wrap-reverse !important;
4513
3869
  }
4514
-
4515
3870
  .gap-xxl-0 {
4516
3871
  gap: 0 !important;
4517
3872
  }
4518
-
4519
3873
  .gap-xxl-1 {
4520
3874
  gap: 0.25rem !important;
4521
3875
  }
4522
-
4523
3876
  .gap-xxl-2 {
4524
3877
  gap: 0.5rem !important;
4525
3878
  }
4526
-
4527
3879
  .gap-xxl-3 {
4528
3880
  gap: 1rem !important;
4529
3881
  }
4530
-
4531
3882
  .gap-xxl-4 {
4532
3883
  gap: 1.5rem !important;
4533
3884
  }
4534
-
4535
3885
  .gap-xxl-5 {
4536
3886
  gap: 3rem !important;
4537
3887
  }
4538
-
4539
3888
  .justify-content-xxl-start {
4540
3889
  justify-content: flex-start !important;
4541
3890
  }
4542
-
4543
3891
  .justify-content-xxl-end {
4544
3892
  justify-content: flex-end !important;
4545
3893
  }
4546
-
4547
3894
  .justify-content-xxl-center {
4548
3895
  justify-content: center !important;
4549
3896
  }
4550
-
4551
3897
  .justify-content-xxl-between {
4552
3898
  justify-content: space-between !important;
4553
3899
  }
4554
-
4555
3900
  .justify-content-xxl-around {
4556
3901
  justify-content: space-around !important;
4557
3902
  }
4558
-
4559
3903
  .justify-content-xxl-evenly {
4560
3904
  justify-content: space-evenly !important;
4561
3905
  }
4562
-
4563
3906
  .align-items-xxl-start {
4564
3907
  align-items: flex-start !important;
4565
3908
  }
4566
-
4567
3909
  .align-items-xxl-end {
4568
3910
  align-items: flex-end !important;
4569
3911
  }
4570
-
4571
3912
  .align-items-xxl-center {
4572
3913
  align-items: center !important;
4573
3914
  }
4574
-
4575
3915
  .align-items-xxl-baseline {
4576
3916
  align-items: baseline !important;
4577
3917
  }
4578
-
4579
3918
  .align-items-xxl-stretch {
4580
3919
  align-items: stretch !important;
4581
3920
  }
4582
-
4583
3921
  .align-content-xxl-start {
4584
3922
  align-content: flex-start !important;
4585
3923
  }
4586
-
4587
3924
  .align-content-xxl-end {
4588
3925
  align-content: flex-end !important;
4589
3926
  }
4590
-
4591
3927
  .align-content-xxl-center {
4592
3928
  align-content: center !important;
4593
3929
  }
4594
-
4595
3930
  .align-content-xxl-between {
4596
3931
  align-content: space-between !important;
4597
3932
  }
4598
-
4599
3933
  .align-content-xxl-around {
4600
3934
  align-content: space-around !important;
4601
3935
  }
4602
-
4603
3936
  .align-content-xxl-stretch {
4604
3937
  align-content: stretch !important;
4605
3938
  }
4606
-
4607
3939
  .align-self-xxl-auto {
4608
3940
  align-self: auto !important;
4609
3941
  }
4610
-
4611
3942
  .align-self-xxl-start {
4612
3943
  align-self: flex-start !important;
4613
3944
  }
4614
-
4615
3945
  .align-self-xxl-end {
4616
3946
  align-self: flex-end !important;
4617
3947
  }
4618
-
4619
3948
  .align-self-xxl-center {
4620
3949
  align-self: center !important;
4621
3950
  }
4622
-
4623
3951
  .align-self-xxl-baseline {
4624
3952
  align-self: baseline !important;
4625
3953
  }
4626
-
4627
3954
  .align-self-xxl-stretch {
4628
3955
  align-self: stretch !important;
4629
3956
  }
4630
-
4631
3957
  .order-xxl-first {
4632
3958
  order: -1 !important;
4633
3959
  }
4634
-
4635
3960
  .order-xxl-0 {
4636
3961
  order: 0 !important;
4637
3962
  }
4638
-
4639
3963
  .order-xxl-1 {
4640
3964
  order: 1 !important;
4641
3965
  }
4642
-
4643
3966
  .order-xxl-2 {
4644
3967
  order: 2 !important;
4645
3968
  }
4646
-
4647
3969
  .order-xxl-3 {
4648
3970
  order: 3 !important;
4649
3971
  }
4650
-
4651
3972
  .order-xxl-4 {
4652
3973
  order: 4 !important;
4653
3974
  }
4654
-
4655
3975
  .order-xxl-5 {
4656
3976
  order: 5 !important;
4657
3977
  }
4658
-
4659
3978
  .order-xxl-last {
4660
3979
  order: 6 !important;
4661
3980
  }
4662
-
4663
3981
  .m-xxl-0 {
4664
3982
  margin: 0 !important;
4665
3983
  }
4666
-
4667
3984
  .m-xxl-1 {
4668
3985
  margin: 0.25rem !important;
4669
3986
  }
4670
-
4671
3987
  .m-xxl-2 {
4672
3988
  margin: 0.5rem !important;
4673
3989
  }
4674
-
4675
3990
  .m-xxl-3 {
4676
3991
  margin: 1rem !important;
4677
3992
  }
4678
-
4679
3993
  .m-xxl-4 {
4680
3994
  margin: 1.5rem !important;
4681
3995
  }
4682
-
4683
3996
  .m-xxl-5 {
4684
3997
  margin: 3rem !important;
4685
3998
  }
4686
-
4687
3999
  .m-xxl-auto {
4688
4000
  margin: auto !important;
4689
4001
  }
4690
-
4691
4002
  .mx-xxl-0 {
4692
4003
  margin-right: 0 !important;
4693
4004
  margin-left: 0 !important;
4694
4005
  }
4695
-
4696
4006
  .mx-xxl-1 {
4697
4007
  margin-right: 0.25rem !important;
4698
4008
  margin-left: 0.25rem !important;
4699
4009
  }
4700
-
4701
4010
  .mx-xxl-2 {
4702
4011
  margin-right: 0.5rem !important;
4703
4012
  margin-left: 0.5rem !important;
4704
4013
  }
4705
-
4706
4014
  .mx-xxl-3 {
4707
4015
  margin-right: 1rem !important;
4708
4016
  margin-left: 1rem !important;
4709
4017
  }
4710
-
4711
4018
  .mx-xxl-4 {
4712
4019
  margin-right: 1.5rem !important;
4713
4020
  margin-left: 1.5rem !important;
4714
4021
  }
4715
-
4716
4022
  .mx-xxl-5 {
4717
4023
  margin-right: 3rem !important;
4718
4024
  margin-left: 3rem !important;
4719
4025
  }
4720
-
4721
4026
  .mx-xxl-auto {
4722
4027
  margin-right: auto !important;
4723
4028
  margin-left: auto !important;
4724
4029
  }
4725
-
4726
4030
  .my-xxl-0 {
4727
4031
  margin-top: 0 !important;
4728
4032
  margin-bottom: 0 !important;
4729
4033
  }
4730
-
4731
4034
  .my-xxl-1 {
4732
4035
  margin-top: 0.25rem !important;
4733
4036
  margin-bottom: 0.25rem !important;
4734
4037
  }
4735
-
4736
4038
  .my-xxl-2 {
4737
4039
  margin-top: 0.5rem !important;
4738
4040
  margin-bottom: 0.5rem !important;
4739
4041
  }
4740
-
4741
4042
  .my-xxl-3 {
4742
4043
  margin-top: 1rem !important;
4743
4044
  margin-bottom: 1rem !important;
4744
4045
  }
4745
-
4746
4046
  .my-xxl-4 {
4747
4047
  margin-top: 1.5rem !important;
4748
4048
  margin-bottom: 1.5rem !important;
4749
4049
  }
4750
-
4751
4050
  .my-xxl-5 {
4752
4051
  margin-top: 3rem !important;
4753
4052
  margin-bottom: 3rem !important;
4754
4053
  }
4755
-
4756
4054
  .my-xxl-auto {
4757
4055
  margin-top: auto !important;
4758
4056
  margin-bottom: auto !important;
4759
4057
  }
4760
-
4761
4058
  .mt-xxl-0 {
4762
4059
  margin-top: 0 !important;
4763
4060
  }
4764
-
4765
4061
  .mt-xxl-1 {
4766
4062
  margin-top: 0.25rem !important;
4767
4063
  }
4768
-
4769
4064
  .mt-xxl-2 {
4770
4065
  margin-top: 0.5rem !important;
4771
4066
  }
4772
-
4773
4067
  .mt-xxl-3 {
4774
4068
  margin-top: 1rem !important;
4775
4069
  }
4776
-
4777
4070
  .mt-xxl-4 {
4778
4071
  margin-top: 1.5rem !important;
4779
4072
  }
4780
-
4781
4073
  .mt-xxl-5 {
4782
4074
  margin-top: 3rem !important;
4783
4075
  }
4784
-
4785
4076
  .mt-xxl-auto {
4786
4077
  margin-top: auto !important;
4787
4078
  }
4788
-
4789
4079
  .me-xxl-0 {
4790
4080
  margin-left: 0 !important;
4791
4081
  }
4792
-
4793
4082
  .me-xxl-1 {
4794
4083
  margin-left: 0.25rem !important;
4795
4084
  }
4796
-
4797
4085
  .me-xxl-2 {
4798
4086
  margin-left: 0.5rem !important;
4799
4087
  }
4800
-
4801
4088
  .me-xxl-3 {
4802
4089
  margin-left: 1rem !important;
4803
4090
  }
4804
-
4805
4091
  .me-xxl-4 {
4806
4092
  margin-left: 1.5rem !important;
4807
4093
  }
4808
-
4809
4094
  .me-xxl-5 {
4810
4095
  margin-left: 3rem !important;
4811
4096
  }
4812
-
4813
4097
  .me-xxl-auto {
4814
4098
  margin-left: auto !important;
4815
4099
  }
4816
-
4817
4100
  .mb-xxl-0 {
4818
4101
  margin-bottom: 0 !important;
4819
4102
  }
4820
-
4821
4103
  .mb-xxl-1 {
4822
4104
  margin-bottom: 0.25rem !important;
4823
4105
  }
4824
-
4825
4106
  .mb-xxl-2 {
4826
4107
  margin-bottom: 0.5rem !important;
4827
4108
  }
4828
-
4829
4109
  .mb-xxl-3 {
4830
4110
  margin-bottom: 1rem !important;
4831
4111
  }
4832
-
4833
4112
  .mb-xxl-4 {
4834
4113
  margin-bottom: 1.5rem !important;
4835
4114
  }
4836
-
4837
4115
  .mb-xxl-5 {
4838
4116
  margin-bottom: 3rem !important;
4839
4117
  }
4840
-
4841
4118
  .mb-xxl-auto {
4842
4119
  margin-bottom: auto !important;
4843
4120
  }
4844
-
4845
4121
  .ms-xxl-0 {
4846
4122
  margin-right: 0 !important;
4847
4123
  }
4848
-
4849
4124
  .ms-xxl-1 {
4850
4125
  margin-right: 0.25rem !important;
4851
4126
  }
4852
-
4853
4127
  .ms-xxl-2 {
4854
4128
  margin-right: 0.5rem !important;
4855
4129
  }
4856
-
4857
4130
  .ms-xxl-3 {
4858
4131
  margin-right: 1rem !important;
4859
4132
  }
4860
-
4861
4133
  .ms-xxl-4 {
4862
4134
  margin-right: 1.5rem !important;
4863
4135
  }
4864
-
4865
4136
  .ms-xxl-5 {
4866
4137
  margin-right: 3rem !important;
4867
4138
  }
4868
-
4869
4139
  .ms-xxl-auto {
4870
4140
  margin-right: auto !important;
4871
4141
  }
4872
-
4873
4142
  .p-xxl-0 {
4874
4143
  padding: 0 !important;
4875
4144
  }
4876
-
4877
4145
  .p-xxl-1 {
4878
4146
  padding: 0.25rem !important;
4879
4147
  }
4880
-
4881
4148
  .p-xxl-2 {
4882
4149
  padding: 0.5rem !important;
4883
4150
  }
4884
-
4885
4151
  .p-xxl-3 {
4886
4152
  padding: 1rem !important;
4887
4153
  }
4888
-
4889
4154
  .p-xxl-4 {
4890
4155
  padding: 1.5rem !important;
4891
4156
  }
4892
-
4893
4157
  .p-xxl-5 {
4894
4158
  padding: 3rem !important;
4895
4159
  }
4896
-
4897
4160
  .px-xxl-0 {
4898
4161
  padding-right: 0 !important;
4899
4162
  padding-left: 0 !important;
4900
4163
  }
4901
-
4902
4164
  .px-xxl-1 {
4903
4165
  padding-right: 0.25rem !important;
4904
4166
  padding-left: 0.25rem !important;
4905
4167
  }
4906
-
4907
4168
  .px-xxl-2 {
4908
4169
  padding-right: 0.5rem !important;
4909
4170
  padding-left: 0.5rem !important;
4910
4171
  }
4911
-
4912
4172
  .px-xxl-3 {
4913
4173
  padding-right: 1rem !important;
4914
4174
  padding-left: 1rem !important;
4915
4175
  }
4916
-
4917
4176
  .px-xxl-4 {
4918
4177
  padding-right: 1.5rem !important;
4919
4178
  padding-left: 1.5rem !important;
4920
4179
  }
4921
-
4922
4180
  .px-xxl-5 {
4923
4181
  padding-right: 3rem !important;
4924
4182
  padding-left: 3rem !important;
4925
4183
  }
4926
-
4927
4184
  .py-xxl-0 {
4928
4185
  padding-top: 0 !important;
4929
4186
  padding-bottom: 0 !important;
4930
4187
  }
4931
-
4932
4188
  .py-xxl-1 {
4933
4189
  padding-top: 0.25rem !important;
4934
4190
  padding-bottom: 0.25rem !important;
4935
4191
  }
4936
-
4937
4192
  .py-xxl-2 {
4938
4193
  padding-top: 0.5rem !important;
4939
4194
  padding-bottom: 0.5rem !important;
4940
4195
  }
4941
-
4942
4196
  .py-xxl-3 {
4943
4197
  padding-top: 1rem !important;
4944
4198
  padding-bottom: 1rem !important;
4945
4199
  }
4946
-
4947
4200
  .py-xxl-4 {
4948
4201
  padding-top: 1.5rem !important;
4949
4202
  padding-bottom: 1.5rem !important;
4950
4203
  }
4951
-
4952
4204
  .py-xxl-5 {
4953
4205
  padding-top: 3rem !important;
4954
4206
  padding-bottom: 3rem !important;
4955
4207
  }
4956
-
4957
4208
  .pt-xxl-0 {
4958
4209
  padding-top: 0 !important;
4959
4210
  }
4960
-
4961
4211
  .pt-xxl-1 {
4962
4212
  padding-top: 0.25rem !important;
4963
4213
  }
4964
-
4965
4214
  .pt-xxl-2 {
4966
4215
  padding-top: 0.5rem !important;
4967
4216
  }
4968
-
4969
4217
  .pt-xxl-3 {
4970
4218
  padding-top: 1rem !important;
4971
4219
  }
4972
-
4973
4220
  .pt-xxl-4 {
4974
4221
  padding-top: 1.5rem !important;
4975
4222
  }
4976
-
4977
4223
  .pt-xxl-5 {
4978
4224
  padding-top: 3rem !important;
4979
4225
  }
4980
-
4981
4226
  .pe-xxl-0 {
4982
4227
  padding-left: 0 !important;
4983
4228
  }
4984
-
4985
4229
  .pe-xxl-1 {
4986
4230
  padding-left: 0.25rem !important;
4987
4231
  }
4988
-
4989
4232
  .pe-xxl-2 {
4990
4233
  padding-left: 0.5rem !important;
4991
4234
  }
4992
-
4993
4235
  .pe-xxl-3 {
4994
4236
  padding-left: 1rem !important;
4995
4237
  }
4996
-
4997
4238
  .pe-xxl-4 {
4998
4239
  padding-left: 1.5rem !important;
4999
4240
  }
5000
-
5001
4241
  .pe-xxl-5 {
5002
4242
  padding-left: 3rem !important;
5003
4243
  }
5004
-
5005
4244
  .pb-xxl-0 {
5006
4245
  padding-bottom: 0 !important;
5007
4246
  }
5008
-
5009
4247
  .pb-xxl-1 {
5010
4248
  padding-bottom: 0.25rem !important;
5011
4249
  }
5012
-
5013
4250
  .pb-xxl-2 {
5014
4251
  padding-bottom: 0.5rem !important;
5015
4252
  }
5016
-
5017
4253
  .pb-xxl-3 {
5018
4254
  padding-bottom: 1rem !important;
5019
4255
  }
5020
-
5021
4256
  .pb-xxl-4 {
5022
4257
  padding-bottom: 1.5rem !important;
5023
4258
  }
5024
-
5025
4259
  .pb-xxl-5 {
5026
4260
  padding-bottom: 3rem !important;
5027
4261
  }
5028
-
5029
4262
  .ps-xxl-0 {
5030
4263
  padding-right: 0 !important;
5031
4264
  }
5032
-
5033
4265
  .ps-xxl-1 {
5034
4266
  padding-right: 0.25rem !important;
5035
4267
  }
5036
-
5037
4268
  .ps-xxl-2 {
5038
4269
  padding-right: 0.5rem !important;
5039
4270
  }
5040
-
5041
4271
  .ps-xxl-3 {
5042
4272
  padding-right: 1rem !important;
5043
4273
  }
5044
-
5045
4274
  .ps-xxl-4 {
5046
4275
  padding-right: 1.5rem !important;
5047
4276
  }
5048
-
5049
4277
  .ps-xxl-5 {
5050
4278
  padding-right: 3rem !important;
5051
4279
  }
5052
-
5053
4280
  .text-xxl-start {
5054
4281
  text-align: right !important;
5055
4282
  }
5056
-
5057
4283
  .text-xxl-end {
5058
4284
  text-align: left !important;
5059
4285
  }
5060
-
5061
4286
  .text-xxl-center {
5062
4287
  text-align: center !important;
5063
4288
  }
@@ -5066,15 +4291,12 @@
5066
4291
  .fs-1 {
5067
4292
  font-size: 2.5rem !important;
5068
4293
  }
5069
-
5070
4294
  .fs-2 {
5071
4295
  font-size: 2rem !important;
5072
4296
  }
5073
-
5074
4297
  .fs-3 {
5075
4298
  font-size: 1.75rem !important;
5076
4299
  }
5077
-
5078
4300
  .fs-4 {
5079
4301
  font-size: 1.5rem !important;
5080
4302
  }
@@ -5083,39 +4305,30 @@
5083
4305
  .d-print-inline {
5084
4306
  display: inline !important;
5085
4307
  }
5086
-
5087
4308
  .d-print-inline-block {
5088
4309
  display: inline-block !important;
5089
4310
  }
5090
-
5091
4311
  .d-print-block {
5092
4312
  display: block !important;
5093
4313
  }
5094
-
5095
4314
  .d-print-grid {
5096
4315
  display: grid !important;
5097
4316
  }
5098
-
5099
4317
  .d-print-table {
5100
4318
  display: table !important;
5101
4319
  }
5102
-
5103
4320
  .d-print-table-row {
5104
4321
  display: table-row !important;
5105
4322
  }
5106
-
5107
4323
  .d-print-table-cell {
5108
4324
  display: table-cell !important;
5109
4325
  }
5110
-
5111
4326
  .d-print-flex {
5112
4327
  display: flex !important;
5113
4328
  }
5114
-
5115
4329
  .d-print-inline-flex {
5116
4330
  display: inline-flex !important;
5117
4331
  }
5118
-
5119
4332
  .d-print-none {
5120
4333
  display: none !important;
5121
4334
  }