@ouds/web-orange-compact 1.1.0

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 (56) hide show
  1. package/LICENSE +22 -0
  2. package/NOTICE.txt +15 -0
  3. package/README.md +125 -0
  4. package/dist/css/ouds-web-bootstrap.css +28757 -0
  5. package/dist/css/ouds-web-bootstrap.css.map +1 -0
  6. package/dist/css/ouds-web-bootstrap.min.css +11 -0
  7. package/dist/css/ouds-web-bootstrap.min.css.map +1 -0
  8. package/dist/css/ouds-web-bootstrap.rtl.css +28582 -0
  9. package/dist/css/ouds-web-bootstrap.rtl.css.map +1 -0
  10. package/dist/css/ouds-web-bootstrap.rtl.min.css +11 -0
  11. package/dist/css/ouds-web-bootstrap.rtl.min.css.map +1 -0
  12. package/dist/css/ouds-web-grid.css +3598 -0
  13. package/dist/css/ouds-web-grid.css.map +1 -0
  14. package/dist/css/ouds-web-grid.min.css +11 -0
  15. package/dist/css/ouds-web-grid.min.css.map +1 -0
  16. package/dist/css/ouds-web-grid.rtl.css +3597 -0
  17. package/dist/css/ouds-web-grid.rtl.css.map +1 -0
  18. package/dist/css/ouds-web-grid.rtl.min.css +11 -0
  19. package/dist/css/ouds-web-grid.rtl.min.css.map +1 -0
  20. package/dist/css/ouds-web-reboot.css +1360 -0
  21. package/dist/css/ouds-web-reboot.css.map +1 -0
  22. package/dist/css/ouds-web-reboot.min.css +11 -0
  23. package/dist/css/ouds-web-reboot.min.css.map +1 -0
  24. package/dist/css/ouds-web-reboot.rtl.css +1329 -0
  25. package/dist/css/ouds-web-reboot.rtl.css.map +1 -0
  26. package/dist/css/ouds-web-reboot.rtl.min.css +11 -0
  27. package/dist/css/ouds-web-reboot.rtl.min.css.map +1 -0
  28. package/dist/css/ouds-web-utilities.css +11571 -0
  29. package/dist/css/ouds-web-utilities.css.map +1 -0
  30. package/dist/css/ouds-web-utilities.min.css +11 -0
  31. package/dist/css/ouds-web-utilities.min.css.map +1 -0
  32. package/dist/css/ouds-web-utilities.rtl.css +11540 -0
  33. package/dist/css/ouds-web-utilities.rtl.css.map +1 -0
  34. package/dist/css/ouds-web-utilities.rtl.min.css +11 -0
  35. package/dist/css/ouds-web-utilities.rtl.min.css.map +1 -0
  36. package/dist/css/ouds-web.css +22967 -0
  37. package/dist/css/ouds-web.css.map +1 -0
  38. package/dist/css/ouds-web.min.css +11 -0
  39. package/dist/css/ouds-web.min.css.map +1 -0
  40. package/dist/css/ouds-web.rtl.css +22804 -0
  41. package/dist/css/ouds-web.rtl.css.map +1 -0
  42. package/dist/css/ouds-web.rtl.min.css +11 -0
  43. package/dist/css/ouds-web.rtl.min.css.map +1 -0
  44. package/package.json +61 -0
  45. package/scss/ouds-web-bootstrap.scss +3 -0
  46. package/scss/ouds-web-grid.scss +64 -0
  47. package/scss/ouds-web-reboot.scss +12 -0
  48. package/scss/ouds-web-utilities.scss +21 -0
  49. package/scss/ouds-web.scss +67 -0
  50. package/scss/tokens/_component-colors-custom-props.scss +114 -0
  51. package/scss/tokens/_component.scss +459 -0
  52. package/scss/tokens/_composite.scss +124 -0
  53. package/scss/tokens/_index.scss +6 -0
  54. package/scss/tokens/_raw.scss +485 -0
  55. package/scss/tokens/_semantic-colors-custom-props.scss +316 -0
  56. package/scss/tokens/_semantic.scss +779 -0
@@ -0,0 +1,3597 @@
1
+ /*!
2
+ * OUDS Web Grid v1.1.0 (https://web.unified-design-system.orange.com/)
3
+ * Copyright 2014-2026 The OUDS Web Authors
4
+ * Copyright 2014-2026 Orange SA
5
+ * Licensed under MIT (https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/blob/ouds/main/LICENSE)
6
+ * This a fork of Bootstrap: Initial license below
7
+ * Bootstrap Grid v5.3.5 (https://getbootstrap.com/)
8
+ * Copyright 2011-2026 The Bootstrap Authors
9
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
10
+ */
11
+ :root,
12
+ [data-bs-theme=light],
13
+ :root[data-bs-theme=light] [data-bs-theme=root],
14
+ :root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
15
+ --bs-color-action-disabled: rgba(0, 0, 0, 0.2);
16
+ --bs-color-action-enabled: #000;
17
+ --bs-color-action-focus: rgba(0, 0, 0, 0.68);
18
+ --bs-color-action-highlighted: #000;
19
+ --bs-color-action-hover: rgba(0, 0, 0, 0.68);
20
+ --bs-color-action-loading: #f15e00;
21
+ --bs-color-action-negative-enabled: #db0002;
22
+ --bs-color-action-negative-focus: #b20002;
23
+ --bs-color-action-negative-hover: #b20002;
24
+ --bs-color-action-negative-loading: #800001;
25
+ --bs-color-action-negative-pressed: #800001;
26
+ --bs-color-action-pressed: #f15e00;
27
+ --bs-color-action-read-only-primary: rgba(0, 0, 0, 0.68);
28
+ --bs-color-action-read-only-secondary: rgba(0, 0, 0, 0.2);
29
+ --bs-color-action-selected: #f15e00;
30
+ --bs-color-action-support-disabled: rgba(0, 0, 0, 0.04);
31
+ --bs-color-action-support-enabled: rgba(0, 0, 0, 0.04);
32
+ --bs-color-action-support-focus: rgba(0, 0, 0, 0.08);
33
+ --bs-color-action-support-hover: rgba(0, 0, 0, 0.08);
34
+ --bs-color-action-support-loading: rgba(0, 0, 0, 0.12);
35
+ --bs-color-action-support-pressed: rgba(0, 0, 0, 0.12);
36
+ --bs-color-action-visited: #5b2f98;
37
+ --bs-color-always-black: #000;
38
+ --bs-color-always-on-black: #eee;
39
+ --bs-color-always-on-white: #000;
40
+ --bs-color-always-white: #fff;
41
+ --bs-color-bg-inverse-high: #141414;
42
+ --bs-color-bg-inverse-low: #141414;
43
+ --bs-color-bg-primary: #fff;
44
+ --bs-color-bg-secondary: #f4f4f4;
45
+ --bs-color-bg-tertiary: #f9f5f0;
46
+ --bs-color-border-brand-primary: #f15e00;
47
+ --bs-color-border-default: rgba(0, 0, 0, 0.2);
48
+ --bs-color-border-emphasized: #000;
49
+ --bs-color-border-focus-inset: #fff;
50
+ --bs-color-border-focus: #000;
51
+ --bs-color-border-minimal: rgba(0, 0, 0, 0.04);
52
+ --bs-color-border-muted: rgba(0, 0, 0, 0.08);
53
+ --bs-color-border-on-brand-primary: #000;
54
+ --bs-color-border-status-accent: #ff7900;
55
+ --bs-color-border-status-info: #0073b2;
56
+ --bs-color-border-status-negative: #db0002;
57
+ --bs-color-border-status-positive: #138126;
58
+ --bs-color-border-status-warning: #ffd000;
59
+ --bs-color-content-brand-primary: #f15e00;
60
+ --bs-color-content-default: #000;
61
+ --bs-color-content-disabled: rgba(0, 0, 0, 0.2);
62
+ --bs-color-content-inverse: #fff;
63
+ --bs-color-content-muted: rgba(0, 0, 0, 0.68);
64
+ --bs-color-content-on-action-disabled: #fff;
65
+ --bs-color-content-on-action-enabled: #fff;
66
+ --bs-color-content-on-action-focus: #fff;
67
+ --bs-color-content-on-action-highlighted: #fff;
68
+ --bs-color-content-on-action-hover: #fff;
69
+ --bs-color-content-on-action-loading: #fff;
70
+ --bs-color-content-on-action-pressed: #fff;
71
+ --bs-color-content-on-action-selected: #fff;
72
+ --bs-color-content-on-brand-primary: #000;
73
+ --bs-color-content-on-status-accent-emphasized: #000;
74
+ --bs-color-content-on-status-accent-muted: #000;
75
+ --bs-color-content-on-status-info-emphasized: #fff;
76
+ --bs-color-content-on-status-info-muted: #000;
77
+ --bs-color-content-on-status-negative-emphasized: #fff;
78
+ --bs-color-content-on-status-negative-muted: #000;
79
+ --bs-color-content-on-status-positive-emphasized: #fff;
80
+ --bs-color-content-on-status-positive-muted: #000;
81
+ --bs-color-content-on-status-warning-emphasized: #000;
82
+ --bs-color-content-on-status-warning-muted: #000;
83
+ --bs-color-content-status-accent: #ff7900;
84
+ --bs-color-content-status-info: #0073b2;
85
+ --bs-color-content-status-negative: #db0002;
86
+ --bs-color-content-status-positive: #138126;
87
+ --bs-color-content-status-warning: #856a00;
88
+ --bs-color-opacity-lower: rgba(0, 0, 0, 0.08);
89
+ --bs-color-opacity-lowest: rgba(0, 0, 0, 0.04);
90
+ --bs-color-opacity-transparent: rgba(0, 0, 0, 0);
91
+ --bs-color-overlay-drag: rgba(0, 0, 0, 0.04);
92
+ --bs-color-overlay-dropdown: #fff;
93
+ --bs-color-overlay-modal: #fff;
94
+ --bs-color-overlay-tooltip: #272727;
95
+ --bs-color-surface-brand-primary: #ff7900;
96
+ --bs-color-surface-inverse-high: #272727;
97
+ --bs-color-surface-inverse-low: #272727;
98
+ --bs-color-surface-primary: #fff;
99
+ --bs-color-surface-secondary: rgba(0, 0, 0, 0.04);
100
+ --bs-color-surface-status-accent-emphasized: #ff7900;
101
+ --bs-color-surface-status-accent-muted: rgba(189, 121, 60, 0.08);
102
+ --bs-color-surface-status-info-emphasized: #0073b2;
103
+ --bs-color-surface-status-info-muted: rgba(38, 178, 255, 0.08);
104
+ --bs-color-surface-status-negative-emphasized: #db0002;
105
+ --bs-color-surface-status-negative-muted: rgba(219, 0, 2, 0.08);
106
+ --bs-color-surface-status-positive-emphasized: #138126;
107
+ --bs-color-surface-status-positive-muted: rgba(61, 227, 90, 0.12);
108
+ --bs-color-surface-status-warning-emphasized: #ffd000;
109
+ --bs-color-surface-status-warning-muted: rgba(255, 208, 0, 0.16);
110
+ --bs-color-surface-tertiary: rgba(189, 121, 60, 0.08);
111
+ --bs-elevation-color-default: rgba(0, 0, 0, 0.24);
112
+ --bs-elevation-color-drag: rgba(0, 0, 0, 0.24);
113
+ --bs-elevation-color-emphasized: rgba(0, 0, 0, 0.16);
114
+ --bs-elevation-color-none: rgba(0, 0, 0, 0);
115
+ --bs-elevation-color-raised: rgba(0, 0, 0, 0.24);
116
+ --bs-elevation-color-sticky: rgba(0, 0, 0, 0.16);
117
+ }
118
+
119
+ [data-bs-theme=dark],
120
+ :root[data-bs-theme=dark],
121
+ :root[data-bs-theme=dark] [data-bs-theme=root],
122
+ :root[data-bs-theme=light] [data-bs-theme=root-inverted] {
123
+ --bs-color-action-disabled: rgba(255, 255, 255, 0.2);
124
+ --bs-color-action-enabled: #eee;
125
+ --bs-color-action-focus: rgba(255, 255, 255, 0.64);
126
+ --bs-color-action-highlighted: #eee;
127
+ --bs-color-action-hover: rgba(255, 255, 255, 0.64);
128
+ --bs-color-action-loading: #ff7900;
129
+ --bs-color-action-negative-enabled: #ff8081;
130
+ --bs-color-action-negative-focus: #ffb2b3;
131
+ --bs-color-action-negative-hover: #ffb2b3;
132
+ --bs-color-action-negative-loading: #ffe5e6;
133
+ --bs-color-action-negative-pressed: #ffe5e6;
134
+ --bs-color-action-pressed: #ff7900;
135
+ --bs-color-action-read-only-primary: rgba(255, 255, 255, 0.64);
136
+ --bs-color-action-read-only-secondary: rgba(255, 255, 255, 0.2);
137
+ --bs-color-action-selected: #ff7900;
138
+ --bs-color-action-support-disabled: rgba(255, 255, 255, 0.04);
139
+ --bs-color-action-support-enabled: rgba(255, 255, 255, 0.04);
140
+ --bs-color-action-support-focus: rgba(255, 255, 255, 0.08);
141
+ --bs-color-action-support-hover: rgba(255, 255, 255, 0.08);
142
+ --bs-color-action-support-loading: rgba(255, 255, 255, 0.12);
143
+ --bs-color-action-support-pressed: rgba(255, 255, 255, 0.12);
144
+ --bs-color-action-visited: #a885d8;
145
+ --bs-color-bg-inverse-high: #eee;
146
+ --bs-color-bg-inverse-low: #333;
147
+ --bs-color-bg-primary: #141414;
148
+ --bs-color-bg-secondary: #1f1f1f;
149
+ --bs-color-bg-tertiary: #23211a;
150
+ --bs-color-border-brand-primary: #ff7900;
151
+ --bs-color-border-default: rgba(255, 255, 255, 0.2);
152
+ --bs-color-border-emphasized: rgba(255, 255, 255, 0.92);
153
+ --bs-color-border-focus: #eee;
154
+ --bs-color-border-focus-inset: #000;
155
+ --bs-color-border-minimal: rgba(255, 255, 255, 0.04);
156
+ --bs-color-border-muted: rgba(255, 255, 255, 0.08);
157
+ --bs-color-border-on-brand-primary: #000;
158
+ --bs-color-border-status-accent: #ff7900;
159
+ --bs-color-border-status-info: #8ad5ff;
160
+ --bs-color-border-status-negative: #ff8081;
161
+ --bs-color-border-status-positive: #94f0a4;
162
+ --bs-color-border-status-warning: #ffe270;
163
+ --bs-color-content-brand-primary: #ff7900;
164
+ --bs-color-content-default: #eee;
165
+ --bs-color-content-disabled: rgba(255, 255, 255, 0.2);
166
+ --bs-color-content-inverse: #000;
167
+ --bs-color-content-muted: rgba(255, 255, 255, 0.64);
168
+ --bs-color-content-on-action-disabled: #000;
169
+ --bs-color-content-on-action-enabled: #000;
170
+ --bs-color-content-on-action-focus: #000;
171
+ --bs-color-content-on-action-highlighted: #000;
172
+ --bs-color-content-on-action-hover: #000;
173
+ --bs-color-content-on-action-loading: #000;
174
+ --bs-color-content-on-action-pressed: #000;
175
+ --bs-color-content-on-action-selected: #000;
176
+ --bs-color-content-on-brand-primary: #000;
177
+ --bs-color-content-on-status-accent-emphasized: #000;
178
+ --bs-color-content-on-status-accent-muted: #eee;
179
+ --bs-color-content-on-status-info-emphasized: #000;
180
+ --bs-color-content-on-status-info-muted: #eee;
181
+ --bs-color-content-on-status-negative-emphasized: #000;
182
+ --bs-color-content-on-status-negative-muted: #eee;
183
+ --bs-color-content-on-status-positive-emphasized: #000;
184
+ --bs-color-content-on-status-positive-muted: #eee;
185
+ --bs-color-content-on-status-warning-emphasized: #000;
186
+ --bs-color-content-on-status-warning-muted: #eee;
187
+ --bs-color-content-status-accent: #ff7900;
188
+ --bs-color-content-status-info: #8ad5ff;
189
+ --bs-color-content-status-negative: #ff8081;
190
+ --bs-color-content-status-positive: #94f0a4;
191
+ --bs-color-content-status-warning: #ffe270;
192
+ --bs-color-opacity-lower: rgba(255, 255, 255, 0.08);
193
+ --bs-color-opacity-lowest: rgba(255, 255, 255, 0.04);
194
+ --bs-color-opacity-transparent: rgba(255, 255, 255, 0);
195
+ --bs-color-overlay-drag: rgba(255, 255, 255, 0.08);
196
+ --bs-color-overlay-dropdown: #3b3b3b;
197
+ --bs-color-overlay-modal: #333;
198
+ --bs-color-overlay-tooltip: #3b3b3b;
199
+ --bs-color-surface-brand-primary: #ff7900;
200
+ --bs-color-surface-inverse-high: #eee;
201
+ --bs-color-surface-inverse-low: rgba(255, 255, 255, 0.12);
202
+ --bs-color-surface-primary: rgba(255, 255, 255, 0.04);
203
+ --bs-color-surface-secondary: rgba(255, 255, 255, 0.08);
204
+ --bs-color-surface-status-accent-emphasized: #ff7900;
205
+ --bs-color-surface-status-accent-muted: rgba(104, 93, 80, 0.4);
206
+ --bs-color-surface-status-info-emphasized: #8ad5ff;
207
+ --bs-color-surface-status-info-muted: rgba(0, 89, 138, 0.52);
208
+ --bs-color-surface-status-negative-emphasized: #ff8081;
209
+ --bs-color-surface-status-negative-muted: rgba(219, 0, 2, 0.32);
210
+ --bs-color-surface-status-positive-emphasized: #94f0a4;
211
+ --bs-color-surface-status-positive-muted: rgba(14, 98, 29, 0.64);
212
+ --bs-color-surface-status-warning-emphasized: #ffe270;
213
+ --bs-color-surface-status-warning-muted: rgba(102, 81, 0, 0.48);
214
+ --bs-color-surface-tertiary: rgba(104, 93, 80, 0.4);
215
+ --bs-elevation-color-default: rgba(0, 0, 0, 0.24);
216
+ --bs-elevation-color-drag: rgba(0, 0, 0, 0.32);
217
+ --bs-elevation-color-emphasized: rgba(0, 0, 0, 0.16);
218
+ --bs-elevation-color-raised: rgba(0, 0, 0, 0.32);
219
+ --bs-elevation-color-sticky: rgba(0, 0, 0, 0.16);
220
+ }
221
+
222
+ :root,
223
+ [data-bs-theme=light],
224
+ :root[data-bs-theme=light] [data-bs-theme=root],
225
+ :root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
226
+ --bs-button-color-bg-brand-pressed: #000;
227
+ --bs-button-color-bg-brand-loading: #000;
228
+ --bs-button-color-content-brand-pressed: #fff;
229
+ --bs-button-color-content-brand-loading: #fff;
230
+ --bs-button-mono-color-bg-default-hover: rgba(0, 0, 0, 0.68);
231
+ --bs-button-mono-color-bg-default-pressed: rgba(255, 255, 255, 0.8);
232
+ --bs-button-mono-color-bg-default-loading: rgba(255, 255, 255, 0.8);
233
+ --bs-button-mono-color-bg-default-focus: rgba(0, 0, 0, 0.68);
234
+ --bs-button-mono-color-bg-strong-enabled: #000;
235
+ --bs-button-mono-color-bg-strong-hover: rgba(0, 0, 0, 0.68);
236
+ --bs-button-mono-color-bg-strong-pressed: rgba(255, 255, 255, 0.8);
237
+ --bs-button-mono-color-bg-strong-loading: rgba(255, 255, 255, 0.8);
238
+ --bs-button-mono-color-bg-strong-disabled: rgba(0, 0, 0, 0.28);
239
+ --bs-button-mono-color-bg-strong-focus: rgba(0, 0, 0, 0.68);
240
+ --bs-button-mono-color-bg-minimal-hover: rgba(0, 0, 0, 0.68);
241
+ --bs-button-mono-color-bg-minimal-pressed: rgba(255, 255, 255, 0.8);
242
+ --bs-button-mono-color-bg-minimal-focus: rgba(0, 0, 0, 0.68);
243
+ --bs-button-mono-color-content-default-enabled: #000;
244
+ --bs-button-mono-color-content-default-hover: #fff;
245
+ --bs-button-mono-color-content-default-pressed: #000;
246
+ --bs-button-mono-color-content-default-loading: #000;
247
+ --bs-button-mono-color-content-default-disabled: rgba(0, 0, 0, 0.28);
248
+ --bs-button-mono-color-content-default-focus: #fff;
249
+ --bs-button-mono-color-content-minimal-enabled: #000;
250
+ --bs-button-mono-color-content-minimal-hover: #fff;
251
+ --bs-button-mono-color-content-minimal-pressed: #000;
252
+ --bs-button-mono-color-content-minimal-loading: #000;
253
+ --bs-button-mono-color-content-minimal-disabled: rgba(0, 0, 0, 0.28);
254
+ --bs-button-mono-color-content-minimal-focus: #fff;
255
+ --bs-button-mono-color-content-strong-enabled: #fff;
256
+ --bs-button-mono-color-content-strong-hover: #fff;
257
+ --bs-button-mono-color-content-strong-pressed: #000;
258
+ --bs-button-mono-color-content-strong-loading: #000;
259
+ --bs-button-mono-color-content-strong-disabled: rgba(255, 255, 255, 0.64);
260
+ --bs-button-mono-color-content-strong-focus: #fff;
261
+ --bs-button-mono-color-border-default-enabled: #000;
262
+ --bs-button-mono-color-border-default-disabled: rgba(0, 0, 0, 0.28);
263
+ --bs-link-mono-color-content-enabled: #000;
264
+ --bs-link-mono-color-content-hover: #000;
265
+ --bs-link-mono-color-content-pressed: rgba(0, 0, 0, 0.52);
266
+ --bs-link-mono-color-content-disabled: rgba(0, 0, 0, 0.28);
267
+ --bs-link-mono-color-content-focus: #000;
268
+ --bs-switch-color-cursor: #fff;
269
+ --bs-switch-color-track-selected: #17a02f;
270
+ --bs-switch-color-track-selected-interaction: #138126;
271
+ --bs-switch-color-track-unselected: rgba(0, 0, 0, 0.44);
272
+ --bs-switch-color-track-unselected-interaction: rgba(0, 0, 0, 0.52);
273
+ --bs-icon-color-content-status-warning-external-shape: #ffd000;
274
+ --bs-icon-color-content-status-warning-internal-shape: #856a00;
275
+ --bs-icon-color-content-default: #000;
276
+ }
277
+
278
+ [data-bs-theme=dark],
279
+ :root[data-bs-theme=dark],
280
+ :root[data-bs-theme=dark] [data-bs-theme=root],
281
+ :root[data-bs-theme=light] [data-bs-theme=root-inverted] {
282
+ --bs-button-color-bg-brand-pressed: #eee;
283
+ --bs-button-color-bg-brand-loading: #eee;
284
+ --bs-button-color-content-brand-pressed: #000;
285
+ --bs-button-color-content-brand-loading: #000;
286
+ --bs-button-mono-color-bg-default-hover: rgba(255, 255, 255, 0.8);
287
+ --bs-button-mono-color-bg-default-pressed: rgba(0, 0, 0, 0.68);
288
+ --bs-button-mono-color-bg-default-loading: rgba(0, 0, 0, 0.68);
289
+ --bs-button-mono-color-bg-default-focus: rgba(255, 255, 255, 0.8);
290
+ --bs-button-mono-color-bg-strong-enabled: #fff;
291
+ --bs-button-mono-color-bg-strong-hover: rgba(255, 255, 255, 0.8);
292
+ --bs-button-mono-color-bg-strong-pressed: rgba(0, 0, 0, 0.68);
293
+ --bs-button-mono-color-bg-strong-loading: rgba(0, 0, 0, 0.68);
294
+ --bs-button-mono-color-bg-strong-disabled: rgba(255, 255, 255, 0.44);
295
+ --bs-button-mono-color-bg-strong-focus: rgba(255, 255, 255, 0.8);
296
+ --bs-button-mono-color-bg-minimal-hover: rgba(255, 255, 255, 0.8);
297
+ --bs-button-mono-color-bg-minimal-pressed: rgba(0, 0, 0, 0.68);
298
+ --bs-button-mono-color-bg-minimal-focus: rgba(255, 255, 255, 0.8);
299
+ --bs-button-mono-color-content-default-enabled: #fff;
300
+ --bs-button-mono-color-content-default-hover: #000;
301
+ --bs-button-mono-color-content-default-pressed: #fff;
302
+ --bs-button-mono-color-content-default-loading: #fff;
303
+ --bs-button-mono-color-content-default-disabled: rgba(255, 255, 255, 0.44);
304
+ --bs-button-mono-color-content-default-focus: #000;
305
+ --bs-button-mono-color-content-minimal-enabled: #fff;
306
+ --bs-button-mono-color-content-minimal-hover: #000;
307
+ --bs-button-mono-color-content-minimal-pressed: #fff;
308
+ --bs-button-mono-color-content-minimal-loading: #fff;
309
+ --bs-button-mono-color-content-minimal-disabled: rgba(255, 255, 255, 0.44);
310
+ --bs-button-mono-color-content-minimal-focus: #000;
311
+ --bs-button-mono-color-content-strong-enabled: #000;
312
+ --bs-button-mono-color-content-strong-hover: #000;
313
+ --bs-button-mono-color-content-strong-pressed: #fff;
314
+ --bs-button-mono-color-content-strong-loading: #fff;
315
+ --bs-button-mono-color-content-strong-disabled: rgba(0, 0, 0, 0.44);
316
+ --bs-button-mono-color-content-strong-focus: #000;
317
+ --bs-button-mono-color-border-default-enabled: #fff;
318
+ --bs-button-mono-color-border-default-disabled: rgba(255, 255, 255, 0.44);
319
+ --bs-link-mono-color-content-enabled: #fff;
320
+ --bs-link-mono-color-content-hover: #fff;
321
+ --bs-link-mono-color-content-pressed: rgba(255, 255, 255, 0.8);
322
+ --bs-link-mono-color-content-disabled: rgba(255, 255, 255, 0.44);
323
+ --bs-link-mono-color-content-focus: #fff;
324
+ --bs-switch-color-cursor: #141414;
325
+ --bs-switch-color-track-selected: #1ecd3c;
326
+ --bs-switch-color-track-selected-interaction: #94f0a4;
327
+ --bs-switch-color-track-unselected: rgba(255, 255, 255, 0.64);
328
+ --bs-switch-color-track-unselected-interaction: rgba(255, 255, 255, 0.8);
329
+ --bs-icon-color-content-status-warning-external-shape: #ffe270;
330
+ --bs-icon-color-content-status-warning-internal-shape: rgba(255, 255, 255, 0);
331
+ --bs-icon-color-content-default: #eee;
332
+ }
333
+
334
+ .container-fluid {
335
+ --bs-container-margin-x: var(--bs-grid-margin);
336
+ width: 100%;
337
+ padding-left: var(--bs-container-margin-x);
338
+ padding-right: var(--bs-container-margin-x);
339
+ margin-left: auto;
340
+ margin-right: auto;
341
+ }
342
+
343
+ @media (min-width: 1640px) {
344
+ .container-max-width {
345
+ --bs-container-margin-x: 36px;
346
+ max-width: 1680px;
347
+ }
348
+ .container-max-width .row {
349
+ --bs-gutter-x: 20px;
350
+ }
351
+ }
352
+
353
+ :root {
354
+ --bs-breakpoint-2xs: 0;
355
+ --bs-breakpoint-xs: 390px;
356
+ --bs-breakpoint-sm: 480px;
357
+ --bs-breakpoint-md: 736px;
358
+ --bs-breakpoint-lg: 1024px;
359
+ --bs-breakpoint-xl: 1320px;
360
+ --bs-breakpoint-2xl: 1640px;
361
+ --bs-breakpoint-3xl: 1880px;
362
+ }
363
+
364
+ .row {
365
+ --bs-gutter-x: var(--bs-grid-gap);
366
+ --bs-gutter-y: 0;
367
+ display: flex;
368
+ flex-wrap: wrap;
369
+ margin-top: calc(-1 * var(--bs-gutter-y));
370
+ margin-left: calc(-0.5 * var(--bs-gutter-x));
371
+ margin-right: calc(-0.5 * var(--bs-gutter-x));
372
+ }
373
+ .row > * {
374
+ box-sizing: border-box;
375
+ flex-shrink: 0;
376
+ width: 100%;
377
+ max-width: 100%;
378
+ padding-left: calc(var(--bs-gutter-x) * 0.5);
379
+ padding-right: calc(var(--bs-gutter-x) * 0.5);
380
+ margin-top: var(--bs-gutter-y);
381
+ }
382
+
383
+ .col {
384
+ flex: 1 0 0;
385
+ }
386
+
387
+ .row-cols-auto > * {
388
+ flex: 0 0 auto;
389
+ width: auto;
390
+ }
391
+
392
+ .row-cols-1 > * {
393
+ flex: 0 0 auto;
394
+ width: 100%;
395
+ }
396
+
397
+ .row-cols-2 > * {
398
+ flex: 0 0 auto;
399
+ width: 50%;
400
+ }
401
+
402
+ .row-cols-3 > * {
403
+ flex: 0 0 auto;
404
+ width: 33.33333333%;
405
+ }
406
+
407
+ .row-cols-4 > * {
408
+ flex: 0 0 auto;
409
+ width: 25%;
410
+ }
411
+
412
+ .row-cols-5 > * {
413
+ flex: 0 0 auto;
414
+ width: 20%;
415
+ }
416
+
417
+ .row-cols-6 > * {
418
+ flex: 0 0 auto;
419
+ width: 16.66666667%;
420
+ }
421
+
422
+ .col-auto {
423
+ flex: 0 0 auto;
424
+ width: auto;
425
+ }
426
+
427
+ .col-1 {
428
+ flex: 0 0 auto;
429
+ width: 8.33333333%;
430
+ }
431
+
432
+ .col-2 {
433
+ flex: 0 0 auto;
434
+ width: 16.66666667%;
435
+ }
436
+
437
+ .col-3 {
438
+ flex: 0 0 auto;
439
+ width: 25%;
440
+ }
441
+
442
+ .col-4 {
443
+ flex: 0 0 auto;
444
+ width: 33.33333333%;
445
+ }
446
+
447
+ .col-5 {
448
+ flex: 0 0 auto;
449
+ width: 41.66666667%;
450
+ }
451
+
452
+ .col-6 {
453
+ flex: 0 0 auto;
454
+ width: 50%;
455
+ }
456
+
457
+ .col-7 {
458
+ flex: 0 0 auto;
459
+ width: 58.33333333%;
460
+ }
461
+
462
+ .col-8 {
463
+ flex: 0 0 auto;
464
+ width: 66.66666667%;
465
+ }
466
+
467
+ .col-9 {
468
+ flex: 0 0 auto;
469
+ width: 75%;
470
+ }
471
+
472
+ .col-10 {
473
+ flex: 0 0 auto;
474
+ width: 83.33333333%;
475
+ }
476
+
477
+ .col-11 {
478
+ flex: 0 0 auto;
479
+ width: 91.66666667%;
480
+ }
481
+
482
+ .col-12 {
483
+ flex: 0 0 auto;
484
+ width: 100%;
485
+ }
486
+
487
+ .offset-1 {
488
+ margin-right: 8.33333333%;
489
+ }
490
+
491
+ .offset-2 {
492
+ margin-right: 16.66666667%;
493
+ }
494
+
495
+ .offset-3 {
496
+ margin-right: 25%;
497
+ }
498
+
499
+ .offset-4 {
500
+ margin-right: 33.33333333%;
501
+ }
502
+
503
+ .offset-5 {
504
+ margin-right: 41.66666667%;
505
+ }
506
+
507
+ .offset-6 {
508
+ margin-right: 50%;
509
+ }
510
+
511
+ .offset-7 {
512
+ margin-right: 58.33333333%;
513
+ }
514
+
515
+ .offset-8 {
516
+ margin-right: 66.66666667%;
517
+ }
518
+
519
+ .offset-9 {
520
+ margin-right: 75%;
521
+ }
522
+
523
+ .offset-10 {
524
+ margin-right: 83.33333333%;
525
+ }
526
+
527
+ .offset-11 {
528
+ margin-right: 91.66666667%;
529
+ }
530
+
531
+ .g-none,
532
+ .gx-none {
533
+ --bs-gutter-x: 0px !important;
534
+ }
535
+
536
+ .g-none,
537
+ .gy-none {
538
+ --bs-gutter-y: 0px !important;
539
+ }
540
+
541
+ .g-3xsmall,
542
+ .gx-3xsmall {
543
+ --bs-gutter-x: 2px !important;
544
+ }
545
+
546
+ .g-3xsmall,
547
+ .gy-3xsmall {
548
+ --bs-gutter-y: 2px !important;
549
+ }
550
+
551
+ .g-2xsmall,
552
+ .gx-2xsmall {
553
+ --bs-gutter-x: 4px !important;
554
+ }
555
+
556
+ .g-2xsmall,
557
+ .gy-2xsmall {
558
+ --bs-gutter-y: 4px !important;
559
+ }
560
+
561
+ .g-xsmall,
562
+ .gx-xsmall {
563
+ --bs-gutter-x: 8px !important;
564
+ }
565
+
566
+ .g-xsmall,
567
+ .gy-xsmall {
568
+ --bs-gutter-y: 8px !important;
569
+ }
570
+
571
+ .g-small,
572
+ .gx-small {
573
+ --bs-gutter-x: 12px !important;
574
+ }
575
+
576
+ .g-small,
577
+ .gy-small {
578
+ --bs-gutter-y: 12px !important;
579
+ }
580
+
581
+ .g-medium,
582
+ .gx-medium {
583
+ --bs-gutter-x: 16px !important;
584
+ }
585
+
586
+ .g-medium,
587
+ .gy-medium {
588
+ --bs-gutter-y: 16px !important;
589
+ }
590
+
591
+ .g-large,
592
+ .gx-large {
593
+ --bs-gutter-x: 24px !important;
594
+ }
595
+
596
+ .g-large,
597
+ .gy-large {
598
+ --bs-gutter-y: 24px !important;
599
+ }
600
+
601
+ .g-xlarge,
602
+ .gx-xlarge {
603
+ --bs-gutter-x: 32px !important;
604
+ }
605
+
606
+ .g-xlarge,
607
+ .gy-xlarge {
608
+ --bs-gutter-y: 32px !important;
609
+ }
610
+
611
+ .g-2xlarge,
612
+ .gx-2xlarge {
613
+ --bs-gutter-x: 40px !important;
614
+ }
615
+
616
+ .g-2xlarge,
617
+ .gy-2xlarge {
618
+ --bs-gutter-y: 40px !important;
619
+ }
620
+
621
+ .g-3xlarge,
622
+ .gx-3xlarge {
623
+ --bs-gutter-x: 48px !important;
624
+ }
625
+
626
+ .g-3xlarge,
627
+ .gy-3xlarge {
628
+ --bs-gutter-y: 48px !important;
629
+ }
630
+
631
+ .g-4xlarge,
632
+ .gx-4xlarge {
633
+ --bs-gutter-x: 56px !important;
634
+ }
635
+
636
+ .g-4xlarge,
637
+ .gy-4xlarge {
638
+ --bs-gutter-y: 56px !important;
639
+ }
640
+
641
+ .g-5xlarge,
642
+ .gx-5xlarge {
643
+ --bs-gutter-x: 64px !important;
644
+ }
645
+
646
+ .g-5xlarge,
647
+ .gy-5xlarge {
648
+ --bs-gutter-y: 64px !important;
649
+ }
650
+
651
+ @media (min-width: 390px) {
652
+ .col-xs {
653
+ flex: 1 0 0;
654
+ }
655
+ .row-cols-xs-auto > * {
656
+ flex: 0 0 auto;
657
+ width: auto;
658
+ }
659
+ .row-cols-xs-1 > * {
660
+ flex: 0 0 auto;
661
+ width: 100%;
662
+ }
663
+ .row-cols-xs-2 > * {
664
+ flex: 0 0 auto;
665
+ width: 50%;
666
+ }
667
+ .row-cols-xs-3 > * {
668
+ flex: 0 0 auto;
669
+ width: 33.33333333%;
670
+ }
671
+ .row-cols-xs-4 > * {
672
+ flex: 0 0 auto;
673
+ width: 25%;
674
+ }
675
+ .row-cols-xs-5 > * {
676
+ flex: 0 0 auto;
677
+ width: 20%;
678
+ }
679
+ .row-cols-xs-6 > * {
680
+ flex: 0 0 auto;
681
+ width: 16.66666667%;
682
+ }
683
+ .col-xs-auto {
684
+ flex: 0 0 auto;
685
+ width: auto;
686
+ }
687
+ .col-xs-1 {
688
+ flex: 0 0 auto;
689
+ width: 8.33333333%;
690
+ }
691
+ .col-xs-2 {
692
+ flex: 0 0 auto;
693
+ width: 16.66666667%;
694
+ }
695
+ .col-xs-3 {
696
+ flex: 0 0 auto;
697
+ width: 25%;
698
+ }
699
+ .col-xs-4 {
700
+ flex: 0 0 auto;
701
+ width: 33.33333333%;
702
+ }
703
+ .col-xs-5 {
704
+ flex: 0 0 auto;
705
+ width: 41.66666667%;
706
+ }
707
+ .col-xs-6 {
708
+ flex: 0 0 auto;
709
+ width: 50%;
710
+ }
711
+ .col-xs-7 {
712
+ flex: 0 0 auto;
713
+ width: 58.33333333%;
714
+ }
715
+ .col-xs-8 {
716
+ flex: 0 0 auto;
717
+ width: 66.66666667%;
718
+ }
719
+ .col-xs-9 {
720
+ flex: 0 0 auto;
721
+ width: 75%;
722
+ }
723
+ .col-xs-10 {
724
+ flex: 0 0 auto;
725
+ width: 83.33333333%;
726
+ }
727
+ .col-xs-11 {
728
+ flex: 0 0 auto;
729
+ width: 91.66666667%;
730
+ }
731
+ .col-xs-12 {
732
+ flex: 0 0 auto;
733
+ width: 100%;
734
+ }
735
+ .offset-xs-0 {
736
+ margin-right: 0;
737
+ }
738
+ .offset-xs-1 {
739
+ margin-right: 8.33333333%;
740
+ }
741
+ .offset-xs-2 {
742
+ margin-right: 16.66666667%;
743
+ }
744
+ .offset-xs-3 {
745
+ margin-right: 25%;
746
+ }
747
+ .offset-xs-4 {
748
+ margin-right: 33.33333333%;
749
+ }
750
+ .offset-xs-5 {
751
+ margin-right: 41.66666667%;
752
+ }
753
+ .offset-xs-6 {
754
+ margin-right: 50%;
755
+ }
756
+ .offset-xs-7 {
757
+ margin-right: 58.33333333%;
758
+ }
759
+ .offset-xs-8 {
760
+ margin-right: 66.66666667%;
761
+ }
762
+ .offset-xs-9 {
763
+ margin-right: 75%;
764
+ }
765
+ .offset-xs-10 {
766
+ margin-right: 83.33333333%;
767
+ }
768
+ .offset-xs-11 {
769
+ margin-right: 91.66666667%;
770
+ }
771
+ .g-xs-none,
772
+ .gx-xs-none {
773
+ --bs-gutter-x: 0px !important;
774
+ }
775
+ .g-xs-none,
776
+ .gy-xs-none {
777
+ --bs-gutter-y: 0px !important;
778
+ }
779
+ .g-xs-3xsmall,
780
+ .gx-xs-3xsmall {
781
+ --bs-gutter-x: 2px !important;
782
+ }
783
+ .g-xs-3xsmall,
784
+ .gy-xs-3xsmall {
785
+ --bs-gutter-y: 2px !important;
786
+ }
787
+ .g-xs-2xsmall,
788
+ .gx-xs-2xsmall {
789
+ --bs-gutter-x: 4px !important;
790
+ }
791
+ .g-xs-2xsmall,
792
+ .gy-xs-2xsmall {
793
+ --bs-gutter-y: 4px !important;
794
+ }
795
+ .g-xs-xsmall,
796
+ .gx-xs-xsmall {
797
+ --bs-gutter-x: 8px !important;
798
+ }
799
+ .g-xs-xsmall,
800
+ .gy-xs-xsmall {
801
+ --bs-gutter-y: 8px !important;
802
+ }
803
+ .g-xs-small,
804
+ .gx-xs-small {
805
+ --bs-gutter-x: 12px !important;
806
+ }
807
+ .g-xs-small,
808
+ .gy-xs-small {
809
+ --bs-gutter-y: 12px !important;
810
+ }
811
+ .g-xs-medium,
812
+ .gx-xs-medium {
813
+ --bs-gutter-x: 16px !important;
814
+ }
815
+ .g-xs-medium,
816
+ .gy-xs-medium {
817
+ --bs-gutter-y: 16px !important;
818
+ }
819
+ .g-xs-large,
820
+ .gx-xs-large {
821
+ --bs-gutter-x: 24px !important;
822
+ }
823
+ .g-xs-large,
824
+ .gy-xs-large {
825
+ --bs-gutter-y: 24px !important;
826
+ }
827
+ .g-xs-xlarge,
828
+ .gx-xs-xlarge {
829
+ --bs-gutter-x: 32px !important;
830
+ }
831
+ .g-xs-xlarge,
832
+ .gy-xs-xlarge {
833
+ --bs-gutter-y: 32px !important;
834
+ }
835
+ .g-xs-2xlarge,
836
+ .gx-xs-2xlarge {
837
+ --bs-gutter-x: 40px !important;
838
+ }
839
+ .g-xs-2xlarge,
840
+ .gy-xs-2xlarge {
841
+ --bs-gutter-y: 40px !important;
842
+ }
843
+ .g-xs-3xlarge,
844
+ .gx-xs-3xlarge {
845
+ --bs-gutter-x: 48px !important;
846
+ }
847
+ .g-xs-3xlarge,
848
+ .gy-xs-3xlarge {
849
+ --bs-gutter-y: 48px !important;
850
+ }
851
+ .g-xs-4xlarge,
852
+ .gx-xs-4xlarge {
853
+ --bs-gutter-x: 56px !important;
854
+ }
855
+ .g-xs-4xlarge,
856
+ .gy-xs-4xlarge {
857
+ --bs-gutter-y: 56px !important;
858
+ }
859
+ .g-xs-5xlarge,
860
+ .gx-xs-5xlarge {
861
+ --bs-gutter-x: 64px !important;
862
+ }
863
+ .g-xs-5xlarge,
864
+ .gy-xs-5xlarge {
865
+ --bs-gutter-y: 64px !important;
866
+ }
867
+ }
868
+ @media (min-width: 480px) {
869
+ .col-sm {
870
+ flex: 1 0 0;
871
+ }
872
+ .row-cols-sm-auto > * {
873
+ flex: 0 0 auto;
874
+ width: auto;
875
+ }
876
+ .row-cols-sm-1 > * {
877
+ flex: 0 0 auto;
878
+ width: 100%;
879
+ }
880
+ .row-cols-sm-2 > * {
881
+ flex: 0 0 auto;
882
+ width: 50%;
883
+ }
884
+ .row-cols-sm-3 > * {
885
+ flex: 0 0 auto;
886
+ width: 33.33333333%;
887
+ }
888
+ .row-cols-sm-4 > * {
889
+ flex: 0 0 auto;
890
+ width: 25%;
891
+ }
892
+ .row-cols-sm-5 > * {
893
+ flex: 0 0 auto;
894
+ width: 20%;
895
+ }
896
+ .row-cols-sm-6 > * {
897
+ flex: 0 0 auto;
898
+ width: 16.66666667%;
899
+ }
900
+ .col-sm-auto {
901
+ flex: 0 0 auto;
902
+ width: auto;
903
+ }
904
+ .col-sm-1 {
905
+ flex: 0 0 auto;
906
+ width: 8.33333333%;
907
+ }
908
+ .col-sm-2 {
909
+ flex: 0 0 auto;
910
+ width: 16.66666667%;
911
+ }
912
+ .col-sm-3 {
913
+ flex: 0 0 auto;
914
+ width: 25%;
915
+ }
916
+ .col-sm-4 {
917
+ flex: 0 0 auto;
918
+ width: 33.33333333%;
919
+ }
920
+ .col-sm-5 {
921
+ flex: 0 0 auto;
922
+ width: 41.66666667%;
923
+ }
924
+ .col-sm-6 {
925
+ flex: 0 0 auto;
926
+ width: 50%;
927
+ }
928
+ .col-sm-7 {
929
+ flex: 0 0 auto;
930
+ width: 58.33333333%;
931
+ }
932
+ .col-sm-8 {
933
+ flex: 0 0 auto;
934
+ width: 66.66666667%;
935
+ }
936
+ .col-sm-9 {
937
+ flex: 0 0 auto;
938
+ width: 75%;
939
+ }
940
+ .col-sm-10 {
941
+ flex: 0 0 auto;
942
+ width: 83.33333333%;
943
+ }
944
+ .col-sm-11 {
945
+ flex: 0 0 auto;
946
+ width: 91.66666667%;
947
+ }
948
+ .col-sm-12 {
949
+ flex: 0 0 auto;
950
+ width: 100%;
951
+ }
952
+ .offset-sm-0 {
953
+ margin-right: 0;
954
+ }
955
+ .offset-sm-1 {
956
+ margin-right: 8.33333333%;
957
+ }
958
+ .offset-sm-2 {
959
+ margin-right: 16.66666667%;
960
+ }
961
+ .offset-sm-3 {
962
+ margin-right: 25%;
963
+ }
964
+ .offset-sm-4 {
965
+ margin-right: 33.33333333%;
966
+ }
967
+ .offset-sm-5 {
968
+ margin-right: 41.66666667%;
969
+ }
970
+ .offset-sm-6 {
971
+ margin-right: 50%;
972
+ }
973
+ .offset-sm-7 {
974
+ margin-right: 58.33333333%;
975
+ }
976
+ .offset-sm-8 {
977
+ margin-right: 66.66666667%;
978
+ }
979
+ .offset-sm-9 {
980
+ margin-right: 75%;
981
+ }
982
+ .offset-sm-10 {
983
+ margin-right: 83.33333333%;
984
+ }
985
+ .offset-sm-11 {
986
+ margin-right: 91.66666667%;
987
+ }
988
+ .g-sm-none,
989
+ .gx-sm-none {
990
+ --bs-gutter-x: 0px !important;
991
+ }
992
+ .g-sm-none,
993
+ .gy-sm-none {
994
+ --bs-gutter-y: 0px !important;
995
+ }
996
+ .g-sm-3xsmall,
997
+ .gx-sm-3xsmall {
998
+ --bs-gutter-x: 2px !important;
999
+ }
1000
+ .g-sm-3xsmall,
1001
+ .gy-sm-3xsmall {
1002
+ --bs-gutter-y: 2px !important;
1003
+ }
1004
+ .g-sm-2xsmall,
1005
+ .gx-sm-2xsmall {
1006
+ --bs-gutter-x: 4px !important;
1007
+ }
1008
+ .g-sm-2xsmall,
1009
+ .gy-sm-2xsmall {
1010
+ --bs-gutter-y: 4px !important;
1011
+ }
1012
+ .g-sm-xsmall,
1013
+ .gx-sm-xsmall {
1014
+ --bs-gutter-x: 8px !important;
1015
+ }
1016
+ .g-sm-xsmall,
1017
+ .gy-sm-xsmall {
1018
+ --bs-gutter-y: 8px !important;
1019
+ }
1020
+ .g-sm-small,
1021
+ .gx-sm-small {
1022
+ --bs-gutter-x: 12px !important;
1023
+ }
1024
+ .g-sm-small,
1025
+ .gy-sm-small {
1026
+ --bs-gutter-y: 12px !important;
1027
+ }
1028
+ .g-sm-medium,
1029
+ .gx-sm-medium {
1030
+ --bs-gutter-x: 16px !important;
1031
+ }
1032
+ .g-sm-medium,
1033
+ .gy-sm-medium {
1034
+ --bs-gutter-y: 16px !important;
1035
+ }
1036
+ .g-sm-large,
1037
+ .gx-sm-large {
1038
+ --bs-gutter-x: 24px !important;
1039
+ }
1040
+ .g-sm-large,
1041
+ .gy-sm-large {
1042
+ --bs-gutter-y: 24px !important;
1043
+ }
1044
+ .g-sm-xlarge,
1045
+ .gx-sm-xlarge {
1046
+ --bs-gutter-x: 32px !important;
1047
+ }
1048
+ .g-sm-xlarge,
1049
+ .gy-sm-xlarge {
1050
+ --bs-gutter-y: 32px !important;
1051
+ }
1052
+ .g-sm-2xlarge,
1053
+ .gx-sm-2xlarge {
1054
+ --bs-gutter-x: 40px !important;
1055
+ }
1056
+ .g-sm-2xlarge,
1057
+ .gy-sm-2xlarge {
1058
+ --bs-gutter-y: 40px !important;
1059
+ }
1060
+ .g-sm-3xlarge,
1061
+ .gx-sm-3xlarge {
1062
+ --bs-gutter-x: 48px !important;
1063
+ }
1064
+ .g-sm-3xlarge,
1065
+ .gy-sm-3xlarge {
1066
+ --bs-gutter-y: 48px !important;
1067
+ }
1068
+ .g-sm-4xlarge,
1069
+ .gx-sm-4xlarge {
1070
+ --bs-gutter-x: 56px !important;
1071
+ }
1072
+ .g-sm-4xlarge,
1073
+ .gy-sm-4xlarge {
1074
+ --bs-gutter-y: 56px !important;
1075
+ }
1076
+ .g-sm-5xlarge,
1077
+ .gx-sm-5xlarge {
1078
+ --bs-gutter-x: 64px !important;
1079
+ }
1080
+ .g-sm-5xlarge,
1081
+ .gy-sm-5xlarge {
1082
+ --bs-gutter-y: 64px !important;
1083
+ }
1084
+ }
1085
+ @media (min-width: 736px) {
1086
+ .col-md {
1087
+ flex: 1 0 0;
1088
+ }
1089
+ .row-cols-md-auto > * {
1090
+ flex: 0 0 auto;
1091
+ width: auto;
1092
+ }
1093
+ .row-cols-md-1 > * {
1094
+ flex: 0 0 auto;
1095
+ width: 100%;
1096
+ }
1097
+ .row-cols-md-2 > * {
1098
+ flex: 0 0 auto;
1099
+ width: 50%;
1100
+ }
1101
+ .row-cols-md-3 > * {
1102
+ flex: 0 0 auto;
1103
+ width: 33.33333333%;
1104
+ }
1105
+ .row-cols-md-4 > * {
1106
+ flex: 0 0 auto;
1107
+ width: 25%;
1108
+ }
1109
+ .row-cols-md-5 > * {
1110
+ flex: 0 0 auto;
1111
+ width: 20%;
1112
+ }
1113
+ .row-cols-md-6 > * {
1114
+ flex: 0 0 auto;
1115
+ width: 16.66666667%;
1116
+ }
1117
+ .col-md-auto {
1118
+ flex: 0 0 auto;
1119
+ width: auto;
1120
+ }
1121
+ .col-md-1 {
1122
+ flex: 0 0 auto;
1123
+ width: 8.33333333%;
1124
+ }
1125
+ .col-md-2 {
1126
+ flex: 0 0 auto;
1127
+ width: 16.66666667%;
1128
+ }
1129
+ .col-md-3 {
1130
+ flex: 0 0 auto;
1131
+ width: 25%;
1132
+ }
1133
+ .col-md-4 {
1134
+ flex: 0 0 auto;
1135
+ width: 33.33333333%;
1136
+ }
1137
+ .col-md-5 {
1138
+ flex: 0 0 auto;
1139
+ width: 41.66666667%;
1140
+ }
1141
+ .col-md-6 {
1142
+ flex: 0 0 auto;
1143
+ width: 50%;
1144
+ }
1145
+ .col-md-7 {
1146
+ flex: 0 0 auto;
1147
+ width: 58.33333333%;
1148
+ }
1149
+ .col-md-8 {
1150
+ flex: 0 0 auto;
1151
+ width: 66.66666667%;
1152
+ }
1153
+ .col-md-9 {
1154
+ flex: 0 0 auto;
1155
+ width: 75%;
1156
+ }
1157
+ .col-md-10 {
1158
+ flex: 0 0 auto;
1159
+ width: 83.33333333%;
1160
+ }
1161
+ .col-md-11 {
1162
+ flex: 0 0 auto;
1163
+ width: 91.66666667%;
1164
+ }
1165
+ .col-md-12 {
1166
+ flex: 0 0 auto;
1167
+ width: 100%;
1168
+ }
1169
+ .offset-md-0 {
1170
+ margin-right: 0;
1171
+ }
1172
+ .offset-md-1 {
1173
+ margin-right: 8.33333333%;
1174
+ }
1175
+ .offset-md-2 {
1176
+ margin-right: 16.66666667%;
1177
+ }
1178
+ .offset-md-3 {
1179
+ margin-right: 25%;
1180
+ }
1181
+ .offset-md-4 {
1182
+ margin-right: 33.33333333%;
1183
+ }
1184
+ .offset-md-5 {
1185
+ margin-right: 41.66666667%;
1186
+ }
1187
+ .offset-md-6 {
1188
+ margin-right: 50%;
1189
+ }
1190
+ .offset-md-7 {
1191
+ margin-right: 58.33333333%;
1192
+ }
1193
+ .offset-md-8 {
1194
+ margin-right: 66.66666667%;
1195
+ }
1196
+ .offset-md-9 {
1197
+ margin-right: 75%;
1198
+ }
1199
+ .offset-md-10 {
1200
+ margin-right: 83.33333333%;
1201
+ }
1202
+ .offset-md-11 {
1203
+ margin-right: 91.66666667%;
1204
+ }
1205
+ .g-md-none,
1206
+ .gx-md-none {
1207
+ --bs-gutter-x: 0px !important;
1208
+ }
1209
+ .g-md-none,
1210
+ .gy-md-none {
1211
+ --bs-gutter-y: 0px !important;
1212
+ }
1213
+ .g-md-3xsmall,
1214
+ .gx-md-3xsmall {
1215
+ --bs-gutter-x: 2px !important;
1216
+ }
1217
+ .g-md-3xsmall,
1218
+ .gy-md-3xsmall {
1219
+ --bs-gutter-y: 2px !important;
1220
+ }
1221
+ .g-md-2xsmall,
1222
+ .gx-md-2xsmall {
1223
+ --bs-gutter-x: 4px !important;
1224
+ }
1225
+ .g-md-2xsmall,
1226
+ .gy-md-2xsmall {
1227
+ --bs-gutter-y: 4px !important;
1228
+ }
1229
+ .g-md-xsmall,
1230
+ .gx-md-xsmall {
1231
+ --bs-gutter-x: 8px !important;
1232
+ }
1233
+ .g-md-xsmall,
1234
+ .gy-md-xsmall {
1235
+ --bs-gutter-y: 8px !important;
1236
+ }
1237
+ .g-md-small,
1238
+ .gx-md-small {
1239
+ --bs-gutter-x: 12px !important;
1240
+ }
1241
+ .g-md-small,
1242
+ .gy-md-small {
1243
+ --bs-gutter-y: 12px !important;
1244
+ }
1245
+ .g-md-medium,
1246
+ .gx-md-medium {
1247
+ --bs-gutter-x: 16px !important;
1248
+ }
1249
+ .g-md-medium,
1250
+ .gy-md-medium {
1251
+ --bs-gutter-y: 16px !important;
1252
+ }
1253
+ .g-md-large,
1254
+ .gx-md-large {
1255
+ --bs-gutter-x: 24px !important;
1256
+ }
1257
+ .g-md-large,
1258
+ .gy-md-large {
1259
+ --bs-gutter-y: 24px !important;
1260
+ }
1261
+ .g-md-xlarge,
1262
+ .gx-md-xlarge {
1263
+ --bs-gutter-x: 32px !important;
1264
+ }
1265
+ .g-md-xlarge,
1266
+ .gy-md-xlarge {
1267
+ --bs-gutter-y: 32px !important;
1268
+ }
1269
+ .g-md-2xlarge,
1270
+ .gx-md-2xlarge {
1271
+ --bs-gutter-x: 40px !important;
1272
+ }
1273
+ .g-md-2xlarge,
1274
+ .gy-md-2xlarge {
1275
+ --bs-gutter-y: 40px !important;
1276
+ }
1277
+ .g-md-3xlarge,
1278
+ .gx-md-3xlarge {
1279
+ --bs-gutter-x: 48px !important;
1280
+ }
1281
+ .g-md-3xlarge,
1282
+ .gy-md-3xlarge {
1283
+ --bs-gutter-y: 48px !important;
1284
+ }
1285
+ .g-md-4xlarge,
1286
+ .gx-md-4xlarge {
1287
+ --bs-gutter-x: 56px !important;
1288
+ }
1289
+ .g-md-4xlarge,
1290
+ .gy-md-4xlarge {
1291
+ --bs-gutter-y: 56px !important;
1292
+ }
1293
+ .g-md-5xlarge,
1294
+ .gx-md-5xlarge {
1295
+ --bs-gutter-x: 64px !important;
1296
+ }
1297
+ .g-md-5xlarge,
1298
+ .gy-md-5xlarge {
1299
+ --bs-gutter-y: 64px !important;
1300
+ }
1301
+ }
1302
+ @media (min-width: 1024px) {
1303
+ .col-lg {
1304
+ flex: 1 0 0;
1305
+ }
1306
+ .row-cols-lg-auto > * {
1307
+ flex: 0 0 auto;
1308
+ width: auto;
1309
+ }
1310
+ .row-cols-lg-1 > * {
1311
+ flex: 0 0 auto;
1312
+ width: 100%;
1313
+ }
1314
+ .row-cols-lg-2 > * {
1315
+ flex: 0 0 auto;
1316
+ width: 50%;
1317
+ }
1318
+ .row-cols-lg-3 > * {
1319
+ flex: 0 0 auto;
1320
+ width: 33.33333333%;
1321
+ }
1322
+ .row-cols-lg-4 > * {
1323
+ flex: 0 0 auto;
1324
+ width: 25%;
1325
+ }
1326
+ .row-cols-lg-5 > * {
1327
+ flex: 0 0 auto;
1328
+ width: 20%;
1329
+ }
1330
+ .row-cols-lg-6 > * {
1331
+ flex: 0 0 auto;
1332
+ width: 16.66666667%;
1333
+ }
1334
+ .col-lg-auto {
1335
+ flex: 0 0 auto;
1336
+ width: auto;
1337
+ }
1338
+ .col-lg-1 {
1339
+ flex: 0 0 auto;
1340
+ width: 8.33333333%;
1341
+ }
1342
+ .col-lg-2 {
1343
+ flex: 0 0 auto;
1344
+ width: 16.66666667%;
1345
+ }
1346
+ .col-lg-3 {
1347
+ flex: 0 0 auto;
1348
+ width: 25%;
1349
+ }
1350
+ .col-lg-4 {
1351
+ flex: 0 0 auto;
1352
+ width: 33.33333333%;
1353
+ }
1354
+ .col-lg-5 {
1355
+ flex: 0 0 auto;
1356
+ width: 41.66666667%;
1357
+ }
1358
+ .col-lg-6 {
1359
+ flex: 0 0 auto;
1360
+ width: 50%;
1361
+ }
1362
+ .col-lg-7 {
1363
+ flex: 0 0 auto;
1364
+ width: 58.33333333%;
1365
+ }
1366
+ .col-lg-8 {
1367
+ flex: 0 0 auto;
1368
+ width: 66.66666667%;
1369
+ }
1370
+ .col-lg-9 {
1371
+ flex: 0 0 auto;
1372
+ width: 75%;
1373
+ }
1374
+ .col-lg-10 {
1375
+ flex: 0 0 auto;
1376
+ width: 83.33333333%;
1377
+ }
1378
+ .col-lg-11 {
1379
+ flex: 0 0 auto;
1380
+ width: 91.66666667%;
1381
+ }
1382
+ .col-lg-12 {
1383
+ flex: 0 0 auto;
1384
+ width: 100%;
1385
+ }
1386
+ .offset-lg-0 {
1387
+ margin-right: 0;
1388
+ }
1389
+ .offset-lg-1 {
1390
+ margin-right: 8.33333333%;
1391
+ }
1392
+ .offset-lg-2 {
1393
+ margin-right: 16.66666667%;
1394
+ }
1395
+ .offset-lg-3 {
1396
+ margin-right: 25%;
1397
+ }
1398
+ .offset-lg-4 {
1399
+ margin-right: 33.33333333%;
1400
+ }
1401
+ .offset-lg-5 {
1402
+ margin-right: 41.66666667%;
1403
+ }
1404
+ .offset-lg-6 {
1405
+ margin-right: 50%;
1406
+ }
1407
+ .offset-lg-7 {
1408
+ margin-right: 58.33333333%;
1409
+ }
1410
+ .offset-lg-8 {
1411
+ margin-right: 66.66666667%;
1412
+ }
1413
+ .offset-lg-9 {
1414
+ margin-right: 75%;
1415
+ }
1416
+ .offset-lg-10 {
1417
+ margin-right: 83.33333333%;
1418
+ }
1419
+ .offset-lg-11 {
1420
+ margin-right: 91.66666667%;
1421
+ }
1422
+ .g-lg-none,
1423
+ .gx-lg-none {
1424
+ --bs-gutter-x: 0px !important;
1425
+ }
1426
+ .g-lg-none,
1427
+ .gy-lg-none {
1428
+ --bs-gutter-y: 0px !important;
1429
+ }
1430
+ .g-lg-3xsmall,
1431
+ .gx-lg-3xsmall {
1432
+ --bs-gutter-x: 2px !important;
1433
+ }
1434
+ .g-lg-3xsmall,
1435
+ .gy-lg-3xsmall {
1436
+ --bs-gutter-y: 2px !important;
1437
+ }
1438
+ .g-lg-2xsmall,
1439
+ .gx-lg-2xsmall {
1440
+ --bs-gutter-x: 4px !important;
1441
+ }
1442
+ .g-lg-2xsmall,
1443
+ .gy-lg-2xsmall {
1444
+ --bs-gutter-y: 4px !important;
1445
+ }
1446
+ .g-lg-xsmall,
1447
+ .gx-lg-xsmall {
1448
+ --bs-gutter-x: 8px !important;
1449
+ }
1450
+ .g-lg-xsmall,
1451
+ .gy-lg-xsmall {
1452
+ --bs-gutter-y: 8px !important;
1453
+ }
1454
+ .g-lg-small,
1455
+ .gx-lg-small {
1456
+ --bs-gutter-x: 12px !important;
1457
+ }
1458
+ .g-lg-small,
1459
+ .gy-lg-small {
1460
+ --bs-gutter-y: 12px !important;
1461
+ }
1462
+ .g-lg-medium,
1463
+ .gx-lg-medium {
1464
+ --bs-gutter-x: 16px !important;
1465
+ }
1466
+ .g-lg-medium,
1467
+ .gy-lg-medium {
1468
+ --bs-gutter-y: 16px !important;
1469
+ }
1470
+ .g-lg-large,
1471
+ .gx-lg-large {
1472
+ --bs-gutter-x: 24px !important;
1473
+ }
1474
+ .g-lg-large,
1475
+ .gy-lg-large {
1476
+ --bs-gutter-y: 24px !important;
1477
+ }
1478
+ .g-lg-xlarge,
1479
+ .gx-lg-xlarge {
1480
+ --bs-gutter-x: 32px !important;
1481
+ }
1482
+ .g-lg-xlarge,
1483
+ .gy-lg-xlarge {
1484
+ --bs-gutter-y: 32px !important;
1485
+ }
1486
+ .g-lg-2xlarge,
1487
+ .gx-lg-2xlarge {
1488
+ --bs-gutter-x: 40px !important;
1489
+ }
1490
+ .g-lg-2xlarge,
1491
+ .gy-lg-2xlarge {
1492
+ --bs-gutter-y: 40px !important;
1493
+ }
1494
+ .g-lg-3xlarge,
1495
+ .gx-lg-3xlarge {
1496
+ --bs-gutter-x: 48px !important;
1497
+ }
1498
+ .g-lg-3xlarge,
1499
+ .gy-lg-3xlarge {
1500
+ --bs-gutter-y: 48px !important;
1501
+ }
1502
+ .g-lg-4xlarge,
1503
+ .gx-lg-4xlarge {
1504
+ --bs-gutter-x: 56px !important;
1505
+ }
1506
+ .g-lg-4xlarge,
1507
+ .gy-lg-4xlarge {
1508
+ --bs-gutter-y: 56px !important;
1509
+ }
1510
+ .g-lg-5xlarge,
1511
+ .gx-lg-5xlarge {
1512
+ --bs-gutter-x: 64px !important;
1513
+ }
1514
+ .g-lg-5xlarge,
1515
+ .gy-lg-5xlarge {
1516
+ --bs-gutter-y: 64px !important;
1517
+ }
1518
+ }
1519
+ @media (min-width: 1320px) {
1520
+ .col-xl {
1521
+ flex: 1 0 0;
1522
+ }
1523
+ .row-cols-xl-auto > * {
1524
+ flex: 0 0 auto;
1525
+ width: auto;
1526
+ }
1527
+ .row-cols-xl-1 > * {
1528
+ flex: 0 0 auto;
1529
+ width: 100%;
1530
+ }
1531
+ .row-cols-xl-2 > * {
1532
+ flex: 0 0 auto;
1533
+ width: 50%;
1534
+ }
1535
+ .row-cols-xl-3 > * {
1536
+ flex: 0 0 auto;
1537
+ width: 33.33333333%;
1538
+ }
1539
+ .row-cols-xl-4 > * {
1540
+ flex: 0 0 auto;
1541
+ width: 25%;
1542
+ }
1543
+ .row-cols-xl-5 > * {
1544
+ flex: 0 0 auto;
1545
+ width: 20%;
1546
+ }
1547
+ .row-cols-xl-6 > * {
1548
+ flex: 0 0 auto;
1549
+ width: 16.66666667%;
1550
+ }
1551
+ .col-xl-auto {
1552
+ flex: 0 0 auto;
1553
+ width: auto;
1554
+ }
1555
+ .col-xl-1 {
1556
+ flex: 0 0 auto;
1557
+ width: 8.33333333%;
1558
+ }
1559
+ .col-xl-2 {
1560
+ flex: 0 0 auto;
1561
+ width: 16.66666667%;
1562
+ }
1563
+ .col-xl-3 {
1564
+ flex: 0 0 auto;
1565
+ width: 25%;
1566
+ }
1567
+ .col-xl-4 {
1568
+ flex: 0 0 auto;
1569
+ width: 33.33333333%;
1570
+ }
1571
+ .col-xl-5 {
1572
+ flex: 0 0 auto;
1573
+ width: 41.66666667%;
1574
+ }
1575
+ .col-xl-6 {
1576
+ flex: 0 0 auto;
1577
+ width: 50%;
1578
+ }
1579
+ .col-xl-7 {
1580
+ flex: 0 0 auto;
1581
+ width: 58.33333333%;
1582
+ }
1583
+ .col-xl-8 {
1584
+ flex: 0 0 auto;
1585
+ width: 66.66666667%;
1586
+ }
1587
+ .col-xl-9 {
1588
+ flex: 0 0 auto;
1589
+ width: 75%;
1590
+ }
1591
+ .col-xl-10 {
1592
+ flex: 0 0 auto;
1593
+ width: 83.33333333%;
1594
+ }
1595
+ .col-xl-11 {
1596
+ flex: 0 0 auto;
1597
+ width: 91.66666667%;
1598
+ }
1599
+ .col-xl-12 {
1600
+ flex: 0 0 auto;
1601
+ width: 100%;
1602
+ }
1603
+ .offset-xl-0 {
1604
+ margin-right: 0;
1605
+ }
1606
+ .offset-xl-1 {
1607
+ margin-right: 8.33333333%;
1608
+ }
1609
+ .offset-xl-2 {
1610
+ margin-right: 16.66666667%;
1611
+ }
1612
+ .offset-xl-3 {
1613
+ margin-right: 25%;
1614
+ }
1615
+ .offset-xl-4 {
1616
+ margin-right: 33.33333333%;
1617
+ }
1618
+ .offset-xl-5 {
1619
+ margin-right: 41.66666667%;
1620
+ }
1621
+ .offset-xl-6 {
1622
+ margin-right: 50%;
1623
+ }
1624
+ .offset-xl-7 {
1625
+ margin-right: 58.33333333%;
1626
+ }
1627
+ .offset-xl-8 {
1628
+ margin-right: 66.66666667%;
1629
+ }
1630
+ .offset-xl-9 {
1631
+ margin-right: 75%;
1632
+ }
1633
+ .offset-xl-10 {
1634
+ margin-right: 83.33333333%;
1635
+ }
1636
+ .offset-xl-11 {
1637
+ margin-right: 91.66666667%;
1638
+ }
1639
+ .g-xl-none,
1640
+ .gx-xl-none {
1641
+ --bs-gutter-x: 0px !important;
1642
+ }
1643
+ .g-xl-none,
1644
+ .gy-xl-none {
1645
+ --bs-gutter-y: 0px !important;
1646
+ }
1647
+ .g-xl-3xsmall,
1648
+ .gx-xl-3xsmall {
1649
+ --bs-gutter-x: 2px !important;
1650
+ }
1651
+ .g-xl-3xsmall,
1652
+ .gy-xl-3xsmall {
1653
+ --bs-gutter-y: 2px !important;
1654
+ }
1655
+ .g-xl-2xsmall,
1656
+ .gx-xl-2xsmall {
1657
+ --bs-gutter-x: 4px !important;
1658
+ }
1659
+ .g-xl-2xsmall,
1660
+ .gy-xl-2xsmall {
1661
+ --bs-gutter-y: 4px !important;
1662
+ }
1663
+ .g-xl-xsmall,
1664
+ .gx-xl-xsmall {
1665
+ --bs-gutter-x: 8px !important;
1666
+ }
1667
+ .g-xl-xsmall,
1668
+ .gy-xl-xsmall {
1669
+ --bs-gutter-y: 8px !important;
1670
+ }
1671
+ .g-xl-small,
1672
+ .gx-xl-small {
1673
+ --bs-gutter-x: 12px !important;
1674
+ }
1675
+ .g-xl-small,
1676
+ .gy-xl-small {
1677
+ --bs-gutter-y: 12px !important;
1678
+ }
1679
+ .g-xl-medium,
1680
+ .gx-xl-medium {
1681
+ --bs-gutter-x: 16px !important;
1682
+ }
1683
+ .g-xl-medium,
1684
+ .gy-xl-medium {
1685
+ --bs-gutter-y: 16px !important;
1686
+ }
1687
+ .g-xl-large,
1688
+ .gx-xl-large {
1689
+ --bs-gutter-x: 24px !important;
1690
+ }
1691
+ .g-xl-large,
1692
+ .gy-xl-large {
1693
+ --bs-gutter-y: 24px !important;
1694
+ }
1695
+ .g-xl-xlarge,
1696
+ .gx-xl-xlarge {
1697
+ --bs-gutter-x: 32px !important;
1698
+ }
1699
+ .g-xl-xlarge,
1700
+ .gy-xl-xlarge {
1701
+ --bs-gutter-y: 32px !important;
1702
+ }
1703
+ .g-xl-2xlarge,
1704
+ .gx-xl-2xlarge {
1705
+ --bs-gutter-x: 40px !important;
1706
+ }
1707
+ .g-xl-2xlarge,
1708
+ .gy-xl-2xlarge {
1709
+ --bs-gutter-y: 40px !important;
1710
+ }
1711
+ .g-xl-3xlarge,
1712
+ .gx-xl-3xlarge {
1713
+ --bs-gutter-x: 48px !important;
1714
+ }
1715
+ .g-xl-3xlarge,
1716
+ .gy-xl-3xlarge {
1717
+ --bs-gutter-y: 48px !important;
1718
+ }
1719
+ .g-xl-4xlarge,
1720
+ .gx-xl-4xlarge {
1721
+ --bs-gutter-x: 56px !important;
1722
+ }
1723
+ .g-xl-4xlarge,
1724
+ .gy-xl-4xlarge {
1725
+ --bs-gutter-y: 56px !important;
1726
+ }
1727
+ .g-xl-5xlarge,
1728
+ .gx-xl-5xlarge {
1729
+ --bs-gutter-x: 64px !important;
1730
+ }
1731
+ .g-xl-5xlarge,
1732
+ .gy-xl-5xlarge {
1733
+ --bs-gutter-y: 64px !important;
1734
+ }
1735
+ }
1736
+ @media (min-width: 1640px) {
1737
+ .col-2xl {
1738
+ flex: 1 0 0;
1739
+ }
1740
+ .row-cols-2xl-auto > * {
1741
+ flex: 0 0 auto;
1742
+ width: auto;
1743
+ }
1744
+ .row-cols-2xl-1 > * {
1745
+ flex: 0 0 auto;
1746
+ width: 100%;
1747
+ }
1748
+ .row-cols-2xl-2 > * {
1749
+ flex: 0 0 auto;
1750
+ width: 50%;
1751
+ }
1752
+ .row-cols-2xl-3 > * {
1753
+ flex: 0 0 auto;
1754
+ width: 33.33333333%;
1755
+ }
1756
+ .row-cols-2xl-4 > * {
1757
+ flex: 0 0 auto;
1758
+ width: 25%;
1759
+ }
1760
+ .row-cols-2xl-5 > * {
1761
+ flex: 0 0 auto;
1762
+ width: 20%;
1763
+ }
1764
+ .row-cols-2xl-6 > * {
1765
+ flex: 0 0 auto;
1766
+ width: 16.66666667%;
1767
+ }
1768
+ .col-2xl-auto {
1769
+ flex: 0 0 auto;
1770
+ width: auto;
1771
+ }
1772
+ .col-2xl-1 {
1773
+ flex: 0 0 auto;
1774
+ width: 8.33333333%;
1775
+ }
1776
+ .col-2xl-2 {
1777
+ flex: 0 0 auto;
1778
+ width: 16.66666667%;
1779
+ }
1780
+ .col-2xl-3 {
1781
+ flex: 0 0 auto;
1782
+ width: 25%;
1783
+ }
1784
+ .col-2xl-4 {
1785
+ flex: 0 0 auto;
1786
+ width: 33.33333333%;
1787
+ }
1788
+ .col-2xl-5 {
1789
+ flex: 0 0 auto;
1790
+ width: 41.66666667%;
1791
+ }
1792
+ .col-2xl-6 {
1793
+ flex: 0 0 auto;
1794
+ width: 50%;
1795
+ }
1796
+ .col-2xl-7 {
1797
+ flex: 0 0 auto;
1798
+ width: 58.33333333%;
1799
+ }
1800
+ .col-2xl-8 {
1801
+ flex: 0 0 auto;
1802
+ width: 66.66666667%;
1803
+ }
1804
+ .col-2xl-9 {
1805
+ flex: 0 0 auto;
1806
+ width: 75%;
1807
+ }
1808
+ .col-2xl-10 {
1809
+ flex: 0 0 auto;
1810
+ width: 83.33333333%;
1811
+ }
1812
+ .col-2xl-11 {
1813
+ flex: 0 0 auto;
1814
+ width: 91.66666667%;
1815
+ }
1816
+ .col-2xl-12 {
1817
+ flex: 0 0 auto;
1818
+ width: 100%;
1819
+ }
1820
+ .offset-2xl-0 {
1821
+ margin-right: 0;
1822
+ }
1823
+ .offset-2xl-1 {
1824
+ margin-right: 8.33333333%;
1825
+ }
1826
+ .offset-2xl-2 {
1827
+ margin-right: 16.66666667%;
1828
+ }
1829
+ .offset-2xl-3 {
1830
+ margin-right: 25%;
1831
+ }
1832
+ .offset-2xl-4 {
1833
+ margin-right: 33.33333333%;
1834
+ }
1835
+ .offset-2xl-5 {
1836
+ margin-right: 41.66666667%;
1837
+ }
1838
+ .offset-2xl-6 {
1839
+ margin-right: 50%;
1840
+ }
1841
+ .offset-2xl-7 {
1842
+ margin-right: 58.33333333%;
1843
+ }
1844
+ .offset-2xl-8 {
1845
+ margin-right: 66.66666667%;
1846
+ }
1847
+ .offset-2xl-9 {
1848
+ margin-right: 75%;
1849
+ }
1850
+ .offset-2xl-10 {
1851
+ margin-right: 83.33333333%;
1852
+ }
1853
+ .offset-2xl-11 {
1854
+ margin-right: 91.66666667%;
1855
+ }
1856
+ .g-2xl-none,
1857
+ .gx-2xl-none {
1858
+ --bs-gutter-x: 0px !important;
1859
+ }
1860
+ .g-2xl-none,
1861
+ .gy-2xl-none {
1862
+ --bs-gutter-y: 0px !important;
1863
+ }
1864
+ .g-2xl-3xsmall,
1865
+ .gx-2xl-3xsmall {
1866
+ --bs-gutter-x: 2px !important;
1867
+ }
1868
+ .g-2xl-3xsmall,
1869
+ .gy-2xl-3xsmall {
1870
+ --bs-gutter-y: 2px !important;
1871
+ }
1872
+ .g-2xl-2xsmall,
1873
+ .gx-2xl-2xsmall {
1874
+ --bs-gutter-x: 4px !important;
1875
+ }
1876
+ .g-2xl-2xsmall,
1877
+ .gy-2xl-2xsmall {
1878
+ --bs-gutter-y: 4px !important;
1879
+ }
1880
+ .g-2xl-xsmall,
1881
+ .gx-2xl-xsmall {
1882
+ --bs-gutter-x: 8px !important;
1883
+ }
1884
+ .g-2xl-xsmall,
1885
+ .gy-2xl-xsmall {
1886
+ --bs-gutter-y: 8px !important;
1887
+ }
1888
+ .g-2xl-small,
1889
+ .gx-2xl-small {
1890
+ --bs-gutter-x: 12px !important;
1891
+ }
1892
+ .g-2xl-small,
1893
+ .gy-2xl-small {
1894
+ --bs-gutter-y: 12px !important;
1895
+ }
1896
+ .g-2xl-medium,
1897
+ .gx-2xl-medium {
1898
+ --bs-gutter-x: 16px !important;
1899
+ }
1900
+ .g-2xl-medium,
1901
+ .gy-2xl-medium {
1902
+ --bs-gutter-y: 16px !important;
1903
+ }
1904
+ .g-2xl-large,
1905
+ .gx-2xl-large {
1906
+ --bs-gutter-x: 24px !important;
1907
+ }
1908
+ .g-2xl-large,
1909
+ .gy-2xl-large {
1910
+ --bs-gutter-y: 24px !important;
1911
+ }
1912
+ .g-2xl-xlarge,
1913
+ .gx-2xl-xlarge {
1914
+ --bs-gutter-x: 32px !important;
1915
+ }
1916
+ .g-2xl-xlarge,
1917
+ .gy-2xl-xlarge {
1918
+ --bs-gutter-y: 32px !important;
1919
+ }
1920
+ .g-2xl-2xlarge,
1921
+ .gx-2xl-2xlarge {
1922
+ --bs-gutter-x: 40px !important;
1923
+ }
1924
+ .g-2xl-2xlarge,
1925
+ .gy-2xl-2xlarge {
1926
+ --bs-gutter-y: 40px !important;
1927
+ }
1928
+ .g-2xl-3xlarge,
1929
+ .gx-2xl-3xlarge {
1930
+ --bs-gutter-x: 48px !important;
1931
+ }
1932
+ .g-2xl-3xlarge,
1933
+ .gy-2xl-3xlarge {
1934
+ --bs-gutter-y: 48px !important;
1935
+ }
1936
+ .g-2xl-4xlarge,
1937
+ .gx-2xl-4xlarge {
1938
+ --bs-gutter-x: 56px !important;
1939
+ }
1940
+ .g-2xl-4xlarge,
1941
+ .gy-2xl-4xlarge {
1942
+ --bs-gutter-y: 56px !important;
1943
+ }
1944
+ .g-2xl-5xlarge,
1945
+ .gx-2xl-5xlarge {
1946
+ --bs-gutter-x: 64px !important;
1947
+ }
1948
+ .g-2xl-5xlarge,
1949
+ .gy-2xl-5xlarge {
1950
+ --bs-gutter-y: 64px !important;
1951
+ }
1952
+ }
1953
+ @media (min-width: 1880px) {
1954
+ .col-3xl {
1955
+ flex: 1 0 0;
1956
+ }
1957
+ .row-cols-3xl-auto > * {
1958
+ flex: 0 0 auto;
1959
+ width: auto;
1960
+ }
1961
+ .row-cols-3xl-1 > * {
1962
+ flex: 0 0 auto;
1963
+ width: 100%;
1964
+ }
1965
+ .row-cols-3xl-2 > * {
1966
+ flex: 0 0 auto;
1967
+ width: 50%;
1968
+ }
1969
+ .row-cols-3xl-3 > * {
1970
+ flex: 0 0 auto;
1971
+ width: 33.33333333%;
1972
+ }
1973
+ .row-cols-3xl-4 > * {
1974
+ flex: 0 0 auto;
1975
+ width: 25%;
1976
+ }
1977
+ .row-cols-3xl-5 > * {
1978
+ flex: 0 0 auto;
1979
+ width: 20%;
1980
+ }
1981
+ .row-cols-3xl-6 > * {
1982
+ flex: 0 0 auto;
1983
+ width: 16.66666667%;
1984
+ }
1985
+ .col-3xl-auto {
1986
+ flex: 0 0 auto;
1987
+ width: auto;
1988
+ }
1989
+ .col-3xl-1 {
1990
+ flex: 0 0 auto;
1991
+ width: 8.33333333%;
1992
+ }
1993
+ .col-3xl-2 {
1994
+ flex: 0 0 auto;
1995
+ width: 16.66666667%;
1996
+ }
1997
+ .col-3xl-3 {
1998
+ flex: 0 0 auto;
1999
+ width: 25%;
2000
+ }
2001
+ .col-3xl-4 {
2002
+ flex: 0 0 auto;
2003
+ width: 33.33333333%;
2004
+ }
2005
+ .col-3xl-5 {
2006
+ flex: 0 0 auto;
2007
+ width: 41.66666667%;
2008
+ }
2009
+ .col-3xl-6 {
2010
+ flex: 0 0 auto;
2011
+ width: 50%;
2012
+ }
2013
+ .col-3xl-7 {
2014
+ flex: 0 0 auto;
2015
+ width: 58.33333333%;
2016
+ }
2017
+ .col-3xl-8 {
2018
+ flex: 0 0 auto;
2019
+ width: 66.66666667%;
2020
+ }
2021
+ .col-3xl-9 {
2022
+ flex: 0 0 auto;
2023
+ width: 75%;
2024
+ }
2025
+ .col-3xl-10 {
2026
+ flex: 0 0 auto;
2027
+ width: 83.33333333%;
2028
+ }
2029
+ .col-3xl-11 {
2030
+ flex: 0 0 auto;
2031
+ width: 91.66666667%;
2032
+ }
2033
+ .col-3xl-12 {
2034
+ flex: 0 0 auto;
2035
+ width: 100%;
2036
+ }
2037
+ .offset-3xl-0 {
2038
+ margin-right: 0;
2039
+ }
2040
+ .offset-3xl-1 {
2041
+ margin-right: 8.33333333%;
2042
+ }
2043
+ .offset-3xl-2 {
2044
+ margin-right: 16.66666667%;
2045
+ }
2046
+ .offset-3xl-3 {
2047
+ margin-right: 25%;
2048
+ }
2049
+ .offset-3xl-4 {
2050
+ margin-right: 33.33333333%;
2051
+ }
2052
+ .offset-3xl-5 {
2053
+ margin-right: 41.66666667%;
2054
+ }
2055
+ .offset-3xl-6 {
2056
+ margin-right: 50%;
2057
+ }
2058
+ .offset-3xl-7 {
2059
+ margin-right: 58.33333333%;
2060
+ }
2061
+ .offset-3xl-8 {
2062
+ margin-right: 66.66666667%;
2063
+ }
2064
+ .offset-3xl-9 {
2065
+ margin-right: 75%;
2066
+ }
2067
+ .offset-3xl-10 {
2068
+ margin-right: 83.33333333%;
2069
+ }
2070
+ .offset-3xl-11 {
2071
+ margin-right: 91.66666667%;
2072
+ }
2073
+ .g-3xl-none,
2074
+ .gx-3xl-none {
2075
+ --bs-gutter-x: 0px !important;
2076
+ }
2077
+ .g-3xl-none,
2078
+ .gy-3xl-none {
2079
+ --bs-gutter-y: 0px !important;
2080
+ }
2081
+ .g-3xl-3xsmall,
2082
+ .gx-3xl-3xsmall {
2083
+ --bs-gutter-x: 2px !important;
2084
+ }
2085
+ .g-3xl-3xsmall,
2086
+ .gy-3xl-3xsmall {
2087
+ --bs-gutter-y: 2px !important;
2088
+ }
2089
+ .g-3xl-2xsmall,
2090
+ .gx-3xl-2xsmall {
2091
+ --bs-gutter-x: 4px !important;
2092
+ }
2093
+ .g-3xl-2xsmall,
2094
+ .gy-3xl-2xsmall {
2095
+ --bs-gutter-y: 4px !important;
2096
+ }
2097
+ .g-3xl-xsmall,
2098
+ .gx-3xl-xsmall {
2099
+ --bs-gutter-x: 8px !important;
2100
+ }
2101
+ .g-3xl-xsmall,
2102
+ .gy-3xl-xsmall {
2103
+ --bs-gutter-y: 8px !important;
2104
+ }
2105
+ .g-3xl-small,
2106
+ .gx-3xl-small {
2107
+ --bs-gutter-x: 12px !important;
2108
+ }
2109
+ .g-3xl-small,
2110
+ .gy-3xl-small {
2111
+ --bs-gutter-y: 12px !important;
2112
+ }
2113
+ .g-3xl-medium,
2114
+ .gx-3xl-medium {
2115
+ --bs-gutter-x: 16px !important;
2116
+ }
2117
+ .g-3xl-medium,
2118
+ .gy-3xl-medium {
2119
+ --bs-gutter-y: 16px !important;
2120
+ }
2121
+ .g-3xl-large,
2122
+ .gx-3xl-large {
2123
+ --bs-gutter-x: 24px !important;
2124
+ }
2125
+ .g-3xl-large,
2126
+ .gy-3xl-large {
2127
+ --bs-gutter-y: 24px !important;
2128
+ }
2129
+ .g-3xl-xlarge,
2130
+ .gx-3xl-xlarge {
2131
+ --bs-gutter-x: 32px !important;
2132
+ }
2133
+ .g-3xl-xlarge,
2134
+ .gy-3xl-xlarge {
2135
+ --bs-gutter-y: 32px !important;
2136
+ }
2137
+ .g-3xl-2xlarge,
2138
+ .gx-3xl-2xlarge {
2139
+ --bs-gutter-x: 40px !important;
2140
+ }
2141
+ .g-3xl-2xlarge,
2142
+ .gy-3xl-2xlarge {
2143
+ --bs-gutter-y: 40px !important;
2144
+ }
2145
+ .g-3xl-3xlarge,
2146
+ .gx-3xl-3xlarge {
2147
+ --bs-gutter-x: 48px !important;
2148
+ }
2149
+ .g-3xl-3xlarge,
2150
+ .gy-3xl-3xlarge {
2151
+ --bs-gutter-y: 48px !important;
2152
+ }
2153
+ .g-3xl-4xlarge,
2154
+ .gx-3xl-4xlarge {
2155
+ --bs-gutter-x: 56px !important;
2156
+ }
2157
+ .g-3xl-4xlarge,
2158
+ .gy-3xl-4xlarge {
2159
+ --bs-gutter-y: 56px !important;
2160
+ }
2161
+ .g-3xl-5xlarge,
2162
+ .gx-3xl-5xlarge {
2163
+ --bs-gutter-x: 64px !important;
2164
+ }
2165
+ .g-3xl-5xlarge,
2166
+ .gy-3xl-5xlarge {
2167
+ --bs-gutter-y: 64px !important;
2168
+ }
2169
+ }
2170
+ .d-inline {
2171
+ display: inline !important;
2172
+ }
2173
+
2174
+ .d-inline-block {
2175
+ display: inline-block !important;
2176
+ }
2177
+
2178
+ .d-block {
2179
+ display: block !important;
2180
+ }
2181
+
2182
+ .d-grid {
2183
+ display: grid !important;
2184
+ }
2185
+
2186
+ .d-inline-grid {
2187
+ display: inline-grid !important;
2188
+ }
2189
+
2190
+ .d-table {
2191
+ display: table !important;
2192
+ }
2193
+
2194
+ .d-table-row {
2195
+ display: table-row !important;
2196
+ }
2197
+
2198
+ .d-table-cell {
2199
+ display: table-cell !important;
2200
+ }
2201
+
2202
+ .d-flex {
2203
+ display: flex !important;
2204
+ }
2205
+
2206
+ .d-inline-flex {
2207
+ display: inline-flex !important;
2208
+ }
2209
+
2210
+ .d-flow-root {
2211
+ display: flow-root !important;
2212
+ }
2213
+
2214
+ .d-none {
2215
+ display: none !important;
2216
+ }
2217
+
2218
+ .flex-fill {
2219
+ flex: 1 1 auto !important;
2220
+ }
2221
+
2222
+ .flex-row {
2223
+ flex-direction: row !important;
2224
+ }
2225
+
2226
+ .flex-column {
2227
+ flex-direction: column !important;
2228
+ }
2229
+
2230
+ .flex-row-reverse {
2231
+ flex-direction: row-reverse !important;
2232
+ }
2233
+
2234
+ .flex-column-reverse {
2235
+ flex-direction: column-reverse !important;
2236
+ }
2237
+
2238
+ .flex-grow-0 {
2239
+ flex-grow: 0 !important;
2240
+ }
2241
+
2242
+ .flex-grow-1 {
2243
+ flex-grow: 1 !important;
2244
+ }
2245
+
2246
+ .flex-shrink-0 {
2247
+ flex-shrink: 0 !important;
2248
+ }
2249
+
2250
+ .flex-shrink-1 {
2251
+ flex-shrink: 1 !important;
2252
+ }
2253
+
2254
+ .flex-wrap {
2255
+ flex-wrap: wrap !important;
2256
+ }
2257
+
2258
+ .flex-nowrap {
2259
+ flex-wrap: nowrap !important;
2260
+ }
2261
+
2262
+ .flex-wrap-reverse {
2263
+ flex-wrap: wrap-reverse !important;
2264
+ }
2265
+
2266
+ .justify-content-start {
2267
+ justify-content: flex-start !important;
2268
+ }
2269
+
2270
+ .justify-content-end {
2271
+ justify-content: flex-end !important;
2272
+ }
2273
+
2274
+ .justify-content-center {
2275
+ justify-content: center !important;
2276
+ }
2277
+
2278
+ .justify-content-between {
2279
+ justify-content: space-between !important;
2280
+ }
2281
+
2282
+ .justify-content-around {
2283
+ justify-content: space-around !important;
2284
+ }
2285
+
2286
+ .justify-content-evenly {
2287
+ justify-content: space-evenly !important;
2288
+ }
2289
+
2290
+ .align-items-start {
2291
+ align-items: flex-start !important;
2292
+ }
2293
+
2294
+ .align-items-end {
2295
+ align-items: flex-end !important;
2296
+ }
2297
+
2298
+ .align-items-center {
2299
+ align-items: center !important;
2300
+ }
2301
+
2302
+ .align-items-baseline {
2303
+ align-items: baseline !important;
2304
+ }
2305
+
2306
+ .align-items-stretch {
2307
+ align-items: stretch !important;
2308
+ }
2309
+
2310
+ .align-content-start {
2311
+ align-content: flex-start !important;
2312
+ }
2313
+
2314
+ .align-content-end {
2315
+ align-content: flex-end !important;
2316
+ }
2317
+
2318
+ .align-content-center {
2319
+ align-content: center !important;
2320
+ }
2321
+
2322
+ .align-content-between {
2323
+ align-content: space-between !important;
2324
+ }
2325
+
2326
+ .align-content-around {
2327
+ align-content: space-around !important;
2328
+ }
2329
+
2330
+ .align-content-stretch {
2331
+ align-content: stretch !important;
2332
+ }
2333
+
2334
+ .align-self-auto {
2335
+ align-self: auto !important;
2336
+ }
2337
+
2338
+ .align-self-start {
2339
+ align-self: flex-start !important;
2340
+ }
2341
+
2342
+ .align-self-end {
2343
+ align-self: flex-end !important;
2344
+ }
2345
+
2346
+ .align-self-center {
2347
+ align-self: center !important;
2348
+ }
2349
+
2350
+ .align-self-baseline {
2351
+ align-self: baseline !important;
2352
+ }
2353
+
2354
+ .align-self-stretch {
2355
+ align-self: stretch !important;
2356
+ }
2357
+
2358
+ .order-first {
2359
+ order: -1 !important;
2360
+ }
2361
+
2362
+ .order-0 {
2363
+ order: 0 !important;
2364
+ }
2365
+
2366
+ .order-1 {
2367
+ order: 1 !important;
2368
+ }
2369
+
2370
+ .order-2 {
2371
+ order: 2 !important;
2372
+ }
2373
+
2374
+ .order-3 {
2375
+ order: 3 !important;
2376
+ }
2377
+
2378
+ .order-4 {
2379
+ order: 4 !important;
2380
+ }
2381
+
2382
+ .order-5 {
2383
+ order: 5 !important;
2384
+ }
2385
+
2386
+ .order-last {
2387
+ order: 6 !important;
2388
+ }
2389
+
2390
+ @media (min-width: 390px) {
2391
+ .d-xs-inline {
2392
+ display: inline !important;
2393
+ }
2394
+ .d-xs-inline-block {
2395
+ display: inline-block !important;
2396
+ }
2397
+ .d-xs-block {
2398
+ display: block !important;
2399
+ }
2400
+ .d-xs-grid {
2401
+ display: grid !important;
2402
+ }
2403
+ .d-xs-inline-grid {
2404
+ display: inline-grid !important;
2405
+ }
2406
+ .d-xs-table {
2407
+ display: table !important;
2408
+ }
2409
+ .d-xs-table-row {
2410
+ display: table-row !important;
2411
+ }
2412
+ .d-xs-table-cell {
2413
+ display: table-cell !important;
2414
+ }
2415
+ .d-xs-flex {
2416
+ display: flex !important;
2417
+ }
2418
+ .d-xs-inline-flex {
2419
+ display: inline-flex !important;
2420
+ }
2421
+ .d-xs-flow-root {
2422
+ display: flow-root !important;
2423
+ }
2424
+ .d-xs-none {
2425
+ display: none !important;
2426
+ }
2427
+ .flex-xs-fill {
2428
+ flex: 1 1 auto !important;
2429
+ }
2430
+ .flex-xs-row {
2431
+ flex-direction: row !important;
2432
+ }
2433
+ .flex-xs-column {
2434
+ flex-direction: column !important;
2435
+ }
2436
+ .flex-xs-row-reverse {
2437
+ flex-direction: row-reverse !important;
2438
+ }
2439
+ .flex-xs-column-reverse {
2440
+ flex-direction: column-reverse !important;
2441
+ }
2442
+ .flex-xs-grow-0 {
2443
+ flex-grow: 0 !important;
2444
+ }
2445
+ .flex-xs-grow-1 {
2446
+ flex-grow: 1 !important;
2447
+ }
2448
+ .flex-xs-shrink-0 {
2449
+ flex-shrink: 0 !important;
2450
+ }
2451
+ .flex-xs-shrink-1 {
2452
+ flex-shrink: 1 !important;
2453
+ }
2454
+ .flex-xs-wrap {
2455
+ flex-wrap: wrap !important;
2456
+ }
2457
+ .flex-xs-nowrap {
2458
+ flex-wrap: nowrap !important;
2459
+ }
2460
+ .flex-xs-wrap-reverse {
2461
+ flex-wrap: wrap-reverse !important;
2462
+ }
2463
+ .justify-content-xs-start {
2464
+ justify-content: flex-start !important;
2465
+ }
2466
+ .justify-content-xs-end {
2467
+ justify-content: flex-end !important;
2468
+ }
2469
+ .justify-content-xs-center {
2470
+ justify-content: center !important;
2471
+ }
2472
+ .justify-content-xs-between {
2473
+ justify-content: space-between !important;
2474
+ }
2475
+ .justify-content-xs-around {
2476
+ justify-content: space-around !important;
2477
+ }
2478
+ .justify-content-xs-evenly {
2479
+ justify-content: space-evenly !important;
2480
+ }
2481
+ .align-items-xs-start {
2482
+ align-items: flex-start !important;
2483
+ }
2484
+ .align-items-xs-end {
2485
+ align-items: flex-end !important;
2486
+ }
2487
+ .align-items-xs-center {
2488
+ align-items: center !important;
2489
+ }
2490
+ .align-items-xs-baseline {
2491
+ align-items: baseline !important;
2492
+ }
2493
+ .align-items-xs-stretch {
2494
+ align-items: stretch !important;
2495
+ }
2496
+ .align-content-xs-start {
2497
+ align-content: flex-start !important;
2498
+ }
2499
+ .align-content-xs-end {
2500
+ align-content: flex-end !important;
2501
+ }
2502
+ .align-content-xs-center {
2503
+ align-content: center !important;
2504
+ }
2505
+ .align-content-xs-between {
2506
+ align-content: space-between !important;
2507
+ }
2508
+ .align-content-xs-around {
2509
+ align-content: space-around !important;
2510
+ }
2511
+ .align-content-xs-stretch {
2512
+ align-content: stretch !important;
2513
+ }
2514
+ .align-self-xs-auto {
2515
+ align-self: auto !important;
2516
+ }
2517
+ .align-self-xs-start {
2518
+ align-self: flex-start !important;
2519
+ }
2520
+ .align-self-xs-end {
2521
+ align-self: flex-end !important;
2522
+ }
2523
+ .align-self-xs-center {
2524
+ align-self: center !important;
2525
+ }
2526
+ .align-self-xs-baseline {
2527
+ align-self: baseline !important;
2528
+ }
2529
+ .align-self-xs-stretch {
2530
+ align-self: stretch !important;
2531
+ }
2532
+ .order-xs-first {
2533
+ order: -1 !important;
2534
+ }
2535
+ .order-xs-0 {
2536
+ order: 0 !important;
2537
+ }
2538
+ .order-xs-1 {
2539
+ order: 1 !important;
2540
+ }
2541
+ .order-xs-2 {
2542
+ order: 2 !important;
2543
+ }
2544
+ .order-xs-3 {
2545
+ order: 3 !important;
2546
+ }
2547
+ .order-xs-4 {
2548
+ order: 4 !important;
2549
+ }
2550
+ .order-xs-5 {
2551
+ order: 5 !important;
2552
+ }
2553
+ .order-xs-last {
2554
+ order: 6 !important;
2555
+ }
2556
+ }
2557
+ @media (min-width: 480px) {
2558
+ .d-sm-inline {
2559
+ display: inline !important;
2560
+ }
2561
+ .d-sm-inline-block {
2562
+ display: inline-block !important;
2563
+ }
2564
+ .d-sm-block {
2565
+ display: block !important;
2566
+ }
2567
+ .d-sm-grid {
2568
+ display: grid !important;
2569
+ }
2570
+ .d-sm-inline-grid {
2571
+ display: inline-grid !important;
2572
+ }
2573
+ .d-sm-table {
2574
+ display: table !important;
2575
+ }
2576
+ .d-sm-table-row {
2577
+ display: table-row !important;
2578
+ }
2579
+ .d-sm-table-cell {
2580
+ display: table-cell !important;
2581
+ }
2582
+ .d-sm-flex {
2583
+ display: flex !important;
2584
+ }
2585
+ .d-sm-inline-flex {
2586
+ display: inline-flex !important;
2587
+ }
2588
+ .d-sm-flow-root {
2589
+ display: flow-root !important;
2590
+ }
2591
+ .d-sm-none {
2592
+ display: none !important;
2593
+ }
2594
+ .flex-sm-fill {
2595
+ flex: 1 1 auto !important;
2596
+ }
2597
+ .flex-sm-row {
2598
+ flex-direction: row !important;
2599
+ }
2600
+ .flex-sm-column {
2601
+ flex-direction: column !important;
2602
+ }
2603
+ .flex-sm-row-reverse {
2604
+ flex-direction: row-reverse !important;
2605
+ }
2606
+ .flex-sm-column-reverse {
2607
+ flex-direction: column-reverse !important;
2608
+ }
2609
+ .flex-sm-grow-0 {
2610
+ flex-grow: 0 !important;
2611
+ }
2612
+ .flex-sm-grow-1 {
2613
+ flex-grow: 1 !important;
2614
+ }
2615
+ .flex-sm-shrink-0 {
2616
+ flex-shrink: 0 !important;
2617
+ }
2618
+ .flex-sm-shrink-1 {
2619
+ flex-shrink: 1 !important;
2620
+ }
2621
+ .flex-sm-wrap {
2622
+ flex-wrap: wrap !important;
2623
+ }
2624
+ .flex-sm-nowrap {
2625
+ flex-wrap: nowrap !important;
2626
+ }
2627
+ .flex-sm-wrap-reverse {
2628
+ flex-wrap: wrap-reverse !important;
2629
+ }
2630
+ .justify-content-sm-start {
2631
+ justify-content: flex-start !important;
2632
+ }
2633
+ .justify-content-sm-end {
2634
+ justify-content: flex-end !important;
2635
+ }
2636
+ .justify-content-sm-center {
2637
+ justify-content: center !important;
2638
+ }
2639
+ .justify-content-sm-between {
2640
+ justify-content: space-between !important;
2641
+ }
2642
+ .justify-content-sm-around {
2643
+ justify-content: space-around !important;
2644
+ }
2645
+ .justify-content-sm-evenly {
2646
+ justify-content: space-evenly !important;
2647
+ }
2648
+ .align-items-sm-start {
2649
+ align-items: flex-start !important;
2650
+ }
2651
+ .align-items-sm-end {
2652
+ align-items: flex-end !important;
2653
+ }
2654
+ .align-items-sm-center {
2655
+ align-items: center !important;
2656
+ }
2657
+ .align-items-sm-baseline {
2658
+ align-items: baseline !important;
2659
+ }
2660
+ .align-items-sm-stretch {
2661
+ align-items: stretch !important;
2662
+ }
2663
+ .align-content-sm-start {
2664
+ align-content: flex-start !important;
2665
+ }
2666
+ .align-content-sm-end {
2667
+ align-content: flex-end !important;
2668
+ }
2669
+ .align-content-sm-center {
2670
+ align-content: center !important;
2671
+ }
2672
+ .align-content-sm-between {
2673
+ align-content: space-between !important;
2674
+ }
2675
+ .align-content-sm-around {
2676
+ align-content: space-around !important;
2677
+ }
2678
+ .align-content-sm-stretch {
2679
+ align-content: stretch !important;
2680
+ }
2681
+ .align-self-sm-auto {
2682
+ align-self: auto !important;
2683
+ }
2684
+ .align-self-sm-start {
2685
+ align-self: flex-start !important;
2686
+ }
2687
+ .align-self-sm-end {
2688
+ align-self: flex-end !important;
2689
+ }
2690
+ .align-self-sm-center {
2691
+ align-self: center !important;
2692
+ }
2693
+ .align-self-sm-baseline {
2694
+ align-self: baseline !important;
2695
+ }
2696
+ .align-self-sm-stretch {
2697
+ align-self: stretch !important;
2698
+ }
2699
+ .order-sm-first {
2700
+ order: -1 !important;
2701
+ }
2702
+ .order-sm-0 {
2703
+ order: 0 !important;
2704
+ }
2705
+ .order-sm-1 {
2706
+ order: 1 !important;
2707
+ }
2708
+ .order-sm-2 {
2709
+ order: 2 !important;
2710
+ }
2711
+ .order-sm-3 {
2712
+ order: 3 !important;
2713
+ }
2714
+ .order-sm-4 {
2715
+ order: 4 !important;
2716
+ }
2717
+ .order-sm-5 {
2718
+ order: 5 !important;
2719
+ }
2720
+ .order-sm-last {
2721
+ order: 6 !important;
2722
+ }
2723
+ }
2724
+ @media (min-width: 736px) {
2725
+ .d-md-inline {
2726
+ display: inline !important;
2727
+ }
2728
+ .d-md-inline-block {
2729
+ display: inline-block !important;
2730
+ }
2731
+ .d-md-block {
2732
+ display: block !important;
2733
+ }
2734
+ .d-md-grid {
2735
+ display: grid !important;
2736
+ }
2737
+ .d-md-inline-grid {
2738
+ display: inline-grid !important;
2739
+ }
2740
+ .d-md-table {
2741
+ display: table !important;
2742
+ }
2743
+ .d-md-table-row {
2744
+ display: table-row !important;
2745
+ }
2746
+ .d-md-table-cell {
2747
+ display: table-cell !important;
2748
+ }
2749
+ .d-md-flex {
2750
+ display: flex !important;
2751
+ }
2752
+ .d-md-inline-flex {
2753
+ display: inline-flex !important;
2754
+ }
2755
+ .d-md-flow-root {
2756
+ display: flow-root !important;
2757
+ }
2758
+ .d-md-none {
2759
+ display: none !important;
2760
+ }
2761
+ .flex-md-fill {
2762
+ flex: 1 1 auto !important;
2763
+ }
2764
+ .flex-md-row {
2765
+ flex-direction: row !important;
2766
+ }
2767
+ .flex-md-column {
2768
+ flex-direction: column !important;
2769
+ }
2770
+ .flex-md-row-reverse {
2771
+ flex-direction: row-reverse !important;
2772
+ }
2773
+ .flex-md-column-reverse {
2774
+ flex-direction: column-reverse !important;
2775
+ }
2776
+ .flex-md-grow-0 {
2777
+ flex-grow: 0 !important;
2778
+ }
2779
+ .flex-md-grow-1 {
2780
+ flex-grow: 1 !important;
2781
+ }
2782
+ .flex-md-shrink-0 {
2783
+ flex-shrink: 0 !important;
2784
+ }
2785
+ .flex-md-shrink-1 {
2786
+ flex-shrink: 1 !important;
2787
+ }
2788
+ .flex-md-wrap {
2789
+ flex-wrap: wrap !important;
2790
+ }
2791
+ .flex-md-nowrap {
2792
+ flex-wrap: nowrap !important;
2793
+ }
2794
+ .flex-md-wrap-reverse {
2795
+ flex-wrap: wrap-reverse !important;
2796
+ }
2797
+ .justify-content-md-start {
2798
+ justify-content: flex-start !important;
2799
+ }
2800
+ .justify-content-md-end {
2801
+ justify-content: flex-end !important;
2802
+ }
2803
+ .justify-content-md-center {
2804
+ justify-content: center !important;
2805
+ }
2806
+ .justify-content-md-between {
2807
+ justify-content: space-between !important;
2808
+ }
2809
+ .justify-content-md-around {
2810
+ justify-content: space-around !important;
2811
+ }
2812
+ .justify-content-md-evenly {
2813
+ justify-content: space-evenly !important;
2814
+ }
2815
+ .align-items-md-start {
2816
+ align-items: flex-start !important;
2817
+ }
2818
+ .align-items-md-end {
2819
+ align-items: flex-end !important;
2820
+ }
2821
+ .align-items-md-center {
2822
+ align-items: center !important;
2823
+ }
2824
+ .align-items-md-baseline {
2825
+ align-items: baseline !important;
2826
+ }
2827
+ .align-items-md-stretch {
2828
+ align-items: stretch !important;
2829
+ }
2830
+ .align-content-md-start {
2831
+ align-content: flex-start !important;
2832
+ }
2833
+ .align-content-md-end {
2834
+ align-content: flex-end !important;
2835
+ }
2836
+ .align-content-md-center {
2837
+ align-content: center !important;
2838
+ }
2839
+ .align-content-md-between {
2840
+ align-content: space-between !important;
2841
+ }
2842
+ .align-content-md-around {
2843
+ align-content: space-around !important;
2844
+ }
2845
+ .align-content-md-stretch {
2846
+ align-content: stretch !important;
2847
+ }
2848
+ .align-self-md-auto {
2849
+ align-self: auto !important;
2850
+ }
2851
+ .align-self-md-start {
2852
+ align-self: flex-start !important;
2853
+ }
2854
+ .align-self-md-end {
2855
+ align-self: flex-end !important;
2856
+ }
2857
+ .align-self-md-center {
2858
+ align-self: center !important;
2859
+ }
2860
+ .align-self-md-baseline {
2861
+ align-self: baseline !important;
2862
+ }
2863
+ .align-self-md-stretch {
2864
+ align-self: stretch !important;
2865
+ }
2866
+ .order-md-first {
2867
+ order: -1 !important;
2868
+ }
2869
+ .order-md-0 {
2870
+ order: 0 !important;
2871
+ }
2872
+ .order-md-1 {
2873
+ order: 1 !important;
2874
+ }
2875
+ .order-md-2 {
2876
+ order: 2 !important;
2877
+ }
2878
+ .order-md-3 {
2879
+ order: 3 !important;
2880
+ }
2881
+ .order-md-4 {
2882
+ order: 4 !important;
2883
+ }
2884
+ .order-md-5 {
2885
+ order: 5 !important;
2886
+ }
2887
+ .order-md-last {
2888
+ order: 6 !important;
2889
+ }
2890
+ }
2891
+ @media (min-width: 1024px) {
2892
+ .d-lg-inline {
2893
+ display: inline !important;
2894
+ }
2895
+ .d-lg-inline-block {
2896
+ display: inline-block !important;
2897
+ }
2898
+ .d-lg-block {
2899
+ display: block !important;
2900
+ }
2901
+ .d-lg-grid {
2902
+ display: grid !important;
2903
+ }
2904
+ .d-lg-inline-grid {
2905
+ display: inline-grid !important;
2906
+ }
2907
+ .d-lg-table {
2908
+ display: table !important;
2909
+ }
2910
+ .d-lg-table-row {
2911
+ display: table-row !important;
2912
+ }
2913
+ .d-lg-table-cell {
2914
+ display: table-cell !important;
2915
+ }
2916
+ .d-lg-flex {
2917
+ display: flex !important;
2918
+ }
2919
+ .d-lg-inline-flex {
2920
+ display: inline-flex !important;
2921
+ }
2922
+ .d-lg-flow-root {
2923
+ display: flow-root !important;
2924
+ }
2925
+ .d-lg-none {
2926
+ display: none !important;
2927
+ }
2928
+ .flex-lg-fill {
2929
+ flex: 1 1 auto !important;
2930
+ }
2931
+ .flex-lg-row {
2932
+ flex-direction: row !important;
2933
+ }
2934
+ .flex-lg-column {
2935
+ flex-direction: column !important;
2936
+ }
2937
+ .flex-lg-row-reverse {
2938
+ flex-direction: row-reverse !important;
2939
+ }
2940
+ .flex-lg-column-reverse {
2941
+ flex-direction: column-reverse !important;
2942
+ }
2943
+ .flex-lg-grow-0 {
2944
+ flex-grow: 0 !important;
2945
+ }
2946
+ .flex-lg-grow-1 {
2947
+ flex-grow: 1 !important;
2948
+ }
2949
+ .flex-lg-shrink-0 {
2950
+ flex-shrink: 0 !important;
2951
+ }
2952
+ .flex-lg-shrink-1 {
2953
+ flex-shrink: 1 !important;
2954
+ }
2955
+ .flex-lg-wrap {
2956
+ flex-wrap: wrap !important;
2957
+ }
2958
+ .flex-lg-nowrap {
2959
+ flex-wrap: nowrap !important;
2960
+ }
2961
+ .flex-lg-wrap-reverse {
2962
+ flex-wrap: wrap-reverse !important;
2963
+ }
2964
+ .justify-content-lg-start {
2965
+ justify-content: flex-start !important;
2966
+ }
2967
+ .justify-content-lg-end {
2968
+ justify-content: flex-end !important;
2969
+ }
2970
+ .justify-content-lg-center {
2971
+ justify-content: center !important;
2972
+ }
2973
+ .justify-content-lg-between {
2974
+ justify-content: space-between !important;
2975
+ }
2976
+ .justify-content-lg-around {
2977
+ justify-content: space-around !important;
2978
+ }
2979
+ .justify-content-lg-evenly {
2980
+ justify-content: space-evenly !important;
2981
+ }
2982
+ .align-items-lg-start {
2983
+ align-items: flex-start !important;
2984
+ }
2985
+ .align-items-lg-end {
2986
+ align-items: flex-end !important;
2987
+ }
2988
+ .align-items-lg-center {
2989
+ align-items: center !important;
2990
+ }
2991
+ .align-items-lg-baseline {
2992
+ align-items: baseline !important;
2993
+ }
2994
+ .align-items-lg-stretch {
2995
+ align-items: stretch !important;
2996
+ }
2997
+ .align-content-lg-start {
2998
+ align-content: flex-start !important;
2999
+ }
3000
+ .align-content-lg-end {
3001
+ align-content: flex-end !important;
3002
+ }
3003
+ .align-content-lg-center {
3004
+ align-content: center !important;
3005
+ }
3006
+ .align-content-lg-between {
3007
+ align-content: space-between !important;
3008
+ }
3009
+ .align-content-lg-around {
3010
+ align-content: space-around !important;
3011
+ }
3012
+ .align-content-lg-stretch {
3013
+ align-content: stretch !important;
3014
+ }
3015
+ .align-self-lg-auto {
3016
+ align-self: auto !important;
3017
+ }
3018
+ .align-self-lg-start {
3019
+ align-self: flex-start !important;
3020
+ }
3021
+ .align-self-lg-end {
3022
+ align-self: flex-end !important;
3023
+ }
3024
+ .align-self-lg-center {
3025
+ align-self: center !important;
3026
+ }
3027
+ .align-self-lg-baseline {
3028
+ align-self: baseline !important;
3029
+ }
3030
+ .align-self-lg-stretch {
3031
+ align-self: stretch !important;
3032
+ }
3033
+ .order-lg-first {
3034
+ order: -1 !important;
3035
+ }
3036
+ .order-lg-0 {
3037
+ order: 0 !important;
3038
+ }
3039
+ .order-lg-1 {
3040
+ order: 1 !important;
3041
+ }
3042
+ .order-lg-2 {
3043
+ order: 2 !important;
3044
+ }
3045
+ .order-lg-3 {
3046
+ order: 3 !important;
3047
+ }
3048
+ .order-lg-4 {
3049
+ order: 4 !important;
3050
+ }
3051
+ .order-lg-5 {
3052
+ order: 5 !important;
3053
+ }
3054
+ .order-lg-last {
3055
+ order: 6 !important;
3056
+ }
3057
+ }
3058
+ @media (min-width: 1320px) {
3059
+ .d-xl-inline {
3060
+ display: inline !important;
3061
+ }
3062
+ .d-xl-inline-block {
3063
+ display: inline-block !important;
3064
+ }
3065
+ .d-xl-block {
3066
+ display: block !important;
3067
+ }
3068
+ .d-xl-grid {
3069
+ display: grid !important;
3070
+ }
3071
+ .d-xl-inline-grid {
3072
+ display: inline-grid !important;
3073
+ }
3074
+ .d-xl-table {
3075
+ display: table !important;
3076
+ }
3077
+ .d-xl-table-row {
3078
+ display: table-row !important;
3079
+ }
3080
+ .d-xl-table-cell {
3081
+ display: table-cell !important;
3082
+ }
3083
+ .d-xl-flex {
3084
+ display: flex !important;
3085
+ }
3086
+ .d-xl-inline-flex {
3087
+ display: inline-flex !important;
3088
+ }
3089
+ .d-xl-flow-root {
3090
+ display: flow-root !important;
3091
+ }
3092
+ .d-xl-none {
3093
+ display: none !important;
3094
+ }
3095
+ .flex-xl-fill {
3096
+ flex: 1 1 auto !important;
3097
+ }
3098
+ .flex-xl-row {
3099
+ flex-direction: row !important;
3100
+ }
3101
+ .flex-xl-column {
3102
+ flex-direction: column !important;
3103
+ }
3104
+ .flex-xl-row-reverse {
3105
+ flex-direction: row-reverse !important;
3106
+ }
3107
+ .flex-xl-column-reverse {
3108
+ flex-direction: column-reverse !important;
3109
+ }
3110
+ .flex-xl-grow-0 {
3111
+ flex-grow: 0 !important;
3112
+ }
3113
+ .flex-xl-grow-1 {
3114
+ flex-grow: 1 !important;
3115
+ }
3116
+ .flex-xl-shrink-0 {
3117
+ flex-shrink: 0 !important;
3118
+ }
3119
+ .flex-xl-shrink-1 {
3120
+ flex-shrink: 1 !important;
3121
+ }
3122
+ .flex-xl-wrap {
3123
+ flex-wrap: wrap !important;
3124
+ }
3125
+ .flex-xl-nowrap {
3126
+ flex-wrap: nowrap !important;
3127
+ }
3128
+ .flex-xl-wrap-reverse {
3129
+ flex-wrap: wrap-reverse !important;
3130
+ }
3131
+ .justify-content-xl-start {
3132
+ justify-content: flex-start !important;
3133
+ }
3134
+ .justify-content-xl-end {
3135
+ justify-content: flex-end !important;
3136
+ }
3137
+ .justify-content-xl-center {
3138
+ justify-content: center !important;
3139
+ }
3140
+ .justify-content-xl-between {
3141
+ justify-content: space-between !important;
3142
+ }
3143
+ .justify-content-xl-around {
3144
+ justify-content: space-around !important;
3145
+ }
3146
+ .justify-content-xl-evenly {
3147
+ justify-content: space-evenly !important;
3148
+ }
3149
+ .align-items-xl-start {
3150
+ align-items: flex-start !important;
3151
+ }
3152
+ .align-items-xl-end {
3153
+ align-items: flex-end !important;
3154
+ }
3155
+ .align-items-xl-center {
3156
+ align-items: center !important;
3157
+ }
3158
+ .align-items-xl-baseline {
3159
+ align-items: baseline !important;
3160
+ }
3161
+ .align-items-xl-stretch {
3162
+ align-items: stretch !important;
3163
+ }
3164
+ .align-content-xl-start {
3165
+ align-content: flex-start !important;
3166
+ }
3167
+ .align-content-xl-end {
3168
+ align-content: flex-end !important;
3169
+ }
3170
+ .align-content-xl-center {
3171
+ align-content: center !important;
3172
+ }
3173
+ .align-content-xl-between {
3174
+ align-content: space-between !important;
3175
+ }
3176
+ .align-content-xl-around {
3177
+ align-content: space-around !important;
3178
+ }
3179
+ .align-content-xl-stretch {
3180
+ align-content: stretch !important;
3181
+ }
3182
+ .align-self-xl-auto {
3183
+ align-self: auto !important;
3184
+ }
3185
+ .align-self-xl-start {
3186
+ align-self: flex-start !important;
3187
+ }
3188
+ .align-self-xl-end {
3189
+ align-self: flex-end !important;
3190
+ }
3191
+ .align-self-xl-center {
3192
+ align-self: center !important;
3193
+ }
3194
+ .align-self-xl-baseline {
3195
+ align-self: baseline !important;
3196
+ }
3197
+ .align-self-xl-stretch {
3198
+ align-self: stretch !important;
3199
+ }
3200
+ .order-xl-first {
3201
+ order: -1 !important;
3202
+ }
3203
+ .order-xl-0 {
3204
+ order: 0 !important;
3205
+ }
3206
+ .order-xl-1 {
3207
+ order: 1 !important;
3208
+ }
3209
+ .order-xl-2 {
3210
+ order: 2 !important;
3211
+ }
3212
+ .order-xl-3 {
3213
+ order: 3 !important;
3214
+ }
3215
+ .order-xl-4 {
3216
+ order: 4 !important;
3217
+ }
3218
+ .order-xl-5 {
3219
+ order: 5 !important;
3220
+ }
3221
+ .order-xl-last {
3222
+ order: 6 !important;
3223
+ }
3224
+ }
3225
+ @media (min-width: 1640px) {
3226
+ .d-2xl-inline {
3227
+ display: inline !important;
3228
+ }
3229
+ .d-2xl-inline-block {
3230
+ display: inline-block !important;
3231
+ }
3232
+ .d-2xl-block {
3233
+ display: block !important;
3234
+ }
3235
+ .d-2xl-grid {
3236
+ display: grid !important;
3237
+ }
3238
+ .d-2xl-inline-grid {
3239
+ display: inline-grid !important;
3240
+ }
3241
+ .d-2xl-table {
3242
+ display: table !important;
3243
+ }
3244
+ .d-2xl-table-row {
3245
+ display: table-row !important;
3246
+ }
3247
+ .d-2xl-table-cell {
3248
+ display: table-cell !important;
3249
+ }
3250
+ .d-2xl-flex {
3251
+ display: flex !important;
3252
+ }
3253
+ .d-2xl-inline-flex {
3254
+ display: inline-flex !important;
3255
+ }
3256
+ .d-2xl-flow-root {
3257
+ display: flow-root !important;
3258
+ }
3259
+ .d-2xl-none {
3260
+ display: none !important;
3261
+ }
3262
+ .flex-2xl-fill {
3263
+ flex: 1 1 auto !important;
3264
+ }
3265
+ .flex-2xl-row {
3266
+ flex-direction: row !important;
3267
+ }
3268
+ .flex-2xl-column {
3269
+ flex-direction: column !important;
3270
+ }
3271
+ .flex-2xl-row-reverse {
3272
+ flex-direction: row-reverse !important;
3273
+ }
3274
+ .flex-2xl-column-reverse {
3275
+ flex-direction: column-reverse !important;
3276
+ }
3277
+ .flex-2xl-grow-0 {
3278
+ flex-grow: 0 !important;
3279
+ }
3280
+ .flex-2xl-grow-1 {
3281
+ flex-grow: 1 !important;
3282
+ }
3283
+ .flex-2xl-shrink-0 {
3284
+ flex-shrink: 0 !important;
3285
+ }
3286
+ .flex-2xl-shrink-1 {
3287
+ flex-shrink: 1 !important;
3288
+ }
3289
+ .flex-2xl-wrap {
3290
+ flex-wrap: wrap !important;
3291
+ }
3292
+ .flex-2xl-nowrap {
3293
+ flex-wrap: nowrap !important;
3294
+ }
3295
+ .flex-2xl-wrap-reverse {
3296
+ flex-wrap: wrap-reverse !important;
3297
+ }
3298
+ .justify-content-2xl-start {
3299
+ justify-content: flex-start !important;
3300
+ }
3301
+ .justify-content-2xl-end {
3302
+ justify-content: flex-end !important;
3303
+ }
3304
+ .justify-content-2xl-center {
3305
+ justify-content: center !important;
3306
+ }
3307
+ .justify-content-2xl-between {
3308
+ justify-content: space-between !important;
3309
+ }
3310
+ .justify-content-2xl-around {
3311
+ justify-content: space-around !important;
3312
+ }
3313
+ .justify-content-2xl-evenly {
3314
+ justify-content: space-evenly !important;
3315
+ }
3316
+ .align-items-2xl-start {
3317
+ align-items: flex-start !important;
3318
+ }
3319
+ .align-items-2xl-end {
3320
+ align-items: flex-end !important;
3321
+ }
3322
+ .align-items-2xl-center {
3323
+ align-items: center !important;
3324
+ }
3325
+ .align-items-2xl-baseline {
3326
+ align-items: baseline !important;
3327
+ }
3328
+ .align-items-2xl-stretch {
3329
+ align-items: stretch !important;
3330
+ }
3331
+ .align-content-2xl-start {
3332
+ align-content: flex-start !important;
3333
+ }
3334
+ .align-content-2xl-end {
3335
+ align-content: flex-end !important;
3336
+ }
3337
+ .align-content-2xl-center {
3338
+ align-content: center !important;
3339
+ }
3340
+ .align-content-2xl-between {
3341
+ align-content: space-between !important;
3342
+ }
3343
+ .align-content-2xl-around {
3344
+ align-content: space-around !important;
3345
+ }
3346
+ .align-content-2xl-stretch {
3347
+ align-content: stretch !important;
3348
+ }
3349
+ .align-self-2xl-auto {
3350
+ align-self: auto !important;
3351
+ }
3352
+ .align-self-2xl-start {
3353
+ align-self: flex-start !important;
3354
+ }
3355
+ .align-self-2xl-end {
3356
+ align-self: flex-end !important;
3357
+ }
3358
+ .align-self-2xl-center {
3359
+ align-self: center !important;
3360
+ }
3361
+ .align-self-2xl-baseline {
3362
+ align-self: baseline !important;
3363
+ }
3364
+ .align-self-2xl-stretch {
3365
+ align-self: stretch !important;
3366
+ }
3367
+ .order-2xl-first {
3368
+ order: -1 !important;
3369
+ }
3370
+ .order-2xl-0 {
3371
+ order: 0 !important;
3372
+ }
3373
+ .order-2xl-1 {
3374
+ order: 1 !important;
3375
+ }
3376
+ .order-2xl-2 {
3377
+ order: 2 !important;
3378
+ }
3379
+ .order-2xl-3 {
3380
+ order: 3 !important;
3381
+ }
3382
+ .order-2xl-4 {
3383
+ order: 4 !important;
3384
+ }
3385
+ .order-2xl-5 {
3386
+ order: 5 !important;
3387
+ }
3388
+ .order-2xl-last {
3389
+ order: 6 !important;
3390
+ }
3391
+ }
3392
+ @media (min-width: 1880px) {
3393
+ .d-3xl-inline {
3394
+ display: inline !important;
3395
+ }
3396
+ .d-3xl-inline-block {
3397
+ display: inline-block !important;
3398
+ }
3399
+ .d-3xl-block {
3400
+ display: block !important;
3401
+ }
3402
+ .d-3xl-grid {
3403
+ display: grid !important;
3404
+ }
3405
+ .d-3xl-inline-grid {
3406
+ display: inline-grid !important;
3407
+ }
3408
+ .d-3xl-table {
3409
+ display: table !important;
3410
+ }
3411
+ .d-3xl-table-row {
3412
+ display: table-row !important;
3413
+ }
3414
+ .d-3xl-table-cell {
3415
+ display: table-cell !important;
3416
+ }
3417
+ .d-3xl-flex {
3418
+ display: flex !important;
3419
+ }
3420
+ .d-3xl-inline-flex {
3421
+ display: inline-flex !important;
3422
+ }
3423
+ .d-3xl-flow-root {
3424
+ display: flow-root !important;
3425
+ }
3426
+ .d-3xl-none {
3427
+ display: none !important;
3428
+ }
3429
+ .flex-3xl-fill {
3430
+ flex: 1 1 auto !important;
3431
+ }
3432
+ .flex-3xl-row {
3433
+ flex-direction: row !important;
3434
+ }
3435
+ .flex-3xl-column {
3436
+ flex-direction: column !important;
3437
+ }
3438
+ .flex-3xl-row-reverse {
3439
+ flex-direction: row-reverse !important;
3440
+ }
3441
+ .flex-3xl-column-reverse {
3442
+ flex-direction: column-reverse !important;
3443
+ }
3444
+ .flex-3xl-grow-0 {
3445
+ flex-grow: 0 !important;
3446
+ }
3447
+ .flex-3xl-grow-1 {
3448
+ flex-grow: 1 !important;
3449
+ }
3450
+ .flex-3xl-shrink-0 {
3451
+ flex-shrink: 0 !important;
3452
+ }
3453
+ .flex-3xl-shrink-1 {
3454
+ flex-shrink: 1 !important;
3455
+ }
3456
+ .flex-3xl-wrap {
3457
+ flex-wrap: wrap !important;
3458
+ }
3459
+ .flex-3xl-nowrap {
3460
+ flex-wrap: nowrap !important;
3461
+ }
3462
+ .flex-3xl-wrap-reverse {
3463
+ flex-wrap: wrap-reverse !important;
3464
+ }
3465
+ .justify-content-3xl-start {
3466
+ justify-content: flex-start !important;
3467
+ }
3468
+ .justify-content-3xl-end {
3469
+ justify-content: flex-end !important;
3470
+ }
3471
+ .justify-content-3xl-center {
3472
+ justify-content: center !important;
3473
+ }
3474
+ .justify-content-3xl-between {
3475
+ justify-content: space-between !important;
3476
+ }
3477
+ .justify-content-3xl-around {
3478
+ justify-content: space-around !important;
3479
+ }
3480
+ .justify-content-3xl-evenly {
3481
+ justify-content: space-evenly !important;
3482
+ }
3483
+ .align-items-3xl-start {
3484
+ align-items: flex-start !important;
3485
+ }
3486
+ .align-items-3xl-end {
3487
+ align-items: flex-end !important;
3488
+ }
3489
+ .align-items-3xl-center {
3490
+ align-items: center !important;
3491
+ }
3492
+ .align-items-3xl-baseline {
3493
+ align-items: baseline !important;
3494
+ }
3495
+ .align-items-3xl-stretch {
3496
+ align-items: stretch !important;
3497
+ }
3498
+ .align-content-3xl-start {
3499
+ align-content: flex-start !important;
3500
+ }
3501
+ .align-content-3xl-end {
3502
+ align-content: flex-end !important;
3503
+ }
3504
+ .align-content-3xl-center {
3505
+ align-content: center !important;
3506
+ }
3507
+ .align-content-3xl-between {
3508
+ align-content: space-between !important;
3509
+ }
3510
+ .align-content-3xl-around {
3511
+ align-content: space-around !important;
3512
+ }
3513
+ .align-content-3xl-stretch {
3514
+ align-content: stretch !important;
3515
+ }
3516
+ .align-self-3xl-auto {
3517
+ align-self: auto !important;
3518
+ }
3519
+ .align-self-3xl-start {
3520
+ align-self: flex-start !important;
3521
+ }
3522
+ .align-self-3xl-end {
3523
+ align-self: flex-end !important;
3524
+ }
3525
+ .align-self-3xl-center {
3526
+ align-self: center !important;
3527
+ }
3528
+ .align-self-3xl-baseline {
3529
+ align-self: baseline !important;
3530
+ }
3531
+ .align-self-3xl-stretch {
3532
+ align-self: stretch !important;
3533
+ }
3534
+ .order-3xl-first {
3535
+ order: -1 !important;
3536
+ }
3537
+ .order-3xl-0 {
3538
+ order: 0 !important;
3539
+ }
3540
+ .order-3xl-1 {
3541
+ order: 1 !important;
3542
+ }
3543
+ .order-3xl-2 {
3544
+ order: 2 !important;
3545
+ }
3546
+ .order-3xl-3 {
3547
+ order: 3 !important;
3548
+ }
3549
+ .order-3xl-4 {
3550
+ order: 4 !important;
3551
+ }
3552
+ .order-3xl-5 {
3553
+ order: 5 !important;
3554
+ }
3555
+ .order-3xl-last {
3556
+ order: 6 !important;
3557
+ }
3558
+ }
3559
+ @media print {
3560
+ .d-print-inline {
3561
+ display: inline !important;
3562
+ }
3563
+ .d-print-inline-block {
3564
+ display: inline-block !important;
3565
+ }
3566
+ .d-print-block {
3567
+ display: block !important;
3568
+ }
3569
+ .d-print-grid {
3570
+ display: grid !important;
3571
+ }
3572
+ .d-print-inline-grid {
3573
+ display: inline-grid !important;
3574
+ }
3575
+ .d-print-table {
3576
+ display: table !important;
3577
+ }
3578
+ .d-print-table-row {
3579
+ display: table-row !important;
3580
+ }
3581
+ .d-print-table-cell {
3582
+ display: table-cell !important;
3583
+ }
3584
+ .d-print-flex {
3585
+ display: flex !important;
3586
+ }
3587
+ .d-print-inline-flex {
3588
+ display: inline-flex !important;
3589
+ }
3590
+ .d-print-flow-root {
3591
+ display: flow-root !important;
3592
+ }
3593
+ .d-print-none {
3594
+ display: none !important;
3595
+ }
3596
+ }
3597
+ /*# sourceMappingURL=ouds-web-grid.rtl.css.map */