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
  right: 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
  left: 0;
394
  right: 0;
395
  z-index: 1030;
396
}
397
 
398
.fixed-bottom {
399
  position: fixed;
400
  left: 0;
401
  bottom: 0;
402
  right: 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
  left: 0;
524
  bottom: 0;
525
  right: 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: right !important;
571
}
572
 
573
.float-end {
574
  float: left !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
  right: 0 !important;
813
}
814
 
815
.start-50 {
816
  right: 50% !important;
817
}
818
 
819
.start-100 {
820
  right: 100% !important;
821
}
822
 
823
.end-0 {
824
  left: 0 !important;
825
}
826
 
827
.end-50 {
828
  left: 50% !important;
829
}
830
 
831
.end-100 {
832
  left: 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-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
597 daniel-mar 865
}
866
 
867
.border-end-0 {
868
  border-left: 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-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
597 daniel-mar 881
}
882
 
883
.border-start-0 {
884
  border-right: 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-left: 0 !important;
1275
  margin-right: 0 !important;
1276
}
1277
 
1278
.mx-1 {
1279
  margin-left: 0.25rem !important;
1280
  margin-right: 0.25rem !important;
1281
}
1282
 
1283
.mx-2 {
1284
  margin-left: 0.5rem !important;
1285
  margin-right: 0.5rem !important;
1286
}
1287
 
1288
.mx-3 {
1289
  margin-left: 1rem !important;
1290
  margin-right: 1rem !important;
1291
}
1292
 
1293
.mx-4 {
1294
  margin-left: 1.5rem !important;
1295
  margin-right: 1.5rem !important;
1296
}
1297
 
1298
.mx-5 {
1299
  margin-left: 3rem !important;
1300
  margin-right: 3rem !important;
1301
}
1302
 
1303
.mx-auto {
1304
  margin-left: auto !important;
1305
  margin-right: 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-left: 0 !important;
1373
}
1374
 
1375
.me-1 {
1376
  margin-left: 0.25rem !important;
1377
}
1378
 
1379
.me-2 {
1380
  margin-left: 0.5rem !important;
1381
}
1382
 
1383
.me-3 {
1384
  margin-left: 1rem !important;
1385
}
1386
 
1387
.me-4 {
1388
  margin-left: 1.5rem !important;
1389
}
1390
 
1391
.me-5 {
1392
  margin-left: 3rem !important;
1393
}
1394
 
1395
.me-auto {
1396
  margin-left: 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-right: 0 !important;
1429
}
1430
 
1431
.ms-1 {
1432
  margin-right: 0.25rem !important;
1433
}
1434
 
1435
.ms-2 {
1436
  margin-right: 0.5rem !important;
1437
}
1438
 
1439
.ms-3 {
1440
  margin-right: 1rem !important;
1441
}
1442
 
1443
.ms-4 {
1444
  margin-right: 1.5rem !important;
1445
}
1446
 
1447
.ms-5 {
1448
  margin-right: 3rem !important;
1449
}
1450
 
1451
.ms-auto {
1452
  margin-right: 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-left: 0 !important;
1481
  padding-right: 0 !important;
1482
}
1483
 
1484
.px-1 {
1485
  padding-left: 0.25rem !important;
1486
  padding-right: 0.25rem !important;
1487
}
1488
 
1489
.px-2 {
1490
  padding-left: 0.5rem !important;
1491
  padding-right: 0.5rem !important;
1492
}
1493
 
1494
.px-3 {
1495
  padding-left: 1rem !important;
1496
  padding-right: 1rem !important;
1497
}
1498
 
1499
.px-4 {
1500
  padding-left: 1.5rem !important;
1501
  padding-right: 1.5rem !important;
1502
}
1503
 
1504
.px-5 {
1505
  padding-left: 3rem !important;
1506
  padding-right: 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-left: 0 !important;
1565
}
1566
 
1567
.pe-1 {
1568
  padding-left: 0.25rem !important;
1569
}
1570
 
1571
.pe-2 {
1572
  padding-left: 0.5rem !important;
1573
}
1574
 
1575
.pe-3 {
1576
  padding-left: 1rem !important;
1577
}
1578
 
1579
.pe-4 {
1580
  padding-left: 1.5rem !important;
1581
}
1582
 
1583
.pe-5 {
1584
  padding-left: 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-right: 0 !important;
1613
}
1614
 
1615
.ps-1 {
1616
  padding-right: 0.25rem !important;
1617
}
1618
 
1619
.ps-2 {
1620
  padding-right: 0.5rem !important;
1621
}
1622
 
1623
.ps-3 {
1624
  padding-right: 1rem !important;
1625
}
1626
 
1627
.ps-4 {
1628
  padding-right: 1.5rem !important;
1629
}
1630
 
1631
.ps-5 {
1632
  padding-right: 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: right !important;
1795
}
1796
 
1797
.text-end {
1798
  text-align: left !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
.text-primary {
637 daniel-mar 1837
  --bs-text-opacity: 1;
1838
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
597 daniel-mar 1839
}
1840
 
1841
.text-secondary {
637 daniel-mar 1842
  --bs-text-opacity: 1;
1843
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
597 daniel-mar 1844
}
1845
 
1846
.text-success {
637 daniel-mar 1847
  --bs-text-opacity: 1;
1848
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
597 daniel-mar 1849
}
1850
 
1851
.text-info {
637 daniel-mar 1852
  --bs-text-opacity: 1;
1853
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
597 daniel-mar 1854
}
1855
 
1856
.text-warning {
637 daniel-mar 1857
  --bs-text-opacity: 1;
1858
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
597 daniel-mar 1859
}
1860
 
1861
.text-danger {
637 daniel-mar 1862
  --bs-text-opacity: 1;
1863
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
597 daniel-mar 1864
}
1865
 
1866
.text-light {
637 daniel-mar 1867
  --bs-text-opacity: 1;
1868
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
597 daniel-mar 1869
}
1870
 
1871
.text-dark {
637 daniel-mar 1872
  --bs-text-opacity: 1;
1873
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
597 daniel-mar 1874
}
1875
 
637 daniel-mar 1876
.text-black {
1877
  --bs-text-opacity: 1;
1878
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
1879
}
1880
 
597 daniel-mar 1881
.text-white {
637 daniel-mar 1882
  --bs-text-opacity: 1;
1883
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
597 daniel-mar 1884
}
1885
 
1886
.text-body {
637 daniel-mar 1887
  --bs-text-opacity: 1;
1888
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
597 daniel-mar 1889
}
1890
 
1891
.text-muted {
637 daniel-mar 1892
  --bs-text-opacity: 1;
1056 daniel-mar 1893
  color: var(--bs-secondary-color) !important;
597 daniel-mar 1894
}
1895
 
1896
.text-black-50 {
637 daniel-mar 1897
  --bs-text-opacity: 1;
597 daniel-mar 1898
  color: rgba(0, 0, 0, 0.5) !important;
1899
}
1900
 
1901
.text-white-50 {
637 daniel-mar 1902
  --bs-text-opacity: 1;
597 daniel-mar 1903
  color: rgba(255, 255, 255, 0.5) !important;
1904
}
1905
 
1056 daniel-mar 1906
.text-body-secondary {
1907
  --bs-text-opacity: 1;
1908
  color: var(--bs-secondary-color) !important;
1909
}
1910
 
1911
.text-body-tertiary {
1912
  --bs-text-opacity: 1;
1913
  color: var(--bs-tertiary-color) !important;
1914
}
1915
 
1916
.text-body-emphasis {
1917
  --bs-text-opacity: 1;
1918
  color: var(--bs-emphasis-color) !important;
1919
}
1920
 
597 daniel-mar 1921
.text-reset {
637 daniel-mar 1922
  --bs-text-opacity: 1;
597 daniel-mar 1923
  color: inherit !important;
1924
}
1925
 
637 daniel-mar 1926
.text-opacity-25 {
1927
  --bs-text-opacity: 0.25;
1928
}
1929
 
1930
.text-opacity-50 {
1931
  --bs-text-opacity: 0.5;
1932
}
1933
 
1934
.text-opacity-75 {
1935
  --bs-text-opacity: 0.75;
1936
}
1937
 
1938
.text-opacity-100 {
1939
  --bs-text-opacity: 1;
1940
}
1941
 
1056 daniel-mar 1942
.text-primary-emphasis {
1134 daniel-mar 1943
  color: var(--bs-primary-text-emphasis) !important;
1056 daniel-mar 1944
}
1945
 
1946
.text-secondary-emphasis {
1134 daniel-mar 1947
  color: var(--bs-secondary-text-emphasis) !important;
1056 daniel-mar 1948
}
1949
 
1950
.text-success-emphasis {
1134 daniel-mar 1951
  color: var(--bs-success-text-emphasis) !important;
1056 daniel-mar 1952
}
1953
 
1954
.text-info-emphasis {
1134 daniel-mar 1955
  color: var(--bs-info-text-emphasis) !important;
1056 daniel-mar 1956
}
1957
 
1958
.text-warning-emphasis {
1134 daniel-mar 1959
  color: var(--bs-warning-text-emphasis) !important;
1056 daniel-mar 1960
}
1961
 
1962
.text-danger-emphasis {
1134 daniel-mar 1963
  color: var(--bs-danger-text-emphasis) !important;
1056 daniel-mar 1964
}
1965
 
1966
.text-light-emphasis {
1134 daniel-mar 1967
  color: var(--bs-light-text-emphasis) !important;
1056 daniel-mar 1968
}
1969
 
1970
.text-dark-emphasis {
1134 daniel-mar 1971
  color: var(--bs-dark-text-emphasis) !important;
1056 daniel-mar 1972
}
1973
 
1134 daniel-mar 1974
.link-opacity-10 {
1975
  --bs-link-opacity: 0.1;
1976
}
1977
 
1978
.link-opacity-10-hover:hover {
1979
  --bs-link-opacity: 0.1;
1980
}
1981
 
1982
.link-opacity-25 {
1983
  --bs-link-opacity: 0.25;
1984
}
1985
 
1986
.link-opacity-25-hover:hover {
1987
  --bs-link-opacity: 0.25;
1988
}
1989
 
1990
.link-opacity-50 {
1991
  --bs-link-opacity: 0.5;
1992
}
1993
 
1994
.link-opacity-50-hover:hover {
1995
  --bs-link-opacity: 0.5;
1996
}
1997
 
1998
.link-opacity-75 {
1999
  --bs-link-opacity: 0.75;
2000
}
2001
 
2002
.link-opacity-75-hover:hover {
2003
  --bs-link-opacity: 0.75;
2004
}
2005
 
2006
.link-opacity-100 {
2007
  --bs-link-opacity: 1;
2008
}
2009
 
2010
.link-opacity-100-hover:hover {
2011
  --bs-link-opacity: 1;
2012
}
2013
 
2014
.link-offset-1 {
2015
  text-underline-offset: 0.125em !important;
2016
}
2017
 
2018
.link-offset-1-hover:hover {
2019
  text-underline-offset: 0.125em !important;
2020
}
2021
 
2022
.link-offset-2 {
2023
  text-underline-offset: 0.25em !important;
2024
}
2025
 
2026
.link-offset-2-hover:hover {
2027
  text-underline-offset: 0.25em !important;
2028
}
2029
 
2030
.link-offset-3 {
2031
  text-underline-offset: 0.375em !important;
2032
}
2033
 
2034
.link-offset-3-hover:hover {
2035
  text-underline-offset: 0.375em !important;
2036
}
2037
 
2038
.link-underline-primary {
2039
  --bs-link-underline-opacity: 1;
2040
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
2041
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
2042
}
2043
 
2044
.link-underline-secondary {
2045
  --bs-link-underline-opacity: 1;
2046
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
2047
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
2048
}
2049
 
2050
.link-underline-success {
2051
  --bs-link-underline-opacity: 1;
2052
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
2053
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
2054
}
2055
 
2056
.link-underline-info {
2057
  --bs-link-underline-opacity: 1;
2058
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
2059
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
2060
}
2061
 
2062
.link-underline-warning {
2063
  --bs-link-underline-opacity: 1;
2064
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
2065
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
2066
}
2067
 
2068
.link-underline-danger {
2069
  --bs-link-underline-opacity: 1;
2070
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
2071
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
2072
}
2073
 
2074
.link-underline-light {
2075
  --bs-link-underline-opacity: 1;
2076
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
2077
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
2078
}
2079
 
2080
.link-underline-dark {
2081
  --bs-link-underline-opacity: 1;
2082
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
2083
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
2084
}
2085
 
2086
.link-underline {
2087
  --bs-link-underline-opacity: 1;
2088
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
2089
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
2090
}
2091
 
2092
.link-underline-opacity-0 {
2093
  --bs-link-underline-opacity: 0;
2094
}
2095
 
2096
.link-underline-opacity-0-hover:hover {
2097
  --bs-link-underline-opacity: 0;
2098
}
2099
 
2100
.link-underline-opacity-10 {
2101
  --bs-link-underline-opacity: 0.1;
2102
}
2103
 
2104
.link-underline-opacity-10-hover:hover {
2105
  --bs-link-underline-opacity: 0.1;
2106
}
2107
 
2108
.link-underline-opacity-25 {
2109
  --bs-link-underline-opacity: 0.25;
2110
}
2111
 
2112
.link-underline-opacity-25-hover:hover {
2113
  --bs-link-underline-opacity: 0.25;
2114
}
2115
 
2116
.link-underline-opacity-50 {
2117
  --bs-link-underline-opacity: 0.5;
2118
}
2119
 
2120
.link-underline-opacity-50-hover:hover {
2121
  --bs-link-underline-opacity: 0.5;
2122
}
2123
 
2124
.link-underline-opacity-75 {
2125
  --bs-link-underline-opacity: 0.75;
2126
}
2127
 
2128
.link-underline-opacity-75-hover:hover {
2129
  --bs-link-underline-opacity: 0.75;
2130
}
2131
 
2132
.link-underline-opacity-100 {
2133
  --bs-link-underline-opacity: 1;
2134
}
2135
 
2136
.link-underline-opacity-100-hover:hover {
2137
  --bs-link-underline-opacity: 1;
2138
}
2139
 
597 daniel-mar 2140
.bg-primary {
637 daniel-mar 2141
  --bs-bg-opacity: 1;
2142
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
597 daniel-mar 2143
}
2144
 
2145
.bg-secondary {
637 daniel-mar 2146
  --bs-bg-opacity: 1;
2147
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
597 daniel-mar 2148
}
2149
 
2150
.bg-success {
637 daniel-mar 2151
  --bs-bg-opacity: 1;
2152
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
597 daniel-mar 2153
}
2154
 
2155
.bg-info {
637 daniel-mar 2156
  --bs-bg-opacity: 1;
2157
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
597 daniel-mar 2158
}
2159
 
2160
.bg-warning {
637 daniel-mar 2161
  --bs-bg-opacity: 1;
2162
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
597 daniel-mar 2163
}
2164
 
2165
.bg-danger {
637 daniel-mar 2166
  --bs-bg-opacity: 1;
2167
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
597 daniel-mar 2168
}
2169
 
2170
.bg-light {
637 daniel-mar 2171
  --bs-bg-opacity: 1;
2172
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
597 daniel-mar 2173
}
2174
 
2175
.bg-dark {
637 daniel-mar 2176
  --bs-bg-opacity: 1;
2177
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
597 daniel-mar 2178
}
2179
 
637 daniel-mar 2180
.bg-black {
2181
  --bs-bg-opacity: 1;
2182
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
597 daniel-mar 2183
}
2184
 
2185
.bg-white {
637 daniel-mar 2186
  --bs-bg-opacity: 1;
2187
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
597 daniel-mar 2188
}
2189
 
637 daniel-mar 2190
.bg-body {
2191
  --bs-bg-opacity: 1;
2192
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
2193
}
2194
 
597 daniel-mar 2195
.bg-transparent {
637 daniel-mar 2196
  --bs-bg-opacity: 1;
597 daniel-mar 2197
  background-color: transparent !important;
2198
}
2199
 
1056 daniel-mar 2200
.bg-body-secondary {
2201
  --bs-bg-opacity: 1;
2202
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
2203
}
2204
 
2205
.bg-body-tertiary {
2206
  --bs-bg-opacity: 1;
2207
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
2208
}
2209
 
637 daniel-mar 2210
.bg-opacity-10 {
2211
  --bs-bg-opacity: 0.1;
2212
}
2213
 
2214
.bg-opacity-25 {
2215
  --bs-bg-opacity: 0.25;
2216
}
2217
 
2218
.bg-opacity-50 {
2219
  --bs-bg-opacity: 0.5;
2220
}
2221
 
2222
.bg-opacity-75 {
2223
  --bs-bg-opacity: 0.75;
2224
}
2225
 
2226
.bg-opacity-100 {
2227
  --bs-bg-opacity: 1;
2228
}
2229
 
1056 daniel-mar 2230
.bg-primary-subtle {
2231
  background-color: var(--bs-primary-bg-subtle) !important;
2232
}
2233
 
2234
.bg-secondary-subtle {
2235
  background-color: var(--bs-secondary-bg-subtle) !important;
2236
}
2237
 
2238
.bg-success-subtle {
2239
  background-color: var(--bs-success-bg-subtle) !important;
2240
}
2241
 
2242
.bg-info-subtle {
2243
  background-color: var(--bs-info-bg-subtle) !important;
2244
}
2245
 
2246
.bg-warning-subtle {
2247
  background-color: var(--bs-warning-bg-subtle) !important;
2248
}
2249
 
2250
.bg-danger-subtle {
2251
  background-color: var(--bs-danger-bg-subtle) !important;
2252
}
2253
 
2254
.bg-light-subtle {
2255
  background-color: var(--bs-light-bg-subtle) !important;
2256
}
2257
 
2258
.bg-dark-subtle {
2259
  background-color: var(--bs-dark-bg-subtle) !important;
2260
}
2261
 
597 daniel-mar 2262
.bg-gradient {
2263
  background-image: var(--bs-gradient) !important;
2264
}
2265
 
2266
.user-select-all {
2267
  -webkit-user-select: all !important;
2268
  -moz-user-select: all !important;
2269
  user-select: all !important;
2270
}
2271
 
2272
.user-select-auto {
2273
  -webkit-user-select: auto !important;
2274
  -moz-user-select: auto !important;
2275
  user-select: auto !important;
2276
}
2277
 
2278
.user-select-none {
2279
  -webkit-user-select: none !important;
2280
  -moz-user-select: none !important;
2281
  user-select: none !important;
2282
}
2283
 
2284
.pe-none {
2285
  pointer-events: none !important;
2286
}
2287
 
2288
.pe-auto {
2289
  pointer-events: auto !important;
2290
}
2291
 
2292
.rounded {
846 daniel-mar 2293
  border-radius: var(--bs-border-radius) !important;
597 daniel-mar 2294
}
2295
 
2296
.rounded-0 {
2297
  border-radius: 0 !important;
2298
}
2299
 
2300
.rounded-1 {
846 daniel-mar 2301
  border-radius: var(--bs-border-radius-sm) !important;
597 daniel-mar 2302
}
2303
 
2304
.rounded-2 {
846 daniel-mar 2305
  border-radius: var(--bs-border-radius) !important;
597 daniel-mar 2306
}
2307
 
2308
.rounded-3 {
846 daniel-mar 2309
  border-radius: var(--bs-border-radius-lg) !important;
597 daniel-mar 2310
}
2311
 
846 daniel-mar 2312
.rounded-4 {
2313
  border-radius: var(--bs-border-radius-xl) !important;
2314
}
2315
 
2316
.rounded-5 {
1134 daniel-mar 2317
  border-radius: var(--bs-border-radius-xxl) !important;
846 daniel-mar 2318
}
2319
 
597 daniel-mar 2320
.rounded-circle {
2321
  border-radius: 50% !important;
2322
}
2323
 
2324
.rounded-pill {
846 daniel-mar 2325
  border-radius: var(--bs-border-radius-pill) !important;
597 daniel-mar 2326
}
2327
 
2328
.rounded-top {
846 daniel-mar 2329
  border-top-right-radius: var(--bs-border-radius) !important;
2330
  border-top-left-radius: var(--bs-border-radius) !important;
597 daniel-mar 2331
}
2332
 
1056 daniel-mar 2333
.rounded-top-0 {
2334
  border-top-right-radius: 0 !important;
2335
  border-top-left-radius: 0 !important;
2336
}
2337
 
2338
.rounded-top-1 {
2339
  border-top-right-radius: var(--bs-border-radius-sm) !important;
2340
  border-top-left-radius: var(--bs-border-radius-sm) !important;
2341
}
2342
 
2343
.rounded-top-2 {
2344
  border-top-right-radius: var(--bs-border-radius) !important;
2345
  border-top-left-radius: var(--bs-border-radius) !important;
2346
}
2347
 
2348
.rounded-top-3 {
2349
  border-top-right-radius: var(--bs-border-radius-lg) !important;
2350
  border-top-left-radius: var(--bs-border-radius-lg) !important;
2351
}
2352
 
2353
.rounded-top-4 {
2354
  border-top-right-radius: var(--bs-border-radius-xl) !important;
2355
  border-top-left-radius: var(--bs-border-radius-xl) !important;
2356
}
2357
 
2358
.rounded-top-5 {
1134 daniel-mar 2359
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
2360
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
1056 daniel-mar 2361
}
2362
 
2363
.rounded-top-circle {
2364
  border-top-right-radius: 50% !important;
2365
  border-top-left-radius: 50% !important;
2366
}
2367
 
2368
.rounded-top-pill {
2369
  border-top-right-radius: var(--bs-border-radius-pill) !important;
2370
  border-top-left-radius: var(--bs-border-radius-pill) !important;
2371
}
2372
 
597 daniel-mar 2373
.rounded-end {
846 daniel-mar 2374
  border-top-left-radius: var(--bs-border-radius) !important;
2375
  border-bottom-left-radius: var(--bs-border-radius) !important;
597 daniel-mar 2376
}
2377
 
1056 daniel-mar 2378
.rounded-end-0 {
2379
  border-top-left-radius: 0 !important;
2380
  border-bottom-left-radius: 0 !important;
2381
}
2382
 
2383
.rounded-end-1 {
2384
  border-top-left-radius: var(--bs-border-radius-sm) !important;
2385
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
2386
}
2387
 
2388
.rounded-end-2 {
2389
  border-top-left-radius: var(--bs-border-radius) !important;
2390
  border-bottom-left-radius: var(--bs-border-radius) !important;
2391
}
2392
 
2393
.rounded-end-3 {
2394
  border-top-left-radius: var(--bs-border-radius-lg) !important;
2395
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
2396
}
2397
 
2398
.rounded-end-4 {
2399
  border-top-left-radius: var(--bs-border-radius-xl) !important;
2400
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
2401
}
2402
 
2403
.rounded-end-5 {
1134 daniel-mar 2404
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
2405
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
1056 daniel-mar 2406
}
2407
 
2408
.rounded-end-circle {
2409
  border-top-left-radius: 50% !important;
2410
  border-bottom-left-radius: 50% !important;
2411
}
2412
 
2413
.rounded-end-pill {
2414
  border-top-left-radius: var(--bs-border-radius-pill) !important;
2415
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
2416
}
2417
 
597 daniel-mar 2418
.rounded-bottom {
846 daniel-mar 2419
  border-bottom-left-radius: var(--bs-border-radius) !important;
2420
  border-bottom-right-radius: var(--bs-border-radius) !important;
597 daniel-mar 2421
}
2422
 
1056 daniel-mar 2423
.rounded-bottom-0 {
2424
  border-bottom-left-radius: 0 !important;
2425
  border-bottom-right-radius: 0 !important;
2426
}
2427
 
2428
.rounded-bottom-1 {
2429
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
2430
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
2431
}
2432
 
2433
.rounded-bottom-2 {
2434
  border-bottom-left-radius: var(--bs-border-radius) !important;
2435
  border-bottom-right-radius: var(--bs-border-radius) !important;
2436
}
2437
 
2438
.rounded-bottom-3 {
2439
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
2440
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
2441
}
2442
 
2443
.rounded-bottom-4 {
2444
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
2445
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
2446
}
2447
 
2448
.rounded-bottom-5 {
1134 daniel-mar 2449
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
2450
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
1056 daniel-mar 2451
}
2452
 
2453
.rounded-bottom-circle {
2454
  border-bottom-left-radius: 50% !important;
2455
  border-bottom-right-radius: 50% !important;
2456
}
2457
 
2458
.rounded-bottom-pill {
2459
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
2460
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
2461
}
2462
 
597 daniel-mar 2463
.rounded-start {
846 daniel-mar 2464
  border-bottom-right-radius: var(--bs-border-radius) !important;
2465
  border-top-right-radius: var(--bs-border-radius) !important;
597 daniel-mar 2466
}
2467
 
1056 daniel-mar 2468
.rounded-start-0 {
2469
  border-bottom-right-radius: 0 !important;
2470
  border-top-right-radius: 0 !important;
2471
}
2472
 
2473
.rounded-start-1 {
2474
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
2475
  border-top-right-radius: var(--bs-border-radius-sm) !important;
2476
}
2477
 
2478
.rounded-start-2 {
2479
  border-bottom-right-radius: var(--bs-border-radius) !important;
2480
  border-top-right-radius: var(--bs-border-radius) !important;
2481
}
2482
 
2483
.rounded-start-3 {
2484
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
2485
  border-top-right-radius: var(--bs-border-radius-lg) !important;
2486
}
2487
 
2488
.rounded-start-4 {
2489
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
2490
  border-top-right-radius: var(--bs-border-radius-xl) !important;
2491
}
2492
 
2493
.rounded-start-5 {
1134 daniel-mar 2494
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
2495
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
1056 daniel-mar 2496
}
2497
 
2498
.rounded-start-circle {
2499
  border-bottom-right-radius: 50% !important;
2500
  border-top-right-radius: 50% !important;
2501
}
2502
 
2503
.rounded-start-pill {
2504
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
2505
  border-top-right-radius: var(--bs-border-radius-pill) !important;
2506
}
2507
 
597 daniel-mar 2508
.visible {
2509
  visibility: visible !important;
2510
}
2511
 
2512
.invisible {
2513
  visibility: hidden !important;
2514
}
2515
 
1056 daniel-mar 2516
.z-n1 {
2517
  z-index: -1 !important;
2518
}
2519
 
2520
.z-0 {
2521
  z-index: 0 !important;
2522
}
2523
 
2524
.z-1 {
2525
  z-index: 1 !important;
2526
}
2527
 
2528
.z-2 {
2529
  z-index: 2 !important;
2530
}
2531
 
2532
.z-3 {
2533
  z-index: 3 !important;
2534
}
2535
 
597 daniel-mar 2536
@media (min-width: 576px) {
2537
  .float-sm-start {
2538
    float: right !important;
2539
  }
2540
  .float-sm-end {
2541
    float: left !important;
2542
  }
2543
  .float-sm-none {
2544
    float: none !important;
2545
  }
1056 daniel-mar 2546
  .object-fit-sm-contain {
2547
    -o-object-fit: contain !important;
2548
    object-fit: contain !important;
2549
  }
2550
  .object-fit-sm-cover {
2551
    -o-object-fit: cover !important;
2552
    object-fit: cover !important;
2553
  }
2554
  .object-fit-sm-fill {
2555
    -o-object-fit: fill !important;
2556
    object-fit: fill !important;
2557
  }
2558
  .object-fit-sm-scale {
2559
    -o-object-fit: scale-down !important;
2560
    object-fit: scale-down !important;
2561
  }
2562
  .object-fit-sm-none {
2563
    -o-object-fit: none !important;
2564
    object-fit: none !important;
2565
  }
597 daniel-mar 2566
  .d-sm-inline {
2567
    display: inline !important;
2568
  }
2569
  .d-sm-inline-block {
2570
    display: inline-block !important;
2571
  }
2572
  .d-sm-block {
2573
    display: block !important;
2574
  }
2575
  .d-sm-grid {
2576
    display: grid !important;
2577
  }
1151 daniel-mar 2578
  .d-sm-inline-grid {
2579
    display: inline-grid !important;
2580
  }
597 daniel-mar 2581
  .d-sm-table {
2582
    display: table !important;
2583
  }
2584
  .d-sm-table-row {
2585
    display: table-row !important;
2586
  }
2587
  .d-sm-table-cell {
2588
    display: table-cell !important;
2589
  }
2590
  .d-sm-flex {
2591
    display: flex !important;
2592
  }
2593
  .d-sm-inline-flex {
2594
    display: inline-flex !important;
2595
  }
2596
  .d-sm-none {
2597
    display: none !important;
2598
  }
2599
  .flex-sm-fill {
2600
    flex: 1 1 auto !important;
2601
  }
2602
  .flex-sm-row {
2603
    flex-direction: row !important;
2604
  }
2605
  .flex-sm-column {
2606
    flex-direction: column !important;
2607
  }
2608
  .flex-sm-row-reverse {
2609
    flex-direction: row-reverse !important;
2610
  }
2611
  .flex-sm-column-reverse {
2612
    flex-direction: column-reverse !important;
2613
  }
2614
  .flex-sm-grow-0 {
2615
    flex-grow: 0 !important;
2616
  }
2617
  .flex-sm-grow-1 {
2618
    flex-grow: 1 !important;
2619
  }
2620
  .flex-sm-shrink-0 {
2621
    flex-shrink: 0 !important;
2622
  }
2623
  .flex-sm-shrink-1 {
2624
    flex-shrink: 1 !important;
2625
  }
2626
  .flex-sm-wrap {
2627
    flex-wrap: wrap !important;
2628
  }
2629
  .flex-sm-nowrap {
2630
    flex-wrap: nowrap !important;
2631
  }
2632
  .flex-sm-wrap-reverse {
2633
    flex-wrap: wrap-reverse !important;
2634
  }
2635
  .justify-content-sm-start {
2636
    justify-content: flex-start !important;
2637
  }
2638
  .justify-content-sm-end {
2639
    justify-content: flex-end !important;
2640
  }
2641
  .justify-content-sm-center {
2642
    justify-content: center !important;
2643
  }
2644
  .justify-content-sm-between {
2645
    justify-content: space-between !important;
2646
  }
2647
  .justify-content-sm-around {
2648
    justify-content: space-around !important;
2649
  }
2650
  .justify-content-sm-evenly {
2651
    justify-content: space-evenly !important;
2652
  }
2653
  .align-items-sm-start {
2654
    align-items: flex-start !important;
2655
  }
2656
  .align-items-sm-end {
2657
    align-items: flex-end !important;
2658
  }
2659
  .align-items-sm-center {
2660
    align-items: center !important;
2661
  }
2662
  .align-items-sm-baseline {
2663
    align-items: baseline !important;
2664
  }
2665
  .align-items-sm-stretch {
2666
    align-items: stretch !important;
2667
  }
2668
  .align-content-sm-start {
2669
    align-content: flex-start !important;
2670
  }
2671
  .align-content-sm-end {
2672
    align-content: flex-end !important;
2673
  }
2674
  .align-content-sm-center {
2675
    align-content: center !important;
2676
  }
2677
  .align-content-sm-between {
2678
    align-content: space-between !important;
2679
  }
2680
  .align-content-sm-around {
2681
    align-content: space-around !important;
2682
  }
2683
  .align-content-sm-stretch {
2684
    align-content: stretch !important;
2685
  }
2686
  .align-self-sm-auto {
2687
    align-self: auto !important;
2688
  }
2689
  .align-self-sm-start {
2690
    align-self: flex-start !important;
2691
  }
2692
  .align-self-sm-end {
2693
    align-self: flex-end !important;
2694
  }
2695
  .align-self-sm-center {
2696
    align-self: center !important;
2697
  }
2698
  .align-self-sm-baseline {
2699
    align-self: baseline !important;
2700
  }
2701
  .align-self-sm-stretch {
2702
    align-self: stretch !important;
2703
  }
2704
  .order-sm-first {
2705
    order: -1 !important;
2706
  }
2707
  .order-sm-0 {
2708
    order: 0 !important;
2709
  }
2710
  .order-sm-1 {
2711
    order: 1 !important;
2712
  }
2713
  .order-sm-2 {
2714
    order: 2 !important;
2715
  }
2716
  .order-sm-3 {
2717
    order: 3 !important;
2718
  }
2719
  .order-sm-4 {
2720
    order: 4 !important;
2721
  }
2722
  .order-sm-5 {
2723
    order: 5 !important;
2724
  }
2725
  .order-sm-last {
2726
    order: 6 !important;
2727
  }
2728
  .m-sm-0 {
2729
    margin: 0 !important;
2730
  }
2731
  .m-sm-1 {
2732
    margin: 0.25rem !important;
2733
  }
2734
  .m-sm-2 {
2735
    margin: 0.5rem !important;
2736
  }
2737
  .m-sm-3 {
2738
    margin: 1rem !important;
2739
  }
2740
  .m-sm-4 {
2741
    margin: 1.5rem !important;
2742
  }
2743
  .m-sm-5 {
2744
    margin: 3rem !important;
2745
  }
2746
  .m-sm-auto {
2747
    margin: auto !important;
2748
  }
2749
  .mx-sm-0 {
2750
    margin-left: 0 !important;
2751
    margin-right: 0 !important;
2752
  }
2753
  .mx-sm-1 {
2754
    margin-left: 0.25rem !important;
2755
    margin-right: 0.25rem !important;
2756
  }
2757
  .mx-sm-2 {
2758
    margin-left: 0.5rem !important;
2759
    margin-right: 0.5rem !important;
2760
  }
2761
  .mx-sm-3 {
2762
    margin-left: 1rem !important;
2763
    margin-right: 1rem !important;
2764
  }
2765
  .mx-sm-4 {
2766
    margin-left: 1.5rem !important;
2767
    margin-right: 1.5rem !important;
2768
  }
2769
  .mx-sm-5 {
2770
    margin-left: 3rem !important;
2771
    margin-right: 3rem !important;
2772
  }
2773
  .mx-sm-auto {
2774
    margin-left: auto !important;
2775
    margin-right: auto !important;
2776
  }
2777
  .my-sm-0 {
2778
    margin-top: 0 !important;
2779
    margin-bottom: 0 !important;
2780
  }
2781
  .my-sm-1 {
2782
    margin-top: 0.25rem !important;
2783
    margin-bottom: 0.25rem !important;
2784
  }
2785
  .my-sm-2 {
2786
    margin-top: 0.5rem !important;
2787
    margin-bottom: 0.5rem !important;
2788
  }
2789
  .my-sm-3 {
2790
    margin-top: 1rem !important;
2791
    margin-bottom: 1rem !important;
2792
  }
2793
  .my-sm-4 {
2794
    margin-top: 1.5rem !important;
2795
    margin-bottom: 1.5rem !important;
2796
  }
2797
  .my-sm-5 {
2798
    margin-top: 3rem !important;
2799
    margin-bottom: 3rem !important;
2800
  }
2801
  .my-sm-auto {
2802
    margin-top: auto !important;
2803
    margin-bottom: auto !important;
2804
  }
2805
  .mt-sm-0 {
2806
    margin-top: 0 !important;
2807
  }
2808
  .mt-sm-1 {
2809
    margin-top: 0.25rem !important;
2810
  }
2811
  .mt-sm-2 {
2812
    margin-top: 0.5rem !important;
2813
  }
2814
  .mt-sm-3 {
2815
    margin-top: 1rem !important;
2816
  }
2817
  .mt-sm-4 {
2818
    margin-top: 1.5rem !important;
2819
  }
2820
  .mt-sm-5 {
2821
    margin-top: 3rem !important;
2822
  }
2823
  .mt-sm-auto {
2824
    margin-top: auto !important;
2825
  }
2826
  .me-sm-0 {
2827
    margin-left: 0 !important;
2828
  }
2829
  .me-sm-1 {
2830
    margin-left: 0.25rem !important;
2831
  }
2832
  .me-sm-2 {
2833
    margin-left: 0.5rem !important;
2834
  }
2835
  .me-sm-3 {
2836
    margin-left: 1rem !important;
2837
  }
2838
  .me-sm-4 {
2839
    margin-left: 1.5rem !important;
2840
  }
2841
  .me-sm-5 {
2842
    margin-left: 3rem !important;
2843
  }
2844
  .me-sm-auto {
2845
    margin-left: auto !important;
2846
  }
2847
  .mb-sm-0 {
2848
    margin-bottom: 0 !important;
2849
  }
2850
  .mb-sm-1 {
2851
    margin-bottom: 0.25rem !important;
2852
  }
2853
  .mb-sm-2 {
2854
    margin-bottom: 0.5rem !important;
2855
  }
2856
  .mb-sm-3 {
2857
    margin-bottom: 1rem !important;
2858
  }
2859
  .mb-sm-4 {
2860
    margin-bottom: 1.5rem !important;
2861
  }
2862
  .mb-sm-5 {
2863
    margin-bottom: 3rem !important;
2864
  }
2865
  .mb-sm-auto {
2866
    margin-bottom: auto !important;
2867
  }
2868
  .ms-sm-0 {
2869
    margin-right: 0 !important;
2870
  }
2871
  .ms-sm-1 {
2872
    margin-right: 0.25rem !important;
2873
  }
2874
  .ms-sm-2 {
2875
    margin-right: 0.5rem !important;
2876
  }
2877
  .ms-sm-3 {
2878
    margin-right: 1rem !important;
2879
  }
2880
  .ms-sm-4 {
2881
    margin-right: 1.5rem !important;
2882
  }
2883
  .ms-sm-5 {
2884
    margin-right: 3rem !important;
2885
  }
2886
  .ms-sm-auto {
2887
    margin-right: auto !important;
2888
  }
2889
  .p-sm-0 {
2890
    padding: 0 !important;
2891
  }
2892
  .p-sm-1 {
2893
    padding: 0.25rem !important;
2894
  }
2895
  .p-sm-2 {
2896
    padding: 0.5rem !important;
2897
  }
2898
  .p-sm-3 {
2899
    padding: 1rem !important;
2900
  }
2901
  .p-sm-4 {
2902
    padding: 1.5rem !important;
2903
  }
2904
  .p-sm-5 {
2905
    padding: 3rem !important;
2906
  }
2907
  .px-sm-0 {
2908
    padding-left: 0 !important;
2909
    padding-right: 0 !important;
2910
  }
2911
  .px-sm-1 {
2912
    padding-left: 0.25rem !important;
2913
    padding-right: 0.25rem !important;
2914
  }
2915
  .px-sm-2 {
2916
    padding-left: 0.5rem !important;
2917
    padding-right: 0.5rem !important;
2918
  }
2919
  .px-sm-3 {
2920
    padding-left: 1rem !important;
2921
    padding-right: 1rem !important;
2922
  }
2923
  .px-sm-4 {
2924
    padding-left: 1.5rem !important;
2925
    padding-right: 1.5rem !important;
2926
  }
2927
  .px-sm-5 {
2928
    padding-left: 3rem !important;
2929
    padding-right: 3rem !important;
2930
  }
2931
  .py-sm-0 {
2932
    padding-top: 0 !important;
2933
    padding-bottom: 0 !important;
2934
  }
2935
  .py-sm-1 {
2936
    padding-top: 0.25rem !important;
2937
    padding-bottom: 0.25rem !important;
2938
  }
2939
  .py-sm-2 {
2940
    padding-top: 0.5rem !important;
2941
    padding-bottom: 0.5rem !important;
2942
  }
2943
  .py-sm-3 {
2944
    padding-top: 1rem !important;
2945
    padding-bottom: 1rem !important;
2946
  }
2947
  .py-sm-4 {
2948
    padding-top: 1.5rem !important;
2949
    padding-bottom: 1.5rem !important;
2950
  }
2951
  .py-sm-5 {
2952
    padding-top: 3rem !important;
2953
    padding-bottom: 3rem !important;
2954
  }
2955
  .pt-sm-0 {
2956
    padding-top: 0 !important;
2957
  }
2958
  .pt-sm-1 {
2959
    padding-top: 0.25rem !important;
2960
  }
2961
  .pt-sm-2 {
2962
    padding-top: 0.5rem !important;
2963
  }
2964
  .pt-sm-3 {
2965
    padding-top: 1rem !important;
2966
  }
2967
  .pt-sm-4 {
2968
    padding-top: 1.5rem !important;
2969
  }
2970
  .pt-sm-5 {
2971
    padding-top: 3rem !important;
2972
  }
2973
  .pe-sm-0 {
2974
    padding-left: 0 !important;
2975
  }
2976
  .pe-sm-1 {
2977
    padding-left: 0.25rem !important;
2978
  }
2979
  .pe-sm-2 {
2980
    padding-left: 0.5rem !important;
2981
  }
2982
  .pe-sm-3 {
2983
    padding-left: 1rem !important;
2984
  }
2985
  .pe-sm-4 {
2986
    padding-left: 1.5rem !important;
2987
  }
2988
  .pe-sm-5 {
2989
    padding-left: 3rem !important;
2990
  }
2991
  .pb-sm-0 {
2992
    padding-bottom: 0 !important;
2993
  }
2994
  .pb-sm-1 {
2995
    padding-bottom: 0.25rem !important;
2996
  }
2997
  .pb-sm-2 {
2998
    padding-bottom: 0.5rem !important;
2999
  }
3000
  .pb-sm-3 {
3001
    padding-bottom: 1rem !important;
3002
  }
3003
  .pb-sm-4 {
3004
    padding-bottom: 1.5rem !important;
3005
  }
3006
  .pb-sm-5 {
3007
    padding-bottom: 3rem !important;
3008
  }
3009
  .ps-sm-0 {
3010
    padding-right: 0 !important;
3011
  }
3012
  .ps-sm-1 {
3013
    padding-right: 0.25rem !important;
3014
  }
3015
  .ps-sm-2 {
3016
    padding-right: 0.5rem !important;
3017
  }
3018
  .ps-sm-3 {
3019
    padding-right: 1rem !important;
3020
  }
3021
  .ps-sm-4 {
3022
    padding-right: 1.5rem !important;
3023
  }
3024
  .ps-sm-5 {
3025
    padding-right: 3rem !important;
3026
  }
846 daniel-mar 3027
  .gap-sm-0 {
3028
    gap: 0 !important;
3029
  }
3030
  .gap-sm-1 {
3031
    gap: 0.25rem !important;
3032
  }
3033
  .gap-sm-2 {
3034
    gap: 0.5rem !important;
3035
  }
3036
  .gap-sm-3 {
3037
    gap: 1rem !important;
3038
  }
3039
  .gap-sm-4 {
3040
    gap: 1.5rem !important;
3041
  }
3042
  .gap-sm-5 {
3043
    gap: 3rem !important;
3044
  }
1056 daniel-mar 3045
  .row-gap-sm-0 {
3046
    row-gap: 0 !important;
3047
  }
3048
  .row-gap-sm-1 {
3049
    row-gap: 0.25rem !important;
3050
  }
3051
  .row-gap-sm-2 {
3052
    row-gap: 0.5rem !important;
3053
  }
3054
  .row-gap-sm-3 {
3055
    row-gap: 1rem !important;
3056
  }
3057
  .row-gap-sm-4 {
3058
    row-gap: 1.5rem !important;
3059
  }
3060
  .row-gap-sm-5 {
3061
    row-gap: 3rem !important;
3062
  }
3063
  .column-gap-sm-0 {
3064
    -moz-column-gap: 0 !important;
3065
    column-gap: 0 !important;
3066
  }
3067
  .column-gap-sm-1 {
3068
    -moz-column-gap: 0.25rem !important;
3069
    column-gap: 0.25rem !important;
3070
  }
3071
  .column-gap-sm-2 {
3072
    -moz-column-gap: 0.5rem !important;
3073
    column-gap: 0.5rem !important;
3074
  }
3075
  .column-gap-sm-3 {
3076
    -moz-column-gap: 1rem !important;
3077
    column-gap: 1rem !important;
3078
  }
3079
  .column-gap-sm-4 {
3080
    -moz-column-gap: 1.5rem !important;
3081
    column-gap: 1.5rem !important;
3082
  }
3083
  .column-gap-sm-5 {
3084
    -moz-column-gap: 3rem !important;
3085
    column-gap: 3rem !important;
3086
  }
597 daniel-mar 3087
  .text-sm-start {
3088
    text-align: right !important;
3089
  }
3090
  .text-sm-end {
3091
    text-align: left !important;
3092
  }
3093
  .text-sm-center {
3094
    text-align: center !important;
3095
  }
3096
}
3097
@media (min-width: 768px) {
3098
  .float-md-start {
3099
    float: right !important;
3100
  }
3101
  .float-md-end {
3102
    float: left !important;
3103
  }
3104
  .float-md-none {
3105
    float: none !important;
3106
  }
1056 daniel-mar 3107
  .object-fit-md-contain {
3108
    -o-object-fit: contain !important;
3109
    object-fit: contain !important;
3110
  }
3111
  .object-fit-md-cover {
3112
    -o-object-fit: cover !important;
3113
    object-fit: cover !important;
3114
  }
3115
  .object-fit-md-fill {
3116
    -o-object-fit: fill !important;
3117
    object-fit: fill !important;
3118
  }
3119
  .object-fit-md-scale {
3120
    -o-object-fit: scale-down !important;
3121
    object-fit: scale-down !important;
3122
  }
3123
  .object-fit-md-none {
3124
    -o-object-fit: none !important;
3125
    object-fit: none !important;
3126
  }
597 daniel-mar 3127
  .d-md-inline {
3128
    display: inline !important;
3129
  }
3130
  .d-md-inline-block {
3131
    display: inline-block !important;
3132
  }
3133
  .d-md-block {
3134
    display: block !important;
3135
  }
3136
  .d-md-grid {
3137
    display: grid !important;
3138
  }
1151 daniel-mar 3139
  .d-md-inline-grid {
3140
    display: inline-grid !important;
3141
  }
597 daniel-mar 3142
  .d-md-table {
3143
    display: table !important;
3144
  }
3145
  .d-md-table-row {
3146
    display: table-row !important;
3147
  }
3148
  .d-md-table-cell {
3149
    display: table-cell !important;
3150
  }
3151
  .d-md-flex {
3152
    display: flex !important;
3153
  }
3154
  .d-md-inline-flex {
3155
    display: inline-flex !important;
3156
  }
3157
  .d-md-none {
3158
    display: none !important;
3159
  }
3160
  .flex-md-fill {
3161
    flex: 1 1 auto !important;
3162
  }
3163
  .flex-md-row {
3164
    flex-direction: row !important;
3165
  }
3166
  .flex-md-column {
3167
    flex-direction: column !important;
3168
  }
3169
  .flex-md-row-reverse {
3170
    flex-direction: row-reverse !important;
3171
  }
3172
  .flex-md-column-reverse {
3173
    flex-direction: column-reverse !important;
3174
  }
3175
  .flex-md-grow-0 {
3176
    flex-grow: 0 !important;
3177
  }
3178
  .flex-md-grow-1 {
3179
    flex-grow: 1 !important;
3180
  }
3181
  .flex-md-shrink-0 {
3182
    flex-shrink: 0 !important;
3183
  }
3184
  .flex-md-shrink-1 {
3185
    flex-shrink: 1 !important;
3186
  }
3187
  .flex-md-wrap {
3188
    flex-wrap: wrap !important;
3189
  }
3190
  .flex-md-nowrap {
3191
    flex-wrap: nowrap !important;
3192
  }
3193
  .flex-md-wrap-reverse {
3194
    flex-wrap: wrap-reverse !important;
3195
  }
3196
  .justify-content-md-start {
3197
    justify-content: flex-start !important;
3198
  }
3199
  .justify-content-md-end {
3200
    justify-content: flex-end !important;
3201
  }
3202
  .justify-content-md-center {
3203
    justify-content: center !important;
3204
  }
3205
  .justify-content-md-between {
3206
    justify-content: space-between !important;
3207
  }
3208
  .justify-content-md-around {
3209
    justify-content: space-around !important;
3210
  }
3211
  .justify-content-md-evenly {
3212
    justify-content: space-evenly !important;
3213
  }
3214
  .align-items-md-start {
3215
    align-items: flex-start !important;
3216
  }
3217
  .align-items-md-end {
3218
    align-items: flex-end !important;
3219
  }
3220
  .align-items-md-center {
3221
    align-items: center !important;
3222
  }
3223
  .align-items-md-baseline {
3224
    align-items: baseline !important;
3225
  }
3226
  .align-items-md-stretch {
3227
    align-items: stretch !important;
3228
  }
3229
  .align-content-md-start {
3230
    align-content: flex-start !important;
3231
  }
3232
  .align-content-md-end {
3233
    align-content: flex-end !important;
3234
  }
3235
  .align-content-md-center {
3236
    align-content: center !important;
3237
  }
3238
  .align-content-md-between {
3239
    align-content: space-between !important;
3240
  }
3241
  .align-content-md-around {
3242
    align-content: space-around !important;
3243
  }
3244
  .align-content-md-stretch {
3245
    align-content: stretch !important;
3246
  }
3247
  .align-self-md-auto {
3248
    align-self: auto !important;
3249
  }
3250
  .align-self-md-start {
3251
    align-self: flex-start !important;
3252
  }
3253
  .align-self-md-end {
3254
    align-self: flex-end !important;
3255
  }
3256
  .align-self-md-center {
3257
    align-self: center !important;
3258
  }
3259
  .align-self-md-baseline {
3260
    align-self: baseline !important;
3261
  }
3262
  .align-self-md-stretch {
3263
    align-self: stretch !important;
3264
  }
3265
  .order-md-first {
3266
    order: -1 !important;
3267
  }
3268
  .order-md-0 {
3269
    order: 0 !important;
3270
  }
3271
  .order-md-1 {
3272
    order: 1 !important;
3273
  }
3274
  .order-md-2 {
3275
    order: 2 !important;
3276
  }
3277
  .order-md-3 {
3278
    order: 3 !important;
3279
  }
3280
  .order-md-4 {
3281
    order: 4 !important;
3282
  }
3283
  .order-md-5 {
3284
    order: 5 !important;
3285
  }
3286
  .order-md-last {
3287
    order: 6 !important;
3288
  }
3289
  .m-md-0 {
3290
    margin: 0 !important;
3291
  }
3292
  .m-md-1 {
3293
    margin: 0.25rem !important;
3294
  }
3295
  .m-md-2 {
3296
    margin: 0.5rem !important;
3297
  }
3298
  .m-md-3 {
3299
    margin: 1rem !important;
3300
  }
3301
  .m-md-4 {
3302
    margin: 1.5rem !important;
3303
  }
3304
  .m-md-5 {
3305
    margin: 3rem !important;
3306
  }
3307
  .m-md-auto {
3308
    margin: auto !important;
3309
  }
3310
  .mx-md-0 {
3311
    margin-left: 0 !important;
3312
    margin-right: 0 !important;
3313
  }
3314
  .mx-md-1 {
3315
    margin-left: 0.25rem !important;
3316
    margin-right: 0.25rem !important;
3317
  }
3318
  .mx-md-2 {
3319
    margin-left: 0.5rem !important;
3320
    margin-right: 0.5rem !important;
3321
  }
3322
  .mx-md-3 {
3323
    margin-left: 1rem !important;
3324
    margin-right: 1rem !important;
3325
  }
3326
  .mx-md-4 {
3327
    margin-left: 1.5rem !important;
3328
    margin-right: 1.5rem !important;
3329
  }
3330
  .mx-md-5 {
3331
    margin-left: 3rem !important;
3332
    margin-right: 3rem !important;
3333
  }
3334
  .mx-md-auto {
3335
    margin-left: auto !important;
3336
    margin-right: auto !important;
3337
  }
3338
  .my-md-0 {
3339
    margin-top: 0 !important;
3340
    margin-bottom: 0 !important;
3341
  }
3342
  .my-md-1 {
3343
    margin-top: 0.25rem !important;
3344
    margin-bottom: 0.25rem !important;
3345
  }
3346
  .my-md-2 {
3347
    margin-top: 0.5rem !important;
3348
    margin-bottom: 0.5rem !important;
3349
  }
3350
  .my-md-3 {
3351
    margin-top: 1rem !important;
3352
    margin-bottom: 1rem !important;
3353
  }
3354
  .my-md-4 {
3355
    margin-top: 1.5rem !important;
3356
    margin-bottom: 1.5rem !important;
3357
  }
3358
  .my-md-5 {
3359
    margin-top: 3rem !important;
3360
    margin-bottom: 3rem !important;
3361
  }
3362
  .my-md-auto {
3363
    margin-top: auto !important;
3364
    margin-bottom: auto !important;
3365
  }
3366
  .mt-md-0 {
3367
    margin-top: 0 !important;
3368
  }
3369
  .mt-md-1 {
3370
    margin-top: 0.25rem !important;
3371
  }
3372
  .mt-md-2 {
3373
    margin-top: 0.5rem !important;
3374
  }
3375
  .mt-md-3 {
3376
    margin-top: 1rem !important;
3377
  }
3378
  .mt-md-4 {
3379
    margin-top: 1.5rem !important;
3380
  }
3381
  .mt-md-5 {
3382
    margin-top: 3rem !important;
3383
  }
3384
  .mt-md-auto {
3385
    margin-top: auto !important;
3386
  }
3387
  .me-md-0 {
3388
    margin-left: 0 !important;
3389
  }
3390
  .me-md-1 {
3391
    margin-left: 0.25rem !important;
3392
  }
3393
  .me-md-2 {
3394
    margin-left: 0.5rem !important;
3395
  }
3396
  .me-md-3 {
3397
    margin-left: 1rem !important;
3398
  }
3399
  .me-md-4 {
3400
    margin-left: 1.5rem !important;
3401
  }
3402
  .me-md-5 {
3403
    margin-left: 3rem !important;
3404
  }
3405
  .me-md-auto {
3406
    margin-left: auto !important;
3407
  }
3408
  .mb-md-0 {
3409
    margin-bottom: 0 !important;
3410
  }
3411
  .mb-md-1 {
3412
    margin-bottom: 0.25rem !important;
3413
  }
3414
  .mb-md-2 {
3415
    margin-bottom: 0.5rem !important;
3416
  }
3417
  .mb-md-3 {
3418
    margin-bottom: 1rem !important;
3419
  }
3420
  .mb-md-4 {
3421
    margin-bottom: 1.5rem !important;
3422
  }
3423
  .mb-md-5 {
3424
    margin-bottom: 3rem !important;
3425
  }
3426
  .mb-md-auto {
3427
    margin-bottom: auto !important;
3428
  }
3429
  .ms-md-0 {
3430
    margin-right: 0 !important;
3431
  }
3432
  .ms-md-1 {
3433
    margin-right: 0.25rem !important;
3434
  }
3435
  .ms-md-2 {
3436
    margin-right: 0.5rem !important;
3437
  }
3438
  .ms-md-3 {
3439
    margin-right: 1rem !important;
3440
  }
3441
  .ms-md-4 {
3442
    margin-right: 1.5rem !important;
3443
  }
3444
  .ms-md-5 {
3445
    margin-right: 3rem !important;
3446
  }
3447
  .ms-md-auto {
3448
    margin-right: auto !important;
3449
  }
3450
  .p-md-0 {
3451
    padding: 0 !important;
3452
  }
3453
  .p-md-1 {
3454
    padding: 0.25rem !important;
3455
  }
3456
  .p-md-2 {
3457
    padding: 0.5rem !important;
3458
  }
3459
  .p-md-3 {
3460
    padding: 1rem !important;
3461
  }
3462
  .p-md-4 {
3463
    padding: 1.5rem !important;
3464
  }
3465
  .p-md-5 {
3466
    padding: 3rem !important;
3467
  }
3468
  .px-md-0 {
3469
    padding-left: 0 !important;
3470
    padding-right: 0 !important;
3471
  }
3472
  .px-md-1 {
3473
    padding-left: 0.25rem !important;
3474
    padding-right: 0.25rem !important;
3475
  }
3476
  .px-md-2 {
3477
    padding-left: 0.5rem !important;
3478
    padding-right: 0.5rem !important;
3479
  }
3480
  .px-md-3 {
3481
    padding-left: 1rem !important;
3482
    padding-right: 1rem !important;
3483
  }
3484
  .px-md-4 {
3485
    padding-left: 1.5rem !important;
3486
    padding-right: 1.5rem !important;
3487
  }
3488
  .px-md-5 {
3489
    padding-left: 3rem !important;
3490
    padding-right: 3rem !important;
3491
  }
3492
  .py-md-0 {
3493
    padding-top: 0 !important;
3494
    padding-bottom: 0 !important;
3495
  }
3496
  .py-md-1 {
3497
    padding-top: 0.25rem !important;
3498
    padding-bottom: 0.25rem !important;
3499
  }
3500
  .py-md-2 {
3501
    padding-top: 0.5rem !important;
3502
    padding-bottom: 0.5rem !important;
3503
  }
3504
  .py-md-3 {
3505
    padding-top: 1rem !important;
3506
    padding-bottom: 1rem !important;
3507
  }
3508
  .py-md-4 {
3509
    padding-top: 1.5rem !important;
3510
    padding-bottom: 1.5rem !important;
3511
  }
3512
  .py-md-5 {
3513
    padding-top: 3rem !important;
3514
    padding-bottom: 3rem !important;
3515
  }
3516
  .pt-md-0 {
3517
    padding-top: 0 !important;
3518
  }
3519
  .pt-md-1 {
3520
    padding-top: 0.25rem !important;
3521
  }
3522
  .pt-md-2 {
3523
    padding-top: 0.5rem !important;
3524
  }
3525
  .pt-md-3 {
3526
    padding-top: 1rem !important;
3527
  }
3528
  .pt-md-4 {
3529
    padding-top: 1.5rem !important;
3530
  }
3531
  .pt-md-5 {
3532
    padding-top: 3rem !important;
3533
  }
3534
  .pe-md-0 {
3535
    padding-left: 0 !important;
3536
  }
3537
  .pe-md-1 {
3538
    padding-left: 0.25rem !important;
3539
  }
3540
  .pe-md-2 {
3541
    padding-left: 0.5rem !important;
3542
  }
3543
  .pe-md-3 {
3544
    padding-left: 1rem !important;
3545
  }
3546
  .pe-md-4 {
3547
    padding-left: 1.5rem !important;
3548
  }
3549
  .pe-md-5 {
3550
    padding-left: 3rem !important;
3551
  }
3552
  .pb-md-0 {
3553
    padding-bottom: 0 !important;
3554
  }
3555
  .pb-md-1 {
3556
    padding-bottom: 0.25rem !important;
3557
  }
3558
  .pb-md-2 {
3559
    padding-bottom: 0.5rem !important;
3560
  }
3561
  .pb-md-3 {
3562
    padding-bottom: 1rem !important;
3563
  }
3564
  .pb-md-4 {
3565
    padding-bottom: 1.5rem !important;
3566
  }
3567
  .pb-md-5 {
3568
    padding-bottom: 3rem !important;
3569
  }
3570
  .ps-md-0 {
3571
    padding-right: 0 !important;
3572
  }
3573
  .ps-md-1 {
3574
    padding-right: 0.25rem !important;
3575
  }
3576
  .ps-md-2 {
3577
    padding-right: 0.5rem !important;
3578
  }
3579
  .ps-md-3 {
3580
    padding-right: 1rem !important;
3581
  }
3582
  .ps-md-4 {
3583
    padding-right: 1.5rem !important;
3584
  }
3585
  .ps-md-5 {
3586
    padding-right: 3rem !important;
3587
  }
846 daniel-mar 3588
  .gap-md-0 {
3589
    gap: 0 !important;
3590
  }
3591
  .gap-md-1 {
3592
    gap: 0.25rem !important;
3593
  }
3594
  .gap-md-2 {
3595
    gap: 0.5rem !important;
3596
  }
3597
  .gap-md-3 {
3598
    gap: 1rem !important;
3599
  }
3600
  .gap-md-4 {
3601
    gap: 1.5rem !important;
3602
  }
3603
  .gap-md-5 {
3604
    gap: 3rem !important;
3605
  }
1056 daniel-mar 3606
  .row-gap-md-0 {
3607
    row-gap: 0 !important;
3608
  }
3609
  .row-gap-md-1 {
3610
    row-gap: 0.25rem !important;
3611
  }
3612
  .row-gap-md-2 {
3613
    row-gap: 0.5rem !important;
3614
  }
3615
  .row-gap-md-3 {
3616
    row-gap: 1rem !important;
3617
  }
3618
  .row-gap-md-4 {
3619
    row-gap: 1.5rem !important;
3620
  }
3621
  .row-gap-md-5 {
3622
    row-gap: 3rem !important;
3623
  }
3624
  .column-gap-md-0 {
3625
    -moz-column-gap: 0 !important;
3626
    column-gap: 0 !important;
3627
  }
3628
  .column-gap-md-1 {
3629
    -moz-column-gap: 0.25rem !important;
3630
    column-gap: 0.25rem !important;
3631
  }
3632
  .column-gap-md-2 {
3633
    -moz-column-gap: 0.5rem !important;
3634
    column-gap: 0.5rem !important;
3635
  }
3636
  .column-gap-md-3 {
3637
    -moz-column-gap: 1rem !important;
3638
    column-gap: 1rem !important;
3639
  }
3640
  .column-gap-md-4 {
3641
    -moz-column-gap: 1.5rem !important;
3642
    column-gap: 1.5rem !important;
3643
  }
3644
  .column-gap-md-5 {
3645
    -moz-column-gap: 3rem !important;
3646
    column-gap: 3rem !important;
3647
  }
597 daniel-mar 3648
  .text-md-start {
3649
    text-align: right !important;
3650
  }
3651
  .text-md-end {
3652
    text-align: left !important;
3653
  }
3654
  .text-md-center {
3655
    text-align: center !important;
3656
  }
3657
}
3658
@media (min-width: 992px) {
3659
  .float-lg-start {
3660
    float: right !important;
3661
  }
3662
  .float-lg-end {
3663
    float: left !important;
3664
  }
3665
  .float-lg-none {
3666
    float: none !important;
3667
  }
1056 daniel-mar 3668
  .object-fit-lg-contain {
3669
    -o-object-fit: contain !important;
3670
    object-fit: contain !important;
3671
  }
3672
  .object-fit-lg-cover {
3673
    -o-object-fit: cover !important;
3674
    object-fit: cover !important;
3675
  }
3676
  .object-fit-lg-fill {
3677
    -o-object-fit: fill !important;
3678
    object-fit: fill !important;
3679
  }
3680
  .object-fit-lg-scale {
3681
    -o-object-fit: scale-down !important;
3682
    object-fit: scale-down !important;
3683
  }
3684
  .object-fit-lg-none {
3685
    -o-object-fit: none !important;
3686
    object-fit: none !important;
3687
  }
597 daniel-mar 3688
  .d-lg-inline {
3689
    display: inline !important;
3690
  }
3691
  .d-lg-inline-block {
3692
    display: inline-block !important;
3693
  }
3694
  .d-lg-block {
3695
    display: block !important;
3696
  }
3697
  .d-lg-grid {
3698
    display: grid !important;
3699
  }
1151 daniel-mar 3700
  .d-lg-inline-grid {
3701
    display: inline-grid !important;
3702
  }
597 daniel-mar 3703
  .d-lg-table {
3704
    display: table !important;
3705
  }
3706
  .d-lg-table-row {
3707
    display: table-row !important;
3708
  }
3709
  .d-lg-table-cell {
3710
    display: table-cell !important;
3711
  }
3712
  .d-lg-flex {
3713
    display: flex !important;
3714
  }
3715
  .d-lg-inline-flex {
3716
    display: inline-flex !important;
3717
  }
3718
  .d-lg-none {
3719
    display: none !important;
3720
  }
3721
  .flex-lg-fill {
3722
    flex: 1 1 auto !important;
3723
  }
3724
  .flex-lg-row {
3725
    flex-direction: row !important;
3726
  }
3727
  .flex-lg-column {
3728
    flex-direction: column !important;
3729
  }
3730
  .flex-lg-row-reverse {
3731
    flex-direction: row-reverse !important;
3732
  }
3733
  .flex-lg-column-reverse {
3734
    flex-direction: column-reverse !important;
3735
  }
3736
  .flex-lg-grow-0 {
3737
    flex-grow: 0 !important;
3738
  }
3739
  .flex-lg-grow-1 {
3740
    flex-grow: 1 !important;
3741
  }
3742
  .flex-lg-shrink-0 {
3743
    flex-shrink: 0 !important;
3744
  }
3745
  .flex-lg-shrink-1 {
3746
    flex-shrink: 1 !important;
3747
  }
3748
  .flex-lg-wrap {
3749
    flex-wrap: wrap !important;
3750
  }
3751
  .flex-lg-nowrap {
3752
    flex-wrap: nowrap !important;
3753
  }
3754
  .flex-lg-wrap-reverse {
3755
    flex-wrap: wrap-reverse !important;
3756
  }
3757
  .justify-content-lg-start {
3758
    justify-content: flex-start !important;
3759
  }
3760
  .justify-content-lg-end {
3761
    justify-content: flex-end !important;
3762
  }
3763
  .justify-content-lg-center {
3764
    justify-content: center !important;
3765
  }
3766
  .justify-content-lg-between {
3767
    justify-content: space-between !important;
3768
  }
3769
  .justify-content-lg-around {
3770
    justify-content: space-around !important;
3771
  }
3772
  .justify-content-lg-evenly {
3773
    justify-content: space-evenly !important;
3774
  }
3775
  .align-items-lg-start {
3776
    align-items: flex-start !important;
3777
  }
3778
  .align-items-lg-end {
3779
    align-items: flex-end !important;
3780
  }
3781
  .align-items-lg-center {
3782
    align-items: center !important;
3783
  }
3784
  .align-items-lg-baseline {
3785
    align-items: baseline !important;
3786
  }
3787
  .align-items-lg-stretch {
3788
    align-items: stretch !important;
3789
  }
3790
  .align-content-lg-start {
3791
    align-content: flex-start !important;
3792
  }
3793
  .align-content-lg-end {
3794
    align-content: flex-end !important;
3795
  }
3796
  .align-content-lg-center {
3797
    align-content: center !important;
3798
  }
3799
  .align-content-lg-between {
3800
    align-content: space-between !important;
3801
  }
3802
  .align-content-lg-around {
3803
    align-content: space-around !important;
3804
  }
3805
  .align-content-lg-stretch {
3806
    align-content: stretch !important;
3807
  }
3808
  .align-self-lg-auto {
3809
    align-self: auto !important;
3810
  }
3811
  .align-self-lg-start {
3812
    align-self: flex-start !important;
3813
  }
3814
  .align-self-lg-end {
3815
    align-self: flex-end !important;
3816
  }
3817
  .align-self-lg-center {
3818
    align-self: center !important;
3819
  }
3820
  .align-self-lg-baseline {
3821
    align-self: baseline !important;
3822
  }
3823
  .align-self-lg-stretch {
3824
    align-self: stretch !important;
3825
  }
3826
  .order-lg-first {
3827
    order: -1 !important;
3828
  }
3829
  .order-lg-0 {
3830
    order: 0 !important;
3831
  }
3832
  .order-lg-1 {
3833
    order: 1 !important;
3834
  }
3835
  .order-lg-2 {
3836
    order: 2 !important;
3837
  }
3838
  .order-lg-3 {
3839
    order: 3 !important;
3840
  }
3841
  .order-lg-4 {
3842
    order: 4 !important;
3843
  }
3844
  .order-lg-5 {
3845
    order: 5 !important;
3846
  }
3847
  .order-lg-last {
3848
    order: 6 !important;
3849
  }
3850
  .m-lg-0 {
3851
    margin: 0 !important;
3852
  }
3853
  .m-lg-1 {
3854
    margin: 0.25rem !important;
3855
  }
3856
  .m-lg-2 {
3857
    margin: 0.5rem !important;
3858
  }
3859
  .m-lg-3 {
3860
    margin: 1rem !important;
3861
  }
3862
  .m-lg-4 {
3863
    margin: 1.5rem !important;
3864
  }
3865
  .m-lg-5 {
3866
    margin: 3rem !important;
3867
  }
3868
  .m-lg-auto {
3869
    margin: auto !important;
3870
  }
3871
  .mx-lg-0 {
3872
    margin-left: 0 !important;
3873
    margin-right: 0 !important;
3874
  }
3875
  .mx-lg-1 {
3876
    margin-left: 0.25rem !important;
3877
    margin-right: 0.25rem !important;
3878
  }
3879
  .mx-lg-2 {
3880
    margin-left: 0.5rem !important;
3881
    margin-right: 0.5rem !important;
3882
  }
3883
  .mx-lg-3 {
3884
    margin-left: 1rem !important;
3885
    margin-right: 1rem !important;
3886
  }
3887
  .mx-lg-4 {
3888
    margin-left: 1.5rem !important;
3889
    margin-right: 1.5rem !important;
3890
  }
3891
  .mx-lg-5 {
3892
    margin-left: 3rem !important;
3893
    margin-right: 3rem !important;
3894
  }
3895
  .mx-lg-auto {
3896
    margin-left: auto !important;
3897
    margin-right: auto !important;
3898
  }
3899
  .my-lg-0 {
3900
    margin-top: 0 !important;
3901
    margin-bottom: 0 !important;
3902
  }
3903
  .my-lg-1 {
3904
    margin-top: 0.25rem !important;
3905
    margin-bottom: 0.25rem !important;
3906
  }
3907
  .my-lg-2 {
3908
    margin-top: 0.5rem !important;
3909
    margin-bottom: 0.5rem !important;
3910
  }
3911
  .my-lg-3 {
3912
    margin-top: 1rem !important;
3913
    margin-bottom: 1rem !important;
3914
  }
3915
  .my-lg-4 {
3916
    margin-top: 1.5rem !important;
3917
    margin-bottom: 1.5rem !important;
3918
  }
3919
  .my-lg-5 {
3920
    margin-top: 3rem !important;
3921
    margin-bottom: 3rem !important;
3922
  }
3923
  .my-lg-auto {
3924
    margin-top: auto !important;
3925
    margin-bottom: auto !important;
3926
  }
3927
  .mt-lg-0 {
3928
    margin-top: 0 !important;
3929
  }
3930
  .mt-lg-1 {
3931
    margin-top: 0.25rem !important;
3932
  }
3933
  .mt-lg-2 {
3934
    margin-top: 0.5rem !important;
3935
  }
3936
  .mt-lg-3 {
3937
    margin-top: 1rem !important;
3938
  }
3939
  .mt-lg-4 {
3940
    margin-top: 1.5rem !important;
3941
  }
3942
  .mt-lg-5 {
3943
    margin-top: 3rem !important;
3944
  }
3945
  .mt-lg-auto {
3946
    margin-top: auto !important;
3947
  }
3948
  .me-lg-0 {
3949
    margin-left: 0 !important;
3950
  }
3951
  .me-lg-1 {
3952
    margin-left: 0.25rem !important;
3953
  }
3954
  .me-lg-2 {
3955
    margin-left: 0.5rem !important;
3956
  }
3957
  .me-lg-3 {
3958
    margin-left: 1rem !important;
3959
  }
3960
  .me-lg-4 {
3961
    margin-left: 1.5rem !important;
3962
  }
3963
  .me-lg-5 {
3964
    margin-left: 3rem !important;
3965
  }
3966
  .me-lg-auto {
3967
    margin-left: auto !important;
3968
  }
3969
  .mb-lg-0 {
3970
    margin-bottom: 0 !important;
3971
  }
3972
  .mb-lg-1 {
3973
    margin-bottom: 0.25rem !important;
3974
  }
3975
  .mb-lg-2 {
3976
    margin-bottom: 0.5rem !important;
3977
  }
3978
  .mb-lg-3 {
3979
    margin-bottom: 1rem !important;
3980
  }
3981
  .mb-lg-4 {
3982
    margin-bottom: 1.5rem !important;
3983
  }
3984
  .mb-lg-5 {
3985
    margin-bottom: 3rem !important;
3986
  }
3987
  .mb-lg-auto {
3988
    margin-bottom: auto !important;
3989
  }
3990
  .ms-lg-0 {
3991
    margin-right: 0 !important;
3992
  }
3993
  .ms-lg-1 {
3994
    margin-right: 0.25rem !important;
3995
  }
3996
  .ms-lg-2 {
3997
    margin-right: 0.5rem !important;
3998
  }
3999
  .ms-lg-3 {
4000
    margin-right: 1rem !important;
4001
  }
4002
  .ms-lg-4 {
4003
    margin-right: 1.5rem !important;
4004
  }
4005
  .ms-lg-5 {
4006
    margin-right: 3rem !important;
4007
  }
4008
  .ms-lg-auto {
4009
    margin-right: auto !important;
4010
  }
4011
  .p-lg-0 {
4012
    padding: 0 !important;
4013
  }
4014
  .p-lg-1 {
4015
    padding: 0.25rem !important;
4016
  }
4017
  .p-lg-2 {
4018
    padding: 0.5rem !important;
4019
  }
4020
  .p-lg-3 {
4021
    padding: 1rem !important;
4022
  }
4023
  .p-lg-4 {
4024
    padding: 1.5rem !important;
4025
  }
4026
  .p-lg-5 {
4027
    padding: 3rem !important;
4028
  }
4029
  .px-lg-0 {
4030
    padding-left: 0 !important;
4031
    padding-right: 0 !important;
4032
  }
4033
  .px-lg-1 {
4034
    padding-left: 0.25rem !important;
4035
    padding-right: 0.25rem !important;
4036
  }
4037
  .px-lg-2 {
4038
    padding-left: 0.5rem !important;
4039
    padding-right: 0.5rem !important;
4040
  }
4041
  .px-lg-3 {
4042
    padding-left: 1rem !important;
4043
    padding-right: 1rem !important;
4044
  }
4045
  .px-lg-4 {
4046
    padding-left: 1.5rem !important;
4047
    padding-right: 1.5rem !important;
4048
  }
4049
  .px-lg-5 {
4050
    padding-left: 3rem !important;
4051
    padding-right: 3rem !important;
4052
  }
4053
  .py-lg-0 {
4054
    padding-top: 0 !important;
4055
    padding-bottom: 0 !important;
4056
  }
4057
  .py-lg-1 {
4058
    padding-top: 0.25rem !important;
4059
    padding-bottom: 0.25rem !important;
4060
  }
4061
  .py-lg-2 {
4062
    padding-top: 0.5rem !important;
4063
    padding-bottom: 0.5rem !important;
4064
  }
4065
  .py-lg-3 {
4066
    padding-top: 1rem !important;
4067
    padding-bottom: 1rem !important;
4068
  }
4069
  .py-lg-4 {
4070
    padding-top: 1.5rem !important;
4071
    padding-bottom: 1.5rem !important;
4072
  }
4073
  .py-lg-5 {
4074
    padding-top: 3rem !important;
4075
    padding-bottom: 3rem !important;
4076
  }
4077
  .pt-lg-0 {
4078
    padding-top: 0 !important;
4079
  }
4080
  .pt-lg-1 {
4081
    padding-top: 0.25rem !important;
4082
  }
4083
  .pt-lg-2 {
4084
    padding-top: 0.5rem !important;
4085
  }
4086
  .pt-lg-3 {
4087
    padding-top: 1rem !important;
4088
  }
4089
  .pt-lg-4 {
4090
    padding-top: 1.5rem !important;
4091
  }
4092
  .pt-lg-5 {
4093
    padding-top: 3rem !important;
4094
  }
4095
  .pe-lg-0 {
4096
    padding-left: 0 !important;
4097
  }
4098
  .pe-lg-1 {
4099
    padding-left: 0.25rem !important;
4100
  }
4101
  .pe-lg-2 {
4102
    padding-left: 0.5rem !important;
4103
  }
4104
  .pe-lg-3 {
4105
    padding-left: 1rem !important;
4106
  }
4107
  .pe-lg-4 {
4108
    padding-left: 1.5rem !important;
4109
  }
4110
  .pe-lg-5 {
4111
    padding-left: 3rem !important;
4112
  }
4113
  .pb-lg-0 {
4114
    padding-bottom: 0 !important;
4115
  }
4116
  .pb-lg-1 {
4117
    padding-bottom: 0.25rem !important;
4118
  }
4119
  .pb-lg-2 {
4120
    padding-bottom: 0.5rem !important;
4121
  }
4122
  .pb-lg-3 {
4123
    padding-bottom: 1rem !important;
4124
  }
4125
  .pb-lg-4 {
4126
    padding-bottom: 1.5rem !important;
4127
  }
4128
  .pb-lg-5 {
4129
    padding-bottom: 3rem !important;
4130
  }
4131
  .ps-lg-0 {
4132
    padding-right: 0 !important;
4133
  }
4134
  .ps-lg-1 {
4135
    padding-right: 0.25rem !important;
4136
  }
4137
  .ps-lg-2 {
4138
    padding-right: 0.5rem !important;
4139
  }
4140
  .ps-lg-3 {
4141
    padding-right: 1rem !important;
4142
  }
4143
  .ps-lg-4 {
4144
    padding-right: 1.5rem !important;
4145
  }
4146
  .ps-lg-5 {
4147
    padding-right: 3rem !important;
4148
  }
846 daniel-mar 4149
  .gap-lg-0 {
4150
    gap: 0 !important;
4151
  }
4152
  .gap-lg-1 {
4153
    gap: 0.25rem !important;
4154
  }
4155
  .gap-lg-2 {
4156
    gap: 0.5rem !important;
4157
  }
4158
  .gap-lg-3 {
4159
    gap: 1rem !important;
4160
  }
4161
  .gap-lg-4 {
4162
    gap: 1.5rem !important;
4163
  }
4164
  .gap-lg-5 {
4165
    gap: 3rem !important;
4166
  }
1056 daniel-mar 4167
  .row-gap-lg-0 {
4168
    row-gap: 0 !important;
4169
  }
4170
  .row-gap-lg-1 {
4171
    row-gap: 0.25rem !important;
4172
  }
4173
  .row-gap-lg-2 {
4174
    row-gap: 0.5rem !important;
4175
  }
4176
  .row-gap-lg-3 {
4177
    row-gap: 1rem !important;
4178
  }
4179
  .row-gap-lg-4 {
4180
    row-gap: 1.5rem !important;
4181
  }
4182
  .row-gap-lg-5 {
4183
    row-gap: 3rem !important;
4184
  }
4185
  .column-gap-lg-0 {
4186
    -moz-column-gap: 0 !important;
4187
    column-gap: 0 !important;
4188
  }
4189
  .column-gap-lg-1 {
4190
    -moz-column-gap: 0.25rem !important;
4191
    column-gap: 0.25rem !important;
4192
  }
4193
  .column-gap-lg-2 {
4194
    -moz-column-gap: 0.5rem !important;
4195
    column-gap: 0.5rem !important;
4196
  }
4197
  .column-gap-lg-3 {
4198
    -moz-column-gap: 1rem !important;
4199
    column-gap: 1rem !important;
4200
  }
4201
  .column-gap-lg-4 {
4202
    -moz-column-gap: 1.5rem !important;
4203
    column-gap: 1.5rem !important;
4204
  }
4205
  .column-gap-lg-5 {
4206
    -moz-column-gap: 3rem !important;
4207
    column-gap: 3rem !important;
4208
  }
597 daniel-mar 4209
  .text-lg-start {
4210
    text-align: right !important;
4211
  }
4212
  .text-lg-end {
4213
    text-align: left !important;
4214
  }
4215
  .text-lg-center {
4216
    text-align: center !important;
4217
  }
4218
}
4219
@media (min-width: 1200px) {
4220
  .float-xl-start {
4221
    float: right !important;
4222
  }
4223
  .float-xl-end {
4224
    float: left !important;
4225
  }
4226
  .float-xl-none {
4227
    float: none !important;
4228
  }
1056 daniel-mar 4229
  .object-fit-xl-contain {
4230
    -o-object-fit: contain !important;
4231
    object-fit: contain !important;
4232
  }
4233
  .object-fit-xl-cover {
4234
    -o-object-fit: cover !important;
4235
    object-fit: cover !important;
4236
  }
4237
  .object-fit-xl-fill {
4238
    -o-object-fit: fill !important;
4239
    object-fit: fill !important;
4240
  }
4241
  .object-fit-xl-scale {
4242
    -o-object-fit: scale-down !important;
4243
    object-fit: scale-down !important;
4244
  }
4245
  .object-fit-xl-none {
4246
    -o-object-fit: none !important;
4247
    object-fit: none !important;
4248
  }
597 daniel-mar 4249
  .d-xl-inline {
4250
    display: inline !important;
4251
  }
4252
  .d-xl-inline-block {
4253
    display: inline-block !important;
4254
  }
4255
  .d-xl-block {
4256
    display: block !important;
4257
  }
4258
  .d-xl-grid {
4259
    display: grid !important;
4260
  }
1151 daniel-mar 4261
  .d-xl-inline-grid {
4262
    display: inline-grid !important;
4263
  }
597 daniel-mar 4264
  .d-xl-table {
4265
    display: table !important;
4266
  }
4267
  .d-xl-table-row {
4268
    display: table-row !important;
4269
  }
4270
  .d-xl-table-cell {
4271
    display: table-cell !important;
4272
  }
4273
  .d-xl-flex {
4274
    display: flex !important;
4275
  }
4276
  .d-xl-inline-flex {
4277
    display: inline-flex !important;
4278
  }
4279
  .d-xl-none {
4280
    display: none !important;
4281
  }
4282
  .flex-xl-fill {
4283
    flex: 1 1 auto !important;
4284
  }
4285
  .flex-xl-row {
4286
    flex-direction: row !important;
4287
  }
4288
  .flex-xl-column {
4289
    flex-direction: column !important;
4290
  }
4291
  .flex-xl-row-reverse {
4292
    flex-direction: row-reverse !important;
4293
  }
4294
  .flex-xl-column-reverse {
4295
    flex-direction: column-reverse !important;
4296
  }
4297
  .flex-xl-grow-0 {
4298
    flex-grow: 0 !important;
4299
  }
4300
  .flex-xl-grow-1 {
4301
    flex-grow: 1 !important;
4302
  }
4303
  .flex-xl-shrink-0 {
4304
    flex-shrink: 0 !important;
4305
  }
4306
  .flex-xl-shrink-1 {
4307
    flex-shrink: 1 !important;
4308
  }
4309
  .flex-xl-wrap {
4310
    flex-wrap: wrap !important;
4311
  }
4312
  .flex-xl-nowrap {
4313
    flex-wrap: nowrap !important;
4314
  }
4315
  .flex-xl-wrap-reverse {
4316
    flex-wrap: wrap-reverse !important;
4317
  }
4318
  .justify-content-xl-start {
4319
    justify-content: flex-start !important;
4320
  }
4321
  .justify-content-xl-end {
4322
    justify-content: flex-end !important;
4323
  }
4324
  .justify-content-xl-center {
4325
    justify-content: center !important;
4326
  }
4327
  .justify-content-xl-between {
4328
    justify-content: space-between !important;
4329
  }
4330
  .justify-content-xl-around {
4331
    justify-content: space-around !important;
4332
  }
4333
  .justify-content-xl-evenly {
4334
    justify-content: space-evenly !important;
4335
  }
4336
  .align-items-xl-start {
4337
    align-items: flex-start !important;
4338
  }
4339
  .align-items-xl-end {
4340
    align-items: flex-end !important;
4341
  }
4342
  .align-items-xl-center {
4343
    align-items: center !important;
4344
  }
4345
  .align-items-xl-baseline {
4346
    align-items: baseline !important;
4347
  }
4348
  .align-items-xl-stretch {
4349
    align-items: stretch !important;
4350
  }
4351
  .align-content-xl-start {
4352
    align-content: flex-start !important;
4353
  }
4354
  .align-content-xl-end {
4355
    align-content: flex-end !important;
4356
  }
4357
  .align-content-xl-center {
4358
    align-content: center !important;
4359
  }
4360
  .align-content-xl-between {
4361
    align-content: space-between !important;
4362
  }
4363
  .align-content-xl-around {
4364
    align-content: space-around !important;
4365
  }
4366
  .align-content-xl-stretch {
4367
    align-content: stretch !important;
4368
  }
4369
  .align-self-xl-auto {
4370
    align-self: auto !important;
4371
  }
4372
  .align-self-xl-start {
4373
    align-self: flex-start !important;
4374
  }
4375
  .align-self-xl-end {
4376
    align-self: flex-end !important;
4377
  }
4378
  .align-self-xl-center {
4379
    align-self: center !important;
4380
  }
4381
  .align-self-xl-baseline {
4382
    align-self: baseline !important;
4383
  }
4384
  .align-self-xl-stretch {
4385
    align-self: stretch !important;
4386
  }
4387
  .order-xl-first {
4388
    order: -1 !important;
4389
  }
4390
  .order-xl-0 {
4391
    order: 0 !important;
4392
  }
4393
  .order-xl-1 {
4394
    order: 1 !important;
4395
  }
4396
  .order-xl-2 {
4397
    order: 2 !important;
4398
  }
4399
  .order-xl-3 {
4400
    order: 3 !important;
4401
  }
4402
  .order-xl-4 {
4403
    order: 4 !important;
4404
  }
4405
  .order-xl-5 {
4406
    order: 5 !important;
4407
  }
4408
  .order-xl-last {
4409
    order: 6 !important;
4410
  }
4411
  .m-xl-0 {
4412
    margin: 0 !important;
4413
  }
4414
  .m-xl-1 {
4415
    margin: 0.25rem !important;
4416
  }
4417
  .m-xl-2 {
4418
    margin: 0.5rem !important;
4419
  }
4420
  .m-xl-3 {
4421
    margin: 1rem !important;
4422
  }
4423
  .m-xl-4 {
4424
    margin: 1.5rem !important;
4425
  }
4426
  .m-xl-5 {
4427
    margin: 3rem !important;
4428
  }
4429
  .m-xl-auto {
4430
    margin: auto !important;
4431
  }
4432
  .mx-xl-0 {
4433
    margin-left: 0 !important;
4434
    margin-right: 0 !important;
4435
  }
4436
  .mx-xl-1 {
4437
    margin-left: 0.25rem !important;
4438
    margin-right: 0.25rem !important;
4439
  }
4440
  .mx-xl-2 {
4441
    margin-left: 0.5rem !important;
4442
    margin-right: 0.5rem !important;
4443
  }
4444
  .mx-xl-3 {
4445
    margin-left: 1rem !important;
4446
    margin-right: 1rem !important;
4447
  }
4448
  .mx-xl-4 {
4449
    margin-left: 1.5rem !important;
4450
    margin-right: 1.5rem !important;
4451
  }
4452
  .mx-xl-5 {
4453
    margin-left: 3rem !important;
4454
    margin-right: 3rem !important;
4455
  }
4456
  .mx-xl-auto {
4457
    margin-left: auto !important;
4458
    margin-right: auto !important;
4459
  }
4460
  .my-xl-0 {
4461
    margin-top: 0 !important;
4462
    margin-bottom: 0 !important;
4463
  }
4464
  .my-xl-1 {
4465
    margin-top: 0.25rem !important;
4466
    margin-bottom: 0.25rem !important;
4467
  }
4468
  .my-xl-2 {
4469
    margin-top: 0.5rem !important;
4470
    margin-bottom: 0.5rem !important;
4471
  }
4472
  .my-xl-3 {
4473
    margin-top: 1rem !important;
4474
    margin-bottom: 1rem !important;
4475
  }
4476
  .my-xl-4 {
4477
    margin-top: 1.5rem !important;
4478
    margin-bottom: 1.5rem !important;
4479
  }
4480
  .my-xl-5 {
4481
    margin-top: 3rem !important;
4482
    margin-bottom: 3rem !important;
4483
  }
4484
  .my-xl-auto {
4485
    margin-top: auto !important;
4486
    margin-bottom: auto !important;
4487
  }
4488
  .mt-xl-0 {
4489
    margin-top: 0 !important;
4490
  }
4491
  .mt-xl-1 {
4492
    margin-top: 0.25rem !important;
4493
  }
4494
  .mt-xl-2 {
4495
    margin-top: 0.5rem !important;
4496
  }
4497
  .mt-xl-3 {
4498
    margin-top: 1rem !important;
4499
  }
4500
  .mt-xl-4 {
4501
    margin-top: 1.5rem !important;
4502
  }
4503
  .mt-xl-5 {
4504
    margin-top: 3rem !important;
4505
  }
4506
  .mt-xl-auto {
4507
    margin-top: auto !important;
4508
  }
4509
  .me-xl-0 {
4510
    margin-left: 0 !important;
4511
  }
4512
  .me-xl-1 {
4513
    margin-left: 0.25rem !important;
4514
  }
4515
  .me-xl-2 {
4516
    margin-left: 0.5rem !important;
4517
  }
4518
  .me-xl-3 {
4519
    margin-left: 1rem !important;
4520
  }
4521
  .me-xl-4 {
4522
    margin-left: 1.5rem !important;
4523
  }
4524
  .me-xl-5 {
4525
    margin-left: 3rem !important;
4526
  }
4527
  .me-xl-auto {
4528
    margin-left: auto !important;
4529
  }
4530
  .mb-xl-0 {
4531
    margin-bottom: 0 !important;
4532
  }
4533
  .mb-xl-1 {
4534
    margin-bottom: 0.25rem !important;
4535
  }
4536
  .mb-xl-2 {
4537
    margin-bottom: 0.5rem !important;
4538
  }
4539
  .mb-xl-3 {
4540
    margin-bottom: 1rem !important;
4541
  }
4542
  .mb-xl-4 {
4543
    margin-bottom: 1.5rem !important;
4544
  }
4545
  .mb-xl-5 {
4546
    margin-bottom: 3rem !important;
4547
  }
4548
  .mb-xl-auto {
4549
    margin-bottom: auto !important;
4550
  }
4551
  .ms-xl-0 {
4552
    margin-right: 0 !important;
4553
  }
4554
  .ms-xl-1 {
4555
    margin-right: 0.25rem !important;
4556
  }
4557
  .ms-xl-2 {
4558
    margin-right: 0.5rem !important;
4559
  }
4560
  .ms-xl-3 {
4561
    margin-right: 1rem !important;
4562
  }
4563
  .ms-xl-4 {
4564
    margin-right: 1.5rem !important;
4565
  }
4566
  .ms-xl-5 {
4567
    margin-right: 3rem !important;
4568
  }
4569
  .ms-xl-auto {
4570
    margin-right: auto !important;
4571
  }
4572
  .p-xl-0 {
4573
    padding: 0 !important;
4574
  }
4575
  .p-xl-1 {
4576
    padding: 0.25rem !important;
4577
  }
4578
  .p-xl-2 {
4579
    padding: 0.5rem !important;
4580
  }
4581
  .p-xl-3 {
4582
    padding: 1rem !important;
4583
  }
4584
  .p-xl-4 {
4585
    padding: 1.5rem !important;
4586
  }
4587
  .p-xl-5 {
4588
    padding: 3rem !important;
4589
  }
4590
  .px-xl-0 {
4591
    padding-left: 0 !important;
4592
    padding-right: 0 !important;
4593
  }
4594
  .px-xl-1 {
4595
    padding-left: 0.25rem !important;
4596
    padding-right: 0.25rem !important;
4597
  }
4598
  .px-xl-2 {
4599
    padding-left: 0.5rem !important;
4600
    padding-right: 0.5rem !important;
4601
  }
4602
  .px-xl-3 {
4603
    padding-left: 1rem !important;
4604
    padding-right: 1rem !important;
4605
  }
4606
  .px-xl-4 {
4607
    padding-left: 1.5rem !important;
4608
    padding-right: 1.5rem !important;
4609
  }
4610
  .px-xl-5 {
4611
    padding-left: 3rem !important;
4612
    padding-right: 3rem !important;
4613
  }
4614
  .py-xl-0 {
4615
    padding-top: 0 !important;
4616
    padding-bottom: 0 !important;
4617
  }
4618
  .py-xl-1 {
4619
    padding-top: 0.25rem !important;
4620
    padding-bottom: 0.25rem !important;
4621
  }
4622
  .py-xl-2 {
4623
    padding-top: 0.5rem !important;
4624
    padding-bottom: 0.5rem !important;
4625
  }
4626
  .py-xl-3 {
4627
    padding-top: 1rem !important;
4628
    padding-bottom: 1rem !important;
4629
  }
4630
  .py-xl-4 {
4631
    padding-top: 1.5rem !important;
4632
    padding-bottom: 1.5rem !important;
4633
  }
4634
  .py-xl-5 {
4635
    padding-top: 3rem !important;
4636
    padding-bottom: 3rem !important;
4637
  }
4638
  .pt-xl-0 {
4639
    padding-top: 0 !important;
4640
  }
4641
  .pt-xl-1 {
4642
    padding-top: 0.25rem !important;
4643
  }
4644
  .pt-xl-2 {
4645
    padding-top: 0.5rem !important;
4646
  }
4647
  .pt-xl-3 {
4648
    padding-top: 1rem !important;
4649
  }
4650
  .pt-xl-4 {
4651
    padding-top: 1.5rem !important;
4652
  }
4653
  .pt-xl-5 {
4654
    padding-top: 3rem !important;
4655
  }
4656
  .pe-xl-0 {
4657
    padding-left: 0 !important;
4658
  }
4659
  .pe-xl-1 {
4660
    padding-left: 0.25rem !important;
4661
  }
4662
  .pe-xl-2 {
4663
    padding-left: 0.5rem !important;
4664
  }
4665
  .pe-xl-3 {
4666
    padding-left: 1rem !important;
4667
  }
4668
  .pe-xl-4 {
4669
    padding-left: 1.5rem !important;
4670
  }
4671
  .pe-xl-5 {
4672
    padding-left: 3rem !important;
4673
  }
4674
  .pb-xl-0 {
4675
    padding-bottom: 0 !important;
4676
  }
4677
  .pb-xl-1 {
4678
    padding-bottom: 0.25rem !important;
4679
  }
4680
  .pb-xl-2 {
4681
    padding-bottom: 0.5rem !important;
4682
  }
4683
  .pb-xl-3 {
4684
    padding-bottom: 1rem !important;
4685
  }
4686
  .pb-xl-4 {
4687
    padding-bottom: 1.5rem !important;
4688
  }
4689
  .pb-xl-5 {
4690
    padding-bottom: 3rem !important;
4691
  }
4692
  .ps-xl-0 {
4693
    padding-right: 0 !important;
4694
  }
4695
  .ps-xl-1 {
4696
    padding-right: 0.25rem !important;
4697
  }
4698
  .ps-xl-2 {
4699
    padding-right: 0.5rem !important;
4700
  }
4701
  .ps-xl-3 {
4702
    padding-right: 1rem !important;
4703
  }
4704
  .ps-xl-4 {
4705
    padding-right: 1.5rem !important;
4706
  }
4707
  .ps-xl-5 {
4708
    padding-right: 3rem !important;
4709
  }
846 daniel-mar 4710
  .gap-xl-0 {
4711
    gap: 0 !important;
4712
  }
4713
  .gap-xl-1 {
4714
    gap: 0.25rem !important;
4715
  }
4716
  .gap-xl-2 {
4717
    gap: 0.5rem !important;
4718
  }
4719
  .gap-xl-3 {
4720
    gap: 1rem !important;
4721
  }
4722
  .gap-xl-4 {
4723
    gap: 1.5rem !important;
4724
  }
4725
  .gap-xl-5 {
4726
    gap: 3rem !important;
4727
  }
1056 daniel-mar 4728
  .row-gap-xl-0 {
4729
    row-gap: 0 !important;
4730
  }
4731
  .row-gap-xl-1 {
4732
    row-gap: 0.25rem !important;
4733
  }
4734
  .row-gap-xl-2 {
4735
    row-gap: 0.5rem !important;
4736
  }
4737
  .row-gap-xl-3 {
4738
    row-gap: 1rem !important;
4739
  }
4740
  .row-gap-xl-4 {
4741
    row-gap: 1.5rem !important;
4742
  }
4743
  .row-gap-xl-5 {
4744
    row-gap: 3rem !important;
4745
  }
4746
  .column-gap-xl-0 {
4747
    -moz-column-gap: 0 !important;
4748
    column-gap: 0 !important;
4749
  }
4750
  .column-gap-xl-1 {
4751
    -moz-column-gap: 0.25rem !important;
4752
    column-gap: 0.25rem !important;
4753
  }
4754
  .column-gap-xl-2 {
4755
    -moz-column-gap: 0.5rem !important;
4756
    column-gap: 0.5rem !important;
4757
  }
4758
  .column-gap-xl-3 {
4759
    -moz-column-gap: 1rem !important;
4760
    column-gap: 1rem !important;
4761
  }
4762
  .column-gap-xl-4 {
4763
    -moz-column-gap: 1.5rem !important;
4764
    column-gap: 1.5rem !important;
4765
  }
4766
  .column-gap-xl-5 {
4767
    -moz-column-gap: 3rem !important;
4768
    column-gap: 3rem !important;
4769
  }
597 daniel-mar 4770
  .text-xl-start {
4771
    text-align: right !important;
4772
  }
4773
  .text-xl-end {
4774
    text-align: left !important;
4775
  }
4776
  .text-xl-center {
4777
    text-align: center !important;
4778
  }
4779
}
4780
@media (min-width: 1400px) {
4781
  .float-xxl-start {
4782
    float: right !important;
4783
  }
4784
  .float-xxl-end {
4785
    float: left !important;
4786
  }
4787
  .float-xxl-none {
4788
    float: none !important;
4789
  }
1056 daniel-mar 4790
  .object-fit-xxl-contain {
4791
    -o-object-fit: contain !important;
4792
    object-fit: contain !important;
4793
  }
4794
  .object-fit-xxl-cover {
4795
    -o-object-fit: cover !important;
4796
    object-fit: cover !important;
4797
  }
4798
  .object-fit-xxl-fill {
4799
    -o-object-fit: fill !important;
4800
    object-fit: fill !important;
4801
  }
4802
  .object-fit-xxl-scale {
4803
    -o-object-fit: scale-down !important;
4804
    object-fit: scale-down !important;
4805
  }
4806
  .object-fit-xxl-none {
4807
    -o-object-fit: none !important;
4808
    object-fit: none !important;
4809
  }
597 daniel-mar 4810
  .d-xxl-inline {
4811
    display: inline !important;
4812
  }
4813
  .d-xxl-inline-block {
4814
    display: inline-block !important;
4815
  }
4816
  .d-xxl-block {
4817
    display: block !important;
4818
  }
4819
  .d-xxl-grid {
4820
    display: grid !important;
4821
  }
1151 daniel-mar 4822
  .d-xxl-inline-grid {
4823
    display: inline-grid !important;
4824
  }
597 daniel-mar 4825
  .d-xxl-table {
4826
    display: table !important;
4827
  }
4828
  .d-xxl-table-row {
4829
    display: table-row !important;
4830
  }
4831
  .d-xxl-table-cell {
4832
    display: table-cell !important;
4833
  }
4834
  .d-xxl-flex {
4835
    display: flex !important;
4836
  }
4837
  .d-xxl-inline-flex {
4838
    display: inline-flex !important;
4839
  }
4840
  .d-xxl-none {
4841
    display: none !important;
4842
  }
4843
  .flex-xxl-fill {
4844
    flex: 1 1 auto !important;
4845
  }
4846
  .flex-xxl-row {
4847
    flex-direction: row !important;
4848
  }
4849
  .flex-xxl-column {
4850
    flex-direction: column !important;
4851
  }
4852
  .flex-xxl-row-reverse {
4853
    flex-direction: row-reverse !important;
4854
  }
4855
  .flex-xxl-column-reverse {
4856
    flex-direction: column-reverse !important;
4857
  }
4858
  .flex-xxl-grow-0 {
4859
    flex-grow: 0 !important;
4860
  }
4861
  .flex-xxl-grow-1 {
4862
    flex-grow: 1 !important;
4863
  }
4864
  .flex-xxl-shrink-0 {
4865
    flex-shrink: 0 !important;
4866
  }
4867
  .flex-xxl-shrink-1 {
4868
    flex-shrink: 1 !important;
4869
  }
4870
  .flex-xxl-wrap {
4871
    flex-wrap: wrap !important;
4872
  }
4873
  .flex-xxl-nowrap {
4874
    flex-wrap: nowrap !important;
4875
  }
4876
  .flex-xxl-wrap-reverse {
4877
    flex-wrap: wrap-reverse !important;
4878
  }
4879
  .justify-content-xxl-start {
4880
    justify-content: flex-start !important;
4881
  }
4882
  .justify-content-xxl-end {
4883
    justify-content: flex-end !important;
4884
  }
4885
  .justify-content-xxl-center {
4886
    justify-content: center !important;
4887
  }
4888
  .justify-content-xxl-between {
4889
    justify-content: space-between !important;
4890
  }
4891
  .justify-content-xxl-around {
4892
    justify-content: space-around !important;
4893
  }
4894
  .justify-content-xxl-evenly {
4895
    justify-content: space-evenly !important;
4896
  }
4897
  .align-items-xxl-start {
4898
    align-items: flex-start !important;
4899
  }
4900
  .align-items-xxl-end {
4901
    align-items: flex-end !important;
4902
  }
4903
  .align-items-xxl-center {
4904
    align-items: center !important;
4905
  }
4906
  .align-items-xxl-baseline {
4907
    align-items: baseline !important;
4908
  }
4909
  .align-items-xxl-stretch {
4910
    align-items: stretch !important;
4911
  }
4912
  .align-content-xxl-start {
4913
    align-content: flex-start !important;
4914
  }
4915
  .align-content-xxl-end {
4916
    align-content: flex-end !important;
4917
  }
4918
  .align-content-xxl-center {
4919
    align-content: center !important;
4920
  }
4921
  .align-content-xxl-between {
4922
    align-content: space-between !important;
4923
  }
4924
  .align-content-xxl-around {
4925
    align-content: space-around !important;
4926
  }
4927
  .align-content-xxl-stretch {
4928
    align-content: stretch !important;
4929
  }
4930
  .align-self-xxl-auto {
4931
    align-self: auto !important;
4932
  }
4933
  .align-self-xxl-start {
4934
    align-self: flex-start !important;
4935
  }
4936
  .align-self-xxl-end {
4937
    align-self: flex-end !important;
4938
  }
4939
  .align-self-xxl-center {
4940
    align-self: center !important;
4941
  }
4942
  .align-self-xxl-baseline {
4943
    align-self: baseline !important;
4944
  }
4945
  .align-self-xxl-stretch {
4946
    align-self: stretch !important;
4947
  }
4948
  .order-xxl-first {
4949
    order: -1 !important;
4950
  }
4951
  .order-xxl-0 {
4952
    order: 0 !important;
4953
  }
4954
  .order-xxl-1 {
4955
    order: 1 !important;
4956
  }
4957
  .order-xxl-2 {
4958
    order: 2 !important;
4959
  }
4960
  .order-xxl-3 {
4961
    order: 3 !important;
4962
  }
4963
  .order-xxl-4 {
4964
    order: 4 !important;
4965
  }
4966
  .order-xxl-5 {
4967
    order: 5 !important;
4968
  }
4969
  .order-xxl-last {
4970
    order: 6 !important;
4971
  }
4972
  .m-xxl-0 {
4973
    margin: 0 !important;
4974
  }
4975
  .m-xxl-1 {
4976
    margin: 0.25rem !important;
4977
  }
4978
  .m-xxl-2 {
4979
    margin: 0.5rem !important;
4980
  }
4981
  .m-xxl-3 {
4982
    margin: 1rem !important;
4983
  }
4984
  .m-xxl-4 {
4985
    margin: 1.5rem !important;
4986
  }
4987
  .m-xxl-5 {
4988
    margin: 3rem !important;
4989
  }
4990
  .m-xxl-auto {
4991
    margin: auto !important;
4992
  }
4993
  .mx-xxl-0 {
4994
    margin-left: 0 !important;
4995
    margin-right: 0 !important;
4996
  }
4997
  .mx-xxl-1 {
4998
    margin-left: 0.25rem !important;
4999
    margin-right: 0.25rem !important;
5000
  }
5001
  .mx-xxl-2 {
5002
    margin-left: 0.5rem !important;
5003
    margin-right: 0.5rem !important;
5004
  }
5005
  .mx-xxl-3 {
5006
    margin-left: 1rem !important;
5007
    margin-right: 1rem !important;
5008
  }
5009
  .mx-xxl-4 {
5010
    margin-left: 1.5rem !important;
5011
    margin-right: 1.5rem !important;
5012
  }
5013
  .mx-xxl-5 {
5014
    margin-left: 3rem !important;
5015
    margin-right: 3rem !important;
5016
  }
5017
  .mx-xxl-auto {
5018
    margin-left: auto !important;
5019
    margin-right: auto !important;
5020
  }
5021
  .my-xxl-0 {
5022
    margin-top: 0 !important;
5023
    margin-bottom: 0 !important;
5024
  }
5025
  .my-xxl-1 {
5026
    margin-top: 0.25rem !important;
5027
    margin-bottom: 0.25rem !important;
5028
  }
5029
  .my-xxl-2 {
5030
    margin-top: 0.5rem !important;
5031
    margin-bottom: 0.5rem !important;
5032
  }
5033
  .my-xxl-3 {
5034
    margin-top: 1rem !important;
5035
    margin-bottom: 1rem !important;
5036
  }
5037
  .my-xxl-4 {
5038
    margin-top: 1.5rem !important;
5039
    margin-bottom: 1.5rem !important;
5040
  }
5041
  .my-xxl-5 {
5042
    margin-top: 3rem !important;
5043
    margin-bottom: 3rem !important;
5044
  }
5045
  .my-xxl-auto {
5046
    margin-top: auto !important;
5047
    margin-bottom: auto !important;
5048
  }
5049
  .mt-xxl-0 {
5050
    margin-top: 0 !important;
5051
  }
5052
  .mt-xxl-1 {
5053
    margin-top: 0.25rem !important;
5054
  }
5055
  .mt-xxl-2 {
5056
    margin-top: 0.5rem !important;
5057
  }
5058
  .mt-xxl-3 {
5059
    margin-top: 1rem !important;
5060
  }
5061
  .mt-xxl-4 {
5062
    margin-top: 1.5rem !important;
5063
  }
5064
  .mt-xxl-5 {
5065
    margin-top: 3rem !important;
5066
  }
5067
  .mt-xxl-auto {
5068
    margin-top: auto !important;
5069
  }
5070
  .me-xxl-0 {
5071
    margin-left: 0 !important;
5072
  }
5073
  .me-xxl-1 {
5074
    margin-left: 0.25rem !important;
5075
  }
5076
  .me-xxl-2 {
5077
    margin-left: 0.5rem !important;
5078
  }
5079
  .me-xxl-3 {
5080
    margin-left: 1rem !important;
5081
  }
5082
  .me-xxl-4 {
5083
    margin-left: 1.5rem !important;
5084
  }
5085
  .me-xxl-5 {
5086
    margin-left: 3rem !important;
5087
  }
5088
  .me-xxl-auto {
5089
    margin-left: auto !important;
5090
  }
5091
  .mb-xxl-0 {
5092
    margin-bottom: 0 !important;
5093
  }
5094
  .mb-xxl-1 {
5095
    margin-bottom: 0.25rem !important;
5096
  }
5097
  .mb-xxl-2 {
5098
    margin-bottom: 0.5rem !important;
5099
  }
5100
  .mb-xxl-3 {
5101
    margin-bottom: 1rem !important;
5102
  }
5103
  .mb-xxl-4 {
5104
    margin-bottom: 1.5rem !important;
5105
  }
5106
  .mb-xxl-5 {
5107
    margin-bottom: 3rem !important;
5108
  }
5109
  .mb-xxl-auto {
5110
    margin-bottom: auto !important;
5111
  }
5112
  .ms-xxl-0 {
5113
    margin-right: 0 !important;
5114
  }
5115
  .ms-xxl-1 {
5116
    margin-right: 0.25rem !important;
5117
  }
5118
  .ms-xxl-2 {
5119
    margin-right: 0.5rem !important;
5120
  }
5121
  .ms-xxl-3 {
5122
    margin-right: 1rem !important;
5123
  }
5124
  .ms-xxl-4 {
5125
    margin-right: 1.5rem !important;
5126
  }
5127
  .ms-xxl-5 {
5128
    margin-right: 3rem !important;
5129
  }
5130
  .ms-xxl-auto {
5131
    margin-right: auto !important;
5132
  }
5133
  .p-xxl-0 {
5134
    padding: 0 !important;
5135
  }
5136
  .p-xxl-1 {
5137
    padding: 0.25rem !important;
5138
  }
5139
  .p-xxl-2 {
5140
    padding: 0.5rem !important;
5141
  }
5142
  .p-xxl-3 {
5143
    padding: 1rem !important;
5144
  }
5145
  .p-xxl-4 {
5146
    padding: 1.5rem !important;
5147
  }
5148
  .p-xxl-5 {
5149
    padding: 3rem !important;
5150
  }
5151
  .px-xxl-0 {
5152
    padding-left: 0 !important;
5153
    padding-right: 0 !important;
5154
  }
5155
  .px-xxl-1 {
5156
    padding-left: 0.25rem !important;
5157
    padding-right: 0.25rem !important;
5158
  }
5159
  .px-xxl-2 {
5160
    padding-left: 0.5rem !important;
5161
    padding-right: 0.5rem !important;
5162
  }
5163
  .px-xxl-3 {
5164
    padding-left: 1rem !important;
5165
    padding-right: 1rem !important;
5166
  }
5167
  .px-xxl-4 {
5168
    padding-left: 1.5rem !important;
5169
    padding-right: 1.5rem !important;
5170
  }
5171
  .px-xxl-5 {
5172
    padding-left: 3rem !important;
5173
    padding-right: 3rem !important;
5174
  }
5175
  .py-xxl-0 {
5176
    padding-top: 0 !important;
5177
    padding-bottom: 0 !important;
5178
  }
5179
  .py-xxl-1 {
5180
    padding-top: 0.25rem !important;
5181
    padding-bottom: 0.25rem !important;
5182
  }
5183
  .py-xxl-2 {
5184
    padding-top: 0.5rem !important;
5185
    padding-bottom: 0.5rem !important;
5186
  }
5187
  .py-xxl-3 {
5188
    padding-top: 1rem !important;
5189
    padding-bottom: 1rem !important;
5190
  }
5191
  .py-xxl-4 {
5192
    padding-top: 1.5rem !important;
5193
    padding-bottom: 1.5rem !important;
5194
  }
5195
  .py-xxl-5 {
5196
    padding-top: 3rem !important;
5197
    padding-bottom: 3rem !important;
5198
  }
5199
  .pt-xxl-0 {
5200
    padding-top: 0 !important;
5201
  }
5202
  .pt-xxl-1 {
5203
    padding-top: 0.25rem !important;
5204
  }
5205
  .pt-xxl-2 {
5206
    padding-top: 0.5rem !important;
5207
  }
5208
  .pt-xxl-3 {
5209
    padding-top: 1rem !important;
5210
  }
5211
  .pt-xxl-4 {
5212
    padding-top: 1.5rem !important;
5213
  }
5214
  .pt-xxl-5 {
5215
    padding-top: 3rem !important;
5216
  }
5217
  .pe-xxl-0 {
5218
    padding-left: 0 !important;
5219
  }
5220
  .pe-xxl-1 {
5221
    padding-left: 0.25rem !important;
5222
  }
5223
  .pe-xxl-2 {
5224
    padding-left: 0.5rem !important;
5225
  }
5226
  .pe-xxl-3 {
5227
    padding-left: 1rem !important;
5228
  }
5229
  .pe-xxl-4 {
5230
    padding-left: 1.5rem !important;
5231
  }
5232
  .pe-xxl-5 {
5233
    padding-left: 3rem !important;
5234
  }
5235
  .pb-xxl-0 {
5236
    padding-bottom: 0 !important;
5237
  }
5238
  .pb-xxl-1 {
5239
    padding-bottom: 0.25rem !important;
5240
  }
5241
  .pb-xxl-2 {
5242
    padding-bottom: 0.5rem !important;
5243
  }
5244
  .pb-xxl-3 {
5245
    padding-bottom: 1rem !important;
5246
  }
5247
  .pb-xxl-4 {
5248
    padding-bottom: 1.5rem !important;
5249
  }
5250
  .pb-xxl-5 {
5251
    padding-bottom: 3rem !important;
5252
  }
5253
  .ps-xxl-0 {
5254
    padding-right: 0 !important;
5255
  }
5256
  .ps-xxl-1 {
5257
    padding-right: 0.25rem !important;
5258
  }
5259
  .ps-xxl-2 {
5260
    padding-right: 0.5rem !important;
5261
  }
5262
  .ps-xxl-3 {
5263
    padding-right: 1rem !important;
5264
  }
5265
  .ps-xxl-4 {
5266
    padding-right: 1.5rem !important;
5267
  }
5268
  .ps-xxl-5 {
5269
    padding-right: 3rem !important;
5270
  }
846 daniel-mar 5271
  .gap-xxl-0 {
5272
    gap: 0 !important;
5273
  }
5274
  .gap-xxl-1 {
5275
    gap: 0.25rem !important;
5276
  }
5277
  .gap-xxl-2 {
5278
    gap: 0.5rem !important;
5279
  }
5280
  .gap-xxl-3 {
5281
    gap: 1rem !important;
5282
  }
5283
  .gap-xxl-4 {
5284
    gap: 1.5rem !important;
5285
  }
5286
  .gap-xxl-5 {
5287
    gap: 3rem !important;
5288
  }
1056 daniel-mar 5289
  .row-gap-xxl-0 {
5290
    row-gap: 0 !important;
5291
  }
5292
  .row-gap-xxl-1 {
5293
    row-gap: 0.25rem !important;
5294
  }
5295
  .row-gap-xxl-2 {
5296
    row-gap: 0.5rem !important;
5297
  }
5298
  .row-gap-xxl-3 {
5299
    row-gap: 1rem !important;
5300
  }
5301
  .row-gap-xxl-4 {
5302
    row-gap: 1.5rem !important;
5303
  }
5304
  .row-gap-xxl-5 {
5305
    row-gap: 3rem !important;
5306
  }
5307
  .column-gap-xxl-0 {
5308
    -moz-column-gap: 0 !important;
5309
    column-gap: 0 !important;
5310
  }
5311
  .column-gap-xxl-1 {
5312
    -moz-column-gap: 0.25rem !important;
5313
    column-gap: 0.25rem !important;
5314
  }
5315
  .column-gap-xxl-2 {
5316
    -moz-column-gap: 0.5rem !important;
5317
    column-gap: 0.5rem !important;
5318
  }
5319
  .column-gap-xxl-3 {
5320
    -moz-column-gap: 1rem !important;
5321
    column-gap: 1rem !important;
5322
  }
5323
  .column-gap-xxl-4 {
5324
    -moz-column-gap: 1.5rem !important;
5325
    column-gap: 1.5rem !important;
5326
  }
5327
  .column-gap-xxl-5 {
5328
    -moz-column-gap: 3rem !important;
5329
    column-gap: 3rem !important;
5330
  }
597 daniel-mar 5331
  .text-xxl-start {
5332
    text-align: right !important;
5333
  }
5334
  .text-xxl-end {
5335
    text-align: left !important;
5336
  }
5337
  .text-xxl-center {
5338
    text-align: center !important;
5339
  }
5340
}
5341
@media (min-width: 1200px) {
5342
  .fs-1 {
5343
    font-size: 2.5rem !important;
5344
  }
5345
  .fs-2 {
5346
    font-size: 2rem !important;
5347
  }
5348
  .fs-3 {
5349
    font-size: 1.75rem !important;
5350
  }
5351
  .fs-4 {
5352
    font-size: 1.5rem !important;
5353
  }
5354
}
5355
@media print {
5356
  .d-print-inline {
5357
    display: inline !important;
5358
  }
5359
  .d-print-inline-block {
5360
    display: inline-block !important;
5361
  }
5362
  .d-print-block {
5363
    display: block !important;
5364
  }
5365
  .d-print-grid {
5366
    display: grid !important;
5367
  }
1151 daniel-mar 5368
  .d-print-inline-grid {
5369
    display: inline-grid !important;
5370
  }
597 daniel-mar 5371
  .d-print-table {
5372
    display: table !important;
5373
  }
5374
  .d-print-table-row {
5375
    display: table-row !important;
5376
  }
5377
  .d-print-table-cell {
5378
    display: table-cell !important;
5379
  }
5380
  .d-print-flex {
5381
    display: flex !important;
5382
  }
5383
  .d-print-inline-flex {
5384
    display: inline-flex !important;
5385
  }
5386
  .d-print-none {
5387
    display: none !important;
5388
  }
5389
}
5390
/*# sourceMappingURL=bootstrap-utilities.rtl.css.map */