PluginProbe
UpdraftCentral Dashboard / 0.8.26
UpdraftCentral Dashboard v0.8.26
0.8.33 0.7.2 0.7.3 0.7.4 0.8.0 0.8.1 0.8.10 0.8.11 0.8.12 0.8.13 0.8.14 0.8.15 0.8.16 0.8.17 0.8.18 0.8.19 0.8.2 0.8.20 0.8.21 0.8.22 0.8.23 0.8.24 0.8.25 0.8.26 0.8.27 All 51 releases
updraftcentral / css / bootstrap / bootstrap-utilities.css

bootstrap-utilities.css in UpdraftCentral Dashboard 0.8.26, at css/bootstrap/bootstrap-utilities.css

4,266 lines 74.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!
2 * Bootstrap Utilities v5.2.3 (https://getbootstrap.com/)
3 * Copyright 2011-2022 The Bootstrap Authors
4 * Copyright 2011-2022 Twitter, Inc.
5 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
6 */
7 :root {
8 --bs-blue: #0d6efd;
9 --bs-indigo: #6610f2;
10 --bs-purple: #6f42c1;
11 --bs-pink: #d63384;
12 --bs-red: #dc3545;
13 --bs-orange: #fd7e14;
14 --bs-yellow: #ffc107;
15 --bs-green: #198754;
16 --bs-teal: #20c997;
17 --bs-cyan: #0dcaf0;
18 --bs-black: #000;
19 --bs-white: #fff;
20 --bs-gray: #6c757d;
21 --bs-gray-dark: #343a40;
22 --bs-gray-100: #f8f9fa;
23 --bs-gray-200: #e9ecef;
24 --bs-gray-300: #dee2e6;
25 --bs-gray-400: #ced4da;
26 --bs-gray-500: #adb5bd;
27 --bs-gray-600: #6c757d;
28 --bs-gray-700: #495057;
29 --bs-gray-800: #343a40;
30 --bs-gray-900: #212529;
31 --bs-primary: #0d6efd;
32 --bs-secondary: #6c757d;
33 --bs-success: #198754;
34 --bs-info: #0dcaf0;
35 --bs-warning: #ffc107;
36 --bs-danger: #dc3545;
37 --bs-light: #f8f9fa;
38 --bs-dark: #212529;
39 --bs-primary-rgb: 13, 110, 253;
40 --bs-secondary-rgb: 108, 117, 125;
41 --bs-success-rgb: 25, 135, 84;
42 --bs-info-rgb: 13, 202, 240;
43 --bs-warning-rgb: 255, 193, 7;
44 --bs-danger-rgb: 220, 53, 69;
45 --bs-light-rgb: 248, 249, 250;
46 --bs-dark-rgb: 33, 37, 41;
47 --bs-white-rgb: 255, 255, 255;
48 --bs-black-rgb: 0, 0, 0;
49 --bs-body-color-rgb: 33, 37, 41;
50 --bs-body-bg-rgb: 255, 255, 255;
51 --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
52 --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
53 --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
54 --bs-body-font-family: var(--bs-font-sans-serif);
55 --bs-body-font-size: 1rem;
56 --bs-body-font-weight: 400;
57 --bs-body-line-height: 1.5;
58 --bs-body-color: #212529;
59 --bs-body-bg: #fff;
60 --bs-border-width: 1px;
61 --bs-border-style: solid;
62 --bs-border-color: #dee2e6;
63 --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
64 --bs-border-radius: 0.375rem;
65 --bs-border-radius-sm: 0.25rem;
66 --bs-border-radius-lg: 0.5rem;
67 --bs-border-radius-xl: 1rem;
68 --bs-border-radius-2xl: 2rem;
69 --bs-border-radius-pill: 50rem;
70 --bs-link-color: #0d6efd;
71 --bs-link-hover-color: #0a58ca;
72 --bs-code-color: #d63384;
73 --bs-highlight-bg: #fff3cd;
74 }
75
76 .clearfix::after {
77 display: block;
78 clear: both;
79 content: "";
80 }
81
82 .text-bg-primary {
83 color: #fff !important;
84 background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
85 }
86
87 .text-bg-secondary {
88 color: #fff !important;
89 background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
90 }
91
92 .text-bg-success {
93 color: #fff !important;
94 background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
95 }
96
97 .text-bg-info {
98 color: #000 !important;
99 background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
100 }
101
102 .text-bg-warning {
103 color: #000 !important;
104 background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
105 }
106
107 .text-bg-danger {
108 color: #fff !important;
109 background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
110 }
111
112 .text-bg-light {
113 color: #000 !important;
114 background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
115 }
116
117 .text-bg-dark {
118 color: #fff !important;
119 background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
120 }
121
122 .link-primary {
123 color: #0d6efd !important;
124 }
125 .link-primary:hover, .link-primary:focus {
126 color: #0a58ca !important;
127 }
128
129 .link-secondary {
130 color: #6c757d !important;
131 }
132 .link-secondary:hover, .link-secondary:focus {
133 color: #565e64 !important;
134 }
135
136 .link-success {
137 color: #198754 !important;
138 }
139 .link-success:hover, .link-success:focus {
140 color: #146c43 !important;
141 }
142
143 .link-info {
144 color: #0dcaf0 !important;
145 }
146 .link-info:hover, .link-info:focus {
147 color: #3dd5f3 !important;
148 }
149
150 .link-warning {
151 color: #ffc107 !important;
152 }
153 .link-warning:hover, .link-warning:focus {
154 color: #ffcd39 !important;
155 }
156
157 .link-danger {
158 color: #dc3545 !important;
159 }
160 .link-danger:hover, .link-danger:focus {
161 color: #b02a37 !important;
162 }
163
164 .link-light {
165 color: #f8f9fa !important;
166 }
167 .link-light:hover, .link-light:focus {
168 color: #f9fafb !important;
169 }
170
171 .link-dark {
172 color: #212529 !important;
173 }
174 .link-dark:hover, .link-dark:focus {
175 color: #1a1e21 !important;
176 }
177
178 .ratio {
179 position: relative;
180 width: 100%;
181 }
182 .ratio::before {
183 display: block;
184 padding-top: var(--bs-aspect-ratio);
185 content: "";
186 }
187 .ratio > * {
188 position: absolute;
189 top: 0;
190 left: 0;
191 width: 100%;
192 height: 100%;
193 }
194
195 .ratio-1x1 {
196 --bs-aspect-ratio: 100%;
197 }
198
199 .ratio-4x3 {
200 --bs-aspect-ratio: 75%;
201 }
202
203 .ratio-16x9 {
204 --bs-aspect-ratio: 56.25%;
205 }
206
207 .ratio-21x9 {
208 --bs-aspect-ratio: 42.8571428571%;
209 }
210
211 .fixed-top {
212 position: fixed;
213 top: 0;
214 right: 0;
215 left: 0;
216 z-index: 1030;
217 }
218
219 .fixed-bottom {
220 position: fixed;
221 right: 0;
222 bottom: 0;
223 left: 0;
224 z-index: 1030;
225 }
226
227 .sticky-top {
228 position: -webkit-sticky;
229 position: sticky;
230 top: 0;
231 z-index: 1020;
232 }
233
234 .sticky-bottom {
235 position: -webkit-sticky;
236 position: sticky;
237 bottom: 0;
238 z-index: 1020;
239 }
240
241 @media (min-width: 576px) {
242 .sticky-sm-top {
243 position: -webkit-sticky;
244 position: sticky;
245 top: 0;
246 z-index: 1020;
247 }
248 .sticky-sm-bottom {
249 position: -webkit-sticky;
250 position: sticky;
251 bottom: 0;
252 z-index: 1020;
253 }
254 }
255 @media (min-width: 768px) {
256 .sticky-md-top {
257 position: -webkit-sticky;
258 position: sticky;
259 top: 0;
260 z-index: 1020;
261 }
262 .sticky-md-bottom {
263 position: -webkit-sticky;
264 position: sticky;
265 bottom: 0;
266 z-index: 1020;
267 }
268 }
269 @media (min-width: 992px) {
270 .sticky-lg-top {
271 position: -webkit-sticky;
272 position: sticky;
273 top: 0;
274 z-index: 1020;
275 }
276 .sticky-lg-bottom {
277 position: -webkit-sticky;
278 position: sticky;
279 bottom: 0;
280 z-index: 1020;
281 }
282 }
283 @media (min-width: 1200px) {
284 .sticky-xl-top {
285 position: -webkit-sticky;
286 position: sticky;
287 top: 0;
288 z-index: 1020;
289 }
290 .sticky-xl-bottom {
291 position: -webkit-sticky;
292 position: sticky;
293 bottom: 0;
294 z-index: 1020;
295 }
296 }
297 @media (min-width: 1400px) {
298 .sticky-xxl-top {
299 position: -webkit-sticky;
300 position: sticky;
301 top: 0;
302 z-index: 1020;
303 }
304 .sticky-xxl-bottom {
305 position: -webkit-sticky;
306 position: sticky;
307 bottom: 0;
308 z-index: 1020;
309 }
310 }
311 .hstack {
312 display: flex;
313 flex-direction: row;
314 align-items: center;
315 align-self: stretch;
316 }
317
318 .vstack {
319 display: flex;
320 flex: 1 1 auto;
321 flex-direction: column;
322 align-self: stretch;
323 }
324
325 .visually-hidden,
326 .visually-hidden-focusable:not(:focus):not(:focus-within) {
327 position: absolute !important;
328 width: 1px !important;
329 height: 1px !important;
330 padding: 0 !important;
331 margin: -1px !important;
332 overflow: hidden !important;
333 clip: rect(0, 0, 0, 0) !important;
334 white-space: nowrap !important;
335 border: 0 !important;
336 }
337
338 .stretched-link::after {
339 position: absolute;
340 top: 0;
341 right: 0;
342 bottom: 0;
343 left: 0;
344 z-index: 1;
345 content: "";
346 }
347
348 .text-truncate {
349 overflow: hidden;
350 text-overflow: ellipsis;
351 white-space: nowrap;
352 }
353
354 .vr {
355 display: inline-block;
356 align-self: stretch;
357 width: 1px;
358 min-height: 1em;
359 background-color: currentcolor;
360 opacity: 0.25;
361 }
362
363 .align-baseline {
364 vertical-align: baseline !important;
365 }
366
367 .align-top {
368 vertical-align: top !important;
369 }
370
371 .align-middle {
372 vertical-align: middle !important;
373 }
374
375 .align-bottom {
376 vertical-align: bottom !important;
377 }
378
379 .align-text-bottom {
380 vertical-align: text-bottom !important;
381 }
382
383 .align-text-top {
384 vertical-align: text-top !important;
385 }
386
387 .float-start {
388 float: left !important;
389 }
390
391 .float-end {
392 float: right !important;
393 }
394
395 .float-none {
396 float: none !important;
397 }
398
399 .opacity-0 {
400 opacity: 0 !important;
401 }
402
403 .opacity-25 {
404 opacity: 0.25 !important;
405 }
406
407 .opacity-50 {
408 opacity: 0.5 !important;
409 }
410
411 .opacity-75 {
412 opacity: 0.75 !important;
413 }
414
415 .opacity-100 {
416 opacity: 1 !important;
417 }
418
419 .overflow-auto {
420 overflow: auto !important;
421 }
422
423 .overflow-hidden {
424 overflow: hidden !important;
425 }
426
427 .overflow-visible {
428 overflow: visible !important;
429 }
430
431 .overflow-scroll {
432 overflow: scroll !important;
433 }
434
435 .d-inline {
436 display: inline !important;
437 }
438
439 .d-inline-block {
440 display: inline-block !important;
441 }
442
443 .d-block {
444 display: block !important;
445 }
446
447 .d-grid {
448 display: grid !important;
449 }
450
451 .d-table {
452 display: table !important;
453 }
454
455 .d-table-row {
456 display: table-row !important;
457 }
458
459 .d-table-cell {
460 display: table-cell !important;
461 }
462
463 .d-flex {
464 display: flex !important;
465 }
466
467 .d-inline-flex {
468 display: inline-flex !important;
469 }
470
471 .d-none {
472 display: none !important;
473 }
474
475 .shadow {
476 box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
477 }
478
479 .shadow-sm {
480 box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
481 }
482
483 .shadow-lg {
484 box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
485 }
486
487 .shadow-none {
488 box-shadow: none !important;
489 }
490
491 .position-static {
492 position: static !important;
493 }
494
495 .position-relative {
496 position: relative !important;
497 }
498
499 .position-absolute {
500 position: absolute !important;
501 }
502
503 .position-fixed {
504 position: fixed !important;
505 }
506
507 .position-sticky {
508 position: -webkit-sticky !important;
509 position: sticky !important;
510 }
511
512 .top-0 {
513 top: 0 !important;
514 }
515
516 .top-50 {
517 top: 50% !important;
518 }
519
520 .top-100 {
521 top: 100% !important;
522 }
523
524 .bottom-0 {
525 bottom: 0 !important;
526 }
527
528 .bottom-50 {
529 bottom: 50% !important;
530 }
531
532 .bottom-100 {
533 bottom: 100% !important;
534 }
535
536 .start-0 {
537 left: 0 !important;
538 }
539
540 .start-50 {
541 left: 50% !important;
542 }
543
544 .start-100 {
545 left: 100% !important;
546 }
547
548 .end-0 {
549 right: 0 !important;
550 }
551
552 .end-50 {
553 right: 50% !important;
554 }
555
556 .end-100 {
557 right: 100% !important;
558 }
559
560 .translate-middle {
561 transform: translate(-50%, -50%) !important;
562 }
563
564 .translate-middle-x {
565 transform: translateX(-50%) !important;
566 }
567
568 .translate-middle-y {
569 transform: translateY(-50%) !important;
570 }
571
572 .border {
573 border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
574 }
575
576 .border-0 {
577 border: 0 !important;
578 }
579
580 .border-top {
581 border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
582 }
583
584 .border-top-0 {
585 border-top: 0 !important;
586 }
587
588 .border-end {
589 border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
590 }
591
592 .border-end-0 {
593 border-right: 0 !important;
594 }
595
596 .border-bottom {
597 border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
598 }
599
600 .border-bottom-0 {
601 border-bottom: 0 !important;
602 }
603
604 .border-start {
605 border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
606 }
607
608 .border-start-0 {
609 border-left: 0 !important;
610 }
611
612 .border-primary {
613 --bs-border-opacity: 1;
614 border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
615 }
616
617 .border-secondary {
618 --bs-border-opacity: 1;
619 border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
620 }
621
622 .border-success {
623 --bs-border-opacity: 1;
624 border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
625 }
626
627 .border-info {
628 --bs-border-opacity: 1;
629 border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
630 }
631
632 .border-warning {
633 --bs-border-opacity: 1;
634 border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
635 }
636
637 .border-danger {
638 --bs-border-opacity: 1;
639 border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
640 }
641
642 .border-light {
643 --bs-border-opacity: 1;
644 border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
645 }
646
647 .border-dark {
648 --bs-border-opacity: 1;
649 border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
650 }
651
652 .border-white {
653 --bs-border-opacity: 1;
654 border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
655 }
656
657 .border-1 {
658 --bs-border-width: 1px;
659 }
660
661 .border-2 {
662 --bs-border-width: 2px;
663 }
664
665 .border-3 {
666 --bs-border-width: 3px;
667 }
668
669 .border-4 {
670 --bs-border-width: 4px;
671 }
672
673 .border-5 {
674 --bs-border-width: 5px;
675 }
676
677 .border-opacity-10 {
678 --bs-border-opacity: 0.1;
679 }
680
681 .border-opacity-25 {
682 --bs-border-opacity: 0.25;
683 }
684
685 .border-opacity-50 {
686 --bs-border-opacity: 0.5;
687 }
688
689 .border-opacity-75 {
690 --bs-border-opacity: 0.75;
691 }
692
693 .border-opacity-100 {
694 --bs-border-opacity: 1;
695 }
696
697 .w-25 {
698 width: 25% !important;
699 }
700
701 .w-50 {
702 width: 50% !important;
703 }
704
705 .w-75 {
706 width: 75% !important;
707 }
708
709 .w-100 {
710 width: 100% !important;
711 }
712
713 .w-auto {
714 width: auto !important;
715 }
716
717 .mw-100 {
718 max-width: 100% !important;
719 }
720
721 .vw-100 {
722 width: 100vw !important;
723 }
724
725 .min-vw-100 {
726 min-width: 100vw !important;
727 }
728
729 .h-25 {
730 height: 25% !important;
731 }
732
733 .h-50 {
734 height: 50% !important;
735 }
736
737 .h-75 {
738 height: 75% !important;
739 }
740
741 .h-100 {
742 height: 100% !important;
743 }
744
745 .h-auto {
746 height: auto !important;
747 }
748
749 .mh-100 {
750 max-height: 100% !important;
751 }
752
753 .vh-100 {
754 height: 100vh !important;
755 }
756
757 .min-vh-100 {
758 min-height: 100vh !important;
759 }
760
761 .flex-fill {
762 flex: 1 1 auto !important;
763 }
764
765 .flex-row {
766 flex-direction: row !important;
767 }
768
769 .flex-column {
770 flex-direction: column !important;
771 }
772
773 .flex-row-reverse {
774 flex-direction: row-reverse !important;
775 }
776
777 .flex-column-reverse {
778 flex-direction: column-reverse !important;
779 }
780
781 .flex-grow-0 {
782 flex-grow: 0 !important;
783 }
784
785 .flex-grow-1 {
786 flex-grow: 1 !important;
787 }
788
789 .flex-shrink-0 {
790 flex-shrink: 0 !important;
791 }
792
793 .flex-shrink-1 {
794 flex-shrink: 1 !important;
795 }
796
797 .flex-wrap {
798 flex-wrap: wrap !important;
799 }
800
801 .flex-nowrap {
802 flex-wrap: nowrap !important;
803 }
804
805 .flex-wrap-reverse {
806 flex-wrap: wrap-reverse !important;
807 }
808
809 .justify-content-start {
810 justify-content: flex-start !important;
811 }
812
813 .justify-content-end {
814 justify-content: flex-end !important;
815 }
816
817 .justify-content-center {
818 justify-content: center !important;
819 }
820
821 .justify-content-between {
822 justify-content: space-between !important;
823 }
824
825 .justify-content-around {
826 justify-content: space-around !important;
827 }
828
829 .justify-content-evenly {
830 justify-content: space-evenly !important;
831 }
832
833 .align-items-start {
834 align-items: flex-start !important;
835 }
836
837 .align-items-end {
838 align-items: flex-end !important;
839 }
840
841 .align-items-center {
842 align-items: center !important;
843 }
844
845 .align-items-baseline {
846 align-items: baseline !important;
847 }
848
849 .align-items-stretch {
850 align-items: stretch !important;
851 }
852
853 .align-content-start {
854 align-content: flex-start !important;
855 }
856
857 .align-content-end {
858 align-content: flex-end !important;
859 }
860
861 .align-content-center {
862 align-content: center !important;
863 }
864
865 .align-content-between {
866 align-content: space-between !important;
867 }
868
869 .align-content-around {
870 align-content: space-around !important;
871 }
872
873 .align-content-stretch {
874 align-content: stretch !important;
875 }
876
877 .align-self-auto {
878 align-self: auto !important;
879 }
880
881 .align-self-start {
882 align-self: flex-start !important;
883 }
884
885 .align-self-end {
886 align-self: flex-end !important;
887 }
888
889 .align-self-center {
890 align-self: center !important;
891 }
892
893 .align-self-baseline {
894 align-self: baseline !important;
895 }
896
897 .align-self-stretch {
898 align-self: stretch !important;
899 }
900
901 .order-first {
902 order: -1 !important;
903 }
904
905 .order-0 {
906 order: 0 !important;
907 }
908
909 .order-1 {
910 order: 1 !important;
911 }
912
913 .order-2 {
914 order: 2 !important;
915 }
916
917 .order-3 {
918 order: 3 !important;
919 }
920
921 .order-4 {
922 order: 4 !important;
923 }
924
925 .order-5 {
926 order: 5 !important;
927 }
928
929 .order-last {
930 order: 6 !important;
931 }
932
933 .m-0 {
934 margin: 0 !important;
935 }
936
937 .m-1 {
938 margin: 0.25rem !important;
939 }
940
941 .m-2 {
942 margin: 0.5rem !important;
943 }
944
945 .m-3 {
946 margin: 1rem !important;
947 }
948
949 .m-4 {
950 margin: 1.5rem !important;
951 }
952
953 .m-5 {
954 margin: 3rem !important;
955 }
956
957 .m-auto {
958 margin: auto !important;
959 }
960
961 .mx-0 {
962 margin-right: 0 !important;
963 margin-left: 0 !important;
964 }
965
966 .mx-1 {
967 margin-right: 0.25rem !important;
968 margin-left: 0.25rem !important;
969 }
970
971 .mx-2 {
972 margin-right: 0.5rem !important;
973 margin-left: 0.5rem !important;
974 }
975
976 .mx-3 {
977 margin-right: 1rem !important;
978 margin-left: 1rem !important;
979 }
980
981 .mx-4 {
982 margin-right: 1.5rem !important;
983 margin-left: 1.5rem !important;
984 }
985
986 .mx-5 {
987 margin-right: 3rem !important;
988 margin-left: 3rem !important;
989 }
990
991 .mx-auto {
992 margin-right: auto !important;
993 margin-left: auto !important;
994 }
995
996 .my-0 {
997 margin-top: 0 !important;
998 margin-bottom: 0 !important;
999 }
1000
1001 .my-1 {
1002 margin-top: 0.25rem !important;
1003 margin-bottom: 0.25rem !important;
1004 }
1005
1006 .my-2 {
1007 margin-top: 0.5rem !important;
1008 margin-bottom: 0.5rem !important;
1009 }
1010
1011 .my-3 {
1012 margin-top: 1rem !important;
1013 margin-bottom: 1rem !important;
1014 }
1015
1016 .my-4 {
1017 margin-top: 1.5rem !important;
1018 margin-bottom: 1.5rem !important;
1019 }
1020
1021 .my-5 {
1022 margin-top: 3rem !important;
1023 margin-bottom: 3rem !important;
1024 }
1025
1026 .my-auto {
1027 margin-top: auto !important;
1028 margin-bottom: auto !important;
1029 }
1030
1031 .mt-0 {
1032 margin-top: 0 !important;
1033 }
1034
1035 .mt-1 {
1036 margin-top: 0.25rem !important;
1037 }
1038
1039 .mt-2 {
1040 margin-top: 0.5rem !important;
1041 }
1042
1043 .mt-3 {
1044 margin-top: 1rem !important;
1045 }
1046
1047 .mt-4 {
1048 margin-top: 1.5rem !important;
1049 }
1050
1051 .mt-5 {
1052 margin-top: 3rem !important;
1053 }
1054
1055 .mt-auto {
1056 margin-top: auto !important;
1057 }
1058
1059 .me-0 {
1060 margin-right: 0 !important;
1061 }
1062
1063 .me-1 {
1064 margin-right: 0.25rem !important;
1065 }
1066
1067 .me-2 {
1068 margin-right: 0.5rem !important;
1069 }
1070
1071 .me-3 {
1072 margin-right: 1rem !important;
1073 }
1074
1075 .me-4 {
1076 margin-right: 1.5rem !important;
1077 }
1078
1079 .me-5 {
1080 margin-right: 3rem !important;
1081 }
1082
1083 .me-auto {
1084 margin-right: auto !important;
1085 }
1086
1087 .mb-0 {
1088 margin-bottom: 0 !important;
1089 }
1090
1091 .mb-1 {
1092 margin-bottom: 0.25rem !important;
1093 }
1094
1095 .mb-2 {
1096 margin-bottom: 0.5rem !important;
1097 }
1098
1099 .mb-3 {
1100 margin-bottom: 1rem !important;
1101 }
1102
1103 .mb-4 {
1104 margin-bottom: 1.5rem !important;
1105 }
1106
1107 .mb-5 {
1108 margin-bottom: 3rem !important;
1109 }
1110
1111 .mb-auto {
1112 margin-bottom: auto !important;
1113 }
1114
1115 .ms-0 {
1116 margin-left: 0 !important;
1117 }
1118
1119 .ms-1 {
1120 margin-left: 0.25rem !important;
1121 }
1122
1123 .ms-2 {
1124 margin-left: 0.5rem !important;
1125 }
1126
1127 .ms-3 {
1128 margin-left: 1rem !important;
1129 }
1130
1131 .ms-4 {
1132 margin-left: 1.5rem !important;
1133 }
1134
1135 .ms-5 {
1136 margin-left: 3rem !important;
1137 }
1138
1139 .ms-auto {
1140 margin-left: auto !important;
1141 }
1142
1143 .p-0 {
1144 padding: 0 !important;
1145 }
1146
1147 .p-1 {
1148 padding: 0.25rem !important;
1149 }
1150
1151 .p-2 {
1152 padding: 0.5rem !important;
1153 }
1154
1155 .p-3 {
1156 padding: 1rem !important;
1157 }
1158
1159 .p-4 {
1160 padding: 1.5rem !important;
1161 }
1162
1163 .p-5 {
1164 padding: 3rem !important;
1165 }
1166
1167 .px-0 {
1168 padding-right: 0 !important;
1169 padding-left: 0 !important;
1170 }
1171
1172 .px-1 {
1173 padding-right: 0.25rem !important;
1174 padding-left: 0.25rem !important;
1175 }
1176
1177 .px-2 {
1178 padding-right: 0.5rem !important;
1179 padding-left: 0.5rem !important;
1180 }
1181
1182 .px-3 {
1183 padding-right: 1rem !important;
1184 padding-left: 1rem !important;
1185 }
1186
1187 .px-4 {
1188 padding-right: 1.5rem !important;
1189 padding-left: 1.5rem !important;
1190 }
1191
1192 .px-5 {
1193 padding-right: 3rem !important;
1194 padding-left: 3rem !important;
1195 }
1196
1197 .py-0 {
1198 padding-top: 0 !important;
1199 padding-bottom: 0 !important;
1200 }
1201
1202 .py-1 {
1203 padding-top: 0.25rem !important;
1204 padding-bottom: 0.25rem !important;
1205 }
1206
1207 .py-2 {
1208 padding-top: 0.5rem !important;
1209 padding-bottom: 0.5rem !important;
1210 }
1211
1212 .py-3 {
1213 padding-top: 1rem !important;
1214 padding-bottom: 1rem !important;
1215 }
1216
1217 .py-4 {
1218 padding-top: 1.5rem !important;
1219 padding-bottom: 1.5rem !important;
1220 }
1221
1222 .py-5 {
1223 padding-top: 3rem !important;
1224 padding-bottom: 3rem !important;
1225 }
1226
1227 .pt-0 {
1228 padding-top: 0 !important;
1229 }
1230
1231 .pt-1 {
1232 padding-top: 0.25rem !important;
1233 }
1234
1235 .pt-2 {
1236 padding-top: 0.5rem !important;
1237 }
1238
1239 .pt-3 {
1240 padding-top: 1rem !important;
1241 }
1242
1243 .pt-4 {
1244 padding-top: 1.5rem !important;
1245 }
1246
1247 .pt-5 {
1248 padding-top: 3rem !important;
1249 }
1250
1251 .pe-0 {
1252 padding-right: 0 !important;
1253 }
1254
1255 .pe-1 {
1256 padding-right: 0.25rem !important;
1257 }
1258
1259 .pe-2 {
1260 padding-right: 0.5rem !important;
1261 }
1262
1263 .pe-3 {
1264 padding-right: 1rem !important;
1265 }
1266
1267 .pe-4 {
1268 padding-right: 1.5rem !important;
1269 }
1270
1271 .pe-5 {
1272 padding-right: 3rem !important;
1273 }
1274
1275 .pb-0 {
1276 padding-bottom: 0 !important;
1277 }
1278
1279 .pb-1 {
1280 padding-bottom: 0.25rem !important;
1281 }
1282
1283 .pb-2 {
1284 padding-bottom: 0.5rem !important;
1285 }
1286
1287 .pb-3 {
1288 padding-bottom: 1rem !important;
1289 }
1290
1291 .pb-4 {
1292 padding-bottom: 1.5rem !important;
1293 }
1294
1295 .pb-5 {
1296 padding-bottom: 3rem !important;
1297 }
1298
1299 .ps-0 {
1300 padding-left: 0 !important;
1301 }
1302
1303 .ps-1 {
1304 padding-left: 0.25rem !important;
1305 }
1306
1307 .ps-2 {
1308 padding-left: 0.5rem !important;
1309 }
1310
1311 .ps-3 {
1312 padding-left: 1rem !important;
1313 }
1314
1315 .ps-4 {
1316 padding-left: 1.5rem !important;
1317 }
1318
1319 .ps-5 {
1320 padding-left: 3rem !important;
1321 }
1322
1323 .gap-0 {
1324 gap: 0 !important;
1325 }
1326
1327 .gap-1 {
1328 gap: 0.25rem !important;
1329 }
1330
1331 .gap-2 {
1332 gap: 0.5rem !important;
1333 }
1334
1335 .gap-3 {
1336 gap: 1rem !important;
1337 }
1338
1339 .gap-4 {
1340 gap: 1.5rem !important;
1341 }
1342
1343 .gap-5 {
1344 gap: 3rem !important;
1345 }
1346
1347 .font-monospace {
1348 font-family: var(--bs-font-monospace) !important;
1349 }
1350
1351 .fs-1 {
1352 font-size: calc(1.375rem + 1.5vw) !important;
1353 }
1354
1355 .fs-2 {
1356 font-size: calc(1.325rem + 0.9vw) !important;
1357 }
1358
1359 .fs-3 {
1360 font-size: calc(1.3rem + 0.6vw) !important;
1361 }
1362
1363 .fs-4 {
1364 font-size: calc(1.275rem + 0.3vw) !important;
1365 }
1366
1367 .fs-5 {
1368 font-size: 1.25rem !important;
1369 }
1370
1371 .fs-6 {
1372 font-size: 1rem !important;
1373 }
1374
1375 .fst-italic {
1376 font-style: italic !important;
1377 }
1378
1379 .fst-normal {
1380 font-style: normal !important;
1381 }
1382
1383 .fw-light {
1384 font-weight: 300 !important;
1385 }
1386
1387 .fw-lighter {
1388 font-weight: lighter !important;
1389 }
1390
1391 .fw-normal {
1392 font-weight: 400 !important;
1393 }
1394
1395 .fw-bold {
1396 font-weight: 700 !important;
1397 }
1398
1399 .fw-semibold {
1400 font-weight: 600 !important;
1401 }
1402
1403 .fw-bolder {
1404 font-weight: bolder !important;
1405 }
1406
1407 .lh-1 {
1408 line-height: 1 !important;
1409 }
1410
1411 .lh-sm {
1412 line-height: 1.25 !important;
1413 }
1414
1415 .lh-base {
1416 line-height: 1.5 !important;
1417 }
1418
1419 .lh-lg {
1420 line-height: 2 !important;
1421 }
1422
1423 .text-start {
1424 text-align: left !important;
1425 }
1426
1427 .text-end {
1428 text-align: right !important;
1429 }
1430
1431 .text-center {
1432 text-align: center !important;
1433 }
1434
1435 .text-decoration-none {
1436 text-decoration: none !important;
1437 }
1438
1439 .text-decoration-underline {
1440 text-decoration: underline !important;
1441 }
1442
1443 .text-decoration-line-through {
1444 text-decoration: line-through !important;
1445 }
1446
1447 .text-lowercase {
1448 text-transform: lowercase !important;
1449 }
1450
1451 .text-uppercase {
1452 text-transform: uppercase !important;
1453 }
1454
1455 .text-capitalize {
1456 text-transform: capitalize !important;
1457 }
1458
1459 .text-wrap {
1460 white-space: normal !important;
1461 }
1462
1463 .text-nowrap {
1464 white-space: nowrap !important;
1465 }
1466
1467 /* rtl:begin:remove */
1468 .text-break {
1469 word-wrap: break-word !important;
1470 word-break: break-word !important;
1471 }
1472
1473 /* rtl:end:remove */
1474 .text-primary {
1475 --bs-text-opacity: 1;
1476 color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
1477 }
1478
1479 .text-secondary {
1480 --bs-text-opacity: 1;
1481 color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
1482 }
1483
1484 .text-success {
1485 --bs-text-opacity: 1;
1486 color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
1487 }
1488
1489 .text-info {
1490 --bs-text-opacity: 1;
1491 color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
1492 }
1493
1494 .text-warning {
1495 --bs-text-opacity: 1;
1496 color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
1497 }
1498
1499 .text-danger {
1500 --bs-text-opacity: 1;
1501 color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
1502 }
1503
1504 .text-light {
1505 --bs-text-opacity: 1;
1506 color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
1507 }
1508
1509 .text-dark {
1510 --bs-text-opacity: 1;
1511 color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
1512 }
1513
1514 .text-black {
1515 --bs-text-opacity: 1;
1516 color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
1517 }
1518
1519 .text-white {
1520 --bs-text-opacity: 1;
1521 color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
1522 }
1523
1524 .text-body {
1525 --bs-text-opacity: 1;
1526 color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
1527 }
1528
1529 .text-muted {
1530 --bs-text-opacity: 1;
1531 color: #6c757d !important;
1532 }
1533
1534 .text-black-50 {
1535 --bs-text-opacity: 1;
1536 color: rgba(0, 0, 0, 0.5) !important;
1537 }
1538
1539 .text-white-50 {
1540 --bs-text-opacity: 1;
1541 color: rgba(255, 255, 255, 0.5) !important;
1542 }
1543
1544 .text-reset {
1545 --bs-text-opacity: 1;
1546 color: inherit !important;
1547 }
1548
1549 .text-opacity-25 {
1550 --bs-text-opacity: 0.25;
1551 }
1552
1553 .text-opacity-50 {
1554 --bs-text-opacity: 0.5;
1555 }
1556
1557 .text-opacity-75 {
1558 --bs-text-opacity: 0.75;
1559 }
1560
1561 .text-opacity-100 {
1562 --bs-text-opacity: 1;
1563 }
1564
1565 .bg-primary {
1566 --bs-bg-opacity: 1;
1567 background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
1568 }
1569
1570 .bg-secondary {
1571 --bs-bg-opacity: 1;
1572 background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
1573 }
1574
1575 .bg-success {
1576 --bs-bg-opacity: 1;
1577 background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
1578 }
1579
1580 .bg-info {
1581 --bs-bg-opacity: 1;
1582 background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
1583 }
1584
1585 .bg-warning {
1586 --bs-bg-opacity: 1;
1587 background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
1588 }
1589
1590 .bg-danger {
1591 --bs-bg-opacity: 1;
1592 background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
1593 }
1594
1595 .bg-light {
1596 --bs-bg-opacity: 1;
1597 background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
1598 }
1599
1600 .bg-dark {
1601 --bs-bg-opacity: 1;
1602 background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
1603 }
1604
1605 .bg-black {
1606 --bs-bg-opacity: 1;
1607 background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
1608 }
1609
1610 .bg-white {
1611 --bs-bg-opacity: 1;
1612 background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
1613 }
1614
1615 .bg-body {
1616 --bs-bg-opacity: 1;
1617 background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
1618 }
1619
1620 .bg-transparent {
1621 --bs-bg-opacity: 1;
1622 background-color: transparent !important;
1623 }
1624
1625 .bg-opacity-10 {
1626 --bs-bg-opacity: 0.1;
1627 }
1628
1629 .bg-opacity-25 {
1630 --bs-bg-opacity: 0.25;
1631 }
1632
1633 .bg-opacity-50 {
1634 --bs-bg-opacity: 0.5;
1635 }
1636
1637 .bg-opacity-75 {
1638 --bs-bg-opacity: 0.75;
1639 }
1640
1641 .bg-opacity-100 {
1642 --bs-bg-opacity: 1;
1643 }
1644
1645 .bg-gradient {
1646 background-image: var(--bs-gradient) !important;
1647 }
1648
1649 .user-select-all {
1650 -webkit-user-select: all !important;
1651 -moz-user-select: all !important;
1652 user-select: all !important;
1653 }
1654
1655 .user-select-auto {
1656 -webkit-user-select: auto !important;
1657 -moz-user-select: auto !important;
1658 user-select: auto !important;
1659 }
1660
1661 .user-select-none {
1662 -webkit-user-select: none !important;
1663 -moz-user-select: none !important;
1664 user-select: none !important;
1665 }
1666
1667 .pe-none {
1668 pointer-events: none !important;
1669 }
1670
1671 .pe-auto {
1672 pointer-events: auto !important;
1673 }
1674
1675 .rounded {
1676 border-radius: var(--bs-border-radius) !important;
1677 }
1678
1679 .rounded-0 {
1680 border-radius: 0 !important;
1681 }
1682
1683 .rounded-1 {
1684 border-radius: var(--bs-border-radius-sm) !important;
1685 }
1686
1687 .rounded-2 {
1688 border-radius: var(--bs-border-radius) !important;
1689 }
1690
1691 .rounded-3 {
1692 border-radius: var(--bs-border-radius-lg) !important;
1693 }
1694
1695 .rounded-4 {
1696 border-radius: var(--bs-border-radius-xl) !important;
1697 }
1698
1699 .rounded-5 {
1700 border-radius: var(--bs-border-radius-2xl) !important;
1701 }
1702
1703 .rounded-circle {
1704 border-radius: 50% !important;
1705 }
1706
1707 .rounded-pill {
1708 border-radius: var(--bs-border-radius-pill) !important;
1709 }
1710
1711 .rounded-top {
1712 border-top-left-radius: var(--bs-border-radius) !important;
1713 border-top-right-radius: var(--bs-border-radius) !important;
1714 }
1715
1716 .rounded-end {
1717 border-top-right-radius: var(--bs-border-radius) !important;
1718 border-bottom-right-radius: var(--bs-border-radius) !important;
1719 }
1720
1721 .rounded-bottom {
1722 border-bottom-right-radius: var(--bs-border-radius) !important;
1723 border-bottom-left-radius: var(--bs-border-radius) !important;
1724 }
1725
1726 .rounded-start {
1727 border-bottom-left-radius: var(--bs-border-radius) !important;
1728 border-top-left-radius: var(--bs-border-radius) !important;
1729 }
1730
1731 .visible {
1732 visibility: visible !important;
1733 }
1734
1735 .invisible {
1736 visibility: hidden !important;
1737 }
1738
1739 @media (min-width: 576px) {
1740 .float-sm-start {
1741 float: left !important;
1742 }
1743 .float-sm-end {
1744 float: right !important;
1745 }
1746 .float-sm-none {
1747 float: none !important;
1748 }
1749 .d-sm-inline {
1750 display: inline !important;
1751 }
1752 .d-sm-inline-block {
1753 display: inline-block !important;
1754 }
1755 .d-sm-block {
1756 display: block !important;
1757 }
1758 .d-sm-grid {
1759 display: grid !important;
1760 }
1761 .d-sm-table {
1762 display: table !important;
1763 }
1764 .d-sm-table-row {
1765 display: table-row !important;
1766 }
1767 .d-sm-table-cell {
1768 display: table-cell !important;
1769 }
1770 .d-sm-flex {
1771 display: flex !important;
1772 }
1773 .d-sm-inline-flex {
1774 display: inline-flex !important;
1775 }
1776 .d-sm-none {
1777 display: none !important;
1778 }
1779 .flex-sm-fill {
1780 flex: 1 1 auto !important;
1781 }
1782 .flex-sm-row {
1783 flex-direction: row !important;
1784 }
1785 .flex-sm-column {
1786 flex-direction: column !important;
1787 }
1788 .flex-sm-row-reverse {
1789 flex-direction: row-reverse !important;
1790 }
1791 .flex-sm-column-reverse {
1792 flex-direction: column-reverse !important;
1793 }
1794 .flex-sm-grow-0 {
1795 flex-grow: 0 !important;
1796 }
1797 .flex-sm-grow-1 {
1798 flex-grow: 1 !important;
1799 }
1800 .flex-sm-shrink-0 {
1801 flex-shrink: 0 !important;
1802 }
1803 .flex-sm-shrink-1 {
1804 flex-shrink: 1 !important;
1805 }
1806 .flex-sm-wrap {
1807 flex-wrap: wrap !important;
1808 }
1809 .flex-sm-nowrap {
1810 flex-wrap: nowrap !important;
1811 }
1812 .flex-sm-wrap-reverse {
1813 flex-wrap: wrap-reverse !important;
1814 }
1815 .justify-content-sm-start {
1816 justify-content: flex-start !important;
1817 }
1818 .justify-content-sm-end {
1819 justify-content: flex-end !important;
1820 }
1821 .justify-content-sm-center {
1822 justify-content: center !important;
1823 }
1824 .justify-content-sm-between {
1825 justify-content: space-between !important;
1826 }
1827 .justify-content-sm-around {
1828 justify-content: space-around !important;
1829 }
1830 .justify-content-sm-evenly {
1831 justify-content: space-evenly !important;
1832 }
1833 .align-items-sm-start {
1834 align-items: flex-start !important;
1835 }
1836 .align-items-sm-end {
1837 align-items: flex-end !important;
1838 }
1839 .align-items-sm-center {
1840 align-items: center !important;
1841 }
1842 .align-items-sm-baseline {
1843 align-items: baseline !important;
1844 }
1845 .align-items-sm-stretch {
1846 align-items: stretch !important;
1847 }
1848 .align-content-sm-start {
1849 align-content: flex-start !important;
1850 }
1851 .align-content-sm-end {
1852 align-content: flex-end !important;
1853 }
1854 .align-content-sm-center {
1855 align-content: center !important;
1856 }
1857 .align-content-sm-between {
1858 align-content: space-between !important;
1859 }
1860 .align-content-sm-around {
1861 align-content: space-around !important;
1862 }
1863 .align-content-sm-stretch {
1864 align-content: stretch !important;
1865 }
1866 .align-self-sm-auto {
1867 align-self: auto !important;
1868 }
1869 .align-self-sm-start {
1870 align-self: flex-start !important;
1871 }
1872 .align-self-sm-end {
1873 align-self: flex-end !important;
1874 }
1875 .align-self-sm-center {
1876 align-self: center !important;
1877 }
1878 .align-self-sm-baseline {
1879 align-self: baseline !important;
1880 }
1881 .align-self-sm-stretch {
1882 align-self: stretch !important;
1883 }
1884 .order-sm-first {
1885 order: -1 !important;
1886 }
1887 .order-sm-0 {
1888 order: 0 !important;
1889 }
1890 .order-sm-1 {
1891 order: 1 !important;
1892 }
1893 .order-sm-2 {
1894 order: 2 !important;
1895 }
1896 .order-sm-3 {
1897 order: 3 !important;
1898 }
1899 .order-sm-4 {
1900 order: 4 !important;
1901 }
1902 .order-sm-5 {
1903 order: 5 !important;
1904 }
1905 .order-sm-last {
1906 order: 6 !important;
1907 }
1908 .m-sm-0 {
1909 margin: 0 !important;
1910 }
1911 .m-sm-1 {
1912 margin: 0.25rem !important;
1913 }
1914 .m-sm-2 {
1915 margin: 0.5rem !important;
1916 }
1917 .m-sm-3 {
1918 margin: 1rem !important;
1919 }
1920 .m-sm-4 {
1921 margin: 1.5rem !important;
1922 }
1923 .m-sm-5 {
1924 margin: 3rem !important;
1925 }
1926 .m-sm-auto {
1927 margin: auto !important;
1928 }
1929 .mx-sm-0 {
1930 margin-right: 0 !important;
1931 margin-left: 0 !important;
1932 }
1933 .mx-sm-1 {
1934 margin-right: 0.25rem !important;
1935 margin-left: 0.25rem !important;
1936 }
1937 .mx-sm-2 {
1938 margin-right: 0.5rem !important;
1939 margin-left: 0.5rem !important;
1940 }
1941 .mx-sm-3 {
1942 margin-right: 1rem !important;
1943 margin-left: 1rem !important;
1944 }
1945 .mx-sm-4 {
1946 margin-right: 1.5rem !important;
1947 margin-left: 1.5rem !important;
1948 }
1949 .mx-sm-5 {
1950 margin-right: 3rem !important;
1951 margin-left: 3rem !important;
1952 }
1953 .mx-sm-auto {
1954 margin-right: auto !important;
1955 margin-left: auto !important;
1956 }
1957 .my-sm-0 {
1958 margin-top: 0 !important;
1959 margin-bottom: 0 !important;
1960 }
1961 .my-sm-1 {
1962 margin-top: 0.25rem !important;
1963 margin-bottom: 0.25rem !important;
1964 }
1965 .my-sm-2 {
1966 margin-top: 0.5rem !important;
1967 margin-bottom: 0.5rem !important;
1968 }
1969 .my-sm-3 {
1970 margin-top: 1rem !important;
1971 margin-bottom: 1rem !important;
1972 }
1973 .my-sm-4 {
1974 margin-top: 1.5rem !important;
1975 margin-bottom: 1.5rem !important;
1976 }
1977 .my-sm-5 {
1978 margin-top: 3rem !important;
1979 margin-bottom: 3rem !important;
1980 }
1981 .my-sm-auto {
1982 margin-top: auto !important;
1983 margin-bottom: auto !important;
1984 }
1985 .mt-sm-0 {
1986 margin-top: 0 !important;
1987 }
1988 .mt-sm-1 {
1989 margin-top: 0.25rem !important;
1990 }
1991 .mt-sm-2 {
1992 margin-top: 0.5rem !important;
1993 }
1994 .mt-sm-3 {
1995 margin-top: 1rem !important;
1996 }
1997 .mt-sm-4 {
1998 margin-top: 1.5rem !important;
1999 }
2000 .mt-sm-5 {
2001 margin-top: 3rem !important;
2002 }
2003 .mt-sm-auto {
2004 margin-top: auto !important;
2005 }
2006 .me-sm-0 {
2007 margin-right: 0 !important;
2008 }
2009 .me-sm-1 {
2010 margin-right: 0.25rem !important;
2011 }
2012 .me-sm-2 {
2013 margin-right: 0.5rem !important;
2014 }
2015 .me-sm-3 {
2016 margin-right: 1rem !important;
2017 }
2018 .me-sm-4 {
2019 margin-right: 1.5rem !important;
2020 }
2021 .me-sm-5 {
2022 margin-right: 3rem !important;
2023 }
2024 .me-sm-auto {
2025 margin-right: auto !important;
2026 }
2027 .mb-sm-0 {
2028 margin-bottom: 0 !important;
2029 }
2030 .mb-sm-1 {
2031 margin-bottom: 0.25rem !important;
2032 }
2033 .mb-sm-2 {
2034 margin-bottom: 0.5rem !important;
2035 }
2036 .mb-sm-3 {
2037 margin-bottom: 1rem !important;
2038 }
2039 .mb-sm-4 {
2040 margin-bottom: 1.5rem !important;
2041 }
2042 .mb-sm-5 {
2043 margin-bottom: 3rem !important;
2044 }
2045 .mb-sm-auto {
2046 margin-bottom: auto !important;
2047 }
2048 .ms-sm-0 {
2049 margin-left: 0 !important;
2050 }
2051 .ms-sm-1 {
2052 margin-left: 0.25rem !important;
2053 }
2054 .ms-sm-2 {
2055 margin-left: 0.5rem !important;
2056 }
2057 .ms-sm-3 {
2058 margin-left: 1rem !important;
2059 }
2060 .ms-sm-4 {
2061 margin-left: 1.5rem !important;
2062 }
2063 .ms-sm-5 {
2064 margin-left: 3rem !important;
2065 }
2066 .ms-sm-auto {
2067 margin-left: auto !important;
2068 }
2069 .p-sm-0 {
2070 padding: 0 !important;
2071 }
2072 .p-sm-1 {
2073 padding: 0.25rem !important;
2074 }
2075 .p-sm-2 {
2076 padding: 0.5rem !important;
2077 }
2078 .p-sm-3 {
2079 padding: 1rem !important;
2080 }
2081 .p-sm-4 {
2082 padding: 1.5rem !important;
2083 }
2084 .p-sm-5 {
2085 padding: 3rem !important;
2086 }
2087 .px-sm-0 {
2088 padding-right: 0 !important;
2089 padding-left: 0 !important;
2090 }
2091 .px-sm-1 {
2092 padding-right: 0.25rem !important;
2093 padding-left: 0.25rem !important;
2094 }
2095 .px-sm-2 {
2096 padding-right: 0.5rem !important;
2097 padding-left: 0.5rem !important;
2098 }
2099 .px-sm-3 {
2100 padding-right: 1rem !important;
2101 padding-left: 1rem !important;
2102 }
2103 .px-sm-4 {
2104 padding-right: 1.5rem !important;
2105 padding-left: 1.5rem !important;
2106 }
2107 .px-sm-5 {
2108 padding-right: 3rem !important;
2109 padding-left: 3rem !important;
2110 }
2111 .py-sm-0 {
2112 padding-top: 0 !important;
2113 padding-bottom: 0 !important;
2114 }
2115 .py-sm-1 {
2116 padding-top: 0.25rem !important;
2117 padding-bottom: 0.25rem !important;
2118 }
2119 .py-sm-2 {
2120 padding-top: 0.5rem !important;
2121 padding-bottom: 0.5rem !important;
2122 }
2123 .py-sm-3 {
2124 padding-top: 1rem !important;
2125 padding-bottom: 1rem !important;
2126 }
2127 .py-sm-4 {
2128 padding-top: 1.5rem !important;
2129 padding-bottom: 1.5rem !important;
2130 }
2131 .py-sm-5 {
2132 padding-top: 3rem !important;
2133 padding-bottom: 3rem !important;
2134 }
2135 .pt-sm-0 {
2136 padding-top: 0 !important;
2137 }
2138 .pt-sm-1 {
2139 padding-top: 0.25rem !important;
2140 }
2141 .pt-sm-2 {
2142 padding-top: 0.5rem !important;
2143 }
2144 .pt-sm-3 {
2145 padding-top: 1rem !important;
2146 }
2147 .pt-sm-4 {
2148 padding-top: 1.5rem !important;
2149 }
2150 .pt-sm-5 {
2151 padding-top: 3rem !important;
2152 }
2153 .pe-sm-0 {
2154 padding-right: 0 !important;
2155 }
2156 .pe-sm-1 {
2157 padding-right: 0.25rem !important;
2158 }
2159 .pe-sm-2 {
2160 padding-right: 0.5rem !important;
2161 }
2162 .pe-sm-3 {
2163 padding-right: 1rem !important;
2164 }
2165 .pe-sm-4 {
2166 padding-right: 1.5rem !important;
2167 }
2168 .pe-sm-5 {
2169 padding-right: 3rem !important;
2170 }
2171 .pb-sm-0 {
2172 padding-bottom: 0 !important;
2173 }
2174 .pb-sm-1 {
2175 padding-bottom: 0.25rem !important;
2176 }
2177 .pb-sm-2 {
2178 padding-bottom: 0.5rem !important;
2179 }
2180 .pb-sm-3 {
2181 padding-bottom: 1rem !important;
2182 }
2183 .pb-sm-4 {
2184 padding-bottom: 1.5rem !important;
2185 }
2186 .pb-sm-5 {
2187 padding-bottom: 3rem !important;
2188 }
2189 .ps-sm-0 {
2190 padding-left: 0 !important;
2191 }
2192 .ps-sm-1 {
2193 padding-left: 0.25rem !important;
2194 }
2195 .ps-sm-2 {
2196 padding-left: 0.5rem !important;
2197 }
2198 .ps-sm-3 {
2199 padding-left: 1rem !important;
2200 }
2201 .ps-sm-4 {
2202 padding-left: 1.5rem !important;
2203 }
2204 .ps-sm-5 {
2205 padding-left: 3rem !important;
2206 }
2207 .gap-sm-0 {
2208 gap: 0 !important;
2209 }
2210 .gap-sm-1 {
2211 gap: 0.25rem !important;
2212 }
2213 .gap-sm-2 {
2214 gap: 0.5rem !important;
2215 }
2216 .gap-sm-3 {
2217 gap: 1rem !important;
2218 }
2219 .gap-sm-4 {
2220 gap: 1.5rem !important;
2221 }
2222 .gap-sm-5 {
2223 gap: 3rem !important;
2224 }
2225 .text-sm-start {
2226 text-align: left !important;
2227 }
2228 .text-sm-end {
2229 text-align: right !important;
2230 }
2231 .text-sm-center {
2232 text-align: center !important;
2233 }
2234 }
2235 @media (min-width: 768px) {
2236 .float-md-start {
2237 float: left !important;
2238 }
2239 .float-md-end {
2240 float: right !important;
2241 }
2242 .float-md-none {
2243 float: none !important;
2244 }
2245 .d-md-inline {
2246 display: inline !important;
2247 }
2248 .d-md-inline-block {
2249 display: inline-block !important;
2250 }
2251 .d-md-block {
2252 display: block !important;
2253 }
2254 .d-md-grid {
2255 display: grid !important;
2256 }
2257 .d-md-table {
2258 display: table !important;
2259 }
2260 .d-md-table-row {
2261 display: table-row !important;
2262 }
2263 .d-md-table-cell {
2264 display: table-cell !important;
2265 }
2266 .d-md-flex {
2267 display: flex !important;
2268 }
2269 .d-md-inline-flex {
2270 display: inline-flex !important;
2271 }
2272 .d-md-none {
2273 display: none !important;
2274 }
2275 .flex-md-fill {
2276 flex: 1 1 auto !important;
2277 }
2278 .flex-md-row {
2279 flex-direction: row !important;
2280 }
2281 .flex-md-column {
2282 flex-direction: column !important;
2283 }
2284 .flex-md-row-reverse {
2285 flex-direction: row-reverse !important;
2286 }
2287 .flex-md-column-reverse {
2288 flex-direction: column-reverse !important;
2289 }
2290 .flex-md-grow-0 {
2291 flex-grow: 0 !important;
2292 }
2293 .flex-md-grow-1 {
2294 flex-grow: 1 !important;
2295 }
2296 .flex-md-shrink-0 {
2297 flex-shrink: 0 !important;
2298 }
2299 .flex-md-shrink-1 {
2300 flex-shrink: 1 !important;
2301 }
2302 .flex-md-wrap {
2303 flex-wrap: wrap !important;
2304 }
2305 .flex-md-nowrap {
2306 flex-wrap: nowrap !important;
2307 }
2308 .flex-md-wrap-reverse {
2309 flex-wrap: wrap-reverse !important;
2310 }
2311 .justify-content-md-start {
2312 justify-content: flex-start !important;
2313 }
2314 .justify-content-md-end {
2315 justify-content: flex-end !important;
2316 }
2317 .justify-content-md-center {
2318 justify-content: center !important;
2319 }
2320 .justify-content-md-between {
2321 justify-content: space-between !important;
2322 }
2323 .justify-content-md-around {
2324 justify-content: space-around !important;
2325 }
2326 .justify-content-md-evenly {
2327 justify-content: space-evenly !important;
2328 }
2329 .align-items-md-start {
2330 align-items: flex-start !important;
2331 }
2332 .align-items-md-end {
2333 align-items: flex-end !important;
2334 }
2335 .align-items-md-center {
2336 align-items: center !important;
2337 }
2338 .align-items-md-baseline {
2339 align-items: baseline !important;
2340 }
2341 .align-items-md-stretch {
2342 align-items: stretch !important;
2343 }
2344 .align-content-md-start {
2345 align-content: flex-start !important;
2346 }
2347 .align-content-md-end {
2348 align-content: flex-end !important;
2349 }
2350 .align-content-md-center {
2351 align-content: center !important;
2352 }
2353 .align-content-md-between {
2354 align-content: space-between !important;
2355 }
2356 .align-content-md-around {
2357 align-content: space-around !important;
2358 }
2359 .align-content-md-stretch {
2360 align-content: stretch !important;
2361 }
2362 .align-self-md-auto {
2363 align-self: auto !important;
2364 }
2365 .align-self-md-start {
2366 align-self: flex-start !important;
2367 }
2368 .align-self-md-end {
2369 align-self: flex-end !important;
2370 }
2371 .align-self-md-center {
2372 align-self: center !important;
2373 }
2374 .align-self-md-baseline {
2375 align-self: baseline !important;
2376 }
2377 .align-self-md-stretch {
2378 align-self: stretch !important;
2379 }
2380 .order-md-first {
2381 order: -1 !important;
2382 }
2383 .order-md-0 {
2384 order: 0 !important;
2385 }
2386 .order-md-1 {
2387 order: 1 !important;
2388 }
2389 .order-md-2 {
2390 order: 2 !important;
2391 }
2392 .order-md-3 {
2393 order: 3 !important;
2394 }
2395 .order-md-4 {
2396 order: 4 !important;
2397 }
2398 .order-md-5 {
2399 order: 5 !important;
2400 }
2401 .order-md-last {
2402 order: 6 !important;
2403 }
2404 .m-md-0 {
2405 margin: 0 !important;
2406 }
2407 .m-md-1 {
2408 margin: 0.25rem !important;
2409 }
2410 .m-md-2 {
2411 margin: 0.5rem !important;
2412 }
2413 .m-md-3 {
2414 margin: 1rem !important;
2415 }
2416 .m-md-4 {
2417 margin: 1.5rem !important;
2418 }
2419 .m-md-5 {
2420 margin: 3rem !important;
2421 }
2422 .m-md-auto {
2423 margin: auto !important;
2424 }
2425 .mx-md-0 {
2426 margin-right: 0 !important;
2427 margin-left: 0 !important;
2428 }
2429 .mx-md-1 {
2430 margin-right: 0.25rem !important;
2431 margin-left: 0.25rem !important;
2432 }
2433 .mx-md-2 {
2434 margin-right: 0.5rem !important;
2435 margin-left: 0.5rem !important;
2436 }
2437 .mx-md-3 {
2438 margin-right: 1rem !important;
2439 margin-left: 1rem !important;
2440 }
2441 .mx-md-4 {
2442 margin-right: 1.5rem !important;
2443 margin-left: 1.5rem !important;
2444 }
2445 .mx-md-5 {
2446 margin-right: 3rem !important;
2447 margin-left: 3rem !important;
2448 }
2449 .mx-md-auto {
2450 margin-right: auto !important;
2451 margin-left: auto !important;
2452 }
2453 .my-md-0 {
2454 margin-top: 0 !important;
2455 margin-bottom: 0 !important;
2456 }
2457 .my-md-1 {
2458 margin-top: 0.25rem !important;
2459 margin-bottom: 0.25rem !important;
2460 }
2461 .my-md-2 {
2462 margin-top: 0.5rem !important;
2463 margin-bottom: 0.5rem !important;
2464 }
2465 .my-md-3 {
2466 margin-top: 1rem !important;
2467 margin-bottom: 1rem !important;
2468 }
2469 .my-md-4 {
2470 margin-top: 1.5rem !important;
2471 margin-bottom: 1.5rem !important;
2472 }
2473 .my-md-5 {
2474 margin-top: 3rem !important;
2475 margin-bottom: 3rem !important;
2476 }
2477 .my-md-auto {
2478 margin-top: auto !important;
2479 margin-bottom: auto !important;
2480 }
2481 .mt-md-0 {
2482 margin-top: 0 !important;
2483 }
2484 .mt-md-1 {
2485 margin-top: 0.25rem !important;
2486 }
2487 .mt-md-2 {
2488 margin-top: 0.5rem !important;
2489 }
2490 .mt-md-3 {
2491 margin-top: 1rem !important;
2492 }
2493 .mt-md-4 {
2494 margin-top: 1.5rem !important;
2495 }
2496 .mt-md-5 {
2497 margin-top: 3rem !important;
2498 }
2499 .mt-md-auto {
2500 margin-top: auto !important;
2501 }
2502 .me-md-0 {
2503 margin-right: 0 !important;
2504 }
2505 .me-md-1 {
2506 margin-right: 0.25rem !important;
2507 }
2508 .me-md-2 {
2509 margin-right: 0.5rem !important;
2510 }
2511 .me-md-3 {
2512 margin-right: 1rem !important;
2513 }
2514 .me-md-4 {
2515 margin-right: 1.5rem !important;
2516 }
2517 .me-md-5 {
2518 margin-right: 3rem !important;
2519 }
2520 .me-md-auto {
2521 margin-right: auto !important;
2522 }
2523 .mb-md-0 {
2524 margin-bottom: 0 !important;
2525 }
2526 .mb-md-1 {
2527 margin-bottom: 0.25rem !important;
2528 }
2529 .mb-md-2 {
2530 margin-bottom: 0.5rem !important;
2531 }
2532 .mb-md-3 {
2533 margin-bottom: 1rem !important;
2534 }
2535 .mb-md-4 {
2536 margin-bottom: 1.5rem !important;
2537 }
2538 .mb-md-5 {
2539 margin-bottom: 3rem !important;
2540 }
2541 .mb-md-auto {
2542 margin-bottom: auto !important;
2543 }
2544 .ms-md-0 {
2545 margin-left: 0 !important;
2546 }
2547 .ms-md-1 {
2548 margin-left: 0.25rem !important;
2549 }
2550 .ms-md-2 {
2551 margin-left: 0.5rem !important;
2552 }
2553 .ms-md-3 {
2554 margin-left: 1rem !important;
2555 }
2556 .ms-md-4 {
2557 margin-left: 1.5rem !important;
2558 }
2559 .ms-md-5 {
2560 margin-left: 3rem !important;
2561 }
2562 .ms-md-auto {
2563 margin-left: auto !important;
2564 }
2565 .p-md-0 {
2566 padding: 0 !important;
2567 }
2568 .p-md-1 {
2569 padding: 0.25rem !important;
2570 }
2571 .p-md-2 {
2572 padding: 0.5rem !important;
2573 }
2574 .p-md-3 {
2575 padding: 1rem !important;
2576 }
2577 .p-md-4 {
2578 padding: 1.5rem !important;
2579 }
2580 .p-md-5 {
2581 padding: 3rem !important;
2582 }
2583 .px-md-0 {
2584 padding-right: 0 !important;
2585 padding-left: 0 !important;
2586 }
2587 .px-md-1 {
2588 padding-right: 0.25rem !important;
2589 padding-left: 0.25rem !important;
2590 }
2591 .px-md-2 {
2592 padding-right: 0.5rem !important;
2593 padding-left: 0.5rem !important;
2594 }
2595 .px-md-3 {
2596 padding-right: 1rem !important;
2597 padding-left: 1rem !important;
2598 }
2599 .px-md-4 {
2600 padding-right: 1.5rem !important;
2601 padding-left: 1.5rem !important;
2602 }
2603 .px-md-5 {
2604 padding-right: 3rem !important;
2605 padding-left: 3rem !important;
2606 }
2607 .py-md-0 {
2608 padding-top: 0 !important;
2609 padding-bottom: 0 !important;
2610 }
2611 .py-md-1 {
2612 padding-top: 0.25rem !important;
2613 padding-bottom: 0.25rem !important;
2614 }
2615 .py-md-2 {
2616 padding-top: 0.5rem !important;
2617 padding-bottom: 0.5rem !important;
2618 }
2619 .py-md-3 {
2620 padding-top: 1rem !important;
2621 padding-bottom: 1rem !important;
2622 }
2623 .py-md-4 {
2624 padding-top: 1.5rem !important;
2625 padding-bottom: 1.5rem !important;
2626 }
2627 .py-md-5 {
2628 padding-top: 3rem !important;
2629 padding-bottom: 3rem !important;
2630 }
2631 .pt-md-0 {
2632 padding-top: 0 !important;
2633 }
2634 .pt-md-1 {
2635 padding-top: 0.25rem !important;
2636 }
2637 .pt-md-2 {
2638 padding-top: 0.5rem !important;
2639 }
2640 .pt-md-3 {
2641 padding-top: 1rem !important;
2642 }
2643 .pt-md-4 {
2644 padding-top: 1.5rem !important;
2645 }
2646 .pt-md-5 {
2647 padding-top: 3rem !important;
2648 }
2649 .pe-md-0 {
2650 padding-right: 0 !important;
2651 }
2652 .pe-md-1 {
2653 padding-right: 0.25rem !important;
2654 }
2655 .pe-md-2 {
2656 padding-right: 0.5rem !important;
2657 }
2658 .pe-md-3 {
2659 padding-right: 1rem !important;
2660 }
2661 .pe-md-4 {
2662 padding-right: 1.5rem !important;
2663 }
2664 .pe-md-5 {
2665 padding-right: 3rem !important;
2666 }
2667 .pb-md-0 {
2668 padding-bottom: 0 !important;
2669 }
2670 .pb-md-1 {
2671 padding-bottom: 0.25rem !important;
2672 }
2673 .pb-md-2 {
2674 padding-bottom: 0.5rem !important;
2675 }
2676 .pb-md-3 {
2677 padding-bottom: 1rem !important;
2678 }
2679 .pb-md-4 {
2680 padding-bottom: 1.5rem !important;
2681 }
2682 .pb-md-5 {
2683 padding-bottom: 3rem !important;
2684 }
2685 .ps-md-0 {
2686 padding-left: 0 !important;
2687 }
2688 .ps-md-1 {
2689 padding-left: 0.25rem !important;
2690 }
2691 .ps-md-2 {
2692 padding-left: 0.5rem !important;
2693 }
2694 .ps-md-3 {
2695 padding-left: 1rem !important;
2696 }
2697 .ps-md-4 {
2698 padding-left: 1.5rem !important;
2699 }
2700 .ps-md-5 {
2701 padding-left: 3rem !important;
2702 }
2703 .gap-md-0 {
2704 gap: 0 !important;
2705 }
2706 .gap-md-1 {
2707 gap: 0.25rem !important;
2708 }
2709 .gap-md-2 {
2710 gap: 0.5rem !important;
2711 }
2712 .gap-md-3 {
2713 gap: 1rem !important;
2714 }
2715 .gap-md-4 {
2716 gap: 1.5rem !important;
2717 }
2718 .gap-md-5 {
2719 gap: 3rem !important;
2720 }
2721 .text-md-start {
2722 text-align: left !important;
2723 }
2724 .text-md-end {
2725 text-align: right !important;
2726 }
2727 .text-md-center {
2728 text-align: center !important;
2729 }
2730 }
2731 @media (min-width: 992px) {
2732 .float-lg-start {
2733 float: left !important;
2734 }
2735 .float-lg-end {
2736 float: right !important;
2737 }
2738 .float-lg-none {
2739 float: none !important;
2740 }
2741 .d-lg-inline {
2742 display: inline !important;
2743 }
2744 .d-lg-inline-block {
2745 display: inline-block !important;
2746 }
2747 .d-lg-block {
2748 display: block !important;
2749 }
2750 .d-lg-grid {
2751 display: grid !important;
2752 }
2753 .d-lg-table {
2754 display: table !important;
2755 }
2756 .d-lg-table-row {
2757 display: table-row !important;
2758 }
2759 .d-lg-table-cell {
2760 display: table-cell !important;
2761 }
2762 .d-lg-flex {
2763 display: flex !important;
2764 }
2765 .d-lg-inline-flex {
2766 display: inline-flex !important;
2767 }
2768 .d-lg-none {
2769 display: none !important;
2770 }
2771 .flex-lg-fill {
2772 flex: 1 1 auto !important;
2773 }
2774 .flex-lg-row {
2775 flex-direction: row !important;
2776 }
2777 .flex-lg-column {
2778 flex-direction: column !important;
2779 }
2780 .flex-lg-row-reverse {
2781 flex-direction: row-reverse !important;
2782 }
2783 .flex-lg-column-reverse {
2784 flex-direction: column-reverse !important;
2785 }
2786 .flex-lg-grow-0 {
2787 flex-grow: 0 !important;
2788 }
2789 .flex-lg-grow-1 {
2790 flex-grow: 1 !important;
2791 }
2792 .flex-lg-shrink-0 {
2793 flex-shrink: 0 !important;
2794 }
2795 .flex-lg-shrink-1 {
2796 flex-shrink: 1 !important;
2797 }
2798 .flex-lg-wrap {
2799 flex-wrap: wrap !important;
2800 }
2801 .flex-lg-nowrap {
2802 flex-wrap: nowrap !important;
2803 }
2804 .flex-lg-wrap-reverse {
2805 flex-wrap: wrap-reverse !important;
2806 }
2807 .justify-content-lg-start {
2808 justify-content: flex-start !important;
2809 }
2810 .justify-content-lg-end {
2811 justify-content: flex-end !important;
2812 }
2813 .justify-content-lg-center {
2814 justify-content: center !important;
2815 }
2816 .justify-content-lg-between {
2817 justify-content: space-between !important;
2818 }
2819 .justify-content-lg-around {
2820 justify-content: space-around !important;
2821 }
2822 .justify-content-lg-evenly {
2823 justify-content: space-evenly !important;
2824 }
2825 .align-items-lg-start {
2826 align-items: flex-start !important;
2827 }
2828 .align-items-lg-end {
2829 align-items: flex-end !important;
2830 }
2831 .align-items-lg-center {
2832 align-items: center !important;
2833 }
2834 .align-items-lg-baseline {
2835 align-items: baseline !important;
2836 }
2837 .align-items-lg-stretch {
2838 align-items: stretch !important;
2839 }
2840 .align-content-lg-start {
2841 align-content: flex-start !important;
2842 }
2843 .align-content-lg-end {
2844 align-content: flex-end !important;
2845 }
2846 .align-content-lg-center {
2847 align-content: center !important;
2848 }
2849 .align-content-lg-between {
2850 align-content: space-between !important;
2851 }
2852 .align-content-lg-around {
2853 align-content: space-around !important;
2854 }
2855 .align-content-lg-stretch {
2856 align-content: stretch !important;
2857 }
2858 .align-self-lg-auto {
2859 align-self: auto !important;
2860 }
2861 .align-self-lg-start {
2862 align-self: flex-start !important;
2863 }
2864 .align-self-lg-end {
2865 align-self: flex-end !important;
2866 }
2867 .align-self-lg-center {
2868 align-self: center !important;
2869 }
2870 .align-self-lg-baseline {
2871 align-self: baseline !important;
2872 }
2873 .align-self-lg-stretch {
2874 align-self: stretch !important;
2875 }
2876 .order-lg-first {
2877 order: -1 !important;
2878 }
2879 .order-lg-0 {
2880 order: 0 !important;
2881 }
2882 .order-lg-1 {
2883 order: 1 !important;
2884 }
2885 .order-lg-2 {
2886 order: 2 !important;
2887 }
2888 .order-lg-3 {
2889 order: 3 !important;
2890 }
2891 .order-lg-4 {
2892 order: 4 !important;
2893 }
2894 .order-lg-5 {
2895 order: 5 !important;
2896 }
2897 .order-lg-last {
2898 order: 6 !important;
2899 }
2900 .m-lg-0 {
2901 margin: 0 !important;
2902 }
2903 .m-lg-1 {
2904 margin: 0.25rem !important;
2905 }
2906 .m-lg-2 {
2907 margin: 0.5rem !important;
2908 }
2909 .m-lg-3 {
2910 margin: 1rem !important;
2911 }
2912 .m-lg-4 {
2913 margin: 1.5rem !important;
2914 }
2915 .m-lg-5 {
2916 margin: 3rem !important;
2917 }
2918 .m-lg-auto {
2919 margin: auto !important;
2920 }
2921 .mx-lg-0 {
2922 margin-right: 0 !important;
2923 margin-left: 0 !important;
2924 }
2925 .mx-lg-1 {
2926 margin-right: 0.25rem !important;
2927 margin-left: 0.25rem !important;
2928 }
2929 .mx-lg-2 {
2930 margin-right: 0.5rem !important;
2931 margin-left: 0.5rem !important;
2932 }
2933 .mx-lg-3 {
2934 margin-right: 1rem !important;
2935 margin-left: 1rem !important;
2936 }
2937 .mx-lg-4 {
2938 margin-right: 1.5rem !important;
2939 margin-left: 1.5rem !important;
2940 }
2941 .mx-lg-5 {
2942 margin-right: 3rem !important;
2943 margin-left: 3rem !important;
2944 }
2945 .mx-lg-auto {
2946 margin-right: auto !important;
2947 margin-left: auto !important;
2948 }
2949 .my-lg-0 {
2950 margin-top: 0 !important;
2951 margin-bottom: 0 !important;
2952 }
2953 .my-lg-1 {
2954 margin-top: 0.25rem !important;
2955 margin-bottom: 0.25rem !important;
2956 }
2957 .my-lg-2 {
2958 margin-top: 0.5rem !important;
2959 margin-bottom: 0.5rem !important;
2960 }
2961 .my-lg-3 {
2962 margin-top: 1rem !important;
2963 margin-bottom: 1rem !important;
2964 }
2965 .my-lg-4 {
2966 margin-top: 1.5rem !important;
2967 margin-bottom: 1.5rem !important;
2968 }
2969 .my-lg-5 {
2970 margin-top: 3rem !important;
2971 margin-bottom: 3rem !important;
2972 }
2973 .my-lg-auto {
2974 margin-top: auto !important;
2975 margin-bottom: auto !important;
2976 }
2977 .mt-lg-0 {
2978 margin-top: 0 !important;
2979 }
2980 .mt-lg-1 {
2981 margin-top: 0.25rem !important;
2982 }
2983 .mt-lg-2 {
2984 margin-top: 0.5rem !important;
2985 }
2986 .mt-lg-3 {
2987 margin-top: 1rem !important;
2988 }
2989 .mt-lg-4 {
2990 margin-top: 1.5rem !important;
2991 }
2992 .mt-lg-5 {
2993 margin-top: 3rem !important;
2994 }
2995 .mt-lg-auto {
2996 margin-top: auto !important;
2997 }
2998 .me-lg-0 {
2999 margin-right: 0 !important;
3000 }
3001 .me-lg-1 {
3002 margin-right: 0.25rem !important;
3003 }
3004 .me-lg-2 {
3005 margin-right: 0.5rem !important;
3006 }
3007 .me-lg-3 {
3008 margin-right: 1rem !important;
3009 }
3010 .me-lg-4 {
3011 margin-right: 1.5rem !important;
3012 }
3013 .me-lg-5 {
3014 margin-right: 3rem !important;
3015 }
3016 .me-lg-auto {
3017 margin-right: auto !important;
3018 }
3019 .mb-lg-0 {
3020 margin-bottom: 0 !important;
3021 }
3022 .mb-lg-1 {
3023 margin-bottom: 0.25rem !important;
3024 }
3025 .mb-lg-2 {
3026 margin-bottom: 0.5rem !important;
3027 }
3028 .mb-lg-3 {
3029 margin-bottom: 1rem !important;
3030 }
3031 .mb-lg-4 {
3032 margin-bottom: 1.5rem !important;
3033 }
3034 .mb-lg-5 {
3035 margin-bottom: 3rem !important;
3036 }
3037 .mb-lg-auto {
3038 margin-bottom: auto !important;
3039 }
3040 .ms-lg-0 {
3041 margin-left: 0 !important;
3042 }
3043 .ms-lg-1 {
3044 margin-left: 0.25rem !important;
3045 }
3046 .ms-lg-2 {
3047 margin-left: 0.5rem !important;
3048 }
3049 .ms-lg-3 {
3050 margin-left: 1rem !important;
3051 }
3052 .ms-lg-4 {
3053 margin-left: 1.5rem !important;
3054 }
3055 .ms-lg-5 {
3056 margin-left: 3rem !important;
3057 }
3058 .ms-lg-auto {
3059 margin-left: auto !important;
3060 }
3061 .p-lg-0 {
3062 padding: 0 !important;
3063 }
3064 .p-lg-1 {
3065 padding: 0.25rem !important;
3066 }
3067 .p-lg-2 {
3068 padding: 0.5rem !important;
3069 }
3070 .p-lg-3 {
3071 padding: 1rem !important;
3072 }
3073 .p-lg-4 {
3074 padding: 1.5rem !important;
3075 }
3076 .p-lg-5 {
3077 padding: 3rem !important;
3078 }
3079 .px-lg-0 {
3080 padding-right: 0 !important;
3081 padding-left: 0 !important;
3082 }
3083 .px-lg-1 {
3084 padding-right: 0.25rem !important;
3085 padding-left: 0.25rem !important;
3086 }
3087 .px-lg-2 {
3088 padding-right: 0.5rem !important;
3089 padding-left: 0.5rem !important;
3090 }
3091 .px-lg-3 {
3092 padding-right: 1rem !important;
3093 padding-left: 1rem !important;
3094 }
3095 .px-lg-4 {
3096 padding-right: 1.5rem !important;
3097 padding-left: 1.5rem !important;
3098 }
3099 .px-lg-5 {
3100 padding-right: 3rem !important;
3101 padding-left: 3rem !important;
3102 }
3103 .py-lg-0 {
3104 padding-top: 0 !important;
3105 padding-bottom: 0 !important;
3106 }
3107 .py-lg-1 {
3108 padding-top: 0.25rem !important;
3109 padding-bottom: 0.25rem !important;
3110 }
3111 .py-lg-2 {
3112 padding-top: 0.5rem !important;
3113 padding-bottom: 0.5rem !important;
3114 }
3115 .py-lg-3 {
3116 padding-top: 1rem !important;
3117 padding-bottom: 1rem !important;
3118 }
3119 .py-lg-4 {
3120 padding-top: 1.5rem !important;
3121 padding-bottom: 1.5rem !important;
3122 }
3123 .py-lg-5 {
3124 padding-top: 3rem !important;
3125 padding-bottom: 3rem !important;
3126 }
3127 .pt-lg-0 {
3128 padding-top: 0 !important;
3129 }
3130 .pt-lg-1 {
3131 padding-top: 0.25rem !important;
3132 }
3133 .pt-lg-2 {
3134 padding-top: 0.5rem !important;
3135 }
3136 .pt-lg-3 {
3137 padding-top: 1rem !important;
3138 }
3139 .pt-lg-4 {
3140 padding-top: 1.5rem !important;
3141 }
3142 .pt-lg-5 {
3143 padding-top: 3rem !important;
3144 }
3145 .pe-lg-0 {
3146 padding-right: 0 !important;
3147 }
3148 .pe-lg-1 {
3149 padding-right: 0.25rem !important;
3150 }
3151 .pe-lg-2 {
3152 padding-right: 0.5rem !important;
3153 }
3154 .pe-lg-3 {
3155 padding-right: 1rem !important;
3156 }
3157 .pe-lg-4 {
3158 padding-right: 1.5rem !important;
3159 }
3160 .pe-lg-5 {
3161 padding-right: 3rem !important;
3162 }
3163 .pb-lg-0 {
3164 padding-bottom: 0 !important;
3165 }
3166 .pb-lg-1 {
3167 padding-bottom: 0.25rem !important;
3168 }
3169 .pb-lg-2 {
3170 padding-bottom: 0.5rem !important;
3171 }
3172 .pb-lg-3 {
3173 padding-bottom: 1rem !important;
3174 }
3175 .pb-lg-4 {
3176 padding-bottom: 1.5rem !important;
3177 }
3178 .pb-lg-5 {
3179 padding-bottom: 3rem !important;
3180 }
3181 .ps-lg-0 {
3182 padding-left: 0 !important;
3183 }
3184 .ps-lg-1 {
3185 padding-left: 0.25rem !important;
3186 }
3187 .ps-lg-2 {
3188 padding-left: 0.5rem !important;
3189 }
3190 .ps-lg-3 {
3191 padding-left: 1rem !important;
3192 }
3193 .ps-lg-4 {
3194 padding-left: 1.5rem !important;
3195 }
3196 .ps-lg-5 {
3197 padding-left: 3rem !important;
3198 }
3199 .gap-lg-0 {
3200 gap: 0 !important;
3201 }
3202 .gap-lg-1 {
3203 gap: 0.25rem !important;
3204 }
3205 .gap-lg-2 {
3206 gap: 0.5rem !important;
3207 }
3208 .gap-lg-3 {
3209 gap: 1rem !important;
3210 }
3211 .gap-lg-4 {
3212 gap: 1.5rem !important;
3213 }
3214 .gap-lg-5 {
3215 gap: 3rem !important;
3216 }
3217 .text-lg-start {
3218 text-align: left !important;
3219 }
3220 .text-lg-end {
3221 text-align: right !important;
3222 }
3223 .text-lg-center {
3224 text-align: center !important;
3225 }
3226 }
3227 @media (min-width: 1200px) {
3228 .float-xl-start {
3229 float: left !important;
3230 }
3231 .float-xl-end {
3232 float: right !important;
3233 }
3234 .float-xl-none {
3235 float: none !important;
3236 }
3237 .d-xl-inline {
3238 display: inline !important;
3239 }
3240 .d-xl-inline-block {
3241 display: inline-block !important;
3242 }
3243 .d-xl-block {
3244 display: block !important;
3245 }
3246 .d-xl-grid {
3247 display: grid !important;
3248 }
3249 .d-xl-table {
3250 display: table !important;
3251 }
3252 .d-xl-table-row {
3253 display: table-row !important;
3254 }
3255 .d-xl-table-cell {
3256 display: table-cell !important;
3257 }
3258 .d-xl-flex {
3259 display: flex !important;
3260 }
3261 .d-xl-inline-flex {
3262 display: inline-flex !important;
3263 }
3264 .d-xl-none {
3265 display: none !important;
3266 }
3267 .flex-xl-fill {
3268 flex: 1 1 auto !important;
3269 }
3270 .flex-xl-row {
3271 flex-direction: row !important;
3272 }
3273 .flex-xl-column {
3274 flex-direction: column !important;
3275 }
3276 .flex-xl-row-reverse {
3277 flex-direction: row-reverse !important;
3278 }
3279 .flex-xl-column-reverse {
3280 flex-direction: column-reverse !important;
3281 }
3282 .flex-xl-grow-0 {
3283 flex-grow: 0 !important;
3284 }
3285 .flex-xl-grow-1 {
3286 flex-grow: 1 !important;
3287 }
3288 .flex-xl-shrink-0 {
3289 flex-shrink: 0 !important;
3290 }
3291 .flex-xl-shrink-1 {
3292 flex-shrink: 1 !important;
3293 }
3294 .flex-xl-wrap {
3295 flex-wrap: wrap !important;
3296 }
3297 .flex-xl-nowrap {
3298 flex-wrap: nowrap !important;
3299 }
3300 .flex-xl-wrap-reverse {
3301 flex-wrap: wrap-reverse !important;
3302 }
3303 .justify-content-xl-start {
3304 justify-content: flex-start !important;
3305 }
3306 .justify-content-xl-end {
3307 justify-content: flex-end !important;
3308 }
3309 .justify-content-xl-center {
3310 justify-content: center !important;
3311 }
3312 .justify-content-xl-between {
3313 justify-content: space-between !important;
3314 }
3315 .justify-content-xl-around {
3316 justify-content: space-around !important;
3317 }
3318 .justify-content-xl-evenly {
3319 justify-content: space-evenly !important;
3320 }
3321 .align-items-xl-start {
3322 align-items: flex-start !important;
3323 }
3324 .align-items-xl-end {
3325 align-items: flex-end !important;
3326 }
3327 .align-items-xl-center {
3328 align-items: center !important;
3329 }
3330 .align-items-xl-baseline {
3331 align-items: baseline !important;
3332 }
3333 .align-items-xl-stretch {
3334 align-items: stretch !important;
3335 }
3336 .align-content-xl-start {
3337 align-content: flex-start !important;
3338 }
3339 .align-content-xl-end {
3340 align-content: flex-end !important;
3341 }
3342 .align-content-xl-center {
3343 align-content: center !important;
3344 }
3345 .align-content-xl-between {
3346 align-content: space-between !important;
3347 }
3348 .align-content-xl-around {
3349 align-content: space-around !important;
3350 }
3351 .align-content-xl-stretch {
3352 align-content: stretch !important;
3353 }
3354 .align-self-xl-auto {
3355 align-self: auto !important;
3356 }
3357 .align-self-xl-start {
3358 align-self: flex-start !important;
3359 }
3360 .align-self-xl-end {
3361 align-self: flex-end !important;
3362 }
3363 .align-self-xl-center {
3364 align-self: center !important;
3365 }
3366 .align-self-xl-baseline {
3367 align-self: baseline !important;
3368 }
3369 .align-self-xl-stretch {
3370 align-self: stretch !important;
3371 }
3372 .order-xl-first {
3373 order: -1 !important;
3374 }
3375 .order-xl-0 {
3376 order: 0 !important;
3377 }
3378 .order-xl-1 {
3379 order: 1 !important;
3380 }
3381 .order-xl-2 {
3382 order: 2 !important;
3383 }
3384 .order-xl-3 {
3385 order: 3 !important;
3386 }
3387 .order-xl-4 {
3388 order: 4 !important;
3389 }
3390 .order-xl-5 {
3391 order: 5 !important;
3392 }
3393 .order-xl-last {
3394 order: 6 !important;
3395 }
3396 .m-xl-0 {
3397 margin: 0 !important;
3398 }
3399 .m-xl-1 {
3400 margin: 0.25rem !important;
3401 }
3402 .m-xl-2 {
3403 margin: 0.5rem !important;
3404 }
3405 .m-xl-3 {
3406 margin: 1rem !important;
3407 }
3408 .m-xl-4 {
3409 margin: 1.5rem !important;
3410 }
3411 .m-xl-5 {
3412 margin: 3rem !important;
3413 }
3414 .m-xl-auto {
3415 margin: auto !important;
3416 }
3417 .mx-xl-0 {
3418 margin-right: 0 !important;
3419 margin-left: 0 !important;
3420 }
3421 .mx-xl-1 {
3422 margin-right: 0.25rem !important;
3423 margin-left: 0.25rem !important;
3424 }
3425 .mx-xl-2 {
3426 margin-right: 0.5rem !important;
3427 margin-left: 0.5rem !important;
3428 }
3429 .mx-xl-3 {
3430 margin-right: 1rem !important;
3431 margin-left: 1rem !important;
3432 }
3433 .mx-xl-4 {
3434 margin-right: 1.5rem !important;
3435 margin-left: 1.5rem !important;
3436 }
3437 .mx-xl-5 {
3438 margin-right: 3rem !important;
3439 margin-left: 3rem !important;
3440 }
3441 .mx-xl-auto {
3442 margin-right: auto !important;
3443 margin-left: auto !important;
3444 }
3445 .my-xl-0 {
3446 margin-top: 0 !important;
3447 margin-bottom: 0 !important;
3448 }
3449 .my-xl-1 {
3450 margin-top: 0.25rem !important;
3451 margin-bottom: 0.25rem !important;
3452 }
3453 .my-xl-2 {
3454 margin-top: 0.5rem !important;
3455 margin-bottom: 0.5rem !important;
3456 }
3457 .my-xl-3 {
3458 margin-top: 1rem !important;
3459 margin-bottom: 1rem !important;
3460 }
3461 .my-xl-4 {
3462 margin-top: 1.5rem !important;
3463 margin-bottom: 1.5rem !important;
3464 }
3465 .my-xl-5 {
3466 margin-top: 3rem !important;
3467 margin-bottom: 3rem !important;
3468 }
3469 .my-xl-auto {
3470 margin-top: auto !important;
3471 margin-bottom: auto !important;
3472 }
3473 .mt-xl-0 {
3474 margin-top: 0 !important;
3475 }
3476 .mt-xl-1 {
3477 margin-top: 0.25rem !important;
3478 }
3479 .mt-xl-2 {
3480 margin-top: 0.5rem !important;
3481 }
3482 .mt-xl-3 {
3483 margin-top: 1rem !important;
3484 }
3485 .mt-xl-4 {
3486 margin-top: 1.5rem !important;
3487 }
3488 .mt-xl-5 {
3489 margin-top: 3rem !important;
3490 }
3491 .mt-xl-auto {
3492 margin-top: auto !important;
3493 }
3494 .me-xl-0 {
3495 margin-right: 0 !important;
3496 }
3497 .me-xl-1 {
3498 margin-right: 0.25rem !important;
3499 }
3500 .me-xl-2 {
3501 margin-right: 0.5rem !important;
3502 }
3503 .me-xl-3 {
3504 margin-right: 1rem !important;
3505 }
3506 .me-xl-4 {
3507 margin-right: 1.5rem !important;
3508 }
3509 .me-xl-5 {
3510 margin-right: 3rem !important;
3511 }
3512 .me-xl-auto {
3513 margin-right: auto !important;
3514 }
3515 .mb-xl-0 {
3516 margin-bottom: 0 !important;
3517 }
3518 .mb-xl-1 {
3519 margin-bottom: 0.25rem !important;
3520 }
3521 .mb-xl-2 {
3522 margin-bottom: 0.5rem !important;
3523 }
3524 .mb-xl-3 {
3525 margin-bottom: 1rem !important;
3526 }
3527 .mb-xl-4 {
3528 margin-bottom: 1.5rem !important;
3529 }
3530 .mb-xl-5 {
3531 margin-bottom: 3rem !important;
3532 }
3533 .mb-xl-auto {
3534 margin-bottom: auto !important;
3535 }
3536 .ms-xl-0 {
3537 margin-left: 0 !important;
3538 }
3539 .ms-xl-1 {
3540 margin-left: 0.25rem !important;
3541 }
3542 .ms-xl-2 {
3543 margin-left: 0.5rem !important;
3544 }
3545 .ms-xl-3 {
3546 margin-left: 1rem !important;
3547 }
3548 .ms-xl-4 {
3549 margin-left: 1.5rem !important;
3550 }
3551 .ms-xl-5 {
3552 margin-left: 3rem !important;
3553 }
3554 .ms-xl-auto {
3555 margin-left: auto !important;
3556 }
3557 .p-xl-0 {
3558 padding: 0 !important;
3559 }
3560 .p-xl-1 {
3561 padding: 0.25rem !important;
3562 }
3563 .p-xl-2 {
3564 padding: 0.5rem !important;
3565 }
3566 .p-xl-3 {
3567 padding: 1rem !important;
3568 }
3569 .p-xl-4 {
3570 padding: 1.5rem !important;
3571 }
3572 .p-xl-5 {
3573 padding: 3rem !important;
3574 }
3575 .px-xl-0 {
3576 padding-right: 0 !important;
3577 padding-left: 0 !important;
3578 }
3579 .px-xl-1 {
3580 padding-right: 0.25rem !important;
3581 padding-left: 0.25rem !important;
3582 }
3583 .px-xl-2 {
3584 padding-right: 0.5rem !important;
3585 padding-left: 0.5rem !important;
3586 }
3587 .px-xl-3 {
3588 padding-right: 1rem !important;
3589 padding-left: 1rem !important;
3590 }
3591 .px-xl-4 {
3592 padding-right: 1.5rem !important;
3593 padding-left: 1.5rem !important;
3594 }
3595 .px-xl-5 {
3596 padding-right: 3rem !important;
3597 padding-left: 3rem !important;
3598 }
3599 .py-xl-0 {
3600 padding-top: 0 !important;
3601 padding-bottom: 0 !important;
3602 }
3603 .py-xl-1 {
3604 padding-top: 0.25rem !important;
3605 padding-bottom: 0.25rem !important;
3606 }
3607 .py-xl-2 {
3608 padding-top: 0.5rem !important;
3609 padding-bottom: 0.5rem !important;
3610 }
3611 .py-xl-3 {
3612 padding-top: 1rem !important;
3613 padding-bottom: 1rem !important;
3614 }
3615 .py-xl-4 {
3616 padding-top: 1.5rem !important;
3617 padding-bottom: 1.5rem !important;
3618 }
3619 .py-xl-5 {
3620 padding-top: 3rem !important;
3621 padding-bottom: 3rem !important;
3622 }
3623 .pt-xl-0 {
3624 padding-top: 0 !important;
3625 }
3626 .pt-xl-1 {
3627 padding-top: 0.25rem !important;
3628 }
3629 .pt-xl-2 {
3630 padding-top: 0.5rem !important;
3631 }
3632 .pt-xl-3 {
3633 padding-top: 1rem !important;
3634 }
3635 .pt-xl-4 {
3636 padding-top: 1.5rem !important;
3637 }
3638 .pt-xl-5 {
3639 padding-top: 3rem !important;
3640 }
3641 .pe-xl-0 {
3642 padding-right: 0 !important;
3643 }
3644 .pe-xl-1 {
3645 padding-right: 0.25rem !important;
3646 }
3647 .pe-xl-2 {
3648 padding-right: 0.5rem !important;
3649 }
3650 .pe-xl-3 {
3651 padding-right: 1rem !important;
3652 }
3653 .pe-xl-4 {
3654 padding-right: 1.5rem !important;
3655 }
3656 .pe-xl-5 {
3657 padding-right: 3rem !important;
3658 }
3659 .pb-xl-0 {
3660 padding-bottom: 0 !important;
3661 }
3662 .pb-xl-1 {
3663 padding-bottom: 0.25rem !important;
3664 }
3665 .pb-xl-2 {
3666 padding-bottom: 0.5rem !important;
3667 }
3668 .pb-xl-3 {
3669 padding-bottom: 1rem !important;
3670 }
3671 .pb-xl-4 {
3672 padding-bottom: 1.5rem !important;
3673 }
3674 .pb-xl-5 {
3675 padding-bottom: 3rem !important;
3676 }
3677 .ps-xl-0 {
3678 padding-left: 0 !important;
3679 }
3680 .ps-xl-1 {
3681 padding-left: 0.25rem !important;
3682 }
3683 .ps-xl-2 {
3684 padding-left: 0.5rem !important;
3685 }
3686 .ps-xl-3 {
3687 padding-left: 1rem !important;
3688 }
3689 .ps-xl-4 {
3690 padding-left: 1.5rem !important;
3691 }
3692 .ps-xl-5 {
3693 padding-left: 3rem !important;
3694 }
3695 .gap-xl-0 {
3696 gap: 0 !important;
3697 }
3698 .gap-xl-1 {
3699 gap: 0.25rem !important;
3700 }
3701 .gap-xl-2 {
3702 gap: 0.5rem !important;
3703 }
3704 .gap-xl-3 {
3705 gap: 1rem !important;
3706 }
3707 .gap-xl-4 {
3708 gap: 1.5rem !important;
3709 }
3710 .gap-xl-5 {
3711 gap: 3rem !important;
3712 }
3713 .text-xl-start {
3714 text-align: left !important;
3715 }
3716 .text-xl-end {
3717 text-align: right !important;
3718 }
3719 .text-xl-center {
3720 text-align: center !important;
3721 }
3722 }
3723 @media (min-width: 1400px) {
3724 .float-xxl-start {
3725 float: left !important;
3726 }
3727 .float-xxl-end {
3728 float: right !important;
3729 }
3730 .float-xxl-none {
3731 float: none !important;
3732 }
3733 .d-xxl-inline {
3734 display: inline !important;
3735 }
3736 .d-xxl-inline-block {
3737 display: inline-block !important;
3738 }
3739 .d-xxl-block {
3740 display: block !important;
3741 }
3742 .d-xxl-grid {
3743 display: grid !important;
3744 }
3745 .d-xxl-table {
3746 display: table !important;
3747 }
3748 .d-xxl-table-row {
3749 display: table-row !important;
3750 }
3751 .d-xxl-table-cell {
3752 display: table-cell !important;
3753 }
3754 .d-xxl-flex {
3755 display: flex !important;
3756 }
3757 .d-xxl-inline-flex {
3758 display: inline-flex !important;
3759 }
3760 .d-xxl-none {
3761 display: none !important;
3762 }
3763 .flex-xxl-fill {
3764 flex: 1 1 auto !important;
3765 }
3766 .flex-xxl-row {
3767 flex-direction: row !important;
3768 }
3769 .flex-xxl-column {
3770 flex-direction: column !important;
3771 }
3772 .flex-xxl-row-reverse {
3773 flex-direction: row-reverse !important;
3774 }
3775 .flex-xxl-column-reverse {
3776 flex-direction: column-reverse !important;
3777 }
3778 .flex-xxl-grow-0 {
3779 flex-grow: 0 !important;
3780 }
3781 .flex-xxl-grow-1 {
3782 flex-grow: 1 !important;
3783 }
3784 .flex-xxl-shrink-0 {
3785 flex-shrink: 0 !important;
3786 }
3787 .flex-xxl-shrink-1 {
3788 flex-shrink: 1 !important;
3789 }
3790 .flex-xxl-wrap {
3791 flex-wrap: wrap !important;
3792 }
3793 .flex-xxl-nowrap {
3794 flex-wrap: nowrap !important;
3795 }
3796 .flex-xxl-wrap-reverse {
3797 flex-wrap: wrap-reverse !important;
3798 }
3799 .justify-content-xxl-start {
3800 justify-content: flex-start !important;
3801 }
3802 .justify-content-xxl-end {
3803 justify-content: flex-end !important;
3804 }
3805 .justify-content-xxl-center {
3806 justify-content: center !important;
3807 }
3808 .justify-content-xxl-between {
3809 justify-content: space-between !important;
3810 }
3811 .justify-content-xxl-around {
3812 justify-content: space-around !important;
3813 }
3814 .justify-content-xxl-evenly {
3815 justify-content: space-evenly !important;
3816 }
3817 .align-items-xxl-start {
3818 align-items: flex-start !important;
3819 }
3820 .align-items-xxl-end {
3821 align-items: flex-end !important;
3822 }
3823 .align-items-xxl-center {
3824 align-items: center !important;
3825 }
3826 .align-items-xxl-baseline {
3827 align-items: baseline !important;
3828 }
3829 .align-items-xxl-stretch {
3830 align-items: stretch !important;
3831 }
3832 .align-content-xxl-start {
3833 align-content: flex-start !important;
3834 }
3835 .align-content-xxl-end {
3836 align-content: flex-end !important;
3837 }
3838 .align-content-xxl-center {
3839 align-content: center !important;
3840 }
3841 .align-content-xxl-between {
3842 align-content: space-between !important;
3843 }
3844 .align-content-xxl-around {
3845 align-content: space-around !important;
3846 }
3847 .align-content-xxl-stretch {
3848 align-content: stretch !important;
3849 }
3850 .align-self-xxl-auto {
3851 align-self: auto !important;
3852 }
3853 .align-self-xxl-start {
3854 align-self: flex-start !important;
3855 }
3856 .align-self-xxl-end {
3857 align-self: flex-end !important;
3858 }
3859 .align-self-xxl-center {
3860 align-self: center !important;
3861 }
3862 .align-self-xxl-baseline {
3863 align-self: baseline !important;
3864 }
3865 .align-self-xxl-stretch {
3866 align-self: stretch !important;
3867 }
3868 .order-xxl-first {
3869 order: -1 !important;
3870 }
3871 .order-xxl-0 {
3872 order: 0 !important;
3873 }
3874 .order-xxl-1 {
3875 order: 1 !important;
3876 }
3877 .order-xxl-2 {
3878 order: 2 !important;
3879 }
3880 .order-xxl-3 {
3881 order: 3 !important;
3882 }
3883 .order-xxl-4 {
3884 order: 4 !important;
3885 }
3886 .order-xxl-5 {
3887 order: 5 !important;
3888 }
3889 .order-xxl-last {
3890 order: 6 !important;
3891 }
3892 .m-xxl-0 {
3893 margin: 0 !important;
3894 }
3895 .m-xxl-1 {
3896 margin: 0.25rem !important;
3897 }
3898 .m-xxl-2 {
3899 margin: 0.5rem !important;
3900 }
3901 .m-xxl-3 {
3902 margin: 1rem !important;
3903 }
3904 .m-xxl-4 {
3905 margin: 1.5rem !important;
3906 }
3907 .m-xxl-5 {
3908 margin: 3rem !important;
3909 }
3910 .m-xxl-auto {
3911 margin: auto !important;
3912 }
3913 .mx-xxl-0 {
3914 margin-right: 0 !important;
3915 margin-left: 0 !important;
3916 }
3917 .mx-xxl-1 {
3918 margin-right: 0.25rem !important;
3919 margin-left: 0.25rem !important;
3920 }
3921 .mx-xxl-2 {
3922 margin-right: 0.5rem !important;
3923 margin-left: 0.5rem !important;
3924 }
3925 .mx-xxl-3 {
3926 margin-right: 1rem !important;
3927 margin-left: 1rem !important;
3928 }
3929 .mx-xxl-4 {
3930 margin-right: 1.5rem !important;
3931 margin-left: 1.5rem !important;
3932 }
3933 .mx-xxl-5 {
3934 margin-right: 3rem !important;
3935 margin-left: 3rem !important;
3936 }
3937 .mx-xxl-auto {
3938 margin-right: auto !important;
3939 margin-left: auto !important;
3940 }
3941 .my-xxl-0 {
3942 margin-top: 0 !important;
3943 margin-bottom: 0 !important;
3944 }
3945 .my-xxl-1 {
3946 margin-top: 0.25rem !important;
3947 margin-bottom: 0.25rem !important;
3948 }
3949 .my-xxl-2 {
3950 margin-top: 0.5rem !important;
3951 margin-bottom: 0.5rem !important;
3952 }
3953 .my-xxl-3 {
3954 margin-top: 1rem !important;
3955 margin-bottom: 1rem !important;
3956 }
3957 .my-xxl-4 {
3958 margin-top: 1.5rem !important;
3959 margin-bottom: 1.5rem !important;
3960 }
3961 .my-xxl-5 {
3962 margin-top: 3rem !important;
3963 margin-bottom: 3rem !important;
3964 }
3965 .my-xxl-auto {
3966 margin-top: auto !important;
3967 margin-bottom: auto !important;
3968 }
3969 .mt-xxl-0 {
3970 margin-top: 0 !important;
3971 }
3972 .mt-xxl-1 {
3973 margin-top: 0.25rem !important;
3974 }
3975 .mt-xxl-2 {
3976 margin-top: 0.5rem !important;
3977 }
3978 .mt-xxl-3 {
3979 margin-top: 1rem !important;
3980 }
3981 .mt-xxl-4 {
3982 margin-top: 1.5rem !important;
3983 }
3984 .mt-xxl-5 {
3985 margin-top: 3rem !important;
3986 }
3987 .mt-xxl-auto {
3988 margin-top: auto !important;
3989 }
3990 .me-xxl-0 {
3991 margin-right: 0 !important;
3992 }
3993 .me-xxl-1 {
3994 margin-right: 0.25rem !important;
3995 }
3996 .me-xxl-2 {
3997 margin-right: 0.5rem !important;
3998 }
3999 .me-xxl-3 {
4000 margin-right: 1rem !important;
4001 }
4002 .me-xxl-4 {
4003 margin-right: 1.5rem !important;
4004 }
4005 .me-xxl-5 {
4006 margin-right: 3rem !important;
4007 }
4008 .me-xxl-auto {
4009 margin-right: auto !important;
4010 }
4011 .mb-xxl-0 {
4012 margin-bottom: 0 !important;
4013 }
4014 .mb-xxl-1 {
4015 margin-bottom: 0.25rem !important;
4016 }
4017 .mb-xxl-2 {
4018 margin-bottom: 0.5rem !important;
4019 }
4020 .mb-xxl-3 {
4021 margin-bottom: 1rem !important;
4022 }
4023 .mb-xxl-4 {
4024 margin-bottom: 1.5rem !important;
4025 }
4026 .mb-xxl-5 {
4027 margin-bottom: 3rem !important;
4028 }
4029 .mb-xxl-auto {
4030 margin-bottom: auto !important;
4031 }
4032 .ms-xxl-0 {
4033 margin-left: 0 !important;
4034 }
4035 .ms-xxl-1 {
4036 margin-left: 0.25rem !important;
4037 }
4038 .ms-xxl-2 {
4039 margin-left: 0.5rem !important;
4040 }
4041 .ms-xxl-3 {
4042 margin-left: 1rem !important;
4043 }
4044 .ms-xxl-4 {
4045 margin-left: 1.5rem !important;
4046 }
4047 .ms-xxl-5 {
4048 margin-left: 3rem !important;
4049 }
4050 .ms-xxl-auto {
4051 margin-left: auto !important;
4052 }
4053 .p-xxl-0 {
4054 padding: 0 !important;
4055 }
4056 .p-xxl-1 {
4057 padding: 0.25rem !important;
4058 }
4059 .p-xxl-2 {
4060 padding: 0.5rem !important;
4061 }
4062 .p-xxl-3 {
4063 padding: 1rem !important;
4064 }
4065 .p-xxl-4 {
4066 padding: 1.5rem !important;
4067 }
4068 .p-xxl-5 {
4069 padding: 3rem !important;
4070 }
4071 .px-xxl-0 {
4072 padding-right: 0 !important;
4073 padding-left: 0 !important;
4074 }
4075 .px-xxl-1 {
4076 padding-right: 0.25rem !important;
4077 padding-left: 0.25rem !important;
4078 }
4079 .px-xxl-2 {
4080 padding-right: 0.5rem !important;
4081 padding-left: 0.5rem !important;
4082 }
4083 .px-xxl-3 {
4084 padding-right: 1rem !important;
4085 padding-left: 1rem !important;
4086 }
4087 .px-xxl-4 {
4088 padding-right: 1.5rem !important;
4089 padding-left: 1.5rem !important;
4090 }
4091 .px-xxl-5 {
4092 padding-right: 3rem !important;
4093 padding-left: 3rem !important;
4094 }
4095 .py-xxl-0 {
4096 padding-top: 0 !important;
4097 padding-bottom: 0 !important;
4098 }
4099 .py-xxl-1 {
4100 padding-top: 0.25rem !important;
4101 padding-bottom: 0.25rem !important;
4102 }
4103 .py-xxl-2 {
4104 padding-top: 0.5rem !important;
4105 padding-bottom: 0.5rem !important;
4106 }
4107 .py-xxl-3 {
4108 padding-top: 1rem !important;
4109 padding-bottom: 1rem !important;
4110 }
4111 .py-xxl-4 {
4112 padding-top: 1.5rem !important;
4113 padding-bottom: 1.5rem !important;
4114 }
4115 .py-xxl-5 {
4116 padding-top: 3rem !important;
4117 padding-bottom: 3rem !important;
4118 }
4119 .pt-xxl-0 {
4120 padding-top: 0 !important;
4121 }
4122 .pt-xxl-1 {
4123 padding-top: 0.25rem !important;
4124 }
4125 .pt-xxl-2 {
4126 padding-top: 0.5rem !important;
4127 }
4128 .pt-xxl-3 {
4129 padding-top: 1rem !important;
4130 }
4131 .pt-xxl-4 {
4132 padding-top: 1.5rem !important;
4133 }
4134 .pt-xxl-5 {
4135 padding-top: 3rem !important;
4136 }
4137 .pe-xxl-0 {
4138 padding-right: 0 !important;
4139 }
4140 .pe-xxl-1 {
4141 padding-right: 0.25rem !important;
4142 }
4143 .pe-xxl-2 {
4144 padding-right: 0.5rem !important;
4145 }
4146 .pe-xxl-3 {
4147 padding-right: 1rem !important;
4148 }
4149 .pe-xxl-4 {
4150 padding-right: 1.5rem !important;
4151 }
4152 .pe-xxl-5 {
4153 padding-right: 3rem !important;
4154 }
4155 .pb-xxl-0 {
4156 padding-bottom: 0 !important;
4157 }
4158 .pb-xxl-1 {
4159 padding-bottom: 0.25rem !important;
4160 }
4161 .pb-xxl-2 {
4162 padding-bottom: 0.5rem !important;
4163 }
4164 .pb-xxl-3 {
4165 padding-bottom: 1rem !important;
4166 }
4167 .pb-xxl-4 {
4168 padding-bottom: 1.5rem !important;
4169 }
4170 .pb-xxl-5 {
4171 padding-bottom: 3rem !important;
4172 }
4173 .ps-xxl-0 {
4174 padding-left: 0 !important;
4175 }
4176 .ps-xxl-1 {
4177 padding-left: 0.25rem !important;
4178 }
4179 .ps-xxl-2 {
4180 padding-left: 0.5rem !important;
4181 }
4182 .ps-xxl-3 {
4183 padding-left: 1rem !important;
4184 }
4185 .ps-xxl-4 {
4186 padding-left: 1.5rem !important;
4187 }
4188 .ps-xxl-5 {
4189 padding-left: 3rem !important;
4190 }
4191 .gap-xxl-0 {
4192 gap: 0 !important;
4193 }
4194 .gap-xxl-1 {
4195 gap: 0.25rem !important;
4196 }
4197 .gap-xxl-2 {
4198 gap: 0.5rem !important;
4199 }
4200 .gap-xxl-3 {
4201 gap: 1rem !important;
4202 }
4203 .gap-xxl-4 {
4204 gap: 1.5rem !important;
4205 }
4206 .gap-xxl-5 {
4207 gap: 3rem !important;
4208 }
4209 .text-xxl-start {
4210 text-align: left !important;
4211 }
4212 .text-xxl-end {
4213 text-align: right !important;
4214 }
4215 .text-xxl-center {
4216 text-align: center !important;
4217 }
4218 }
4219 @media (min-width: 1200px) {
4220 .fs-1 {
4221 font-size: 2.5rem !important;
4222 }
4223 .fs-2 {
4224 font-size: 2rem !important;
4225 }
4226 .fs-3 {
4227 font-size: 1.75rem !important;
4228 }
4229 .fs-4 {
4230 font-size: 1.5rem !important;
4231 }
4232 }
4233 @media print {
4234 .d-print-inline {
4235 display: inline !important;
4236 }
4237 .d-print-inline-block {
4238 display: inline-block !important;
4239 }
4240 .d-print-block {
4241 display: block !important;
4242 }
4243 .d-print-grid {
4244 display: grid !important;
4245 }
4246 .d-print-table {
4247 display: table !important;
4248 }
4249 .d-print-table-row {
4250 display: table-row !important;
4251 }
4252 .d-print-table-cell {
4253 display: table-cell !important;
4254 }
4255 .d-print-flex {
4256 display: flex !important;
4257 }
4258 .d-print-inline-flex {
4259 display: inline-flex !important;
4260 }
4261 .d-print-none {
4262 display: none !important;
4263 }
4264 }
4265
4266 /*# sourceMappingURL=bootstrap-utilities.css.map */