@coreui/coreui 4.1.5 → 4.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/README.md +5 -4
  2. package/dist/css/coreui-grid.css +2 -946
  3. package/dist/css/coreui-grid.css.map +1 -1
  4. package/dist/css/coreui-grid.min.css +2 -2
  5. package/dist/css/coreui-grid.min.css.map +1 -1
  6. package/dist/css/coreui-grid.rtl.css +4 -948
  7. package/dist/css/coreui-grid.rtl.css.map +1 -1
  8. package/dist/css/coreui-grid.rtl.min.css +4 -4
  9. package/dist/css/coreui-grid.rtl.min.css.map +1 -1
  10. package/dist/css/coreui-reboot.css +2 -2
  11. package/dist/css/coreui-reboot.css.map +1 -1
  12. package/dist/css/coreui-reboot.min.css +2 -2
  13. package/dist/css/coreui-reboot.min.css.map +1 -1
  14. package/dist/css/coreui-reboot.rtl.css +4 -4
  15. package/dist/css/coreui-reboot.rtl.css.map +1 -1
  16. package/dist/css/coreui-reboot.rtl.min.css +4 -4
  17. package/dist/css/coreui-reboot.rtl.min.css.map +1 -1
  18. package/dist/css/coreui-utilities.css +2 -789
  19. package/dist/css/coreui-utilities.css.map +1 -1
  20. package/dist/css/coreui-utilities.min.css +2 -2
  21. package/dist/css/coreui-utilities.min.css.map +1 -1
  22. package/dist/css/coreui-utilities.rtl.css +4 -791
  23. package/dist/css/coreui-utilities.rtl.css.map +1 -1
  24. package/dist/css/coreui-utilities.rtl.min.css +4 -4
  25. package/dist/css/coreui-utilities.rtl.min.css.map +1 -1
  26. package/dist/css/coreui.css +3 -1017
  27. package/dist/css/coreui.css.map +1 -1
  28. package/dist/css/coreui.min.css +3 -3
  29. package/dist/css/coreui.min.css.map +1 -1
  30. package/dist/css/coreui.rtl.css +5 -1020
  31. package/dist/css/coreui.rtl.css.map +1 -1
  32. package/dist/css/coreui.rtl.min.css +5 -5
  33. package/dist/css/coreui.rtl.min.css.map +1 -1
  34. package/dist/js/coreui.bundle.js +24 -24
  35. package/dist/js/coreui.bundle.js.map +1 -1
  36. package/dist/js/coreui.bundle.min.js +2 -2
  37. package/dist/js/coreui.bundle.min.js.map +1 -1
  38. package/dist/js/coreui.esm.js +23 -23
  39. package/dist/js/coreui.esm.js.map +1 -1
  40. package/dist/js/coreui.esm.min.js +2 -2
  41. package/dist/js/coreui.esm.min.js.map +1 -1
  42. package/dist/js/coreui.js +24 -24
  43. package/dist/js/coreui.js.map +1 -1
  44. package/dist/js/coreui.min.js +2 -2
  45. package/dist/js/coreui.min.js.map +1 -1
  46. package/js/dist/alert.js +3 -3
  47. package/js/dist/alert.js.map +1 -1
  48. package/js/dist/base-component.js +4 -4
  49. package/js/dist/base-component.js.map +1 -1
  50. package/js/dist/button.js +3 -3
  51. package/js/dist/button.js.map +1 -1
  52. package/js/dist/carousel.js +3 -3
  53. package/js/dist/carousel.js.map +1 -1
  54. package/js/dist/collapse.js +3 -3
  55. package/js/dist/collapse.js.map +1 -1
  56. package/js/dist/dom/data.js +2 -2
  57. package/js/dist/dom/data.js.map +1 -1
  58. package/js/dist/dom/event-handler.js +3 -3
  59. package/js/dist/dom/event-handler.js.map +1 -1
  60. package/js/dist/dom/manipulator.js +2 -2
  61. package/js/dist/dom/manipulator.js.map +1 -1
  62. package/js/dist/dom/selector-engine.js +3 -3
  63. package/js/dist/dom/selector-engine.js.map +1 -1
  64. package/js/dist/dropdown.js +3 -3
  65. package/js/dist/dropdown.js.map +1 -1
  66. package/js/dist/modal.js +3 -3
  67. package/js/dist/modal.js.map +1 -1
  68. package/js/dist/offcanvas.js +3 -3
  69. package/js/dist/offcanvas.js.map +1 -1
  70. package/js/dist/popover.js +3 -3
  71. package/js/dist/popover.js.map +1 -1
  72. package/js/dist/scrollspy.js +3 -3
  73. package/js/dist/scrollspy.js.map +1 -1
  74. package/js/dist/tab.js +3 -3
  75. package/js/dist/tab.js.map +1 -1
  76. package/js/dist/toast.js +3 -3
  77. package/js/dist/toast.js.map +1 -1
  78. package/js/dist/tooltip.js +4 -4
  79. package/js/dist/tooltip.js.map +1 -1
  80. package/js/src/alert.js +1 -1
  81. package/js/src/base-component.js +2 -2
  82. package/js/src/button.js +1 -1
  83. package/js/src/carousel.js +1 -1
  84. package/js/src/collapse.js +1 -1
  85. package/js/src/dom/data.js +1 -1
  86. package/js/src/dom/event-handler.js +1 -1
  87. package/js/src/dom/manipulator.js +1 -1
  88. package/js/src/dom/selector-engine.js +1 -1
  89. package/js/src/dropdown.js +1 -1
  90. package/js/src/modal.js +1 -1
  91. package/js/src/navigation.js +1 -1
  92. package/js/src/offcanvas.js +1 -1
  93. package/js/src/popover.js +1 -1
  94. package/js/src/scrollspy.js +1 -1
  95. package/js/src/sidebar.js +1 -1
  96. package/js/src/tab.js +1 -1
  97. package/js/src/toast.js +1 -1
  98. package/js/src/tooltip.js +1 -1
  99. package/js/src/util/index.js +1 -1
  100. package/js/src/util/sanitizer.js +1 -1
  101. package/package.json +5 -5
  102. package/scss/_root.scss +0 -2
  103. package/scss/_utilities.scss +0 -2
  104. package/scss/coreui-grid.rtl.scss +2 -2
  105. package/scss/coreui-grid.scss +2 -2
  106. package/scss/coreui-reboot.rtl.scss +2 -2
  107. package/scss/coreui-reboot.scss +2 -2
  108. package/scss/coreui-utilities.rtl.scss +2 -2
  109. package/scss/coreui-utilities.scss +2 -2
  110. package/scss/coreui.rtl.scss +2 -2
  111. package/scss/coreui.scss +2 -2
  112. package/scss/forms/_form-check.scss +1 -1
@@ -1,9 +1,9 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
3
  * CoreUI - HTML, CSS, and JavaScript UI Components Library
4
- * @version v4.1.5
4
+ * @version v4.1.6
5
5
  * @link https://coreui.io/
6
- * Copyright (c) 2021 creativeLabs Łukasz Holeczek
6
+ * Copyright (c) 2022 creativeLabs Łukasz Holeczek
7
7
  * License MIT (https://coreui.io/license/)
8
8
  */
9
9
  :root {
@@ -330,210 +330,166 @@
330
330
  .col-sm {
331
331
  flex: 1 0 0%;
332
332
  }
333
-
334
333
  .row-cols-sm-auto > * {
335
334
  flex: 0 0 auto;
336
335
  width: auto;
337
336
  }
338
-
339
337
  .row-cols-sm-1 > * {
340
338
  flex: 0 0 auto;
341
339
  width: 100%;
342
340
  }
343
-
344
341
  .row-cols-sm-2 > * {
345
342
  flex: 0 0 auto;
346
343
  width: 50%;
347
344
  }
348
-
349
345
  .row-cols-sm-3 > * {
350
346
  flex: 0 0 auto;
351
347
  width: 33.3333333333%;
352
348
  }
353
-
354
349
  .row-cols-sm-4 > * {
355
350
  flex: 0 0 auto;
356
351
  width: 25%;
357
352
  }
358
-
359
353
  .row-cols-sm-5 > * {
360
354
  flex: 0 0 auto;
361
355
  width: 20%;
362
356
  }
363
-
364
357
  .row-cols-sm-6 > * {
365
358
  flex: 0 0 auto;
366
359
  width: 16.6666666667%;
367
360
  }
368
-
369
361
  .col-sm-auto {
370
362
  flex: 0 0 auto;
371
363
  width: auto;
372
364
  }
373
-
374
365
  .col-sm-1 {
375
366
  flex: 0 0 auto;
376
367
  width: 8.33333333%;
377
368
  }
378
-
379
369
  .col-sm-2 {
380
370
  flex: 0 0 auto;
381
371
  width: 16.66666667%;
382
372
  }
383
-
384
373
  .col-sm-3 {
385
374
  flex: 0 0 auto;
386
375
  width: 25%;
387
376
  }
388
-
389
377
  .col-sm-4 {
390
378
  flex: 0 0 auto;
391
379
  width: 33.33333333%;
392
380
  }
393
-
394
381
  .col-sm-5 {
395
382
  flex: 0 0 auto;
396
383
  width: 41.66666667%;
397
384
  }
398
-
399
385
  .col-sm-6 {
400
386
  flex: 0 0 auto;
401
387
  width: 50%;
402
388
  }
403
-
404
389
  .col-sm-7 {
405
390
  flex: 0 0 auto;
406
391
  width: 58.33333333%;
407
392
  }
408
-
409
393
  .col-sm-8 {
410
394
  flex: 0 0 auto;
411
395
  width: 66.66666667%;
412
396
  }
413
-
414
397
  .col-sm-9 {
415
398
  flex: 0 0 auto;
416
399
  width: 75%;
417
400
  }
418
-
419
401
  .col-sm-10 {
420
402
  flex: 0 0 auto;
421
403
  width: 83.33333333%;
422
404
  }
423
-
424
405
  .col-sm-11 {
425
406
  flex: 0 0 auto;
426
407
  width: 91.66666667%;
427
408
  }
428
-
429
409
  .col-sm-12 {
430
410
  flex: 0 0 auto;
431
411
  width: 100%;
432
412
  }
433
-
434
413
  .offset-sm-0 {
435
414
  margin-left: 0;
436
415
  }
437
-
438
416
  .offset-sm-1 {
439
417
  margin-left: 8.33333333%;
440
418
  }
441
-
442
419
  .offset-sm-2 {
443
420
  margin-left: 16.66666667%;
444
421
  }
445
-
446
422
  .offset-sm-3 {
447
423
  margin-left: 25%;
448
424
  }
449
-
450
425
  .offset-sm-4 {
451
426
  margin-left: 33.33333333%;
452
427
  }
453
-
454
428
  .offset-sm-5 {
455
429
  margin-left: 41.66666667%;
456
430
  }
457
-
458
431
  .offset-sm-6 {
459
432
  margin-left: 50%;
460
433
  }
461
-
462
434
  .offset-sm-7 {
463
435
  margin-left: 58.33333333%;
464
436
  }
465
-
466
437
  .offset-sm-8 {
467
438
  margin-left: 66.66666667%;
468
439
  }
469
-
470
440
  .offset-sm-9 {
471
441
  margin-left: 75%;
472
442
  }
473
-
474
443
  .offset-sm-10 {
475
444
  margin-left: 83.33333333%;
476
445
  }
477
-
478
446
  .offset-sm-11 {
479
447
  margin-left: 91.66666667%;
480
448
  }
481
-
482
449
  .g-sm-0,
483
450
  .gx-sm-0 {
484
451
  --cui-gutter-x: 0;
485
452
  }
486
-
487
453
  .g-sm-0,
488
454
  .gy-sm-0 {
489
455
  --cui-gutter-y: 0;
490
456
  }
491
-
492
457
  .g-sm-1,
493
458
  .gx-sm-1 {
494
459
  --cui-gutter-x: 0.25rem;
495
460
  }
496
-
497
461
  .g-sm-1,
498
462
  .gy-sm-1 {
499
463
  --cui-gutter-y: 0.25rem;
500
464
  }
501
-
502
465
  .g-sm-2,
503
466
  .gx-sm-2 {
504
467
  --cui-gutter-x: 0.5rem;
505
468
  }
506
-
507
469
  .g-sm-2,
508
470
  .gy-sm-2 {
509
471
  --cui-gutter-y: 0.5rem;
510
472
  }
511
-
512
473
  .g-sm-3,
513
474
  .gx-sm-3 {
514
475
  --cui-gutter-x: 1rem;
515
476
  }
516
-
517
477
  .g-sm-3,
518
478
  .gy-sm-3 {
519
479
  --cui-gutter-y: 1rem;
520
480
  }
521
-
522
481
  .g-sm-4,
523
482
  .gx-sm-4 {
524
483
  --cui-gutter-x: 1.5rem;
525
484
  }
526
-
527
485
  .g-sm-4,
528
486
  .gy-sm-4 {
529
487
  --cui-gutter-y: 1.5rem;
530
488
  }
531
-
532
489
  .g-sm-5,
533
490
  .gx-sm-5 {
534
491
  --cui-gutter-x: 3rem;
535
492
  }
536
-
537
493
  .g-sm-5,
538
494
  .gy-sm-5 {
539
495
  --cui-gutter-y: 3rem;
@@ -543,210 +499,166 @@
543
499
  .col-md {
544
500
  flex: 1 0 0%;
545
501
  }
546
-
547
502
  .row-cols-md-auto > * {
548
503
  flex: 0 0 auto;
549
504
  width: auto;
550
505
  }
551
-
552
506
  .row-cols-md-1 > * {
553
507
  flex: 0 0 auto;
554
508
  width: 100%;
555
509
  }
556
-
557
510
  .row-cols-md-2 > * {
558
511
  flex: 0 0 auto;
559
512
  width: 50%;
560
513
  }
561
-
562
514
  .row-cols-md-3 > * {
563
515
  flex: 0 0 auto;
564
516
  width: 33.3333333333%;
565
517
  }
566
-
567
518
  .row-cols-md-4 > * {
568
519
  flex: 0 0 auto;
569
520
  width: 25%;
570
521
  }
571
-
572
522
  .row-cols-md-5 > * {
573
523
  flex: 0 0 auto;
574
524
  width: 20%;
575
525
  }
576
-
577
526
  .row-cols-md-6 > * {
578
527
  flex: 0 0 auto;
579
528
  width: 16.6666666667%;
580
529
  }
581
-
582
530
  .col-md-auto {
583
531
  flex: 0 0 auto;
584
532
  width: auto;
585
533
  }
586
-
587
534
  .col-md-1 {
588
535
  flex: 0 0 auto;
589
536
  width: 8.33333333%;
590
537
  }
591
-
592
538
  .col-md-2 {
593
539
  flex: 0 0 auto;
594
540
  width: 16.66666667%;
595
541
  }
596
-
597
542
  .col-md-3 {
598
543
  flex: 0 0 auto;
599
544
  width: 25%;
600
545
  }
601
-
602
546
  .col-md-4 {
603
547
  flex: 0 0 auto;
604
548
  width: 33.33333333%;
605
549
  }
606
-
607
550
  .col-md-5 {
608
551
  flex: 0 0 auto;
609
552
  width: 41.66666667%;
610
553
  }
611
-
612
554
  .col-md-6 {
613
555
  flex: 0 0 auto;
614
556
  width: 50%;
615
557
  }
616
-
617
558
  .col-md-7 {
618
559
  flex: 0 0 auto;
619
560
  width: 58.33333333%;
620
561
  }
621
-
622
562
  .col-md-8 {
623
563
  flex: 0 0 auto;
624
564
  width: 66.66666667%;
625
565
  }
626
-
627
566
  .col-md-9 {
628
567
  flex: 0 0 auto;
629
568
  width: 75%;
630
569
  }
631
-
632
570
  .col-md-10 {
633
571
  flex: 0 0 auto;
634
572
  width: 83.33333333%;
635
573
  }
636
-
637
574
  .col-md-11 {
638
575
  flex: 0 0 auto;
639
576
  width: 91.66666667%;
640
577
  }
641
-
642
578
  .col-md-12 {
643
579
  flex: 0 0 auto;
644
580
  width: 100%;
645
581
  }
646
-
647
582
  .offset-md-0 {
648
583
  margin-left: 0;
649
584
  }
650
-
651
585
  .offset-md-1 {
652
586
  margin-left: 8.33333333%;
653
587
  }
654
-
655
588
  .offset-md-2 {
656
589
  margin-left: 16.66666667%;
657
590
  }
658
-
659
591
  .offset-md-3 {
660
592
  margin-left: 25%;
661
593
  }
662
-
663
594
  .offset-md-4 {
664
595
  margin-left: 33.33333333%;
665
596
  }
666
-
667
597
  .offset-md-5 {
668
598
  margin-left: 41.66666667%;
669
599
  }
670
-
671
600
  .offset-md-6 {
672
601
  margin-left: 50%;
673
602
  }
674
-
675
603
  .offset-md-7 {
676
604
  margin-left: 58.33333333%;
677
605
  }
678
-
679
606
  .offset-md-8 {
680
607
  margin-left: 66.66666667%;
681
608
  }
682
-
683
609
  .offset-md-9 {
684
610
  margin-left: 75%;
685
611
  }
686
-
687
612
  .offset-md-10 {
688
613
  margin-left: 83.33333333%;
689
614
  }
690
-
691
615
  .offset-md-11 {
692
616
  margin-left: 91.66666667%;
693
617
  }
694
-
695
618
  .g-md-0,
696
619
  .gx-md-0 {
697
620
  --cui-gutter-x: 0;
698
621
  }
699
-
700
622
  .g-md-0,
701
623
  .gy-md-0 {
702
624
  --cui-gutter-y: 0;
703
625
  }
704
-
705
626
  .g-md-1,
706
627
  .gx-md-1 {
707
628
  --cui-gutter-x: 0.25rem;
708
629
  }
709
-
710
630
  .g-md-1,
711
631
  .gy-md-1 {
712
632
  --cui-gutter-y: 0.25rem;
713
633
  }
714
-
715
634
  .g-md-2,
716
635
  .gx-md-2 {
717
636
  --cui-gutter-x: 0.5rem;
718
637
  }
719
-
720
638
  .g-md-2,
721
639
  .gy-md-2 {
722
640
  --cui-gutter-y: 0.5rem;
723
641
  }
724
-
725
642
  .g-md-3,
726
643
  .gx-md-3 {
727
644
  --cui-gutter-x: 1rem;
728
645
  }
729
-
730
646
  .g-md-3,
731
647
  .gy-md-3 {
732
648
  --cui-gutter-y: 1rem;
733
649
  }
734
-
735
650
  .g-md-4,
736
651
  .gx-md-4 {
737
652
  --cui-gutter-x: 1.5rem;
738
653
  }
739
-
740
654
  .g-md-4,
741
655
  .gy-md-4 {
742
656
  --cui-gutter-y: 1.5rem;
743
657
  }
744
-
745
658
  .g-md-5,
746
659
  .gx-md-5 {
747
660
  --cui-gutter-x: 3rem;
748
661
  }
749
-
750
662
  .g-md-5,
751
663
  .gy-md-5 {
752
664
  --cui-gutter-y: 3rem;
@@ -756,210 +668,166 @@
756
668
  .col-lg {
757
669
  flex: 1 0 0%;
758
670
  }
759
-
760
671
  .row-cols-lg-auto > * {
761
672
  flex: 0 0 auto;
762
673
  width: auto;
763
674
  }
764
-
765
675
  .row-cols-lg-1 > * {
766
676
  flex: 0 0 auto;
767
677
  width: 100%;
768
678
  }
769
-
770
679
  .row-cols-lg-2 > * {
771
680
  flex: 0 0 auto;
772
681
  width: 50%;
773
682
  }
774
-
775
683
  .row-cols-lg-3 > * {
776
684
  flex: 0 0 auto;
777
685
  width: 33.3333333333%;
778
686
  }
779
-
780
687
  .row-cols-lg-4 > * {
781
688
  flex: 0 0 auto;
782
689
  width: 25%;
783
690
  }
784
-
785
691
  .row-cols-lg-5 > * {
786
692
  flex: 0 0 auto;
787
693
  width: 20%;
788
694
  }
789
-
790
695
  .row-cols-lg-6 > * {
791
696
  flex: 0 0 auto;
792
697
  width: 16.6666666667%;
793
698
  }
794
-
795
699
  .col-lg-auto {
796
700
  flex: 0 0 auto;
797
701
  width: auto;
798
702
  }
799
-
800
703
  .col-lg-1 {
801
704
  flex: 0 0 auto;
802
705
  width: 8.33333333%;
803
706
  }
804
-
805
707
  .col-lg-2 {
806
708
  flex: 0 0 auto;
807
709
  width: 16.66666667%;
808
710
  }
809
-
810
711
  .col-lg-3 {
811
712
  flex: 0 0 auto;
812
713
  width: 25%;
813
714
  }
814
-
815
715
  .col-lg-4 {
816
716
  flex: 0 0 auto;
817
717
  width: 33.33333333%;
818
718
  }
819
-
820
719
  .col-lg-5 {
821
720
  flex: 0 0 auto;
822
721
  width: 41.66666667%;
823
722
  }
824
-
825
723
  .col-lg-6 {
826
724
  flex: 0 0 auto;
827
725
  width: 50%;
828
726
  }
829
-
830
727
  .col-lg-7 {
831
728
  flex: 0 0 auto;
832
729
  width: 58.33333333%;
833
730
  }
834
-
835
731
  .col-lg-8 {
836
732
  flex: 0 0 auto;
837
733
  width: 66.66666667%;
838
734
  }
839
-
840
735
  .col-lg-9 {
841
736
  flex: 0 0 auto;
842
737
  width: 75%;
843
738
  }
844
-
845
739
  .col-lg-10 {
846
740
  flex: 0 0 auto;
847
741
  width: 83.33333333%;
848
742
  }
849
-
850
743
  .col-lg-11 {
851
744
  flex: 0 0 auto;
852
745
  width: 91.66666667%;
853
746
  }
854
-
855
747
  .col-lg-12 {
856
748
  flex: 0 0 auto;
857
749
  width: 100%;
858
750
  }
859
-
860
751
  .offset-lg-0 {
861
752
  margin-left: 0;
862
753
  }
863
-
864
754
  .offset-lg-1 {
865
755
  margin-left: 8.33333333%;
866
756
  }
867
-
868
757
  .offset-lg-2 {
869
758
  margin-left: 16.66666667%;
870
759
  }
871
-
872
760
  .offset-lg-3 {
873
761
  margin-left: 25%;
874
762
  }
875
-
876
763
  .offset-lg-4 {
877
764
  margin-left: 33.33333333%;
878
765
  }
879
-
880
766
  .offset-lg-5 {
881
767
  margin-left: 41.66666667%;
882
768
  }
883
-
884
769
  .offset-lg-6 {
885
770
  margin-left: 50%;
886
771
  }
887
-
888
772
  .offset-lg-7 {
889
773
  margin-left: 58.33333333%;
890
774
  }
891
-
892
775
  .offset-lg-8 {
893
776
  margin-left: 66.66666667%;
894
777
  }
895
-
896
778
  .offset-lg-9 {
897
779
  margin-left: 75%;
898
780
  }
899
-
900
781
  .offset-lg-10 {
901
782
  margin-left: 83.33333333%;
902
783
  }
903
-
904
784
  .offset-lg-11 {
905
785
  margin-left: 91.66666667%;
906
786
  }
907
-
908
787
  .g-lg-0,
909
788
  .gx-lg-0 {
910
789
  --cui-gutter-x: 0;
911
790
  }
912
-
913
791
  .g-lg-0,
914
792
  .gy-lg-0 {
915
793
  --cui-gutter-y: 0;
916
794
  }
917
-
918
795
  .g-lg-1,
919
796
  .gx-lg-1 {
920
797
  --cui-gutter-x: 0.25rem;
921
798
  }
922
-
923
799
  .g-lg-1,
924
800
  .gy-lg-1 {
925
801
  --cui-gutter-y: 0.25rem;
926
802
  }
927
-
928
803
  .g-lg-2,
929
804
  .gx-lg-2 {
930
805
  --cui-gutter-x: 0.5rem;
931
806
  }
932
-
933
807
  .g-lg-2,
934
808
  .gy-lg-2 {
935
809
  --cui-gutter-y: 0.5rem;
936
810
  }
937
-
938
811
  .g-lg-3,
939
812
  .gx-lg-3 {
940
813
  --cui-gutter-x: 1rem;
941
814
  }
942
-
943
815
  .g-lg-3,
944
816
  .gy-lg-3 {
945
817
  --cui-gutter-y: 1rem;
946
818
  }
947
-
948
819
  .g-lg-4,
949
820
  .gx-lg-4 {
950
821
  --cui-gutter-x: 1.5rem;
951
822
  }
952
-
953
823
  .g-lg-4,
954
824
  .gy-lg-4 {
955
825
  --cui-gutter-y: 1.5rem;
956
826
  }
957
-
958
827
  .g-lg-5,
959
828
  .gx-lg-5 {
960
829
  --cui-gutter-x: 3rem;
961
830
  }
962
-
963
831
  .g-lg-5,
964
832
  .gy-lg-5 {
965
833
  --cui-gutter-y: 3rem;
@@ -969,210 +837,166 @@
969
837
  .col-xl {
970
838
  flex: 1 0 0%;
971
839
  }
972
-
973
840
  .row-cols-xl-auto > * {
974
841
  flex: 0 0 auto;
975
842
  width: auto;
976
843
  }
977
-
978
844
  .row-cols-xl-1 > * {
979
845
  flex: 0 0 auto;
980
846
  width: 100%;
981
847
  }
982
-
983
848
  .row-cols-xl-2 > * {
984
849
  flex: 0 0 auto;
985
850
  width: 50%;
986
851
  }
987
-
988
852
  .row-cols-xl-3 > * {
989
853
  flex: 0 0 auto;
990
854
  width: 33.3333333333%;
991
855
  }
992
-
993
856
  .row-cols-xl-4 > * {
994
857
  flex: 0 0 auto;
995
858
  width: 25%;
996
859
  }
997
-
998
860
  .row-cols-xl-5 > * {
999
861
  flex: 0 0 auto;
1000
862
  width: 20%;
1001
863
  }
1002
-
1003
864
  .row-cols-xl-6 > * {
1004
865
  flex: 0 0 auto;
1005
866
  width: 16.6666666667%;
1006
867
  }
1007
-
1008
868
  .col-xl-auto {
1009
869
  flex: 0 0 auto;
1010
870
  width: auto;
1011
871
  }
1012
-
1013
872
  .col-xl-1 {
1014
873
  flex: 0 0 auto;
1015
874
  width: 8.33333333%;
1016
875
  }
1017
-
1018
876
  .col-xl-2 {
1019
877
  flex: 0 0 auto;
1020
878
  width: 16.66666667%;
1021
879
  }
1022
-
1023
880
  .col-xl-3 {
1024
881
  flex: 0 0 auto;
1025
882
  width: 25%;
1026
883
  }
1027
-
1028
884
  .col-xl-4 {
1029
885
  flex: 0 0 auto;
1030
886
  width: 33.33333333%;
1031
887
  }
1032
-
1033
888
  .col-xl-5 {
1034
889
  flex: 0 0 auto;
1035
890
  width: 41.66666667%;
1036
891
  }
1037
-
1038
892
  .col-xl-6 {
1039
893
  flex: 0 0 auto;
1040
894
  width: 50%;
1041
895
  }
1042
-
1043
896
  .col-xl-7 {
1044
897
  flex: 0 0 auto;
1045
898
  width: 58.33333333%;
1046
899
  }
1047
-
1048
900
  .col-xl-8 {
1049
901
  flex: 0 0 auto;
1050
902
  width: 66.66666667%;
1051
903
  }
1052
-
1053
904
  .col-xl-9 {
1054
905
  flex: 0 0 auto;
1055
906
  width: 75%;
1056
907
  }
1057
-
1058
908
  .col-xl-10 {
1059
909
  flex: 0 0 auto;
1060
910
  width: 83.33333333%;
1061
911
  }
1062
-
1063
912
  .col-xl-11 {
1064
913
  flex: 0 0 auto;
1065
914
  width: 91.66666667%;
1066
915
  }
1067
-
1068
916
  .col-xl-12 {
1069
917
  flex: 0 0 auto;
1070
918
  width: 100%;
1071
919
  }
1072
-
1073
920
  .offset-xl-0 {
1074
921
  margin-left: 0;
1075
922
  }
1076
-
1077
923
  .offset-xl-1 {
1078
924
  margin-left: 8.33333333%;
1079
925
  }
1080
-
1081
926
  .offset-xl-2 {
1082
927
  margin-left: 16.66666667%;
1083
928
  }
1084
-
1085
929
  .offset-xl-3 {
1086
930
  margin-left: 25%;
1087
931
  }
1088
-
1089
932
  .offset-xl-4 {
1090
933
  margin-left: 33.33333333%;
1091
934
  }
1092
-
1093
935
  .offset-xl-5 {
1094
936
  margin-left: 41.66666667%;
1095
937
  }
1096
-
1097
938
  .offset-xl-6 {
1098
939
  margin-left: 50%;
1099
940
  }
1100
-
1101
941
  .offset-xl-7 {
1102
942
  margin-left: 58.33333333%;
1103
943
  }
1104
-
1105
944
  .offset-xl-8 {
1106
945
  margin-left: 66.66666667%;
1107
946
  }
1108
-
1109
947
  .offset-xl-9 {
1110
948
  margin-left: 75%;
1111
949
  }
1112
-
1113
950
  .offset-xl-10 {
1114
951
  margin-left: 83.33333333%;
1115
952
  }
1116
-
1117
953
  .offset-xl-11 {
1118
954
  margin-left: 91.66666667%;
1119
955
  }
1120
-
1121
956
  .g-xl-0,
1122
957
  .gx-xl-0 {
1123
958
  --cui-gutter-x: 0;
1124
959
  }
1125
-
1126
960
  .g-xl-0,
1127
961
  .gy-xl-0 {
1128
962
  --cui-gutter-y: 0;
1129
963
  }
1130
-
1131
964
  .g-xl-1,
1132
965
  .gx-xl-1 {
1133
966
  --cui-gutter-x: 0.25rem;
1134
967
  }
1135
-
1136
968
  .g-xl-1,
1137
969
  .gy-xl-1 {
1138
970
  --cui-gutter-y: 0.25rem;
1139
971
  }
1140
-
1141
972
  .g-xl-2,
1142
973
  .gx-xl-2 {
1143
974
  --cui-gutter-x: 0.5rem;
1144
975
  }
1145
-
1146
976
  .g-xl-2,
1147
977
  .gy-xl-2 {
1148
978
  --cui-gutter-y: 0.5rem;
1149
979
  }
1150
-
1151
980
  .g-xl-3,
1152
981
  .gx-xl-3 {
1153
982
  --cui-gutter-x: 1rem;
1154
983
  }
1155
-
1156
984
  .g-xl-3,
1157
985
  .gy-xl-3 {
1158
986
  --cui-gutter-y: 1rem;
1159
987
  }
1160
-
1161
988
  .g-xl-4,
1162
989
  .gx-xl-4 {
1163
990
  --cui-gutter-x: 1.5rem;
1164
991
  }
1165
-
1166
992
  .g-xl-4,
1167
993
  .gy-xl-4 {
1168
994
  --cui-gutter-y: 1.5rem;
1169
995
  }
1170
-
1171
996
  .g-xl-5,
1172
997
  .gx-xl-5 {
1173
998
  --cui-gutter-x: 3rem;
1174
999
  }
1175
-
1176
1000
  .g-xl-5,
1177
1001
  .gy-xl-5 {
1178
1002
  --cui-gutter-y: 3rem;
@@ -1182,210 +1006,166 @@
1182
1006
  .col-xxl {
1183
1007
  flex: 1 0 0%;
1184
1008
  }
1185
-
1186
1009
  .row-cols-xxl-auto > * {
1187
1010
  flex: 0 0 auto;
1188
1011
  width: auto;
1189
1012
  }
1190
-
1191
1013
  .row-cols-xxl-1 > * {
1192
1014
  flex: 0 0 auto;
1193
1015
  width: 100%;
1194
1016
  }
1195
-
1196
1017
  .row-cols-xxl-2 > * {
1197
1018
  flex: 0 0 auto;
1198
1019
  width: 50%;
1199
1020
  }
1200
-
1201
1021
  .row-cols-xxl-3 > * {
1202
1022
  flex: 0 0 auto;
1203
1023
  width: 33.3333333333%;
1204
1024
  }
1205
-
1206
1025
  .row-cols-xxl-4 > * {
1207
1026
  flex: 0 0 auto;
1208
1027
  width: 25%;
1209
1028
  }
1210
-
1211
1029
  .row-cols-xxl-5 > * {
1212
1030
  flex: 0 0 auto;
1213
1031
  width: 20%;
1214
1032
  }
1215
-
1216
1033
  .row-cols-xxl-6 > * {
1217
1034
  flex: 0 0 auto;
1218
1035
  width: 16.6666666667%;
1219
1036
  }
1220
-
1221
1037
  .col-xxl-auto {
1222
1038
  flex: 0 0 auto;
1223
1039
  width: auto;
1224
1040
  }
1225
-
1226
1041
  .col-xxl-1 {
1227
1042
  flex: 0 0 auto;
1228
1043
  width: 8.33333333%;
1229
1044
  }
1230
-
1231
1045
  .col-xxl-2 {
1232
1046
  flex: 0 0 auto;
1233
1047
  width: 16.66666667%;
1234
1048
  }
1235
-
1236
1049
  .col-xxl-3 {
1237
1050
  flex: 0 0 auto;
1238
1051
  width: 25%;
1239
1052
  }
1240
-
1241
1053
  .col-xxl-4 {
1242
1054
  flex: 0 0 auto;
1243
1055
  width: 33.33333333%;
1244
1056
  }
1245
-
1246
1057
  .col-xxl-5 {
1247
1058
  flex: 0 0 auto;
1248
1059
  width: 41.66666667%;
1249
1060
  }
1250
-
1251
1061
  .col-xxl-6 {
1252
1062
  flex: 0 0 auto;
1253
1063
  width: 50%;
1254
1064
  }
1255
-
1256
1065
  .col-xxl-7 {
1257
1066
  flex: 0 0 auto;
1258
1067
  width: 58.33333333%;
1259
1068
  }
1260
-
1261
1069
  .col-xxl-8 {
1262
1070
  flex: 0 0 auto;
1263
1071
  width: 66.66666667%;
1264
1072
  }
1265
-
1266
1073
  .col-xxl-9 {
1267
1074
  flex: 0 0 auto;
1268
1075
  width: 75%;
1269
1076
  }
1270
-
1271
1077
  .col-xxl-10 {
1272
1078
  flex: 0 0 auto;
1273
1079
  width: 83.33333333%;
1274
1080
  }
1275
-
1276
1081
  .col-xxl-11 {
1277
1082
  flex: 0 0 auto;
1278
1083
  width: 91.66666667%;
1279
1084
  }
1280
-
1281
1085
  .col-xxl-12 {
1282
1086
  flex: 0 0 auto;
1283
1087
  width: 100%;
1284
1088
  }
1285
-
1286
1089
  .offset-xxl-0 {
1287
1090
  margin-left: 0;
1288
1091
  }
1289
-
1290
1092
  .offset-xxl-1 {
1291
1093
  margin-left: 8.33333333%;
1292
1094
  }
1293
-
1294
1095
  .offset-xxl-2 {
1295
1096
  margin-left: 16.66666667%;
1296
1097
  }
1297
-
1298
1098
  .offset-xxl-3 {
1299
1099
  margin-left: 25%;
1300
1100
  }
1301
-
1302
1101
  .offset-xxl-4 {
1303
1102
  margin-left: 33.33333333%;
1304
1103
  }
1305
-
1306
1104
  .offset-xxl-5 {
1307
1105
  margin-left: 41.66666667%;
1308
1106
  }
1309
-
1310
1107
  .offset-xxl-6 {
1311
1108
  margin-left: 50%;
1312
1109
  }
1313
-
1314
1110
  .offset-xxl-7 {
1315
1111
  margin-left: 58.33333333%;
1316
1112
  }
1317
-
1318
1113
  .offset-xxl-8 {
1319
1114
  margin-left: 66.66666667%;
1320
1115
  }
1321
-
1322
1116
  .offset-xxl-9 {
1323
1117
  margin-left: 75%;
1324
1118
  }
1325
-
1326
1119
  .offset-xxl-10 {
1327
1120
  margin-left: 83.33333333%;
1328
1121
  }
1329
-
1330
1122
  .offset-xxl-11 {
1331
1123
  margin-left: 91.66666667%;
1332
1124
  }
1333
-
1334
1125
  .g-xxl-0,
1335
1126
  .gx-xxl-0 {
1336
1127
  --cui-gutter-x: 0;
1337
1128
  }
1338
-
1339
1129
  .g-xxl-0,
1340
1130
  .gy-xxl-0 {
1341
1131
  --cui-gutter-y: 0;
1342
1132
  }
1343
-
1344
1133
  .g-xxl-1,
1345
1134
  .gx-xxl-1 {
1346
1135
  --cui-gutter-x: 0.25rem;
1347
1136
  }
1348
-
1349
1137
  .g-xxl-1,
1350
1138
  .gy-xxl-1 {
1351
1139
  --cui-gutter-y: 0.25rem;
1352
1140
  }
1353
-
1354
1141
  .g-xxl-2,
1355
1142
  .gx-xxl-2 {
1356
1143
  --cui-gutter-x: 0.5rem;
1357
1144
  }
1358
-
1359
1145
  .g-xxl-2,
1360
1146
  .gy-xxl-2 {
1361
1147
  --cui-gutter-y: 0.5rem;
1362
1148
  }
1363
-
1364
1149
  .g-xxl-3,
1365
1150
  .gx-xxl-3 {
1366
1151
  --cui-gutter-x: 1rem;
1367
1152
  }
1368
-
1369
1153
  .g-xxl-3,
1370
1154
  .gy-xxl-3 {
1371
1155
  --cui-gutter-y: 1rem;
1372
1156
  }
1373
-
1374
1157
  .g-xxl-4,
1375
1158
  .gx-xxl-4 {
1376
1159
  --cui-gutter-x: 1.5rem;
1377
1160
  }
1378
-
1379
1161
  .g-xxl-4,
1380
1162
  .gy-xxl-4 {
1381
1163
  --cui-gutter-y: 1.5rem;
1382
1164
  }
1383
-
1384
1165
  .g-xxl-5,
1385
1166
  .gx-xxl-5 {
1386
1167
  --cui-gutter-x: 3rem;
1387
1168
  }
1388
-
1389
1169
  .g-xxl-5,
1390
1170
  .gy-xxl-5 {
1391
1171
  --cui-gutter-y: 3rem;
@@ -1997,601 +1777,458 @@
1997
1777
  .d-sm-inline {
1998
1778
  display: inline !important;
1999
1779
  }
2000
-
2001
1780
  .d-sm-inline-block {
2002
1781
  display: inline-block !important;
2003
1782
  }
2004
-
2005
1783
  .d-sm-block {
2006
1784
  display: block !important;
2007
1785
  }
2008
-
2009
1786
  .d-sm-grid {
2010
1787
  display: grid !important;
2011
1788
  }
2012
-
2013
1789
  .d-sm-table {
2014
1790
  display: table !important;
2015
1791
  }
2016
-
2017
1792
  .d-sm-table-row {
2018
1793
  display: table-row !important;
2019
1794
  }
2020
-
2021
1795
  .d-sm-table-cell {
2022
1796
  display: table-cell !important;
2023
1797
  }
2024
-
2025
1798
  .d-sm-flex {
2026
1799
  display: flex !important;
2027
1800
  }
2028
-
2029
1801
  .d-sm-inline-flex {
2030
1802
  display: inline-flex !important;
2031
1803
  }
2032
-
2033
1804
  .d-sm-none {
2034
1805
  display: none !important;
2035
1806
  }
2036
-
2037
1807
  .flex-sm-fill {
2038
1808
  flex: 1 1 auto !important;
2039
1809
  }
2040
-
2041
1810
  .flex-sm-row {
2042
1811
  flex-direction: row !important;
2043
1812
  }
2044
-
2045
1813
  .flex-sm-column {
2046
1814
  flex-direction: column !important;
2047
1815
  }
2048
-
2049
1816
  .flex-sm-row-reverse {
2050
1817
  flex-direction: row-reverse !important;
2051
1818
  }
2052
-
2053
1819
  .flex-sm-column-reverse {
2054
1820
  flex-direction: column-reverse !important;
2055
1821
  }
2056
-
2057
1822
  .flex-sm-grow-0 {
2058
1823
  flex-grow: 0 !important;
2059
1824
  }
2060
-
2061
1825
  .flex-sm-grow-1 {
2062
1826
  flex-grow: 1 !important;
2063
1827
  }
2064
-
2065
1828
  .flex-sm-shrink-0 {
2066
1829
  flex-shrink: 0 !important;
2067
1830
  }
2068
-
2069
1831
  .flex-sm-shrink-1 {
2070
1832
  flex-shrink: 1 !important;
2071
1833
  }
2072
-
2073
1834
  .flex-sm-wrap {
2074
1835
  flex-wrap: wrap !important;
2075
1836
  }
2076
-
2077
1837
  .flex-sm-nowrap {
2078
1838
  flex-wrap: nowrap !important;
2079
1839
  }
2080
-
2081
1840
  .flex-sm-wrap-reverse {
2082
1841
  flex-wrap: wrap-reverse !important;
2083
1842
  }
2084
-
2085
1843
  .justify-content-sm-start {
2086
1844
  justify-content: flex-start !important;
2087
1845
  }
2088
-
2089
1846
  .justify-content-sm-end {
2090
1847
  justify-content: flex-end !important;
2091
1848
  }
2092
-
2093
1849
  .justify-content-sm-center {
2094
1850
  justify-content: center !important;
2095
1851
  }
2096
-
2097
1852
  .justify-content-sm-between {
2098
1853
  justify-content: space-between !important;
2099
1854
  }
2100
-
2101
1855
  .justify-content-sm-around {
2102
1856
  justify-content: space-around !important;
2103
1857
  }
2104
-
2105
1858
  .justify-content-sm-evenly {
2106
1859
  justify-content: space-evenly !important;
2107
1860
  }
2108
-
2109
1861
  .align-items-sm-start {
2110
1862
  align-items: flex-start !important;
2111
1863
  }
2112
-
2113
1864
  .align-items-sm-end {
2114
1865
  align-items: flex-end !important;
2115
1866
  }
2116
-
2117
1867
  .align-items-sm-center {
2118
1868
  align-items: center !important;
2119
1869
  }
2120
-
2121
1870
  .align-items-sm-baseline {
2122
1871
  align-items: baseline !important;
2123
1872
  }
2124
-
2125
1873
  .align-items-sm-stretch {
2126
1874
  align-items: stretch !important;
2127
1875
  }
2128
-
2129
1876
  .align-content-sm-start {
2130
1877
  align-content: flex-start !important;
2131
1878
  }
2132
-
2133
1879
  .align-content-sm-end {
2134
1880
  align-content: flex-end !important;
2135
1881
  }
2136
-
2137
1882
  .align-content-sm-center {
2138
1883
  align-content: center !important;
2139
1884
  }
2140
-
2141
1885
  .align-content-sm-between {
2142
1886
  align-content: space-between !important;
2143
1887
  }
2144
-
2145
1888
  .align-content-sm-around {
2146
1889
  align-content: space-around !important;
2147
1890
  }
2148
-
2149
1891
  .align-content-sm-stretch {
2150
1892
  align-content: stretch !important;
2151
1893
  }
2152
-
2153
1894
  .align-self-sm-auto {
2154
1895
  align-self: auto !important;
2155
1896
  }
2156
-
2157
1897
  .align-self-sm-start {
2158
1898
  align-self: flex-start !important;
2159
1899
  }
2160
-
2161
1900
  .align-self-sm-end {
2162
1901
  align-self: flex-end !important;
2163
1902
  }
2164
-
2165
1903
  .align-self-sm-center {
2166
1904
  align-self: center !important;
2167
1905
  }
2168
-
2169
1906
  .align-self-sm-baseline {
2170
1907
  align-self: baseline !important;
2171
1908
  }
2172
-
2173
1909
  .align-self-sm-stretch {
2174
1910
  align-self: stretch !important;
2175
1911
  }
2176
-
2177
1912
  .order-sm-first {
2178
1913
  order: -1 !important;
2179
1914
  }
2180
-
2181
1915
  .order-sm-0 {
2182
1916
  order: 0 !important;
2183
1917
  }
2184
-
2185
1918
  .order-sm-1 {
2186
1919
  order: 1 !important;
2187
1920
  }
2188
-
2189
1921
  .order-sm-2 {
2190
1922
  order: 2 !important;
2191
1923
  }
2192
-
2193
1924
  .order-sm-3 {
2194
1925
  order: 3 !important;
2195
1926
  }
2196
-
2197
1927
  .order-sm-4 {
2198
1928
  order: 4 !important;
2199
1929
  }
2200
-
2201
1930
  .order-sm-5 {
2202
1931
  order: 5 !important;
2203
1932
  }
2204
-
2205
1933
  .order-sm-last {
2206
1934
  order: 6 !important;
2207
1935
  }
2208
-
2209
1936
  .m-sm-0 {
2210
1937
  margin: 0 !important;
2211
1938
  }
2212
-
2213
1939
  .m-sm-1 {
2214
1940
  margin: 0.25rem !important;
2215
1941
  }
2216
-
2217
1942
  .m-sm-2 {
2218
1943
  margin: 0.5rem !important;
2219
1944
  }
2220
-
2221
1945
  .m-sm-3 {
2222
1946
  margin: 1rem !important;
2223
1947
  }
2224
-
2225
1948
  .m-sm-4 {
2226
1949
  margin: 1.5rem !important;
2227
1950
  }
2228
-
2229
1951
  .m-sm-5 {
2230
1952
  margin: 3rem !important;
2231
1953
  }
2232
-
2233
1954
  .m-sm-auto {
2234
1955
  margin: auto !important;
2235
1956
  }
2236
-
2237
1957
  .mx-sm-0 {
2238
1958
  margin-right: 0 !important;
2239
1959
  margin-left: 0 !important;
2240
1960
  }
2241
-
2242
1961
  .mx-sm-1 {
2243
1962
  margin-right: 0.25rem !important;
2244
1963
  margin-left: 0.25rem !important;
2245
1964
  }
2246
-
2247
1965
  .mx-sm-2 {
2248
1966
  margin-right: 0.5rem !important;
2249
1967
  margin-left: 0.5rem !important;
2250
1968
  }
2251
-
2252
1969
  .mx-sm-3 {
2253
1970
  margin-right: 1rem !important;
2254
1971
  margin-left: 1rem !important;
2255
1972
  }
2256
-
2257
1973
  .mx-sm-4 {
2258
1974
  margin-right: 1.5rem !important;
2259
1975
  margin-left: 1.5rem !important;
2260
1976
  }
2261
-
2262
1977
  .mx-sm-5 {
2263
1978
  margin-right: 3rem !important;
2264
1979
  margin-left: 3rem !important;
2265
1980
  }
2266
-
2267
1981
  .mx-sm-auto {
2268
1982
  margin-right: auto !important;
2269
1983
  margin-left: auto !important;
2270
1984
  }
2271
-
2272
1985
  .my-sm-0 {
2273
1986
  margin-top: 0 !important;
2274
1987
  margin-bottom: 0 !important;
2275
1988
  }
2276
-
2277
1989
  .my-sm-1 {
2278
1990
  margin-top: 0.25rem !important;
2279
1991
  margin-bottom: 0.25rem !important;
2280
1992
  }
2281
-
2282
1993
  .my-sm-2 {
2283
1994
  margin-top: 0.5rem !important;
2284
1995
  margin-bottom: 0.5rem !important;
2285
1996
  }
2286
-
2287
1997
  .my-sm-3 {
2288
1998
  margin-top: 1rem !important;
2289
1999
  margin-bottom: 1rem !important;
2290
2000
  }
2291
-
2292
2001
  .my-sm-4 {
2293
2002
  margin-top: 1.5rem !important;
2294
2003
  margin-bottom: 1.5rem !important;
2295
2004
  }
2296
-
2297
2005
  .my-sm-5 {
2298
2006
  margin-top: 3rem !important;
2299
2007
  margin-bottom: 3rem !important;
2300
2008
  }
2301
-
2302
2009
  .my-sm-auto {
2303
2010
  margin-top: auto !important;
2304
2011
  margin-bottom: auto !important;
2305
2012
  }
2306
-
2307
2013
  .mt-sm-0 {
2308
2014
  margin-top: 0 !important;
2309
2015
  }
2310
-
2311
2016
  .mt-sm-1 {
2312
2017
  margin-top: 0.25rem !important;
2313
2018
  }
2314
-
2315
2019
  .mt-sm-2 {
2316
2020
  margin-top: 0.5rem !important;
2317
2021
  }
2318
-
2319
2022
  .mt-sm-3 {
2320
2023
  margin-top: 1rem !important;
2321
2024
  }
2322
-
2323
2025
  .mt-sm-4 {
2324
2026
  margin-top: 1.5rem !important;
2325
2027
  }
2326
-
2327
2028
  .mt-sm-5 {
2328
2029
  margin-top: 3rem !important;
2329
2030
  }
2330
-
2331
2031
  .mt-sm-auto {
2332
2032
  margin-top: auto !important;
2333
2033
  }
2334
-
2335
2034
  .me-sm-0 {
2336
2035
  margin-right: 0 !important;
2337
2036
  }
2338
-
2339
2037
  .me-sm-1 {
2340
2038
  margin-right: 0.25rem !important;
2341
2039
  }
2342
-
2343
2040
  .me-sm-2 {
2344
2041
  margin-right: 0.5rem !important;
2345
2042
  }
2346
-
2347
2043
  .me-sm-3 {
2348
2044
  margin-right: 1rem !important;
2349
2045
  }
2350
-
2351
2046
  .me-sm-4 {
2352
2047
  margin-right: 1.5rem !important;
2353
2048
  }
2354
-
2355
2049
  .me-sm-5 {
2356
2050
  margin-right: 3rem !important;
2357
2051
  }
2358
-
2359
2052
  .me-sm-auto {
2360
2053
  margin-right: auto !important;
2361
2054
  }
2362
-
2363
2055
  .mb-sm-0 {
2364
2056
  margin-bottom: 0 !important;
2365
2057
  }
2366
-
2367
2058
  .mb-sm-1 {
2368
2059
  margin-bottom: 0.25rem !important;
2369
2060
  }
2370
-
2371
2061
  .mb-sm-2 {
2372
2062
  margin-bottom: 0.5rem !important;
2373
2063
  }
2374
-
2375
2064
  .mb-sm-3 {
2376
2065
  margin-bottom: 1rem !important;
2377
2066
  }
2378
-
2379
2067
  .mb-sm-4 {
2380
2068
  margin-bottom: 1.5rem !important;
2381
2069
  }
2382
-
2383
2070
  .mb-sm-5 {
2384
2071
  margin-bottom: 3rem !important;
2385
2072
  }
2386
-
2387
2073
  .mb-sm-auto {
2388
2074
  margin-bottom: auto !important;
2389
2075
  }
2390
-
2391
2076
  .ms-sm-0 {
2392
2077
  margin-left: 0 !important;
2393
2078
  }
2394
-
2395
2079
  .ms-sm-1 {
2396
2080
  margin-left: 0.25rem !important;
2397
2081
  }
2398
-
2399
2082
  .ms-sm-2 {
2400
2083
  margin-left: 0.5rem !important;
2401
2084
  }
2402
-
2403
2085
  .ms-sm-3 {
2404
2086
  margin-left: 1rem !important;
2405
2087
  }
2406
-
2407
2088
  .ms-sm-4 {
2408
2089
  margin-left: 1.5rem !important;
2409
2090
  }
2410
-
2411
2091
  .ms-sm-5 {
2412
2092
  margin-left: 3rem !important;
2413
2093
  }
2414
-
2415
2094
  .ms-sm-auto {
2416
2095
  margin-left: auto !important;
2417
2096
  }
2418
-
2419
2097
  .p-sm-0 {
2420
2098
  padding: 0 !important;
2421
2099
  }
2422
-
2423
2100
  .p-sm-1 {
2424
2101
  padding: 0.25rem !important;
2425
2102
  }
2426
-
2427
2103
  .p-sm-2 {
2428
2104
  padding: 0.5rem !important;
2429
2105
  }
2430
-
2431
2106
  .p-sm-3 {
2432
2107
  padding: 1rem !important;
2433
2108
  }
2434
-
2435
2109
  .p-sm-4 {
2436
2110
  padding: 1.5rem !important;
2437
2111
  }
2438
-
2439
2112
  .p-sm-5 {
2440
2113
  padding: 3rem !important;
2441
2114
  }
2442
-
2443
2115
  .px-sm-0 {
2444
2116
  padding-right: 0 !important;
2445
2117
  padding-left: 0 !important;
2446
2118
  }
2447
-
2448
2119
  .px-sm-1 {
2449
2120
  padding-right: 0.25rem !important;
2450
2121
  padding-left: 0.25rem !important;
2451
2122
  }
2452
-
2453
2123
  .px-sm-2 {
2454
2124
  padding-right: 0.5rem !important;
2455
2125
  padding-left: 0.5rem !important;
2456
2126
  }
2457
-
2458
2127
  .px-sm-3 {
2459
2128
  padding-right: 1rem !important;
2460
2129
  padding-left: 1rem !important;
2461
2130
  }
2462
-
2463
2131
  .px-sm-4 {
2464
2132
  padding-right: 1.5rem !important;
2465
2133
  padding-left: 1.5rem !important;
2466
2134
  }
2467
-
2468
2135
  .px-sm-5 {
2469
2136
  padding-right: 3rem !important;
2470
2137
  padding-left: 3rem !important;
2471
2138
  }
2472
-
2473
2139
  .py-sm-0 {
2474
2140
  padding-top: 0 !important;
2475
2141
  padding-bottom: 0 !important;
2476
2142
  }
2477
-
2478
2143
  .py-sm-1 {
2479
2144
  padding-top: 0.25rem !important;
2480
2145
  padding-bottom: 0.25rem !important;
2481
2146
  }
2482
-
2483
2147
  .py-sm-2 {
2484
2148
  padding-top: 0.5rem !important;
2485
2149
  padding-bottom: 0.5rem !important;
2486
2150
  }
2487
-
2488
2151
  .py-sm-3 {
2489
2152
  padding-top: 1rem !important;
2490
2153
  padding-bottom: 1rem !important;
2491
2154
  }
2492
-
2493
2155
  .py-sm-4 {
2494
2156
  padding-top: 1.5rem !important;
2495
2157
  padding-bottom: 1.5rem !important;
2496
2158
  }
2497
-
2498
2159
  .py-sm-5 {
2499
2160
  padding-top: 3rem !important;
2500
2161
  padding-bottom: 3rem !important;
2501
2162
  }
2502
-
2503
2163
  .pt-sm-0 {
2504
2164
  padding-top: 0 !important;
2505
2165
  }
2506
-
2507
2166
  .pt-sm-1 {
2508
2167
  padding-top: 0.25rem !important;
2509
2168
  }
2510
-
2511
2169
  .pt-sm-2 {
2512
2170
  padding-top: 0.5rem !important;
2513
2171
  }
2514
-
2515
2172
  .pt-sm-3 {
2516
2173
  padding-top: 1rem !important;
2517
2174
  }
2518
-
2519
2175
  .pt-sm-4 {
2520
2176
  padding-top: 1.5rem !important;
2521
2177
  }
2522
-
2523
2178
  .pt-sm-5 {
2524
2179
  padding-top: 3rem !important;
2525
2180
  }
2526
-
2527
2181
  .pe-sm-0 {
2528
2182
  padding-right: 0 !important;
2529
2183
  }
2530
-
2531
2184
  .pe-sm-1 {
2532
2185
  padding-right: 0.25rem !important;
2533
2186
  }
2534
-
2535
2187
  .pe-sm-2 {
2536
2188
  padding-right: 0.5rem !important;
2537
2189
  }
2538
-
2539
2190
  .pe-sm-3 {
2540
2191
  padding-right: 1rem !important;
2541
2192
  }
2542
-
2543
2193
  .pe-sm-4 {
2544
2194
  padding-right: 1.5rem !important;
2545
2195
  }
2546
-
2547
2196
  .pe-sm-5 {
2548
2197
  padding-right: 3rem !important;
2549
2198
  }
2550
-
2551
2199
  .pb-sm-0 {
2552
2200
  padding-bottom: 0 !important;
2553
2201
  }
2554
-
2555
2202
  .pb-sm-1 {
2556
2203
  padding-bottom: 0.25rem !important;
2557
2204
  }
2558
-
2559
2205
  .pb-sm-2 {
2560
2206
  padding-bottom: 0.5rem !important;
2561
2207
  }
2562
-
2563
2208
  .pb-sm-3 {
2564
2209
  padding-bottom: 1rem !important;
2565
2210
  }
2566
-
2567
2211
  .pb-sm-4 {
2568
2212
  padding-bottom: 1.5rem !important;
2569
2213
  }
2570
-
2571
2214
  .pb-sm-5 {
2572
2215
  padding-bottom: 3rem !important;
2573
2216
  }
2574
-
2575
2217
  .ps-sm-0 {
2576
2218
  padding-left: 0 !important;
2577
2219
  }
2578
-
2579
2220
  .ps-sm-1 {
2580
2221
  padding-left: 0.25rem !important;
2581
2222
  }
2582
-
2583
2223
  .ps-sm-2 {
2584
2224
  padding-left: 0.5rem !important;
2585
2225
  }
2586
-
2587
2226
  .ps-sm-3 {
2588
2227
  padding-left: 1rem !important;
2589
2228
  }
2590
-
2591
2229
  .ps-sm-4 {
2592
2230
  padding-left: 1.5rem !important;
2593
2231
  }
2594
-
2595
2232
  .ps-sm-5 {
2596
2233
  padding-left: 3rem !important;
2597
2234
  }
@@ -2600,601 +2237,458 @@
2600
2237
  .d-md-inline {
2601
2238
  display: inline !important;
2602
2239
  }
2603
-
2604
2240
  .d-md-inline-block {
2605
2241
  display: inline-block !important;
2606
2242
  }
2607
-
2608
2243
  .d-md-block {
2609
2244
  display: block !important;
2610
2245
  }
2611
-
2612
2246
  .d-md-grid {
2613
2247
  display: grid !important;
2614
2248
  }
2615
-
2616
2249
  .d-md-table {
2617
2250
  display: table !important;
2618
2251
  }
2619
-
2620
2252
  .d-md-table-row {
2621
2253
  display: table-row !important;
2622
2254
  }
2623
-
2624
2255
  .d-md-table-cell {
2625
2256
  display: table-cell !important;
2626
2257
  }
2627
-
2628
2258
  .d-md-flex {
2629
2259
  display: flex !important;
2630
2260
  }
2631
-
2632
2261
  .d-md-inline-flex {
2633
2262
  display: inline-flex !important;
2634
2263
  }
2635
-
2636
2264
  .d-md-none {
2637
2265
  display: none !important;
2638
2266
  }
2639
-
2640
2267
  .flex-md-fill {
2641
2268
  flex: 1 1 auto !important;
2642
2269
  }
2643
-
2644
2270
  .flex-md-row {
2645
2271
  flex-direction: row !important;
2646
2272
  }
2647
-
2648
2273
  .flex-md-column {
2649
2274
  flex-direction: column !important;
2650
2275
  }
2651
-
2652
2276
  .flex-md-row-reverse {
2653
2277
  flex-direction: row-reverse !important;
2654
2278
  }
2655
-
2656
2279
  .flex-md-column-reverse {
2657
2280
  flex-direction: column-reverse !important;
2658
2281
  }
2659
-
2660
2282
  .flex-md-grow-0 {
2661
2283
  flex-grow: 0 !important;
2662
2284
  }
2663
-
2664
2285
  .flex-md-grow-1 {
2665
2286
  flex-grow: 1 !important;
2666
2287
  }
2667
-
2668
2288
  .flex-md-shrink-0 {
2669
2289
  flex-shrink: 0 !important;
2670
2290
  }
2671
-
2672
2291
  .flex-md-shrink-1 {
2673
2292
  flex-shrink: 1 !important;
2674
2293
  }
2675
-
2676
2294
  .flex-md-wrap {
2677
2295
  flex-wrap: wrap !important;
2678
2296
  }
2679
-
2680
2297
  .flex-md-nowrap {
2681
2298
  flex-wrap: nowrap !important;
2682
2299
  }
2683
-
2684
2300
  .flex-md-wrap-reverse {
2685
2301
  flex-wrap: wrap-reverse !important;
2686
2302
  }
2687
-
2688
2303
  .justify-content-md-start {
2689
2304
  justify-content: flex-start !important;
2690
2305
  }
2691
-
2692
2306
  .justify-content-md-end {
2693
2307
  justify-content: flex-end !important;
2694
2308
  }
2695
-
2696
2309
  .justify-content-md-center {
2697
2310
  justify-content: center !important;
2698
2311
  }
2699
-
2700
2312
  .justify-content-md-between {
2701
2313
  justify-content: space-between !important;
2702
2314
  }
2703
-
2704
2315
  .justify-content-md-around {
2705
2316
  justify-content: space-around !important;
2706
2317
  }
2707
-
2708
2318
  .justify-content-md-evenly {
2709
2319
  justify-content: space-evenly !important;
2710
2320
  }
2711
-
2712
2321
  .align-items-md-start {
2713
2322
  align-items: flex-start !important;
2714
2323
  }
2715
-
2716
2324
  .align-items-md-end {
2717
2325
  align-items: flex-end !important;
2718
2326
  }
2719
-
2720
2327
  .align-items-md-center {
2721
2328
  align-items: center !important;
2722
2329
  }
2723
-
2724
2330
  .align-items-md-baseline {
2725
2331
  align-items: baseline !important;
2726
2332
  }
2727
-
2728
2333
  .align-items-md-stretch {
2729
2334
  align-items: stretch !important;
2730
2335
  }
2731
-
2732
2336
  .align-content-md-start {
2733
2337
  align-content: flex-start !important;
2734
2338
  }
2735
-
2736
2339
  .align-content-md-end {
2737
2340
  align-content: flex-end !important;
2738
2341
  }
2739
-
2740
2342
  .align-content-md-center {
2741
2343
  align-content: center !important;
2742
2344
  }
2743
-
2744
2345
  .align-content-md-between {
2745
2346
  align-content: space-between !important;
2746
2347
  }
2747
-
2748
2348
  .align-content-md-around {
2749
2349
  align-content: space-around !important;
2750
2350
  }
2751
-
2752
2351
  .align-content-md-stretch {
2753
2352
  align-content: stretch !important;
2754
2353
  }
2755
-
2756
2354
  .align-self-md-auto {
2757
2355
  align-self: auto !important;
2758
2356
  }
2759
-
2760
2357
  .align-self-md-start {
2761
2358
  align-self: flex-start !important;
2762
2359
  }
2763
-
2764
2360
  .align-self-md-end {
2765
2361
  align-self: flex-end !important;
2766
2362
  }
2767
-
2768
2363
  .align-self-md-center {
2769
2364
  align-self: center !important;
2770
2365
  }
2771
-
2772
2366
  .align-self-md-baseline {
2773
2367
  align-self: baseline !important;
2774
2368
  }
2775
-
2776
2369
  .align-self-md-stretch {
2777
2370
  align-self: stretch !important;
2778
2371
  }
2779
-
2780
2372
  .order-md-first {
2781
2373
  order: -1 !important;
2782
2374
  }
2783
-
2784
2375
  .order-md-0 {
2785
2376
  order: 0 !important;
2786
2377
  }
2787
-
2788
2378
  .order-md-1 {
2789
2379
  order: 1 !important;
2790
2380
  }
2791
-
2792
2381
  .order-md-2 {
2793
2382
  order: 2 !important;
2794
2383
  }
2795
-
2796
2384
  .order-md-3 {
2797
2385
  order: 3 !important;
2798
2386
  }
2799
-
2800
2387
  .order-md-4 {
2801
2388
  order: 4 !important;
2802
2389
  }
2803
-
2804
2390
  .order-md-5 {
2805
2391
  order: 5 !important;
2806
2392
  }
2807
-
2808
2393
  .order-md-last {
2809
2394
  order: 6 !important;
2810
2395
  }
2811
-
2812
2396
  .m-md-0 {
2813
2397
  margin: 0 !important;
2814
2398
  }
2815
-
2816
2399
  .m-md-1 {
2817
2400
  margin: 0.25rem !important;
2818
2401
  }
2819
-
2820
2402
  .m-md-2 {
2821
2403
  margin: 0.5rem !important;
2822
2404
  }
2823
-
2824
2405
  .m-md-3 {
2825
2406
  margin: 1rem !important;
2826
2407
  }
2827
-
2828
2408
  .m-md-4 {
2829
2409
  margin: 1.5rem !important;
2830
2410
  }
2831
-
2832
2411
  .m-md-5 {
2833
2412
  margin: 3rem !important;
2834
2413
  }
2835
-
2836
2414
  .m-md-auto {
2837
2415
  margin: auto !important;
2838
2416
  }
2839
-
2840
2417
  .mx-md-0 {
2841
2418
  margin-right: 0 !important;
2842
2419
  margin-left: 0 !important;
2843
2420
  }
2844
-
2845
2421
  .mx-md-1 {
2846
2422
  margin-right: 0.25rem !important;
2847
2423
  margin-left: 0.25rem !important;
2848
2424
  }
2849
-
2850
2425
  .mx-md-2 {
2851
2426
  margin-right: 0.5rem !important;
2852
2427
  margin-left: 0.5rem !important;
2853
2428
  }
2854
-
2855
2429
  .mx-md-3 {
2856
2430
  margin-right: 1rem !important;
2857
2431
  margin-left: 1rem !important;
2858
2432
  }
2859
-
2860
2433
  .mx-md-4 {
2861
2434
  margin-right: 1.5rem !important;
2862
2435
  margin-left: 1.5rem !important;
2863
2436
  }
2864
-
2865
2437
  .mx-md-5 {
2866
2438
  margin-right: 3rem !important;
2867
2439
  margin-left: 3rem !important;
2868
2440
  }
2869
-
2870
2441
  .mx-md-auto {
2871
2442
  margin-right: auto !important;
2872
2443
  margin-left: auto !important;
2873
2444
  }
2874
-
2875
2445
  .my-md-0 {
2876
2446
  margin-top: 0 !important;
2877
2447
  margin-bottom: 0 !important;
2878
2448
  }
2879
-
2880
2449
  .my-md-1 {
2881
2450
  margin-top: 0.25rem !important;
2882
2451
  margin-bottom: 0.25rem !important;
2883
2452
  }
2884
-
2885
2453
  .my-md-2 {
2886
2454
  margin-top: 0.5rem !important;
2887
2455
  margin-bottom: 0.5rem !important;
2888
2456
  }
2889
-
2890
2457
  .my-md-3 {
2891
2458
  margin-top: 1rem !important;
2892
2459
  margin-bottom: 1rem !important;
2893
2460
  }
2894
-
2895
2461
  .my-md-4 {
2896
2462
  margin-top: 1.5rem !important;
2897
2463
  margin-bottom: 1.5rem !important;
2898
2464
  }
2899
-
2900
2465
  .my-md-5 {
2901
2466
  margin-top: 3rem !important;
2902
2467
  margin-bottom: 3rem !important;
2903
2468
  }
2904
-
2905
2469
  .my-md-auto {
2906
2470
  margin-top: auto !important;
2907
2471
  margin-bottom: auto !important;
2908
2472
  }
2909
-
2910
2473
  .mt-md-0 {
2911
2474
  margin-top: 0 !important;
2912
2475
  }
2913
-
2914
2476
  .mt-md-1 {
2915
2477
  margin-top: 0.25rem !important;
2916
2478
  }
2917
-
2918
2479
  .mt-md-2 {
2919
2480
  margin-top: 0.5rem !important;
2920
2481
  }
2921
-
2922
2482
  .mt-md-3 {
2923
2483
  margin-top: 1rem !important;
2924
2484
  }
2925
-
2926
2485
  .mt-md-4 {
2927
2486
  margin-top: 1.5rem !important;
2928
2487
  }
2929
-
2930
2488
  .mt-md-5 {
2931
2489
  margin-top: 3rem !important;
2932
2490
  }
2933
-
2934
2491
  .mt-md-auto {
2935
2492
  margin-top: auto !important;
2936
2493
  }
2937
-
2938
2494
  .me-md-0 {
2939
2495
  margin-right: 0 !important;
2940
2496
  }
2941
-
2942
2497
  .me-md-1 {
2943
2498
  margin-right: 0.25rem !important;
2944
2499
  }
2945
-
2946
2500
  .me-md-2 {
2947
2501
  margin-right: 0.5rem !important;
2948
2502
  }
2949
-
2950
2503
  .me-md-3 {
2951
2504
  margin-right: 1rem !important;
2952
2505
  }
2953
-
2954
2506
  .me-md-4 {
2955
2507
  margin-right: 1.5rem !important;
2956
2508
  }
2957
-
2958
2509
  .me-md-5 {
2959
2510
  margin-right: 3rem !important;
2960
2511
  }
2961
-
2962
2512
  .me-md-auto {
2963
2513
  margin-right: auto !important;
2964
2514
  }
2965
-
2966
2515
  .mb-md-0 {
2967
2516
  margin-bottom: 0 !important;
2968
2517
  }
2969
-
2970
2518
  .mb-md-1 {
2971
2519
  margin-bottom: 0.25rem !important;
2972
2520
  }
2973
-
2974
2521
  .mb-md-2 {
2975
2522
  margin-bottom: 0.5rem !important;
2976
2523
  }
2977
-
2978
2524
  .mb-md-3 {
2979
2525
  margin-bottom: 1rem !important;
2980
2526
  }
2981
-
2982
2527
  .mb-md-4 {
2983
2528
  margin-bottom: 1.5rem !important;
2984
2529
  }
2985
-
2986
2530
  .mb-md-5 {
2987
2531
  margin-bottom: 3rem !important;
2988
2532
  }
2989
-
2990
2533
  .mb-md-auto {
2991
2534
  margin-bottom: auto !important;
2992
2535
  }
2993
-
2994
2536
  .ms-md-0 {
2995
2537
  margin-left: 0 !important;
2996
2538
  }
2997
-
2998
2539
  .ms-md-1 {
2999
2540
  margin-left: 0.25rem !important;
3000
2541
  }
3001
-
3002
2542
  .ms-md-2 {
3003
2543
  margin-left: 0.5rem !important;
3004
2544
  }
3005
-
3006
2545
  .ms-md-3 {
3007
2546
  margin-left: 1rem !important;
3008
2547
  }
3009
-
3010
2548
  .ms-md-4 {
3011
2549
  margin-left: 1.5rem !important;
3012
2550
  }
3013
-
3014
2551
  .ms-md-5 {
3015
2552
  margin-left: 3rem !important;
3016
2553
  }
3017
-
3018
2554
  .ms-md-auto {
3019
2555
  margin-left: auto !important;
3020
2556
  }
3021
-
3022
2557
  .p-md-0 {
3023
2558
  padding: 0 !important;
3024
2559
  }
3025
-
3026
2560
  .p-md-1 {
3027
2561
  padding: 0.25rem !important;
3028
2562
  }
3029
-
3030
2563
  .p-md-2 {
3031
2564
  padding: 0.5rem !important;
3032
2565
  }
3033
-
3034
2566
  .p-md-3 {
3035
2567
  padding: 1rem !important;
3036
2568
  }
3037
-
3038
2569
  .p-md-4 {
3039
2570
  padding: 1.5rem !important;
3040
2571
  }
3041
-
3042
2572
  .p-md-5 {
3043
2573
  padding: 3rem !important;
3044
2574
  }
3045
-
3046
2575
  .px-md-0 {
3047
2576
  padding-right: 0 !important;
3048
2577
  padding-left: 0 !important;
3049
2578
  }
3050
-
3051
2579
  .px-md-1 {
3052
2580
  padding-right: 0.25rem !important;
3053
2581
  padding-left: 0.25rem !important;
3054
2582
  }
3055
-
3056
2583
  .px-md-2 {
3057
2584
  padding-right: 0.5rem !important;
3058
2585
  padding-left: 0.5rem !important;
3059
2586
  }
3060
-
3061
2587
  .px-md-3 {
3062
2588
  padding-right: 1rem !important;
3063
2589
  padding-left: 1rem !important;
3064
2590
  }
3065
-
3066
2591
  .px-md-4 {
3067
2592
  padding-right: 1.5rem !important;
3068
2593
  padding-left: 1.5rem !important;
3069
2594
  }
3070
-
3071
2595
  .px-md-5 {
3072
2596
  padding-right: 3rem !important;
3073
2597
  padding-left: 3rem !important;
3074
2598
  }
3075
-
3076
2599
  .py-md-0 {
3077
2600
  padding-top: 0 !important;
3078
2601
  padding-bottom: 0 !important;
3079
2602
  }
3080
-
3081
2603
  .py-md-1 {
3082
2604
  padding-top: 0.25rem !important;
3083
2605
  padding-bottom: 0.25rem !important;
3084
2606
  }
3085
-
3086
2607
  .py-md-2 {
3087
2608
  padding-top: 0.5rem !important;
3088
2609
  padding-bottom: 0.5rem !important;
3089
2610
  }
3090
-
3091
2611
  .py-md-3 {
3092
2612
  padding-top: 1rem !important;
3093
2613
  padding-bottom: 1rem !important;
3094
2614
  }
3095
-
3096
2615
  .py-md-4 {
3097
2616
  padding-top: 1.5rem !important;
3098
2617
  padding-bottom: 1.5rem !important;
3099
2618
  }
3100
-
3101
2619
  .py-md-5 {
3102
2620
  padding-top: 3rem !important;
3103
2621
  padding-bottom: 3rem !important;
3104
2622
  }
3105
-
3106
2623
  .pt-md-0 {
3107
2624
  padding-top: 0 !important;
3108
2625
  }
3109
-
3110
2626
  .pt-md-1 {
3111
2627
  padding-top: 0.25rem !important;
3112
2628
  }
3113
-
3114
2629
  .pt-md-2 {
3115
2630
  padding-top: 0.5rem !important;
3116
2631
  }
3117
-
3118
2632
  .pt-md-3 {
3119
2633
  padding-top: 1rem !important;
3120
2634
  }
3121
-
3122
2635
  .pt-md-4 {
3123
2636
  padding-top: 1.5rem !important;
3124
2637
  }
3125
-
3126
2638
  .pt-md-5 {
3127
2639
  padding-top: 3rem !important;
3128
2640
  }
3129
-
3130
2641
  .pe-md-0 {
3131
2642
  padding-right: 0 !important;
3132
2643
  }
3133
-
3134
2644
  .pe-md-1 {
3135
2645
  padding-right: 0.25rem !important;
3136
2646
  }
3137
-
3138
2647
  .pe-md-2 {
3139
2648
  padding-right: 0.5rem !important;
3140
2649
  }
3141
-
3142
2650
  .pe-md-3 {
3143
2651
  padding-right: 1rem !important;
3144
2652
  }
3145
-
3146
2653
  .pe-md-4 {
3147
2654
  padding-right: 1.5rem !important;
3148
2655
  }
3149
-
3150
2656
  .pe-md-5 {
3151
2657
  padding-right: 3rem !important;
3152
2658
  }
3153
-
3154
2659
  .pb-md-0 {
3155
2660
  padding-bottom: 0 !important;
3156
2661
  }
3157
-
3158
2662
  .pb-md-1 {
3159
2663
  padding-bottom: 0.25rem !important;
3160
2664
  }
3161
-
3162
2665
  .pb-md-2 {
3163
2666
  padding-bottom: 0.5rem !important;
3164
2667
  }
3165
-
3166
2668
  .pb-md-3 {
3167
2669
  padding-bottom: 1rem !important;
3168
2670
  }
3169
-
3170
2671
  .pb-md-4 {
3171
2672
  padding-bottom: 1.5rem !important;
3172
2673
  }
3173
-
3174
2674
  .pb-md-5 {
3175
2675
  padding-bottom: 3rem !important;
3176
2676
  }
3177
-
3178
2677
  .ps-md-0 {
3179
2678
  padding-left: 0 !important;
3180
2679
  }
3181
-
3182
2680
  .ps-md-1 {
3183
2681
  padding-left: 0.25rem !important;
3184
2682
  }
3185
-
3186
2683
  .ps-md-2 {
3187
2684
  padding-left: 0.5rem !important;
3188
2685
  }
3189
-
3190
2686
  .ps-md-3 {
3191
2687
  padding-left: 1rem !important;
3192
2688
  }
3193
-
3194
2689
  .ps-md-4 {
3195
2690
  padding-left: 1.5rem !important;
3196
2691
  }
3197
-
3198
2692
  .ps-md-5 {
3199
2693
  padding-left: 3rem !important;
3200
2694
  }
@@ -3203,601 +2697,458 @@
3203
2697
  .d-lg-inline {
3204
2698
  display: inline !important;
3205
2699
  }
3206
-
3207
2700
  .d-lg-inline-block {
3208
2701
  display: inline-block !important;
3209
2702
  }
3210
-
3211
2703
  .d-lg-block {
3212
2704
  display: block !important;
3213
2705
  }
3214
-
3215
2706
  .d-lg-grid {
3216
2707
  display: grid !important;
3217
2708
  }
3218
-
3219
2709
  .d-lg-table {
3220
2710
  display: table !important;
3221
2711
  }
3222
-
3223
2712
  .d-lg-table-row {
3224
2713
  display: table-row !important;
3225
2714
  }
3226
-
3227
2715
  .d-lg-table-cell {
3228
2716
  display: table-cell !important;
3229
2717
  }
3230
-
3231
2718
  .d-lg-flex {
3232
2719
  display: flex !important;
3233
2720
  }
3234
-
3235
2721
  .d-lg-inline-flex {
3236
2722
  display: inline-flex !important;
3237
2723
  }
3238
-
3239
2724
  .d-lg-none {
3240
2725
  display: none !important;
3241
2726
  }
3242
-
3243
2727
  .flex-lg-fill {
3244
2728
  flex: 1 1 auto !important;
3245
2729
  }
3246
-
3247
2730
  .flex-lg-row {
3248
2731
  flex-direction: row !important;
3249
2732
  }
3250
-
3251
2733
  .flex-lg-column {
3252
2734
  flex-direction: column !important;
3253
2735
  }
3254
-
3255
2736
  .flex-lg-row-reverse {
3256
2737
  flex-direction: row-reverse !important;
3257
2738
  }
3258
-
3259
2739
  .flex-lg-column-reverse {
3260
2740
  flex-direction: column-reverse !important;
3261
2741
  }
3262
-
3263
2742
  .flex-lg-grow-0 {
3264
2743
  flex-grow: 0 !important;
3265
2744
  }
3266
-
3267
2745
  .flex-lg-grow-1 {
3268
2746
  flex-grow: 1 !important;
3269
2747
  }
3270
-
3271
2748
  .flex-lg-shrink-0 {
3272
2749
  flex-shrink: 0 !important;
3273
2750
  }
3274
-
3275
2751
  .flex-lg-shrink-1 {
3276
2752
  flex-shrink: 1 !important;
3277
2753
  }
3278
-
3279
2754
  .flex-lg-wrap {
3280
2755
  flex-wrap: wrap !important;
3281
2756
  }
3282
-
3283
2757
  .flex-lg-nowrap {
3284
2758
  flex-wrap: nowrap !important;
3285
2759
  }
3286
-
3287
2760
  .flex-lg-wrap-reverse {
3288
2761
  flex-wrap: wrap-reverse !important;
3289
2762
  }
3290
-
3291
2763
  .justify-content-lg-start {
3292
2764
  justify-content: flex-start !important;
3293
2765
  }
3294
-
3295
2766
  .justify-content-lg-end {
3296
2767
  justify-content: flex-end !important;
3297
2768
  }
3298
-
3299
2769
  .justify-content-lg-center {
3300
2770
  justify-content: center !important;
3301
2771
  }
3302
-
3303
2772
  .justify-content-lg-between {
3304
2773
  justify-content: space-between !important;
3305
2774
  }
3306
-
3307
2775
  .justify-content-lg-around {
3308
2776
  justify-content: space-around !important;
3309
2777
  }
3310
-
3311
2778
  .justify-content-lg-evenly {
3312
2779
  justify-content: space-evenly !important;
3313
2780
  }
3314
-
3315
2781
  .align-items-lg-start {
3316
2782
  align-items: flex-start !important;
3317
2783
  }
3318
-
3319
2784
  .align-items-lg-end {
3320
2785
  align-items: flex-end !important;
3321
2786
  }
3322
-
3323
2787
  .align-items-lg-center {
3324
2788
  align-items: center !important;
3325
2789
  }
3326
-
3327
2790
  .align-items-lg-baseline {
3328
2791
  align-items: baseline !important;
3329
2792
  }
3330
-
3331
2793
  .align-items-lg-stretch {
3332
2794
  align-items: stretch !important;
3333
2795
  }
3334
-
3335
2796
  .align-content-lg-start {
3336
2797
  align-content: flex-start !important;
3337
2798
  }
3338
-
3339
2799
  .align-content-lg-end {
3340
2800
  align-content: flex-end !important;
3341
2801
  }
3342
-
3343
2802
  .align-content-lg-center {
3344
2803
  align-content: center !important;
3345
2804
  }
3346
-
3347
2805
  .align-content-lg-between {
3348
2806
  align-content: space-between !important;
3349
2807
  }
3350
-
3351
2808
  .align-content-lg-around {
3352
2809
  align-content: space-around !important;
3353
2810
  }
3354
-
3355
2811
  .align-content-lg-stretch {
3356
2812
  align-content: stretch !important;
3357
2813
  }
3358
-
3359
2814
  .align-self-lg-auto {
3360
2815
  align-self: auto !important;
3361
2816
  }
3362
-
3363
2817
  .align-self-lg-start {
3364
2818
  align-self: flex-start !important;
3365
2819
  }
3366
-
3367
2820
  .align-self-lg-end {
3368
2821
  align-self: flex-end !important;
3369
2822
  }
3370
-
3371
2823
  .align-self-lg-center {
3372
2824
  align-self: center !important;
3373
2825
  }
3374
-
3375
2826
  .align-self-lg-baseline {
3376
2827
  align-self: baseline !important;
3377
2828
  }
3378
-
3379
2829
  .align-self-lg-stretch {
3380
2830
  align-self: stretch !important;
3381
2831
  }
3382
-
3383
2832
  .order-lg-first {
3384
2833
  order: -1 !important;
3385
2834
  }
3386
-
3387
2835
  .order-lg-0 {
3388
2836
  order: 0 !important;
3389
2837
  }
3390
-
3391
2838
  .order-lg-1 {
3392
2839
  order: 1 !important;
3393
2840
  }
3394
-
3395
2841
  .order-lg-2 {
3396
2842
  order: 2 !important;
3397
2843
  }
3398
-
3399
2844
  .order-lg-3 {
3400
2845
  order: 3 !important;
3401
2846
  }
3402
-
3403
2847
  .order-lg-4 {
3404
2848
  order: 4 !important;
3405
2849
  }
3406
-
3407
2850
  .order-lg-5 {
3408
2851
  order: 5 !important;
3409
2852
  }
3410
-
3411
2853
  .order-lg-last {
3412
2854
  order: 6 !important;
3413
2855
  }
3414
-
3415
2856
  .m-lg-0 {
3416
2857
  margin: 0 !important;
3417
2858
  }
3418
-
3419
2859
  .m-lg-1 {
3420
2860
  margin: 0.25rem !important;
3421
2861
  }
3422
-
3423
2862
  .m-lg-2 {
3424
2863
  margin: 0.5rem !important;
3425
2864
  }
3426
-
3427
2865
  .m-lg-3 {
3428
2866
  margin: 1rem !important;
3429
2867
  }
3430
-
3431
2868
  .m-lg-4 {
3432
2869
  margin: 1.5rem !important;
3433
2870
  }
3434
-
3435
2871
  .m-lg-5 {
3436
2872
  margin: 3rem !important;
3437
2873
  }
3438
-
3439
2874
  .m-lg-auto {
3440
2875
  margin: auto !important;
3441
2876
  }
3442
-
3443
2877
  .mx-lg-0 {
3444
2878
  margin-right: 0 !important;
3445
2879
  margin-left: 0 !important;
3446
2880
  }
3447
-
3448
2881
  .mx-lg-1 {
3449
2882
  margin-right: 0.25rem !important;
3450
2883
  margin-left: 0.25rem !important;
3451
2884
  }
3452
-
3453
2885
  .mx-lg-2 {
3454
2886
  margin-right: 0.5rem !important;
3455
2887
  margin-left: 0.5rem !important;
3456
2888
  }
3457
-
3458
2889
  .mx-lg-3 {
3459
2890
  margin-right: 1rem !important;
3460
2891
  margin-left: 1rem !important;
3461
2892
  }
3462
-
3463
2893
  .mx-lg-4 {
3464
2894
  margin-right: 1.5rem !important;
3465
2895
  margin-left: 1.5rem !important;
3466
2896
  }
3467
-
3468
2897
  .mx-lg-5 {
3469
2898
  margin-right: 3rem !important;
3470
2899
  margin-left: 3rem !important;
3471
2900
  }
3472
-
3473
2901
  .mx-lg-auto {
3474
2902
  margin-right: auto !important;
3475
2903
  margin-left: auto !important;
3476
2904
  }
3477
-
3478
2905
  .my-lg-0 {
3479
2906
  margin-top: 0 !important;
3480
2907
  margin-bottom: 0 !important;
3481
2908
  }
3482
-
3483
2909
  .my-lg-1 {
3484
2910
  margin-top: 0.25rem !important;
3485
2911
  margin-bottom: 0.25rem !important;
3486
2912
  }
3487
-
3488
2913
  .my-lg-2 {
3489
2914
  margin-top: 0.5rem !important;
3490
2915
  margin-bottom: 0.5rem !important;
3491
2916
  }
3492
-
3493
2917
  .my-lg-3 {
3494
2918
  margin-top: 1rem !important;
3495
2919
  margin-bottom: 1rem !important;
3496
2920
  }
3497
-
3498
2921
  .my-lg-4 {
3499
2922
  margin-top: 1.5rem !important;
3500
2923
  margin-bottom: 1.5rem !important;
3501
2924
  }
3502
-
3503
2925
  .my-lg-5 {
3504
2926
  margin-top: 3rem !important;
3505
2927
  margin-bottom: 3rem !important;
3506
2928
  }
3507
-
3508
2929
  .my-lg-auto {
3509
2930
  margin-top: auto !important;
3510
2931
  margin-bottom: auto !important;
3511
2932
  }
3512
-
3513
2933
  .mt-lg-0 {
3514
2934
  margin-top: 0 !important;
3515
2935
  }
3516
-
3517
2936
  .mt-lg-1 {
3518
2937
  margin-top: 0.25rem !important;
3519
2938
  }
3520
-
3521
2939
  .mt-lg-2 {
3522
2940
  margin-top: 0.5rem !important;
3523
2941
  }
3524
-
3525
2942
  .mt-lg-3 {
3526
2943
  margin-top: 1rem !important;
3527
2944
  }
3528
-
3529
2945
  .mt-lg-4 {
3530
2946
  margin-top: 1.5rem !important;
3531
2947
  }
3532
-
3533
2948
  .mt-lg-5 {
3534
2949
  margin-top: 3rem !important;
3535
2950
  }
3536
-
3537
2951
  .mt-lg-auto {
3538
2952
  margin-top: auto !important;
3539
2953
  }
3540
-
3541
2954
  .me-lg-0 {
3542
2955
  margin-right: 0 !important;
3543
2956
  }
3544
-
3545
2957
  .me-lg-1 {
3546
2958
  margin-right: 0.25rem !important;
3547
2959
  }
3548
-
3549
2960
  .me-lg-2 {
3550
2961
  margin-right: 0.5rem !important;
3551
2962
  }
3552
-
3553
2963
  .me-lg-3 {
3554
2964
  margin-right: 1rem !important;
3555
2965
  }
3556
-
3557
2966
  .me-lg-4 {
3558
2967
  margin-right: 1.5rem !important;
3559
2968
  }
3560
-
3561
2969
  .me-lg-5 {
3562
2970
  margin-right: 3rem !important;
3563
2971
  }
3564
-
3565
2972
  .me-lg-auto {
3566
2973
  margin-right: auto !important;
3567
2974
  }
3568
-
3569
2975
  .mb-lg-0 {
3570
2976
  margin-bottom: 0 !important;
3571
2977
  }
3572
-
3573
2978
  .mb-lg-1 {
3574
2979
  margin-bottom: 0.25rem !important;
3575
2980
  }
3576
-
3577
2981
  .mb-lg-2 {
3578
2982
  margin-bottom: 0.5rem !important;
3579
2983
  }
3580
-
3581
2984
  .mb-lg-3 {
3582
2985
  margin-bottom: 1rem !important;
3583
2986
  }
3584
-
3585
2987
  .mb-lg-4 {
3586
2988
  margin-bottom: 1.5rem !important;
3587
2989
  }
3588
-
3589
2990
  .mb-lg-5 {
3590
2991
  margin-bottom: 3rem !important;
3591
2992
  }
3592
-
3593
2993
  .mb-lg-auto {
3594
2994
  margin-bottom: auto !important;
3595
2995
  }
3596
-
3597
2996
  .ms-lg-0 {
3598
2997
  margin-left: 0 !important;
3599
2998
  }
3600
-
3601
2999
  .ms-lg-1 {
3602
3000
  margin-left: 0.25rem !important;
3603
3001
  }
3604
-
3605
3002
  .ms-lg-2 {
3606
3003
  margin-left: 0.5rem !important;
3607
3004
  }
3608
-
3609
3005
  .ms-lg-3 {
3610
3006
  margin-left: 1rem !important;
3611
3007
  }
3612
-
3613
3008
  .ms-lg-4 {
3614
3009
  margin-left: 1.5rem !important;
3615
3010
  }
3616
-
3617
3011
  .ms-lg-5 {
3618
3012
  margin-left: 3rem !important;
3619
3013
  }
3620
-
3621
3014
  .ms-lg-auto {
3622
3015
  margin-left: auto !important;
3623
3016
  }
3624
-
3625
3017
  .p-lg-0 {
3626
3018
  padding: 0 !important;
3627
3019
  }
3628
-
3629
3020
  .p-lg-1 {
3630
3021
  padding: 0.25rem !important;
3631
3022
  }
3632
-
3633
3023
  .p-lg-2 {
3634
3024
  padding: 0.5rem !important;
3635
3025
  }
3636
-
3637
3026
  .p-lg-3 {
3638
3027
  padding: 1rem !important;
3639
3028
  }
3640
-
3641
3029
  .p-lg-4 {
3642
3030
  padding: 1.5rem !important;
3643
3031
  }
3644
-
3645
3032
  .p-lg-5 {
3646
3033
  padding: 3rem !important;
3647
3034
  }
3648
-
3649
3035
  .px-lg-0 {
3650
3036
  padding-right: 0 !important;
3651
3037
  padding-left: 0 !important;
3652
3038
  }
3653
-
3654
3039
  .px-lg-1 {
3655
3040
  padding-right: 0.25rem !important;
3656
3041
  padding-left: 0.25rem !important;
3657
3042
  }
3658
-
3659
3043
  .px-lg-2 {
3660
3044
  padding-right: 0.5rem !important;
3661
3045
  padding-left: 0.5rem !important;
3662
3046
  }
3663
-
3664
3047
  .px-lg-3 {
3665
3048
  padding-right: 1rem !important;
3666
3049
  padding-left: 1rem !important;
3667
3050
  }
3668
-
3669
3051
  .px-lg-4 {
3670
3052
  padding-right: 1.5rem !important;
3671
3053
  padding-left: 1.5rem !important;
3672
3054
  }
3673
-
3674
3055
  .px-lg-5 {
3675
3056
  padding-right: 3rem !important;
3676
3057
  padding-left: 3rem !important;
3677
3058
  }
3678
-
3679
3059
  .py-lg-0 {
3680
3060
  padding-top: 0 !important;
3681
3061
  padding-bottom: 0 !important;
3682
3062
  }
3683
-
3684
3063
  .py-lg-1 {
3685
3064
  padding-top: 0.25rem !important;
3686
3065
  padding-bottom: 0.25rem !important;
3687
3066
  }
3688
-
3689
3067
  .py-lg-2 {
3690
3068
  padding-top: 0.5rem !important;
3691
3069
  padding-bottom: 0.5rem !important;
3692
3070
  }
3693
-
3694
3071
  .py-lg-3 {
3695
3072
  padding-top: 1rem !important;
3696
3073
  padding-bottom: 1rem !important;
3697
3074
  }
3698
-
3699
3075
  .py-lg-4 {
3700
3076
  padding-top: 1.5rem !important;
3701
3077
  padding-bottom: 1.5rem !important;
3702
3078
  }
3703
-
3704
3079
  .py-lg-5 {
3705
3080
  padding-top: 3rem !important;
3706
3081
  padding-bottom: 3rem !important;
3707
3082
  }
3708
-
3709
3083
  .pt-lg-0 {
3710
3084
  padding-top: 0 !important;
3711
3085
  }
3712
-
3713
3086
  .pt-lg-1 {
3714
3087
  padding-top: 0.25rem !important;
3715
3088
  }
3716
-
3717
3089
  .pt-lg-2 {
3718
3090
  padding-top: 0.5rem !important;
3719
3091
  }
3720
-
3721
3092
  .pt-lg-3 {
3722
3093
  padding-top: 1rem !important;
3723
3094
  }
3724
-
3725
3095
  .pt-lg-4 {
3726
3096
  padding-top: 1.5rem !important;
3727
3097
  }
3728
-
3729
3098
  .pt-lg-5 {
3730
3099
  padding-top: 3rem !important;
3731
3100
  }
3732
-
3733
3101
  .pe-lg-0 {
3734
3102
  padding-right: 0 !important;
3735
3103
  }
3736
-
3737
3104
  .pe-lg-1 {
3738
3105
  padding-right: 0.25rem !important;
3739
3106
  }
3740
-
3741
3107
  .pe-lg-2 {
3742
3108
  padding-right: 0.5rem !important;
3743
3109
  }
3744
-
3745
3110
  .pe-lg-3 {
3746
3111
  padding-right: 1rem !important;
3747
3112
  }
3748
-
3749
3113
  .pe-lg-4 {
3750
3114
  padding-right: 1.5rem !important;
3751
3115
  }
3752
-
3753
3116
  .pe-lg-5 {
3754
3117
  padding-right: 3rem !important;
3755
3118
  }
3756
-
3757
3119
  .pb-lg-0 {
3758
3120
  padding-bottom: 0 !important;
3759
3121
  }
3760
-
3761
3122
  .pb-lg-1 {
3762
3123
  padding-bottom: 0.25rem !important;
3763
3124
  }
3764
-
3765
3125
  .pb-lg-2 {
3766
3126
  padding-bottom: 0.5rem !important;
3767
3127
  }
3768
-
3769
3128
  .pb-lg-3 {
3770
3129
  padding-bottom: 1rem !important;
3771
3130
  }
3772
-
3773
3131
  .pb-lg-4 {
3774
3132
  padding-bottom: 1.5rem !important;
3775
3133
  }
3776
-
3777
3134
  .pb-lg-5 {
3778
3135
  padding-bottom: 3rem !important;
3779
3136
  }
3780
-
3781
3137
  .ps-lg-0 {
3782
3138
  padding-left: 0 !important;
3783
3139
  }
3784
-
3785
3140
  .ps-lg-1 {
3786
3141
  padding-left: 0.25rem !important;
3787
3142
  }
3788
-
3789
3143
  .ps-lg-2 {
3790
3144
  padding-left: 0.5rem !important;
3791
3145
  }
3792
-
3793
3146
  .ps-lg-3 {
3794
3147
  padding-left: 1rem !important;
3795
3148
  }
3796
-
3797
3149
  .ps-lg-4 {
3798
3150
  padding-left: 1.5rem !important;
3799
3151
  }
3800
-
3801
3152
  .ps-lg-5 {
3802
3153
  padding-left: 3rem !important;
3803
3154
  }
@@ -3806,601 +3157,458 @@
3806
3157
  .d-xl-inline {
3807
3158
  display: inline !important;
3808
3159
  }
3809
-
3810
3160
  .d-xl-inline-block {
3811
3161
  display: inline-block !important;
3812
3162
  }
3813
-
3814
3163
  .d-xl-block {
3815
3164
  display: block !important;
3816
3165
  }
3817
-
3818
3166
  .d-xl-grid {
3819
3167
  display: grid !important;
3820
3168
  }
3821
-
3822
3169
  .d-xl-table {
3823
3170
  display: table !important;
3824
3171
  }
3825
-
3826
3172
  .d-xl-table-row {
3827
3173
  display: table-row !important;
3828
3174
  }
3829
-
3830
3175
  .d-xl-table-cell {
3831
3176
  display: table-cell !important;
3832
3177
  }
3833
-
3834
3178
  .d-xl-flex {
3835
3179
  display: flex !important;
3836
3180
  }
3837
-
3838
3181
  .d-xl-inline-flex {
3839
3182
  display: inline-flex !important;
3840
3183
  }
3841
-
3842
3184
  .d-xl-none {
3843
3185
  display: none !important;
3844
3186
  }
3845
-
3846
3187
  .flex-xl-fill {
3847
3188
  flex: 1 1 auto !important;
3848
3189
  }
3849
-
3850
3190
  .flex-xl-row {
3851
3191
  flex-direction: row !important;
3852
3192
  }
3853
-
3854
3193
  .flex-xl-column {
3855
3194
  flex-direction: column !important;
3856
3195
  }
3857
-
3858
3196
  .flex-xl-row-reverse {
3859
3197
  flex-direction: row-reverse !important;
3860
3198
  }
3861
-
3862
3199
  .flex-xl-column-reverse {
3863
3200
  flex-direction: column-reverse !important;
3864
3201
  }
3865
-
3866
3202
  .flex-xl-grow-0 {
3867
3203
  flex-grow: 0 !important;
3868
3204
  }
3869
-
3870
3205
  .flex-xl-grow-1 {
3871
3206
  flex-grow: 1 !important;
3872
3207
  }
3873
-
3874
3208
  .flex-xl-shrink-0 {
3875
3209
  flex-shrink: 0 !important;
3876
3210
  }
3877
-
3878
3211
  .flex-xl-shrink-1 {
3879
3212
  flex-shrink: 1 !important;
3880
3213
  }
3881
-
3882
3214
  .flex-xl-wrap {
3883
3215
  flex-wrap: wrap !important;
3884
3216
  }
3885
-
3886
3217
  .flex-xl-nowrap {
3887
3218
  flex-wrap: nowrap !important;
3888
3219
  }
3889
-
3890
3220
  .flex-xl-wrap-reverse {
3891
3221
  flex-wrap: wrap-reverse !important;
3892
3222
  }
3893
-
3894
3223
  .justify-content-xl-start {
3895
3224
  justify-content: flex-start !important;
3896
3225
  }
3897
-
3898
3226
  .justify-content-xl-end {
3899
3227
  justify-content: flex-end !important;
3900
3228
  }
3901
-
3902
3229
  .justify-content-xl-center {
3903
3230
  justify-content: center !important;
3904
3231
  }
3905
-
3906
3232
  .justify-content-xl-between {
3907
3233
  justify-content: space-between !important;
3908
3234
  }
3909
-
3910
3235
  .justify-content-xl-around {
3911
3236
  justify-content: space-around !important;
3912
3237
  }
3913
-
3914
3238
  .justify-content-xl-evenly {
3915
3239
  justify-content: space-evenly !important;
3916
3240
  }
3917
-
3918
3241
  .align-items-xl-start {
3919
3242
  align-items: flex-start !important;
3920
3243
  }
3921
-
3922
3244
  .align-items-xl-end {
3923
3245
  align-items: flex-end !important;
3924
3246
  }
3925
-
3926
3247
  .align-items-xl-center {
3927
3248
  align-items: center !important;
3928
3249
  }
3929
-
3930
3250
  .align-items-xl-baseline {
3931
3251
  align-items: baseline !important;
3932
3252
  }
3933
-
3934
3253
  .align-items-xl-stretch {
3935
3254
  align-items: stretch !important;
3936
3255
  }
3937
-
3938
3256
  .align-content-xl-start {
3939
3257
  align-content: flex-start !important;
3940
3258
  }
3941
-
3942
3259
  .align-content-xl-end {
3943
3260
  align-content: flex-end !important;
3944
3261
  }
3945
-
3946
3262
  .align-content-xl-center {
3947
3263
  align-content: center !important;
3948
3264
  }
3949
-
3950
3265
  .align-content-xl-between {
3951
3266
  align-content: space-between !important;
3952
3267
  }
3953
-
3954
3268
  .align-content-xl-around {
3955
3269
  align-content: space-around !important;
3956
3270
  }
3957
-
3958
3271
  .align-content-xl-stretch {
3959
3272
  align-content: stretch !important;
3960
3273
  }
3961
-
3962
3274
  .align-self-xl-auto {
3963
3275
  align-self: auto !important;
3964
3276
  }
3965
-
3966
3277
  .align-self-xl-start {
3967
3278
  align-self: flex-start !important;
3968
3279
  }
3969
-
3970
3280
  .align-self-xl-end {
3971
3281
  align-self: flex-end !important;
3972
3282
  }
3973
-
3974
3283
  .align-self-xl-center {
3975
3284
  align-self: center !important;
3976
3285
  }
3977
-
3978
3286
  .align-self-xl-baseline {
3979
3287
  align-self: baseline !important;
3980
3288
  }
3981
-
3982
3289
  .align-self-xl-stretch {
3983
3290
  align-self: stretch !important;
3984
3291
  }
3985
-
3986
3292
  .order-xl-first {
3987
3293
  order: -1 !important;
3988
3294
  }
3989
-
3990
3295
  .order-xl-0 {
3991
3296
  order: 0 !important;
3992
3297
  }
3993
-
3994
3298
  .order-xl-1 {
3995
3299
  order: 1 !important;
3996
3300
  }
3997
-
3998
3301
  .order-xl-2 {
3999
3302
  order: 2 !important;
4000
3303
  }
4001
-
4002
3304
  .order-xl-3 {
4003
3305
  order: 3 !important;
4004
3306
  }
4005
-
4006
3307
  .order-xl-4 {
4007
3308
  order: 4 !important;
4008
3309
  }
4009
-
4010
3310
  .order-xl-5 {
4011
3311
  order: 5 !important;
4012
3312
  }
4013
-
4014
3313
  .order-xl-last {
4015
3314
  order: 6 !important;
4016
3315
  }
4017
-
4018
3316
  .m-xl-0 {
4019
3317
  margin: 0 !important;
4020
3318
  }
4021
-
4022
3319
  .m-xl-1 {
4023
3320
  margin: 0.25rem !important;
4024
3321
  }
4025
-
4026
3322
  .m-xl-2 {
4027
3323
  margin: 0.5rem !important;
4028
3324
  }
4029
-
4030
3325
  .m-xl-3 {
4031
3326
  margin: 1rem !important;
4032
3327
  }
4033
-
4034
3328
  .m-xl-4 {
4035
3329
  margin: 1.5rem !important;
4036
3330
  }
4037
-
4038
3331
  .m-xl-5 {
4039
3332
  margin: 3rem !important;
4040
3333
  }
4041
-
4042
3334
  .m-xl-auto {
4043
3335
  margin: auto !important;
4044
3336
  }
4045
-
4046
3337
  .mx-xl-0 {
4047
3338
  margin-right: 0 !important;
4048
3339
  margin-left: 0 !important;
4049
3340
  }
4050
-
4051
3341
  .mx-xl-1 {
4052
3342
  margin-right: 0.25rem !important;
4053
3343
  margin-left: 0.25rem !important;
4054
3344
  }
4055
-
4056
3345
  .mx-xl-2 {
4057
3346
  margin-right: 0.5rem !important;
4058
3347
  margin-left: 0.5rem !important;
4059
3348
  }
4060
-
4061
3349
  .mx-xl-3 {
4062
3350
  margin-right: 1rem !important;
4063
3351
  margin-left: 1rem !important;
4064
3352
  }
4065
-
4066
3353
  .mx-xl-4 {
4067
3354
  margin-right: 1.5rem !important;
4068
3355
  margin-left: 1.5rem !important;
4069
3356
  }
4070
-
4071
3357
  .mx-xl-5 {
4072
3358
  margin-right: 3rem !important;
4073
3359
  margin-left: 3rem !important;
4074
3360
  }
4075
-
4076
3361
  .mx-xl-auto {
4077
3362
  margin-right: auto !important;
4078
3363
  margin-left: auto !important;
4079
3364
  }
4080
-
4081
3365
  .my-xl-0 {
4082
3366
  margin-top: 0 !important;
4083
3367
  margin-bottom: 0 !important;
4084
3368
  }
4085
-
4086
3369
  .my-xl-1 {
4087
3370
  margin-top: 0.25rem !important;
4088
3371
  margin-bottom: 0.25rem !important;
4089
3372
  }
4090
-
4091
3373
  .my-xl-2 {
4092
3374
  margin-top: 0.5rem !important;
4093
3375
  margin-bottom: 0.5rem !important;
4094
3376
  }
4095
-
4096
3377
  .my-xl-3 {
4097
3378
  margin-top: 1rem !important;
4098
3379
  margin-bottom: 1rem !important;
4099
3380
  }
4100
-
4101
3381
  .my-xl-4 {
4102
3382
  margin-top: 1.5rem !important;
4103
3383
  margin-bottom: 1.5rem !important;
4104
3384
  }
4105
-
4106
3385
  .my-xl-5 {
4107
3386
  margin-top: 3rem !important;
4108
3387
  margin-bottom: 3rem !important;
4109
3388
  }
4110
-
4111
3389
  .my-xl-auto {
4112
3390
  margin-top: auto !important;
4113
3391
  margin-bottom: auto !important;
4114
3392
  }
4115
-
4116
3393
  .mt-xl-0 {
4117
3394
  margin-top: 0 !important;
4118
3395
  }
4119
-
4120
3396
  .mt-xl-1 {
4121
3397
  margin-top: 0.25rem !important;
4122
3398
  }
4123
-
4124
3399
  .mt-xl-2 {
4125
3400
  margin-top: 0.5rem !important;
4126
3401
  }
4127
-
4128
3402
  .mt-xl-3 {
4129
3403
  margin-top: 1rem !important;
4130
3404
  }
4131
-
4132
3405
  .mt-xl-4 {
4133
3406
  margin-top: 1.5rem !important;
4134
3407
  }
4135
-
4136
3408
  .mt-xl-5 {
4137
3409
  margin-top: 3rem !important;
4138
3410
  }
4139
-
4140
3411
  .mt-xl-auto {
4141
3412
  margin-top: auto !important;
4142
3413
  }
4143
-
4144
3414
  .me-xl-0 {
4145
3415
  margin-right: 0 !important;
4146
3416
  }
4147
-
4148
3417
  .me-xl-1 {
4149
3418
  margin-right: 0.25rem !important;
4150
3419
  }
4151
-
4152
3420
  .me-xl-2 {
4153
3421
  margin-right: 0.5rem !important;
4154
3422
  }
4155
-
4156
3423
  .me-xl-3 {
4157
3424
  margin-right: 1rem !important;
4158
3425
  }
4159
-
4160
3426
  .me-xl-4 {
4161
3427
  margin-right: 1.5rem !important;
4162
3428
  }
4163
-
4164
3429
  .me-xl-5 {
4165
3430
  margin-right: 3rem !important;
4166
3431
  }
4167
-
4168
3432
  .me-xl-auto {
4169
3433
  margin-right: auto !important;
4170
3434
  }
4171
-
4172
3435
  .mb-xl-0 {
4173
3436
  margin-bottom: 0 !important;
4174
3437
  }
4175
-
4176
3438
  .mb-xl-1 {
4177
3439
  margin-bottom: 0.25rem !important;
4178
3440
  }
4179
-
4180
3441
  .mb-xl-2 {
4181
3442
  margin-bottom: 0.5rem !important;
4182
3443
  }
4183
-
4184
3444
  .mb-xl-3 {
4185
3445
  margin-bottom: 1rem !important;
4186
3446
  }
4187
-
4188
3447
  .mb-xl-4 {
4189
3448
  margin-bottom: 1.5rem !important;
4190
3449
  }
4191
-
4192
3450
  .mb-xl-5 {
4193
3451
  margin-bottom: 3rem !important;
4194
3452
  }
4195
-
4196
3453
  .mb-xl-auto {
4197
3454
  margin-bottom: auto !important;
4198
3455
  }
4199
-
4200
3456
  .ms-xl-0 {
4201
3457
  margin-left: 0 !important;
4202
3458
  }
4203
-
4204
3459
  .ms-xl-1 {
4205
3460
  margin-left: 0.25rem !important;
4206
3461
  }
4207
-
4208
3462
  .ms-xl-2 {
4209
3463
  margin-left: 0.5rem !important;
4210
3464
  }
4211
-
4212
3465
  .ms-xl-3 {
4213
3466
  margin-left: 1rem !important;
4214
3467
  }
4215
-
4216
3468
  .ms-xl-4 {
4217
3469
  margin-left: 1.5rem !important;
4218
3470
  }
4219
-
4220
3471
  .ms-xl-5 {
4221
3472
  margin-left: 3rem !important;
4222
3473
  }
4223
-
4224
3474
  .ms-xl-auto {
4225
3475
  margin-left: auto !important;
4226
3476
  }
4227
-
4228
3477
  .p-xl-0 {
4229
3478
  padding: 0 !important;
4230
3479
  }
4231
-
4232
3480
  .p-xl-1 {
4233
3481
  padding: 0.25rem !important;
4234
3482
  }
4235
-
4236
3483
  .p-xl-2 {
4237
3484
  padding: 0.5rem !important;
4238
3485
  }
4239
-
4240
3486
  .p-xl-3 {
4241
3487
  padding: 1rem !important;
4242
3488
  }
4243
-
4244
3489
  .p-xl-4 {
4245
3490
  padding: 1.5rem !important;
4246
3491
  }
4247
-
4248
3492
  .p-xl-5 {
4249
3493
  padding: 3rem !important;
4250
3494
  }
4251
-
4252
3495
  .px-xl-0 {
4253
3496
  padding-right: 0 !important;
4254
3497
  padding-left: 0 !important;
4255
3498
  }
4256
-
4257
3499
  .px-xl-1 {
4258
3500
  padding-right: 0.25rem !important;
4259
3501
  padding-left: 0.25rem !important;
4260
3502
  }
4261
-
4262
3503
  .px-xl-2 {
4263
3504
  padding-right: 0.5rem !important;
4264
3505
  padding-left: 0.5rem !important;
4265
3506
  }
4266
-
4267
3507
  .px-xl-3 {
4268
3508
  padding-right: 1rem !important;
4269
3509
  padding-left: 1rem !important;
4270
3510
  }
4271
-
4272
3511
  .px-xl-4 {
4273
3512
  padding-right: 1.5rem !important;
4274
3513
  padding-left: 1.5rem !important;
4275
3514
  }
4276
-
4277
3515
  .px-xl-5 {
4278
3516
  padding-right: 3rem !important;
4279
3517
  padding-left: 3rem !important;
4280
3518
  }
4281
-
4282
3519
  .py-xl-0 {
4283
3520
  padding-top: 0 !important;
4284
3521
  padding-bottom: 0 !important;
4285
3522
  }
4286
-
4287
3523
  .py-xl-1 {
4288
3524
  padding-top: 0.25rem !important;
4289
3525
  padding-bottom: 0.25rem !important;
4290
3526
  }
4291
-
4292
3527
  .py-xl-2 {
4293
3528
  padding-top: 0.5rem !important;
4294
3529
  padding-bottom: 0.5rem !important;
4295
3530
  }
4296
-
4297
3531
  .py-xl-3 {
4298
3532
  padding-top: 1rem !important;
4299
3533
  padding-bottom: 1rem !important;
4300
3534
  }
4301
-
4302
3535
  .py-xl-4 {
4303
3536
  padding-top: 1.5rem !important;
4304
3537
  padding-bottom: 1.5rem !important;
4305
3538
  }
4306
-
4307
3539
  .py-xl-5 {
4308
3540
  padding-top: 3rem !important;
4309
3541
  padding-bottom: 3rem !important;
4310
3542
  }
4311
-
4312
3543
  .pt-xl-0 {
4313
3544
  padding-top: 0 !important;
4314
3545
  }
4315
-
4316
3546
  .pt-xl-1 {
4317
3547
  padding-top: 0.25rem !important;
4318
3548
  }
4319
-
4320
3549
  .pt-xl-2 {
4321
3550
  padding-top: 0.5rem !important;
4322
3551
  }
4323
-
4324
3552
  .pt-xl-3 {
4325
3553
  padding-top: 1rem !important;
4326
3554
  }
4327
-
4328
3555
  .pt-xl-4 {
4329
3556
  padding-top: 1.5rem !important;
4330
3557
  }
4331
-
4332
3558
  .pt-xl-5 {
4333
3559
  padding-top: 3rem !important;
4334
3560
  }
4335
-
4336
3561
  .pe-xl-0 {
4337
3562
  padding-right: 0 !important;
4338
3563
  }
4339
-
4340
3564
  .pe-xl-1 {
4341
3565
  padding-right: 0.25rem !important;
4342
3566
  }
4343
-
4344
3567
  .pe-xl-2 {
4345
3568
  padding-right: 0.5rem !important;
4346
3569
  }
4347
-
4348
3570
  .pe-xl-3 {
4349
3571
  padding-right: 1rem !important;
4350
3572
  }
4351
-
4352
3573
  .pe-xl-4 {
4353
3574
  padding-right: 1.5rem !important;
4354
3575
  }
4355
-
4356
3576
  .pe-xl-5 {
4357
3577
  padding-right: 3rem !important;
4358
3578
  }
4359
-
4360
3579
  .pb-xl-0 {
4361
3580
  padding-bottom: 0 !important;
4362
3581
  }
4363
-
4364
3582
  .pb-xl-1 {
4365
3583
  padding-bottom: 0.25rem !important;
4366
3584
  }
4367
-
4368
3585
  .pb-xl-2 {
4369
3586
  padding-bottom: 0.5rem !important;
4370
3587
  }
4371
-
4372
3588
  .pb-xl-3 {
4373
3589
  padding-bottom: 1rem !important;
4374
3590
  }
4375
-
4376
3591
  .pb-xl-4 {
4377
3592
  padding-bottom: 1.5rem !important;
4378
3593
  }
4379
-
4380
3594
  .pb-xl-5 {
4381
3595
  padding-bottom: 3rem !important;
4382
3596
  }
4383
-
4384
3597
  .ps-xl-0 {
4385
3598
  padding-left: 0 !important;
4386
3599
  }
4387
-
4388
3600
  .ps-xl-1 {
4389
3601
  padding-left: 0.25rem !important;
4390
3602
  }
4391
-
4392
3603
  .ps-xl-2 {
4393
3604
  padding-left: 0.5rem !important;
4394
3605
  }
4395
-
4396
3606
  .ps-xl-3 {
4397
3607
  padding-left: 1rem !important;
4398
3608
  }
4399
-
4400
3609
  .ps-xl-4 {
4401
3610
  padding-left: 1.5rem !important;
4402
3611
  }
4403
-
4404
3612
  .ps-xl-5 {
4405
3613
  padding-left: 3rem !important;
4406
3614
  }
@@ -4409,601 +3617,458 @@
4409
3617
  .d-xxl-inline {
4410
3618
  display: inline !important;
4411
3619
  }
4412
-
4413
3620
  .d-xxl-inline-block {
4414
3621
  display: inline-block !important;
4415
3622
  }
4416
-
4417
3623
  .d-xxl-block {
4418
3624
  display: block !important;
4419
3625
  }
4420
-
4421
3626
  .d-xxl-grid {
4422
3627
  display: grid !important;
4423
3628
  }
4424
-
4425
3629
  .d-xxl-table {
4426
3630
  display: table !important;
4427
3631
  }
4428
-
4429
3632
  .d-xxl-table-row {
4430
3633
  display: table-row !important;
4431
3634
  }
4432
-
4433
3635
  .d-xxl-table-cell {
4434
3636
  display: table-cell !important;
4435
3637
  }
4436
-
4437
3638
  .d-xxl-flex {
4438
3639
  display: flex !important;
4439
3640
  }
4440
-
4441
3641
  .d-xxl-inline-flex {
4442
3642
  display: inline-flex !important;
4443
3643
  }
4444
-
4445
3644
  .d-xxl-none {
4446
3645
  display: none !important;
4447
3646
  }
4448
-
4449
3647
  .flex-xxl-fill {
4450
3648
  flex: 1 1 auto !important;
4451
3649
  }
4452
-
4453
3650
  .flex-xxl-row {
4454
3651
  flex-direction: row !important;
4455
3652
  }
4456
-
4457
3653
  .flex-xxl-column {
4458
3654
  flex-direction: column !important;
4459
3655
  }
4460
-
4461
3656
  .flex-xxl-row-reverse {
4462
3657
  flex-direction: row-reverse !important;
4463
3658
  }
4464
-
4465
3659
  .flex-xxl-column-reverse {
4466
3660
  flex-direction: column-reverse !important;
4467
3661
  }
4468
-
4469
3662
  .flex-xxl-grow-0 {
4470
3663
  flex-grow: 0 !important;
4471
3664
  }
4472
-
4473
3665
  .flex-xxl-grow-1 {
4474
3666
  flex-grow: 1 !important;
4475
3667
  }
4476
-
4477
3668
  .flex-xxl-shrink-0 {
4478
3669
  flex-shrink: 0 !important;
4479
3670
  }
4480
-
4481
3671
  .flex-xxl-shrink-1 {
4482
3672
  flex-shrink: 1 !important;
4483
3673
  }
4484
-
4485
3674
  .flex-xxl-wrap {
4486
3675
  flex-wrap: wrap !important;
4487
3676
  }
4488
-
4489
3677
  .flex-xxl-nowrap {
4490
3678
  flex-wrap: nowrap !important;
4491
3679
  }
4492
-
4493
3680
  .flex-xxl-wrap-reverse {
4494
3681
  flex-wrap: wrap-reverse !important;
4495
3682
  }
4496
-
4497
3683
  .justify-content-xxl-start {
4498
3684
  justify-content: flex-start !important;
4499
3685
  }
4500
-
4501
3686
  .justify-content-xxl-end {
4502
3687
  justify-content: flex-end !important;
4503
3688
  }
4504
-
4505
3689
  .justify-content-xxl-center {
4506
3690
  justify-content: center !important;
4507
3691
  }
4508
-
4509
3692
  .justify-content-xxl-between {
4510
3693
  justify-content: space-between !important;
4511
3694
  }
4512
-
4513
3695
  .justify-content-xxl-around {
4514
3696
  justify-content: space-around !important;
4515
3697
  }
4516
-
4517
3698
  .justify-content-xxl-evenly {
4518
3699
  justify-content: space-evenly !important;
4519
3700
  }
4520
-
4521
3701
  .align-items-xxl-start {
4522
3702
  align-items: flex-start !important;
4523
3703
  }
4524
-
4525
3704
  .align-items-xxl-end {
4526
3705
  align-items: flex-end !important;
4527
3706
  }
4528
-
4529
3707
  .align-items-xxl-center {
4530
3708
  align-items: center !important;
4531
3709
  }
4532
-
4533
3710
  .align-items-xxl-baseline {
4534
3711
  align-items: baseline !important;
4535
3712
  }
4536
-
4537
3713
  .align-items-xxl-stretch {
4538
3714
  align-items: stretch !important;
4539
3715
  }
4540
-
4541
3716
  .align-content-xxl-start {
4542
3717
  align-content: flex-start !important;
4543
3718
  }
4544
-
4545
3719
  .align-content-xxl-end {
4546
3720
  align-content: flex-end !important;
4547
3721
  }
4548
-
4549
3722
  .align-content-xxl-center {
4550
3723
  align-content: center !important;
4551
3724
  }
4552
-
4553
3725
  .align-content-xxl-between {
4554
3726
  align-content: space-between !important;
4555
3727
  }
4556
-
4557
3728
  .align-content-xxl-around {
4558
3729
  align-content: space-around !important;
4559
3730
  }
4560
-
4561
3731
  .align-content-xxl-stretch {
4562
3732
  align-content: stretch !important;
4563
3733
  }
4564
-
4565
3734
  .align-self-xxl-auto {
4566
3735
  align-self: auto !important;
4567
3736
  }
4568
-
4569
3737
  .align-self-xxl-start {
4570
3738
  align-self: flex-start !important;
4571
3739
  }
4572
-
4573
3740
  .align-self-xxl-end {
4574
3741
  align-self: flex-end !important;
4575
3742
  }
4576
-
4577
3743
  .align-self-xxl-center {
4578
3744
  align-self: center !important;
4579
3745
  }
4580
-
4581
3746
  .align-self-xxl-baseline {
4582
3747
  align-self: baseline !important;
4583
3748
  }
4584
-
4585
3749
  .align-self-xxl-stretch {
4586
3750
  align-self: stretch !important;
4587
3751
  }
4588
-
4589
3752
  .order-xxl-first {
4590
3753
  order: -1 !important;
4591
3754
  }
4592
-
4593
3755
  .order-xxl-0 {
4594
3756
  order: 0 !important;
4595
3757
  }
4596
-
4597
3758
  .order-xxl-1 {
4598
3759
  order: 1 !important;
4599
3760
  }
4600
-
4601
3761
  .order-xxl-2 {
4602
3762
  order: 2 !important;
4603
3763
  }
4604
-
4605
3764
  .order-xxl-3 {
4606
3765
  order: 3 !important;
4607
3766
  }
4608
-
4609
3767
  .order-xxl-4 {
4610
3768
  order: 4 !important;
4611
3769
  }
4612
-
4613
3770
  .order-xxl-5 {
4614
3771
  order: 5 !important;
4615
3772
  }
4616
-
4617
3773
  .order-xxl-last {
4618
3774
  order: 6 !important;
4619
3775
  }
4620
-
4621
3776
  .m-xxl-0 {
4622
3777
  margin: 0 !important;
4623
3778
  }
4624
-
4625
3779
  .m-xxl-1 {
4626
3780
  margin: 0.25rem !important;
4627
3781
  }
4628
-
4629
3782
  .m-xxl-2 {
4630
3783
  margin: 0.5rem !important;
4631
3784
  }
4632
-
4633
3785
  .m-xxl-3 {
4634
3786
  margin: 1rem !important;
4635
3787
  }
4636
-
4637
3788
  .m-xxl-4 {
4638
3789
  margin: 1.5rem !important;
4639
3790
  }
4640
-
4641
3791
  .m-xxl-5 {
4642
3792
  margin: 3rem !important;
4643
3793
  }
4644
-
4645
3794
  .m-xxl-auto {
4646
3795
  margin: auto !important;
4647
3796
  }
4648
-
4649
3797
  .mx-xxl-0 {
4650
3798
  margin-right: 0 !important;
4651
3799
  margin-left: 0 !important;
4652
3800
  }
4653
-
4654
3801
  .mx-xxl-1 {
4655
3802
  margin-right: 0.25rem !important;
4656
3803
  margin-left: 0.25rem !important;
4657
3804
  }
4658
-
4659
3805
  .mx-xxl-2 {
4660
3806
  margin-right: 0.5rem !important;
4661
3807
  margin-left: 0.5rem !important;
4662
3808
  }
4663
-
4664
3809
  .mx-xxl-3 {
4665
3810
  margin-right: 1rem !important;
4666
3811
  margin-left: 1rem !important;
4667
3812
  }
4668
-
4669
3813
  .mx-xxl-4 {
4670
3814
  margin-right: 1.5rem !important;
4671
3815
  margin-left: 1.5rem !important;
4672
3816
  }
4673
-
4674
3817
  .mx-xxl-5 {
4675
3818
  margin-right: 3rem !important;
4676
3819
  margin-left: 3rem !important;
4677
3820
  }
4678
-
4679
3821
  .mx-xxl-auto {
4680
3822
  margin-right: auto !important;
4681
3823
  margin-left: auto !important;
4682
3824
  }
4683
-
4684
3825
  .my-xxl-0 {
4685
3826
  margin-top: 0 !important;
4686
3827
  margin-bottom: 0 !important;
4687
3828
  }
4688
-
4689
3829
  .my-xxl-1 {
4690
3830
  margin-top: 0.25rem !important;
4691
3831
  margin-bottom: 0.25rem !important;
4692
3832
  }
4693
-
4694
3833
  .my-xxl-2 {
4695
3834
  margin-top: 0.5rem !important;
4696
3835
  margin-bottom: 0.5rem !important;
4697
3836
  }
4698
-
4699
3837
  .my-xxl-3 {
4700
3838
  margin-top: 1rem !important;
4701
3839
  margin-bottom: 1rem !important;
4702
3840
  }
4703
-
4704
3841
  .my-xxl-4 {
4705
3842
  margin-top: 1.5rem !important;
4706
3843
  margin-bottom: 1.5rem !important;
4707
3844
  }
4708
-
4709
3845
  .my-xxl-5 {
4710
3846
  margin-top: 3rem !important;
4711
3847
  margin-bottom: 3rem !important;
4712
3848
  }
4713
-
4714
3849
  .my-xxl-auto {
4715
3850
  margin-top: auto !important;
4716
3851
  margin-bottom: auto !important;
4717
3852
  }
4718
-
4719
3853
  .mt-xxl-0 {
4720
3854
  margin-top: 0 !important;
4721
3855
  }
4722
-
4723
3856
  .mt-xxl-1 {
4724
3857
  margin-top: 0.25rem !important;
4725
3858
  }
4726
-
4727
3859
  .mt-xxl-2 {
4728
3860
  margin-top: 0.5rem !important;
4729
3861
  }
4730
-
4731
3862
  .mt-xxl-3 {
4732
3863
  margin-top: 1rem !important;
4733
3864
  }
4734
-
4735
3865
  .mt-xxl-4 {
4736
3866
  margin-top: 1.5rem !important;
4737
3867
  }
4738
-
4739
3868
  .mt-xxl-5 {
4740
3869
  margin-top: 3rem !important;
4741
3870
  }
4742
-
4743
3871
  .mt-xxl-auto {
4744
3872
  margin-top: auto !important;
4745
3873
  }
4746
-
4747
3874
  .me-xxl-0 {
4748
3875
  margin-right: 0 !important;
4749
3876
  }
4750
-
4751
3877
  .me-xxl-1 {
4752
3878
  margin-right: 0.25rem !important;
4753
3879
  }
4754
-
4755
3880
  .me-xxl-2 {
4756
3881
  margin-right: 0.5rem !important;
4757
3882
  }
4758
-
4759
3883
  .me-xxl-3 {
4760
3884
  margin-right: 1rem !important;
4761
3885
  }
4762
-
4763
3886
  .me-xxl-4 {
4764
3887
  margin-right: 1.5rem !important;
4765
3888
  }
4766
-
4767
3889
  .me-xxl-5 {
4768
3890
  margin-right: 3rem !important;
4769
3891
  }
4770
-
4771
3892
  .me-xxl-auto {
4772
3893
  margin-right: auto !important;
4773
3894
  }
4774
-
4775
3895
  .mb-xxl-0 {
4776
3896
  margin-bottom: 0 !important;
4777
3897
  }
4778
-
4779
3898
  .mb-xxl-1 {
4780
3899
  margin-bottom: 0.25rem !important;
4781
3900
  }
4782
-
4783
3901
  .mb-xxl-2 {
4784
3902
  margin-bottom: 0.5rem !important;
4785
3903
  }
4786
-
4787
3904
  .mb-xxl-3 {
4788
3905
  margin-bottom: 1rem !important;
4789
3906
  }
4790
-
4791
3907
  .mb-xxl-4 {
4792
3908
  margin-bottom: 1.5rem !important;
4793
3909
  }
4794
-
4795
3910
  .mb-xxl-5 {
4796
3911
  margin-bottom: 3rem !important;
4797
3912
  }
4798
-
4799
3913
  .mb-xxl-auto {
4800
3914
  margin-bottom: auto !important;
4801
3915
  }
4802
-
4803
3916
  .ms-xxl-0 {
4804
3917
  margin-left: 0 !important;
4805
3918
  }
4806
-
4807
3919
  .ms-xxl-1 {
4808
3920
  margin-left: 0.25rem !important;
4809
3921
  }
4810
-
4811
3922
  .ms-xxl-2 {
4812
3923
  margin-left: 0.5rem !important;
4813
3924
  }
4814
-
4815
3925
  .ms-xxl-3 {
4816
3926
  margin-left: 1rem !important;
4817
3927
  }
4818
-
4819
3928
  .ms-xxl-4 {
4820
3929
  margin-left: 1.5rem !important;
4821
3930
  }
4822
-
4823
3931
  .ms-xxl-5 {
4824
3932
  margin-left: 3rem !important;
4825
3933
  }
4826
-
4827
3934
  .ms-xxl-auto {
4828
3935
  margin-left: auto !important;
4829
3936
  }
4830
-
4831
3937
  .p-xxl-0 {
4832
3938
  padding: 0 !important;
4833
3939
  }
4834
-
4835
3940
  .p-xxl-1 {
4836
3941
  padding: 0.25rem !important;
4837
3942
  }
4838
-
4839
3943
  .p-xxl-2 {
4840
3944
  padding: 0.5rem !important;
4841
3945
  }
4842
-
4843
3946
  .p-xxl-3 {
4844
3947
  padding: 1rem !important;
4845
3948
  }
4846
-
4847
3949
  .p-xxl-4 {
4848
3950
  padding: 1.5rem !important;
4849
3951
  }
4850
-
4851
3952
  .p-xxl-5 {
4852
3953
  padding: 3rem !important;
4853
3954
  }
4854
-
4855
3955
  .px-xxl-0 {
4856
3956
  padding-right: 0 !important;
4857
3957
  padding-left: 0 !important;
4858
3958
  }
4859
-
4860
3959
  .px-xxl-1 {
4861
3960
  padding-right: 0.25rem !important;
4862
3961
  padding-left: 0.25rem !important;
4863
3962
  }
4864
-
4865
3963
  .px-xxl-2 {
4866
3964
  padding-right: 0.5rem !important;
4867
3965
  padding-left: 0.5rem !important;
4868
3966
  }
4869
-
4870
3967
  .px-xxl-3 {
4871
3968
  padding-right: 1rem !important;
4872
3969
  padding-left: 1rem !important;
4873
3970
  }
4874
-
4875
3971
  .px-xxl-4 {
4876
3972
  padding-right: 1.5rem !important;
4877
3973
  padding-left: 1.5rem !important;
4878
3974
  }
4879
-
4880
3975
  .px-xxl-5 {
4881
3976
  padding-right: 3rem !important;
4882
3977
  padding-left: 3rem !important;
4883
3978
  }
4884
-
4885
3979
  .py-xxl-0 {
4886
3980
  padding-top: 0 !important;
4887
3981
  padding-bottom: 0 !important;
4888
3982
  }
4889
-
4890
3983
  .py-xxl-1 {
4891
3984
  padding-top: 0.25rem !important;
4892
3985
  padding-bottom: 0.25rem !important;
4893
3986
  }
4894
-
4895
3987
  .py-xxl-2 {
4896
3988
  padding-top: 0.5rem !important;
4897
3989
  padding-bottom: 0.5rem !important;
4898
3990
  }
4899
-
4900
3991
  .py-xxl-3 {
4901
3992
  padding-top: 1rem !important;
4902
3993
  padding-bottom: 1rem !important;
4903
3994
  }
4904
-
4905
3995
  .py-xxl-4 {
4906
3996
  padding-top: 1.5rem !important;
4907
3997
  padding-bottom: 1.5rem !important;
4908
3998
  }
4909
-
4910
3999
  .py-xxl-5 {
4911
4000
  padding-top: 3rem !important;
4912
4001
  padding-bottom: 3rem !important;
4913
4002
  }
4914
-
4915
4003
  .pt-xxl-0 {
4916
4004
  padding-top: 0 !important;
4917
4005
  }
4918
-
4919
4006
  .pt-xxl-1 {
4920
4007
  padding-top: 0.25rem !important;
4921
4008
  }
4922
-
4923
4009
  .pt-xxl-2 {
4924
4010
  padding-top: 0.5rem !important;
4925
4011
  }
4926
-
4927
4012
  .pt-xxl-3 {
4928
4013
  padding-top: 1rem !important;
4929
4014
  }
4930
-
4931
4015
  .pt-xxl-4 {
4932
4016
  padding-top: 1.5rem !important;
4933
4017
  }
4934
-
4935
4018
  .pt-xxl-5 {
4936
4019
  padding-top: 3rem !important;
4937
4020
  }
4938
-
4939
4021
  .pe-xxl-0 {
4940
4022
  padding-right: 0 !important;
4941
4023
  }
4942
-
4943
4024
  .pe-xxl-1 {
4944
4025
  padding-right: 0.25rem !important;
4945
4026
  }
4946
-
4947
4027
  .pe-xxl-2 {
4948
4028
  padding-right: 0.5rem !important;
4949
4029
  }
4950
-
4951
4030
  .pe-xxl-3 {
4952
4031
  padding-right: 1rem !important;
4953
4032
  }
4954
-
4955
4033
  .pe-xxl-4 {
4956
4034
  padding-right: 1.5rem !important;
4957
4035
  }
4958
-
4959
4036
  .pe-xxl-5 {
4960
4037
  padding-right: 3rem !important;
4961
4038
  }
4962
-
4963
4039
  .pb-xxl-0 {
4964
4040
  padding-bottom: 0 !important;
4965
4041
  }
4966
-
4967
4042
  .pb-xxl-1 {
4968
4043
  padding-bottom: 0.25rem !important;
4969
4044
  }
4970
-
4971
4045
  .pb-xxl-2 {
4972
4046
  padding-bottom: 0.5rem !important;
4973
4047
  }
4974
-
4975
4048
  .pb-xxl-3 {
4976
4049
  padding-bottom: 1rem !important;
4977
4050
  }
4978
-
4979
4051
  .pb-xxl-4 {
4980
4052
  padding-bottom: 1.5rem !important;
4981
4053
  }
4982
-
4983
4054
  .pb-xxl-5 {
4984
4055
  padding-bottom: 3rem !important;
4985
4056
  }
4986
-
4987
4057
  .ps-xxl-0 {
4988
4058
  padding-left: 0 !important;
4989
4059
  }
4990
-
4991
4060
  .ps-xxl-1 {
4992
4061
  padding-left: 0.25rem !important;
4993
4062
  }
4994
-
4995
4063
  .ps-xxl-2 {
4996
4064
  padding-left: 0.5rem !important;
4997
4065
  }
4998
-
4999
4066
  .ps-xxl-3 {
5000
4067
  padding-left: 1rem !important;
5001
4068
  }
5002
-
5003
4069
  .ps-xxl-4 {
5004
4070
  padding-left: 1.5rem !important;
5005
4071
  }
5006
-
5007
4072
  .ps-xxl-5 {
5008
4073
  padding-left: 3rem !important;
5009
4074
  }
@@ -5012,39 +4077,30 @@
5012
4077
  .d-print-inline {
5013
4078
  display: inline !important;
5014
4079
  }
5015
-
5016
4080
  .d-print-inline-block {
5017
4081
  display: inline-block !important;
5018
4082
  }
5019
-
5020
4083
  .d-print-block {
5021
4084
  display: block !important;
5022
4085
  }
5023
-
5024
4086
  .d-print-grid {
5025
4087
  display: grid !important;
5026
4088
  }
5027
-
5028
4089
  .d-print-table {
5029
4090
  display: table !important;
5030
4091
  }
5031
-
5032
4092
  .d-print-table-row {
5033
4093
  display: table-row !important;
5034
4094
  }
5035
-
5036
4095
  .d-print-table-cell {
5037
4096
  display: table-cell !important;
5038
4097
  }
5039
-
5040
4098
  .d-print-flex {
5041
4099
  display: flex !important;
5042
4100
  }
5043
-
5044
4101
  .d-print-inline-flex {
5045
4102
  display: inline-flex !important;
5046
4103
  }
5047
-
5048
4104
  .d-print-none {
5049
4105
  display: none !important;
5050
4106
  }