@bagelink/vue 0.0.807 → 0.0.813
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/AddressSaerch.vue.d.ts +7 -0
- package/dist/components/AddressSaerch.vue.d.ts.map +1 -0
- package/dist/components/BglVideo.vue.d.ts.map +1 -1
- package/dist/components/ComboBox.vue.d.ts +3 -3
- package/dist/components/Comments.vue.d.ts +2 -2
- package/dist/components/ContactSubmissions.vue.d.ts +2 -2
- package/dist/components/DataPreview.vue.d.ts +9 -3
- package/dist/components/DataPreview.vue.d.ts.map +1 -1
- package/dist/components/DropDown.vue.d.ts +184 -15
- package/dist/components/DropDown.vue.d.ts.map +1 -1
- package/dist/components/FormSchema.vue.d.ts +4 -5
- package/dist/components/LangText.vue.d.ts +2 -2
- package/dist/components/MapEmbed.vue.d.ts.map +1 -1
- package/dist/components/ModalBglForm.vue.d.ts +20 -21
- package/dist/components/ModalForm.vue.d.ts +9 -3
- package/dist/components/ModalForm.vue.d.ts.map +1 -1
- package/dist/components/NavBar.vue.d.ts.map +1 -1
- package/dist/components/PersonPreview.vue.d.ts +4 -5
- package/dist/components/PersonPreviewFormkit.vue.d.ts +3 -4
- package/dist/components/Popover.vue.d.ts +10 -0
- package/dist/components/Popover.vue.d.ts.map +1 -0
- package/dist/components/RTXEditor.vue.d.ts +3 -3
- package/dist/components/TabbedLayout.vue.d.ts +4 -5
- package/dist/components/TableSchema.vue.d.ts +10 -2
- package/dist/components/TableSchema.vue.d.ts.map +1 -1
- package/dist/components/Zoomer.vue.d.ts.map +1 -1
- package/dist/components/charts/BarChart.vue.d.ts +2 -2
- package/dist/components/form/BglField.vue.d.ts +6 -2
- package/dist/components/form/BglField.vue.d.ts.map +1 -1
- package/dist/components/form/BglForm.vue.d.ts +9 -3
- package/dist/components/form/BglForm.vue.d.ts.map +1 -1
- package/dist/components/form/BglMultiStepForm.vue.d.ts +21 -3
- package/dist/components/form/BglMultiStepForm.vue.d.ts.map +1 -1
- package/dist/components/form/ItemRef.vue.d.ts +3 -5
- package/dist/components/form/ItemRef.vue.d.ts.map +1 -1
- package/dist/components/form/MaterialIcon.vue.d.ts +3 -4
- package/dist/components/form/PlainInputField.vue.d.ts +3 -3
- package/dist/components/form/inputs/ColorPicker.vue.d.ts +6 -2
- package/dist/components/form/inputs/ColorPicker.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/CurrencyInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/DatePicker.vue.d.ts +6 -2
- package/dist/components/form/inputs/DatePicker.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/DatetimeInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/DurationInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/DynamicLinkField.vue.d.ts +3 -3
- package/dist/components/form/inputs/EmailInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/FloatInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/IntInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/LinkField.vue.d.ts +3 -3
- package/dist/components/form/inputs/Password.vue.d.ts +3 -3
- package/dist/components/form/inputs/PasswordInput.vue.d.ts +3 -1
- package/dist/components/form/inputs/PasswordInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/PlainText.vue.d.ts +3 -3
- package/dist/components/form/inputs/RadioGroup.vue.d.ts +3 -1
- package/dist/components/form/inputs/RadioGroup.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/ReadOnlyInput.vue.d.ts +2 -2
- package/dist/components/form/inputs/RichText2/formatting.d.ts.map +1 -1
- package/dist/components/form/inputs/RichTextEditor.vue.d.ts +3 -3
- package/dist/components/form/inputs/SelectField.vue.d.ts +8 -6
- package/dist/components/form/inputs/SelectField.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectInput.vue.d.ts +53 -4
- package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/TableField.vue.d.ts +6 -2
- package/dist/components/form/inputs/TableField.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/TextArea.vue.d.ts +3 -3
- package/dist/components/form/inputs/TextInput.vue.d.ts +6 -2
- package/dist/components/form/inputs/TextInput.vue.d.ts.map +1 -1
- package/dist/components/formkit/AddressArray.vue.d.ts +2 -2
- package/dist/components/formkit/BankDetailsArray.vue.d.ts +2 -2
- package/dist/components/formkit/ContactArrayFormKit.vue.d.ts +2 -2
- package/dist/components/formkit/FileUploader.vue.d.ts +2 -2
- package/dist/components/formkit/MiscFields.vue.d.ts +2 -2
- package/dist/components/formkit/Toggle.vue.d.ts +2 -2
- package/dist/components/lightbox/Lightbox.vue.d.ts.map +1 -1
- package/dist/components/lightbox/index.d.ts.map +1 -1
- package/dist/components/sortable/Animation.d.ts +43 -0
- package/dist/components/sortable/Animation.d.ts.map +1 -0
- package/dist/components/sortable/BrowserInfo.d.ts +7 -0
- package/dist/components/sortable/BrowserInfo.d.ts.map +1 -0
- package/dist/components/sortable/EventDispatcher.d.ts +13 -0
- package/dist/components/sortable/EventDispatcher.d.ts.map +1 -0
- package/dist/components/sortable/PluginManager.d.ts +27 -0
- package/dist/components/sortable/PluginManager.d.ts.map +1 -0
- package/dist/components/sortable/Sortable.d.ts +81 -0
- package/dist/components/sortable/Sortable.d.ts.map +1 -0
- package/dist/components/sortable/index.d.ts +5 -0
- package/dist/components/sortable/index.d.ts.map +1 -0
- package/dist/components/sortable/utils.d.ts +49 -0
- package/dist/components/sortable/utils.d.ts.map +1 -0
- package/dist/components/whatsapp/form/MsgTemplate.vue.d.ts +3 -4
- package/dist/components/whatsapp/form/TextVariableExamples.vue.d.ts +2 -2
- package/dist/composables/drag-n-drop/useDraggable.d.ts +2 -0
- package/dist/composables/drag-n-drop/useDraggable.d.ts.map +1 -0
- package/dist/composables/index.d.ts +3 -1
- package/dist/composables/index.d.ts.map +1 -1
- package/dist/index.cjs +357 -271
- package/dist/index.mjs +357 -271
- package/dist/plugins/drag-n-drop/draggable.d.ts +4 -0
- package/dist/plugins/drag-n-drop/draggable.d.ts.map +1 -0
- package/dist/plugins/drag-n-drop/droppable.d.ts +4 -0
- package/dist/plugins/drag-n-drop/droppable.d.ts.map +1 -0
- package/dist/plugins/drag-n-drop/index.d.ts +5 -0
- package/dist/plugins/drag-n-drop/index.d.ts.map +1 -0
- package/dist/plugins/drag-n-drop/useDraggable.d.ts +8 -0
- package/dist/plugins/drag-n-drop/useDraggable.d.ts.map +1 -0
- package/dist/plugins/drag-n-drop/useDroppable.d.ts +7 -0
- package/dist/plugins/drag-n-drop/useDroppable.d.ts.map +1 -0
- package/dist/plugins/modal.d.ts +12 -4
- package/dist/plugins/modal.d.ts.map +1 -1
- package/dist/style.css +3818 -389
- package/dist/types/BagelForm.d.ts +27 -9
- package/dist/types/BagelForm.d.ts.map +1 -1
- package/dist/types/index.d.ts +3 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/materialIcon.d.ts +2 -0
- package/dist/types/materialIcon.d.ts.map +1 -0
- package/dist/utils/BagelFormUtils.d.ts +75 -17
- package/dist/utils/BagelFormUtils.d.ts.map +1 -1
- package/dist/utils/allCountries.d.ts +1 -1
- package/dist/utils/allCountries.d.ts.map +1 -1
- package/dist/utils/index.d.ts +6 -2
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/lang.d.ts +3 -1
- package/dist/utils/lang.d.ts.map +1 -1
- package/dist/utils/objects.d.ts +0 -1
- package/dist/utils/strings.d.ts.map +1 -1
- package/package.json +5 -5
- package/src/components/Accordion.vue +1 -1
- package/src/components/AccordionItem.vue +4 -4
- package/src/components/AddressSearch.vue +1 -1
- package/src/components/BglVideo.vue +1 -2
- package/src/components/DataPreview.vue +1 -1
- package/src/components/MapEmbed.vue +4 -6
- package/src/components/ModalForm.vue +3 -3
- package/src/components/NavBar.vue +6 -3
- package/src/components/TableSchema.vue +6 -6
- package/src/components/Zoomer.vue +7 -8
- package/src/components/dashboard/Lineart.vue +3 -3
- package/src/components/form/BglField.vue +2 -2
- package/src/components/form/BglFieldSet.vue +1 -1
- package/src/components/form/BglForm.vue +2 -2
- package/src/components/form/inputs/CheckInput.vue +1 -1
- package/src/components/form/inputs/ColorPicker.vue +1 -1
- package/src/components/form/inputs/DatePicker.vue +1 -1
- package/src/components/form/inputs/FileUpload.vue +4 -4
- package/src/components/form/inputs/OTP.vue +6 -6
- package/src/components/form/inputs/PasswordInput.vue +1 -1
- package/src/components/form/inputs/RadioPillsInput.vue +1 -1
- package/src/components/form/inputs/RichText.vue +1 -1
- package/src/components/form/inputs/RichText2/Toolbar.vue +2 -2
- package/src/components/form/inputs/RichText2/formatting.ts +5 -3
- package/src/components/form/inputs/RichText2/index.vue +1 -1
- package/src/components/form/inputs/SelectInput.vue +6 -6
- package/src/components/form/inputs/SignaturePad.vue +2 -2
- package/src/components/form/inputs/TableField.vue +5 -5
- package/src/components/form/inputs/TelInput.vue +4 -4
- package/src/components/form/inputs/TextInput.vue +1 -1
- package/src/components/form/inputs/ToggleInput.vue +1 -1
- package/src/components/formkit/FileUploader.vue +1 -1
- package/src/components/formkit/MiscFields.vue +1 -1
- package/src/components/layout/Layout.vue +2 -2
- package/src/components/layout/Tabs.vue +2 -2
- package/src/components/layout/TabsNav.vue +1 -1
- package/src/components/layout/tabsManager.ts +1 -1
- package/src/components/lightbox/Lightbox.vue +2 -2
- package/src/components/lightbox/index.ts +13 -7
- package/src/composables/index.ts +2 -2
- package/src/plugins/modal.ts +7 -7
- package/src/styles/appearance.css +36 -0
- package/src/styles/buttons.css +24 -0
- package/src/styles/layout.css +1989 -68
- package/src/styles/mobilLayout.css +1946 -41
- package/src/styles/theme.css +1 -1
- package/src/types/BagelForm.ts +9 -9
- package/src/types/index.ts +1 -1
- package/src/utils/BagelFormUtils.ts +1 -1
- package/src/utils/allCountries.ts +1 -1
- package/src/utils/index.ts +7 -7
- package/src/utils/lang.ts +1 -1
- package/src/utils/strings.ts +1 -2
- package/vite.config.ts +1 -1
- package/dist/components/Accordion.d.ts +0 -12
- package/dist/components/Accordion.d.ts.map +0 -1
- package/dist/components/AccordionItem.d.ts +0 -34
- package/dist/components/AccordionItem.d.ts.map +0 -1
- package/dist/components/Alert.d.ts +0 -34
- package/dist/components/Alert.d.ts.map +0 -1
- package/dist/components/Avatar.d.ts +0 -36
- package/dist/components/Avatar.d.ts.map +0 -1
- package/dist/components/Badge.d.ts +0 -22
- package/dist/components/Badge.d.ts.map +0 -1
- package/dist/components/BglVideo.d.ts +0 -20
- package/dist/components/BglVideo.d.ts.map +0 -1
- package/dist/components/Btn.d.ts +0 -99
- package/dist/components/Btn.d.ts.map +0 -1
- package/dist/components/Card.d.ts +0 -39
- package/dist/components/Card.d.ts.map +0 -1
- package/dist/components/Carousel.d.ts +0 -74
- package/dist/components/Carousel.d.ts.map +0 -1
- package/dist/components/DataPreview.d.ts +0 -42
- package/dist/components/DataPreview.d.ts.map +0 -1
- package/dist/components/Drop.vue.d.ts +0 -34
- package/dist/components/Drop.vue.d.ts.map +0 -1
- package/dist/components/FileUploader.vue.d.ts +0 -60
- package/dist/components/FileUploader.vue.d.ts.map +0 -1
- package/dist/components/Flag.d.ts +0 -20
- package/dist/components/Flag.d.ts.map +0 -1
- package/dist/components/ListItem.d.ts +0 -34
- package/dist/components/ListItem.d.ts.map +0 -1
- package/dist/components/ListView.d.ts +0 -13
- package/dist/components/ListView.d.ts.map +0 -1
- package/dist/components/MapEmbed.d.ts +0 -3
- package/dist/components/MapEmbed.d.ts.map +0 -1
- package/dist/components/MaterialIcon.d.ts +0 -26
- package/dist/components/MaterialIcon.d.ts.map +0 -1
- package/dist/components/Modal.d.ts +0 -46
- package/dist/components/Modal.d.ts.map +0 -1
- package/dist/components/ModalConfirm.d.ts +0 -24
- package/dist/components/ModalConfirm.d.ts.map +0 -1
- package/dist/components/ModalForm.d.ts +0 -78
- package/dist/components/ModalForm.d.ts.map +0 -1
- package/dist/components/NavBar.d.ts +0 -64
- package/dist/components/NavBar.d.ts.map +0 -1
- package/dist/components/PageTitle.d.ts +0 -24
- package/dist/components/PageTitle.d.ts.map +0 -1
- package/dist/components/RouterWrapper.d.ts +0 -3
- package/dist/components/RouterWrapper.d.ts.map +0 -1
- package/dist/components/TableSchema.d.ts +0 -35
- package/dist/components/TableSchema.d.ts.map +0 -1
- package/dist/components/Title.d.ts +0 -42
- package/dist/components/Title.d.ts.map +0 -1
- package/dist/components/TopBar.d.ts +0 -12
- package/dist/components/TopBar.d.ts.map +0 -1
- package/dist/components/dashboard/Lineart.d.ts +0 -20
- package/dist/components/dashboard/Lineart.d.ts.map +0 -1
- package/dist/components/form/BglField.d.ts +0 -25
- package/dist/components/form/BglField.d.ts.map +0 -1
- package/dist/components/form/BglForm.d.ts +0 -75
- package/dist/components/form/BglForm.d.ts.map +0 -1
- package/dist/components/form/inputs/CheckInput.d.ts +0 -56
- package/dist/components/form/inputs/CheckInput.d.ts.map +0 -1
- package/dist/components/form/inputs/Checkbox.d.ts +0 -16
- package/dist/components/form/inputs/Checkbox.d.ts.map +0 -1
- package/dist/components/form/inputs/ColorPicker.d.ts +0 -48
- package/dist/components/form/inputs/ColorPicker.d.ts.map +0 -1
- package/dist/components/form/inputs/DateInput.d.ts +0 -64
- package/dist/components/form/inputs/DateInput.d.ts.map +0 -1
- package/dist/components/form/inputs/DatePicker.d.ts +0 -33
- package/dist/components/form/inputs/DatePicker.d.ts.map +0 -1
- package/dist/components/form/inputs/FileUpload.d.ts +0 -108
- package/dist/components/form/inputs/FileUpload.d.ts.map +0 -1
- package/dist/components/form/inputs/JSONInput.d.ts +0 -53
- package/dist/components/form/inputs/JSONInput.d.ts.map +0 -1
- package/dist/components/form/inputs/RadioGroup.d.ts +0 -42
- package/dist/components/form/inputs/RadioGroup.d.ts.map +0 -1
- package/dist/components/form/inputs/RadioPillsInput.d.ts +0 -48
- package/dist/components/form/inputs/RadioPillsInput.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText.d.ts +0 -20
- package/dist/components/form/inputs/RichText.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText2/Toolbar.d.ts +0 -22
- package/dist/components/form/inputs/RichText2/Toolbar.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText2/index.d.ts +0 -24
- package/dist/components/form/inputs/RichText2/index.d.ts.map +0 -1
- package/dist/components/form/inputs/SelectInput.d.ts +0 -55
- package/dist/components/form/inputs/SelectInput.d.ts.map +0 -1
- package/dist/components/form/inputs/SignaturePad.d.ts +0 -72
- package/dist/components/form/inputs/SignaturePad.d.ts.map +0 -1
- package/dist/components/form/inputs/TableField.d.ts +0 -45
- package/dist/components/form/inputs/TableField.d.ts.map +0 -1
- package/dist/components/form/inputs/TelInput.d.ts +0 -241
- package/dist/components/form/inputs/TelInput.d.ts.map +0 -1
- package/dist/components/form/inputs/TextInput.d.ts +0 -90
- package/dist/components/form/inputs/TextInput.d.ts.map +0 -1
- package/dist/components/form/inputs/ToggleInput.d.ts +0 -58
- package/dist/components/form/inputs/ToggleInput.d.ts.map +0 -1
- package/dist/components/layout/BottomMenu.d.ts +0 -27
- package/dist/components/layout/BottomMenu.d.ts.map +0 -1
- package/dist/components/layout/Layout.d.ts +0 -58
- package/dist/components/layout/Layout.d.ts.map +0 -1
- package/dist/components/layout/SidebarMenu.d.ts +0 -38
- package/dist/components/layout/SidebarMenu.d.ts.map +0 -1
- package/dist/components/layout/TabbedLayout.d.ts +0 -42
- package/dist/components/layout/TabbedLayout.d.ts.map +0 -1
- package/dist/components/layout/Tabs.d.ts +0 -31
- package/dist/components/layout/Tabs.d.ts.map +0 -1
- package/dist/components/layout/TabsBody.d.ts +0 -23
- package/dist/components/layout/TabsBody.d.ts.map +0 -1
- package/dist/components/layout/TabsNav.d.ts +0 -35
- package/dist/components/layout/TabsNav.d.ts.map +0 -1
package/src/styles/layout.css
CHANGED
|
@@ -194,6 +194,42 @@
|
|
|
194
194
|
inset-inline-start: 0;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
+
.start-1-5 {
|
|
198
|
+
inset-inline-start: 1.5rem;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.start-2-5 {
|
|
202
|
+
inset-inline-start: 2.5rem;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.start-3-5 {
|
|
206
|
+
inset-inline-start: 3.5rem;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.start-4-5 {
|
|
210
|
+
inset-inline-start: 4.5rem;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.start-5-5 {
|
|
214
|
+
inset-inline-start: 5.5rem;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.start-6-5 {
|
|
218
|
+
inset-inline-start: 6.5rem;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.start-7-5 {
|
|
222
|
+
inset-inline-start: 7.5rem;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.start-8-5 {
|
|
226
|
+
inset-inline-start: 8.5rem;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.start-9-5 {
|
|
230
|
+
inset-inline-start: 9.5rem;
|
|
231
|
+
}
|
|
232
|
+
|
|
197
233
|
.start-1 {
|
|
198
234
|
inset-inline-start: 1rem;
|
|
199
235
|
}
|
|
@@ -226,6 +262,50 @@
|
|
|
226
262
|
inset-inline-start: 8rem;
|
|
227
263
|
}
|
|
228
264
|
|
|
265
|
+
.start-9 {
|
|
266
|
+
inset-inline-start: 9rem;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.start-10 {
|
|
270
|
+
inset-inline-start: 10rem;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.-start-1-5 {
|
|
274
|
+
inset-inline-start: -1.5rem;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.-start-2-5 {
|
|
278
|
+
inset-inline-start: -2.5rem;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.-start-3-5 {
|
|
282
|
+
inset-inline-start: -3.5rem;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.-start-4-5 {
|
|
286
|
+
inset-inline-start: -4.5rem;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.-start-5-5 {
|
|
290
|
+
inset-inline-start: -5.5rem;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.-start-6-5 {
|
|
294
|
+
inset-inline-start: -6.5rem;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.-start-7-5 {
|
|
298
|
+
inset-inline-start: -7.5rem;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.-start-8-5 {
|
|
302
|
+
inset-inline-start: -8.5rem;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.-start-9-5 {
|
|
306
|
+
inset-inline-start: -9.5rem;
|
|
307
|
+
}
|
|
308
|
+
|
|
229
309
|
.-start-1 {
|
|
230
310
|
inset-inline-start: -1rem;
|
|
231
311
|
}
|
|
@@ -258,11 +338,56 @@
|
|
|
258
338
|
inset-inline-start: -8rem;
|
|
259
339
|
}
|
|
260
340
|
|
|
341
|
+
.-start-9 {
|
|
342
|
+
inset-inline-start: -9rem;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
.-start-10 {
|
|
346
|
+
inset-inline-start: -10rem;
|
|
347
|
+
}
|
|
348
|
+
|
|
261
349
|
.inset-inline-end,
|
|
262
350
|
.end {
|
|
263
351
|
inset-inline-end: 0;
|
|
264
352
|
}
|
|
265
353
|
|
|
354
|
+
.end-1-5 {
|
|
355
|
+
inset-inline-end: 1.5rem;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.end-2-5 {
|
|
359
|
+
inset-inline-end: 2.5rem;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
.end-3-5 {
|
|
363
|
+
inset-inline-end: 3.5rem;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.end-4-5 {
|
|
367
|
+
inset-inline-end: 4.5rem;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.end-5-5 {
|
|
371
|
+
inset-inline-end: 5.5rem;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
.end-6-5 {
|
|
375
|
+
inset-inline-end: 6.5rem;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.end-7-5 {
|
|
379
|
+
inset-inline-end: 7.5rem;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.end-8-5 {
|
|
383
|
+
inset-inline-end: 8.5rem;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.end-9-5 {
|
|
387
|
+
inset-inline-end: 9.5rem;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
|
|
266
391
|
.end-1 {
|
|
267
392
|
inset-inline-end: 1rem;
|
|
268
393
|
}
|
|
@@ -295,6 +420,50 @@
|
|
|
295
420
|
inset-inline-end: 8rem;
|
|
296
421
|
}
|
|
297
422
|
|
|
423
|
+
.end-9 {
|
|
424
|
+
inset-inline-end: 9rem;
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
.end-10 {
|
|
428
|
+
inset-inline-end: 10rem;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
.-end-1-5 {
|
|
432
|
+
inset-inline-end: -1.5rem;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
.-end-2-5 {
|
|
436
|
+
inset-inline-end: -2.5rem;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
.-end-3-5 {
|
|
440
|
+
inset-inline-end: -3.5rem;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
.-end-4-5 {
|
|
444
|
+
inset-inline-end: -4.5rem;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.-end-5-5 {
|
|
448
|
+
inset-inline-end: -5.5rem;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
.-end-6-5 {
|
|
452
|
+
inset-inline-end: -6.5rem;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
.-end-7-5 {
|
|
456
|
+
inset-inline-end: -7.5rem;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.-end-8-5 {
|
|
460
|
+
inset-inline-end: -8.5rem;
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
.-end-9-5 {
|
|
464
|
+
inset-inline-end: -9.5rem;
|
|
465
|
+
}
|
|
466
|
+
|
|
298
467
|
.-end-1 {
|
|
299
468
|
inset-inline-end: -1rem;
|
|
300
469
|
}
|
|
@@ -327,11 +496,55 @@
|
|
|
327
496
|
inset-inline-end: -8rem;
|
|
328
497
|
}
|
|
329
498
|
|
|
499
|
+
.-end-9 {
|
|
500
|
+
inset-inline-end: -9rem;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
.-end-10 {
|
|
504
|
+
inset-inline-end: -10rem;
|
|
505
|
+
}
|
|
506
|
+
|
|
330
507
|
.top,
|
|
331
508
|
.top-0 {
|
|
332
509
|
top: 0;
|
|
333
510
|
}
|
|
334
511
|
|
|
512
|
+
.top-1-5 {
|
|
513
|
+
top: 1.5rem;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
.top-2-5 {
|
|
517
|
+
top: 2.5rem;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
.top-3-5 {
|
|
521
|
+
top: 3.5rem;
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
.top-4-5 {
|
|
525
|
+
top: 4.5rem;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
.top-5-5 {
|
|
529
|
+
top: 5.5rem;
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
.top-6-5 {
|
|
533
|
+
top: 6.5rem;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
.top-7-5 {
|
|
537
|
+
top: 7.5rem;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
.top-8-5 {
|
|
541
|
+
top: 8.5rem;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.top-9-5 {
|
|
545
|
+
top: 9.5rem;
|
|
546
|
+
}
|
|
547
|
+
|
|
335
548
|
.top-1 {
|
|
336
549
|
top: 1rem;
|
|
337
550
|
}
|
|
@@ -364,6 +577,50 @@
|
|
|
364
577
|
top: 8rem;
|
|
365
578
|
}
|
|
366
579
|
|
|
580
|
+
.top-9 {
|
|
581
|
+
top: 9rem;
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
.top-10 {
|
|
585
|
+
top: 10rem;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
.-top-1-5 {
|
|
589
|
+
top: -1.5rem;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
.-top-2-5 {
|
|
593
|
+
top: -2.5rem;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
.-top-3-5 {
|
|
597
|
+
top: -3.5rem;
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
.-top-4-5 {
|
|
601
|
+
top: -4.5rem;
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
.-top-5-5 {
|
|
605
|
+
top: -5.5rem;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
.-top-6-5 {
|
|
609
|
+
top: -6.5rem;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
.-top-7-5 {
|
|
613
|
+
top: -7.5rem;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
.-top-8-5 {
|
|
617
|
+
top: -8.5rem;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
.-top-9-5 {
|
|
621
|
+
top: -9.5rem;
|
|
622
|
+
}
|
|
623
|
+
|
|
367
624
|
.-top-1 {
|
|
368
625
|
top: -1rem;
|
|
369
626
|
}
|
|
@@ -396,11 +653,55 @@
|
|
|
396
653
|
top: -8rem;
|
|
397
654
|
}
|
|
398
655
|
|
|
656
|
+
.-top-9 {
|
|
657
|
+
top: -9rem;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
.-top-10 {
|
|
661
|
+
top: -10rem;
|
|
662
|
+
}
|
|
663
|
+
|
|
399
664
|
.bottom,
|
|
400
665
|
.bottom-0 {
|
|
401
666
|
bottom: 0;
|
|
402
667
|
}
|
|
403
668
|
|
|
669
|
+
.bottom-1-5 {
|
|
670
|
+
bottom: 1.5rem;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
.bottom-2-5 {
|
|
674
|
+
bottom: 2.5rem;
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
.bottom-3-5 {
|
|
678
|
+
bottom: 3.5rem;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
.bottom-4-5 {
|
|
682
|
+
bottom: 4.5rem;
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
.bottom-5-5 {
|
|
686
|
+
bottom: 5.5rem;
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
.bottom-6-5 {
|
|
690
|
+
bottom: 6.5rem;
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
.bottom-7-5 {
|
|
694
|
+
bottom: 7.5rem;
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
.bottom-8-5 {
|
|
698
|
+
bottom: 8.5rem;
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
.bottom-9-5 {
|
|
702
|
+
bottom: 9.5rem;
|
|
703
|
+
}
|
|
704
|
+
|
|
404
705
|
.bottom-1 {
|
|
405
706
|
bottom: 1rem;
|
|
406
707
|
}
|
|
@@ -433,6 +734,51 @@
|
|
|
433
734
|
bottom: 8rem;
|
|
434
735
|
}
|
|
435
736
|
|
|
737
|
+
.bottom-9 {
|
|
738
|
+
bottom: 9rem;
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
.bottom-10 {
|
|
742
|
+
bottom: 10rem;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
.-bottom-1-5 {
|
|
746
|
+
bottom: -1.5rem;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
.-bottom-2-5 {
|
|
750
|
+
bottom: -2.5rem;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
.-bottom-3-5 {
|
|
754
|
+
bottom: -3.5rem;
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
.-bottom-4-5 {
|
|
758
|
+
bottom: -4.5rem;
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
.-bottom-5-5 {
|
|
762
|
+
bottom: -5.5rem;
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
.-bottom-6-5 {
|
|
766
|
+
bottom: -6.5rem;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
.-bottom-7-5 {
|
|
770
|
+
bottom: -7.5rem;
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
.-bottom-8-5 {
|
|
774
|
+
bottom: -8.5rem;
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
.-bottom-9-5 {
|
|
778
|
+
bottom: -9.5rem;
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
|
|
436
782
|
.-bottom-1 {
|
|
437
783
|
bottom: -1rem;
|
|
438
784
|
}
|
|
@@ -465,6 +811,14 @@
|
|
|
465
811
|
bottom: -8rem;
|
|
466
812
|
}
|
|
467
813
|
|
|
814
|
+
.-bottom-9 {
|
|
815
|
+
bottom: -9rem;
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
.-bottom-10 {
|
|
819
|
+
bottom: -10rem;
|
|
820
|
+
}
|
|
821
|
+
|
|
468
822
|
|
|
469
823
|
.auto-flow-rows {
|
|
470
824
|
grid-auto-flow: row;
|
|
@@ -525,183 +879,223 @@
|
|
|
525
879
|
width: 98%;
|
|
526
880
|
}
|
|
527
881
|
|
|
528
|
-
.w10
|
|
882
|
+
.w10,
|
|
883
|
+
.w10px {
|
|
529
884
|
max-width: 10px;
|
|
530
885
|
}
|
|
531
886
|
|
|
532
|
-
.w20
|
|
533
|
-
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
.w20 {
|
|
887
|
+
.w20,
|
|
888
|
+
.w20px {
|
|
537
889
|
max-width: 20px;
|
|
538
890
|
}
|
|
539
891
|
|
|
540
|
-
.w30
|
|
892
|
+
.w30,
|
|
893
|
+
.w30px {
|
|
541
894
|
max-width: 30px;
|
|
542
895
|
}
|
|
543
896
|
|
|
544
|
-
.w40
|
|
897
|
+
.w40,
|
|
898
|
+
.w40px {
|
|
545
899
|
max-width: 40px;
|
|
546
900
|
}
|
|
547
901
|
|
|
548
|
-
.w50
|
|
902
|
+
.w50,
|
|
903
|
+
.w50px {
|
|
549
904
|
max-width: 50px;
|
|
550
905
|
}
|
|
551
906
|
|
|
552
|
-
.w60
|
|
907
|
+
.w60,
|
|
908
|
+
.w60px {
|
|
553
909
|
max-width: 60px;
|
|
554
910
|
}
|
|
555
911
|
|
|
556
|
-
.w70
|
|
912
|
+
.w70,
|
|
913
|
+
.w70px {
|
|
557
914
|
max-width: 70px;
|
|
558
915
|
}
|
|
559
916
|
|
|
560
|
-
.w80
|
|
917
|
+
.w80,
|
|
918
|
+
.w80px {
|
|
561
919
|
max-width: 80px;
|
|
562
920
|
}
|
|
563
921
|
|
|
564
|
-
.w90
|
|
922
|
+
.w90,
|
|
923
|
+
.w90px {
|
|
565
924
|
max-width: 90px;
|
|
566
925
|
}
|
|
567
926
|
|
|
568
|
-
.w100
|
|
927
|
+
.w100,
|
|
928
|
+
.w100px {
|
|
569
929
|
max-width: 100px;
|
|
570
930
|
}
|
|
571
931
|
|
|
572
|
-
.w150
|
|
932
|
+
.w150,
|
|
933
|
+
.w150px {
|
|
573
934
|
max-width: 150px;
|
|
574
935
|
}
|
|
575
936
|
|
|
576
|
-
.w200
|
|
937
|
+
.w200,
|
|
938
|
+
.w200px {
|
|
577
939
|
max-width: 200px;
|
|
578
940
|
}
|
|
579
941
|
|
|
580
|
-
.w250
|
|
942
|
+
.w250,
|
|
943
|
+
.w250px {
|
|
581
944
|
max-width: 250px;
|
|
582
945
|
}
|
|
583
946
|
|
|
584
|
-
.w300
|
|
947
|
+
.w300,
|
|
948
|
+
.w300px {
|
|
585
949
|
max-width: 300px;
|
|
586
950
|
}
|
|
587
951
|
|
|
588
|
-
.w350
|
|
952
|
+
.w350,
|
|
953
|
+
.w350px {
|
|
589
954
|
max-width: 350px;
|
|
590
955
|
}
|
|
591
956
|
|
|
592
|
-
.w400
|
|
957
|
+
.w400,
|
|
958
|
+
.w400px {
|
|
593
959
|
max-width: 400px;
|
|
594
960
|
}
|
|
595
961
|
|
|
596
|
-
.w450
|
|
962
|
+
.w450,
|
|
963
|
+
.w450px {
|
|
597
964
|
max-width: 450px;
|
|
598
965
|
}
|
|
599
966
|
|
|
600
|
-
.w500
|
|
967
|
+
.w500,
|
|
968
|
+
.w500px {
|
|
601
969
|
max-width: 500px;
|
|
602
970
|
}
|
|
603
971
|
|
|
604
|
-
.w550
|
|
972
|
+
.w550,
|
|
973
|
+
.w550px {
|
|
605
974
|
max-width: 550px;
|
|
606
975
|
}
|
|
607
976
|
|
|
608
|
-
.w600
|
|
977
|
+
.w600,
|
|
978
|
+
.w600px {
|
|
609
979
|
max-width: 600px;
|
|
610
980
|
}
|
|
611
981
|
|
|
612
|
-
.w650
|
|
982
|
+
.w650,
|
|
983
|
+
.w650px {
|
|
613
984
|
max-width: 650px;
|
|
614
985
|
}
|
|
615
986
|
|
|
616
|
-
.w700
|
|
987
|
+
.w700,
|
|
988
|
+
.w700px {
|
|
617
989
|
max-width: 700px;
|
|
618
990
|
}
|
|
619
991
|
|
|
620
|
-
.w750
|
|
992
|
+
.w750,
|
|
993
|
+
.w750px {
|
|
621
994
|
max-width: 750px;
|
|
622
995
|
}
|
|
623
996
|
|
|
624
|
-
.w770
|
|
997
|
+
.w770,
|
|
998
|
+
.w770px {
|
|
625
999
|
max-width: 770px;
|
|
626
1000
|
}
|
|
627
1001
|
|
|
628
|
-
.w800
|
|
1002
|
+
.w800,
|
|
1003
|
+
.w800px {
|
|
629
1004
|
max-width: 800px;
|
|
630
1005
|
}
|
|
631
1006
|
|
|
632
|
-
.w850
|
|
1007
|
+
.w850,
|
|
1008
|
+
.w850px {
|
|
633
1009
|
max-width: 850px;
|
|
634
1010
|
}
|
|
635
1011
|
|
|
636
|
-
.w900
|
|
1012
|
+
.w900,
|
|
1013
|
+
.w900px {
|
|
637
1014
|
max-width: 900px;
|
|
638
1015
|
}
|
|
639
1016
|
|
|
640
|
-
.w950
|
|
1017
|
+
.w950,
|
|
1018
|
+
.w950px {
|
|
641
1019
|
max-width: 950px;
|
|
642
1020
|
}
|
|
643
1021
|
|
|
644
|
-
.w970
|
|
1022
|
+
.w970,
|
|
1023
|
+
.w970px {
|
|
645
1024
|
max-width: 970px;
|
|
646
1025
|
}
|
|
647
1026
|
|
|
648
|
-
.w1000
|
|
1027
|
+
.w1000,
|
|
1028
|
+
.w1000px {
|
|
649
1029
|
max-width: 1000px;
|
|
650
1030
|
}
|
|
651
1031
|
|
|
652
|
-
.w1030
|
|
1032
|
+
.w1030,
|
|
1033
|
+
.w1030px {
|
|
653
1034
|
max-width: 1030px;
|
|
654
1035
|
}
|
|
655
1036
|
|
|
656
|
-
.w1050
|
|
1037
|
+
.w1050,
|
|
1038
|
+
.w1050px {
|
|
657
1039
|
max-width: 1050px;
|
|
658
1040
|
}
|
|
659
1041
|
|
|
660
|
-
.w1100
|
|
1042
|
+
.w1100,
|
|
1043
|
+
.w1100px {
|
|
661
1044
|
max-width: 1100px;
|
|
662
1045
|
}
|
|
663
1046
|
|
|
664
|
-
.w1150
|
|
1047
|
+
.w1150,
|
|
1048
|
+
.w1150px {
|
|
665
1049
|
max-width: 1150px;
|
|
666
1050
|
}
|
|
667
1051
|
|
|
668
|
-
.w1170
|
|
1052
|
+
.w1170,
|
|
1053
|
+
.w1170px {
|
|
669
1054
|
max-width: 1170px;
|
|
670
1055
|
}
|
|
671
1056
|
|
|
672
|
-
.w1200
|
|
1057
|
+
.w1200,
|
|
1058
|
+
.w1200px {
|
|
673
1059
|
max-width: 1200px;
|
|
674
1060
|
}
|
|
675
1061
|
|
|
676
|
-
.w1250
|
|
1062
|
+
.w1250,
|
|
1063
|
+
.w1250px {
|
|
677
1064
|
max-width: 1250px;
|
|
678
1065
|
}
|
|
679
1066
|
|
|
680
|
-
.w1300
|
|
1067
|
+
.w1300,
|
|
1068
|
+
.w1300px {
|
|
681
1069
|
max-width: 1300px;
|
|
682
1070
|
}
|
|
683
1071
|
|
|
684
|
-
.w1350
|
|
1072
|
+
.w1350,
|
|
1073
|
+
.w1350px {
|
|
685
1074
|
max-width: 1350px;
|
|
686
1075
|
}
|
|
687
1076
|
|
|
688
|
-
.w1400
|
|
1077
|
+
.w1400,
|
|
1078
|
+
.w1400px {
|
|
689
1079
|
max-width: 1400px;
|
|
690
1080
|
}
|
|
691
1081
|
|
|
692
|
-
.w1450
|
|
1082
|
+
.w1450,
|
|
1083
|
+
.w1450px {
|
|
693
1084
|
max-width: 1450px;
|
|
694
1085
|
}
|
|
695
1086
|
|
|
696
|
-
.w1500
|
|
1087
|
+
.w1500,
|
|
1088
|
+
.w1500px {
|
|
697
1089
|
max-width: 1500px;
|
|
698
1090
|
}
|
|
699
1091
|
|
|
700
|
-
.w1550
|
|
1092
|
+
.w1550,
|
|
1093
|
+
.w1550px {
|
|
701
1094
|
max-width: 1550px;
|
|
702
1095
|
}
|
|
703
1096
|
|
|
704
|
-
.w1600
|
|
1097
|
+
.w1600,
|
|
1098
|
+
.w1600px {
|
|
705
1099
|
max-width: 1600px;
|
|
706
1100
|
}
|
|
707
1101
|
|
|
@@ -802,6 +1196,63 @@
|
|
|
802
1196
|
gap: 5rem;
|
|
803
1197
|
}
|
|
804
1198
|
|
|
1199
|
+
.gap-6 {
|
|
1200
|
+
gap: 6rem;
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
.gap-7 {
|
|
1204
|
+
gap: 7rem;
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1207
|
+
.gap-8 {
|
|
1208
|
+
gap: 8rem;
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
.gap-9 {
|
|
1212
|
+
gap: 9rem;
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1215
|
+
.gap-10 {
|
|
1216
|
+
gap: 10rem;
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
.gap-1-5 {
|
|
1220
|
+
gap: 1.5rem;
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1223
|
+
.gap-2-5 {
|
|
1224
|
+
gap: 2.5rem;
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
.gap-3-5 {
|
|
1228
|
+
gap: 3.5rem;
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
.gap-4-5 {
|
|
1232
|
+
gap: 4.5rem;
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1235
|
+
.gap-5-5 {
|
|
1236
|
+
gap: 5.5rem;
|
|
1237
|
+
}
|
|
1238
|
+
|
|
1239
|
+
.gap-6-5 {
|
|
1240
|
+
gap: 6.5rem;
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1243
|
+
.gap-7-5 {
|
|
1244
|
+
gap: 7.5rem;
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1247
|
+
.gap-8-5 {
|
|
1248
|
+
gap: 8.5rem;
|
|
1249
|
+
}
|
|
1250
|
+
|
|
1251
|
+
.gap-9-5 {
|
|
1252
|
+
gap: 9.5rem;
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
|
|
805
1256
|
.gap-col-0,
|
|
806
1257
|
.col-gap-0 {
|
|
807
1258
|
column-gap: 0rem;
|
|
@@ -847,29 +1298,99 @@
|
|
|
847
1298
|
column-gap: 5rem;
|
|
848
1299
|
}
|
|
849
1300
|
|
|
850
|
-
.gap-
|
|
851
|
-
.
|
|
852
|
-
|
|
1301
|
+
.gap-col-6,
|
|
1302
|
+
.col-gap-6 {
|
|
1303
|
+
column-gap: 6rem;
|
|
853
1304
|
}
|
|
854
1305
|
|
|
855
|
-
.gap-
|
|
856
|
-
.
|
|
857
|
-
|
|
1306
|
+
.gap-col-7,
|
|
1307
|
+
.col-gap-7 {
|
|
1308
|
+
column-gap: 7rem;
|
|
858
1309
|
}
|
|
859
1310
|
|
|
860
|
-
.gap-
|
|
861
|
-
.
|
|
862
|
-
|
|
1311
|
+
.gap-col-8,
|
|
1312
|
+
.col-gap-8 {
|
|
1313
|
+
column-gap: 8rem;
|
|
863
1314
|
}
|
|
864
1315
|
|
|
865
|
-
.gap-
|
|
866
|
-
.
|
|
867
|
-
|
|
1316
|
+
.gap-col-9,
|
|
1317
|
+
.col-gap-9 {
|
|
1318
|
+
column-gap: 9rem;
|
|
868
1319
|
}
|
|
869
1320
|
|
|
870
|
-
.gap-
|
|
871
|
-
.
|
|
872
|
-
|
|
1321
|
+
.gap-col-10,
|
|
1322
|
+
.col-gap-10 {
|
|
1323
|
+
column-gap: 10rem;
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1326
|
+
.gap-col-1-5,
|
|
1327
|
+
.col-gap-1-5 {
|
|
1328
|
+
column-gap: 1.5rem;
|
|
1329
|
+
}
|
|
1330
|
+
|
|
1331
|
+
.gap-col-2-5,
|
|
1332
|
+
.col-gap-2-5 {
|
|
1333
|
+
column-gap: 2.5rem;
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
.gap-col-3-5,
|
|
1337
|
+
.col-gap-3-5 {
|
|
1338
|
+
column-gap: 3.5rem;
|
|
1339
|
+
}
|
|
1340
|
+
|
|
1341
|
+
.gap-col-4-5,
|
|
1342
|
+
.col-gap-4-5 {
|
|
1343
|
+
column-gap: 4.5rem;
|
|
1344
|
+
}
|
|
1345
|
+
|
|
1346
|
+
.gap-col-5-5,
|
|
1347
|
+
.col-gap-5-5 {
|
|
1348
|
+
column-gap: 5.5rem;
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
.gap-col-6-5,
|
|
1352
|
+
.col-gap-6-5 {
|
|
1353
|
+
column-gap: 6.5rem;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
.gap-col-7-5,
|
|
1357
|
+
.col-gap-7-5 {
|
|
1358
|
+
column-gap: 7.5rem;
|
|
1359
|
+
}
|
|
1360
|
+
|
|
1361
|
+
.gap-col-8-5,
|
|
1362
|
+
.col-gap-8-5 {
|
|
1363
|
+
column-gap: 8.5rem;
|
|
1364
|
+
}
|
|
1365
|
+
|
|
1366
|
+
.gap-col-9-5,
|
|
1367
|
+
.col-gap-9-5 {
|
|
1368
|
+
column-gap: 9.5rem;
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1371
|
+
.gap-row-0,
|
|
1372
|
+
.row-gap-0 {
|
|
1373
|
+
row-gap: 0rem;
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
.gap-row-025,
|
|
1377
|
+
.row-gap-025 {
|
|
1378
|
+
row-gap: 0.25rem;
|
|
1379
|
+
}
|
|
1380
|
+
|
|
1381
|
+
.gap-row-05,
|
|
1382
|
+
.row-gap-05 {
|
|
1383
|
+
row-gap: 0.5rem;
|
|
1384
|
+
}
|
|
1385
|
+
|
|
1386
|
+
.gap-row-075,
|
|
1387
|
+
.row-gap-075 {
|
|
1388
|
+
row-gap: 0.75rem;
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
.gap-row-1,
|
|
1392
|
+
.row-gap-1 {
|
|
1393
|
+
row-gap: 1rem;
|
|
873
1394
|
}
|
|
874
1395
|
|
|
875
1396
|
.gap-row-2,
|
|
@@ -892,6 +1413,77 @@
|
|
|
892
1413
|
row-gap: 5rem;
|
|
893
1414
|
}
|
|
894
1415
|
|
|
1416
|
+
.gap-row-6,
|
|
1417
|
+
.row-gap-6 {
|
|
1418
|
+
row-gap: 6rem;
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1421
|
+
.gap-row-7,
|
|
1422
|
+
.row-gap-7 {
|
|
1423
|
+
row-gap: 7rem;
|
|
1424
|
+
}
|
|
1425
|
+
|
|
1426
|
+
.gap-row-8,
|
|
1427
|
+
.row-gap-8 {
|
|
1428
|
+
row-gap: 8rem;
|
|
1429
|
+
}
|
|
1430
|
+
|
|
1431
|
+
.gap-row-9,
|
|
1432
|
+
.row-gap-9 {
|
|
1433
|
+
row-gap: 9rem;
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1436
|
+
.gap-row-10,
|
|
1437
|
+
.row-gap-10 {
|
|
1438
|
+
row-gap: 10rem;
|
|
1439
|
+
}
|
|
1440
|
+
|
|
1441
|
+
.gap-row-1-5,
|
|
1442
|
+
.row-gap-1-5 {
|
|
1443
|
+
row-gap: 1.5rem;
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
.gap-row-2-5,
|
|
1447
|
+
.row-gap-2-5 {
|
|
1448
|
+
row-gap: 2.5rem;
|
|
1449
|
+
}
|
|
1450
|
+
|
|
1451
|
+
.gap-row-3-5,
|
|
1452
|
+
.row-gap-3-5 {
|
|
1453
|
+
row-gap: 3.5rem;
|
|
1454
|
+
}
|
|
1455
|
+
|
|
1456
|
+
.gap-row-4-5,
|
|
1457
|
+
.row-gap-4-5 {
|
|
1458
|
+
row-gap: 4.5rem;
|
|
1459
|
+
}
|
|
1460
|
+
|
|
1461
|
+
.gap-row-5-5,
|
|
1462
|
+
.row-gap-5-5 {
|
|
1463
|
+
row-gap: 5.5rem;
|
|
1464
|
+
}
|
|
1465
|
+
|
|
1466
|
+
.gap-row-6-5,
|
|
1467
|
+
.row-gap-6-5 {
|
|
1468
|
+
row-gap: 6.5rem;
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1471
|
+
.gap-row-7-5,
|
|
1472
|
+
.row-gap-7-5 {
|
|
1473
|
+
row-gap: 7.5rem;
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
.gap-row-8-5,
|
|
1477
|
+
.row-gap-8-5 {
|
|
1478
|
+
row-gap: 8.5rem;
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1481
|
+
.gap-row-9-5,
|
|
1482
|
+
.row-gap-9-5 {
|
|
1483
|
+
row-gap: 9.5rem;
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1486
|
+
|
|
895
1487
|
.flex-wrap {
|
|
896
1488
|
flex-wrap: wrap;
|
|
897
1489
|
}
|
|
@@ -987,6 +1579,42 @@
|
|
|
987
1579
|
margin-bottom: 1.5rem !important;
|
|
988
1580
|
}
|
|
989
1581
|
|
|
1582
|
+
.mb-2-5 {
|
|
1583
|
+
margin-bottom: 2.5rem !important;
|
|
1584
|
+
}
|
|
1585
|
+
|
|
1586
|
+
.mb-3-5 {
|
|
1587
|
+
margin-bottom: 3.5rem !important;
|
|
1588
|
+
}
|
|
1589
|
+
|
|
1590
|
+
.mb-4-5 {
|
|
1591
|
+
margin-bottom: 4.5rem !important;
|
|
1592
|
+
}
|
|
1593
|
+
|
|
1594
|
+
.mb-5-5 {
|
|
1595
|
+
margin-bottom: 5.5rem !important;
|
|
1596
|
+
}
|
|
1597
|
+
|
|
1598
|
+
.mb-6-5 {
|
|
1599
|
+
margin-bottom: 6.5rem !important;
|
|
1600
|
+
}
|
|
1601
|
+
|
|
1602
|
+
.mb-7-5 {
|
|
1603
|
+
margin-bottom: 7.5rem !important;
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1606
|
+
.mb-8-5 {
|
|
1607
|
+
margin-bottom: 8.5rem !important;
|
|
1608
|
+
}
|
|
1609
|
+
|
|
1610
|
+
.mb-9-5 {
|
|
1611
|
+
margin-bottom: 9.5rem !important;
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
.mb-10-5 {
|
|
1615
|
+
margin-bottom: 10.5rem !important;
|
|
1616
|
+
}
|
|
1617
|
+
|
|
990
1618
|
.mb-2 {
|
|
991
1619
|
margin-bottom: 2rem !important;
|
|
992
1620
|
}
|
|
@@ -999,6 +1627,30 @@
|
|
|
999
1627
|
margin-bottom: 4rem !important;
|
|
1000
1628
|
}
|
|
1001
1629
|
|
|
1630
|
+
.mb-5 {
|
|
1631
|
+
margin-bottom: 5rem !important;
|
|
1632
|
+
}
|
|
1633
|
+
|
|
1634
|
+
.mb-6 {
|
|
1635
|
+
margin-bottom: 6rem !important;
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1638
|
+
.mb-7 {
|
|
1639
|
+
margin-bottom: 7rem !important;
|
|
1640
|
+
}
|
|
1641
|
+
|
|
1642
|
+
.mb-8 {
|
|
1643
|
+
margin-bottom: 8rem !important;
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1646
|
+
.mb-9 {
|
|
1647
|
+
margin-bottom: 9rem !important;
|
|
1648
|
+
}
|
|
1649
|
+
|
|
1650
|
+
.mb-10 {
|
|
1651
|
+
margin-bottom: 10rem !important;
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1002
1654
|
.mt-auto {
|
|
1003
1655
|
margin-top: auto !important;
|
|
1004
1656
|
}
|
|
@@ -1027,6 +1679,42 @@
|
|
|
1027
1679
|
margin-top: 1.5rem !important;
|
|
1028
1680
|
}
|
|
1029
1681
|
|
|
1682
|
+
.mt-2-5 {
|
|
1683
|
+
margin-top: 2.5rem !important;
|
|
1684
|
+
}
|
|
1685
|
+
|
|
1686
|
+
.mt-3-5 {
|
|
1687
|
+
margin-top: 3.5rem !important;
|
|
1688
|
+
}
|
|
1689
|
+
|
|
1690
|
+
.mt-4-5 {
|
|
1691
|
+
margin-top: 4.5rem !important;
|
|
1692
|
+
}
|
|
1693
|
+
|
|
1694
|
+
.mt-5-5 {
|
|
1695
|
+
margin-top: 5.5rem !important;
|
|
1696
|
+
}
|
|
1697
|
+
|
|
1698
|
+
.mt-6-5 {
|
|
1699
|
+
margin-top: 6.5rem !important;
|
|
1700
|
+
}
|
|
1701
|
+
|
|
1702
|
+
.mt-7-5 {
|
|
1703
|
+
margin-top: 7.5rem !important;
|
|
1704
|
+
}
|
|
1705
|
+
|
|
1706
|
+
.mt-8-5 {
|
|
1707
|
+
margin-top: 8.5rem !important;
|
|
1708
|
+
}
|
|
1709
|
+
|
|
1710
|
+
.mt-9-5 {
|
|
1711
|
+
margin-top: 9.5rem !important;
|
|
1712
|
+
}
|
|
1713
|
+
|
|
1714
|
+
.mt-10-5 {
|
|
1715
|
+
margin-top: 10.5rem !important;
|
|
1716
|
+
}
|
|
1717
|
+
|
|
1030
1718
|
.mt-2 {
|
|
1031
1719
|
margin-top: 2rem !important;
|
|
1032
1720
|
}
|
|
@@ -1039,6 +1727,30 @@
|
|
|
1039
1727
|
margin-top: 4rem !important;
|
|
1040
1728
|
}
|
|
1041
1729
|
|
|
1730
|
+
.mt-5 {
|
|
1731
|
+
margin-top: 5rem !important;
|
|
1732
|
+
}
|
|
1733
|
+
|
|
1734
|
+
.mt-6 {
|
|
1735
|
+
margin-top: 6rem !important;
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
.mt-7 {
|
|
1739
|
+
margin-top: 7rem !important;
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1742
|
+
.mt-8 {
|
|
1743
|
+
margin-top: 8rem !important;
|
|
1744
|
+
}
|
|
1745
|
+
|
|
1746
|
+
.mt-9 {
|
|
1747
|
+
margin-top: 9rem !important;
|
|
1748
|
+
}
|
|
1749
|
+
|
|
1750
|
+
.mt-10 {
|
|
1751
|
+
margin-top: 10rem !important;
|
|
1752
|
+
}
|
|
1753
|
+
|
|
1042
1754
|
.my-auto {
|
|
1043
1755
|
margin-top: auto !important;
|
|
1044
1756
|
margin-bottom: auto !important;
|
|
@@ -1074,6 +1786,51 @@
|
|
|
1074
1786
|
margin-bottom: 1.5rem !important;
|
|
1075
1787
|
}
|
|
1076
1788
|
|
|
1789
|
+
.my-2-5 {
|
|
1790
|
+
margin-top: 2.5rem !important;
|
|
1791
|
+
margin-bottom: 2.5rem !important;
|
|
1792
|
+
}
|
|
1793
|
+
|
|
1794
|
+
.my-3-5 {
|
|
1795
|
+
margin-top: 3.5rem !important;
|
|
1796
|
+
margin-bottom: 3.5rem !important;
|
|
1797
|
+
}
|
|
1798
|
+
|
|
1799
|
+
.my-4-5 {
|
|
1800
|
+
margin-top: 4.5rem !important;
|
|
1801
|
+
margin-bottom: 4.5rem !important;
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1804
|
+
.my-5-5 {
|
|
1805
|
+
margin-top: 5.5rem !important;
|
|
1806
|
+
margin-bottom: 5.5rem !important;
|
|
1807
|
+
}
|
|
1808
|
+
|
|
1809
|
+
.my-6-5 {
|
|
1810
|
+
margin-top: 6.5rem !important;
|
|
1811
|
+
margin-bottom: 6.5rem !important;
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1814
|
+
.my-7-5 {
|
|
1815
|
+
margin-top: 7.5rem !important;
|
|
1816
|
+
margin-bottom: 7.5rem !important;
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1819
|
+
.my-8-5 {
|
|
1820
|
+
margin-top: 8.5rem !important;
|
|
1821
|
+
margin-bottom: 8.5rem !important;
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
.my-9-5 {
|
|
1825
|
+
margin-top: 9.5rem !important;
|
|
1826
|
+
margin-bottom: 9.5rem !important;
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
.my-10-5 {
|
|
1830
|
+
margin-top: 10.5rem !important;
|
|
1831
|
+
margin-bottom: 10.5rem !important;
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1077
1834
|
.my-2 {
|
|
1078
1835
|
margin-top: 2rem !important;
|
|
1079
1836
|
margin-bottom: 2rem !important;
|
|
@@ -1089,6 +1846,36 @@
|
|
|
1089
1846
|
margin-bottom: 4rem !important;
|
|
1090
1847
|
}
|
|
1091
1848
|
|
|
1849
|
+
.my-5 {
|
|
1850
|
+
margin-top: 5rem !important;
|
|
1851
|
+
margin-bottom: 5rem !important;
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
.my-6 {
|
|
1855
|
+
margin-top: 6rem !important;
|
|
1856
|
+
margin-bottom: 6rem !important;
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1859
|
+
.my-7 {
|
|
1860
|
+
margin-top: 7rem !important;
|
|
1861
|
+
margin-bottom: 7rem !important;
|
|
1862
|
+
}
|
|
1863
|
+
|
|
1864
|
+
.my-8 {
|
|
1865
|
+
margin-top: 8rem !important;
|
|
1866
|
+
margin-bottom: 8rem !important;
|
|
1867
|
+
}
|
|
1868
|
+
|
|
1869
|
+
.my-9 {
|
|
1870
|
+
margin-top: 9rem !important;
|
|
1871
|
+
margin-bottom: 9rem !important;
|
|
1872
|
+
}
|
|
1873
|
+
|
|
1874
|
+
.my-10 {
|
|
1875
|
+
margin-top: 10rem !important;
|
|
1876
|
+
margin-bottom: 10rem !important;
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1092
1879
|
.ms-auto {
|
|
1093
1880
|
margin-inline-start: auto !important;
|
|
1094
1881
|
}
|
|
@@ -1117,6 +1904,42 @@
|
|
|
1117
1904
|
margin-inline-start: 1.5rem !important;
|
|
1118
1905
|
}
|
|
1119
1906
|
|
|
1907
|
+
.ms-2-5 {
|
|
1908
|
+
margin-inline-start: 2.5rem !important;
|
|
1909
|
+
}
|
|
1910
|
+
|
|
1911
|
+
.ms-3-5 {
|
|
1912
|
+
margin-inline-start: 3.5rem !important;
|
|
1913
|
+
}
|
|
1914
|
+
|
|
1915
|
+
.ms-4-5 {
|
|
1916
|
+
margin-inline-start: 4.5rem !important;
|
|
1917
|
+
}
|
|
1918
|
+
|
|
1919
|
+
.ms-5-5 {
|
|
1920
|
+
margin-inline-start: 5.5rem !important;
|
|
1921
|
+
}
|
|
1922
|
+
|
|
1923
|
+
.ms-6-5 {
|
|
1924
|
+
margin-inline-start: 6.5rem !important;
|
|
1925
|
+
}
|
|
1926
|
+
|
|
1927
|
+
.ms-7-5 {
|
|
1928
|
+
margin-inline-start: 7.5rem !important;
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1931
|
+
.ms-8-5 {
|
|
1932
|
+
margin-inline-start: 8.5rem !important;
|
|
1933
|
+
}
|
|
1934
|
+
|
|
1935
|
+
.ms-9-5 {
|
|
1936
|
+
margin-inline-start: 9.5rem !important;
|
|
1937
|
+
}
|
|
1938
|
+
|
|
1939
|
+
.ms-10-5 {
|
|
1940
|
+
margin-inline-start: 10.5rem !important;
|
|
1941
|
+
}
|
|
1942
|
+
|
|
1120
1943
|
.ms-2 {
|
|
1121
1944
|
margin-inline-start: 2rem !important;
|
|
1122
1945
|
}
|
|
@@ -1129,6 +1952,30 @@
|
|
|
1129
1952
|
margin-inline-start: 4rem !important;
|
|
1130
1953
|
}
|
|
1131
1954
|
|
|
1955
|
+
.ms-5 {
|
|
1956
|
+
margin-inline-start: 5rem !important;
|
|
1957
|
+
}
|
|
1958
|
+
|
|
1959
|
+
.ms-6 {
|
|
1960
|
+
margin-inline-start: 6rem !important;
|
|
1961
|
+
}
|
|
1962
|
+
|
|
1963
|
+
.ms-7 {
|
|
1964
|
+
margin-inline-start: 7rem !important;
|
|
1965
|
+
}
|
|
1966
|
+
|
|
1967
|
+
.ms-8 {
|
|
1968
|
+
margin-inline-start: 8rem !important;
|
|
1969
|
+
}
|
|
1970
|
+
|
|
1971
|
+
.ms-9 {
|
|
1972
|
+
margin-inline-start: 9rem !important;
|
|
1973
|
+
}
|
|
1974
|
+
|
|
1975
|
+
.ms-10 {
|
|
1976
|
+
margin-inline-start: 10rem !important;
|
|
1977
|
+
}
|
|
1978
|
+
|
|
1132
1979
|
.me-auto {
|
|
1133
1980
|
margin-inline-end: auto !important;
|
|
1134
1981
|
}
|
|
@@ -1157,6 +2004,42 @@
|
|
|
1157
2004
|
margin-inline-end: 1.5rem !important;
|
|
1158
2005
|
}
|
|
1159
2006
|
|
|
2007
|
+
.me-2-5 {
|
|
2008
|
+
margin-inline-end: 2.5rem !important;
|
|
2009
|
+
}
|
|
2010
|
+
|
|
2011
|
+
.me-3-5 {
|
|
2012
|
+
margin-inline-end: 3.5rem !important;
|
|
2013
|
+
}
|
|
2014
|
+
|
|
2015
|
+
.me-4-5 {
|
|
2016
|
+
margin-inline-end: 4.5rem !important;
|
|
2017
|
+
}
|
|
2018
|
+
|
|
2019
|
+
.me-5-5 {
|
|
2020
|
+
margin-inline-end: 5.5rem !important;
|
|
2021
|
+
}
|
|
2022
|
+
|
|
2023
|
+
.me-6-5 {
|
|
2024
|
+
margin-inline-end: 6.5rem !important;
|
|
2025
|
+
}
|
|
2026
|
+
|
|
2027
|
+
.me-7-5 {
|
|
2028
|
+
margin-inline-end: 7.5rem !important;
|
|
2029
|
+
}
|
|
2030
|
+
|
|
2031
|
+
.me-8-5 {
|
|
2032
|
+
margin-inline-end: 8.5rem !important;
|
|
2033
|
+
}
|
|
2034
|
+
|
|
2035
|
+
.me-9-5 {
|
|
2036
|
+
margin-inline-end: 9.5rem !important;
|
|
2037
|
+
}
|
|
2038
|
+
|
|
2039
|
+
.me-10-5 {
|
|
2040
|
+
margin-inline-end: 10.5rem !important;
|
|
2041
|
+
}
|
|
2042
|
+
|
|
1160
2043
|
.me-2 {
|
|
1161
2044
|
margin-inline-end: 2rem !important;
|
|
1162
2045
|
}
|
|
@@ -1169,6 +2052,31 @@
|
|
|
1169
2052
|
margin-inline-end: 4rem !important;
|
|
1170
2053
|
}
|
|
1171
2054
|
|
|
2055
|
+
.me-5 {
|
|
2056
|
+
margin-inline-end: 5rem !important;
|
|
2057
|
+
}
|
|
2058
|
+
|
|
2059
|
+
.me-6 {
|
|
2060
|
+
margin-inline-end: 6rem !important;
|
|
2061
|
+
}
|
|
2062
|
+
|
|
2063
|
+
.me-7 {
|
|
2064
|
+
margin-inline-end: 7rem !important;
|
|
2065
|
+
}
|
|
2066
|
+
|
|
2067
|
+
.me-8 {
|
|
2068
|
+
margin-inline-end: 8rem !important;
|
|
2069
|
+
}
|
|
2070
|
+
|
|
2071
|
+
.me-9 {
|
|
2072
|
+
margin-inline-end: 9rem !important;
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2075
|
+
.me-10 {
|
|
2076
|
+
margin-inline-end: 10rem !important;
|
|
2077
|
+
}
|
|
2078
|
+
|
|
2079
|
+
|
|
1172
2080
|
.mx-auto,
|
|
1173
2081
|
.margin-auto {
|
|
1174
2082
|
margin-inline-start: auto !important;
|
|
@@ -1205,6 +2113,51 @@
|
|
|
1205
2113
|
margin-inline-end: 1.5rem !important;
|
|
1206
2114
|
}
|
|
1207
2115
|
|
|
2116
|
+
.mx-2-5 {
|
|
2117
|
+
margin-inline-start: 2.5rem !important;
|
|
2118
|
+
margin-inline-end: 2.5rem !important;
|
|
2119
|
+
}
|
|
2120
|
+
|
|
2121
|
+
.mx-3-5 {
|
|
2122
|
+
margin-inline-start: 3.5rem !important;
|
|
2123
|
+
margin-inline-end: 3.5rem !important;
|
|
2124
|
+
}
|
|
2125
|
+
|
|
2126
|
+
.mx-4-5 {
|
|
2127
|
+
margin-inline-start: 4.5rem !important;
|
|
2128
|
+
margin-inline-end: 4.5rem !important;
|
|
2129
|
+
}
|
|
2130
|
+
|
|
2131
|
+
.mx-5-5 {
|
|
2132
|
+
margin-inline-start: 5.5rem !important;
|
|
2133
|
+
margin-inline-end: 5.5rem !important;
|
|
2134
|
+
}
|
|
2135
|
+
|
|
2136
|
+
.mx-6-5 {
|
|
2137
|
+
margin-inline-start: 6.5rem !important;
|
|
2138
|
+
margin-inline-end: 6.5rem !important;
|
|
2139
|
+
}
|
|
2140
|
+
|
|
2141
|
+
.mx-7-5 {
|
|
2142
|
+
margin-inline-start: 7.5rem !important;
|
|
2143
|
+
margin-inline-end: 7.5rem !important;
|
|
2144
|
+
}
|
|
2145
|
+
|
|
2146
|
+
.mx-8-5 {
|
|
2147
|
+
margin-inline-start: 8.5rem !important;
|
|
2148
|
+
margin-inline-end: 8.5rem !important;
|
|
2149
|
+
}
|
|
2150
|
+
|
|
2151
|
+
.mx-9-5 {
|
|
2152
|
+
margin-inline-start: 9.5rem !important;
|
|
2153
|
+
margin-inline-end: 9.5rem !important;
|
|
2154
|
+
}
|
|
2155
|
+
|
|
2156
|
+
.mx-10-5 {
|
|
2157
|
+
margin-inline-start: 10.5rem !important;
|
|
2158
|
+
margin-inline-end: 10.5rem !important;
|
|
2159
|
+
}
|
|
2160
|
+
|
|
1208
2161
|
.mx-2 {
|
|
1209
2162
|
margin-inline-start: 2rem !important;
|
|
1210
2163
|
margin-inline-end: 2rem !important;
|
|
@@ -1220,6 +2173,36 @@
|
|
|
1220
2173
|
margin-inline-end: 4rem !important;
|
|
1221
2174
|
}
|
|
1222
2175
|
|
|
2176
|
+
.mx-5 {
|
|
2177
|
+
margin-inline-start: 5rem !important;
|
|
2178
|
+
margin-inline-end: 5rem !important;
|
|
2179
|
+
}
|
|
2180
|
+
|
|
2181
|
+
.mx-6 {
|
|
2182
|
+
margin-inline-start: 6rem !important;
|
|
2183
|
+
margin-inline-end: 6rem !important;
|
|
2184
|
+
}
|
|
2185
|
+
|
|
2186
|
+
.mx-7 {
|
|
2187
|
+
margin-inline-start: 7rem !important;
|
|
2188
|
+
margin-inline-end: 7rem !important;
|
|
2189
|
+
}
|
|
2190
|
+
|
|
2191
|
+
.mx-8 {
|
|
2192
|
+
margin-inline-start: 8rem !important;
|
|
2193
|
+
margin-inline-end: 8rem !important;
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2196
|
+
.mx-9 {
|
|
2197
|
+
margin-inline-start: 9rem !important;
|
|
2198
|
+
margin-inline-end: 9rem !important;
|
|
2199
|
+
}
|
|
2200
|
+
|
|
2201
|
+
.mx-10 {
|
|
2202
|
+
margin-inline-start: 10rem !important;
|
|
2203
|
+
margin-inline-end: 10rem !important;
|
|
2204
|
+
}
|
|
2205
|
+
|
|
1223
2206
|
.m-auto {
|
|
1224
2207
|
margin: auto !important;
|
|
1225
2208
|
}
|
|
@@ -1248,6 +2231,42 @@
|
|
|
1248
2231
|
margin: 1.5rem !important;
|
|
1249
2232
|
}
|
|
1250
2233
|
|
|
2234
|
+
.m-2-5 {
|
|
2235
|
+
margin: 2.5rem !important;
|
|
2236
|
+
}
|
|
2237
|
+
|
|
2238
|
+
.m-3-5 {
|
|
2239
|
+
margin: 3.5rem !important;
|
|
2240
|
+
}
|
|
2241
|
+
|
|
2242
|
+
.m-4-5 {
|
|
2243
|
+
margin: 4.5rem !important;
|
|
2244
|
+
}
|
|
2245
|
+
|
|
2246
|
+
.m-5-5 {
|
|
2247
|
+
margin: 5.5rem !important;
|
|
2248
|
+
}
|
|
2249
|
+
|
|
2250
|
+
.m-6-5 {
|
|
2251
|
+
margin: 6.5rem !important;
|
|
2252
|
+
}
|
|
2253
|
+
|
|
2254
|
+
.m-7-5 {
|
|
2255
|
+
margin: 7.5rem !important;
|
|
2256
|
+
}
|
|
2257
|
+
|
|
2258
|
+
.m-8-5 {
|
|
2259
|
+
margin: 8.5rem !important;
|
|
2260
|
+
}
|
|
2261
|
+
|
|
2262
|
+
.m-9-5 {
|
|
2263
|
+
margin: 9.5rem !important;
|
|
2264
|
+
}
|
|
2265
|
+
|
|
2266
|
+
.m-10-5 {
|
|
2267
|
+
margin: 10.5rem !important;
|
|
2268
|
+
}
|
|
2269
|
+
|
|
1251
2270
|
.m-2 {
|
|
1252
2271
|
margin: 2rem !important;
|
|
1253
2272
|
}
|
|
@@ -1260,6 +2279,35 @@
|
|
|
1260
2279
|
margin: 4rem !important;
|
|
1261
2280
|
}
|
|
1262
2281
|
|
|
2282
|
+
.m-4 {
|
|
2283
|
+
margin: 4rem !important;
|
|
2284
|
+
}
|
|
2285
|
+
|
|
2286
|
+
.m-5 {
|
|
2287
|
+
margin: 5rem !important;
|
|
2288
|
+
}
|
|
2289
|
+
|
|
2290
|
+
.m-6 {
|
|
2291
|
+
margin: 6rem !important;
|
|
2292
|
+
}
|
|
2293
|
+
|
|
2294
|
+
.m-7 {
|
|
2295
|
+
margin: 7rem !important;
|
|
2296
|
+
}
|
|
2297
|
+
|
|
2298
|
+
.m-8 {
|
|
2299
|
+
margin: 8rem !important;
|
|
2300
|
+
}
|
|
2301
|
+
|
|
2302
|
+
.m-9 {
|
|
2303
|
+
margin: 9rem !important;
|
|
2304
|
+
}
|
|
2305
|
+
|
|
2306
|
+
.m-10 {
|
|
2307
|
+
margin: 10rem !important;
|
|
2308
|
+
}
|
|
2309
|
+
|
|
2310
|
+
|
|
1263
2311
|
.-mb-025 {
|
|
1264
2312
|
margin-bottom: -0.25rem !important;
|
|
1265
2313
|
}
|
|
@@ -1280,6 +2328,43 @@
|
|
|
1280
2328
|
margin-bottom: -1.5rem !important;
|
|
1281
2329
|
}
|
|
1282
2330
|
|
|
2331
|
+
.-mb-2-5 {
|
|
2332
|
+
margin-bottom: -2.5rem !important;
|
|
2333
|
+
}
|
|
2334
|
+
|
|
2335
|
+
.-mb-3-5 {
|
|
2336
|
+
margin-bottom: -3.5rem !important;
|
|
2337
|
+
}
|
|
2338
|
+
|
|
2339
|
+
.-mb-4-5 {
|
|
2340
|
+
margin-bottom: -4.5rem !important;
|
|
2341
|
+
}
|
|
2342
|
+
|
|
2343
|
+
.-mb-5-5 {
|
|
2344
|
+
margin-bottom: -5.5rem !important;
|
|
2345
|
+
}
|
|
2346
|
+
|
|
2347
|
+
.-mb-6-5 {
|
|
2348
|
+
margin-bottom: -6.5rem !important;
|
|
2349
|
+
}
|
|
2350
|
+
|
|
2351
|
+
.-mb-7-5 {
|
|
2352
|
+
margin-bottom: -7.5rem !important;
|
|
2353
|
+
}
|
|
2354
|
+
|
|
2355
|
+
.-mb-8-5 {
|
|
2356
|
+
margin-bottom: -8.5rem !important;
|
|
2357
|
+
}
|
|
2358
|
+
|
|
2359
|
+
.-mb-9-5 {
|
|
2360
|
+
margin-bottom: -9.5rem !important;
|
|
2361
|
+
}
|
|
2362
|
+
|
|
2363
|
+
.-mb-10-5 {
|
|
2364
|
+
margin-bottom: -10.5rem !important;
|
|
2365
|
+
}
|
|
2366
|
+
|
|
2367
|
+
|
|
1283
2368
|
.-mb-2 {
|
|
1284
2369
|
margin-bottom: -2rem !important;
|
|
1285
2370
|
}
|
|
@@ -1292,6 +2377,30 @@
|
|
|
1292
2377
|
margin-bottom: -4rem !important;
|
|
1293
2378
|
}
|
|
1294
2379
|
|
|
2380
|
+
.-mb-5 {
|
|
2381
|
+
margin-bottom: -5rem !important;
|
|
2382
|
+
}
|
|
2383
|
+
|
|
2384
|
+
.-mb-6 {
|
|
2385
|
+
margin-bottom: -6rem !important;
|
|
2386
|
+
}
|
|
2387
|
+
|
|
2388
|
+
.-mb-7 {
|
|
2389
|
+
margin-bottom: -7rem !important;
|
|
2390
|
+
}
|
|
2391
|
+
|
|
2392
|
+
.-mb-8 {
|
|
2393
|
+
margin-bottom: -8rem !important;
|
|
2394
|
+
}
|
|
2395
|
+
|
|
2396
|
+
.-mb-9 {
|
|
2397
|
+
margin-bottom: -9rem !important;
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2400
|
+
.-mb-10 {
|
|
2401
|
+
margin-bottom: -10rem !important;
|
|
2402
|
+
}
|
|
2403
|
+
|
|
1295
2404
|
.-mt-025 {
|
|
1296
2405
|
margin-top: -0.25rem !important;
|
|
1297
2406
|
}
|
|
@@ -1312,6 +2421,42 @@
|
|
|
1312
2421
|
margin-top: -1.5rem !important;
|
|
1313
2422
|
}
|
|
1314
2423
|
|
|
2424
|
+
.-mt-2-5 {
|
|
2425
|
+
margin-top: -2.5rem !important;
|
|
2426
|
+
}
|
|
2427
|
+
|
|
2428
|
+
.-mt-3-5 {
|
|
2429
|
+
margin-top: -3.5rem !important;
|
|
2430
|
+
}
|
|
2431
|
+
|
|
2432
|
+
.-mt-4-5 {
|
|
2433
|
+
margin-top: -4.5rem !important;
|
|
2434
|
+
}
|
|
2435
|
+
|
|
2436
|
+
.-mt-5-5 {
|
|
2437
|
+
margin-top: -5.5rem !important;
|
|
2438
|
+
}
|
|
2439
|
+
|
|
2440
|
+
.-mt-6-5 {
|
|
2441
|
+
margin-top: -6.5rem !important;
|
|
2442
|
+
}
|
|
2443
|
+
|
|
2444
|
+
.-mt-7-5 {
|
|
2445
|
+
margin-top: -7.5rem !important;
|
|
2446
|
+
}
|
|
2447
|
+
|
|
2448
|
+
.-mt-8-5 {
|
|
2449
|
+
margin-top: -8.5rem !important;
|
|
2450
|
+
}
|
|
2451
|
+
|
|
2452
|
+
.-mt-9-5 {
|
|
2453
|
+
margin-top: -9.5rem !important;
|
|
2454
|
+
}
|
|
2455
|
+
|
|
2456
|
+
.-mt-10-5 {
|
|
2457
|
+
margin-top: -10.5rem !important;
|
|
2458
|
+
}
|
|
2459
|
+
|
|
1315
2460
|
.-mt-2 {
|
|
1316
2461
|
margin-top: -2rem !important;
|
|
1317
2462
|
}
|
|
@@ -1324,6 +2469,30 @@
|
|
|
1324
2469
|
margin-top: -4rem !important;
|
|
1325
2470
|
}
|
|
1326
2471
|
|
|
2472
|
+
.-mt-5 {
|
|
2473
|
+
margin-top: -5rem !important;
|
|
2474
|
+
}
|
|
2475
|
+
|
|
2476
|
+
.-mt-6 {
|
|
2477
|
+
margin-top: -6rem !important;
|
|
2478
|
+
}
|
|
2479
|
+
|
|
2480
|
+
.-mt-7 {
|
|
2481
|
+
margin-top: -7rem !important;
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2484
|
+
.-mt-8 {
|
|
2485
|
+
margin-top: -8rem !important;
|
|
2486
|
+
}
|
|
2487
|
+
|
|
2488
|
+
.-mt-9 {
|
|
2489
|
+
margin-top: -9rem !important;
|
|
2490
|
+
}
|
|
2491
|
+
|
|
2492
|
+
.-mt-10 {
|
|
2493
|
+
margin-top: -10rem !important;
|
|
2494
|
+
}
|
|
2495
|
+
|
|
1327
2496
|
.-my-025 {
|
|
1328
2497
|
margin-top: -0.25rem !important;
|
|
1329
2498
|
margin-bottom: -0.25rem !important;
|
|
@@ -1349,6 +2518,51 @@
|
|
|
1349
2518
|
margin-bottom: -1.5rem !important;
|
|
1350
2519
|
}
|
|
1351
2520
|
|
|
2521
|
+
.-my-2-5 {
|
|
2522
|
+
margin-top: -2.5rem !important;
|
|
2523
|
+
margin-bottom: -2.5rem !important;
|
|
2524
|
+
}
|
|
2525
|
+
|
|
2526
|
+
.-my-3-5 {
|
|
2527
|
+
margin-top: -3.5rem !important;
|
|
2528
|
+
margin-bottom: -3.5rem !important;
|
|
2529
|
+
}
|
|
2530
|
+
|
|
2531
|
+
.-my-4-5 {
|
|
2532
|
+
margin-top: -4.5rem !important;
|
|
2533
|
+
margin-bottom: -4.5rem !important;
|
|
2534
|
+
}
|
|
2535
|
+
|
|
2536
|
+
.-my-5-5 {
|
|
2537
|
+
margin-top: -5.5rem !important;
|
|
2538
|
+
margin-bottom: -5.5rem !important;
|
|
2539
|
+
}
|
|
2540
|
+
|
|
2541
|
+
.-my-6-5 {
|
|
2542
|
+
margin-top: -6.5rem !important;
|
|
2543
|
+
margin-bottom: -6.5rem !important;
|
|
2544
|
+
}
|
|
2545
|
+
|
|
2546
|
+
.-my-7-5 {
|
|
2547
|
+
margin-top: -7.5rem !important;
|
|
2548
|
+
margin-bottom: -7.5rem !important;
|
|
2549
|
+
}
|
|
2550
|
+
|
|
2551
|
+
.-my-8-5 {
|
|
2552
|
+
margin-top: -8.5rem !important;
|
|
2553
|
+
margin-bottom: -8.5rem !important;
|
|
2554
|
+
}
|
|
2555
|
+
|
|
2556
|
+
.-my-9-5 {
|
|
2557
|
+
margin-top: -9.5rem !important;
|
|
2558
|
+
margin-bottom: -9.5rem !important;
|
|
2559
|
+
}
|
|
2560
|
+
|
|
2561
|
+
.-my-10-5 {
|
|
2562
|
+
margin-top: -10.5rem !important;
|
|
2563
|
+
margin-bottom: -10.5rem !important;
|
|
2564
|
+
}
|
|
2565
|
+
|
|
1352
2566
|
.-my-2 {
|
|
1353
2567
|
margin-top: -2rem !important;
|
|
1354
2568
|
margin-bottom: -2rem !important;
|
|
@@ -1364,6 +2578,37 @@
|
|
|
1364
2578
|
margin-bottom: -4rem !important;
|
|
1365
2579
|
}
|
|
1366
2580
|
|
|
2581
|
+
.-my-5 {
|
|
2582
|
+
margin-top: -5rem !important;
|
|
2583
|
+
margin-bottom: -5rem !important;
|
|
2584
|
+
}
|
|
2585
|
+
|
|
2586
|
+
.-my-6 {
|
|
2587
|
+
margin-top: -6rem !important;
|
|
2588
|
+
margin-bottom: -6rem !important;
|
|
2589
|
+
}
|
|
2590
|
+
|
|
2591
|
+
.-my-7 {
|
|
2592
|
+
margin-top: -7rem !important;
|
|
2593
|
+
margin-bottom: -7rem !important;
|
|
2594
|
+
}
|
|
2595
|
+
|
|
2596
|
+
.-my-8 {
|
|
2597
|
+
margin-top: -8rem !important;
|
|
2598
|
+
margin-bottom: -8rem !important;
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2601
|
+
.-my-9 {
|
|
2602
|
+
margin-top: -9rem !important;
|
|
2603
|
+
margin-bottom: -9rem !important;
|
|
2604
|
+
}
|
|
2605
|
+
|
|
2606
|
+
.-my-10 {
|
|
2607
|
+
margin-top: -10rem !important;
|
|
2608
|
+
margin-bottom: -10rem !important;
|
|
2609
|
+
}
|
|
2610
|
+
|
|
2611
|
+
|
|
1367
2612
|
.-ms-025 {
|
|
1368
2613
|
margin-inline-start: -0.25rem !important;
|
|
1369
2614
|
}
|
|
@@ -1384,6 +2629,42 @@
|
|
|
1384
2629
|
margin-inline-start: -1.5rem !important;
|
|
1385
2630
|
}
|
|
1386
2631
|
|
|
2632
|
+
.-ms-2-5 {
|
|
2633
|
+
margin-inline-start: -2.5rem !important;
|
|
2634
|
+
}
|
|
2635
|
+
|
|
2636
|
+
.-ms-3-5 {
|
|
2637
|
+
margin-inline-start: -3.5rem !important;
|
|
2638
|
+
}
|
|
2639
|
+
|
|
2640
|
+
.-ms-4-5 {
|
|
2641
|
+
margin-inline-start: -4.5rem !important;
|
|
2642
|
+
}
|
|
2643
|
+
|
|
2644
|
+
.-ms-5-5 {
|
|
2645
|
+
margin-inline-start: -5.5rem !important;
|
|
2646
|
+
}
|
|
2647
|
+
|
|
2648
|
+
.-ms-6-5 {
|
|
2649
|
+
margin-inline-start: -6.5rem !important;
|
|
2650
|
+
}
|
|
2651
|
+
|
|
2652
|
+
.-ms-7-5 {
|
|
2653
|
+
margin-inline-start: -7.5rem !important;
|
|
2654
|
+
}
|
|
2655
|
+
|
|
2656
|
+
.-ms-8-5 {
|
|
2657
|
+
margin-inline-start: -8.5rem !important;
|
|
2658
|
+
}
|
|
2659
|
+
|
|
2660
|
+
.-ms-9-5 {
|
|
2661
|
+
margin-inline-start: -9.5rem !important;
|
|
2662
|
+
}
|
|
2663
|
+
|
|
2664
|
+
.-ms-10-5 {
|
|
2665
|
+
margin-inline-start: -10.5rem !important;
|
|
2666
|
+
}
|
|
2667
|
+
|
|
1387
2668
|
.-ms-2 {
|
|
1388
2669
|
margin-inline-start: -2rem !important;
|
|
1389
2670
|
}
|
|
@@ -1396,6 +2677,30 @@
|
|
|
1396
2677
|
margin-inline-start: -4rem !important;
|
|
1397
2678
|
}
|
|
1398
2679
|
|
|
2680
|
+
.-ms-5 {
|
|
2681
|
+
margin-inline-start: -5rem !important;
|
|
2682
|
+
}
|
|
2683
|
+
|
|
2684
|
+
.-ms-6 {
|
|
2685
|
+
margin-inline-start: -6rem !important;
|
|
2686
|
+
}
|
|
2687
|
+
|
|
2688
|
+
.-ms-7 {
|
|
2689
|
+
margin-inline-start: -7rem !important;
|
|
2690
|
+
}
|
|
2691
|
+
|
|
2692
|
+
.-ms-8 {
|
|
2693
|
+
margin-inline-start: -8rem !important;
|
|
2694
|
+
}
|
|
2695
|
+
|
|
2696
|
+
.-ms-9 {
|
|
2697
|
+
margin-inline-start: -9rem !important;
|
|
2698
|
+
}
|
|
2699
|
+
|
|
2700
|
+
.-ms-10 {
|
|
2701
|
+
margin-inline-start: -10rem !important;
|
|
2702
|
+
}
|
|
2703
|
+
|
|
1399
2704
|
.-me-025 {
|
|
1400
2705
|
margin-inline-end: -0.25rem !important;
|
|
1401
2706
|
}
|
|
@@ -1416,6 +2721,42 @@
|
|
|
1416
2721
|
margin-inline-end: -1.5rem !important;
|
|
1417
2722
|
}
|
|
1418
2723
|
|
|
2724
|
+
.-me-2-5 {
|
|
2725
|
+
margin-inline-end: -2.5rem !important;
|
|
2726
|
+
}
|
|
2727
|
+
|
|
2728
|
+
.-me-3-5 {
|
|
2729
|
+
margin-inline-end: -3.5rem !important;
|
|
2730
|
+
}
|
|
2731
|
+
|
|
2732
|
+
.-me-4-5 {
|
|
2733
|
+
margin-inline-end: -4.5rem !important;
|
|
2734
|
+
}
|
|
2735
|
+
|
|
2736
|
+
.-me-5-5 {
|
|
2737
|
+
margin-inline-end: -5.5rem !important;
|
|
2738
|
+
}
|
|
2739
|
+
|
|
2740
|
+
.-me-6-5 {
|
|
2741
|
+
margin-inline-end: -6.5rem !important;
|
|
2742
|
+
}
|
|
2743
|
+
|
|
2744
|
+
.-me-7-5 {
|
|
2745
|
+
margin-inline-end: -7.5rem !important;
|
|
2746
|
+
}
|
|
2747
|
+
|
|
2748
|
+
.-me-8-5 {
|
|
2749
|
+
margin-inline-end: -8.5rem !important;
|
|
2750
|
+
}
|
|
2751
|
+
|
|
2752
|
+
.-me-9-5 {
|
|
2753
|
+
margin-inline-end: -9.5rem !important;
|
|
2754
|
+
}
|
|
2755
|
+
|
|
2756
|
+
.-me-10-5 {
|
|
2757
|
+
margin-inline-end: -10.5rem !important;
|
|
2758
|
+
}
|
|
2759
|
+
|
|
1419
2760
|
.-me-2 {
|
|
1420
2761
|
margin-inline-end: -2rem !important;
|
|
1421
2762
|
}
|
|
@@ -1428,6 +2769,35 @@
|
|
|
1428
2769
|
margin-inline-end: -4rem !important;
|
|
1429
2770
|
}
|
|
1430
2771
|
|
|
2772
|
+
.-me-4 {
|
|
2773
|
+
margin-inline-end: -4rem !important;
|
|
2774
|
+
}
|
|
2775
|
+
|
|
2776
|
+
.-me-5 {
|
|
2777
|
+
margin-inline-end: -5rem !important;
|
|
2778
|
+
}
|
|
2779
|
+
|
|
2780
|
+
.-me-6 {
|
|
2781
|
+
margin-inline-end: -6rem !important;
|
|
2782
|
+
}
|
|
2783
|
+
|
|
2784
|
+
.-me-7 {
|
|
2785
|
+
margin-inline-end: -7rem !important;
|
|
2786
|
+
}
|
|
2787
|
+
|
|
2788
|
+
.-me-8 {
|
|
2789
|
+
margin-inline-end: -8rem !important;
|
|
2790
|
+
}
|
|
2791
|
+
|
|
2792
|
+
.-me-9 {
|
|
2793
|
+
margin-inline-end: -9rem !important;
|
|
2794
|
+
}
|
|
2795
|
+
|
|
2796
|
+
.-me-10 {
|
|
2797
|
+
margin-inline-end: -10rem !important;
|
|
2798
|
+
}
|
|
2799
|
+
|
|
2800
|
+
|
|
1431
2801
|
.pb-0 {
|
|
1432
2802
|
padding-bottom: 0rem !important;
|
|
1433
2803
|
}
|
|
@@ -1436,8 +2806,44 @@
|
|
|
1436
2806
|
padding-bottom: 1rem !important;
|
|
1437
2807
|
}
|
|
1438
2808
|
|
|
1439
|
-
.pb-1-5 {
|
|
1440
|
-
padding-bottom: 1.5rem !important;
|
|
2809
|
+
.pb-1-5 {
|
|
2810
|
+
padding-bottom: 1.5rem !important;
|
|
2811
|
+
}
|
|
2812
|
+
|
|
2813
|
+
.pb-2-5 {
|
|
2814
|
+
padding-bottom: 2.5rem !important;
|
|
2815
|
+
}
|
|
2816
|
+
|
|
2817
|
+
.pb-3-5 {
|
|
2818
|
+
padding-bottom: 3.5rem !important;
|
|
2819
|
+
}
|
|
2820
|
+
|
|
2821
|
+
.pb-4-5 {
|
|
2822
|
+
padding-bottom: 4.5rem !important;
|
|
2823
|
+
}
|
|
2824
|
+
|
|
2825
|
+
.pb-5-5 {
|
|
2826
|
+
padding-bottom: 5.5rem !important;
|
|
2827
|
+
}
|
|
2828
|
+
|
|
2829
|
+
.pb-6-5 {
|
|
2830
|
+
padding-bottom: 6.5rem !important;
|
|
2831
|
+
}
|
|
2832
|
+
|
|
2833
|
+
.pb-7-5 {
|
|
2834
|
+
padding-bottom: 7.5rem !important;
|
|
2835
|
+
}
|
|
2836
|
+
|
|
2837
|
+
.pb-8-5 {
|
|
2838
|
+
padding-bottom: 8.5rem !important;
|
|
2839
|
+
}
|
|
2840
|
+
|
|
2841
|
+
.pb-9-5 {
|
|
2842
|
+
padding-bottom: 9.5rem !important;
|
|
2843
|
+
}
|
|
2844
|
+
|
|
2845
|
+
.pb-10-5 {
|
|
2846
|
+
padding-bottom: 10.5rem !important;
|
|
1441
2847
|
}
|
|
1442
2848
|
|
|
1443
2849
|
.pb-2 {
|
|
@@ -1452,6 +2858,30 @@
|
|
|
1452
2858
|
padding-bottom: 4rem !important;
|
|
1453
2859
|
}
|
|
1454
2860
|
|
|
2861
|
+
.pb-5 {
|
|
2862
|
+
padding-bottom: 5rem !important;
|
|
2863
|
+
}
|
|
2864
|
+
|
|
2865
|
+
.pb-6 {
|
|
2866
|
+
padding-bottom: 6rem !important;
|
|
2867
|
+
}
|
|
2868
|
+
|
|
2869
|
+
.pb-7 {
|
|
2870
|
+
padding-bottom: 7rem !important;
|
|
2871
|
+
}
|
|
2872
|
+
|
|
2873
|
+
.pb-8 {
|
|
2874
|
+
padding-bottom: 8rem !important;
|
|
2875
|
+
}
|
|
2876
|
+
|
|
2877
|
+
.pb-9 {
|
|
2878
|
+
padding-bottom: 9rem !important;
|
|
2879
|
+
}
|
|
2880
|
+
|
|
2881
|
+
.pb-10 {
|
|
2882
|
+
padding-bottom: 10rem !important;
|
|
2883
|
+
}
|
|
2884
|
+
|
|
1455
2885
|
.pb-075 {
|
|
1456
2886
|
padding-bottom: 0.75rem !important;
|
|
1457
2887
|
}
|
|
@@ -1476,6 +2906,42 @@
|
|
|
1476
2906
|
padding-top: 1.5rem !important;
|
|
1477
2907
|
}
|
|
1478
2908
|
|
|
2909
|
+
.pt-2-5 {
|
|
2910
|
+
padding-top: 2.5rem !important;
|
|
2911
|
+
}
|
|
2912
|
+
|
|
2913
|
+
.pt-3-5 {
|
|
2914
|
+
padding-top: 3.5rem !important;
|
|
2915
|
+
}
|
|
2916
|
+
|
|
2917
|
+
.pt-4-5 {
|
|
2918
|
+
padding-top: 4.5rem !important;
|
|
2919
|
+
}
|
|
2920
|
+
|
|
2921
|
+
.pt-5-5 {
|
|
2922
|
+
padding-top: 5.5rem !important;
|
|
2923
|
+
}
|
|
2924
|
+
|
|
2925
|
+
.pt-6-5 {
|
|
2926
|
+
padding-top: 6.5rem !important;
|
|
2927
|
+
}
|
|
2928
|
+
|
|
2929
|
+
.pt-7-5 {
|
|
2930
|
+
padding-top: 7.5rem !important;
|
|
2931
|
+
}
|
|
2932
|
+
|
|
2933
|
+
.pt-8-5 {
|
|
2934
|
+
padding-top: 8.5rem !important;
|
|
2935
|
+
}
|
|
2936
|
+
|
|
2937
|
+
.pt-9-5 {
|
|
2938
|
+
padding-top: 9.5rem !important;
|
|
2939
|
+
}
|
|
2940
|
+
|
|
2941
|
+
.pt-10-5 {
|
|
2942
|
+
padding-top: 10.5rem !important;
|
|
2943
|
+
}
|
|
2944
|
+
|
|
1479
2945
|
.pt-2 {
|
|
1480
2946
|
padding-top: 2rem !important;
|
|
1481
2947
|
}
|
|
@@ -1488,6 +2954,30 @@
|
|
|
1488
2954
|
padding-top: 4rem !important;
|
|
1489
2955
|
}
|
|
1490
2956
|
|
|
2957
|
+
.pt-5 {
|
|
2958
|
+
padding-top: 5rem !important;
|
|
2959
|
+
}
|
|
2960
|
+
|
|
2961
|
+
.pt-6 {
|
|
2962
|
+
padding-top: 6rem !important;
|
|
2963
|
+
}
|
|
2964
|
+
|
|
2965
|
+
.pt-7 {
|
|
2966
|
+
padding-top: 7rem !important;
|
|
2967
|
+
}
|
|
2968
|
+
|
|
2969
|
+
.pt-8 {
|
|
2970
|
+
padding-top: 8rem !important;
|
|
2971
|
+
}
|
|
2972
|
+
|
|
2973
|
+
.pt-9 {
|
|
2974
|
+
padding-top: 9rem !important;
|
|
2975
|
+
}
|
|
2976
|
+
|
|
2977
|
+
.pt-10 {
|
|
2978
|
+
padding-top: 10rem !important;
|
|
2979
|
+
}
|
|
2980
|
+
|
|
1491
2981
|
.pt-075 {
|
|
1492
2982
|
padding-top: 0.75rem !important;
|
|
1493
2983
|
}
|
|
@@ -1512,6 +3002,42 @@
|
|
|
1512
3002
|
padding-inline-start: 1.5rem !important;
|
|
1513
3003
|
}
|
|
1514
3004
|
|
|
3005
|
+
.ps-2-5 {
|
|
3006
|
+
padding-inline-start: 2.5rem !important;
|
|
3007
|
+
}
|
|
3008
|
+
|
|
3009
|
+
.ps-3-5 {
|
|
3010
|
+
padding-inline-start: 3.5rem !important;
|
|
3011
|
+
}
|
|
3012
|
+
|
|
3013
|
+
.ps-4-5 {
|
|
3014
|
+
padding-inline-start: 4.5rem !important;
|
|
3015
|
+
}
|
|
3016
|
+
|
|
3017
|
+
.ps-5-5 {
|
|
3018
|
+
padding-inline-start: 5.5rem !important;
|
|
3019
|
+
}
|
|
3020
|
+
|
|
3021
|
+
.ps-6-5 {
|
|
3022
|
+
padding-inline-start: 6.5rem !important;
|
|
3023
|
+
}
|
|
3024
|
+
|
|
3025
|
+
.ps-7-5 {
|
|
3026
|
+
padding-inline-start: 7.5rem !important;
|
|
3027
|
+
}
|
|
3028
|
+
|
|
3029
|
+
.ps-8-5 {
|
|
3030
|
+
padding-inline-start: 8.5rem !important;
|
|
3031
|
+
}
|
|
3032
|
+
|
|
3033
|
+
.ps-9-5 {
|
|
3034
|
+
padding-inline-start: 9.5rem !important;
|
|
3035
|
+
}
|
|
3036
|
+
|
|
3037
|
+
.ps-10-5 {
|
|
3038
|
+
padding-inline-start: 10.5rem !important;
|
|
3039
|
+
}
|
|
3040
|
+
|
|
1515
3041
|
.ps-2 {
|
|
1516
3042
|
padding-inline-start: 2rem !important;
|
|
1517
3043
|
}
|
|
@@ -1524,6 +3050,30 @@
|
|
|
1524
3050
|
padding-inline-start: 4rem !important;
|
|
1525
3051
|
}
|
|
1526
3052
|
|
|
3053
|
+
.ps-5 {
|
|
3054
|
+
padding-inline-start: 5rem !important;
|
|
3055
|
+
}
|
|
3056
|
+
|
|
3057
|
+
.ps-6 {
|
|
3058
|
+
padding-inline-start: 6rem !important;
|
|
3059
|
+
}
|
|
3060
|
+
|
|
3061
|
+
.ps-7 {
|
|
3062
|
+
padding-inline-start: 7rem !important;
|
|
3063
|
+
}
|
|
3064
|
+
|
|
3065
|
+
.ps-8 {
|
|
3066
|
+
padding-inline-start: 8rem !important;
|
|
3067
|
+
}
|
|
3068
|
+
|
|
3069
|
+
.ps-9 {
|
|
3070
|
+
padding-inline-start: 9rem !important;
|
|
3071
|
+
}
|
|
3072
|
+
|
|
3073
|
+
.ps-10 {
|
|
3074
|
+
padding-inline-start: 10rem !important;
|
|
3075
|
+
}
|
|
3076
|
+
|
|
1527
3077
|
.ps-075 {
|
|
1528
3078
|
padding-inline-start: 0.75rem !important;
|
|
1529
3079
|
}
|
|
@@ -1548,6 +3098,43 @@
|
|
|
1548
3098
|
padding-inline-end: 1.5rem !important;
|
|
1549
3099
|
}
|
|
1550
3100
|
|
|
3101
|
+
.pe-2-5 {
|
|
3102
|
+
padding-inline-end: 2.5rem !important;
|
|
3103
|
+
}
|
|
3104
|
+
|
|
3105
|
+
.pe-3-5 {
|
|
3106
|
+
padding-inline-end: 3.5rem !important;
|
|
3107
|
+
}
|
|
3108
|
+
|
|
3109
|
+
.pe-4-5 {
|
|
3110
|
+
padding-inline-end: 4.5rem !important;
|
|
3111
|
+
}
|
|
3112
|
+
|
|
3113
|
+
.pe-5-5 {
|
|
3114
|
+
padding-inline-end: 5.5rem !important;
|
|
3115
|
+
}
|
|
3116
|
+
|
|
3117
|
+
.pe-6-5 {
|
|
3118
|
+
padding-inline-end: 6.5rem !important;
|
|
3119
|
+
}
|
|
3120
|
+
|
|
3121
|
+
.pe-7-5 {
|
|
3122
|
+
padding-inline-end: 7.5rem !important;
|
|
3123
|
+
}
|
|
3124
|
+
|
|
3125
|
+
.pe-8-5 {
|
|
3126
|
+
padding-inline-end: 8.5rem !important;
|
|
3127
|
+
}
|
|
3128
|
+
|
|
3129
|
+
.pe-9-5 {
|
|
3130
|
+
padding-inline-end: 9.5rem !important;
|
|
3131
|
+
}
|
|
3132
|
+
|
|
3133
|
+
.pe-10-5 {
|
|
3134
|
+
padding-inline-end: 10.5rem !important;
|
|
3135
|
+
}
|
|
3136
|
+
|
|
3137
|
+
|
|
1551
3138
|
.pe-2 {
|
|
1552
3139
|
padding-inline-end: 2rem !important;
|
|
1553
3140
|
}
|
|
@@ -1560,6 +3147,30 @@
|
|
|
1560
3147
|
padding-inline-end: 4rem !important;
|
|
1561
3148
|
}
|
|
1562
3149
|
|
|
3150
|
+
.pe-5 {
|
|
3151
|
+
padding-inline-end: 5rem !important;
|
|
3152
|
+
}
|
|
3153
|
+
|
|
3154
|
+
.pe-6 {
|
|
3155
|
+
padding-inline-end: 6rem !important;
|
|
3156
|
+
}
|
|
3157
|
+
|
|
3158
|
+
.pe-7 {
|
|
3159
|
+
padding-inline-end: 7rem !important;
|
|
3160
|
+
}
|
|
3161
|
+
|
|
3162
|
+
.pe-8 {
|
|
3163
|
+
padding-inline-end: 8rem !important;
|
|
3164
|
+
}
|
|
3165
|
+
|
|
3166
|
+
.pe-9 {
|
|
3167
|
+
padding-inline-end: 9rem !important;
|
|
3168
|
+
}
|
|
3169
|
+
|
|
3170
|
+
.pe-10 {
|
|
3171
|
+
padding-inline-end: 10rem !important;
|
|
3172
|
+
}
|
|
3173
|
+
|
|
1563
3174
|
.pe-075 {
|
|
1564
3175
|
padding-inline-end: 0.75rem !important;
|
|
1565
3176
|
}
|
|
@@ -1583,8 +3194,53 @@
|
|
|
1583
3194
|
}
|
|
1584
3195
|
|
|
1585
3196
|
.px-1-5 {
|
|
1586
|
-
padding-inline-end: 1.5rem !important;
|
|
1587
3197
|
padding-inline-start: 1.5rem !important;
|
|
3198
|
+
padding-inline-end: 1.5rem !important;
|
|
3199
|
+
}
|
|
3200
|
+
|
|
3201
|
+
.px-2-5 {
|
|
3202
|
+
padding-inline-start: 2.5rem !important;
|
|
3203
|
+
padding-inline-end: 2.5rem !important;
|
|
3204
|
+
}
|
|
3205
|
+
|
|
3206
|
+
.px-3-5 {
|
|
3207
|
+
padding-inline-start: 3.5rem !important;
|
|
3208
|
+
padding-inline-end: 3.5rem !important;
|
|
3209
|
+
}
|
|
3210
|
+
|
|
3211
|
+
.px-4-5 {
|
|
3212
|
+
padding-inline-start: 4.5rem !important;
|
|
3213
|
+
padding-inline-end: 4.5rem !important;
|
|
3214
|
+
}
|
|
3215
|
+
|
|
3216
|
+
.px-5-5 {
|
|
3217
|
+
padding-inline-start: 5.5rem !important;
|
|
3218
|
+
padding-inline-end: 5.5rem !important;
|
|
3219
|
+
}
|
|
3220
|
+
|
|
3221
|
+
.px-6-5 {
|
|
3222
|
+
padding-inline-start: 6.5rem !important;
|
|
3223
|
+
padding-inline-end: 6.5rem !important;
|
|
3224
|
+
}
|
|
3225
|
+
|
|
3226
|
+
.px-7-5 {
|
|
3227
|
+
padding-inline-start: 7.5rem !important;
|
|
3228
|
+
padding-inline-end: 7.5rem !important;
|
|
3229
|
+
}
|
|
3230
|
+
|
|
3231
|
+
.px-8-5 {
|
|
3232
|
+
padding-inline-start: 8.5rem !important;
|
|
3233
|
+
padding-inline-end: 8.5rem !important;
|
|
3234
|
+
}
|
|
3235
|
+
|
|
3236
|
+
.px-9-5 {
|
|
3237
|
+
padding-inline-start: 9.5rem !important;
|
|
3238
|
+
padding-inline-end: 9.5rem !important;
|
|
3239
|
+
}
|
|
3240
|
+
|
|
3241
|
+
.px-10-5 {
|
|
3242
|
+
padding-inline-start: 10.5rem !important;
|
|
3243
|
+
padding-inline-end: 10.5rem !important;
|
|
1588
3244
|
}
|
|
1589
3245
|
|
|
1590
3246
|
.px-2 {
|
|
@@ -1602,6 +3258,36 @@
|
|
|
1602
3258
|
padding-inline-start: 4rem !important;
|
|
1603
3259
|
}
|
|
1604
3260
|
|
|
3261
|
+
.px-5 {
|
|
3262
|
+
padding-inline-end: 5rem !important;
|
|
3263
|
+
padding-inline-start: 5rem !important;
|
|
3264
|
+
}
|
|
3265
|
+
|
|
3266
|
+
.px-6 {
|
|
3267
|
+
padding-inline-end: 6rem !important;
|
|
3268
|
+
padding-inline-start: 6rem !important;
|
|
3269
|
+
}
|
|
3270
|
+
|
|
3271
|
+
.px-7 {
|
|
3272
|
+
padding-inline-end: 7rem !important;
|
|
3273
|
+
padding-inline-start: 7rem !important;
|
|
3274
|
+
}
|
|
3275
|
+
|
|
3276
|
+
.px-8 {
|
|
3277
|
+
padding-inline-end: 8rem !important;
|
|
3278
|
+
padding-inline-start: 8rem !important;
|
|
3279
|
+
}
|
|
3280
|
+
|
|
3281
|
+
.px-9 {
|
|
3282
|
+
padding-inline-end: 9rem !important;
|
|
3283
|
+
padding-inline-start: 9rem !important;
|
|
3284
|
+
}
|
|
3285
|
+
|
|
3286
|
+
.px-10 {
|
|
3287
|
+
padding-inline-end: 10rem !important;
|
|
3288
|
+
padding-inline-start: 10rem !important;
|
|
3289
|
+
}
|
|
3290
|
+
|
|
1605
3291
|
.px-075 {
|
|
1606
3292
|
padding-inline-end: 0.75rem !important;
|
|
1607
3293
|
padding-inline-start: 0.75rem !important;
|
|
@@ -1632,6 +3318,51 @@
|
|
|
1632
3318
|
padding-bottom: 1.5rem !important;
|
|
1633
3319
|
}
|
|
1634
3320
|
|
|
3321
|
+
.py-2-5 {
|
|
3322
|
+
padding-top: 2.5rem !important;
|
|
3323
|
+
padding-bottom: 2.5rem !important;
|
|
3324
|
+
}
|
|
3325
|
+
|
|
3326
|
+
.py-3-5 {
|
|
3327
|
+
padding-top: 3.5rem !important;
|
|
3328
|
+
padding-bottom: 3.5rem !important;
|
|
3329
|
+
}
|
|
3330
|
+
|
|
3331
|
+
.py-4-5 {
|
|
3332
|
+
padding-top: 4.5rem !important;
|
|
3333
|
+
padding-bottom: 4.5rem !important;
|
|
3334
|
+
}
|
|
3335
|
+
|
|
3336
|
+
.py-5-5 {
|
|
3337
|
+
padding-top: 5.5rem !important;
|
|
3338
|
+
padding-bottom: 5.5rem !important;
|
|
3339
|
+
}
|
|
3340
|
+
|
|
3341
|
+
.py-6-5 {
|
|
3342
|
+
padding-top: 6.5rem !important;
|
|
3343
|
+
padding-bottom: 6.5rem !important;
|
|
3344
|
+
}
|
|
3345
|
+
|
|
3346
|
+
.py-7-5 {
|
|
3347
|
+
padding-top: 7.5rem !important;
|
|
3348
|
+
padding-bottom: 7.5rem !important;
|
|
3349
|
+
}
|
|
3350
|
+
|
|
3351
|
+
.py-8-5 {
|
|
3352
|
+
padding-top: 8.5rem !important;
|
|
3353
|
+
padding-bottom: 8.5rem !important;
|
|
3354
|
+
}
|
|
3355
|
+
|
|
3356
|
+
.py-9-5 {
|
|
3357
|
+
padding-top: 9.5rem !important;
|
|
3358
|
+
padding-bottom: 9.5rem !important;
|
|
3359
|
+
}
|
|
3360
|
+
|
|
3361
|
+
.py-10-5 {
|
|
3362
|
+
padding-top: 10.5rem !important;
|
|
3363
|
+
padding-bottom: 10.5rem !important;
|
|
3364
|
+
}
|
|
3365
|
+
|
|
1635
3366
|
.py-2 {
|
|
1636
3367
|
padding-top: 2rem !important;
|
|
1637
3368
|
padding-bottom: 2rem !important;
|
|
@@ -1647,6 +3378,37 @@
|
|
|
1647
3378
|
padding-bottom: 4rem !important;
|
|
1648
3379
|
}
|
|
1649
3380
|
|
|
3381
|
+
.py-5 {
|
|
3382
|
+
padding-top: 5rem !important;
|
|
3383
|
+
padding-bottom: 5rem !important;
|
|
3384
|
+
}
|
|
3385
|
+
|
|
3386
|
+
.py-6 {
|
|
3387
|
+
padding-top: 6rem !important;
|
|
3388
|
+
padding-bottom: 6rem !important;
|
|
3389
|
+
}
|
|
3390
|
+
|
|
3391
|
+
.py-7 {
|
|
3392
|
+
padding-top: 7rem !important;
|
|
3393
|
+
padding-bottom: 7rem !important;
|
|
3394
|
+
}
|
|
3395
|
+
|
|
3396
|
+
.py-8 {
|
|
3397
|
+
padding-top: 8rem !important;
|
|
3398
|
+
padding-bottom: 8rem !important;
|
|
3399
|
+
}
|
|
3400
|
+
|
|
3401
|
+
.py-9 {
|
|
3402
|
+
padding-top: 9rem !important;
|
|
3403
|
+
padding-bottom: 9rem !important;
|
|
3404
|
+
}
|
|
3405
|
+
|
|
3406
|
+
.py-10 {
|
|
3407
|
+
padding-top: 10rem !important;
|
|
3408
|
+
padding-bottom: 10rem !important;
|
|
3409
|
+
}
|
|
3410
|
+
|
|
3411
|
+
|
|
1650
3412
|
.py-075 {
|
|
1651
3413
|
padding-top: 0.75rem !important;
|
|
1652
3414
|
padding-bottom: 0.75rem !important;
|
|
@@ -1674,6 +3436,43 @@
|
|
|
1674
3436
|
padding: 1.5rem !important;
|
|
1675
3437
|
}
|
|
1676
3438
|
|
|
3439
|
+
.p-2-5 {
|
|
3440
|
+
padding: 2.5rem !important;
|
|
3441
|
+
}
|
|
3442
|
+
|
|
3443
|
+
.p-3-5 {
|
|
3444
|
+
padding: 3.5rem !important;
|
|
3445
|
+
}
|
|
3446
|
+
|
|
3447
|
+
.p-4-5 {
|
|
3448
|
+
padding: 4.5rem !important;
|
|
3449
|
+
}
|
|
3450
|
+
|
|
3451
|
+
.p-5-5 {
|
|
3452
|
+
padding: 5.5rem !important;
|
|
3453
|
+
}
|
|
3454
|
+
|
|
3455
|
+
.p-6-5 {
|
|
3456
|
+
padding: 6.5rem !important;
|
|
3457
|
+
}
|
|
3458
|
+
|
|
3459
|
+
.p-7-5 {
|
|
3460
|
+
padding: 7.5rem !important;
|
|
3461
|
+
}
|
|
3462
|
+
|
|
3463
|
+
.p-8-5 {
|
|
3464
|
+
padding: 8.5rem !important;
|
|
3465
|
+
}
|
|
3466
|
+
|
|
3467
|
+
.p-9-5 {
|
|
3468
|
+
padding: 9.5rem !important;
|
|
3469
|
+
}
|
|
3470
|
+
|
|
3471
|
+
.p-10-5 {
|
|
3472
|
+
padding: 10.5rem !important;
|
|
3473
|
+
}
|
|
3474
|
+
|
|
3475
|
+
|
|
1677
3476
|
.p-2 {
|
|
1678
3477
|
padding: 2rem !important;
|
|
1679
3478
|
}
|
|
@@ -1686,6 +3485,30 @@
|
|
|
1686
3485
|
padding: 4rem !important;
|
|
1687
3486
|
}
|
|
1688
3487
|
|
|
3488
|
+
.p-5 {
|
|
3489
|
+
padding: 5rem !important;
|
|
3490
|
+
}
|
|
3491
|
+
|
|
3492
|
+
.p-6 {
|
|
3493
|
+
padding: 6rem !important;
|
|
3494
|
+
}
|
|
3495
|
+
|
|
3496
|
+
.p-7 {
|
|
3497
|
+
padding: 7rem !important;
|
|
3498
|
+
}
|
|
3499
|
+
|
|
3500
|
+
.p-8 {
|
|
3501
|
+
padding: 8rem !important;
|
|
3502
|
+
}
|
|
3503
|
+
|
|
3504
|
+
.p-9 {
|
|
3505
|
+
padding: 9rem !important;
|
|
3506
|
+
}
|
|
3507
|
+
|
|
3508
|
+
.p-10 {
|
|
3509
|
+
padding: 10rem !important;
|
|
3510
|
+
}
|
|
3511
|
+
|
|
1689
3512
|
.p-075 {
|
|
1690
3513
|
padding: 0.75rem !important;
|
|
1691
3514
|
}
|
|
@@ -1783,6 +3606,21 @@
|
|
|
1783
3606
|
align-self: start;
|
|
1784
3607
|
}
|
|
1785
3608
|
|
|
3609
|
+
.sticky-9,
|
|
3610
|
+
.position-sticky-9 {
|
|
3611
|
+
position: sticky !important;
|
|
3612
|
+
top: 9rem;
|
|
3613
|
+
align-self: start;
|
|
3614
|
+
}
|
|
3615
|
+
|
|
3616
|
+
.sticky-10,
|
|
3617
|
+
.position-sticky-10 {
|
|
3618
|
+
position: sticky !important;
|
|
3619
|
+
top: 10rem;
|
|
3620
|
+
align-self: start;
|
|
3621
|
+
}
|
|
3622
|
+
|
|
3623
|
+
|
|
1786
3624
|
.flex {
|
|
1787
3625
|
display: flex;
|
|
1788
3626
|
align-items: center;
|
|
@@ -1981,7 +3819,6 @@
|
|
|
1981
3819
|
max-height: 90px;
|
|
1982
3820
|
}
|
|
1983
3821
|
|
|
1984
|
-
|
|
1985
3822
|
.h-100 {
|
|
1986
3823
|
height: 100%;
|
|
1987
3824
|
}
|
|
@@ -2094,7 +3931,6 @@
|
|
|
2094
3931
|
max-height: 600px;
|
|
2095
3932
|
}
|
|
2096
3933
|
|
|
2097
|
-
|
|
2098
3934
|
.layout-h-100 {
|
|
2099
3935
|
height: 100vh;
|
|
2100
3936
|
overflow-y: hidden;
|
|
@@ -2176,6 +4012,26 @@
|
|
|
2176
4012
|
height: max-content;
|
|
2177
4013
|
}
|
|
2178
4014
|
|
|
4015
|
+
.grid-wrap-9 {
|
|
4016
|
+
grid-template-columns: repeat(9, 1fr);
|
|
4017
|
+
height: max-content;
|
|
4018
|
+
}
|
|
4019
|
+
|
|
4020
|
+
.grid-wrap-10 {
|
|
4021
|
+
grid-template-columns: repeat(10, 1fr);
|
|
4022
|
+
height: max-content;
|
|
4023
|
+
}
|
|
4024
|
+
|
|
4025
|
+
.grid-wrap-11 {
|
|
4026
|
+
grid-template-columns: repeat(11, 1fr);
|
|
4027
|
+
height: max-content;
|
|
4028
|
+
}
|
|
4029
|
+
|
|
4030
|
+
.grid-wrap-12 {
|
|
4031
|
+
grid-template-columns: repeat(12, 1fr);
|
|
4032
|
+
height: max-content;
|
|
4033
|
+
}
|
|
4034
|
+
|
|
2179
4035
|
.grid-span-1 {
|
|
2180
4036
|
grid-column: span 1;
|
|
2181
4037
|
}
|
|
@@ -2200,6 +4056,30 @@
|
|
|
2200
4056
|
grid-column: span 6;
|
|
2201
4057
|
}
|
|
2202
4058
|
|
|
4059
|
+
.grid-span-7 {
|
|
4060
|
+
grid-column: span 7;
|
|
4061
|
+
}
|
|
4062
|
+
|
|
4063
|
+
.grid-span-8 {
|
|
4064
|
+
grid-column: span 8;
|
|
4065
|
+
}
|
|
4066
|
+
|
|
4067
|
+
.grid-span-9 {
|
|
4068
|
+
grid-column: span 9;
|
|
4069
|
+
}
|
|
4070
|
+
|
|
4071
|
+
.grid-span-10 {
|
|
4072
|
+
grid-column: span 10;
|
|
4073
|
+
}
|
|
4074
|
+
|
|
4075
|
+
.grid-span-11 {
|
|
4076
|
+
grid-column: span 11;
|
|
4077
|
+
}
|
|
4078
|
+
|
|
4079
|
+
.grid-span-12 {
|
|
4080
|
+
grid-column: span 12;
|
|
4081
|
+
}
|
|
4082
|
+
|
|
2203
4083
|
.grid-span-row-1 {
|
|
2204
4084
|
grid-row: span 1;
|
|
2205
4085
|
}
|
|
@@ -2224,6 +4104,31 @@
|
|
|
2224
4104
|
grid-row: span 6;
|
|
2225
4105
|
}
|
|
2226
4106
|
|
|
4107
|
+
|
|
4108
|
+
.grid-span-row-7 {
|
|
4109
|
+
grid-row: span 7;
|
|
4110
|
+
}
|
|
4111
|
+
|
|
4112
|
+
.grid-span-row-8 {
|
|
4113
|
+
grid-row: span 8;
|
|
4114
|
+
}
|
|
4115
|
+
|
|
4116
|
+
.grid-span-row-9 {
|
|
4117
|
+
grid-row: span 9;
|
|
4118
|
+
}
|
|
4119
|
+
|
|
4120
|
+
.grid-span-row-10 {
|
|
4121
|
+
grid-row: span 10;
|
|
4122
|
+
}
|
|
4123
|
+
|
|
4124
|
+
.grid-span-row-11 {
|
|
4125
|
+
grid-row: span 11;
|
|
4126
|
+
}
|
|
4127
|
+
|
|
4128
|
+
.grid-span-row-12 {
|
|
4129
|
+
grid-row: span 12;
|
|
4130
|
+
}
|
|
4131
|
+
|
|
2227
4132
|
.overflow-hidden {
|
|
2228
4133
|
overflow: hidden;
|
|
2229
4134
|
}
|
|
@@ -2315,6 +4220,22 @@
|
|
|
2315
4220
|
inset: 6rem;
|
|
2316
4221
|
}
|
|
2317
4222
|
|
|
4223
|
+
.inset-7 {
|
|
4224
|
+
inset: 7rem;
|
|
4225
|
+
}
|
|
4226
|
+
|
|
4227
|
+
.inset-8 {
|
|
4228
|
+
inset: 8rem;
|
|
4229
|
+
}
|
|
4230
|
+
|
|
4231
|
+
.inset-9 {
|
|
4232
|
+
inset: 9rem;
|
|
4233
|
+
}
|
|
4234
|
+
|
|
4235
|
+
.inset-10 {
|
|
4236
|
+
inset: 10rem;
|
|
4237
|
+
}
|
|
4238
|
+
|
|
2318
4239
|
|
|
2319
4240
|
@media screen and (max-width: 910px) {
|
|
2320
4241
|
.grid-wrap-2 {
|