@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,16 +1,16 @@
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
  /*!
10
10
  * CoreUI - HTML, CSS, and JavaScript UI Components Library
11
- * @version v4.1.5
11
+ * @version v4.1.6
12
12
  * @link https://coreui.io/
13
- * Copyright (c) 2021 creativeLabs Łukasz Holeczek
13
+ * Copyright (c) 2022 creativeLabs Łukasz Holeczek
14
14
  * License MIT (https://coreui.io/license/)
15
15
  */
16
16
  :root {
@@ -901,210 +901,166 @@ progress {
901
901
  .col-sm {
902
902
  flex: 1 0 0%;
903
903
  }
904
-
905
904
  .row-cols-sm-auto > * {
906
905
  flex: 0 0 auto;
907
906
  width: auto;
908
907
  }
909
-
910
908
  .row-cols-sm-1 > * {
911
909
  flex: 0 0 auto;
912
910
  width: 100%;
913
911
  }
914
-
915
912
  .row-cols-sm-2 > * {
916
913
  flex: 0 0 auto;
917
914
  width: 50%;
918
915
  }
919
-
920
916
  .row-cols-sm-3 > * {
921
917
  flex: 0 0 auto;
922
918
  width: 33.3333333333%;
923
919
  }
924
-
925
920
  .row-cols-sm-4 > * {
926
921
  flex: 0 0 auto;
927
922
  width: 25%;
928
923
  }
929
-
930
924
  .row-cols-sm-5 > * {
931
925
  flex: 0 0 auto;
932
926
  width: 20%;
933
927
  }
934
-
935
928
  .row-cols-sm-6 > * {
936
929
  flex: 0 0 auto;
937
930
  width: 16.6666666667%;
938
931
  }
939
-
940
932
  .col-sm-auto {
941
933
  flex: 0 0 auto;
942
934
  width: auto;
943
935
  }
944
-
945
936
  .col-sm-1 {
946
937
  flex: 0 0 auto;
947
938
  width: 8.33333333%;
948
939
  }
949
-
950
940
  .col-sm-2 {
951
941
  flex: 0 0 auto;
952
942
  width: 16.66666667%;
953
943
  }
954
-
955
944
  .col-sm-3 {
956
945
  flex: 0 0 auto;
957
946
  width: 25%;
958
947
  }
959
-
960
948
  .col-sm-4 {
961
949
  flex: 0 0 auto;
962
950
  width: 33.33333333%;
963
951
  }
964
-
965
952
  .col-sm-5 {
966
953
  flex: 0 0 auto;
967
954
  width: 41.66666667%;
968
955
  }
969
-
970
956
  .col-sm-6 {
971
957
  flex: 0 0 auto;
972
958
  width: 50%;
973
959
  }
974
-
975
960
  .col-sm-7 {
976
961
  flex: 0 0 auto;
977
962
  width: 58.33333333%;
978
963
  }
979
-
980
964
  .col-sm-8 {
981
965
  flex: 0 0 auto;
982
966
  width: 66.66666667%;
983
967
  }
984
-
985
968
  .col-sm-9 {
986
969
  flex: 0 0 auto;
987
970
  width: 75%;
988
971
  }
989
-
990
972
  .col-sm-10 {
991
973
  flex: 0 0 auto;
992
974
  width: 83.33333333%;
993
975
  }
994
-
995
976
  .col-sm-11 {
996
977
  flex: 0 0 auto;
997
978
  width: 91.66666667%;
998
979
  }
999
-
1000
980
  .col-sm-12 {
1001
981
  flex: 0 0 auto;
1002
982
  width: 100%;
1003
983
  }
1004
-
1005
984
  .offset-sm-0 {
1006
985
  margin-right: 0;
1007
986
  }
1008
-
1009
987
  .offset-sm-1 {
1010
988
  margin-right: 8.33333333%;
1011
989
  }
1012
-
1013
990
  .offset-sm-2 {
1014
991
  margin-right: 16.66666667%;
1015
992
  }
1016
-
1017
993
  .offset-sm-3 {
1018
994
  margin-right: 25%;
1019
995
  }
1020
-
1021
996
  .offset-sm-4 {
1022
997
  margin-right: 33.33333333%;
1023
998
  }
1024
-
1025
999
  .offset-sm-5 {
1026
1000
  margin-right: 41.66666667%;
1027
1001
  }
1028
-
1029
1002
  .offset-sm-6 {
1030
1003
  margin-right: 50%;
1031
1004
  }
1032
-
1033
1005
  .offset-sm-7 {
1034
1006
  margin-right: 58.33333333%;
1035
1007
  }
1036
-
1037
1008
  .offset-sm-8 {
1038
1009
  margin-right: 66.66666667%;
1039
1010
  }
1040
-
1041
1011
  .offset-sm-9 {
1042
1012
  margin-right: 75%;
1043
1013
  }
1044
-
1045
1014
  .offset-sm-10 {
1046
1015
  margin-right: 83.33333333%;
1047
1016
  }
1048
-
1049
1017
  .offset-sm-11 {
1050
1018
  margin-right: 91.66666667%;
1051
1019
  }
1052
-
1053
1020
  .g-sm-0,
1054
1021
  .gx-sm-0 {
1055
1022
  --cui-gutter-x: 0;
1056
1023
  }
1057
-
1058
1024
  .g-sm-0,
1059
1025
  .gy-sm-0 {
1060
1026
  --cui-gutter-y: 0;
1061
1027
  }
1062
-
1063
1028
  .g-sm-1,
1064
1029
  .gx-sm-1 {
1065
1030
  --cui-gutter-x: 0.25rem;
1066
1031
  }
1067
-
1068
1032
  .g-sm-1,
1069
1033
  .gy-sm-1 {
1070
1034
  --cui-gutter-y: 0.25rem;
1071
1035
  }
1072
-
1073
1036
  .g-sm-2,
1074
1037
  .gx-sm-2 {
1075
1038
  --cui-gutter-x: 0.5rem;
1076
1039
  }
1077
-
1078
1040
  .g-sm-2,
1079
1041
  .gy-sm-2 {
1080
1042
  --cui-gutter-y: 0.5rem;
1081
1043
  }
1082
-
1083
1044
  .g-sm-3,
1084
1045
  .gx-sm-3 {
1085
1046
  --cui-gutter-x: 1rem;
1086
1047
  }
1087
-
1088
1048
  .g-sm-3,
1089
1049
  .gy-sm-3 {
1090
1050
  --cui-gutter-y: 1rem;
1091
1051
  }
1092
-
1093
1052
  .g-sm-4,
1094
1053
  .gx-sm-4 {
1095
1054
  --cui-gutter-x: 1.5rem;
1096
1055
  }
1097
-
1098
1056
  .g-sm-4,
1099
1057
  .gy-sm-4 {
1100
1058
  --cui-gutter-y: 1.5rem;
1101
1059
  }
1102
-
1103
1060
  .g-sm-5,
1104
1061
  .gx-sm-5 {
1105
1062
  --cui-gutter-x: 3rem;
1106
1063
  }
1107
-
1108
1064
  .g-sm-5,
1109
1065
  .gy-sm-5 {
1110
1066
  --cui-gutter-y: 3rem;
@@ -1114,210 +1070,166 @@ progress {
1114
1070
  .col-md {
1115
1071
  flex: 1 0 0%;
1116
1072
  }
1117
-
1118
1073
  .row-cols-md-auto > * {
1119
1074
  flex: 0 0 auto;
1120
1075
  width: auto;
1121
1076
  }
1122
-
1123
1077
  .row-cols-md-1 > * {
1124
1078
  flex: 0 0 auto;
1125
1079
  width: 100%;
1126
1080
  }
1127
-
1128
1081
  .row-cols-md-2 > * {
1129
1082
  flex: 0 0 auto;
1130
1083
  width: 50%;
1131
1084
  }
1132
-
1133
1085
  .row-cols-md-3 > * {
1134
1086
  flex: 0 0 auto;
1135
1087
  width: 33.3333333333%;
1136
1088
  }
1137
-
1138
1089
  .row-cols-md-4 > * {
1139
1090
  flex: 0 0 auto;
1140
1091
  width: 25%;
1141
1092
  }
1142
-
1143
1093
  .row-cols-md-5 > * {
1144
1094
  flex: 0 0 auto;
1145
1095
  width: 20%;
1146
1096
  }
1147
-
1148
1097
  .row-cols-md-6 > * {
1149
1098
  flex: 0 0 auto;
1150
1099
  width: 16.6666666667%;
1151
1100
  }
1152
-
1153
1101
  .col-md-auto {
1154
1102
  flex: 0 0 auto;
1155
1103
  width: auto;
1156
1104
  }
1157
-
1158
1105
  .col-md-1 {
1159
1106
  flex: 0 0 auto;
1160
1107
  width: 8.33333333%;
1161
1108
  }
1162
-
1163
1109
  .col-md-2 {
1164
1110
  flex: 0 0 auto;
1165
1111
  width: 16.66666667%;
1166
1112
  }
1167
-
1168
1113
  .col-md-3 {
1169
1114
  flex: 0 0 auto;
1170
1115
  width: 25%;
1171
1116
  }
1172
-
1173
1117
  .col-md-4 {
1174
1118
  flex: 0 0 auto;
1175
1119
  width: 33.33333333%;
1176
1120
  }
1177
-
1178
1121
  .col-md-5 {
1179
1122
  flex: 0 0 auto;
1180
1123
  width: 41.66666667%;
1181
1124
  }
1182
-
1183
1125
  .col-md-6 {
1184
1126
  flex: 0 0 auto;
1185
1127
  width: 50%;
1186
1128
  }
1187
-
1188
1129
  .col-md-7 {
1189
1130
  flex: 0 0 auto;
1190
1131
  width: 58.33333333%;
1191
1132
  }
1192
-
1193
1133
  .col-md-8 {
1194
1134
  flex: 0 0 auto;
1195
1135
  width: 66.66666667%;
1196
1136
  }
1197
-
1198
1137
  .col-md-9 {
1199
1138
  flex: 0 0 auto;
1200
1139
  width: 75%;
1201
1140
  }
1202
-
1203
1141
  .col-md-10 {
1204
1142
  flex: 0 0 auto;
1205
1143
  width: 83.33333333%;
1206
1144
  }
1207
-
1208
1145
  .col-md-11 {
1209
1146
  flex: 0 0 auto;
1210
1147
  width: 91.66666667%;
1211
1148
  }
1212
-
1213
1149
  .col-md-12 {
1214
1150
  flex: 0 0 auto;
1215
1151
  width: 100%;
1216
1152
  }
1217
-
1218
1153
  .offset-md-0 {
1219
1154
  margin-right: 0;
1220
1155
  }
1221
-
1222
1156
  .offset-md-1 {
1223
1157
  margin-right: 8.33333333%;
1224
1158
  }
1225
-
1226
1159
  .offset-md-2 {
1227
1160
  margin-right: 16.66666667%;
1228
1161
  }
1229
-
1230
1162
  .offset-md-3 {
1231
1163
  margin-right: 25%;
1232
1164
  }
1233
-
1234
1165
  .offset-md-4 {
1235
1166
  margin-right: 33.33333333%;
1236
1167
  }
1237
-
1238
1168
  .offset-md-5 {
1239
1169
  margin-right: 41.66666667%;
1240
1170
  }
1241
-
1242
1171
  .offset-md-6 {
1243
1172
  margin-right: 50%;
1244
1173
  }
1245
-
1246
1174
  .offset-md-7 {
1247
1175
  margin-right: 58.33333333%;
1248
1176
  }
1249
-
1250
1177
  .offset-md-8 {
1251
1178
  margin-right: 66.66666667%;
1252
1179
  }
1253
-
1254
1180
  .offset-md-9 {
1255
1181
  margin-right: 75%;
1256
1182
  }
1257
-
1258
1183
  .offset-md-10 {
1259
1184
  margin-right: 83.33333333%;
1260
1185
  }
1261
-
1262
1186
  .offset-md-11 {
1263
1187
  margin-right: 91.66666667%;
1264
1188
  }
1265
-
1266
1189
  .g-md-0,
1267
1190
  .gx-md-0 {
1268
1191
  --cui-gutter-x: 0;
1269
1192
  }
1270
-
1271
1193
  .g-md-0,
1272
1194
  .gy-md-0 {
1273
1195
  --cui-gutter-y: 0;
1274
1196
  }
1275
-
1276
1197
  .g-md-1,
1277
1198
  .gx-md-1 {
1278
1199
  --cui-gutter-x: 0.25rem;
1279
1200
  }
1280
-
1281
1201
  .g-md-1,
1282
1202
  .gy-md-1 {
1283
1203
  --cui-gutter-y: 0.25rem;
1284
1204
  }
1285
-
1286
1205
  .g-md-2,
1287
1206
  .gx-md-2 {
1288
1207
  --cui-gutter-x: 0.5rem;
1289
1208
  }
1290
-
1291
1209
  .g-md-2,
1292
1210
  .gy-md-2 {
1293
1211
  --cui-gutter-y: 0.5rem;
1294
1212
  }
1295
-
1296
1213
  .g-md-3,
1297
1214
  .gx-md-3 {
1298
1215
  --cui-gutter-x: 1rem;
1299
1216
  }
1300
-
1301
1217
  .g-md-3,
1302
1218
  .gy-md-3 {
1303
1219
  --cui-gutter-y: 1rem;
1304
1220
  }
1305
-
1306
1221
  .g-md-4,
1307
1222
  .gx-md-4 {
1308
1223
  --cui-gutter-x: 1.5rem;
1309
1224
  }
1310
-
1311
1225
  .g-md-4,
1312
1226
  .gy-md-4 {
1313
1227
  --cui-gutter-y: 1.5rem;
1314
1228
  }
1315
-
1316
1229
  .g-md-5,
1317
1230
  .gx-md-5 {
1318
1231
  --cui-gutter-x: 3rem;
1319
1232
  }
1320
-
1321
1233
  .g-md-5,
1322
1234
  .gy-md-5 {
1323
1235
  --cui-gutter-y: 3rem;
@@ -1327,210 +1239,166 @@ progress {
1327
1239
  .col-lg {
1328
1240
  flex: 1 0 0%;
1329
1241
  }
1330
-
1331
1242
  .row-cols-lg-auto > * {
1332
1243
  flex: 0 0 auto;
1333
1244
  width: auto;
1334
1245
  }
1335
-
1336
1246
  .row-cols-lg-1 > * {
1337
1247
  flex: 0 0 auto;
1338
1248
  width: 100%;
1339
1249
  }
1340
-
1341
1250
  .row-cols-lg-2 > * {
1342
1251
  flex: 0 0 auto;
1343
1252
  width: 50%;
1344
1253
  }
1345
-
1346
1254
  .row-cols-lg-3 > * {
1347
1255
  flex: 0 0 auto;
1348
1256
  width: 33.3333333333%;
1349
1257
  }
1350
-
1351
1258
  .row-cols-lg-4 > * {
1352
1259
  flex: 0 0 auto;
1353
1260
  width: 25%;
1354
1261
  }
1355
-
1356
1262
  .row-cols-lg-5 > * {
1357
1263
  flex: 0 0 auto;
1358
1264
  width: 20%;
1359
1265
  }
1360
-
1361
1266
  .row-cols-lg-6 > * {
1362
1267
  flex: 0 0 auto;
1363
1268
  width: 16.6666666667%;
1364
1269
  }
1365
-
1366
1270
  .col-lg-auto {
1367
1271
  flex: 0 0 auto;
1368
1272
  width: auto;
1369
1273
  }
1370
-
1371
1274
  .col-lg-1 {
1372
1275
  flex: 0 0 auto;
1373
1276
  width: 8.33333333%;
1374
1277
  }
1375
-
1376
1278
  .col-lg-2 {
1377
1279
  flex: 0 0 auto;
1378
1280
  width: 16.66666667%;
1379
1281
  }
1380
-
1381
1282
  .col-lg-3 {
1382
1283
  flex: 0 0 auto;
1383
1284
  width: 25%;
1384
1285
  }
1385
-
1386
1286
  .col-lg-4 {
1387
1287
  flex: 0 0 auto;
1388
1288
  width: 33.33333333%;
1389
1289
  }
1390
-
1391
1290
  .col-lg-5 {
1392
1291
  flex: 0 0 auto;
1393
1292
  width: 41.66666667%;
1394
1293
  }
1395
-
1396
1294
  .col-lg-6 {
1397
1295
  flex: 0 0 auto;
1398
1296
  width: 50%;
1399
1297
  }
1400
-
1401
1298
  .col-lg-7 {
1402
1299
  flex: 0 0 auto;
1403
1300
  width: 58.33333333%;
1404
1301
  }
1405
-
1406
1302
  .col-lg-8 {
1407
1303
  flex: 0 0 auto;
1408
1304
  width: 66.66666667%;
1409
1305
  }
1410
-
1411
1306
  .col-lg-9 {
1412
1307
  flex: 0 0 auto;
1413
1308
  width: 75%;
1414
1309
  }
1415
-
1416
1310
  .col-lg-10 {
1417
1311
  flex: 0 0 auto;
1418
1312
  width: 83.33333333%;
1419
1313
  }
1420
-
1421
1314
  .col-lg-11 {
1422
1315
  flex: 0 0 auto;
1423
1316
  width: 91.66666667%;
1424
1317
  }
1425
-
1426
1318
  .col-lg-12 {
1427
1319
  flex: 0 0 auto;
1428
1320
  width: 100%;
1429
1321
  }
1430
-
1431
1322
  .offset-lg-0 {
1432
1323
  margin-right: 0;
1433
1324
  }
1434
-
1435
1325
  .offset-lg-1 {
1436
1326
  margin-right: 8.33333333%;
1437
1327
  }
1438
-
1439
1328
  .offset-lg-2 {
1440
1329
  margin-right: 16.66666667%;
1441
1330
  }
1442
-
1443
1331
  .offset-lg-3 {
1444
1332
  margin-right: 25%;
1445
1333
  }
1446
-
1447
1334
  .offset-lg-4 {
1448
1335
  margin-right: 33.33333333%;
1449
1336
  }
1450
-
1451
1337
  .offset-lg-5 {
1452
1338
  margin-right: 41.66666667%;
1453
1339
  }
1454
-
1455
1340
  .offset-lg-6 {
1456
1341
  margin-right: 50%;
1457
1342
  }
1458
-
1459
1343
  .offset-lg-7 {
1460
1344
  margin-right: 58.33333333%;
1461
1345
  }
1462
-
1463
1346
  .offset-lg-8 {
1464
1347
  margin-right: 66.66666667%;
1465
1348
  }
1466
-
1467
1349
  .offset-lg-9 {
1468
1350
  margin-right: 75%;
1469
1351
  }
1470
-
1471
1352
  .offset-lg-10 {
1472
1353
  margin-right: 83.33333333%;
1473
1354
  }
1474
-
1475
1355
  .offset-lg-11 {
1476
1356
  margin-right: 91.66666667%;
1477
1357
  }
1478
-
1479
1358
  .g-lg-0,
1480
1359
  .gx-lg-0 {
1481
1360
  --cui-gutter-x: 0;
1482
1361
  }
1483
-
1484
1362
  .g-lg-0,
1485
1363
  .gy-lg-0 {
1486
1364
  --cui-gutter-y: 0;
1487
1365
  }
1488
-
1489
1366
  .g-lg-1,
1490
1367
  .gx-lg-1 {
1491
1368
  --cui-gutter-x: 0.25rem;
1492
1369
  }
1493
-
1494
1370
  .g-lg-1,
1495
1371
  .gy-lg-1 {
1496
1372
  --cui-gutter-y: 0.25rem;
1497
1373
  }
1498
-
1499
1374
  .g-lg-2,
1500
1375
  .gx-lg-2 {
1501
1376
  --cui-gutter-x: 0.5rem;
1502
1377
  }
1503
-
1504
1378
  .g-lg-2,
1505
1379
  .gy-lg-2 {
1506
1380
  --cui-gutter-y: 0.5rem;
1507
1381
  }
1508
-
1509
1382
  .g-lg-3,
1510
1383
  .gx-lg-3 {
1511
1384
  --cui-gutter-x: 1rem;
1512
1385
  }
1513
-
1514
1386
  .g-lg-3,
1515
1387
  .gy-lg-3 {
1516
1388
  --cui-gutter-y: 1rem;
1517
1389
  }
1518
-
1519
1390
  .g-lg-4,
1520
1391
  .gx-lg-4 {
1521
1392
  --cui-gutter-x: 1.5rem;
1522
1393
  }
1523
-
1524
1394
  .g-lg-4,
1525
1395
  .gy-lg-4 {
1526
1396
  --cui-gutter-y: 1.5rem;
1527
1397
  }
1528
-
1529
1398
  .g-lg-5,
1530
1399
  .gx-lg-5 {
1531
1400
  --cui-gutter-x: 3rem;
1532
1401
  }
1533
-
1534
1402
  .g-lg-5,
1535
1403
  .gy-lg-5 {
1536
1404
  --cui-gutter-y: 3rem;
@@ -1540,210 +1408,166 @@ progress {
1540
1408
  .col-xl {
1541
1409
  flex: 1 0 0%;
1542
1410
  }
1543
-
1544
1411
  .row-cols-xl-auto > * {
1545
1412
  flex: 0 0 auto;
1546
1413
  width: auto;
1547
1414
  }
1548
-
1549
1415
  .row-cols-xl-1 > * {
1550
1416
  flex: 0 0 auto;
1551
1417
  width: 100%;
1552
1418
  }
1553
-
1554
1419
  .row-cols-xl-2 > * {
1555
1420
  flex: 0 0 auto;
1556
1421
  width: 50%;
1557
1422
  }
1558
-
1559
1423
  .row-cols-xl-3 > * {
1560
1424
  flex: 0 0 auto;
1561
1425
  width: 33.3333333333%;
1562
1426
  }
1563
-
1564
1427
  .row-cols-xl-4 > * {
1565
1428
  flex: 0 0 auto;
1566
1429
  width: 25%;
1567
1430
  }
1568
-
1569
1431
  .row-cols-xl-5 > * {
1570
1432
  flex: 0 0 auto;
1571
1433
  width: 20%;
1572
1434
  }
1573
-
1574
1435
  .row-cols-xl-6 > * {
1575
1436
  flex: 0 0 auto;
1576
1437
  width: 16.6666666667%;
1577
1438
  }
1578
-
1579
1439
  .col-xl-auto {
1580
1440
  flex: 0 0 auto;
1581
1441
  width: auto;
1582
1442
  }
1583
-
1584
1443
  .col-xl-1 {
1585
1444
  flex: 0 0 auto;
1586
1445
  width: 8.33333333%;
1587
1446
  }
1588
-
1589
1447
  .col-xl-2 {
1590
1448
  flex: 0 0 auto;
1591
1449
  width: 16.66666667%;
1592
1450
  }
1593
-
1594
1451
  .col-xl-3 {
1595
1452
  flex: 0 0 auto;
1596
1453
  width: 25%;
1597
1454
  }
1598
-
1599
1455
  .col-xl-4 {
1600
1456
  flex: 0 0 auto;
1601
1457
  width: 33.33333333%;
1602
1458
  }
1603
-
1604
1459
  .col-xl-5 {
1605
1460
  flex: 0 0 auto;
1606
1461
  width: 41.66666667%;
1607
1462
  }
1608
-
1609
1463
  .col-xl-6 {
1610
1464
  flex: 0 0 auto;
1611
1465
  width: 50%;
1612
1466
  }
1613
-
1614
1467
  .col-xl-7 {
1615
1468
  flex: 0 0 auto;
1616
1469
  width: 58.33333333%;
1617
1470
  }
1618
-
1619
1471
  .col-xl-8 {
1620
1472
  flex: 0 0 auto;
1621
1473
  width: 66.66666667%;
1622
1474
  }
1623
-
1624
1475
  .col-xl-9 {
1625
1476
  flex: 0 0 auto;
1626
1477
  width: 75%;
1627
1478
  }
1628
-
1629
1479
  .col-xl-10 {
1630
1480
  flex: 0 0 auto;
1631
1481
  width: 83.33333333%;
1632
1482
  }
1633
-
1634
1483
  .col-xl-11 {
1635
1484
  flex: 0 0 auto;
1636
1485
  width: 91.66666667%;
1637
1486
  }
1638
-
1639
1487
  .col-xl-12 {
1640
1488
  flex: 0 0 auto;
1641
1489
  width: 100%;
1642
1490
  }
1643
-
1644
1491
  .offset-xl-0 {
1645
1492
  margin-right: 0;
1646
1493
  }
1647
-
1648
1494
  .offset-xl-1 {
1649
1495
  margin-right: 8.33333333%;
1650
1496
  }
1651
-
1652
1497
  .offset-xl-2 {
1653
1498
  margin-right: 16.66666667%;
1654
1499
  }
1655
-
1656
1500
  .offset-xl-3 {
1657
1501
  margin-right: 25%;
1658
1502
  }
1659
-
1660
1503
  .offset-xl-4 {
1661
1504
  margin-right: 33.33333333%;
1662
1505
  }
1663
-
1664
1506
  .offset-xl-5 {
1665
1507
  margin-right: 41.66666667%;
1666
1508
  }
1667
-
1668
1509
  .offset-xl-6 {
1669
1510
  margin-right: 50%;
1670
1511
  }
1671
-
1672
1512
  .offset-xl-7 {
1673
1513
  margin-right: 58.33333333%;
1674
1514
  }
1675
-
1676
1515
  .offset-xl-8 {
1677
1516
  margin-right: 66.66666667%;
1678
1517
  }
1679
-
1680
1518
  .offset-xl-9 {
1681
1519
  margin-right: 75%;
1682
1520
  }
1683
-
1684
1521
  .offset-xl-10 {
1685
1522
  margin-right: 83.33333333%;
1686
1523
  }
1687
-
1688
1524
  .offset-xl-11 {
1689
1525
  margin-right: 91.66666667%;
1690
1526
  }
1691
-
1692
1527
  .g-xl-0,
1693
1528
  .gx-xl-0 {
1694
1529
  --cui-gutter-x: 0;
1695
1530
  }
1696
-
1697
1531
  .g-xl-0,
1698
1532
  .gy-xl-0 {
1699
1533
  --cui-gutter-y: 0;
1700
1534
  }
1701
-
1702
1535
  .g-xl-1,
1703
1536
  .gx-xl-1 {
1704
1537
  --cui-gutter-x: 0.25rem;
1705
1538
  }
1706
-
1707
1539
  .g-xl-1,
1708
1540
  .gy-xl-1 {
1709
1541
  --cui-gutter-y: 0.25rem;
1710
1542
  }
1711
-
1712
1543
  .g-xl-2,
1713
1544
  .gx-xl-2 {
1714
1545
  --cui-gutter-x: 0.5rem;
1715
1546
  }
1716
-
1717
1547
  .g-xl-2,
1718
1548
  .gy-xl-2 {
1719
1549
  --cui-gutter-y: 0.5rem;
1720
1550
  }
1721
-
1722
1551
  .g-xl-3,
1723
1552
  .gx-xl-3 {
1724
1553
  --cui-gutter-x: 1rem;
1725
1554
  }
1726
-
1727
1555
  .g-xl-3,
1728
1556
  .gy-xl-3 {
1729
1557
  --cui-gutter-y: 1rem;
1730
1558
  }
1731
-
1732
1559
  .g-xl-4,
1733
1560
  .gx-xl-4 {
1734
1561
  --cui-gutter-x: 1.5rem;
1735
1562
  }
1736
-
1737
1563
  .g-xl-4,
1738
1564
  .gy-xl-4 {
1739
1565
  --cui-gutter-y: 1.5rem;
1740
1566
  }
1741
-
1742
1567
  .g-xl-5,
1743
1568
  .gx-xl-5 {
1744
1569
  --cui-gutter-x: 3rem;
1745
1570
  }
1746
-
1747
1571
  .g-xl-5,
1748
1572
  .gy-xl-5 {
1749
1573
  --cui-gutter-y: 3rem;
@@ -1753,210 +1577,166 @@ progress {
1753
1577
  .col-xxl {
1754
1578
  flex: 1 0 0%;
1755
1579
  }
1756
-
1757
1580
  .row-cols-xxl-auto > * {
1758
1581
  flex: 0 0 auto;
1759
1582
  width: auto;
1760
1583
  }
1761
-
1762
1584
  .row-cols-xxl-1 > * {
1763
1585
  flex: 0 0 auto;
1764
1586
  width: 100%;
1765
1587
  }
1766
-
1767
1588
  .row-cols-xxl-2 > * {
1768
1589
  flex: 0 0 auto;
1769
1590
  width: 50%;
1770
1591
  }
1771
-
1772
1592
  .row-cols-xxl-3 > * {
1773
1593
  flex: 0 0 auto;
1774
1594
  width: 33.3333333333%;
1775
1595
  }
1776
-
1777
1596
  .row-cols-xxl-4 > * {
1778
1597
  flex: 0 0 auto;
1779
1598
  width: 25%;
1780
1599
  }
1781
-
1782
1600
  .row-cols-xxl-5 > * {
1783
1601
  flex: 0 0 auto;
1784
1602
  width: 20%;
1785
1603
  }
1786
-
1787
1604
  .row-cols-xxl-6 > * {
1788
1605
  flex: 0 0 auto;
1789
1606
  width: 16.6666666667%;
1790
1607
  }
1791
-
1792
1608
  .col-xxl-auto {
1793
1609
  flex: 0 0 auto;
1794
1610
  width: auto;
1795
1611
  }
1796
-
1797
1612
  .col-xxl-1 {
1798
1613
  flex: 0 0 auto;
1799
1614
  width: 8.33333333%;
1800
1615
  }
1801
-
1802
1616
  .col-xxl-2 {
1803
1617
  flex: 0 0 auto;
1804
1618
  width: 16.66666667%;
1805
1619
  }
1806
-
1807
1620
  .col-xxl-3 {
1808
1621
  flex: 0 0 auto;
1809
1622
  width: 25%;
1810
1623
  }
1811
-
1812
1624
  .col-xxl-4 {
1813
1625
  flex: 0 0 auto;
1814
1626
  width: 33.33333333%;
1815
1627
  }
1816
-
1817
1628
  .col-xxl-5 {
1818
1629
  flex: 0 0 auto;
1819
1630
  width: 41.66666667%;
1820
1631
  }
1821
-
1822
1632
  .col-xxl-6 {
1823
1633
  flex: 0 0 auto;
1824
1634
  width: 50%;
1825
1635
  }
1826
-
1827
1636
  .col-xxl-7 {
1828
1637
  flex: 0 0 auto;
1829
1638
  width: 58.33333333%;
1830
1639
  }
1831
-
1832
1640
  .col-xxl-8 {
1833
1641
  flex: 0 0 auto;
1834
1642
  width: 66.66666667%;
1835
1643
  }
1836
-
1837
1644
  .col-xxl-9 {
1838
1645
  flex: 0 0 auto;
1839
1646
  width: 75%;
1840
1647
  }
1841
-
1842
1648
  .col-xxl-10 {
1843
1649
  flex: 0 0 auto;
1844
1650
  width: 83.33333333%;
1845
1651
  }
1846
-
1847
1652
  .col-xxl-11 {
1848
1653
  flex: 0 0 auto;
1849
1654
  width: 91.66666667%;
1850
1655
  }
1851
-
1852
1656
  .col-xxl-12 {
1853
1657
  flex: 0 0 auto;
1854
1658
  width: 100%;
1855
1659
  }
1856
-
1857
1660
  .offset-xxl-0 {
1858
1661
  margin-right: 0;
1859
1662
  }
1860
-
1861
1663
  .offset-xxl-1 {
1862
1664
  margin-right: 8.33333333%;
1863
1665
  }
1864
-
1865
1666
  .offset-xxl-2 {
1866
1667
  margin-right: 16.66666667%;
1867
1668
  }
1868
-
1869
1669
  .offset-xxl-3 {
1870
1670
  margin-right: 25%;
1871
1671
  }
1872
-
1873
1672
  .offset-xxl-4 {
1874
1673
  margin-right: 33.33333333%;
1875
1674
  }
1876
-
1877
1675
  .offset-xxl-5 {
1878
1676
  margin-right: 41.66666667%;
1879
1677
  }
1880
-
1881
1678
  .offset-xxl-6 {
1882
1679
  margin-right: 50%;
1883
1680
  }
1884
-
1885
1681
  .offset-xxl-7 {
1886
1682
  margin-right: 58.33333333%;
1887
1683
  }
1888
-
1889
1684
  .offset-xxl-8 {
1890
1685
  margin-right: 66.66666667%;
1891
1686
  }
1892
-
1893
1687
  .offset-xxl-9 {
1894
1688
  margin-right: 75%;
1895
1689
  }
1896
-
1897
1690
  .offset-xxl-10 {
1898
1691
  margin-right: 83.33333333%;
1899
1692
  }
1900
-
1901
1693
  .offset-xxl-11 {
1902
1694
  margin-right: 91.66666667%;
1903
1695
  }
1904
-
1905
1696
  .g-xxl-0,
1906
1697
  .gx-xxl-0 {
1907
1698
  --cui-gutter-x: 0;
1908
1699
  }
1909
-
1910
1700
  .g-xxl-0,
1911
1701
  .gy-xxl-0 {
1912
1702
  --cui-gutter-y: 0;
1913
1703
  }
1914
-
1915
1704
  .g-xxl-1,
1916
1705
  .gx-xxl-1 {
1917
1706
  --cui-gutter-x: 0.25rem;
1918
1707
  }
1919
-
1920
1708
  .g-xxl-1,
1921
1709
  .gy-xxl-1 {
1922
1710
  --cui-gutter-y: 0.25rem;
1923
1711
  }
1924
-
1925
1712
  .g-xxl-2,
1926
1713
  .gx-xxl-2 {
1927
1714
  --cui-gutter-x: 0.5rem;
1928
1715
  }
1929
-
1930
1716
  .g-xxl-2,
1931
1717
  .gy-xxl-2 {
1932
1718
  --cui-gutter-y: 0.5rem;
1933
1719
  }
1934
-
1935
1720
  .g-xxl-3,
1936
1721
  .gx-xxl-3 {
1937
1722
  --cui-gutter-x: 1rem;
1938
1723
  }
1939
-
1940
1724
  .g-xxl-3,
1941
1725
  .gy-xxl-3 {
1942
1726
  --cui-gutter-y: 1rem;
1943
1727
  }
1944
-
1945
1728
  .g-xxl-4,
1946
1729
  .gx-xxl-4 {
1947
1730
  --cui-gutter-x: 1.5rem;
1948
1731
  }
1949
-
1950
1732
  .g-xxl-4,
1951
1733
  .gy-xxl-4 {
1952
1734
  --cui-gutter-y: 1.5rem;
1953
1735
  }
1954
-
1955
1736
  .g-xxl-5,
1956
1737
  .gx-xxl-5 {
1957
1738
  --cui-gutter-x: 3rem;
1958
1739
  }
1959
-
1960
1740
  .g-xxl-5,
1961
1741
  .gy-xxl-5 {
1962
1742
  --cui-gutter-y: 3rem;
@@ -2458,7 +2238,7 @@ textarea.form-control-lg {
2458
2238
  background-size: contain;
2459
2239
  border: 1px solid rgba(0, 0, 21, 0.25);
2460
2240
  appearance: none;
2461
- color-adjust: exact;
2241
+ print-color-adjust: exact;
2462
2242
  }
2463
2243
  .form-check-input[type=checkbox] {
2464
2244
  border-radius: 0.25em;
@@ -3526,7 +3306,6 @@ textarea.form-control-lg {
3526
3306
  right: auto;
3527
3307
  left: 0;
3528
3308
  }
3529
-
3530
3309
  .dropdown-menu-sm-end {
3531
3310
  --cui-position: end;
3532
3311
  }
@@ -3543,7 +3322,6 @@ textarea.form-control-lg {
3543
3322
  right: auto;
3544
3323
  left: 0;
3545
3324
  }
3546
-
3547
3325
  .dropdown-menu-md-end {
3548
3326
  --cui-position: end;
3549
3327
  }
@@ -3560,7 +3338,6 @@ textarea.form-control-lg {
3560
3338
  right: auto;
3561
3339
  left: 0;
3562
3340
  }
3563
-
3564
3341
  .dropdown-menu-lg-end {
3565
3342
  --cui-position: end;
3566
3343
  }
@@ -3577,7 +3354,6 @@ textarea.form-control-lg {
3577
3354
  right: auto;
3578
3355
  left: 0;
3579
3356
  }
3580
-
3581
3357
  .dropdown-menu-xl-end {
3582
3358
  --cui-position: end;
3583
3359
  }
@@ -3594,7 +3370,6 @@ textarea.form-control-lg {
3594
3370
  right: auto;
3595
3371
  left: 0;
3596
3372
  }
3597
-
3598
3373
  .dropdown-menu-xxl-end {
3599
3374
  --cui-position: end;
3600
3375
  }
@@ -5495,15 +5270,12 @@ textarea.form-control-lg {
5495
5270
  max-width: 500px;
5496
5271
  margin: 1.75rem auto;
5497
5272
  }
5498
-
5499
5273
  .modal-dialog-scrollable {
5500
5274
  height: calc(100% - 3.5rem);
5501
5275
  }
5502
-
5503
5276
  .modal-dialog-centered {
5504
5277
  min-height: calc(100% - 3.5rem);
5505
5278
  }
5506
-
5507
5279
  .modal-sm {
5508
5280
  max-width: 300px;
5509
5281
  }
@@ -9089,649 +8861,494 @@ textarea.form-control-lg {
9089
8861
  .float-sm-start {
9090
8862
  float: right !important;
9091
8863
  }
9092
-
9093
8864
  .float-sm-end {
9094
8865
  float: left !important;
9095
8866
  }
9096
-
9097
8867
  .float-sm-none {
9098
8868
  float: none !important;
9099
8869
  }
9100
-
9101
8870
  .d-sm-inline {
9102
8871
  display: inline !important;
9103
8872
  }
9104
-
9105
8873
  .d-sm-inline-block {
9106
8874
  display: inline-block !important;
9107
8875
  }
9108
-
9109
8876
  .d-sm-block {
9110
8877
  display: block !important;
9111
8878
  }
9112
-
9113
8879
  .d-sm-grid {
9114
8880
  display: grid !important;
9115
8881
  }
9116
-
9117
8882
  .d-sm-table {
9118
8883
  display: table !important;
9119
8884
  }
9120
-
9121
8885
  .d-sm-table-row {
9122
8886
  display: table-row !important;
9123
8887
  }
9124
-
9125
8888
  .d-sm-table-cell {
9126
8889
  display: table-cell !important;
9127
8890
  }
9128
-
9129
8891
  .d-sm-flex {
9130
8892
  display: flex !important;
9131
8893
  }
9132
-
9133
8894
  .d-sm-inline-flex {
9134
8895
  display: inline-flex !important;
9135
8896
  }
9136
-
9137
8897
  .d-sm-none {
9138
8898
  display: none !important;
9139
8899
  }
9140
-
9141
8900
  .flex-sm-fill {
9142
8901
  flex: 1 1 auto !important;
9143
8902
  }
9144
-
9145
8903
  .flex-sm-row {
9146
8904
  flex-direction: row !important;
9147
8905
  }
9148
-
9149
8906
  .flex-sm-column {
9150
8907
  flex-direction: column !important;
9151
8908
  }
9152
-
9153
8909
  .flex-sm-row-reverse {
9154
8910
  flex-direction: row-reverse !important;
9155
8911
  }
9156
-
9157
8912
  .flex-sm-column-reverse {
9158
8913
  flex-direction: column-reverse !important;
9159
8914
  }
9160
-
9161
8915
  .flex-sm-grow-0 {
9162
8916
  flex-grow: 0 !important;
9163
8917
  }
9164
-
9165
8918
  .flex-sm-grow-1 {
9166
8919
  flex-grow: 1 !important;
9167
8920
  }
9168
-
9169
8921
  .flex-sm-shrink-0 {
9170
8922
  flex-shrink: 0 !important;
9171
8923
  }
9172
-
9173
8924
  .flex-sm-shrink-1 {
9174
8925
  flex-shrink: 1 !important;
9175
8926
  }
9176
-
9177
8927
  .flex-sm-wrap {
9178
8928
  flex-wrap: wrap !important;
9179
8929
  }
9180
-
9181
8930
  .flex-sm-nowrap {
9182
8931
  flex-wrap: nowrap !important;
9183
8932
  }
9184
-
9185
8933
  .flex-sm-wrap-reverse {
9186
8934
  flex-wrap: wrap-reverse !important;
9187
8935
  }
9188
-
9189
8936
  .gap-sm-0 {
9190
8937
  gap: 0 !important;
9191
8938
  }
9192
-
9193
8939
  .gap-sm-1 {
9194
8940
  gap: 0.25rem !important;
9195
8941
  }
9196
-
9197
8942
  .gap-sm-2 {
9198
8943
  gap: 0.5rem !important;
9199
8944
  }
9200
-
9201
8945
  .gap-sm-3 {
9202
8946
  gap: 1rem !important;
9203
8947
  }
9204
-
9205
8948
  .gap-sm-4 {
9206
8949
  gap: 1.5rem !important;
9207
8950
  }
9208
-
9209
8951
  .gap-sm-5 {
9210
8952
  gap: 3rem !important;
9211
8953
  }
9212
-
9213
8954
  .justify-content-sm-start {
9214
8955
  justify-content: flex-start !important;
9215
8956
  }
9216
-
9217
8957
  .justify-content-sm-end {
9218
8958
  justify-content: flex-end !important;
9219
8959
  }
9220
-
9221
8960
  .justify-content-sm-center {
9222
8961
  justify-content: center !important;
9223
8962
  }
9224
-
9225
8963
  .justify-content-sm-between {
9226
8964
  justify-content: space-between !important;
9227
8965
  }
9228
-
9229
8966
  .justify-content-sm-around {
9230
8967
  justify-content: space-around !important;
9231
8968
  }
9232
-
9233
8969
  .justify-content-sm-evenly {
9234
8970
  justify-content: space-evenly !important;
9235
8971
  }
9236
-
9237
8972
  .align-items-sm-start {
9238
8973
  align-items: flex-start !important;
9239
8974
  }
9240
-
9241
8975
  .align-items-sm-end {
9242
8976
  align-items: flex-end !important;
9243
8977
  }
9244
-
9245
8978
  .align-items-sm-center {
9246
8979
  align-items: center !important;
9247
8980
  }
9248
-
9249
8981
  .align-items-sm-baseline {
9250
8982
  align-items: baseline !important;
9251
8983
  }
9252
-
9253
8984
  .align-items-sm-stretch {
9254
8985
  align-items: stretch !important;
9255
8986
  }
9256
-
9257
8987
  .align-content-sm-start {
9258
8988
  align-content: flex-start !important;
9259
8989
  }
9260
-
9261
8990
  .align-content-sm-end {
9262
8991
  align-content: flex-end !important;
9263
8992
  }
9264
-
9265
8993
  .align-content-sm-center {
9266
8994
  align-content: center !important;
9267
8995
  }
9268
-
9269
8996
  .align-content-sm-between {
9270
8997
  align-content: space-between !important;
9271
8998
  }
9272
-
9273
8999
  .align-content-sm-around {
9274
9000
  align-content: space-around !important;
9275
9001
  }
9276
-
9277
9002
  .align-content-sm-stretch {
9278
9003
  align-content: stretch !important;
9279
9004
  }
9280
-
9281
9005
  .align-self-sm-auto {
9282
9006
  align-self: auto !important;
9283
9007
  }
9284
-
9285
9008
  .align-self-sm-start {
9286
9009
  align-self: flex-start !important;
9287
9010
  }
9288
-
9289
9011
  .align-self-sm-end {
9290
9012
  align-self: flex-end !important;
9291
9013
  }
9292
-
9293
9014
  .align-self-sm-center {
9294
9015
  align-self: center !important;
9295
9016
  }
9296
-
9297
9017
  .align-self-sm-baseline {
9298
9018
  align-self: baseline !important;
9299
9019
  }
9300
-
9301
9020
  .align-self-sm-stretch {
9302
9021
  align-self: stretch !important;
9303
9022
  }
9304
-
9305
9023
  .order-sm-first {
9306
9024
  order: -1 !important;
9307
9025
  }
9308
-
9309
9026
  .order-sm-0 {
9310
9027
  order: 0 !important;
9311
9028
  }
9312
-
9313
9029
  .order-sm-1 {
9314
9030
  order: 1 !important;
9315
9031
  }
9316
-
9317
9032
  .order-sm-2 {
9318
9033
  order: 2 !important;
9319
9034
  }
9320
-
9321
9035
  .order-sm-3 {
9322
9036
  order: 3 !important;
9323
9037
  }
9324
-
9325
9038
  .order-sm-4 {
9326
9039
  order: 4 !important;
9327
9040
  }
9328
-
9329
9041
  .order-sm-5 {
9330
9042
  order: 5 !important;
9331
9043
  }
9332
-
9333
9044
  .order-sm-last {
9334
9045
  order: 6 !important;
9335
9046
  }
9336
-
9337
9047
  .m-sm-0 {
9338
9048
  margin: 0 !important;
9339
9049
  }
9340
-
9341
9050
  .m-sm-1 {
9342
9051
  margin: 0.25rem !important;
9343
9052
  }
9344
-
9345
9053
  .m-sm-2 {
9346
9054
  margin: 0.5rem !important;
9347
9055
  }
9348
-
9349
9056
  .m-sm-3 {
9350
9057
  margin: 1rem !important;
9351
9058
  }
9352
-
9353
9059
  .m-sm-4 {
9354
9060
  margin: 1.5rem !important;
9355
9061
  }
9356
-
9357
9062
  .m-sm-5 {
9358
9063
  margin: 3rem !important;
9359
9064
  }
9360
-
9361
9065
  .m-sm-auto {
9362
9066
  margin: auto !important;
9363
9067
  }
9364
-
9365
9068
  .mx-sm-0 {
9366
9069
  margin-right: 0 !important;
9367
9070
  margin-left: 0 !important;
9368
9071
  }
9369
-
9370
9072
  .mx-sm-1 {
9371
9073
  margin-right: 0.25rem !important;
9372
9074
  margin-left: 0.25rem !important;
9373
9075
  }
9374
-
9375
9076
  .mx-sm-2 {
9376
9077
  margin-right: 0.5rem !important;
9377
9078
  margin-left: 0.5rem !important;
9378
9079
  }
9379
-
9380
9080
  .mx-sm-3 {
9381
9081
  margin-right: 1rem !important;
9382
9082
  margin-left: 1rem !important;
9383
9083
  }
9384
-
9385
9084
  .mx-sm-4 {
9386
9085
  margin-right: 1.5rem !important;
9387
9086
  margin-left: 1.5rem !important;
9388
9087
  }
9389
-
9390
9088
  .mx-sm-5 {
9391
9089
  margin-right: 3rem !important;
9392
9090
  margin-left: 3rem !important;
9393
9091
  }
9394
-
9395
9092
  .mx-sm-auto {
9396
9093
  margin-right: auto !important;
9397
9094
  margin-left: auto !important;
9398
9095
  }
9399
-
9400
9096
  .my-sm-0 {
9401
9097
  margin-top: 0 !important;
9402
9098
  margin-bottom: 0 !important;
9403
9099
  }
9404
-
9405
9100
  .my-sm-1 {
9406
9101
  margin-top: 0.25rem !important;
9407
9102
  margin-bottom: 0.25rem !important;
9408
9103
  }
9409
-
9410
9104
  .my-sm-2 {
9411
9105
  margin-top: 0.5rem !important;
9412
9106
  margin-bottom: 0.5rem !important;
9413
9107
  }
9414
-
9415
9108
  .my-sm-3 {
9416
9109
  margin-top: 1rem !important;
9417
9110
  margin-bottom: 1rem !important;
9418
9111
  }
9419
-
9420
9112
  .my-sm-4 {
9421
9113
  margin-top: 1.5rem !important;
9422
9114
  margin-bottom: 1.5rem !important;
9423
9115
  }
9424
-
9425
9116
  .my-sm-5 {
9426
9117
  margin-top: 3rem !important;
9427
9118
  margin-bottom: 3rem !important;
9428
9119
  }
9429
-
9430
9120
  .my-sm-auto {
9431
9121
  margin-top: auto !important;
9432
9122
  margin-bottom: auto !important;
9433
9123
  }
9434
-
9435
9124
  .mt-sm-0 {
9436
9125
  margin-top: 0 !important;
9437
9126
  }
9438
-
9439
9127
  .mt-sm-1 {
9440
9128
  margin-top: 0.25rem !important;
9441
9129
  }
9442
-
9443
9130
  .mt-sm-2 {
9444
9131
  margin-top: 0.5rem !important;
9445
9132
  }
9446
-
9447
9133
  .mt-sm-3 {
9448
9134
  margin-top: 1rem !important;
9449
9135
  }
9450
-
9451
9136
  .mt-sm-4 {
9452
9137
  margin-top: 1.5rem !important;
9453
9138
  }
9454
-
9455
9139
  .mt-sm-5 {
9456
9140
  margin-top: 3rem !important;
9457
9141
  }
9458
-
9459
9142
  .mt-sm-auto {
9460
9143
  margin-top: auto !important;
9461
9144
  }
9462
-
9463
9145
  .me-sm-0 {
9464
9146
  margin-left: 0 !important;
9465
9147
  }
9466
-
9467
9148
  .me-sm-1 {
9468
9149
  margin-left: 0.25rem !important;
9469
9150
  }
9470
-
9471
9151
  .me-sm-2 {
9472
9152
  margin-left: 0.5rem !important;
9473
9153
  }
9474
-
9475
9154
  .me-sm-3 {
9476
9155
  margin-left: 1rem !important;
9477
9156
  }
9478
-
9479
9157
  .me-sm-4 {
9480
9158
  margin-left: 1.5rem !important;
9481
9159
  }
9482
-
9483
9160
  .me-sm-5 {
9484
9161
  margin-left: 3rem !important;
9485
9162
  }
9486
-
9487
9163
  .me-sm-auto {
9488
9164
  margin-left: auto !important;
9489
9165
  }
9490
-
9491
9166
  .mb-sm-0 {
9492
9167
  margin-bottom: 0 !important;
9493
9168
  }
9494
-
9495
9169
  .mb-sm-1 {
9496
9170
  margin-bottom: 0.25rem !important;
9497
9171
  }
9498
-
9499
9172
  .mb-sm-2 {
9500
9173
  margin-bottom: 0.5rem !important;
9501
9174
  }
9502
-
9503
9175
  .mb-sm-3 {
9504
9176
  margin-bottom: 1rem !important;
9505
9177
  }
9506
-
9507
9178
  .mb-sm-4 {
9508
9179
  margin-bottom: 1.5rem !important;
9509
9180
  }
9510
-
9511
9181
  .mb-sm-5 {
9512
9182
  margin-bottom: 3rem !important;
9513
9183
  }
9514
-
9515
9184
  .mb-sm-auto {
9516
9185
  margin-bottom: auto !important;
9517
9186
  }
9518
-
9519
9187
  .ms-sm-0 {
9520
9188
  margin-right: 0 !important;
9521
9189
  }
9522
-
9523
9190
  .ms-sm-1 {
9524
9191
  margin-right: 0.25rem !important;
9525
9192
  }
9526
-
9527
9193
  .ms-sm-2 {
9528
9194
  margin-right: 0.5rem !important;
9529
9195
  }
9530
-
9531
9196
  .ms-sm-3 {
9532
9197
  margin-right: 1rem !important;
9533
9198
  }
9534
-
9535
9199
  .ms-sm-4 {
9536
9200
  margin-right: 1.5rem !important;
9537
9201
  }
9538
-
9539
9202
  .ms-sm-5 {
9540
9203
  margin-right: 3rem !important;
9541
9204
  }
9542
-
9543
9205
  .ms-sm-auto {
9544
9206
  margin-right: auto !important;
9545
9207
  }
9546
-
9547
9208
  .p-sm-0 {
9548
9209
  padding: 0 !important;
9549
9210
  }
9550
-
9551
9211
  .p-sm-1 {
9552
9212
  padding: 0.25rem !important;
9553
9213
  }
9554
-
9555
9214
  .p-sm-2 {
9556
9215
  padding: 0.5rem !important;
9557
9216
  }
9558
-
9559
9217
  .p-sm-3 {
9560
9218
  padding: 1rem !important;
9561
9219
  }
9562
-
9563
9220
  .p-sm-4 {
9564
9221
  padding: 1.5rem !important;
9565
9222
  }
9566
-
9567
9223
  .p-sm-5 {
9568
9224
  padding: 3rem !important;
9569
9225
  }
9570
-
9571
9226
  .px-sm-0 {
9572
9227
  padding-right: 0 !important;
9573
9228
  padding-left: 0 !important;
9574
9229
  }
9575
-
9576
9230
  .px-sm-1 {
9577
9231
  padding-right: 0.25rem !important;
9578
9232
  padding-left: 0.25rem !important;
9579
9233
  }
9580
-
9581
9234
  .px-sm-2 {
9582
9235
  padding-right: 0.5rem !important;
9583
9236
  padding-left: 0.5rem !important;
9584
9237
  }
9585
-
9586
9238
  .px-sm-3 {
9587
9239
  padding-right: 1rem !important;
9588
9240
  padding-left: 1rem !important;
9589
9241
  }
9590
-
9591
9242
  .px-sm-4 {
9592
9243
  padding-right: 1.5rem !important;
9593
9244
  padding-left: 1.5rem !important;
9594
9245
  }
9595
-
9596
9246
  .px-sm-5 {
9597
9247
  padding-right: 3rem !important;
9598
9248
  padding-left: 3rem !important;
9599
9249
  }
9600
-
9601
9250
  .py-sm-0 {
9602
9251
  padding-top: 0 !important;
9603
9252
  padding-bottom: 0 !important;
9604
9253
  }
9605
-
9606
9254
  .py-sm-1 {
9607
9255
  padding-top: 0.25rem !important;
9608
9256
  padding-bottom: 0.25rem !important;
9609
9257
  }
9610
-
9611
9258
  .py-sm-2 {
9612
9259
  padding-top: 0.5rem !important;
9613
9260
  padding-bottom: 0.5rem !important;
9614
9261
  }
9615
-
9616
9262
  .py-sm-3 {
9617
9263
  padding-top: 1rem !important;
9618
9264
  padding-bottom: 1rem !important;
9619
9265
  }
9620
-
9621
9266
  .py-sm-4 {
9622
9267
  padding-top: 1.5rem !important;
9623
9268
  padding-bottom: 1.5rem !important;
9624
9269
  }
9625
-
9626
9270
  .py-sm-5 {
9627
9271
  padding-top: 3rem !important;
9628
9272
  padding-bottom: 3rem !important;
9629
9273
  }
9630
-
9631
9274
  .pt-sm-0 {
9632
9275
  padding-top: 0 !important;
9633
9276
  }
9634
-
9635
9277
  .pt-sm-1 {
9636
9278
  padding-top: 0.25rem !important;
9637
9279
  }
9638
-
9639
9280
  .pt-sm-2 {
9640
9281
  padding-top: 0.5rem !important;
9641
9282
  }
9642
-
9643
9283
  .pt-sm-3 {
9644
9284
  padding-top: 1rem !important;
9645
9285
  }
9646
-
9647
9286
  .pt-sm-4 {
9648
9287
  padding-top: 1.5rem !important;
9649
9288
  }
9650
-
9651
9289
  .pt-sm-5 {
9652
9290
  padding-top: 3rem !important;
9653
9291
  }
9654
-
9655
9292
  .pe-sm-0 {
9656
9293
  padding-left: 0 !important;
9657
9294
  }
9658
-
9659
9295
  .pe-sm-1 {
9660
9296
  padding-left: 0.25rem !important;
9661
9297
  }
9662
-
9663
9298
  .pe-sm-2 {
9664
9299
  padding-left: 0.5rem !important;
9665
9300
  }
9666
-
9667
9301
  .pe-sm-3 {
9668
9302
  padding-left: 1rem !important;
9669
9303
  }
9670
-
9671
9304
  .pe-sm-4 {
9672
9305
  padding-left: 1.5rem !important;
9673
9306
  }
9674
-
9675
9307
  .pe-sm-5 {
9676
9308
  padding-left: 3rem !important;
9677
9309
  }
9678
-
9679
9310
  .pb-sm-0 {
9680
9311
  padding-bottom: 0 !important;
9681
9312
  }
9682
-
9683
9313
  .pb-sm-1 {
9684
9314
  padding-bottom: 0.25rem !important;
9685
9315
  }
9686
-
9687
9316
  .pb-sm-2 {
9688
9317
  padding-bottom: 0.5rem !important;
9689
9318
  }
9690
-
9691
9319
  .pb-sm-3 {
9692
9320
  padding-bottom: 1rem !important;
9693
9321
  }
9694
-
9695
9322
  .pb-sm-4 {
9696
9323
  padding-bottom: 1.5rem !important;
9697
9324
  }
9698
-
9699
9325
  .pb-sm-5 {
9700
9326
  padding-bottom: 3rem !important;
9701
9327
  }
9702
-
9703
9328
  .ps-sm-0 {
9704
9329
  padding-right: 0 !important;
9705
9330
  }
9706
-
9707
9331
  .ps-sm-1 {
9708
9332
  padding-right: 0.25rem !important;
9709
9333
  }
9710
-
9711
9334
  .ps-sm-2 {
9712
9335
  padding-right: 0.5rem !important;
9713
9336
  }
9714
-
9715
9337
  .ps-sm-3 {
9716
9338
  padding-right: 1rem !important;
9717
9339
  }
9718
-
9719
9340
  .ps-sm-4 {
9720
9341
  padding-right: 1.5rem !important;
9721
9342
  }
9722
-
9723
9343
  .ps-sm-5 {
9724
9344
  padding-right: 3rem !important;
9725
9345
  }
9726
-
9727
9346
  .text-sm-start {
9728
9347
  text-align: right !important;
9729
9348
  }
9730
-
9731
9349
  .text-sm-end {
9732
9350
  text-align: left !important;
9733
9351
  }
9734
-
9735
9352
  .text-sm-center {
9736
9353
  text-align: center !important;
9737
9354
  }
@@ -9740,649 +9357,494 @@ textarea.form-control-lg {
9740
9357
  .float-md-start {
9741
9358
  float: right !important;
9742
9359
  }
9743
-
9744
9360
  .float-md-end {
9745
9361
  float: left !important;
9746
9362
  }
9747
-
9748
9363
  .float-md-none {
9749
9364
  float: none !important;
9750
9365
  }
9751
-
9752
9366
  .d-md-inline {
9753
9367
  display: inline !important;
9754
9368
  }
9755
-
9756
9369
  .d-md-inline-block {
9757
9370
  display: inline-block !important;
9758
9371
  }
9759
-
9760
9372
  .d-md-block {
9761
9373
  display: block !important;
9762
9374
  }
9763
-
9764
9375
  .d-md-grid {
9765
9376
  display: grid !important;
9766
9377
  }
9767
-
9768
9378
  .d-md-table {
9769
9379
  display: table !important;
9770
9380
  }
9771
-
9772
9381
  .d-md-table-row {
9773
9382
  display: table-row !important;
9774
9383
  }
9775
-
9776
9384
  .d-md-table-cell {
9777
9385
  display: table-cell !important;
9778
9386
  }
9779
-
9780
9387
  .d-md-flex {
9781
9388
  display: flex !important;
9782
9389
  }
9783
-
9784
9390
  .d-md-inline-flex {
9785
9391
  display: inline-flex !important;
9786
9392
  }
9787
-
9788
9393
  .d-md-none {
9789
9394
  display: none !important;
9790
9395
  }
9791
-
9792
9396
  .flex-md-fill {
9793
9397
  flex: 1 1 auto !important;
9794
9398
  }
9795
-
9796
9399
  .flex-md-row {
9797
9400
  flex-direction: row !important;
9798
9401
  }
9799
-
9800
9402
  .flex-md-column {
9801
9403
  flex-direction: column !important;
9802
9404
  }
9803
-
9804
9405
  .flex-md-row-reverse {
9805
9406
  flex-direction: row-reverse !important;
9806
9407
  }
9807
-
9808
9408
  .flex-md-column-reverse {
9809
9409
  flex-direction: column-reverse !important;
9810
9410
  }
9811
-
9812
9411
  .flex-md-grow-0 {
9813
9412
  flex-grow: 0 !important;
9814
9413
  }
9815
-
9816
9414
  .flex-md-grow-1 {
9817
9415
  flex-grow: 1 !important;
9818
9416
  }
9819
-
9820
9417
  .flex-md-shrink-0 {
9821
9418
  flex-shrink: 0 !important;
9822
9419
  }
9823
-
9824
9420
  .flex-md-shrink-1 {
9825
9421
  flex-shrink: 1 !important;
9826
9422
  }
9827
-
9828
9423
  .flex-md-wrap {
9829
9424
  flex-wrap: wrap !important;
9830
9425
  }
9831
-
9832
9426
  .flex-md-nowrap {
9833
9427
  flex-wrap: nowrap !important;
9834
9428
  }
9835
-
9836
9429
  .flex-md-wrap-reverse {
9837
9430
  flex-wrap: wrap-reverse !important;
9838
9431
  }
9839
-
9840
9432
  .gap-md-0 {
9841
9433
  gap: 0 !important;
9842
9434
  }
9843
-
9844
9435
  .gap-md-1 {
9845
9436
  gap: 0.25rem !important;
9846
9437
  }
9847
-
9848
9438
  .gap-md-2 {
9849
9439
  gap: 0.5rem !important;
9850
9440
  }
9851
-
9852
9441
  .gap-md-3 {
9853
9442
  gap: 1rem !important;
9854
9443
  }
9855
-
9856
9444
  .gap-md-4 {
9857
9445
  gap: 1.5rem !important;
9858
9446
  }
9859
-
9860
9447
  .gap-md-5 {
9861
9448
  gap: 3rem !important;
9862
9449
  }
9863
-
9864
9450
  .justify-content-md-start {
9865
9451
  justify-content: flex-start !important;
9866
9452
  }
9867
-
9868
9453
  .justify-content-md-end {
9869
9454
  justify-content: flex-end !important;
9870
9455
  }
9871
-
9872
9456
  .justify-content-md-center {
9873
9457
  justify-content: center !important;
9874
9458
  }
9875
-
9876
9459
  .justify-content-md-between {
9877
9460
  justify-content: space-between !important;
9878
9461
  }
9879
-
9880
9462
  .justify-content-md-around {
9881
9463
  justify-content: space-around !important;
9882
9464
  }
9883
-
9884
9465
  .justify-content-md-evenly {
9885
9466
  justify-content: space-evenly !important;
9886
9467
  }
9887
-
9888
9468
  .align-items-md-start {
9889
9469
  align-items: flex-start !important;
9890
9470
  }
9891
-
9892
9471
  .align-items-md-end {
9893
9472
  align-items: flex-end !important;
9894
9473
  }
9895
-
9896
9474
  .align-items-md-center {
9897
9475
  align-items: center !important;
9898
9476
  }
9899
-
9900
9477
  .align-items-md-baseline {
9901
9478
  align-items: baseline !important;
9902
9479
  }
9903
-
9904
9480
  .align-items-md-stretch {
9905
9481
  align-items: stretch !important;
9906
9482
  }
9907
-
9908
9483
  .align-content-md-start {
9909
9484
  align-content: flex-start !important;
9910
9485
  }
9911
-
9912
9486
  .align-content-md-end {
9913
9487
  align-content: flex-end !important;
9914
9488
  }
9915
-
9916
9489
  .align-content-md-center {
9917
9490
  align-content: center !important;
9918
9491
  }
9919
-
9920
9492
  .align-content-md-between {
9921
9493
  align-content: space-between !important;
9922
9494
  }
9923
-
9924
9495
  .align-content-md-around {
9925
9496
  align-content: space-around !important;
9926
9497
  }
9927
-
9928
9498
  .align-content-md-stretch {
9929
9499
  align-content: stretch !important;
9930
9500
  }
9931
-
9932
9501
  .align-self-md-auto {
9933
9502
  align-self: auto !important;
9934
9503
  }
9935
-
9936
9504
  .align-self-md-start {
9937
9505
  align-self: flex-start !important;
9938
9506
  }
9939
-
9940
9507
  .align-self-md-end {
9941
9508
  align-self: flex-end !important;
9942
9509
  }
9943
-
9944
9510
  .align-self-md-center {
9945
9511
  align-self: center !important;
9946
9512
  }
9947
-
9948
9513
  .align-self-md-baseline {
9949
9514
  align-self: baseline !important;
9950
9515
  }
9951
-
9952
9516
  .align-self-md-stretch {
9953
9517
  align-self: stretch !important;
9954
9518
  }
9955
-
9956
9519
  .order-md-first {
9957
9520
  order: -1 !important;
9958
9521
  }
9959
-
9960
9522
  .order-md-0 {
9961
9523
  order: 0 !important;
9962
9524
  }
9963
-
9964
9525
  .order-md-1 {
9965
9526
  order: 1 !important;
9966
9527
  }
9967
-
9968
9528
  .order-md-2 {
9969
9529
  order: 2 !important;
9970
9530
  }
9971
-
9972
9531
  .order-md-3 {
9973
9532
  order: 3 !important;
9974
9533
  }
9975
-
9976
9534
  .order-md-4 {
9977
9535
  order: 4 !important;
9978
9536
  }
9979
-
9980
9537
  .order-md-5 {
9981
9538
  order: 5 !important;
9982
9539
  }
9983
-
9984
9540
  .order-md-last {
9985
9541
  order: 6 !important;
9986
9542
  }
9987
-
9988
9543
  .m-md-0 {
9989
9544
  margin: 0 !important;
9990
9545
  }
9991
-
9992
9546
  .m-md-1 {
9993
9547
  margin: 0.25rem !important;
9994
9548
  }
9995
-
9996
9549
  .m-md-2 {
9997
9550
  margin: 0.5rem !important;
9998
9551
  }
9999
-
10000
9552
  .m-md-3 {
10001
9553
  margin: 1rem !important;
10002
9554
  }
10003
-
10004
9555
  .m-md-4 {
10005
9556
  margin: 1.5rem !important;
10006
9557
  }
10007
-
10008
9558
  .m-md-5 {
10009
9559
  margin: 3rem !important;
10010
9560
  }
10011
-
10012
9561
  .m-md-auto {
10013
9562
  margin: auto !important;
10014
9563
  }
10015
-
10016
9564
  .mx-md-0 {
10017
9565
  margin-right: 0 !important;
10018
9566
  margin-left: 0 !important;
10019
9567
  }
10020
-
10021
9568
  .mx-md-1 {
10022
9569
  margin-right: 0.25rem !important;
10023
9570
  margin-left: 0.25rem !important;
10024
9571
  }
10025
-
10026
9572
  .mx-md-2 {
10027
9573
  margin-right: 0.5rem !important;
10028
9574
  margin-left: 0.5rem !important;
10029
9575
  }
10030
-
10031
9576
  .mx-md-3 {
10032
9577
  margin-right: 1rem !important;
10033
9578
  margin-left: 1rem !important;
10034
9579
  }
10035
-
10036
9580
  .mx-md-4 {
10037
9581
  margin-right: 1.5rem !important;
10038
9582
  margin-left: 1.5rem !important;
10039
9583
  }
10040
-
10041
9584
  .mx-md-5 {
10042
9585
  margin-right: 3rem !important;
10043
9586
  margin-left: 3rem !important;
10044
9587
  }
10045
-
10046
9588
  .mx-md-auto {
10047
9589
  margin-right: auto !important;
10048
9590
  margin-left: auto !important;
10049
9591
  }
10050
-
10051
9592
  .my-md-0 {
10052
9593
  margin-top: 0 !important;
10053
9594
  margin-bottom: 0 !important;
10054
9595
  }
10055
-
10056
9596
  .my-md-1 {
10057
9597
  margin-top: 0.25rem !important;
10058
9598
  margin-bottom: 0.25rem !important;
10059
9599
  }
10060
-
10061
9600
  .my-md-2 {
10062
9601
  margin-top: 0.5rem !important;
10063
9602
  margin-bottom: 0.5rem !important;
10064
9603
  }
10065
-
10066
9604
  .my-md-3 {
10067
9605
  margin-top: 1rem !important;
10068
9606
  margin-bottom: 1rem !important;
10069
9607
  }
10070
-
10071
9608
  .my-md-4 {
10072
9609
  margin-top: 1.5rem !important;
10073
9610
  margin-bottom: 1.5rem !important;
10074
9611
  }
10075
-
10076
9612
  .my-md-5 {
10077
9613
  margin-top: 3rem !important;
10078
9614
  margin-bottom: 3rem !important;
10079
9615
  }
10080
-
10081
9616
  .my-md-auto {
10082
9617
  margin-top: auto !important;
10083
9618
  margin-bottom: auto !important;
10084
9619
  }
10085
-
10086
9620
  .mt-md-0 {
10087
9621
  margin-top: 0 !important;
10088
9622
  }
10089
-
10090
9623
  .mt-md-1 {
10091
9624
  margin-top: 0.25rem !important;
10092
9625
  }
10093
-
10094
9626
  .mt-md-2 {
10095
9627
  margin-top: 0.5rem !important;
10096
9628
  }
10097
-
10098
9629
  .mt-md-3 {
10099
9630
  margin-top: 1rem !important;
10100
9631
  }
10101
-
10102
9632
  .mt-md-4 {
10103
9633
  margin-top: 1.5rem !important;
10104
9634
  }
10105
-
10106
9635
  .mt-md-5 {
10107
9636
  margin-top: 3rem !important;
10108
9637
  }
10109
-
10110
9638
  .mt-md-auto {
10111
9639
  margin-top: auto !important;
10112
9640
  }
10113
-
10114
9641
  .me-md-0 {
10115
9642
  margin-left: 0 !important;
10116
9643
  }
10117
-
10118
9644
  .me-md-1 {
10119
9645
  margin-left: 0.25rem !important;
10120
9646
  }
10121
-
10122
9647
  .me-md-2 {
10123
9648
  margin-left: 0.5rem !important;
10124
9649
  }
10125
-
10126
9650
  .me-md-3 {
10127
9651
  margin-left: 1rem !important;
10128
9652
  }
10129
-
10130
9653
  .me-md-4 {
10131
9654
  margin-left: 1.5rem !important;
10132
9655
  }
10133
-
10134
9656
  .me-md-5 {
10135
9657
  margin-left: 3rem !important;
10136
9658
  }
10137
-
10138
9659
  .me-md-auto {
10139
9660
  margin-left: auto !important;
10140
9661
  }
10141
-
10142
9662
  .mb-md-0 {
10143
9663
  margin-bottom: 0 !important;
10144
9664
  }
10145
-
10146
9665
  .mb-md-1 {
10147
9666
  margin-bottom: 0.25rem !important;
10148
9667
  }
10149
-
10150
9668
  .mb-md-2 {
10151
9669
  margin-bottom: 0.5rem !important;
10152
9670
  }
10153
-
10154
9671
  .mb-md-3 {
10155
9672
  margin-bottom: 1rem !important;
10156
9673
  }
10157
-
10158
9674
  .mb-md-4 {
10159
9675
  margin-bottom: 1.5rem !important;
10160
9676
  }
10161
-
10162
9677
  .mb-md-5 {
10163
9678
  margin-bottom: 3rem !important;
10164
9679
  }
10165
-
10166
9680
  .mb-md-auto {
10167
9681
  margin-bottom: auto !important;
10168
9682
  }
10169
-
10170
9683
  .ms-md-0 {
10171
9684
  margin-right: 0 !important;
10172
9685
  }
10173
-
10174
9686
  .ms-md-1 {
10175
9687
  margin-right: 0.25rem !important;
10176
9688
  }
10177
-
10178
9689
  .ms-md-2 {
10179
9690
  margin-right: 0.5rem !important;
10180
9691
  }
10181
-
10182
9692
  .ms-md-3 {
10183
9693
  margin-right: 1rem !important;
10184
9694
  }
10185
-
10186
9695
  .ms-md-4 {
10187
9696
  margin-right: 1.5rem !important;
10188
9697
  }
10189
-
10190
9698
  .ms-md-5 {
10191
9699
  margin-right: 3rem !important;
10192
9700
  }
10193
-
10194
9701
  .ms-md-auto {
10195
9702
  margin-right: auto !important;
10196
9703
  }
10197
-
10198
9704
  .p-md-0 {
10199
9705
  padding: 0 !important;
10200
9706
  }
10201
-
10202
9707
  .p-md-1 {
10203
9708
  padding: 0.25rem !important;
10204
9709
  }
10205
-
10206
9710
  .p-md-2 {
10207
9711
  padding: 0.5rem !important;
10208
9712
  }
10209
-
10210
9713
  .p-md-3 {
10211
9714
  padding: 1rem !important;
10212
9715
  }
10213
-
10214
9716
  .p-md-4 {
10215
9717
  padding: 1.5rem !important;
10216
9718
  }
10217
-
10218
9719
  .p-md-5 {
10219
9720
  padding: 3rem !important;
10220
9721
  }
10221
-
10222
9722
  .px-md-0 {
10223
9723
  padding-right: 0 !important;
10224
9724
  padding-left: 0 !important;
10225
9725
  }
10226
-
10227
9726
  .px-md-1 {
10228
9727
  padding-right: 0.25rem !important;
10229
9728
  padding-left: 0.25rem !important;
10230
9729
  }
10231
-
10232
9730
  .px-md-2 {
10233
9731
  padding-right: 0.5rem !important;
10234
9732
  padding-left: 0.5rem !important;
10235
9733
  }
10236
-
10237
9734
  .px-md-3 {
10238
9735
  padding-right: 1rem !important;
10239
9736
  padding-left: 1rem !important;
10240
9737
  }
10241
-
10242
9738
  .px-md-4 {
10243
9739
  padding-right: 1.5rem !important;
10244
9740
  padding-left: 1.5rem !important;
10245
9741
  }
10246
-
10247
9742
  .px-md-5 {
10248
9743
  padding-right: 3rem !important;
10249
9744
  padding-left: 3rem !important;
10250
9745
  }
10251
-
10252
9746
  .py-md-0 {
10253
9747
  padding-top: 0 !important;
10254
9748
  padding-bottom: 0 !important;
10255
9749
  }
10256
-
10257
9750
  .py-md-1 {
10258
9751
  padding-top: 0.25rem !important;
10259
9752
  padding-bottom: 0.25rem !important;
10260
9753
  }
10261
-
10262
9754
  .py-md-2 {
10263
9755
  padding-top: 0.5rem !important;
10264
9756
  padding-bottom: 0.5rem !important;
10265
9757
  }
10266
-
10267
9758
  .py-md-3 {
10268
9759
  padding-top: 1rem !important;
10269
9760
  padding-bottom: 1rem !important;
10270
9761
  }
10271
-
10272
9762
  .py-md-4 {
10273
9763
  padding-top: 1.5rem !important;
10274
9764
  padding-bottom: 1.5rem !important;
10275
9765
  }
10276
-
10277
9766
  .py-md-5 {
10278
9767
  padding-top: 3rem !important;
10279
9768
  padding-bottom: 3rem !important;
10280
9769
  }
10281
-
10282
9770
  .pt-md-0 {
10283
9771
  padding-top: 0 !important;
10284
9772
  }
10285
-
10286
9773
  .pt-md-1 {
10287
9774
  padding-top: 0.25rem !important;
10288
9775
  }
10289
-
10290
9776
  .pt-md-2 {
10291
9777
  padding-top: 0.5rem !important;
10292
9778
  }
10293
-
10294
9779
  .pt-md-3 {
10295
9780
  padding-top: 1rem !important;
10296
9781
  }
10297
-
10298
9782
  .pt-md-4 {
10299
9783
  padding-top: 1.5rem !important;
10300
9784
  }
10301
-
10302
9785
  .pt-md-5 {
10303
9786
  padding-top: 3rem !important;
10304
9787
  }
10305
-
10306
9788
  .pe-md-0 {
10307
9789
  padding-left: 0 !important;
10308
9790
  }
10309
-
10310
9791
  .pe-md-1 {
10311
9792
  padding-left: 0.25rem !important;
10312
9793
  }
10313
-
10314
9794
  .pe-md-2 {
10315
9795
  padding-left: 0.5rem !important;
10316
9796
  }
10317
-
10318
9797
  .pe-md-3 {
10319
9798
  padding-left: 1rem !important;
10320
9799
  }
10321
-
10322
9800
  .pe-md-4 {
10323
9801
  padding-left: 1.5rem !important;
10324
9802
  }
10325
-
10326
9803
  .pe-md-5 {
10327
9804
  padding-left: 3rem !important;
10328
9805
  }
10329
-
10330
9806
  .pb-md-0 {
10331
9807
  padding-bottom: 0 !important;
10332
9808
  }
10333
-
10334
9809
  .pb-md-1 {
10335
9810
  padding-bottom: 0.25rem !important;
10336
9811
  }
10337
-
10338
9812
  .pb-md-2 {
10339
9813
  padding-bottom: 0.5rem !important;
10340
9814
  }
10341
-
10342
9815
  .pb-md-3 {
10343
9816
  padding-bottom: 1rem !important;
10344
9817
  }
10345
-
10346
9818
  .pb-md-4 {
10347
9819
  padding-bottom: 1.5rem !important;
10348
9820
  }
10349
-
10350
9821
  .pb-md-5 {
10351
9822
  padding-bottom: 3rem !important;
10352
9823
  }
10353
-
10354
9824
  .ps-md-0 {
10355
9825
  padding-right: 0 !important;
10356
9826
  }
10357
-
10358
9827
  .ps-md-1 {
10359
9828
  padding-right: 0.25rem !important;
10360
9829
  }
10361
-
10362
9830
  .ps-md-2 {
10363
9831
  padding-right: 0.5rem !important;
10364
9832
  }
10365
-
10366
9833
  .ps-md-3 {
10367
9834
  padding-right: 1rem !important;
10368
9835
  }
10369
-
10370
9836
  .ps-md-4 {
10371
9837
  padding-right: 1.5rem !important;
10372
9838
  }
10373
-
10374
9839
  .ps-md-5 {
10375
9840
  padding-right: 3rem !important;
10376
9841
  }
10377
-
10378
9842
  .text-md-start {
10379
9843
  text-align: right !important;
10380
9844
  }
10381
-
10382
9845
  .text-md-end {
10383
9846
  text-align: left !important;
10384
9847
  }
10385
-
10386
9848
  .text-md-center {
10387
9849
  text-align: center !important;
10388
9850
  }
@@ -10391,649 +9853,494 @@ textarea.form-control-lg {
10391
9853
  .float-lg-start {
10392
9854
  float: right !important;
10393
9855
  }
10394
-
10395
9856
  .float-lg-end {
10396
9857
  float: left !important;
10397
9858
  }
10398
-
10399
9859
  .float-lg-none {
10400
9860
  float: none !important;
10401
9861
  }
10402
-
10403
9862
  .d-lg-inline {
10404
9863
  display: inline !important;
10405
9864
  }
10406
-
10407
9865
  .d-lg-inline-block {
10408
9866
  display: inline-block !important;
10409
9867
  }
10410
-
10411
9868
  .d-lg-block {
10412
9869
  display: block !important;
10413
9870
  }
10414
-
10415
9871
  .d-lg-grid {
10416
9872
  display: grid !important;
10417
9873
  }
10418
-
10419
9874
  .d-lg-table {
10420
9875
  display: table !important;
10421
9876
  }
10422
-
10423
9877
  .d-lg-table-row {
10424
9878
  display: table-row !important;
10425
9879
  }
10426
-
10427
9880
  .d-lg-table-cell {
10428
9881
  display: table-cell !important;
10429
9882
  }
10430
-
10431
9883
  .d-lg-flex {
10432
9884
  display: flex !important;
10433
9885
  }
10434
-
10435
9886
  .d-lg-inline-flex {
10436
9887
  display: inline-flex !important;
10437
9888
  }
10438
-
10439
9889
  .d-lg-none {
10440
9890
  display: none !important;
10441
9891
  }
10442
-
10443
9892
  .flex-lg-fill {
10444
9893
  flex: 1 1 auto !important;
10445
9894
  }
10446
-
10447
9895
  .flex-lg-row {
10448
9896
  flex-direction: row !important;
10449
9897
  }
10450
-
10451
9898
  .flex-lg-column {
10452
9899
  flex-direction: column !important;
10453
9900
  }
10454
-
10455
9901
  .flex-lg-row-reverse {
10456
9902
  flex-direction: row-reverse !important;
10457
9903
  }
10458
-
10459
9904
  .flex-lg-column-reverse {
10460
9905
  flex-direction: column-reverse !important;
10461
9906
  }
10462
-
10463
9907
  .flex-lg-grow-0 {
10464
9908
  flex-grow: 0 !important;
10465
9909
  }
10466
-
10467
9910
  .flex-lg-grow-1 {
10468
9911
  flex-grow: 1 !important;
10469
9912
  }
10470
-
10471
9913
  .flex-lg-shrink-0 {
10472
9914
  flex-shrink: 0 !important;
10473
9915
  }
10474
-
10475
9916
  .flex-lg-shrink-1 {
10476
9917
  flex-shrink: 1 !important;
10477
9918
  }
10478
-
10479
9919
  .flex-lg-wrap {
10480
9920
  flex-wrap: wrap !important;
10481
9921
  }
10482
-
10483
9922
  .flex-lg-nowrap {
10484
9923
  flex-wrap: nowrap !important;
10485
9924
  }
10486
-
10487
9925
  .flex-lg-wrap-reverse {
10488
9926
  flex-wrap: wrap-reverse !important;
10489
9927
  }
10490
-
10491
9928
  .gap-lg-0 {
10492
9929
  gap: 0 !important;
10493
9930
  }
10494
-
10495
9931
  .gap-lg-1 {
10496
9932
  gap: 0.25rem !important;
10497
9933
  }
10498
-
10499
9934
  .gap-lg-2 {
10500
9935
  gap: 0.5rem !important;
10501
9936
  }
10502
-
10503
9937
  .gap-lg-3 {
10504
9938
  gap: 1rem !important;
10505
9939
  }
10506
-
10507
9940
  .gap-lg-4 {
10508
9941
  gap: 1.5rem !important;
10509
9942
  }
10510
-
10511
9943
  .gap-lg-5 {
10512
9944
  gap: 3rem !important;
10513
9945
  }
10514
-
10515
9946
  .justify-content-lg-start {
10516
9947
  justify-content: flex-start !important;
10517
9948
  }
10518
-
10519
9949
  .justify-content-lg-end {
10520
9950
  justify-content: flex-end !important;
10521
9951
  }
10522
-
10523
9952
  .justify-content-lg-center {
10524
9953
  justify-content: center !important;
10525
9954
  }
10526
-
10527
9955
  .justify-content-lg-between {
10528
9956
  justify-content: space-between !important;
10529
9957
  }
10530
-
10531
9958
  .justify-content-lg-around {
10532
9959
  justify-content: space-around !important;
10533
9960
  }
10534
-
10535
9961
  .justify-content-lg-evenly {
10536
9962
  justify-content: space-evenly !important;
10537
9963
  }
10538
-
10539
9964
  .align-items-lg-start {
10540
9965
  align-items: flex-start !important;
10541
9966
  }
10542
-
10543
9967
  .align-items-lg-end {
10544
9968
  align-items: flex-end !important;
10545
9969
  }
10546
-
10547
9970
  .align-items-lg-center {
10548
9971
  align-items: center !important;
10549
9972
  }
10550
-
10551
9973
  .align-items-lg-baseline {
10552
9974
  align-items: baseline !important;
10553
9975
  }
10554
-
10555
9976
  .align-items-lg-stretch {
10556
9977
  align-items: stretch !important;
10557
9978
  }
10558
-
10559
9979
  .align-content-lg-start {
10560
9980
  align-content: flex-start !important;
10561
9981
  }
10562
-
10563
9982
  .align-content-lg-end {
10564
9983
  align-content: flex-end !important;
10565
9984
  }
10566
-
10567
9985
  .align-content-lg-center {
10568
9986
  align-content: center !important;
10569
9987
  }
10570
-
10571
9988
  .align-content-lg-between {
10572
9989
  align-content: space-between !important;
10573
9990
  }
10574
-
10575
9991
  .align-content-lg-around {
10576
9992
  align-content: space-around !important;
10577
9993
  }
10578
-
10579
9994
  .align-content-lg-stretch {
10580
9995
  align-content: stretch !important;
10581
9996
  }
10582
-
10583
9997
  .align-self-lg-auto {
10584
9998
  align-self: auto !important;
10585
9999
  }
10586
-
10587
10000
  .align-self-lg-start {
10588
10001
  align-self: flex-start !important;
10589
10002
  }
10590
-
10591
10003
  .align-self-lg-end {
10592
10004
  align-self: flex-end !important;
10593
10005
  }
10594
-
10595
10006
  .align-self-lg-center {
10596
10007
  align-self: center !important;
10597
10008
  }
10598
-
10599
10009
  .align-self-lg-baseline {
10600
10010
  align-self: baseline !important;
10601
10011
  }
10602
-
10603
10012
  .align-self-lg-stretch {
10604
10013
  align-self: stretch !important;
10605
10014
  }
10606
-
10607
10015
  .order-lg-first {
10608
10016
  order: -1 !important;
10609
10017
  }
10610
-
10611
10018
  .order-lg-0 {
10612
10019
  order: 0 !important;
10613
10020
  }
10614
-
10615
10021
  .order-lg-1 {
10616
10022
  order: 1 !important;
10617
10023
  }
10618
-
10619
10024
  .order-lg-2 {
10620
10025
  order: 2 !important;
10621
10026
  }
10622
-
10623
10027
  .order-lg-3 {
10624
10028
  order: 3 !important;
10625
10029
  }
10626
-
10627
10030
  .order-lg-4 {
10628
10031
  order: 4 !important;
10629
10032
  }
10630
-
10631
10033
  .order-lg-5 {
10632
10034
  order: 5 !important;
10633
10035
  }
10634
-
10635
10036
  .order-lg-last {
10636
10037
  order: 6 !important;
10637
10038
  }
10638
-
10639
10039
  .m-lg-0 {
10640
10040
  margin: 0 !important;
10641
10041
  }
10642
-
10643
10042
  .m-lg-1 {
10644
10043
  margin: 0.25rem !important;
10645
10044
  }
10646
-
10647
10045
  .m-lg-2 {
10648
10046
  margin: 0.5rem !important;
10649
10047
  }
10650
-
10651
10048
  .m-lg-3 {
10652
10049
  margin: 1rem !important;
10653
10050
  }
10654
-
10655
10051
  .m-lg-4 {
10656
10052
  margin: 1.5rem !important;
10657
10053
  }
10658
-
10659
10054
  .m-lg-5 {
10660
10055
  margin: 3rem !important;
10661
10056
  }
10662
-
10663
10057
  .m-lg-auto {
10664
10058
  margin: auto !important;
10665
10059
  }
10666
-
10667
10060
  .mx-lg-0 {
10668
10061
  margin-right: 0 !important;
10669
10062
  margin-left: 0 !important;
10670
10063
  }
10671
-
10672
10064
  .mx-lg-1 {
10673
10065
  margin-right: 0.25rem !important;
10674
10066
  margin-left: 0.25rem !important;
10675
10067
  }
10676
-
10677
10068
  .mx-lg-2 {
10678
10069
  margin-right: 0.5rem !important;
10679
10070
  margin-left: 0.5rem !important;
10680
10071
  }
10681
-
10682
10072
  .mx-lg-3 {
10683
10073
  margin-right: 1rem !important;
10684
10074
  margin-left: 1rem !important;
10685
10075
  }
10686
-
10687
10076
  .mx-lg-4 {
10688
10077
  margin-right: 1.5rem !important;
10689
10078
  margin-left: 1.5rem !important;
10690
10079
  }
10691
-
10692
10080
  .mx-lg-5 {
10693
10081
  margin-right: 3rem !important;
10694
10082
  margin-left: 3rem !important;
10695
10083
  }
10696
-
10697
10084
  .mx-lg-auto {
10698
10085
  margin-right: auto !important;
10699
10086
  margin-left: auto !important;
10700
10087
  }
10701
-
10702
10088
  .my-lg-0 {
10703
10089
  margin-top: 0 !important;
10704
10090
  margin-bottom: 0 !important;
10705
10091
  }
10706
-
10707
10092
  .my-lg-1 {
10708
10093
  margin-top: 0.25rem !important;
10709
10094
  margin-bottom: 0.25rem !important;
10710
10095
  }
10711
-
10712
10096
  .my-lg-2 {
10713
10097
  margin-top: 0.5rem !important;
10714
10098
  margin-bottom: 0.5rem !important;
10715
10099
  }
10716
-
10717
10100
  .my-lg-3 {
10718
10101
  margin-top: 1rem !important;
10719
10102
  margin-bottom: 1rem !important;
10720
10103
  }
10721
-
10722
10104
  .my-lg-4 {
10723
10105
  margin-top: 1.5rem !important;
10724
10106
  margin-bottom: 1.5rem !important;
10725
10107
  }
10726
-
10727
10108
  .my-lg-5 {
10728
10109
  margin-top: 3rem !important;
10729
10110
  margin-bottom: 3rem !important;
10730
10111
  }
10731
-
10732
10112
  .my-lg-auto {
10733
10113
  margin-top: auto !important;
10734
10114
  margin-bottom: auto !important;
10735
10115
  }
10736
-
10737
10116
  .mt-lg-0 {
10738
10117
  margin-top: 0 !important;
10739
10118
  }
10740
-
10741
10119
  .mt-lg-1 {
10742
10120
  margin-top: 0.25rem !important;
10743
10121
  }
10744
-
10745
10122
  .mt-lg-2 {
10746
10123
  margin-top: 0.5rem !important;
10747
10124
  }
10748
-
10749
10125
  .mt-lg-3 {
10750
10126
  margin-top: 1rem !important;
10751
10127
  }
10752
-
10753
10128
  .mt-lg-4 {
10754
10129
  margin-top: 1.5rem !important;
10755
10130
  }
10756
-
10757
10131
  .mt-lg-5 {
10758
10132
  margin-top: 3rem !important;
10759
10133
  }
10760
-
10761
10134
  .mt-lg-auto {
10762
10135
  margin-top: auto !important;
10763
10136
  }
10764
-
10765
10137
  .me-lg-0 {
10766
10138
  margin-left: 0 !important;
10767
10139
  }
10768
-
10769
10140
  .me-lg-1 {
10770
10141
  margin-left: 0.25rem !important;
10771
10142
  }
10772
-
10773
10143
  .me-lg-2 {
10774
10144
  margin-left: 0.5rem !important;
10775
10145
  }
10776
-
10777
10146
  .me-lg-3 {
10778
10147
  margin-left: 1rem !important;
10779
10148
  }
10780
-
10781
10149
  .me-lg-4 {
10782
10150
  margin-left: 1.5rem !important;
10783
10151
  }
10784
-
10785
10152
  .me-lg-5 {
10786
10153
  margin-left: 3rem !important;
10787
10154
  }
10788
-
10789
10155
  .me-lg-auto {
10790
10156
  margin-left: auto !important;
10791
10157
  }
10792
-
10793
10158
  .mb-lg-0 {
10794
10159
  margin-bottom: 0 !important;
10795
10160
  }
10796
-
10797
10161
  .mb-lg-1 {
10798
10162
  margin-bottom: 0.25rem !important;
10799
10163
  }
10800
-
10801
10164
  .mb-lg-2 {
10802
10165
  margin-bottom: 0.5rem !important;
10803
10166
  }
10804
-
10805
10167
  .mb-lg-3 {
10806
10168
  margin-bottom: 1rem !important;
10807
10169
  }
10808
-
10809
10170
  .mb-lg-4 {
10810
10171
  margin-bottom: 1.5rem !important;
10811
10172
  }
10812
-
10813
10173
  .mb-lg-5 {
10814
10174
  margin-bottom: 3rem !important;
10815
10175
  }
10816
-
10817
10176
  .mb-lg-auto {
10818
10177
  margin-bottom: auto !important;
10819
10178
  }
10820
-
10821
10179
  .ms-lg-0 {
10822
10180
  margin-right: 0 !important;
10823
10181
  }
10824
-
10825
10182
  .ms-lg-1 {
10826
10183
  margin-right: 0.25rem !important;
10827
10184
  }
10828
-
10829
10185
  .ms-lg-2 {
10830
10186
  margin-right: 0.5rem !important;
10831
10187
  }
10832
-
10833
10188
  .ms-lg-3 {
10834
10189
  margin-right: 1rem !important;
10835
10190
  }
10836
-
10837
10191
  .ms-lg-4 {
10838
10192
  margin-right: 1.5rem !important;
10839
10193
  }
10840
-
10841
10194
  .ms-lg-5 {
10842
10195
  margin-right: 3rem !important;
10843
10196
  }
10844
-
10845
10197
  .ms-lg-auto {
10846
10198
  margin-right: auto !important;
10847
10199
  }
10848
-
10849
10200
  .p-lg-0 {
10850
10201
  padding: 0 !important;
10851
10202
  }
10852
-
10853
10203
  .p-lg-1 {
10854
10204
  padding: 0.25rem !important;
10855
10205
  }
10856
-
10857
10206
  .p-lg-2 {
10858
10207
  padding: 0.5rem !important;
10859
10208
  }
10860
-
10861
10209
  .p-lg-3 {
10862
10210
  padding: 1rem !important;
10863
10211
  }
10864
-
10865
10212
  .p-lg-4 {
10866
10213
  padding: 1.5rem !important;
10867
10214
  }
10868
-
10869
10215
  .p-lg-5 {
10870
10216
  padding: 3rem !important;
10871
10217
  }
10872
-
10873
10218
  .px-lg-0 {
10874
10219
  padding-right: 0 !important;
10875
10220
  padding-left: 0 !important;
10876
10221
  }
10877
-
10878
10222
  .px-lg-1 {
10879
10223
  padding-right: 0.25rem !important;
10880
10224
  padding-left: 0.25rem !important;
10881
10225
  }
10882
-
10883
10226
  .px-lg-2 {
10884
10227
  padding-right: 0.5rem !important;
10885
10228
  padding-left: 0.5rem !important;
10886
10229
  }
10887
-
10888
10230
  .px-lg-3 {
10889
10231
  padding-right: 1rem !important;
10890
10232
  padding-left: 1rem !important;
10891
10233
  }
10892
-
10893
10234
  .px-lg-4 {
10894
10235
  padding-right: 1.5rem !important;
10895
10236
  padding-left: 1.5rem !important;
10896
10237
  }
10897
-
10898
10238
  .px-lg-5 {
10899
10239
  padding-right: 3rem !important;
10900
10240
  padding-left: 3rem !important;
10901
10241
  }
10902
-
10903
10242
  .py-lg-0 {
10904
10243
  padding-top: 0 !important;
10905
10244
  padding-bottom: 0 !important;
10906
10245
  }
10907
-
10908
10246
  .py-lg-1 {
10909
10247
  padding-top: 0.25rem !important;
10910
10248
  padding-bottom: 0.25rem !important;
10911
10249
  }
10912
-
10913
10250
  .py-lg-2 {
10914
10251
  padding-top: 0.5rem !important;
10915
10252
  padding-bottom: 0.5rem !important;
10916
10253
  }
10917
-
10918
10254
  .py-lg-3 {
10919
10255
  padding-top: 1rem !important;
10920
10256
  padding-bottom: 1rem !important;
10921
10257
  }
10922
-
10923
10258
  .py-lg-4 {
10924
10259
  padding-top: 1.5rem !important;
10925
10260
  padding-bottom: 1.5rem !important;
10926
10261
  }
10927
-
10928
10262
  .py-lg-5 {
10929
10263
  padding-top: 3rem !important;
10930
10264
  padding-bottom: 3rem !important;
10931
10265
  }
10932
-
10933
10266
  .pt-lg-0 {
10934
10267
  padding-top: 0 !important;
10935
10268
  }
10936
-
10937
10269
  .pt-lg-1 {
10938
10270
  padding-top: 0.25rem !important;
10939
10271
  }
10940
-
10941
10272
  .pt-lg-2 {
10942
10273
  padding-top: 0.5rem !important;
10943
10274
  }
10944
-
10945
10275
  .pt-lg-3 {
10946
10276
  padding-top: 1rem !important;
10947
10277
  }
10948
-
10949
10278
  .pt-lg-4 {
10950
10279
  padding-top: 1.5rem !important;
10951
10280
  }
10952
-
10953
10281
  .pt-lg-5 {
10954
10282
  padding-top: 3rem !important;
10955
10283
  }
10956
-
10957
10284
  .pe-lg-0 {
10958
10285
  padding-left: 0 !important;
10959
10286
  }
10960
-
10961
10287
  .pe-lg-1 {
10962
10288
  padding-left: 0.25rem !important;
10963
10289
  }
10964
-
10965
10290
  .pe-lg-2 {
10966
10291
  padding-left: 0.5rem !important;
10967
10292
  }
10968
-
10969
10293
  .pe-lg-3 {
10970
10294
  padding-left: 1rem !important;
10971
10295
  }
10972
-
10973
10296
  .pe-lg-4 {
10974
10297
  padding-left: 1.5rem !important;
10975
10298
  }
10976
-
10977
10299
  .pe-lg-5 {
10978
10300
  padding-left: 3rem !important;
10979
10301
  }
10980
-
10981
10302
  .pb-lg-0 {
10982
10303
  padding-bottom: 0 !important;
10983
10304
  }
10984
-
10985
10305
  .pb-lg-1 {
10986
10306
  padding-bottom: 0.25rem !important;
10987
10307
  }
10988
-
10989
10308
  .pb-lg-2 {
10990
10309
  padding-bottom: 0.5rem !important;
10991
10310
  }
10992
-
10993
10311
  .pb-lg-3 {
10994
10312
  padding-bottom: 1rem !important;
10995
10313
  }
10996
-
10997
10314
  .pb-lg-4 {
10998
10315
  padding-bottom: 1.5rem !important;
10999
10316
  }
11000
-
11001
10317
  .pb-lg-5 {
11002
10318
  padding-bottom: 3rem !important;
11003
10319
  }
11004
-
11005
10320
  .ps-lg-0 {
11006
10321
  padding-right: 0 !important;
11007
10322
  }
11008
-
11009
10323
  .ps-lg-1 {
11010
10324
  padding-right: 0.25rem !important;
11011
10325
  }
11012
-
11013
10326
  .ps-lg-2 {
11014
10327
  padding-right: 0.5rem !important;
11015
10328
  }
11016
-
11017
10329
  .ps-lg-3 {
11018
10330
  padding-right: 1rem !important;
11019
10331
  }
11020
-
11021
10332
  .ps-lg-4 {
11022
10333
  padding-right: 1.5rem !important;
11023
10334
  }
11024
-
11025
10335
  .ps-lg-5 {
11026
10336
  padding-right: 3rem !important;
11027
10337
  }
11028
-
11029
10338
  .text-lg-start {
11030
10339
  text-align: right !important;
11031
10340
  }
11032
-
11033
10341
  .text-lg-end {
11034
10342
  text-align: left !important;
11035
10343
  }
11036
-
11037
10344
  .text-lg-center {
11038
10345
  text-align: center !important;
11039
10346
  }
@@ -11042,649 +10349,494 @@ textarea.form-control-lg {
11042
10349
  .float-xl-start {
11043
10350
  float: right !important;
11044
10351
  }
11045
-
11046
10352
  .float-xl-end {
11047
10353
  float: left !important;
11048
10354
  }
11049
-
11050
10355
  .float-xl-none {
11051
10356
  float: none !important;
11052
10357
  }
11053
-
11054
10358
  .d-xl-inline {
11055
10359
  display: inline !important;
11056
10360
  }
11057
-
11058
10361
  .d-xl-inline-block {
11059
10362
  display: inline-block !important;
11060
10363
  }
11061
-
11062
10364
  .d-xl-block {
11063
10365
  display: block !important;
11064
10366
  }
11065
-
11066
10367
  .d-xl-grid {
11067
10368
  display: grid !important;
11068
10369
  }
11069
-
11070
10370
  .d-xl-table {
11071
10371
  display: table !important;
11072
10372
  }
11073
-
11074
10373
  .d-xl-table-row {
11075
10374
  display: table-row !important;
11076
10375
  }
11077
-
11078
10376
  .d-xl-table-cell {
11079
10377
  display: table-cell !important;
11080
10378
  }
11081
-
11082
10379
  .d-xl-flex {
11083
10380
  display: flex !important;
11084
10381
  }
11085
-
11086
10382
  .d-xl-inline-flex {
11087
10383
  display: inline-flex !important;
11088
10384
  }
11089
-
11090
10385
  .d-xl-none {
11091
10386
  display: none !important;
11092
10387
  }
11093
-
11094
10388
  .flex-xl-fill {
11095
10389
  flex: 1 1 auto !important;
11096
10390
  }
11097
-
11098
10391
  .flex-xl-row {
11099
10392
  flex-direction: row !important;
11100
10393
  }
11101
-
11102
10394
  .flex-xl-column {
11103
10395
  flex-direction: column !important;
11104
10396
  }
11105
-
11106
10397
  .flex-xl-row-reverse {
11107
10398
  flex-direction: row-reverse !important;
11108
10399
  }
11109
-
11110
10400
  .flex-xl-column-reverse {
11111
10401
  flex-direction: column-reverse !important;
11112
10402
  }
11113
-
11114
10403
  .flex-xl-grow-0 {
11115
10404
  flex-grow: 0 !important;
11116
10405
  }
11117
-
11118
10406
  .flex-xl-grow-1 {
11119
10407
  flex-grow: 1 !important;
11120
10408
  }
11121
-
11122
10409
  .flex-xl-shrink-0 {
11123
10410
  flex-shrink: 0 !important;
11124
10411
  }
11125
-
11126
10412
  .flex-xl-shrink-1 {
11127
10413
  flex-shrink: 1 !important;
11128
10414
  }
11129
-
11130
10415
  .flex-xl-wrap {
11131
10416
  flex-wrap: wrap !important;
11132
10417
  }
11133
-
11134
10418
  .flex-xl-nowrap {
11135
10419
  flex-wrap: nowrap !important;
11136
10420
  }
11137
-
11138
10421
  .flex-xl-wrap-reverse {
11139
10422
  flex-wrap: wrap-reverse !important;
11140
10423
  }
11141
-
11142
10424
  .gap-xl-0 {
11143
10425
  gap: 0 !important;
11144
10426
  }
11145
-
11146
10427
  .gap-xl-1 {
11147
10428
  gap: 0.25rem !important;
11148
10429
  }
11149
-
11150
10430
  .gap-xl-2 {
11151
10431
  gap: 0.5rem !important;
11152
10432
  }
11153
-
11154
10433
  .gap-xl-3 {
11155
10434
  gap: 1rem !important;
11156
10435
  }
11157
-
11158
10436
  .gap-xl-4 {
11159
10437
  gap: 1.5rem !important;
11160
10438
  }
11161
-
11162
10439
  .gap-xl-5 {
11163
10440
  gap: 3rem !important;
11164
10441
  }
11165
-
11166
10442
  .justify-content-xl-start {
11167
10443
  justify-content: flex-start !important;
11168
10444
  }
11169
-
11170
10445
  .justify-content-xl-end {
11171
10446
  justify-content: flex-end !important;
11172
10447
  }
11173
-
11174
10448
  .justify-content-xl-center {
11175
10449
  justify-content: center !important;
11176
10450
  }
11177
-
11178
10451
  .justify-content-xl-between {
11179
10452
  justify-content: space-between !important;
11180
10453
  }
11181
-
11182
10454
  .justify-content-xl-around {
11183
10455
  justify-content: space-around !important;
11184
10456
  }
11185
-
11186
10457
  .justify-content-xl-evenly {
11187
10458
  justify-content: space-evenly !important;
11188
10459
  }
11189
-
11190
10460
  .align-items-xl-start {
11191
10461
  align-items: flex-start !important;
11192
10462
  }
11193
-
11194
10463
  .align-items-xl-end {
11195
10464
  align-items: flex-end !important;
11196
10465
  }
11197
-
11198
10466
  .align-items-xl-center {
11199
10467
  align-items: center !important;
11200
10468
  }
11201
-
11202
10469
  .align-items-xl-baseline {
11203
10470
  align-items: baseline !important;
11204
10471
  }
11205
-
11206
10472
  .align-items-xl-stretch {
11207
10473
  align-items: stretch !important;
11208
10474
  }
11209
-
11210
10475
  .align-content-xl-start {
11211
10476
  align-content: flex-start !important;
11212
10477
  }
11213
-
11214
10478
  .align-content-xl-end {
11215
10479
  align-content: flex-end !important;
11216
10480
  }
11217
-
11218
10481
  .align-content-xl-center {
11219
10482
  align-content: center !important;
11220
10483
  }
11221
-
11222
10484
  .align-content-xl-between {
11223
10485
  align-content: space-between !important;
11224
10486
  }
11225
-
11226
10487
  .align-content-xl-around {
11227
10488
  align-content: space-around !important;
11228
10489
  }
11229
-
11230
10490
  .align-content-xl-stretch {
11231
10491
  align-content: stretch !important;
11232
10492
  }
11233
-
11234
10493
  .align-self-xl-auto {
11235
10494
  align-self: auto !important;
11236
10495
  }
11237
-
11238
10496
  .align-self-xl-start {
11239
10497
  align-self: flex-start !important;
11240
10498
  }
11241
-
11242
10499
  .align-self-xl-end {
11243
10500
  align-self: flex-end !important;
11244
10501
  }
11245
-
11246
10502
  .align-self-xl-center {
11247
10503
  align-self: center !important;
11248
10504
  }
11249
-
11250
10505
  .align-self-xl-baseline {
11251
10506
  align-self: baseline !important;
11252
10507
  }
11253
-
11254
10508
  .align-self-xl-stretch {
11255
10509
  align-self: stretch !important;
11256
10510
  }
11257
-
11258
10511
  .order-xl-first {
11259
10512
  order: -1 !important;
11260
10513
  }
11261
-
11262
10514
  .order-xl-0 {
11263
10515
  order: 0 !important;
11264
10516
  }
11265
-
11266
10517
  .order-xl-1 {
11267
10518
  order: 1 !important;
11268
10519
  }
11269
-
11270
10520
  .order-xl-2 {
11271
10521
  order: 2 !important;
11272
10522
  }
11273
-
11274
10523
  .order-xl-3 {
11275
10524
  order: 3 !important;
11276
10525
  }
11277
-
11278
10526
  .order-xl-4 {
11279
10527
  order: 4 !important;
11280
10528
  }
11281
-
11282
10529
  .order-xl-5 {
11283
10530
  order: 5 !important;
11284
10531
  }
11285
-
11286
10532
  .order-xl-last {
11287
10533
  order: 6 !important;
11288
10534
  }
11289
-
11290
10535
  .m-xl-0 {
11291
10536
  margin: 0 !important;
11292
10537
  }
11293
-
11294
10538
  .m-xl-1 {
11295
10539
  margin: 0.25rem !important;
11296
10540
  }
11297
-
11298
10541
  .m-xl-2 {
11299
10542
  margin: 0.5rem !important;
11300
10543
  }
11301
-
11302
10544
  .m-xl-3 {
11303
10545
  margin: 1rem !important;
11304
10546
  }
11305
-
11306
10547
  .m-xl-4 {
11307
10548
  margin: 1.5rem !important;
11308
10549
  }
11309
-
11310
10550
  .m-xl-5 {
11311
10551
  margin: 3rem !important;
11312
10552
  }
11313
-
11314
10553
  .m-xl-auto {
11315
10554
  margin: auto !important;
11316
10555
  }
11317
-
11318
10556
  .mx-xl-0 {
11319
10557
  margin-right: 0 !important;
11320
10558
  margin-left: 0 !important;
11321
10559
  }
11322
-
11323
10560
  .mx-xl-1 {
11324
10561
  margin-right: 0.25rem !important;
11325
10562
  margin-left: 0.25rem !important;
11326
10563
  }
11327
-
11328
10564
  .mx-xl-2 {
11329
10565
  margin-right: 0.5rem !important;
11330
10566
  margin-left: 0.5rem !important;
11331
10567
  }
11332
-
11333
10568
  .mx-xl-3 {
11334
10569
  margin-right: 1rem !important;
11335
10570
  margin-left: 1rem !important;
11336
10571
  }
11337
-
11338
10572
  .mx-xl-4 {
11339
10573
  margin-right: 1.5rem !important;
11340
10574
  margin-left: 1.5rem !important;
11341
10575
  }
11342
-
11343
10576
  .mx-xl-5 {
11344
10577
  margin-right: 3rem !important;
11345
10578
  margin-left: 3rem !important;
11346
10579
  }
11347
-
11348
10580
  .mx-xl-auto {
11349
10581
  margin-right: auto !important;
11350
10582
  margin-left: auto !important;
11351
10583
  }
11352
-
11353
10584
  .my-xl-0 {
11354
10585
  margin-top: 0 !important;
11355
10586
  margin-bottom: 0 !important;
11356
10587
  }
11357
-
11358
10588
  .my-xl-1 {
11359
10589
  margin-top: 0.25rem !important;
11360
10590
  margin-bottom: 0.25rem !important;
11361
10591
  }
11362
-
11363
10592
  .my-xl-2 {
11364
10593
  margin-top: 0.5rem !important;
11365
10594
  margin-bottom: 0.5rem !important;
11366
10595
  }
11367
-
11368
10596
  .my-xl-3 {
11369
10597
  margin-top: 1rem !important;
11370
10598
  margin-bottom: 1rem !important;
11371
10599
  }
11372
-
11373
10600
  .my-xl-4 {
11374
10601
  margin-top: 1.5rem !important;
11375
10602
  margin-bottom: 1.5rem !important;
11376
10603
  }
11377
-
11378
10604
  .my-xl-5 {
11379
10605
  margin-top: 3rem !important;
11380
10606
  margin-bottom: 3rem !important;
11381
10607
  }
11382
-
11383
10608
  .my-xl-auto {
11384
10609
  margin-top: auto !important;
11385
10610
  margin-bottom: auto !important;
11386
10611
  }
11387
-
11388
10612
  .mt-xl-0 {
11389
10613
  margin-top: 0 !important;
11390
10614
  }
11391
-
11392
10615
  .mt-xl-1 {
11393
10616
  margin-top: 0.25rem !important;
11394
10617
  }
11395
-
11396
10618
  .mt-xl-2 {
11397
10619
  margin-top: 0.5rem !important;
11398
10620
  }
11399
-
11400
10621
  .mt-xl-3 {
11401
10622
  margin-top: 1rem !important;
11402
10623
  }
11403
-
11404
10624
  .mt-xl-4 {
11405
10625
  margin-top: 1.5rem !important;
11406
10626
  }
11407
-
11408
10627
  .mt-xl-5 {
11409
10628
  margin-top: 3rem !important;
11410
10629
  }
11411
-
11412
10630
  .mt-xl-auto {
11413
10631
  margin-top: auto !important;
11414
10632
  }
11415
-
11416
10633
  .me-xl-0 {
11417
10634
  margin-left: 0 !important;
11418
10635
  }
11419
-
11420
10636
  .me-xl-1 {
11421
10637
  margin-left: 0.25rem !important;
11422
10638
  }
11423
-
11424
10639
  .me-xl-2 {
11425
10640
  margin-left: 0.5rem !important;
11426
10641
  }
11427
-
11428
10642
  .me-xl-3 {
11429
10643
  margin-left: 1rem !important;
11430
10644
  }
11431
-
11432
10645
  .me-xl-4 {
11433
10646
  margin-left: 1.5rem !important;
11434
10647
  }
11435
-
11436
10648
  .me-xl-5 {
11437
10649
  margin-left: 3rem !important;
11438
10650
  }
11439
-
11440
10651
  .me-xl-auto {
11441
10652
  margin-left: auto !important;
11442
10653
  }
11443
-
11444
10654
  .mb-xl-0 {
11445
10655
  margin-bottom: 0 !important;
11446
10656
  }
11447
-
11448
10657
  .mb-xl-1 {
11449
10658
  margin-bottom: 0.25rem !important;
11450
10659
  }
11451
-
11452
10660
  .mb-xl-2 {
11453
10661
  margin-bottom: 0.5rem !important;
11454
10662
  }
11455
-
11456
10663
  .mb-xl-3 {
11457
10664
  margin-bottom: 1rem !important;
11458
10665
  }
11459
-
11460
10666
  .mb-xl-4 {
11461
10667
  margin-bottom: 1.5rem !important;
11462
10668
  }
11463
-
11464
10669
  .mb-xl-5 {
11465
10670
  margin-bottom: 3rem !important;
11466
10671
  }
11467
-
11468
10672
  .mb-xl-auto {
11469
10673
  margin-bottom: auto !important;
11470
10674
  }
11471
-
11472
10675
  .ms-xl-0 {
11473
10676
  margin-right: 0 !important;
11474
10677
  }
11475
-
11476
10678
  .ms-xl-1 {
11477
10679
  margin-right: 0.25rem !important;
11478
10680
  }
11479
-
11480
10681
  .ms-xl-2 {
11481
10682
  margin-right: 0.5rem !important;
11482
10683
  }
11483
-
11484
10684
  .ms-xl-3 {
11485
10685
  margin-right: 1rem !important;
11486
10686
  }
11487
-
11488
10687
  .ms-xl-4 {
11489
10688
  margin-right: 1.5rem !important;
11490
10689
  }
11491
-
11492
10690
  .ms-xl-5 {
11493
10691
  margin-right: 3rem !important;
11494
10692
  }
11495
-
11496
10693
  .ms-xl-auto {
11497
10694
  margin-right: auto !important;
11498
10695
  }
11499
-
11500
10696
  .p-xl-0 {
11501
10697
  padding: 0 !important;
11502
10698
  }
11503
-
11504
10699
  .p-xl-1 {
11505
10700
  padding: 0.25rem !important;
11506
10701
  }
11507
-
11508
10702
  .p-xl-2 {
11509
10703
  padding: 0.5rem !important;
11510
10704
  }
11511
-
11512
10705
  .p-xl-3 {
11513
10706
  padding: 1rem !important;
11514
10707
  }
11515
-
11516
10708
  .p-xl-4 {
11517
10709
  padding: 1.5rem !important;
11518
10710
  }
11519
-
11520
10711
  .p-xl-5 {
11521
10712
  padding: 3rem !important;
11522
10713
  }
11523
-
11524
10714
  .px-xl-0 {
11525
10715
  padding-right: 0 !important;
11526
10716
  padding-left: 0 !important;
11527
10717
  }
11528
-
11529
10718
  .px-xl-1 {
11530
10719
  padding-right: 0.25rem !important;
11531
10720
  padding-left: 0.25rem !important;
11532
10721
  }
11533
-
11534
10722
  .px-xl-2 {
11535
10723
  padding-right: 0.5rem !important;
11536
10724
  padding-left: 0.5rem !important;
11537
10725
  }
11538
-
11539
10726
  .px-xl-3 {
11540
10727
  padding-right: 1rem !important;
11541
10728
  padding-left: 1rem !important;
11542
10729
  }
11543
-
11544
10730
  .px-xl-4 {
11545
10731
  padding-right: 1.5rem !important;
11546
10732
  padding-left: 1.5rem !important;
11547
10733
  }
11548
-
11549
10734
  .px-xl-5 {
11550
10735
  padding-right: 3rem !important;
11551
10736
  padding-left: 3rem !important;
11552
10737
  }
11553
-
11554
10738
  .py-xl-0 {
11555
10739
  padding-top: 0 !important;
11556
10740
  padding-bottom: 0 !important;
11557
10741
  }
11558
-
11559
10742
  .py-xl-1 {
11560
10743
  padding-top: 0.25rem !important;
11561
10744
  padding-bottom: 0.25rem !important;
11562
10745
  }
11563
-
11564
10746
  .py-xl-2 {
11565
10747
  padding-top: 0.5rem !important;
11566
10748
  padding-bottom: 0.5rem !important;
11567
10749
  }
11568
-
11569
10750
  .py-xl-3 {
11570
10751
  padding-top: 1rem !important;
11571
10752
  padding-bottom: 1rem !important;
11572
10753
  }
11573
-
11574
10754
  .py-xl-4 {
11575
10755
  padding-top: 1.5rem !important;
11576
10756
  padding-bottom: 1.5rem !important;
11577
10757
  }
11578
-
11579
10758
  .py-xl-5 {
11580
10759
  padding-top: 3rem !important;
11581
10760
  padding-bottom: 3rem !important;
11582
10761
  }
11583
-
11584
10762
  .pt-xl-0 {
11585
10763
  padding-top: 0 !important;
11586
10764
  }
11587
-
11588
10765
  .pt-xl-1 {
11589
10766
  padding-top: 0.25rem !important;
11590
10767
  }
11591
-
11592
10768
  .pt-xl-2 {
11593
10769
  padding-top: 0.5rem !important;
11594
10770
  }
11595
-
11596
10771
  .pt-xl-3 {
11597
10772
  padding-top: 1rem !important;
11598
10773
  }
11599
-
11600
10774
  .pt-xl-4 {
11601
10775
  padding-top: 1.5rem !important;
11602
10776
  }
11603
-
11604
10777
  .pt-xl-5 {
11605
10778
  padding-top: 3rem !important;
11606
10779
  }
11607
-
11608
10780
  .pe-xl-0 {
11609
10781
  padding-left: 0 !important;
11610
10782
  }
11611
-
11612
10783
  .pe-xl-1 {
11613
10784
  padding-left: 0.25rem !important;
11614
10785
  }
11615
-
11616
10786
  .pe-xl-2 {
11617
10787
  padding-left: 0.5rem !important;
11618
10788
  }
11619
-
11620
10789
  .pe-xl-3 {
11621
10790
  padding-left: 1rem !important;
11622
10791
  }
11623
-
11624
10792
  .pe-xl-4 {
11625
10793
  padding-left: 1.5rem !important;
11626
10794
  }
11627
-
11628
10795
  .pe-xl-5 {
11629
10796
  padding-left: 3rem !important;
11630
10797
  }
11631
-
11632
10798
  .pb-xl-0 {
11633
10799
  padding-bottom: 0 !important;
11634
10800
  }
11635
-
11636
10801
  .pb-xl-1 {
11637
10802
  padding-bottom: 0.25rem !important;
11638
10803
  }
11639
-
11640
10804
  .pb-xl-2 {
11641
10805
  padding-bottom: 0.5rem !important;
11642
10806
  }
11643
-
11644
10807
  .pb-xl-3 {
11645
10808
  padding-bottom: 1rem !important;
11646
10809
  }
11647
-
11648
10810
  .pb-xl-4 {
11649
10811
  padding-bottom: 1.5rem !important;
11650
10812
  }
11651
-
11652
10813
  .pb-xl-5 {
11653
10814
  padding-bottom: 3rem !important;
11654
10815
  }
11655
-
11656
10816
  .ps-xl-0 {
11657
10817
  padding-right: 0 !important;
11658
10818
  }
11659
-
11660
10819
  .ps-xl-1 {
11661
10820
  padding-right: 0.25rem !important;
11662
10821
  }
11663
-
11664
10822
  .ps-xl-2 {
11665
10823
  padding-right: 0.5rem !important;
11666
10824
  }
11667
-
11668
10825
  .ps-xl-3 {
11669
10826
  padding-right: 1rem !important;
11670
10827
  }
11671
-
11672
10828
  .ps-xl-4 {
11673
10829
  padding-right: 1.5rem !important;
11674
10830
  }
11675
-
11676
10831
  .ps-xl-5 {
11677
10832
  padding-right: 3rem !important;
11678
10833
  }
11679
-
11680
10834
  .text-xl-start {
11681
10835
  text-align: right !important;
11682
10836
  }
11683
-
11684
10837
  .text-xl-end {
11685
10838
  text-align: left !important;
11686
10839
  }
11687
-
11688
10840
  .text-xl-center {
11689
10841
  text-align: center !important;
11690
10842
  }
@@ -11693,649 +10845,494 @@ textarea.form-control-lg {
11693
10845
  .float-xxl-start {
11694
10846
  float: right !important;
11695
10847
  }
11696
-
11697
10848
  .float-xxl-end {
11698
10849
  float: left !important;
11699
10850
  }
11700
-
11701
10851
  .float-xxl-none {
11702
10852
  float: none !important;
11703
10853
  }
11704
-
11705
10854
  .d-xxl-inline {
11706
10855
  display: inline !important;
11707
10856
  }
11708
-
11709
10857
  .d-xxl-inline-block {
11710
10858
  display: inline-block !important;
11711
10859
  }
11712
-
11713
10860
  .d-xxl-block {
11714
10861
  display: block !important;
11715
10862
  }
11716
-
11717
10863
  .d-xxl-grid {
11718
10864
  display: grid !important;
11719
10865
  }
11720
-
11721
10866
  .d-xxl-table {
11722
10867
  display: table !important;
11723
10868
  }
11724
-
11725
10869
  .d-xxl-table-row {
11726
10870
  display: table-row !important;
11727
10871
  }
11728
-
11729
10872
  .d-xxl-table-cell {
11730
10873
  display: table-cell !important;
11731
10874
  }
11732
-
11733
10875
  .d-xxl-flex {
11734
10876
  display: flex !important;
11735
10877
  }
11736
-
11737
10878
  .d-xxl-inline-flex {
11738
10879
  display: inline-flex !important;
11739
10880
  }
11740
-
11741
10881
  .d-xxl-none {
11742
10882
  display: none !important;
11743
10883
  }
11744
-
11745
10884
  .flex-xxl-fill {
11746
10885
  flex: 1 1 auto !important;
11747
10886
  }
11748
-
11749
10887
  .flex-xxl-row {
11750
10888
  flex-direction: row !important;
11751
10889
  }
11752
-
11753
10890
  .flex-xxl-column {
11754
10891
  flex-direction: column !important;
11755
10892
  }
11756
-
11757
10893
  .flex-xxl-row-reverse {
11758
10894
  flex-direction: row-reverse !important;
11759
10895
  }
11760
-
11761
10896
  .flex-xxl-column-reverse {
11762
10897
  flex-direction: column-reverse !important;
11763
10898
  }
11764
-
11765
10899
  .flex-xxl-grow-0 {
11766
10900
  flex-grow: 0 !important;
11767
10901
  }
11768
-
11769
10902
  .flex-xxl-grow-1 {
11770
10903
  flex-grow: 1 !important;
11771
10904
  }
11772
-
11773
10905
  .flex-xxl-shrink-0 {
11774
10906
  flex-shrink: 0 !important;
11775
10907
  }
11776
-
11777
10908
  .flex-xxl-shrink-1 {
11778
10909
  flex-shrink: 1 !important;
11779
10910
  }
11780
-
11781
10911
  .flex-xxl-wrap {
11782
10912
  flex-wrap: wrap !important;
11783
10913
  }
11784
-
11785
10914
  .flex-xxl-nowrap {
11786
10915
  flex-wrap: nowrap !important;
11787
10916
  }
11788
-
11789
10917
  .flex-xxl-wrap-reverse {
11790
10918
  flex-wrap: wrap-reverse !important;
11791
10919
  }
11792
-
11793
10920
  .gap-xxl-0 {
11794
10921
  gap: 0 !important;
11795
10922
  }
11796
-
11797
10923
  .gap-xxl-1 {
11798
10924
  gap: 0.25rem !important;
11799
10925
  }
11800
-
11801
10926
  .gap-xxl-2 {
11802
10927
  gap: 0.5rem !important;
11803
10928
  }
11804
-
11805
10929
  .gap-xxl-3 {
11806
10930
  gap: 1rem !important;
11807
10931
  }
11808
-
11809
10932
  .gap-xxl-4 {
11810
10933
  gap: 1.5rem !important;
11811
10934
  }
11812
-
11813
10935
  .gap-xxl-5 {
11814
10936
  gap: 3rem !important;
11815
10937
  }
11816
-
11817
10938
  .justify-content-xxl-start {
11818
10939
  justify-content: flex-start !important;
11819
10940
  }
11820
-
11821
10941
  .justify-content-xxl-end {
11822
10942
  justify-content: flex-end !important;
11823
10943
  }
11824
-
11825
10944
  .justify-content-xxl-center {
11826
10945
  justify-content: center !important;
11827
10946
  }
11828
-
11829
10947
  .justify-content-xxl-between {
11830
10948
  justify-content: space-between !important;
11831
10949
  }
11832
-
11833
10950
  .justify-content-xxl-around {
11834
10951
  justify-content: space-around !important;
11835
10952
  }
11836
-
11837
10953
  .justify-content-xxl-evenly {
11838
10954
  justify-content: space-evenly !important;
11839
10955
  }
11840
-
11841
10956
  .align-items-xxl-start {
11842
10957
  align-items: flex-start !important;
11843
10958
  }
11844
-
11845
10959
  .align-items-xxl-end {
11846
10960
  align-items: flex-end !important;
11847
10961
  }
11848
-
11849
10962
  .align-items-xxl-center {
11850
10963
  align-items: center !important;
11851
10964
  }
11852
-
11853
10965
  .align-items-xxl-baseline {
11854
10966
  align-items: baseline !important;
11855
10967
  }
11856
-
11857
10968
  .align-items-xxl-stretch {
11858
10969
  align-items: stretch !important;
11859
10970
  }
11860
-
11861
10971
  .align-content-xxl-start {
11862
10972
  align-content: flex-start !important;
11863
10973
  }
11864
-
11865
10974
  .align-content-xxl-end {
11866
10975
  align-content: flex-end !important;
11867
10976
  }
11868
-
11869
10977
  .align-content-xxl-center {
11870
10978
  align-content: center !important;
11871
10979
  }
11872
-
11873
10980
  .align-content-xxl-between {
11874
10981
  align-content: space-between !important;
11875
10982
  }
11876
-
11877
10983
  .align-content-xxl-around {
11878
10984
  align-content: space-around !important;
11879
10985
  }
11880
-
11881
10986
  .align-content-xxl-stretch {
11882
10987
  align-content: stretch !important;
11883
10988
  }
11884
-
11885
10989
  .align-self-xxl-auto {
11886
10990
  align-self: auto !important;
11887
10991
  }
11888
-
11889
10992
  .align-self-xxl-start {
11890
10993
  align-self: flex-start !important;
11891
10994
  }
11892
-
11893
10995
  .align-self-xxl-end {
11894
10996
  align-self: flex-end !important;
11895
10997
  }
11896
-
11897
10998
  .align-self-xxl-center {
11898
10999
  align-self: center !important;
11899
11000
  }
11900
-
11901
11001
  .align-self-xxl-baseline {
11902
11002
  align-self: baseline !important;
11903
11003
  }
11904
-
11905
11004
  .align-self-xxl-stretch {
11906
11005
  align-self: stretch !important;
11907
11006
  }
11908
-
11909
11007
  .order-xxl-first {
11910
11008
  order: -1 !important;
11911
11009
  }
11912
-
11913
11010
  .order-xxl-0 {
11914
11011
  order: 0 !important;
11915
11012
  }
11916
-
11917
11013
  .order-xxl-1 {
11918
11014
  order: 1 !important;
11919
11015
  }
11920
-
11921
11016
  .order-xxl-2 {
11922
11017
  order: 2 !important;
11923
11018
  }
11924
-
11925
11019
  .order-xxl-3 {
11926
11020
  order: 3 !important;
11927
11021
  }
11928
-
11929
11022
  .order-xxl-4 {
11930
11023
  order: 4 !important;
11931
11024
  }
11932
-
11933
11025
  .order-xxl-5 {
11934
11026
  order: 5 !important;
11935
11027
  }
11936
-
11937
11028
  .order-xxl-last {
11938
11029
  order: 6 !important;
11939
11030
  }
11940
-
11941
11031
  .m-xxl-0 {
11942
11032
  margin: 0 !important;
11943
11033
  }
11944
-
11945
11034
  .m-xxl-1 {
11946
11035
  margin: 0.25rem !important;
11947
11036
  }
11948
-
11949
11037
  .m-xxl-2 {
11950
11038
  margin: 0.5rem !important;
11951
11039
  }
11952
-
11953
11040
  .m-xxl-3 {
11954
11041
  margin: 1rem !important;
11955
11042
  }
11956
-
11957
11043
  .m-xxl-4 {
11958
11044
  margin: 1.5rem !important;
11959
11045
  }
11960
-
11961
11046
  .m-xxl-5 {
11962
11047
  margin: 3rem !important;
11963
11048
  }
11964
-
11965
11049
  .m-xxl-auto {
11966
11050
  margin: auto !important;
11967
11051
  }
11968
-
11969
11052
  .mx-xxl-0 {
11970
11053
  margin-right: 0 !important;
11971
11054
  margin-left: 0 !important;
11972
11055
  }
11973
-
11974
11056
  .mx-xxl-1 {
11975
11057
  margin-right: 0.25rem !important;
11976
11058
  margin-left: 0.25rem !important;
11977
11059
  }
11978
-
11979
11060
  .mx-xxl-2 {
11980
11061
  margin-right: 0.5rem !important;
11981
11062
  margin-left: 0.5rem !important;
11982
11063
  }
11983
-
11984
11064
  .mx-xxl-3 {
11985
11065
  margin-right: 1rem !important;
11986
11066
  margin-left: 1rem !important;
11987
11067
  }
11988
-
11989
11068
  .mx-xxl-4 {
11990
11069
  margin-right: 1.5rem !important;
11991
11070
  margin-left: 1.5rem !important;
11992
11071
  }
11993
-
11994
11072
  .mx-xxl-5 {
11995
11073
  margin-right: 3rem !important;
11996
11074
  margin-left: 3rem !important;
11997
11075
  }
11998
-
11999
11076
  .mx-xxl-auto {
12000
11077
  margin-right: auto !important;
12001
11078
  margin-left: auto !important;
12002
11079
  }
12003
-
12004
11080
  .my-xxl-0 {
12005
11081
  margin-top: 0 !important;
12006
11082
  margin-bottom: 0 !important;
12007
11083
  }
12008
-
12009
11084
  .my-xxl-1 {
12010
11085
  margin-top: 0.25rem !important;
12011
11086
  margin-bottom: 0.25rem !important;
12012
11087
  }
12013
-
12014
11088
  .my-xxl-2 {
12015
11089
  margin-top: 0.5rem !important;
12016
11090
  margin-bottom: 0.5rem !important;
12017
11091
  }
12018
-
12019
11092
  .my-xxl-3 {
12020
11093
  margin-top: 1rem !important;
12021
11094
  margin-bottom: 1rem !important;
12022
11095
  }
12023
-
12024
11096
  .my-xxl-4 {
12025
11097
  margin-top: 1.5rem !important;
12026
11098
  margin-bottom: 1.5rem !important;
12027
11099
  }
12028
-
12029
11100
  .my-xxl-5 {
12030
11101
  margin-top: 3rem !important;
12031
11102
  margin-bottom: 3rem !important;
12032
11103
  }
12033
-
12034
11104
  .my-xxl-auto {
12035
11105
  margin-top: auto !important;
12036
11106
  margin-bottom: auto !important;
12037
11107
  }
12038
-
12039
11108
  .mt-xxl-0 {
12040
11109
  margin-top: 0 !important;
12041
11110
  }
12042
-
12043
11111
  .mt-xxl-1 {
12044
11112
  margin-top: 0.25rem !important;
12045
11113
  }
12046
-
12047
11114
  .mt-xxl-2 {
12048
11115
  margin-top: 0.5rem !important;
12049
11116
  }
12050
-
12051
11117
  .mt-xxl-3 {
12052
11118
  margin-top: 1rem !important;
12053
11119
  }
12054
-
12055
11120
  .mt-xxl-4 {
12056
11121
  margin-top: 1.5rem !important;
12057
11122
  }
12058
-
12059
11123
  .mt-xxl-5 {
12060
11124
  margin-top: 3rem !important;
12061
11125
  }
12062
-
12063
11126
  .mt-xxl-auto {
12064
11127
  margin-top: auto !important;
12065
11128
  }
12066
-
12067
11129
  .me-xxl-0 {
12068
11130
  margin-left: 0 !important;
12069
11131
  }
12070
-
12071
11132
  .me-xxl-1 {
12072
11133
  margin-left: 0.25rem !important;
12073
11134
  }
12074
-
12075
11135
  .me-xxl-2 {
12076
11136
  margin-left: 0.5rem !important;
12077
11137
  }
12078
-
12079
11138
  .me-xxl-3 {
12080
11139
  margin-left: 1rem !important;
12081
11140
  }
12082
-
12083
11141
  .me-xxl-4 {
12084
11142
  margin-left: 1.5rem !important;
12085
11143
  }
12086
-
12087
11144
  .me-xxl-5 {
12088
11145
  margin-left: 3rem !important;
12089
11146
  }
12090
-
12091
11147
  .me-xxl-auto {
12092
11148
  margin-left: auto !important;
12093
11149
  }
12094
-
12095
11150
  .mb-xxl-0 {
12096
11151
  margin-bottom: 0 !important;
12097
11152
  }
12098
-
12099
11153
  .mb-xxl-1 {
12100
11154
  margin-bottom: 0.25rem !important;
12101
11155
  }
12102
-
12103
11156
  .mb-xxl-2 {
12104
11157
  margin-bottom: 0.5rem !important;
12105
11158
  }
12106
-
12107
11159
  .mb-xxl-3 {
12108
11160
  margin-bottom: 1rem !important;
12109
11161
  }
12110
-
12111
11162
  .mb-xxl-4 {
12112
11163
  margin-bottom: 1.5rem !important;
12113
11164
  }
12114
-
12115
11165
  .mb-xxl-5 {
12116
11166
  margin-bottom: 3rem !important;
12117
11167
  }
12118
-
12119
11168
  .mb-xxl-auto {
12120
11169
  margin-bottom: auto !important;
12121
11170
  }
12122
-
12123
11171
  .ms-xxl-0 {
12124
11172
  margin-right: 0 !important;
12125
11173
  }
12126
-
12127
11174
  .ms-xxl-1 {
12128
11175
  margin-right: 0.25rem !important;
12129
11176
  }
12130
-
12131
11177
  .ms-xxl-2 {
12132
11178
  margin-right: 0.5rem !important;
12133
11179
  }
12134
-
12135
11180
  .ms-xxl-3 {
12136
11181
  margin-right: 1rem !important;
12137
11182
  }
12138
-
12139
11183
  .ms-xxl-4 {
12140
11184
  margin-right: 1.5rem !important;
12141
11185
  }
12142
-
12143
11186
  .ms-xxl-5 {
12144
11187
  margin-right: 3rem !important;
12145
11188
  }
12146
-
12147
11189
  .ms-xxl-auto {
12148
11190
  margin-right: auto !important;
12149
11191
  }
12150
-
12151
11192
  .p-xxl-0 {
12152
11193
  padding: 0 !important;
12153
11194
  }
12154
-
12155
11195
  .p-xxl-1 {
12156
11196
  padding: 0.25rem !important;
12157
11197
  }
12158
-
12159
11198
  .p-xxl-2 {
12160
11199
  padding: 0.5rem !important;
12161
11200
  }
12162
-
12163
11201
  .p-xxl-3 {
12164
11202
  padding: 1rem !important;
12165
11203
  }
12166
-
12167
11204
  .p-xxl-4 {
12168
11205
  padding: 1.5rem !important;
12169
11206
  }
12170
-
12171
11207
  .p-xxl-5 {
12172
11208
  padding: 3rem !important;
12173
11209
  }
12174
-
12175
11210
  .px-xxl-0 {
12176
11211
  padding-right: 0 !important;
12177
11212
  padding-left: 0 !important;
12178
11213
  }
12179
-
12180
11214
  .px-xxl-1 {
12181
11215
  padding-right: 0.25rem !important;
12182
11216
  padding-left: 0.25rem !important;
12183
11217
  }
12184
-
12185
11218
  .px-xxl-2 {
12186
11219
  padding-right: 0.5rem !important;
12187
11220
  padding-left: 0.5rem !important;
12188
11221
  }
12189
-
12190
11222
  .px-xxl-3 {
12191
11223
  padding-right: 1rem !important;
12192
11224
  padding-left: 1rem !important;
12193
11225
  }
12194
-
12195
11226
  .px-xxl-4 {
12196
11227
  padding-right: 1.5rem !important;
12197
11228
  padding-left: 1.5rem !important;
12198
11229
  }
12199
-
12200
11230
  .px-xxl-5 {
12201
11231
  padding-right: 3rem !important;
12202
11232
  padding-left: 3rem !important;
12203
11233
  }
12204
-
12205
11234
  .py-xxl-0 {
12206
11235
  padding-top: 0 !important;
12207
11236
  padding-bottom: 0 !important;
12208
11237
  }
12209
-
12210
11238
  .py-xxl-1 {
12211
11239
  padding-top: 0.25rem !important;
12212
11240
  padding-bottom: 0.25rem !important;
12213
11241
  }
12214
-
12215
11242
  .py-xxl-2 {
12216
11243
  padding-top: 0.5rem !important;
12217
11244
  padding-bottom: 0.5rem !important;
12218
11245
  }
12219
-
12220
11246
  .py-xxl-3 {
12221
11247
  padding-top: 1rem !important;
12222
11248
  padding-bottom: 1rem !important;
12223
11249
  }
12224
-
12225
11250
  .py-xxl-4 {
12226
11251
  padding-top: 1.5rem !important;
12227
11252
  padding-bottom: 1.5rem !important;
12228
11253
  }
12229
-
12230
11254
  .py-xxl-5 {
12231
11255
  padding-top: 3rem !important;
12232
11256
  padding-bottom: 3rem !important;
12233
11257
  }
12234
-
12235
11258
  .pt-xxl-0 {
12236
11259
  padding-top: 0 !important;
12237
11260
  }
12238
-
12239
11261
  .pt-xxl-1 {
12240
11262
  padding-top: 0.25rem !important;
12241
11263
  }
12242
-
12243
11264
  .pt-xxl-2 {
12244
11265
  padding-top: 0.5rem !important;
12245
11266
  }
12246
-
12247
11267
  .pt-xxl-3 {
12248
11268
  padding-top: 1rem !important;
12249
11269
  }
12250
-
12251
11270
  .pt-xxl-4 {
12252
11271
  padding-top: 1.5rem !important;
12253
11272
  }
12254
-
12255
11273
  .pt-xxl-5 {
12256
11274
  padding-top: 3rem !important;
12257
11275
  }
12258
-
12259
11276
  .pe-xxl-0 {
12260
11277
  padding-left: 0 !important;
12261
11278
  }
12262
-
12263
11279
  .pe-xxl-1 {
12264
11280
  padding-left: 0.25rem !important;
12265
11281
  }
12266
-
12267
11282
  .pe-xxl-2 {
12268
11283
  padding-left: 0.5rem !important;
12269
11284
  }
12270
-
12271
11285
  .pe-xxl-3 {
12272
11286
  padding-left: 1rem !important;
12273
11287
  }
12274
-
12275
11288
  .pe-xxl-4 {
12276
11289
  padding-left: 1.5rem !important;
12277
11290
  }
12278
-
12279
11291
  .pe-xxl-5 {
12280
11292
  padding-left: 3rem !important;
12281
11293
  }
12282
-
12283
11294
  .pb-xxl-0 {
12284
11295
  padding-bottom: 0 !important;
12285
11296
  }
12286
-
12287
11297
  .pb-xxl-1 {
12288
11298
  padding-bottom: 0.25rem !important;
12289
11299
  }
12290
-
12291
11300
  .pb-xxl-2 {
12292
11301
  padding-bottom: 0.5rem !important;
12293
11302
  }
12294
-
12295
11303
  .pb-xxl-3 {
12296
11304
  padding-bottom: 1rem !important;
12297
11305
  }
12298
-
12299
11306
  .pb-xxl-4 {
12300
11307
  padding-bottom: 1.5rem !important;
12301
11308
  }
12302
-
12303
11309
  .pb-xxl-5 {
12304
11310
  padding-bottom: 3rem !important;
12305
11311
  }
12306
-
12307
11312
  .ps-xxl-0 {
12308
11313
  padding-right: 0 !important;
12309
11314
  }
12310
-
12311
11315
  .ps-xxl-1 {
12312
11316
  padding-right: 0.25rem !important;
12313
11317
  }
12314
-
12315
11318
  .ps-xxl-2 {
12316
11319
  padding-right: 0.5rem !important;
12317
11320
  }
12318
-
12319
11321
  .ps-xxl-3 {
12320
11322
  padding-right: 1rem !important;
12321
11323
  }
12322
-
12323
11324
  .ps-xxl-4 {
12324
11325
  padding-right: 1.5rem !important;
12325
11326
  }
12326
-
12327
11327
  .ps-xxl-5 {
12328
11328
  padding-right: 3rem !important;
12329
11329
  }
12330
-
12331
11330
  .text-xxl-start {
12332
11331
  text-align: right !important;
12333
11332
  }
12334
-
12335
11333
  .text-xxl-end {
12336
11334
  text-align: left !important;
12337
11335
  }
12338
-
12339
11336
  .text-xxl-center {
12340
11337
  text-align: center !important;
12341
11338
  }
@@ -12344,15 +11341,12 @@ textarea.form-control-lg {
12344
11341
  .fs-1 {
12345
11342
  font-size: 2.5rem !important;
12346
11343
  }
12347
-
12348
11344
  .fs-2 {
12349
11345
  font-size: 2rem !important;
12350
11346
  }
12351
-
12352
11347
  .fs-3 {
12353
11348
  font-size: 1.75rem !important;
12354
11349
  }
12355
-
12356
11350
  .fs-4 {
12357
11351
  font-size: 1.5rem !important;
12358
11352
  }
@@ -12361,39 +11355,30 @@ textarea.form-control-lg {
12361
11355
  .d-print-inline {
12362
11356
  display: inline !important;
12363
11357
  }
12364
-
12365
11358
  .d-print-inline-block {
12366
11359
  display: inline-block !important;
12367
11360
  }
12368
-
12369
11361
  .d-print-block {
12370
11362
  display: block !important;
12371
11363
  }
12372
-
12373
11364
  .d-print-grid {
12374
11365
  display: grid !important;
12375
11366
  }
12376
-
12377
11367
  .d-print-table {
12378
11368
  display: table !important;
12379
11369
  }
12380
-
12381
11370
  .d-print-table-row {
12382
11371
  display: table-row !important;
12383
11372
  }
12384
-
12385
11373
  .d-print-table-cell {
12386
11374
  display: table-cell !important;
12387
11375
  }
12388
-
12389
11376
  .d-print-flex {
12390
11377
  display: flex !important;
12391
11378
  }
12392
-
12393
11379
  .d-print-inline-flex {
12394
11380
  display: inline-flex !important;
12395
11381
  }
12396
-
12397
11382
  .d-print-none {
12398
11383
  display: none !important;
12399
11384
  }