Subversion Repositories oidplus

Rev

Rev 1151 | Rev 1339 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
597 daniel-mar 1
/*!
1308 daniel-mar 2
 * Bootstrap Utilities v5.3.0 (https://getbootstrap.com/)
1134 daniel-mar 3
 * Copyright 2011-2023 The Bootstrap Authors
597 daniel-mar 4
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5
 */
1056 daniel-mar 6
:root,
7
[data-bs-theme=light] {
1037 daniel-mar 8
  --bs-blue: #0d6efd;
9
  --bs-indigo: #6610f2;
10
  --bs-purple: #6f42c1;
11
  --bs-pink: #d63384;
12
  --bs-red: #dc3545;
13
  --bs-orange: #fd7e14;
14
  --bs-yellow: #ffc107;
15
  --bs-green: #198754;
16
  --bs-teal: #20c997;
17
  --bs-cyan: #0dcaf0;
18
  --bs-black: #000;
19
  --bs-white: #fff;
20
  --bs-gray: #6c757d;
21
  --bs-gray-dark: #343a40;
22
  --bs-gray-100: #f8f9fa;
23
  --bs-gray-200: #e9ecef;
24
  --bs-gray-300: #dee2e6;
25
  --bs-gray-400: #ced4da;
26
  --bs-gray-500: #adb5bd;
27
  --bs-gray-600: #6c757d;
28
  --bs-gray-700: #495057;
29
  --bs-gray-800: #343a40;
30
  --bs-gray-900: #212529;
31
  --bs-primary: #0d6efd;
32
  --bs-secondary: #6c757d;
33
  --bs-success: #198754;
34
  --bs-info: #0dcaf0;
35
  --bs-warning: #ffc107;
36
  --bs-danger: #dc3545;
37
  --bs-light: #f8f9fa;
38
  --bs-dark: #212529;
39
  --bs-primary-rgb: 13, 110, 253;
40
  --bs-secondary-rgb: 108, 117, 125;
41
  --bs-success-rgb: 25, 135, 84;
42
  --bs-info-rgb: 13, 202, 240;
43
  --bs-warning-rgb: 255, 193, 7;
44
  --bs-danger-rgb: 220, 53, 69;
45
  --bs-light-rgb: 248, 249, 250;
46
  --bs-dark-rgb: 33, 37, 41;
1134 daniel-mar 47
  --bs-primary-text-emphasis: #052c65;
48
  --bs-secondary-text-emphasis: #2b2f32;
49
  --bs-success-text-emphasis: #0a3622;
50
  --bs-info-text-emphasis: #055160;
51
  --bs-warning-text-emphasis: #664d03;
52
  --bs-danger-text-emphasis: #58151c;
53
  --bs-light-text-emphasis: #495057;
54
  --bs-dark-text-emphasis: #495057;
1056 daniel-mar 55
  --bs-primary-bg-subtle: #cfe2ff;
1134 daniel-mar 56
  --bs-secondary-bg-subtle: #e2e3e5;
1056 daniel-mar 57
  --bs-success-bg-subtle: #d1e7dd;
58
  --bs-info-bg-subtle: #cff4fc;
59
  --bs-warning-bg-subtle: #fff3cd;
60
  --bs-danger-bg-subtle: #f8d7da;
61
  --bs-light-bg-subtle: #fcfcfd;
62
  --bs-dark-bg-subtle: #ced4da;
63
  --bs-primary-border-subtle: #9ec5fe;
1134 daniel-mar 64
  --bs-secondary-border-subtle: #c4c8cb;
1056 daniel-mar 65
  --bs-success-border-subtle: #a3cfbb;
66
  --bs-info-border-subtle: #9eeaf9;
67
  --bs-warning-border-subtle: #ffe69c;
68
  --bs-danger-border-subtle: #f1aeb5;
69
  --bs-light-border-subtle: #e9ecef;
70
  --bs-dark-border-subtle: #adb5bd;
1037 daniel-mar 71
  --bs-white-rgb: 255, 255, 255;
72
  --bs-black-rgb: 0, 0, 0;
73
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
74
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
75
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
76
  --bs-body-font-family: var(--bs-font-sans-serif);
77
  --bs-body-font-size: 1rem;
78
  --bs-body-font-weight: 400;
79
  --bs-body-line-height: 1.5;
80
  --bs-body-color: #212529;
1134 daniel-mar 81
  --bs-body-color-rgb: 33, 37, 41;
82
  --bs-body-bg: #fff;
83
  --bs-body-bg-rgb: 255, 255, 255;
1056 daniel-mar 84
  --bs-emphasis-color: #000;
85
  --bs-emphasis-color-rgb: 0, 0, 0;
86
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
87
  --bs-secondary-color-rgb: 33, 37, 41;
88
  --bs-secondary-bg: #e9ecef;
89
  --bs-secondary-bg-rgb: 233, 236, 239;
90
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
91
  --bs-tertiary-color-rgb: 33, 37, 41;
92
  --bs-tertiary-bg: #f8f9fa;
93
  --bs-tertiary-bg-rgb: 248, 249, 250;
1308 daniel-mar 94
  --bs-heading-color: inherit;
1056 daniel-mar 95
  --bs-link-color: #0d6efd;
96
  --bs-link-color-rgb: 13, 110, 253;
97
  --bs-link-decoration: underline;
98
  --bs-link-hover-color: #0a58ca;
99
  --bs-link-hover-color-rgb: 10, 88, 202;
100
  --bs-code-color: #d63384;
101
  --bs-highlight-bg: #fff3cd;
1037 daniel-mar 102
  --bs-border-width: 1px;
103
  --bs-border-style: solid;
104
  --bs-border-color: #dee2e6;
105
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
106
  --bs-border-radius: 0.375rem;
107
  --bs-border-radius-sm: 0.25rem;
108
  --bs-border-radius-lg: 0.5rem;
109
  --bs-border-radius-xl: 1rem;
1134 daniel-mar 110
  --bs-border-radius-xxl: 2rem;
111
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
1037 daniel-mar 112
  --bs-border-radius-pill: 50rem;
1134 daniel-mar 113
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
114
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
115
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
116
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
117
  --bs-focus-ring-width: 0.25rem;
118
  --bs-focus-ring-opacity: 0.25;
119
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
120
  --bs-form-valid-color: #198754;
121
  --bs-form-valid-border-color: #198754;
122
  --bs-form-invalid-color: #dc3545;
123
  --bs-form-invalid-border-color: #dc3545;
1037 daniel-mar 124
}
125
 
1056 daniel-mar 126
[data-bs-theme=dark] {
1134 daniel-mar 127
  color-scheme: dark;
1056 daniel-mar 128
  --bs-body-color: #adb5bd;
129
  --bs-body-color-rgb: 173, 181, 189;
130
  --bs-body-bg: #212529;
131
  --bs-body-bg-rgb: 33, 37, 41;
1134 daniel-mar 132
  --bs-emphasis-color: #fff;
133
  --bs-emphasis-color-rgb: 255, 255, 255;
1056 daniel-mar 134
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
135
  --bs-secondary-color-rgb: 173, 181, 189;
136
  --bs-secondary-bg: #343a40;
137
  --bs-secondary-bg-rgb: 52, 58, 64;
138
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
139
  --bs-tertiary-color-rgb: 173, 181, 189;
140
  --bs-tertiary-bg: #2b3035;
141
  --bs-tertiary-bg-rgb: 43, 48, 53;
1134 daniel-mar 142
  --bs-primary-text-emphasis: #6ea8fe;
143
  --bs-secondary-text-emphasis: #a7acb1;
144
  --bs-success-text-emphasis: #75b798;
145
  --bs-info-text-emphasis: #6edff6;
146
  --bs-warning-text-emphasis: #ffda6a;
147
  --bs-danger-text-emphasis: #ea868f;
148
  --bs-light-text-emphasis: #f8f9fa;
149
  --bs-dark-text-emphasis: #dee2e6;
1056 daniel-mar 150
  --bs-primary-bg-subtle: #031633;
1134 daniel-mar 151
  --bs-secondary-bg-subtle: #161719;
1056 daniel-mar 152
  --bs-success-bg-subtle: #051b11;
153
  --bs-info-bg-subtle: #032830;
154
  --bs-warning-bg-subtle: #332701;
155
  --bs-danger-bg-subtle: #2c0b0e;
156
  --bs-light-bg-subtle: #343a40;
157
  --bs-dark-bg-subtle: #1a1d20;
158
  --bs-primary-border-subtle: #084298;
1134 daniel-mar 159
  --bs-secondary-border-subtle: #41464b;
1056 daniel-mar 160
  --bs-success-border-subtle: #0f5132;
1134 daniel-mar 161
  --bs-info-border-subtle: #087990;
162
  --bs-warning-border-subtle: #997404;
1056 daniel-mar 163
  --bs-danger-border-subtle: #842029;
164
  --bs-light-border-subtle: #495057;
165
  --bs-dark-border-subtle: #343a40;
1308 daniel-mar 166
  --bs-heading-color: inherit;
1056 daniel-mar 167
  --bs-link-color: #6ea8fe;
1134 daniel-mar 168
  --bs-link-hover-color: #8bb9fe;
1056 daniel-mar 169
  --bs-link-color-rgb: 110, 168, 254;
1134 daniel-mar 170
  --bs-link-hover-color-rgb: 139, 185, 254;
1056 daniel-mar 171
  --bs-code-color: #e685b5;
172
  --bs-border-color: #495057;
173
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
1134 daniel-mar 174
  --bs-form-valid-color: #75b798;
175
  --bs-form-valid-border-color: #75b798;
176
  --bs-form-invalid-color: #ea868f;
177
  --bs-form-invalid-border-color: #ea868f;
1056 daniel-mar 178
}
179
 
597 daniel-mar 180
.clearfix::after {
181
  display: block;
182
  clear: both;
183
  content: "";
184
}
185
 
846 daniel-mar 186
.text-bg-primary {
187
  color: #fff !important;
188
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
189
}
190
 
191
.text-bg-secondary {
192
  color: #fff !important;
193
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
194
}
195
 
196
.text-bg-success {
197
  color: #fff !important;
198
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
199
}
200
 
201
.text-bg-info {
202
  color: #000 !important;
203
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
204
}
205
 
206
.text-bg-warning {
207
  color: #000 !important;
208
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
209
}
210
 
211
.text-bg-danger {
212
  color: #fff !important;
213
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
214
}
215
 
216
.text-bg-light {
217
  color: #000 !important;
218
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
219
}
220
 
221
.text-bg-dark {
222
  color: #fff !important;
223
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
224
}
225
 
597 daniel-mar 226
.link-primary {
1308 daniel-mar 227
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
228
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
229
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
597 daniel-mar 230
}
231
.link-primary:hover, .link-primary:focus {
1308 daniel-mar 232
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
233
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
234
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
597 daniel-mar 235
}
236
 
237
.link-secondary {
1308 daniel-mar 238
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
239
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
240
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
597 daniel-mar 241
}
242
.link-secondary:hover, .link-secondary:focus {
1308 daniel-mar 243
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
244
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
245
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
597 daniel-mar 246
}
247
 
248
.link-success {
1308 daniel-mar 249
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
250
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
251
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
597 daniel-mar 252
}
253
.link-success:hover, .link-success:focus {
1308 daniel-mar 254
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
255
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
256
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
597 daniel-mar 257
}
258
 
259
.link-info {
1308 daniel-mar 260
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
261
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
262
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
597 daniel-mar 263
}
264
.link-info:hover, .link-info:focus {
1308 daniel-mar 265
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
266
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
267
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
597 daniel-mar 268
}
269
 
270
.link-warning {
1308 daniel-mar 271
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
272
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
273
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
597 daniel-mar 274
}
275
.link-warning:hover, .link-warning:focus {
1308 daniel-mar 276
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
277
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
278
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
597 daniel-mar 279
}
280
 
281
.link-danger {
1308 daniel-mar 282
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
283
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
284
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
597 daniel-mar 285
}
286
.link-danger:hover, .link-danger:focus {
1308 daniel-mar 287
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
288
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
289
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
597 daniel-mar 290
}
291
 
292
.link-light {
1308 daniel-mar 293
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
294
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
295
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
597 daniel-mar 296
}
297
.link-light:hover, .link-light:focus {
1308 daniel-mar 298
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
299
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
300
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
597 daniel-mar 301
}
302
 
303
.link-dark {
1308 daniel-mar 304
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
305
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
306
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
597 daniel-mar 307
}
308
.link-dark:hover, .link-dark:focus {
1308 daniel-mar 309
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
310
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
311
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
597 daniel-mar 312
}
313
 
1134 daniel-mar 314
.link-body-emphasis {
1308 daniel-mar 315
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
316
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
317
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
1134 daniel-mar 318
}
319
.link-body-emphasis:hover, .link-body-emphasis:focus {
1308 daniel-mar 320
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
321
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
322
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
1134 daniel-mar 323
}
324
 
325
.focus-ring:focus {
326
  outline: 0;
327
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
328
}
329
 
330
.icon-link {
331
  display: inline-flex;
332
  gap: 0.375rem;
333
  align-items: center;
334
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
335
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
336
  text-underline-offset: 0.25em;
337
  -webkit-backface-visibility: hidden;
338
  backface-visibility: hidden;
339
}
340
.icon-link > .bi {
341
  flex-shrink: 0;
342
  width: 1em;
343
  height: 1em;
344
  fill: currentcolor;
345
  transition: 0.2s ease-in-out transform;
346
}
347
@media (prefers-reduced-motion: reduce) {
348
  .icon-link > .bi {
349
    transition: none;
350
  }
351
}
352
 
353
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
354
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
355
}
356
 
597 daniel-mar 357
.ratio {
358
  position: relative;
359
  width: 100%;
360
}
361
.ratio::before {
362
  display: block;
363
  padding-top: var(--bs-aspect-ratio);
364
  content: "";
365
}
366
.ratio > * {
367
  position: absolute;
368
  top: 0;
369
  left: 0;
370
  width: 100%;
371
  height: 100%;
372
}
373
 
374
.ratio-1x1 {
375
  --bs-aspect-ratio: 100%;
376
}
377
 
378
.ratio-4x3 {
679 daniel-mar 379
  --bs-aspect-ratio: 75%;
597 daniel-mar 380
}
381
 
382
.ratio-16x9 {
679 daniel-mar 383
  --bs-aspect-ratio: 56.25%;
597 daniel-mar 384
}
385
 
386
.ratio-21x9 {
679 daniel-mar 387
  --bs-aspect-ratio: 42.8571428571%;
597 daniel-mar 388
}
389
 
390
.fixed-top {
391
  position: fixed;
392
  top: 0;
393
  right: 0;
394
  left: 0;
395
  z-index: 1030;
396
}
397
 
398
.fixed-bottom {
399
  position: fixed;
400
  right: 0;
401
  bottom: 0;
402
  left: 0;
403
  z-index: 1030;
404
}
405
 
406
.sticky-top {
407
  position: -webkit-sticky;
408
  position: sticky;
409
  top: 0;
410
  z-index: 1020;
411
}
412
 
846 daniel-mar 413
.sticky-bottom {
414
  position: -webkit-sticky;
415
  position: sticky;
416
  bottom: 0;
417
  z-index: 1020;
418
}
419
 
597 daniel-mar 420
@media (min-width: 576px) {
421
  .sticky-sm-top {
422
    position: -webkit-sticky;
423
    position: sticky;
424
    top: 0;
425
    z-index: 1020;
426
  }
846 daniel-mar 427
  .sticky-sm-bottom {
428
    position: -webkit-sticky;
429
    position: sticky;
430
    bottom: 0;
431
    z-index: 1020;
432
  }
597 daniel-mar 433
}
434
@media (min-width: 768px) {
435
  .sticky-md-top {
436
    position: -webkit-sticky;
437
    position: sticky;
438
    top: 0;
439
    z-index: 1020;
440
  }
846 daniel-mar 441
  .sticky-md-bottom {
442
    position: -webkit-sticky;
443
    position: sticky;
444
    bottom: 0;
445
    z-index: 1020;
446
  }
597 daniel-mar 447
}
448
@media (min-width: 992px) {
449
  .sticky-lg-top {
450
    position: -webkit-sticky;
451
    position: sticky;
452
    top: 0;
453
    z-index: 1020;
454
  }
846 daniel-mar 455
  .sticky-lg-bottom {
456
    position: -webkit-sticky;
457
    position: sticky;
458
    bottom: 0;
459
    z-index: 1020;
460
  }
597 daniel-mar 461
}
462
@media (min-width: 1200px) {
463
  .sticky-xl-top {
464
    position: -webkit-sticky;
465
    position: sticky;
466
    top: 0;
467
    z-index: 1020;
468
  }
846 daniel-mar 469
  .sticky-xl-bottom {
470
    position: -webkit-sticky;
471
    position: sticky;
472
    bottom: 0;
473
    z-index: 1020;
474
  }
597 daniel-mar 475
}
476
@media (min-width: 1400px) {
477
  .sticky-xxl-top {
478
    position: -webkit-sticky;
479
    position: sticky;
480
    top: 0;
481
    z-index: 1020;
482
  }
846 daniel-mar 483
  .sticky-xxl-bottom {
484
    position: -webkit-sticky;
485
    position: sticky;
486
    bottom: 0;
487
    z-index: 1020;
488
  }
597 daniel-mar 489
}
637 daniel-mar 490
.hstack {
491
  display: flex;
492
  flex-direction: row;
493
  align-items: center;
494
  align-self: stretch;
495
}
496
 
497
.vstack {
498
  display: flex;
499
  flex: 1 1 auto;
500
  flex-direction: column;
501
  align-self: stretch;
502
}
503
 
597 daniel-mar 504
.visually-hidden,
505
.visually-hidden-focusable:not(:focus):not(:focus-within) {
506
  width: 1px !important;
507
  height: 1px !important;
508
  padding: 0 !important;
509
  margin: -1px !important;
510
  overflow: hidden !important;
511
  clip: rect(0, 0, 0, 0) !important;
512
  white-space: nowrap !important;
513
  border: 0 !important;
514
}
1134 daniel-mar 515
.visually-hidden:not(caption),
516
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
517
  position: absolute !important;
518
}
597 daniel-mar 519
 
520
.stretched-link::after {
521
  position: absolute;
522
  top: 0;
523
  right: 0;
524
  bottom: 0;
525
  left: 0;
526
  z-index: 1;
527
  content: "";
528
}
529
 
530
.text-truncate {
531
  overflow: hidden;
532
  text-overflow: ellipsis;
533
  white-space: nowrap;
534
}
535
 
637 daniel-mar 536
.vr {
537
  display: inline-block;
538
  align-self: stretch;
539
  width: 1px;
540
  min-height: 1em;
846 daniel-mar 541
  background-color: currentcolor;
637 daniel-mar 542
  opacity: 0.25;
543
}
544
 
597 daniel-mar 545
.align-baseline {
546
  vertical-align: baseline !important;
547
}
548
 
549
.align-top {
550
  vertical-align: top !important;
551
}
552
 
553
.align-middle {
554
  vertical-align: middle !important;
555
}
556
 
557
.align-bottom {
558
  vertical-align: bottom !important;
559
}
560
 
561
.align-text-bottom {
562
  vertical-align: text-bottom !important;
563
}
564
 
565
.align-text-top {
566
  vertical-align: text-top !important;
567
}
568
 
569
.float-start {
570
  float: left !important;
571
}
572
 
573
.float-end {
574
  float: right !important;
575
}
576
 
577
.float-none {
578
  float: none !important;
579
}
580
 
1056 daniel-mar 581
.object-fit-contain {
582
  -o-object-fit: contain !important;
583
  object-fit: contain !important;
584
}
585
 
586
.object-fit-cover {
587
  -o-object-fit: cover !important;
588
  object-fit: cover !important;
589
}
590
 
591
.object-fit-fill {
592
  -o-object-fit: fill !important;
593
  object-fit: fill !important;
594
}
595
 
596
.object-fit-scale {
597
  -o-object-fit: scale-down !important;
598
  object-fit: scale-down !important;
599
}
600
 
601
.object-fit-none {
602
  -o-object-fit: none !important;
603
  object-fit: none !important;
604
}
605
 
637 daniel-mar 606
.opacity-0 {
607
  opacity: 0 !important;
608
}
609
 
610
.opacity-25 {
611
  opacity: 0.25 !important;
612
}
613
 
614
.opacity-50 {
615
  opacity: 0.5 !important;
616
}
617
 
618
.opacity-75 {
619
  opacity: 0.75 !important;
620
}
621
 
622
.opacity-100 {
623
  opacity: 1 !important;
624
}
625
 
597 daniel-mar 626
.overflow-auto {
627
  overflow: auto !important;
628
}
629
 
630
.overflow-hidden {
631
  overflow: hidden !important;
632
}
633
 
634
.overflow-visible {
635
  overflow: visible !important;
636
}
637
 
638
.overflow-scroll {
639
  overflow: scroll !important;
640
}
641
 
1056 daniel-mar 642
.overflow-x-auto {
643
  overflow-x: auto !important;
644
}
645
 
646
.overflow-x-hidden {
647
  overflow-x: hidden !important;
648
}
649
 
650
.overflow-x-visible {
651
  overflow-x: visible !important;
652
}
653
 
654
.overflow-x-scroll {
655
  overflow-x: scroll !important;
656
}
657
 
658
.overflow-y-auto {
659
  overflow-y: auto !important;
660
}
661
 
662
.overflow-y-hidden {
663
  overflow-y: hidden !important;
664
}
665
 
666
.overflow-y-visible {
667
  overflow-y: visible !important;
668
}
669
 
670
.overflow-y-scroll {
671
  overflow-y: scroll !important;
672
}
673
 
597 daniel-mar 674
.d-inline {
675
  display: inline !important;
676
}
677
 
678
.d-inline-block {
679
  display: inline-block !important;
680
}
681
 
682
.d-block {
683
  display: block !important;
684
}
685
 
686
.d-grid {
687
  display: grid !important;
688
}
689
 
1151 daniel-mar 690
.d-inline-grid {
691
  display: inline-grid !important;
692
}
693
 
597 daniel-mar 694
.d-table {
695
  display: table !important;
696
}
697
 
698
.d-table-row {
699
  display: table-row !important;
700
}
701
 
702
.d-table-cell {
703
  display: table-cell !important;
704
}
705
 
706
.d-flex {
707
  display: flex !important;
708
}
709
 
710
.d-inline-flex {
711
  display: inline-flex !important;
712
}
713
 
714
.d-none {
715
  display: none !important;
716
}
717
 
718
.shadow {
1134 daniel-mar 719
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
597 daniel-mar 720
}
721
 
722
.shadow-sm {
1134 daniel-mar 723
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
597 daniel-mar 724
}
725
 
726
.shadow-lg {
1134 daniel-mar 727
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
597 daniel-mar 728
}
729
 
730
.shadow-none {
731
  box-shadow: none !important;
732
}
733
 
1134 daniel-mar 734
.focus-ring-primary {
735
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
736
}
737
 
738
.focus-ring-secondary {
739
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
740
}
741
 
742
.focus-ring-success {
743
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
744
}
745
 
746
.focus-ring-info {
747
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
748
}
749
 
750
.focus-ring-warning {
751
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
752
}
753
 
754
.focus-ring-danger {
755
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
756
}
757
 
758
.focus-ring-light {
759
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
760
}
761
 
762
.focus-ring-dark {
763
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
764
}
765
 
597 daniel-mar 766
.position-static {
767
  position: static !important;
768
}
769
 
770
.position-relative {
771
  position: relative !important;
772
}
773
 
774
.position-absolute {
775
  position: absolute !important;
776
}
777
 
778
.position-fixed {
779
  position: fixed !important;
780
}
781
 
782
.position-sticky {
783
  position: -webkit-sticky !important;
784
  position: sticky !important;
785
}
786
 
787
.top-0 {
788
  top: 0 !important;
789
}
790
 
791
.top-50 {
792
  top: 50% !important;
793
}
794
 
795
.top-100 {
796
  top: 100% !important;
797
}
798
 
799
.bottom-0 {
800
  bottom: 0 !important;
801
}
802
 
803
.bottom-50 {
804
  bottom: 50% !important;
805
}
806
 
807
.bottom-100 {
808
  bottom: 100% !important;
809
}
810
 
811
.start-0 {
812
  left: 0 !important;
813
}
814
 
815
.start-50 {
816
  left: 50% !important;
817
}
818
 
819
.start-100 {
820
  left: 100% !important;
821
}
822
 
823
.end-0 {
824
  right: 0 !important;
825
}
826
 
827
.end-50 {
828
  right: 50% !important;
829
}
830
 
831
.end-100 {
832
  right: 100% !important;
833
}
834
 
835
.translate-middle {
836
  transform: translate(-50%, -50%) !important;
837
}
838
 
839
.translate-middle-x {
840
  transform: translateX(-50%) !important;
841
}
842
 
843
.translate-middle-y {
844
  transform: translateY(-50%) !important;
845
}
846
 
847
.border {
846 daniel-mar 848
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
597 daniel-mar 849
}
850
 
851
.border-0 {
852
  border: 0 !important;
853
}
854
 
855
.border-top {
846 daniel-mar 856
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
597 daniel-mar 857
}
858
 
859
.border-top-0 {
860
  border-top: 0 !important;
861
}
862
 
863
.border-end {
846 daniel-mar 864
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
597 daniel-mar 865
}
866
 
867
.border-end-0 {
868
  border-right: 0 !important;
869
}
870
 
871
.border-bottom {
846 daniel-mar 872
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
597 daniel-mar 873
}
874
 
875
.border-bottom-0 {
876
  border-bottom: 0 !important;
877
}
878
 
879
.border-start {
846 daniel-mar 880
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
597 daniel-mar 881
}
882
 
883
.border-start-0 {
884
  border-left: 0 !important;
885
}
886
 
887
.border-primary {
846 daniel-mar 888
  --bs-border-opacity: 1;
889
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
597 daniel-mar 890
}
891
 
892
.border-secondary {
846 daniel-mar 893
  --bs-border-opacity: 1;
894
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
597 daniel-mar 895
}
896
 
897
.border-success {
846 daniel-mar 898
  --bs-border-opacity: 1;
899
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
597 daniel-mar 900
}
901
 
902
.border-info {
846 daniel-mar 903
  --bs-border-opacity: 1;
904
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
597 daniel-mar 905
}
906
 
907
.border-warning {
846 daniel-mar 908
  --bs-border-opacity: 1;
909
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
597 daniel-mar 910
}
911
 
912
.border-danger {
846 daniel-mar 913
  --bs-border-opacity: 1;
914
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
597 daniel-mar 915
}
916
 
917
.border-light {
846 daniel-mar 918
  --bs-border-opacity: 1;
919
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
597 daniel-mar 920
}
921
 
922
.border-dark {
846 daniel-mar 923
  --bs-border-opacity: 1;
924
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
597 daniel-mar 925
}
926
 
1134 daniel-mar 927
.border-black {
928
  --bs-border-opacity: 1;
929
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
930
}
931
 
597 daniel-mar 932
.border-white {
846 daniel-mar 933
  --bs-border-opacity: 1;
934
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
597 daniel-mar 935
}
936
 
1056 daniel-mar 937
.border-primary-subtle {
938
  border-color: var(--bs-primary-border-subtle) !important;
939
}
940
 
941
.border-secondary-subtle {
942
  border-color: var(--bs-secondary-border-subtle) !important;
943
}
944
 
945
.border-success-subtle {
946
  border-color: var(--bs-success-border-subtle) !important;
947
}
948
 
949
.border-info-subtle {
950
  border-color: var(--bs-info-border-subtle) !important;
951
}
952
 
953
.border-warning-subtle {
954
  border-color: var(--bs-warning-border-subtle) !important;
955
}
956
 
957
.border-danger-subtle {
958
  border-color: var(--bs-danger-border-subtle) !important;
959
}
960
 
961
.border-light-subtle {
962
  border-color: var(--bs-light-border-subtle) !important;
963
}
964
 
965
.border-dark-subtle {
966
  border-color: var(--bs-dark-border-subtle) !important;
967
}
968
 
597 daniel-mar 969
.border-1 {
1134 daniel-mar 970
  border-width: 1px !important;
597 daniel-mar 971
}
972
 
973
.border-2 {
1134 daniel-mar 974
  border-width: 2px !important;
597 daniel-mar 975
}
976
 
977
.border-3 {
1134 daniel-mar 978
  border-width: 3px !important;
597 daniel-mar 979
}
980
 
981
.border-4 {
1134 daniel-mar 982
  border-width: 4px !important;
597 daniel-mar 983
}
984
 
985
.border-5 {
1134 daniel-mar 986
  border-width: 5px !important;
597 daniel-mar 987
}
988
 
846 daniel-mar 989
.border-opacity-10 {
990
  --bs-border-opacity: 0.1;
991
}
992
 
993
.border-opacity-25 {
994
  --bs-border-opacity: 0.25;
995
}
996
 
997
.border-opacity-50 {
998
  --bs-border-opacity: 0.5;
999
}
1000
 
1001
.border-opacity-75 {
1002
  --bs-border-opacity: 0.75;
1003
}
1004
 
1005
.border-opacity-100 {
1006
  --bs-border-opacity: 1;
1007
}
1008
 
597 daniel-mar 1009
.w-25 {
1010
  width: 25% !important;
1011
}
1012
 
1013
.w-50 {
1014
  width: 50% !important;
1015
}
1016
 
1017
.w-75 {
1018
  width: 75% !important;
1019
}
1020
 
1021
.w-100 {
1022
  width: 100% !important;
1023
}
1024
 
1025
.w-auto {
1026
  width: auto !important;
1027
}
1028
 
1029
.mw-100 {
1030
  max-width: 100% !important;
1031
}
1032
 
1033
.vw-100 {
1034
  width: 100vw !important;
1035
}
1036
 
1037
.min-vw-100 {
1038
  min-width: 100vw !important;
1039
}
1040
 
1041
.h-25 {
1042
  height: 25% !important;
1043
}
1044
 
1045
.h-50 {
1046
  height: 50% !important;
1047
}
1048
 
1049
.h-75 {
1050
  height: 75% !important;
1051
}
1052
 
1053
.h-100 {
1054
  height: 100% !important;
1055
}
1056
 
1057
.h-auto {
1058
  height: auto !important;
1059
}
1060
 
1061
.mh-100 {
1062
  max-height: 100% !important;
1063
}
1064
 
1065
.vh-100 {
1066
  height: 100vh !important;
1067
}
1068
 
1069
.min-vh-100 {
1070
  min-height: 100vh !important;
1071
}
1072
 
1073
.flex-fill {
1074
  flex: 1 1 auto !important;
1075
}
1076
 
1077
.flex-row {
1078
  flex-direction: row !important;
1079
}
1080
 
1081
.flex-column {
1082
  flex-direction: column !important;
1083
}
1084
 
1085
.flex-row-reverse {
1086
  flex-direction: row-reverse !important;
1087
}
1088
 
1089
.flex-column-reverse {
1090
  flex-direction: column-reverse !important;
1091
}
1092
 
1093
.flex-grow-0 {
1094
  flex-grow: 0 !important;
1095
}
1096
 
1097
.flex-grow-1 {
1098
  flex-grow: 1 !important;
1099
}
1100
 
1101
.flex-shrink-0 {
1102
  flex-shrink: 0 !important;
1103
}
1104
 
1105
.flex-shrink-1 {
1106
  flex-shrink: 1 !important;
1107
}
1108
 
1109
.flex-wrap {
1110
  flex-wrap: wrap !important;
1111
}
1112
 
1113
.flex-nowrap {
1114
  flex-wrap: nowrap !important;
1115
}
1116
 
1117
.flex-wrap-reverse {
1118
  flex-wrap: wrap-reverse !important;
1119
}
1120
 
1121
.justify-content-start {
1122
  justify-content: flex-start !important;
1123
}
1124
 
1125
.justify-content-end {
1126
  justify-content: flex-end !important;
1127
}
1128
 
1129
.justify-content-center {
1130
  justify-content: center !important;
1131
}
1132
 
1133
.justify-content-between {
1134
  justify-content: space-between !important;
1135
}
1136
 
1137
.justify-content-around {
1138
  justify-content: space-around !important;
1139
}
1140
 
1141
.justify-content-evenly {
1142
  justify-content: space-evenly !important;
1143
}
1144
 
1145
.align-items-start {
1146
  align-items: flex-start !important;
1147
}
1148
 
1149
.align-items-end {
1150
  align-items: flex-end !important;
1151
}
1152
 
1153
.align-items-center {
1154
  align-items: center !important;
1155
}
1156
 
1157
.align-items-baseline {
1158
  align-items: baseline !important;
1159
}
1160
 
1161
.align-items-stretch {
1162
  align-items: stretch !important;
1163
}
1164
 
1165
.align-content-start {
1166
  align-content: flex-start !important;
1167
}
1168
 
1169
.align-content-end {
1170
  align-content: flex-end !important;
1171
}
1172
 
1173
.align-content-center {
1174
  align-content: center !important;
1175
}
1176
 
1177
.align-content-between {
1178
  align-content: space-between !important;
1179
}
1180
 
1181
.align-content-around {
1182
  align-content: space-around !important;
1183
}
1184
 
1185
.align-content-stretch {
1186
  align-content: stretch !important;
1187
}
1188
 
1189
.align-self-auto {
1190
  align-self: auto !important;
1191
}
1192
 
1193
.align-self-start {
1194
  align-self: flex-start !important;
1195
}
1196
 
1197
.align-self-end {
1198
  align-self: flex-end !important;
1199
}
1200
 
1201
.align-self-center {
1202
  align-self: center !important;
1203
}
1204
 
1205
.align-self-baseline {
1206
  align-self: baseline !important;
1207
}
1208
 
1209
.align-self-stretch {
1210
  align-self: stretch !important;
1211
}
1212
 
1213
.order-first {
1214
  order: -1 !important;
1215
}
1216
 
1217
.order-0 {
1218
  order: 0 !important;
1219
}
1220
 
1221
.order-1 {
1222
  order: 1 !important;
1223
}
1224
 
1225
.order-2 {
1226
  order: 2 !important;
1227
}
1228
 
1229
.order-3 {
1230
  order: 3 !important;
1231
}
1232
 
1233
.order-4 {
1234
  order: 4 !important;
1235
}
1236
 
1237
.order-5 {
1238
  order: 5 !important;
1239
}
1240
 
1241
.order-last {
1242
  order: 6 !important;
1243
}
1244
 
1245
.m-0 {
1246
  margin: 0 !important;
1247
}
1248
 
1249
.m-1 {
1250
  margin: 0.25rem !important;
1251
}
1252
 
1253
.m-2 {
1254
  margin: 0.5rem !important;
1255
}
1256
 
1257
.m-3 {
1258
  margin: 1rem !important;
1259
}
1260
 
1261
.m-4 {
1262
  margin: 1.5rem !important;
1263
}
1264
 
1265
.m-5 {
1266
  margin: 3rem !important;
1267
}
1268
 
1269
.m-auto {
1270
  margin: auto !important;
1271
}
1272
 
1273
.mx-0 {
1274
  margin-right: 0 !important;
1275
  margin-left: 0 !important;
1276
}
1277
 
1278
.mx-1 {
1279
  margin-right: 0.25rem !important;
1280
  margin-left: 0.25rem !important;
1281
}
1282
 
1283
.mx-2 {
1284
  margin-right: 0.5rem !important;
1285
  margin-left: 0.5rem !important;
1286
}
1287
 
1288
.mx-3 {
1289
  margin-right: 1rem !important;
1290
  margin-left: 1rem !important;
1291
}
1292
 
1293
.mx-4 {
1294
  margin-right: 1.5rem !important;
1295
  margin-left: 1.5rem !important;
1296
}
1297
 
1298
.mx-5 {
1299
  margin-right: 3rem !important;
1300
  margin-left: 3rem !important;
1301
}
1302
 
1303
.mx-auto {
1304
  margin-right: auto !important;
1305
  margin-left: auto !important;
1306
}
1307
 
1308
.my-0 {
1309
  margin-top: 0 !important;
1310
  margin-bottom: 0 !important;
1311
}
1312
 
1313
.my-1 {
1314
  margin-top: 0.25rem !important;
1315
  margin-bottom: 0.25rem !important;
1316
}
1317
 
1318
.my-2 {
1319
  margin-top: 0.5rem !important;
1320
  margin-bottom: 0.5rem !important;
1321
}
1322
 
1323
.my-3 {
1324
  margin-top: 1rem !important;
1325
  margin-bottom: 1rem !important;
1326
}
1327
 
1328
.my-4 {
1329
  margin-top: 1.5rem !important;
1330
  margin-bottom: 1.5rem !important;
1331
}
1332
 
1333
.my-5 {
1334
  margin-top: 3rem !important;
1335
  margin-bottom: 3rem !important;
1336
}
1337
 
1338
.my-auto {
1339
  margin-top: auto !important;
1340
  margin-bottom: auto !important;
1341
}
1342
 
1343
.mt-0 {
1344
  margin-top: 0 !important;
1345
}
1346
 
1347
.mt-1 {
1348
  margin-top: 0.25rem !important;
1349
}
1350
 
1351
.mt-2 {
1352
  margin-top: 0.5rem !important;
1353
}
1354
 
1355
.mt-3 {
1356
  margin-top: 1rem !important;
1357
}
1358
 
1359
.mt-4 {
1360
  margin-top: 1.5rem !important;
1361
}
1362
 
1363
.mt-5 {
1364
  margin-top: 3rem !important;
1365
}
1366
 
1367
.mt-auto {
1368
  margin-top: auto !important;
1369
}
1370
 
1371
.me-0 {
1372
  margin-right: 0 !important;
1373
}
1374
 
1375
.me-1 {
1376
  margin-right: 0.25rem !important;
1377
}
1378
 
1379
.me-2 {
1380
  margin-right: 0.5rem !important;
1381
}
1382
 
1383
.me-3 {
1384
  margin-right: 1rem !important;
1385
}
1386
 
1387
.me-4 {
1388
  margin-right: 1.5rem !important;
1389
}
1390
 
1391
.me-5 {
1392
  margin-right: 3rem !important;
1393
}
1394
 
1395
.me-auto {
1396
  margin-right: auto !important;
1397
}
1398
 
1399
.mb-0 {
1400
  margin-bottom: 0 !important;
1401
}
1402
 
1403
.mb-1 {
1404
  margin-bottom: 0.25rem !important;
1405
}
1406
 
1407
.mb-2 {
1408
  margin-bottom: 0.5rem !important;
1409
}
1410
 
1411
.mb-3 {
1412
  margin-bottom: 1rem !important;
1413
}
1414
 
1415
.mb-4 {
1416
  margin-bottom: 1.5rem !important;
1417
}
1418
 
1419
.mb-5 {
1420
  margin-bottom: 3rem !important;
1421
}
1422
 
1423
.mb-auto {
1424
  margin-bottom: auto !important;
1425
}
1426
 
1427
.ms-0 {
1428
  margin-left: 0 !important;
1429
}
1430
 
1431
.ms-1 {
1432
  margin-left: 0.25rem !important;
1433
}
1434
 
1435
.ms-2 {
1436
  margin-left: 0.5rem !important;
1437
}
1438
 
1439
.ms-3 {
1440
  margin-left: 1rem !important;
1441
}
1442
 
1443
.ms-4 {
1444
  margin-left: 1.5rem !important;
1445
}
1446
 
1447
.ms-5 {
1448
  margin-left: 3rem !important;
1449
}
1450
 
1451
.ms-auto {
1452
  margin-left: auto !important;
1453
}
1454
 
1455
.p-0 {
1456
  padding: 0 !important;
1457
}
1458
 
1459
.p-1 {
1460
  padding: 0.25rem !important;
1461
}
1462
 
1463
.p-2 {
1464
  padding: 0.5rem !important;
1465
}
1466
 
1467
.p-3 {
1468
  padding: 1rem !important;
1469
}
1470
 
1471
.p-4 {
1472
  padding: 1.5rem !important;
1473
}
1474
 
1475
.p-5 {
1476
  padding: 3rem !important;
1477
}
1478
 
1479
.px-0 {
1480
  padding-right: 0 !important;
1481
  padding-left: 0 !important;
1482
}
1483
 
1484
.px-1 {
1485
  padding-right: 0.25rem !important;
1486
  padding-left: 0.25rem !important;
1487
}
1488
 
1489
.px-2 {
1490
  padding-right: 0.5rem !important;
1491
  padding-left: 0.5rem !important;
1492
}
1493
 
1494
.px-3 {
1495
  padding-right: 1rem !important;
1496
  padding-left: 1rem !important;
1497
}
1498
 
1499
.px-4 {
1500
  padding-right: 1.5rem !important;
1501
  padding-left: 1.5rem !important;
1502
}
1503
 
1504
.px-5 {
1505
  padding-right: 3rem !important;
1506
  padding-left: 3rem !important;
1507
}
1508
 
1509
.py-0 {
1510
  padding-top: 0 !important;
1511
  padding-bottom: 0 !important;
1512
}
1513
 
1514
.py-1 {
1515
  padding-top: 0.25rem !important;
1516
  padding-bottom: 0.25rem !important;
1517
}
1518
 
1519
.py-2 {
1520
  padding-top: 0.5rem !important;
1521
  padding-bottom: 0.5rem !important;
1522
}
1523
 
1524
.py-3 {
1525
  padding-top: 1rem !important;
1526
  padding-bottom: 1rem !important;
1527
}
1528
 
1529
.py-4 {
1530
  padding-top: 1.5rem !important;
1531
  padding-bottom: 1.5rem !important;
1532
}
1533
 
1534
.py-5 {
1535
  padding-top: 3rem !important;
1536
  padding-bottom: 3rem !important;
1537
}
1538
 
1539
.pt-0 {
1540
  padding-top: 0 !important;
1541
}
1542
 
1543
.pt-1 {
1544
  padding-top: 0.25rem !important;
1545
}
1546
 
1547
.pt-2 {
1548
  padding-top: 0.5rem !important;
1549
}
1550
 
1551
.pt-3 {
1552
  padding-top: 1rem !important;
1553
}
1554
 
1555
.pt-4 {
1556
  padding-top: 1.5rem !important;
1557
}
1558
 
1559
.pt-5 {
1560
  padding-top: 3rem !important;
1561
}
1562
 
1563
.pe-0 {
1564
  padding-right: 0 !important;
1565
}
1566
 
1567
.pe-1 {
1568
  padding-right: 0.25rem !important;
1569
}
1570
 
1571
.pe-2 {
1572
  padding-right: 0.5rem !important;
1573
}
1574
 
1575
.pe-3 {
1576
  padding-right: 1rem !important;
1577
}
1578
 
1579
.pe-4 {
1580
  padding-right: 1.5rem !important;
1581
}
1582
 
1583
.pe-5 {
1584
  padding-right: 3rem !important;
1585
}
1586
 
1587
.pb-0 {
1588
  padding-bottom: 0 !important;
1589
}
1590
 
1591
.pb-1 {
1592
  padding-bottom: 0.25rem !important;
1593
}
1594
 
1595
.pb-2 {
1596
  padding-bottom: 0.5rem !important;
1597
}
1598
 
1599
.pb-3 {
1600
  padding-bottom: 1rem !important;
1601
}
1602
 
1603
.pb-4 {
1604
  padding-bottom: 1.5rem !important;
1605
}
1606
 
1607
.pb-5 {
1608
  padding-bottom: 3rem !important;
1609
}
1610
 
1611
.ps-0 {
1612
  padding-left: 0 !important;
1613
}
1614
 
1615
.ps-1 {
1616
  padding-left: 0.25rem !important;
1617
}
1618
 
1619
.ps-2 {
1620
  padding-left: 0.5rem !important;
1621
}
1622
 
1623
.ps-3 {
1624
  padding-left: 1rem !important;
1625
}
1626
 
1627
.ps-4 {
1628
  padding-left: 1.5rem !important;
1629
}
1630
 
1631
.ps-5 {
1632
  padding-left: 3rem !important;
1633
}
1634
 
846 daniel-mar 1635
.gap-0 {
1636
  gap: 0 !important;
1637
}
1638
 
1639
.gap-1 {
1640
  gap: 0.25rem !important;
1641
}
1642
 
1643
.gap-2 {
1644
  gap: 0.5rem !important;
1645
}
1646
 
1647
.gap-3 {
1648
  gap: 1rem !important;
1649
}
1650
 
1651
.gap-4 {
1652
  gap: 1.5rem !important;
1653
}
1654
 
1655
.gap-5 {
1656
  gap: 3rem !important;
1657
}
1658
 
1056 daniel-mar 1659
.row-gap-0 {
1660
  row-gap: 0 !important;
1661
}
1662
 
1663
.row-gap-1 {
1664
  row-gap: 0.25rem !important;
1665
}
1666
 
1667
.row-gap-2 {
1668
  row-gap: 0.5rem !important;
1669
}
1670
 
1671
.row-gap-3 {
1672
  row-gap: 1rem !important;
1673
}
1674
 
1675
.row-gap-4 {
1676
  row-gap: 1.5rem !important;
1677
}
1678
 
1679
.row-gap-5 {
1680
  row-gap: 3rem !important;
1681
}
1682
 
1683
.column-gap-0 {
1684
  -moz-column-gap: 0 !important;
1685
  column-gap: 0 !important;
1686
}
1687
 
1688
.column-gap-1 {
1689
  -moz-column-gap: 0.25rem !important;
1690
  column-gap: 0.25rem !important;
1691
}
1692
 
1693
.column-gap-2 {
1694
  -moz-column-gap: 0.5rem !important;
1695
  column-gap: 0.5rem !important;
1696
}
1697
 
1698
.column-gap-3 {
1699
  -moz-column-gap: 1rem !important;
1700
  column-gap: 1rem !important;
1701
}
1702
 
1703
.column-gap-4 {
1704
  -moz-column-gap: 1.5rem !important;
1705
  column-gap: 1.5rem !important;
1706
}
1707
 
1708
.column-gap-5 {
1709
  -moz-column-gap: 3rem !important;
1710
  column-gap: 3rem !important;
1711
}
1712
 
597 daniel-mar 1713
.font-monospace {
1714
  font-family: var(--bs-font-monospace) !important;
1715
}
1716
 
1717
.fs-1 {
1718
  font-size: calc(1.375rem + 1.5vw) !important;
1719
}
1720
 
1721
.fs-2 {
1722
  font-size: calc(1.325rem + 0.9vw) !important;
1723
}
1724
 
1725
.fs-3 {
1726
  font-size: calc(1.3rem + 0.6vw) !important;
1727
}
1728
 
1729
.fs-4 {
1730
  font-size: calc(1.275rem + 0.3vw) !important;
1731
}
1732
 
1733
.fs-5 {
1734
  font-size: 1.25rem !important;
1735
}
1736
 
1737
.fs-6 {
1738
  font-size: 1rem !important;
1739
}
1740
 
1741
.fst-italic {
1742
  font-style: italic !important;
1743
}
1744
 
1745
.fst-normal {
1746
  font-style: normal !important;
1747
}
1748
 
1056 daniel-mar 1749
.fw-lighter {
1750
  font-weight: lighter !important;
1751
}
1752
 
597 daniel-mar 1753
.fw-light {
1754
  font-weight: 300 !important;
1755
}
1756
 
1757
.fw-normal {
1758
  font-weight: 400 !important;
1759
}
1760
 
1056 daniel-mar 1761
.fw-medium {
1762
  font-weight: 500 !important;
597 daniel-mar 1763
}
1764
 
846 daniel-mar 1765
.fw-semibold {
1766
  font-weight: 600 !important;
1767
}
1768
 
1056 daniel-mar 1769
.fw-bold {
1770
  font-weight: 700 !important;
1771
}
1772
 
597 daniel-mar 1773
.fw-bolder {
1774
  font-weight: bolder !important;
1775
}
1776
 
1777
.lh-1 {
1778
  line-height: 1 !important;
1779
}
1780
 
1781
.lh-sm {
1782
  line-height: 1.25 !important;
1783
}
1784
 
1785
.lh-base {
1786
  line-height: 1.5 !important;
1787
}
1788
 
1789
.lh-lg {
1790
  line-height: 2 !important;
1791
}
1792
 
1793
.text-start {
1794
  text-align: left !important;
1795
}
1796
 
1797
.text-end {
1798
  text-align: right !important;
1799
}
1800
 
1801
.text-center {
1802
  text-align: center !important;
1803
}
1804
 
1805
.text-decoration-none {
1806
  text-decoration: none !important;
1807
}
1808
 
1809
.text-decoration-underline {
1810
  text-decoration: underline !important;
1811
}
1812
 
1813
.text-decoration-line-through {
1814
  text-decoration: line-through !important;
1815
}
1816
 
1817
.text-lowercase {
1818
  text-transform: lowercase !important;
1819
}
1820
 
1821
.text-uppercase {
1822
  text-transform: uppercase !important;
1823
}
1824
 
1825
.text-capitalize {
1826
  text-transform: capitalize !important;
1827
}
1828
 
1829
.text-wrap {
1830
  white-space: normal !important;
1831
}
1832
 
1833
.text-nowrap {
1834
  white-space: nowrap !important;
1835
}
1836
 
1837
/* rtl:begin:remove */
1838
.text-break {
1839
  word-wrap: break-word !important;
1840
  word-break: break-word !important;
1841
}
1842
 
1843
/* rtl:end:remove */
1844
.text-primary {
637 daniel-mar 1845
  --bs-text-opacity: 1;
1846
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
597 daniel-mar 1847
}
1848
 
1849
.text-secondary {
637 daniel-mar 1850
  --bs-text-opacity: 1;
1851
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
597 daniel-mar 1852
}
1853
 
1854
.text-success {
637 daniel-mar 1855
  --bs-text-opacity: 1;
1856
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
597 daniel-mar 1857
}
1858
 
1859
.text-info {
637 daniel-mar 1860
  --bs-text-opacity: 1;
1861
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
597 daniel-mar 1862
}
1863
 
1864
.text-warning {
637 daniel-mar 1865
  --bs-text-opacity: 1;
1866
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
597 daniel-mar 1867
}
1868
 
1869
.text-danger {
637 daniel-mar 1870
  --bs-text-opacity: 1;
1871
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
597 daniel-mar 1872
}
1873
 
1874
.text-light {
637 daniel-mar 1875
  --bs-text-opacity: 1;
1876
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
597 daniel-mar 1877
}
1878
 
1879
.text-dark {
637 daniel-mar 1880
  --bs-text-opacity: 1;
1881
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
597 daniel-mar 1882
}
1883
 
637 daniel-mar 1884
.text-black {
1885
  --bs-text-opacity: 1;
1886
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
1887
}
1888
 
597 daniel-mar 1889
.text-white {
637 daniel-mar 1890
  --bs-text-opacity: 1;
1891
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
597 daniel-mar 1892
}
1893
 
1894
.text-body {
637 daniel-mar 1895
  --bs-text-opacity: 1;
1896
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
597 daniel-mar 1897
}
1898
 
1899
.text-muted {
637 daniel-mar 1900
  --bs-text-opacity: 1;
1056 daniel-mar 1901
  color: var(--bs-secondary-color) !important;
597 daniel-mar 1902
}
1903
 
1904
.text-black-50 {
637 daniel-mar 1905
  --bs-text-opacity: 1;
597 daniel-mar 1906
  color: rgba(0, 0, 0, 0.5) !important;
1907
}
1908
 
1909
.text-white-50 {
637 daniel-mar 1910
  --bs-text-opacity: 1;
597 daniel-mar 1911
  color: rgba(255, 255, 255, 0.5) !important;
1912
}
1913
 
1056 daniel-mar 1914
.text-body-secondary {
1915
  --bs-text-opacity: 1;
1916
  color: var(--bs-secondary-color) !important;
1917
}
1918
 
1919
.text-body-tertiary {
1920
  --bs-text-opacity: 1;
1921
  color: var(--bs-tertiary-color) !important;
1922
}
1923
 
1924
.text-body-emphasis {
1925
  --bs-text-opacity: 1;
1926
  color: var(--bs-emphasis-color) !important;
1927
}
1928
 
597 daniel-mar 1929
.text-reset {
637 daniel-mar 1930
  --bs-text-opacity: 1;
597 daniel-mar 1931
  color: inherit !important;
1932
}
1933
 
637 daniel-mar 1934
.text-opacity-25 {
1935
  --bs-text-opacity: 0.25;
1936
}
1937
 
1938
.text-opacity-50 {
1939
  --bs-text-opacity: 0.5;
1940
}
1941
 
1942
.text-opacity-75 {
1943
  --bs-text-opacity: 0.75;
1944
}
1945
 
1946
.text-opacity-100 {
1947
  --bs-text-opacity: 1;
1948
}
1949
 
1056 daniel-mar 1950
.text-primary-emphasis {
1134 daniel-mar 1951
  color: var(--bs-primary-text-emphasis) !important;
1056 daniel-mar 1952
}
1953
 
1954
.text-secondary-emphasis {
1134 daniel-mar 1955
  color: var(--bs-secondary-text-emphasis) !important;
1056 daniel-mar 1956
}
1957
 
1958
.text-success-emphasis {
1134 daniel-mar 1959
  color: var(--bs-success-text-emphasis) !important;
1056 daniel-mar 1960
}
1961
 
1962
.text-info-emphasis {
1134 daniel-mar 1963
  color: var(--bs-info-text-emphasis) !important;
1056 daniel-mar 1964
}
1965
 
1966
.text-warning-emphasis {
1134 daniel-mar 1967
  color: var(--bs-warning-text-emphasis) !important;
1056 daniel-mar 1968
}
1969
 
1970
.text-danger-emphasis {
1134 daniel-mar 1971
  color: var(--bs-danger-text-emphasis) !important;
1056 daniel-mar 1972
}
1973
 
1974
.text-light-emphasis {
1134 daniel-mar 1975
  color: var(--bs-light-text-emphasis) !important;
1056 daniel-mar 1976
}
1977
 
1978
.text-dark-emphasis {
1134 daniel-mar 1979
  color: var(--bs-dark-text-emphasis) !important;
1056 daniel-mar 1980
}
1981
 
1134 daniel-mar 1982
.link-opacity-10 {
1983
  --bs-link-opacity: 0.1;
1984
}
1985
 
1986
.link-opacity-10-hover:hover {
1987
  --bs-link-opacity: 0.1;
1988
}
1989
 
1990
.link-opacity-25 {
1991
  --bs-link-opacity: 0.25;
1992
}
1993
 
1994
.link-opacity-25-hover:hover {
1995
  --bs-link-opacity: 0.25;
1996
}
1997
 
1998
.link-opacity-50 {
1999
  --bs-link-opacity: 0.5;
2000
}
2001
 
2002
.link-opacity-50-hover:hover {
2003
  --bs-link-opacity: 0.5;
2004
}
2005
 
2006
.link-opacity-75 {
2007
  --bs-link-opacity: 0.75;
2008
}
2009
 
2010
.link-opacity-75-hover:hover {
2011
  --bs-link-opacity: 0.75;
2012
}
2013
 
2014
.link-opacity-100 {
2015
  --bs-link-opacity: 1;
2016
}
2017
 
2018
.link-opacity-100-hover:hover {
2019
  --bs-link-opacity: 1;
2020
}
2021
 
2022
.link-offset-1 {
2023
  text-underline-offset: 0.125em !important;
2024
}
2025
 
2026
.link-offset-1-hover:hover {
2027
  text-underline-offset: 0.125em !important;
2028
}
2029
 
2030
.link-offset-2 {
2031
  text-underline-offset: 0.25em !important;
2032
}
2033
 
2034
.link-offset-2-hover:hover {
2035
  text-underline-offset: 0.25em !important;
2036
}
2037
 
2038
.link-offset-3 {
2039
  text-underline-offset: 0.375em !important;
2040
}
2041
 
2042
.link-offset-3-hover:hover {
2043
  text-underline-offset: 0.375em !important;
2044
}
2045
 
2046
.link-underline-primary {
2047
  --bs-link-underline-opacity: 1;
2048
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
2049
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
2050
}
2051
 
2052
.link-underline-secondary {
2053
  --bs-link-underline-opacity: 1;
2054
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
2055
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
2056
}
2057
 
2058
.link-underline-success {
2059
  --bs-link-underline-opacity: 1;
2060
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
2061
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
2062
}
2063
 
2064
.link-underline-info {
2065
  --bs-link-underline-opacity: 1;
2066
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
2067
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
2068
}
2069
 
2070
.link-underline-warning {
2071
  --bs-link-underline-opacity: 1;
2072
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
2073
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
2074
}
2075
 
2076
.link-underline-danger {
2077
  --bs-link-underline-opacity: 1;
2078
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
2079
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
2080
}
2081
 
2082
.link-underline-light {
2083
  --bs-link-underline-opacity: 1;
2084
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
2085
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
2086
}
2087
 
2088
.link-underline-dark {
2089
  --bs-link-underline-opacity: 1;
2090
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
2091
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
2092
}
2093
 
2094
.link-underline {
2095
  --bs-link-underline-opacity: 1;
2096
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
2097
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
2098
}
2099
 
2100
.link-underline-opacity-0 {
2101
  --bs-link-underline-opacity: 0;
2102
}
2103
 
2104
.link-underline-opacity-0-hover:hover {
2105
  --bs-link-underline-opacity: 0;
2106
}
2107
 
2108
.link-underline-opacity-10 {
2109
  --bs-link-underline-opacity: 0.1;
2110
}
2111
 
2112
.link-underline-opacity-10-hover:hover {
2113
  --bs-link-underline-opacity: 0.1;
2114
}
2115
 
2116
.link-underline-opacity-25 {
2117
  --bs-link-underline-opacity: 0.25;
2118
}
2119
 
2120
.link-underline-opacity-25-hover:hover {
2121
  --bs-link-underline-opacity: 0.25;
2122
}
2123
 
2124
.link-underline-opacity-50 {
2125
  --bs-link-underline-opacity: 0.5;
2126
}
2127
 
2128
.link-underline-opacity-50-hover:hover {
2129
  --bs-link-underline-opacity: 0.5;
2130
}
2131
 
2132
.link-underline-opacity-75 {
2133
  --bs-link-underline-opacity: 0.75;
2134
}
2135
 
2136
.link-underline-opacity-75-hover:hover {
2137
  --bs-link-underline-opacity: 0.75;
2138
}
2139
 
2140
.link-underline-opacity-100 {
2141
  --bs-link-underline-opacity: 1;
2142
}
2143
 
2144
.link-underline-opacity-100-hover:hover {
2145
  --bs-link-underline-opacity: 1;
2146
}
2147
 
597 daniel-mar 2148
.bg-primary {
637 daniel-mar 2149
  --bs-bg-opacity: 1;
2150
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
597 daniel-mar 2151
}
2152
 
2153
.bg-secondary {
637 daniel-mar 2154
  --bs-bg-opacity: 1;
2155
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
597 daniel-mar 2156
}
2157
 
2158
.bg-success {
637 daniel-mar 2159
  --bs-bg-opacity: 1;
2160
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
597 daniel-mar 2161
}
2162
 
2163
.bg-info {
637 daniel-mar 2164
  --bs-bg-opacity: 1;
2165
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
597 daniel-mar 2166
}
2167
 
2168
.bg-warning {
637 daniel-mar 2169
  --bs-bg-opacity: 1;
2170
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
597 daniel-mar 2171
}
2172
 
2173
.bg-danger {
637 daniel-mar 2174
  --bs-bg-opacity: 1;
2175
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
597 daniel-mar 2176
}
2177
 
2178
.bg-light {
637 daniel-mar 2179
  --bs-bg-opacity: 1;
2180
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
597 daniel-mar 2181
}
2182
 
2183
.bg-dark {
637 daniel-mar 2184
  --bs-bg-opacity: 1;
2185
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
597 daniel-mar 2186
}
2187
 
637 daniel-mar 2188
.bg-black {
2189
  --bs-bg-opacity: 1;
2190
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
597 daniel-mar 2191
}
2192
 
2193
.bg-white {
637 daniel-mar 2194
  --bs-bg-opacity: 1;
2195
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
597 daniel-mar 2196
}
2197
 
637 daniel-mar 2198
.bg-body {
2199
  --bs-bg-opacity: 1;
2200
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
2201
}
2202
 
597 daniel-mar 2203
.bg-transparent {
637 daniel-mar 2204
  --bs-bg-opacity: 1;
597 daniel-mar 2205
  background-color: transparent !important;
2206
}
2207
 
1056 daniel-mar 2208
.bg-body-secondary {
2209
  --bs-bg-opacity: 1;
2210
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
2211
}
2212
 
2213
.bg-body-tertiary {
2214
  --bs-bg-opacity: 1;
2215
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
2216
}
2217
 
637 daniel-mar 2218
.bg-opacity-10 {
2219
  --bs-bg-opacity: 0.1;
2220
}
2221
 
2222
.bg-opacity-25 {
2223
  --bs-bg-opacity: 0.25;
2224
}
2225
 
2226
.bg-opacity-50 {
2227
  --bs-bg-opacity: 0.5;
2228
}
2229
 
2230
.bg-opacity-75 {
2231
  --bs-bg-opacity: 0.75;
2232
}
2233
 
2234
.bg-opacity-100 {
2235
  --bs-bg-opacity: 1;
2236
}
2237
 
1056 daniel-mar 2238
.bg-primary-subtle {
2239
  background-color: var(--bs-primary-bg-subtle) !important;
2240
}
2241
 
2242
.bg-secondary-subtle {
2243
  background-color: var(--bs-secondary-bg-subtle) !important;
2244
}
2245
 
2246
.bg-success-subtle {
2247
  background-color: var(--bs-success-bg-subtle) !important;
2248
}
2249
 
2250
.bg-info-subtle {
2251
  background-color: var(--bs-info-bg-subtle) !important;
2252
}
2253
 
2254
.bg-warning-subtle {
2255
  background-color: var(--bs-warning-bg-subtle) !important;
2256
}
2257
 
2258
.bg-danger-subtle {
2259
  background-color: var(--bs-danger-bg-subtle) !important;
2260
}
2261
 
2262
.bg-light-subtle {
2263
  background-color: var(--bs-light-bg-subtle) !important;
2264
}
2265
 
2266
.bg-dark-subtle {
2267
  background-color: var(--bs-dark-bg-subtle) !important;
2268
}
2269
 
597 daniel-mar 2270
.bg-gradient {
2271
  background-image: var(--bs-gradient) !important;
2272
}
2273
 
2274
.user-select-all {
2275
  -webkit-user-select: all !important;
2276
  -moz-user-select: all !important;
2277
  user-select: all !important;
2278
}
2279
 
2280
.user-select-auto {
2281
  -webkit-user-select: auto !important;
2282
  -moz-user-select: auto !important;
2283
  user-select: auto !important;
2284
}
2285
 
2286
.user-select-none {
2287
  -webkit-user-select: none !important;
2288
  -moz-user-select: none !important;
2289
  user-select: none !important;
2290
}
2291
 
2292
.pe-none {
2293
  pointer-events: none !important;
2294
}
2295
 
2296
.pe-auto {
2297
  pointer-events: auto !important;
2298
}
2299
 
2300
.rounded {
846 daniel-mar 2301
  border-radius: var(--bs-border-radius) !important;
597 daniel-mar 2302
}
2303
 
2304
.rounded-0 {
2305
  border-radius: 0 !important;
2306
}
2307
 
2308
.rounded-1 {
846 daniel-mar 2309
  border-radius: var(--bs-border-radius-sm) !important;
597 daniel-mar 2310
}
2311
 
2312
.rounded-2 {
846 daniel-mar 2313
  border-radius: var(--bs-border-radius) !important;
597 daniel-mar 2314
}
2315
 
2316
.rounded-3 {
846 daniel-mar 2317
  border-radius: var(--bs-border-radius-lg) !important;
597 daniel-mar 2318
}
2319
 
846 daniel-mar 2320
.rounded-4 {
2321
  border-radius: var(--bs-border-radius-xl) !important;
2322
}
2323
 
2324
.rounded-5 {
1134 daniel-mar 2325
  border-radius: var(--bs-border-radius-xxl) !important;
846 daniel-mar 2326
}
2327
 
597 daniel-mar 2328
.rounded-circle {
2329
  border-radius: 50% !important;
2330
}
2331
 
2332
.rounded-pill {
846 daniel-mar 2333
  border-radius: var(--bs-border-radius-pill) !important;
597 daniel-mar 2334
}
2335
 
2336
.rounded-top {
846 daniel-mar 2337
  border-top-left-radius: var(--bs-border-radius) !important;
2338
  border-top-right-radius: var(--bs-border-radius) !important;
597 daniel-mar 2339
}
2340
 
1056 daniel-mar 2341
.rounded-top-0 {
2342
  border-top-left-radius: 0 !important;
2343
  border-top-right-radius: 0 !important;
2344
}
2345
 
2346
.rounded-top-1 {
2347
  border-top-left-radius: var(--bs-border-radius-sm) !important;
2348
  border-top-right-radius: var(--bs-border-radius-sm) !important;
2349
}
2350
 
2351
.rounded-top-2 {
2352
  border-top-left-radius: var(--bs-border-radius) !important;
2353
  border-top-right-radius: var(--bs-border-radius) !important;
2354
}
2355
 
2356
.rounded-top-3 {
2357
  border-top-left-radius: var(--bs-border-radius-lg) !important;
2358
  border-top-right-radius: var(--bs-border-radius-lg) !important;
2359
}
2360
 
2361
.rounded-top-4 {
2362
  border-top-left-radius: var(--bs-border-radius-xl) !important;
2363
  border-top-right-radius: var(--bs-border-radius-xl) !important;
2364
}
2365
 
2366
.rounded-top-5 {
1134 daniel-mar 2367
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
2368
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
1056 daniel-mar 2369
}
2370
 
2371
.rounded-top-circle {
2372
  border-top-left-radius: 50% !important;
2373
  border-top-right-radius: 50% !important;
2374
}
2375
 
2376
.rounded-top-pill {
2377
  border-top-left-radius: var(--bs-border-radius-pill) !important;
2378
  border-top-right-radius: var(--bs-border-radius-pill) !important;
2379
}
2380
 
597 daniel-mar 2381
.rounded-end {
846 daniel-mar 2382
  border-top-right-radius: var(--bs-border-radius) !important;
2383
  border-bottom-right-radius: var(--bs-border-radius) !important;
597 daniel-mar 2384
}
2385
 
1056 daniel-mar 2386
.rounded-end-0 {
2387
  border-top-right-radius: 0 !important;
2388
  border-bottom-right-radius: 0 !important;
2389
}
2390
 
2391
.rounded-end-1 {
2392
  border-top-right-radius: var(--bs-border-radius-sm) !important;
2393
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
2394
}
2395
 
2396
.rounded-end-2 {
2397
  border-top-right-radius: var(--bs-border-radius) !important;
2398
  border-bottom-right-radius: var(--bs-border-radius) !important;
2399
}
2400
 
2401
.rounded-end-3 {
2402
  border-top-right-radius: var(--bs-border-radius-lg) !important;
2403
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
2404
}
2405
 
2406
.rounded-end-4 {
2407
  border-top-right-radius: var(--bs-border-radius-xl) !important;
2408
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
2409
}
2410
 
2411
.rounded-end-5 {
1134 daniel-mar 2412
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
2413
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
1056 daniel-mar 2414
}
2415
 
2416
.rounded-end-circle {
2417
  border-top-right-radius: 50% !important;
2418
  border-bottom-right-radius: 50% !important;
2419
}
2420
 
2421
.rounded-end-pill {
2422
  border-top-right-radius: var(--bs-border-radius-pill) !important;
2423
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
2424
}
2425
 
597 daniel-mar 2426
.rounded-bottom {
846 daniel-mar 2427
  border-bottom-right-radius: var(--bs-border-radius) !important;
2428
  border-bottom-left-radius: var(--bs-border-radius) !important;
597 daniel-mar 2429
}
2430
 
1056 daniel-mar 2431
.rounded-bottom-0 {
2432
  border-bottom-right-radius: 0 !important;
2433
  border-bottom-left-radius: 0 !important;
2434
}
2435
 
2436
.rounded-bottom-1 {
2437
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
2438
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
2439
}
2440
 
2441
.rounded-bottom-2 {
2442
  border-bottom-right-radius: var(--bs-border-radius) !important;
2443
  border-bottom-left-radius: var(--bs-border-radius) !important;
2444
}
2445
 
2446
.rounded-bottom-3 {
2447
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
2448
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
2449
}
2450
 
2451
.rounded-bottom-4 {
2452
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
2453
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
2454
}
2455
 
2456
.rounded-bottom-5 {
1134 daniel-mar 2457
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
2458
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
1056 daniel-mar 2459
}
2460
 
2461
.rounded-bottom-circle {
2462
  border-bottom-right-radius: 50% !important;
2463
  border-bottom-left-radius: 50% !important;
2464
}
2465
 
2466
.rounded-bottom-pill {
2467
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
2468
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
2469
}
2470
 
597 daniel-mar 2471
.rounded-start {
846 daniel-mar 2472
  border-bottom-left-radius: var(--bs-border-radius) !important;
2473
  border-top-left-radius: var(--bs-border-radius) !important;
597 daniel-mar 2474
}
2475
 
1056 daniel-mar 2476
.rounded-start-0 {
2477
  border-bottom-left-radius: 0 !important;
2478
  border-top-left-radius: 0 !important;
2479
}
2480
 
2481
.rounded-start-1 {
2482
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
2483
  border-top-left-radius: var(--bs-border-radius-sm) !important;
2484
}
2485
 
2486
.rounded-start-2 {
2487
  border-bottom-left-radius: var(--bs-border-radius) !important;
2488
  border-top-left-radius: var(--bs-border-radius) !important;
2489
}
2490
 
2491
.rounded-start-3 {
2492
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
2493
  border-top-left-radius: var(--bs-border-radius-lg) !important;
2494
}
2495
 
2496
.rounded-start-4 {
2497
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
2498
  border-top-left-radius: var(--bs-border-radius-xl) !important;
2499
}
2500
 
2501
.rounded-start-5 {
1134 daniel-mar 2502
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
2503
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
1056 daniel-mar 2504
}
2505
 
2506
.rounded-start-circle {
2507
  border-bottom-left-radius: 50% !important;
2508
  border-top-left-radius: 50% !important;
2509
}
2510
 
2511
.rounded-start-pill {
2512
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
2513
  border-top-left-radius: var(--bs-border-radius-pill) !important;
2514
}
2515
 
597 daniel-mar 2516
.visible {
2517
  visibility: visible !important;
2518
}
2519
 
2520
.invisible {
2521
  visibility: hidden !important;
2522
}
2523
 
1056 daniel-mar 2524
.z-n1 {
2525
  z-index: -1 !important;
2526
}
2527
 
2528
.z-0 {
2529
  z-index: 0 !important;
2530
}
2531
 
2532
.z-1 {
2533
  z-index: 1 !important;
2534
}
2535
 
2536
.z-2 {
2537
  z-index: 2 !important;
2538
}
2539
 
2540
.z-3 {
2541
  z-index: 3 !important;
2542
}
2543
 
597 daniel-mar 2544
@media (min-width: 576px) {
2545
  .float-sm-start {
2546
    float: left !important;
2547
  }
2548
  .float-sm-end {
2549
    float: right !important;
2550
  }
2551
  .float-sm-none {
2552
    float: none !important;
2553
  }
1056 daniel-mar 2554
  .object-fit-sm-contain {
2555
    -o-object-fit: contain !important;
2556
    object-fit: contain !important;
2557
  }
2558
  .object-fit-sm-cover {
2559
    -o-object-fit: cover !important;
2560
    object-fit: cover !important;
2561
  }
2562
  .object-fit-sm-fill {
2563
    -o-object-fit: fill !important;
2564
    object-fit: fill !important;
2565
  }
2566
  .object-fit-sm-scale {
2567
    -o-object-fit: scale-down !important;
2568
    object-fit: scale-down !important;
2569
  }
2570
  .object-fit-sm-none {
2571
    -o-object-fit: none !important;
2572
    object-fit: none !important;
2573
  }
597 daniel-mar 2574
  .d-sm-inline {
2575
    display: inline !important;
2576
  }
2577
  .d-sm-inline-block {
2578
    display: inline-block !important;
2579
  }
2580
  .d-sm-block {
2581
    display: block !important;
2582
  }
2583
  .d-sm-grid {
2584
    display: grid !important;
2585
  }
1151 daniel-mar 2586
  .d-sm-inline-grid {
2587
    display: inline-grid !important;
2588
  }
597 daniel-mar 2589
  .d-sm-table {
2590
    display: table !important;
2591
  }
2592
  .d-sm-table-row {
2593
    display: table-row !important;
2594
  }
2595
  .d-sm-table-cell {
2596
    display: table-cell !important;
2597
  }
2598
  .d-sm-flex {
2599
    display: flex !important;
2600
  }
2601
  .d-sm-inline-flex {
2602
    display: inline-flex !important;
2603
  }
2604
  .d-sm-none {
2605
    display: none !important;
2606
  }
2607
  .flex-sm-fill {
2608
    flex: 1 1 auto !important;
2609
  }
2610
  .flex-sm-row {
2611
    flex-direction: row !important;
2612
  }
2613
  .flex-sm-column {
2614
    flex-direction: column !important;
2615
  }
2616
  .flex-sm-row-reverse {
2617
    flex-direction: row-reverse !important;
2618
  }
2619
  .flex-sm-column-reverse {
2620
    flex-direction: column-reverse !important;
2621
  }
2622
  .flex-sm-grow-0 {
2623
    flex-grow: 0 !important;
2624
  }
2625
  .flex-sm-grow-1 {
2626
    flex-grow: 1 !important;
2627
  }
2628
  .flex-sm-shrink-0 {
2629
    flex-shrink: 0 !important;
2630
  }
2631
  .flex-sm-shrink-1 {
2632
    flex-shrink: 1 !important;
2633
  }
2634
  .flex-sm-wrap {
2635
    flex-wrap: wrap !important;
2636
  }
2637
  .flex-sm-nowrap {
2638
    flex-wrap: nowrap !important;
2639
  }
2640
  .flex-sm-wrap-reverse {
2641
    flex-wrap: wrap-reverse !important;
2642
  }
2643
  .justify-content-sm-start {
2644
    justify-content: flex-start !important;
2645
  }
2646
  .justify-content-sm-end {
2647
    justify-content: flex-end !important;
2648
  }
2649
  .justify-content-sm-center {
2650
    justify-content: center !important;
2651
  }
2652
  .justify-content-sm-between {
2653
    justify-content: space-between !important;
2654
  }
2655
  .justify-content-sm-around {
2656
    justify-content: space-around !important;
2657
  }
2658
  .justify-content-sm-evenly {
2659
    justify-content: space-evenly !important;
2660
  }
2661
  .align-items-sm-start {
2662
    align-items: flex-start !important;
2663
  }
2664
  .align-items-sm-end {
2665
    align-items: flex-end !important;
2666
  }
2667
  .align-items-sm-center {
2668
    align-items: center !important;
2669
  }
2670
  .align-items-sm-baseline {
2671
    align-items: baseline !important;
2672
  }
2673
  .align-items-sm-stretch {
2674
    align-items: stretch !important;
2675
  }
2676
  .align-content-sm-start {
2677
    align-content: flex-start !important;
2678
  }
2679
  .align-content-sm-end {
2680
    align-content: flex-end !important;
2681
  }
2682
  .align-content-sm-center {
2683
    align-content: center !important;
2684
  }
2685
  .align-content-sm-between {
2686
    align-content: space-between !important;
2687
  }
2688
  .align-content-sm-around {
2689
    align-content: space-around !important;
2690
  }
2691
  .align-content-sm-stretch {
2692
    align-content: stretch !important;
2693
  }
2694
  .align-self-sm-auto {
2695
    align-self: auto !important;
2696
  }
2697
  .align-self-sm-start {
2698
    align-self: flex-start !important;
2699
  }
2700
  .align-self-sm-end {
2701
    align-self: flex-end !important;
2702
  }
2703
  .align-self-sm-center {
2704
    align-self: center !important;
2705
  }
2706
  .align-self-sm-baseline {
2707
    align-self: baseline !important;
2708
  }
2709
  .align-self-sm-stretch {
2710
    align-self: stretch !important;
2711
  }
2712
  .order-sm-first {
2713
    order: -1 !important;
2714
  }
2715
  .order-sm-0 {
2716
    order: 0 !important;
2717
  }
2718
  .order-sm-1 {
2719
    order: 1 !important;
2720
  }
2721
  .order-sm-2 {
2722
    order: 2 !important;
2723
  }
2724
  .order-sm-3 {
2725
    order: 3 !important;
2726
  }
2727
  .order-sm-4 {
2728
    order: 4 !important;
2729
  }
2730
  .order-sm-5 {
2731
    order: 5 !important;
2732
  }
2733
  .order-sm-last {
2734
    order: 6 !important;
2735
  }
2736
  .m-sm-0 {
2737
    margin: 0 !important;
2738
  }
2739
  .m-sm-1 {
2740
    margin: 0.25rem !important;
2741
  }
2742
  .m-sm-2 {
2743
    margin: 0.5rem !important;
2744
  }
2745
  .m-sm-3 {
2746
    margin: 1rem !important;
2747
  }
2748
  .m-sm-4 {
2749
    margin: 1.5rem !important;
2750
  }
2751
  .m-sm-5 {
2752
    margin: 3rem !important;
2753
  }
2754
  .m-sm-auto {
2755
    margin: auto !important;
2756
  }
2757
  .mx-sm-0 {
2758
    margin-right: 0 !important;
2759
    margin-left: 0 !important;
2760
  }
2761
  .mx-sm-1 {
2762
    margin-right: 0.25rem !important;
2763
    margin-left: 0.25rem !important;
2764
  }
2765
  .mx-sm-2 {
2766
    margin-right: 0.5rem !important;
2767
    margin-left: 0.5rem !important;
2768
  }
2769
  .mx-sm-3 {
2770
    margin-right: 1rem !important;
2771
    margin-left: 1rem !important;
2772
  }
2773
  .mx-sm-4 {
2774
    margin-right: 1.5rem !important;
2775
    margin-left: 1.5rem !important;
2776
  }
2777
  .mx-sm-5 {
2778
    margin-right: 3rem !important;
2779
    margin-left: 3rem !important;
2780
  }
2781
  .mx-sm-auto {
2782
    margin-right: auto !important;
2783
    margin-left: auto !important;
2784
  }
2785
  .my-sm-0 {
2786
    margin-top: 0 !important;
2787
    margin-bottom: 0 !important;
2788
  }
2789
  .my-sm-1 {
2790
    margin-top: 0.25rem !important;
2791
    margin-bottom: 0.25rem !important;
2792
  }
2793
  .my-sm-2 {
2794
    margin-top: 0.5rem !important;
2795
    margin-bottom: 0.5rem !important;
2796
  }
2797
  .my-sm-3 {
2798
    margin-top: 1rem !important;
2799
    margin-bottom: 1rem !important;
2800
  }
2801
  .my-sm-4 {
2802
    margin-top: 1.5rem !important;
2803
    margin-bottom: 1.5rem !important;
2804
  }
2805
  .my-sm-5 {
2806
    margin-top: 3rem !important;
2807
    margin-bottom: 3rem !important;
2808
  }
2809
  .my-sm-auto {
2810
    margin-top: auto !important;
2811
    margin-bottom: auto !important;
2812
  }
2813
  .mt-sm-0 {
2814
    margin-top: 0 !important;
2815
  }
2816
  .mt-sm-1 {
2817
    margin-top: 0.25rem !important;
2818
  }
2819
  .mt-sm-2 {
2820
    margin-top: 0.5rem !important;
2821
  }
2822
  .mt-sm-3 {
2823
    margin-top: 1rem !important;
2824
  }
2825
  .mt-sm-4 {
2826
    margin-top: 1.5rem !important;
2827
  }
2828
  .mt-sm-5 {
2829
    margin-top: 3rem !important;
2830
  }
2831
  .mt-sm-auto {
2832
    margin-top: auto !important;
2833
  }
2834
  .me-sm-0 {
2835
    margin-right: 0 !important;
2836
  }
2837
  .me-sm-1 {
2838
    margin-right: 0.25rem !important;
2839
  }
2840
  .me-sm-2 {
2841
    margin-right: 0.5rem !important;
2842
  }
2843
  .me-sm-3 {
2844
    margin-right: 1rem !important;
2845
  }
2846
  .me-sm-4 {
2847
    margin-right: 1.5rem !important;
2848
  }
2849
  .me-sm-5 {
2850
    margin-right: 3rem !important;
2851
  }
2852
  .me-sm-auto {
2853
    margin-right: auto !important;
2854
  }
2855
  .mb-sm-0 {
2856
    margin-bottom: 0 !important;
2857
  }
2858
  .mb-sm-1 {
2859
    margin-bottom: 0.25rem !important;
2860
  }
2861
  .mb-sm-2 {
2862
    margin-bottom: 0.5rem !important;
2863
  }
2864
  .mb-sm-3 {
2865
    margin-bottom: 1rem !important;
2866
  }
2867
  .mb-sm-4 {
2868
    margin-bottom: 1.5rem !important;
2869
  }
2870
  .mb-sm-5 {
2871
    margin-bottom: 3rem !important;
2872
  }
2873
  .mb-sm-auto {
2874
    margin-bottom: auto !important;
2875
  }
2876
  .ms-sm-0 {
2877
    margin-left: 0 !important;
2878
  }
2879
  .ms-sm-1 {
2880
    margin-left: 0.25rem !important;
2881
  }
2882
  .ms-sm-2 {
2883
    margin-left: 0.5rem !important;
2884
  }
2885
  .ms-sm-3 {
2886
    margin-left: 1rem !important;
2887
  }
2888
  .ms-sm-4 {
2889
    margin-left: 1.5rem !important;
2890
  }
2891
  .ms-sm-5 {
2892
    margin-left: 3rem !important;
2893
  }
2894
  .ms-sm-auto {
2895
    margin-left: auto !important;
2896
  }
2897
  .p-sm-0 {
2898
    padding: 0 !important;
2899
  }
2900
  .p-sm-1 {
2901
    padding: 0.25rem !important;
2902
  }
2903
  .p-sm-2 {
2904
    padding: 0.5rem !important;
2905
  }
2906
  .p-sm-3 {
2907
    padding: 1rem !important;
2908
  }
2909
  .p-sm-4 {
2910
    padding: 1.5rem !important;
2911
  }
2912
  .p-sm-5 {
2913
    padding: 3rem !important;
2914
  }
2915
  .px-sm-0 {
2916
    padding-right: 0 !important;
2917
    padding-left: 0 !important;
2918
  }
2919
  .px-sm-1 {
2920
    padding-right: 0.25rem !important;
2921
    padding-left: 0.25rem !important;
2922
  }
2923
  .px-sm-2 {
2924
    padding-right: 0.5rem !important;
2925
    padding-left: 0.5rem !important;
2926
  }
2927
  .px-sm-3 {
2928
    padding-right: 1rem !important;
2929
    padding-left: 1rem !important;
2930
  }
2931
  .px-sm-4 {
2932
    padding-right: 1.5rem !important;
2933
    padding-left: 1.5rem !important;
2934
  }
2935
  .px-sm-5 {
2936
    padding-right: 3rem !important;
2937
    padding-left: 3rem !important;
2938
  }
2939
  .py-sm-0 {
2940
    padding-top: 0 !important;
2941
    padding-bottom: 0 !important;
2942
  }
2943
  .py-sm-1 {
2944
    padding-top: 0.25rem !important;
2945
    padding-bottom: 0.25rem !important;
2946
  }
2947
  .py-sm-2 {
2948
    padding-top: 0.5rem !important;
2949
    padding-bottom: 0.5rem !important;
2950
  }
2951
  .py-sm-3 {
2952
    padding-top: 1rem !important;
2953
    padding-bottom: 1rem !important;
2954
  }
2955
  .py-sm-4 {
2956
    padding-top: 1.5rem !important;
2957
    padding-bottom: 1.5rem !important;
2958
  }
2959
  .py-sm-5 {
2960
    padding-top: 3rem !important;
2961
    padding-bottom: 3rem !important;
2962
  }
2963
  .pt-sm-0 {
2964
    padding-top: 0 !important;
2965
  }
2966
  .pt-sm-1 {
2967
    padding-top: 0.25rem !important;
2968
  }
2969
  .pt-sm-2 {
2970
    padding-top: 0.5rem !important;
2971
  }
2972
  .pt-sm-3 {
2973
    padding-top: 1rem !important;
2974
  }
2975
  .pt-sm-4 {
2976
    padding-top: 1.5rem !important;
2977
  }
2978
  .pt-sm-5 {
2979
    padding-top: 3rem !important;
2980
  }
2981
  .pe-sm-0 {
2982
    padding-right: 0 !important;
2983
  }
2984
  .pe-sm-1 {
2985
    padding-right: 0.25rem !important;
2986
  }
2987
  .pe-sm-2 {
2988
    padding-right: 0.5rem !important;
2989
  }
2990
  .pe-sm-3 {
2991
    padding-right: 1rem !important;
2992
  }
2993
  .pe-sm-4 {
2994
    padding-right: 1.5rem !important;
2995
  }
2996
  .pe-sm-5 {
2997
    padding-right: 3rem !important;
2998
  }
2999
  .pb-sm-0 {
3000
    padding-bottom: 0 !important;
3001
  }
3002
  .pb-sm-1 {
3003
    padding-bottom: 0.25rem !important;
3004
  }
3005
  .pb-sm-2 {
3006
    padding-bottom: 0.5rem !important;
3007
  }
3008
  .pb-sm-3 {
3009
    padding-bottom: 1rem !important;
3010
  }
3011
  .pb-sm-4 {
3012
    padding-bottom: 1.5rem !important;
3013
  }
3014
  .pb-sm-5 {
3015
    padding-bottom: 3rem !important;
3016
  }
3017
  .ps-sm-0 {
3018
    padding-left: 0 !important;
3019
  }
3020
  .ps-sm-1 {
3021
    padding-left: 0.25rem !important;
3022
  }
3023
  .ps-sm-2 {
3024
    padding-left: 0.5rem !important;
3025
  }
3026
  .ps-sm-3 {
3027
    padding-left: 1rem !important;
3028
  }
3029
  .ps-sm-4 {
3030
    padding-left: 1.5rem !important;
3031
  }
3032
  .ps-sm-5 {
3033
    padding-left: 3rem !important;
3034
  }
846 daniel-mar 3035
  .gap-sm-0 {
3036
    gap: 0 !important;
3037
  }
3038
  .gap-sm-1 {
3039
    gap: 0.25rem !important;
3040
  }
3041
  .gap-sm-2 {
3042
    gap: 0.5rem !important;
3043
  }
3044
  .gap-sm-3 {
3045
    gap: 1rem !important;
3046
  }
3047
  .gap-sm-4 {
3048
    gap: 1.5rem !important;
3049
  }
3050
  .gap-sm-5 {
3051
    gap: 3rem !important;
3052
  }
1056 daniel-mar 3053
  .row-gap-sm-0 {
3054
    row-gap: 0 !important;
3055
  }
3056
  .row-gap-sm-1 {
3057
    row-gap: 0.25rem !important;
3058
  }
3059
  .row-gap-sm-2 {
3060
    row-gap: 0.5rem !important;
3061
  }
3062
  .row-gap-sm-3 {
3063
    row-gap: 1rem !important;
3064
  }
3065
  .row-gap-sm-4 {
3066
    row-gap: 1.5rem !important;
3067
  }
3068
  .row-gap-sm-5 {
3069
    row-gap: 3rem !important;
3070
  }
3071
  .column-gap-sm-0 {
3072
    -moz-column-gap: 0 !important;
3073
    column-gap: 0 !important;
3074
  }
3075
  .column-gap-sm-1 {
3076
    -moz-column-gap: 0.25rem !important;
3077
    column-gap: 0.25rem !important;
3078
  }
3079
  .column-gap-sm-2 {
3080
    -moz-column-gap: 0.5rem !important;
3081
    column-gap: 0.5rem !important;
3082
  }
3083
  .column-gap-sm-3 {
3084
    -moz-column-gap: 1rem !important;
3085
    column-gap: 1rem !important;
3086
  }
3087
  .column-gap-sm-4 {
3088
    -moz-column-gap: 1.5rem !important;
3089
    column-gap: 1.5rem !important;
3090
  }
3091
  .column-gap-sm-5 {
3092
    -moz-column-gap: 3rem !important;
3093
    column-gap: 3rem !important;
3094
  }
597 daniel-mar 3095
  .text-sm-start {
3096
    text-align: left !important;
3097
  }
3098
  .text-sm-end {
3099
    text-align: right !important;
3100
  }
3101
  .text-sm-center {
3102
    text-align: center !important;
3103
  }
3104
}
3105
@media (min-width: 768px) {
3106
  .float-md-start {
3107
    float: left !important;
3108
  }
3109
  .float-md-end {
3110
    float: right !important;
3111
  }
3112
  .float-md-none {
3113
    float: none !important;
3114
  }
1056 daniel-mar 3115
  .object-fit-md-contain {
3116
    -o-object-fit: contain !important;
3117
    object-fit: contain !important;
3118
  }
3119
  .object-fit-md-cover {
3120
    -o-object-fit: cover !important;
3121
    object-fit: cover !important;
3122
  }
3123
  .object-fit-md-fill {
3124
    -o-object-fit: fill !important;
3125
    object-fit: fill !important;
3126
  }
3127
  .object-fit-md-scale {
3128
    -o-object-fit: scale-down !important;
3129
    object-fit: scale-down !important;
3130
  }
3131
  .object-fit-md-none {
3132
    -o-object-fit: none !important;
3133
    object-fit: none !important;
3134
  }
597 daniel-mar 3135
  .d-md-inline {
3136
    display: inline !important;
3137
  }
3138
  .d-md-inline-block {
3139
    display: inline-block !important;
3140
  }
3141
  .d-md-block {
3142
    display: block !important;
3143
  }
3144
  .d-md-grid {
3145
    display: grid !important;
3146
  }
1151 daniel-mar 3147
  .d-md-inline-grid {
3148
    display: inline-grid !important;
3149
  }
597 daniel-mar 3150
  .d-md-table {
3151
    display: table !important;
3152
  }
3153
  .d-md-table-row {
3154
    display: table-row !important;
3155
  }
3156
  .d-md-table-cell {
3157
    display: table-cell !important;
3158
  }
3159
  .d-md-flex {
3160
    display: flex !important;
3161
  }
3162
  .d-md-inline-flex {
3163
    display: inline-flex !important;
3164
  }
3165
  .d-md-none {
3166
    display: none !important;
3167
  }
3168
  .flex-md-fill {
3169
    flex: 1 1 auto !important;
3170
  }
3171
  .flex-md-row {
3172
    flex-direction: row !important;
3173
  }
3174
  .flex-md-column {
3175
    flex-direction: column !important;
3176
  }
3177
  .flex-md-row-reverse {
3178
    flex-direction: row-reverse !important;
3179
  }
3180
  .flex-md-column-reverse {
3181
    flex-direction: column-reverse !important;
3182
  }
3183
  .flex-md-grow-0 {
3184
    flex-grow: 0 !important;
3185
  }
3186
  .flex-md-grow-1 {
3187
    flex-grow: 1 !important;
3188
  }
3189
  .flex-md-shrink-0 {
3190
    flex-shrink: 0 !important;
3191
  }
3192
  .flex-md-shrink-1 {
3193
    flex-shrink: 1 !important;
3194
  }
3195
  .flex-md-wrap {
3196
    flex-wrap: wrap !important;
3197
  }
3198
  .flex-md-nowrap {
3199
    flex-wrap: nowrap !important;
3200
  }
3201
  .flex-md-wrap-reverse {
3202
    flex-wrap: wrap-reverse !important;
3203
  }
3204
  .justify-content-md-start {
3205
    justify-content: flex-start !important;
3206
  }
3207
  .justify-content-md-end {
3208
    justify-content: flex-end !important;
3209
  }
3210
  .justify-content-md-center {
3211
    justify-content: center !important;
3212
  }
3213
  .justify-content-md-between {
3214
    justify-content: space-between !important;
3215
  }
3216
  .justify-content-md-around {
3217
    justify-content: space-around !important;
3218
  }
3219
  .justify-content-md-evenly {
3220
    justify-content: space-evenly !important;
3221
  }
3222
  .align-items-md-start {
3223
    align-items: flex-start !important;
3224
  }
3225
  .align-items-md-end {
3226
    align-items: flex-end !important;
3227
  }
3228
  .align-items-md-center {
3229
    align-items: center !important;
3230
  }
3231
  .align-items-md-baseline {
3232
    align-items: baseline !important;
3233
  }
3234
  .align-items-md-stretch {
3235
    align-items: stretch !important;
3236
  }
3237
  .align-content-md-start {
3238
    align-content: flex-start !important;
3239
  }
3240
  .align-content-md-end {
3241
    align-content: flex-end !important;
3242
  }
3243
  .align-content-md-center {
3244
    align-content: center !important;
3245
  }
3246
  .align-content-md-between {
3247
    align-content: space-between !important;
3248
  }
3249
  .align-content-md-around {
3250
    align-content: space-around !important;
3251
  }
3252
  .align-content-md-stretch {
3253
    align-content: stretch !important;
3254
  }
3255
  .align-self-md-auto {
3256
    align-self: auto !important;
3257
  }
3258
  .align-self-md-start {
3259
    align-self: flex-start !important;
3260
  }
3261
  .align-self-md-end {
3262
    align-self: flex-end !important;
3263
  }
3264
  .align-self-md-center {
3265
    align-self: center !important;
3266
  }
3267
  .align-self-md-baseline {
3268
    align-self: baseline !important;
3269
  }
3270
  .align-self-md-stretch {
3271
    align-self: stretch !important;
3272
  }
3273
  .order-md-first {
3274
    order: -1 !important;
3275
  }
3276
  .order-md-0 {
3277
    order: 0 !important;
3278
  }
3279
  .order-md-1 {
3280
    order: 1 !important;
3281
  }
3282
  .order-md-2 {
3283
    order: 2 !important;
3284
  }
3285
  .order-md-3 {
3286
    order: 3 !important;
3287
  }
3288
  .order-md-4 {
3289
    order: 4 !important;
3290
  }
3291
  .order-md-5 {
3292
    order: 5 !important;
3293
  }
3294
  .order-md-last {
3295
    order: 6 !important;
3296
  }
3297
  .m-md-0 {
3298
    margin: 0 !important;
3299
  }
3300
  .m-md-1 {
3301
    margin: 0.25rem !important;
3302
  }
3303
  .m-md-2 {
3304
    margin: 0.5rem !important;
3305
  }
3306
  .m-md-3 {
3307
    margin: 1rem !important;
3308
  }
3309
  .m-md-4 {
3310
    margin: 1.5rem !important;
3311
  }
3312
  .m-md-5 {
3313
    margin: 3rem !important;
3314
  }
3315
  .m-md-auto {
3316
    margin: auto !important;
3317
  }
3318
  .mx-md-0 {
3319
    margin-right: 0 !important;
3320
    margin-left: 0 !important;
3321
  }
3322
  .mx-md-1 {
3323
    margin-right: 0.25rem !important;
3324
    margin-left: 0.25rem !important;
3325
  }
3326
  .mx-md-2 {
3327
    margin-right: 0.5rem !important;
3328
    margin-left: 0.5rem !important;
3329
  }
3330
  .mx-md-3 {
3331
    margin-right: 1rem !important;
3332
    margin-left: 1rem !important;
3333
  }
3334
  .mx-md-4 {
3335
    margin-right: 1.5rem !important;
3336
    margin-left: 1.5rem !important;
3337
  }
3338
  .mx-md-5 {
3339
    margin-right: 3rem !important;
3340
    margin-left: 3rem !important;
3341
  }
3342
  .mx-md-auto {
3343
    margin-right: auto !important;
3344
    margin-left: auto !important;
3345
  }
3346
  .my-md-0 {
3347
    margin-top: 0 !important;
3348
    margin-bottom: 0 !important;
3349
  }
3350
  .my-md-1 {
3351
    margin-top: 0.25rem !important;
3352
    margin-bottom: 0.25rem !important;
3353
  }
3354
  .my-md-2 {
3355
    margin-top: 0.5rem !important;
3356
    margin-bottom: 0.5rem !important;
3357
  }
3358
  .my-md-3 {
3359
    margin-top: 1rem !important;
3360
    margin-bottom: 1rem !important;
3361
  }
3362
  .my-md-4 {
3363
    margin-top: 1.5rem !important;
3364
    margin-bottom: 1.5rem !important;
3365
  }
3366
  .my-md-5 {
3367
    margin-top: 3rem !important;
3368
    margin-bottom: 3rem !important;
3369
  }
3370
  .my-md-auto {
3371
    margin-top: auto !important;
3372
    margin-bottom: auto !important;
3373
  }
3374
  .mt-md-0 {
3375
    margin-top: 0 !important;
3376
  }
3377
  .mt-md-1 {
3378
    margin-top: 0.25rem !important;
3379
  }
3380
  .mt-md-2 {
3381
    margin-top: 0.5rem !important;
3382
  }
3383
  .mt-md-3 {
3384
    margin-top: 1rem !important;
3385
  }
3386
  .mt-md-4 {
3387
    margin-top: 1.5rem !important;
3388
  }
3389
  .mt-md-5 {
3390
    margin-top: 3rem !important;
3391
  }
3392
  .mt-md-auto {
3393
    margin-top: auto !important;
3394
  }
3395
  .me-md-0 {
3396
    margin-right: 0 !important;
3397
  }
3398
  .me-md-1 {
3399
    margin-right: 0.25rem !important;
3400
  }
3401
  .me-md-2 {
3402
    margin-right: 0.5rem !important;
3403
  }
3404
  .me-md-3 {
3405
    margin-right: 1rem !important;
3406
  }
3407
  .me-md-4 {
3408
    margin-right: 1.5rem !important;
3409
  }
3410
  .me-md-5 {
3411
    margin-right: 3rem !important;
3412
  }
3413
  .me-md-auto {
3414
    margin-right: auto !important;
3415
  }
3416
  .mb-md-0 {
3417
    margin-bottom: 0 !important;
3418
  }
3419
  .mb-md-1 {
3420
    margin-bottom: 0.25rem !important;
3421
  }
3422
  .mb-md-2 {
3423
    margin-bottom: 0.5rem !important;
3424
  }
3425
  .mb-md-3 {
3426
    margin-bottom: 1rem !important;
3427
  }
3428
  .mb-md-4 {
3429
    margin-bottom: 1.5rem !important;
3430
  }
3431
  .mb-md-5 {
3432
    margin-bottom: 3rem !important;
3433
  }
3434
  .mb-md-auto {
3435
    margin-bottom: auto !important;
3436
  }
3437
  .ms-md-0 {
3438
    margin-left: 0 !important;
3439
  }
3440
  .ms-md-1 {
3441
    margin-left: 0.25rem !important;
3442
  }
3443
  .ms-md-2 {
3444
    margin-left: 0.5rem !important;
3445
  }
3446
  .ms-md-3 {
3447
    margin-left: 1rem !important;
3448
  }
3449
  .ms-md-4 {
3450
    margin-left: 1.5rem !important;
3451
  }
3452
  .ms-md-5 {
3453
    margin-left: 3rem !important;
3454
  }
3455
  .ms-md-auto {
3456
    margin-left: auto !important;
3457
  }
3458
  .p-md-0 {
3459
    padding: 0 !important;
3460
  }
3461
  .p-md-1 {
3462
    padding: 0.25rem !important;
3463
  }
3464
  .p-md-2 {
3465
    padding: 0.5rem !important;
3466
  }
3467
  .p-md-3 {
3468
    padding: 1rem !important;
3469
  }
3470
  .p-md-4 {
3471
    padding: 1.5rem !important;
3472
  }
3473
  .p-md-5 {
3474
    padding: 3rem !important;
3475
  }
3476
  .px-md-0 {
3477
    padding-right: 0 !important;
3478
    padding-left: 0 !important;
3479
  }
3480
  .px-md-1 {
3481
    padding-right: 0.25rem !important;
3482
    padding-left: 0.25rem !important;
3483
  }
3484
  .px-md-2 {
3485
    padding-right: 0.5rem !important;
3486
    padding-left: 0.5rem !important;
3487
  }
3488
  .px-md-3 {
3489
    padding-right: 1rem !important;
3490
    padding-left: 1rem !important;
3491
  }
3492
  .px-md-4 {
3493
    padding-right: 1.5rem !important;
3494
    padding-left: 1.5rem !important;
3495
  }
3496
  .px-md-5 {
3497
    padding-right: 3rem !important;
3498
    padding-left: 3rem !important;
3499
  }
3500
  .py-md-0 {
3501
    padding-top: 0 !important;
3502
    padding-bottom: 0 !important;
3503
  }
3504
  .py-md-1 {
3505
    padding-top: 0.25rem !important;
3506
    padding-bottom: 0.25rem !important;
3507
  }
3508
  .py-md-2 {
3509
    padding-top: 0.5rem !important;
3510
    padding-bottom: 0.5rem !important;
3511
  }
3512
  .py-md-3 {
3513
    padding-top: 1rem !important;
3514
    padding-bottom: 1rem !important;
3515
  }
3516
  .py-md-4 {
3517
    padding-top: 1.5rem !important;
3518
    padding-bottom: 1.5rem !important;
3519
  }
3520
  .py-md-5 {
3521
    padding-top: 3rem !important;
3522
    padding-bottom: 3rem !important;
3523
  }
3524
  .pt-md-0 {
3525
    padding-top: 0 !important;
3526
  }
3527
  .pt-md-1 {
3528
    padding-top: 0.25rem !important;
3529
  }
3530
  .pt-md-2 {
3531
    padding-top: 0.5rem !important;
3532
  }
3533
  .pt-md-3 {
3534
    padding-top: 1rem !important;
3535
  }
3536
  .pt-md-4 {
3537
    padding-top: 1.5rem !important;
3538
  }
3539
  .pt-md-5 {
3540
    padding-top: 3rem !important;
3541
  }
3542
  .pe-md-0 {
3543
    padding-right: 0 !important;
3544
  }
3545
  .pe-md-1 {
3546
    padding-right: 0.25rem !important;
3547
  }
3548
  .pe-md-2 {
3549
    padding-right: 0.5rem !important;
3550
  }
3551
  .pe-md-3 {
3552
    padding-right: 1rem !important;
3553
  }
3554
  .pe-md-4 {
3555
    padding-right: 1.5rem !important;
3556
  }
3557
  .pe-md-5 {
3558
    padding-right: 3rem !important;
3559
  }
3560
  .pb-md-0 {
3561
    padding-bottom: 0 !important;
3562
  }
3563
  .pb-md-1 {
3564
    padding-bottom: 0.25rem !important;
3565
  }
3566
  .pb-md-2 {
3567
    padding-bottom: 0.5rem !important;
3568
  }
3569
  .pb-md-3 {
3570
    padding-bottom: 1rem !important;
3571
  }
3572
  .pb-md-4 {
3573
    padding-bottom: 1.5rem !important;
3574
  }
3575
  .pb-md-5 {
3576
    padding-bottom: 3rem !important;
3577
  }
3578
  .ps-md-0 {
3579
    padding-left: 0 !important;
3580
  }
3581
  .ps-md-1 {
3582
    padding-left: 0.25rem !important;
3583
  }
3584
  .ps-md-2 {
3585
    padding-left: 0.5rem !important;
3586
  }
3587
  .ps-md-3 {
3588
    padding-left: 1rem !important;
3589
  }
3590
  .ps-md-4 {
3591
    padding-left: 1.5rem !important;
3592
  }
3593
  .ps-md-5 {
3594
    padding-left: 3rem !important;
3595
  }
846 daniel-mar 3596
  .gap-md-0 {
3597
    gap: 0 !important;
3598
  }
3599
  .gap-md-1 {
3600
    gap: 0.25rem !important;
3601
  }
3602
  .gap-md-2 {
3603
    gap: 0.5rem !important;
3604
  }
3605
  .gap-md-3 {
3606
    gap: 1rem !important;
3607
  }
3608
  .gap-md-4 {
3609
    gap: 1.5rem !important;
3610
  }
3611
  .gap-md-5 {
3612
    gap: 3rem !important;
3613
  }
1056 daniel-mar 3614
  .row-gap-md-0 {
3615
    row-gap: 0 !important;
3616
  }
3617
  .row-gap-md-1 {
3618
    row-gap: 0.25rem !important;
3619
  }
3620
  .row-gap-md-2 {
3621
    row-gap: 0.5rem !important;
3622
  }
3623
  .row-gap-md-3 {
3624
    row-gap: 1rem !important;
3625
  }
3626
  .row-gap-md-4 {
3627
    row-gap: 1.5rem !important;
3628
  }
3629
  .row-gap-md-5 {
3630
    row-gap: 3rem !important;
3631
  }
3632
  .column-gap-md-0 {
3633
    -moz-column-gap: 0 !important;
3634
    column-gap: 0 !important;
3635
  }
3636
  .column-gap-md-1 {
3637
    -moz-column-gap: 0.25rem !important;
3638
    column-gap: 0.25rem !important;
3639
  }
3640
  .column-gap-md-2 {
3641
    -moz-column-gap: 0.5rem !important;
3642
    column-gap: 0.5rem !important;
3643
  }
3644
  .column-gap-md-3 {
3645
    -moz-column-gap: 1rem !important;
3646
    column-gap: 1rem !important;
3647
  }
3648
  .column-gap-md-4 {
3649
    -moz-column-gap: 1.5rem !important;
3650
    column-gap: 1.5rem !important;
3651
  }
3652
  .column-gap-md-5 {
3653
    -moz-column-gap: 3rem !important;
3654
    column-gap: 3rem !important;
3655
  }
597 daniel-mar 3656
  .text-md-start {
3657
    text-align: left !important;
3658
  }
3659
  .text-md-end {
3660
    text-align: right !important;
3661
  }
3662
  .text-md-center {
3663
    text-align: center !important;
3664
  }
3665
}
3666
@media (min-width: 992px) {
3667
  .float-lg-start {
3668
    float: left !important;
3669
  }
3670
  .float-lg-end {
3671
    float: right !important;
3672
  }
3673
  .float-lg-none {
3674
    float: none !important;
3675
  }
1056 daniel-mar 3676
  .object-fit-lg-contain {
3677
    -o-object-fit: contain !important;
3678
    object-fit: contain !important;
3679
  }
3680
  .object-fit-lg-cover {
3681
    -o-object-fit: cover !important;
3682
    object-fit: cover !important;
3683
  }
3684
  .object-fit-lg-fill {
3685
    -o-object-fit: fill !important;
3686
    object-fit: fill !important;
3687
  }
3688
  .object-fit-lg-scale {
3689
    -o-object-fit: scale-down !important;
3690
    object-fit: scale-down !important;
3691
  }
3692
  .object-fit-lg-none {
3693
    -o-object-fit: none !important;
3694
    object-fit: none !important;
3695
  }
597 daniel-mar 3696
  .d-lg-inline {
3697
    display: inline !important;
3698
  }
3699
  .d-lg-inline-block {
3700
    display: inline-block !important;
3701
  }
3702
  .d-lg-block {
3703
    display: block !important;
3704
  }
3705
  .d-lg-grid {
3706
    display: grid !important;
3707
  }
1151 daniel-mar 3708
  .d-lg-inline-grid {
3709
    display: inline-grid !important;
3710
  }
597 daniel-mar 3711
  .d-lg-table {
3712
    display: table !important;
3713
  }
3714
  .d-lg-table-row {
3715
    display: table-row !important;
3716
  }
3717
  .d-lg-table-cell {
3718
    display: table-cell !important;
3719
  }
3720
  .d-lg-flex {
3721
    display: flex !important;
3722
  }
3723
  .d-lg-inline-flex {
3724
    display: inline-flex !important;
3725
  }
3726
  .d-lg-none {
3727
    display: none !important;
3728
  }
3729
  .flex-lg-fill {
3730
    flex: 1 1 auto !important;
3731
  }
3732
  .flex-lg-row {
3733
    flex-direction: row !important;
3734
  }
3735
  .flex-lg-column {
3736
    flex-direction: column !important;
3737
  }
3738
  .flex-lg-row-reverse {
3739
    flex-direction: row-reverse !important;
3740
  }
3741
  .flex-lg-column-reverse {
3742
    flex-direction: column-reverse !important;
3743
  }
3744
  .flex-lg-grow-0 {
3745
    flex-grow: 0 !important;
3746
  }
3747
  .flex-lg-grow-1 {
3748
    flex-grow: 1 !important;
3749
  }
3750
  .flex-lg-shrink-0 {
3751
    flex-shrink: 0 !important;
3752
  }
3753
  .flex-lg-shrink-1 {
3754
    flex-shrink: 1 !important;
3755
  }
3756
  .flex-lg-wrap {
3757
    flex-wrap: wrap !important;
3758
  }
3759
  .flex-lg-nowrap {
3760
    flex-wrap: nowrap !important;
3761
  }
3762
  .flex-lg-wrap-reverse {
3763
    flex-wrap: wrap-reverse !important;
3764
  }
3765
  .justify-content-lg-start {
3766
    justify-content: flex-start !important;
3767
  }
3768
  .justify-content-lg-end {
3769
    justify-content: flex-end !important;
3770
  }
3771
  .justify-content-lg-center {
3772
    justify-content: center !important;
3773
  }
3774
  .justify-content-lg-between {
3775
    justify-content: space-between !important;
3776
  }
3777
  .justify-content-lg-around {
3778
    justify-content: space-around !important;
3779
  }
3780
  .justify-content-lg-evenly {
3781
    justify-content: space-evenly !important;
3782
  }
3783
  .align-items-lg-start {
3784
    align-items: flex-start !important;
3785
  }
3786
  .align-items-lg-end {
3787
    align-items: flex-end !important;
3788
  }
3789
  .align-items-lg-center {
3790
    align-items: center !important;
3791
  }
3792
  .align-items-lg-baseline {
3793
    align-items: baseline !important;
3794
  }
3795
  .align-items-lg-stretch {
3796
    align-items: stretch !important;
3797
  }
3798
  .align-content-lg-start {
3799
    align-content: flex-start !important;
3800
  }
3801
  .align-content-lg-end {
3802
    align-content: flex-end !important;
3803
  }
3804
  .align-content-lg-center {
3805
    align-content: center !important;
3806
  }
3807
  .align-content-lg-between {
3808
    align-content: space-between !important;
3809
  }
3810
  .align-content-lg-around {
3811
    align-content: space-around !important;
3812
  }
3813
  .align-content-lg-stretch {
3814
    align-content: stretch !important;
3815
  }
3816
  .align-self-lg-auto {
3817
    align-self: auto !important;
3818
  }
3819
  .align-self-lg-start {
3820
    align-self: flex-start !important;
3821
  }
3822
  .align-self-lg-end {
3823
    align-self: flex-end !important;
3824
  }
3825
  .align-self-lg-center {
3826
    align-self: center !important;
3827
  }
3828
  .align-self-lg-baseline {
3829
    align-self: baseline !important;
3830
  }
3831
  .align-self-lg-stretch {
3832
    align-self: stretch !important;
3833
  }
3834
  .order-lg-first {
3835
    order: -1 !important;
3836
  }
3837
  .order-lg-0 {
3838
    order: 0 !important;
3839
  }
3840
  .order-lg-1 {
3841
    order: 1 !important;
3842
  }
3843
  .order-lg-2 {
3844
    order: 2 !important;
3845
  }
3846
  .order-lg-3 {
3847
    order: 3 !important;
3848
  }
3849
  .order-lg-4 {
3850
    order: 4 !important;
3851
  }
3852
  .order-lg-5 {
3853
    order: 5 !important;
3854
  }
3855
  .order-lg-last {
3856
    order: 6 !important;
3857
  }
3858
  .m-lg-0 {
3859
    margin: 0 !important;
3860
  }
3861
  .m-lg-1 {
3862
    margin: 0.25rem !important;
3863
  }
3864
  .m-lg-2 {
3865
    margin: 0.5rem !important;
3866
  }
3867
  .m-lg-3 {
3868
    margin: 1rem !important;
3869
  }
3870
  .m-lg-4 {
3871
    margin: 1.5rem !important;
3872
  }
3873
  .m-lg-5 {
3874
    margin: 3rem !important;
3875
  }
3876
  .m-lg-auto {
3877
    margin: auto !important;
3878
  }
3879
  .mx-lg-0 {
3880
    margin-right: 0 !important;
3881
    margin-left: 0 !important;
3882
  }
3883
  .mx-lg-1 {
3884
    margin-right: 0.25rem !important;
3885
    margin-left: 0.25rem !important;
3886
  }
3887
  .mx-lg-2 {
3888
    margin-right: 0.5rem !important;
3889
    margin-left: 0.5rem !important;
3890
  }
3891
  .mx-lg-3 {
3892
    margin-right: 1rem !important;
3893
    margin-left: 1rem !important;
3894
  }
3895
  .mx-lg-4 {
3896
    margin-right: 1.5rem !important;
3897
    margin-left: 1.5rem !important;
3898
  }
3899
  .mx-lg-5 {
3900
    margin-right: 3rem !important;
3901
    margin-left: 3rem !important;
3902
  }
3903
  .mx-lg-auto {
3904
    margin-right: auto !important;
3905
    margin-left: auto !important;
3906
  }
3907
  .my-lg-0 {
3908
    margin-top: 0 !important;
3909
    margin-bottom: 0 !important;
3910
  }
3911
  .my-lg-1 {
3912
    margin-top: 0.25rem !important;
3913
    margin-bottom: 0.25rem !important;
3914
  }
3915
  .my-lg-2 {
3916
    margin-top: 0.5rem !important;
3917
    margin-bottom: 0.5rem !important;
3918
  }
3919
  .my-lg-3 {
3920
    margin-top: 1rem !important;
3921
    margin-bottom: 1rem !important;
3922
  }
3923
  .my-lg-4 {
3924
    margin-top: 1.5rem !important;
3925
    margin-bottom: 1.5rem !important;
3926
  }
3927
  .my-lg-5 {
3928
    margin-top: 3rem !important;
3929
    margin-bottom: 3rem !important;
3930
  }
3931
  .my-lg-auto {
3932
    margin-top: auto !important;
3933
    margin-bottom: auto !important;
3934
  }
3935
  .mt-lg-0 {
3936
    margin-top: 0 !important;
3937
  }
3938
  .mt-lg-1 {
3939
    margin-top: 0.25rem !important;
3940
  }
3941
  .mt-lg-2 {
3942
    margin-top: 0.5rem !important;
3943
  }
3944
  .mt-lg-3 {
3945
    margin-top: 1rem !important;
3946
  }
3947
  .mt-lg-4 {
3948
    margin-top: 1.5rem !important;
3949
  }
3950
  .mt-lg-5 {
3951
    margin-top: 3rem !important;
3952
  }
3953
  .mt-lg-auto {
3954
    margin-top: auto !important;
3955
  }
3956
  .me-lg-0 {
3957
    margin-right: 0 !important;
3958
  }
3959
  .me-lg-1 {
3960
    margin-right: 0.25rem !important;
3961
  }
3962
  .me-lg-2 {
3963
    margin-right: 0.5rem !important;
3964
  }
3965
  .me-lg-3 {
3966
    margin-right: 1rem !important;
3967
  }
3968
  .me-lg-4 {
3969
    margin-right: 1.5rem !important;
3970
  }
3971
  .me-lg-5 {
3972
    margin-right: 3rem !important;
3973
  }
3974
  .me-lg-auto {
3975
    margin-right: auto !important;
3976
  }
3977
  .mb-lg-0 {
3978
    margin-bottom: 0 !important;
3979
  }
3980
  .mb-lg-1 {
3981
    margin-bottom: 0.25rem !important;
3982
  }
3983
  .mb-lg-2 {
3984
    margin-bottom: 0.5rem !important;
3985
  }
3986
  .mb-lg-3 {
3987
    margin-bottom: 1rem !important;
3988
  }
3989
  .mb-lg-4 {
3990
    margin-bottom: 1.5rem !important;
3991
  }
3992
  .mb-lg-5 {
3993
    margin-bottom: 3rem !important;
3994
  }
3995
  .mb-lg-auto {
3996
    margin-bottom: auto !important;
3997
  }
3998
  .ms-lg-0 {
3999
    margin-left: 0 !important;
4000
  }
4001
  .ms-lg-1 {
4002
    margin-left: 0.25rem !important;
4003
  }
4004
  .ms-lg-2 {
4005
    margin-left: 0.5rem !important;
4006
  }
4007
  .ms-lg-3 {
4008
    margin-left: 1rem !important;
4009
  }
4010
  .ms-lg-4 {
4011
    margin-left: 1.5rem !important;
4012
  }
4013
  .ms-lg-5 {
4014
    margin-left: 3rem !important;
4015
  }
4016
  .ms-lg-auto {
4017
    margin-left: auto !important;
4018
  }
4019
  .p-lg-0 {
4020
    padding: 0 !important;
4021
  }
4022
  .p-lg-1 {
4023
    padding: 0.25rem !important;
4024
  }
4025
  .p-lg-2 {
4026
    padding: 0.5rem !important;
4027
  }
4028
  .p-lg-3 {
4029
    padding: 1rem !important;
4030
  }
4031
  .p-lg-4 {
4032
    padding: 1.5rem !important;
4033
  }
4034
  .p-lg-5 {
4035
    padding: 3rem !important;
4036
  }
4037
  .px-lg-0 {
4038
    padding-right: 0 !important;
4039
    padding-left: 0 !important;
4040
  }
4041
  .px-lg-1 {
4042
    padding-right: 0.25rem !important;
4043
    padding-left: 0.25rem !important;
4044
  }
4045
  .px-lg-2 {
4046
    padding-right: 0.5rem !important;
4047
    padding-left: 0.5rem !important;
4048
  }
4049
  .px-lg-3 {
4050
    padding-right: 1rem !important;
4051
    padding-left: 1rem !important;
4052
  }
4053
  .px-lg-4 {
4054
    padding-right: 1.5rem !important;
4055
    padding-left: 1.5rem !important;
4056
  }
4057
  .px-lg-5 {
4058
    padding-right: 3rem !important;
4059
    padding-left: 3rem !important;
4060
  }
4061
  .py-lg-0 {
4062
    padding-top: 0 !important;
4063
    padding-bottom: 0 !important;
4064
  }
4065
  .py-lg-1 {
4066
    padding-top: 0.25rem !important;
4067
    padding-bottom: 0.25rem !important;
4068
  }
4069
  .py-lg-2 {
4070
    padding-top: 0.5rem !important;
4071
    padding-bottom: 0.5rem !important;
4072
  }
4073
  .py-lg-3 {
4074
    padding-top: 1rem !important;
4075
    padding-bottom: 1rem !important;
4076
  }
4077
  .py-lg-4 {
4078
    padding-top: 1.5rem !important;
4079
    padding-bottom: 1.5rem !important;
4080
  }
4081
  .py-lg-5 {
4082
    padding-top: 3rem !important;
4083
    padding-bottom: 3rem !important;
4084
  }
4085
  .pt-lg-0 {
4086
    padding-top: 0 !important;
4087
  }
4088
  .pt-lg-1 {
4089
    padding-top: 0.25rem !important;
4090
  }
4091
  .pt-lg-2 {
4092
    padding-top: 0.5rem !important;
4093
  }
4094
  .pt-lg-3 {
4095
    padding-top: 1rem !important;
4096
  }
4097
  .pt-lg-4 {
4098
    padding-top: 1.5rem !important;
4099
  }
4100
  .pt-lg-5 {
4101
    padding-top: 3rem !important;
4102
  }
4103
  .pe-lg-0 {
4104
    padding-right: 0 !important;
4105
  }
4106
  .pe-lg-1 {
4107
    padding-right: 0.25rem !important;
4108
  }
4109
  .pe-lg-2 {
4110
    padding-right: 0.5rem !important;
4111
  }
4112
  .pe-lg-3 {
4113
    padding-right: 1rem !important;
4114
  }
4115
  .pe-lg-4 {
4116
    padding-right: 1.5rem !important;
4117
  }
4118
  .pe-lg-5 {
4119
    padding-right: 3rem !important;
4120
  }
4121
  .pb-lg-0 {
4122
    padding-bottom: 0 !important;
4123
  }
4124
  .pb-lg-1 {
4125
    padding-bottom: 0.25rem !important;
4126
  }
4127
  .pb-lg-2 {
4128
    padding-bottom: 0.5rem !important;
4129
  }
4130
  .pb-lg-3 {
4131
    padding-bottom: 1rem !important;
4132
  }
4133
  .pb-lg-4 {
4134
    padding-bottom: 1.5rem !important;
4135
  }
4136
  .pb-lg-5 {
4137
    padding-bottom: 3rem !important;
4138
  }
4139
  .ps-lg-0 {
4140
    padding-left: 0 !important;
4141
  }
4142
  .ps-lg-1 {
4143
    padding-left: 0.25rem !important;
4144
  }
4145
  .ps-lg-2 {
4146
    padding-left: 0.5rem !important;
4147
  }
4148
  .ps-lg-3 {
4149
    padding-left: 1rem !important;
4150
  }
4151
  .ps-lg-4 {
4152
    padding-left: 1.5rem !important;
4153
  }
4154
  .ps-lg-5 {
4155
    padding-left: 3rem !important;
4156
  }
846 daniel-mar 4157
  .gap-lg-0 {
4158
    gap: 0 !important;
4159
  }
4160
  .gap-lg-1 {
4161
    gap: 0.25rem !important;
4162
  }
4163
  .gap-lg-2 {
4164
    gap: 0.5rem !important;
4165
  }
4166
  .gap-lg-3 {
4167
    gap: 1rem !important;
4168
  }
4169
  .gap-lg-4 {
4170
    gap: 1.5rem !important;
4171
  }
4172
  .gap-lg-5 {
4173
    gap: 3rem !important;
4174
  }
1056 daniel-mar 4175
  .row-gap-lg-0 {
4176
    row-gap: 0 !important;
4177
  }
4178
  .row-gap-lg-1 {
4179
    row-gap: 0.25rem !important;
4180
  }
4181
  .row-gap-lg-2 {
4182
    row-gap: 0.5rem !important;
4183
  }
4184
  .row-gap-lg-3 {
4185
    row-gap: 1rem !important;
4186
  }
4187
  .row-gap-lg-4 {
4188
    row-gap: 1.5rem !important;
4189
  }
4190
  .row-gap-lg-5 {
4191
    row-gap: 3rem !important;
4192
  }
4193
  .column-gap-lg-0 {
4194
    -moz-column-gap: 0 !important;
4195
    column-gap: 0 !important;
4196
  }
4197
  .column-gap-lg-1 {
4198
    -moz-column-gap: 0.25rem !important;
4199
    column-gap: 0.25rem !important;
4200
  }
4201
  .column-gap-lg-2 {
4202
    -moz-column-gap: 0.5rem !important;
4203
    column-gap: 0.5rem !important;
4204
  }
4205
  .column-gap-lg-3 {
4206
    -moz-column-gap: 1rem !important;
4207
    column-gap: 1rem !important;
4208
  }
4209
  .column-gap-lg-4 {
4210
    -moz-column-gap: 1.5rem !important;
4211
    column-gap: 1.5rem !important;
4212
  }
4213
  .column-gap-lg-5 {
4214
    -moz-column-gap: 3rem !important;
4215
    column-gap: 3rem !important;
4216
  }
597 daniel-mar 4217
  .text-lg-start {
4218
    text-align: left !important;
4219
  }
4220
  .text-lg-end {
4221
    text-align: right !important;
4222
  }
4223
  .text-lg-center {
4224
    text-align: center !important;
4225
  }
4226
}
4227
@media (min-width: 1200px) {
4228
  .float-xl-start {
4229
    float: left !important;
4230
  }
4231
  .float-xl-end {
4232
    float: right !important;
4233
  }
4234
  .float-xl-none {
4235
    float: none !important;
4236
  }
1056 daniel-mar 4237
  .object-fit-xl-contain {
4238
    -o-object-fit: contain !important;
4239
    object-fit: contain !important;
4240
  }
4241
  .object-fit-xl-cover {
4242
    -o-object-fit: cover !important;
4243
    object-fit: cover !important;
4244
  }
4245
  .object-fit-xl-fill {
4246
    -o-object-fit: fill !important;
4247
    object-fit: fill !important;
4248
  }
4249
  .object-fit-xl-scale {
4250
    -o-object-fit: scale-down !important;
4251
    object-fit: scale-down !important;
4252
  }
4253
  .object-fit-xl-none {
4254
    -o-object-fit: none !important;
4255
    object-fit: none !important;
4256
  }
597 daniel-mar 4257
  .d-xl-inline {
4258
    display: inline !important;
4259
  }
4260
  .d-xl-inline-block {
4261
    display: inline-block !important;
4262
  }
4263
  .d-xl-block {
4264
    display: block !important;
4265
  }
4266
  .d-xl-grid {
4267
    display: grid !important;
4268
  }
1151 daniel-mar 4269
  .d-xl-inline-grid {
4270
    display: inline-grid !important;
4271
  }
597 daniel-mar 4272
  .d-xl-table {
4273
    display: table !important;
4274
  }
4275
  .d-xl-table-row {
4276
    display: table-row !important;
4277
  }
4278
  .d-xl-table-cell {
4279
    display: table-cell !important;
4280
  }
4281
  .d-xl-flex {
4282
    display: flex !important;
4283
  }
4284
  .d-xl-inline-flex {
4285
    display: inline-flex !important;
4286
  }
4287
  .d-xl-none {
4288
    display: none !important;
4289
  }
4290
  .flex-xl-fill {
4291
    flex: 1 1 auto !important;
4292
  }
4293
  .flex-xl-row {
4294
    flex-direction: row !important;
4295
  }
4296
  .flex-xl-column {
4297
    flex-direction: column !important;
4298
  }
4299
  .flex-xl-row-reverse {
4300
    flex-direction: row-reverse !important;
4301
  }
4302
  .flex-xl-column-reverse {
4303
    flex-direction: column-reverse !important;
4304
  }
4305
  .flex-xl-grow-0 {
4306
    flex-grow: 0 !important;
4307
  }
4308
  .flex-xl-grow-1 {
4309
    flex-grow: 1 !important;
4310
  }
4311
  .flex-xl-shrink-0 {
4312
    flex-shrink: 0 !important;
4313
  }
4314
  .flex-xl-shrink-1 {
4315
    flex-shrink: 1 !important;
4316
  }
4317
  .flex-xl-wrap {
4318
    flex-wrap: wrap !important;
4319
  }
4320
  .flex-xl-nowrap {
4321
    flex-wrap: nowrap !important;
4322
  }
4323
  .flex-xl-wrap-reverse {
4324
    flex-wrap: wrap-reverse !important;
4325
  }
4326
  .justify-content-xl-start {
4327
    justify-content: flex-start !important;
4328
  }
4329
  .justify-content-xl-end {
4330
    justify-content: flex-end !important;
4331
  }
4332
  .justify-content-xl-center {
4333
    justify-content: center !important;
4334
  }
4335
  .justify-content-xl-between {
4336
    justify-content: space-between !important;
4337
  }
4338
  .justify-content-xl-around {
4339
    justify-content: space-around !important;
4340
  }
4341
  .justify-content-xl-evenly {
4342
    justify-content: space-evenly !important;
4343
  }
4344
  .align-items-xl-start {
4345
    align-items: flex-start !important;
4346
  }
4347
  .align-items-xl-end {
4348
    align-items: flex-end !important;
4349
  }
4350
  .align-items-xl-center {
4351
    align-items: center !important;
4352
  }
4353
  .align-items-xl-baseline {
4354
    align-items: baseline !important;
4355
  }
4356
  .align-items-xl-stretch {
4357
    align-items: stretch !important;
4358
  }
4359
  .align-content-xl-start {
4360
    align-content: flex-start !important;
4361
  }
4362
  .align-content-xl-end {
4363
    align-content: flex-end !important;
4364
  }
4365
  .align-content-xl-center {
4366
    align-content: center !important;
4367
  }
4368
  .align-content-xl-between {
4369
    align-content: space-between !important;
4370
  }
4371
  .align-content-xl-around {
4372
    align-content: space-around !important;
4373
  }
4374
  .align-content-xl-stretch {
4375
    align-content: stretch !important;
4376
  }
4377
  .align-self-xl-auto {
4378
    align-self: auto !important;
4379
  }
4380
  .align-self-xl-start {
4381
    align-self: flex-start !important;
4382
  }
4383
  .align-self-xl-end {
4384
    align-self: flex-end !important;
4385
  }
4386
  .align-self-xl-center {
4387
    align-self: center !important;
4388
  }
4389
  .align-self-xl-baseline {
4390
    align-self: baseline !important;
4391
  }
4392
  .align-self-xl-stretch {
4393
    align-self: stretch !important;
4394
  }
4395
  .order-xl-first {
4396
    order: -1 !important;
4397
  }
4398
  .order-xl-0 {
4399
    order: 0 !important;
4400
  }
4401
  .order-xl-1 {
4402
    order: 1 !important;
4403
  }
4404
  .order-xl-2 {
4405
    order: 2 !important;
4406
  }
4407
  .order-xl-3 {
4408
    order: 3 !important;
4409
  }
4410
  .order-xl-4 {
4411
    order: 4 !important;
4412
  }
4413
  .order-xl-5 {
4414
    order: 5 !important;
4415
  }
4416
  .order-xl-last {
4417
    order: 6 !important;
4418
  }
4419
  .m-xl-0 {
4420
    margin: 0 !important;
4421
  }
4422
  .m-xl-1 {
4423
    margin: 0.25rem !important;
4424
  }
4425
  .m-xl-2 {
4426
    margin: 0.5rem !important;
4427
  }
4428
  .m-xl-3 {
4429
    margin: 1rem !important;
4430
  }
4431
  .m-xl-4 {
4432
    margin: 1.5rem !important;
4433
  }
4434
  .m-xl-5 {
4435
    margin: 3rem !important;
4436
  }
4437
  .m-xl-auto {
4438
    margin: auto !important;
4439
  }
4440
  .mx-xl-0 {
4441
    margin-right: 0 !important;
4442
    margin-left: 0 !important;
4443
  }
4444
  .mx-xl-1 {
4445
    margin-right: 0.25rem !important;
4446
    margin-left: 0.25rem !important;
4447
  }
4448
  .mx-xl-2 {
4449
    margin-right: 0.5rem !important;
4450
    margin-left: 0.5rem !important;
4451
  }
4452
  .mx-xl-3 {
4453
    margin-right: 1rem !important;
4454
    margin-left: 1rem !important;
4455
  }
4456
  .mx-xl-4 {
4457
    margin-right: 1.5rem !important;
4458
    margin-left: 1.5rem !important;
4459
  }
4460
  .mx-xl-5 {
4461
    margin-right: 3rem !important;
4462
    margin-left: 3rem !important;
4463
  }
4464
  .mx-xl-auto {
4465
    margin-right: auto !important;
4466
    margin-left: auto !important;
4467
  }
4468
  .my-xl-0 {
4469
    margin-top: 0 !important;
4470
    margin-bottom: 0 !important;
4471
  }
4472
  .my-xl-1 {
4473
    margin-top: 0.25rem !important;
4474
    margin-bottom: 0.25rem !important;
4475
  }
4476
  .my-xl-2 {
4477
    margin-top: 0.5rem !important;
4478
    margin-bottom: 0.5rem !important;
4479
  }
4480
  .my-xl-3 {
4481
    margin-top: 1rem !important;
4482
    margin-bottom: 1rem !important;
4483
  }
4484
  .my-xl-4 {
4485
    margin-top: 1.5rem !important;
4486
    margin-bottom: 1.5rem !important;
4487
  }
4488
  .my-xl-5 {
4489
    margin-top: 3rem !important;
4490
    margin-bottom: 3rem !important;
4491
  }
4492
  .my-xl-auto {
4493
    margin-top: auto !important;
4494
    margin-bottom: auto !important;
4495
  }
4496
  .mt-xl-0 {
4497
    margin-top: 0 !important;
4498
  }
4499
  .mt-xl-1 {
4500
    margin-top: 0.25rem !important;
4501
  }
4502
  .mt-xl-2 {
4503
    margin-top: 0.5rem !important;
4504
  }
4505
  .mt-xl-3 {
4506
    margin-top: 1rem !important;
4507
  }
4508
  .mt-xl-4 {
4509
    margin-top: 1.5rem !important;
4510
  }
4511
  .mt-xl-5 {
4512
    margin-top: 3rem !important;
4513
  }
4514
  .mt-xl-auto {
4515
    margin-top: auto !important;
4516
  }
4517
  .me-xl-0 {
4518
    margin-right: 0 !important;
4519
  }
4520
  .me-xl-1 {
4521
    margin-right: 0.25rem !important;
4522
  }
4523
  .me-xl-2 {
4524
    margin-right: 0.5rem !important;
4525
  }
4526
  .me-xl-3 {
4527
    margin-right: 1rem !important;
4528
  }
4529
  .me-xl-4 {
4530
    margin-right: 1.5rem !important;
4531
  }
4532
  .me-xl-5 {
4533
    margin-right: 3rem !important;
4534
  }
4535
  .me-xl-auto {
4536
    margin-right: auto !important;
4537
  }
4538
  .mb-xl-0 {
4539
    margin-bottom: 0 !important;
4540
  }
4541
  .mb-xl-1 {
4542
    margin-bottom: 0.25rem !important;
4543
  }
4544
  .mb-xl-2 {
4545
    margin-bottom: 0.5rem !important;
4546
  }
4547
  .mb-xl-3 {
4548
    margin-bottom: 1rem !important;
4549
  }
4550
  .mb-xl-4 {
4551
    margin-bottom: 1.5rem !important;
4552
  }
4553
  .mb-xl-5 {
4554
    margin-bottom: 3rem !important;
4555
  }
4556
  .mb-xl-auto {
4557
    margin-bottom: auto !important;
4558
  }
4559
  .ms-xl-0 {
4560
    margin-left: 0 !important;
4561
  }
4562
  .ms-xl-1 {
4563
    margin-left: 0.25rem !important;
4564
  }
4565
  .ms-xl-2 {
4566
    margin-left: 0.5rem !important;
4567
  }
4568
  .ms-xl-3 {
4569
    margin-left: 1rem !important;
4570
  }
4571
  .ms-xl-4 {
4572
    margin-left: 1.5rem !important;
4573
  }
4574
  .ms-xl-5 {
4575
    margin-left: 3rem !important;
4576
  }
4577
  .ms-xl-auto {
4578
    margin-left: auto !important;
4579
  }
4580
  .p-xl-0 {
4581
    padding: 0 !important;
4582
  }
4583
  .p-xl-1 {
4584
    padding: 0.25rem !important;
4585
  }
4586
  .p-xl-2 {
4587
    padding: 0.5rem !important;
4588
  }
4589
  .p-xl-3 {
4590
    padding: 1rem !important;
4591
  }
4592
  .p-xl-4 {
4593
    padding: 1.5rem !important;
4594
  }
4595
  .p-xl-5 {
4596
    padding: 3rem !important;
4597
  }
4598
  .px-xl-0 {
4599
    padding-right: 0 !important;
4600
    padding-left: 0 !important;
4601
  }
4602
  .px-xl-1 {
4603
    padding-right: 0.25rem !important;
4604
    padding-left: 0.25rem !important;
4605
  }
4606
  .px-xl-2 {
4607
    padding-right: 0.5rem !important;
4608
    padding-left: 0.5rem !important;
4609
  }
4610
  .px-xl-3 {
4611
    padding-right: 1rem !important;
4612
    padding-left: 1rem !important;
4613
  }
4614
  .px-xl-4 {
4615
    padding-right: 1.5rem !important;
4616
    padding-left: 1.5rem !important;
4617
  }
4618
  .px-xl-5 {
4619
    padding-right: 3rem !important;
4620
    padding-left: 3rem !important;
4621
  }
4622
  .py-xl-0 {
4623
    padding-top: 0 !important;
4624
    padding-bottom: 0 !important;
4625
  }
4626
  .py-xl-1 {
4627
    padding-top: 0.25rem !important;
4628
    padding-bottom: 0.25rem !important;
4629
  }
4630
  .py-xl-2 {
4631
    padding-top: 0.5rem !important;
4632
    padding-bottom: 0.5rem !important;
4633
  }
4634
  .py-xl-3 {
4635
    padding-top: 1rem !important;
4636
    padding-bottom: 1rem !important;
4637
  }
4638
  .py-xl-4 {
4639
    padding-top: 1.5rem !important;
4640
    padding-bottom: 1.5rem !important;
4641
  }
4642
  .py-xl-5 {
4643
    padding-top: 3rem !important;
4644
    padding-bottom: 3rem !important;
4645
  }
4646
  .pt-xl-0 {
4647
    padding-top: 0 !important;
4648
  }
4649
  .pt-xl-1 {
4650
    padding-top: 0.25rem !important;
4651
  }
4652
  .pt-xl-2 {
4653
    padding-top: 0.5rem !important;
4654
  }
4655
  .pt-xl-3 {
4656
    padding-top: 1rem !important;
4657
  }
4658
  .pt-xl-4 {
4659
    padding-top: 1.5rem !important;
4660
  }
4661
  .pt-xl-5 {
4662
    padding-top: 3rem !important;
4663
  }
4664
  .pe-xl-0 {
4665
    padding-right: 0 !important;
4666
  }
4667
  .pe-xl-1 {
4668
    padding-right: 0.25rem !important;
4669
  }
4670
  .pe-xl-2 {
4671
    padding-right: 0.5rem !important;
4672
  }
4673
  .pe-xl-3 {
4674
    padding-right: 1rem !important;
4675
  }
4676
  .pe-xl-4 {
4677
    padding-right: 1.5rem !important;
4678
  }
4679
  .pe-xl-5 {
4680
    padding-right: 3rem !important;
4681
  }
4682
  .pb-xl-0 {
4683
    padding-bottom: 0 !important;
4684
  }
4685
  .pb-xl-1 {
4686
    padding-bottom: 0.25rem !important;
4687
  }
4688
  .pb-xl-2 {
4689
    padding-bottom: 0.5rem !important;
4690
  }
4691
  .pb-xl-3 {
4692
    padding-bottom: 1rem !important;
4693
  }
4694
  .pb-xl-4 {
4695
    padding-bottom: 1.5rem !important;
4696
  }
4697
  .pb-xl-5 {
4698
    padding-bottom: 3rem !important;
4699
  }
4700
  .ps-xl-0 {
4701
    padding-left: 0 !important;
4702
  }
4703
  .ps-xl-1 {
4704
    padding-left: 0.25rem !important;
4705
  }
4706
  .ps-xl-2 {
4707
    padding-left: 0.5rem !important;
4708
  }
4709
  .ps-xl-3 {
4710
    padding-left: 1rem !important;
4711
  }
4712
  .ps-xl-4 {
4713
    padding-left: 1.5rem !important;
4714
  }
4715
  .ps-xl-5 {
4716
    padding-left: 3rem !important;
4717
  }
846 daniel-mar 4718
  .gap-xl-0 {
4719
    gap: 0 !important;
4720
  }
4721
  .gap-xl-1 {
4722
    gap: 0.25rem !important;
4723
  }
4724
  .gap-xl-2 {
4725
    gap: 0.5rem !important;
4726
  }
4727
  .gap-xl-3 {
4728
    gap: 1rem !important;
4729
  }
4730
  .gap-xl-4 {
4731
    gap: 1.5rem !important;
4732
  }
4733
  .gap-xl-5 {
4734
    gap: 3rem !important;
4735
  }
1056 daniel-mar 4736
  .row-gap-xl-0 {
4737
    row-gap: 0 !important;
4738
  }
4739
  .row-gap-xl-1 {
4740
    row-gap: 0.25rem !important;
4741
  }
4742
  .row-gap-xl-2 {
4743
    row-gap: 0.5rem !important;
4744
  }
4745
  .row-gap-xl-3 {
4746
    row-gap: 1rem !important;
4747
  }
4748
  .row-gap-xl-4 {
4749
    row-gap: 1.5rem !important;
4750
  }
4751
  .row-gap-xl-5 {
4752
    row-gap: 3rem !important;
4753
  }
4754
  .column-gap-xl-0 {
4755
    -moz-column-gap: 0 !important;
4756
    column-gap: 0 !important;
4757
  }
4758
  .column-gap-xl-1 {
4759
    -moz-column-gap: 0.25rem !important;
4760
    column-gap: 0.25rem !important;
4761
  }
4762
  .column-gap-xl-2 {
4763
    -moz-column-gap: 0.5rem !important;
4764
    column-gap: 0.5rem !important;
4765
  }
4766
  .column-gap-xl-3 {
4767
    -moz-column-gap: 1rem !important;
4768
    column-gap: 1rem !important;
4769
  }
4770
  .column-gap-xl-4 {
4771
    -moz-column-gap: 1.5rem !important;
4772
    column-gap: 1.5rem !important;
4773
  }
4774
  .column-gap-xl-5 {
4775
    -moz-column-gap: 3rem !important;
4776
    column-gap: 3rem !important;
4777
  }
597 daniel-mar 4778
  .text-xl-start {
4779
    text-align: left !important;
4780
  }
4781
  .text-xl-end {
4782
    text-align: right !important;
4783
  }
4784
  .text-xl-center {
4785
    text-align: center !important;
4786
  }
4787
}
4788
@media (min-width: 1400px) {
4789
  .float-xxl-start {
4790
    float: left !important;
4791
  }
4792
  .float-xxl-end {
4793
    float: right !important;
4794
  }
4795
  .float-xxl-none {
4796
    float: none !important;
4797
  }
1056 daniel-mar 4798
  .object-fit-xxl-contain {
4799
    -o-object-fit: contain !important;
4800
    object-fit: contain !important;
4801
  }
4802
  .object-fit-xxl-cover {
4803
    -o-object-fit: cover !important;
4804
    object-fit: cover !important;
4805
  }
4806
  .object-fit-xxl-fill {
4807
    -o-object-fit: fill !important;
4808
    object-fit: fill !important;
4809
  }
4810
  .object-fit-xxl-scale {
4811
    -o-object-fit: scale-down !important;
4812
    object-fit: scale-down !important;
4813
  }
4814
  .object-fit-xxl-none {
4815
    -o-object-fit: none !important;
4816
    object-fit: none !important;
4817
  }
597 daniel-mar 4818
  .d-xxl-inline {
4819
    display: inline !important;
4820
  }
4821
  .d-xxl-inline-block {
4822
    display: inline-block !important;
4823
  }
4824
  .d-xxl-block {
4825
    display: block !important;
4826
  }
4827
  .d-xxl-grid {
4828
    display: grid !important;
4829
  }
1151 daniel-mar 4830
  .d-xxl-inline-grid {
4831
    display: inline-grid !important;
4832
  }
597 daniel-mar 4833
  .d-xxl-table {
4834
    display: table !important;
4835
  }
4836
  .d-xxl-table-row {
4837
    display: table-row !important;
4838
  }
4839
  .d-xxl-table-cell {
4840
    display: table-cell !important;
4841
  }
4842
  .d-xxl-flex {
4843
    display: flex !important;
4844
  }
4845
  .d-xxl-inline-flex {
4846
    display: inline-flex !important;
4847
  }
4848
  .d-xxl-none {
4849
    display: none !important;
4850
  }
4851
  .flex-xxl-fill {
4852
    flex: 1 1 auto !important;
4853
  }
4854
  .flex-xxl-row {
4855
    flex-direction: row !important;
4856
  }
4857
  .flex-xxl-column {
4858
    flex-direction: column !important;
4859
  }
4860
  .flex-xxl-row-reverse {
4861
    flex-direction: row-reverse !important;
4862
  }
4863
  .flex-xxl-column-reverse {
4864
    flex-direction: column-reverse !important;
4865
  }
4866
  .flex-xxl-grow-0 {
4867
    flex-grow: 0 !important;
4868
  }
4869
  .flex-xxl-grow-1 {
4870
    flex-grow: 1 !important;
4871
  }
4872
  .flex-xxl-shrink-0 {
4873
    flex-shrink: 0 !important;
4874
  }
4875
  .flex-xxl-shrink-1 {
4876
    flex-shrink: 1 !important;
4877
  }
4878
  .flex-xxl-wrap {
4879
    flex-wrap: wrap !important;
4880
  }
4881
  .flex-xxl-nowrap {
4882
    flex-wrap: nowrap !important;
4883
  }
4884
  .flex-xxl-wrap-reverse {
4885
    flex-wrap: wrap-reverse !important;
4886
  }
4887
  .justify-content-xxl-start {
4888
    justify-content: flex-start !important;
4889
  }
4890
  .justify-content-xxl-end {
4891
    justify-content: flex-end !important;
4892
  }
4893
  .justify-content-xxl-center {
4894
    justify-content: center !important;
4895
  }
4896
  .justify-content-xxl-between {
4897
    justify-content: space-between !important;
4898
  }
4899
  .justify-content-xxl-around {
4900
    justify-content: space-around !important;
4901
  }
4902
  .justify-content-xxl-evenly {
4903
    justify-content: space-evenly !important;
4904
  }
4905
  .align-items-xxl-start {
4906
    align-items: flex-start !important;
4907
  }
4908
  .align-items-xxl-end {
4909
    align-items: flex-end !important;
4910
  }
4911
  .align-items-xxl-center {
4912
    align-items: center !important;
4913
  }
4914
  .align-items-xxl-baseline {
4915
    align-items: baseline !important;
4916
  }
4917
  .align-items-xxl-stretch {
4918
    align-items: stretch !important;
4919
  }
4920
  .align-content-xxl-start {
4921
    align-content: flex-start !important;
4922
  }
4923
  .align-content-xxl-end {
4924
    align-content: flex-end !important;
4925
  }
4926
  .align-content-xxl-center {
4927
    align-content: center !important;
4928
  }
4929
  .align-content-xxl-between {
4930
    align-content: space-between !important;
4931
  }
4932
  .align-content-xxl-around {
4933
    align-content: space-around !important;
4934
  }
4935
  .align-content-xxl-stretch {
4936
    align-content: stretch !important;
4937
  }
4938
  .align-self-xxl-auto {
4939
    align-self: auto !important;
4940
  }
4941
  .align-self-xxl-start {
4942
    align-self: flex-start !important;
4943
  }
4944
  .align-self-xxl-end {
4945
    align-self: flex-end !important;
4946
  }
4947
  .align-self-xxl-center {
4948
    align-self: center !important;
4949
  }
4950
  .align-self-xxl-baseline {
4951
    align-self: baseline !important;
4952
  }
4953
  .align-self-xxl-stretch {
4954
    align-self: stretch !important;
4955
  }
4956
  .order-xxl-first {
4957
    order: -1 !important;
4958
  }
4959
  .order-xxl-0 {
4960
    order: 0 !important;
4961
  }
4962
  .order-xxl-1 {
4963
    order: 1 !important;
4964
  }
4965
  .order-xxl-2 {
4966
    order: 2 !important;
4967
  }
4968
  .order-xxl-3 {
4969
    order: 3 !important;
4970
  }
4971
  .order-xxl-4 {
4972
    order: 4 !important;
4973
  }
4974
  .order-xxl-5 {
4975
    order: 5 !important;
4976
  }
4977
  .order-xxl-last {
4978
    order: 6 !important;
4979
  }
4980
  .m-xxl-0 {
4981
    margin: 0 !important;
4982
  }
4983
  .m-xxl-1 {
4984
    margin: 0.25rem !important;
4985
  }
4986
  .m-xxl-2 {
4987
    margin: 0.5rem !important;
4988
  }
4989
  .m-xxl-3 {
4990
    margin: 1rem !important;
4991
  }
4992
  .m-xxl-4 {
4993
    margin: 1.5rem !important;
4994
  }
4995
  .m-xxl-5 {
4996
    margin: 3rem !important;
4997
  }
4998
  .m-xxl-auto {
4999
    margin: auto !important;
5000
  }
5001
  .mx-xxl-0 {
5002
    margin-right: 0 !important;
5003
    margin-left: 0 !important;
5004
  }
5005
  .mx-xxl-1 {
5006
    margin-right: 0.25rem !important;
5007
    margin-left: 0.25rem !important;
5008
  }
5009
  .mx-xxl-2 {
5010
    margin-right: 0.5rem !important;
5011
    margin-left: 0.5rem !important;
5012
  }
5013
  .mx-xxl-3 {
5014
    margin-right: 1rem !important;
5015
    margin-left: 1rem !important;
5016
  }
5017
  .mx-xxl-4 {
5018
    margin-right: 1.5rem !important;
5019
    margin-left: 1.5rem !important;
5020
  }
5021
  .mx-xxl-5 {
5022
    margin-right: 3rem !important;
5023
    margin-left: 3rem !important;
5024
  }
5025
  .mx-xxl-auto {
5026
    margin-right: auto !important;
5027
    margin-left: auto !important;
5028
  }
5029
  .my-xxl-0 {
5030
    margin-top: 0 !important;
5031
    margin-bottom: 0 !important;
5032
  }
5033
  .my-xxl-1 {
5034
    margin-top: 0.25rem !important;
5035
    margin-bottom: 0.25rem !important;
5036
  }
5037
  .my-xxl-2 {
5038
    margin-top: 0.5rem !important;
5039
    margin-bottom: 0.5rem !important;
5040
  }
5041
  .my-xxl-3 {
5042
    margin-top: 1rem !important;
5043
    margin-bottom: 1rem !important;
5044
  }
5045
  .my-xxl-4 {
5046
    margin-top: 1.5rem !important;
5047
    margin-bottom: 1.5rem !important;
5048
  }
5049
  .my-xxl-5 {
5050
    margin-top: 3rem !important;
5051
    margin-bottom: 3rem !important;
5052
  }
5053
  .my-xxl-auto {
5054
    margin-top: auto !important;
5055
    margin-bottom: auto !important;
5056
  }
5057
  .mt-xxl-0 {
5058
    margin-top: 0 !important;
5059
  }
5060
  .mt-xxl-1 {
5061
    margin-top: 0.25rem !important;
5062
  }
5063
  .mt-xxl-2 {
5064
    margin-top: 0.5rem !important;
5065
  }
5066
  .mt-xxl-3 {
5067
    margin-top: 1rem !important;
5068
  }
5069
  .mt-xxl-4 {
5070
    margin-top: 1.5rem !important;
5071
  }
5072
  .mt-xxl-5 {
5073
    margin-top: 3rem !important;
5074
  }
5075
  .mt-xxl-auto {
5076
    margin-top: auto !important;
5077
  }
5078
  .me-xxl-0 {
5079
    margin-right: 0 !important;
5080
  }
5081
  .me-xxl-1 {
5082
    margin-right: 0.25rem !important;
5083
  }
5084
  .me-xxl-2 {
5085
    margin-right: 0.5rem !important;
5086
  }
5087
  .me-xxl-3 {
5088
    margin-right: 1rem !important;
5089
  }
5090
  .me-xxl-4 {
5091
    margin-right: 1.5rem !important;
5092
  }
5093
  .me-xxl-5 {
5094
    margin-right: 3rem !important;
5095
  }
5096
  .me-xxl-auto {
5097
    margin-right: auto !important;
5098
  }
5099
  .mb-xxl-0 {
5100
    margin-bottom: 0 !important;
5101
  }
5102
  .mb-xxl-1 {
5103
    margin-bottom: 0.25rem !important;
5104
  }
5105
  .mb-xxl-2 {
5106
    margin-bottom: 0.5rem !important;
5107
  }
5108
  .mb-xxl-3 {
5109
    margin-bottom: 1rem !important;
5110
  }
5111
  .mb-xxl-4 {
5112
    margin-bottom: 1.5rem !important;
5113
  }
5114
  .mb-xxl-5 {
5115
    margin-bottom: 3rem !important;
5116
  }
5117
  .mb-xxl-auto {
5118
    margin-bottom: auto !important;
5119
  }
5120
  .ms-xxl-0 {
5121
    margin-left: 0 !important;
5122
  }
5123
  .ms-xxl-1 {
5124
    margin-left: 0.25rem !important;
5125
  }
5126
  .ms-xxl-2 {
5127
    margin-left: 0.5rem !important;
5128
  }
5129
  .ms-xxl-3 {
5130
    margin-left: 1rem !important;
5131
  }
5132
  .ms-xxl-4 {
5133
    margin-left: 1.5rem !important;
5134
  }
5135
  .ms-xxl-5 {
5136
    margin-left: 3rem !important;
5137
  }
5138
  .ms-xxl-auto {
5139
    margin-left: auto !important;
5140
  }
5141
  .p-xxl-0 {
5142
    padding: 0 !important;
5143
  }
5144
  .p-xxl-1 {
5145
    padding: 0.25rem !important;
5146
  }
5147
  .p-xxl-2 {
5148
    padding: 0.5rem !important;
5149
  }
5150
  .p-xxl-3 {
5151
    padding: 1rem !important;
5152
  }
5153
  .p-xxl-4 {
5154
    padding: 1.5rem !important;
5155
  }
5156
  .p-xxl-5 {
5157
    padding: 3rem !important;
5158
  }
5159
  .px-xxl-0 {
5160
    padding-right: 0 !important;
5161
    padding-left: 0 !important;
5162
  }
5163
  .px-xxl-1 {
5164
    padding-right: 0.25rem !important;
5165
    padding-left: 0.25rem !important;
5166
  }
5167
  .px-xxl-2 {
5168
    padding-right: 0.5rem !important;
5169
    padding-left: 0.5rem !important;
5170
  }
5171
  .px-xxl-3 {
5172
    padding-right: 1rem !important;
5173
    padding-left: 1rem !important;
5174
  }
5175
  .px-xxl-4 {
5176
    padding-right: 1.5rem !important;
5177
    padding-left: 1.5rem !important;
5178
  }
5179
  .px-xxl-5 {
5180
    padding-right: 3rem !important;
5181
    padding-left: 3rem !important;
5182
  }
5183
  .py-xxl-0 {
5184
    padding-top: 0 !important;
5185
    padding-bottom: 0 !important;
5186
  }
5187
  .py-xxl-1 {
5188
    padding-top: 0.25rem !important;
5189
    padding-bottom: 0.25rem !important;
5190
  }
5191
  .py-xxl-2 {
5192
    padding-top: 0.5rem !important;
5193
    padding-bottom: 0.5rem !important;
5194
  }
5195
  .py-xxl-3 {
5196
    padding-top: 1rem !important;
5197
    padding-bottom: 1rem !important;
5198
  }
5199
  .py-xxl-4 {
5200
    padding-top: 1.5rem !important;
5201
    padding-bottom: 1.5rem !important;
5202
  }
5203
  .py-xxl-5 {
5204
    padding-top: 3rem !important;
5205
    padding-bottom: 3rem !important;
5206
  }
5207
  .pt-xxl-0 {
5208
    padding-top: 0 !important;
5209
  }
5210
  .pt-xxl-1 {
5211
    padding-top: 0.25rem !important;
5212
  }
5213
  .pt-xxl-2 {
5214
    padding-top: 0.5rem !important;
5215
  }
5216
  .pt-xxl-3 {
5217
    padding-top: 1rem !important;
5218
  }
5219
  .pt-xxl-4 {
5220
    padding-top: 1.5rem !important;
5221
  }
5222
  .pt-xxl-5 {
5223
    padding-top: 3rem !important;
5224
  }
5225
  .pe-xxl-0 {
5226
    padding-right: 0 !important;
5227
  }
5228
  .pe-xxl-1 {
5229
    padding-right: 0.25rem !important;
5230
  }
5231
  .pe-xxl-2 {
5232
    padding-right: 0.5rem !important;
5233
  }
5234
  .pe-xxl-3 {
5235
    padding-right: 1rem !important;
5236
  }
5237
  .pe-xxl-4 {
5238
    padding-right: 1.5rem !important;
5239
  }
5240
  .pe-xxl-5 {
5241
    padding-right: 3rem !important;
5242
  }
5243
  .pb-xxl-0 {
5244
    padding-bottom: 0 !important;
5245
  }
5246
  .pb-xxl-1 {
5247
    padding-bottom: 0.25rem !important;
5248
  }
5249
  .pb-xxl-2 {
5250
    padding-bottom: 0.5rem !important;
5251
  }
5252
  .pb-xxl-3 {
5253
    padding-bottom: 1rem !important;
5254
  }
5255
  .pb-xxl-4 {
5256
    padding-bottom: 1.5rem !important;
5257
  }
5258
  .pb-xxl-5 {
5259
    padding-bottom: 3rem !important;
5260
  }
5261
  .ps-xxl-0 {
5262
    padding-left: 0 !important;
5263
  }
5264
  .ps-xxl-1 {
5265
    padding-left: 0.25rem !important;
5266
  }
5267
  .ps-xxl-2 {
5268
    padding-left: 0.5rem !important;
5269
  }
5270
  .ps-xxl-3 {
5271
    padding-left: 1rem !important;
5272
  }
5273
  .ps-xxl-4 {
5274
    padding-left: 1.5rem !important;
5275
  }
5276
  .ps-xxl-5 {
5277
    padding-left: 3rem !important;
5278
  }
846 daniel-mar 5279
  .gap-xxl-0 {
5280
    gap: 0 !important;
5281
  }
5282
  .gap-xxl-1 {
5283
    gap: 0.25rem !important;
5284
  }
5285
  .gap-xxl-2 {
5286
    gap: 0.5rem !important;
5287
  }
5288
  .gap-xxl-3 {
5289
    gap: 1rem !important;
5290
  }
5291
  .gap-xxl-4 {
5292
    gap: 1.5rem !important;
5293
  }
5294
  .gap-xxl-5 {
5295
    gap: 3rem !important;
5296
  }
1056 daniel-mar 5297
  .row-gap-xxl-0 {
5298
    row-gap: 0 !important;
5299
  }
5300
  .row-gap-xxl-1 {
5301
    row-gap: 0.25rem !important;
5302
  }
5303
  .row-gap-xxl-2 {
5304
    row-gap: 0.5rem !important;
5305
  }
5306
  .row-gap-xxl-3 {
5307
    row-gap: 1rem !important;
5308
  }
5309
  .row-gap-xxl-4 {
5310
    row-gap: 1.5rem !important;
5311
  }
5312
  .row-gap-xxl-5 {
5313
    row-gap: 3rem !important;
5314
  }
5315
  .column-gap-xxl-0 {
5316
    -moz-column-gap: 0 !important;
5317
    column-gap: 0 !important;
5318
  }
5319
  .column-gap-xxl-1 {
5320
    -moz-column-gap: 0.25rem !important;
5321
    column-gap: 0.25rem !important;
5322
  }
5323
  .column-gap-xxl-2 {
5324
    -moz-column-gap: 0.5rem !important;
5325
    column-gap: 0.5rem !important;
5326
  }
5327
  .column-gap-xxl-3 {
5328
    -moz-column-gap: 1rem !important;
5329
    column-gap: 1rem !important;
5330
  }
5331
  .column-gap-xxl-4 {
5332
    -moz-column-gap: 1.5rem !important;
5333
    column-gap: 1.5rem !important;
5334
  }
5335
  .column-gap-xxl-5 {
5336
    -moz-column-gap: 3rem !important;
5337
    column-gap: 3rem !important;
5338
  }
597 daniel-mar 5339
  .text-xxl-start {
5340
    text-align: left !important;
5341
  }
5342
  .text-xxl-end {
5343
    text-align: right !important;
5344
  }
5345
  .text-xxl-center {
5346
    text-align: center !important;
5347
  }
5348
}
5349
@media (min-width: 1200px) {
5350
  .fs-1 {
5351
    font-size: 2.5rem !important;
5352
  }
5353
  .fs-2 {
5354
    font-size: 2rem !important;
5355
  }
5356
  .fs-3 {
5357
    font-size: 1.75rem !important;
5358
  }
5359
  .fs-4 {
5360
    font-size: 1.5rem !important;
5361
  }
5362
}
5363
@media print {
5364
  .d-print-inline {
5365
    display: inline !important;
5366
  }
5367
  .d-print-inline-block {
5368
    display: inline-block !important;
5369
  }
5370
  .d-print-block {
5371
    display: block !important;
5372
  }
5373
  .d-print-grid {
5374
    display: grid !important;
5375
  }
1151 daniel-mar 5376
  .d-print-inline-grid {
5377
    display: inline-grid !important;
5378
  }
597 daniel-mar 5379
  .d-print-table {
5380
    display: table !important;
5381
  }
5382
  .d-print-table-row {
5383
    display: table-row !important;
5384
  }
5385
  .d-print-table-cell {
5386
    display: table-cell !important;
5387
  }
5388
  .d-print-flex {
5389
    display: flex !important;
5390
  }
5391
  .d-print-inline-flex {
5392
    display: inline-flex !important;
5393
  }
5394
  .d-print-none {
5395
    display: none !important;
5396
  }
5397
}
5398
 
5399
/*# sourceMappingURL=bootstrap-utilities.css.map */