@vueland/ui 0.0.2 → 0.0.3
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/README.md +55 -45
- package/dist/components/CApp/CApp.js +2 -2
- package/dist/components/CAutocomplete/CAutocomplete.js +23 -6
- package/dist/components/CCheckbox/CCheckbox.js +1 -1
- package/dist/components/CDateInput/CDateInput.js +0 -1
- package/dist/components/CDatePicker/index4.js +1 -1
- package/dist/components/CDatePicker/index6.js +1 -1
- package/dist/components/CDialog/index.js +1 -1
- package/dist/components/CDialog/index2.js +1 -1
- package/dist/components/CInput/CInput.js +23 -14
- package/dist/components/CList/CList.js +36 -17
- package/dist/components/CList/CListItem.js +15 -10
- package/dist/components/CMenu/CMenu.js +29 -31
- package/dist/components/CSelect/CSelect.js +26 -6
- package/dist/components/CTextField/CTextField.js +1 -1
- package/dist/components/CTooltip/CTooltip.js +12 -8
- package/dist/components/CTooltip/index.js +2 -2
- package/dist/components/CTooltip/index2.js +5 -0
- package/dist/components/index.d.ts +174 -188
- package/dist/components/index.js +1 -1
- package/dist/composables/index.d.ts +124 -590
- package/dist/composables/index.js +11 -6
- package/dist/composables/use-activator.js +1 -13
- package/dist/composables/{use-app-scroll.js → use-application-scroll.js} +2 -2
- package/dist/composables/use-aria-activator.js +15 -0
- package/dist/composables/use-aria-dialog.js +16 -0
- package/dist/composables/use-aria-field.js +18 -0
- package/dist/composables/use-aria-listbox.js +14 -0
- package/dist/composables/use-aria-toggle.js +15 -0
- package/dist/composables/use-auto-position.js +51 -51
- package/dist/composables/use-breakpoints.js +8 -0
- package/dist/composables/use-delay-actions.js +9 -8
- package/dist/composables/use-display.js +4 -4
- package/dist/composables/use-presets.js +1 -3
- package/dist/constants/aria.js +32 -0
- package/dist/constants/index.d.ts +78 -37
- package/dist/constants/index.js +1 -0
- package/dist/css/lib.css +1 -0
- package/dist/css/utils/_grid.css +1 -0
- package/dist/css/utils/_grid.js +3 -0
- package/dist/css/utils/_radius.css +1 -1
- package/dist/css/utils/_typography.css +1 -1
- package/dist/library.js +5 -5
- package/dist/scss/lib.scss +26 -0
- package/dist/scss/styles.scss +1 -0
- package/dist/scss/utils/_grid.scss +173 -0
- package/dist/scss/utils/_radius.scss +4 -4
- package/dist/scss/utils/_typography.scss +13 -0
- package/dist/styles.css +1 -1
- package/dist/temp-types/src/components/CAutocomplete/CAutocomplete.vue.d.ts +1 -1
- package/dist/temp-types/src/components/CAutocomplete/CAutocomplete.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CCheckbox/CCheckbox.vue.d.ts +1 -1
- package/dist/temp-types/src/components/CCheckbox/CheckboxElement.vue.d.ts +1 -1
- package/dist/temp-types/src/components/CDateInput/CDateInput.vue.d.ts +2 -2
- package/dist/temp-types/src/components/CDateInput/CDateInput.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CGrid/CRow.d.ts +1 -1
- package/dist/temp-types/src/components/CInput/CInput.vue.d.ts +2 -2
- package/dist/temp-types/src/components/CInput/CInput.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CInput/types.d.ts +2 -2
- package/dist/temp-types/src/components/CInput/types.d.ts.map +1 -1
- package/dist/temp-types/src/components/CList/CList.vue.d.ts +5 -1
- package/dist/temp-types/src/components/CList/CList.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CList/CListItem.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CList/types.d.ts +3 -1
- package/dist/temp-types/src/components/CList/types.d.ts.map +1 -1
- package/dist/temp-types/src/components/CMenu/CMenu.vue.d.ts +4 -4
- package/dist/temp-types/src/components/CMenu/CMenu.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CMenu/types.d.ts +2 -2
- package/dist/temp-types/src/components/CMenu/types.d.ts.map +1 -1
- package/dist/temp-types/src/components/CRadio/CRadio.vue.d.ts +1 -1
- package/dist/temp-types/src/components/CSelect/CSelect.vue.d.ts +1 -1
- package/dist/temp-types/src/components/CSelect/CSelect.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CSelectControl/CSelectControl.vue.d.ts +1 -1
- package/dist/temp-types/src/components/CTextField/CTextField.vue.d.ts +1 -1
- package/dist/temp-types/src/components/CTextField/CTextField.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CTextField/types.d.ts +1 -1
- package/dist/temp-types/src/components/CTooltip/CTooltip.vue.d.ts +3 -1
- package/dist/temp-types/src/components/CTooltip/CTooltip.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CTooltip/index.d.ts +7 -1
- package/dist/temp-types/src/components/CTooltip/index.d.ts.map +1 -1
- package/dist/temp-types/src/composables/index.d.ts +7 -2
- package/dist/temp-types/src/composables/index.d.ts.map +1 -1
- package/dist/temp-types/src/composables/use-activator.d.ts +0 -153
- package/dist/temp-types/src/composables/use-activator.d.ts.map +1 -1
- package/dist/temp-types/src/composables/{use-app-scroll.d.ts → use-application-scroll.d.ts} +2 -2
- package/dist/temp-types/src/composables/use-application-scroll.d.ts.map +1 -0
- package/dist/temp-types/src/composables/use-aria-activator.d.ts +8 -0
- package/dist/temp-types/src/composables/use-aria-activator.d.ts.map +1 -0
- package/dist/temp-types/src/composables/use-aria-dialog.d.ts +9 -0
- package/dist/temp-types/src/composables/use-aria-dialog.d.ts.map +1 -0
- package/dist/temp-types/src/composables/use-aria-field.d.ts +13 -0
- package/dist/temp-types/src/composables/use-aria-field.d.ts.map +1 -0
- package/dist/temp-types/src/composables/use-aria-listbox.d.ts +8 -0
- package/dist/temp-types/src/composables/use-aria-listbox.d.ts.map +1 -0
- package/dist/temp-types/src/composables/use-aria-toggle.d.ts +11 -0
- package/dist/temp-types/src/composables/use-aria-toggle.d.ts.map +1 -0
- package/dist/temp-types/src/composables/use-auto-position.d.ts +4 -284
- package/dist/temp-types/src/composables/use-auto-position.d.ts.map +1 -1
- package/dist/temp-types/src/composables/use-breakpoints.d.ts +1 -0
- package/dist/temp-types/src/composables/use-breakpoints.d.ts.map +1 -1
- package/dist/temp-types/src/composables/use-delay-actions.d.ts +0 -26
- package/dist/temp-types/src/composables/use-delay-actions.d.ts.map +1 -1
- package/dist/temp-types/src/composables/use-display.d.ts +22 -49
- package/dist/temp-types/src/composables/use-display.d.ts.map +1 -1
- package/dist/temp-types/src/composables/use-presets.d.ts +0 -14
- package/dist/temp-types/src/composables/use-presets.d.ts.map +1 -1
- package/dist/temp-types/src/constants/aria.d.ts +35 -0
- package/dist/temp-types/src/constants/aria.d.ts.map +1 -0
- package/dist/temp-types/src/constants/index.d.ts +1 -0
- package/dist/temp-types/src/constants/index.d.ts.map +1 -1
- package/dist/temp-types/src/constants/provide-keys.d.ts +3 -5
- package/dist/temp-types/src/constants/provide-keys.d.ts.map +1 -1
- package/dist/temp-types/src/utils/aria.d.ts +36 -0
- package/dist/temp-types/src/utils/aria.d.ts.map +1 -0
- package/dist/temp-types/src/utils/index.d.ts +1 -1
- package/dist/temp-types/src/utils/index.d.ts.map +1 -1
- package/dist/temp-types/tsconfig.build.tsbuildinfo +1 -1
- package/dist/utils/aria.js +95 -0
- package/dist/utils/index.d.ts +40 -38
- package/dist/utils/index.js +1 -1
- package/package.json +5 -5
- package/dist/composables/use-menu-presets.js +0 -17
- package/dist/css/themes/default-theme.css +0 -1
- package/dist/scss/themes/default-theme.scss +0 -25
- package/dist/temp-types/src/composables/use-app-scroll.d.ts.map +0 -1
- package/dist/temp-types/src/composables/use-menu-presets.d.ts +0 -7
- package/dist/temp-types/src/composables/use-menu-presets.d.ts.map +0 -1
- package/dist/temp-types/src/utils/props-factory.d.ts +0 -37
- package/dist/temp-types/src/utils/props-factory.d.ts.map +0 -1
- package/dist/utils/props-factory.js +0 -25
- /package/dist/css/{themes/default-theme.js → lib.js} +0 -0
package/dist/styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
html{-webkit-text-size-adjust:100%;box-sizing:border-box;-moz-tab-size:4;tab-size:4;word-break:normal}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{margin:0;padding:0}hr{color:inherit;height:0;overflow:visible}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}iframe{border-style:none}input{border-radius:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}[disabled]{cursor:default}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}:root{--c-app-primary-color:#1976d2;--c-app-on-primary-color:#fff;--c-app-secondary-color:#1565c0;--c-app-success-color:#4caf50;--c-app-error-color:#e53935;--c-app-warning-color:#ff9800;--c-app-info-color:#039be5;--c-app-accent-color:#76ff03;--c-app-background-color:#f5f5f5;--c-app-surface-color:#fff;--c-app-surface-variant-color:#eee;--c-app-on-surface-color:#424242;--c-app-text-color:#424242;--c-app-text-secondary-color:#757575;--c-app-placeholder-color:#9e9e9e;--c-app-disabled-color:#bdbdbd;--c-app-disabled-bg-color:#eee;--c-app-disabled-opacity:0.5;--c-app-readonly-color:#1976d2;--c-app-readonly-bg-color:#f5f5f5;--c-app-focus-color:#1976d2;--c-app-error-bg-color:#ffebee;--c-app-hover-color:rgba(0,0,0,.06);--c-app-overlay-color:rgba(0,0,0,.5);--c-app-shadow-color:rgba(0,0,0,.15);--c-app-border-color:#e0e0e0;--c-app-border-radius:8px}[data-theme=dark]{--c-app-primary-color:#90caf9;--c-app-on-primary-color:#212121;--c-app-secondary-color:#64b5f6;--c-app-success-color:#81c784;--c-app-error-color:#e57373;--c-app-warning-color:#ffb74d;--c-app-info-color:#4fc3f7;--c-app-background-color:#212121;--c-app-surface-color:#1e1e1e;--c-app-surface-variant-color:#2a2a2a;--c-app-on-surface-color:#e0e0e0;--c-app-text-color:#e0e0e0;--c-app-text-secondary-color:#9e9e9e;--c-app-placeholder-color:#757575;--c-app-disabled-color:#616161;--c-app-disabled-bg-color:#2a2a2a;--c-app-disabled-opacity:0.4;--c-app-readonly-color:#90caf9;--c-app-readonly-bg-color:#2a2a2a;--c-app-focus-color:#90caf9;--c-app-error-bg-color:rgba(#F44336,.12);--c-app-hover-color:hsla(0,0%,100%,.08);--c-app-overlay-color:rgba(0,0,0,.7);--c-app-shadow-color:rgba(0,0,0,.4);--c-app-border-color:#616161}.fade-enter-from,.fade-leave-to{opacity:0}.fade-enter-active,.fade-leave-active{transition:opacity .2s cubic-bezier(.25,.8,.5,1)}.scale-in-enter-from,.scale-in-leave-to{opacity:0;transform:scale(0)}.scale-in-enter-active,.scale-in-leave-active{transition:opacity .2s cubic-bezier(.25,.8,.5,1),transform .2s cubic-bezier(.25,.8,.5,1)}.scale-in-out-enter-from,.scale-in-out-leave-to{opacity:0;transform:scale(.9)}.scale-in-out-enter-active,.scale-in-out-leave-active{transition:opacity .15s cubic-bezier(.25,.8,.5,1),transform .15s cubic-bezier(.25,.8,.5,1)}.scale-in-out-leave-active{transform:scale(1.1)}.fade-in-down-enter-from,.fade-in-down-leave-to{opacity:0;transform:translateY(-15px)}.fade-in-down-enter-active,.fade-in-down-leave-active{transition:opacity .15s cubic-bezier(.25,.8,.5,1),transform .15s cubic-bezier(.25,.8,.5,1)}.fade-in-down-leave-active{transform:translateY(15px)}.fade-in-up-enter-from,.fade-in-up-leave-to{opacity:0;transform:translateY(15px)}.fade-in-up-enter-active,.fade-in-up-leave-active{transition:opacity .15s cubic-bezier(.25,.8,.5,1),transform .15s cubic-bezier(.25,.8,.5,1)}.fade-in-up-leave-active{transform:translateY(-15px)}.slide-in-left-enter-from,.slide-in-left-leave-to{transform:translateX(-100%)}.slide-in-left-enter-active,.slide-in-left-leave-active{transition:opacity .2s cubic-bezier(.25,.8,.5,1),transform .2s cubic-bezier(.25,.8,.5,1)}.slide-in-left-leave-active{transform:translateX(100%)}.ma-0{margin:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.mt-0{margin-top:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-bottom:0!important;margin-top:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pt-0{padding-top:0!important}.pa-0{padding:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-bottom:0!important;padding-top:0!important}.gap-0{gap:0!important}.gap-x-0{column-gap:0!important}.gap-y-0{row-gap:0!important}.ma-1{margin:4px!important}.ml-1{margin-left:4px!important}.mr-1{margin-right:4px!important}.mb-1{margin-bottom:4px!important}.mt-1{margin-top:4px!important}.mx-1{margin-left:4px!important;margin-right:4px!important}.my-1{margin-bottom:4px!important;margin-top:4px!important}.pl-1{padding-left:4px!important}.pr-1{padding-right:4px!important}.pb-1{padding-bottom:4px!important}.pt-1{padding-top:4px!important}.pa-1{padding:4px!important}.px-1{padding-left:4px!important;padding-right:4px!important}.py-1{padding-bottom:4px!important;padding-top:4px!important}.gap-1{gap:4px!important}.gap-x-1{column-gap:4px!important}.gap-y-1{row-gap:4px!important}.ma-2{margin:8px!important}.ml-2{margin-left:8px!important}.mr-2{margin-right:8px!important}.mb-2{margin-bottom:8px!important}.mt-2{margin-top:8px!important}.mx-2{margin-left:8px!important;margin-right:8px!important}.my-2{margin-bottom:8px!important;margin-top:8px!important}.pl-2{padding-left:8px!important}.pr-2{padding-right:8px!important}.pb-2{padding-bottom:8px!important}.pt-2{padding-top:8px!important}.pa-2{padding:8px!important}.px-2{padding-left:8px!important;padding-right:8px!important}.py-2{padding-bottom:8px!important;padding-top:8px!important}.gap-2{gap:8px!important}.gap-x-2{column-gap:8px!important}.gap-y-2{row-gap:8px!important}.ma-3{margin:12px!important}.ml-3{margin-left:12px!important}.mr-3{margin-right:12px!important}.mb-3{margin-bottom:12px!important}.mt-3{margin-top:12px!important}.mx-3{margin-left:12px!important;margin-right:12px!important}.my-3{margin-bottom:12px!important;margin-top:12px!important}.pl-3{padding-left:12px!important}.pr-3{padding-right:12px!important}.pb-3{padding-bottom:12px!important}.pt-3{padding-top:12px!important}.pa-3{padding:12px!important}.px-3{padding-left:12px!important;padding-right:12px!important}.py-3{padding-bottom:12px!important;padding-top:12px!important}.gap-3{gap:12px!important}.gap-x-3{column-gap:12px!important}.gap-y-3{row-gap:12px!important}.ma-4{margin:16px!important}.ml-4{margin-left:16px!important}.mr-4{margin-right:16px!important}.mb-4{margin-bottom:16px!important}.mt-4{margin-top:16px!important}.mx-4{margin-left:16px!important;margin-right:16px!important}.my-4{margin-bottom:16px!important;margin-top:16px!important}.pl-4{padding-left:16px!important}.pr-4{padding-right:16px!important}.pb-4{padding-bottom:16px!important}.pt-4{padding-top:16px!important}.pa-4{padding:16px!important}.px-4{padding-left:16px!important;padding-right:16px!important}.py-4{padding-bottom:16px!important;padding-top:16px!important}.gap-4{gap:16px!important}.gap-x-4{column-gap:16px!important}.gap-y-4{row-gap:16px!important}.ma-5{margin:20px!important}.ml-5{margin-left:20px!important}.mr-5{margin-right:20px!important}.mb-5{margin-bottom:20px!important}.mt-5{margin-top:20px!important}.mx-5{margin-left:20px!important;margin-right:20px!important}.my-5{margin-bottom:20px!important;margin-top:20px!important}.pl-5{padding-left:20px!important}.pr-5{padding-right:20px!important}.pb-5{padding-bottom:20px!important}.pt-5{padding-top:20px!important}.pa-5{padding:20px!important}.px-5{padding-left:20px!important;padding-right:20px!important}.py-5{padding-bottom:20px!important;padding-top:20px!important}.gap-5{gap:20px!important}.gap-x-5{column-gap:20px!important}.gap-y-5{row-gap:20px!important}.ma-6{margin:24px!important}.ml-6{margin-left:24px!important}.mr-6{margin-right:24px!important}.mb-6{margin-bottom:24px!important}.mt-6{margin-top:24px!important}.mx-6{margin-left:24px!important;margin-right:24px!important}.my-6{margin-bottom:24px!important;margin-top:24px!important}.pl-6{padding-left:24px!important}.pr-6{padding-right:24px!important}.pb-6{padding-bottom:24px!important}.pt-6{padding-top:24px!important}.pa-6{padding:24px!important}.px-6{padding-left:24px!important;padding-right:24px!important}.py-6{padding-bottom:24px!important;padding-top:24px!important}.gap-6{gap:24px!important}.gap-x-6{column-gap:24px!important}.gap-y-6{row-gap:24px!important}.ma-7{margin:28px!important}.ml-7{margin-left:28px!important}.mr-7{margin-right:28px!important}.mb-7{margin-bottom:28px!important}.mt-7{margin-top:28px!important}.mx-7{margin-left:28px!important;margin-right:28px!important}.my-7{margin-bottom:28px!important;margin-top:28px!important}.pl-7{padding-left:28px!important}.pr-7{padding-right:28px!important}.pb-7{padding-bottom:28px!important}.pt-7{padding-top:28px!important}.pa-7{padding:28px!important}.px-7{padding-left:28px!important;padding-right:28px!important}.py-7{padding-bottom:28px!important;padding-top:28px!important}.gap-7{gap:28px!important}.gap-x-7{column-gap:28px!important}.gap-y-7{row-gap:28px!important}.ma-8{margin:32px!important}.ml-8{margin-left:32px!important}.mr-8{margin-right:32px!important}.mb-8{margin-bottom:32px!important}.mt-8{margin-top:32px!important}.mx-8{margin-left:32px!important;margin-right:32px!important}.my-8{margin-bottom:32px!important;margin-top:32px!important}.pl-8{padding-left:32px!important}.pr-8{padding-right:32px!important}.pb-8{padding-bottom:32px!important}.pt-8{padding-top:32px!important}.pa-8{padding:32px!important}.px-8{padding-left:32px!important;padding-right:32px!important}.py-8{padding-bottom:32px!important;padding-top:32px!important}.gap-8{gap:32px!important}.gap-x-8{column-gap:32px!important}.gap-y-8{row-gap:32px!important}.ma-9{margin:36px!important}.ml-9{margin-left:36px!important}.mr-9{margin-right:36px!important}.mb-9{margin-bottom:36px!important}.mt-9{margin-top:36px!important}.mx-9{margin-left:36px!important;margin-right:36px!important}.my-9{margin-bottom:36px!important;margin-top:36px!important}.pl-9{padding-left:36px!important}.pr-9{padding-right:36px!important}.pb-9{padding-bottom:36px!important}.pt-9{padding-top:36px!important}.pa-9{padding:36px!important}.px-9{padding-left:36px!important;padding-right:36px!important}.py-9{padding-bottom:36px!important;padding-top:36px!important}.gap-9{gap:36px!important}.gap-x-9{column-gap:36px!important}.gap-y-9{row-gap:36px!important}.ma-10{margin:40px!important}.ml-10{margin-left:40px!important}.mr-10{margin-right:40px!important}.mb-10{margin-bottom:40px!important}.mt-10{margin-top:40px!important}.mx-10{margin-left:40px!important;margin-right:40px!important}.my-10{margin-bottom:40px!important;margin-top:40px!important}.pl-10{padding-left:40px!important}.pr-10{padding-right:40px!important}.pb-10{padding-bottom:40px!important}.pt-10{padding-top:40px!important}.pa-10{padding:40px!important}.px-10{padding-left:40px!important;padding-right:40px!important}.py-10{padding-bottom:40px!important;padding-top:40px!important}.gap-10{gap:40px!important}.gap-x-10{column-gap:40px!important}.gap-y-10{row-gap:40px!important}.ma-11{margin:44px!important}.ml-11{margin-left:44px!important}.mr-11{margin-right:44px!important}.mb-11{margin-bottom:44px!important}.mt-11{margin-top:44px!important}.mx-11{margin-left:44px!important;margin-right:44px!important}.my-11{margin-bottom:44px!important;margin-top:44px!important}.pl-11{padding-left:44px!important}.pr-11{padding-right:44px!important}.pb-11{padding-bottom:44px!important}.pt-11{padding-top:44px!important}.pa-11{padding:44px!important}.px-11{padding-left:44px!important;padding-right:44px!important}.py-11{padding-bottom:44px!important;padding-top:44px!important}.gap-11{gap:44px!important}.gap-x-11{column-gap:44px!important}.gap-y-11{row-gap:44px!important}.ma-12{margin:48px!important}.ml-12{margin-left:48px!important}.mr-12{margin-right:48px!important}.mb-12{margin-bottom:48px!important}.mt-12{margin-top:48px!important}.mx-12{margin-left:48px!important;margin-right:48px!important}.my-12{margin-bottom:48px!important;margin-top:48px!important}.pl-12{padding-left:48px!important}.pr-12{padding-right:48px!important}.pb-12{padding-bottom:48px!important}.pt-12{padding-top:48px!important}.pa-12{padding:48px!important}.px-12{padding-left:48px!important;padding-right:48px!important}.py-12{padding-bottom:48px!important;padding-top:48px!important}.gap-12{gap:48px!important}.gap-x-12{column-gap:48px!important}.gap-y-12{row-gap:48px!important}.ma-13{margin:52px!important}.ml-13{margin-left:52px!important}.mr-13{margin-right:52px!important}.mb-13{margin-bottom:52px!important}.mt-13{margin-top:52px!important}.mx-13{margin-left:52px!important;margin-right:52px!important}.my-13{margin-bottom:52px!important;margin-top:52px!important}.pl-13{padding-left:52px!important}.pr-13{padding-right:52px!important}.pb-13{padding-bottom:52px!important}.pt-13{padding-top:52px!important}.pa-13{padding:52px!important}.px-13{padding-left:52px!important;padding-right:52px!important}.py-13{padding-bottom:52px!important;padding-top:52px!important}.gap-13{gap:52px!important}.gap-x-13{column-gap:52px!important}.gap-y-13{row-gap:52px!important}.ma-14{margin:56px!important}.ml-14{margin-left:56px!important}.mr-14{margin-right:56px!important}.mb-14{margin-bottom:56px!important}.mt-14{margin-top:56px!important}.mx-14{margin-left:56px!important;margin-right:56px!important}.my-14{margin-bottom:56px!important;margin-top:56px!important}.pl-14{padding-left:56px!important}.pr-14{padding-right:56px!important}.pb-14{padding-bottom:56px!important}.pt-14{padding-top:56px!important}.pa-14{padding:56px!important}.px-14{padding-left:56px!important;padding-right:56px!important}.py-14{padding-bottom:56px!important;padding-top:56px!important}.gap-14{gap:56px!important}.gap-x-14{column-gap:56px!important}.gap-y-14{row-gap:56px!important}.ma-15{margin:60px!important}.ml-15{margin-left:60px!important}.mr-15{margin-right:60px!important}.mb-15{margin-bottom:60px!important}.mt-15{margin-top:60px!important}.mx-15{margin-left:60px!important;margin-right:60px!important}.my-15{margin-bottom:60px!important;margin-top:60px!important}.pl-15{padding-left:60px!important}.pr-15{padding-right:60px!important}.pb-15{padding-bottom:60px!important}.pt-15{padding-top:60px!important}.pa-15{padding:60px!important}.px-15{padding-left:60px!important;padding-right:60px!important}.py-15{padding-bottom:60px!important;padding-top:60px!important}.gap-15{gap:60px!important}.gap-x-15{column-gap:60px!important}.gap-y-15{row-gap:60px!important}.ma-16{margin:64px!important}.ml-16{margin-left:64px!important}.mr-16{margin-right:64px!important}.mb-16{margin-bottom:64px!important}.mt-16{margin-top:64px!important}.mx-16{margin-left:64px!important;margin-right:64px!important}.my-16{margin-bottom:64px!important;margin-top:64px!important}.pl-16{padding-left:64px!important}.pr-16{padding-right:64px!important}.pb-16{padding-bottom:64px!important}.pt-16{padding-top:64px!important}.pa-16{padding:64px!important}.px-16{padding-left:64px!important;padding-right:64px!important}.py-16{padding-bottom:64px!important;padding-top:64px!important}.gap-16{gap:64px!important}.gap-x-16{column-gap:64px!important}.gap-y-16{row-gap:64px!important}.ma-17{margin:68px!important}.ml-17{margin-left:68px!important}.mr-17{margin-right:68px!important}.mb-17{margin-bottom:68px!important}.mt-17{margin-top:68px!important}.mx-17{margin-left:68px!important;margin-right:68px!important}.my-17{margin-bottom:68px!important;margin-top:68px!important}.pl-17{padding-left:68px!important}.pr-17{padding-right:68px!important}.pb-17{padding-bottom:68px!important}.pt-17{padding-top:68px!important}.pa-17{padding:68px!important}.px-17{padding-left:68px!important;padding-right:68px!important}.py-17{padding-bottom:68px!important;padding-top:68px!important}.gap-17{gap:68px!important}.gap-x-17{column-gap:68px!important}.gap-y-17{row-gap:68px!important}.ma-18{margin:72px!important}.ml-18{margin-left:72px!important}.mr-18{margin-right:72px!important}.mb-18{margin-bottom:72px!important}.mt-18{margin-top:72px!important}.mx-18{margin-left:72px!important;margin-right:72px!important}.my-18{margin-bottom:72px!important;margin-top:72px!important}.pl-18{padding-left:72px!important}.pr-18{padding-right:72px!important}.pb-18{padding-bottom:72px!important}.pt-18{padding-top:72px!important}.pa-18{padding:72px!important}.px-18{padding-left:72px!important;padding-right:72px!important}.py-18{padding-bottom:72px!important;padding-top:72px!important}.gap-18{gap:72px!important}.gap-x-18{column-gap:72px!important}.gap-y-18{row-gap:72px!important}.ma-19{margin:76px!important}.ml-19{margin-left:76px!important}.mr-19{margin-right:76px!important}.mb-19{margin-bottom:76px!important}.mt-19{margin-top:76px!important}.mx-19{margin-left:76px!important;margin-right:76px!important}.my-19{margin-bottom:76px!important;margin-top:76px!important}.pl-19{padding-left:76px!important}.pr-19{padding-right:76px!important}.pb-19{padding-bottom:76px!important}.pt-19{padding-top:76px!important}.pa-19{padding:76px!important}.px-19{padding-left:76px!important;padding-right:76px!important}.py-19{padding-bottom:76px!important;padding-top:76px!important}.gap-19{gap:76px!important}.gap-x-19{column-gap:76px!important}.gap-y-19{row-gap:76px!important}.ma-20{margin:80px!important}.ml-20{margin-left:80px!important}.mr-20{margin-right:80px!important}.mb-20{margin-bottom:80px!important}.mt-20{margin-top:80px!important}.mx-20{margin-left:80px!important;margin-right:80px!important}.my-20{margin-bottom:80px!important;margin-top:80px!important}.pl-20{padding-left:80px!important}.pr-20{padding-right:80px!important}.pb-20{padding-bottom:80px!important}.pt-20{padding-top:80px!important}.pa-20{padding:80px!important}.px-20{padding-left:80px!important;padding-right:80px!important}.py-20{padding-bottom:80px!important;padding-top:80px!important}.gap-20{gap:80px!important}.gap-x-20{column-gap:80px!important}.gap-y-20{row-gap:80px!important}@media (min-width:600px){.sm\:pa-0{padding:0!important}.sm\:pl-0{padding-left:0!important}.sm\:pr-0{padding-right:0!important}.sm\:pb-0{padding-bottom:0!important}.sm\:pt-0{padding-top:0!important}.sm\:px-0{padding-left:0!important;padding-right:0!important}.sm\:py-0{padding-bottom:0!important;padding-top:0!important}.sm\:ma-0{margin:0!important}.sm\:ml-0{margin-left:0!important}.sm\:mr-0{margin-right:0!important}.sm\:mb-0{margin-bottom:0!important}.sm\:mt-0{margin-top:0!important}.sm\:mx-0{margin-left:0!important;margin-right:0!important}.sm\:my-0{margin-bottom:0!important;margin-top:0!important}.sm\:gap-0{gap:0!important}.sm\:gap-x-0{column-gap:0!important}.sm\:gap-y-0{row-gap:0!important}.sm\:pa-1{padding:4px!important}.sm\:pl-1{padding-left:4px!important}.sm\:pr-1{padding-right:4px!important}.sm\:pb-1{padding-bottom:4px!important}.sm\:pt-1{padding-top:4px!important}.sm\:px-1{padding-left:4px!important;padding-right:4px!important}.sm\:py-1{padding-bottom:4px!important;padding-top:4px!important}.sm\:ma-1{margin:4px!important}.sm\:ml-1{margin-left:4px!important}.sm\:mr-1{margin-right:4px!important}.sm\:mb-1{margin-bottom:4px!important}.sm\:mt-1{margin-top:4px!important}.sm\:mx-1{margin-left:4px!important;margin-right:4px!important}.sm\:my-1{margin-bottom:4px!important;margin-top:4px!important}.sm\:gap-1{gap:4px!important}.sm\:gap-x-1{column-gap:4px!important}.sm\:gap-y-1{row-gap:4px!important}.sm\:pa-2{padding:8px!important}.sm\:pl-2{padding-left:8px!important}.sm\:pr-2{padding-right:8px!important}.sm\:pb-2{padding-bottom:8px!important}.sm\:pt-2{padding-top:8px!important}.sm\:px-2{padding-left:8px!important;padding-right:8px!important}.sm\:py-2{padding-bottom:8px!important;padding-top:8px!important}.sm\:ma-2{margin:8px!important}.sm\:ml-2{margin-left:8px!important}.sm\:mr-2{margin-right:8px!important}.sm\:mb-2{margin-bottom:8px!important}.sm\:mt-2{margin-top:8px!important}.sm\:mx-2{margin-left:8px!important;margin-right:8px!important}.sm\:my-2{margin-bottom:8px!important;margin-top:8px!important}.sm\:gap-2{gap:8px!important}.sm\:gap-x-2{column-gap:8px!important}.sm\:gap-y-2{row-gap:8px!important}.sm\:pa-3{padding:12px!important}.sm\:pl-3{padding-left:12px!important}.sm\:pr-3{padding-right:12px!important}.sm\:pb-3{padding-bottom:12px!important}.sm\:pt-3{padding-top:12px!important}.sm\:px-3{padding-left:12px!important;padding-right:12px!important}.sm\:py-3{padding-bottom:12px!important;padding-top:12px!important}.sm\:ma-3{margin:12px!important}.sm\:ml-3{margin-left:12px!important}.sm\:mr-3{margin-right:12px!important}.sm\:mb-3{margin-bottom:12px!important}.sm\:mt-3{margin-top:12px!important}.sm\:mx-3{margin-left:12px!important;margin-right:12px!important}.sm\:my-3{margin-bottom:12px!important;margin-top:12px!important}.sm\:gap-3{gap:12px!important}.sm\:gap-x-3{column-gap:12px!important}.sm\:gap-y-3{row-gap:12px!important}.sm\:pa-4{padding:16px!important}.sm\:pl-4{padding-left:16px!important}.sm\:pr-4{padding-right:16px!important}.sm\:pb-4{padding-bottom:16px!important}.sm\:pt-4{padding-top:16px!important}.sm\:px-4{padding-left:16px!important;padding-right:16px!important}.sm\:py-4{padding-bottom:16px!important;padding-top:16px!important}.sm\:ma-4{margin:16px!important}.sm\:ml-4{margin-left:16px!important}.sm\:mr-4{margin-right:16px!important}.sm\:mb-4{margin-bottom:16px!important}.sm\:mt-4{margin-top:16px!important}.sm\:mx-4{margin-left:16px!important;margin-right:16px!important}.sm\:my-4{margin-bottom:16px!important;margin-top:16px!important}.sm\:gap-4{gap:16px!important}.sm\:gap-x-4{column-gap:16px!important}.sm\:gap-y-4{row-gap:16px!important}.sm\:pa-5{padding:20px!important}.sm\:pl-5{padding-left:20px!important}.sm\:pr-5{padding-right:20px!important}.sm\:pb-5{padding-bottom:20px!important}.sm\:pt-5{padding-top:20px!important}.sm\:px-5{padding-left:20px!important;padding-right:20px!important}.sm\:py-5{padding-bottom:20px!important;padding-top:20px!important}.sm\:ma-5{margin:20px!important}.sm\:ml-5{margin-left:20px!important}.sm\:mr-5{margin-right:20px!important}.sm\:mb-5{margin-bottom:20px!important}.sm\:mt-5{margin-top:20px!important}.sm\:mx-5{margin-left:20px!important;margin-right:20px!important}.sm\:my-5{margin-bottom:20px!important;margin-top:20px!important}.sm\:gap-5{gap:20px!important}.sm\:gap-x-5{column-gap:20px!important}.sm\:gap-y-5{row-gap:20px!important}.sm\:pa-6{padding:24px!important}.sm\:pl-6{padding-left:24px!important}.sm\:pr-6{padding-right:24px!important}.sm\:pb-6{padding-bottom:24px!important}.sm\:pt-6{padding-top:24px!important}.sm\:px-6{padding-left:24px!important;padding-right:24px!important}.sm\:py-6{padding-bottom:24px!important;padding-top:24px!important}.sm\:ma-6{margin:24px!important}.sm\:ml-6{margin-left:24px!important}.sm\:mr-6{margin-right:24px!important}.sm\:mb-6{margin-bottom:24px!important}.sm\:mt-6{margin-top:24px!important}.sm\:mx-6{margin-left:24px!important;margin-right:24px!important}.sm\:my-6{margin-bottom:24px!important;margin-top:24px!important}.sm\:gap-6{gap:24px!important}.sm\:gap-x-6{column-gap:24px!important}.sm\:gap-y-6{row-gap:24px!important}.sm\:pa-7{padding:28px!important}.sm\:pl-7{padding-left:28px!important}.sm\:pr-7{padding-right:28px!important}.sm\:pb-7{padding-bottom:28px!important}.sm\:pt-7{padding-top:28px!important}.sm\:px-7{padding-left:28px!important;padding-right:28px!important}.sm\:py-7{padding-bottom:28px!important;padding-top:28px!important}.sm\:ma-7{margin:28px!important}.sm\:ml-7{margin-left:28px!important}.sm\:mr-7{margin-right:28px!important}.sm\:mb-7{margin-bottom:28px!important}.sm\:mt-7{margin-top:28px!important}.sm\:mx-7{margin-left:28px!important;margin-right:28px!important}.sm\:my-7{margin-bottom:28px!important;margin-top:28px!important}.sm\:gap-7{gap:28px!important}.sm\:gap-x-7{column-gap:28px!important}.sm\:gap-y-7{row-gap:28px!important}.sm\:pa-8{padding:32px!important}.sm\:pl-8{padding-left:32px!important}.sm\:pr-8{padding-right:32px!important}.sm\:pb-8{padding-bottom:32px!important}.sm\:pt-8{padding-top:32px!important}.sm\:px-8{padding-left:32px!important;padding-right:32px!important}.sm\:py-8{padding-bottom:32px!important;padding-top:32px!important}.sm\:ma-8{margin:32px!important}.sm\:ml-8{margin-left:32px!important}.sm\:mr-8{margin-right:32px!important}.sm\:mb-8{margin-bottom:32px!important}.sm\:mt-8{margin-top:32px!important}.sm\:mx-8{margin-left:32px!important;margin-right:32px!important}.sm\:my-8{margin-bottom:32px!important;margin-top:32px!important}.sm\:gap-8{gap:32px!important}.sm\:gap-x-8{column-gap:32px!important}.sm\:gap-y-8{row-gap:32px!important}.sm\:pa-9{padding:36px!important}.sm\:pl-9{padding-left:36px!important}.sm\:pr-9{padding-right:36px!important}.sm\:pb-9{padding-bottom:36px!important}.sm\:pt-9{padding-top:36px!important}.sm\:px-9{padding-left:36px!important;padding-right:36px!important}.sm\:py-9{padding-bottom:36px!important;padding-top:36px!important}.sm\:ma-9{margin:36px!important}.sm\:ml-9{margin-left:36px!important}.sm\:mr-9{margin-right:36px!important}.sm\:mb-9{margin-bottom:36px!important}.sm\:mt-9{margin-top:36px!important}.sm\:mx-9{margin-left:36px!important;margin-right:36px!important}.sm\:my-9{margin-bottom:36px!important;margin-top:36px!important}.sm\:gap-9{gap:36px!important}.sm\:gap-x-9{column-gap:36px!important}.sm\:gap-y-9{row-gap:36px!important}.sm\:pa-10{padding:40px!important}.sm\:pl-10{padding-left:40px!important}.sm\:pr-10{padding-right:40px!important}.sm\:pb-10{padding-bottom:40px!important}.sm\:pt-10{padding-top:40px!important}.sm\:px-10{padding-left:40px!important;padding-right:40px!important}.sm\:py-10{padding-bottom:40px!important;padding-top:40px!important}.sm\:ma-10{margin:40px!important}.sm\:ml-10{margin-left:40px!important}.sm\:mr-10{margin-right:40px!important}.sm\:mb-10{margin-bottom:40px!important}.sm\:mt-10{margin-top:40px!important}.sm\:mx-10{margin-left:40px!important;margin-right:40px!important}.sm\:my-10{margin-bottom:40px!important;margin-top:40px!important}.sm\:gap-10{gap:40px!important}.sm\:gap-x-10{column-gap:40px!important}.sm\:gap-y-10{row-gap:40px!important}.sm\:pa-11{padding:44px!important}.sm\:pl-11{padding-left:44px!important}.sm\:pr-11{padding-right:44px!important}.sm\:pb-11{padding-bottom:44px!important}.sm\:pt-11{padding-top:44px!important}.sm\:px-11{padding-left:44px!important;padding-right:44px!important}.sm\:py-11{padding-bottom:44px!important;padding-top:44px!important}.sm\:ma-11{margin:44px!important}.sm\:ml-11{margin-left:44px!important}.sm\:mr-11{margin-right:44px!important}.sm\:mb-11{margin-bottom:44px!important}.sm\:mt-11{margin-top:44px!important}.sm\:mx-11{margin-left:44px!important;margin-right:44px!important}.sm\:my-11{margin-bottom:44px!important;margin-top:44px!important}.sm\:gap-11{gap:44px!important}.sm\:gap-x-11{column-gap:44px!important}.sm\:gap-y-11{row-gap:44px!important}.sm\:pa-12{padding:48px!important}.sm\:pl-12{padding-left:48px!important}.sm\:pr-12{padding-right:48px!important}.sm\:pb-12{padding-bottom:48px!important}.sm\:pt-12{padding-top:48px!important}.sm\:px-12{padding-left:48px!important;padding-right:48px!important}.sm\:py-12{padding-bottom:48px!important;padding-top:48px!important}.sm\:ma-12{margin:48px!important}.sm\:ml-12{margin-left:48px!important}.sm\:mr-12{margin-right:48px!important}.sm\:mb-12{margin-bottom:48px!important}.sm\:mt-12{margin-top:48px!important}.sm\:mx-12{margin-left:48px!important;margin-right:48px!important}.sm\:my-12{margin-bottom:48px!important;margin-top:48px!important}.sm\:gap-12{gap:48px!important}.sm\:gap-x-12{column-gap:48px!important}.sm\:gap-y-12{row-gap:48px!important}.sm\:pa-13{padding:52px!important}.sm\:pl-13{padding-left:52px!important}.sm\:pr-13{padding-right:52px!important}.sm\:pb-13{padding-bottom:52px!important}.sm\:pt-13{padding-top:52px!important}.sm\:px-13{padding-left:52px!important;padding-right:52px!important}.sm\:py-13{padding-bottom:52px!important;padding-top:52px!important}.sm\:ma-13{margin:52px!important}.sm\:ml-13{margin-left:52px!important}.sm\:mr-13{margin-right:52px!important}.sm\:mb-13{margin-bottom:52px!important}.sm\:mt-13{margin-top:52px!important}.sm\:mx-13{margin-left:52px!important;margin-right:52px!important}.sm\:my-13{margin-bottom:52px!important;margin-top:52px!important}.sm\:gap-13{gap:52px!important}.sm\:gap-x-13{column-gap:52px!important}.sm\:gap-y-13{row-gap:52px!important}.sm\:pa-14{padding:56px!important}.sm\:pl-14{padding-left:56px!important}.sm\:pr-14{padding-right:56px!important}.sm\:pb-14{padding-bottom:56px!important}.sm\:pt-14{padding-top:56px!important}.sm\:px-14{padding-left:56px!important;padding-right:56px!important}.sm\:py-14{padding-bottom:56px!important;padding-top:56px!important}.sm\:ma-14{margin:56px!important}.sm\:ml-14{margin-left:56px!important}.sm\:mr-14{margin-right:56px!important}.sm\:mb-14{margin-bottom:56px!important}.sm\:mt-14{margin-top:56px!important}.sm\:mx-14{margin-left:56px!important;margin-right:56px!important}.sm\:my-14{margin-bottom:56px!important;margin-top:56px!important}.sm\:gap-14{gap:56px!important}.sm\:gap-x-14{column-gap:56px!important}.sm\:gap-y-14{row-gap:56px!important}.sm\:pa-15{padding:60px!important}.sm\:pl-15{padding-left:60px!important}.sm\:pr-15{padding-right:60px!important}.sm\:pb-15{padding-bottom:60px!important}.sm\:pt-15{padding-top:60px!important}.sm\:px-15{padding-left:60px!important;padding-right:60px!important}.sm\:py-15{padding-bottom:60px!important;padding-top:60px!important}.sm\:ma-15{margin:60px!important}.sm\:ml-15{margin-left:60px!important}.sm\:mr-15{margin-right:60px!important}.sm\:mb-15{margin-bottom:60px!important}.sm\:mt-15{margin-top:60px!important}.sm\:mx-15{margin-left:60px!important;margin-right:60px!important}.sm\:my-15{margin-bottom:60px!important;margin-top:60px!important}.sm\:gap-15{gap:60px!important}.sm\:gap-x-15{column-gap:60px!important}.sm\:gap-y-15{row-gap:60px!important}.sm\:pa-16{padding:64px!important}.sm\:pl-16{padding-left:64px!important}.sm\:pr-16{padding-right:64px!important}.sm\:pb-16{padding-bottom:64px!important}.sm\:pt-16{padding-top:64px!important}.sm\:px-16{padding-left:64px!important;padding-right:64px!important}.sm\:py-16{padding-bottom:64px!important;padding-top:64px!important}.sm\:ma-16{margin:64px!important}.sm\:ml-16{margin-left:64px!important}.sm\:mr-16{margin-right:64px!important}.sm\:mb-16{margin-bottom:64px!important}.sm\:mt-16{margin-top:64px!important}.sm\:mx-16{margin-left:64px!important;margin-right:64px!important}.sm\:my-16{margin-bottom:64px!important;margin-top:64px!important}.sm\:gap-16{gap:64px!important}.sm\:gap-x-16{column-gap:64px!important}.sm\:gap-y-16{row-gap:64px!important}.sm\:pa-17{padding:68px!important}.sm\:pl-17{padding-left:68px!important}.sm\:pr-17{padding-right:68px!important}.sm\:pb-17{padding-bottom:68px!important}.sm\:pt-17{padding-top:68px!important}.sm\:px-17{padding-left:68px!important;padding-right:68px!important}.sm\:py-17{padding-bottom:68px!important;padding-top:68px!important}.sm\:ma-17{margin:68px!important}.sm\:ml-17{margin-left:68px!important}.sm\:mr-17{margin-right:68px!important}.sm\:mb-17{margin-bottom:68px!important}.sm\:mt-17{margin-top:68px!important}.sm\:mx-17{margin-left:68px!important;margin-right:68px!important}.sm\:my-17{margin-bottom:68px!important;margin-top:68px!important}.sm\:gap-17{gap:68px!important}.sm\:gap-x-17{column-gap:68px!important}.sm\:gap-y-17{row-gap:68px!important}.sm\:pa-18{padding:72px!important}.sm\:pl-18{padding-left:72px!important}.sm\:pr-18{padding-right:72px!important}.sm\:pb-18{padding-bottom:72px!important}.sm\:pt-18{padding-top:72px!important}.sm\:px-18{padding-left:72px!important;padding-right:72px!important}.sm\:py-18{padding-bottom:72px!important;padding-top:72px!important}.sm\:ma-18{margin:72px!important}.sm\:ml-18{margin-left:72px!important}.sm\:mr-18{margin-right:72px!important}.sm\:mb-18{margin-bottom:72px!important}.sm\:mt-18{margin-top:72px!important}.sm\:mx-18{margin-left:72px!important;margin-right:72px!important}.sm\:my-18{margin-bottom:72px!important;margin-top:72px!important}.sm\:gap-18{gap:72px!important}.sm\:gap-x-18{column-gap:72px!important}.sm\:gap-y-18{row-gap:72px!important}.sm\:pa-19{padding:76px!important}.sm\:pl-19{padding-left:76px!important}.sm\:pr-19{padding-right:76px!important}.sm\:pb-19{padding-bottom:76px!important}.sm\:pt-19{padding-top:76px!important}.sm\:px-19{padding-left:76px!important;padding-right:76px!important}.sm\:py-19{padding-bottom:76px!important;padding-top:76px!important}.sm\:ma-19{margin:76px!important}.sm\:ml-19{margin-left:76px!important}.sm\:mr-19{margin-right:76px!important}.sm\:mb-19{margin-bottom:76px!important}.sm\:mt-19{margin-top:76px!important}.sm\:mx-19{margin-left:76px!important;margin-right:76px!important}.sm\:my-19{margin-bottom:76px!important;margin-top:76px!important}.sm\:gap-19{gap:76px!important}.sm\:gap-x-19{column-gap:76px!important}.sm\:gap-y-19{row-gap:76px!important}.sm\:pa-20{padding:80px!important}.sm\:pl-20{padding-left:80px!important}.sm\:pr-20{padding-right:80px!important}.sm\:pb-20{padding-bottom:80px!important}.sm\:pt-20{padding-top:80px!important}.sm\:px-20{padding-left:80px!important;padding-right:80px!important}.sm\:py-20{padding-bottom:80px!important;padding-top:80px!important}.sm\:ma-20{margin:80px!important}.sm\:ml-20{margin-left:80px!important}.sm\:mr-20{margin-right:80px!important}.sm\:mb-20{margin-bottom:80px!important}.sm\:mt-20{margin-top:80px!important}.sm\:mx-20{margin-left:80px!important;margin-right:80px!important}.sm\:my-20{margin-bottom:80px!important;margin-top:80px!important}.sm\:gap-20{gap:80px!important}.sm\:gap-x-20{column-gap:80px!important}.sm\:gap-y-20{row-gap:80px!important}}@media (min-width:960px){.md\:pa-0{padding:0!important}.md\:pl-0{padding-left:0!important}.md\:pr-0{padding-right:0!important}.md\:pb-0{padding-bottom:0!important}.md\:pt-0{padding-top:0!important}.md\:px-0{padding-left:0!important;padding-right:0!important}.md\:py-0{padding-bottom:0!important;padding-top:0!important}.md\:ma-0{margin:0!important}.md\:ml-0{margin-left:0!important}.md\:mr-0{margin-right:0!important}.md\:mb-0{margin-bottom:0!important}.md\:mt-0{margin-top:0!important}.md\:mx-0{margin-left:0!important;margin-right:0!important}.md\:my-0{margin-bottom:0!important;margin-top:0!important}.md\:gap-0{gap:0!important}.md\:gap-x-0{column-gap:0!important}.md\:gap-y-0{row-gap:0!important}.md\:pa-1{padding:4px!important}.md\:pl-1{padding-left:4px!important}.md\:pr-1{padding-right:4px!important}.md\:pb-1{padding-bottom:4px!important}.md\:pt-1{padding-top:4px!important}.md\:px-1{padding-left:4px!important;padding-right:4px!important}.md\:py-1{padding-bottom:4px!important;padding-top:4px!important}.md\:ma-1{margin:4px!important}.md\:ml-1{margin-left:4px!important}.md\:mr-1{margin-right:4px!important}.md\:mb-1{margin-bottom:4px!important}.md\:mt-1{margin-top:4px!important}.md\:mx-1{margin-left:4px!important;margin-right:4px!important}.md\:my-1{margin-bottom:4px!important;margin-top:4px!important}.md\:gap-1{gap:4px!important}.md\:gap-x-1{column-gap:4px!important}.md\:gap-y-1{row-gap:4px!important}.md\:pa-2{padding:8px!important}.md\:pl-2{padding-left:8px!important}.md\:pr-2{padding-right:8px!important}.md\:pb-2{padding-bottom:8px!important}.md\:pt-2{padding-top:8px!important}.md\:px-2{padding-left:8px!important;padding-right:8px!important}.md\:py-2{padding-bottom:8px!important;padding-top:8px!important}.md\:ma-2{margin:8px!important}.md\:ml-2{margin-left:8px!important}.md\:mr-2{margin-right:8px!important}.md\:mb-2{margin-bottom:8px!important}.md\:mt-2{margin-top:8px!important}.md\:mx-2{margin-left:8px!important;margin-right:8px!important}.md\:my-2{margin-bottom:8px!important;margin-top:8px!important}.md\:gap-2{gap:8px!important}.md\:gap-x-2{column-gap:8px!important}.md\:gap-y-2{row-gap:8px!important}.md\:pa-3{padding:12px!important}.md\:pl-3{padding-left:12px!important}.md\:pr-3{padding-right:12px!important}.md\:pb-3{padding-bottom:12px!important}.md\:pt-3{padding-top:12px!important}.md\:px-3{padding-left:12px!important;padding-right:12px!important}.md\:py-3{padding-bottom:12px!important;padding-top:12px!important}.md\:ma-3{margin:12px!important}.md\:ml-3{margin-left:12px!important}.md\:mr-3{margin-right:12px!important}.md\:mb-3{margin-bottom:12px!important}.md\:mt-3{margin-top:12px!important}.md\:mx-3{margin-left:12px!important;margin-right:12px!important}.md\:my-3{margin-bottom:12px!important;margin-top:12px!important}.md\:gap-3{gap:12px!important}.md\:gap-x-3{column-gap:12px!important}.md\:gap-y-3{row-gap:12px!important}.md\:pa-4{padding:16px!important}.md\:pl-4{padding-left:16px!important}.md\:pr-4{padding-right:16px!important}.md\:pb-4{padding-bottom:16px!important}.md\:pt-4{padding-top:16px!important}.md\:px-4{padding-left:16px!important;padding-right:16px!important}.md\:py-4{padding-bottom:16px!important;padding-top:16px!important}.md\:ma-4{margin:16px!important}.md\:ml-4{margin-left:16px!important}.md\:mr-4{margin-right:16px!important}.md\:mb-4{margin-bottom:16px!important}.md\:mt-4{margin-top:16px!important}.md\:mx-4{margin-left:16px!important;margin-right:16px!important}.md\:my-4{margin-bottom:16px!important;margin-top:16px!important}.md\:gap-4{gap:16px!important}.md\:gap-x-4{column-gap:16px!important}.md\:gap-y-4{row-gap:16px!important}.md\:pa-5{padding:20px!important}.md\:pl-5{padding-left:20px!important}.md\:pr-5{padding-right:20px!important}.md\:pb-5{padding-bottom:20px!important}.md\:pt-5{padding-top:20px!important}.md\:px-5{padding-left:20px!important;padding-right:20px!important}.md\:py-5{padding-bottom:20px!important;padding-top:20px!important}.md\:ma-5{margin:20px!important}.md\:ml-5{margin-left:20px!important}.md\:mr-5{margin-right:20px!important}.md\:mb-5{margin-bottom:20px!important}.md\:mt-5{margin-top:20px!important}.md\:mx-5{margin-left:20px!important;margin-right:20px!important}.md\:my-5{margin-bottom:20px!important;margin-top:20px!important}.md\:gap-5{gap:20px!important}.md\:gap-x-5{column-gap:20px!important}.md\:gap-y-5{row-gap:20px!important}.md\:pa-6{padding:24px!important}.md\:pl-6{padding-left:24px!important}.md\:pr-6{padding-right:24px!important}.md\:pb-6{padding-bottom:24px!important}.md\:pt-6{padding-top:24px!important}.md\:px-6{padding-left:24px!important;padding-right:24px!important}.md\:py-6{padding-bottom:24px!important;padding-top:24px!important}.md\:ma-6{margin:24px!important}.md\:ml-6{margin-left:24px!important}.md\:mr-6{margin-right:24px!important}.md\:mb-6{margin-bottom:24px!important}.md\:mt-6{margin-top:24px!important}.md\:mx-6{margin-left:24px!important;margin-right:24px!important}.md\:my-6{margin-bottom:24px!important;margin-top:24px!important}.md\:gap-6{gap:24px!important}.md\:gap-x-6{column-gap:24px!important}.md\:gap-y-6{row-gap:24px!important}.md\:pa-7{padding:28px!important}.md\:pl-7{padding-left:28px!important}.md\:pr-7{padding-right:28px!important}.md\:pb-7{padding-bottom:28px!important}.md\:pt-7{padding-top:28px!important}.md\:px-7{padding-left:28px!important;padding-right:28px!important}.md\:py-7{padding-bottom:28px!important;padding-top:28px!important}.md\:ma-7{margin:28px!important}.md\:ml-7{margin-left:28px!important}.md\:mr-7{margin-right:28px!important}.md\:mb-7{margin-bottom:28px!important}.md\:mt-7{margin-top:28px!important}.md\:mx-7{margin-left:28px!important;margin-right:28px!important}.md\:my-7{margin-bottom:28px!important;margin-top:28px!important}.md\:gap-7{gap:28px!important}.md\:gap-x-7{column-gap:28px!important}.md\:gap-y-7{row-gap:28px!important}.md\:pa-8{padding:32px!important}.md\:pl-8{padding-left:32px!important}.md\:pr-8{padding-right:32px!important}.md\:pb-8{padding-bottom:32px!important}.md\:pt-8{padding-top:32px!important}.md\:px-8{padding-left:32px!important;padding-right:32px!important}.md\:py-8{padding-bottom:32px!important;padding-top:32px!important}.md\:ma-8{margin:32px!important}.md\:ml-8{margin-left:32px!important}.md\:mr-8{margin-right:32px!important}.md\:mb-8{margin-bottom:32px!important}.md\:mt-8{margin-top:32px!important}.md\:mx-8{margin-left:32px!important;margin-right:32px!important}.md\:my-8{margin-bottom:32px!important;margin-top:32px!important}.md\:gap-8{gap:32px!important}.md\:gap-x-8{column-gap:32px!important}.md\:gap-y-8{row-gap:32px!important}.md\:pa-9{padding:36px!important}.md\:pl-9{padding-left:36px!important}.md\:pr-9{padding-right:36px!important}.md\:pb-9{padding-bottom:36px!important}.md\:pt-9{padding-top:36px!important}.md\:px-9{padding-left:36px!important;padding-right:36px!important}.md\:py-9{padding-bottom:36px!important;padding-top:36px!important}.md\:ma-9{margin:36px!important}.md\:ml-9{margin-left:36px!important}.md\:mr-9{margin-right:36px!important}.md\:mb-9{margin-bottom:36px!important}.md\:mt-9{margin-top:36px!important}.md\:mx-9{margin-left:36px!important;margin-right:36px!important}.md\:my-9{margin-bottom:36px!important;margin-top:36px!important}.md\:gap-9{gap:36px!important}.md\:gap-x-9{column-gap:36px!important}.md\:gap-y-9{row-gap:36px!important}.md\:pa-10{padding:40px!important}.md\:pl-10{padding-left:40px!important}.md\:pr-10{padding-right:40px!important}.md\:pb-10{padding-bottom:40px!important}.md\:pt-10{padding-top:40px!important}.md\:px-10{padding-left:40px!important;padding-right:40px!important}.md\:py-10{padding-bottom:40px!important;padding-top:40px!important}.md\:ma-10{margin:40px!important}.md\:ml-10{margin-left:40px!important}.md\:mr-10{margin-right:40px!important}.md\:mb-10{margin-bottom:40px!important}.md\:mt-10{margin-top:40px!important}.md\:mx-10{margin-left:40px!important;margin-right:40px!important}.md\:my-10{margin-bottom:40px!important;margin-top:40px!important}.md\:gap-10{gap:40px!important}.md\:gap-x-10{column-gap:40px!important}.md\:gap-y-10{row-gap:40px!important}.md\:pa-11{padding:44px!important}.md\:pl-11{padding-left:44px!important}.md\:pr-11{padding-right:44px!important}.md\:pb-11{padding-bottom:44px!important}.md\:pt-11{padding-top:44px!important}.md\:px-11{padding-left:44px!important;padding-right:44px!important}.md\:py-11{padding-bottom:44px!important;padding-top:44px!important}.md\:ma-11{margin:44px!important}.md\:ml-11{margin-left:44px!important}.md\:mr-11{margin-right:44px!important}.md\:mb-11{margin-bottom:44px!important}.md\:mt-11{margin-top:44px!important}.md\:mx-11{margin-left:44px!important;margin-right:44px!important}.md\:my-11{margin-bottom:44px!important;margin-top:44px!important}.md\:gap-11{gap:44px!important}.md\:gap-x-11{column-gap:44px!important}.md\:gap-y-11{row-gap:44px!important}.md\:pa-12{padding:48px!important}.md\:pl-12{padding-left:48px!important}.md\:pr-12{padding-right:48px!important}.md\:pb-12{padding-bottom:48px!important}.md\:pt-12{padding-top:48px!important}.md\:px-12{padding-left:48px!important;padding-right:48px!important}.md\:py-12{padding-bottom:48px!important;padding-top:48px!important}.md\:ma-12{margin:48px!important}.md\:ml-12{margin-left:48px!important}.md\:mr-12{margin-right:48px!important}.md\:mb-12{margin-bottom:48px!important}.md\:mt-12{margin-top:48px!important}.md\:mx-12{margin-left:48px!important;margin-right:48px!important}.md\:my-12{margin-bottom:48px!important;margin-top:48px!important}.md\:gap-12{gap:48px!important}.md\:gap-x-12{column-gap:48px!important}.md\:gap-y-12{row-gap:48px!important}.md\:pa-13{padding:52px!important}.md\:pl-13{padding-left:52px!important}.md\:pr-13{padding-right:52px!important}.md\:pb-13{padding-bottom:52px!important}.md\:pt-13{padding-top:52px!important}.md\:px-13{padding-left:52px!important;padding-right:52px!important}.md\:py-13{padding-bottom:52px!important;padding-top:52px!important}.md\:ma-13{margin:52px!important}.md\:ml-13{margin-left:52px!important}.md\:mr-13{margin-right:52px!important}.md\:mb-13{margin-bottom:52px!important}.md\:mt-13{margin-top:52px!important}.md\:mx-13{margin-left:52px!important;margin-right:52px!important}.md\:my-13{margin-bottom:52px!important;margin-top:52px!important}.md\:gap-13{gap:52px!important}.md\:gap-x-13{column-gap:52px!important}.md\:gap-y-13{row-gap:52px!important}.md\:pa-14{padding:56px!important}.md\:pl-14{padding-left:56px!important}.md\:pr-14{padding-right:56px!important}.md\:pb-14{padding-bottom:56px!important}.md\:pt-14{padding-top:56px!important}.md\:px-14{padding-left:56px!important;padding-right:56px!important}.md\:py-14{padding-bottom:56px!important;padding-top:56px!important}.md\:ma-14{margin:56px!important}.md\:ml-14{margin-left:56px!important}.md\:mr-14{margin-right:56px!important}.md\:mb-14{margin-bottom:56px!important}.md\:mt-14{margin-top:56px!important}.md\:mx-14{margin-left:56px!important;margin-right:56px!important}.md\:my-14{margin-bottom:56px!important;margin-top:56px!important}.md\:gap-14{gap:56px!important}.md\:gap-x-14{column-gap:56px!important}.md\:gap-y-14{row-gap:56px!important}.md\:pa-15{padding:60px!important}.md\:pl-15{padding-left:60px!important}.md\:pr-15{padding-right:60px!important}.md\:pb-15{padding-bottom:60px!important}.md\:pt-15{padding-top:60px!important}.md\:px-15{padding-left:60px!important;padding-right:60px!important}.md\:py-15{padding-bottom:60px!important;padding-top:60px!important}.md\:ma-15{margin:60px!important}.md\:ml-15{margin-left:60px!important}.md\:mr-15{margin-right:60px!important}.md\:mb-15{margin-bottom:60px!important}.md\:mt-15{margin-top:60px!important}.md\:mx-15{margin-left:60px!important;margin-right:60px!important}.md\:my-15{margin-bottom:60px!important;margin-top:60px!important}.md\:gap-15{gap:60px!important}.md\:gap-x-15{column-gap:60px!important}.md\:gap-y-15{row-gap:60px!important}.md\:pa-16{padding:64px!important}.md\:pl-16{padding-left:64px!important}.md\:pr-16{padding-right:64px!important}.md\:pb-16{padding-bottom:64px!important}.md\:pt-16{padding-top:64px!important}.md\:px-16{padding-left:64px!important;padding-right:64px!important}.md\:py-16{padding-bottom:64px!important;padding-top:64px!important}.md\:ma-16{margin:64px!important}.md\:ml-16{margin-left:64px!important}.md\:mr-16{margin-right:64px!important}.md\:mb-16{margin-bottom:64px!important}.md\:mt-16{margin-top:64px!important}.md\:mx-16{margin-left:64px!important;margin-right:64px!important}.md\:my-16{margin-bottom:64px!important;margin-top:64px!important}.md\:gap-16{gap:64px!important}.md\:gap-x-16{column-gap:64px!important}.md\:gap-y-16{row-gap:64px!important}.md\:pa-17{padding:68px!important}.md\:pl-17{padding-left:68px!important}.md\:pr-17{padding-right:68px!important}.md\:pb-17{padding-bottom:68px!important}.md\:pt-17{padding-top:68px!important}.md\:px-17{padding-left:68px!important;padding-right:68px!important}.md\:py-17{padding-bottom:68px!important;padding-top:68px!important}.md\:ma-17{margin:68px!important}.md\:ml-17{margin-left:68px!important}.md\:mr-17{margin-right:68px!important}.md\:mb-17{margin-bottom:68px!important}.md\:mt-17{margin-top:68px!important}.md\:mx-17{margin-left:68px!important;margin-right:68px!important}.md\:my-17{margin-bottom:68px!important;margin-top:68px!important}.md\:gap-17{gap:68px!important}.md\:gap-x-17{column-gap:68px!important}.md\:gap-y-17{row-gap:68px!important}.md\:pa-18{padding:72px!important}.md\:pl-18{padding-left:72px!important}.md\:pr-18{padding-right:72px!important}.md\:pb-18{padding-bottom:72px!important}.md\:pt-18{padding-top:72px!important}.md\:px-18{padding-left:72px!important;padding-right:72px!important}.md\:py-18{padding-bottom:72px!important;padding-top:72px!important}.md\:ma-18{margin:72px!important}.md\:ml-18{margin-left:72px!important}.md\:mr-18{margin-right:72px!important}.md\:mb-18{margin-bottom:72px!important}.md\:mt-18{margin-top:72px!important}.md\:mx-18{margin-left:72px!important;margin-right:72px!important}.md\:my-18{margin-bottom:72px!important;margin-top:72px!important}.md\:gap-18{gap:72px!important}.md\:gap-x-18{column-gap:72px!important}.md\:gap-y-18{row-gap:72px!important}.md\:pa-19{padding:76px!important}.md\:pl-19{padding-left:76px!important}.md\:pr-19{padding-right:76px!important}.md\:pb-19{padding-bottom:76px!important}.md\:pt-19{padding-top:76px!important}.md\:px-19{padding-left:76px!important;padding-right:76px!important}.md\:py-19{padding-bottom:76px!important;padding-top:76px!important}.md\:ma-19{margin:76px!important}.md\:ml-19{margin-left:76px!important}.md\:mr-19{margin-right:76px!important}.md\:mb-19{margin-bottom:76px!important}.md\:mt-19{margin-top:76px!important}.md\:mx-19{margin-left:76px!important;margin-right:76px!important}.md\:my-19{margin-bottom:76px!important;margin-top:76px!important}.md\:gap-19{gap:76px!important}.md\:gap-x-19{column-gap:76px!important}.md\:gap-y-19{row-gap:76px!important}.md\:pa-20{padding:80px!important}.md\:pl-20{padding-left:80px!important}.md\:pr-20{padding-right:80px!important}.md\:pb-20{padding-bottom:80px!important}.md\:pt-20{padding-top:80px!important}.md\:px-20{padding-left:80px!important;padding-right:80px!important}.md\:py-20{padding-bottom:80px!important;padding-top:80px!important}.md\:ma-20{margin:80px!important}.md\:ml-20{margin-left:80px!important}.md\:mr-20{margin-right:80px!important}.md\:mb-20{margin-bottom:80px!important}.md\:mt-20{margin-top:80px!important}.md\:mx-20{margin-left:80px!important;margin-right:80px!important}.md\:my-20{margin-bottom:80px!important;margin-top:80px!important}.md\:gap-20{gap:80px!important}.md\:gap-x-20{column-gap:80px!important}.md\:gap-y-20{row-gap:80px!important}}@media (min-width:1280px){.lg\:pa-0{padding:0!important}.lg\:pl-0{padding-left:0!important}.lg\:pr-0{padding-right:0!important}.lg\:pb-0{padding-bottom:0!important}.lg\:pt-0{padding-top:0!important}.lg\:px-0{padding-left:0!important;padding-right:0!important}.lg\:py-0{padding-bottom:0!important;padding-top:0!important}.lg\:ma-0{margin:0!important}.lg\:ml-0{margin-left:0!important}.lg\:mr-0{margin-right:0!important}.lg\:mb-0{margin-bottom:0!important}.lg\:mt-0{margin-top:0!important}.lg\:mx-0{margin-left:0!important;margin-right:0!important}.lg\:my-0{margin-bottom:0!important;margin-top:0!important}.lg\:gap-0{gap:0!important}.lg\:gap-x-0{column-gap:0!important}.lg\:gap-y-0{row-gap:0!important}.lg\:pa-1{padding:4px!important}.lg\:pl-1{padding-left:4px!important}.lg\:pr-1{padding-right:4px!important}.lg\:pb-1{padding-bottom:4px!important}.lg\:pt-1{padding-top:4px!important}.lg\:px-1{padding-left:4px!important;padding-right:4px!important}.lg\:py-1{padding-bottom:4px!important;padding-top:4px!important}.lg\:ma-1{margin:4px!important}.lg\:ml-1{margin-left:4px!important}.lg\:mr-1{margin-right:4px!important}.lg\:mb-1{margin-bottom:4px!important}.lg\:mt-1{margin-top:4px!important}.lg\:mx-1{margin-left:4px!important;margin-right:4px!important}.lg\:my-1{margin-bottom:4px!important;margin-top:4px!important}.lg\:gap-1{gap:4px!important}.lg\:gap-x-1{column-gap:4px!important}.lg\:gap-y-1{row-gap:4px!important}.lg\:pa-2{padding:8px!important}.lg\:pl-2{padding-left:8px!important}.lg\:pr-2{padding-right:8px!important}.lg\:pb-2{padding-bottom:8px!important}.lg\:pt-2{padding-top:8px!important}.lg\:px-2{padding-left:8px!important;padding-right:8px!important}.lg\:py-2{padding-bottom:8px!important;padding-top:8px!important}.lg\:ma-2{margin:8px!important}.lg\:ml-2{margin-left:8px!important}.lg\:mr-2{margin-right:8px!important}.lg\:mb-2{margin-bottom:8px!important}.lg\:mt-2{margin-top:8px!important}.lg\:mx-2{margin-left:8px!important;margin-right:8px!important}.lg\:my-2{margin-bottom:8px!important;margin-top:8px!important}.lg\:gap-2{gap:8px!important}.lg\:gap-x-2{column-gap:8px!important}.lg\:gap-y-2{row-gap:8px!important}.lg\:pa-3{padding:12px!important}.lg\:pl-3{padding-left:12px!important}.lg\:pr-3{padding-right:12px!important}.lg\:pb-3{padding-bottom:12px!important}.lg\:pt-3{padding-top:12px!important}.lg\:px-3{padding-left:12px!important;padding-right:12px!important}.lg\:py-3{padding-bottom:12px!important;padding-top:12px!important}.lg\:ma-3{margin:12px!important}.lg\:ml-3{margin-left:12px!important}.lg\:mr-3{margin-right:12px!important}.lg\:mb-3{margin-bottom:12px!important}.lg\:mt-3{margin-top:12px!important}.lg\:mx-3{margin-left:12px!important;margin-right:12px!important}.lg\:my-3{margin-bottom:12px!important;margin-top:12px!important}.lg\:gap-3{gap:12px!important}.lg\:gap-x-3{column-gap:12px!important}.lg\:gap-y-3{row-gap:12px!important}.lg\:pa-4{padding:16px!important}.lg\:pl-4{padding-left:16px!important}.lg\:pr-4{padding-right:16px!important}.lg\:pb-4{padding-bottom:16px!important}.lg\:pt-4{padding-top:16px!important}.lg\:px-4{padding-left:16px!important;padding-right:16px!important}.lg\:py-4{padding-bottom:16px!important;padding-top:16px!important}.lg\:ma-4{margin:16px!important}.lg\:ml-4{margin-left:16px!important}.lg\:mr-4{margin-right:16px!important}.lg\:mb-4{margin-bottom:16px!important}.lg\:mt-4{margin-top:16px!important}.lg\:mx-4{margin-left:16px!important;margin-right:16px!important}.lg\:my-4{margin-bottom:16px!important;margin-top:16px!important}.lg\:gap-4{gap:16px!important}.lg\:gap-x-4{column-gap:16px!important}.lg\:gap-y-4{row-gap:16px!important}.lg\:pa-5{padding:20px!important}.lg\:pl-5{padding-left:20px!important}.lg\:pr-5{padding-right:20px!important}.lg\:pb-5{padding-bottom:20px!important}.lg\:pt-5{padding-top:20px!important}.lg\:px-5{padding-left:20px!important;padding-right:20px!important}.lg\:py-5{padding-bottom:20px!important;padding-top:20px!important}.lg\:ma-5{margin:20px!important}.lg\:ml-5{margin-left:20px!important}.lg\:mr-5{margin-right:20px!important}.lg\:mb-5{margin-bottom:20px!important}.lg\:mt-5{margin-top:20px!important}.lg\:mx-5{margin-left:20px!important;margin-right:20px!important}.lg\:my-5{margin-bottom:20px!important;margin-top:20px!important}.lg\:gap-5{gap:20px!important}.lg\:gap-x-5{column-gap:20px!important}.lg\:gap-y-5{row-gap:20px!important}.lg\:pa-6{padding:24px!important}.lg\:pl-6{padding-left:24px!important}.lg\:pr-6{padding-right:24px!important}.lg\:pb-6{padding-bottom:24px!important}.lg\:pt-6{padding-top:24px!important}.lg\:px-6{padding-left:24px!important;padding-right:24px!important}.lg\:py-6{padding-bottom:24px!important;padding-top:24px!important}.lg\:ma-6{margin:24px!important}.lg\:ml-6{margin-left:24px!important}.lg\:mr-6{margin-right:24px!important}.lg\:mb-6{margin-bottom:24px!important}.lg\:mt-6{margin-top:24px!important}.lg\:mx-6{margin-left:24px!important;margin-right:24px!important}.lg\:my-6{margin-bottom:24px!important;margin-top:24px!important}.lg\:gap-6{gap:24px!important}.lg\:gap-x-6{column-gap:24px!important}.lg\:gap-y-6{row-gap:24px!important}.lg\:pa-7{padding:28px!important}.lg\:pl-7{padding-left:28px!important}.lg\:pr-7{padding-right:28px!important}.lg\:pb-7{padding-bottom:28px!important}.lg\:pt-7{padding-top:28px!important}.lg\:px-7{padding-left:28px!important;padding-right:28px!important}.lg\:py-7{padding-bottom:28px!important;padding-top:28px!important}.lg\:ma-7{margin:28px!important}.lg\:ml-7{margin-left:28px!important}.lg\:mr-7{margin-right:28px!important}.lg\:mb-7{margin-bottom:28px!important}.lg\:mt-7{margin-top:28px!important}.lg\:mx-7{margin-left:28px!important;margin-right:28px!important}.lg\:my-7{margin-bottom:28px!important;margin-top:28px!important}.lg\:gap-7{gap:28px!important}.lg\:gap-x-7{column-gap:28px!important}.lg\:gap-y-7{row-gap:28px!important}.lg\:pa-8{padding:32px!important}.lg\:pl-8{padding-left:32px!important}.lg\:pr-8{padding-right:32px!important}.lg\:pb-8{padding-bottom:32px!important}.lg\:pt-8{padding-top:32px!important}.lg\:px-8{padding-left:32px!important;padding-right:32px!important}.lg\:py-8{padding-bottom:32px!important;padding-top:32px!important}.lg\:ma-8{margin:32px!important}.lg\:ml-8{margin-left:32px!important}.lg\:mr-8{margin-right:32px!important}.lg\:mb-8{margin-bottom:32px!important}.lg\:mt-8{margin-top:32px!important}.lg\:mx-8{margin-left:32px!important;margin-right:32px!important}.lg\:my-8{margin-bottom:32px!important;margin-top:32px!important}.lg\:gap-8{gap:32px!important}.lg\:gap-x-8{column-gap:32px!important}.lg\:gap-y-8{row-gap:32px!important}.lg\:pa-9{padding:36px!important}.lg\:pl-9{padding-left:36px!important}.lg\:pr-9{padding-right:36px!important}.lg\:pb-9{padding-bottom:36px!important}.lg\:pt-9{padding-top:36px!important}.lg\:px-9{padding-left:36px!important;padding-right:36px!important}.lg\:py-9{padding-bottom:36px!important;padding-top:36px!important}.lg\:ma-9{margin:36px!important}.lg\:ml-9{margin-left:36px!important}.lg\:mr-9{margin-right:36px!important}.lg\:mb-9{margin-bottom:36px!important}.lg\:mt-9{margin-top:36px!important}.lg\:mx-9{margin-left:36px!important;margin-right:36px!important}.lg\:my-9{margin-bottom:36px!important;margin-top:36px!important}.lg\:gap-9{gap:36px!important}.lg\:gap-x-9{column-gap:36px!important}.lg\:gap-y-9{row-gap:36px!important}.lg\:pa-10{padding:40px!important}.lg\:pl-10{padding-left:40px!important}.lg\:pr-10{padding-right:40px!important}.lg\:pb-10{padding-bottom:40px!important}.lg\:pt-10{padding-top:40px!important}.lg\:px-10{padding-left:40px!important;padding-right:40px!important}.lg\:py-10{padding-bottom:40px!important;padding-top:40px!important}.lg\:ma-10{margin:40px!important}.lg\:ml-10{margin-left:40px!important}.lg\:mr-10{margin-right:40px!important}.lg\:mb-10{margin-bottom:40px!important}.lg\:mt-10{margin-top:40px!important}.lg\:mx-10{margin-left:40px!important;margin-right:40px!important}.lg\:my-10{margin-bottom:40px!important;margin-top:40px!important}.lg\:gap-10{gap:40px!important}.lg\:gap-x-10{column-gap:40px!important}.lg\:gap-y-10{row-gap:40px!important}.lg\:pa-11{padding:44px!important}.lg\:pl-11{padding-left:44px!important}.lg\:pr-11{padding-right:44px!important}.lg\:pb-11{padding-bottom:44px!important}.lg\:pt-11{padding-top:44px!important}.lg\:px-11{padding-left:44px!important;padding-right:44px!important}.lg\:py-11{padding-bottom:44px!important;padding-top:44px!important}.lg\:ma-11{margin:44px!important}.lg\:ml-11{margin-left:44px!important}.lg\:mr-11{margin-right:44px!important}.lg\:mb-11{margin-bottom:44px!important}.lg\:mt-11{margin-top:44px!important}.lg\:mx-11{margin-left:44px!important;margin-right:44px!important}.lg\:my-11{margin-bottom:44px!important;margin-top:44px!important}.lg\:gap-11{gap:44px!important}.lg\:gap-x-11{column-gap:44px!important}.lg\:gap-y-11{row-gap:44px!important}.lg\:pa-12{padding:48px!important}.lg\:pl-12{padding-left:48px!important}.lg\:pr-12{padding-right:48px!important}.lg\:pb-12{padding-bottom:48px!important}.lg\:pt-12{padding-top:48px!important}.lg\:px-12{padding-left:48px!important;padding-right:48px!important}.lg\:py-12{padding-bottom:48px!important;padding-top:48px!important}.lg\:ma-12{margin:48px!important}.lg\:ml-12{margin-left:48px!important}.lg\:mr-12{margin-right:48px!important}.lg\:mb-12{margin-bottom:48px!important}.lg\:mt-12{margin-top:48px!important}.lg\:mx-12{margin-left:48px!important;margin-right:48px!important}.lg\:my-12{margin-bottom:48px!important;margin-top:48px!important}.lg\:gap-12{gap:48px!important}.lg\:gap-x-12{column-gap:48px!important}.lg\:gap-y-12{row-gap:48px!important}.lg\:pa-13{padding:52px!important}.lg\:pl-13{padding-left:52px!important}.lg\:pr-13{padding-right:52px!important}.lg\:pb-13{padding-bottom:52px!important}.lg\:pt-13{padding-top:52px!important}.lg\:px-13{padding-left:52px!important;padding-right:52px!important}.lg\:py-13{padding-bottom:52px!important;padding-top:52px!important}.lg\:ma-13{margin:52px!important}.lg\:ml-13{margin-left:52px!important}.lg\:mr-13{margin-right:52px!important}.lg\:mb-13{margin-bottom:52px!important}.lg\:mt-13{margin-top:52px!important}.lg\:mx-13{margin-left:52px!important;margin-right:52px!important}.lg\:my-13{margin-bottom:52px!important;margin-top:52px!important}.lg\:gap-13{gap:52px!important}.lg\:gap-x-13{column-gap:52px!important}.lg\:gap-y-13{row-gap:52px!important}.lg\:pa-14{padding:56px!important}.lg\:pl-14{padding-left:56px!important}.lg\:pr-14{padding-right:56px!important}.lg\:pb-14{padding-bottom:56px!important}.lg\:pt-14{padding-top:56px!important}.lg\:px-14{padding-left:56px!important;padding-right:56px!important}.lg\:py-14{padding-bottom:56px!important;padding-top:56px!important}.lg\:ma-14{margin:56px!important}.lg\:ml-14{margin-left:56px!important}.lg\:mr-14{margin-right:56px!important}.lg\:mb-14{margin-bottom:56px!important}.lg\:mt-14{margin-top:56px!important}.lg\:mx-14{margin-left:56px!important;margin-right:56px!important}.lg\:my-14{margin-bottom:56px!important;margin-top:56px!important}.lg\:gap-14{gap:56px!important}.lg\:gap-x-14{column-gap:56px!important}.lg\:gap-y-14{row-gap:56px!important}.lg\:pa-15{padding:60px!important}.lg\:pl-15{padding-left:60px!important}.lg\:pr-15{padding-right:60px!important}.lg\:pb-15{padding-bottom:60px!important}.lg\:pt-15{padding-top:60px!important}.lg\:px-15{padding-left:60px!important;padding-right:60px!important}.lg\:py-15{padding-bottom:60px!important;padding-top:60px!important}.lg\:ma-15{margin:60px!important}.lg\:ml-15{margin-left:60px!important}.lg\:mr-15{margin-right:60px!important}.lg\:mb-15{margin-bottom:60px!important}.lg\:mt-15{margin-top:60px!important}.lg\:mx-15{margin-left:60px!important;margin-right:60px!important}.lg\:my-15{margin-bottom:60px!important;margin-top:60px!important}.lg\:gap-15{gap:60px!important}.lg\:gap-x-15{column-gap:60px!important}.lg\:gap-y-15{row-gap:60px!important}.lg\:pa-16{padding:64px!important}.lg\:pl-16{padding-left:64px!important}.lg\:pr-16{padding-right:64px!important}.lg\:pb-16{padding-bottom:64px!important}.lg\:pt-16{padding-top:64px!important}.lg\:px-16{padding-left:64px!important;padding-right:64px!important}.lg\:py-16{padding-bottom:64px!important;padding-top:64px!important}.lg\:ma-16{margin:64px!important}.lg\:ml-16{margin-left:64px!important}.lg\:mr-16{margin-right:64px!important}.lg\:mb-16{margin-bottom:64px!important}.lg\:mt-16{margin-top:64px!important}.lg\:mx-16{margin-left:64px!important;margin-right:64px!important}.lg\:my-16{margin-bottom:64px!important;margin-top:64px!important}.lg\:gap-16{gap:64px!important}.lg\:gap-x-16{column-gap:64px!important}.lg\:gap-y-16{row-gap:64px!important}.lg\:pa-17{padding:68px!important}.lg\:pl-17{padding-left:68px!important}.lg\:pr-17{padding-right:68px!important}.lg\:pb-17{padding-bottom:68px!important}.lg\:pt-17{padding-top:68px!important}.lg\:px-17{padding-left:68px!important;padding-right:68px!important}.lg\:py-17{padding-bottom:68px!important;padding-top:68px!important}.lg\:ma-17{margin:68px!important}.lg\:ml-17{margin-left:68px!important}.lg\:mr-17{margin-right:68px!important}.lg\:mb-17{margin-bottom:68px!important}.lg\:mt-17{margin-top:68px!important}.lg\:mx-17{margin-left:68px!important;margin-right:68px!important}.lg\:my-17{margin-bottom:68px!important;margin-top:68px!important}.lg\:gap-17{gap:68px!important}.lg\:gap-x-17{column-gap:68px!important}.lg\:gap-y-17{row-gap:68px!important}.lg\:pa-18{padding:72px!important}.lg\:pl-18{padding-left:72px!important}.lg\:pr-18{padding-right:72px!important}.lg\:pb-18{padding-bottom:72px!important}.lg\:pt-18{padding-top:72px!important}.lg\:px-18{padding-left:72px!important;padding-right:72px!important}.lg\:py-18{padding-bottom:72px!important;padding-top:72px!important}.lg\:ma-18{margin:72px!important}.lg\:ml-18{margin-left:72px!important}.lg\:mr-18{margin-right:72px!important}.lg\:mb-18{margin-bottom:72px!important}.lg\:mt-18{margin-top:72px!important}.lg\:mx-18{margin-left:72px!important;margin-right:72px!important}.lg\:my-18{margin-bottom:72px!important;margin-top:72px!important}.lg\:gap-18{gap:72px!important}.lg\:gap-x-18{column-gap:72px!important}.lg\:gap-y-18{row-gap:72px!important}.lg\:pa-19{padding:76px!important}.lg\:pl-19{padding-left:76px!important}.lg\:pr-19{padding-right:76px!important}.lg\:pb-19{padding-bottom:76px!important}.lg\:pt-19{padding-top:76px!important}.lg\:px-19{padding-left:76px!important;padding-right:76px!important}.lg\:py-19{padding-bottom:76px!important;padding-top:76px!important}.lg\:ma-19{margin:76px!important}.lg\:ml-19{margin-left:76px!important}.lg\:mr-19{margin-right:76px!important}.lg\:mb-19{margin-bottom:76px!important}.lg\:mt-19{margin-top:76px!important}.lg\:mx-19{margin-left:76px!important;margin-right:76px!important}.lg\:my-19{margin-bottom:76px!important;margin-top:76px!important}.lg\:gap-19{gap:76px!important}.lg\:gap-x-19{column-gap:76px!important}.lg\:gap-y-19{row-gap:76px!important}.lg\:pa-20{padding:80px!important}.lg\:pl-20{padding-left:80px!important}.lg\:pr-20{padding-right:80px!important}.lg\:pb-20{padding-bottom:80px!important}.lg\:pt-20{padding-top:80px!important}.lg\:px-20{padding-left:80px!important;padding-right:80px!important}.lg\:py-20{padding-bottom:80px!important;padding-top:80px!important}.lg\:ma-20{margin:80px!important}.lg\:ml-20{margin-left:80px!important}.lg\:mr-20{margin-right:80px!important}.lg\:mb-20{margin-bottom:80px!important}.lg\:mt-20{margin-top:80px!important}.lg\:mx-20{margin-left:80px!important;margin-right:80px!important}.lg\:my-20{margin-bottom:80px!important;margin-top:80px!important}.lg\:gap-20{gap:80px!important}.lg\:gap-x-20{column-gap:80px!important}.lg\:gap-y-20{row-gap:80px!important}}@media (min-width:1920px){.xl\:pa-0{padding:0!important}.xl\:pl-0{padding-left:0!important}.xl\:pr-0{padding-right:0!important}.xl\:pb-0{padding-bottom:0!important}.xl\:pt-0{padding-top:0!important}.xl\:px-0{padding-left:0!important;padding-right:0!important}.xl\:py-0{padding-bottom:0!important;padding-top:0!important}.xl\:ma-0{margin:0!important}.xl\:ml-0{margin-left:0!important}.xl\:mr-0{margin-right:0!important}.xl\:mb-0{margin-bottom:0!important}.xl\:mt-0{margin-top:0!important}.xl\:mx-0{margin-left:0!important;margin-right:0!important}.xl\:my-0{margin-bottom:0!important;margin-top:0!important}.xl\:gap-0{gap:0!important}.xl\:gap-x-0{column-gap:0!important}.xl\:gap-y-0{row-gap:0!important}.xl\:pa-1{padding:4px!important}.xl\:pl-1{padding-left:4px!important}.xl\:pr-1{padding-right:4px!important}.xl\:pb-1{padding-bottom:4px!important}.xl\:pt-1{padding-top:4px!important}.xl\:px-1{padding-left:4px!important;padding-right:4px!important}.xl\:py-1{padding-bottom:4px!important;padding-top:4px!important}.xl\:ma-1{margin:4px!important}.xl\:ml-1{margin-left:4px!important}.xl\:mr-1{margin-right:4px!important}.xl\:mb-1{margin-bottom:4px!important}.xl\:mt-1{margin-top:4px!important}.xl\:mx-1{margin-left:4px!important;margin-right:4px!important}.xl\:my-1{margin-bottom:4px!important;margin-top:4px!important}.xl\:gap-1{gap:4px!important}.xl\:gap-x-1{column-gap:4px!important}.xl\:gap-y-1{row-gap:4px!important}.xl\:pa-2{padding:8px!important}.xl\:pl-2{padding-left:8px!important}.xl\:pr-2{padding-right:8px!important}.xl\:pb-2{padding-bottom:8px!important}.xl\:pt-2{padding-top:8px!important}.xl\:px-2{padding-left:8px!important;padding-right:8px!important}.xl\:py-2{padding-bottom:8px!important;padding-top:8px!important}.xl\:ma-2{margin:8px!important}.xl\:ml-2{margin-left:8px!important}.xl\:mr-2{margin-right:8px!important}.xl\:mb-2{margin-bottom:8px!important}.xl\:mt-2{margin-top:8px!important}.xl\:mx-2{margin-left:8px!important;margin-right:8px!important}.xl\:my-2{margin-bottom:8px!important;margin-top:8px!important}.xl\:gap-2{gap:8px!important}.xl\:gap-x-2{column-gap:8px!important}.xl\:gap-y-2{row-gap:8px!important}.xl\:pa-3{padding:12px!important}.xl\:pl-3{padding-left:12px!important}.xl\:pr-3{padding-right:12px!important}.xl\:pb-3{padding-bottom:12px!important}.xl\:pt-3{padding-top:12px!important}.xl\:px-3{padding-left:12px!important;padding-right:12px!important}.xl\:py-3{padding-bottom:12px!important;padding-top:12px!important}.xl\:ma-3{margin:12px!important}.xl\:ml-3{margin-left:12px!important}.xl\:mr-3{margin-right:12px!important}.xl\:mb-3{margin-bottom:12px!important}.xl\:mt-3{margin-top:12px!important}.xl\:mx-3{margin-left:12px!important;margin-right:12px!important}.xl\:my-3{margin-bottom:12px!important;margin-top:12px!important}.xl\:gap-3{gap:12px!important}.xl\:gap-x-3{column-gap:12px!important}.xl\:gap-y-3{row-gap:12px!important}.xl\:pa-4{padding:16px!important}.xl\:pl-4{padding-left:16px!important}.xl\:pr-4{padding-right:16px!important}.xl\:pb-4{padding-bottom:16px!important}.xl\:pt-4{padding-top:16px!important}.xl\:px-4{padding-left:16px!important;padding-right:16px!important}.xl\:py-4{padding-bottom:16px!important;padding-top:16px!important}.xl\:ma-4{margin:16px!important}.xl\:ml-4{margin-left:16px!important}.xl\:mr-4{margin-right:16px!important}.xl\:mb-4{margin-bottom:16px!important}.xl\:mt-4{margin-top:16px!important}.xl\:mx-4{margin-left:16px!important;margin-right:16px!important}.xl\:my-4{margin-bottom:16px!important;margin-top:16px!important}.xl\:gap-4{gap:16px!important}.xl\:gap-x-4{column-gap:16px!important}.xl\:gap-y-4{row-gap:16px!important}.xl\:pa-5{padding:20px!important}.xl\:pl-5{padding-left:20px!important}.xl\:pr-5{padding-right:20px!important}.xl\:pb-5{padding-bottom:20px!important}.xl\:pt-5{padding-top:20px!important}.xl\:px-5{padding-left:20px!important;padding-right:20px!important}.xl\:py-5{padding-bottom:20px!important;padding-top:20px!important}.xl\:ma-5{margin:20px!important}.xl\:ml-5{margin-left:20px!important}.xl\:mr-5{margin-right:20px!important}.xl\:mb-5{margin-bottom:20px!important}.xl\:mt-5{margin-top:20px!important}.xl\:mx-5{margin-left:20px!important;margin-right:20px!important}.xl\:my-5{margin-bottom:20px!important;margin-top:20px!important}.xl\:gap-5{gap:20px!important}.xl\:gap-x-5{column-gap:20px!important}.xl\:gap-y-5{row-gap:20px!important}.xl\:pa-6{padding:24px!important}.xl\:pl-6{padding-left:24px!important}.xl\:pr-6{padding-right:24px!important}.xl\:pb-6{padding-bottom:24px!important}.xl\:pt-6{padding-top:24px!important}.xl\:px-6{padding-left:24px!important;padding-right:24px!important}.xl\:py-6{padding-bottom:24px!important;padding-top:24px!important}.xl\:ma-6{margin:24px!important}.xl\:ml-6{margin-left:24px!important}.xl\:mr-6{margin-right:24px!important}.xl\:mb-6{margin-bottom:24px!important}.xl\:mt-6{margin-top:24px!important}.xl\:mx-6{margin-left:24px!important;margin-right:24px!important}.xl\:my-6{margin-bottom:24px!important;margin-top:24px!important}.xl\:gap-6{gap:24px!important}.xl\:gap-x-6{column-gap:24px!important}.xl\:gap-y-6{row-gap:24px!important}.xl\:pa-7{padding:28px!important}.xl\:pl-7{padding-left:28px!important}.xl\:pr-7{padding-right:28px!important}.xl\:pb-7{padding-bottom:28px!important}.xl\:pt-7{padding-top:28px!important}.xl\:px-7{padding-left:28px!important;padding-right:28px!important}.xl\:py-7{padding-bottom:28px!important;padding-top:28px!important}.xl\:ma-7{margin:28px!important}.xl\:ml-7{margin-left:28px!important}.xl\:mr-7{margin-right:28px!important}.xl\:mb-7{margin-bottom:28px!important}.xl\:mt-7{margin-top:28px!important}.xl\:mx-7{margin-left:28px!important;margin-right:28px!important}.xl\:my-7{margin-bottom:28px!important;margin-top:28px!important}.xl\:gap-7{gap:28px!important}.xl\:gap-x-7{column-gap:28px!important}.xl\:gap-y-7{row-gap:28px!important}.xl\:pa-8{padding:32px!important}.xl\:pl-8{padding-left:32px!important}.xl\:pr-8{padding-right:32px!important}.xl\:pb-8{padding-bottom:32px!important}.xl\:pt-8{padding-top:32px!important}.xl\:px-8{padding-left:32px!important;padding-right:32px!important}.xl\:py-8{padding-bottom:32px!important;padding-top:32px!important}.xl\:ma-8{margin:32px!important}.xl\:ml-8{margin-left:32px!important}.xl\:mr-8{margin-right:32px!important}.xl\:mb-8{margin-bottom:32px!important}.xl\:mt-8{margin-top:32px!important}.xl\:mx-8{margin-left:32px!important;margin-right:32px!important}.xl\:my-8{margin-bottom:32px!important;margin-top:32px!important}.xl\:gap-8{gap:32px!important}.xl\:gap-x-8{column-gap:32px!important}.xl\:gap-y-8{row-gap:32px!important}.xl\:pa-9{padding:36px!important}.xl\:pl-9{padding-left:36px!important}.xl\:pr-9{padding-right:36px!important}.xl\:pb-9{padding-bottom:36px!important}.xl\:pt-9{padding-top:36px!important}.xl\:px-9{padding-left:36px!important;padding-right:36px!important}.xl\:py-9{padding-bottom:36px!important;padding-top:36px!important}.xl\:ma-9{margin:36px!important}.xl\:ml-9{margin-left:36px!important}.xl\:mr-9{margin-right:36px!important}.xl\:mb-9{margin-bottom:36px!important}.xl\:mt-9{margin-top:36px!important}.xl\:mx-9{margin-left:36px!important;margin-right:36px!important}.xl\:my-9{margin-bottom:36px!important;margin-top:36px!important}.xl\:gap-9{gap:36px!important}.xl\:gap-x-9{column-gap:36px!important}.xl\:gap-y-9{row-gap:36px!important}.xl\:pa-10{padding:40px!important}.xl\:pl-10{padding-left:40px!important}.xl\:pr-10{padding-right:40px!important}.xl\:pb-10{padding-bottom:40px!important}.xl\:pt-10{padding-top:40px!important}.xl\:px-10{padding-left:40px!important;padding-right:40px!important}.xl\:py-10{padding-bottom:40px!important;padding-top:40px!important}.xl\:ma-10{margin:40px!important}.xl\:ml-10{margin-left:40px!important}.xl\:mr-10{margin-right:40px!important}.xl\:mb-10{margin-bottom:40px!important}.xl\:mt-10{margin-top:40px!important}.xl\:mx-10{margin-left:40px!important;margin-right:40px!important}.xl\:my-10{margin-bottom:40px!important;margin-top:40px!important}.xl\:gap-10{gap:40px!important}.xl\:gap-x-10{column-gap:40px!important}.xl\:gap-y-10{row-gap:40px!important}.xl\:pa-11{padding:44px!important}.xl\:pl-11{padding-left:44px!important}.xl\:pr-11{padding-right:44px!important}.xl\:pb-11{padding-bottom:44px!important}.xl\:pt-11{padding-top:44px!important}.xl\:px-11{padding-left:44px!important;padding-right:44px!important}.xl\:py-11{padding-bottom:44px!important;padding-top:44px!important}.xl\:ma-11{margin:44px!important}.xl\:ml-11{margin-left:44px!important}.xl\:mr-11{margin-right:44px!important}.xl\:mb-11{margin-bottom:44px!important}.xl\:mt-11{margin-top:44px!important}.xl\:mx-11{margin-left:44px!important;margin-right:44px!important}.xl\:my-11{margin-bottom:44px!important;margin-top:44px!important}.xl\:gap-11{gap:44px!important}.xl\:gap-x-11{column-gap:44px!important}.xl\:gap-y-11{row-gap:44px!important}.xl\:pa-12{padding:48px!important}.xl\:pl-12{padding-left:48px!important}.xl\:pr-12{padding-right:48px!important}.xl\:pb-12{padding-bottom:48px!important}.xl\:pt-12{padding-top:48px!important}.xl\:px-12{padding-left:48px!important;padding-right:48px!important}.xl\:py-12{padding-bottom:48px!important;padding-top:48px!important}.xl\:ma-12{margin:48px!important}.xl\:ml-12{margin-left:48px!important}.xl\:mr-12{margin-right:48px!important}.xl\:mb-12{margin-bottom:48px!important}.xl\:mt-12{margin-top:48px!important}.xl\:mx-12{margin-left:48px!important;margin-right:48px!important}.xl\:my-12{margin-bottom:48px!important;margin-top:48px!important}.xl\:gap-12{gap:48px!important}.xl\:gap-x-12{column-gap:48px!important}.xl\:gap-y-12{row-gap:48px!important}.xl\:pa-13{padding:52px!important}.xl\:pl-13{padding-left:52px!important}.xl\:pr-13{padding-right:52px!important}.xl\:pb-13{padding-bottom:52px!important}.xl\:pt-13{padding-top:52px!important}.xl\:px-13{padding-left:52px!important;padding-right:52px!important}.xl\:py-13{padding-bottom:52px!important;padding-top:52px!important}.xl\:ma-13{margin:52px!important}.xl\:ml-13{margin-left:52px!important}.xl\:mr-13{margin-right:52px!important}.xl\:mb-13{margin-bottom:52px!important}.xl\:mt-13{margin-top:52px!important}.xl\:mx-13{margin-left:52px!important;margin-right:52px!important}.xl\:my-13{margin-bottom:52px!important;margin-top:52px!important}.xl\:gap-13{gap:52px!important}.xl\:gap-x-13{column-gap:52px!important}.xl\:gap-y-13{row-gap:52px!important}.xl\:pa-14{padding:56px!important}.xl\:pl-14{padding-left:56px!important}.xl\:pr-14{padding-right:56px!important}.xl\:pb-14{padding-bottom:56px!important}.xl\:pt-14{padding-top:56px!important}.xl\:px-14{padding-left:56px!important;padding-right:56px!important}.xl\:py-14{padding-bottom:56px!important;padding-top:56px!important}.xl\:ma-14{margin:56px!important}.xl\:ml-14{margin-left:56px!important}.xl\:mr-14{margin-right:56px!important}.xl\:mb-14{margin-bottom:56px!important}.xl\:mt-14{margin-top:56px!important}.xl\:mx-14{margin-left:56px!important;margin-right:56px!important}.xl\:my-14{margin-bottom:56px!important;margin-top:56px!important}.xl\:gap-14{gap:56px!important}.xl\:gap-x-14{column-gap:56px!important}.xl\:gap-y-14{row-gap:56px!important}.xl\:pa-15{padding:60px!important}.xl\:pl-15{padding-left:60px!important}.xl\:pr-15{padding-right:60px!important}.xl\:pb-15{padding-bottom:60px!important}.xl\:pt-15{padding-top:60px!important}.xl\:px-15{padding-left:60px!important;padding-right:60px!important}.xl\:py-15{padding-bottom:60px!important;padding-top:60px!important}.xl\:ma-15{margin:60px!important}.xl\:ml-15{margin-left:60px!important}.xl\:mr-15{margin-right:60px!important}.xl\:mb-15{margin-bottom:60px!important}.xl\:mt-15{margin-top:60px!important}.xl\:mx-15{margin-left:60px!important;margin-right:60px!important}.xl\:my-15{margin-bottom:60px!important;margin-top:60px!important}.xl\:gap-15{gap:60px!important}.xl\:gap-x-15{column-gap:60px!important}.xl\:gap-y-15{row-gap:60px!important}.xl\:pa-16{padding:64px!important}.xl\:pl-16{padding-left:64px!important}.xl\:pr-16{padding-right:64px!important}.xl\:pb-16{padding-bottom:64px!important}.xl\:pt-16{padding-top:64px!important}.xl\:px-16{padding-left:64px!important;padding-right:64px!important}.xl\:py-16{padding-bottom:64px!important;padding-top:64px!important}.xl\:ma-16{margin:64px!important}.xl\:ml-16{margin-left:64px!important}.xl\:mr-16{margin-right:64px!important}.xl\:mb-16{margin-bottom:64px!important}.xl\:mt-16{margin-top:64px!important}.xl\:mx-16{margin-left:64px!important;margin-right:64px!important}.xl\:my-16{margin-bottom:64px!important;margin-top:64px!important}.xl\:gap-16{gap:64px!important}.xl\:gap-x-16{column-gap:64px!important}.xl\:gap-y-16{row-gap:64px!important}.xl\:pa-17{padding:68px!important}.xl\:pl-17{padding-left:68px!important}.xl\:pr-17{padding-right:68px!important}.xl\:pb-17{padding-bottom:68px!important}.xl\:pt-17{padding-top:68px!important}.xl\:px-17{padding-left:68px!important;padding-right:68px!important}.xl\:py-17{padding-bottom:68px!important;padding-top:68px!important}.xl\:ma-17{margin:68px!important}.xl\:ml-17{margin-left:68px!important}.xl\:mr-17{margin-right:68px!important}.xl\:mb-17{margin-bottom:68px!important}.xl\:mt-17{margin-top:68px!important}.xl\:mx-17{margin-left:68px!important;margin-right:68px!important}.xl\:my-17{margin-bottom:68px!important;margin-top:68px!important}.xl\:gap-17{gap:68px!important}.xl\:gap-x-17{column-gap:68px!important}.xl\:gap-y-17{row-gap:68px!important}.xl\:pa-18{padding:72px!important}.xl\:pl-18{padding-left:72px!important}.xl\:pr-18{padding-right:72px!important}.xl\:pb-18{padding-bottom:72px!important}.xl\:pt-18{padding-top:72px!important}.xl\:px-18{padding-left:72px!important;padding-right:72px!important}.xl\:py-18{padding-bottom:72px!important;padding-top:72px!important}.xl\:ma-18{margin:72px!important}.xl\:ml-18{margin-left:72px!important}.xl\:mr-18{margin-right:72px!important}.xl\:mb-18{margin-bottom:72px!important}.xl\:mt-18{margin-top:72px!important}.xl\:mx-18{margin-left:72px!important;margin-right:72px!important}.xl\:my-18{margin-bottom:72px!important;margin-top:72px!important}.xl\:gap-18{gap:72px!important}.xl\:gap-x-18{column-gap:72px!important}.xl\:gap-y-18{row-gap:72px!important}.xl\:pa-19{padding:76px!important}.xl\:pl-19{padding-left:76px!important}.xl\:pr-19{padding-right:76px!important}.xl\:pb-19{padding-bottom:76px!important}.xl\:pt-19{padding-top:76px!important}.xl\:px-19{padding-left:76px!important;padding-right:76px!important}.xl\:py-19{padding-bottom:76px!important;padding-top:76px!important}.xl\:ma-19{margin:76px!important}.xl\:ml-19{margin-left:76px!important}.xl\:mr-19{margin-right:76px!important}.xl\:mb-19{margin-bottom:76px!important}.xl\:mt-19{margin-top:76px!important}.xl\:mx-19{margin-left:76px!important;margin-right:76px!important}.xl\:my-19{margin-bottom:76px!important;margin-top:76px!important}.xl\:gap-19{gap:76px!important}.xl\:gap-x-19{column-gap:76px!important}.xl\:gap-y-19{row-gap:76px!important}.xl\:pa-20{padding:80px!important}.xl\:pl-20{padding-left:80px!important}.xl\:pr-20{padding-right:80px!important}.xl\:pb-20{padding-bottom:80px!important}.xl\:pt-20{padding-top:80px!important}.xl\:px-20{padding-left:80px!important;padding-right:80px!important}.xl\:py-20{padding-bottom:80px!important;padding-top:80px!important}.xl\:ma-20{margin:80px!important}.xl\:ml-20{margin-left:80px!important}.xl\:mr-20{margin-right:80px!important}.xl\:mb-20{margin-bottom:80px!important}.xl\:mt-20{margin-top:80px!important}.xl\:mx-20{margin-left:80px!important;margin-right:80px!important}.xl\:my-20{margin-bottom:80px!important;margin-top:80px!important}.xl\:gap-20{gap:80px!important}.xl\:gap-x-20{column-gap:80px!important}.xl\:gap-y-20{row-gap:80px!important}}@media (min-width:2560px){.xxl\:pa-0{padding:0!important}.xxl\:pl-0{padding-left:0!important}.xxl\:pr-0{padding-right:0!important}.xxl\:pb-0{padding-bottom:0!important}.xxl\:pt-0{padding-top:0!important}.xxl\:px-0{padding-left:0!important;padding-right:0!important}.xxl\:py-0{padding-bottom:0!important;padding-top:0!important}.xxl\:ma-0{margin:0!important}.xxl\:ml-0{margin-left:0!important}.xxl\:mr-0{margin-right:0!important}.xxl\:mb-0{margin-bottom:0!important}.xxl\:mt-0{margin-top:0!important}.xxl\:mx-0{margin-left:0!important;margin-right:0!important}.xxl\:my-0{margin-bottom:0!important;margin-top:0!important}.xxl\:gap-0{gap:0!important}.xxl\:gap-x-0{column-gap:0!important}.xxl\:gap-y-0{row-gap:0!important}.xxl\:pa-1{padding:4px!important}.xxl\:pl-1{padding-left:4px!important}.xxl\:pr-1{padding-right:4px!important}.xxl\:pb-1{padding-bottom:4px!important}.xxl\:pt-1{padding-top:4px!important}.xxl\:px-1{padding-left:4px!important;padding-right:4px!important}.xxl\:py-1{padding-bottom:4px!important;padding-top:4px!important}.xxl\:ma-1{margin:4px!important}.xxl\:ml-1{margin-left:4px!important}.xxl\:mr-1{margin-right:4px!important}.xxl\:mb-1{margin-bottom:4px!important}.xxl\:mt-1{margin-top:4px!important}.xxl\:mx-1{margin-left:4px!important;margin-right:4px!important}.xxl\:my-1{margin-bottom:4px!important;margin-top:4px!important}.xxl\:gap-1{gap:4px!important}.xxl\:gap-x-1{column-gap:4px!important}.xxl\:gap-y-1{row-gap:4px!important}.xxl\:pa-2{padding:8px!important}.xxl\:pl-2{padding-left:8px!important}.xxl\:pr-2{padding-right:8px!important}.xxl\:pb-2{padding-bottom:8px!important}.xxl\:pt-2{padding-top:8px!important}.xxl\:px-2{padding-left:8px!important;padding-right:8px!important}.xxl\:py-2{padding-bottom:8px!important;padding-top:8px!important}.xxl\:ma-2{margin:8px!important}.xxl\:ml-2{margin-left:8px!important}.xxl\:mr-2{margin-right:8px!important}.xxl\:mb-2{margin-bottom:8px!important}.xxl\:mt-2{margin-top:8px!important}.xxl\:mx-2{margin-left:8px!important;margin-right:8px!important}.xxl\:my-2{margin-bottom:8px!important;margin-top:8px!important}.xxl\:gap-2{gap:8px!important}.xxl\:gap-x-2{column-gap:8px!important}.xxl\:gap-y-2{row-gap:8px!important}.xxl\:pa-3{padding:12px!important}.xxl\:pl-3{padding-left:12px!important}.xxl\:pr-3{padding-right:12px!important}.xxl\:pb-3{padding-bottom:12px!important}.xxl\:pt-3{padding-top:12px!important}.xxl\:px-3{padding-left:12px!important;padding-right:12px!important}.xxl\:py-3{padding-bottom:12px!important;padding-top:12px!important}.xxl\:ma-3{margin:12px!important}.xxl\:ml-3{margin-left:12px!important}.xxl\:mr-3{margin-right:12px!important}.xxl\:mb-3{margin-bottom:12px!important}.xxl\:mt-3{margin-top:12px!important}.xxl\:mx-3{margin-left:12px!important;margin-right:12px!important}.xxl\:my-3{margin-bottom:12px!important;margin-top:12px!important}.xxl\:gap-3{gap:12px!important}.xxl\:gap-x-3{column-gap:12px!important}.xxl\:gap-y-3{row-gap:12px!important}.xxl\:pa-4{padding:16px!important}.xxl\:pl-4{padding-left:16px!important}.xxl\:pr-4{padding-right:16px!important}.xxl\:pb-4{padding-bottom:16px!important}.xxl\:pt-4{padding-top:16px!important}.xxl\:px-4{padding-left:16px!important;padding-right:16px!important}.xxl\:py-4{padding-bottom:16px!important;padding-top:16px!important}.xxl\:ma-4{margin:16px!important}.xxl\:ml-4{margin-left:16px!important}.xxl\:mr-4{margin-right:16px!important}.xxl\:mb-4{margin-bottom:16px!important}.xxl\:mt-4{margin-top:16px!important}.xxl\:mx-4{margin-left:16px!important;margin-right:16px!important}.xxl\:my-4{margin-bottom:16px!important;margin-top:16px!important}.xxl\:gap-4{gap:16px!important}.xxl\:gap-x-4{column-gap:16px!important}.xxl\:gap-y-4{row-gap:16px!important}.xxl\:pa-5{padding:20px!important}.xxl\:pl-5{padding-left:20px!important}.xxl\:pr-5{padding-right:20px!important}.xxl\:pb-5{padding-bottom:20px!important}.xxl\:pt-5{padding-top:20px!important}.xxl\:px-5{padding-left:20px!important;padding-right:20px!important}.xxl\:py-5{padding-bottom:20px!important;padding-top:20px!important}.xxl\:ma-5{margin:20px!important}.xxl\:ml-5{margin-left:20px!important}.xxl\:mr-5{margin-right:20px!important}.xxl\:mb-5{margin-bottom:20px!important}.xxl\:mt-5{margin-top:20px!important}.xxl\:mx-5{margin-left:20px!important;margin-right:20px!important}.xxl\:my-5{margin-bottom:20px!important;margin-top:20px!important}.xxl\:gap-5{gap:20px!important}.xxl\:gap-x-5{column-gap:20px!important}.xxl\:gap-y-5{row-gap:20px!important}.xxl\:pa-6{padding:24px!important}.xxl\:pl-6{padding-left:24px!important}.xxl\:pr-6{padding-right:24px!important}.xxl\:pb-6{padding-bottom:24px!important}.xxl\:pt-6{padding-top:24px!important}.xxl\:px-6{padding-left:24px!important;padding-right:24px!important}.xxl\:py-6{padding-bottom:24px!important;padding-top:24px!important}.xxl\:ma-6{margin:24px!important}.xxl\:ml-6{margin-left:24px!important}.xxl\:mr-6{margin-right:24px!important}.xxl\:mb-6{margin-bottom:24px!important}.xxl\:mt-6{margin-top:24px!important}.xxl\:mx-6{margin-left:24px!important;margin-right:24px!important}.xxl\:my-6{margin-bottom:24px!important;margin-top:24px!important}.xxl\:gap-6{gap:24px!important}.xxl\:gap-x-6{column-gap:24px!important}.xxl\:gap-y-6{row-gap:24px!important}.xxl\:pa-7{padding:28px!important}.xxl\:pl-7{padding-left:28px!important}.xxl\:pr-7{padding-right:28px!important}.xxl\:pb-7{padding-bottom:28px!important}.xxl\:pt-7{padding-top:28px!important}.xxl\:px-7{padding-left:28px!important;padding-right:28px!important}.xxl\:py-7{padding-bottom:28px!important;padding-top:28px!important}.xxl\:ma-7{margin:28px!important}.xxl\:ml-7{margin-left:28px!important}.xxl\:mr-7{margin-right:28px!important}.xxl\:mb-7{margin-bottom:28px!important}.xxl\:mt-7{margin-top:28px!important}.xxl\:mx-7{margin-left:28px!important;margin-right:28px!important}.xxl\:my-7{margin-bottom:28px!important;margin-top:28px!important}.xxl\:gap-7{gap:28px!important}.xxl\:gap-x-7{column-gap:28px!important}.xxl\:gap-y-7{row-gap:28px!important}.xxl\:pa-8{padding:32px!important}.xxl\:pl-8{padding-left:32px!important}.xxl\:pr-8{padding-right:32px!important}.xxl\:pb-8{padding-bottom:32px!important}.xxl\:pt-8{padding-top:32px!important}.xxl\:px-8{padding-left:32px!important;padding-right:32px!important}.xxl\:py-8{padding-bottom:32px!important;padding-top:32px!important}.xxl\:ma-8{margin:32px!important}.xxl\:ml-8{margin-left:32px!important}.xxl\:mr-8{margin-right:32px!important}.xxl\:mb-8{margin-bottom:32px!important}.xxl\:mt-8{margin-top:32px!important}.xxl\:mx-8{margin-left:32px!important;margin-right:32px!important}.xxl\:my-8{margin-bottom:32px!important;margin-top:32px!important}.xxl\:gap-8{gap:32px!important}.xxl\:gap-x-8{column-gap:32px!important}.xxl\:gap-y-8{row-gap:32px!important}.xxl\:pa-9{padding:36px!important}.xxl\:pl-9{padding-left:36px!important}.xxl\:pr-9{padding-right:36px!important}.xxl\:pb-9{padding-bottom:36px!important}.xxl\:pt-9{padding-top:36px!important}.xxl\:px-9{padding-left:36px!important;padding-right:36px!important}.xxl\:py-9{padding-bottom:36px!important;padding-top:36px!important}.xxl\:ma-9{margin:36px!important}.xxl\:ml-9{margin-left:36px!important}.xxl\:mr-9{margin-right:36px!important}.xxl\:mb-9{margin-bottom:36px!important}.xxl\:mt-9{margin-top:36px!important}.xxl\:mx-9{margin-left:36px!important;margin-right:36px!important}.xxl\:my-9{margin-bottom:36px!important;margin-top:36px!important}.xxl\:gap-9{gap:36px!important}.xxl\:gap-x-9{column-gap:36px!important}.xxl\:gap-y-9{row-gap:36px!important}.xxl\:pa-10{padding:40px!important}.xxl\:pl-10{padding-left:40px!important}.xxl\:pr-10{padding-right:40px!important}.xxl\:pb-10{padding-bottom:40px!important}.xxl\:pt-10{padding-top:40px!important}.xxl\:px-10{padding-left:40px!important;padding-right:40px!important}.xxl\:py-10{padding-bottom:40px!important;padding-top:40px!important}.xxl\:ma-10{margin:40px!important}.xxl\:ml-10{margin-left:40px!important}.xxl\:mr-10{margin-right:40px!important}.xxl\:mb-10{margin-bottom:40px!important}.xxl\:mt-10{margin-top:40px!important}.xxl\:mx-10{margin-left:40px!important;margin-right:40px!important}.xxl\:my-10{margin-bottom:40px!important;margin-top:40px!important}.xxl\:gap-10{gap:40px!important}.xxl\:gap-x-10{column-gap:40px!important}.xxl\:gap-y-10{row-gap:40px!important}.xxl\:pa-11{padding:44px!important}.xxl\:pl-11{padding-left:44px!important}.xxl\:pr-11{padding-right:44px!important}.xxl\:pb-11{padding-bottom:44px!important}.xxl\:pt-11{padding-top:44px!important}.xxl\:px-11{padding-left:44px!important;padding-right:44px!important}.xxl\:py-11{padding-bottom:44px!important;padding-top:44px!important}.xxl\:ma-11{margin:44px!important}.xxl\:ml-11{margin-left:44px!important}.xxl\:mr-11{margin-right:44px!important}.xxl\:mb-11{margin-bottom:44px!important}.xxl\:mt-11{margin-top:44px!important}.xxl\:mx-11{margin-left:44px!important;margin-right:44px!important}.xxl\:my-11{margin-bottom:44px!important;margin-top:44px!important}.xxl\:gap-11{gap:44px!important}.xxl\:gap-x-11{column-gap:44px!important}.xxl\:gap-y-11{row-gap:44px!important}.xxl\:pa-12{padding:48px!important}.xxl\:pl-12{padding-left:48px!important}.xxl\:pr-12{padding-right:48px!important}.xxl\:pb-12{padding-bottom:48px!important}.xxl\:pt-12{padding-top:48px!important}.xxl\:px-12{padding-left:48px!important;padding-right:48px!important}.xxl\:py-12{padding-bottom:48px!important;padding-top:48px!important}.xxl\:ma-12{margin:48px!important}.xxl\:ml-12{margin-left:48px!important}.xxl\:mr-12{margin-right:48px!important}.xxl\:mb-12{margin-bottom:48px!important}.xxl\:mt-12{margin-top:48px!important}.xxl\:mx-12{margin-left:48px!important;margin-right:48px!important}.xxl\:my-12{margin-bottom:48px!important;margin-top:48px!important}.xxl\:gap-12{gap:48px!important}.xxl\:gap-x-12{column-gap:48px!important}.xxl\:gap-y-12{row-gap:48px!important}.xxl\:pa-13{padding:52px!important}.xxl\:pl-13{padding-left:52px!important}.xxl\:pr-13{padding-right:52px!important}.xxl\:pb-13{padding-bottom:52px!important}.xxl\:pt-13{padding-top:52px!important}.xxl\:px-13{padding-left:52px!important;padding-right:52px!important}.xxl\:py-13{padding-bottom:52px!important;padding-top:52px!important}.xxl\:ma-13{margin:52px!important}.xxl\:ml-13{margin-left:52px!important}.xxl\:mr-13{margin-right:52px!important}.xxl\:mb-13{margin-bottom:52px!important}.xxl\:mt-13{margin-top:52px!important}.xxl\:mx-13{margin-left:52px!important;margin-right:52px!important}.xxl\:my-13{margin-bottom:52px!important;margin-top:52px!important}.xxl\:gap-13{gap:52px!important}.xxl\:gap-x-13{column-gap:52px!important}.xxl\:gap-y-13{row-gap:52px!important}.xxl\:pa-14{padding:56px!important}.xxl\:pl-14{padding-left:56px!important}.xxl\:pr-14{padding-right:56px!important}.xxl\:pb-14{padding-bottom:56px!important}.xxl\:pt-14{padding-top:56px!important}.xxl\:px-14{padding-left:56px!important;padding-right:56px!important}.xxl\:py-14{padding-bottom:56px!important;padding-top:56px!important}.xxl\:ma-14{margin:56px!important}.xxl\:ml-14{margin-left:56px!important}.xxl\:mr-14{margin-right:56px!important}.xxl\:mb-14{margin-bottom:56px!important}.xxl\:mt-14{margin-top:56px!important}.xxl\:mx-14{margin-left:56px!important;margin-right:56px!important}.xxl\:my-14{margin-bottom:56px!important;margin-top:56px!important}.xxl\:gap-14{gap:56px!important}.xxl\:gap-x-14{column-gap:56px!important}.xxl\:gap-y-14{row-gap:56px!important}.xxl\:pa-15{padding:60px!important}.xxl\:pl-15{padding-left:60px!important}.xxl\:pr-15{padding-right:60px!important}.xxl\:pb-15{padding-bottom:60px!important}.xxl\:pt-15{padding-top:60px!important}.xxl\:px-15{padding-left:60px!important;padding-right:60px!important}.xxl\:py-15{padding-bottom:60px!important;padding-top:60px!important}.xxl\:ma-15{margin:60px!important}.xxl\:ml-15{margin-left:60px!important}.xxl\:mr-15{margin-right:60px!important}.xxl\:mb-15{margin-bottom:60px!important}.xxl\:mt-15{margin-top:60px!important}.xxl\:mx-15{margin-left:60px!important;margin-right:60px!important}.xxl\:my-15{margin-bottom:60px!important;margin-top:60px!important}.xxl\:gap-15{gap:60px!important}.xxl\:gap-x-15{column-gap:60px!important}.xxl\:gap-y-15{row-gap:60px!important}.xxl\:pa-16{padding:64px!important}.xxl\:pl-16{padding-left:64px!important}.xxl\:pr-16{padding-right:64px!important}.xxl\:pb-16{padding-bottom:64px!important}.xxl\:pt-16{padding-top:64px!important}.xxl\:px-16{padding-left:64px!important;padding-right:64px!important}.xxl\:py-16{padding-bottom:64px!important;padding-top:64px!important}.xxl\:ma-16{margin:64px!important}.xxl\:ml-16{margin-left:64px!important}.xxl\:mr-16{margin-right:64px!important}.xxl\:mb-16{margin-bottom:64px!important}.xxl\:mt-16{margin-top:64px!important}.xxl\:mx-16{margin-left:64px!important;margin-right:64px!important}.xxl\:my-16{margin-bottom:64px!important;margin-top:64px!important}.xxl\:gap-16{gap:64px!important}.xxl\:gap-x-16{column-gap:64px!important}.xxl\:gap-y-16{row-gap:64px!important}.xxl\:pa-17{padding:68px!important}.xxl\:pl-17{padding-left:68px!important}.xxl\:pr-17{padding-right:68px!important}.xxl\:pb-17{padding-bottom:68px!important}.xxl\:pt-17{padding-top:68px!important}.xxl\:px-17{padding-left:68px!important;padding-right:68px!important}.xxl\:py-17{padding-bottom:68px!important;padding-top:68px!important}.xxl\:ma-17{margin:68px!important}.xxl\:ml-17{margin-left:68px!important}.xxl\:mr-17{margin-right:68px!important}.xxl\:mb-17{margin-bottom:68px!important}.xxl\:mt-17{margin-top:68px!important}.xxl\:mx-17{margin-left:68px!important;margin-right:68px!important}.xxl\:my-17{margin-bottom:68px!important;margin-top:68px!important}.xxl\:gap-17{gap:68px!important}.xxl\:gap-x-17{column-gap:68px!important}.xxl\:gap-y-17{row-gap:68px!important}.xxl\:pa-18{padding:72px!important}.xxl\:pl-18{padding-left:72px!important}.xxl\:pr-18{padding-right:72px!important}.xxl\:pb-18{padding-bottom:72px!important}.xxl\:pt-18{padding-top:72px!important}.xxl\:px-18{padding-left:72px!important;padding-right:72px!important}.xxl\:py-18{padding-bottom:72px!important;padding-top:72px!important}.xxl\:ma-18{margin:72px!important}.xxl\:ml-18{margin-left:72px!important}.xxl\:mr-18{margin-right:72px!important}.xxl\:mb-18{margin-bottom:72px!important}.xxl\:mt-18{margin-top:72px!important}.xxl\:mx-18{margin-left:72px!important;margin-right:72px!important}.xxl\:my-18{margin-bottom:72px!important;margin-top:72px!important}.xxl\:gap-18{gap:72px!important}.xxl\:gap-x-18{column-gap:72px!important}.xxl\:gap-y-18{row-gap:72px!important}.xxl\:pa-19{padding:76px!important}.xxl\:pl-19{padding-left:76px!important}.xxl\:pr-19{padding-right:76px!important}.xxl\:pb-19{padding-bottom:76px!important}.xxl\:pt-19{padding-top:76px!important}.xxl\:px-19{padding-left:76px!important;padding-right:76px!important}.xxl\:py-19{padding-bottom:76px!important;padding-top:76px!important}.xxl\:ma-19{margin:76px!important}.xxl\:ml-19{margin-left:76px!important}.xxl\:mr-19{margin-right:76px!important}.xxl\:mb-19{margin-bottom:76px!important}.xxl\:mt-19{margin-top:76px!important}.xxl\:mx-19{margin-left:76px!important;margin-right:76px!important}.xxl\:my-19{margin-bottom:76px!important;margin-top:76px!important}.xxl\:gap-19{gap:76px!important}.xxl\:gap-x-19{column-gap:76px!important}.xxl\:gap-y-19{row-gap:76px!important}.xxl\:pa-20{padding:80px!important}.xxl\:pl-20{padding-left:80px!important}.xxl\:pr-20{padding-right:80px!important}.xxl\:pb-20{padding-bottom:80px!important}.xxl\:pt-20{padding-top:80px!important}.xxl\:px-20{padding-left:80px!important;padding-right:80px!important}.xxl\:py-20{padding-bottom:80px!important;padding-top:80px!important}.xxl\:ma-20{margin:80px!important}.xxl\:ml-20{margin-left:80px!important}.xxl\:mr-20{margin-right:80px!important}.xxl\:mb-20{margin-bottom:80px!important}.xxl\:mt-20{margin-top:80px!important}.xxl\:mx-20{margin-left:80px!important;margin-right:80px!important}.xxl\:my-20{margin-bottom:80px!important;margin-top:80px!important}.xxl\:gap-20{gap:80px!important}.xxl\:gap-x-20{column-gap:80px!important}.xxl\:gap-y-20{row-gap:80px!important}}.elevation-24{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)!important}.elevation-23{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)!important}.elevation-22{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)!important}.elevation-21{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)!important}.elevation-20{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)!important}.elevation-19{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)!important}.elevation-18{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)!important}.elevation-17{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)!important}.elevation-16{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)!important}.elevation-15{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)!important}.elevation-14{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)!important}.elevation-13{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)!important}.elevation-12{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)!important}.elevation-11{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)!important}.elevation-10{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)!important}.elevation-9{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)!important}.elevation-8{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)!important}.elevation-7{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)!important}.elevation-6{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)!important}.elevation-5{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)!important}.elevation-4{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)!important}.elevation-3{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)!important}.elevation-2{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)!important}.elevation-1{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)!important}.elevation-0{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)!important}.flex-row{flex-direction:row!important}.flex-col{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-center{justify-content:center!important}.content-center{align-content:center!important}.justify-start{justify-content:flex-start!important}.content-start{align-content:flex-start!important}.justify-end{justify-content:flex-end!important}.content-end{align-content:flex-end!important}.justify-space-between{justify-content:space-between!important}.content-space-between{align-content:space-between!important}.justify-space-around{justify-content:space-around!important}.content-space-around{align-content:space-around!important}.justify-space-evenly{justify-content:space-evenly!important}.content-space-evenly{align-content:space-evenly!important}.justify-stretch{justify-content:stretch!important}.content-stretch{align-content:stretch!important}.items-center{align-items:center!important}.self-center{align-self:center!important}.items-start{align-items:flex-start!important}.self-start{align-self:flex-start!important}.items-end{align-items:flex-end!important}.self-end{align-self:flex-end!important}.items-baseline{align-items:baseline!important}.self-baseline{align-self:baseline!important}.items-stretch{align-items:stretch!important}.self-stretch{align-self:stretch!important}.items-end-safe{align-items:safe flex-end!important}.self-end-safe{align-self:safe flex-end!important}.items-center-safe{align-items:safe center!important}.self-center-safe{align-self:safe center!important}.items-start-safe{align-items:safe flex-start!important}.self-start-safe{align-self:safe flex-start!important}.items-baseline-last{align-items:safe flex-start!important}.self-baseline-last{align-self:safe flex-start!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-6{order:6!important}.order-7{order:7!important}.order-8{order:8!important}.order-9{order:9!important}.order-10{order:10!important}.order-11{order:11!important}.order-12{order:12!important}.grow-0{flex-grow:0!important}.grow-1{flex-grow:1!important}.grow-2{flex-grow:2!important}.grow-3{flex-grow:3!important}.grow-4{flex-grow:4!important}.shrink-0{flex-shrink:0!important}.shrink-1{flex-shrink:1!important}.shrink-2{flex-shrink:2!important}.shrink-3{flex-shrink:3!important}.shrink-4{flex-shrink:4!important}@media (min-width:600px){.sm\:d-flex{display:flex!important}.sm\:d-inline-flex{display:inline-flex!important}.sm\:flex-row{flex-direction:row!important}.sm\:flex-col{flex-direction:column!important}.sm\:flex-wrap{flex-wrap:wrap!important}.sm\:flex-nowrap{flex-wrap:nowrap!important}.sm\:justify-center{justify-content:center!important}.sm\:content-center{align-content:center!important}.sm\:justify-start{justify-content:flex-start!important}.sm\:content-start{align-content:flex-start!important}.sm\:justify-end{justify-content:flex-end!important}.sm\:content-end{align-content:flex-end!important}.sm\:justify-space-between{justify-content:space-between!important}.sm\:content-space-between{align-content:space-between!important}.sm\:justify-space-around{justify-content:space-around!important}.sm\:content-space-around{align-content:space-around!important}.sm\:justify-space-evenly{justify-content:space-evenly!important}.sm\:content-space-evenly{align-content:space-evenly!important}.sm\:justify-stretch{justify-content:stretch!important}.sm\:content-stretch{align-content:stretch!important}.sm\:items-center{align-items:center!important}.sm\:self-center{align-self:center!important}.sm\:items-start{align-items:flex-start!important}.sm\:self-start{align-self:flex-start!important}.sm\:items-end{align-items:flex-end!important}.sm\:self-end{align-self:flex-end!important}.sm\:items-baseline{align-items:baseline!important}.sm\:self-baseline{align-self:baseline!important}.sm\:items-stretch{align-items:stretch!important}.sm\:self-stretch{align-self:stretch!important}.sm\:items-end-safe{align-items:safe flex-end!important}.sm\:self-end-safe{align-self:safe flex-end!important}.sm\:items-center-safe{align-items:safe center!important}.sm\:self-center-safe{align-self:safe center!important}.sm\:items-start-safe{align-items:safe flex-start!important}.sm\:self-start-safe{align-self:safe flex-start!important}.sm\:items-baseline-last{align-items:safe flex-start!important}.sm\:self-baseline-last{align-self:safe flex-start!important}.sm\:order-1{order:1!important}.sm\:order-2{order:2!important}.sm\:order-3{order:3!important}.sm\:order-4{order:4!important}.sm\:order-5{order:5!important}.sm\:order-6{order:6!important}.sm\:order-7{order:7!important}.sm\:order-8{order:8!important}.sm\:order-9{order:9!important}.sm\:order-10{order:10!important}.sm\:order-11{order:11!important}.sm\:order-12{order:12!important}.sm\:grow-0{flex-grow:0!important}.sm\:grow-1{flex-grow:1!important}.sm\:grow-2{flex-grow:2!important}.sm\:grow-3{flex-grow:3!important}.sm\:grow-4{flex-grow:4!important}.sm\:shrink-0{flex-shrink:0!important}.sm\:shrink-1{flex-shrink:1!important}.sm\:shrink-2{flex-shrink:2!important}.sm\:shrink-3{flex-shrink:3!important}.sm\:shrink-4{flex-shrink:4!important}}@media (min-width:960px){.md\:d-flex{display:flex!important}.md\:d-inline-flex{display:inline-flex!important}.md\:flex-row{flex-direction:row!important}.md\:flex-col{flex-direction:column!important}.md\:flex-wrap{flex-wrap:wrap!important}.md\:flex-nowrap{flex-wrap:nowrap!important}.md\:justify-center{justify-content:center!important}.md\:content-center{align-content:center!important}.md\:justify-start{justify-content:flex-start!important}.md\:content-start{align-content:flex-start!important}.md\:justify-end{justify-content:flex-end!important}.md\:content-end{align-content:flex-end!important}.md\:justify-space-between{justify-content:space-between!important}.md\:content-space-between{align-content:space-between!important}.md\:justify-space-around{justify-content:space-around!important}.md\:content-space-around{align-content:space-around!important}.md\:justify-space-evenly{justify-content:space-evenly!important}.md\:content-space-evenly{align-content:space-evenly!important}.md\:justify-stretch{justify-content:stretch!important}.md\:content-stretch{align-content:stretch!important}.md\:items-center{align-items:center!important}.md\:self-center{align-self:center!important}.md\:items-start{align-items:flex-start!important}.md\:self-start{align-self:flex-start!important}.md\:items-end{align-items:flex-end!important}.md\:self-end{align-self:flex-end!important}.md\:items-baseline{align-items:baseline!important}.md\:self-baseline{align-self:baseline!important}.md\:items-stretch{align-items:stretch!important}.md\:self-stretch{align-self:stretch!important}.md\:items-end-safe{align-items:safe flex-end!important}.md\:self-end-safe{align-self:safe flex-end!important}.md\:items-center-safe{align-items:safe center!important}.md\:self-center-safe{align-self:safe center!important}.md\:items-start-safe{align-items:safe flex-start!important}.md\:self-start-safe{align-self:safe flex-start!important}.md\:items-baseline-last{align-items:safe flex-start!important}.md\:self-baseline-last{align-self:safe flex-start!important}.md\:order-1{order:1!important}.md\:order-2{order:2!important}.md\:order-3{order:3!important}.md\:order-4{order:4!important}.md\:order-5{order:5!important}.md\:order-6{order:6!important}.md\:order-7{order:7!important}.md\:order-8{order:8!important}.md\:order-9{order:9!important}.md\:order-10{order:10!important}.md\:order-11{order:11!important}.md\:order-12{order:12!important}.md\:grow-0{flex-grow:0!important}.md\:grow-1{flex-grow:1!important}.md\:grow-2{flex-grow:2!important}.md\:grow-3{flex-grow:3!important}.md\:grow-4{flex-grow:4!important}.md\:shrink-0{flex-shrink:0!important}.md\:shrink-1{flex-shrink:1!important}.md\:shrink-2{flex-shrink:2!important}.md\:shrink-3{flex-shrink:3!important}.md\:shrink-4{flex-shrink:4!important}}@media (min-width:1280px){.lg\:d-flex{display:flex!important}.lg\:d-inline-flex{display:inline-flex!important}.lg\:flex-row{flex-direction:row!important}.lg\:flex-col{flex-direction:column!important}.lg\:flex-wrap{flex-wrap:wrap!important}.lg\:flex-nowrap{flex-wrap:nowrap!important}.lg\:justify-center{justify-content:center!important}.lg\:content-center{align-content:center!important}.lg\:justify-start{justify-content:flex-start!important}.lg\:content-start{align-content:flex-start!important}.lg\:justify-end{justify-content:flex-end!important}.lg\:content-end{align-content:flex-end!important}.lg\:justify-space-between{justify-content:space-between!important}.lg\:content-space-between{align-content:space-between!important}.lg\:justify-space-around{justify-content:space-around!important}.lg\:content-space-around{align-content:space-around!important}.lg\:justify-space-evenly{justify-content:space-evenly!important}.lg\:content-space-evenly{align-content:space-evenly!important}.lg\:justify-stretch{justify-content:stretch!important}.lg\:content-stretch{align-content:stretch!important}.lg\:items-center{align-items:center!important}.lg\:self-center{align-self:center!important}.lg\:items-start{align-items:flex-start!important}.lg\:self-start{align-self:flex-start!important}.lg\:items-end{align-items:flex-end!important}.lg\:self-end{align-self:flex-end!important}.lg\:items-baseline{align-items:baseline!important}.lg\:self-baseline{align-self:baseline!important}.lg\:items-stretch{align-items:stretch!important}.lg\:self-stretch{align-self:stretch!important}.lg\:items-end-safe{align-items:safe flex-end!important}.lg\:self-end-safe{align-self:safe flex-end!important}.lg\:items-center-safe{align-items:safe center!important}.lg\:self-center-safe{align-self:safe center!important}.lg\:items-start-safe{align-items:safe flex-start!important}.lg\:self-start-safe{align-self:safe flex-start!important}.lg\:items-baseline-last{align-items:safe flex-start!important}.lg\:self-baseline-last{align-self:safe flex-start!important}.lg\:order-1{order:1!important}.lg\:order-2{order:2!important}.lg\:order-3{order:3!important}.lg\:order-4{order:4!important}.lg\:order-5{order:5!important}.lg\:order-6{order:6!important}.lg\:order-7{order:7!important}.lg\:order-8{order:8!important}.lg\:order-9{order:9!important}.lg\:order-10{order:10!important}.lg\:order-11{order:11!important}.lg\:order-12{order:12!important}.lg\:grow-0{flex-grow:0!important}.lg\:grow-1{flex-grow:1!important}.lg\:grow-2{flex-grow:2!important}.lg\:grow-3{flex-grow:3!important}.lg\:grow-4{flex-grow:4!important}.lg\:shrink-0{flex-shrink:0!important}.lg\:shrink-1{flex-shrink:1!important}.lg\:shrink-2{flex-shrink:2!important}.lg\:shrink-3{flex-shrink:3!important}.lg\:shrink-4{flex-shrink:4!important}}@media (min-width:1920px){.xl\:d-flex{display:flex!important}.xl\:d-inline-flex{display:inline-flex!important}.xl\:flex-row{flex-direction:row!important}.xl\:flex-col{flex-direction:column!important}.xl\:flex-wrap{flex-wrap:wrap!important}.xl\:flex-nowrap{flex-wrap:nowrap!important}.xl\:justify-center{justify-content:center!important}.xl\:content-center{align-content:center!important}.xl\:justify-start{justify-content:flex-start!important}.xl\:content-start{align-content:flex-start!important}.xl\:justify-end{justify-content:flex-end!important}.xl\:content-end{align-content:flex-end!important}.xl\:justify-space-between{justify-content:space-between!important}.xl\:content-space-between{align-content:space-between!important}.xl\:justify-space-around{justify-content:space-around!important}.xl\:content-space-around{align-content:space-around!important}.xl\:justify-space-evenly{justify-content:space-evenly!important}.xl\:content-space-evenly{align-content:space-evenly!important}.xl\:justify-stretch{justify-content:stretch!important}.xl\:content-stretch{align-content:stretch!important}.xl\:items-center{align-items:center!important}.xl\:self-center{align-self:center!important}.xl\:items-start{align-items:flex-start!important}.xl\:self-start{align-self:flex-start!important}.xl\:items-end{align-items:flex-end!important}.xl\:self-end{align-self:flex-end!important}.xl\:items-baseline{align-items:baseline!important}.xl\:self-baseline{align-self:baseline!important}.xl\:items-stretch{align-items:stretch!important}.xl\:self-stretch{align-self:stretch!important}.xl\:items-end-safe{align-items:safe flex-end!important}.xl\:self-end-safe{align-self:safe flex-end!important}.xl\:items-center-safe{align-items:safe center!important}.xl\:self-center-safe{align-self:safe center!important}.xl\:items-start-safe{align-items:safe flex-start!important}.xl\:self-start-safe{align-self:safe flex-start!important}.xl\:items-baseline-last{align-items:safe flex-start!important}.xl\:self-baseline-last{align-self:safe flex-start!important}.xl\:order-1{order:1!important}.xl\:order-2{order:2!important}.xl\:order-3{order:3!important}.xl\:order-4{order:4!important}.xl\:order-5{order:5!important}.xl\:order-6{order:6!important}.xl\:order-7{order:7!important}.xl\:order-8{order:8!important}.xl\:order-9{order:9!important}.xl\:order-10{order:10!important}.xl\:order-11{order:11!important}.xl\:order-12{order:12!important}.xl\:grow-0{flex-grow:0!important}.xl\:grow-1{flex-grow:1!important}.xl\:grow-2{flex-grow:2!important}.xl\:grow-3{flex-grow:3!important}.xl\:grow-4{flex-grow:4!important}.xl\:shrink-0{flex-shrink:0!important}.xl\:shrink-1{flex-shrink:1!important}.xl\:shrink-2{flex-shrink:2!important}.xl\:shrink-3{flex-shrink:3!important}.xl\:shrink-4{flex-shrink:4!important}}@media (min-width:2560px){.xxl\:d-flex{display:flex!important}.xxl\:d-inline-flex{display:inline-flex!important}.xxl\:flex-row{flex-direction:row!important}.xxl\:flex-col{flex-direction:column!important}.xxl\:flex-wrap{flex-wrap:wrap!important}.xxl\:flex-nowrap{flex-wrap:nowrap!important}.xxl\:justify-center{justify-content:center!important}.xxl\:content-center{align-content:center!important}.xxl\:justify-start{justify-content:flex-start!important}.xxl\:content-start{align-content:flex-start!important}.xxl\:justify-end{justify-content:flex-end!important}.xxl\:content-end{align-content:flex-end!important}.xxl\:justify-space-between{justify-content:space-between!important}.xxl\:content-space-between{align-content:space-between!important}.xxl\:justify-space-around{justify-content:space-around!important}.xxl\:content-space-around{align-content:space-around!important}.xxl\:justify-space-evenly{justify-content:space-evenly!important}.xxl\:content-space-evenly{align-content:space-evenly!important}.xxl\:justify-stretch{justify-content:stretch!important}.xxl\:content-stretch{align-content:stretch!important}.xxl\:items-center{align-items:center!important}.xxl\:self-center{align-self:center!important}.xxl\:items-start{align-items:flex-start!important}.xxl\:self-start{align-self:flex-start!important}.xxl\:items-end{align-items:flex-end!important}.xxl\:self-end{align-self:flex-end!important}.xxl\:items-baseline{align-items:baseline!important}.xxl\:self-baseline{align-self:baseline!important}.xxl\:items-stretch{align-items:stretch!important}.xxl\:self-stretch{align-self:stretch!important}.xxl\:items-end-safe{align-items:safe flex-end!important}.xxl\:self-end-safe{align-self:safe flex-end!important}.xxl\:items-center-safe{align-items:safe center!important}.xxl\:self-center-safe{align-self:safe center!important}.xxl\:items-start-safe{align-items:safe flex-start!important}.xxl\:self-start-safe{align-self:safe flex-start!important}.xxl\:items-baseline-last{align-items:safe flex-start!important}.xxl\:self-baseline-last{align-self:safe flex-start!important}.xxl\:order-1{order:1!important}.xxl\:order-2{order:2!important}.xxl\:order-3{order:3!important}.xxl\:order-4{order:4!important}.xxl\:order-5{order:5!important}.xxl\:order-6{order:6!important}.xxl\:order-7{order:7!important}.xxl\:order-8{order:8!important}.xxl\:order-9{order:9!important}.xxl\:order-10{order:10!important}.xxl\:order-11{order:11!important}.xxl\:order-12{order:12!important}.xxl\:grow-0{flex-grow:0!important}.xxl\:grow-1{flex-grow:1!important}.xxl\:grow-2{flex-grow:2!important}.xxl\:grow-3{flex-grow:3!important}.xxl\:grow-4{flex-grow:4!important}.xxl\:shrink-0{flex-shrink:0!important}.xxl\:shrink-1{flex-shrink:1!important}.xxl\:shrink-2{flex-shrink:2!important}.xxl\:shrink-3{flex-shrink:3!important}.xxl\:shrink-4{flex-shrink:4!important}}.radius-0{border-radius:0!important}.radius-top-left-0{border-top-left-radius:0!important}.radius-top-right-0{border-top-right-radius:0!important}.radius-bottom-left-0{border-bottom-left-radius:0!important}.radius-bottom-right-0{border-bottom-right-radius:0!important}.radius-2{border-radius:2px!important}.radius-top-left-2{border-top-left-radius:2px!important}.radius-top-right-2{border-top-right-radius:2px!important}.radius-bottom-left-2{border-bottom-left-radius:2px!important}.radius-bottom-right-2{border-bottom-right-radius:2px!important}.radius-4{border-radius:4px!important}.radius-top-left-4{border-top-left-radius:4px!important}.radius-top-right-4{border-top-right-radius:4px!important}.radius-bottom-left-4{border-bottom-left-radius:4px!important}.radius-bottom-right-4{border-bottom-right-radius:4px!important}.radius-6{border-radius:6px!important}.radius-top-left-6{border-top-left-radius:6px!important}.radius-top-right-6{border-top-right-radius:6px!important}.radius-bottom-left-6{border-bottom-left-radius:6px!important}.radius-bottom-right-6{border-bottom-right-radius:6px!important}.radius-8{border-radius:8px!important}.radius-top-left-8{border-top-left-radius:8px!important}.radius-top-right-8{border-top-right-radius:8px!important}.radius-bottom-left-8{border-bottom-left-radius:8px!important}.radius-bottom-right-8{border-bottom-right-radius:8px!important}.radius-12{border-radius:12px!important}.radius-top-left-12{border-top-left-radius:12px!important}.radius-top-right-12{border-top-right-radius:12px!important}.radius-bottom-left-12{border-bottom-left-radius:12px!important}.radius-bottom-right-12{border-bottom-right-radius:12px!important}.radius-16{border-radius:16px!important}.radius-top-left-16{border-top-left-radius:16px!important}.radius-top-right-16{border-top-right-radius:16px!important}.radius-bottom-left-16{border-bottom-left-radius:16px!important}.radius-bottom-right-16{border-bottom-right-radius:16px!important}.radius-24{border-radius:24px!important}.radius-top-left-24{border-top-left-radius:24px!important}.radius-top-right-24{border-top-right-radius:24px!important}.radius-bottom-left-24{border-bottom-left-radius:24px!important}.radius-bottom-right-24{border-bottom-right-radius:24px!important}.radius-32{border-radius:32px!important}.radius-top-left-32{border-top-left-radius:32px!important}.radius-top-right-32{border-top-right-radius:32px!important}.radius-bottom-left-32{border-bottom-left-radius:32px!important}.radius-bottom-right-32{border-bottom-right-radius:32px!important}.radius-pill{border-radius:9999px!important}.radius-circle{border-radius:50%!important}.static{position:static!important}.relative{position:relative!important}.absolute{position:absolute!important}.fixed{position:fixed!important}.sticky{position:sticky!important}.inset-0{bottom:0!important;left:0!important;right:0!important;top:0!important}.inset-auto{bottom:auto!important;left:auto!important;right:auto!important;top:auto!important}.top-0{top:0!important}.top-auto{top:auto!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-auto{bottom:auto!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.left-0{left:0!important}.left-auto{left:auto!important}.left-50{left:50%!important}.left-100{left:100%!important}.right-0{right:0!important}.right-auto{right:auto!important}.right-50{right:50%!important}.right-100{right:100%!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}.z-4{z-index:4!important}.z-5{z-index:5!important}.z-10{z-index:10!important}.z-50{z-index:50!important}.z-auto{z-index:auto!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-justify{text-align:justify!important}.text-justify-all{text-align:justify-all!important}.text-nowrap,.text-truncate{white-space:nowrap!important}.text-truncate{overflow:hidden!important;text-overflow:ellipsis!important}.text-uppercase{text-transform:uppercase!important}.text-lowercase{text-transform:lowercase!important}.text-capitalize{text-transform:capitalize!important}@media (min-width:600px){.sm\:text-left{text-align:left!important}.sm\:text-center{text-align:center!important}.sm\:text-right{text-align:right!important}.sm\:text-justify{text-align:justify!important}.sm\:text-justify-all{text-align:justify-all!important}.sm\:text-nowrap{white-space:nowrap!important}}@media (min-width:960px){.md\:text-left{text-align:left!important}.md\:text-center{text-align:center!important}.md\:text-right{text-align:right!important}.md\:text-justify{text-align:justify!important}.md\:text-justify-all{text-align:justify-all!important}.md\:text-nowrap{white-space:nowrap!important}}@media (min-width:1280px){.lg\:text-left{text-align:left!important}.lg\:text-center{text-align:center!important}.lg\:text-right{text-align:right!important}.lg\:text-justify{text-align:justify!important}.lg\:text-justify-all{text-align:justify-all!important}.lg\:text-nowrap{white-space:nowrap!important}}@media (min-width:1920px){.xl\:text-left{text-align:left!important}.xl\:text-center{text-align:center!important}.xl\:text-right{text-align:right!important}.xl\:text-justify{text-align:justify!important}.xl\:text-justify-all{text-align:justify-all!important}.xl\:text-nowrap{white-space:nowrap!important}}@media (min-width:2560px){.xxl\:text-left{text-align:left!important}.xxl\:text-center{text-align:center!important}.xxl\:text-right{text-align:right!important}.xxl\:text-justify{text-align:justify!important}.xxl\:text-justify-all{text-align:justify-all!important}.xxl\:text-nowrap{white-space:nowrap!important}}.fs-xs{font-size:12px!important}.fs-sm{font-size:14px!important}.fs-base{font-size:16px!important}.fs-lg{font-size:18px!important}.fs-xl{font-size:20px!important}.fs-2xl{font-size:24px!important}.fs-3xl{font-size:32px!important}.fs-4xl{font-size:40px!important}.fw-thin{font-weight:100!important}.fw-light{font-weight:300!important}.fw-regular{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semi-bold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-heavy{font-weight:900!important}.lh-none{line-height:1!important}.lh-tight{line-height:1.25!important}.lh-snug{line-height:1.375!important}.lh-normal{line-height:1.5!important}.lh-relaxed{line-height:1.625!important}.lh-loose{line-height:2!important}.ls-tighter{letter-spacing:-.05em!important}.ls-tight{letter-spacing:-.025em!important}.ls-normal{letter-spacing:0!important}.ls-wide{letter-spacing:.025em!important}.ls-wider{letter-spacing:.05em!important}.ls-widest{letter-spacing:.1em!important}@media (min-width:600px){.sm\:fs-xs{font-size:12px!important}.sm\:fs-sm{font-size:14px!important}.sm\:fs-base{font-size:16px!important}.sm\:fs-lg{font-size:18px!important}.sm\:fs-xl{font-size:20px!important}.sm\:fs-2xl{font-size:24px!important}.sm\:fs-3xl{font-size:32px!important}.sm\:fs-4xl{font-size:40px!important}}@media (min-width:960px){.md\:fs-xs{font-size:12px!important}.md\:fs-sm{font-size:14px!important}.md\:fs-base{font-size:16px!important}.md\:fs-lg{font-size:18px!important}.md\:fs-xl{font-size:20px!important}.md\:fs-2xl{font-size:24px!important}.md\:fs-3xl{font-size:32px!important}.md\:fs-4xl{font-size:40px!important}}@media (min-width:1280px){.lg\:fs-xs{font-size:12px!important}.lg\:fs-sm{font-size:14px!important}.lg\:fs-base{font-size:16px!important}.lg\:fs-lg{font-size:18px!important}.lg\:fs-xl{font-size:20px!important}.lg\:fs-2xl{font-size:24px!important}.lg\:fs-3xl{font-size:32px!important}.lg\:fs-4xl{font-size:40px!important}}@media (min-width:1920px){.xl\:fs-xs{font-size:12px!important}.xl\:fs-sm{font-size:14px!important}.xl\:fs-base{font-size:16px!important}.xl\:fs-lg{font-size:18px!important}.xl\:fs-xl{font-size:20px!important}.xl\:fs-2xl{font-size:24px!important}.xl\:fs-3xl{font-size:32px!important}.xl\:fs-4xl{font-size:40px!important}}@media (min-width:2560px){.xxl\:fs-xs{font-size:12px!important}.xxl\:fs-sm{font-size:14px!important}.xxl\:fs-base{font-size:16px!important}.xxl\:fs-lg{font-size:18px!important}.xxl\:fs-xl{font-size:20px!important}.xxl\:fs-2xl{font-size:24px!important}.xxl\:fs-3xl{font-size:32px!important}.xxl\:fs-4xl{font-size:40px!important}}.hover\:op-0:hover,.op-0{opacity:0!important}.hover\:op-1:hover,.op-1{opacity:.1!important}.hover\:op-2:hover,.op-2{opacity:.2!important}.hover\:op-3:hover,.op-3{opacity:.3!important}.hover\:op-4:hover,.op-4{opacity:.4!important}.hover\:op-5:hover,.op-5{opacity:.5!important}.hover\:op-6:hover,.op-6{opacity:.6!important}.hover\:op-7:hover,.op-7{opacity:.7!important}.hover\:op-8:hover,.op-8{opacity:.8!important}.hover\:op-9:hover,.op-9{opacity:.9!important}.hover\:op-10:hover,.op-10{opacity:1!important}.overflow-hidden{overflow:hidden!important}.overflow-auto{overflow:auto!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-y-auto{overflow-y:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-scroll{overflow-y:scroll!important}.overflow-clip{overflow:clip!important}.overflow-x-clip{overflow-x:clip!important}.overflow-y-clip{overflow-y:clip!important}.d-none{display:none!important}.d-block{display:block!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-contents{display:contents!important}@media (min-width:600px){.sm\:d-none{display:none!important}.sm\:d-block{display:block!important}.sm\:d-inline{display:inline!important}.sm\:d-inline-block{display:inline-block!important}.sm\:d-flex{display:flex!important}.sm\:d-inline-flex{display:inline-flex!important}.sm\:d-grid{display:grid!important}.sm\:d-inline-grid{display:inline-grid!important}.sm\:d-table{display:table!important}.sm\:d-table-cell{display:table-cell!important}.sm\:d-contents{display:contents!important}}@media (min-width:960px){.md\:d-none{display:none!important}.md\:d-block{display:block!important}.md\:d-inline{display:inline!important}.md\:d-inline-block{display:inline-block!important}.md\:d-flex{display:flex!important}.md\:d-inline-flex{display:inline-flex!important}.md\:d-grid{display:grid!important}.md\:d-inline-grid{display:inline-grid!important}.md\:d-table{display:table!important}.md\:d-table-cell{display:table-cell!important}.md\:d-contents{display:contents!important}}@media (min-width:1280px){.lg\:d-none{display:none!important}.lg\:d-block{display:block!important}.lg\:d-inline{display:inline!important}.lg\:d-inline-block{display:inline-block!important}.lg\:d-flex{display:flex!important}.lg\:d-inline-flex{display:inline-flex!important}.lg\:d-grid{display:grid!important}.lg\:d-inline-grid{display:inline-grid!important}.lg\:d-table{display:table!important}.lg\:d-table-cell{display:table-cell!important}.lg\:d-contents{display:contents!important}}@media (min-width:1920px){.xl\:d-none{display:none!important}.xl\:d-block{display:block!important}.xl\:d-inline{display:inline!important}.xl\:d-inline-block{display:inline-block!important}.xl\:d-flex{display:flex!important}.xl\:d-inline-flex{display:inline-flex!important}.xl\:d-grid{display:grid!important}.xl\:d-inline-grid{display:inline-grid!important}.xl\:d-table{display:table!important}.xl\:d-table-cell{display:table-cell!important}.xl\:d-contents{display:contents!important}}@media (min-width:2560px){.xxl\:d-none{display:none!important}.xxl\:d-block{display:block!important}.xxl\:d-inline{display:inline!important}.xxl\:d-inline-block{display:inline-block!important}.xxl\:d-flex{display:flex!important}.xxl\:d-inline-flex{display:inline-flex!important}.xxl\:d-grid{display:grid!important}.xxl\:d-inline-grid{display:inline-grid!important}.xxl\:d-table{display:table!important}.xxl\:d-table-cell{display:table-cell!important}.xxl\:d-contents{display:contents!important}}.w-0{width:0!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.w-fit{width:fit-content!important}.w-min{width:min-content!important}.w-max{width:max-content!important}.h-0{height:0!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.h-fit{height:fit-content!important}.h-min{height:min-content!important}.h-max{height:max-content!important}.w-screen{width:100vw!important}.h-screen{height:100vh!important}.min-w-0{min-width:0!important}.min-w-full{min-width:100%!important}.min-h-0{min-height:0!important}.min-h-full{min-height:100%!important}.min-h-screen{min-height:100vh!important}.max-w-full{max-width:100%!important}.max-w-screen{max-width:100vw!important}.max-w-none{max-width:none!important}.max-h-full{max-height:100%!important}.max-h-screen{max-height:100vh!important}.max-h-none{max-height:none!important}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.cursor-text{cursor:text}.cursor-move{cursor:move}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-cell{cursor:cell}.cursor-crosshair{cursor:crosshair}.cursor-vertical-text{cursor:vertical-text}.cursor-alias{cursor:alias}.cursor-copy{cursor:copy}.cursor-no-drop{cursor:no-drop}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.cursor-n-resize{cursor:n-resize}.cursor-e-resize{cursor:e-resize}.cursor-s-resize{cursor:s-resize}.cursor-w-resize{cursor:w-resize}.cursor-ne-resize{cursor:ne-resize}.cursor-nw-resize{cursor:nw-resize}.cursor-se-resize{cursor:se-resize}.cursor-sw-resize{cursor:sw-resize}.cursor-ew-resize{cursor:ew-resize}.cursor-ns-resize{cursor:ns-resize}.cursor-nesw-resize{cursor:nesw-resize}.cursor-nwse-resize{cursor:nwse-resize}.cursor-zoom-in{cursor:zoom-in}.cursor-zoom-out{cursor:zoom-out}.cursor-context-menu{cursor:context-menu}.cursor-progress{cursor:progress}.cursor-col-resize{cursor:col-resize}.cursor-row-resize{cursor:row-resize}.bg-red{background-color:#f44336!important;border-color:#f44336!important}.active\:bg-red:active,.hover\:bg-red:hover,[class*="hover:bg-"][class*="active:bg-red"]:active{background:#f44336!important;transition:background .1s}.text-red{caret-color:#f44336!important;color:#f44336!important}.text-red:hover:active:before{background:#f44336!important;opacity:.3;transition:background .1s}.bg-red-base{background-color:#f44336!important;border-color:#f44336!important}.active\:bg-red-base:active,.hover\:bg-red-base:hover,[class*="hover:bg-"][class*="active:bg-red-base"]:active{background:#f44336!important;transition:background .1s}.text-red-base{caret-color:#f44336!important;color:#f44336!important}.text-red-base:hover:active:before{background:#f44336!important;opacity:.3;transition:background .1s}.bg-red-lighten-5{background-color:#ffebee!important;border-color:#ffebee!important}.active\:bg-red-lighten-5:active,.hover\:bg-red-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-red-lighten-5"]:active{background:#ffebee!important;transition:background .1s}.text-red-lighten-5{caret-color:#ffebee!important;color:#ffebee!important}.text-red-lighten-5:hover:active:before{background:#ffebee!important;opacity:.3;transition:background .1s}.bg-red-lighten-4{background-color:#ffcdd2!important;border-color:#ffcdd2!important}.active\:bg-red-lighten-4:active,.hover\:bg-red-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-red-lighten-4"]:active{background:#ffcdd2!important;transition:background .1s}.text-red-lighten-4{caret-color:#ffcdd2!important;color:#ffcdd2!important}.text-red-lighten-4:hover:active:before{background:#ffcdd2!important;opacity:.3;transition:background .1s}.bg-red-lighten-3{background-color:#ef9a9a!important;border-color:#ef9a9a!important}.active\:bg-red-lighten-3:active,.hover\:bg-red-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-red-lighten-3"]:active{background:#ef9a9a!important;transition:background .1s}.text-red-lighten-3{caret-color:#ef9a9a!important;color:#ef9a9a!important}.text-red-lighten-3:hover:active:before{background:#ef9a9a!important;opacity:.3;transition:background .1s}.bg-red-lighten-2{background-color:#e57373!important;border-color:#e57373!important}.active\:bg-red-lighten-2:active,.hover\:bg-red-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-red-lighten-2"]:active{background:#e57373!important;transition:background .1s}.text-red-lighten-2{caret-color:#e57373!important;color:#e57373!important}.text-red-lighten-2:hover:active:before{background:#e57373!important;opacity:.3;transition:background .1s}.bg-red-lighten-1{background-color:#ef5350!important;border-color:#ef5350!important}.active\:bg-red-lighten-1:active,.hover\:bg-red-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-red-lighten-1"]:active{background:#ef5350!important;transition:background .1s}.text-red-lighten-1{caret-color:#ef5350!important;color:#ef5350!important}.text-red-lighten-1:hover:active:before{background:#ef5350!important;opacity:.3;transition:background .1s}.bg-red-darken-1{background-color:#e53935!important;border-color:#e53935!important}.active\:bg-red-darken-1:active,.hover\:bg-red-darken-1:hover,[class*="hover:bg-"][class*="active:bg-red-darken-1"]:active{background:#e53935!important;transition:background .1s}.text-red-darken-1{caret-color:#e53935!important;color:#e53935!important}.text-red-darken-1:hover:active:before{background:#e53935!important;opacity:.3;transition:background .1s}.bg-red-darken-2{background-color:#d32f2f!important;border-color:#d32f2f!important}.active\:bg-red-darken-2:active,.hover\:bg-red-darken-2:hover,[class*="hover:bg-"][class*="active:bg-red-darken-2"]:active{background:#d32f2f!important;transition:background .1s}.text-red-darken-2{caret-color:#d32f2f!important;color:#d32f2f!important}.text-red-darken-2:hover:active:before{background:#d32f2f!important;opacity:.3;transition:background .1s}.bg-red-darken-3{background-color:#c62828!important;border-color:#c62828!important}.active\:bg-red-darken-3:active,.hover\:bg-red-darken-3:hover,[class*="hover:bg-"][class*="active:bg-red-darken-3"]:active{background:#c62828!important;transition:background .1s}.text-red-darken-3{caret-color:#c62828!important;color:#c62828!important}.text-red-darken-3:hover:active:before{background:#c62828!important;opacity:.3;transition:background .1s}.bg-red-darken-4{background-color:#b71c1c!important;border-color:#b71c1c!important}.active\:bg-red-darken-4:active,.hover\:bg-red-darken-4:hover,[class*="hover:bg-"][class*="active:bg-red-darken-4"]:active{background:#b71c1c!important;transition:background .1s}.text-red-darken-4{caret-color:#b71c1c!important;color:#b71c1c!important}.text-red-darken-4:hover:active:before{background:#b71c1c!important;opacity:.3;transition:background .1s}.bg-red-accent-1{background-color:#ff8a80!important;border-color:#ff8a80!important}.active\:bg-red-accent-1:active,.hover\:bg-red-accent-1:hover,[class*="hover:bg-"][class*="active:bg-red-accent-1"]:active{background:#ff8a80!important;transition:background .1s}.text-red-accent-1{caret-color:#ff8a80!important;color:#ff8a80!important}.text-red-accent-1:hover:active:before{background:#ff8a80!important;opacity:.3;transition:background .1s}.bg-red-accent-2{background-color:#ff5252!important;border-color:#ff5252!important}.active\:bg-red-accent-2:active,.hover\:bg-red-accent-2:hover,[class*="hover:bg-"][class*="active:bg-red-accent-2"]:active{background:#ff5252!important;transition:background .1s}.text-red-accent-2{caret-color:#ff5252!important;color:#ff5252!important}.text-red-accent-2:hover:active:before{background:#ff5252!important;opacity:.3;transition:background .1s}.bg-red-accent-3{background-color:#ff1744!important;border-color:#ff1744!important}.active\:bg-red-accent-3:active,.hover\:bg-red-accent-3:hover,[class*="hover:bg-"][class*="active:bg-red-accent-3"]:active{background:#ff1744!important;transition:background .1s}.text-red-accent-3{caret-color:#ff1744!important;color:#ff1744!important}.text-red-accent-3:hover:active:before{background:#ff1744!important;opacity:.3;transition:background .1s}.bg-red-accent-4{background-color:#d50000!important;border-color:#d50000!important}.active\:bg-red-accent-4:active,.hover\:bg-red-accent-4:hover,[class*="hover:bg-"][class*="active:bg-red-accent-4"]:active{background:#d50000!important;transition:background .1s}.text-red-accent-4{caret-color:#d50000!important;color:#d50000!important}.text-red-accent-4:hover:active:before{background:#d50000!important;opacity:.3;transition:background .1s}.bg-pink{background-color:#e91e63!important;border-color:#e91e63!important}.active\:bg-pink:active,.hover\:bg-pink:hover,[class*="hover:bg-"][class*="active:bg-pink"]:active{background:#e91e63!important;transition:background .1s}.text-pink{caret-color:#e91e63!important;color:#e91e63!important}.text-pink:hover:active:before{background:#e91e63!important;opacity:.3;transition:background .1s}.bg-pink-base{background-color:#e91e63!important;border-color:#e91e63!important}.active\:bg-pink-base:active,.hover\:bg-pink-base:hover,[class*="hover:bg-"][class*="active:bg-pink-base"]:active{background:#e91e63!important;transition:background .1s}.text-pink-base{caret-color:#e91e63!important;color:#e91e63!important}.text-pink-base:hover:active:before{background:#e91e63!important;opacity:.3;transition:background .1s}.bg-pink-lighten-5{background-color:#fce4ec!important;border-color:#fce4ec!important}.active\:bg-pink-lighten-5:active,.hover\:bg-pink-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-pink-lighten-5"]:active{background:#fce4ec!important;transition:background .1s}.text-pink-lighten-5{caret-color:#fce4ec!important;color:#fce4ec!important}.text-pink-lighten-5:hover:active:before{background:#fce4ec!important;opacity:.3;transition:background .1s}.bg-pink-lighten-4{background-color:#f8bbd0!important;border-color:#f8bbd0!important}.active\:bg-pink-lighten-4:active,.hover\:bg-pink-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-pink-lighten-4"]:active{background:#f8bbd0!important;transition:background .1s}.text-pink-lighten-4{caret-color:#f8bbd0!important;color:#f8bbd0!important}.text-pink-lighten-4:hover:active:before{background:#f8bbd0!important;opacity:.3;transition:background .1s}.bg-pink-lighten-3{background-color:#f48fb1!important;border-color:#f48fb1!important}.active\:bg-pink-lighten-3:active,.hover\:bg-pink-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-pink-lighten-3"]:active{background:#f48fb1!important;transition:background .1s}.text-pink-lighten-3{caret-color:#f48fb1!important;color:#f48fb1!important}.text-pink-lighten-3:hover:active:before{background:#f48fb1!important;opacity:.3;transition:background .1s}.bg-pink-lighten-2{background-color:#f06292!important;border-color:#f06292!important}.active\:bg-pink-lighten-2:active,.hover\:bg-pink-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-pink-lighten-2"]:active{background:#f06292!important;transition:background .1s}.text-pink-lighten-2{caret-color:#f06292!important;color:#f06292!important}.text-pink-lighten-2:hover:active:before{background:#f06292!important;opacity:.3;transition:background .1s}.bg-pink-lighten-1{background-color:#ec407a!important;border-color:#ec407a!important}.active\:bg-pink-lighten-1:active,.hover\:bg-pink-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-pink-lighten-1"]:active{background:#ec407a!important;transition:background .1s}.text-pink-lighten-1{caret-color:#ec407a!important;color:#ec407a!important}.text-pink-lighten-1:hover:active:before{background:#ec407a!important;opacity:.3;transition:background .1s}.bg-pink-darken-1{background-color:#d81b60!important;border-color:#d81b60!important}.active\:bg-pink-darken-1:active,.hover\:bg-pink-darken-1:hover,[class*="hover:bg-"][class*="active:bg-pink-darken-1"]:active{background:#d81b60!important;transition:background .1s}.text-pink-darken-1{caret-color:#d81b60!important;color:#d81b60!important}.text-pink-darken-1:hover:active:before{background:#d81b60!important;opacity:.3;transition:background .1s}.bg-pink-darken-2{background-color:#c2185b!important;border-color:#c2185b!important}.active\:bg-pink-darken-2:active,.hover\:bg-pink-darken-2:hover,[class*="hover:bg-"][class*="active:bg-pink-darken-2"]:active{background:#c2185b!important;transition:background .1s}.text-pink-darken-2{caret-color:#c2185b!important;color:#c2185b!important}.text-pink-darken-2:hover:active:before{background:#c2185b!important;opacity:.3;transition:background .1s}.bg-pink-darken-3{background-color:#ad1457!important;border-color:#ad1457!important}.active\:bg-pink-darken-3:active,.hover\:bg-pink-darken-3:hover,[class*="hover:bg-"][class*="active:bg-pink-darken-3"]:active{background:#ad1457!important;transition:background .1s}.text-pink-darken-3{caret-color:#ad1457!important;color:#ad1457!important}.text-pink-darken-3:hover:active:before{background:#ad1457!important;opacity:.3;transition:background .1s}.bg-pink-darken-4{background-color:#880e4f!important;border-color:#880e4f!important}.active\:bg-pink-darken-4:active,.hover\:bg-pink-darken-4:hover,[class*="hover:bg-"][class*="active:bg-pink-darken-4"]:active{background:#880e4f!important;transition:background .1s}.text-pink-darken-4{caret-color:#880e4f!important;color:#880e4f!important}.text-pink-darken-4:hover:active:before{background:#880e4f!important;opacity:.3;transition:background .1s}.bg-pink-accent-1{background-color:#ff80ab!important;border-color:#ff80ab!important}.active\:bg-pink-accent-1:active,.hover\:bg-pink-accent-1:hover,[class*="hover:bg-"][class*="active:bg-pink-accent-1"]:active{background:#ff80ab!important;transition:background .1s}.text-pink-accent-1{caret-color:#ff80ab!important;color:#ff80ab!important}.text-pink-accent-1:hover:active:before{background:#ff80ab!important;opacity:.3;transition:background .1s}.bg-pink-accent-2{background-color:#ff4081!important;border-color:#ff4081!important}.active\:bg-pink-accent-2:active,.hover\:bg-pink-accent-2:hover,[class*="hover:bg-"][class*="active:bg-pink-accent-2"]:active{background:#ff4081!important;transition:background .1s}.text-pink-accent-2{caret-color:#ff4081!important;color:#ff4081!important}.text-pink-accent-2:hover:active:before{background:#ff4081!important;opacity:.3;transition:background .1s}.bg-pink-accent-3{background-color:#f50057!important;border-color:#f50057!important}.active\:bg-pink-accent-3:active,.hover\:bg-pink-accent-3:hover,[class*="hover:bg-"][class*="active:bg-pink-accent-3"]:active{background:#f50057!important;transition:background .1s}.text-pink-accent-3{caret-color:#f50057!important;color:#f50057!important}.text-pink-accent-3:hover:active:before{background:#f50057!important;opacity:.3;transition:background .1s}.bg-pink-accent-4{background-color:#c51162!important;border-color:#c51162!important}.active\:bg-pink-accent-4:active,.hover\:bg-pink-accent-4:hover,[class*="hover:bg-"][class*="active:bg-pink-accent-4"]:active{background:#c51162!important;transition:background .1s}.text-pink-accent-4{caret-color:#c51162!important;color:#c51162!important}.text-pink-accent-4:hover:active:before{background:#c51162!important;opacity:.3;transition:background .1s}.bg-purple{background-color:#9c27b0!important;border-color:#9c27b0!important}.active\:bg-purple:active,.hover\:bg-purple:hover,[class*="hover:bg-"][class*="active:bg-purple"]:active{background:#9c27b0!important;transition:background .1s}.text-purple{caret-color:#9c27b0!important;color:#9c27b0!important}.text-purple:hover:active:before{background:#9c27b0!important;opacity:.3;transition:background .1s}.bg-purple-base{background-color:#9c27b0!important;border-color:#9c27b0!important}.active\:bg-purple-base:active,.hover\:bg-purple-base:hover,[class*="hover:bg-"][class*="active:bg-purple-base"]:active{background:#9c27b0!important;transition:background .1s}.text-purple-base{caret-color:#9c27b0!important;color:#9c27b0!important}.text-purple-base:hover:active:before{background:#9c27b0!important;opacity:.3;transition:background .1s}.bg-purple-lighten-5{background-color:#f3e5f5!important;border-color:#f3e5f5!important}.active\:bg-purple-lighten-5:active,.hover\:bg-purple-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-purple-lighten-5"]:active{background:#f3e5f5!important;transition:background .1s}.text-purple-lighten-5{caret-color:#f3e5f5!important;color:#f3e5f5!important}.text-purple-lighten-5:hover:active:before{background:#f3e5f5!important;opacity:.3;transition:background .1s}.bg-purple-lighten-4{background-color:#e1bee7!important;border-color:#e1bee7!important}.active\:bg-purple-lighten-4:active,.hover\:bg-purple-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-purple-lighten-4"]:active{background:#e1bee7!important;transition:background .1s}.text-purple-lighten-4{caret-color:#e1bee7!important;color:#e1bee7!important}.text-purple-lighten-4:hover:active:before{background:#e1bee7!important;opacity:.3;transition:background .1s}.bg-purple-lighten-3{background-color:#ce93d8!important;border-color:#ce93d8!important}.active\:bg-purple-lighten-3:active,.hover\:bg-purple-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-purple-lighten-3"]:active{background:#ce93d8!important;transition:background .1s}.text-purple-lighten-3{caret-color:#ce93d8!important;color:#ce93d8!important}.text-purple-lighten-3:hover:active:before{background:#ce93d8!important;opacity:.3;transition:background .1s}.bg-purple-lighten-2{background-color:#ba68c8!important;border-color:#ba68c8!important}.active\:bg-purple-lighten-2:active,.hover\:bg-purple-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-purple-lighten-2"]:active{background:#ba68c8!important;transition:background .1s}.text-purple-lighten-2{caret-color:#ba68c8!important;color:#ba68c8!important}.text-purple-lighten-2:hover:active:before{background:#ba68c8!important;opacity:.3;transition:background .1s}.bg-purple-lighten-1{background-color:#ab47bc!important;border-color:#ab47bc!important}.active\:bg-purple-lighten-1:active,.hover\:bg-purple-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-purple-lighten-1"]:active{background:#ab47bc!important;transition:background .1s}.text-purple-lighten-1{caret-color:#ab47bc!important;color:#ab47bc!important}.text-purple-lighten-1:hover:active:before{background:#ab47bc!important;opacity:.3;transition:background .1s}.bg-purple-darken-1{background-color:#8e24aa!important;border-color:#8e24aa!important}.active\:bg-purple-darken-1:active,.hover\:bg-purple-darken-1:hover,[class*="hover:bg-"][class*="active:bg-purple-darken-1"]:active{background:#8e24aa!important;transition:background .1s}.text-purple-darken-1{caret-color:#8e24aa!important;color:#8e24aa!important}.text-purple-darken-1:hover:active:before{background:#8e24aa!important;opacity:.3;transition:background .1s}.bg-purple-darken-2{background-color:#7b1fa2!important;border-color:#7b1fa2!important}.active\:bg-purple-darken-2:active,.hover\:bg-purple-darken-2:hover,[class*="hover:bg-"][class*="active:bg-purple-darken-2"]:active{background:#7b1fa2!important;transition:background .1s}.text-purple-darken-2{caret-color:#7b1fa2!important;color:#7b1fa2!important}.text-purple-darken-2:hover:active:before{background:#7b1fa2!important;opacity:.3;transition:background .1s}.bg-purple-darken-3{background-color:#6a1b9a!important;border-color:#6a1b9a!important}.active\:bg-purple-darken-3:active,.hover\:bg-purple-darken-3:hover,[class*="hover:bg-"][class*="active:bg-purple-darken-3"]:active{background:#6a1b9a!important;transition:background .1s}.text-purple-darken-3{caret-color:#6a1b9a!important;color:#6a1b9a!important}.text-purple-darken-3:hover:active:before{background:#6a1b9a!important;opacity:.3;transition:background .1s}.bg-purple-darken-4{background-color:#4a148c!important;border-color:#4a148c!important}.active\:bg-purple-darken-4:active,.hover\:bg-purple-darken-4:hover,[class*="hover:bg-"][class*="active:bg-purple-darken-4"]:active{background:#4a148c!important;transition:background .1s}.text-purple-darken-4{caret-color:#4a148c!important;color:#4a148c!important}.text-purple-darken-4:hover:active:before{background:#4a148c!important;opacity:.3;transition:background .1s}.bg-purple-accent-1{background-color:#ea80fc!important;border-color:#ea80fc!important}.active\:bg-purple-accent-1:active,.hover\:bg-purple-accent-1:hover,[class*="hover:bg-"][class*="active:bg-purple-accent-1"]:active{background:#ea80fc!important;transition:background .1s}.text-purple-accent-1{caret-color:#ea80fc!important;color:#ea80fc!important}.text-purple-accent-1:hover:active:before{background:#ea80fc!important;opacity:.3;transition:background .1s}.bg-purple-accent-2{background-color:#e040fb!important;border-color:#e040fb!important}.active\:bg-purple-accent-2:active,.hover\:bg-purple-accent-2:hover,[class*="hover:bg-"][class*="active:bg-purple-accent-2"]:active{background:#e040fb!important;transition:background .1s}.text-purple-accent-2{caret-color:#e040fb!important;color:#e040fb!important}.text-purple-accent-2:hover:active:before{background:#e040fb!important;opacity:.3;transition:background .1s}.bg-purple-accent-3{background-color:#d500f9!important;border-color:#d500f9!important}.active\:bg-purple-accent-3:active,.hover\:bg-purple-accent-3:hover,[class*="hover:bg-"][class*="active:bg-purple-accent-3"]:active{background:#d500f9!important;transition:background .1s}.text-purple-accent-3{caret-color:#d500f9!important;color:#d500f9!important}.text-purple-accent-3:hover:active:before{background:#d500f9!important;opacity:.3;transition:background .1s}.bg-purple-accent-4{background-color:#a0f!important;border-color:#a0f!important}.active\:bg-purple-accent-4:active,.hover\:bg-purple-accent-4:hover,[class*="hover:bg-"][class*="active:bg-purple-accent-4"]:active{background:#a0f!important;transition:background .1s}.text-purple-accent-4{caret-color:#a0f!important;color:#a0f!important}.text-purple-accent-4:hover:active:before{background:#a0f!important;opacity:.3;transition:background .1s}.bg-deep-purple{background-color:#673ab7!important;border-color:#673ab7!important}.active\:bg-deep-purple:active,.hover\:bg-deep-purple:hover,[class*="hover:bg-"][class*="active:bg-deep-purple"]:active{background:#673ab7!important;transition:background .1s}.text-deep-purple{caret-color:#673ab7!important;color:#673ab7!important}.text-deep-purple:hover:active:before{background:#673ab7!important;opacity:.3;transition:background .1s}.bg-deep-purple-base{background-color:#673ab7!important;border-color:#673ab7!important}.active\:bg-deep-purple-base:active,.hover\:bg-deep-purple-base:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-base"]:active{background:#673ab7!important;transition:background .1s}.text-deep-purple-base{caret-color:#673ab7!important;color:#673ab7!important}.text-deep-purple-base:hover:active:before{background:#673ab7!important;opacity:.3;transition:background .1s}.bg-deep-purple-lighten-5{background-color:#ede7f6!important;border-color:#ede7f6!important}.active\:bg-deep-purple-lighten-5:active,.hover\:bg-deep-purple-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-lighten-5"]:active{background:#ede7f6!important;transition:background .1s}.text-deep-purple-lighten-5{caret-color:#ede7f6!important;color:#ede7f6!important}.text-deep-purple-lighten-5:hover:active:before{background:#ede7f6!important;opacity:.3;transition:background .1s}.bg-deep-purple-lighten-4{background-color:#d1c4e9!important;border-color:#d1c4e9!important}.active\:bg-deep-purple-lighten-4:active,.hover\:bg-deep-purple-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-lighten-4"]:active{background:#d1c4e9!important;transition:background .1s}.text-deep-purple-lighten-4{caret-color:#d1c4e9!important;color:#d1c4e9!important}.text-deep-purple-lighten-4:hover:active:before{background:#d1c4e9!important;opacity:.3;transition:background .1s}.bg-deep-purple-lighten-3{background-color:#b39ddb!important;border-color:#b39ddb!important}.active\:bg-deep-purple-lighten-3:active,.hover\:bg-deep-purple-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-lighten-3"]:active{background:#b39ddb!important;transition:background .1s}.text-deep-purple-lighten-3{caret-color:#b39ddb!important;color:#b39ddb!important}.text-deep-purple-lighten-3:hover:active:before{background:#b39ddb!important;opacity:.3;transition:background .1s}.bg-deep-purple-lighten-2{background-color:#9575cd!important;border-color:#9575cd!important}.active\:bg-deep-purple-lighten-2:active,.hover\:bg-deep-purple-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-lighten-2"]:active{background:#9575cd!important;transition:background .1s}.text-deep-purple-lighten-2{caret-color:#9575cd!important;color:#9575cd!important}.text-deep-purple-lighten-2:hover:active:before{background:#9575cd!important;opacity:.3;transition:background .1s}.bg-deep-purple-lighten-1{background-color:#7e57c2!important;border-color:#7e57c2!important}.active\:bg-deep-purple-lighten-1:active,.hover\:bg-deep-purple-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-lighten-1"]:active{background:#7e57c2!important;transition:background .1s}.text-deep-purple-lighten-1{caret-color:#7e57c2!important;color:#7e57c2!important}.text-deep-purple-lighten-1:hover:active:before{background:#7e57c2!important;opacity:.3;transition:background .1s}.bg-deep-purple-darken-1{background-color:#5e35b1!important;border-color:#5e35b1!important}.active\:bg-deep-purple-darken-1:active,.hover\:bg-deep-purple-darken-1:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-darken-1"]:active{background:#5e35b1!important;transition:background .1s}.text-deep-purple-darken-1{caret-color:#5e35b1!important;color:#5e35b1!important}.text-deep-purple-darken-1:hover:active:before{background:#5e35b1!important;opacity:.3;transition:background .1s}.bg-deep-purple-darken-2{background-color:#512da8!important;border-color:#512da8!important}.active\:bg-deep-purple-darken-2:active,.hover\:bg-deep-purple-darken-2:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-darken-2"]:active{background:#512da8!important;transition:background .1s}.text-deep-purple-darken-2{caret-color:#512da8!important;color:#512da8!important}.text-deep-purple-darken-2:hover:active:before{background:#512da8!important;opacity:.3;transition:background .1s}.bg-deep-purple-darken-3{background-color:#4527a0!important;border-color:#4527a0!important}.active\:bg-deep-purple-darken-3:active,.hover\:bg-deep-purple-darken-3:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-darken-3"]:active{background:#4527a0!important;transition:background .1s}.text-deep-purple-darken-3{caret-color:#4527a0!important;color:#4527a0!important}.text-deep-purple-darken-3:hover:active:before{background:#4527a0!important;opacity:.3;transition:background .1s}.bg-deep-purple-darken-4{background-color:#311b92!important;border-color:#311b92!important}.active\:bg-deep-purple-darken-4:active,.hover\:bg-deep-purple-darken-4:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-darken-4"]:active{background:#311b92!important;transition:background .1s}.text-deep-purple-darken-4{caret-color:#311b92!important;color:#311b92!important}.text-deep-purple-darken-4:hover:active:before{background:#311b92!important;opacity:.3;transition:background .1s}.bg-deep-purple-accent-1{background-color:#b388ff!important;border-color:#b388ff!important}.active\:bg-deep-purple-accent-1:active,.hover\:bg-deep-purple-accent-1:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-accent-1"]:active{background:#b388ff!important;transition:background .1s}.text-deep-purple-accent-1{caret-color:#b388ff!important;color:#b388ff!important}.text-deep-purple-accent-1:hover:active:before{background:#b388ff!important;opacity:.3;transition:background .1s}.bg-deep-purple-accent-2{background-color:#7c4dff!important;border-color:#7c4dff!important}.active\:bg-deep-purple-accent-2:active,.hover\:bg-deep-purple-accent-2:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-accent-2"]:active{background:#7c4dff!important;transition:background .1s}.text-deep-purple-accent-2{caret-color:#7c4dff!important;color:#7c4dff!important}.text-deep-purple-accent-2:hover:active:before{background:#7c4dff!important;opacity:.3;transition:background .1s}.bg-deep-purple-accent-3{background-color:#651fff!important;border-color:#651fff!important}.active\:bg-deep-purple-accent-3:active,.hover\:bg-deep-purple-accent-3:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-accent-3"]:active{background:#651fff!important;transition:background .1s}.text-deep-purple-accent-3{caret-color:#651fff!important;color:#651fff!important}.text-deep-purple-accent-3:hover:active:before{background:#651fff!important;opacity:.3;transition:background .1s}.bg-deep-purple-accent-4{background-color:#6200ea!important;border-color:#6200ea!important}.active\:bg-deep-purple-accent-4:active,.hover\:bg-deep-purple-accent-4:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-accent-4"]:active{background:#6200ea!important;transition:background .1s}.text-deep-purple-accent-4{caret-color:#6200ea!important;color:#6200ea!important}.text-deep-purple-accent-4:hover:active:before{background:#6200ea!important;opacity:.3;transition:background .1s}.bg-indigo{background-color:#3f51b5!important;border-color:#3f51b5!important}.active\:bg-indigo:active,.hover\:bg-indigo:hover,[class*="hover:bg-"][class*="active:bg-indigo"]:active{background:#3f51b5!important;transition:background .1s}.text-indigo{caret-color:#3f51b5!important;color:#3f51b5!important}.text-indigo:hover:active:before{background:#3f51b5!important;opacity:.3;transition:background .1s}.bg-indigo-base{background-color:#3f51b5!important;border-color:#3f51b5!important}.active\:bg-indigo-base:active,.hover\:bg-indigo-base:hover,[class*="hover:bg-"][class*="active:bg-indigo-base"]:active{background:#3f51b5!important;transition:background .1s}.text-indigo-base{caret-color:#3f51b5!important;color:#3f51b5!important}.text-indigo-base:hover:active:before{background:#3f51b5!important;opacity:.3;transition:background .1s}.bg-indigo-lighten-5{background-color:#e8eaf6!important;border-color:#e8eaf6!important}.active\:bg-indigo-lighten-5:active,.hover\:bg-indigo-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-indigo-lighten-5"]:active{background:#e8eaf6!important;transition:background .1s}.text-indigo-lighten-5{caret-color:#e8eaf6!important;color:#e8eaf6!important}.text-indigo-lighten-5:hover:active:before{background:#e8eaf6!important;opacity:.3;transition:background .1s}.bg-indigo-lighten-4{background-color:#c5cae9!important;border-color:#c5cae9!important}.active\:bg-indigo-lighten-4:active,.hover\:bg-indigo-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-indigo-lighten-4"]:active{background:#c5cae9!important;transition:background .1s}.text-indigo-lighten-4{caret-color:#c5cae9!important;color:#c5cae9!important}.text-indigo-lighten-4:hover:active:before{background:#c5cae9!important;opacity:.3;transition:background .1s}.bg-indigo-lighten-3{background-color:#9fa8da!important;border-color:#9fa8da!important}.active\:bg-indigo-lighten-3:active,.hover\:bg-indigo-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-indigo-lighten-3"]:active{background:#9fa8da!important;transition:background .1s}.text-indigo-lighten-3{caret-color:#9fa8da!important;color:#9fa8da!important}.text-indigo-lighten-3:hover:active:before{background:#9fa8da!important;opacity:.3;transition:background .1s}.bg-indigo-lighten-2{background-color:#7986cb!important;border-color:#7986cb!important}.active\:bg-indigo-lighten-2:active,.hover\:bg-indigo-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-indigo-lighten-2"]:active{background:#7986cb!important;transition:background .1s}.text-indigo-lighten-2{caret-color:#7986cb!important;color:#7986cb!important}.text-indigo-lighten-2:hover:active:before{background:#7986cb!important;opacity:.3;transition:background .1s}.bg-indigo-lighten-1{background-color:#5c6bc0!important;border-color:#5c6bc0!important}.active\:bg-indigo-lighten-1:active,.hover\:bg-indigo-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-indigo-lighten-1"]:active{background:#5c6bc0!important;transition:background .1s}.text-indigo-lighten-1{caret-color:#5c6bc0!important;color:#5c6bc0!important}.text-indigo-lighten-1:hover:active:before{background:#5c6bc0!important;opacity:.3;transition:background .1s}.bg-indigo-darken-1{background-color:#3949ab!important;border-color:#3949ab!important}.active\:bg-indigo-darken-1:active,.hover\:bg-indigo-darken-1:hover,[class*="hover:bg-"][class*="active:bg-indigo-darken-1"]:active{background:#3949ab!important;transition:background .1s}.text-indigo-darken-1{caret-color:#3949ab!important;color:#3949ab!important}.text-indigo-darken-1:hover:active:before{background:#3949ab!important;opacity:.3;transition:background .1s}.bg-indigo-darken-2{background-color:#303f9f!important;border-color:#303f9f!important}.active\:bg-indigo-darken-2:active,.hover\:bg-indigo-darken-2:hover,[class*="hover:bg-"][class*="active:bg-indigo-darken-2"]:active{background:#303f9f!important;transition:background .1s}.text-indigo-darken-2{caret-color:#303f9f!important;color:#303f9f!important}.text-indigo-darken-2:hover:active:before{background:#303f9f!important;opacity:.3;transition:background .1s}.bg-indigo-darken-3{background-color:#283593!important;border-color:#283593!important}.active\:bg-indigo-darken-3:active,.hover\:bg-indigo-darken-3:hover,[class*="hover:bg-"][class*="active:bg-indigo-darken-3"]:active{background:#283593!important;transition:background .1s}.text-indigo-darken-3{caret-color:#283593!important;color:#283593!important}.text-indigo-darken-3:hover:active:before{background:#283593!important;opacity:.3;transition:background .1s}.bg-indigo-darken-4{background-color:#1a237e!important;border-color:#1a237e!important}.active\:bg-indigo-darken-4:active,.hover\:bg-indigo-darken-4:hover,[class*="hover:bg-"][class*="active:bg-indigo-darken-4"]:active{background:#1a237e!important;transition:background .1s}.text-indigo-darken-4{caret-color:#1a237e!important;color:#1a237e!important}.text-indigo-darken-4:hover:active:before{background:#1a237e!important;opacity:.3;transition:background .1s}.bg-indigo-accent-1{background-color:#8c9eff!important;border-color:#8c9eff!important}.active\:bg-indigo-accent-1:active,.hover\:bg-indigo-accent-1:hover,[class*="hover:bg-"][class*="active:bg-indigo-accent-1"]:active{background:#8c9eff!important;transition:background .1s}.text-indigo-accent-1{caret-color:#8c9eff!important;color:#8c9eff!important}.text-indigo-accent-1:hover:active:before{background:#8c9eff!important;opacity:.3;transition:background .1s}.bg-indigo-accent-2{background-color:#536dfe!important;border-color:#536dfe!important}.active\:bg-indigo-accent-2:active,.hover\:bg-indigo-accent-2:hover,[class*="hover:bg-"][class*="active:bg-indigo-accent-2"]:active{background:#536dfe!important;transition:background .1s}.text-indigo-accent-2{caret-color:#536dfe!important;color:#536dfe!important}.text-indigo-accent-2:hover:active:before{background:#536dfe!important;opacity:.3;transition:background .1s}.bg-indigo-accent-3{background-color:#3d5afe!important;border-color:#3d5afe!important}.active\:bg-indigo-accent-3:active,.hover\:bg-indigo-accent-3:hover,[class*="hover:bg-"][class*="active:bg-indigo-accent-3"]:active{background:#3d5afe!important;transition:background .1s}.text-indigo-accent-3{caret-color:#3d5afe!important;color:#3d5afe!important}.text-indigo-accent-3:hover:active:before{background:#3d5afe!important;opacity:.3;transition:background .1s}.bg-indigo-accent-4{background-color:#304ffe!important;border-color:#304ffe!important}.active\:bg-indigo-accent-4:active,.hover\:bg-indigo-accent-4:hover,[class*="hover:bg-"][class*="active:bg-indigo-accent-4"]:active{background:#304ffe!important;transition:background .1s}.text-indigo-accent-4{caret-color:#304ffe!important;color:#304ffe!important}.text-indigo-accent-4:hover:active:before{background:#304ffe!important;opacity:.3;transition:background .1s}.bg-blue{background-color:#2196f3!important;border-color:#2196f3!important}.active\:bg-blue:active,.hover\:bg-blue:hover,[class*="hover:bg-"][class*="active:bg-blue"]:active{background:#2196f3!important;transition:background .1s}.text-blue{caret-color:#2196f3!important;color:#2196f3!important}.text-blue:hover:active:before{background:#2196f3!important;opacity:.3;transition:background .1s}.bg-blue-base{background-color:#2196f3!important;border-color:#2196f3!important}.active\:bg-blue-base:active,.hover\:bg-blue-base:hover,[class*="hover:bg-"][class*="active:bg-blue-base"]:active{background:#2196f3!important;transition:background .1s}.text-blue-base{caret-color:#2196f3!important;color:#2196f3!important}.text-blue-base:hover:active:before{background:#2196f3!important;opacity:.3;transition:background .1s}.bg-blue-lighten-5{background-color:#e3f2fd!important;border-color:#e3f2fd!important}.active\:bg-blue-lighten-5:active,.hover\:bg-blue-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-blue-lighten-5"]:active{background:#e3f2fd!important;transition:background .1s}.text-blue-lighten-5{caret-color:#e3f2fd!important;color:#e3f2fd!important}.text-blue-lighten-5:hover:active:before{background:#e3f2fd!important;opacity:.3;transition:background .1s}.bg-blue-lighten-4{background-color:#bbdefb!important;border-color:#bbdefb!important}.active\:bg-blue-lighten-4:active,.hover\:bg-blue-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-blue-lighten-4"]:active{background:#bbdefb!important;transition:background .1s}.text-blue-lighten-4{caret-color:#bbdefb!important;color:#bbdefb!important}.text-blue-lighten-4:hover:active:before{background:#bbdefb!important;opacity:.3;transition:background .1s}.bg-blue-lighten-3{background-color:#90caf9!important;border-color:#90caf9!important}.active\:bg-blue-lighten-3:active,.hover\:bg-blue-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-blue-lighten-3"]:active{background:#90caf9!important;transition:background .1s}.text-blue-lighten-3{caret-color:#90caf9!important;color:#90caf9!important}.text-blue-lighten-3:hover:active:before{background:#90caf9!important;opacity:.3;transition:background .1s}.bg-blue-lighten-2{background-color:#64b5f6!important;border-color:#64b5f6!important}.active\:bg-blue-lighten-2:active,.hover\:bg-blue-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-blue-lighten-2"]:active{background:#64b5f6!important;transition:background .1s}.text-blue-lighten-2{caret-color:#64b5f6!important;color:#64b5f6!important}.text-blue-lighten-2:hover:active:before{background:#64b5f6!important;opacity:.3;transition:background .1s}.bg-blue-lighten-1{background-color:#42a5f5!important;border-color:#42a5f5!important}.active\:bg-blue-lighten-1:active,.hover\:bg-blue-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-blue-lighten-1"]:active{background:#42a5f5!important;transition:background .1s}.text-blue-lighten-1{caret-color:#42a5f5!important;color:#42a5f5!important}.text-blue-lighten-1:hover:active:before{background:#42a5f5!important;opacity:.3;transition:background .1s}.bg-blue-darken-1{background-color:#1e88e5!important;border-color:#1e88e5!important}.active\:bg-blue-darken-1:active,.hover\:bg-blue-darken-1:hover,[class*="hover:bg-"][class*="active:bg-blue-darken-1"]:active{background:#1e88e5!important;transition:background .1s}.text-blue-darken-1{caret-color:#1e88e5!important;color:#1e88e5!important}.text-blue-darken-1:hover:active:before{background:#1e88e5!important;opacity:.3;transition:background .1s}.bg-blue-darken-2{background-color:#1976d2!important;border-color:#1976d2!important}.active\:bg-blue-darken-2:active,.hover\:bg-blue-darken-2:hover,[class*="hover:bg-"][class*="active:bg-blue-darken-2"]:active{background:#1976d2!important;transition:background .1s}.text-blue-darken-2{caret-color:#1976d2!important;color:#1976d2!important}.text-blue-darken-2:hover:active:before{background:#1976d2!important;opacity:.3;transition:background .1s}.bg-blue-darken-3{background-color:#1565c0!important;border-color:#1565c0!important}.active\:bg-blue-darken-3:active,.hover\:bg-blue-darken-3:hover,[class*="hover:bg-"][class*="active:bg-blue-darken-3"]:active{background:#1565c0!important;transition:background .1s}.text-blue-darken-3{caret-color:#1565c0!important;color:#1565c0!important}.text-blue-darken-3:hover:active:before{background:#1565c0!important;opacity:.3;transition:background .1s}.bg-blue-darken-4{background-color:#0d47a1!important;border-color:#0d47a1!important}.active\:bg-blue-darken-4:active,.hover\:bg-blue-darken-4:hover,[class*="hover:bg-"][class*="active:bg-blue-darken-4"]:active{background:#0d47a1!important;transition:background .1s}.text-blue-darken-4{caret-color:#0d47a1!important;color:#0d47a1!important}.text-blue-darken-4:hover:active:before{background:#0d47a1!important;opacity:.3;transition:background .1s}.bg-blue-accent-1{background-color:#82b1ff!important;border-color:#82b1ff!important}.active\:bg-blue-accent-1:active,.hover\:bg-blue-accent-1:hover,[class*="hover:bg-"][class*="active:bg-blue-accent-1"]:active{background:#82b1ff!important;transition:background .1s}.text-blue-accent-1{caret-color:#82b1ff!important;color:#82b1ff!important}.text-blue-accent-1:hover:active:before{background:#82b1ff!important;opacity:.3;transition:background .1s}.bg-blue-accent-2{background-color:#448aff!important;border-color:#448aff!important}.active\:bg-blue-accent-2:active,.hover\:bg-blue-accent-2:hover,[class*="hover:bg-"][class*="active:bg-blue-accent-2"]:active{background:#448aff!important;transition:background .1s}.text-blue-accent-2{caret-color:#448aff!important;color:#448aff!important}.text-blue-accent-2:hover:active:before{background:#448aff!important;opacity:.3;transition:background .1s}.bg-blue-accent-3{background-color:#2979ff!important;border-color:#2979ff!important}.active\:bg-blue-accent-3:active,.hover\:bg-blue-accent-3:hover,[class*="hover:bg-"][class*="active:bg-blue-accent-3"]:active{background:#2979ff!important;transition:background .1s}.text-blue-accent-3{caret-color:#2979ff!important;color:#2979ff!important}.text-blue-accent-3:hover:active:before{background:#2979ff!important;opacity:.3;transition:background .1s}.bg-blue-accent-4{background-color:#2962ff!important;border-color:#2962ff!important}.active\:bg-blue-accent-4:active,.hover\:bg-blue-accent-4:hover,[class*="hover:bg-"][class*="active:bg-blue-accent-4"]:active{background:#2962ff!important;transition:background .1s}.text-blue-accent-4{caret-color:#2962ff!important;color:#2962ff!important}.text-blue-accent-4:hover:active:before{background:#2962ff!important;opacity:.3;transition:background .1s}.bg-light-blue{background-color:#03a9f4!important;border-color:#03a9f4!important}.active\:bg-light-blue:active,.hover\:bg-light-blue:hover,[class*="hover:bg-"][class*="active:bg-light-blue"]:active{background:#03a9f4!important;transition:background .1s}.text-light-blue{caret-color:#03a9f4!important;color:#03a9f4!important}.text-light-blue:hover:active:before{background:#03a9f4!important;opacity:.3;transition:background .1s}.bg-light-blue-base{background-color:#03a9f4!important;border-color:#03a9f4!important}.active\:bg-light-blue-base:active,.hover\:bg-light-blue-base:hover,[class*="hover:bg-"][class*="active:bg-light-blue-base"]:active{background:#03a9f4!important;transition:background .1s}.text-light-blue-base{caret-color:#03a9f4!important;color:#03a9f4!important}.text-light-blue-base:hover:active:before{background:#03a9f4!important;opacity:.3;transition:background .1s}.bg-light-blue-lighten-5{background-color:#e1f5fe!important;border-color:#e1f5fe!important}.active\:bg-light-blue-lighten-5:active,.hover\:bg-light-blue-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-light-blue-lighten-5"]:active{background:#e1f5fe!important;transition:background .1s}.text-light-blue-lighten-5{caret-color:#e1f5fe!important;color:#e1f5fe!important}.text-light-blue-lighten-5:hover:active:before{background:#e1f5fe!important;opacity:.3;transition:background .1s}.bg-light-blue-lighten-4{background-color:#b3e5fc!important;border-color:#b3e5fc!important}.active\:bg-light-blue-lighten-4:active,.hover\:bg-light-blue-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-light-blue-lighten-4"]:active{background:#b3e5fc!important;transition:background .1s}.text-light-blue-lighten-4{caret-color:#b3e5fc!important;color:#b3e5fc!important}.text-light-blue-lighten-4:hover:active:before{background:#b3e5fc!important;opacity:.3;transition:background .1s}.bg-light-blue-lighten-3{background-color:#81d4fa!important;border-color:#81d4fa!important}.active\:bg-light-blue-lighten-3:active,.hover\:bg-light-blue-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-light-blue-lighten-3"]:active{background:#81d4fa!important;transition:background .1s}.text-light-blue-lighten-3{caret-color:#81d4fa!important;color:#81d4fa!important}.text-light-blue-lighten-3:hover:active:before{background:#81d4fa!important;opacity:.3;transition:background .1s}.bg-light-blue-lighten-2{background-color:#4fc3f7!important;border-color:#4fc3f7!important}.active\:bg-light-blue-lighten-2:active,.hover\:bg-light-blue-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-light-blue-lighten-2"]:active{background:#4fc3f7!important;transition:background .1s}.text-light-blue-lighten-2{caret-color:#4fc3f7!important;color:#4fc3f7!important}.text-light-blue-lighten-2:hover:active:before{background:#4fc3f7!important;opacity:.3;transition:background .1s}.bg-light-blue-lighten-1{background-color:#29b6f6!important;border-color:#29b6f6!important}.active\:bg-light-blue-lighten-1:active,.hover\:bg-light-blue-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-light-blue-lighten-1"]:active{background:#29b6f6!important;transition:background .1s}.text-light-blue-lighten-1{caret-color:#29b6f6!important;color:#29b6f6!important}.text-light-blue-lighten-1:hover:active:before{background:#29b6f6!important;opacity:.3;transition:background .1s}.bg-light-blue-darken-1{background-color:#039be5!important;border-color:#039be5!important}.active\:bg-light-blue-darken-1:active,.hover\:bg-light-blue-darken-1:hover,[class*="hover:bg-"][class*="active:bg-light-blue-darken-1"]:active{background:#039be5!important;transition:background .1s}.text-light-blue-darken-1{caret-color:#039be5!important;color:#039be5!important}.text-light-blue-darken-1:hover:active:before{background:#039be5!important;opacity:.3;transition:background .1s}.bg-light-blue-darken-2{background-color:#0288d1!important;border-color:#0288d1!important}.active\:bg-light-blue-darken-2:active,.hover\:bg-light-blue-darken-2:hover,[class*="hover:bg-"][class*="active:bg-light-blue-darken-2"]:active{background:#0288d1!important;transition:background .1s}.text-light-blue-darken-2{caret-color:#0288d1!important;color:#0288d1!important}.text-light-blue-darken-2:hover:active:before{background:#0288d1!important;opacity:.3;transition:background .1s}.bg-light-blue-darken-3{background-color:#0277bd!important;border-color:#0277bd!important}.active\:bg-light-blue-darken-3:active,.hover\:bg-light-blue-darken-3:hover,[class*="hover:bg-"][class*="active:bg-light-blue-darken-3"]:active{background:#0277bd!important;transition:background .1s}.text-light-blue-darken-3{caret-color:#0277bd!important;color:#0277bd!important}.text-light-blue-darken-3:hover:active:before{background:#0277bd!important;opacity:.3;transition:background .1s}.bg-light-blue-darken-4{background-color:#01579b!important;border-color:#01579b!important}.active\:bg-light-blue-darken-4:active,.hover\:bg-light-blue-darken-4:hover,[class*="hover:bg-"][class*="active:bg-light-blue-darken-4"]:active{background:#01579b!important;transition:background .1s}.text-light-blue-darken-4{caret-color:#01579b!important;color:#01579b!important}.text-light-blue-darken-4:hover:active:before{background:#01579b!important;opacity:.3;transition:background .1s}.bg-light-blue-accent-1{background-color:#80d8ff!important;border-color:#80d8ff!important}.active\:bg-light-blue-accent-1:active,.hover\:bg-light-blue-accent-1:hover,[class*="hover:bg-"][class*="active:bg-light-blue-accent-1"]:active{background:#80d8ff!important;transition:background .1s}.text-light-blue-accent-1{caret-color:#80d8ff!important;color:#80d8ff!important}.text-light-blue-accent-1:hover:active:before{background:#80d8ff!important;opacity:.3;transition:background .1s}.bg-light-blue-accent-2{background-color:#40c4ff!important;border-color:#40c4ff!important}.active\:bg-light-blue-accent-2:active,.hover\:bg-light-blue-accent-2:hover,[class*="hover:bg-"][class*="active:bg-light-blue-accent-2"]:active{background:#40c4ff!important;transition:background .1s}.text-light-blue-accent-2{caret-color:#40c4ff!important;color:#40c4ff!important}.text-light-blue-accent-2:hover:active:before{background:#40c4ff!important;opacity:.3;transition:background .1s}.bg-light-blue-accent-3{background-color:#00b0ff!important;border-color:#00b0ff!important}.active\:bg-light-blue-accent-3:active,.hover\:bg-light-blue-accent-3:hover,[class*="hover:bg-"][class*="active:bg-light-blue-accent-3"]:active{background:#00b0ff!important;transition:background .1s}.text-light-blue-accent-3{caret-color:#00b0ff!important;color:#00b0ff!important}.text-light-blue-accent-3:hover:active:before{background:#00b0ff!important;opacity:.3;transition:background .1s}.bg-light-blue-accent-4{background-color:#0091ea!important;border-color:#0091ea!important}.active\:bg-light-blue-accent-4:active,.hover\:bg-light-blue-accent-4:hover,[class*="hover:bg-"][class*="active:bg-light-blue-accent-4"]:active{background:#0091ea!important;transition:background .1s}.text-light-blue-accent-4{caret-color:#0091ea!important;color:#0091ea!important}.text-light-blue-accent-4:hover:active:before{background:#0091ea!important;opacity:.3;transition:background .1s}.bg-cyan{background-color:#00bcd4!important;border-color:#00bcd4!important}.active\:bg-cyan:active,.hover\:bg-cyan:hover,[class*="hover:bg-"][class*="active:bg-cyan"]:active{background:#00bcd4!important;transition:background .1s}.text-cyan{caret-color:#00bcd4!important;color:#00bcd4!important}.text-cyan:hover:active:before{background:#00bcd4!important;opacity:.3;transition:background .1s}.bg-cyan-base{background-color:#00bcd4!important;border-color:#00bcd4!important}.active\:bg-cyan-base:active,.hover\:bg-cyan-base:hover,[class*="hover:bg-"][class*="active:bg-cyan-base"]:active{background:#00bcd4!important;transition:background .1s}.text-cyan-base{caret-color:#00bcd4!important;color:#00bcd4!important}.text-cyan-base:hover:active:before{background:#00bcd4!important;opacity:.3;transition:background .1s}.bg-cyan-lighten-5{background-color:#e0f7fa!important;border-color:#e0f7fa!important}.active\:bg-cyan-lighten-5:active,.hover\:bg-cyan-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-cyan-lighten-5"]:active{background:#e0f7fa!important;transition:background .1s}.text-cyan-lighten-5{caret-color:#e0f7fa!important;color:#e0f7fa!important}.text-cyan-lighten-5:hover:active:before{background:#e0f7fa!important;opacity:.3;transition:background .1s}.bg-cyan-lighten-4{background-color:#b2ebf2!important;border-color:#b2ebf2!important}.active\:bg-cyan-lighten-4:active,.hover\:bg-cyan-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-cyan-lighten-4"]:active{background:#b2ebf2!important;transition:background .1s}.text-cyan-lighten-4{caret-color:#b2ebf2!important;color:#b2ebf2!important}.text-cyan-lighten-4:hover:active:before{background:#b2ebf2!important;opacity:.3;transition:background .1s}.bg-cyan-lighten-3{background-color:#80deea!important;border-color:#80deea!important}.active\:bg-cyan-lighten-3:active,.hover\:bg-cyan-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-cyan-lighten-3"]:active{background:#80deea!important;transition:background .1s}.text-cyan-lighten-3{caret-color:#80deea!important;color:#80deea!important}.text-cyan-lighten-3:hover:active:before{background:#80deea!important;opacity:.3;transition:background .1s}.bg-cyan-lighten-2{background-color:#4dd0e1!important;border-color:#4dd0e1!important}.active\:bg-cyan-lighten-2:active,.hover\:bg-cyan-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-cyan-lighten-2"]:active{background:#4dd0e1!important;transition:background .1s}.text-cyan-lighten-2{caret-color:#4dd0e1!important;color:#4dd0e1!important}.text-cyan-lighten-2:hover:active:before{background:#4dd0e1!important;opacity:.3;transition:background .1s}.bg-cyan-lighten-1{background-color:#26c6da!important;border-color:#26c6da!important}.active\:bg-cyan-lighten-1:active,.hover\:bg-cyan-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-cyan-lighten-1"]:active{background:#26c6da!important;transition:background .1s}.text-cyan-lighten-1{caret-color:#26c6da!important;color:#26c6da!important}.text-cyan-lighten-1:hover:active:before{background:#26c6da!important;opacity:.3;transition:background .1s}.bg-cyan-darken-1{background-color:#00acc1!important;border-color:#00acc1!important}.active\:bg-cyan-darken-1:active,.hover\:bg-cyan-darken-1:hover,[class*="hover:bg-"][class*="active:bg-cyan-darken-1"]:active{background:#00acc1!important;transition:background .1s}.text-cyan-darken-1{caret-color:#00acc1!important;color:#00acc1!important}.text-cyan-darken-1:hover:active:before{background:#00acc1!important;opacity:.3;transition:background .1s}.bg-cyan-darken-2{background-color:#0097a7!important;border-color:#0097a7!important}.active\:bg-cyan-darken-2:active,.hover\:bg-cyan-darken-2:hover,[class*="hover:bg-"][class*="active:bg-cyan-darken-2"]:active{background:#0097a7!important;transition:background .1s}.text-cyan-darken-2{caret-color:#0097a7!important;color:#0097a7!important}.text-cyan-darken-2:hover:active:before{background:#0097a7!important;opacity:.3;transition:background .1s}.bg-cyan-darken-3{background-color:#00838f!important;border-color:#00838f!important}.active\:bg-cyan-darken-3:active,.hover\:bg-cyan-darken-3:hover,[class*="hover:bg-"][class*="active:bg-cyan-darken-3"]:active{background:#00838f!important;transition:background .1s}.text-cyan-darken-3{caret-color:#00838f!important;color:#00838f!important}.text-cyan-darken-3:hover:active:before{background:#00838f!important;opacity:.3;transition:background .1s}.bg-cyan-darken-4{background-color:#006064!important;border-color:#006064!important}.active\:bg-cyan-darken-4:active,.hover\:bg-cyan-darken-4:hover,[class*="hover:bg-"][class*="active:bg-cyan-darken-4"]:active{background:#006064!important;transition:background .1s}.text-cyan-darken-4{caret-color:#006064!important;color:#006064!important}.text-cyan-darken-4:hover:active:before{background:#006064!important;opacity:.3;transition:background .1s}.bg-cyan-accent-1{background-color:#84ffff!important;border-color:#84ffff!important}.active\:bg-cyan-accent-1:active,.hover\:bg-cyan-accent-1:hover,[class*="hover:bg-"][class*="active:bg-cyan-accent-1"]:active{background:#84ffff!important;transition:background .1s}.text-cyan-accent-1{caret-color:#84ffff!important;color:#84ffff!important}.text-cyan-accent-1:hover:active:before{background:#84ffff!important;opacity:.3;transition:background .1s}.bg-cyan-accent-2{background-color:#18ffff!important;border-color:#18ffff!important}.active\:bg-cyan-accent-2:active,.hover\:bg-cyan-accent-2:hover,[class*="hover:bg-"][class*="active:bg-cyan-accent-2"]:active{background:#18ffff!important;transition:background .1s}.text-cyan-accent-2{caret-color:#18ffff!important;color:#18ffff!important}.text-cyan-accent-2:hover:active:before{background:#18ffff!important;opacity:.3;transition:background .1s}.bg-cyan-accent-3{background-color:#00e5ff!important;border-color:#00e5ff!important}.active\:bg-cyan-accent-3:active,.hover\:bg-cyan-accent-3:hover,[class*="hover:bg-"][class*="active:bg-cyan-accent-3"]:active{background:#00e5ff!important;transition:background .1s}.text-cyan-accent-3{caret-color:#00e5ff!important;color:#00e5ff!important}.text-cyan-accent-3:hover:active:before{background:#00e5ff!important;opacity:.3;transition:background .1s}.bg-cyan-accent-4{background-color:#00b8d4!important;border-color:#00b8d4!important}.active\:bg-cyan-accent-4:active,.hover\:bg-cyan-accent-4:hover,[class*="hover:bg-"][class*="active:bg-cyan-accent-4"]:active{background:#00b8d4!important;transition:background .1s}.text-cyan-accent-4{caret-color:#00b8d4!important;color:#00b8d4!important}.text-cyan-accent-4:hover:active:before{background:#00b8d4!important;opacity:.3;transition:background .1s}.bg-teal{background-color:#009688!important;border-color:#009688!important}.active\:bg-teal:active,.hover\:bg-teal:hover,[class*="hover:bg-"][class*="active:bg-teal"]:active{background:#009688!important;transition:background .1s}.text-teal{caret-color:#009688!important;color:#009688!important}.text-teal:hover:active:before{background:#009688!important;opacity:.3;transition:background .1s}.bg-teal-base{background-color:#009688!important;border-color:#009688!important}.active\:bg-teal-base:active,.hover\:bg-teal-base:hover,[class*="hover:bg-"][class*="active:bg-teal-base"]:active{background:#009688!important;transition:background .1s}.text-teal-base{caret-color:#009688!important;color:#009688!important}.text-teal-base:hover:active:before{background:#009688!important;opacity:.3;transition:background .1s}.bg-teal-lighten-5{background-color:#e0f2f1!important;border-color:#e0f2f1!important}.active\:bg-teal-lighten-5:active,.hover\:bg-teal-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-teal-lighten-5"]:active{background:#e0f2f1!important;transition:background .1s}.text-teal-lighten-5{caret-color:#e0f2f1!important;color:#e0f2f1!important}.text-teal-lighten-5:hover:active:before{background:#e0f2f1!important;opacity:.3;transition:background .1s}.bg-teal-lighten-4{background-color:#b2dfdb!important;border-color:#b2dfdb!important}.active\:bg-teal-lighten-4:active,.hover\:bg-teal-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-teal-lighten-4"]:active{background:#b2dfdb!important;transition:background .1s}.text-teal-lighten-4{caret-color:#b2dfdb!important;color:#b2dfdb!important}.text-teal-lighten-4:hover:active:before{background:#b2dfdb!important;opacity:.3;transition:background .1s}.bg-teal-lighten-3{background-color:#80cbc4!important;border-color:#80cbc4!important}.active\:bg-teal-lighten-3:active,.hover\:bg-teal-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-teal-lighten-3"]:active{background:#80cbc4!important;transition:background .1s}.text-teal-lighten-3{caret-color:#80cbc4!important;color:#80cbc4!important}.text-teal-lighten-3:hover:active:before{background:#80cbc4!important;opacity:.3;transition:background .1s}.bg-teal-lighten-2{background-color:#4db6ac!important;border-color:#4db6ac!important}.active\:bg-teal-lighten-2:active,.hover\:bg-teal-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-teal-lighten-2"]:active{background:#4db6ac!important;transition:background .1s}.text-teal-lighten-2{caret-color:#4db6ac!important;color:#4db6ac!important}.text-teal-lighten-2:hover:active:before{background:#4db6ac!important;opacity:.3;transition:background .1s}.bg-teal-lighten-1{background-color:#26a69a!important;border-color:#26a69a!important}.active\:bg-teal-lighten-1:active,.hover\:bg-teal-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-teal-lighten-1"]:active{background:#26a69a!important;transition:background .1s}.text-teal-lighten-1{caret-color:#26a69a!important;color:#26a69a!important}.text-teal-lighten-1:hover:active:before{background:#26a69a!important;opacity:.3;transition:background .1s}.bg-teal-darken-1{background-color:#00897b!important;border-color:#00897b!important}.active\:bg-teal-darken-1:active,.hover\:bg-teal-darken-1:hover,[class*="hover:bg-"][class*="active:bg-teal-darken-1"]:active{background:#00897b!important;transition:background .1s}.text-teal-darken-1{caret-color:#00897b!important;color:#00897b!important}.text-teal-darken-1:hover:active:before{background:#00897b!important;opacity:.3;transition:background .1s}.bg-teal-darken-2{background-color:#00796b!important;border-color:#00796b!important}.active\:bg-teal-darken-2:active,.hover\:bg-teal-darken-2:hover,[class*="hover:bg-"][class*="active:bg-teal-darken-2"]:active{background:#00796b!important;transition:background .1s}.text-teal-darken-2{caret-color:#00796b!important;color:#00796b!important}.text-teal-darken-2:hover:active:before{background:#00796b!important;opacity:.3;transition:background .1s}.bg-teal-darken-3{background-color:#00695c!important;border-color:#00695c!important}.active\:bg-teal-darken-3:active,.hover\:bg-teal-darken-3:hover,[class*="hover:bg-"][class*="active:bg-teal-darken-3"]:active{background:#00695c!important;transition:background .1s}.text-teal-darken-3{caret-color:#00695c!important;color:#00695c!important}.text-teal-darken-3:hover:active:before{background:#00695c!important;opacity:.3;transition:background .1s}.bg-teal-darken-4{background-color:#004d40!important;border-color:#004d40!important}.active\:bg-teal-darken-4:active,.hover\:bg-teal-darken-4:hover,[class*="hover:bg-"][class*="active:bg-teal-darken-4"]:active{background:#004d40!important;transition:background .1s}.text-teal-darken-4{caret-color:#004d40!important;color:#004d40!important}.text-teal-darken-4:hover:active:before{background:#004d40!important;opacity:.3;transition:background .1s}.bg-teal-accent-1{background-color:#a7ffeb!important;border-color:#a7ffeb!important}.active\:bg-teal-accent-1:active,.hover\:bg-teal-accent-1:hover,[class*="hover:bg-"][class*="active:bg-teal-accent-1"]:active{background:#a7ffeb!important;transition:background .1s}.text-teal-accent-1{caret-color:#a7ffeb!important;color:#a7ffeb!important}.text-teal-accent-1:hover:active:before{background:#a7ffeb!important;opacity:.3;transition:background .1s}.bg-teal-accent-2{background-color:#64ffda!important;border-color:#64ffda!important}.active\:bg-teal-accent-2:active,.hover\:bg-teal-accent-2:hover,[class*="hover:bg-"][class*="active:bg-teal-accent-2"]:active{background:#64ffda!important;transition:background .1s}.text-teal-accent-2{caret-color:#64ffda!important;color:#64ffda!important}.text-teal-accent-2:hover:active:before{background:#64ffda!important;opacity:.3;transition:background .1s}.bg-teal-accent-3{background-color:#1de9b6!important;border-color:#1de9b6!important}.active\:bg-teal-accent-3:active,.hover\:bg-teal-accent-3:hover,[class*="hover:bg-"][class*="active:bg-teal-accent-3"]:active{background:#1de9b6!important;transition:background .1s}.text-teal-accent-3{caret-color:#1de9b6!important;color:#1de9b6!important}.text-teal-accent-3:hover:active:before{background:#1de9b6!important;opacity:.3;transition:background .1s}.bg-teal-accent-4{background-color:#00bfa5!important;border-color:#00bfa5!important}.active\:bg-teal-accent-4:active,.hover\:bg-teal-accent-4:hover,[class*="hover:bg-"][class*="active:bg-teal-accent-4"]:active{background:#00bfa5!important;transition:background .1s}.text-teal-accent-4{caret-color:#00bfa5!important;color:#00bfa5!important}.text-teal-accent-4:hover:active:before{background:#00bfa5!important;opacity:.3;transition:background .1s}.bg-green{background-color:#4caf50!important;border-color:#4caf50!important}.active\:bg-green:active,.hover\:bg-green:hover,[class*="hover:bg-"][class*="active:bg-green"]:active{background:#4caf50!important;transition:background .1s}.text-green{caret-color:#4caf50!important;color:#4caf50!important}.text-green:hover:active:before{background:#4caf50!important;opacity:.3;transition:background .1s}.bg-green-base{background-color:#4caf50!important;border-color:#4caf50!important}.active\:bg-green-base:active,.hover\:bg-green-base:hover,[class*="hover:bg-"][class*="active:bg-green-base"]:active{background:#4caf50!important;transition:background .1s}.text-green-base{caret-color:#4caf50!important;color:#4caf50!important}.text-green-base:hover:active:before{background:#4caf50!important;opacity:.3;transition:background .1s}.bg-green-lighten-5{background-color:#e8f5e9!important;border-color:#e8f5e9!important}.active\:bg-green-lighten-5:active,.hover\:bg-green-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-green-lighten-5"]:active{background:#e8f5e9!important;transition:background .1s}.text-green-lighten-5{caret-color:#e8f5e9!important;color:#e8f5e9!important}.text-green-lighten-5:hover:active:before{background:#e8f5e9!important;opacity:.3;transition:background .1s}.bg-green-lighten-4{background-color:#c8e6c9!important;border-color:#c8e6c9!important}.active\:bg-green-lighten-4:active,.hover\:bg-green-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-green-lighten-4"]:active{background:#c8e6c9!important;transition:background .1s}.text-green-lighten-4{caret-color:#c8e6c9!important;color:#c8e6c9!important}.text-green-lighten-4:hover:active:before{background:#c8e6c9!important;opacity:.3;transition:background .1s}.bg-green-lighten-3{background-color:#a5d6a7!important;border-color:#a5d6a7!important}.active\:bg-green-lighten-3:active,.hover\:bg-green-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-green-lighten-3"]:active{background:#a5d6a7!important;transition:background .1s}.text-green-lighten-3{caret-color:#a5d6a7!important;color:#a5d6a7!important}.text-green-lighten-3:hover:active:before{background:#a5d6a7!important;opacity:.3;transition:background .1s}.bg-green-lighten-2{background-color:#81c784!important;border-color:#81c784!important}.active\:bg-green-lighten-2:active,.hover\:bg-green-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-green-lighten-2"]:active{background:#81c784!important;transition:background .1s}.text-green-lighten-2{caret-color:#81c784!important;color:#81c784!important}.text-green-lighten-2:hover:active:before{background:#81c784!important;opacity:.3;transition:background .1s}.bg-green-lighten-1{background-color:#66bb6a!important;border-color:#66bb6a!important}.active\:bg-green-lighten-1:active,.hover\:bg-green-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-green-lighten-1"]:active{background:#66bb6a!important;transition:background .1s}.text-green-lighten-1{caret-color:#66bb6a!important;color:#66bb6a!important}.text-green-lighten-1:hover:active:before{background:#66bb6a!important;opacity:.3;transition:background .1s}.bg-green-darken-1{background-color:#43a047!important;border-color:#43a047!important}.active\:bg-green-darken-1:active,.hover\:bg-green-darken-1:hover,[class*="hover:bg-"][class*="active:bg-green-darken-1"]:active{background:#43a047!important;transition:background .1s}.text-green-darken-1{caret-color:#43a047!important;color:#43a047!important}.text-green-darken-1:hover:active:before{background:#43a047!important;opacity:.3;transition:background .1s}.bg-green-darken-2{background-color:#388e3c!important;border-color:#388e3c!important}.active\:bg-green-darken-2:active,.hover\:bg-green-darken-2:hover,[class*="hover:bg-"][class*="active:bg-green-darken-2"]:active{background:#388e3c!important;transition:background .1s}.text-green-darken-2{caret-color:#388e3c!important;color:#388e3c!important}.text-green-darken-2:hover:active:before{background:#388e3c!important;opacity:.3;transition:background .1s}.bg-green-darken-3{background-color:#2e7d32!important;border-color:#2e7d32!important}.active\:bg-green-darken-3:active,.hover\:bg-green-darken-3:hover,[class*="hover:bg-"][class*="active:bg-green-darken-3"]:active{background:#2e7d32!important;transition:background .1s}.text-green-darken-3{caret-color:#2e7d32!important;color:#2e7d32!important}.text-green-darken-3:hover:active:before{background:#2e7d32!important;opacity:.3;transition:background .1s}.bg-green-darken-4{background-color:#1b5e20!important;border-color:#1b5e20!important}.active\:bg-green-darken-4:active,.hover\:bg-green-darken-4:hover,[class*="hover:bg-"][class*="active:bg-green-darken-4"]:active{background:#1b5e20!important;transition:background .1s}.text-green-darken-4{caret-color:#1b5e20!important;color:#1b5e20!important}.text-green-darken-4:hover:active:before{background:#1b5e20!important;opacity:.3;transition:background .1s}.bg-green-accent-1{background-color:#b9f6ca!important;border-color:#b9f6ca!important}.active\:bg-green-accent-1:active,.hover\:bg-green-accent-1:hover,[class*="hover:bg-"][class*="active:bg-green-accent-1"]:active{background:#b9f6ca!important;transition:background .1s}.text-green-accent-1{caret-color:#b9f6ca!important;color:#b9f6ca!important}.text-green-accent-1:hover:active:before{background:#b9f6ca!important;opacity:.3;transition:background .1s}.bg-green-accent-2{background-color:#69f0ae!important;border-color:#69f0ae!important}.active\:bg-green-accent-2:active,.hover\:bg-green-accent-2:hover,[class*="hover:bg-"][class*="active:bg-green-accent-2"]:active{background:#69f0ae!important;transition:background .1s}.text-green-accent-2{caret-color:#69f0ae!important;color:#69f0ae!important}.text-green-accent-2:hover:active:before{background:#69f0ae!important;opacity:.3;transition:background .1s}.bg-green-accent-3{background-color:#00e676!important;border-color:#00e676!important}.active\:bg-green-accent-3:active,.hover\:bg-green-accent-3:hover,[class*="hover:bg-"][class*="active:bg-green-accent-3"]:active{background:#00e676!important;transition:background .1s}.text-green-accent-3{caret-color:#00e676!important;color:#00e676!important}.text-green-accent-3:hover:active:before{background:#00e676!important;opacity:.3;transition:background .1s}.bg-green-accent-4{background-color:#00c853!important;border-color:#00c853!important}.active\:bg-green-accent-4:active,.hover\:bg-green-accent-4:hover,[class*="hover:bg-"][class*="active:bg-green-accent-4"]:active{background:#00c853!important;transition:background .1s}.text-green-accent-4{caret-color:#00c853!important;color:#00c853!important}.text-green-accent-4:hover:active:before{background:#00c853!important;opacity:.3;transition:background .1s}.bg-light-green{background-color:#8bc34a!important;border-color:#8bc34a!important}.active\:bg-light-green:active,.hover\:bg-light-green:hover,[class*="hover:bg-"][class*="active:bg-light-green"]:active{background:#8bc34a!important;transition:background .1s}.text-light-green{caret-color:#8bc34a!important;color:#8bc34a!important}.text-light-green:hover:active:before{background:#8bc34a!important;opacity:.3;transition:background .1s}.bg-light-green-base{background-color:#8bc34a!important;border-color:#8bc34a!important}.active\:bg-light-green-base:active,.hover\:bg-light-green-base:hover,[class*="hover:bg-"][class*="active:bg-light-green-base"]:active{background:#8bc34a!important;transition:background .1s}.text-light-green-base{caret-color:#8bc34a!important;color:#8bc34a!important}.text-light-green-base:hover:active:before{background:#8bc34a!important;opacity:.3;transition:background .1s}.bg-light-green-lighten-5{background-color:#f1f8e9!important;border-color:#f1f8e9!important}.active\:bg-light-green-lighten-5:active,.hover\:bg-light-green-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-light-green-lighten-5"]:active{background:#f1f8e9!important;transition:background .1s}.text-light-green-lighten-5{caret-color:#f1f8e9!important;color:#f1f8e9!important}.text-light-green-lighten-5:hover:active:before{background:#f1f8e9!important;opacity:.3;transition:background .1s}.bg-light-green-lighten-4{background-color:#dcedc8!important;border-color:#dcedc8!important}.active\:bg-light-green-lighten-4:active,.hover\:bg-light-green-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-light-green-lighten-4"]:active{background:#dcedc8!important;transition:background .1s}.text-light-green-lighten-4{caret-color:#dcedc8!important;color:#dcedc8!important}.text-light-green-lighten-4:hover:active:before{background:#dcedc8!important;opacity:.3;transition:background .1s}.bg-light-green-lighten-3{background-color:#c5e1a5!important;border-color:#c5e1a5!important}.active\:bg-light-green-lighten-3:active,.hover\:bg-light-green-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-light-green-lighten-3"]:active{background:#c5e1a5!important;transition:background .1s}.text-light-green-lighten-3{caret-color:#c5e1a5!important;color:#c5e1a5!important}.text-light-green-lighten-3:hover:active:before{background:#c5e1a5!important;opacity:.3;transition:background .1s}.bg-light-green-lighten-2{background-color:#aed581!important;border-color:#aed581!important}.active\:bg-light-green-lighten-2:active,.hover\:bg-light-green-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-light-green-lighten-2"]:active{background:#aed581!important;transition:background .1s}.text-light-green-lighten-2{caret-color:#aed581!important;color:#aed581!important}.text-light-green-lighten-2:hover:active:before{background:#aed581!important;opacity:.3;transition:background .1s}.bg-light-green-lighten-1{background-color:#9ccc65!important;border-color:#9ccc65!important}.active\:bg-light-green-lighten-1:active,.hover\:bg-light-green-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-light-green-lighten-1"]:active{background:#9ccc65!important;transition:background .1s}.text-light-green-lighten-1{caret-color:#9ccc65!important;color:#9ccc65!important}.text-light-green-lighten-1:hover:active:before{background:#9ccc65!important;opacity:.3;transition:background .1s}.bg-light-green-darken-1{background-color:#7cb342!important;border-color:#7cb342!important}.active\:bg-light-green-darken-1:active,.hover\:bg-light-green-darken-1:hover,[class*="hover:bg-"][class*="active:bg-light-green-darken-1"]:active{background:#7cb342!important;transition:background .1s}.text-light-green-darken-1{caret-color:#7cb342!important;color:#7cb342!important}.text-light-green-darken-1:hover:active:before{background:#7cb342!important;opacity:.3;transition:background .1s}.bg-light-green-darken-2{background-color:#689f38!important;border-color:#689f38!important}.active\:bg-light-green-darken-2:active,.hover\:bg-light-green-darken-2:hover,[class*="hover:bg-"][class*="active:bg-light-green-darken-2"]:active{background:#689f38!important;transition:background .1s}.text-light-green-darken-2{caret-color:#689f38!important;color:#689f38!important}.text-light-green-darken-2:hover:active:before{background:#689f38!important;opacity:.3;transition:background .1s}.bg-light-green-darken-3{background-color:#558b2f!important;border-color:#558b2f!important}.active\:bg-light-green-darken-3:active,.hover\:bg-light-green-darken-3:hover,[class*="hover:bg-"][class*="active:bg-light-green-darken-3"]:active{background:#558b2f!important;transition:background .1s}.text-light-green-darken-3{caret-color:#558b2f!important;color:#558b2f!important}.text-light-green-darken-3:hover:active:before{background:#558b2f!important;opacity:.3;transition:background .1s}.bg-light-green-darken-4{background-color:#33691e!important;border-color:#33691e!important}.active\:bg-light-green-darken-4:active,.hover\:bg-light-green-darken-4:hover,[class*="hover:bg-"][class*="active:bg-light-green-darken-4"]:active{background:#33691e!important;transition:background .1s}.text-light-green-darken-4{caret-color:#33691e!important;color:#33691e!important}.text-light-green-darken-4:hover:active:before{background:#33691e!important;opacity:.3;transition:background .1s}.bg-light-green-accent-1{background-color:#ccff90!important;border-color:#ccff90!important}.active\:bg-light-green-accent-1:active,.hover\:bg-light-green-accent-1:hover,[class*="hover:bg-"][class*="active:bg-light-green-accent-1"]:active{background:#ccff90!important;transition:background .1s}.text-light-green-accent-1{caret-color:#ccff90!important;color:#ccff90!important}.text-light-green-accent-1:hover:active:before{background:#ccff90!important;opacity:.3;transition:background .1s}.bg-light-green-accent-2{background-color:#b2ff59!important;border-color:#b2ff59!important}.active\:bg-light-green-accent-2:active,.hover\:bg-light-green-accent-2:hover,[class*="hover:bg-"][class*="active:bg-light-green-accent-2"]:active{background:#b2ff59!important;transition:background .1s}.text-light-green-accent-2{caret-color:#b2ff59!important;color:#b2ff59!important}.text-light-green-accent-2:hover:active:before{background:#b2ff59!important;opacity:.3;transition:background .1s}.bg-light-green-accent-3{background-color:#76ff03!important;border-color:#76ff03!important}.active\:bg-light-green-accent-3:active,.hover\:bg-light-green-accent-3:hover,[class*="hover:bg-"][class*="active:bg-light-green-accent-3"]:active{background:#76ff03!important;transition:background .1s}.text-light-green-accent-3{caret-color:#76ff03!important;color:#76ff03!important}.text-light-green-accent-3:hover:active:before{background:#76ff03!important;opacity:.3;transition:background .1s}.bg-light-green-accent-4{background-color:#64dd17!important;border-color:#64dd17!important}.active\:bg-light-green-accent-4:active,.hover\:bg-light-green-accent-4:hover,[class*="hover:bg-"][class*="active:bg-light-green-accent-4"]:active{background:#64dd17!important;transition:background .1s}.text-light-green-accent-4{caret-color:#64dd17!important;color:#64dd17!important}.text-light-green-accent-4:hover:active:before{background:#64dd17!important;opacity:.3;transition:background .1s}.bg-lime{background-color:#cddc39!important;border-color:#cddc39!important}.active\:bg-lime:active,.hover\:bg-lime:hover,[class*="hover:bg-"][class*="active:bg-lime"]:active{background:#cddc39!important;transition:background .1s}.text-lime{caret-color:#cddc39!important;color:#cddc39!important}.text-lime:hover:active:before{background:#cddc39!important;opacity:.3;transition:background .1s}.bg-lime-base{background-color:#cddc39!important;border-color:#cddc39!important}.active\:bg-lime-base:active,.hover\:bg-lime-base:hover,[class*="hover:bg-"][class*="active:bg-lime-base"]:active{background:#cddc39!important;transition:background .1s}.text-lime-base{caret-color:#cddc39!important;color:#cddc39!important}.text-lime-base:hover:active:before{background:#cddc39!important;opacity:.3;transition:background .1s}.bg-lime-lighten-5{background-color:#f9fbe7!important;border-color:#f9fbe7!important}.active\:bg-lime-lighten-5:active,.hover\:bg-lime-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-lime-lighten-5"]:active{background:#f9fbe7!important;transition:background .1s}.text-lime-lighten-5{caret-color:#f9fbe7!important;color:#f9fbe7!important}.text-lime-lighten-5:hover:active:before{background:#f9fbe7!important;opacity:.3;transition:background .1s}.bg-lime-lighten-4{background-color:#f0f4c3!important;border-color:#f0f4c3!important}.active\:bg-lime-lighten-4:active,.hover\:bg-lime-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-lime-lighten-4"]:active{background:#f0f4c3!important;transition:background .1s}.text-lime-lighten-4{caret-color:#f0f4c3!important;color:#f0f4c3!important}.text-lime-lighten-4:hover:active:before{background:#f0f4c3!important;opacity:.3;transition:background .1s}.bg-lime-lighten-3{background-color:#e6ee9c!important;border-color:#e6ee9c!important}.active\:bg-lime-lighten-3:active,.hover\:bg-lime-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-lime-lighten-3"]:active{background:#e6ee9c!important;transition:background .1s}.text-lime-lighten-3{caret-color:#e6ee9c!important;color:#e6ee9c!important}.text-lime-lighten-3:hover:active:before{background:#e6ee9c!important;opacity:.3;transition:background .1s}.bg-lime-lighten-2{background-color:#dce775!important;border-color:#dce775!important}.active\:bg-lime-lighten-2:active,.hover\:bg-lime-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-lime-lighten-2"]:active{background:#dce775!important;transition:background .1s}.text-lime-lighten-2{caret-color:#dce775!important;color:#dce775!important}.text-lime-lighten-2:hover:active:before{background:#dce775!important;opacity:.3;transition:background .1s}.bg-lime-lighten-1{background-color:#d4e157!important;border-color:#d4e157!important}.active\:bg-lime-lighten-1:active,.hover\:bg-lime-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-lime-lighten-1"]:active{background:#d4e157!important;transition:background .1s}.text-lime-lighten-1{caret-color:#d4e157!important;color:#d4e157!important}.text-lime-lighten-1:hover:active:before{background:#d4e157!important;opacity:.3;transition:background .1s}.bg-lime-darken-1{background-color:#c0ca33!important;border-color:#c0ca33!important}.active\:bg-lime-darken-1:active,.hover\:bg-lime-darken-1:hover,[class*="hover:bg-"][class*="active:bg-lime-darken-1"]:active{background:#c0ca33!important;transition:background .1s}.text-lime-darken-1{caret-color:#c0ca33!important;color:#c0ca33!important}.text-lime-darken-1:hover:active:before{background:#c0ca33!important;opacity:.3;transition:background .1s}.bg-lime-darken-2{background-color:#afb42b!important;border-color:#afb42b!important}.active\:bg-lime-darken-2:active,.hover\:bg-lime-darken-2:hover,[class*="hover:bg-"][class*="active:bg-lime-darken-2"]:active{background:#afb42b!important;transition:background .1s}.text-lime-darken-2{caret-color:#afb42b!important;color:#afb42b!important}.text-lime-darken-2:hover:active:before{background:#afb42b!important;opacity:.3;transition:background .1s}.bg-lime-darken-3{background-color:#9e9d24!important;border-color:#9e9d24!important}.active\:bg-lime-darken-3:active,.hover\:bg-lime-darken-3:hover,[class*="hover:bg-"][class*="active:bg-lime-darken-3"]:active{background:#9e9d24!important;transition:background .1s}.text-lime-darken-3{caret-color:#9e9d24!important;color:#9e9d24!important}.text-lime-darken-3:hover:active:before{background:#9e9d24!important;opacity:.3;transition:background .1s}.bg-lime-darken-4{background-color:#827717!important;border-color:#827717!important}.active\:bg-lime-darken-4:active,.hover\:bg-lime-darken-4:hover,[class*="hover:bg-"][class*="active:bg-lime-darken-4"]:active{background:#827717!important;transition:background .1s}.text-lime-darken-4{caret-color:#827717!important;color:#827717!important}.text-lime-darken-4:hover:active:before{background:#827717!important;opacity:.3;transition:background .1s}.bg-lime-accent-1{background-color:#f4ff81!important;border-color:#f4ff81!important}.active\:bg-lime-accent-1:active,.hover\:bg-lime-accent-1:hover,[class*="hover:bg-"][class*="active:bg-lime-accent-1"]:active{background:#f4ff81!important;transition:background .1s}.text-lime-accent-1{caret-color:#f4ff81!important;color:#f4ff81!important}.text-lime-accent-1:hover:active:before{background:#f4ff81!important;opacity:.3;transition:background .1s}.bg-lime-accent-2{background-color:#eeff41!important;border-color:#eeff41!important}.active\:bg-lime-accent-2:active,.hover\:bg-lime-accent-2:hover,[class*="hover:bg-"][class*="active:bg-lime-accent-2"]:active{background:#eeff41!important;transition:background .1s}.text-lime-accent-2{caret-color:#eeff41!important;color:#eeff41!important}.text-lime-accent-2:hover:active:before{background:#eeff41!important;opacity:.3;transition:background .1s}.bg-lime-accent-3{background-color:#c6ff00!important;border-color:#c6ff00!important}.active\:bg-lime-accent-3:active,.hover\:bg-lime-accent-3:hover,[class*="hover:bg-"][class*="active:bg-lime-accent-3"]:active{background:#c6ff00!important;transition:background .1s}.text-lime-accent-3{caret-color:#c6ff00!important;color:#c6ff00!important}.text-lime-accent-3:hover:active:before{background:#c6ff00!important;opacity:.3;transition:background .1s}.bg-lime-accent-4{background-color:#aeea00!important;border-color:#aeea00!important}.active\:bg-lime-accent-4:active,.hover\:bg-lime-accent-4:hover,[class*="hover:bg-"][class*="active:bg-lime-accent-4"]:active{background:#aeea00!important;transition:background .1s}.text-lime-accent-4{caret-color:#aeea00!important;color:#aeea00!important}.text-lime-accent-4:hover:active:before{background:#aeea00!important;opacity:.3;transition:background .1s}.bg-yellow{background-color:#ffeb3b!important;border-color:#ffeb3b!important}.active\:bg-yellow:active,.hover\:bg-yellow:hover,[class*="hover:bg-"][class*="active:bg-yellow"]:active{background:#ffeb3b!important;transition:background .1s}.text-yellow{caret-color:#ffeb3b!important;color:#ffeb3b!important}.text-yellow:hover:active:before{background:#ffeb3b!important;opacity:.3;transition:background .1s}.bg-yellow-base{background-color:#ffeb3b!important;border-color:#ffeb3b!important}.active\:bg-yellow-base:active,.hover\:bg-yellow-base:hover,[class*="hover:bg-"][class*="active:bg-yellow-base"]:active{background:#ffeb3b!important;transition:background .1s}.text-yellow-base{caret-color:#ffeb3b!important;color:#ffeb3b!important}.text-yellow-base:hover:active:before{background:#ffeb3b!important;opacity:.3;transition:background .1s}.bg-yellow-lighten-5{background-color:#fffde7!important;border-color:#fffde7!important}.active\:bg-yellow-lighten-5:active,.hover\:bg-yellow-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-yellow-lighten-5"]:active{background:#fffde7!important;transition:background .1s}.text-yellow-lighten-5{caret-color:#fffde7!important;color:#fffde7!important}.text-yellow-lighten-5:hover:active:before{background:#fffde7!important;opacity:.3;transition:background .1s}.bg-yellow-lighten-4{background-color:#fff9c4!important;border-color:#fff9c4!important}.active\:bg-yellow-lighten-4:active,.hover\:bg-yellow-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-yellow-lighten-4"]:active{background:#fff9c4!important;transition:background .1s}.text-yellow-lighten-4{caret-color:#fff9c4!important;color:#fff9c4!important}.text-yellow-lighten-4:hover:active:before{background:#fff9c4!important;opacity:.3;transition:background .1s}.bg-yellow-lighten-3{background-color:#fff59d!important;border-color:#fff59d!important}.active\:bg-yellow-lighten-3:active,.hover\:bg-yellow-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-yellow-lighten-3"]:active{background:#fff59d!important;transition:background .1s}.text-yellow-lighten-3{caret-color:#fff59d!important;color:#fff59d!important}.text-yellow-lighten-3:hover:active:before{background:#fff59d!important;opacity:.3;transition:background .1s}.bg-yellow-lighten-2{background-color:#fff176!important;border-color:#fff176!important}.active\:bg-yellow-lighten-2:active,.hover\:bg-yellow-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-yellow-lighten-2"]:active{background:#fff176!important;transition:background .1s}.text-yellow-lighten-2{caret-color:#fff176!important;color:#fff176!important}.text-yellow-lighten-2:hover:active:before{background:#fff176!important;opacity:.3;transition:background .1s}.bg-yellow-lighten-1{background-color:#ffee58!important;border-color:#ffee58!important}.active\:bg-yellow-lighten-1:active,.hover\:bg-yellow-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-yellow-lighten-1"]:active{background:#ffee58!important;transition:background .1s}.text-yellow-lighten-1{caret-color:#ffee58!important;color:#ffee58!important}.text-yellow-lighten-1:hover:active:before{background:#ffee58!important;opacity:.3;transition:background .1s}.bg-yellow-darken-1{background-color:#fdd835!important;border-color:#fdd835!important}.active\:bg-yellow-darken-1:active,.hover\:bg-yellow-darken-1:hover,[class*="hover:bg-"][class*="active:bg-yellow-darken-1"]:active{background:#fdd835!important;transition:background .1s}.text-yellow-darken-1{caret-color:#fdd835!important;color:#fdd835!important}.text-yellow-darken-1:hover:active:before{background:#fdd835!important;opacity:.3;transition:background .1s}.bg-yellow-darken-2{background-color:#fbc02d!important;border-color:#fbc02d!important}.active\:bg-yellow-darken-2:active,.hover\:bg-yellow-darken-2:hover,[class*="hover:bg-"][class*="active:bg-yellow-darken-2"]:active{background:#fbc02d!important;transition:background .1s}.text-yellow-darken-2{caret-color:#fbc02d!important;color:#fbc02d!important}.text-yellow-darken-2:hover:active:before{background:#fbc02d!important;opacity:.3;transition:background .1s}.bg-yellow-darken-3{background-color:#f9a825!important;border-color:#f9a825!important}.active\:bg-yellow-darken-3:active,.hover\:bg-yellow-darken-3:hover,[class*="hover:bg-"][class*="active:bg-yellow-darken-3"]:active{background:#f9a825!important;transition:background .1s}.text-yellow-darken-3{caret-color:#f9a825!important;color:#f9a825!important}.text-yellow-darken-3:hover:active:before{background:#f9a825!important;opacity:.3;transition:background .1s}.bg-yellow-darken-4{background-color:#f57f17!important;border-color:#f57f17!important}.active\:bg-yellow-darken-4:active,.hover\:bg-yellow-darken-4:hover,[class*="hover:bg-"][class*="active:bg-yellow-darken-4"]:active{background:#f57f17!important;transition:background .1s}.text-yellow-darken-4{caret-color:#f57f17!important;color:#f57f17!important}.text-yellow-darken-4:hover:active:before{background:#f57f17!important;opacity:.3;transition:background .1s}.bg-yellow-accent-1{background-color:#ffff8d!important;border-color:#ffff8d!important}.active\:bg-yellow-accent-1:active,.hover\:bg-yellow-accent-1:hover,[class*="hover:bg-"][class*="active:bg-yellow-accent-1"]:active{background:#ffff8d!important;transition:background .1s}.text-yellow-accent-1{caret-color:#ffff8d!important;color:#ffff8d!important}.text-yellow-accent-1:hover:active:before{background:#ffff8d!important;opacity:.3;transition:background .1s}.bg-yellow-accent-2{background-color:#ff0!important;border-color:#ff0!important}.active\:bg-yellow-accent-2:active,.hover\:bg-yellow-accent-2:hover,[class*="hover:bg-"][class*="active:bg-yellow-accent-2"]:active{background:#ff0!important;transition:background .1s}.text-yellow-accent-2{caret-color:#ff0!important;color:#ff0!important}.text-yellow-accent-2:hover:active:before{background:#ff0!important;opacity:.3;transition:background .1s}.bg-yellow-accent-3{background-color:#ffea00!important;border-color:#ffea00!important}.active\:bg-yellow-accent-3:active,.hover\:bg-yellow-accent-3:hover,[class*="hover:bg-"][class*="active:bg-yellow-accent-3"]:active{background:#ffea00!important;transition:background .1s}.text-yellow-accent-3{caret-color:#ffea00!important;color:#ffea00!important}.text-yellow-accent-3:hover:active:before{background:#ffea00!important;opacity:.3;transition:background .1s}.bg-yellow-accent-4{background-color:#ffd600!important;border-color:#ffd600!important}.active\:bg-yellow-accent-4:active,.hover\:bg-yellow-accent-4:hover,[class*="hover:bg-"][class*="active:bg-yellow-accent-4"]:active{background:#ffd600!important;transition:background .1s}.text-yellow-accent-4{caret-color:#ffd600!important;color:#ffd600!important}.text-yellow-accent-4:hover:active:before{background:#ffd600!important;opacity:.3;transition:background .1s}.bg-amber{background-color:#ffc107!important;border-color:#ffc107!important}.active\:bg-amber:active,.hover\:bg-amber:hover,[class*="hover:bg-"][class*="active:bg-amber"]:active{background:#ffc107!important;transition:background .1s}.text-amber{caret-color:#ffc107!important;color:#ffc107!important}.text-amber:hover:active:before{background:#ffc107!important;opacity:.3;transition:background .1s}.bg-amber-base{background-color:#ffc107!important;border-color:#ffc107!important}.active\:bg-amber-base:active,.hover\:bg-amber-base:hover,[class*="hover:bg-"][class*="active:bg-amber-base"]:active{background:#ffc107!important;transition:background .1s}.text-amber-base{caret-color:#ffc107!important;color:#ffc107!important}.text-amber-base:hover:active:before{background:#ffc107!important;opacity:.3;transition:background .1s}.bg-amber-lighten-5{background-color:#fff8e1!important;border-color:#fff8e1!important}.active\:bg-amber-lighten-5:active,.hover\:bg-amber-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-amber-lighten-5"]:active{background:#fff8e1!important;transition:background .1s}.text-amber-lighten-5{caret-color:#fff8e1!important;color:#fff8e1!important}.text-amber-lighten-5:hover:active:before{background:#fff8e1!important;opacity:.3;transition:background .1s}.bg-amber-lighten-4{background-color:#ffecb3!important;border-color:#ffecb3!important}.active\:bg-amber-lighten-4:active,.hover\:bg-amber-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-amber-lighten-4"]:active{background:#ffecb3!important;transition:background .1s}.text-amber-lighten-4{caret-color:#ffecb3!important;color:#ffecb3!important}.text-amber-lighten-4:hover:active:before{background:#ffecb3!important;opacity:.3;transition:background .1s}.bg-amber-lighten-3{background-color:#ffe082!important;border-color:#ffe082!important}.active\:bg-amber-lighten-3:active,.hover\:bg-amber-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-amber-lighten-3"]:active{background:#ffe082!important;transition:background .1s}.text-amber-lighten-3{caret-color:#ffe082!important;color:#ffe082!important}.text-amber-lighten-3:hover:active:before{background:#ffe082!important;opacity:.3;transition:background .1s}.bg-amber-lighten-2{background-color:#ffd54f!important;border-color:#ffd54f!important}.active\:bg-amber-lighten-2:active,.hover\:bg-amber-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-amber-lighten-2"]:active{background:#ffd54f!important;transition:background .1s}.text-amber-lighten-2{caret-color:#ffd54f!important;color:#ffd54f!important}.text-amber-lighten-2:hover:active:before{background:#ffd54f!important;opacity:.3;transition:background .1s}.bg-amber-lighten-1{background-color:#ffca28!important;border-color:#ffca28!important}.active\:bg-amber-lighten-1:active,.hover\:bg-amber-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-amber-lighten-1"]:active{background:#ffca28!important;transition:background .1s}.text-amber-lighten-1{caret-color:#ffca28!important;color:#ffca28!important}.text-amber-lighten-1:hover:active:before{background:#ffca28!important;opacity:.3;transition:background .1s}.bg-amber-darken-1{background-color:#ffb300!important;border-color:#ffb300!important}.active\:bg-amber-darken-1:active,.hover\:bg-amber-darken-1:hover,[class*="hover:bg-"][class*="active:bg-amber-darken-1"]:active{background:#ffb300!important;transition:background .1s}.text-amber-darken-1{caret-color:#ffb300!important;color:#ffb300!important}.text-amber-darken-1:hover:active:before{background:#ffb300!important;opacity:.3;transition:background .1s}.bg-amber-darken-2{background-color:#ffa000!important;border-color:#ffa000!important}.active\:bg-amber-darken-2:active,.hover\:bg-amber-darken-2:hover,[class*="hover:bg-"][class*="active:bg-amber-darken-2"]:active{background:#ffa000!important;transition:background .1s}.text-amber-darken-2{caret-color:#ffa000!important;color:#ffa000!important}.text-amber-darken-2:hover:active:before{background:#ffa000!important;opacity:.3;transition:background .1s}.bg-amber-darken-3{background-color:#ff8f00!important;border-color:#ff8f00!important}.active\:bg-amber-darken-3:active,.hover\:bg-amber-darken-3:hover,[class*="hover:bg-"][class*="active:bg-amber-darken-3"]:active{background:#ff8f00!important;transition:background .1s}.text-amber-darken-3{caret-color:#ff8f00!important;color:#ff8f00!important}.text-amber-darken-3:hover:active:before{background:#ff8f00!important;opacity:.3;transition:background .1s}.bg-amber-darken-4{background-color:#ff6f00!important;border-color:#ff6f00!important}.active\:bg-amber-darken-4:active,.hover\:bg-amber-darken-4:hover,[class*="hover:bg-"][class*="active:bg-amber-darken-4"]:active{background:#ff6f00!important;transition:background .1s}.text-amber-darken-4{caret-color:#ff6f00!important;color:#ff6f00!important}.text-amber-darken-4:hover:active:before{background:#ff6f00!important;opacity:.3;transition:background .1s}.bg-amber-accent-1{background-color:#ffe57f!important;border-color:#ffe57f!important}.active\:bg-amber-accent-1:active,.hover\:bg-amber-accent-1:hover,[class*="hover:bg-"][class*="active:bg-amber-accent-1"]:active{background:#ffe57f!important;transition:background .1s}.text-amber-accent-1{caret-color:#ffe57f!important;color:#ffe57f!important}.text-amber-accent-1:hover:active:before{background:#ffe57f!important;opacity:.3;transition:background .1s}.bg-amber-accent-2{background-color:#ffd740!important;border-color:#ffd740!important}.active\:bg-amber-accent-2:active,.hover\:bg-amber-accent-2:hover,[class*="hover:bg-"][class*="active:bg-amber-accent-2"]:active{background:#ffd740!important;transition:background .1s}.text-amber-accent-2{caret-color:#ffd740!important;color:#ffd740!important}.text-amber-accent-2:hover:active:before{background:#ffd740!important;opacity:.3;transition:background .1s}.bg-amber-accent-3{background-color:#ffc400!important;border-color:#ffc400!important}.active\:bg-amber-accent-3:active,.hover\:bg-amber-accent-3:hover,[class*="hover:bg-"][class*="active:bg-amber-accent-3"]:active{background:#ffc400!important;transition:background .1s}.text-amber-accent-3{caret-color:#ffc400!important;color:#ffc400!important}.text-amber-accent-3:hover:active:before{background:#ffc400!important;opacity:.3;transition:background .1s}.bg-amber-accent-4{background-color:#ffab00!important;border-color:#ffab00!important}.active\:bg-amber-accent-4:active,.hover\:bg-amber-accent-4:hover,[class*="hover:bg-"][class*="active:bg-amber-accent-4"]:active{background:#ffab00!important;transition:background .1s}.text-amber-accent-4{caret-color:#ffab00!important;color:#ffab00!important}.text-amber-accent-4:hover:active:before{background:#ffab00!important;opacity:.3;transition:background .1s}.bg-orange{background-color:#ff9800!important;border-color:#ff9800!important}.active\:bg-orange:active,.hover\:bg-orange:hover,[class*="hover:bg-"][class*="active:bg-orange"]:active{background:#ff9800!important;transition:background .1s}.text-orange{caret-color:#ff9800!important;color:#ff9800!important}.text-orange:hover:active:before{background:#ff9800!important;opacity:.3;transition:background .1s}.bg-orange-base{background-color:#ff9800!important;border-color:#ff9800!important}.active\:bg-orange-base:active,.hover\:bg-orange-base:hover,[class*="hover:bg-"][class*="active:bg-orange-base"]:active{background:#ff9800!important;transition:background .1s}.text-orange-base{caret-color:#ff9800!important;color:#ff9800!important}.text-orange-base:hover:active:before{background:#ff9800!important;opacity:.3;transition:background .1s}.bg-orange-lighten-5{background-color:#fff3e0!important;border-color:#fff3e0!important}.active\:bg-orange-lighten-5:active,.hover\:bg-orange-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-orange-lighten-5"]:active{background:#fff3e0!important;transition:background .1s}.text-orange-lighten-5{caret-color:#fff3e0!important;color:#fff3e0!important}.text-orange-lighten-5:hover:active:before{background:#fff3e0!important;opacity:.3;transition:background .1s}.bg-orange-lighten-4{background-color:#ffe0b2!important;border-color:#ffe0b2!important}.active\:bg-orange-lighten-4:active,.hover\:bg-orange-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-orange-lighten-4"]:active{background:#ffe0b2!important;transition:background .1s}.text-orange-lighten-4{caret-color:#ffe0b2!important;color:#ffe0b2!important}.text-orange-lighten-4:hover:active:before{background:#ffe0b2!important;opacity:.3;transition:background .1s}.bg-orange-lighten-3{background-color:#ffcc80!important;border-color:#ffcc80!important}.active\:bg-orange-lighten-3:active,.hover\:bg-orange-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-orange-lighten-3"]:active{background:#ffcc80!important;transition:background .1s}.text-orange-lighten-3{caret-color:#ffcc80!important;color:#ffcc80!important}.text-orange-lighten-3:hover:active:before{background:#ffcc80!important;opacity:.3;transition:background .1s}.bg-orange-lighten-2{background-color:#ffb74d!important;border-color:#ffb74d!important}.active\:bg-orange-lighten-2:active,.hover\:bg-orange-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-orange-lighten-2"]:active{background:#ffb74d!important;transition:background .1s}.text-orange-lighten-2{caret-color:#ffb74d!important;color:#ffb74d!important}.text-orange-lighten-2:hover:active:before{background:#ffb74d!important;opacity:.3;transition:background .1s}.bg-orange-lighten-1{background-color:#ffa726!important;border-color:#ffa726!important}.active\:bg-orange-lighten-1:active,.hover\:bg-orange-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-orange-lighten-1"]:active{background:#ffa726!important;transition:background .1s}.text-orange-lighten-1{caret-color:#ffa726!important;color:#ffa726!important}.text-orange-lighten-1:hover:active:before{background:#ffa726!important;opacity:.3;transition:background .1s}.bg-orange-darken-1{background-color:#fb8c00!important;border-color:#fb8c00!important}.active\:bg-orange-darken-1:active,.hover\:bg-orange-darken-1:hover,[class*="hover:bg-"][class*="active:bg-orange-darken-1"]:active{background:#fb8c00!important;transition:background .1s}.text-orange-darken-1{caret-color:#fb8c00!important;color:#fb8c00!important}.text-orange-darken-1:hover:active:before{background:#fb8c00!important;opacity:.3;transition:background .1s}.bg-orange-darken-2{background-color:#f57c00!important;border-color:#f57c00!important}.active\:bg-orange-darken-2:active,.hover\:bg-orange-darken-2:hover,[class*="hover:bg-"][class*="active:bg-orange-darken-2"]:active{background:#f57c00!important;transition:background .1s}.text-orange-darken-2{caret-color:#f57c00!important;color:#f57c00!important}.text-orange-darken-2:hover:active:before{background:#f57c00!important;opacity:.3;transition:background .1s}.bg-orange-darken-3{background-color:#ef6c00!important;border-color:#ef6c00!important}.active\:bg-orange-darken-3:active,.hover\:bg-orange-darken-3:hover,[class*="hover:bg-"][class*="active:bg-orange-darken-3"]:active{background:#ef6c00!important;transition:background .1s}.text-orange-darken-3{caret-color:#ef6c00!important;color:#ef6c00!important}.text-orange-darken-3:hover:active:before{background:#ef6c00!important;opacity:.3;transition:background .1s}.bg-orange-darken-4{background-color:#e65100!important;border-color:#e65100!important}.active\:bg-orange-darken-4:active,.hover\:bg-orange-darken-4:hover,[class*="hover:bg-"][class*="active:bg-orange-darken-4"]:active{background:#e65100!important;transition:background .1s}.text-orange-darken-4{caret-color:#e65100!important;color:#e65100!important}.text-orange-darken-4:hover:active:before{background:#e65100!important;opacity:.3;transition:background .1s}.bg-orange-accent-1{background-color:#ffd180!important;border-color:#ffd180!important}.active\:bg-orange-accent-1:active,.hover\:bg-orange-accent-1:hover,[class*="hover:bg-"][class*="active:bg-orange-accent-1"]:active{background:#ffd180!important;transition:background .1s}.text-orange-accent-1{caret-color:#ffd180!important;color:#ffd180!important}.text-orange-accent-1:hover:active:before{background:#ffd180!important;opacity:.3;transition:background .1s}.bg-orange-accent-2{background-color:#ffab40!important;border-color:#ffab40!important}.active\:bg-orange-accent-2:active,.hover\:bg-orange-accent-2:hover,[class*="hover:bg-"][class*="active:bg-orange-accent-2"]:active{background:#ffab40!important;transition:background .1s}.text-orange-accent-2{caret-color:#ffab40!important;color:#ffab40!important}.text-orange-accent-2:hover:active:before{background:#ffab40!important;opacity:.3;transition:background .1s}.bg-orange-accent-3{background-color:#ff9100!important;border-color:#ff9100!important}.active\:bg-orange-accent-3:active,.hover\:bg-orange-accent-3:hover,[class*="hover:bg-"][class*="active:bg-orange-accent-3"]:active{background:#ff9100!important;transition:background .1s}.text-orange-accent-3{caret-color:#ff9100!important;color:#ff9100!important}.text-orange-accent-3:hover:active:before{background:#ff9100!important;opacity:.3;transition:background .1s}.bg-orange-accent-4{background-color:#ff6d00!important;border-color:#ff6d00!important}.active\:bg-orange-accent-4:active,.hover\:bg-orange-accent-4:hover,[class*="hover:bg-"][class*="active:bg-orange-accent-4"]:active{background:#ff6d00!important;transition:background .1s}.text-orange-accent-4{caret-color:#ff6d00!important;color:#ff6d00!important}.text-orange-accent-4:hover:active:before{background:#ff6d00!important;opacity:.3;transition:background .1s}.bg-deep-orange{background-color:#ff5722!important;border-color:#ff5722!important}.active\:bg-deep-orange:active,.hover\:bg-deep-orange:hover,[class*="hover:bg-"][class*="active:bg-deep-orange"]:active{background:#ff5722!important;transition:background .1s}.text-deep-orange{caret-color:#ff5722!important;color:#ff5722!important}.text-deep-orange:hover:active:before{background:#ff5722!important;opacity:.3;transition:background .1s}.bg-deep-orange-base{background-color:#ff5722!important;border-color:#ff5722!important}.active\:bg-deep-orange-base:active,.hover\:bg-deep-orange-base:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-base"]:active{background:#ff5722!important;transition:background .1s}.text-deep-orange-base{caret-color:#ff5722!important;color:#ff5722!important}.text-deep-orange-base:hover:active:before{background:#ff5722!important;opacity:.3;transition:background .1s}.bg-deep-orange-lighten-5{background-color:#fbe9e7!important;border-color:#fbe9e7!important}.active\:bg-deep-orange-lighten-5:active,.hover\:bg-deep-orange-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-lighten-5"]:active{background:#fbe9e7!important;transition:background .1s}.text-deep-orange-lighten-5{caret-color:#fbe9e7!important;color:#fbe9e7!important}.text-deep-orange-lighten-5:hover:active:before{background:#fbe9e7!important;opacity:.3;transition:background .1s}.bg-deep-orange-lighten-4{background-color:#ffccbc!important;border-color:#ffccbc!important}.active\:bg-deep-orange-lighten-4:active,.hover\:bg-deep-orange-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-lighten-4"]:active{background:#ffccbc!important;transition:background .1s}.text-deep-orange-lighten-4{caret-color:#ffccbc!important;color:#ffccbc!important}.text-deep-orange-lighten-4:hover:active:before{background:#ffccbc!important;opacity:.3;transition:background .1s}.bg-deep-orange-lighten-3{background-color:#ffab91!important;border-color:#ffab91!important}.active\:bg-deep-orange-lighten-3:active,.hover\:bg-deep-orange-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-lighten-3"]:active{background:#ffab91!important;transition:background .1s}.text-deep-orange-lighten-3{caret-color:#ffab91!important;color:#ffab91!important}.text-deep-orange-lighten-3:hover:active:before{background:#ffab91!important;opacity:.3;transition:background .1s}.bg-deep-orange-lighten-2{background-color:#ff8a65!important;border-color:#ff8a65!important}.active\:bg-deep-orange-lighten-2:active,.hover\:bg-deep-orange-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-lighten-2"]:active{background:#ff8a65!important;transition:background .1s}.text-deep-orange-lighten-2{caret-color:#ff8a65!important;color:#ff8a65!important}.text-deep-orange-lighten-2:hover:active:before{background:#ff8a65!important;opacity:.3;transition:background .1s}.bg-deep-orange-lighten-1{background-color:#ff7043!important;border-color:#ff7043!important}.active\:bg-deep-orange-lighten-1:active,.hover\:bg-deep-orange-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-lighten-1"]:active{background:#ff7043!important;transition:background .1s}.text-deep-orange-lighten-1{caret-color:#ff7043!important;color:#ff7043!important}.text-deep-orange-lighten-1:hover:active:before{background:#ff7043!important;opacity:.3;transition:background .1s}.bg-deep-orange-darken-1{background-color:#f4511e!important;border-color:#f4511e!important}.active\:bg-deep-orange-darken-1:active,.hover\:bg-deep-orange-darken-1:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-darken-1"]:active{background:#f4511e!important;transition:background .1s}.text-deep-orange-darken-1{caret-color:#f4511e!important;color:#f4511e!important}.text-deep-orange-darken-1:hover:active:before{background:#f4511e!important;opacity:.3;transition:background .1s}.bg-deep-orange-darken-2{background-color:#e64a19!important;border-color:#e64a19!important}.active\:bg-deep-orange-darken-2:active,.hover\:bg-deep-orange-darken-2:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-darken-2"]:active{background:#e64a19!important;transition:background .1s}.text-deep-orange-darken-2{caret-color:#e64a19!important;color:#e64a19!important}.text-deep-orange-darken-2:hover:active:before{background:#e64a19!important;opacity:.3;transition:background .1s}.bg-deep-orange-darken-3{background-color:#d84315!important;border-color:#d84315!important}.active\:bg-deep-orange-darken-3:active,.hover\:bg-deep-orange-darken-3:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-darken-3"]:active{background:#d84315!important;transition:background .1s}.text-deep-orange-darken-3{caret-color:#d84315!important;color:#d84315!important}.text-deep-orange-darken-3:hover:active:before{background:#d84315!important;opacity:.3;transition:background .1s}.bg-deep-orange-darken-4{background-color:#bf360c!important;border-color:#bf360c!important}.active\:bg-deep-orange-darken-4:active,.hover\:bg-deep-orange-darken-4:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-darken-4"]:active{background:#bf360c!important;transition:background .1s}.text-deep-orange-darken-4{caret-color:#bf360c!important;color:#bf360c!important}.text-deep-orange-darken-4:hover:active:before{background:#bf360c!important;opacity:.3;transition:background .1s}.bg-deep-orange-accent-1{background-color:#ff9e80!important;border-color:#ff9e80!important}.active\:bg-deep-orange-accent-1:active,.hover\:bg-deep-orange-accent-1:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-accent-1"]:active{background:#ff9e80!important;transition:background .1s}.text-deep-orange-accent-1{caret-color:#ff9e80!important;color:#ff9e80!important}.text-deep-orange-accent-1:hover:active:before{background:#ff9e80!important;opacity:.3;transition:background .1s}.bg-deep-orange-accent-2{background-color:#ff6e40!important;border-color:#ff6e40!important}.active\:bg-deep-orange-accent-2:active,.hover\:bg-deep-orange-accent-2:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-accent-2"]:active{background:#ff6e40!important;transition:background .1s}.text-deep-orange-accent-2{caret-color:#ff6e40!important;color:#ff6e40!important}.text-deep-orange-accent-2:hover:active:before{background:#ff6e40!important;opacity:.3;transition:background .1s}.bg-deep-orange-accent-3{background-color:#ff3d00!important;border-color:#ff3d00!important}.active\:bg-deep-orange-accent-3:active,.hover\:bg-deep-orange-accent-3:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-accent-3"]:active{background:#ff3d00!important;transition:background .1s}.text-deep-orange-accent-3{caret-color:#ff3d00!important;color:#ff3d00!important}.text-deep-orange-accent-3:hover:active:before{background:#ff3d00!important;opacity:.3;transition:background .1s}.bg-deep-orange-accent-4{background-color:#dd2c00!important;border-color:#dd2c00!important}.active\:bg-deep-orange-accent-4:active,.hover\:bg-deep-orange-accent-4:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-accent-4"]:active{background:#dd2c00!important;transition:background .1s}.text-deep-orange-accent-4{caret-color:#dd2c00!important;color:#dd2c00!important}.text-deep-orange-accent-4:hover:active:before{background:#dd2c00!important;opacity:.3;transition:background .1s}.bg-brown{background-color:#795548!important;border-color:#795548!important}.active\:bg-brown:active,.hover\:bg-brown:hover,[class*="hover:bg-"][class*="active:bg-brown"]:active{background:#795548!important;transition:background .1s}.text-brown{caret-color:#795548!important;color:#795548!important}.text-brown:hover:active:before{background:#795548!important;opacity:.3;transition:background .1s}.bg-brown-base{background-color:#795548!important;border-color:#795548!important}.active\:bg-brown-base:active,.hover\:bg-brown-base:hover,[class*="hover:bg-"][class*="active:bg-brown-base"]:active{background:#795548!important;transition:background .1s}.text-brown-base{caret-color:#795548!important;color:#795548!important}.text-brown-base:hover:active:before{background:#795548!important;opacity:.3;transition:background .1s}.bg-brown-lighten-5{background-color:#efebe9!important;border-color:#efebe9!important}.active\:bg-brown-lighten-5:active,.hover\:bg-brown-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-brown-lighten-5"]:active{background:#efebe9!important;transition:background .1s}.text-brown-lighten-5{caret-color:#efebe9!important;color:#efebe9!important}.text-brown-lighten-5:hover:active:before{background:#efebe9!important;opacity:.3;transition:background .1s}.bg-brown-lighten-4{background-color:#d7ccc8!important;border-color:#d7ccc8!important}.active\:bg-brown-lighten-4:active,.hover\:bg-brown-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-brown-lighten-4"]:active{background:#d7ccc8!important;transition:background .1s}.text-brown-lighten-4{caret-color:#d7ccc8!important;color:#d7ccc8!important}.text-brown-lighten-4:hover:active:before{background:#d7ccc8!important;opacity:.3;transition:background .1s}.bg-brown-lighten-3{background-color:#bcaaa4!important;border-color:#bcaaa4!important}.active\:bg-brown-lighten-3:active,.hover\:bg-brown-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-brown-lighten-3"]:active{background:#bcaaa4!important;transition:background .1s}.text-brown-lighten-3{caret-color:#bcaaa4!important;color:#bcaaa4!important}.text-brown-lighten-3:hover:active:before{background:#bcaaa4!important;opacity:.3;transition:background .1s}.bg-brown-lighten-2{background-color:#a1887f!important;border-color:#a1887f!important}.active\:bg-brown-lighten-2:active,.hover\:bg-brown-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-brown-lighten-2"]:active{background:#a1887f!important;transition:background .1s}.text-brown-lighten-2{caret-color:#a1887f!important;color:#a1887f!important}.text-brown-lighten-2:hover:active:before{background:#a1887f!important;opacity:.3;transition:background .1s}.bg-brown-lighten-1{background-color:#8d6e63!important;border-color:#8d6e63!important}.active\:bg-brown-lighten-1:active,.hover\:bg-brown-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-brown-lighten-1"]:active{background:#8d6e63!important;transition:background .1s}.text-brown-lighten-1{caret-color:#8d6e63!important;color:#8d6e63!important}.text-brown-lighten-1:hover:active:before{background:#8d6e63!important;opacity:.3;transition:background .1s}.bg-brown-darken-1{background-color:#6d4c41!important;border-color:#6d4c41!important}.active\:bg-brown-darken-1:active,.hover\:bg-brown-darken-1:hover,[class*="hover:bg-"][class*="active:bg-brown-darken-1"]:active{background:#6d4c41!important;transition:background .1s}.text-brown-darken-1{caret-color:#6d4c41!important;color:#6d4c41!important}.text-brown-darken-1:hover:active:before{background:#6d4c41!important;opacity:.3;transition:background .1s}.bg-brown-darken-2{background-color:#5d4037!important;border-color:#5d4037!important}.active\:bg-brown-darken-2:active,.hover\:bg-brown-darken-2:hover,[class*="hover:bg-"][class*="active:bg-brown-darken-2"]:active{background:#5d4037!important;transition:background .1s}.text-brown-darken-2{caret-color:#5d4037!important;color:#5d4037!important}.text-brown-darken-2:hover:active:before{background:#5d4037!important;opacity:.3;transition:background .1s}.bg-brown-darken-3{background-color:#4e342e!important;border-color:#4e342e!important}.active\:bg-brown-darken-3:active,.hover\:bg-brown-darken-3:hover,[class*="hover:bg-"][class*="active:bg-brown-darken-3"]:active{background:#4e342e!important;transition:background .1s}.text-brown-darken-3{caret-color:#4e342e!important;color:#4e342e!important}.text-brown-darken-3:hover:active:before{background:#4e342e!important;opacity:.3;transition:background .1s}.bg-brown-darken-4{background-color:#3e2723!important;border-color:#3e2723!important}.active\:bg-brown-darken-4:active,.hover\:bg-brown-darken-4:hover,[class*="hover:bg-"][class*="active:bg-brown-darken-4"]:active{background:#3e2723!important;transition:background .1s}.text-brown-darken-4{caret-color:#3e2723!important;color:#3e2723!important}.text-brown-darken-4:hover:active:before{background:#3e2723!important;opacity:.3;transition:background .1s}.bg-blue-grey{background-color:#607d8b!important;border-color:#607d8b!important}.active\:bg-blue-grey:active,.hover\:bg-blue-grey:hover,[class*="hover:bg-"][class*="active:bg-blue-grey"]:active{background:#607d8b!important;transition:background .1s}.text-blue-grey{caret-color:#607d8b!important;color:#607d8b!important}.text-blue-grey:hover:active:before{background:#607d8b!important;opacity:.3;transition:background .1s}.bg-blue-grey-base{background-color:#607d8b!important;border-color:#607d8b!important}.active\:bg-blue-grey-base:active,.hover\:bg-blue-grey-base:hover,[class*="hover:bg-"][class*="active:bg-blue-grey-base"]:active{background:#607d8b!important;transition:background .1s}.text-blue-grey-base{caret-color:#607d8b!important;color:#607d8b!important}.text-blue-grey-base:hover:active:before{background:#607d8b!important;opacity:.3;transition:background .1s}.bg-blue-grey-lighten-5{background-color:#eceff1!important;border-color:#eceff1!important}.active\:bg-blue-grey-lighten-5:active,.hover\:bg-blue-grey-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-blue-grey-lighten-5"]:active{background:#eceff1!important;transition:background .1s}.text-blue-grey-lighten-5{caret-color:#eceff1!important;color:#eceff1!important}.text-blue-grey-lighten-5:hover:active:before{background:#eceff1!important;opacity:.3;transition:background .1s}.bg-blue-grey-lighten-4{background-color:#cfd8dc!important;border-color:#cfd8dc!important}.active\:bg-blue-grey-lighten-4:active,.hover\:bg-blue-grey-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-blue-grey-lighten-4"]:active{background:#cfd8dc!important;transition:background .1s}.text-blue-grey-lighten-4{caret-color:#cfd8dc!important;color:#cfd8dc!important}.text-blue-grey-lighten-4:hover:active:before{background:#cfd8dc!important;opacity:.3;transition:background .1s}.bg-blue-grey-lighten-3{background-color:#b0bec5!important;border-color:#b0bec5!important}.active\:bg-blue-grey-lighten-3:active,.hover\:bg-blue-grey-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-blue-grey-lighten-3"]:active{background:#b0bec5!important;transition:background .1s}.text-blue-grey-lighten-3{caret-color:#b0bec5!important;color:#b0bec5!important}.text-blue-grey-lighten-3:hover:active:before{background:#b0bec5!important;opacity:.3;transition:background .1s}.bg-blue-grey-lighten-2{background-color:#90a4ae!important;border-color:#90a4ae!important}.active\:bg-blue-grey-lighten-2:active,.hover\:bg-blue-grey-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-blue-grey-lighten-2"]:active{background:#90a4ae!important;transition:background .1s}.text-blue-grey-lighten-2{caret-color:#90a4ae!important;color:#90a4ae!important}.text-blue-grey-lighten-2:hover:active:before{background:#90a4ae!important;opacity:.3;transition:background .1s}.bg-blue-grey-lighten-1{background-color:#78909c!important;border-color:#78909c!important}.active\:bg-blue-grey-lighten-1:active,.hover\:bg-blue-grey-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-blue-grey-lighten-1"]:active{background:#78909c!important;transition:background .1s}.text-blue-grey-lighten-1{caret-color:#78909c!important;color:#78909c!important}.text-blue-grey-lighten-1:hover:active:before{background:#78909c!important;opacity:.3;transition:background .1s}.bg-blue-grey-darken-1{background-color:#546e7a!important;border-color:#546e7a!important}.active\:bg-blue-grey-darken-1:active,.hover\:bg-blue-grey-darken-1:hover,[class*="hover:bg-"][class*="active:bg-blue-grey-darken-1"]:active{background:#546e7a!important;transition:background .1s}.text-blue-grey-darken-1{caret-color:#546e7a!important;color:#546e7a!important}.text-blue-grey-darken-1:hover:active:before{background:#546e7a!important;opacity:.3;transition:background .1s}.bg-blue-grey-darken-2{background-color:#455a64!important;border-color:#455a64!important}.active\:bg-blue-grey-darken-2:active,.hover\:bg-blue-grey-darken-2:hover,[class*="hover:bg-"][class*="active:bg-blue-grey-darken-2"]:active{background:#455a64!important;transition:background .1s}.text-blue-grey-darken-2{caret-color:#455a64!important;color:#455a64!important}.text-blue-grey-darken-2:hover:active:before{background:#455a64!important;opacity:.3;transition:background .1s}.bg-blue-grey-darken-3{background-color:#37474f!important;border-color:#37474f!important}.active\:bg-blue-grey-darken-3:active,.hover\:bg-blue-grey-darken-3:hover,[class*="hover:bg-"][class*="active:bg-blue-grey-darken-3"]:active{background:#37474f!important;transition:background .1s}.text-blue-grey-darken-3{caret-color:#37474f!important;color:#37474f!important}.text-blue-grey-darken-3:hover:active:before{background:#37474f!important;opacity:.3;transition:background .1s}.bg-blue-grey-darken-4{background-color:#263238!important;border-color:#263238!important}.active\:bg-blue-grey-darken-4:active,.hover\:bg-blue-grey-darken-4:hover,[class*="hover:bg-"][class*="active:bg-blue-grey-darken-4"]:active{background:#263238!important;transition:background .1s}.text-blue-grey-darken-4{caret-color:#263238!important;color:#263238!important}.text-blue-grey-darken-4:hover:active:before{background:#263238!important;opacity:.3;transition:background .1s}.bg-grey{background-color:#9e9e9e!important;border-color:#9e9e9e!important}.active\:bg-grey:active,.hover\:bg-grey:hover,[class*="hover:bg-"][class*="active:bg-grey"]:active{background:#9e9e9e!important;transition:background .1s}.text-grey{caret-color:#9e9e9e!important;color:#9e9e9e!important}.text-grey:hover:active:before{background:#9e9e9e!important;opacity:.3;transition:background .1s}.bg-grey-base{background-color:#9e9e9e!important;border-color:#9e9e9e!important}.active\:bg-grey-base:active,.hover\:bg-grey-base:hover,[class*="hover:bg-"][class*="active:bg-grey-base"]:active{background:#9e9e9e!important;transition:background .1s}.text-grey-base{caret-color:#9e9e9e!important;color:#9e9e9e!important}.text-grey-base:hover:active:before{background:#9e9e9e!important;opacity:.3;transition:background .1s}.bg-grey-lighten-5{background-color:#fafafa!important;border-color:#fafafa!important}.active\:bg-grey-lighten-5:active,.hover\:bg-grey-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-grey-lighten-5"]:active{background:#fafafa!important;transition:background .1s}.text-grey-lighten-5{caret-color:#fafafa!important;color:#fafafa!important}.text-grey-lighten-5:hover:active:before{background:#fafafa!important;opacity:.3;transition:background .1s}.bg-grey-lighten-4{background-color:#f5f5f5!important;border-color:#f5f5f5!important}.active\:bg-grey-lighten-4:active,.hover\:bg-grey-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-grey-lighten-4"]:active{background:#f5f5f5!important;transition:background .1s}.text-grey-lighten-4{caret-color:#f5f5f5!important;color:#f5f5f5!important}.text-grey-lighten-4:hover:active:before{background:#f5f5f5!important;opacity:.3;transition:background .1s}.bg-grey-lighten-3{background-color:#eee!important;border-color:#eee!important}.active\:bg-grey-lighten-3:active,.hover\:bg-grey-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-grey-lighten-3"]:active{background:#eee!important;transition:background .1s}.text-grey-lighten-3{caret-color:#eee!important;color:#eee!important}.text-grey-lighten-3:hover:active:before{background:#eee!important;opacity:.3;transition:background .1s}.bg-grey-lighten-2{background-color:#e0e0e0!important;border-color:#e0e0e0!important}.active\:bg-grey-lighten-2:active,.hover\:bg-grey-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-grey-lighten-2"]:active{background:#e0e0e0!important;transition:background .1s}.text-grey-lighten-2{caret-color:#e0e0e0!important;color:#e0e0e0!important}.text-grey-lighten-2:hover:active:before{background:#e0e0e0!important;opacity:.3;transition:background .1s}.bg-grey-lighten-1{background-color:#bdbdbd!important;border-color:#bdbdbd!important}.active\:bg-grey-lighten-1:active,.hover\:bg-grey-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-grey-lighten-1"]:active{background:#bdbdbd!important;transition:background .1s}.text-grey-lighten-1{caret-color:#bdbdbd!important;color:#bdbdbd!important}.text-grey-lighten-1:hover:active:before{background:#bdbdbd!important;opacity:.3;transition:background .1s}.bg-grey-darken-1{background-color:#757575!important;border-color:#757575!important}.active\:bg-grey-darken-1:active,.hover\:bg-grey-darken-1:hover,[class*="hover:bg-"][class*="active:bg-grey-darken-1"]:active{background:#757575!important;transition:background .1s}.text-grey-darken-1{caret-color:#757575!important;color:#757575!important}.text-grey-darken-1:hover:active:before{background:#757575!important;opacity:.3;transition:background .1s}.bg-grey-darken-2{background-color:#616161!important;border-color:#616161!important}.active\:bg-grey-darken-2:active,.hover\:bg-grey-darken-2:hover,[class*="hover:bg-"][class*="active:bg-grey-darken-2"]:active{background:#616161!important;transition:background .1s}.text-grey-darken-2{caret-color:#616161!important;color:#616161!important}.text-grey-darken-2:hover:active:before{background:#616161!important;opacity:.3;transition:background .1s}.bg-grey-darken-3{background-color:#424242!important;border-color:#424242!important}.active\:bg-grey-darken-3:active,.hover\:bg-grey-darken-3:hover,[class*="hover:bg-"][class*="active:bg-grey-darken-3"]:active{background:#424242!important;transition:background .1s}.text-grey-darken-3{caret-color:#424242!important;color:#424242!important}.text-grey-darken-3:hover:active:before{background:#424242!important;opacity:.3;transition:background .1s}.bg-grey-darken-4{background-color:#212121!important;border-color:#212121!important}.active\:bg-grey-darken-4:active,.hover\:bg-grey-darken-4:hover,[class*="hover:bg-"][class*="active:bg-grey-darken-4"]:active{background:#212121!important;transition:background .1s}.text-grey-darken-4{caret-color:#212121!important;color:#212121!important}.text-grey-darken-4:hover:active:before{background:#212121!important;opacity:.3;transition:background .1s}.bg-white{background-color:#fff!important;border-color:#fff!important}.active\:bg-white:active,.hover\:bg-white:hover,[class*="hover:bg-"][class*="active:bg-white"]:active{background:#fff!important;transition:background .1s}.text-white{caret-color:#fff!important;color:#fff!important}.text-white:hover:active:before{background:#fff!important;opacity:.3;transition:background .1s}.bg-white-base{background-color:#fff!important;border-color:#fff!important}.active\:bg-white-base:active,.hover\:bg-white-base:hover,[class*="hover:bg-"][class*="active:bg-white-base"]:active{background:#fff!important;transition:background .1s}.text-white-base{caret-color:#fff!important;color:#fff!important}.text-white-base:hover:active:before{background:#fff!important;opacity:.3;transition:background .1s}.bg-black{background-color:#000!important;border-color:#000!important}.active\:bg-black:active,.hover\:bg-black:hover,[class*="hover:bg-"][class*="active:bg-black"]:active{background:#000!important;transition:background .1s}.text-black{caret-color:#000!important;color:#000!important}.text-black:hover:active:before{background:#000!important;opacity:.3;transition:background .1s}.bg-black-base{background-color:#000!important;border-color:#000!important}.active\:bg-black-base:active,.hover\:bg-black-base:hover,[class*="hover:bg-"][class*="active:bg-black-base"]:active{background:#000!important;transition:background .1s}.text-black-base{caret-color:#000!important;color:#000!important}.text-black-base:hover:active:before{background:#000!important;opacity:.3;transition:background .1s}.border-0{border:none!important}.border{border:1px solid!important}.border-2{border:2px solid!important}.border-t{border-top:1px solid!important}.border-b{border-bottom:1px solid!important}.border-l{border-left:1px solid!important}.border-r{border-right:1px solid!important}.border-t-0{border-top:none!important}.border-b-0{border-bottom:none!important}.border-l-0{border-left:none!important}.border-r-0{border-right:none!important}.border-solid{border-style:solid!important}.border-dashed{border-style:dashed!important}.border-dotted{border-style:dotted!important}.border-none{border-style:none!important}.border-transparent{border-color:transparent!important}.border-current{border-color:currentColor!important}.outline-none{outline:none!important}.outline{outline:1px solid!important}.sr-only{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.pointer-events-none{pointer-events:none!important}.pointer-events-auto{pointer-events:auto!important}.select-none{user-select:none!important}.select-text{user-select:text!important}.select-all{user-select:all!important}.select-auto{user-select:auto!important}.object-contain{object-fit:contain!important}.object-cover{object-fit:cover!important}.object-fill{object-fit:fill!important}.object-none{object-fit:none!important}.aspect-square{aspect-ratio:1/1!important}.aspect-video{aspect-ratio:16/9!important}.aspect-auto{aspect-ratio:auto!important}.line-clamp-1{-webkit-line-clamp:1!important}.line-clamp-1,.line-clamp-2{-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}.line-clamp-2{-webkit-line-clamp:2!important}.line-clamp-3{-webkit-line-clamp:3!important}.line-clamp-3,.line-clamp-4{-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}.line-clamp-4{-webkit-line-clamp:4!important}.line-clamp-5{-webkit-line-clamp:5!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}
|
|
1
|
+
html{-webkit-text-size-adjust:100%;box-sizing:border-box;-moz-tab-size:4;tab-size:4;word-break:normal}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{margin:0;padding:0}hr{color:inherit;height:0;overflow:visible}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}iframe{border-style:none}input{border-radius:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}[disabled]{cursor:default}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}:root{--c-app-primary-color:#1976d2;--c-app-on-primary-color:#fff;--c-app-secondary-color:#1565c0;--c-app-success-color:#4caf50;--c-app-error-color:#e53935;--c-app-warning-color:#ff9800;--c-app-info-color:#039be5;--c-app-accent-color:#76ff03;--c-app-background-color:#f5f5f5;--c-app-surface-color:#fff;--c-app-surface-variant-color:#eee;--c-app-on-surface-color:#424242;--c-app-text-color:#424242;--c-app-text-secondary-color:#757575;--c-app-placeholder-color:#9e9e9e;--c-app-disabled-color:#bdbdbd;--c-app-disabled-bg-color:#eee;--c-app-disabled-opacity:0.5;--c-app-readonly-color:#1976d2;--c-app-readonly-bg-color:#f5f5f5;--c-app-focus-color:#1976d2;--c-app-error-bg-color:#ffebee;--c-app-hover-color:rgba(0,0,0,.06);--c-app-overlay-color:rgba(0,0,0,.5);--c-app-shadow-color:rgba(0,0,0,.15);--c-app-border-color:#e0e0e0;--c-app-border-radius:8px}[data-theme=dark]{--c-app-primary-color:#90caf9;--c-app-on-primary-color:#212121;--c-app-secondary-color:#64b5f6;--c-app-success-color:#81c784;--c-app-error-color:#e57373;--c-app-warning-color:#ffb74d;--c-app-info-color:#4fc3f7;--c-app-background-color:#212121;--c-app-surface-color:#1e1e1e;--c-app-surface-variant-color:#2a2a2a;--c-app-on-surface-color:#e0e0e0;--c-app-text-color:#e0e0e0;--c-app-text-secondary-color:#9e9e9e;--c-app-placeholder-color:#757575;--c-app-disabled-color:#616161;--c-app-disabled-bg-color:#2a2a2a;--c-app-disabled-opacity:0.4;--c-app-readonly-color:#90caf9;--c-app-readonly-bg-color:#2a2a2a;--c-app-focus-color:#90caf9;--c-app-error-bg-color:rgba(#F44336,.12);--c-app-hover-color:hsla(0,0%,100%,.08);--c-app-overlay-color:rgba(0,0,0,.7);--c-app-shadow-color:rgba(0,0,0,.4);--c-app-border-color:#616161}.fade-enter-from,.fade-leave-to{opacity:0}.fade-enter-active,.fade-leave-active{transition:opacity .2s cubic-bezier(.25,.8,.5,1)}.scale-in-enter-from,.scale-in-leave-to{opacity:0;transform:scale(0)}.scale-in-enter-active,.scale-in-leave-active{transition:opacity .2s cubic-bezier(.25,.8,.5,1),transform .2s cubic-bezier(.25,.8,.5,1)}.scale-in-out-enter-from,.scale-in-out-leave-to{opacity:0;transform:scale(.9)}.scale-in-out-enter-active,.scale-in-out-leave-active{transition:opacity .15s cubic-bezier(.25,.8,.5,1),transform .15s cubic-bezier(.25,.8,.5,1)}.scale-in-out-leave-active{transform:scale(1.1)}.fade-in-down-enter-from,.fade-in-down-leave-to{opacity:0;transform:translateY(-15px)}.fade-in-down-enter-active,.fade-in-down-leave-active{transition:opacity .15s cubic-bezier(.25,.8,.5,1),transform .15s cubic-bezier(.25,.8,.5,1)}.fade-in-down-leave-active{transform:translateY(15px)}.fade-in-up-enter-from,.fade-in-up-leave-to{opacity:0;transform:translateY(15px)}.fade-in-up-enter-active,.fade-in-up-leave-active{transition:opacity .15s cubic-bezier(.25,.8,.5,1),transform .15s cubic-bezier(.25,.8,.5,1)}.fade-in-up-leave-active{transform:translateY(-15px)}.slide-in-left-enter-from,.slide-in-left-leave-to{transform:translateX(-100%)}.slide-in-left-enter-active,.slide-in-left-leave-active{transition:opacity .2s cubic-bezier(.25,.8,.5,1),transform .2s cubic-bezier(.25,.8,.5,1)}.slide-in-left-leave-active{transform:translateX(100%)}.ma-0{margin:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.mt-0{margin-top:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-bottom:0!important;margin-top:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pt-0{padding-top:0!important}.pa-0{padding:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-bottom:0!important;padding-top:0!important}.gap-0{gap:0!important}.gap-x-0{column-gap:0!important}.gap-y-0{row-gap:0!important}.ma-1{margin:4px!important}.ml-1{margin-left:4px!important}.mr-1{margin-right:4px!important}.mb-1{margin-bottom:4px!important}.mt-1{margin-top:4px!important}.mx-1{margin-left:4px!important;margin-right:4px!important}.my-1{margin-bottom:4px!important;margin-top:4px!important}.pl-1{padding-left:4px!important}.pr-1{padding-right:4px!important}.pb-1{padding-bottom:4px!important}.pt-1{padding-top:4px!important}.pa-1{padding:4px!important}.px-1{padding-left:4px!important;padding-right:4px!important}.py-1{padding-bottom:4px!important;padding-top:4px!important}.gap-1{gap:4px!important}.gap-x-1{column-gap:4px!important}.gap-y-1{row-gap:4px!important}.ma-2{margin:8px!important}.ml-2{margin-left:8px!important}.mr-2{margin-right:8px!important}.mb-2{margin-bottom:8px!important}.mt-2{margin-top:8px!important}.mx-2{margin-left:8px!important;margin-right:8px!important}.my-2{margin-bottom:8px!important;margin-top:8px!important}.pl-2{padding-left:8px!important}.pr-2{padding-right:8px!important}.pb-2{padding-bottom:8px!important}.pt-2{padding-top:8px!important}.pa-2{padding:8px!important}.px-2{padding-left:8px!important;padding-right:8px!important}.py-2{padding-bottom:8px!important;padding-top:8px!important}.gap-2{gap:8px!important}.gap-x-2{column-gap:8px!important}.gap-y-2{row-gap:8px!important}.ma-3{margin:12px!important}.ml-3{margin-left:12px!important}.mr-3{margin-right:12px!important}.mb-3{margin-bottom:12px!important}.mt-3{margin-top:12px!important}.mx-3{margin-left:12px!important;margin-right:12px!important}.my-3{margin-bottom:12px!important;margin-top:12px!important}.pl-3{padding-left:12px!important}.pr-3{padding-right:12px!important}.pb-3{padding-bottom:12px!important}.pt-3{padding-top:12px!important}.pa-3{padding:12px!important}.px-3{padding-left:12px!important;padding-right:12px!important}.py-3{padding-bottom:12px!important;padding-top:12px!important}.gap-3{gap:12px!important}.gap-x-3{column-gap:12px!important}.gap-y-3{row-gap:12px!important}.ma-4{margin:16px!important}.ml-4{margin-left:16px!important}.mr-4{margin-right:16px!important}.mb-4{margin-bottom:16px!important}.mt-4{margin-top:16px!important}.mx-4{margin-left:16px!important;margin-right:16px!important}.my-4{margin-bottom:16px!important;margin-top:16px!important}.pl-4{padding-left:16px!important}.pr-4{padding-right:16px!important}.pb-4{padding-bottom:16px!important}.pt-4{padding-top:16px!important}.pa-4{padding:16px!important}.px-4{padding-left:16px!important;padding-right:16px!important}.py-4{padding-bottom:16px!important;padding-top:16px!important}.gap-4{gap:16px!important}.gap-x-4{column-gap:16px!important}.gap-y-4{row-gap:16px!important}.ma-5{margin:20px!important}.ml-5{margin-left:20px!important}.mr-5{margin-right:20px!important}.mb-5{margin-bottom:20px!important}.mt-5{margin-top:20px!important}.mx-5{margin-left:20px!important;margin-right:20px!important}.my-5{margin-bottom:20px!important;margin-top:20px!important}.pl-5{padding-left:20px!important}.pr-5{padding-right:20px!important}.pb-5{padding-bottom:20px!important}.pt-5{padding-top:20px!important}.pa-5{padding:20px!important}.px-5{padding-left:20px!important;padding-right:20px!important}.py-5{padding-bottom:20px!important;padding-top:20px!important}.gap-5{gap:20px!important}.gap-x-5{column-gap:20px!important}.gap-y-5{row-gap:20px!important}.ma-6{margin:24px!important}.ml-6{margin-left:24px!important}.mr-6{margin-right:24px!important}.mb-6{margin-bottom:24px!important}.mt-6{margin-top:24px!important}.mx-6{margin-left:24px!important;margin-right:24px!important}.my-6{margin-bottom:24px!important;margin-top:24px!important}.pl-6{padding-left:24px!important}.pr-6{padding-right:24px!important}.pb-6{padding-bottom:24px!important}.pt-6{padding-top:24px!important}.pa-6{padding:24px!important}.px-6{padding-left:24px!important;padding-right:24px!important}.py-6{padding-bottom:24px!important;padding-top:24px!important}.gap-6{gap:24px!important}.gap-x-6{column-gap:24px!important}.gap-y-6{row-gap:24px!important}.ma-7{margin:28px!important}.ml-7{margin-left:28px!important}.mr-7{margin-right:28px!important}.mb-7{margin-bottom:28px!important}.mt-7{margin-top:28px!important}.mx-7{margin-left:28px!important;margin-right:28px!important}.my-7{margin-bottom:28px!important;margin-top:28px!important}.pl-7{padding-left:28px!important}.pr-7{padding-right:28px!important}.pb-7{padding-bottom:28px!important}.pt-7{padding-top:28px!important}.pa-7{padding:28px!important}.px-7{padding-left:28px!important;padding-right:28px!important}.py-7{padding-bottom:28px!important;padding-top:28px!important}.gap-7{gap:28px!important}.gap-x-7{column-gap:28px!important}.gap-y-7{row-gap:28px!important}.ma-8{margin:32px!important}.ml-8{margin-left:32px!important}.mr-8{margin-right:32px!important}.mb-8{margin-bottom:32px!important}.mt-8{margin-top:32px!important}.mx-8{margin-left:32px!important;margin-right:32px!important}.my-8{margin-bottom:32px!important;margin-top:32px!important}.pl-8{padding-left:32px!important}.pr-8{padding-right:32px!important}.pb-8{padding-bottom:32px!important}.pt-8{padding-top:32px!important}.pa-8{padding:32px!important}.px-8{padding-left:32px!important;padding-right:32px!important}.py-8{padding-bottom:32px!important;padding-top:32px!important}.gap-8{gap:32px!important}.gap-x-8{column-gap:32px!important}.gap-y-8{row-gap:32px!important}.ma-9{margin:36px!important}.ml-9{margin-left:36px!important}.mr-9{margin-right:36px!important}.mb-9{margin-bottom:36px!important}.mt-9{margin-top:36px!important}.mx-9{margin-left:36px!important;margin-right:36px!important}.my-9{margin-bottom:36px!important;margin-top:36px!important}.pl-9{padding-left:36px!important}.pr-9{padding-right:36px!important}.pb-9{padding-bottom:36px!important}.pt-9{padding-top:36px!important}.pa-9{padding:36px!important}.px-9{padding-left:36px!important;padding-right:36px!important}.py-9{padding-bottom:36px!important;padding-top:36px!important}.gap-9{gap:36px!important}.gap-x-9{column-gap:36px!important}.gap-y-9{row-gap:36px!important}.ma-10{margin:40px!important}.ml-10{margin-left:40px!important}.mr-10{margin-right:40px!important}.mb-10{margin-bottom:40px!important}.mt-10{margin-top:40px!important}.mx-10{margin-left:40px!important;margin-right:40px!important}.my-10{margin-bottom:40px!important;margin-top:40px!important}.pl-10{padding-left:40px!important}.pr-10{padding-right:40px!important}.pb-10{padding-bottom:40px!important}.pt-10{padding-top:40px!important}.pa-10{padding:40px!important}.px-10{padding-left:40px!important;padding-right:40px!important}.py-10{padding-bottom:40px!important;padding-top:40px!important}.gap-10{gap:40px!important}.gap-x-10{column-gap:40px!important}.gap-y-10{row-gap:40px!important}.ma-11{margin:44px!important}.ml-11{margin-left:44px!important}.mr-11{margin-right:44px!important}.mb-11{margin-bottom:44px!important}.mt-11{margin-top:44px!important}.mx-11{margin-left:44px!important;margin-right:44px!important}.my-11{margin-bottom:44px!important;margin-top:44px!important}.pl-11{padding-left:44px!important}.pr-11{padding-right:44px!important}.pb-11{padding-bottom:44px!important}.pt-11{padding-top:44px!important}.pa-11{padding:44px!important}.px-11{padding-left:44px!important;padding-right:44px!important}.py-11{padding-bottom:44px!important;padding-top:44px!important}.gap-11{gap:44px!important}.gap-x-11{column-gap:44px!important}.gap-y-11{row-gap:44px!important}.ma-12{margin:48px!important}.ml-12{margin-left:48px!important}.mr-12{margin-right:48px!important}.mb-12{margin-bottom:48px!important}.mt-12{margin-top:48px!important}.mx-12{margin-left:48px!important;margin-right:48px!important}.my-12{margin-bottom:48px!important;margin-top:48px!important}.pl-12{padding-left:48px!important}.pr-12{padding-right:48px!important}.pb-12{padding-bottom:48px!important}.pt-12{padding-top:48px!important}.pa-12{padding:48px!important}.px-12{padding-left:48px!important;padding-right:48px!important}.py-12{padding-bottom:48px!important;padding-top:48px!important}.gap-12{gap:48px!important}.gap-x-12{column-gap:48px!important}.gap-y-12{row-gap:48px!important}.ma-13{margin:52px!important}.ml-13{margin-left:52px!important}.mr-13{margin-right:52px!important}.mb-13{margin-bottom:52px!important}.mt-13{margin-top:52px!important}.mx-13{margin-left:52px!important;margin-right:52px!important}.my-13{margin-bottom:52px!important;margin-top:52px!important}.pl-13{padding-left:52px!important}.pr-13{padding-right:52px!important}.pb-13{padding-bottom:52px!important}.pt-13{padding-top:52px!important}.pa-13{padding:52px!important}.px-13{padding-left:52px!important;padding-right:52px!important}.py-13{padding-bottom:52px!important;padding-top:52px!important}.gap-13{gap:52px!important}.gap-x-13{column-gap:52px!important}.gap-y-13{row-gap:52px!important}.ma-14{margin:56px!important}.ml-14{margin-left:56px!important}.mr-14{margin-right:56px!important}.mb-14{margin-bottom:56px!important}.mt-14{margin-top:56px!important}.mx-14{margin-left:56px!important;margin-right:56px!important}.my-14{margin-bottom:56px!important;margin-top:56px!important}.pl-14{padding-left:56px!important}.pr-14{padding-right:56px!important}.pb-14{padding-bottom:56px!important}.pt-14{padding-top:56px!important}.pa-14{padding:56px!important}.px-14{padding-left:56px!important;padding-right:56px!important}.py-14{padding-bottom:56px!important;padding-top:56px!important}.gap-14{gap:56px!important}.gap-x-14{column-gap:56px!important}.gap-y-14{row-gap:56px!important}.ma-15{margin:60px!important}.ml-15{margin-left:60px!important}.mr-15{margin-right:60px!important}.mb-15{margin-bottom:60px!important}.mt-15{margin-top:60px!important}.mx-15{margin-left:60px!important;margin-right:60px!important}.my-15{margin-bottom:60px!important;margin-top:60px!important}.pl-15{padding-left:60px!important}.pr-15{padding-right:60px!important}.pb-15{padding-bottom:60px!important}.pt-15{padding-top:60px!important}.pa-15{padding:60px!important}.px-15{padding-left:60px!important;padding-right:60px!important}.py-15{padding-bottom:60px!important;padding-top:60px!important}.gap-15{gap:60px!important}.gap-x-15{column-gap:60px!important}.gap-y-15{row-gap:60px!important}.ma-16{margin:64px!important}.ml-16{margin-left:64px!important}.mr-16{margin-right:64px!important}.mb-16{margin-bottom:64px!important}.mt-16{margin-top:64px!important}.mx-16{margin-left:64px!important;margin-right:64px!important}.my-16{margin-bottom:64px!important;margin-top:64px!important}.pl-16{padding-left:64px!important}.pr-16{padding-right:64px!important}.pb-16{padding-bottom:64px!important}.pt-16{padding-top:64px!important}.pa-16{padding:64px!important}.px-16{padding-left:64px!important;padding-right:64px!important}.py-16{padding-bottom:64px!important;padding-top:64px!important}.gap-16{gap:64px!important}.gap-x-16{column-gap:64px!important}.gap-y-16{row-gap:64px!important}.ma-17{margin:68px!important}.ml-17{margin-left:68px!important}.mr-17{margin-right:68px!important}.mb-17{margin-bottom:68px!important}.mt-17{margin-top:68px!important}.mx-17{margin-left:68px!important;margin-right:68px!important}.my-17{margin-bottom:68px!important;margin-top:68px!important}.pl-17{padding-left:68px!important}.pr-17{padding-right:68px!important}.pb-17{padding-bottom:68px!important}.pt-17{padding-top:68px!important}.pa-17{padding:68px!important}.px-17{padding-left:68px!important;padding-right:68px!important}.py-17{padding-bottom:68px!important;padding-top:68px!important}.gap-17{gap:68px!important}.gap-x-17{column-gap:68px!important}.gap-y-17{row-gap:68px!important}.ma-18{margin:72px!important}.ml-18{margin-left:72px!important}.mr-18{margin-right:72px!important}.mb-18{margin-bottom:72px!important}.mt-18{margin-top:72px!important}.mx-18{margin-left:72px!important;margin-right:72px!important}.my-18{margin-bottom:72px!important;margin-top:72px!important}.pl-18{padding-left:72px!important}.pr-18{padding-right:72px!important}.pb-18{padding-bottom:72px!important}.pt-18{padding-top:72px!important}.pa-18{padding:72px!important}.px-18{padding-left:72px!important;padding-right:72px!important}.py-18{padding-bottom:72px!important;padding-top:72px!important}.gap-18{gap:72px!important}.gap-x-18{column-gap:72px!important}.gap-y-18{row-gap:72px!important}.ma-19{margin:76px!important}.ml-19{margin-left:76px!important}.mr-19{margin-right:76px!important}.mb-19{margin-bottom:76px!important}.mt-19{margin-top:76px!important}.mx-19{margin-left:76px!important;margin-right:76px!important}.my-19{margin-bottom:76px!important;margin-top:76px!important}.pl-19{padding-left:76px!important}.pr-19{padding-right:76px!important}.pb-19{padding-bottom:76px!important}.pt-19{padding-top:76px!important}.pa-19{padding:76px!important}.px-19{padding-left:76px!important;padding-right:76px!important}.py-19{padding-bottom:76px!important;padding-top:76px!important}.gap-19{gap:76px!important}.gap-x-19{column-gap:76px!important}.gap-y-19{row-gap:76px!important}.ma-20{margin:80px!important}.ml-20{margin-left:80px!important}.mr-20{margin-right:80px!important}.mb-20{margin-bottom:80px!important}.mt-20{margin-top:80px!important}.mx-20{margin-left:80px!important;margin-right:80px!important}.my-20{margin-bottom:80px!important;margin-top:80px!important}.pl-20{padding-left:80px!important}.pr-20{padding-right:80px!important}.pb-20{padding-bottom:80px!important}.pt-20{padding-top:80px!important}.pa-20{padding:80px!important}.px-20{padding-left:80px!important;padding-right:80px!important}.py-20{padding-bottom:80px!important;padding-top:80px!important}.gap-20{gap:80px!important}.gap-x-20{column-gap:80px!important}.gap-y-20{row-gap:80px!important}@media (min-width:600px){.sm\:pa-0{padding:0!important}.sm\:pl-0{padding-left:0!important}.sm\:pr-0{padding-right:0!important}.sm\:pb-0{padding-bottom:0!important}.sm\:pt-0{padding-top:0!important}.sm\:px-0{padding-left:0!important;padding-right:0!important}.sm\:py-0{padding-bottom:0!important;padding-top:0!important}.sm\:ma-0{margin:0!important}.sm\:ml-0{margin-left:0!important}.sm\:mr-0{margin-right:0!important}.sm\:mb-0{margin-bottom:0!important}.sm\:mt-0{margin-top:0!important}.sm\:mx-0{margin-left:0!important;margin-right:0!important}.sm\:my-0{margin-bottom:0!important;margin-top:0!important}.sm\:gap-0{gap:0!important}.sm\:gap-x-0{column-gap:0!important}.sm\:gap-y-0{row-gap:0!important}.sm\:pa-1{padding:4px!important}.sm\:pl-1{padding-left:4px!important}.sm\:pr-1{padding-right:4px!important}.sm\:pb-1{padding-bottom:4px!important}.sm\:pt-1{padding-top:4px!important}.sm\:px-1{padding-left:4px!important;padding-right:4px!important}.sm\:py-1{padding-bottom:4px!important;padding-top:4px!important}.sm\:ma-1{margin:4px!important}.sm\:ml-1{margin-left:4px!important}.sm\:mr-1{margin-right:4px!important}.sm\:mb-1{margin-bottom:4px!important}.sm\:mt-1{margin-top:4px!important}.sm\:mx-1{margin-left:4px!important;margin-right:4px!important}.sm\:my-1{margin-bottom:4px!important;margin-top:4px!important}.sm\:gap-1{gap:4px!important}.sm\:gap-x-1{column-gap:4px!important}.sm\:gap-y-1{row-gap:4px!important}.sm\:pa-2{padding:8px!important}.sm\:pl-2{padding-left:8px!important}.sm\:pr-2{padding-right:8px!important}.sm\:pb-2{padding-bottom:8px!important}.sm\:pt-2{padding-top:8px!important}.sm\:px-2{padding-left:8px!important;padding-right:8px!important}.sm\:py-2{padding-bottom:8px!important;padding-top:8px!important}.sm\:ma-2{margin:8px!important}.sm\:ml-2{margin-left:8px!important}.sm\:mr-2{margin-right:8px!important}.sm\:mb-2{margin-bottom:8px!important}.sm\:mt-2{margin-top:8px!important}.sm\:mx-2{margin-left:8px!important;margin-right:8px!important}.sm\:my-2{margin-bottom:8px!important;margin-top:8px!important}.sm\:gap-2{gap:8px!important}.sm\:gap-x-2{column-gap:8px!important}.sm\:gap-y-2{row-gap:8px!important}.sm\:pa-3{padding:12px!important}.sm\:pl-3{padding-left:12px!important}.sm\:pr-3{padding-right:12px!important}.sm\:pb-3{padding-bottom:12px!important}.sm\:pt-3{padding-top:12px!important}.sm\:px-3{padding-left:12px!important;padding-right:12px!important}.sm\:py-3{padding-bottom:12px!important;padding-top:12px!important}.sm\:ma-3{margin:12px!important}.sm\:ml-3{margin-left:12px!important}.sm\:mr-3{margin-right:12px!important}.sm\:mb-3{margin-bottom:12px!important}.sm\:mt-3{margin-top:12px!important}.sm\:mx-3{margin-left:12px!important;margin-right:12px!important}.sm\:my-3{margin-bottom:12px!important;margin-top:12px!important}.sm\:gap-3{gap:12px!important}.sm\:gap-x-3{column-gap:12px!important}.sm\:gap-y-3{row-gap:12px!important}.sm\:pa-4{padding:16px!important}.sm\:pl-4{padding-left:16px!important}.sm\:pr-4{padding-right:16px!important}.sm\:pb-4{padding-bottom:16px!important}.sm\:pt-4{padding-top:16px!important}.sm\:px-4{padding-left:16px!important;padding-right:16px!important}.sm\:py-4{padding-bottom:16px!important;padding-top:16px!important}.sm\:ma-4{margin:16px!important}.sm\:ml-4{margin-left:16px!important}.sm\:mr-4{margin-right:16px!important}.sm\:mb-4{margin-bottom:16px!important}.sm\:mt-4{margin-top:16px!important}.sm\:mx-4{margin-left:16px!important;margin-right:16px!important}.sm\:my-4{margin-bottom:16px!important;margin-top:16px!important}.sm\:gap-4{gap:16px!important}.sm\:gap-x-4{column-gap:16px!important}.sm\:gap-y-4{row-gap:16px!important}.sm\:pa-5{padding:20px!important}.sm\:pl-5{padding-left:20px!important}.sm\:pr-5{padding-right:20px!important}.sm\:pb-5{padding-bottom:20px!important}.sm\:pt-5{padding-top:20px!important}.sm\:px-5{padding-left:20px!important;padding-right:20px!important}.sm\:py-5{padding-bottom:20px!important;padding-top:20px!important}.sm\:ma-5{margin:20px!important}.sm\:ml-5{margin-left:20px!important}.sm\:mr-5{margin-right:20px!important}.sm\:mb-5{margin-bottom:20px!important}.sm\:mt-5{margin-top:20px!important}.sm\:mx-5{margin-left:20px!important;margin-right:20px!important}.sm\:my-5{margin-bottom:20px!important;margin-top:20px!important}.sm\:gap-5{gap:20px!important}.sm\:gap-x-5{column-gap:20px!important}.sm\:gap-y-5{row-gap:20px!important}.sm\:pa-6{padding:24px!important}.sm\:pl-6{padding-left:24px!important}.sm\:pr-6{padding-right:24px!important}.sm\:pb-6{padding-bottom:24px!important}.sm\:pt-6{padding-top:24px!important}.sm\:px-6{padding-left:24px!important;padding-right:24px!important}.sm\:py-6{padding-bottom:24px!important;padding-top:24px!important}.sm\:ma-6{margin:24px!important}.sm\:ml-6{margin-left:24px!important}.sm\:mr-6{margin-right:24px!important}.sm\:mb-6{margin-bottom:24px!important}.sm\:mt-6{margin-top:24px!important}.sm\:mx-6{margin-left:24px!important;margin-right:24px!important}.sm\:my-6{margin-bottom:24px!important;margin-top:24px!important}.sm\:gap-6{gap:24px!important}.sm\:gap-x-6{column-gap:24px!important}.sm\:gap-y-6{row-gap:24px!important}.sm\:pa-7{padding:28px!important}.sm\:pl-7{padding-left:28px!important}.sm\:pr-7{padding-right:28px!important}.sm\:pb-7{padding-bottom:28px!important}.sm\:pt-7{padding-top:28px!important}.sm\:px-7{padding-left:28px!important;padding-right:28px!important}.sm\:py-7{padding-bottom:28px!important;padding-top:28px!important}.sm\:ma-7{margin:28px!important}.sm\:ml-7{margin-left:28px!important}.sm\:mr-7{margin-right:28px!important}.sm\:mb-7{margin-bottom:28px!important}.sm\:mt-7{margin-top:28px!important}.sm\:mx-7{margin-left:28px!important;margin-right:28px!important}.sm\:my-7{margin-bottom:28px!important;margin-top:28px!important}.sm\:gap-7{gap:28px!important}.sm\:gap-x-7{column-gap:28px!important}.sm\:gap-y-7{row-gap:28px!important}.sm\:pa-8{padding:32px!important}.sm\:pl-8{padding-left:32px!important}.sm\:pr-8{padding-right:32px!important}.sm\:pb-8{padding-bottom:32px!important}.sm\:pt-8{padding-top:32px!important}.sm\:px-8{padding-left:32px!important;padding-right:32px!important}.sm\:py-8{padding-bottom:32px!important;padding-top:32px!important}.sm\:ma-8{margin:32px!important}.sm\:ml-8{margin-left:32px!important}.sm\:mr-8{margin-right:32px!important}.sm\:mb-8{margin-bottom:32px!important}.sm\:mt-8{margin-top:32px!important}.sm\:mx-8{margin-left:32px!important;margin-right:32px!important}.sm\:my-8{margin-bottom:32px!important;margin-top:32px!important}.sm\:gap-8{gap:32px!important}.sm\:gap-x-8{column-gap:32px!important}.sm\:gap-y-8{row-gap:32px!important}.sm\:pa-9{padding:36px!important}.sm\:pl-9{padding-left:36px!important}.sm\:pr-9{padding-right:36px!important}.sm\:pb-9{padding-bottom:36px!important}.sm\:pt-9{padding-top:36px!important}.sm\:px-9{padding-left:36px!important;padding-right:36px!important}.sm\:py-9{padding-bottom:36px!important;padding-top:36px!important}.sm\:ma-9{margin:36px!important}.sm\:ml-9{margin-left:36px!important}.sm\:mr-9{margin-right:36px!important}.sm\:mb-9{margin-bottom:36px!important}.sm\:mt-9{margin-top:36px!important}.sm\:mx-9{margin-left:36px!important;margin-right:36px!important}.sm\:my-9{margin-bottom:36px!important;margin-top:36px!important}.sm\:gap-9{gap:36px!important}.sm\:gap-x-9{column-gap:36px!important}.sm\:gap-y-9{row-gap:36px!important}.sm\:pa-10{padding:40px!important}.sm\:pl-10{padding-left:40px!important}.sm\:pr-10{padding-right:40px!important}.sm\:pb-10{padding-bottom:40px!important}.sm\:pt-10{padding-top:40px!important}.sm\:px-10{padding-left:40px!important;padding-right:40px!important}.sm\:py-10{padding-bottom:40px!important;padding-top:40px!important}.sm\:ma-10{margin:40px!important}.sm\:ml-10{margin-left:40px!important}.sm\:mr-10{margin-right:40px!important}.sm\:mb-10{margin-bottom:40px!important}.sm\:mt-10{margin-top:40px!important}.sm\:mx-10{margin-left:40px!important;margin-right:40px!important}.sm\:my-10{margin-bottom:40px!important;margin-top:40px!important}.sm\:gap-10{gap:40px!important}.sm\:gap-x-10{column-gap:40px!important}.sm\:gap-y-10{row-gap:40px!important}.sm\:pa-11{padding:44px!important}.sm\:pl-11{padding-left:44px!important}.sm\:pr-11{padding-right:44px!important}.sm\:pb-11{padding-bottom:44px!important}.sm\:pt-11{padding-top:44px!important}.sm\:px-11{padding-left:44px!important;padding-right:44px!important}.sm\:py-11{padding-bottom:44px!important;padding-top:44px!important}.sm\:ma-11{margin:44px!important}.sm\:ml-11{margin-left:44px!important}.sm\:mr-11{margin-right:44px!important}.sm\:mb-11{margin-bottom:44px!important}.sm\:mt-11{margin-top:44px!important}.sm\:mx-11{margin-left:44px!important;margin-right:44px!important}.sm\:my-11{margin-bottom:44px!important;margin-top:44px!important}.sm\:gap-11{gap:44px!important}.sm\:gap-x-11{column-gap:44px!important}.sm\:gap-y-11{row-gap:44px!important}.sm\:pa-12{padding:48px!important}.sm\:pl-12{padding-left:48px!important}.sm\:pr-12{padding-right:48px!important}.sm\:pb-12{padding-bottom:48px!important}.sm\:pt-12{padding-top:48px!important}.sm\:px-12{padding-left:48px!important;padding-right:48px!important}.sm\:py-12{padding-bottom:48px!important;padding-top:48px!important}.sm\:ma-12{margin:48px!important}.sm\:ml-12{margin-left:48px!important}.sm\:mr-12{margin-right:48px!important}.sm\:mb-12{margin-bottom:48px!important}.sm\:mt-12{margin-top:48px!important}.sm\:mx-12{margin-left:48px!important;margin-right:48px!important}.sm\:my-12{margin-bottom:48px!important;margin-top:48px!important}.sm\:gap-12{gap:48px!important}.sm\:gap-x-12{column-gap:48px!important}.sm\:gap-y-12{row-gap:48px!important}.sm\:pa-13{padding:52px!important}.sm\:pl-13{padding-left:52px!important}.sm\:pr-13{padding-right:52px!important}.sm\:pb-13{padding-bottom:52px!important}.sm\:pt-13{padding-top:52px!important}.sm\:px-13{padding-left:52px!important;padding-right:52px!important}.sm\:py-13{padding-bottom:52px!important;padding-top:52px!important}.sm\:ma-13{margin:52px!important}.sm\:ml-13{margin-left:52px!important}.sm\:mr-13{margin-right:52px!important}.sm\:mb-13{margin-bottom:52px!important}.sm\:mt-13{margin-top:52px!important}.sm\:mx-13{margin-left:52px!important;margin-right:52px!important}.sm\:my-13{margin-bottom:52px!important;margin-top:52px!important}.sm\:gap-13{gap:52px!important}.sm\:gap-x-13{column-gap:52px!important}.sm\:gap-y-13{row-gap:52px!important}.sm\:pa-14{padding:56px!important}.sm\:pl-14{padding-left:56px!important}.sm\:pr-14{padding-right:56px!important}.sm\:pb-14{padding-bottom:56px!important}.sm\:pt-14{padding-top:56px!important}.sm\:px-14{padding-left:56px!important;padding-right:56px!important}.sm\:py-14{padding-bottom:56px!important;padding-top:56px!important}.sm\:ma-14{margin:56px!important}.sm\:ml-14{margin-left:56px!important}.sm\:mr-14{margin-right:56px!important}.sm\:mb-14{margin-bottom:56px!important}.sm\:mt-14{margin-top:56px!important}.sm\:mx-14{margin-left:56px!important;margin-right:56px!important}.sm\:my-14{margin-bottom:56px!important;margin-top:56px!important}.sm\:gap-14{gap:56px!important}.sm\:gap-x-14{column-gap:56px!important}.sm\:gap-y-14{row-gap:56px!important}.sm\:pa-15{padding:60px!important}.sm\:pl-15{padding-left:60px!important}.sm\:pr-15{padding-right:60px!important}.sm\:pb-15{padding-bottom:60px!important}.sm\:pt-15{padding-top:60px!important}.sm\:px-15{padding-left:60px!important;padding-right:60px!important}.sm\:py-15{padding-bottom:60px!important;padding-top:60px!important}.sm\:ma-15{margin:60px!important}.sm\:ml-15{margin-left:60px!important}.sm\:mr-15{margin-right:60px!important}.sm\:mb-15{margin-bottom:60px!important}.sm\:mt-15{margin-top:60px!important}.sm\:mx-15{margin-left:60px!important;margin-right:60px!important}.sm\:my-15{margin-bottom:60px!important;margin-top:60px!important}.sm\:gap-15{gap:60px!important}.sm\:gap-x-15{column-gap:60px!important}.sm\:gap-y-15{row-gap:60px!important}.sm\:pa-16{padding:64px!important}.sm\:pl-16{padding-left:64px!important}.sm\:pr-16{padding-right:64px!important}.sm\:pb-16{padding-bottom:64px!important}.sm\:pt-16{padding-top:64px!important}.sm\:px-16{padding-left:64px!important;padding-right:64px!important}.sm\:py-16{padding-bottom:64px!important;padding-top:64px!important}.sm\:ma-16{margin:64px!important}.sm\:ml-16{margin-left:64px!important}.sm\:mr-16{margin-right:64px!important}.sm\:mb-16{margin-bottom:64px!important}.sm\:mt-16{margin-top:64px!important}.sm\:mx-16{margin-left:64px!important;margin-right:64px!important}.sm\:my-16{margin-bottom:64px!important;margin-top:64px!important}.sm\:gap-16{gap:64px!important}.sm\:gap-x-16{column-gap:64px!important}.sm\:gap-y-16{row-gap:64px!important}.sm\:pa-17{padding:68px!important}.sm\:pl-17{padding-left:68px!important}.sm\:pr-17{padding-right:68px!important}.sm\:pb-17{padding-bottom:68px!important}.sm\:pt-17{padding-top:68px!important}.sm\:px-17{padding-left:68px!important;padding-right:68px!important}.sm\:py-17{padding-bottom:68px!important;padding-top:68px!important}.sm\:ma-17{margin:68px!important}.sm\:ml-17{margin-left:68px!important}.sm\:mr-17{margin-right:68px!important}.sm\:mb-17{margin-bottom:68px!important}.sm\:mt-17{margin-top:68px!important}.sm\:mx-17{margin-left:68px!important;margin-right:68px!important}.sm\:my-17{margin-bottom:68px!important;margin-top:68px!important}.sm\:gap-17{gap:68px!important}.sm\:gap-x-17{column-gap:68px!important}.sm\:gap-y-17{row-gap:68px!important}.sm\:pa-18{padding:72px!important}.sm\:pl-18{padding-left:72px!important}.sm\:pr-18{padding-right:72px!important}.sm\:pb-18{padding-bottom:72px!important}.sm\:pt-18{padding-top:72px!important}.sm\:px-18{padding-left:72px!important;padding-right:72px!important}.sm\:py-18{padding-bottom:72px!important;padding-top:72px!important}.sm\:ma-18{margin:72px!important}.sm\:ml-18{margin-left:72px!important}.sm\:mr-18{margin-right:72px!important}.sm\:mb-18{margin-bottom:72px!important}.sm\:mt-18{margin-top:72px!important}.sm\:mx-18{margin-left:72px!important;margin-right:72px!important}.sm\:my-18{margin-bottom:72px!important;margin-top:72px!important}.sm\:gap-18{gap:72px!important}.sm\:gap-x-18{column-gap:72px!important}.sm\:gap-y-18{row-gap:72px!important}.sm\:pa-19{padding:76px!important}.sm\:pl-19{padding-left:76px!important}.sm\:pr-19{padding-right:76px!important}.sm\:pb-19{padding-bottom:76px!important}.sm\:pt-19{padding-top:76px!important}.sm\:px-19{padding-left:76px!important;padding-right:76px!important}.sm\:py-19{padding-bottom:76px!important;padding-top:76px!important}.sm\:ma-19{margin:76px!important}.sm\:ml-19{margin-left:76px!important}.sm\:mr-19{margin-right:76px!important}.sm\:mb-19{margin-bottom:76px!important}.sm\:mt-19{margin-top:76px!important}.sm\:mx-19{margin-left:76px!important;margin-right:76px!important}.sm\:my-19{margin-bottom:76px!important;margin-top:76px!important}.sm\:gap-19{gap:76px!important}.sm\:gap-x-19{column-gap:76px!important}.sm\:gap-y-19{row-gap:76px!important}.sm\:pa-20{padding:80px!important}.sm\:pl-20{padding-left:80px!important}.sm\:pr-20{padding-right:80px!important}.sm\:pb-20{padding-bottom:80px!important}.sm\:pt-20{padding-top:80px!important}.sm\:px-20{padding-left:80px!important;padding-right:80px!important}.sm\:py-20{padding-bottom:80px!important;padding-top:80px!important}.sm\:ma-20{margin:80px!important}.sm\:ml-20{margin-left:80px!important}.sm\:mr-20{margin-right:80px!important}.sm\:mb-20{margin-bottom:80px!important}.sm\:mt-20{margin-top:80px!important}.sm\:mx-20{margin-left:80px!important;margin-right:80px!important}.sm\:my-20{margin-bottom:80px!important;margin-top:80px!important}.sm\:gap-20{gap:80px!important}.sm\:gap-x-20{column-gap:80px!important}.sm\:gap-y-20{row-gap:80px!important}}@media (min-width:960px){.md\:pa-0{padding:0!important}.md\:pl-0{padding-left:0!important}.md\:pr-0{padding-right:0!important}.md\:pb-0{padding-bottom:0!important}.md\:pt-0{padding-top:0!important}.md\:px-0{padding-left:0!important;padding-right:0!important}.md\:py-0{padding-bottom:0!important;padding-top:0!important}.md\:ma-0{margin:0!important}.md\:ml-0{margin-left:0!important}.md\:mr-0{margin-right:0!important}.md\:mb-0{margin-bottom:0!important}.md\:mt-0{margin-top:0!important}.md\:mx-0{margin-left:0!important;margin-right:0!important}.md\:my-0{margin-bottom:0!important;margin-top:0!important}.md\:gap-0{gap:0!important}.md\:gap-x-0{column-gap:0!important}.md\:gap-y-0{row-gap:0!important}.md\:pa-1{padding:4px!important}.md\:pl-1{padding-left:4px!important}.md\:pr-1{padding-right:4px!important}.md\:pb-1{padding-bottom:4px!important}.md\:pt-1{padding-top:4px!important}.md\:px-1{padding-left:4px!important;padding-right:4px!important}.md\:py-1{padding-bottom:4px!important;padding-top:4px!important}.md\:ma-1{margin:4px!important}.md\:ml-1{margin-left:4px!important}.md\:mr-1{margin-right:4px!important}.md\:mb-1{margin-bottom:4px!important}.md\:mt-1{margin-top:4px!important}.md\:mx-1{margin-left:4px!important;margin-right:4px!important}.md\:my-1{margin-bottom:4px!important;margin-top:4px!important}.md\:gap-1{gap:4px!important}.md\:gap-x-1{column-gap:4px!important}.md\:gap-y-1{row-gap:4px!important}.md\:pa-2{padding:8px!important}.md\:pl-2{padding-left:8px!important}.md\:pr-2{padding-right:8px!important}.md\:pb-2{padding-bottom:8px!important}.md\:pt-2{padding-top:8px!important}.md\:px-2{padding-left:8px!important;padding-right:8px!important}.md\:py-2{padding-bottom:8px!important;padding-top:8px!important}.md\:ma-2{margin:8px!important}.md\:ml-2{margin-left:8px!important}.md\:mr-2{margin-right:8px!important}.md\:mb-2{margin-bottom:8px!important}.md\:mt-2{margin-top:8px!important}.md\:mx-2{margin-left:8px!important;margin-right:8px!important}.md\:my-2{margin-bottom:8px!important;margin-top:8px!important}.md\:gap-2{gap:8px!important}.md\:gap-x-2{column-gap:8px!important}.md\:gap-y-2{row-gap:8px!important}.md\:pa-3{padding:12px!important}.md\:pl-3{padding-left:12px!important}.md\:pr-3{padding-right:12px!important}.md\:pb-3{padding-bottom:12px!important}.md\:pt-3{padding-top:12px!important}.md\:px-3{padding-left:12px!important;padding-right:12px!important}.md\:py-3{padding-bottom:12px!important;padding-top:12px!important}.md\:ma-3{margin:12px!important}.md\:ml-3{margin-left:12px!important}.md\:mr-3{margin-right:12px!important}.md\:mb-3{margin-bottom:12px!important}.md\:mt-3{margin-top:12px!important}.md\:mx-3{margin-left:12px!important;margin-right:12px!important}.md\:my-3{margin-bottom:12px!important;margin-top:12px!important}.md\:gap-3{gap:12px!important}.md\:gap-x-3{column-gap:12px!important}.md\:gap-y-3{row-gap:12px!important}.md\:pa-4{padding:16px!important}.md\:pl-4{padding-left:16px!important}.md\:pr-4{padding-right:16px!important}.md\:pb-4{padding-bottom:16px!important}.md\:pt-4{padding-top:16px!important}.md\:px-4{padding-left:16px!important;padding-right:16px!important}.md\:py-4{padding-bottom:16px!important;padding-top:16px!important}.md\:ma-4{margin:16px!important}.md\:ml-4{margin-left:16px!important}.md\:mr-4{margin-right:16px!important}.md\:mb-4{margin-bottom:16px!important}.md\:mt-4{margin-top:16px!important}.md\:mx-4{margin-left:16px!important;margin-right:16px!important}.md\:my-4{margin-bottom:16px!important;margin-top:16px!important}.md\:gap-4{gap:16px!important}.md\:gap-x-4{column-gap:16px!important}.md\:gap-y-4{row-gap:16px!important}.md\:pa-5{padding:20px!important}.md\:pl-5{padding-left:20px!important}.md\:pr-5{padding-right:20px!important}.md\:pb-5{padding-bottom:20px!important}.md\:pt-5{padding-top:20px!important}.md\:px-5{padding-left:20px!important;padding-right:20px!important}.md\:py-5{padding-bottom:20px!important;padding-top:20px!important}.md\:ma-5{margin:20px!important}.md\:ml-5{margin-left:20px!important}.md\:mr-5{margin-right:20px!important}.md\:mb-5{margin-bottom:20px!important}.md\:mt-5{margin-top:20px!important}.md\:mx-5{margin-left:20px!important;margin-right:20px!important}.md\:my-5{margin-bottom:20px!important;margin-top:20px!important}.md\:gap-5{gap:20px!important}.md\:gap-x-5{column-gap:20px!important}.md\:gap-y-5{row-gap:20px!important}.md\:pa-6{padding:24px!important}.md\:pl-6{padding-left:24px!important}.md\:pr-6{padding-right:24px!important}.md\:pb-6{padding-bottom:24px!important}.md\:pt-6{padding-top:24px!important}.md\:px-6{padding-left:24px!important;padding-right:24px!important}.md\:py-6{padding-bottom:24px!important;padding-top:24px!important}.md\:ma-6{margin:24px!important}.md\:ml-6{margin-left:24px!important}.md\:mr-6{margin-right:24px!important}.md\:mb-6{margin-bottom:24px!important}.md\:mt-6{margin-top:24px!important}.md\:mx-6{margin-left:24px!important;margin-right:24px!important}.md\:my-6{margin-bottom:24px!important;margin-top:24px!important}.md\:gap-6{gap:24px!important}.md\:gap-x-6{column-gap:24px!important}.md\:gap-y-6{row-gap:24px!important}.md\:pa-7{padding:28px!important}.md\:pl-7{padding-left:28px!important}.md\:pr-7{padding-right:28px!important}.md\:pb-7{padding-bottom:28px!important}.md\:pt-7{padding-top:28px!important}.md\:px-7{padding-left:28px!important;padding-right:28px!important}.md\:py-7{padding-bottom:28px!important;padding-top:28px!important}.md\:ma-7{margin:28px!important}.md\:ml-7{margin-left:28px!important}.md\:mr-7{margin-right:28px!important}.md\:mb-7{margin-bottom:28px!important}.md\:mt-7{margin-top:28px!important}.md\:mx-7{margin-left:28px!important;margin-right:28px!important}.md\:my-7{margin-bottom:28px!important;margin-top:28px!important}.md\:gap-7{gap:28px!important}.md\:gap-x-7{column-gap:28px!important}.md\:gap-y-7{row-gap:28px!important}.md\:pa-8{padding:32px!important}.md\:pl-8{padding-left:32px!important}.md\:pr-8{padding-right:32px!important}.md\:pb-8{padding-bottom:32px!important}.md\:pt-8{padding-top:32px!important}.md\:px-8{padding-left:32px!important;padding-right:32px!important}.md\:py-8{padding-bottom:32px!important;padding-top:32px!important}.md\:ma-8{margin:32px!important}.md\:ml-8{margin-left:32px!important}.md\:mr-8{margin-right:32px!important}.md\:mb-8{margin-bottom:32px!important}.md\:mt-8{margin-top:32px!important}.md\:mx-8{margin-left:32px!important;margin-right:32px!important}.md\:my-8{margin-bottom:32px!important;margin-top:32px!important}.md\:gap-8{gap:32px!important}.md\:gap-x-8{column-gap:32px!important}.md\:gap-y-8{row-gap:32px!important}.md\:pa-9{padding:36px!important}.md\:pl-9{padding-left:36px!important}.md\:pr-9{padding-right:36px!important}.md\:pb-9{padding-bottom:36px!important}.md\:pt-9{padding-top:36px!important}.md\:px-9{padding-left:36px!important;padding-right:36px!important}.md\:py-9{padding-bottom:36px!important;padding-top:36px!important}.md\:ma-9{margin:36px!important}.md\:ml-9{margin-left:36px!important}.md\:mr-9{margin-right:36px!important}.md\:mb-9{margin-bottom:36px!important}.md\:mt-9{margin-top:36px!important}.md\:mx-9{margin-left:36px!important;margin-right:36px!important}.md\:my-9{margin-bottom:36px!important;margin-top:36px!important}.md\:gap-9{gap:36px!important}.md\:gap-x-9{column-gap:36px!important}.md\:gap-y-9{row-gap:36px!important}.md\:pa-10{padding:40px!important}.md\:pl-10{padding-left:40px!important}.md\:pr-10{padding-right:40px!important}.md\:pb-10{padding-bottom:40px!important}.md\:pt-10{padding-top:40px!important}.md\:px-10{padding-left:40px!important;padding-right:40px!important}.md\:py-10{padding-bottom:40px!important;padding-top:40px!important}.md\:ma-10{margin:40px!important}.md\:ml-10{margin-left:40px!important}.md\:mr-10{margin-right:40px!important}.md\:mb-10{margin-bottom:40px!important}.md\:mt-10{margin-top:40px!important}.md\:mx-10{margin-left:40px!important;margin-right:40px!important}.md\:my-10{margin-bottom:40px!important;margin-top:40px!important}.md\:gap-10{gap:40px!important}.md\:gap-x-10{column-gap:40px!important}.md\:gap-y-10{row-gap:40px!important}.md\:pa-11{padding:44px!important}.md\:pl-11{padding-left:44px!important}.md\:pr-11{padding-right:44px!important}.md\:pb-11{padding-bottom:44px!important}.md\:pt-11{padding-top:44px!important}.md\:px-11{padding-left:44px!important;padding-right:44px!important}.md\:py-11{padding-bottom:44px!important;padding-top:44px!important}.md\:ma-11{margin:44px!important}.md\:ml-11{margin-left:44px!important}.md\:mr-11{margin-right:44px!important}.md\:mb-11{margin-bottom:44px!important}.md\:mt-11{margin-top:44px!important}.md\:mx-11{margin-left:44px!important;margin-right:44px!important}.md\:my-11{margin-bottom:44px!important;margin-top:44px!important}.md\:gap-11{gap:44px!important}.md\:gap-x-11{column-gap:44px!important}.md\:gap-y-11{row-gap:44px!important}.md\:pa-12{padding:48px!important}.md\:pl-12{padding-left:48px!important}.md\:pr-12{padding-right:48px!important}.md\:pb-12{padding-bottom:48px!important}.md\:pt-12{padding-top:48px!important}.md\:px-12{padding-left:48px!important;padding-right:48px!important}.md\:py-12{padding-bottom:48px!important;padding-top:48px!important}.md\:ma-12{margin:48px!important}.md\:ml-12{margin-left:48px!important}.md\:mr-12{margin-right:48px!important}.md\:mb-12{margin-bottom:48px!important}.md\:mt-12{margin-top:48px!important}.md\:mx-12{margin-left:48px!important;margin-right:48px!important}.md\:my-12{margin-bottom:48px!important;margin-top:48px!important}.md\:gap-12{gap:48px!important}.md\:gap-x-12{column-gap:48px!important}.md\:gap-y-12{row-gap:48px!important}.md\:pa-13{padding:52px!important}.md\:pl-13{padding-left:52px!important}.md\:pr-13{padding-right:52px!important}.md\:pb-13{padding-bottom:52px!important}.md\:pt-13{padding-top:52px!important}.md\:px-13{padding-left:52px!important;padding-right:52px!important}.md\:py-13{padding-bottom:52px!important;padding-top:52px!important}.md\:ma-13{margin:52px!important}.md\:ml-13{margin-left:52px!important}.md\:mr-13{margin-right:52px!important}.md\:mb-13{margin-bottom:52px!important}.md\:mt-13{margin-top:52px!important}.md\:mx-13{margin-left:52px!important;margin-right:52px!important}.md\:my-13{margin-bottom:52px!important;margin-top:52px!important}.md\:gap-13{gap:52px!important}.md\:gap-x-13{column-gap:52px!important}.md\:gap-y-13{row-gap:52px!important}.md\:pa-14{padding:56px!important}.md\:pl-14{padding-left:56px!important}.md\:pr-14{padding-right:56px!important}.md\:pb-14{padding-bottom:56px!important}.md\:pt-14{padding-top:56px!important}.md\:px-14{padding-left:56px!important;padding-right:56px!important}.md\:py-14{padding-bottom:56px!important;padding-top:56px!important}.md\:ma-14{margin:56px!important}.md\:ml-14{margin-left:56px!important}.md\:mr-14{margin-right:56px!important}.md\:mb-14{margin-bottom:56px!important}.md\:mt-14{margin-top:56px!important}.md\:mx-14{margin-left:56px!important;margin-right:56px!important}.md\:my-14{margin-bottom:56px!important;margin-top:56px!important}.md\:gap-14{gap:56px!important}.md\:gap-x-14{column-gap:56px!important}.md\:gap-y-14{row-gap:56px!important}.md\:pa-15{padding:60px!important}.md\:pl-15{padding-left:60px!important}.md\:pr-15{padding-right:60px!important}.md\:pb-15{padding-bottom:60px!important}.md\:pt-15{padding-top:60px!important}.md\:px-15{padding-left:60px!important;padding-right:60px!important}.md\:py-15{padding-bottom:60px!important;padding-top:60px!important}.md\:ma-15{margin:60px!important}.md\:ml-15{margin-left:60px!important}.md\:mr-15{margin-right:60px!important}.md\:mb-15{margin-bottom:60px!important}.md\:mt-15{margin-top:60px!important}.md\:mx-15{margin-left:60px!important;margin-right:60px!important}.md\:my-15{margin-bottom:60px!important;margin-top:60px!important}.md\:gap-15{gap:60px!important}.md\:gap-x-15{column-gap:60px!important}.md\:gap-y-15{row-gap:60px!important}.md\:pa-16{padding:64px!important}.md\:pl-16{padding-left:64px!important}.md\:pr-16{padding-right:64px!important}.md\:pb-16{padding-bottom:64px!important}.md\:pt-16{padding-top:64px!important}.md\:px-16{padding-left:64px!important;padding-right:64px!important}.md\:py-16{padding-bottom:64px!important;padding-top:64px!important}.md\:ma-16{margin:64px!important}.md\:ml-16{margin-left:64px!important}.md\:mr-16{margin-right:64px!important}.md\:mb-16{margin-bottom:64px!important}.md\:mt-16{margin-top:64px!important}.md\:mx-16{margin-left:64px!important;margin-right:64px!important}.md\:my-16{margin-bottom:64px!important;margin-top:64px!important}.md\:gap-16{gap:64px!important}.md\:gap-x-16{column-gap:64px!important}.md\:gap-y-16{row-gap:64px!important}.md\:pa-17{padding:68px!important}.md\:pl-17{padding-left:68px!important}.md\:pr-17{padding-right:68px!important}.md\:pb-17{padding-bottom:68px!important}.md\:pt-17{padding-top:68px!important}.md\:px-17{padding-left:68px!important;padding-right:68px!important}.md\:py-17{padding-bottom:68px!important;padding-top:68px!important}.md\:ma-17{margin:68px!important}.md\:ml-17{margin-left:68px!important}.md\:mr-17{margin-right:68px!important}.md\:mb-17{margin-bottom:68px!important}.md\:mt-17{margin-top:68px!important}.md\:mx-17{margin-left:68px!important;margin-right:68px!important}.md\:my-17{margin-bottom:68px!important;margin-top:68px!important}.md\:gap-17{gap:68px!important}.md\:gap-x-17{column-gap:68px!important}.md\:gap-y-17{row-gap:68px!important}.md\:pa-18{padding:72px!important}.md\:pl-18{padding-left:72px!important}.md\:pr-18{padding-right:72px!important}.md\:pb-18{padding-bottom:72px!important}.md\:pt-18{padding-top:72px!important}.md\:px-18{padding-left:72px!important;padding-right:72px!important}.md\:py-18{padding-bottom:72px!important;padding-top:72px!important}.md\:ma-18{margin:72px!important}.md\:ml-18{margin-left:72px!important}.md\:mr-18{margin-right:72px!important}.md\:mb-18{margin-bottom:72px!important}.md\:mt-18{margin-top:72px!important}.md\:mx-18{margin-left:72px!important;margin-right:72px!important}.md\:my-18{margin-bottom:72px!important;margin-top:72px!important}.md\:gap-18{gap:72px!important}.md\:gap-x-18{column-gap:72px!important}.md\:gap-y-18{row-gap:72px!important}.md\:pa-19{padding:76px!important}.md\:pl-19{padding-left:76px!important}.md\:pr-19{padding-right:76px!important}.md\:pb-19{padding-bottom:76px!important}.md\:pt-19{padding-top:76px!important}.md\:px-19{padding-left:76px!important;padding-right:76px!important}.md\:py-19{padding-bottom:76px!important;padding-top:76px!important}.md\:ma-19{margin:76px!important}.md\:ml-19{margin-left:76px!important}.md\:mr-19{margin-right:76px!important}.md\:mb-19{margin-bottom:76px!important}.md\:mt-19{margin-top:76px!important}.md\:mx-19{margin-left:76px!important;margin-right:76px!important}.md\:my-19{margin-bottom:76px!important;margin-top:76px!important}.md\:gap-19{gap:76px!important}.md\:gap-x-19{column-gap:76px!important}.md\:gap-y-19{row-gap:76px!important}.md\:pa-20{padding:80px!important}.md\:pl-20{padding-left:80px!important}.md\:pr-20{padding-right:80px!important}.md\:pb-20{padding-bottom:80px!important}.md\:pt-20{padding-top:80px!important}.md\:px-20{padding-left:80px!important;padding-right:80px!important}.md\:py-20{padding-bottom:80px!important;padding-top:80px!important}.md\:ma-20{margin:80px!important}.md\:ml-20{margin-left:80px!important}.md\:mr-20{margin-right:80px!important}.md\:mb-20{margin-bottom:80px!important}.md\:mt-20{margin-top:80px!important}.md\:mx-20{margin-left:80px!important;margin-right:80px!important}.md\:my-20{margin-bottom:80px!important;margin-top:80px!important}.md\:gap-20{gap:80px!important}.md\:gap-x-20{column-gap:80px!important}.md\:gap-y-20{row-gap:80px!important}}@media (min-width:1280px){.lg\:pa-0{padding:0!important}.lg\:pl-0{padding-left:0!important}.lg\:pr-0{padding-right:0!important}.lg\:pb-0{padding-bottom:0!important}.lg\:pt-0{padding-top:0!important}.lg\:px-0{padding-left:0!important;padding-right:0!important}.lg\:py-0{padding-bottom:0!important;padding-top:0!important}.lg\:ma-0{margin:0!important}.lg\:ml-0{margin-left:0!important}.lg\:mr-0{margin-right:0!important}.lg\:mb-0{margin-bottom:0!important}.lg\:mt-0{margin-top:0!important}.lg\:mx-0{margin-left:0!important;margin-right:0!important}.lg\:my-0{margin-bottom:0!important;margin-top:0!important}.lg\:gap-0{gap:0!important}.lg\:gap-x-0{column-gap:0!important}.lg\:gap-y-0{row-gap:0!important}.lg\:pa-1{padding:4px!important}.lg\:pl-1{padding-left:4px!important}.lg\:pr-1{padding-right:4px!important}.lg\:pb-1{padding-bottom:4px!important}.lg\:pt-1{padding-top:4px!important}.lg\:px-1{padding-left:4px!important;padding-right:4px!important}.lg\:py-1{padding-bottom:4px!important;padding-top:4px!important}.lg\:ma-1{margin:4px!important}.lg\:ml-1{margin-left:4px!important}.lg\:mr-1{margin-right:4px!important}.lg\:mb-1{margin-bottom:4px!important}.lg\:mt-1{margin-top:4px!important}.lg\:mx-1{margin-left:4px!important;margin-right:4px!important}.lg\:my-1{margin-bottom:4px!important;margin-top:4px!important}.lg\:gap-1{gap:4px!important}.lg\:gap-x-1{column-gap:4px!important}.lg\:gap-y-1{row-gap:4px!important}.lg\:pa-2{padding:8px!important}.lg\:pl-2{padding-left:8px!important}.lg\:pr-2{padding-right:8px!important}.lg\:pb-2{padding-bottom:8px!important}.lg\:pt-2{padding-top:8px!important}.lg\:px-2{padding-left:8px!important;padding-right:8px!important}.lg\:py-2{padding-bottom:8px!important;padding-top:8px!important}.lg\:ma-2{margin:8px!important}.lg\:ml-2{margin-left:8px!important}.lg\:mr-2{margin-right:8px!important}.lg\:mb-2{margin-bottom:8px!important}.lg\:mt-2{margin-top:8px!important}.lg\:mx-2{margin-left:8px!important;margin-right:8px!important}.lg\:my-2{margin-bottom:8px!important;margin-top:8px!important}.lg\:gap-2{gap:8px!important}.lg\:gap-x-2{column-gap:8px!important}.lg\:gap-y-2{row-gap:8px!important}.lg\:pa-3{padding:12px!important}.lg\:pl-3{padding-left:12px!important}.lg\:pr-3{padding-right:12px!important}.lg\:pb-3{padding-bottom:12px!important}.lg\:pt-3{padding-top:12px!important}.lg\:px-3{padding-left:12px!important;padding-right:12px!important}.lg\:py-3{padding-bottom:12px!important;padding-top:12px!important}.lg\:ma-3{margin:12px!important}.lg\:ml-3{margin-left:12px!important}.lg\:mr-3{margin-right:12px!important}.lg\:mb-3{margin-bottom:12px!important}.lg\:mt-3{margin-top:12px!important}.lg\:mx-3{margin-left:12px!important;margin-right:12px!important}.lg\:my-3{margin-bottom:12px!important;margin-top:12px!important}.lg\:gap-3{gap:12px!important}.lg\:gap-x-3{column-gap:12px!important}.lg\:gap-y-3{row-gap:12px!important}.lg\:pa-4{padding:16px!important}.lg\:pl-4{padding-left:16px!important}.lg\:pr-4{padding-right:16px!important}.lg\:pb-4{padding-bottom:16px!important}.lg\:pt-4{padding-top:16px!important}.lg\:px-4{padding-left:16px!important;padding-right:16px!important}.lg\:py-4{padding-bottom:16px!important;padding-top:16px!important}.lg\:ma-4{margin:16px!important}.lg\:ml-4{margin-left:16px!important}.lg\:mr-4{margin-right:16px!important}.lg\:mb-4{margin-bottom:16px!important}.lg\:mt-4{margin-top:16px!important}.lg\:mx-4{margin-left:16px!important;margin-right:16px!important}.lg\:my-4{margin-bottom:16px!important;margin-top:16px!important}.lg\:gap-4{gap:16px!important}.lg\:gap-x-4{column-gap:16px!important}.lg\:gap-y-4{row-gap:16px!important}.lg\:pa-5{padding:20px!important}.lg\:pl-5{padding-left:20px!important}.lg\:pr-5{padding-right:20px!important}.lg\:pb-5{padding-bottom:20px!important}.lg\:pt-5{padding-top:20px!important}.lg\:px-5{padding-left:20px!important;padding-right:20px!important}.lg\:py-5{padding-bottom:20px!important;padding-top:20px!important}.lg\:ma-5{margin:20px!important}.lg\:ml-5{margin-left:20px!important}.lg\:mr-5{margin-right:20px!important}.lg\:mb-5{margin-bottom:20px!important}.lg\:mt-5{margin-top:20px!important}.lg\:mx-5{margin-left:20px!important;margin-right:20px!important}.lg\:my-5{margin-bottom:20px!important;margin-top:20px!important}.lg\:gap-5{gap:20px!important}.lg\:gap-x-5{column-gap:20px!important}.lg\:gap-y-5{row-gap:20px!important}.lg\:pa-6{padding:24px!important}.lg\:pl-6{padding-left:24px!important}.lg\:pr-6{padding-right:24px!important}.lg\:pb-6{padding-bottom:24px!important}.lg\:pt-6{padding-top:24px!important}.lg\:px-6{padding-left:24px!important;padding-right:24px!important}.lg\:py-6{padding-bottom:24px!important;padding-top:24px!important}.lg\:ma-6{margin:24px!important}.lg\:ml-6{margin-left:24px!important}.lg\:mr-6{margin-right:24px!important}.lg\:mb-6{margin-bottom:24px!important}.lg\:mt-6{margin-top:24px!important}.lg\:mx-6{margin-left:24px!important;margin-right:24px!important}.lg\:my-6{margin-bottom:24px!important;margin-top:24px!important}.lg\:gap-6{gap:24px!important}.lg\:gap-x-6{column-gap:24px!important}.lg\:gap-y-6{row-gap:24px!important}.lg\:pa-7{padding:28px!important}.lg\:pl-7{padding-left:28px!important}.lg\:pr-7{padding-right:28px!important}.lg\:pb-7{padding-bottom:28px!important}.lg\:pt-7{padding-top:28px!important}.lg\:px-7{padding-left:28px!important;padding-right:28px!important}.lg\:py-7{padding-bottom:28px!important;padding-top:28px!important}.lg\:ma-7{margin:28px!important}.lg\:ml-7{margin-left:28px!important}.lg\:mr-7{margin-right:28px!important}.lg\:mb-7{margin-bottom:28px!important}.lg\:mt-7{margin-top:28px!important}.lg\:mx-7{margin-left:28px!important;margin-right:28px!important}.lg\:my-7{margin-bottom:28px!important;margin-top:28px!important}.lg\:gap-7{gap:28px!important}.lg\:gap-x-7{column-gap:28px!important}.lg\:gap-y-7{row-gap:28px!important}.lg\:pa-8{padding:32px!important}.lg\:pl-8{padding-left:32px!important}.lg\:pr-8{padding-right:32px!important}.lg\:pb-8{padding-bottom:32px!important}.lg\:pt-8{padding-top:32px!important}.lg\:px-8{padding-left:32px!important;padding-right:32px!important}.lg\:py-8{padding-bottom:32px!important;padding-top:32px!important}.lg\:ma-8{margin:32px!important}.lg\:ml-8{margin-left:32px!important}.lg\:mr-8{margin-right:32px!important}.lg\:mb-8{margin-bottom:32px!important}.lg\:mt-8{margin-top:32px!important}.lg\:mx-8{margin-left:32px!important;margin-right:32px!important}.lg\:my-8{margin-bottom:32px!important;margin-top:32px!important}.lg\:gap-8{gap:32px!important}.lg\:gap-x-8{column-gap:32px!important}.lg\:gap-y-8{row-gap:32px!important}.lg\:pa-9{padding:36px!important}.lg\:pl-9{padding-left:36px!important}.lg\:pr-9{padding-right:36px!important}.lg\:pb-9{padding-bottom:36px!important}.lg\:pt-9{padding-top:36px!important}.lg\:px-9{padding-left:36px!important;padding-right:36px!important}.lg\:py-9{padding-bottom:36px!important;padding-top:36px!important}.lg\:ma-9{margin:36px!important}.lg\:ml-9{margin-left:36px!important}.lg\:mr-9{margin-right:36px!important}.lg\:mb-9{margin-bottom:36px!important}.lg\:mt-9{margin-top:36px!important}.lg\:mx-9{margin-left:36px!important;margin-right:36px!important}.lg\:my-9{margin-bottom:36px!important;margin-top:36px!important}.lg\:gap-9{gap:36px!important}.lg\:gap-x-9{column-gap:36px!important}.lg\:gap-y-9{row-gap:36px!important}.lg\:pa-10{padding:40px!important}.lg\:pl-10{padding-left:40px!important}.lg\:pr-10{padding-right:40px!important}.lg\:pb-10{padding-bottom:40px!important}.lg\:pt-10{padding-top:40px!important}.lg\:px-10{padding-left:40px!important;padding-right:40px!important}.lg\:py-10{padding-bottom:40px!important;padding-top:40px!important}.lg\:ma-10{margin:40px!important}.lg\:ml-10{margin-left:40px!important}.lg\:mr-10{margin-right:40px!important}.lg\:mb-10{margin-bottom:40px!important}.lg\:mt-10{margin-top:40px!important}.lg\:mx-10{margin-left:40px!important;margin-right:40px!important}.lg\:my-10{margin-bottom:40px!important;margin-top:40px!important}.lg\:gap-10{gap:40px!important}.lg\:gap-x-10{column-gap:40px!important}.lg\:gap-y-10{row-gap:40px!important}.lg\:pa-11{padding:44px!important}.lg\:pl-11{padding-left:44px!important}.lg\:pr-11{padding-right:44px!important}.lg\:pb-11{padding-bottom:44px!important}.lg\:pt-11{padding-top:44px!important}.lg\:px-11{padding-left:44px!important;padding-right:44px!important}.lg\:py-11{padding-bottom:44px!important;padding-top:44px!important}.lg\:ma-11{margin:44px!important}.lg\:ml-11{margin-left:44px!important}.lg\:mr-11{margin-right:44px!important}.lg\:mb-11{margin-bottom:44px!important}.lg\:mt-11{margin-top:44px!important}.lg\:mx-11{margin-left:44px!important;margin-right:44px!important}.lg\:my-11{margin-bottom:44px!important;margin-top:44px!important}.lg\:gap-11{gap:44px!important}.lg\:gap-x-11{column-gap:44px!important}.lg\:gap-y-11{row-gap:44px!important}.lg\:pa-12{padding:48px!important}.lg\:pl-12{padding-left:48px!important}.lg\:pr-12{padding-right:48px!important}.lg\:pb-12{padding-bottom:48px!important}.lg\:pt-12{padding-top:48px!important}.lg\:px-12{padding-left:48px!important;padding-right:48px!important}.lg\:py-12{padding-bottom:48px!important;padding-top:48px!important}.lg\:ma-12{margin:48px!important}.lg\:ml-12{margin-left:48px!important}.lg\:mr-12{margin-right:48px!important}.lg\:mb-12{margin-bottom:48px!important}.lg\:mt-12{margin-top:48px!important}.lg\:mx-12{margin-left:48px!important;margin-right:48px!important}.lg\:my-12{margin-bottom:48px!important;margin-top:48px!important}.lg\:gap-12{gap:48px!important}.lg\:gap-x-12{column-gap:48px!important}.lg\:gap-y-12{row-gap:48px!important}.lg\:pa-13{padding:52px!important}.lg\:pl-13{padding-left:52px!important}.lg\:pr-13{padding-right:52px!important}.lg\:pb-13{padding-bottom:52px!important}.lg\:pt-13{padding-top:52px!important}.lg\:px-13{padding-left:52px!important;padding-right:52px!important}.lg\:py-13{padding-bottom:52px!important;padding-top:52px!important}.lg\:ma-13{margin:52px!important}.lg\:ml-13{margin-left:52px!important}.lg\:mr-13{margin-right:52px!important}.lg\:mb-13{margin-bottom:52px!important}.lg\:mt-13{margin-top:52px!important}.lg\:mx-13{margin-left:52px!important;margin-right:52px!important}.lg\:my-13{margin-bottom:52px!important;margin-top:52px!important}.lg\:gap-13{gap:52px!important}.lg\:gap-x-13{column-gap:52px!important}.lg\:gap-y-13{row-gap:52px!important}.lg\:pa-14{padding:56px!important}.lg\:pl-14{padding-left:56px!important}.lg\:pr-14{padding-right:56px!important}.lg\:pb-14{padding-bottom:56px!important}.lg\:pt-14{padding-top:56px!important}.lg\:px-14{padding-left:56px!important;padding-right:56px!important}.lg\:py-14{padding-bottom:56px!important;padding-top:56px!important}.lg\:ma-14{margin:56px!important}.lg\:ml-14{margin-left:56px!important}.lg\:mr-14{margin-right:56px!important}.lg\:mb-14{margin-bottom:56px!important}.lg\:mt-14{margin-top:56px!important}.lg\:mx-14{margin-left:56px!important;margin-right:56px!important}.lg\:my-14{margin-bottom:56px!important;margin-top:56px!important}.lg\:gap-14{gap:56px!important}.lg\:gap-x-14{column-gap:56px!important}.lg\:gap-y-14{row-gap:56px!important}.lg\:pa-15{padding:60px!important}.lg\:pl-15{padding-left:60px!important}.lg\:pr-15{padding-right:60px!important}.lg\:pb-15{padding-bottom:60px!important}.lg\:pt-15{padding-top:60px!important}.lg\:px-15{padding-left:60px!important;padding-right:60px!important}.lg\:py-15{padding-bottom:60px!important;padding-top:60px!important}.lg\:ma-15{margin:60px!important}.lg\:ml-15{margin-left:60px!important}.lg\:mr-15{margin-right:60px!important}.lg\:mb-15{margin-bottom:60px!important}.lg\:mt-15{margin-top:60px!important}.lg\:mx-15{margin-left:60px!important;margin-right:60px!important}.lg\:my-15{margin-bottom:60px!important;margin-top:60px!important}.lg\:gap-15{gap:60px!important}.lg\:gap-x-15{column-gap:60px!important}.lg\:gap-y-15{row-gap:60px!important}.lg\:pa-16{padding:64px!important}.lg\:pl-16{padding-left:64px!important}.lg\:pr-16{padding-right:64px!important}.lg\:pb-16{padding-bottom:64px!important}.lg\:pt-16{padding-top:64px!important}.lg\:px-16{padding-left:64px!important;padding-right:64px!important}.lg\:py-16{padding-bottom:64px!important;padding-top:64px!important}.lg\:ma-16{margin:64px!important}.lg\:ml-16{margin-left:64px!important}.lg\:mr-16{margin-right:64px!important}.lg\:mb-16{margin-bottom:64px!important}.lg\:mt-16{margin-top:64px!important}.lg\:mx-16{margin-left:64px!important;margin-right:64px!important}.lg\:my-16{margin-bottom:64px!important;margin-top:64px!important}.lg\:gap-16{gap:64px!important}.lg\:gap-x-16{column-gap:64px!important}.lg\:gap-y-16{row-gap:64px!important}.lg\:pa-17{padding:68px!important}.lg\:pl-17{padding-left:68px!important}.lg\:pr-17{padding-right:68px!important}.lg\:pb-17{padding-bottom:68px!important}.lg\:pt-17{padding-top:68px!important}.lg\:px-17{padding-left:68px!important;padding-right:68px!important}.lg\:py-17{padding-bottom:68px!important;padding-top:68px!important}.lg\:ma-17{margin:68px!important}.lg\:ml-17{margin-left:68px!important}.lg\:mr-17{margin-right:68px!important}.lg\:mb-17{margin-bottom:68px!important}.lg\:mt-17{margin-top:68px!important}.lg\:mx-17{margin-left:68px!important;margin-right:68px!important}.lg\:my-17{margin-bottom:68px!important;margin-top:68px!important}.lg\:gap-17{gap:68px!important}.lg\:gap-x-17{column-gap:68px!important}.lg\:gap-y-17{row-gap:68px!important}.lg\:pa-18{padding:72px!important}.lg\:pl-18{padding-left:72px!important}.lg\:pr-18{padding-right:72px!important}.lg\:pb-18{padding-bottom:72px!important}.lg\:pt-18{padding-top:72px!important}.lg\:px-18{padding-left:72px!important;padding-right:72px!important}.lg\:py-18{padding-bottom:72px!important;padding-top:72px!important}.lg\:ma-18{margin:72px!important}.lg\:ml-18{margin-left:72px!important}.lg\:mr-18{margin-right:72px!important}.lg\:mb-18{margin-bottom:72px!important}.lg\:mt-18{margin-top:72px!important}.lg\:mx-18{margin-left:72px!important;margin-right:72px!important}.lg\:my-18{margin-bottom:72px!important;margin-top:72px!important}.lg\:gap-18{gap:72px!important}.lg\:gap-x-18{column-gap:72px!important}.lg\:gap-y-18{row-gap:72px!important}.lg\:pa-19{padding:76px!important}.lg\:pl-19{padding-left:76px!important}.lg\:pr-19{padding-right:76px!important}.lg\:pb-19{padding-bottom:76px!important}.lg\:pt-19{padding-top:76px!important}.lg\:px-19{padding-left:76px!important;padding-right:76px!important}.lg\:py-19{padding-bottom:76px!important;padding-top:76px!important}.lg\:ma-19{margin:76px!important}.lg\:ml-19{margin-left:76px!important}.lg\:mr-19{margin-right:76px!important}.lg\:mb-19{margin-bottom:76px!important}.lg\:mt-19{margin-top:76px!important}.lg\:mx-19{margin-left:76px!important;margin-right:76px!important}.lg\:my-19{margin-bottom:76px!important;margin-top:76px!important}.lg\:gap-19{gap:76px!important}.lg\:gap-x-19{column-gap:76px!important}.lg\:gap-y-19{row-gap:76px!important}.lg\:pa-20{padding:80px!important}.lg\:pl-20{padding-left:80px!important}.lg\:pr-20{padding-right:80px!important}.lg\:pb-20{padding-bottom:80px!important}.lg\:pt-20{padding-top:80px!important}.lg\:px-20{padding-left:80px!important;padding-right:80px!important}.lg\:py-20{padding-bottom:80px!important;padding-top:80px!important}.lg\:ma-20{margin:80px!important}.lg\:ml-20{margin-left:80px!important}.lg\:mr-20{margin-right:80px!important}.lg\:mb-20{margin-bottom:80px!important}.lg\:mt-20{margin-top:80px!important}.lg\:mx-20{margin-left:80px!important;margin-right:80px!important}.lg\:my-20{margin-bottom:80px!important;margin-top:80px!important}.lg\:gap-20{gap:80px!important}.lg\:gap-x-20{column-gap:80px!important}.lg\:gap-y-20{row-gap:80px!important}}@media (min-width:1920px){.xl\:pa-0{padding:0!important}.xl\:pl-0{padding-left:0!important}.xl\:pr-0{padding-right:0!important}.xl\:pb-0{padding-bottom:0!important}.xl\:pt-0{padding-top:0!important}.xl\:px-0{padding-left:0!important;padding-right:0!important}.xl\:py-0{padding-bottom:0!important;padding-top:0!important}.xl\:ma-0{margin:0!important}.xl\:ml-0{margin-left:0!important}.xl\:mr-0{margin-right:0!important}.xl\:mb-0{margin-bottom:0!important}.xl\:mt-0{margin-top:0!important}.xl\:mx-0{margin-left:0!important;margin-right:0!important}.xl\:my-0{margin-bottom:0!important;margin-top:0!important}.xl\:gap-0{gap:0!important}.xl\:gap-x-0{column-gap:0!important}.xl\:gap-y-0{row-gap:0!important}.xl\:pa-1{padding:4px!important}.xl\:pl-1{padding-left:4px!important}.xl\:pr-1{padding-right:4px!important}.xl\:pb-1{padding-bottom:4px!important}.xl\:pt-1{padding-top:4px!important}.xl\:px-1{padding-left:4px!important;padding-right:4px!important}.xl\:py-1{padding-bottom:4px!important;padding-top:4px!important}.xl\:ma-1{margin:4px!important}.xl\:ml-1{margin-left:4px!important}.xl\:mr-1{margin-right:4px!important}.xl\:mb-1{margin-bottom:4px!important}.xl\:mt-1{margin-top:4px!important}.xl\:mx-1{margin-left:4px!important;margin-right:4px!important}.xl\:my-1{margin-bottom:4px!important;margin-top:4px!important}.xl\:gap-1{gap:4px!important}.xl\:gap-x-1{column-gap:4px!important}.xl\:gap-y-1{row-gap:4px!important}.xl\:pa-2{padding:8px!important}.xl\:pl-2{padding-left:8px!important}.xl\:pr-2{padding-right:8px!important}.xl\:pb-2{padding-bottom:8px!important}.xl\:pt-2{padding-top:8px!important}.xl\:px-2{padding-left:8px!important;padding-right:8px!important}.xl\:py-2{padding-bottom:8px!important;padding-top:8px!important}.xl\:ma-2{margin:8px!important}.xl\:ml-2{margin-left:8px!important}.xl\:mr-2{margin-right:8px!important}.xl\:mb-2{margin-bottom:8px!important}.xl\:mt-2{margin-top:8px!important}.xl\:mx-2{margin-left:8px!important;margin-right:8px!important}.xl\:my-2{margin-bottom:8px!important;margin-top:8px!important}.xl\:gap-2{gap:8px!important}.xl\:gap-x-2{column-gap:8px!important}.xl\:gap-y-2{row-gap:8px!important}.xl\:pa-3{padding:12px!important}.xl\:pl-3{padding-left:12px!important}.xl\:pr-3{padding-right:12px!important}.xl\:pb-3{padding-bottom:12px!important}.xl\:pt-3{padding-top:12px!important}.xl\:px-3{padding-left:12px!important;padding-right:12px!important}.xl\:py-3{padding-bottom:12px!important;padding-top:12px!important}.xl\:ma-3{margin:12px!important}.xl\:ml-3{margin-left:12px!important}.xl\:mr-3{margin-right:12px!important}.xl\:mb-3{margin-bottom:12px!important}.xl\:mt-3{margin-top:12px!important}.xl\:mx-3{margin-left:12px!important;margin-right:12px!important}.xl\:my-3{margin-bottom:12px!important;margin-top:12px!important}.xl\:gap-3{gap:12px!important}.xl\:gap-x-3{column-gap:12px!important}.xl\:gap-y-3{row-gap:12px!important}.xl\:pa-4{padding:16px!important}.xl\:pl-4{padding-left:16px!important}.xl\:pr-4{padding-right:16px!important}.xl\:pb-4{padding-bottom:16px!important}.xl\:pt-4{padding-top:16px!important}.xl\:px-4{padding-left:16px!important;padding-right:16px!important}.xl\:py-4{padding-bottom:16px!important;padding-top:16px!important}.xl\:ma-4{margin:16px!important}.xl\:ml-4{margin-left:16px!important}.xl\:mr-4{margin-right:16px!important}.xl\:mb-4{margin-bottom:16px!important}.xl\:mt-4{margin-top:16px!important}.xl\:mx-4{margin-left:16px!important;margin-right:16px!important}.xl\:my-4{margin-bottom:16px!important;margin-top:16px!important}.xl\:gap-4{gap:16px!important}.xl\:gap-x-4{column-gap:16px!important}.xl\:gap-y-4{row-gap:16px!important}.xl\:pa-5{padding:20px!important}.xl\:pl-5{padding-left:20px!important}.xl\:pr-5{padding-right:20px!important}.xl\:pb-5{padding-bottom:20px!important}.xl\:pt-5{padding-top:20px!important}.xl\:px-5{padding-left:20px!important;padding-right:20px!important}.xl\:py-5{padding-bottom:20px!important;padding-top:20px!important}.xl\:ma-5{margin:20px!important}.xl\:ml-5{margin-left:20px!important}.xl\:mr-5{margin-right:20px!important}.xl\:mb-5{margin-bottom:20px!important}.xl\:mt-5{margin-top:20px!important}.xl\:mx-5{margin-left:20px!important;margin-right:20px!important}.xl\:my-5{margin-bottom:20px!important;margin-top:20px!important}.xl\:gap-5{gap:20px!important}.xl\:gap-x-5{column-gap:20px!important}.xl\:gap-y-5{row-gap:20px!important}.xl\:pa-6{padding:24px!important}.xl\:pl-6{padding-left:24px!important}.xl\:pr-6{padding-right:24px!important}.xl\:pb-6{padding-bottom:24px!important}.xl\:pt-6{padding-top:24px!important}.xl\:px-6{padding-left:24px!important;padding-right:24px!important}.xl\:py-6{padding-bottom:24px!important;padding-top:24px!important}.xl\:ma-6{margin:24px!important}.xl\:ml-6{margin-left:24px!important}.xl\:mr-6{margin-right:24px!important}.xl\:mb-6{margin-bottom:24px!important}.xl\:mt-6{margin-top:24px!important}.xl\:mx-6{margin-left:24px!important;margin-right:24px!important}.xl\:my-6{margin-bottom:24px!important;margin-top:24px!important}.xl\:gap-6{gap:24px!important}.xl\:gap-x-6{column-gap:24px!important}.xl\:gap-y-6{row-gap:24px!important}.xl\:pa-7{padding:28px!important}.xl\:pl-7{padding-left:28px!important}.xl\:pr-7{padding-right:28px!important}.xl\:pb-7{padding-bottom:28px!important}.xl\:pt-7{padding-top:28px!important}.xl\:px-7{padding-left:28px!important;padding-right:28px!important}.xl\:py-7{padding-bottom:28px!important;padding-top:28px!important}.xl\:ma-7{margin:28px!important}.xl\:ml-7{margin-left:28px!important}.xl\:mr-7{margin-right:28px!important}.xl\:mb-7{margin-bottom:28px!important}.xl\:mt-7{margin-top:28px!important}.xl\:mx-7{margin-left:28px!important;margin-right:28px!important}.xl\:my-7{margin-bottom:28px!important;margin-top:28px!important}.xl\:gap-7{gap:28px!important}.xl\:gap-x-7{column-gap:28px!important}.xl\:gap-y-7{row-gap:28px!important}.xl\:pa-8{padding:32px!important}.xl\:pl-8{padding-left:32px!important}.xl\:pr-8{padding-right:32px!important}.xl\:pb-8{padding-bottom:32px!important}.xl\:pt-8{padding-top:32px!important}.xl\:px-8{padding-left:32px!important;padding-right:32px!important}.xl\:py-8{padding-bottom:32px!important;padding-top:32px!important}.xl\:ma-8{margin:32px!important}.xl\:ml-8{margin-left:32px!important}.xl\:mr-8{margin-right:32px!important}.xl\:mb-8{margin-bottom:32px!important}.xl\:mt-8{margin-top:32px!important}.xl\:mx-8{margin-left:32px!important;margin-right:32px!important}.xl\:my-8{margin-bottom:32px!important;margin-top:32px!important}.xl\:gap-8{gap:32px!important}.xl\:gap-x-8{column-gap:32px!important}.xl\:gap-y-8{row-gap:32px!important}.xl\:pa-9{padding:36px!important}.xl\:pl-9{padding-left:36px!important}.xl\:pr-9{padding-right:36px!important}.xl\:pb-9{padding-bottom:36px!important}.xl\:pt-9{padding-top:36px!important}.xl\:px-9{padding-left:36px!important;padding-right:36px!important}.xl\:py-9{padding-bottom:36px!important;padding-top:36px!important}.xl\:ma-9{margin:36px!important}.xl\:ml-9{margin-left:36px!important}.xl\:mr-9{margin-right:36px!important}.xl\:mb-9{margin-bottom:36px!important}.xl\:mt-9{margin-top:36px!important}.xl\:mx-9{margin-left:36px!important;margin-right:36px!important}.xl\:my-9{margin-bottom:36px!important;margin-top:36px!important}.xl\:gap-9{gap:36px!important}.xl\:gap-x-9{column-gap:36px!important}.xl\:gap-y-9{row-gap:36px!important}.xl\:pa-10{padding:40px!important}.xl\:pl-10{padding-left:40px!important}.xl\:pr-10{padding-right:40px!important}.xl\:pb-10{padding-bottom:40px!important}.xl\:pt-10{padding-top:40px!important}.xl\:px-10{padding-left:40px!important;padding-right:40px!important}.xl\:py-10{padding-bottom:40px!important;padding-top:40px!important}.xl\:ma-10{margin:40px!important}.xl\:ml-10{margin-left:40px!important}.xl\:mr-10{margin-right:40px!important}.xl\:mb-10{margin-bottom:40px!important}.xl\:mt-10{margin-top:40px!important}.xl\:mx-10{margin-left:40px!important;margin-right:40px!important}.xl\:my-10{margin-bottom:40px!important;margin-top:40px!important}.xl\:gap-10{gap:40px!important}.xl\:gap-x-10{column-gap:40px!important}.xl\:gap-y-10{row-gap:40px!important}.xl\:pa-11{padding:44px!important}.xl\:pl-11{padding-left:44px!important}.xl\:pr-11{padding-right:44px!important}.xl\:pb-11{padding-bottom:44px!important}.xl\:pt-11{padding-top:44px!important}.xl\:px-11{padding-left:44px!important;padding-right:44px!important}.xl\:py-11{padding-bottom:44px!important;padding-top:44px!important}.xl\:ma-11{margin:44px!important}.xl\:ml-11{margin-left:44px!important}.xl\:mr-11{margin-right:44px!important}.xl\:mb-11{margin-bottom:44px!important}.xl\:mt-11{margin-top:44px!important}.xl\:mx-11{margin-left:44px!important;margin-right:44px!important}.xl\:my-11{margin-bottom:44px!important;margin-top:44px!important}.xl\:gap-11{gap:44px!important}.xl\:gap-x-11{column-gap:44px!important}.xl\:gap-y-11{row-gap:44px!important}.xl\:pa-12{padding:48px!important}.xl\:pl-12{padding-left:48px!important}.xl\:pr-12{padding-right:48px!important}.xl\:pb-12{padding-bottom:48px!important}.xl\:pt-12{padding-top:48px!important}.xl\:px-12{padding-left:48px!important;padding-right:48px!important}.xl\:py-12{padding-bottom:48px!important;padding-top:48px!important}.xl\:ma-12{margin:48px!important}.xl\:ml-12{margin-left:48px!important}.xl\:mr-12{margin-right:48px!important}.xl\:mb-12{margin-bottom:48px!important}.xl\:mt-12{margin-top:48px!important}.xl\:mx-12{margin-left:48px!important;margin-right:48px!important}.xl\:my-12{margin-bottom:48px!important;margin-top:48px!important}.xl\:gap-12{gap:48px!important}.xl\:gap-x-12{column-gap:48px!important}.xl\:gap-y-12{row-gap:48px!important}.xl\:pa-13{padding:52px!important}.xl\:pl-13{padding-left:52px!important}.xl\:pr-13{padding-right:52px!important}.xl\:pb-13{padding-bottom:52px!important}.xl\:pt-13{padding-top:52px!important}.xl\:px-13{padding-left:52px!important;padding-right:52px!important}.xl\:py-13{padding-bottom:52px!important;padding-top:52px!important}.xl\:ma-13{margin:52px!important}.xl\:ml-13{margin-left:52px!important}.xl\:mr-13{margin-right:52px!important}.xl\:mb-13{margin-bottom:52px!important}.xl\:mt-13{margin-top:52px!important}.xl\:mx-13{margin-left:52px!important;margin-right:52px!important}.xl\:my-13{margin-bottom:52px!important;margin-top:52px!important}.xl\:gap-13{gap:52px!important}.xl\:gap-x-13{column-gap:52px!important}.xl\:gap-y-13{row-gap:52px!important}.xl\:pa-14{padding:56px!important}.xl\:pl-14{padding-left:56px!important}.xl\:pr-14{padding-right:56px!important}.xl\:pb-14{padding-bottom:56px!important}.xl\:pt-14{padding-top:56px!important}.xl\:px-14{padding-left:56px!important;padding-right:56px!important}.xl\:py-14{padding-bottom:56px!important;padding-top:56px!important}.xl\:ma-14{margin:56px!important}.xl\:ml-14{margin-left:56px!important}.xl\:mr-14{margin-right:56px!important}.xl\:mb-14{margin-bottom:56px!important}.xl\:mt-14{margin-top:56px!important}.xl\:mx-14{margin-left:56px!important;margin-right:56px!important}.xl\:my-14{margin-bottom:56px!important;margin-top:56px!important}.xl\:gap-14{gap:56px!important}.xl\:gap-x-14{column-gap:56px!important}.xl\:gap-y-14{row-gap:56px!important}.xl\:pa-15{padding:60px!important}.xl\:pl-15{padding-left:60px!important}.xl\:pr-15{padding-right:60px!important}.xl\:pb-15{padding-bottom:60px!important}.xl\:pt-15{padding-top:60px!important}.xl\:px-15{padding-left:60px!important;padding-right:60px!important}.xl\:py-15{padding-bottom:60px!important;padding-top:60px!important}.xl\:ma-15{margin:60px!important}.xl\:ml-15{margin-left:60px!important}.xl\:mr-15{margin-right:60px!important}.xl\:mb-15{margin-bottom:60px!important}.xl\:mt-15{margin-top:60px!important}.xl\:mx-15{margin-left:60px!important;margin-right:60px!important}.xl\:my-15{margin-bottom:60px!important;margin-top:60px!important}.xl\:gap-15{gap:60px!important}.xl\:gap-x-15{column-gap:60px!important}.xl\:gap-y-15{row-gap:60px!important}.xl\:pa-16{padding:64px!important}.xl\:pl-16{padding-left:64px!important}.xl\:pr-16{padding-right:64px!important}.xl\:pb-16{padding-bottom:64px!important}.xl\:pt-16{padding-top:64px!important}.xl\:px-16{padding-left:64px!important;padding-right:64px!important}.xl\:py-16{padding-bottom:64px!important;padding-top:64px!important}.xl\:ma-16{margin:64px!important}.xl\:ml-16{margin-left:64px!important}.xl\:mr-16{margin-right:64px!important}.xl\:mb-16{margin-bottom:64px!important}.xl\:mt-16{margin-top:64px!important}.xl\:mx-16{margin-left:64px!important;margin-right:64px!important}.xl\:my-16{margin-bottom:64px!important;margin-top:64px!important}.xl\:gap-16{gap:64px!important}.xl\:gap-x-16{column-gap:64px!important}.xl\:gap-y-16{row-gap:64px!important}.xl\:pa-17{padding:68px!important}.xl\:pl-17{padding-left:68px!important}.xl\:pr-17{padding-right:68px!important}.xl\:pb-17{padding-bottom:68px!important}.xl\:pt-17{padding-top:68px!important}.xl\:px-17{padding-left:68px!important;padding-right:68px!important}.xl\:py-17{padding-bottom:68px!important;padding-top:68px!important}.xl\:ma-17{margin:68px!important}.xl\:ml-17{margin-left:68px!important}.xl\:mr-17{margin-right:68px!important}.xl\:mb-17{margin-bottom:68px!important}.xl\:mt-17{margin-top:68px!important}.xl\:mx-17{margin-left:68px!important;margin-right:68px!important}.xl\:my-17{margin-bottom:68px!important;margin-top:68px!important}.xl\:gap-17{gap:68px!important}.xl\:gap-x-17{column-gap:68px!important}.xl\:gap-y-17{row-gap:68px!important}.xl\:pa-18{padding:72px!important}.xl\:pl-18{padding-left:72px!important}.xl\:pr-18{padding-right:72px!important}.xl\:pb-18{padding-bottom:72px!important}.xl\:pt-18{padding-top:72px!important}.xl\:px-18{padding-left:72px!important;padding-right:72px!important}.xl\:py-18{padding-bottom:72px!important;padding-top:72px!important}.xl\:ma-18{margin:72px!important}.xl\:ml-18{margin-left:72px!important}.xl\:mr-18{margin-right:72px!important}.xl\:mb-18{margin-bottom:72px!important}.xl\:mt-18{margin-top:72px!important}.xl\:mx-18{margin-left:72px!important;margin-right:72px!important}.xl\:my-18{margin-bottom:72px!important;margin-top:72px!important}.xl\:gap-18{gap:72px!important}.xl\:gap-x-18{column-gap:72px!important}.xl\:gap-y-18{row-gap:72px!important}.xl\:pa-19{padding:76px!important}.xl\:pl-19{padding-left:76px!important}.xl\:pr-19{padding-right:76px!important}.xl\:pb-19{padding-bottom:76px!important}.xl\:pt-19{padding-top:76px!important}.xl\:px-19{padding-left:76px!important;padding-right:76px!important}.xl\:py-19{padding-bottom:76px!important;padding-top:76px!important}.xl\:ma-19{margin:76px!important}.xl\:ml-19{margin-left:76px!important}.xl\:mr-19{margin-right:76px!important}.xl\:mb-19{margin-bottom:76px!important}.xl\:mt-19{margin-top:76px!important}.xl\:mx-19{margin-left:76px!important;margin-right:76px!important}.xl\:my-19{margin-bottom:76px!important;margin-top:76px!important}.xl\:gap-19{gap:76px!important}.xl\:gap-x-19{column-gap:76px!important}.xl\:gap-y-19{row-gap:76px!important}.xl\:pa-20{padding:80px!important}.xl\:pl-20{padding-left:80px!important}.xl\:pr-20{padding-right:80px!important}.xl\:pb-20{padding-bottom:80px!important}.xl\:pt-20{padding-top:80px!important}.xl\:px-20{padding-left:80px!important;padding-right:80px!important}.xl\:py-20{padding-bottom:80px!important;padding-top:80px!important}.xl\:ma-20{margin:80px!important}.xl\:ml-20{margin-left:80px!important}.xl\:mr-20{margin-right:80px!important}.xl\:mb-20{margin-bottom:80px!important}.xl\:mt-20{margin-top:80px!important}.xl\:mx-20{margin-left:80px!important;margin-right:80px!important}.xl\:my-20{margin-bottom:80px!important;margin-top:80px!important}.xl\:gap-20{gap:80px!important}.xl\:gap-x-20{column-gap:80px!important}.xl\:gap-y-20{row-gap:80px!important}}@media (min-width:2560px){.xxl\:pa-0{padding:0!important}.xxl\:pl-0{padding-left:0!important}.xxl\:pr-0{padding-right:0!important}.xxl\:pb-0{padding-bottom:0!important}.xxl\:pt-0{padding-top:0!important}.xxl\:px-0{padding-left:0!important;padding-right:0!important}.xxl\:py-0{padding-bottom:0!important;padding-top:0!important}.xxl\:ma-0{margin:0!important}.xxl\:ml-0{margin-left:0!important}.xxl\:mr-0{margin-right:0!important}.xxl\:mb-0{margin-bottom:0!important}.xxl\:mt-0{margin-top:0!important}.xxl\:mx-0{margin-left:0!important;margin-right:0!important}.xxl\:my-0{margin-bottom:0!important;margin-top:0!important}.xxl\:gap-0{gap:0!important}.xxl\:gap-x-0{column-gap:0!important}.xxl\:gap-y-0{row-gap:0!important}.xxl\:pa-1{padding:4px!important}.xxl\:pl-1{padding-left:4px!important}.xxl\:pr-1{padding-right:4px!important}.xxl\:pb-1{padding-bottom:4px!important}.xxl\:pt-1{padding-top:4px!important}.xxl\:px-1{padding-left:4px!important;padding-right:4px!important}.xxl\:py-1{padding-bottom:4px!important;padding-top:4px!important}.xxl\:ma-1{margin:4px!important}.xxl\:ml-1{margin-left:4px!important}.xxl\:mr-1{margin-right:4px!important}.xxl\:mb-1{margin-bottom:4px!important}.xxl\:mt-1{margin-top:4px!important}.xxl\:mx-1{margin-left:4px!important;margin-right:4px!important}.xxl\:my-1{margin-bottom:4px!important;margin-top:4px!important}.xxl\:gap-1{gap:4px!important}.xxl\:gap-x-1{column-gap:4px!important}.xxl\:gap-y-1{row-gap:4px!important}.xxl\:pa-2{padding:8px!important}.xxl\:pl-2{padding-left:8px!important}.xxl\:pr-2{padding-right:8px!important}.xxl\:pb-2{padding-bottom:8px!important}.xxl\:pt-2{padding-top:8px!important}.xxl\:px-2{padding-left:8px!important;padding-right:8px!important}.xxl\:py-2{padding-bottom:8px!important;padding-top:8px!important}.xxl\:ma-2{margin:8px!important}.xxl\:ml-2{margin-left:8px!important}.xxl\:mr-2{margin-right:8px!important}.xxl\:mb-2{margin-bottom:8px!important}.xxl\:mt-2{margin-top:8px!important}.xxl\:mx-2{margin-left:8px!important;margin-right:8px!important}.xxl\:my-2{margin-bottom:8px!important;margin-top:8px!important}.xxl\:gap-2{gap:8px!important}.xxl\:gap-x-2{column-gap:8px!important}.xxl\:gap-y-2{row-gap:8px!important}.xxl\:pa-3{padding:12px!important}.xxl\:pl-3{padding-left:12px!important}.xxl\:pr-3{padding-right:12px!important}.xxl\:pb-3{padding-bottom:12px!important}.xxl\:pt-3{padding-top:12px!important}.xxl\:px-3{padding-left:12px!important;padding-right:12px!important}.xxl\:py-3{padding-bottom:12px!important;padding-top:12px!important}.xxl\:ma-3{margin:12px!important}.xxl\:ml-3{margin-left:12px!important}.xxl\:mr-3{margin-right:12px!important}.xxl\:mb-3{margin-bottom:12px!important}.xxl\:mt-3{margin-top:12px!important}.xxl\:mx-3{margin-left:12px!important;margin-right:12px!important}.xxl\:my-3{margin-bottom:12px!important;margin-top:12px!important}.xxl\:gap-3{gap:12px!important}.xxl\:gap-x-3{column-gap:12px!important}.xxl\:gap-y-3{row-gap:12px!important}.xxl\:pa-4{padding:16px!important}.xxl\:pl-4{padding-left:16px!important}.xxl\:pr-4{padding-right:16px!important}.xxl\:pb-4{padding-bottom:16px!important}.xxl\:pt-4{padding-top:16px!important}.xxl\:px-4{padding-left:16px!important;padding-right:16px!important}.xxl\:py-4{padding-bottom:16px!important;padding-top:16px!important}.xxl\:ma-4{margin:16px!important}.xxl\:ml-4{margin-left:16px!important}.xxl\:mr-4{margin-right:16px!important}.xxl\:mb-4{margin-bottom:16px!important}.xxl\:mt-4{margin-top:16px!important}.xxl\:mx-4{margin-left:16px!important;margin-right:16px!important}.xxl\:my-4{margin-bottom:16px!important;margin-top:16px!important}.xxl\:gap-4{gap:16px!important}.xxl\:gap-x-4{column-gap:16px!important}.xxl\:gap-y-4{row-gap:16px!important}.xxl\:pa-5{padding:20px!important}.xxl\:pl-5{padding-left:20px!important}.xxl\:pr-5{padding-right:20px!important}.xxl\:pb-5{padding-bottom:20px!important}.xxl\:pt-5{padding-top:20px!important}.xxl\:px-5{padding-left:20px!important;padding-right:20px!important}.xxl\:py-5{padding-bottom:20px!important;padding-top:20px!important}.xxl\:ma-5{margin:20px!important}.xxl\:ml-5{margin-left:20px!important}.xxl\:mr-5{margin-right:20px!important}.xxl\:mb-5{margin-bottom:20px!important}.xxl\:mt-5{margin-top:20px!important}.xxl\:mx-5{margin-left:20px!important;margin-right:20px!important}.xxl\:my-5{margin-bottom:20px!important;margin-top:20px!important}.xxl\:gap-5{gap:20px!important}.xxl\:gap-x-5{column-gap:20px!important}.xxl\:gap-y-5{row-gap:20px!important}.xxl\:pa-6{padding:24px!important}.xxl\:pl-6{padding-left:24px!important}.xxl\:pr-6{padding-right:24px!important}.xxl\:pb-6{padding-bottom:24px!important}.xxl\:pt-6{padding-top:24px!important}.xxl\:px-6{padding-left:24px!important;padding-right:24px!important}.xxl\:py-6{padding-bottom:24px!important;padding-top:24px!important}.xxl\:ma-6{margin:24px!important}.xxl\:ml-6{margin-left:24px!important}.xxl\:mr-6{margin-right:24px!important}.xxl\:mb-6{margin-bottom:24px!important}.xxl\:mt-6{margin-top:24px!important}.xxl\:mx-6{margin-left:24px!important;margin-right:24px!important}.xxl\:my-6{margin-bottom:24px!important;margin-top:24px!important}.xxl\:gap-6{gap:24px!important}.xxl\:gap-x-6{column-gap:24px!important}.xxl\:gap-y-6{row-gap:24px!important}.xxl\:pa-7{padding:28px!important}.xxl\:pl-7{padding-left:28px!important}.xxl\:pr-7{padding-right:28px!important}.xxl\:pb-7{padding-bottom:28px!important}.xxl\:pt-7{padding-top:28px!important}.xxl\:px-7{padding-left:28px!important;padding-right:28px!important}.xxl\:py-7{padding-bottom:28px!important;padding-top:28px!important}.xxl\:ma-7{margin:28px!important}.xxl\:ml-7{margin-left:28px!important}.xxl\:mr-7{margin-right:28px!important}.xxl\:mb-7{margin-bottom:28px!important}.xxl\:mt-7{margin-top:28px!important}.xxl\:mx-7{margin-left:28px!important;margin-right:28px!important}.xxl\:my-7{margin-bottom:28px!important;margin-top:28px!important}.xxl\:gap-7{gap:28px!important}.xxl\:gap-x-7{column-gap:28px!important}.xxl\:gap-y-7{row-gap:28px!important}.xxl\:pa-8{padding:32px!important}.xxl\:pl-8{padding-left:32px!important}.xxl\:pr-8{padding-right:32px!important}.xxl\:pb-8{padding-bottom:32px!important}.xxl\:pt-8{padding-top:32px!important}.xxl\:px-8{padding-left:32px!important;padding-right:32px!important}.xxl\:py-8{padding-bottom:32px!important;padding-top:32px!important}.xxl\:ma-8{margin:32px!important}.xxl\:ml-8{margin-left:32px!important}.xxl\:mr-8{margin-right:32px!important}.xxl\:mb-8{margin-bottom:32px!important}.xxl\:mt-8{margin-top:32px!important}.xxl\:mx-8{margin-left:32px!important;margin-right:32px!important}.xxl\:my-8{margin-bottom:32px!important;margin-top:32px!important}.xxl\:gap-8{gap:32px!important}.xxl\:gap-x-8{column-gap:32px!important}.xxl\:gap-y-8{row-gap:32px!important}.xxl\:pa-9{padding:36px!important}.xxl\:pl-9{padding-left:36px!important}.xxl\:pr-9{padding-right:36px!important}.xxl\:pb-9{padding-bottom:36px!important}.xxl\:pt-9{padding-top:36px!important}.xxl\:px-9{padding-left:36px!important;padding-right:36px!important}.xxl\:py-9{padding-bottom:36px!important;padding-top:36px!important}.xxl\:ma-9{margin:36px!important}.xxl\:ml-9{margin-left:36px!important}.xxl\:mr-9{margin-right:36px!important}.xxl\:mb-9{margin-bottom:36px!important}.xxl\:mt-9{margin-top:36px!important}.xxl\:mx-9{margin-left:36px!important;margin-right:36px!important}.xxl\:my-9{margin-bottom:36px!important;margin-top:36px!important}.xxl\:gap-9{gap:36px!important}.xxl\:gap-x-9{column-gap:36px!important}.xxl\:gap-y-9{row-gap:36px!important}.xxl\:pa-10{padding:40px!important}.xxl\:pl-10{padding-left:40px!important}.xxl\:pr-10{padding-right:40px!important}.xxl\:pb-10{padding-bottom:40px!important}.xxl\:pt-10{padding-top:40px!important}.xxl\:px-10{padding-left:40px!important;padding-right:40px!important}.xxl\:py-10{padding-bottom:40px!important;padding-top:40px!important}.xxl\:ma-10{margin:40px!important}.xxl\:ml-10{margin-left:40px!important}.xxl\:mr-10{margin-right:40px!important}.xxl\:mb-10{margin-bottom:40px!important}.xxl\:mt-10{margin-top:40px!important}.xxl\:mx-10{margin-left:40px!important;margin-right:40px!important}.xxl\:my-10{margin-bottom:40px!important;margin-top:40px!important}.xxl\:gap-10{gap:40px!important}.xxl\:gap-x-10{column-gap:40px!important}.xxl\:gap-y-10{row-gap:40px!important}.xxl\:pa-11{padding:44px!important}.xxl\:pl-11{padding-left:44px!important}.xxl\:pr-11{padding-right:44px!important}.xxl\:pb-11{padding-bottom:44px!important}.xxl\:pt-11{padding-top:44px!important}.xxl\:px-11{padding-left:44px!important;padding-right:44px!important}.xxl\:py-11{padding-bottom:44px!important;padding-top:44px!important}.xxl\:ma-11{margin:44px!important}.xxl\:ml-11{margin-left:44px!important}.xxl\:mr-11{margin-right:44px!important}.xxl\:mb-11{margin-bottom:44px!important}.xxl\:mt-11{margin-top:44px!important}.xxl\:mx-11{margin-left:44px!important;margin-right:44px!important}.xxl\:my-11{margin-bottom:44px!important;margin-top:44px!important}.xxl\:gap-11{gap:44px!important}.xxl\:gap-x-11{column-gap:44px!important}.xxl\:gap-y-11{row-gap:44px!important}.xxl\:pa-12{padding:48px!important}.xxl\:pl-12{padding-left:48px!important}.xxl\:pr-12{padding-right:48px!important}.xxl\:pb-12{padding-bottom:48px!important}.xxl\:pt-12{padding-top:48px!important}.xxl\:px-12{padding-left:48px!important;padding-right:48px!important}.xxl\:py-12{padding-bottom:48px!important;padding-top:48px!important}.xxl\:ma-12{margin:48px!important}.xxl\:ml-12{margin-left:48px!important}.xxl\:mr-12{margin-right:48px!important}.xxl\:mb-12{margin-bottom:48px!important}.xxl\:mt-12{margin-top:48px!important}.xxl\:mx-12{margin-left:48px!important;margin-right:48px!important}.xxl\:my-12{margin-bottom:48px!important;margin-top:48px!important}.xxl\:gap-12{gap:48px!important}.xxl\:gap-x-12{column-gap:48px!important}.xxl\:gap-y-12{row-gap:48px!important}.xxl\:pa-13{padding:52px!important}.xxl\:pl-13{padding-left:52px!important}.xxl\:pr-13{padding-right:52px!important}.xxl\:pb-13{padding-bottom:52px!important}.xxl\:pt-13{padding-top:52px!important}.xxl\:px-13{padding-left:52px!important;padding-right:52px!important}.xxl\:py-13{padding-bottom:52px!important;padding-top:52px!important}.xxl\:ma-13{margin:52px!important}.xxl\:ml-13{margin-left:52px!important}.xxl\:mr-13{margin-right:52px!important}.xxl\:mb-13{margin-bottom:52px!important}.xxl\:mt-13{margin-top:52px!important}.xxl\:mx-13{margin-left:52px!important;margin-right:52px!important}.xxl\:my-13{margin-bottom:52px!important;margin-top:52px!important}.xxl\:gap-13{gap:52px!important}.xxl\:gap-x-13{column-gap:52px!important}.xxl\:gap-y-13{row-gap:52px!important}.xxl\:pa-14{padding:56px!important}.xxl\:pl-14{padding-left:56px!important}.xxl\:pr-14{padding-right:56px!important}.xxl\:pb-14{padding-bottom:56px!important}.xxl\:pt-14{padding-top:56px!important}.xxl\:px-14{padding-left:56px!important;padding-right:56px!important}.xxl\:py-14{padding-bottom:56px!important;padding-top:56px!important}.xxl\:ma-14{margin:56px!important}.xxl\:ml-14{margin-left:56px!important}.xxl\:mr-14{margin-right:56px!important}.xxl\:mb-14{margin-bottom:56px!important}.xxl\:mt-14{margin-top:56px!important}.xxl\:mx-14{margin-left:56px!important;margin-right:56px!important}.xxl\:my-14{margin-bottom:56px!important;margin-top:56px!important}.xxl\:gap-14{gap:56px!important}.xxl\:gap-x-14{column-gap:56px!important}.xxl\:gap-y-14{row-gap:56px!important}.xxl\:pa-15{padding:60px!important}.xxl\:pl-15{padding-left:60px!important}.xxl\:pr-15{padding-right:60px!important}.xxl\:pb-15{padding-bottom:60px!important}.xxl\:pt-15{padding-top:60px!important}.xxl\:px-15{padding-left:60px!important;padding-right:60px!important}.xxl\:py-15{padding-bottom:60px!important;padding-top:60px!important}.xxl\:ma-15{margin:60px!important}.xxl\:ml-15{margin-left:60px!important}.xxl\:mr-15{margin-right:60px!important}.xxl\:mb-15{margin-bottom:60px!important}.xxl\:mt-15{margin-top:60px!important}.xxl\:mx-15{margin-left:60px!important;margin-right:60px!important}.xxl\:my-15{margin-bottom:60px!important;margin-top:60px!important}.xxl\:gap-15{gap:60px!important}.xxl\:gap-x-15{column-gap:60px!important}.xxl\:gap-y-15{row-gap:60px!important}.xxl\:pa-16{padding:64px!important}.xxl\:pl-16{padding-left:64px!important}.xxl\:pr-16{padding-right:64px!important}.xxl\:pb-16{padding-bottom:64px!important}.xxl\:pt-16{padding-top:64px!important}.xxl\:px-16{padding-left:64px!important;padding-right:64px!important}.xxl\:py-16{padding-bottom:64px!important;padding-top:64px!important}.xxl\:ma-16{margin:64px!important}.xxl\:ml-16{margin-left:64px!important}.xxl\:mr-16{margin-right:64px!important}.xxl\:mb-16{margin-bottom:64px!important}.xxl\:mt-16{margin-top:64px!important}.xxl\:mx-16{margin-left:64px!important;margin-right:64px!important}.xxl\:my-16{margin-bottom:64px!important;margin-top:64px!important}.xxl\:gap-16{gap:64px!important}.xxl\:gap-x-16{column-gap:64px!important}.xxl\:gap-y-16{row-gap:64px!important}.xxl\:pa-17{padding:68px!important}.xxl\:pl-17{padding-left:68px!important}.xxl\:pr-17{padding-right:68px!important}.xxl\:pb-17{padding-bottom:68px!important}.xxl\:pt-17{padding-top:68px!important}.xxl\:px-17{padding-left:68px!important;padding-right:68px!important}.xxl\:py-17{padding-bottom:68px!important;padding-top:68px!important}.xxl\:ma-17{margin:68px!important}.xxl\:ml-17{margin-left:68px!important}.xxl\:mr-17{margin-right:68px!important}.xxl\:mb-17{margin-bottom:68px!important}.xxl\:mt-17{margin-top:68px!important}.xxl\:mx-17{margin-left:68px!important;margin-right:68px!important}.xxl\:my-17{margin-bottom:68px!important;margin-top:68px!important}.xxl\:gap-17{gap:68px!important}.xxl\:gap-x-17{column-gap:68px!important}.xxl\:gap-y-17{row-gap:68px!important}.xxl\:pa-18{padding:72px!important}.xxl\:pl-18{padding-left:72px!important}.xxl\:pr-18{padding-right:72px!important}.xxl\:pb-18{padding-bottom:72px!important}.xxl\:pt-18{padding-top:72px!important}.xxl\:px-18{padding-left:72px!important;padding-right:72px!important}.xxl\:py-18{padding-bottom:72px!important;padding-top:72px!important}.xxl\:ma-18{margin:72px!important}.xxl\:ml-18{margin-left:72px!important}.xxl\:mr-18{margin-right:72px!important}.xxl\:mb-18{margin-bottom:72px!important}.xxl\:mt-18{margin-top:72px!important}.xxl\:mx-18{margin-left:72px!important;margin-right:72px!important}.xxl\:my-18{margin-bottom:72px!important;margin-top:72px!important}.xxl\:gap-18{gap:72px!important}.xxl\:gap-x-18{column-gap:72px!important}.xxl\:gap-y-18{row-gap:72px!important}.xxl\:pa-19{padding:76px!important}.xxl\:pl-19{padding-left:76px!important}.xxl\:pr-19{padding-right:76px!important}.xxl\:pb-19{padding-bottom:76px!important}.xxl\:pt-19{padding-top:76px!important}.xxl\:px-19{padding-left:76px!important;padding-right:76px!important}.xxl\:py-19{padding-bottom:76px!important;padding-top:76px!important}.xxl\:ma-19{margin:76px!important}.xxl\:ml-19{margin-left:76px!important}.xxl\:mr-19{margin-right:76px!important}.xxl\:mb-19{margin-bottom:76px!important}.xxl\:mt-19{margin-top:76px!important}.xxl\:mx-19{margin-left:76px!important;margin-right:76px!important}.xxl\:my-19{margin-bottom:76px!important;margin-top:76px!important}.xxl\:gap-19{gap:76px!important}.xxl\:gap-x-19{column-gap:76px!important}.xxl\:gap-y-19{row-gap:76px!important}.xxl\:pa-20{padding:80px!important}.xxl\:pl-20{padding-left:80px!important}.xxl\:pr-20{padding-right:80px!important}.xxl\:pb-20{padding-bottom:80px!important}.xxl\:pt-20{padding-top:80px!important}.xxl\:px-20{padding-left:80px!important;padding-right:80px!important}.xxl\:py-20{padding-bottom:80px!important;padding-top:80px!important}.xxl\:ma-20{margin:80px!important}.xxl\:ml-20{margin-left:80px!important}.xxl\:mr-20{margin-right:80px!important}.xxl\:mb-20{margin-bottom:80px!important}.xxl\:mt-20{margin-top:80px!important}.xxl\:mx-20{margin-left:80px!important;margin-right:80px!important}.xxl\:my-20{margin-bottom:80px!important;margin-top:80px!important}.xxl\:gap-20{gap:80px!important}.xxl\:gap-x-20{column-gap:80px!important}.xxl\:gap-y-20{row-gap:80px!important}}.elevation-24{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)!important}.elevation-23{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)!important}.elevation-22{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)!important}.elevation-21{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)!important}.elevation-20{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)!important}.elevation-19{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)!important}.elevation-18{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)!important}.elevation-17{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)!important}.elevation-16{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)!important}.elevation-15{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)!important}.elevation-14{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)!important}.elevation-13{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)!important}.elevation-12{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)!important}.elevation-11{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)!important}.elevation-10{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)!important}.elevation-9{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)!important}.elevation-8{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)!important}.elevation-7{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)!important}.elevation-6{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)!important}.elevation-5{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)!important}.elevation-4{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)!important}.elevation-3{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)!important}.elevation-2{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)!important}.elevation-1{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)!important}.elevation-0{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)!important}.flex-row{flex-direction:row!important}.flex-col{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-center{justify-content:center!important}.content-center{align-content:center!important}.justify-start{justify-content:flex-start!important}.content-start{align-content:flex-start!important}.justify-end{justify-content:flex-end!important}.content-end{align-content:flex-end!important}.justify-space-between{justify-content:space-between!important}.content-space-between{align-content:space-between!important}.justify-space-around{justify-content:space-around!important}.content-space-around{align-content:space-around!important}.justify-space-evenly{justify-content:space-evenly!important}.content-space-evenly{align-content:space-evenly!important}.justify-stretch{justify-content:stretch!important}.content-stretch{align-content:stretch!important}.items-center{align-items:center!important}.self-center{align-self:center!important}.items-start{align-items:flex-start!important}.self-start{align-self:flex-start!important}.items-end{align-items:flex-end!important}.self-end{align-self:flex-end!important}.items-baseline{align-items:baseline!important}.self-baseline{align-self:baseline!important}.items-stretch{align-items:stretch!important}.self-stretch{align-self:stretch!important}.items-end-safe{align-items:safe flex-end!important}.self-end-safe{align-self:safe flex-end!important}.items-center-safe{align-items:safe center!important}.self-center-safe{align-self:safe center!important}.items-start-safe{align-items:safe flex-start!important}.self-start-safe{align-self:safe flex-start!important}.items-baseline-last{align-items:safe flex-start!important}.self-baseline-last{align-self:safe flex-start!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-6{order:6!important}.order-7{order:7!important}.order-8{order:8!important}.order-9{order:9!important}.order-10{order:10!important}.order-11{order:11!important}.order-12{order:12!important}.grow-0{flex-grow:0!important}.grow-1{flex-grow:1!important}.grow-2{flex-grow:2!important}.grow-3{flex-grow:3!important}.grow-4{flex-grow:4!important}.shrink-0{flex-shrink:0!important}.shrink-1{flex-shrink:1!important}.shrink-2{flex-shrink:2!important}.shrink-3{flex-shrink:3!important}.shrink-4{flex-shrink:4!important}@media (min-width:600px){.sm\:d-flex{display:flex!important}.sm\:d-inline-flex{display:inline-flex!important}.sm\:flex-row{flex-direction:row!important}.sm\:flex-col{flex-direction:column!important}.sm\:flex-wrap{flex-wrap:wrap!important}.sm\:flex-nowrap{flex-wrap:nowrap!important}.sm\:justify-center{justify-content:center!important}.sm\:content-center{align-content:center!important}.sm\:justify-start{justify-content:flex-start!important}.sm\:content-start{align-content:flex-start!important}.sm\:justify-end{justify-content:flex-end!important}.sm\:content-end{align-content:flex-end!important}.sm\:justify-space-between{justify-content:space-between!important}.sm\:content-space-between{align-content:space-between!important}.sm\:justify-space-around{justify-content:space-around!important}.sm\:content-space-around{align-content:space-around!important}.sm\:justify-space-evenly{justify-content:space-evenly!important}.sm\:content-space-evenly{align-content:space-evenly!important}.sm\:justify-stretch{justify-content:stretch!important}.sm\:content-stretch{align-content:stretch!important}.sm\:items-center{align-items:center!important}.sm\:self-center{align-self:center!important}.sm\:items-start{align-items:flex-start!important}.sm\:self-start{align-self:flex-start!important}.sm\:items-end{align-items:flex-end!important}.sm\:self-end{align-self:flex-end!important}.sm\:items-baseline{align-items:baseline!important}.sm\:self-baseline{align-self:baseline!important}.sm\:items-stretch{align-items:stretch!important}.sm\:self-stretch{align-self:stretch!important}.sm\:items-end-safe{align-items:safe flex-end!important}.sm\:self-end-safe{align-self:safe flex-end!important}.sm\:items-center-safe{align-items:safe center!important}.sm\:self-center-safe{align-self:safe center!important}.sm\:items-start-safe{align-items:safe flex-start!important}.sm\:self-start-safe{align-self:safe flex-start!important}.sm\:items-baseline-last{align-items:safe flex-start!important}.sm\:self-baseline-last{align-self:safe flex-start!important}.sm\:order-1{order:1!important}.sm\:order-2{order:2!important}.sm\:order-3{order:3!important}.sm\:order-4{order:4!important}.sm\:order-5{order:5!important}.sm\:order-6{order:6!important}.sm\:order-7{order:7!important}.sm\:order-8{order:8!important}.sm\:order-9{order:9!important}.sm\:order-10{order:10!important}.sm\:order-11{order:11!important}.sm\:order-12{order:12!important}.sm\:grow-0{flex-grow:0!important}.sm\:grow-1{flex-grow:1!important}.sm\:grow-2{flex-grow:2!important}.sm\:grow-3{flex-grow:3!important}.sm\:grow-4{flex-grow:4!important}.sm\:shrink-0{flex-shrink:0!important}.sm\:shrink-1{flex-shrink:1!important}.sm\:shrink-2{flex-shrink:2!important}.sm\:shrink-3{flex-shrink:3!important}.sm\:shrink-4{flex-shrink:4!important}}@media (min-width:960px){.md\:d-flex{display:flex!important}.md\:d-inline-flex{display:inline-flex!important}.md\:flex-row{flex-direction:row!important}.md\:flex-col{flex-direction:column!important}.md\:flex-wrap{flex-wrap:wrap!important}.md\:flex-nowrap{flex-wrap:nowrap!important}.md\:justify-center{justify-content:center!important}.md\:content-center{align-content:center!important}.md\:justify-start{justify-content:flex-start!important}.md\:content-start{align-content:flex-start!important}.md\:justify-end{justify-content:flex-end!important}.md\:content-end{align-content:flex-end!important}.md\:justify-space-between{justify-content:space-between!important}.md\:content-space-between{align-content:space-between!important}.md\:justify-space-around{justify-content:space-around!important}.md\:content-space-around{align-content:space-around!important}.md\:justify-space-evenly{justify-content:space-evenly!important}.md\:content-space-evenly{align-content:space-evenly!important}.md\:justify-stretch{justify-content:stretch!important}.md\:content-stretch{align-content:stretch!important}.md\:items-center{align-items:center!important}.md\:self-center{align-self:center!important}.md\:items-start{align-items:flex-start!important}.md\:self-start{align-self:flex-start!important}.md\:items-end{align-items:flex-end!important}.md\:self-end{align-self:flex-end!important}.md\:items-baseline{align-items:baseline!important}.md\:self-baseline{align-self:baseline!important}.md\:items-stretch{align-items:stretch!important}.md\:self-stretch{align-self:stretch!important}.md\:items-end-safe{align-items:safe flex-end!important}.md\:self-end-safe{align-self:safe flex-end!important}.md\:items-center-safe{align-items:safe center!important}.md\:self-center-safe{align-self:safe center!important}.md\:items-start-safe{align-items:safe flex-start!important}.md\:self-start-safe{align-self:safe flex-start!important}.md\:items-baseline-last{align-items:safe flex-start!important}.md\:self-baseline-last{align-self:safe flex-start!important}.md\:order-1{order:1!important}.md\:order-2{order:2!important}.md\:order-3{order:3!important}.md\:order-4{order:4!important}.md\:order-5{order:5!important}.md\:order-6{order:6!important}.md\:order-7{order:7!important}.md\:order-8{order:8!important}.md\:order-9{order:9!important}.md\:order-10{order:10!important}.md\:order-11{order:11!important}.md\:order-12{order:12!important}.md\:grow-0{flex-grow:0!important}.md\:grow-1{flex-grow:1!important}.md\:grow-2{flex-grow:2!important}.md\:grow-3{flex-grow:3!important}.md\:grow-4{flex-grow:4!important}.md\:shrink-0{flex-shrink:0!important}.md\:shrink-1{flex-shrink:1!important}.md\:shrink-2{flex-shrink:2!important}.md\:shrink-3{flex-shrink:3!important}.md\:shrink-4{flex-shrink:4!important}}@media (min-width:1280px){.lg\:d-flex{display:flex!important}.lg\:d-inline-flex{display:inline-flex!important}.lg\:flex-row{flex-direction:row!important}.lg\:flex-col{flex-direction:column!important}.lg\:flex-wrap{flex-wrap:wrap!important}.lg\:flex-nowrap{flex-wrap:nowrap!important}.lg\:justify-center{justify-content:center!important}.lg\:content-center{align-content:center!important}.lg\:justify-start{justify-content:flex-start!important}.lg\:content-start{align-content:flex-start!important}.lg\:justify-end{justify-content:flex-end!important}.lg\:content-end{align-content:flex-end!important}.lg\:justify-space-between{justify-content:space-between!important}.lg\:content-space-between{align-content:space-between!important}.lg\:justify-space-around{justify-content:space-around!important}.lg\:content-space-around{align-content:space-around!important}.lg\:justify-space-evenly{justify-content:space-evenly!important}.lg\:content-space-evenly{align-content:space-evenly!important}.lg\:justify-stretch{justify-content:stretch!important}.lg\:content-stretch{align-content:stretch!important}.lg\:items-center{align-items:center!important}.lg\:self-center{align-self:center!important}.lg\:items-start{align-items:flex-start!important}.lg\:self-start{align-self:flex-start!important}.lg\:items-end{align-items:flex-end!important}.lg\:self-end{align-self:flex-end!important}.lg\:items-baseline{align-items:baseline!important}.lg\:self-baseline{align-self:baseline!important}.lg\:items-stretch{align-items:stretch!important}.lg\:self-stretch{align-self:stretch!important}.lg\:items-end-safe{align-items:safe flex-end!important}.lg\:self-end-safe{align-self:safe flex-end!important}.lg\:items-center-safe{align-items:safe center!important}.lg\:self-center-safe{align-self:safe center!important}.lg\:items-start-safe{align-items:safe flex-start!important}.lg\:self-start-safe{align-self:safe flex-start!important}.lg\:items-baseline-last{align-items:safe flex-start!important}.lg\:self-baseline-last{align-self:safe flex-start!important}.lg\:order-1{order:1!important}.lg\:order-2{order:2!important}.lg\:order-3{order:3!important}.lg\:order-4{order:4!important}.lg\:order-5{order:5!important}.lg\:order-6{order:6!important}.lg\:order-7{order:7!important}.lg\:order-8{order:8!important}.lg\:order-9{order:9!important}.lg\:order-10{order:10!important}.lg\:order-11{order:11!important}.lg\:order-12{order:12!important}.lg\:grow-0{flex-grow:0!important}.lg\:grow-1{flex-grow:1!important}.lg\:grow-2{flex-grow:2!important}.lg\:grow-3{flex-grow:3!important}.lg\:grow-4{flex-grow:4!important}.lg\:shrink-0{flex-shrink:0!important}.lg\:shrink-1{flex-shrink:1!important}.lg\:shrink-2{flex-shrink:2!important}.lg\:shrink-3{flex-shrink:3!important}.lg\:shrink-4{flex-shrink:4!important}}@media (min-width:1920px){.xl\:d-flex{display:flex!important}.xl\:d-inline-flex{display:inline-flex!important}.xl\:flex-row{flex-direction:row!important}.xl\:flex-col{flex-direction:column!important}.xl\:flex-wrap{flex-wrap:wrap!important}.xl\:flex-nowrap{flex-wrap:nowrap!important}.xl\:justify-center{justify-content:center!important}.xl\:content-center{align-content:center!important}.xl\:justify-start{justify-content:flex-start!important}.xl\:content-start{align-content:flex-start!important}.xl\:justify-end{justify-content:flex-end!important}.xl\:content-end{align-content:flex-end!important}.xl\:justify-space-between{justify-content:space-between!important}.xl\:content-space-between{align-content:space-between!important}.xl\:justify-space-around{justify-content:space-around!important}.xl\:content-space-around{align-content:space-around!important}.xl\:justify-space-evenly{justify-content:space-evenly!important}.xl\:content-space-evenly{align-content:space-evenly!important}.xl\:justify-stretch{justify-content:stretch!important}.xl\:content-stretch{align-content:stretch!important}.xl\:items-center{align-items:center!important}.xl\:self-center{align-self:center!important}.xl\:items-start{align-items:flex-start!important}.xl\:self-start{align-self:flex-start!important}.xl\:items-end{align-items:flex-end!important}.xl\:self-end{align-self:flex-end!important}.xl\:items-baseline{align-items:baseline!important}.xl\:self-baseline{align-self:baseline!important}.xl\:items-stretch{align-items:stretch!important}.xl\:self-stretch{align-self:stretch!important}.xl\:items-end-safe{align-items:safe flex-end!important}.xl\:self-end-safe{align-self:safe flex-end!important}.xl\:items-center-safe{align-items:safe center!important}.xl\:self-center-safe{align-self:safe center!important}.xl\:items-start-safe{align-items:safe flex-start!important}.xl\:self-start-safe{align-self:safe flex-start!important}.xl\:items-baseline-last{align-items:safe flex-start!important}.xl\:self-baseline-last{align-self:safe flex-start!important}.xl\:order-1{order:1!important}.xl\:order-2{order:2!important}.xl\:order-3{order:3!important}.xl\:order-4{order:4!important}.xl\:order-5{order:5!important}.xl\:order-6{order:6!important}.xl\:order-7{order:7!important}.xl\:order-8{order:8!important}.xl\:order-9{order:9!important}.xl\:order-10{order:10!important}.xl\:order-11{order:11!important}.xl\:order-12{order:12!important}.xl\:grow-0{flex-grow:0!important}.xl\:grow-1{flex-grow:1!important}.xl\:grow-2{flex-grow:2!important}.xl\:grow-3{flex-grow:3!important}.xl\:grow-4{flex-grow:4!important}.xl\:shrink-0{flex-shrink:0!important}.xl\:shrink-1{flex-shrink:1!important}.xl\:shrink-2{flex-shrink:2!important}.xl\:shrink-3{flex-shrink:3!important}.xl\:shrink-4{flex-shrink:4!important}}@media (min-width:2560px){.xxl\:d-flex{display:flex!important}.xxl\:d-inline-flex{display:inline-flex!important}.xxl\:flex-row{flex-direction:row!important}.xxl\:flex-col{flex-direction:column!important}.xxl\:flex-wrap{flex-wrap:wrap!important}.xxl\:flex-nowrap{flex-wrap:nowrap!important}.xxl\:justify-center{justify-content:center!important}.xxl\:content-center{align-content:center!important}.xxl\:justify-start{justify-content:flex-start!important}.xxl\:content-start{align-content:flex-start!important}.xxl\:justify-end{justify-content:flex-end!important}.xxl\:content-end{align-content:flex-end!important}.xxl\:justify-space-between{justify-content:space-between!important}.xxl\:content-space-between{align-content:space-between!important}.xxl\:justify-space-around{justify-content:space-around!important}.xxl\:content-space-around{align-content:space-around!important}.xxl\:justify-space-evenly{justify-content:space-evenly!important}.xxl\:content-space-evenly{align-content:space-evenly!important}.xxl\:justify-stretch{justify-content:stretch!important}.xxl\:content-stretch{align-content:stretch!important}.xxl\:items-center{align-items:center!important}.xxl\:self-center{align-self:center!important}.xxl\:items-start{align-items:flex-start!important}.xxl\:self-start{align-self:flex-start!important}.xxl\:items-end{align-items:flex-end!important}.xxl\:self-end{align-self:flex-end!important}.xxl\:items-baseline{align-items:baseline!important}.xxl\:self-baseline{align-self:baseline!important}.xxl\:items-stretch{align-items:stretch!important}.xxl\:self-stretch{align-self:stretch!important}.xxl\:items-end-safe{align-items:safe flex-end!important}.xxl\:self-end-safe{align-self:safe flex-end!important}.xxl\:items-center-safe{align-items:safe center!important}.xxl\:self-center-safe{align-self:safe center!important}.xxl\:items-start-safe{align-items:safe flex-start!important}.xxl\:self-start-safe{align-self:safe flex-start!important}.xxl\:items-baseline-last{align-items:safe flex-start!important}.xxl\:self-baseline-last{align-self:safe flex-start!important}.xxl\:order-1{order:1!important}.xxl\:order-2{order:2!important}.xxl\:order-3{order:3!important}.xxl\:order-4{order:4!important}.xxl\:order-5{order:5!important}.xxl\:order-6{order:6!important}.xxl\:order-7{order:7!important}.xxl\:order-8{order:8!important}.xxl\:order-9{order:9!important}.xxl\:order-10{order:10!important}.xxl\:order-11{order:11!important}.xxl\:order-12{order:12!important}.xxl\:grow-0{flex-grow:0!important}.xxl\:grow-1{flex-grow:1!important}.xxl\:grow-2{flex-grow:2!important}.xxl\:grow-3{flex-grow:3!important}.xxl\:grow-4{flex-grow:4!important}.xxl\:shrink-0{flex-shrink:0!important}.xxl\:shrink-1{flex-shrink:1!important}.xxl\:shrink-2{flex-shrink:2!important}.xxl\:shrink-3{flex-shrink:3!important}.xxl\:shrink-4{flex-shrink:4!important}}.radius-0{border-radius:0!important}.radius-tl-0{border-top-left-radius:0!important}.radius-tr-0{border-top-right-radius:0!important}.radius-bl-0{border-bottom-left-radius:0!important}.radius-br-0{border-bottom-right-radius:0!important}.radius-2{border-radius:2px!important}.radius-tl-2{border-top-left-radius:2px!important}.radius-tr-2{border-top-right-radius:2px!important}.radius-bl-2{border-bottom-left-radius:2px!important}.radius-br-2{border-bottom-right-radius:2px!important}.radius-4{border-radius:4px!important}.radius-tl-4{border-top-left-radius:4px!important}.radius-tr-4{border-top-right-radius:4px!important}.radius-bl-4{border-bottom-left-radius:4px!important}.radius-br-4{border-bottom-right-radius:4px!important}.radius-6{border-radius:6px!important}.radius-tl-6{border-top-left-radius:6px!important}.radius-tr-6{border-top-right-radius:6px!important}.radius-bl-6{border-bottom-left-radius:6px!important}.radius-br-6{border-bottom-right-radius:6px!important}.radius-8{border-radius:8px!important}.radius-tl-8{border-top-left-radius:8px!important}.radius-tr-8{border-top-right-radius:8px!important}.radius-bl-8{border-bottom-left-radius:8px!important}.radius-br-8{border-bottom-right-radius:8px!important}.radius-12{border-radius:12px!important}.radius-tl-12{border-top-left-radius:12px!important}.radius-tr-12{border-top-right-radius:12px!important}.radius-bl-12{border-bottom-left-radius:12px!important}.radius-br-12{border-bottom-right-radius:12px!important}.radius-16{border-radius:16px!important}.radius-tl-16{border-top-left-radius:16px!important}.radius-tr-16{border-top-right-radius:16px!important}.radius-bl-16{border-bottom-left-radius:16px!important}.radius-br-16{border-bottom-right-radius:16px!important}.radius-24{border-radius:24px!important}.radius-tl-24{border-top-left-radius:24px!important}.radius-tr-24{border-top-right-radius:24px!important}.radius-bl-24{border-bottom-left-radius:24px!important}.radius-br-24{border-bottom-right-radius:24px!important}.radius-32{border-radius:32px!important}.radius-tl-32{border-top-left-radius:32px!important}.radius-tr-32{border-top-right-radius:32px!important}.radius-bl-32{border-bottom-left-radius:32px!important}.radius-br-32{border-bottom-right-radius:32px!important}.radius-pill{border-radius:9999px!important}.radius-circle{border-radius:50%!important}.static{position:static!important}.relative{position:relative!important}.absolute{position:absolute!important}.fixed{position:fixed!important}.sticky{position:sticky!important}.inset-0{bottom:0!important;left:0!important;right:0!important;top:0!important}.inset-auto{bottom:auto!important;left:auto!important;right:auto!important;top:auto!important}.top-0{top:0!important}.top-auto{top:auto!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-auto{bottom:auto!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.left-0{left:0!important}.left-auto{left:auto!important}.left-50{left:50%!important}.left-100{left:100%!important}.right-0{right:0!important}.right-auto{right:auto!important}.right-50{right:50%!important}.right-100{right:100%!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}.z-4{z-index:4!important}.z-5{z-index:5!important}.z-10{z-index:10!important}.z-50{z-index:50!important}.z-auto{z-index:auto!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-justify{text-align:justify!important}.text-justify-all{text-align:justify-all!important}.text-nowrap,.text-truncate{white-space:nowrap!important}.text-truncate{overflow:hidden!important;text-overflow:ellipsis!important}.text-uppercase{text-transform:uppercase!important}.text-lowercase{text-transform:lowercase!important}.text-capitalize{text-transform:capitalize!important}@media (min-width:600px){.sm\:text-left{text-align:left!important}.sm\:text-center{text-align:center!important}.sm\:text-right{text-align:right!important}.sm\:text-justify{text-align:justify!important}.sm\:text-justify-all{text-align:justify-all!important}.sm\:text-nowrap{white-space:nowrap!important}}@media (min-width:960px){.md\:text-left{text-align:left!important}.md\:text-center{text-align:center!important}.md\:text-right{text-align:right!important}.md\:text-justify{text-align:justify!important}.md\:text-justify-all{text-align:justify-all!important}.md\:text-nowrap{white-space:nowrap!important}}@media (min-width:1280px){.lg\:text-left{text-align:left!important}.lg\:text-center{text-align:center!important}.lg\:text-right{text-align:right!important}.lg\:text-justify{text-align:justify!important}.lg\:text-justify-all{text-align:justify-all!important}.lg\:text-nowrap{white-space:nowrap!important}}@media (min-width:1920px){.xl\:text-left{text-align:left!important}.xl\:text-center{text-align:center!important}.xl\:text-right{text-align:right!important}.xl\:text-justify{text-align:justify!important}.xl\:text-justify-all{text-align:justify-all!important}.xl\:text-nowrap{white-space:nowrap!important}}@media (min-width:2560px){.xxl\:text-left{text-align:left!important}.xxl\:text-center{text-align:center!important}.xxl\:text-right{text-align:right!important}.xxl\:text-justify{text-align:justify!important}.xxl\:text-justify-all{text-align:justify-all!important}.xxl\:text-nowrap{white-space:nowrap!important}}.fs-xs{font-size:12px!important}.fs-sm{font-size:14px!important}.fs-base{font-size:16px!important}.fs-lg{font-size:18px!important}.fs-xl{font-size:20px!important}.fs-2xl{font-size:24px!important}.fs-3xl{font-size:32px!important}.fs-4xl{font-size:40px!important}.fw-thin{font-weight:100!important}.fw-light{font-weight:300!important}.fw-regular{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semi-bold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-heavy{font-weight:900!important}.lh-none{line-height:1!important}.lh-tight{line-height:1.25!important}.lh-snug{line-height:1.375!important}.lh-normal{line-height:1.5!important}.lh-relaxed{line-height:1.625!important}.lh-loose{line-height:2!important}.ls-tighter{letter-spacing:-.05em!important}.ls-tight{letter-spacing:-.025em!important}.ls-normal{letter-spacing:0!important}.ls-wide{letter-spacing:.025em!important}.ls-wider{letter-spacing:.05em!important}.ls-widest{letter-spacing:.1em!important}.italic{font-style:italic!important}.not-italic{font-style:normal!important}.font-weight-thin{font-weight:100!important}.font-weight-light{font-weight:300!important}.font-weight-regular{font-weight:400!important}.font-weight-medium{font-weight:500!important}.font-weight-semi-bold{font-weight:600!important}.font-weight-bold{font-weight:700!important}.font-weight-heavy{font-weight:900!important}@media (min-width:600px){.sm\:fs-xs{font-size:12px!important}.sm\:fs-sm{font-size:14px!important}.sm\:fs-base{font-size:16px!important}.sm\:fs-lg{font-size:18px!important}.sm\:fs-xl{font-size:20px!important}.sm\:fs-2xl{font-size:24px!important}.sm\:fs-3xl{font-size:32px!important}.sm\:fs-4xl{font-size:40px!important}}@media (min-width:960px){.md\:fs-xs{font-size:12px!important}.md\:fs-sm{font-size:14px!important}.md\:fs-base{font-size:16px!important}.md\:fs-lg{font-size:18px!important}.md\:fs-xl{font-size:20px!important}.md\:fs-2xl{font-size:24px!important}.md\:fs-3xl{font-size:32px!important}.md\:fs-4xl{font-size:40px!important}}@media (min-width:1280px){.lg\:fs-xs{font-size:12px!important}.lg\:fs-sm{font-size:14px!important}.lg\:fs-base{font-size:16px!important}.lg\:fs-lg{font-size:18px!important}.lg\:fs-xl{font-size:20px!important}.lg\:fs-2xl{font-size:24px!important}.lg\:fs-3xl{font-size:32px!important}.lg\:fs-4xl{font-size:40px!important}}@media (min-width:1920px){.xl\:fs-xs{font-size:12px!important}.xl\:fs-sm{font-size:14px!important}.xl\:fs-base{font-size:16px!important}.xl\:fs-lg{font-size:18px!important}.xl\:fs-xl{font-size:20px!important}.xl\:fs-2xl{font-size:24px!important}.xl\:fs-3xl{font-size:32px!important}.xl\:fs-4xl{font-size:40px!important}}@media (min-width:2560px){.xxl\:fs-xs{font-size:12px!important}.xxl\:fs-sm{font-size:14px!important}.xxl\:fs-base{font-size:16px!important}.xxl\:fs-lg{font-size:18px!important}.xxl\:fs-xl{font-size:20px!important}.xxl\:fs-2xl{font-size:24px!important}.xxl\:fs-3xl{font-size:32px!important}.xxl\:fs-4xl{font-size:40px!important}}.hover\:op-0:hover,.op-0{opacity:0!important}.hover\:op-1:hover,.op-1{opacity:.1!important}.hover\:op-2:hover,.op-2{opacity:.2!important}.hover\:op-3:hover,.op-3{opacity:.3!important}.hover\:op-4:hover,.op-4{opacity:.4!important}.hover\:op-5:hover,.op-5{opacity:.5!important}.hover\:op-6:hover,.op-6{opacity:.6!important}.hover\:op-7:hover,.op-7{opacity:.7!important}.hover\:op-8:hover,.op-8{opacity:.8!important}.hover\:op-9:hover,.op-9{opacity:.9!important}.hover\:op-10:hover,.op-10{opacity:1!important}.overflow-hidden{overflow:hidden!important}.overflow-auto{overflow:auto!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-y-auto{overflow-y:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-scroll{overflow-y:scroll!important}.overflow-clip{overflow:clip!important}.overflow-x-clip{overflow-x:clip!important}.overflow-y-clip{overflow-y:clip!important}.d-none{display:none!important}.d-block{display:block!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-contents{display:contents!important}@media (min-width:600px){.sm\:d-none{display:none!important}.sm\:d-block{display:block!important}.sm\:d-inline{display:inline!important}.sm\:d-inline-block{display:inline-block!important}.sm\:d-flex{display:flex!important}.sm\:d-inline-flex{display:inline-flex!important}.sm\:d-grid{display:grid!important}.sm\:d-inline-grid{display:inline-grid!important}.sm\:d-table{display:table!important}.sm\:d-table-cell{display:table-cell!important}.sm\:d-contents{display:contents!important}}@media (min-width:960px){.md\:d-none{display:none!important}.md\:d-block{display:block!important}.md\:d-inline{display:inline!important}.md\:d-inline-block{display:inline-block!important}.md\:d-flex{display:flex!important}.md\:d-inline-flex{display:inline-flex!important}.md\:d-grid{display:grid!important}.md\:d-inline-grid{display:inline-grid!important}.md\:d-table{display:table!important}.md\:d-table-cell{display:table-cell!important}.md\:d-contents{display:contents!important}}@media (min-width:1280px){.lg\:d-none{display:none!important}.lg\:d-block{display:block!important}.lg\:d-inline{display:inline!important}.lg\:d-inline-block{display:inline-block!important}.lg\:d-flex{display:flex!important}.lg\:d-inline-flex{display:inline-flex!important}.lg\:d-grid{display:grid!important}.lg\:d-inline-grid{display:inline-grid!important}.lg\:d-table{display:table!important}.lg\:d-table-cell{display:table-cell!important}.lg\:d-contents{display:contents!important}}@media (min-width:1920px){.xl\:d-none{display:none!important}.xl\:d-block{display:block!important}.xl\:d-inline{display:inline!important}.xl\:d-inline-block{display:inline-block!important}.xl\:d-flex{display:flex!important}.xl\:d-inline-flex{display:inline-flex!important}.xl\:d-grid{display:grid!important}.xl\:d-inline-grid{display:inline-grid!important}.xl\:d-table{display:table!important}.xl\:d-table-cell{display:table-cell!important}.xl\:d-contents{display:contents!important}}@media (min-width:2560px){.xxl\:d-none{display:none!important}.xxl\:d-block{display:block!important}.xxl\:d-inline{display:inline!important}.xxl\:d-inline-block{display:inline-block!important}.xxl\:d-flex{display:flex!important}.xxl\:d-inline-flex{display:inline-flex!important}.xxl\:d-grid{display:grid!important}.xxl\:d-inline-grid{display:inline-grid!important}.xxl\:d-table{display:table!important}.xxl\:d-table-cell{display:table-cell!important}.xxl\:d-contents{display:contents!important}}.w-0{width:0!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.w-fit{width:fit-content!important}.w-min{width:min-content!important}.w-max{width:max-content!important}.h-0{height:0!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.h-fit{height:fit-content!important}.h-min{height:min-content!important}.h-max{height:max-content!important}.w-screen{width:100vw!important}.h-screen{height:100vh!important}.min-w-0{min-width:0!important}.min-w-full{min-width:100%!important}.min-h-0{min-height:0!important}.min-h-full{min-height:100%!important}.min-h-screen{min-height:100vh!important}.max-w-full{max-width:100%!important}.max-w-screen{max-width:100vw!important}.max-w-none{max-width:none!important}.max-h-full{max-height:100%!important}.max-h-screen{max-height:100vh!important}.max-h-none{max-height:none!important}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.cursor-text{cursor:text}.cursor-move{cursor:move}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-cell{cursor:cell}.cursor-crosshair{cursor:crosshair}.cursor-vertical-text{cursor:vertical-text}.cursor-alias{cursor:alias}.cursor-copy{cursor:copy}.cursor-no-drop{cursor:no-drop}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.cursor-n-resize{cursor:n-resize}.cursor-e-resize{cursor:e-resize}.cursor-s-resize{cursor:s-resize}.cursor-w-resize{cursor:w-resize}.cursor-ne-resize{cursor:ne-resize}.cursor-nw-resize{cursor:nw-resize}.cursor-se-resize{cursor:se-resize}.cursor-sw-resize{cursor:sw-resize}.cursor-ew-resize{cursor:ew-resize}.cursor-ns-resize{cursor:ns-resize}.cursor-nesw-resize{cursor:nesw-resize}.cursor-nwse-resize{cursor:nwse-resize}.cursor-zoom-in{cursor:zoom-in}.cursor-zoom-out{cursor:zoom-out}.cursor-context-menu{cursor:context-menu}.cursor-progress{cursor:progress}.cursor-col-resize{cursor:col-resize}.cursor-row-resize{cursor:row-resize}.bg-red{background-color:#f44336!important;border-color:#f44336!important}.active\:bg-red:active,.hover\:bg-red:hover,[class*="hover:bg-"][class*="active:bg-red"]:active{background:#f44336!important;transition:background .1s}.text-red{caret-color:#f44336!important;color:#f44336!important}.text-red:hover:active:before{background:#f44336!important;opacity:.3;transition:background .1s}.bg-red-base{background-color:#f44336!important;border-color:#f44336!important}.active\:bg-red-base:active,.hover\:bg-red-base:hover,[class*="hover:bg-"][class*="active:bg-red-base"]:active{background:#f44336!important;transition:background .1s}.text-red-base{caret-color:#f44336!important;color:#f44336!important}.text-red-base:hover:active:before{background:#f44336!important;opacity:.3;transition:background .1s}.bg-red-lighten-5{background-color:#ffebee!important;border-color:#ffebee!important}.active\:bg-red-lighten-5:active,.hover\:bg-red-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-red-lighten-5"]:active{background:#ffebee!important;transition:background .1s}.text-red-lighten-5{caret-color:#ffebee!important;color:#ffebee!important}.text-red-lighten-5:hover:active:before{background:#ffebee!important;opacity:.3;transition:background .1s}.bg-red-lighten-4{background-color:#ffcdd2!important;border-color:#ffcdd2!important}.active\:bg-red-lighten-4:active,.hover\:bg-red-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-red-lighten-4"]:active{background:#ffcdd2!important;transition:background .1s}.text-red-lighten-4{caret-color:#ffcdd2!important;color:#ffcdd2!important}.text-red-lighten-4:hover:active:before{background:#ffcdd2!important;opacity:.3;transition:background .1s}.bg-red-lighten-3{background-color:#ef9a9a!important;border-color:#ef9a9a!important}.active\:bg-red-lighten-3:active,.hover\:bg-red-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-red-lighten-3"]:active{background:#ef9a9a!important;transition:background .1s}.text-red-lighten-3{caret-color:#ef9a9a!important;color:#ef9a9a!important}.text-red-lighten-3:hover:active:before{background:#ef9a9a!important;opacity:.3;transition:background .1s}.bg-red-lighten-2{background-color:#e57373!important;border-color:#e57373!important}.active\:bg-red-lighten-2:active,.hover\:bg-red-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-red-lighten-2"]:active{background:#e57373!important;transition:background .1s}.text-red-lighten-2{caret-color:#e57373!important;color:#e57373!important}.text-red-lighten-2:hover:active:before{background:#e57373!important;opacity:.3;transition:background .1s}.bg-red-lighten-1{background-color:#ef5350!important;border-color:#ef5350!important}.active\:bg-red-lighten-1:active,.hover\:bg-red-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-red-lighten-1"]:active{background:#ef5350!important;transition:background .1s}.text-red-lighten-1{caret-color:#ef5350!important;color:#ef5350!important}.text-red-lighten-1:hover:active:before{background:#ef5350!important;opacity:.3;transition:background .1s}.bg-red-darken-1{background-color:#e53935!important;border-color:#e53935!important}.active\:bg-red-darken-1:active,.hover\:bg-red-darken-1:hover,[class*="hover:bg-"][class*="active:bg-red-darken-1"]:active{background:#e53935!important;transition:background .1s}.text-red-darken-1{caret-color:#e53935!important;color:#e53935!important}.text-red-darken-1:hover:active:before{background:#e53935!important;opacity:.3;transition:background .1s}.bg-red-darken-2{background-color:#d32f2f!important;border-color:#d32f2f!important}.active\:bg-red-darken-2:active,.hover\:bg-red-darken-2:hover,[class*="hover:bg-"][class*="active:bg-red-darken-2"]:active{background:#d32f2f!important;transition:background .1s}.text-red-darken-2{caret-color:#d32f2f!important;color:#d32f2f!important}.text-red-darken-2:hover:active:before{background:#d32f2f!important;opacity:.3;transition:background .1s}.bg-red-darken-3{background-color:#c62828!important;border-color:#c62828!important}.active\:bg-red-darken-3:active,.hover\:bg-red-darken-3:hover,[class*="hover:bg-"][class*="active:bg-red-darken-3"]:active{background:#c62828!important;transition:background .1s}.text-red-darken-3{caret-color:#c62828!important;color:#c62828!important}.text-red-darken-3:hover:active:before{background:#c62828!important;opacity:.3;transition:background .1s}.bg-red-darken-4{background-color:#b71c1c!important;border-color:#b71c1c!important}.active\:bg-red-darken-4:active,.hover\:bg-red-darken-4:hover,[class*="hover:bg-"][class*="active:bg-red-darken-4"]:active{background:#b71c1c!important;transition:background .1s}.text-red-darken-4{caret-color:#b71c1c!important;color:#b71c1c!important}.text-red-darken-4:hover:active:before{background:#b71c1c!important;opacity:.3;transition:background .1s}.bg-red-accent-1{background-color:#ff8a80!important;border-color:#ff8a80!important}.active\:bg-red-accent-1:active,.hover\:bg-red-accent-1:hover,[class*="hover:bg-"][class*="active:bg-red-accent-1"]:active{background:#ff8a80!important;transition:background .1s}.text-red-accent-1{caret-color:#ff8a80!important;color:#ff8a80!important}.text-red-accent-1:hover:active:before{background:#ff8a80!important;opacity:.3;transition:background .1s}.bg-red-accent-2{background-color:#ff5252!important;border-color:#ff5252!important}.active\:bg-red-accent-2:active,.hover\:bg-red-accent-2:hover,[class*="hover:bg-"][class*="active:bg-red-accent-2"]:active{background:#ff5252!important;transition:background .1s}.text-red-accent-2{caret-color:#ff5252!important;color:#ff5252!important}.text-red-accent-2:hover:active:before{background:#ff5252!important;opacity:.3;transition:background .1s}.bg-red-accent-3{background-color:#ff1744!important;border-color:#ff1744!important}.active\:bg-red-accent-3:active,.hover\:bg-red-accent-3:hover,[class*="hover:bg-"][class*="active:bg-red-accent-3"]:active{background:#ff1744!important;transition:background .1s}.text-red-accent-3{caret-color:#ff1744!important;color:#ff1744!important}.text-red-accent-3:hover:active:before{background:#ff1744!important;opacity:.3;transition:background .1s}.bg-red-accent-4{background-color:#d50000!important;border-color:#d50000!important}.active\:bg-red-accent-4:active,.hover\:bg-red-accent-4:hover,[class*="hover:bg-"][class*="active:bg-red-accent-4"]:active{background:#d50000!important;transition:background .1s}.text-red-accent-4{caret-color:#d50000!important;color:#d50000!important}.text-red-accent-4:hover:active:before{background:#d50000!important;opacity:.3;transition:background .1s}.bg-pink{background-color:#e91e63!important;border-color:#e91e63!important}.active\:bg-pink:active,.hover\:bg-pink:hover,[class*="hover:bg-"][class*="active:bg-pink"]:active{background:#e91e63!important;transition:background .1s}.text-pink{caret-color:#e91e63!important;color:#e91e63!important}.text-pink:hover:active:before{background:#e91e63!important;opacity:.3;transition:background .1s}.bg-pink-base{background-color:#e91e63!important;border-color:#e91e63!important}.active\:bg-pink-base:active,.hover\:bg-pink-base:hover,[class*="hover:bg-"][class*="active:bg-pink-base"]:active{background:#e91e63!important;transition:background .1s}.text-pink-base{caret-color:#e91e63!important;color:#e91e63!important}.text-pink-base:hover:active:before{background:#e91e63!important;opacity:.3;transition:background .1s}.bg-pink-lighten-5{background-color:#fce4ec!important;border-color:#fce4ec!important}.active\:bg-pink-lighten-5:active,.hover\:bg-pink-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-pink-lighten-5"]:active{background:#fce4ec!important;transition:background .1s}.text-pink-lighten-5{caret-color:#fce4ec!important;color:#fce4ec!important}.text-pink-lighten-5:hover:active:before{background:#fce4ec!important;opacity:.3;transition:background .1s}.bg-pink-lighten-4{background-color:#f8bbd0!important;border-color:#f8bbd0!important}.active\:bg-pink-lighten-4:active,.hover\:bg-pink-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-pink-lighten-4"]:active{background:#f8bbd0!important;transition:background .1s}.text-pink-lighten-4{caret-color:#f8bbd0!important;color:#f8bbd0!important}.text-pink-lighten-4:hover:active:before{background:#f8bbd0!important;opacity:.3;transition:background .1s}.bg-pink-lighten-3{background-color:#f48fb1!important;border-color:#f48fb1!important}.active\:bg-pink-lighten-3:active,.hover\:bg-pink-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-pink-lighten-3"]:active{background:#f48fb1!important;transition:background .1s}.text-pink-lighten-3{caret-color:#f48fb1!important;color:#f48fb1!important}.text-pink-lighten-3:hover:active:before{background:#f48fb1!important;opacity:.3;transition:background .1s}.bg-pink-lighten-2{background-color:#f06292!important;border-color:#f06292!important}.active\:bg-pink-lighten-2:active,.hover\:bg-pink-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-pink-lighten-2"]:active{background:#f06292!important;transition:background .1s}.text-pink-lighten-2{caret-color:#f06292!important;color:#f06292!important}.text-pink-lighten-2:hover:active:before{background:#f06292!important;opacity:.3;transition:background .1s}.bg-pink-lighten-1{background-color:#ec407a!important;border-color:#ec407a!important}.active\:bg-pink-lighten-1:active,.hover\:bg-pink-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-pink-lighten-1"]:active{background:#ec407a!important;transition:background .1s}.text-pink-lighten-1{caret-color:#ec407a!important;color:#ec407a!important}.text-pink-lighten-1:hover:active:before{background:#ec407a!important;opacity:.3;transition:background .1s}.bg-pink-darken-1{background-color:#d81b60!important;border-color:#d81b60!important}.active\:bg-pink-darken-1:active,.hover\:bg-pink-darken-1:hover,[class*="hover:bg-"][class*="active:bg-pink-darken-1"]:active{background:#d81b60!important;transition:background .1s}.text-pink-darken-1{caret-color:#d81b60!important;color:#d81b60!important}.text-pink-darken-1:hover:active:before{background:#d81b60!important;opacity:.3;transition:background .1s}.bg-pink-darken-2{background-color:#c2185b!important;border-color:#c2185b!important}.active\:bg-pink-darken-2:active,.hover\:bg-pink-darken-2:hover,[class*="hover:bg-"][class*="active:bg-pink-darken-2"]:active{background:#c2185b!important;transition:background .1s}.text-pink-darken-2{caret-color:#c2185b!important;color:#c2185b!important}.text-pink-darken-2:hover:active:before{background:#c2185b!important;opacity:.3;transition:background .1s}.bg-pink-darken-3{background-color:#ad1457!important;border-color:#ad1457!important}.active\:bg-pink-darken-3:active,.hover\:bg-pink-darken-3:hover,[class*="hover:bg-"][class*="active:bg-pink-darken-3"]:active{background:#ad1457!important;transition:background .1s}.text-pink-darken-3{caret-color:#ad1457!important;color:#ad1457!important}.text-pink-darken-3:hover:active:before{background:#ad1457!important;opacity:.3;transition:background .1s}.bg-pink-darken-4{background-color:#880e4f!important;border-color:#880e4f!important}.active\:bg-pink-darken-4:active,.hover\:bg-pink-darken-4:hover,[class*="hover:bg-"][class*="active:bg-pink-darken-4"]:active{background:#880e4f!important;transition:background .1s}.text-pink-darken-4{caret-color:#880e4f!important;color:#880e4f!important}.text-pink-darken-4:hover:active:before{background:#880e4f!important;opacity:.3;transition:background .1s}.bg-pink-accent-1{background-color:#ff80ab!important;border-color:#ff80ab!important}.active\:bg-pink-accent-1:active,.hover\:bg-pink-accent-1:hover,[class*="hover:bg-"][class*="active:bg-pink-accent-1"]:active{background:#ff80ab!important;transition:background .1s}.text-pink-accent-1{caret-color:#ff80ab!important;color:#ff80ab!important}.text-pink-accent-1:hover:active:before{background:#ff80ab!important;opacity:.3;transition:background .1s}.bg-pink-accent-2{background-color:#ff4081!important;border-color:#ff4081!important}.active\:bg-pink-accent-2:active,.hover\:bg-pink-accent-2:hover,[class*="hover:bg-"][class*="active:bg-pink-accent-2"]:active{background:#ff4081!important;transition:background .1s}.text-pink-accent-2{caret-color:#ff4081!important;color:#ff4081!important}.text-pink-accent-2:hover:active:before{background:#ff4081!important;opacity:.3;transition:background .1s}.bg-pink-accent-3{background-color:#f50057!important;border-color:#f50057!important}.active\:bg-pink-accent-3:active,.hover\:bg-pink-accent-3:hover,[class*="hover:bg-"][class*="active:bg-pink-accent-3"]:active{background:#f50057!important;transition:background .1s}.text-pink-accent-3{caret-color:#f50057!important;color:#f50057!important}.text-pink-accent-3:hover:active:before{background:#f50057!important;opacity:.3;transition:background .1s}.bg-pink-accent-4{background-color:#c51162!important;border-color:#c51162!important}.active\:bg-pink-accent-4:active,.hover\:bg-pink-accent-4:hover,[class*="hover:bg-"][class*="active:bg-pink-accent-4"]:active{background:#c51162!important;transition:background .1s}.text-pink-accent-4{caret-color:#c51162!important;color:#c51162!important}.text-pink-accent-4:hover:active:before{background:#c51162!important;opacity:.3;transition:background .1s}.bg-purple{background-color:#9c27b0!important;border-color:#9c27b0!important}.active\:bg-purple:active,.hover\:bg-purple:hover,[class*="hover:bg-"][class*="active:bg-purple"]:active{background:#9c27b0!important;transition:background .1s}.text-purple{caret-color:#9c27b0!important;color:#9c27b0!important}.text-purple:hover:active:before{background:#9c27b0!important;opacity:.3;transition:background .1s}.bg-purple-base{background-color:#9c27b0!important;border-color:#9c27b0!important}.active\:bg-purple-base:active,.hover\:bg-purple-base:hover,[class*="hover:bg-"][class*="active:bg-purple-base"]:active{background:#9c27b0!important;transition:background .1s}.text-purple-base{caret-color:#9c27b0!important;color:#9c27b0!important}.text-purple-base:hover:active:before{background:#9c27b0!important;opacity:.3;transition:background .1s}.bg-purple-lighten-5{background-color:#f3e5f5!important;border-color:#f3e5f5!important}.active\:bg-purple-lighten-5:active,.hover\:bg-purple-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-purple-lighten-5"]:active{background:#f3e5f5!important;transition:background .1s}.text-purple-lighten-5{caret-color:#f3e5f5!important;color:#f3e5f5!important}.text-purple-lighten-5:hover:active:before{background:#f3e5f5!important;opacity:.3;transition:background .1s}.bg-purple-lighten-4{background-color:#e1bee7!important;border-color:#e1bee7!important}.active\:bg-purple-lighten-4:active,.hover\:bg-purple-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-purple-lighten-4"]:active{background:#e1bee7!important;transition:background .1s}.text-purple-lighten-4{caret-color:#e1bee7!important;color:#e1bee7!important}.text-purple-lighten-4:hover:active:before{background:#e1bee7!important;opacity:.3;transition:background .1s}.bg-purple-lighten-3{background-color:#ce93d8!important;border-color:#ce93d8!important}.active\:bg-purple-lighten-3:active,.hover\:bg-purple-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-purple-lighten-3"]:active{background:#ce93d8!important;transition:background .1s}.text-purple-lighten-3{caret-color:#ce93d8!important;color:#ce93d8!important}.text-purple-lighten-3:hover:active:before{background:#ce93d8!important;opacity:.3;transition:background .1s}.bg-purple-lighten-2{background-color:#ba68c8!important;border-color:#ba68c8!important}.active\:bg-purple-lighten-2:active,.hover\:bg-purple-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-purple-lighten-2"]:active{background:#ba68c8!important;transition:background .1s}.text-purple-lighten-2{caret-color:#ba68c8!important;color:#ba68c8!important}.text-purple-lighten-2:hover:active:before{background:#ba68c8!important;opacity:.3;transition:background .1s}.bg-purple-lighten-1{background-color:#ab47bc!important;border-color:#ab47bc!important}.active\:bg-purple-lighten-1:active,.hover\:bg-purple-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-purple-lighten-1"]:active{background:#ab47bc!important;transition:background .1s}.text-purple-lighten-1{caret-color:#ab47bc!important;color:#ab47bc!important}.text-purple-lighten-1:hover:active:before{background:#ab47bc!important;opacity:.3;transition:background .1s}.bg-purple-darken-1{background-color:#8e24aa!important;border-color:#8e24aa!important}.active\:bg-purple-darken-1:active,.hover\:bg-purple-darken-1:hover,[class*="hover:bg-"][class*="active:bg-purple-darken-1"]:active{background:#8e24aa!important;transition:background .1s}.text-purple-darken-1{caret-color:#8e24aa!important;color:#8e24aa!important}.text-purple-darken-1:hover:active:before{background:#8e24aa!important;opacity:.3;transition:background .1s}.bg-purple-darken-2{background-color:#7b1fa2!important;border-color:#7b1fa2!important}.active\:bg-purple-darken-2:active,.hover\:bg-purple-darken-2:hover,[class*="hover:bg-"][class*="active:bg-purple-darken-2"]:active{background:#7b1fa2!important;transition:background .1s}.text-purple-darken-2{caret-color:#7b1fa2!important;color:#7b1fa2!important}.text-purple-darken-2:hover:active:before{background:#7b1fa2!important;opacity:.3;transition:background .1s}.bg-purple-darken-3{background-color:#6a1b9a!important;border-color:#6a1b9a!important}.active\:bg-purple-darken-3:active,.hover\:bg-purple-darken-3:hover,[class*="hover:bg-"][class*="active:bg-purple-darken-3"]:active{background:#6a1b9a!important;transition:background .1s}.text-purple-darken-3{caret-color:#6a1b9a!important;color:#6a1b9a!important}.text-purple-darken-3:hover:active:before{background:#6a1b9a!important;opacity:.3;transition:background .1s}.bg-purple-darken-4{background-color:#4a148c!important;border-color:#4a148c!important}.active\:bg-purple-darken-4:active,.hover\:bg-purple-darken-4:hover,[class*="hover:bg-"][class*="active:bg-purple-darken-4"]:active{background:#4a148c!important;transition:background .1s}.text-purple-darken-4{caret-color:#4a148c!important;color:#4a148c!important}.text-purple-darken-4:hover:active:before{background:#4a148c!important;opacity:.3;transition:background .1s}.bg-purple-accent-1{background-color:#ea80fc!important;border-color:#ea80fc!important}.active\:bg-purple-accent-1:active,.hover\:bg-purple-accent-1:hover,[class*="hover:bg-"][class*="active:bg-purple-accent-1"]:active{background:#ea80fc!important;transition:background .1s}.text-purple-accent-1{caret-color:#ea80fc!important;color:#ea80fc!important}.text-purple-accent-1:hover:active:before{background:#ea80fc!important;opacity:.3;transition:background .1s}.bg-purple-accent-2{background-color:#e040fb!important;border-color:#e040fb!important}.active\:bg-purple-accent-2:active,.hover\:bg-purple-accent-2:hover,[class*="hover:bg-"][class*="active:bg-purple-accent-2"]:active{background:#e040fb!important;transition:background .1s}.text-purple-accent-2{caret-color:#e040fb!important;color:#e040fb!important}.text-purple-accent-2:hover:active:before{background:#e040fb!important;opacity:.3;transition:background .1s}.bg-purple-accent-3{background-color:#d500f9!important;border-color:#d500f9!important}.active\:bg-purple-accent-3:active,.hover\:bg-purple-accent-3:hover,[class*="hover:bg-"][class*="active:bg-purple-accent-3"]:active{background:#d500f9!important;transition:background .1s}.text-purple-accent-3{caret-color:#d500f9!important;color:#d500f9!important}.text-purple-accent-3:hover:active:before{background:#d500f9!important;opacity:.3;transition:background .1s}.bg-purple-accent-4{background-color:#a0f!important;border-color:#a0f!important}.active\:bg-purple-accent-4:active,.hover\:bg-purple-accent-4:hover,[class*="hover:bg-"][class*="active:bg-purple-accent-4"]:active{background:#a0f!important;transition:background .1s}.text-purple-accent-4{caret-color:#a0f!important;color:#a0f!important}.text-purple-accent-4:hover:active:before{background:#a0f!important;opacity:.3;transition:background .1s}.bg-deep-purple{background-color:#673ab7!important;border-color:#673ab7!important}.active\:bg-deep-purple:active,.hover\:bg-deep-purple:hover,[class*="hover:bg-"][class*="active:bg-deep-purple"]:active{background:#673ab7!important;transition:background .1s}.text-deep-purple{caret-color:#673ab7!important;color:#673ab7!important}.text-deep-purple:hover:active:before{background:#673ab7!important;opacity:.3;transition:background .1s}.bg-deep-purple-base{background-color:#673ab7!important;border-color:#673ab7!important}.active\:bg-deep-purple-base:active,.hover\:bg-deep-purple-base:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-base"]:active{background:#673ab7!important;transition:background .1s}.text-deep-purple-base{caret-color:#673ab7!important;color:#673ab7!important}.text-deep-purple-base:hover:active:before{background:#673ab7!important;opacity:.3;transition:background .1s}.bg-deep-purple-lighten-5{background-color:#ede7f6!important;border-color:#ede7f6!important}.active\:bg-deep-purple-lighten-5:active,.hover\:bg-deep-purple-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-lighten-5"]:active{background:#ede7f6!important;transition:background .1s}.text-deep-purple-lighten-5{caret-color:#ede7f6!important;color:#ede7f6!important}.text-deep-purple-lighten-5:hover:active:before{background:#ede7f6!important;opacity:.3;transition:background .1s}.bg-deep-purple-lighten-4{background-color:#d1c4e9!important;border-color:#d1c4e9!important}.active\:bg-deep-purple-lighten-4:active,.hover\:bg-deep-purple-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-lighten-4"]:active{background:#d1c4e9!important;transition:background .1s}.text-deep-purple-lighten-4{caret-color:#d1c4e9!important;color:#d1c4e9!important}.text-deep-purple-lighten-4:hover:active:before{background:#d1c4e9!important;opacity:.3;transition:background .1s}.bg-deep-purple-lighten-3{background-color:#b39ddb!important;border-color:#b39ddb!important}.active\:bg-deep-purple-lighten-3:active,.hover\:bg-deep-purple-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-lighten-3"]:active{background:#b39ddb!important;transition:background .1s}.text-deep-purple-lighten-3{caret-color:#b39ddb!important;color:#b39ddb!important}.text-deep-purple-lighten-3:hover:active:before{background:#b39ddb!important;opacity:.3;transition:background .1s}.bg-deep-purple-lighten-2{background-color:#9575cd!important;border-color:#9575cd!important}.active\:bg-deep-purple-lighten-2:active,.hover\:bg-deep-purple-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-lighten-2"]:active{background:#9575cd!important;transition:background .1s}.text-deep-purple-lighten-2{caret-color:#9575cd!important;color:#9575cd!important}.text-deep-purple-lighten-2:hover:active:before{background:#9575cd!important;opacity:.3;transition:background .1s}.bg-deep-purple-lighten-1{background-color:#7e57c2!important;border-color:#7e57c2!important}.active\:bg-deep-purple-lighten-1:active,.hover\:bg-deep-purple-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-lighten-1"]:active{background:#7e57c2!important;transition:background .1s}.text-deep-purple-lighten-1{caret-color:#7e57c2!important;color:#7e57c2!important}.text-deep-purple-lighten-1:hover:active:before{background:#7e57c2!important;opacity:.3;transition:background .1s}.bg-deep-purple-darken-1{background-color:#5e35b1!important;border-color:#5e35b1!important}.active\:bg-deep-purple-darken-1:active,.hover\:bg-deep-purple-darken-1:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-darken-1"]:active{background:#5e35b1!important;transition:background .1s}.text-deep-purple-darken-1{caret-color:#5e35b1!important;color:#5e35b1!important}.text-deep-purple-darken-1:hover:active:before{background:#5e35b1!important;opacity:.3;transition:background .1s}.bg-deep-purple-darken-2{background-color:#512da8!important;border-color:#512da8!important}.active\:bg-deep-purple-darken-2:active,.hover\:bg-deep-purple-darken-2:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-darken-2"]:active{background:#512da8!important;transition:background .1s}.text-deep-purple-darken-2{caret-color:#512da8!important;color:#512da8!important}.text-deep-purple-darken-2:hover:active:before{background:#512da8!important;opacity:.3;transition:background .1s}.bg-deep-purple-darken-3{background-color:#4527a0!important;border-color:#4527a0!important}.active\:bg-deep-purple-darken-3:active,.hover\:bg-deep-purple-darken-3:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-darken-3"]:active{background:#4527a0!important;transition:background .1s}.text-deep-purple-darken-3{caret-color:#4527a0!important;color:#4527a0!important}.text-deep-purple-darken-3:hover:active:before{background:#4527a0!important;opacity:.3;transition:background .1s}.bg-deep-purple-darken-4{background-color:#311b92!important;border-color:#311b92!important}.active\:bg-deep-purple-darken-4:active,.hover\:bg-deep-purple-darken-4:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-darken-4"]:active{background:#311b92!important;transition:background .1s}.text-deep-purple-darken-4{caret-color:#311b92!important;color:#311b92!important}.text-deep-purple-darken-4:hover:active:before{background:#311b92!important;opacity:.3;transition:background .1s}.bg-deep-purple-accent-1{background-color:#b388ff!important;border-color:#b388ff!important}.active\:bg-deep-purple-accent-1:active,.hover\:bg-deep-purple-accent-1:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-accent-1"]:active{background:#b388ff!important;transition:background .1s}.text-deep-purple-accent-1{caret-color:#b388ff!important;color:#b388ff!important}.text-deep-purple-accent-1:hover:active:before{background:#b388ff!important;opacity:.3;transition:background .1s}.bg-deep-purple-accent-2{background-color:#7c4dff!important;border-color:#7c4dff!important}.active\:bg-deep-purple-accent-2:active,.hover\:bg-deep-purple-accent-2:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-accent-2"]:active{background:#7c4dff!important;transition:background .1s}.text-deep-purple-accent-2{caret-color:#7c4dff!important;color:#7c4dff!important}.text-deep-purple-accent-2:hover:active:before{background:#7c4dff!important;opacity:.3;transition:background .1s}.bg-deep-purple-accent-3{background-color:#651fff!important;border-color:#651fff!important}.active\:bg-deep-purple-accent-3:active,.hover\:bg-deep-purple-accent-3:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-accent-3"]:active{background:#651fff!important;transition:background .1s}.text-deep-purple-accent-3{caret-color:#651fff!important;color:#651fff!important}.text-deep-purple-accent-3:hover:active:before{background:#651fff!important;opacity:.3;transition:background .1s}.bg-deep-purple-accent-4{background-color:#6200ea!important;border-color:#6200ea!important}.active\:bg-deep-purple-accent-4:active,.hover\:bg-deep-purple-accent-4:hover,[class*="hover:bg-"][class*="active:bg-deep-purple-accent-4"]:active{background:#6200ea!important;transition:background .1s}.text-deep-purple-accent-4{caret-color:#6200ea!important;color:#6200ea!important}.text-deep-purple-accent-4:hover:active:before{background:#6200ea!important;opacity:.3;transition:background .1s}.bg-indigo{background-color:#3f51b5!important;border-color:#3f51b5!important}.active\:bg-indigo:active,.hover\:bg-indigo:hover,[class*="hover:bg-"][class*="active:bg-indigo"]:active{background:#3f51b5!important;transition:background .1s}.text-indigo{caret-color:#3f51b5!important;color:#3f51b5!important}.text-indigo:hover:active:before{background:#3f51b5!important;opacity:.3;transition:background .1s}.bg-indigo-base{background-color:#3f51b5!important;border-color:#3f51b5!important}.active\:bg-indigo-base:active,.hover\:bg-indigo-base:hover,[class*="hover:bg-"][class*="active:bg-indigo-base"]:active{background:#3f51b5!important;transition:background .1s}.text-indigo-base{caret-color:#3f51b5!important;color:#3f51b5!important}.text-indigo-base:hover:active:before{background:#3f51b5!important;opacity:.3;transition:background .1s}.bg-indigo-lighten-5{background-color:#e8eaf6!important;border-color:#e8eaf6!important}.active\:bg-indigo-lighten-5:active,.hover\:bg-indigo-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-indigo-lighten-5"]:active{background:#e8eaf6!important;transition:background .1s}.text-indigo-lighten-5{caret-color:#e8eaf6!important;color:#e8eaf6!important}.text-indigo-lighten-5:hover:active:before{background:#e8eaf6!important;opacity:.3;transition:background .1s}.bg-indigo-lighten-4{background-color:#c5cae9!important;border-color:#c5cae9!important}.active\:bg-indigo-lighten-4:active,.hover\:bg-indigo-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-indigo-lighten-4"]:active{background:#c5cae9!important;transition:background .1s}.text-indigo-lighten-4{caret-color:#c5cae9!important;color:#c5cae9!important}.text-indigo-lighten-4:hover:active:before{background:#c5cae9!important;opacity:.3;transition:background .1s}.bg-indigo-lighten-3{background-color:#9fa8da!important;border-color:#9fa8da!important}.active\:bg-indigo-lighten-3:active,.hover\:bg-indigo-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-indigo-lighten-3"]:active{background:#9fa8da!important;transition:background .1s}.text-indigo-lighten-3{caret-color:#9fa8da!important;color:#9fa8da!important}.text-indigo-lighten-3:hover:active:before{background:#9fa8da!important;opacity:.3;transition:background .1s}.bg-indigo-lighten-2{background-color:#7986cb!important;border-color:#7986cb!important}.active\:bg-indigo-lighten-2:active,.hover\:bg-indigo-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-indigo-lighten-2"]:active{background:#7986cb!important;transition:background .1s}.text-indigo-lighten-2{caret-color:#7986cb!important;color:#7986cb!important}.text-indigo-lighten-2:hover:active:before{background:#7986cb!important;opacity:.3;transition:background .1s}.bg-indigo-lighten-1{background-color:#5c6bc0!important;border-color:#5c6bc0!important}.active\:bg-indigo-lighten-1:active,.hover\:bg-indigo-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-indigo-lighten-1"]:active{background:#5c6bc0!important;transition:background .1s}.text-indigo-lighten-1{caret-color:#5c6bc0!important;color:#5c6bc0!important}.text-indigo-lighten-1:hover:active:before{background:#5c6bc0!important;opacity:.3;transition:background .1s}.bg-indigo-darken-1{background-color:#3949ab!important;border-color:#3949ab!important}.active\:bg-indigo-darken-1:active,.hover\:bg-indigo-darken-1:hover,[class*="hover:bg-"][class*="active:bg-indigo-darken-1"]:active{background:#3949ab!important;transition:background .1s}.text-indigo-darken-1{caret-color:#3949ab!important;color:#3949ab!important}.text-indigo-darken-1:hover:active:before{background:#3949ab!important;opacity:.3;transition:background .1s}.bg-indigo-darken-2{background-color:#303f9f!important;border-color:#303f9f!important}.active\:bg-indigo-darken-2:active,.hover\:bg-indigo-darken-2:hover,[class*="hover:bg-"][class*="active:bg-indigo-darken-2"]:active{background:#303f9f!important;transition:background .1s}.text-indigo-darken-2{caret-color:#303f9f!important;color:#303f9f!important}.text-indigo-darken-2:hover:active:before{background:#303f9f!important;opacity:.3;transition:background .1s}.bg-indigo-darken-3{background-color:#283593!important;border-color:#283593!important}.active\:bg-indigo-darken-3:active,.hover\:bg-indigo-darken-3:hover,[class*="hover:bg-"][class*="active:bg-indigo-darken-3"]:active{background:#283593!important;transition:background .1s}.text-indigo-darken-3{caret-color:#283593!important;color:#283593!important}.text-indigo-darken-3:hover:active:before{background:#283593!important;opacity:.3;transition:background .1s}.bg-indigo-darken-4{background-color:#1a237e!important;border-color:#1a237e!important}.active\:bg-indigo-darken-4:active,.hover\:bg-indigo-darken-4:hover,[class*="hover:bg-"][class*="active:bg-indigo-darken-4"]:active{background:#1a237e!important;transition:background .1s}.text-indigo-darken-4{caret-color:#1a237e!important;color:#1a237e!important}.text-indigo-darken-4:hover:active:before{background:#1a237e!important;opacity:.3;transition:background .1s}.bg-indigo-accent-1{background-color:#8c9eff!important;border-color:#8c9eff!important}.active\:bg-indigo-accent-1:active,.hover\:bg-indigo-accent-1:hover,[class*="hover:bg-"][class*="active:bg-indigo-accent-1"]:active{background:#8c9eff!important;transition:background .1s}.text-indigo-accent-1{caret-color:#8c9eff!important;color:#8c9eff!important}.text-indigo-accent-1:hover:active:before{background:#8c9eff!important;opacity:.3;transition:background .1s}.bg-indigo-accent-2{background-color:#536dfe!important;border-color:#536dfe!important}.active\:bg-indigo-accent-2:active,.hover\:bg-indigo-accent-2:hover,[class*="hover:bg-"][class*="active:bg-indigo-accent-2"]:active{background:#536dfe!important;transition:background .1s}.text-indigo-accent-2{caret-color:#536dfe!important;color:#536dfe!important}.text-indigo-accent-2:hover:active:before{background:#536dfe!important;opacity:.3;transition:background .1s}.bg-indigo-accent-3{background-color:#3d5afe!important;border-color:#3d5afe!important}.active\:bg-indigo-accent-3:active,.hover\:bg-indigo-accent-3:hover,[class*="hover:bg-"][class*="active:bg-indigo-accent-3"]:active{background:#3d5afe!important;transition:background .1s}.text-indigo-accent-3{caret-color:#3d5afe!important;color:#3d5afe!important}.text-indigo-accent-3:hover:active:before{background:#3d5afe!important;opacity:.3;transition:background .1s}.bg-indigo-accent-4{background-color:#304ffe!important;border-color:#304ffe!important}.active\:bg-indigo-accent-4:active,.hover\:bg-indigo-accent-4:hover,[class*="hover:bg-"][class*="active:bg-indigo-accent-4"]:active{background:#304ffe!important;transition:background .1s}.text-indigo-accent-4{caret-color:#304ffe!important;color:#304ffe!important}.text-indigo-accent-4:hover:active:before{background:#304ffe!important;opacity:.3;transition:background .1s}.bg-blue{background-color:#2196f3!important;border-color:#2196f3!important}.active\:bg-blue:active,.hover\:bg-blue:hover,[class*="hover:bg-"][class*="active:bg-blue"]:active{background:#2196f3!important;transition:background .1s}.text-blue{caret-color:#2196f3!important;color:#2196f3!important}.text-blue:hover:active:before{background:#2196f3!important;opacity:.3;transition:background .1s}.bg-blue-base{background-color:#2196f3!important;border-color:#2196f3!important}.active\:bg-blue-base:active,.hover\:bg-blue-base:hover,[class*="hover:bg-"][class*="active:bg-blue-base"]:active{background:#2196f3!important;transition:background .1s}.text-blue-base{caret-color:#2196f3!important;color:#2196f3!important}.text-blue-base:hover:active:before{background:#2196f3!important;opacity:.3;transition:background .1s}.bg-blue-lighten-5{background-color:#e3f2fd!important;border-color:#e3f2fd!important}.active\:bg-blue-lighten-5:active,.hover\:bg-blue-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-blue-lighten-5"]:active{background:#e3f2fd!important;transition:background .1s}.text-blue-lighten-5{caret-color:#e3f2fd!important;color:#e3f2fd!important}.text-blue-lighten-5:hover:active:before{background:#e3f2fd!important;opacity:.3;transition:background .1s}.bg-blue-lighten-4{background-color:#bbdefb!important;border-color:#bbdefb!important}.active\:bg-blue-lighten-4:active,.hover\:bg-blue-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-blue-lighten-4"]:active{background:#bbdefb!important;transition:background .1s}.text-blue-lighten-4{caret-color:#bbdefb!important;color:#bbdefb!important}.text-blue-lighten-4:hover:active:before{background:#bbdefb!important;opacity:.3;transition:background .1s}.bg-blue-lighten-3{background-color:#90caf9!important;border-color:#90caf9!important}.active\:bg-blue-lighten-3:active,.hover\:bg-blue-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-blue-lighten-3"]:active{background:#90caf9!important;transition:background .1s}.text-blue-lighten-3{caret-color:#90caf9!important;color:#90caf9!important}.text-blue-lighten-3:hover:active:before{background:#90caf9!important;opacity:.3;transition:background .1s}.bg-blue-lighten-2{background-color:#64b5f6!important;border-color:#64b5f6!important}.active\:bg-blue-lighten-2:active,.hover\:bg-blue-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-blue-lighten-2"]:active{background:#64b5f6!important;transition:background .1s}.text-blue-lighten-2{caret-color:#64b5f6!important;color:#64b5f6!important}.text-blue-lighten-2:hover:active:before{background:#64b5f6!important;opacity:.3;transition:background .1s}.bg-blue-lighten-1{background-color:#42a5f5!important;border-color:#42a5f5!important}.active\:bg-blue-lighten-1:active,.hover\:bg-blue-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-blue-lighten-1"]:active{background:#42a5f5!important;transition:background .1s}.text-blue-lighten-1{caret-color:#42a5f5!important;color:#42a5f5!important}.text-blue-lighten-1:hover:active:before{background:#42a5f5!important;opacity:.3;transition:background .1s}.bg-blue-darken-1{background-color:#1e88e5!important;border-color:#1e88e5!important}.active\:bg-blue-darken-1:active,.hover\:bg-blue-darken-1:hover,[class*="hover:bg-"][class*="active:bg-blue-darken-1"]:active{background:#1e88e5!important;transition:background .1s}.text-blue-darken-1{caret-color:#1e88e5!important;color:#1e88e5!important}.text-blue-darken-1:hover:active:before{background:#1e88e5!important;opacity:.3;transition:background .1s}.bg-blue-darken-2{background-color:#1976d2!important;border-color:#1976d2!important}.active\:bg-blue-darken-2:active,.hover\:bg-blue-darken-2:hover,[class*="hover:bg-"][class*="active:bg-blue-darken-2"]:active{background:#1976d2!important;transition:background .1s}.text-blue-darken-2{caret-color:#1976d2!important;color:#1976d2!important}.text-blue-darken-2:hover:active:before{background:#1976d2!important;opacity:.3;transition:background .1s}.bg-blue-darken-3{background-color:#1565c0!important;border-color:#1565c0!important}.active\:bg-blue-darken-3:active,.hover\:bg-blue-darken-3:hover,[class*="hover:bg-"][class*="active:bg-blue-darken-3"]:active{background:#1565c0!important;transition:background .1s}.text-blue-darken-3{caret-color:#1565c0!important;color:#1565c0!important}.text-blue-darken-3:hover:active:before{background:#1565c0!important;opacity:.3;transition:background .1s}.bg-blue-darken-4{background-color:#0d47a1!important;border-color:#0d47a1!important}.active\:bg-blue-darken-4:active,.hover\:bg-blue-darken-4:hover,[class*="hover:bg-"][class*="active:bg-blue-darken-4"]:active{background:#0d47a1!important;transition:background .1s}.text-blue-darken-4{caret-color:#0d47a1!important;color:#0d47a1!important}.text-blue-darken-4:hover:active:before{background:#0d47a1!important;opacity:.3;transition:background .1s}.bg-blue-accent-1{background-color:#82b1ff!important;border-color:#82b1ff!important}.active\:bg-blue-accent-1:active,.hover\:bg-blue-accent-1:hover,[class*="hover:bg-"][class*="active:bg-blue-accent-1"]:active{background:#82b1ff!important;transition:background .1s}.text-blue-accent-1{caret-color:#82b1ff!important;color:#82b1ff!important}.text-blue-accent-1:hover:active:before{background:#82b1ff!important;opacity:.3;transition:background .1s}.bg-blue-accent-2{background-color:#448aff!important;border-color:#448aff!important}.active\:bg-blue-accent-2:active,.hover\:bg-blue-accent-2:hover,[class*="hover:bg-"][class*="active:bg-blue-accent-2"]:active{background:#448aff!important;transition:background .1s}.text-blue-accent-2{caret-color:#448aff!important;color:#448aff!important}.text-blue-accent-2:hover:active:before{background:#448aff!important;opacity:.3;transition:background .1s}.bg-blue-accent-3{background-color:#2979ff!important;border-color:#2979ff!important}.active\:bg-blue-accent-3:active,.hover\:bg-blue-accent-3:hover,[class*="hover:bg-"][class*="active:bg-blue-accent-3"]:active{background:#2979ff!important;transition:background .1s}.text-blue-accent-3{caret-color:#2979ff!important;color:#2979ff!important}.text-blue-accent-3:hover:active:before{background:#2979ff!important;opacity:.3;transition:background .1s}.bg-blue-accent-4{background-color:#2962ff!important;border-color:#2962ff!important}.active\:bg-blue-accent-4:active,.hover\:bg-blue-accent-4:hover,[class*="hover:bg-"][class*="active:bg-blue-accent-4"]:active{background:#2962ff!important;transition:background .1s}.text-blue-accent-4{caret-color:#2962ff!important;color:#2962ff!important}.text-blue-accent-4:hover:active:before{background:#2962ff!important;opacity:.3;transition:background .1s}.bg-light-blue{background-color:#03a9f4!important;border-color:#03a9f4!important}.active\:bg-light-blue:active,.hover\:bg-light-blue:hover,[class*="hover:bg-"][class*="active:bg-light-blue"]:active{background:#03a9f4!important;transition:background .1s}.text-light-blue{caret-color:#03a9f4!important;color:#03a9f4!important}.text-light-blue:hover:active:before{background:#03a9f4!important;opacity:.3;transition:background .1s}.bg-light-blue-base{background-color:#03a9f4!important;border-color:#03a9f4!important}.active\:bg-light-blue-base:active,.hover\:bg-light-blue-base:hover,[class*="hover:bg-"][class*="active:bg-light-blue-base"]:active{background:#03a9f4!important;transition:background .1s}.text-light-blue-base{caret-color:#03a9f4!important;color:#03a9f4!important}.text-light-blue-base:hover:active:before{background:#03a9f4!important;opacity:.3;transition:background .1s}.bg-light-blue-lighten-5{background-color:#e1f5fe!important;border-color:#e1f5fe!important}.active\:bg-light-blue-lighten-5:active,.hover\:bg-light-blue-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-light-blue-lighten-5"]:active{background:#e1f5fe!important;transition:background .1s}.text-light-blue-lighten-5{caret-color:#e1f5fe!important;color:#e1f5fe!important}.text-light-blue-lighten-5:hover:active:before{background:#e1f5fe!important;opacity:.3;transition:background .1s}.bg-light-blue-lighten-4{background-color:#b3e5fc!important;border-color:#b3e5fc!important}.active\:bg-light-blue-lighten-4:active,.hover\:bg-light-blue-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-light-blue-lighten-4"]:active{background:#b3e5fc!important;transition:background .1s}.text-light-blue-lighten-4{caret-color:#b3e5fc!important;color:#b3e5fc!important}.text-light-blue-lighten-4:hover:active:before{background:#b3e5fc!important;opacity:.3;transition:background .1s}.bg-light-blue-lighten-3{background-color:#81d4fa!important;border-color:#81d4fa!important}.active\:bg-light-blue-lighten-3:active,.hover\:bg-light-blue-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-light-blue-lighten-3"]:active{background:#81d4fa!important;transition:background .1s}.text-light-blue-lighten-3{caret-color:#81d4fa!important;color:#81d4fa!important}.text-light-blue-lighten-3:hover:active:before{background:#81d4fa!important;opacity:.3;transition:background .1s}.bg-light-blue-lighten-2{background-color:#4fc3f7!important;border-color:#4fc3f7!important}.active\:bg-light-blue-lighten-2:active,.hover\:bg-light-blue-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-light-blue-lighten-2"]:active{background:#4fc3f7!important;transition:background .1s}.text-light-blue-lighten-2{caret-color:#4fc3f7!important;color:#4fc3f7!important}.text-light-blue-lighten-2:hover:active:before{background:#4fc3f7!important;opacity:.3;transition:background .1s}.bg-light-blue-lighten-1{background-color:#29b6f6!important;border-color:#29b6f6!important}.active\:bg-light-blue-lighten-1:active,.hover\:bg-light-blue-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-light-blue-lighten-1"]:active{background:#29b6f6!important;transition:background .1s}.text-light-blue-lighten-1{caret-color:#29b6f6!important;color:#29b6f6!important}.text-light-blue-lighten-1:hover:active:before{background:#29b6f6!important;opacity:.3;transition:background .1s}.bg-light-blue-darken-1{background-color:#039be5!important;border-color:#039be5!important}.active\:bg-light-blue-darken-1:active,.hover\:bg-light-blue-darken-1:hover,[class*="hover:bg-"][class*="active:bg-light-blue-darken-1"]:active{background:#039be5!important;transition:background .1s}.text-light-blue-darken-1{caret-color:#039be5!important;color:#039be5!important}.text-light-blue-darken-1:hover:active:before{background:#039be5!important;opacity:.3;transition:background .1s}.bg-light-blue-darken-2{background-color:#0288d1!important;border-color:#0288d1!important}.active\:bg-light-blue-darken-2:active,.hover\:bg-light-blue-darken-2:hover,[class*="hover:bg-"][class*="active:bg-light-blue-darken-2"]:active{background:#0288d1!important;transition:background .1s}.text-light-blue-darken-2{caret-color:#0288d1!important;color:#0288d1!important}.text-light-blue-darken-2:hover:active:before{background:#0288d1!important;opacity:.3;transition:background .1s}.bg-light-blue-darken-3{background-color:#0277bd!important;border-color:#0277bd!important}.active\:bg-light-blue-darken-3:active,.hover\:bg-light-blue-darken-3:hover,[class*="hover:bg-"][class*="active:bg-light-blue-darken-3"]:active{background:#0277bd!important;transition:background .1s}.text-light-blue-darken-3{caret-color:#0277bd!important;color:#0277bd!important}.text-light-blue-darken-3:hover:active:before{background:#0277bd!important;opacity:.3;transition:background .1s}.bg-light-blue-darken-4{background-color:#01579b!important;border-color:#01579b!important}.active\:bg-light-blue-darken-4:active,.hover\:bg-light-blue-darken-4:hover,[class*="hover:bg-"][class*="active:bg-light-blue-darken-4"]:active{background:#01579b!important;transition:background .1s}.text-light-blue-darken-4{caret-color:#01579b!important;color:#01579b!important}.text-light-blue-darken-4:hover:active:before{background:#01579b!important;opacity:.3;transition:background .1s}.bg-light-blue-accent-1{background-color:#80d8ff!important;border-color:#80d8ff!important}.active\:bg-light-blue-accent-1:active,.hover\:bg-light-blue-accent-1:hover,[class*="hover:bg-"][class*="active:bg-light-blue-accent-1"]:active{background:#80d8ff!important;transition:background .1s}.text-light-blue-accent-1{caret-color:#80d8ff!important;color:#80d8ff!important}.text-light-blue-accent-1:hover:active:before{background:#80d8ff!important;opacity:.3;transition:background .1s}.bg-light-blue-accent-2{background-color:#40c4ff!important;border-color:#40c4ff!important}.active\:bg-light-blue-accent-2:active,.hover\:bg-light-blue-accent-2:hover,[class*="hover:bg-"][class*="active:bg-light-blue-accent-2"]:active{background:#40c4ff!important;transition:background .1s}.text-light-blue-accent-2{caret-color:#40c4ff!important;color:#40c4ff!important}.text-light-blue-accent-2:hover:active:before{background:#40c4ff!important;opacity:.3;transition:background .1s}.bg-light-blue-accent-3{background-color:#00b0ff!important;border-color:#00b0ff!important}.active\:bg-light-blue-accent-3:active,.hover\:bg-light-blue-accent-3:hover,[class*="hover:bg-"][class*="active:bg-light-blue-accent-3"]:active{background:#00b0ff!important;transition:background .1s}.text-light-blue-accent-3{caret-color:#00b0ff!important;color:#00b0ff!important}.text-light-blue-accent-3:hover:active:before{background:#00b0ff!important;opacity:.3;transition:background .1s}.bg-light-blue-accent-4{background-color:#0091ea!important;border-color:#0091ea!important}.active\:bg-light-blue-accent-4:active,.hover\:bg-light-blue-accent-4:hover,[class*="hover:bg-"][class*="active:bg-light-blue-accent-4"]:active{background:#0091ea!important;transition:background .1s}.text-light-blue-accent-4{caret-color:#0091ea!important;color:#0091ea!important}.text-light-blue-accent-4:hover:active:before{background:#0091ea!important;opacity:.3;transition:background .1s}.bg-cyan{background-color:#00bcd4!important;border-color:#00bcd4!important}.active\:bg-cyan:active,.hover\:bg-cyan:hover,[class*="hover:bg-"][class*="active:bg-cyan"]:active{background:#00bcd4!important;transition:background .1s}.text-cyan{caret-color:#00bcd4!important;color:#00bcd4!important}.text-cyan:hover:active:before{background:#00bcd4!important;opacity:.3;transition:background .1s}.bg-cyan-base{background-color:#00bcd4!important;border-color:#00bcd4!important}.active\:bg-cyan-base:active,.hover\:bg-cyan-base:hover,[class*="hover:bg-"][class*="active:bg-cyan-base"]:active{background:#00bcd4!important;transition:background .1s}.text-cyan-base{caret-color:#00bcd4!important;color:#00bcd4!important}.text-cyan-base:hover:active:before{background:#00bcd4!important;opacity:.3;transition:background .1s}.bg-cyan-lighten-5{background-color:#e0f7fa!important;border-color:#e0f7fa!important}.active\:bg-cyan-lighten-5:active,.hover\:bg-cyan-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-cyan-lighten-5"]:active{background:#e0f7fa!important;transition:background .1s}.text-cyan-lighten-5{caret-color:#e0f7fa!important;color:#e0f7fa!important}.text-cyan-lighten-5:hover:active:before{background:#e0f7fa!important;opacity:.3;transition:background .1s}.bg-cyan-lighten-4{background-color:#b2ebf2!important;border-color:#b2ebf2!important}.active\:bg-cyan-lighten-4:active,.hover\:bg-cyan-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-cyan-lighten-4"]:active{background:#b2ebf2!important;transition:background .1s}.text-cyan-lighten-4{caret-color:#b2ebf2!important;color:#b2ebf2!important}.text-cyan-lighten-4:hover:active:before{background:#b2ebf2!important;opacity:.3;transition:background .1s}.bg-cyan-lighten-3{background-color:#80deea!important;border-color:#80deea!important}.active\:bg-cyan-lighten-3:active,.hover\:bg-cyan-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-cyan-lighten-3"]:active{background:#80deea!important;transition:background .1s}.text-cyan-lighten-3{caret-color:#80deea!important;color:#80deea!important}.text-cyan-lighten-3:hover:active:before{background:#80deea!important;opacity:.3;transition:background .1s}.bg-cyan-lighten-2{background-color:#4dd0e1!important;border-color:#4dd0e1!important}.active\:bg-cyan-lighten-2:active,.hover\:bg-cyan-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-cyan-lighten-2"]:active{background:#4dd0e1!important;transition:background .1s}.text-cyan-lighten-2{caret-color:#4dd0e1!important;color:#4dd0e1!important}.text-cyan-lighten-2:hover:active:before{background:#4dd0e1!important;opacity:.3;transition:background .1s}.bg-cyan-lighten-1{background-color:#26c6da!important;border-color:#26c6da!important}.active\:bg-cyan-lighten-1:active,.hover\:bg-cyan-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-cyan-lighten-1"]:active{background:#26c6da!important;transition:background .1s}.text-cyan-lighten-1{caret-color:#26c6da!important;color:#26c6da!important}.text-cyan-lighten-1:hover:active:before{background:#26c6da!important;opacity:.3;transition:background .1s}.bg-cyan-darken-1{background-color:#00acc1!important;border-color:#00acc1!important}.active\:bg-cyan-darken-1:active,.hover\:bg-cyan-darken-1:hover,[class*="hover:bg-"][class*="active:bg-cyan-darken-1"]:active{background:#00acc1!important;transition:background .1s}.text-cyan-darken-1{caret-color:#00acc1!important;color:#00acc1!important}.text-cyan-darken-1:hover:active:before{background:#00acc1!important;opacity:.3;transition:background .1s}.bg-cyan-darken-2{background-color:#0097a7!important;border-color:#0097a7!important}.active\:bg-cyan-darken-2:active,.hover\:bg-cyan-darken-2:hover,[class*="hover:bg-"][class*="active:bg-cyan-darken-2"]:active{background:#0097a7!important;transition:background .1s}.text-cyan-darken-2{caret-color:#0097a7!important;color:#0097a7!important}.text-cyan-darken-2:hover:active:before{background:#0097a7!important;opacity:.3;transition:background .1s}.bg-cyan-darken-3{background-color:#00838f!important;border-color:#00838f!important}.active\:bg-cyan-darken-3:active,.hover\:bg-cyan-darken-3:hover,[class*="hover:bg-"][class*="active:bg-cyan-darken-3"]:active{background:#00838f!important;transition:background .1s}.text-cyan-darken-3{caret-color:#00838f!important;color:#00838f!important}.text-cyan-darken-3:hover:active:before{background:#00838f!important;opacity:.3;transition:background .1s}.bg-cyan-darken-4{background-color:#006064!important;border-color:#006064!important}.active\:bg-cyan-darken-4:active,.hover\:bg-cyan-darken-4:hover,[class*="hover:bg-"][class*="active:bg-cyan-darken-4"]:active{background:#006064!important;transition:background .1s}.text-cyan-darken-4{caret-color:#006064!important;color:#006064!important}.text-cyan-darken-4:hover:active:before{background:#006064!important;opacity:.3;transition:background .1s}.bg-cyan-accent-1{background-color:#84ffff!important;border-color:#84ffff!important}.active\:bg-cyan-accent-1:active,.hover\:bg-cyan-accent-1:hover,[class*="hover:bg-"][class*="active:bg-cyan-accent-1"]:active{background:#84ffff!important;transition:background .1s}.text-cyan-accent-1{caret-color:#84ffff!important;color:#84ffff!important}.text-cyan-accent-1:hover:active:before{background:#84ffff!important;opacity:.3;transition:background .1s}.bg-cyan-accent-2{background-color:#18ffff!important;border-color:#18ffff!important}.active\:bg-cyan-accent-2:active,.hover\:bg-cyan-accent-2:hover,[class*="hover:bg-"][class*="active:bg-cyan-accent-2"]:active{background:#18ffff!important;transition:background .1s}.text-cyan-accent-2{caret-color:#18ffff!important;color:#18ffff!important}.text-cyan-accent-2:hover:active:before{background:#18ffff!important;opacity:.3;transition:background .1s}.bg-cyan-accent-3{background-color:#00e5ff!important;border-color:#00e5ff!important}.active\:bg-cyan-accent-3:active,.hover\:bg-cyan-accent-3:hover,[class*="hover:bg-"][class*="active:bg-cyan-accent-3"]:active{background:#00e5ff!important;transition:background .1s}.text-cyan-accent-3{caret-color:#00e5ff!important;color:#00e5ff!important}.text-cyan-accent-3:hover:active:before{background:#00e5ff!important;opacity:.3;transition:background .1s}.bg-cyan-accent-4{background-color:#00b8d4!important;border-color:#00b8d4!important}.active\:bg-cyan-accent-4:active,.hover\:bg-cyan-accent-4:hover,[class*="hover:bg-"][class*="active:bg-cyan-accent-4"]:active{background:#00b8d4!important;transition:background .1s}.text-cyan-accent-4{caret-color:#00b8d4!important;color:#00b8d4!important}.text-cyan-accent-4:hover:active:before{background:#00b8d4!important;opacity:.3;transition:background .1s}.bg-teal{background-color:#009688!important;border-color:#009688!important}.active\:bg-teal:active,.hover\:bg-teal:hover,[class*="hover:bg-"][class*="active:bg-teal"]:active{background:#009688!important;transition:background .1s}.text-teal{caret-color:#009688!important;color:#009688!important}.text-teal:hover:active:before{background:#009688!important;opacity:.3;transition:background .1s}.bg-teal-base{background-color:#009688!important;border-color:#009688!important}.active\:bg-teal-base:active,.hover\:bg-teal-base:hover,[class*="hover:bg-"][class*="active:bg-teal-base"]:active{background:#009688!important;transition:background .1s}.text-teal-base{caret-color:#009688!important;color:#009688!important}.text-teal-base:hover:active:before{background:#009688!important;opacity:.3;transition:background .1s}.bg-teal-lighten-5{background-color:#e0f2f1!important;border-color:#e0f2f1!important}.active\:bg-teal-lighten-5:active,.hover\:bg-teal-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-teal-lighten-5"]:active{background:#e0f2f1!important;transition:background .1s}.text-teal-lighten-5{caret-color:#e0f2f1!important;color:#e0f2f1!important}.text-teal-lighten-5:hover:active:before{background:#e0f2f1!important;opacity:.3;transition:background .1s}.bg-teal-lighten-4{background-color:#b2dfdb!important;border-color:#b2dfdb!important}.active\:bg-teal-lighten-4:active,.hover\:bg-teal-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-teal-lighten-4"]:active{background:#b2dfdb!important;transition:background .1s}.text-teal-lighten-4{caret-color:#b2dfdb!important;color:#b2dfdb!important}.text-teal-lighten-4:hover:active:before{background:#b2dfdb!important;opacity:.3;transition:background .1s}.bg-teal-lighten-3{background-color:#80cbc4!important;border-color:#80cbc4!important}.active\:bg-teal-lighten-3:active,.hover\:bg-teal-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-teal-lighten-3"]:active{background:#80cbc4!important;transition:background .1s}.text-teal-lighten-3{caret-color:#80cbc4!important;color:#80cbc4!important}.text-teal-lighten-3:hover:active:before{background:#80cbc4!important;opacity:.3;transition:background .1s}.bg-teal-lighten-2{background-color:#4db6ac!important;border-color:#4db6ac!important}.active\:bg-teal-lighten-2:active,.hover\:bg-teal-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-teal-lighten-2"]:active{background:#4db6ac!important;transition:background .1s}.text-teal-lighten-2{caret-color:#4db6ac!important;color:#4db6ac!important}.text-teal-lighten-2:hover:active:before{background:#4db6ac!important;opacity:.3;transition:background .1s}.bg-teal-lighten-1{background-color:#26a69a!important;border-color:#26a69a!important}.active\:bg-teal-lighten-1:active,.hover\:bg-teal-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-teal-lighten-1"]:active{background:#26a69a!important;transition:background .1s}.text-teal-lighten-1{caret-color:#26a69a!important;color:#26a69a!important}.text-teal-lighten-1:hover:active:before{background:#26a69a!important;opacity:.3;transition:background .1s}.bg-teal-darken-1{background-color:#00897b!important;border-color:#00897b!important}.active\:bg-teal-darken-1:active,.hover\:bg-teal-darken-1:hover,[class*="hover:bg-"][class*="active:bg-teal-darken-1"]:active{background:#00897b!important;transition:background .1s}.text-teal-darken-1{caret-color:#00897b!important;color:#00897b!important}.text-teal-darken-1:hover:active:before{background:#00897b!important;opacity:.3;transition:background .1s}.bg-teal-darken-2{background-color:#00796b!important;border-color:#00796b!important}.active\:bg-teal-darken-2:active,.hover\:bg-teal-darken-2:hover,[class*="hover:bg-"][class*="active:bg-teal-darken-2"]:active{background:#00796b!important;transition:background .1s}.text-teal-darken-2{caret-color:#00796b!important;color:#00796b!important}.text-teal-darken-2:hover:active:before{background:#00796b!important;opacity:.3;transition:background .1s}.bg-teal-darken-3{background-color:#00695c!important;border-color:#00695c!important}.active\:bg-teal-darken-3:active,.hover\:bg-teal-darken-3:hover,[class*="hover:bg-"][class*="active:bg-teal-darken-3"]:active{background:#00695c!important;transition:background .1s}.text-teal-darken-3{caret-color:#00695c!important;color:#00695c!important}.text-teal-darken-3:hover:active:before{background:#00695c!important;opacity:.3;transition:background .1s}.bg-teal-darken-4{background-color:#004d40!important;border-color:#004d40!important}.active\:bg-teal-darken-4:active,.hover\:bg-teal-darken-4:hover,[class*="hover:bg-"][class*="active:bg-teal-darken-4"]:active{background:#004d40!important;transition:background .1s}.text-teal-darken-4{caret-color:#004d40!important;color:#004d40!important}.text-teal-darken-4:hover:active:before{background:#004d40!important;opacity:.3;transition:background .1s}.bg-teal-accent-1{background-color:#a7ffeb!important;border-color:#a7ffeb!important}.active\:bg-teal-accent-1:active,.hover\:bg-teal-accent-1:hover,[class*="hover:bg-"][class*="active:bg-teal-accent-1"]:active{background:#a7ffeb!important;transition:background .1s}.text-teal-accent-1{caret-color:#a7ffeb!important;color:#a7ffeb!important}.text-teal-accent-1:hover:active:before{background:#a7ffeb!important;opacity:.3;transition:background .1s}.bg-teal-accent-2{background-color:#64ffda!important;border-color:#64ffda!important}.active\:bg-teal-accent-2:active,.hover\:bg-teal-accent-2:hover,[class*="hover:bg-"][class*="active:bg-teal-accent-2"]:active{background:#64ffda!important;transition:background .1s}.text-teal-accent-2{caret-color:#64ffda!important;color:#64ffda!important}.text-teal-accent-2:hover:active:before{background:#64ffda!important;opacity:.3;transition:background .1s}.bg-teal-accent-3{background-color:#1de9b6!important;border-color:#1de9b6!important}.active\:bg-teal-accent-3:active,.hover\:bg-teal-accent-3:hover,[class*="hover:bg-"][class*="active:bg-teal-accent-3"]:active{background:#1de9b6!important;transition:background .1s}.text-teal-accent-3{caret-color:#1de9b6!important;color:#1de9b6!important}.text-teal-accent-3:hover:active:before{background:#1de9b6!important;opacity:.3;transition:background .1s}.bg-teal-accent-4{background-color:#00bfa5!important;border-color:#00bfa5!important}.active\:bg-teal-accent-4:active,.hover\:bg-teal-accent-4:hover,[class*="hover:bg-"][class*="active:bg-teal-accent-4"]:active{background:#00bfa5!important;transition:background .1s}.text-teal-accent-4{caret-color:#00bfa5!important;color:#00bfa5!important}.text-teal-accent-4:hover:active:before{background:#00bfa5!important;opacity:.3;transition:background .1s}.bg-green{background-color:#4caf50!important;border-color:#4caf50!important}.active\:bg-green:active,.hover\:bg-green:hover,[class*="hover:bg-"][class*="active:bg-green"]:active{background:#4caf50!important;transition:background .1s}.text-green{caret-color:#4caf50!important;color:#4caf50!important}.text-green:hover:active:before{background:#4caf50!important;opacity:.3;transition:background .1s}.bg-green-base{background-color:#4caf50!important;border-color:#4caf50!important}.active\:bg-green-base:active,.hover\:bg-green-base:hover,[class*="hover:bg-"][class*="active:bg-green-base"]:active{background:#4caf50!important;transition:background .1s}.text-green-base{caret-color:#4caf50!important;color:#4caf50!important}.text-green-base:hover:active:before{background:#4caf50!important;opacity:.3;transition:background .1s}.bg-green-lighten-5{background-color:#e8f5e9!important;border-color:#e8f5e9!important}.active\:bg-green-lighten-5:active,.hover\:bg-green-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-green-lighten-5"]:active{background:#e8f5e9!important;transition:background .1s}.text-green-lighten-5{caret-color:#e8f5e9!important;color:#e8f5e9!important}.text-green-lighten-5:hover:active:before{background:#e8f5e9!important;opacity:.3;transition:background .1s}.bg-green-lighten-4{background-color:#c8e6c9!important;border-color:#c8e6c9!important}.active\:bg-green-lighten-4:active,.hover\:bg-green-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-green-lighten-4"]:active{background:#c8e6c9!important;transition:background .1s}.text-green-lighten-4{caret-color:#c8e6c9!important;color:#c8e6c9!important}.text-green-lighten-4:hover:active:before{background:#c8e6c9!important;opacity:.3;transition:background .1s}.bg-green-lighten-3{background-color:#a5d6a7!important;border-color:#a5d6a7!important}.active\:bg-green-lighten-3:active,.hover\:bg-green-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-green-lighten-3"]:active{background:#a5d6a7!important;transition:background .1s}.text-green-lighten-3{caret-color:#a5d6a7!important;color:#a5d6a7!important}.text-green-lighten-3:hover:active:before{background:#a5d6a7!important;opacity:.3;transition:background .1s}.bg-green-lighten-2{background-color:#81c784!important;border-color:#81c784!important}.active\:bg-green-lighten-2:active,.hover\:bg-green-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-green-lighten-2"]:active{background:#81c784!important;transition:background .1s}.text-green-lighten-2{caret-color:#81c784!important;color:#81c784!important}.text-green-lighten-2:hover:active:before{background:#81c784!important;opacity:.3;transition:background .1s}.bg-green-lighten-1{background-color:#66bb6a!important;border-color:#66bb6a!important}.active\:bg-green-lighten-1:active,.hover\:bg-green-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-green-lighten-1"]:active{background:#66bb6a!important;transition:background .1s}.text-green-lighten-1{caret-color:#66bb6a!important;color:#66bb6a!important}.text-green-lighten-1:hover:active:before{background:#66bb6a!important;opacity:.3;transition:background .1s}.bg-green-darken-1{background-color:#43a047!important;border-color:#43a047!important}.active\:bg-green-darken-1:active,.hover\:bg-green-darken-1:hover,[class*="hover:bg-"][class*="active:bg-green-darken-1"]:active{background:#43a047!important;transition:background .1s}.text-green-darken-1{caret-color:#43a047!important;color:#43a047!important}.text-green-darken-1:hover:active:before{background:#43a047!important;opacity:.3;transition:background .1s}.bg-green-darken-2{background-color:#388e3c!important;border-color:#388e3c!important}.active\:bg-green-darken-2:active,.hover\:bg-green-darken-2:hover,[class*="hover:bg-"][class*="active:bg-green-darken-2"]:active{background:#388e3c!important;transition:background .1s}.text-green-darken-2{caret-color:#388e3c!important;color:#388e3c!important}.text-green-darken-2:hover:active:before{background:#388e3c!important;opacity:.3;transition:background .1s}.bg-green-darken-3{background-color:#2e7d32!important;border-color:#2e7d32!important}.active\:bg-green-darken-3:active,.hover\:bg-green-darken-3:hover,[class*="hover:bg-"][class*="active:bg-green-darken-3"]:active{background:#2e7d32!important;transition:background .1s}.text-green-darken-3{caret-color:#2e7d32!important;color:#2e7d32!important}.text-green-darken-3:hover:active:before{background:#2e7d32!important;opacity:.3;transition:background .1s}.bg-green-darken-4{background-color:#1b5e20!important;border-color:#1b5e20!important}.active\:bg-green-darken-4:active,.hover\:bg-green-darken-4:hover,[class*="hover:bg-"][class*="active:bg-green-darken-4"]:active{background:#1b5e20!important;transition:background .1s}.text-green-darken-4{caret-color:#1b5e20!important;color:#1b5e20!important}.text-green-darken-4:hover:active:before{background:#1b5e20!important;opacity:.3;transition:background .1s}.bg-green-accent-1{background-color:#b9f6ca!important;border-color:#b9f6ca!important}.active\:bg-green-accent-1:active,.hover\:bg-green-accent-1:hover,[class*="hover:bg-"][class*="active:bg-green-accent-1"]:active{background:#b9f6ca!important;transition:background .1s}.text-green-accent-1{caret-color:#b9f6ca!important;color:#b9f6ca!important}.text-green-accent-1:hover:active:before{background:#b9f6ca!important;opacity:.3;transition:background .1s}.bg-green-accent-2{background-color:#69f0ae!important;border-color:#69f0ae!important}.active\:bg-green-accent-2:active,.hover\:bg-green-accent-2:hover,[class*="hover:bg-"][class*="active:bg-green-accent-2"]:active{background:#69f0ae!important;transition:background .1s}.text-green-accent-2{caret-color:#69f0ae!important;color:#69f0ae!important}.text-green-accent-2:hover:active:before{background:#69f0ae!important;opacity:.3;transition:background .1s}.bg-green-accent-3{background-color:#00e676!important;border-color:#00e676!important}.active\:bg-green-accent-3:active,.hover\:bg-green-accent-3:hover,[class*="hover:bg-"][class*="active:bg-green-accent-3"]:active{background:#00e676!important;transition:background .1s}.text-green-accent-3{caret-color:#00e676!important;color:#00e676!important}.text-green-accent-3:hover:active:before{background:#00e676!important;opacity:.3;transition:background .1s}.bg-green-accent-4{background-color:#00c853!important;border-color:#00c853!important}.active\:bg-green-accent-4:active,.hover\:bg-green-accent-4:hover,[class*="hover:bg-"][class*="active:bg-green-accent-4"]:active{background:#00c853!important;transition:background .1s}.text-green-accent-4{caret-color:#00c853!important;color:#00c853!important}.text-green-accent-4:hover:active:before{background:#00c853!important;opacity:.3;transition:background .1s}.bg-light-green{background-color:#8bc34a!important;border-color:#8bc34a!important}.active\:bg-light-green:active,.hover\:bg-light-green:hover,[class*="hover:bg-"][class*="active:bg-light-green"]:active{background:#8bc34a!important;transition:background .1s}.text-light-green{caret-color:#8bc34a!important;color:#8bc34a!important}.text-light-green:hover:active:before{background:#8bc34a!important;opacity:.3;transition:background .1s}.bg-light-green-base{background-color:#8bc34a!important;border-color:#8bc34a!important}.active\:bg-light-green-base:active,.hover\:bg-light-green-base:hover,[class*="hover:bg-"][class*="active:bg-light-green-base"]:active{background:#8bc34a!important;transition:background .1s}.text-light-green-base{caret-color:#8bc34a!important;color:#8bc34a!important}.text-light-green-base:hover:active:before{background:#8bc34a!important;opacity:.3;transition:background .1s}.bg-light-green-lighten-5{background-color:#f1f8e9!important;border-color:#f1f8e9!important}.active\:bg-light-green-lighten-5:active,.hover\:bg-light-green-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-light-green-lighten-5"]:active{background:#f1f8e9!important;transition:background .1s}.text-light-green-lighten-5{caret-color:#f1f8e9!important;color:#f1f8e9!important}.text-light-green-lighten-5:hover:active:before{background:#f1f8e9!important;opacity:.3;transition:background .1s}.bg-light-green-lighten-4{background-color:#dcedc8!important;border-color:#dcedc8!important}.active\:bg-light-green-lighten-4:active,.hover\:bg-light-green-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-light-green-lighten-4"]:active{background:#dcedc8!important;transition:background .1s}.text-light-green-lighten-4{caret-color:#dcedc8!important;color:#dcedc8!important}.text-light-green-lighten-4:hover:active:before{background:#dcedc8!important;opacity:.3;transition:background .1s}.bg-light-green-lighten-3{background-color:#c5e1a5!important;border-color:#c5e1a5!important}.active\:bg-light-green-lighten-3:active,.hover\:bg-light-green-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-light-green-lighten-3"]:active{background:#c5e1a5!important;transition:background .1s}.text-light-green-lighten-3{caret-color:#c5e1a5!important;color:#c5e1a5!important}.text-light-green-lighten-3:hover:active:before{background:#c5e1a5!important;opacity:.3;transition:background .1s}.bg-light-green-lighten-2{background-color:#aed581!important;border-color:#aed581!important}.active\:bg-light-green-lighten-2:active,.hover\:bg-light-green-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-light-green-lighten-2"]:active{background:#aed581!important;transition:background .1s}.text-light-green-lighten-2{caret-color:#aed581!important;color:#aed581!important}.text-light-green-lighten-2:hover:active:before{background:#aed581!important;opacity:.3;transition:background .1s}.bg-light-green-lighten-1{background-color:#9ccc65!important;border-color:#9ccc65!important}.active\:bg-light-green-lighten-1:active,.hover\:bg-light-green-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-light-green-lighten-1"]:active{background:#9ccc65!important;transition:background .1s}.text-light-green-lighten-1{caret-color:#9ccc65!important;color:#9ccc65!important}.text-light-green-lighten-1:hover:active:before{background:#9ccc65!important;opacity:.3;transition:background .1s}.bg-light-green-darken-1{background-color:#7cb342!important;border-color:#7cb342!important}.active\:bg-light-green-darken-1:active,.hover\:bg-light-green-darken-1:hover,[class*="hover:bg-"][class*="active:bg-light-green-darken-1"]:active{background:#7cb342!important;transition:background .1s}.text-light-green-darken-1{caret-color:#7cb342!important;color:#7cb342!important}.text-light-green-darken-1:hover:active:before{background:#7cb342!important;opacity:.3;transition:background .1s}.bg-light-green-darken-2{background-color:#689f38!important;border-color:#689f38!important}.active\:bg-light-green-darken-2:active,.hover\:bg-light-green-darken-2:hover,[class*="hover:bg-"][class*="active:bg-light-green-darken-2"]:active{background:#689f38!important;transition:background .1s}.text-light-green-darken-2{caret-color:#689f38!important;color:#689f38!important}.text-light-green-darken-2:hover:active:before{background:#689f38!important;opacity:.3;transition:background .1s}.bg-light-green-darken-3{background-color:#558b2f!important;border-color:#558b2f!important}.active\:bg-light-green-darken-3:active,.hover\:bg-light-green-darken-3:hover,[class*="hover:bg-"][class*="active:bg-light-green-darken-3"]:active{background:#558b2f!important;transition:background .1s}.text-light-green-darken-3{caret-color:#558b2f!important;color:#558b2f!important}.text-light-green-darken-3:hover:active:before{background:#558b2f!important;opacity:.3;transition:background .1s}.bg-light-green-darken-4{background-color:#33691e!important;border-color:#33691e!important}.active\:bg-light-green-darken-4:active,.hover\:bg-light-green-darken-4:hover,[class*="hover:bg-"][class*="active:bg-light-green-darken-4"]:active{background:#33691e!important;transition:background .1s}.text-light-green-darken-4{caret-color:#33691e!important;color:#33691e!important}.text-light-green-darken-4:hover:active:before{background:#33691e!important;opacity:.3;transition:background .1s}.bg-light-green-accent-1{background-color:#ccff90!important;border-color:#ccff90!important}.active\:bg-light-green-accent-1:active,.hover\:bg-light-green-accent-1:hover,[class*="hover:bg-"][class*="active:bg-light-green-accent-1"]:active{background:#ccff90!important;transition:background .1s}.text-light-green-accent-1{caret-color:#ccff90!important;color:#ccff90!important}.text-light-green-accent-1:hover:active:before{background:#ccff90!important;opacity:.3;transition:background .1s}.bg-light-green-accent-2{background-color:#b2ff59!important;border-color:#b2ff59!important}.active\:bg-light-green-accent-2:active,.hover\:bg-light-green-accent-2:hover,[class*="hover:bg-"][class*="active:bg-light-green-accent-2"]:active{background:#b2ff59!important;transition:background .1s}.text-light-green-accent-2{caret-color:#b2ff59!important;color:#b2ff59!important}.text-light-green-accent-2:hover:active:before{background:#b2ff59!important;opacity:.3;transition:background .1s}.bg-light-green-accent-3{background-color:#76ff03!important;border-color:#76ff03!important}.active\:bg-light-green-accent-3:active,.hover\:bg-light-green-accent-3:hover,[class*="hover:bg-"][class*="active:bg-light-green-accent-3"]:active{background:#76ff03!important;transition:background .1s}.text-light-green-accent-3{caret-color:#76ff03!important;color:#76ff03!important}.text-light-green-accent-3:hover:active:before{background:#76ff03!important;opacity:.3;transition:background .1s}.bg-light-green-accent-4{background-color:#64dd17!important;border-color:#64dd17!important}.active\:bg-light-green-accent-4:active,.hover\:bg-light-green-accent-4:hover,[class*="hover:bg-"][class*="active:bg-light-green-accent-4"]:active{background:#64dd17!important;transition:background .1s}.text-light-green-accent-4{caret-color:#64dd17!important;color:#64dd17!important}.text-light-green-accent-4:hover:active:before{background:#64dd17!important;opacity:.3;transition:background .1s}.bg-lime{background-color:#cddc39!important;border-color:#cddc39!important}.active\:bg-lime:active,.hover\:bg-lime:hover,[class*="hover:bg-"][class*="active:bg-lime"]:active{background:#cddc39!important;transition:background .1s}.text-lime{caret-color:#cddc39!important;color:#cddc39!important}.text-lime:hover:active:before{background:#cddc39!important;opacity:.3;transition:background .1s}.bg-lime-base{background-color:#cddc39!important;border-color:#cddc39!important}.active\:bg-lime-base:active,.hover\:bg-lime-base:hover,[class*="hover:bg-"][class*="active:bg-lime-base"]:active{background:#cddc39!important;transition:background .1s}.text-lime-base{caret-color:#cddc39!important;color:#cddc39!important}.text-lime-base:hover:active:before{background:#cddc39!important;opacity:.3;transition:background .1s}.bg-lime-lighten-5{background-color:#f9fbe7!important;border-color:#f9fbe7!important}.active\:bg-lime-lighten-5:active,.hover\:bg-lime-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-lime-lighten-5"]:active{background:#f9fbe7!important;transition:background .1s}.text-lime-lighten-5{caret-color:#f9fbe7!important;color:#f9fbe7!important}.text-lime-lighten-5:hover:active:before{background:#f9fbe7!important;opacity:.3;transition:background .1s}.bg-lime-lighten-4{background-color:#f0f4c3!important;border-color:#f0f4c3!important}.active\:bg-lime-lighten-4:active,.hover\:bg-lime-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-lime-lighten-4"]:active{background:#f0f4c3!important;transition:background .1s}.text-lime-lighten-4{caret-color:#f0f4c3!important;color:#f0f4c3!important}.text-lime-lighten-4:hover:active:before{background:#f0f4c3!important;opacity:.3;transition:background .1s}.bg-lime-lighten-3{background-color:#e6ee9c!important;border-color:#e6ee9c!important}.active\:bg-lime-lighten-3:active,.hover\:bg-lime-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-lime-lighten-3"]:active{background:#e6ee9c!important;transition:background .1s}.text-lime-lighten-3{caret-color:#e6ee9c!important;color:#e6ee9c!important}.text-lime-lighten-3:hover:active:before{background:#e6ee9c!important;opacity:.3;transition:background .1s}.bg-lime-lighten-2{background-color:#dce775!important;border-color:#dce775!important}.active\:bg-lime-lighten-2:active,.hover\:bg-lime-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-lime-lighten-2"]:active{background:#dce775!important;transition:background .1s}.text-lime-lighten-2{caret-color:#dce775!important;color:#dce775!important}.text-lime-lighten-2:hover:active:before{background:#dce775!important;opacity:.3;transition:background .1s}.bg-lime-lighten-1{background-color:#d4e157!important;border-color:#d4e157!important}.active\:bg-lime-lighten-1:active,.hover\:bg-lime-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-lime-lighten-1"]:active{background:#d4e157!important;transition:background .1s}.text-lime-lighten-1{caret-color:#d4e157!important;color:#d4e157!important}.text-lime-lighten-1:hover:active:before{background:#d4e157!important;opacity:.3;transition:background .1s}.bg-lime-darken-1{background-color:#c0ca33!important;border-color:#c0ca33!important}.active\:bg-lime-darken-1:active,.hover\:bg-lime-darken-1:hover,[class*="hover:bg-"][class*="active:bg-lime-darken-1"]:active{background:#c0ca33!important;transition:background .1s}.text-lime-darken-1{caret-color:#c0ca33!important;color:#c0ca33!important}.text-lime-darken-1:hover:active:before{background:#c0ca33!important;opacity:.3;transition:background .1s}.bg-lime-darken-2{background-color:#afb42b!important;border-color:#afb42b!important}.active\:bg-lime-darken-2:active,.hover\:bg-lime-darken-2:hover,[class*="hover:bg-"][class*="active:bg-lime-darken-2"]:active{background:#afb42b!important;transition:background .1s}.text-lime-darken-2{caret-color:#afb42b!important;color:#afb42b!important}.text-lime-darken-2:hover:active:before{background:#afb42b!important;opacity:.3;transition:background .1s}.bg-lime-darken-3{background-color:#9e9d24!important;border-color:#9e9d24!important}.active\:bg-lime-darken-3:active,.hover\:bg-lime-darken-3:hover,[class*="hover:bg-"][class*="active:bg-lime-darken-3"]:active{background:#9e9d24!important;transition:background .1s}.text-lime-darken-3{caret-color:#9e9d24!important;color:#9e9d24!important}.text-lime-darken-3:hover:active:before{background:#9e9d24!important;opacity:.3;transition:background .1s}.bg-lime-darken-4{background-color:#827717!important;border-color:#827717!important}.active\:bg-lime-darken-4:active,.hover\:bg-lime-darken-4:hover,[class*="hover:bg-"][class*="active:bg-lime-darken-4"]:active{background:#827717!important;transition:background .1s}.text-lime-darken-4{caret-color:#827717!important;color:#827717!important}.text-lime-darken-4:hover:active:before{background:#827717!important;opacity:.3;transition:background .1s}.bg-lime-accent-1{background-color:#f4ff81!important;border-color:#f4ff81!important}.active\:bg-lime-accent-1:active,.hover\:bg-lime-accent-1:hover,[class*="hover:bg-"][class*="active:bg-lime-accent-1"]:active{background:#f4ff81!important;transition:background .1s}.text-lime-accent-1{caret-color:#f4ff81!important;color:#f4ff81!important}.text-lime-accent-1:hover:active:before{background:#f4ff81!important;opacity:.3;transition:background .1s}.bg-lime-accent-2{background-color:#eeff41!important;border-color:#eeff41!important}.active\:bg-lime-accent-2:active,.hover\:bg-lime-accent-2:hover,[class*="hover:bg-"][class*="active:bg-lime-accent-2"]:active{background:#eeff41!important;transition:background .1s}.text-lime-accent-2{caret-color:#eeff41!important;color:#eeff41!important}.text-lime-accent-2:hover:active:before{background:#eeff41!important;opacity:.3;transition:background .1s}.bg-lime-accent-3{background-color:#c6ff00!important;border-color:#c6ff00!important}.active\:bg-lime-accent-3:active,.hover\:bg-lime-accent-3:hover,[class*="hover:bg-"][class*="active:bg-lime-accent-3"]:active{background:#c6ff00!important;transition:background .1s}.text-lime-accent-3{caret-color:#c6ff00!important;color:#c6ff00!important}.text-lime-accent-3:hover:active:before{background:#c6ff00!important;opacity:.3;transition:background .1s}.bg-lime-accent-4{background-color:#aeea00!important;border-color:#aeea00!important}.active\:bg-lime-accent-4:active,.hover\:bg-lime-accent-4:hover,[class*="hover:bg-"][class*="active:bg-lime-accent-4"]:active{background:#aeea00!important;transition:background .1s}.text-lime-accent-4{caret-color:#aeea00!important;color:#aeea00!important}.text-lime-accent-4:hover:active:before{background:#aeea00!important;opacity:.3;transition:background .1s}.bg-yellow{background-color:#ffeb3b!important;border-color:#ffeb3b!important}.active\:bg-yellow:active,.hover\:bg-yellow:hover,[class*="hover:bg-"][class*="active:bg-yellow"]:active{background:#ffeb3b!important;transition:background .1s}.text-yellow{caret-color:#ffeb3b!important;color:#ffeb3b!important}.text-yellow:hover:active:before{background:#ffeb3b!important;opacity:.3;transition:background .1s}.bg-yellow-base{background-color:#ffeb3b!important;border-color:#ffeb3b!important}.active\:bg-yellow-base:active,.hover\:bg-yellow-base:hover,[class*="hover:bg-"][class*="active:bg-yellow-base"]:active{background:#ffeb3b!important;transition:background .1s}.text-yellow-base{caret-color:#ffeb3b!important;color:#ffeb3b!important}.text-yellow-base:hover:active:before{background:#ffeb3b!important;opacity:.3;transition:background .1s}.bg-yellow-lighten-5{background-color:#fffde7!important;border-color:#fffde7!important}.active\:bg-yellow-lighten-5:active,.hover\:bg-yellow-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-yellow-lighten-5"]:active{background:#fffde7!important;transition:background .1s}.text-yellow-lighten-5{caret-color:#fffde7!important;color:#fffde7!important}.text-yellow-lighten-5:hover:active:before{background:#fffde7!important;opacity:.3;transition:background .1s}.bg-yellow-lighten-4{background-color:#fff9c4!important;border-color:#fff9c4!important}.active\:bg-yellow-lighten-4:active,.hover\:bg-yellow-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-yellow-lighten-4"]:active{background:#fff9c4!important;transition:background .1s}.text-yellow-lighten-4{caret-color:#fff9c4!important;color:#fff9c4!important}.text-yellow-lighten-4:hover:active:before{background:#fff9c4!important;opacity:.3;transition:background .1s}.bg-yellow-lighten-3{background-color:#fff59d!important;border-color:#fff59d!important}.active\:bg-yellow-lighten-3:active,.hover\:bg-yellow-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-yellow-lighten-3"]:active{background:#fff59d!important;transition:background .1s}.text-yellow-lighten-3{caret-color:#fff59d!important;color:#fff59d!important}.text-yellow-lighten-3:hover:active:before{background:#fff59d!important;opacity:.3;transition:background .1s}.bg-yellow-lighten-2{background-color:#fff176!important;border-color:#fff176!important}.active\:bg-yellow-lighten-2:active,.hover\:bg-yellow-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-yellow-lighten-2"]:active{background:#fff176!important;transition:background .1s}.text-yellow-lighten-2{caret-color:#fff176!important;color:#fff176!important}.text-yellow-lighten-2:hover:active:before{background:#fff176!important;opacity:.3;transition:background .1s}.bg-yellow-lighten-1{background-color:#ffee58!important;border-color:#ffee58!important}.active\:bg-yellow-lighten-1:active,.hover\:bg-yellow-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-yellow-lighten-1"]:active{background:#ffee58!important;transition:background .1s}.text-yellow-lighten-1{caret-color:#ffee58!important;color:#ffee58!important}.text-yellow-lighten-1:hover:active:before{background:#ffee58!important;opacity:.3;transition:background .1s}.bg-yellow-darken-1{background-color:#fdd835!important;border-color:#fdd835!important}.active\:bg-yellow-darken-1:active,.hover\:bg-yellow-darken-1:hover,[class*="hover:bg-"][class*="active:bg-yellow-darken-1"]:active{background:#fdd835!important;transition:background .1s}.text-yellow-darken-1{caret-color:#fdd835!important;color:#fdd835!important}.text-yellow-darken-1:hover:active:before{background:#fdd835!important;opacity:.3;transition:background .1s}.bg-yellow-darken-2{background-color:#fbc02d!important;border-color:#fbc02d!important}.active\:bg-yellow-darken-2:active,.hover\:bg-yellow-darken-2:hover,[class*="hover:bg-"][class*="active:bg-yellow-darken-2"]:active{background:#fbc02d!important;transition:background .1s}.text-yellow-darken-2{caret-color:#fbc02d!important;color:#fbc02d!important}.text-yellow-darken-2:hover:active:before{background:#fbc02d!important;opacity:.3;transition:background .1s}.bg-yellow-darken-3{background-color:#f9a825!important;border-color:#f9a825!important}.active\:bg-yellow-darken-3:active,.hover\:bg-yellow-darken-3:hover,[class*="hover:bg-"][class*="active:bg-yellow-darken-3"]:active{background:#f9a825!important;transition:background .1s}.text-yellow-darken-3{caret-color:#f9a825!important;color:#f9a825!important}.text-yellow-darken-3:hover:active:before{background:#f9a825!important;opacity:.3;transition:background .1s}.bg-yellow-darken-4{background-color:#f57f17!important;border-color:#f57f17!important}.active\:bg-yellow-darken-4:active,.hover\:bg-yellow-darken-4:hover,[class*="hover:bg-"][class*="active:bg-yellow-darken-4"]:active{background:#f57f17!important;transition:background .1s}.text-yellow-darken-4{caret-color:#f57f17!important;color:#f57f17!important}.text-yellow-darken-4:hover:active:before{background:#f57f17!important;opacity:.3;transition:background .1s}.bg-yellow-accent-1{background-color:#ffff8d!important;border-color:#ffff8d!important}.active\:bg-yellow-accent-1:active,.hover\:bg-yellow-accent-1:hover,[class*="hover:bg-"][class*="active:bg-yellow-accent-1"]:active{background:#ffff8d!important;transition:background .1s}.text-yellow-accent-1{caret-color:#ffff8d!important;color:#ffff8d!important}.text-yellow-accent-1:hover:active:before{background:#ffff8d!important;opacity:.3;transition:background .1s}.bg-yellow-accent-2{background-color:#ff0!important;border-color:#ff0!important}.active\:bg-yellow-accent-2:active,.hover\:bg-yellow-accent-2:hover,[class*="hover:bg-"][class*="active:bg-yellow-accent-2"]:active{background:#ff0!important;transition:background .1s}.text-yellow-accent-2{caret-color:#ff0!important;color:#ff0!important}.text-yellow-accent-2:hover:active:before{background:#ff0!important;opacity:.3;transition:background .1s}.bg-yellow-accent-3{background-color:#ffea00!important;border-color:#ffea00!important}.active\:bg-yellow-accent-3:active,.hover\:bg-yellow-accent-3:hover,[class*="hover:bg-"][class*="active:bg-yellow-accent-3"]:active{background:#ffea00!important;transition:background .1s}.text-yellow-accent-3{caret-color:#ffea00!important;color:#ffea00!important}.text-yellow-accent-3:hover:active:before{background:#ffea00!important;opacity:.3;transition:background .1s}.bg-yellow-accent-4{background-color:#ffd600!important;border-color:#ffd600!important}.active\:bg-yellow-accent-4:active,.hover\:bg-yellow-accent-4:hover,[class*="hover:bg-"][class*="active:bg-yellow-accent-4"]:active{background:#ffd600!important;transition:background .1s}.text-yellow-accent-4{caret-color:#ffd600!important;color:#ffd600!important}.text-yellow-accent-4:hover:active:before{background:#ffd600!important;opacity:.3;transition:background .1s}.bg-amber{background-color:#ffc107!important;border-color:#ffc107!important}.active\:bg-amber:active,.hover\:bg-amber:hover,[class*="hover:bg-"][class*="active:bg-amber"]:active{background:#ffc107!important;transition:background .1s}.text-amber{caret-color:#ffc107!important;color:#ffc107!important}.text-amber:hover:active:before{background:#ffc107!important;opacity:.3;transition:background .1s}.bg-amber-base{background-color:#ffc107!important;border-color:#ffc107!important}.active\:bg-amber-base:active,.hover\:bg-amber-base:hover,[class*="hover:bg-"][class*="active:bg-amber-base"]:active{background:#ffc107!important;transition:background .1s}.text-amber-base{caret-color:#ffc107!important;color:#ffc107!important}.text-amber-base:hover:active:before{background:#ffc107!important;opacity:.3;transition:background .1s}.bg-amber-lighten-5{background-color:#fff8e1!important;border-color:#fff8e1!important}.active\:bg-amber-lighten-5:active,.hover\:bg-amber-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-amber-lighten-5"]:active{background:#fff8e1!important;transition:background .1s}.text-amber-lighten-5{caret-color:#fff8e1!important;color:#fff8e1!important}.text-amber-lighten-5:hover:active:before{background:#fff8e1!important;opacity:.3;transition:background .1s}.bg-amber-lighten-4{background-color:#ffecb3!important;border-color:#ffecb3!important}.active\:bg-amber-lighten-4:active,.hover\:bg-amber-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-amber-lighten-4"]:active{background:#ffecb3!important;transition:background .1s}.text-amber-lighten-4{caret-color:#ffecb3!important;color:#ffecb3!important}.text-amber-lighten-4:hover:active:before{background:#ffecb3!important;opacity:.3;transition:background .1s}.bg-amber-lighten-3{background-color:#ffe082!important;border-color:#ffe082!important}.active\:bg-amber-lighten-3:active,.hover\:bg-amber-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-amber-lighten-3"]:active{background:#ffe082!important;transition:background .1s}.text-amber-lighten-3{caret-color:#ffe082!important;color:#ffe082!important}.text-amber-lighten-3:hover:active:before{background:#ffe082!important;opacity:.3;transition:background .1s}.bg-amber-lighten-2{background-color:#ffd54f!important;border-color:#ffd54f!important}.active\:bg-amber-lighten-2:active,.hover\:bg-amber-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-amber-lighten-2"]:active{background:#ffd54f!important;transition:background .1s}.text-amber-lighten-2{caret-color:#ffd54f!important;color:#ffd54f!important}.text-amber-lighten-2:hover:active:before{background:#ffd54f!important;opacity:.3;transition:background .1s}.bg-amber-lighten-1{background-color:#ffca28!important;border-color:#ffca28!important}.active\:bg-amber-lighten-1:active,.hover\:bg-amber-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-amber-lighten-1"]:active{background:#ffca28!important;transition:background .1s}.text-amber-lighten-1{caret-color:#ffca28!important;color:#ffca28!important}.text-amber-lighten-1:hover:active:before{background:#ffca28!important;opacity:.3;transition:background .1s}.bg-amber-darken-1{background-color:#ffb300!important;border-color:#ffb300!important}.active\:bg-amber-darken-1:active,.hover\:bg-amber-darken-1:hover,[class*="hover:bg-"][class*="active:bg-amber-darken-1"]:active{background:#ffb300!important;transition:background .1s}.text-amber-darken-1{caret-color:#ffb300!important;color:#ffb300!important}.text-amber-darken-1:hover:active:before{background:#ffb300!important;opacity:.3;transition:background .1s}.bg-amber-darken-2{background-color:#ffa000!important;border-color:#ffa000!important}.active\:bg-amber-darken-2:active,.hover\:bg-amber-darken-2:hover,[class*="hover:bg-"][class*="active:bg-amber-darken-2"]:active{background:#ffa000!important;transition:background .1s}.text-amber-darken-2{caret-color:#ffa000!important;color:#ffa000!important}.text-amber-darken-2:hover:active:before{background:#ffa000!important;opacity:.3;transition:background .1s}.bg-amber-darken-3{background-color:#ff8f00!important;border-color:#ff8f00!important}.active\:bg-amber-darken-3:active,.hover\:bg-amber-darken-3:hover,[class*="hover:bg-"][class*="active:bg-amber-darken-3"]:active{background:#ff8f00!important;transition:background .1s}.text-amber-darken-3{caret-color:#ff8f00!important;color:#ff8f00!important}.text-amber-darken-3:hover:active:before{background:#ff8f00!important;opacity:.3;transition:background .1s}.bg-amber-darken-4{background-color:#ff6f00!important;border-color:#ff6f00!important}.active\:bg-amber-darken-4:active,.hover\:bg-amber-darken-4:hover,[class*="hover:bg-"][class*="active:bg-amber-darken-4"]:active{background:#ff6f00!important;transition:background .1s}.text-amber-darken-4{caret-color:#ff6f00!important;color:#ff6f00!important}.text-amber-darken-4:hover:active:before{background:#ff6f00!important;opacity:.3;transition:background .1s}.bg-amber-accent-1{background-color:#ffe57f!important;border-color:#ffe57f!important}.active\:bg-amber-accent-1:active,.hover\:bg-amber-accent-1:hover,[class*="hover:bg-"][class*="active:bg-amber-accent-1"]:active{background:#ffe57f!important;transition:background .1s}.text-amber-accent-1{caret-color:#ffe57f!important;color:#ffe57f!important}.text-amber-accent-1:hover:active:before{background:#ffe57f!important;opacity:.3;transition:background .1s}.bg-amber-accent-2{background-color:#ffd740!important;border-color:#ffd740!important}.active\:bg-amber-accent-2:active,.hover\:bg-amber-accent-2:hover,[class*="hover:bg-"][class*="active:bg-amber-accent-2"]:active{background:#ffd740!important;transition:background .1s}.text-amber-accent-2{caret-color:#ffd740!important;color:#ffd740!important}.text-amber-accent-2:hover:active:before{background:#ffd740!important;opacity:.3;transition:background .1s}.bg-amber-accent-3{background-color:#ffc400!important;border-color:#ffc400!important}.active\:bg-amber-accent-3:active,.hover\:bg-amber-accent-3:hover,[class*="hover:bg-"][class*="active:bg-amber-accent-3"]:active{background:#ffc400!important;transition:background .1s}.text-amber-accent-3{caret-color:#ffc400!important;color:#ffc400!important}.text-amber-accent-3:hover:active:before{background:#ffc400!important;opacity:.3;transition:background .1s}.bg-amber-accent-4{background-color:#ffab00!important;border-color:#ffab00!important}.active\:bg-amber-accent-4:active,.hover\:bg-amber-accent-4:hover,[class*="hover:bg-"][class*="active:bg-amber-accent-4"]:active{background:#ffab00!important;transition:background .1s}.text-amber-accent-4{caret-color:#ffab00!important;color:#ffab00!important}.text-amber-accent-4:hover:active:before{background:#ffab00!important;opacity:.3;transition:background .1s}.bg-orange{background-color:#ff9800!important;border-color:#ff9800!important}.active\:bg-orange:active,.hover\:bg-orange:hover,[class*="hover:bg-"][class*="active:bg-orange"]:active{background:#ff9800!important;transition:background .1s}.text-orange{caret-color:#ff9800!important;color:#ff9800!important}.text-orange:hover:active:before{background:#ff9800!important;opacity:.3;transition:background .1s}.bg-orange-base{background-color:#ff9800!important;border-color:#ff9800!important}.active\:bg-orange-base:active,.hover\:bg-orange-base:hover,[class*="hover:bg-"][class*="active:bg-orange-base"]:active{background:#ff9800!important;transition:background .1s}.text-orange-base{caret-color:#ff9800!important;color:#ff9800!important}.text-orange-base:hover:active:before{background:#ff9800!important;opacity:.3;transition:background .1s}.bg-orange-lighten-5{background-color:#fff3e0!important;border-color:#fff3e0!important}.active\:bg-orange-lighten-5:active,.hover\:bg-orange-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-orange-lighten-5"]:active{background:#fff3e0!important;transition:background .1s}.text-orange-lighten-5{caret-color:#fff3e0!important;color:#fff3e0!important}.text-orange-lighten-5:hover:active:before{background:#fff3e0!important;opacity:.3;transition:background .1s}.bg-orange-lighten-4{background-color:#ffe0b2!important;border-color:#ffe0b2!important}.active\:bg-orange-lighten-4:active,.hover\:bg-orange-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-orange-lighten-4"]:active{background:#ffe0b2!important;transition:background .1s}.text-orange-lighten-4{caret-color:#ffe0b2!important;color:#ffe0b2!important}.text-orange-lighten-4:hover:active:before{background:#ffe0b2!important;opacity:.3;transition:background .1s}.bg-orange-lighten-3{background-color:#ffcc80!important;border-color:#ffcc80!important}.active\:bg-orange-lighten-3:active,.hover\:bg-orange-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-orange-lighten-3"]:active{background:#ffcc80!important;transition:background .1s}.text-orange-lighten-3{caret-color:#ffcc80!important;color:#ffcc80!important}.text-orange-lighten-3:hover:active:before{background:#ffcc80!important;opacity:.3;transition:background .1s}.bg-orange-lighten-2{background-color:#ffb74d!important;border-color:#ffb74d!important}.active\:bg-orange-lighten-2:active,.hover\:bg-orange-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-orange-lighten-2"]:active{background:#ffb74d!important;transition:background .1s}.text-orange-lighten-2{caret-color:#ffb74d!important;color:#ffb74d!important}.text-orange-lighten-2:hover:active:before{background:#ffb74d!important;opacity:.3;transition:background .1s}.bg-orange-lighten-1{background-color:#ffa726!important;border-color:#ffa726!important}.active\:bg-orange-lighten-1:active,.hover\:bg-orange-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-orange-lighten-1"]:active{background:#ffa726!important;transition:background .1s}.text-orange-lighten-1{caret-color:#ffa726!important;color:#ffa726!important}.text-orange-lighten-1:hover:active:before{background:#ffa726!important;opacity:.3;transition:background .1s}.bg-orange-darken-1{background-color:#fb8c00!important;border-color:#fb8c00!important}.active\:bg-orange-darken-1:active,.hover\:bg-orange-darken-1:hover,[class*="hover:bg-"][class*="active:bg-orange-darken-1"]:active{background:#fb8c00!important;transition:background .1s}.text-orange-darken-1{caret-color:#fb8c00!important;color:#fb8c00!important}.text-orange-darken-1:hover:active:before{background:#fb8c00!important;opacity:.3;transition:background .1s}.bg-orange-darken-2{background-color:#f57c00!important;border-color:#f57c00!important}.active\:bg-orange-darken-2:active,.hover\:bg-orange-darken-2:hover,[class*="hover:bg-"][class*="active:bg-orange-darken-2"]:active{background:#f57c00!important;transition:background .1s}.text-orange-darken-2{caret-color:#f57c00!important;color:#f57c00!important}.text-orange-darken-2:hover:active:before{background:#f57c00!important;opacity:.3;transition:background .1s}.bg-orange-darken-3{background-color:#ef6c00!important;border-color:#ef6c00!important}.active\:bg-orange-darken-3:active,.hover\:bg-orange-darken-3:hover,[class*="hover:bg-"][class*="active:bg-orange-darken-3"]:active{background:#ef6c00!important;transition:background .1s}.text-orange-darken-3{caret-color:#ef6c00!important;color:#ef6c00!important}.text-orange-darken-3:hover:active:before{background:#ef6c00!important;opacity:.3;transition:background .1s}.bg-orange-darken-4{background-color:#e65100!important;border-color:#e65100!important}.active\:bg-orange-darken-4:active,.hover\:bg-orange-darken-4:hover,[class*="hover:bg-"][class*="active:bg-orange-darken-4"]:active{background:#e65100!important;transition:background .1s}.text-orange-darken-4{caret-color:#e65100!important;color:#e65100!important}.text-orange-darken-4:hover:active:before{background:#e65100!important;opacity:.3;transition:background .1s}.bg-orange-accent-1{background-color:#ffd180!important;border-color:#ffd180!important}.active\:bg-orange-accent-1:active,.hover\:bg-orange-accent-1:hover,[class*="hover:bg-"][class*="active:bg-orange-accent-1"]:active{background:#ffd180!important;transition:background .1s}.text-orange-accent-1{caret-color:#ffd180!important;color:#ffd180!important}.text-orange-accent-1:hover:active:before{background:#ffd180!important;opacity:.3;transition:background .1s}.bg-orange-accent-2{background-color:#ffab40!important;border-color:#ffab40!important}.active\:bg-orange-accent-2:active,.hover\:bg-orange-accent-2:hover,[class*="hover:bg-"][class*="active:bg-orange-accent-2"]:active{background:#ffab40!important;transition:background .1s}.text-orange-accent-2{caret-color:#ffab40!important;color:#ffab40!important}.text-orange-accent-2:hover:active:before{background:#ffab40!important;opacity:.3;transition:background .1s}.bg-orange-accent-3{background-color:#ff9100!important;border-color:#ff9100!important}.active\:bg-orange-accent-3:active,.hover\:bg-orange-accent-3:hover,[class*="hover:bg-"][class*="active:bg-orange-accent-3"]:active{background:#ff9100!important;transition:background .1s}.text-orange-accent-3{caret-color:#ff9100!important;color:#ff9100!important}.text-orange-accent-3:hover:active:before{background:#ff9100!important;opacity:.3;transition:background .1s}.bg-orange-accent-4{background-color:#ff6d00!important;border-color:#ff6d00!important}.active\:bg-orange-accent-4:active,.hover\:bg-orange-accent-4:hover,[class*="hover:bg-"][class*="active:bg-orange-accent-4"]:active{background:#ff6d00!important;transition:background .1s}.text-orange-accent-4{caret-color:#ff6d00!important;color:#ff6d00!important}.text-orange-accent-4:hover:active:before{background:#ff6d00!important;opacity:.3;transition:background .1s}.bg-deep-orange{background-color:#ff5722!important;border-color:#ff5722!important}.active\:bg-deep-orange:active,.hover\:bg-deep-orange:hover,[class*="hover:bg-"][class*="active:bg-deep-orange"]:active{background:#ff5722!important;transition:background .1s}.text-deep-orange{caret-color:#ff5722!important;color:#ff5722!important}.text-deep-orange:hover:active:before{background:#ff5722!important;opacity:.3;transition:background .1s}.bg-deep-orange-base{background-color:#ff5722!important;border-color:#ff5722!important}.active\:bg-deep-orange-base:active,.hover\:bg-deep-orange-base:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-base"]:active{background:#ff5722!important;transition:background .1s}.text-deep-orange-base{caret-color:#ff5722!important;color:#ff5722!important}.text-deep-orange-base:hover:active:before{background:#ff5722!important;opacity:.3;transition:background .1s}.bg-deep-orange-lighten-5{background-color:#fbe9e7!important;border-color:#fbe9e7!important}.active\:bg-deep-orange-lighten-5:active,.hover\:bg-deep-orange-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-lighten-5"]:active{background:#fbe9e7!important;transition:background .1s}.text-deep-orange-lighten-5{caret-color:#fbe9e7!important;color:#fbe9e7!important}.text-deep-orange-lighten-5:hover:active:before{background:#fbe9e7!important;opacity:.3;transition:background .1s}.bg-deep-orange-lighten-4{background-color:#ffccbc!important;border-color:#ffccbc!important}.active\:bg-deep-orange-lighten-4:active,.hover\:bg-deep-orange-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-lighten-4"]:active{background:#ffccbc!important;transition:background .1s}.text-deep-orange-lighten-4{caret-color:#ffccbc!important;color:#ffccbc!important}.text-deep-orange-lighten-4:hover:active:before{background:#ffccbc!important;opacity:.3;transition:background .1s}.bg-deep-orange-lighten-3{background-color:#ffab91!important;border-color:#ffab91!important}.active\:bg-deep-orange-lighten-3:active,.hover\:bg-deep-orange-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-lighten-3"]:active{background:#ffab91!important;transition:background .1s}.text-deep-orange-lighten-3{caret-color:#ffab91!important;color:#ffab91!important}.text-deep-orange-lighten-3:hover:active:before{background:#ffab91!important;opacity:.3;transition:background .1s}.bg-deep-orange-lighten-2{background-color:#ff8a65!important;border-color:#ff8a65!important}.active\:bg-deep-orange-lighten-2:active,.hover\:bg-deep-orange-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-lighten-2"]:active{background:#ff8a65!important;transition:background .1s}.text-deep-orange-lighten-2{caret-color:#ff8a65!important;color:#ff8a65!important}.text-deep-orange-lighten-2:hover:active:before{background:#ff8a65!important;opacity:.3;transition:background .1s}.bg-deep-orange-lighten-1{background-color:#ff7043!important;border-color:#ff7043!important}.active\:bg-deep-orange-lighten-1:active,.hover\:bg-deep-orange-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-lighten-1"]:active{background:#ff7043!important;transition:background .1s}.text-deep-orange-lighten-1{caret-color:#ff7043!important;color:#ff7043!important}.text-deep-orange-lighten-1:hover:active:before{background:#ff7043!important;opacity:.3;transition:background .1s}.bg-deep-orange-darken-1{background-color:#f4511e!important;border-color:#f4511e!important}.active\:bg-deep-orange-darken-1:active,.hover\:bg-deep-orange-darken-1:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-darken-1"]:active{background:#f4511e!important;transition:background .1s}.text-deep-orange-darken-1{caret-color:#f4511e!important;color:#f4511e!important}.text-deep-orange-darken-1:hover:active:before{background:#f4511e!important;opacity:.3;transition:background .1s}.bg-deep-orange-darken-2{background-color:#e64a19!important;border-color:#e64a19!important}.active\:bg-deep-orange-darken-2:active,.hover\:bg-deep-orange-darken-2:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-darken-2"]:active{background:#e64a19!important;transition:background .1s}.text-deep-orange-darken-2{caret-color:#e64a19!important;color:#e64a19!important}.text-deep-orange-darken-2:hover:active:before{background:#e64a19!important;opacity:.3;transition:background .1s}.bg-deep-orange-darken-3{background-color:#d84315!important;border-color:#d84315!important}.active\:bg-deep-orange-darken-3:active,.hover\:bg-deep-orange-darken-3:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-darken-3"]:active{background:#d84315!important;transition:background .1s}.text-deep-orange-darken-3{caret-color:#d84315!important;color:#d84315!important}.text-deep-orange-darken-3:hover:active:before{background:#d84315!important;opacity:.3;transition:background .1s}.bg-deep-orange-darken-4{background-color:#bf360c!important;border-color:#bf360c!important}.active\:bg-deep-orange-darken-4:active,.hover\:bg-deep-orange-darken-4:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-darken-4"]:active{background:#bf360c!important;transition:background .1s}.text-deep-orange-darken-4{caret-color:#bf360c!important;color:#bf360c!important}.text-deep-orange-darken-4:hover:active:before{background:#bf360c!important;opacity:.3;transition:background .1s}.bg-deep-orange-accent-1{background-color:#ff9e80!important;border-color:#ff9e80!important}.active\:bg-deep-orange-accent-1:active,.hover\:bg-deep-orange-accent-1:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-accent-1"]:active{background:#ff9e80!important;transition:background .1s}.text-deep-orange-accent-1{caret-color:#ff9e80!important;color:#ff9e80!important}.text-deep-orange-accent-1:hover:active:before{background:#ff9e80!important;opacity:.3;transition:background .1s}.bg-deep-orange-accent-2{background-color:#ff6e40!important;border-color:#ff6e40!important}.active\:bg-deep-orange-accent-2:active,.hover\:bg-deep-orange-accent-2:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-accent-2"]:active{background:#ff6e40!important;transition:background .1s}.text-deep-orange-accent-2{caret-color:#ff6e40!important;color:#ff6e40!important}.text-deep-orange-accent-2:hover:active:before{background:#ff6e40!important;opacity:.3;transition:background .1s}.bg-deep-orange-accent-3{background-color:#ff3d00!important;border-color:#ff3d00!important}.active\:bg-deep-orange-accent-3:active,.hover\:bg-deep-orange-accent-3:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-accent-3"]:active{background:#ff3d00!important;transition:background .1s}.text-deep-orange-accent-3{caret-color:#ff3d00!important;color:#ff3d00!important}.text-deep-orange-accent-3:hover:active:before{background:#ff3d00!important;opacity:.3;transition:background .1s}.bg-deep-orange-accent-4{background-color:#dd2c00!important;border-color:#dd2c00!important}.active\:bg-deep-orange-accent-4:active,.hover\:bg-deep-orange-accent-4:hover,[class*="hover:bg-"][class*="active:bg-deep-orange-accent-4"]:active{background:#dd2c00!important;transition:background .1s}.text-deep-orange-accent-4{caret-color:#dd2c00!important;color:#dd2c00!important}.text-deep-orange-accent-4:hover:active:before{background:#dd2c00!important;opacity:.3;transition:background .1s}.bg-brown{background-color:#795548!important;border-color:#795548!important}.active\:bg-brown:active,.hover\:bg-brown:hover,[class*="hover:bg-"][class*="active:bg-brown"]:active{background:#795548!important;transition:background .1s}.text-brown{caret-color:#795548!important;color:#795548!important}.text-brown:hover:active:before{background:#795548!important;opacity:.3;transition:background .1s}.bg-brown-base{background-color:#795548!important;border-color:#795548!important}.active\:bg-brown-base:active,.hover\:bg-brown-base:hover,[class*="hover:bg-"][class*="active:bg-brown-base"]:active{background:#795548!important;transition:background .1s}.text-brown-base{caret-color:#795548!important;color:#795548!important}.text-brown-base:hover:active:before{background:#795548!important;opacity:.3;transition:background .1s}.bg-brown-lighten-5{background-color:#efebe9!important;border-color:#efebe9!important}.active\:bg-brown-lighten-5:active,.hover\:bg-brown-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-brown-lighten-5"]:active{background:#efebe9!important;transition:background .1s}.text-brown-lighten-5{caret-color:#efebe9!important;color:#efebe9!important}.text-brown-lighten-5:hover:active:before{background:#efebe9!important;opacity:.3;transition:background .1s}.bg-brown-lighten-4{background-color:#d7ccc8!important;border-color:#d7ccc8!important}.active\:bg-brown-lighten-4:active,.hover\:bg-brown-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-brown-lighten-4"]:active{background:#d7ccc8!important;transition:background .1s}.text-brown-lighten-4{caret-color:#d7ccc8!important;color:#d7ccc8!important}.text-brown-lighten-4:hover:active:before{background:#d7ccc8!important;opacity:.3;transition:background .1s}.bg-brown-lighten-3{background-color:#bcaaa4!important;border-color:#bcaaa4!important}.active\:bg-brown-lighten-3:active,.hover\:bg-brown-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-brown-lighten-3"]:active{background:#bcaaa4!important;transition:background .1s}.text-brown-lighten-3{caret-color:#bcaaa4!important;color:#bcaaa4!important}.text-brown-lighten-3:hover:active:before{background:#bcaaa4!important;opacity:.3;transition:background .1s}.bg-brown-lighten-2{background-color:#a1887f!important;border-color:#a1887f!important}.active\:bg-brown-lighten-2:active,.hover\:bg-brown-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-brown-lighten-2"]:active{background:#a1887f!important;transition:background .1s}.text-brown-lighten-2{caret-color:#a1887f!important;color:#a1887f!important}.text-brown-lighten-2:hover:active:before{background:#a1887f!important;opacity:.3;transition:background .1s}.bg-brown-lighten-1{background-color:#8d6e63!important;border-color:#8d6e63!important}.active\:bg-brown-lighten-1:active,.hover\:bg-brown-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-brown-lighten-1"]:active{background:#8d6e63!important;transition:background .1s}.text-brown-lighten-1{caret-color:#8d6e63!important;color:#8d6e63!important}.text-brown-lighten-1:hover:active:before{background:#8d6e63!important;opacity:.3;transition:background .1s}.bg-brown-darken-1{background-color:#6d4c41!important;border-color:#6d4c41!important}.active\:bg-brown-darken-1:active,.hover\:bg-brown-darken-1:hover,[class*="hover:bg-"][class*="active:bg-brown-darken-1"]:active{background:#6d4c41!important;transition:background .1s}.text-brown-darken-1{caret-color:#6d4c41!important;color:#6d4c41!important}.text-brown-darken-1:hover:active:before{background:#6d4c41!important;opacity:.3;transition:background .1s}.bg-brown-darken-2{background-color:#5d4037!important;border-color:#5d4037!important}.active\:bg-brown-darken-2:active,.hover\:bg-brown-darken-2:hover,[class*="hover:bg-"][class*="active:bg-brown-darken-2"]:active{background:#5d4037!important;transition:background .1s}.text-brown-darken-2{caret-color:#5d4037!important;color:#5d4037!important}.text-brown-darken-2:hover:active:before{background:#5d4037!important;opacity:.3;transition:background .1s}.bg-brown-darken-3{background-color:#4e342e!important;border-color:#4e342e!important}.active\:bg-brown-darken-3:active,.hover\:bg-brown-darken-3:hover,[class*="hover:bg-"][class*="active:bg-brown-darken-3"]:active{background:#4e342e!important;transition:background .1s}.text-brown-darken-3{caret-color:#4e342e!important;color:#4e342e!important}.text-brown-darken-3:hover:active:before{background:#4e342e!important;opacity:.3;transition:background .1s}.bg-brown-darken-4{background-color:#3e2723!important;border-color:#3e2723!important}.active\:bg-brown-darken-4:active,.hover\:bg-brown-darken-4:hover,[class*="hover:bg-"][class*="active:bg-brown-darken-4"]:active{background:#3e2723!important;transition:background .1s}.text-brown-darken-4{caret-color:#3e2723!important;color:#3e2723!important}.text-brown-darken-4:hover:active:before{background:#3e2723!important;opacity:.3;transition:background .1s}.bg-blue-grey{background-color:#607d8b!important;border-color:#607d8b!important}.active\:bg-blue-grey:active,.hover\:bg-blue-grey:hover,[class*="hover:bg-"][class*="active:bg-blue-grey"]:active{background:#607d8b!important;transition:background .1s}.text-blue-grey{caret-color:#607d8b!important;color:#607d8b!important}.text-blue-grey:hover:active:before{background:#607d8b!important;opacity:.3;transition:background .1s}.bg-blue-grey-base{background-color:#607d8b!important;border-color:#607d8b!important}.active\:bg-blue-grey-base:active,.hover\:bg-blue-grey-base:hover,[class*="hover:bg-"][class*="active:bg-blue-grey-base"]:active{background:#607d8b!important;transition:background .1s}.text-blue-grey-base{caret-color:#607d8b!important;color:#607d8b!important}.text-blue-grey-base:hover:active:before{background:#607d8b!important;opacity:.3;transition:background .1s}.bg-blue-grey-lighten-5{background-color:#eceff1!important;border-color:#eceff1!important}.active\:bg-blue-grey-lighten-5:active,.hover\:bg-blue-grey-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-blue-grey-lighten-5"]:active{background:#eceff1!important;transition:background .1s}.text-blue-grey-lighten-5{caret-color:#eceff1!important;color:#eceff1!important}.text-blue-grey-lighten-5:hover:active:before{background:#eceff1!important;opacity:.3;transition:background .1s}.bg-blue-grey-lighten-4{background-color:#cfd8dc!important;border-color:#cfd8dc!important}.active\:bg-blue-grey-lighten-4:active,.hover\:bg-blue-grey-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-blue-grey-lighten-4"]:active{background:#cfd8dc!important;transition:background .1s}.text-blue-grey-lighten-4{caret-color:#cfd8dc!important;color:#cfd8dc!important}.text-blue-grey-lighten-4:hover:active:before{background:#cfd8dc!important;opacity:.3;transition:background .1s}.bg-blue-grey-lighten-3{background-color:#b0bec5!important;border-color:#b0bec5!important}.active\:bg-blue-grey-lighten-3:active,.hover\:bg-blue-grey-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-blue-grey-lighten-3"]:active{background:#b0bec5!important;transition:background .1s}.text-blue-grey-lighten-3{caret-color:#b0bec5!important;color:#b0bec5!important}.text-blue-grey-lighten-3:hover:active:before{background:#b0bec5!important;opacity:.3;transition:background .1s}.bg-blue-grey-lighten-2{background-color:#90a4ae!important;border-color:#90a4ae!important}.active\:bg-blue-grey-lighten-2:active,.hover\:bg-blue-grey-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-blue-grey-lighten-2"]:active{background:#90a4ae!important;transition:background .1s}.text-blue-grey-lighten-2{caret-color:#90a4ae!important;color:#90a4ae!important}.text-blue-grey-lighten-2:hover:active:before{background:#90a4ae!important;opacity:.3;transition:background .1s}.bg-blue-grey-lighten-1{background-color:#78909c!important;border-color:#78909c!important}.active\:bg-blue-grey-lighten-1:active,.hover\:bg-blue-grey-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-blue-grey-lighten-1"]:active{background:#78909c!important;transition:background .1s}.text-blue-grey-lighten-1{caret-color:#78909c!important;color:#78909c!important}.text-blue-grey-lighten-1:hover:active:before{background:#78909c!important;opacity:.3;transition:background .1s}.bg-blue-grey-darken-1{background-color:#546e7a!important;border-color:#546e7a!important}.active\:bg-blue-grey-darken-1:active,.hover\:bg-blue-grey-darken-1:hover,[class*="hover:bg-"][class*="active:bg-blue-grey-darken-1"]:active{background:#546e7a!important;transition:background .1s}.text-blue-grey-darken-1{caret-color:#546e7a!important;color:#546e7a!important}.text-blue-grey-darken-1:hover:active:before{background:#546e7a!important;opacity:.3;transition:background .1s}.bg-blue-grey-darken-2{background-color:#455a64!important;border-color:#455a64!important}.active\:bg-blue-grey-darken-2:active,.hover\:bg-blue-grey-darken-2:hover,[class*="hover:bg-"][class*="active:bg-blue-grey-darken-2"]:active{background:#455a64!important;transition:background .1s}.text-blue-grey-darken-2{caret-color:#455a64!important;color:#455a64!important}.text-blue-grey-darken-2:hover:active:before{background:#455a64!important;opacity:.3;transition:background .1s}.bg-blue-grey-darken-3{background-color:#37474f!important;border-color:#37474f!important}.active\:bg-blue-grey-darken-3:active,.hover\:bg-blue-grey-darken-3:hover,[class*="hover:bg-"][class*="active:bg-blue-grey-darken-3"]:active{background:#37474f!important;transition:background .1s}.text-blue-grey-darken-3{caret-color:#37474f!important;color:#37474f!important}.text-blue-grey-darken-3:hover:active:before{background:#37474f!important;opacity:.3;transition:background .1s}.bg-blue-grey-darken-4{background-color:#263238!important;border-color:#263238!important}.active\:bg-blue-grey-darken-4:active,.hover\:bg-blue-grey-darken-4:hover,[class*="hover:bg-"][class*="active:bg-blue-grey-darken-4"]:active{background:#263238!important;transition:background .1s}.text-blue-grey-darken-4{caret-color:#263238!important;color:#263238!important}.text-blue-grey-darken-4:hover:active:before{background:#263238!important;opacity:.3;transition:background .1s}.bg-grey{background-color:#9e9e9e!important;border-color:#9e9e9e!important}.active\:bg-grey:active,.hover\:bg-grey:hover,[class*="hover:bg-"][class*="active:bg-grey"]:active{background:#9e9e9e!important;transition:background .1s}.text-grey{caret-color:#9e9e9e!important;color:#9e9e9e!important}.text-grey:hover:active:before{background:#9e9e9e!important;opacity:.3;transition:background .1s}.bg-grey-base{background-color:#9e9e9e!important;border-color:#9e9e9e!important}.active\:bg-grey-base:active,.hover\:bg-grey-base:hover,[class*="hover:bg-"][class*="active:bg-grey-base"]:active{background:#9e9e9e!important;transition:background .1s}.text-grey-base{caret-color:#9e9e9e!important;color:#9e9e9e!important}.text-grey-base:hover:active:before{background:#9e9e9e!important;opacity:.3;transition:background .1s}.bg-grey-lighten-5{background-color:#fafafa!important;border-color:#fafafa!important}.active\:bg-grey-lighten-5:active,.hover\:bg-grey-lighten-5:hover,[class*="hover:bg-"][class*="active:bg-grey-lighten-5"]:active{background:#fafafa!important;transition:background .1s}.text-grey-lighten-5{caret-color:#fafafa!important;color:#fafafa!important}.text-grey-lighten-5:hover:active:before{background:#fafafa!important;opacity:.3;transition:background .1s}.bg-grey-lighten-4{background-color:#f5f5f5!important;border-color:#f5f5f5!important}.active\:bg-grey-lighten-4:active,.hover\:bg-grey-lighten-4:hover,[class*="hover:bg-"][class*="active:bg-grey-lighten-4"]:active{background:#f5f5f5!important;transition:background .1s}.text-grey-lighten-4{caret-color:#f5f5f5!important;color:#f5f5f5!important}.text-grey-lighten-4:hover:active:before{background:#f5f5f5!important;opacity:.3;transition:background .1s}.bg-grey-lighten-3{background-color:#eee!important;border-color:#eee!important}.active\:bg-grey-lighten-3:active,.hover\:bg-grey-lighten-3:hover,[class*="hover:bg-"][class*="active:bg-grey-lighten-3"]:active{background:#eee!important;transition:background .1s}.text-grey-lighten-3{caret-color:#eee!important;color:#eee!important}.text-grey-lighten-3:hover:active:before{background:#eee!important;opacity:.3;transition:background .1s}.bg-grey-lighten-2{background-color:#e0e0e0!important;border-color:#e0e0e0!important}.active\:bg-grey-lighten-2:active,.hover\:bg-grey-lighten-2:hover,[class*="hover:bg-"][class*="active:bg-grey-lighten-2"]:active{background:#e0e0e0!important;transition:background .1s}.text-grey-lighten-2{caret-color:#e0e0e0!important;color:#e0e0e0!important}.text-grey-lighten-2:hover:active:before{background:#e0e0e0!important;opacity:.3;transition:background .1s}.bg-grey-lighten-1{background-color:#bdbdbd!important;border-color:#bdbdbd!important}.active\:bg-grey-lighten-1:active,.hover\:bg-grey-lighten-1:hover,[class*="hover:bg-"][class*="active:bg-grey-lighten-1"]:active{background:#bdbdbd!important;transition:background .1s}.text-grey-lighten-1{caret-color:#bdbdbd!important;color:#bdbdbd!important}.text-grey-lighten-1:hover:active:before{background:#bdbdbd!important;opacity:.3;transition:background .1s}.bg-grey-darken-1{background-color:#757575!important;border-color:#757575!important}.active\:bg-grey-darken-1:active,.hover\:bg-grey-darken-1:hover,[class*="hover:bg-"][class*="active:bg-grey-darken-1"]:active{background:#757575!important;transition:background .1s}.text-grey-darken-1{caret-color:#757575!important;color:#757575!important}.text-grey-darken-1:hover:active:before{background:#757575!important;opacity:.3;transition:background .1s}.bg-grey-darken-2{background-color:#616161!important;border-color:#616161!important}.active\:bg-grey-darken-2:active,.hover\:bg-grey-darken-2:hover,[class*="hover:bg-"][class*="active:bg-grey-darken-2"]:active{background:#616161!important;transition:background .1s}.text-grey-darken-2{caret-color:#616161!important;color:#616161!important}.text-grey-darken-2:hover:active:before{background:#616161!important;opacity:.3;transition:background .1s}.bg-grey-darken-3{background-color:#424242!important;border-color:#424242!important}.active\:bg-grey-darken-3:active,.hover\:bg-grey-darken-3:hover,[class*="hover:bg-"][class*="active:bg-grey-darken-3"]:active{background:#424242!important;transition:background .1s}.text-grey-darken-3{caret-color:#424242!important;color:#424242!important}.text-grey-darken-3:hover:active:before{background:#424242!important;opacity:.3;transition:background .1s}.bg-grey-darken-4{background-color:#212121!important;border-color:#212121!important}.active\:bg-grey-darken-4:active,.hover\:bg-grey-darken-4:hover,[class*="hover:bg-"][class*="active:bg-grey-darken-4"]:active{background:#212121!important;transition:background .1s}.text-grey-darken-4{caret-color:#212121!important;color:#212121!important}.text-grey-darken-4:hover:active:before{background:#212121!important;opacity:.3;transition:background .1s}.bg-white{background-color:#fff!important;border-color:#fff!important}.active\:bg-white:active,.hover\:bg-white:hover,[class*="hover:bg-"][class*="active:bg-white"]:active{background:#fff!important;transition:background .1s}.text-white{caret-color:#fff!important;color:#fff!important}.text-white:hover:active:before{background:#fff!important;opacity:.3;transition:background .1s}.bg-white-base{background-color:#fff!important;border-color:#fff!important}.active\:bg-white-base:active,.hover\:bg-white-base:hover,[class*="hover:bg-"][class*="active:bg-white-base"]:active{background:#fff!important;transition:background .1s}.text-white-base{caret-color:#fff!important;color:#fff!important}.text-white-base:hover:active:before{background:#fff!important;opacity:.3;transition:background .1s}.bg-black{background-color:#000!important;border-color:#000!important}.active\:bg-black:active,.hover\:bg-black:hover,[class*="hover:bg-"][class*="active:bg-black"]:active{background:#000!important;transition:background .1s}.text-black{caret-color:#000!important;color:#000!important}.text-black:hover:active:before{background:#000!important;opacity:.3;transition:background .1s}.bg-black-base{background-color:#000!important;border-color:#000!important}.active\:bg-black-base:active,.hover\:bg-black-base:hover,[class*="hover:bg-"][class*="active:bg-black-base"]:active{background:#000!important;transition:background .1s}.text-black-base{caret-color:#000!important;color:#000!important}.text-black-base:hover:active:before{background:#000!important;opacity:.3;transition:background .1s}.border-0{border:none!important}.border{border:1px solid!important}.border-2{border:2px solid!important}.border-t{border-top:1px solid!important}.border-b{border-bottom:1px solid!important}.border-l{border-left:1px solid!important}.border-r{border-right:1px solid!important}.border-t-0{border-top:none!important}.border-b-0{border-bottom:none!important}.border-l-0{border-left:none!important}.border-r-0{border-right:none!important}.border-solid{border-style:solid!important}.border-dashed{border-style:dashed!important}.border-dotted{border-style:dotted!important}.border-none{border-style:none!important}.border-transparent{border-color:transparent!important}.border-current{border-color:currentColor!important}.outline-none{outline:none!important}.outline{outline:1px solid!important}.sr-only{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.pointer-events-none{pointer-events:none!important}.pointer-events-auto{pointer-events:auto!important}.select-none{user-select:none!important}.select-text{user-select:text!important}.select-all{user-select:all!important}.select-auto{user-select:auto!important}.object-contain{object-fit:contain!important}.object-cover{object-fit:cover!important}.object-fill{object-fit:fill!important}.object-none{object-fit:none!important}.aspect-square{aspect-ratio:1/1!important}.aspect-video{aspect-ratio:16/9!important}.aspect-auto{aspect-ratio:auto!important}.line-clamp-1{-webkit-line-clamp:1!important}.line-clamp-1,.line-clamp-2{-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}.line-clamp-2{-webkit-line-clamp:2!important}.line-clamp-3{-webkit-line-clamp:3!important}.line-clamp-3,.line-clamp-4{-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}.line-clamp-4{-webkit-line-clamp:4!important}.line-clamp-5{-webkit-line-clamp:5!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.grid-cols-none{grid-template-columns:none!important}.grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))!important}.grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))!important}.grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))!important}.grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))!important}.grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))!important}.grid-rows-none{grid-template-rows:none!important}.col-span-1{grid-column:span 1/span 1!important}.col-span-2{grid-column:span 2/span 2!important}.col-span-3{grid-column:span 3/span 3!important}.col-span-4{grid-column:span 4/span 4!important}.col-span-5{grid-column:span 5/span 5!important}.col-span-6{grid-column:span 6/span 6!important}.col-span-7{grid-column:span 7/span 7!important}.col-span-8{grid-column:span 8/span 8!important}.col-span-9{grid-column:span 9/span 9!important}.col-span-10{grid-column:span 10/span 10!important}.col-span-11{grid-column:span 11/span 11!important}.col-span-12{grid-column:span 12/span 12!important}.col-span-full{grid-column:1/-1!important}.row-span-1{grid-row:span 1/span 1!important}.row-span-2{grid-row:span 2/span 2!important}.row-span-3{grid-row:span 3/span 3!important}.row-span-4{grid-row:span 4/span 4!important}.row-span-5{grid-row:span 5/span 5!important}.row-span-6{grid-row:span 6/span 6!important}.row-span-full{grid-row:1/-1!important}.col-start-1{grid-column-start:1!important}.col-end-1{grid-column-end:1!important}.col-start-2{grid-column-start:2!important}.col-end-2{grid-column-end:2!important}.col-start-3{grid-column-start:3!important}.col-end-3{grid-column-end:3!important}.col-start-4{grid-column-start:4!important}.col-end-4{grid-column-end:4!important}.col-start-5{grid-column-start:5!important}.col-end-5{grid-column-end:5!important}.col-start-6{grid-column-start:6!important}.col-end-6{grid-column-end:6!important}.col-start-7{grid-column-start:7!important}.col-end-7{grid-column-end:7!important}.col-start-8{grid-column-start:8!important}.col-end-8{grid-column-end:8!important}.col-start-9{grid-column-start:9!important}.col-end-9{grid-column-end:9!important}.col-start-10{grid-column-start:10!important}.col-end-10{grid-column-end:10!important}.col-start-11{grid-column-start:11!important}.col-end-11{grid-column-end:11!important}.col-start-12{grid-column-start:12!important}.col-end-12{grid-column-end:12!important}.col-start-13{grid-column-start:13!important}.col-end-13{grid-column-end:13!important}.col-start-auto{grid-column-start:auto!important}.col-end-auto{grid-column-end:auto!important}.row-start-1{grid-row-start:1!important}.row-end-1{grid-row-end:1!important}.row-start-2{grid-row-start:2!important}.row-end-2{grid-row-end:2!important}.row-start-3{grid-row-start:3!important}.row-end-3{grid-row-end:3!important}.row-start-4{grid-row-start:4!important}.row-end-4{grid-row-end:4!important}.row-start-5{grid-row-start:5!important}.row-end-5{grid-row-end:5!important}.row-start-6{grid-row-start:6!important}.row-end-6{grid-row-end:6!important}.row-start-7{grid-row-start:7!important}.row-end-7{grid-row-end:7!important}.row-start-auto{grid-row-start:auto!important}.row-end-auto{grid-row-end:auto!important}.grid-flow-row{grid-auto-flow:row!important}.grid-flow-col{grid-auto-flow:column!important}.grid-flow-dense{grid-auto-flow:dense!important}.grid-flow-row-dense{grid-auto-flow:row dense!important}.grid-flow-col-dense{grid-auto-flow:column dense!important}.auto-cols-auto{grid-auto-columns:auto!important}.auto-cols-min{grid-auto-columns:min-content!important}.auto-cols-max{grid-auto-columns:max-content!important}.auto-cols-fr{grid-auto-columns:minmax(0,1fr)!important}.auto-rows-auto{grid-auto-rows:auto!important}.auto-rows-min{grid-auto-rows:min-content!important}.auto-rows-max{grid-auto-rows:max-content!important}.auto-rows-fr{grid-auto-rows:minmax(0,1fr)!important}.place-items-start{place-items:start!important}.place-items-end{place-items:end!important}.place-items-center{place-items:center!important}.place-items-stretch{place-items:stretch!important}.place-items-baseline{place-items:baseline!important}.place-content-start{place-content:start!important}.place-content-end{place-content:end!important}.place-content-center{place-content:center!important}.place-content-stretch{place-content:stretch!important}.place-content-between{place-content:space-between!important}.place-content-around{place-content:space-around!important}.place-content-evenly{place-content:space-evenly!important}.place-self-auto{place-self:auto!important}.place-self-start{place-self:start!important}.place-self-end{place-self:end!important}.place-self-center{place-self:center!important}.place-self-stretch{place-self:stretch!important}@media (min-width:600px){.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.sm\:col-span-1{grid-column:span 1/span 1!important}.sm\:col-start-1{grid-column-start:1!important}.sm\:col-end-1{grid-column-end:1!important}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.sm\:col-span-2{grid-column:span 2/span 2!important}.sm\:col-start-2{grid-column-start:2!important}.sm\:col-end-2{grid-column-end:2!important}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.sm\:col-span-3{grid-column:span 3/span 3!important}.sm\:col-start-3{grid-column-start:3!important}.sm\:col-end-3{grid-column-end:3!important}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.sm\:col-span-4{grid-column:span 4/span 4!important}.sm\:col-start-4{grid-column-start:4!important}.sm\:col-end-4{grid-column-end:4!important}.sm\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.sm\:col-span-5{grid-column:span 5/span 5!important}.sm\:col-start-5{grid-column-start:5!important}.sm\:col-end-5{grid-column-end:5!important}.sm\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.sm\:col-span-6{grid-column:span 6/span 6!important}.sm\:col-start-6{grid-column-start:6!important}.sm\:col-end-6{grid-column-end:6!important}.sm\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.sm\:col-span-7{grid-column:span 7/span 7!important}.sm\:col-start-7{grid-column-start:7!important}.sm\:col-end-7{grid-column-end:7!important}.sm\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.sm\:col-span-8{grid-column:span 8/span 8!important}.sm\:col-start-8{grid-column-start:8!important}.sm\:col-end-8{grid-column-end:8!important}.sm\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.sm\:col-span-9{grid-column:span 9/span 9!important}.sm\:col-start-9{grid-column-start:9!important}.sm\:col-end-9{grid-column-end:9!important}.sm\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.sm\:col-span-10{grid-column:span 10/span 10!important}.sm\:col-start-10{grid-column-start:10!important}.sm\:col-end-10{grid-column-end:10!important}.sm\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.sm\:col-span-11{grid-column:span 11/span 11!important}.sm\:col-start-11{grid-column-start:11!important}.sm\:col-end-11{grid-column-end:11!important}.sm\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.sm\:col-span-12{grid-column:span 12/span 12!important}.sm\:col-start-12{grid-column-start:12!important}.sm\:col-end-12{grid-column-end:12!important}.sm\:grid-cols-none{grid-template-columns:none!important}.sm\:col-span-full{grid-column:1/-1!important}.sm\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.sm\:row-span-1{grid-row:span 1/span 1!important}.sm\:row-start-1{grid-row-start:1!important}.sm\:row-end-1{grid-row-end:1!important}.sm\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))!important}.sm\:row-span-2{grid-row:span 2/span 2!important}.sm\:row-start-2{grid-row-start:2!important}.sm\:row-end-2{grid-row-end:2!important}.sm\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))!important}.sm\:row-span-3{grid-row:span 3/span 3!important}.sm\:row-start-3{grid-row-start:3!important}.sm\:row-end-3{grid-row-end:3!important}.sm\:grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))!important}.sm\:row-span-4{grid-row:span 4/span 4!important}.sm\:row-start-4{grid-row-start:4!important}.sm\:row-end-4{grid-row-end:4!important}.sm\:grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))!important}.sm\:row-span-5{grid-row:span 5/span 5!important}.sm\:row-start-5{grid-row-start:5!important}.sm\:row-end-5{grid-row-end:5!important}.sm\:grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))!important}.sm\:row-span-6{grid-row:span 6/span 6!important}.sm\:row-start-6{grid-row-start:6!important}.sm\:row-end-6{grid-row-end:6!important}.sm\:grid-rows-none{grid-template-rows:none!important}.sm\:row-span-full{grid-row:1/-1!important}.sm\:grid-flow-row{grid-auto-flow:row!important}.sm\:grid-flow-col{grid-auto-flow:column!important}.sm\:grid-flow-dense{grid-auto-flow:dense!important}.sm\:grid-flow-row-dense{grid-auto-flow:row dense!important}.sm\:grid-flow-col-dense{grid-auto-flow:column dense!important}.sm\:place-items-start{place-items:start!important}.sm\:place-items-end{place-items:end!important}.sm\:place-items-center{place-items:center!important}.sm\:place-items-stretch{place-items:stretch!important}.sm\:place-content-start{place-content:start!important}.sm\:place-content-end{place-content:end!important}.sm\:place-content-center{place-content:center!important}.sm\:place-content-stretch{place-content:stretch!important}.sm\:place-content-between{place-content:space-between!important}.sm\:place-content-around{place-content:space-around!important}.sm\:place-self-auto{place-self:auto!important}.sm\:place-self-start{place-self:start!important}.sm\:place-self-end{place-self:end!important}.sm\:place-self-center{place-self:center!important}.sm\:place-self-stretch{place-self:stretch!important}}@media (min-width:960px){.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.md\:col-span-1{grid-column:span 1/span 1!important}.md\:col-start-1{grid-column-start:1!important}.md\:col-end-1{grid-column-end:1!important}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.md\:col-span-2{grid-column:span 2/span 2!important}.md\:col-start-2{grid-column-start:2!important}.md\:col-end-2{grid-column-end:2!important}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.md\:col-span-3{grid-column:span 3/span 3!important}.md\:col-start-3{grid-column-start:3!important}.md\:col-end-3{grid-column-end:3!important}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.md\:col-span-4{grid-column:span 4/span 4!important}.md\:col-start-4{grid-column-start:4!important}.md\:col-end-4{grid-column-end:4!important}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.md\:col-span-5{grid-column:span 5/span 5!important}.md\:col-start-5{grid-column-start:5!important}.md\:col-end-5{grid-column-end:5!important}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.md\:col-span-6{grid-column:span 6/span 6!important}.md\:col-start-6{grid-column-start:6!important}.md\:col-end-6{grid-column-end:6!important}.md\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.md\:col-span-7{grid-column:span 7/span 7!important}.md\:col-start-7{grid-column-start:7!important}.md\:col-end-7{grid-column-end:7!important}.md\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.md\:col-span-8{grid-column:span 8/span 8!important}.md\:col-start-8{grid-column-start:8!important}.md\:col-end-8{grid-column-end:8!important}.md\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.md\:col-span-9{grid-column:span 9/span 9!important}.md\:col-start-9{grid-column-start:9!important}.md\:col-end-9{grid-column-end:9!important}.md\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.md\:col-span-10{grid-column:span 10/span 10!important}.md\:col-start-10{grid-column-start:10!important}.md\:col-end-10{grid-column-end:10!important}.md\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.md\:col-span-11{grid-column:span 11/span 11!important}.md\:col-start-11{grid-column-start:11!important}.md\:col-end-11{grid-column-end:11!important}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.md\:col-span-12{grid-column:span 12/span 12!important}.md\:col-start-12{grid-column-start:12!important}.md\:col-end-12{grid-column-end:12!important}.md\:grid-cols-none{grid-template-columns:none!important}.md\:col-span-full{grid-column:1/-1!important}.md\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.md\:row-span-1{grid-row:span 1/span 1!important}.md\:row-start-1{grid-row-start:1!important}.md\:row-end-1{grid-row-end:1!important}.md\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))!important}.md\:row-span-2{grid-row:span 2/span 2!important}.md\:row-start-2{grid-row-start:2!important}.md\:row-end-2{grid-row-end:2!important}.md\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))!important}.md\:row-span-3{grid-row:span 3/span 3!important}.md\:row-start-3{grid-row-start:3!important}.md\:row-end-3{grid-row-end:3!important}.md\:grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))!important}.md\:row-span-4{grid-row:span 4/span 4!important}.md\:row-start-4{grid-row-start:4!important}.md\:row-end-4{grid-row-end:4!important}.md\:grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))!important}.md\:row-span-5{grid-row:span 5/span 5!important}.md\:row-start-5{grid-row-start:5!important}.md\:row-end-5{grid-row-end:5!important}.md\:grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))!important}.md\:row-span-6{grid-row:span 6/span 6!important}.md\:row-start-6{grid-row-start:6!important}.md\:row-end-6{grid-row-end:6!important}.md\:grid-rows-none{grid-template-rows:none!important}.md\:row-span-full{grid-row:1/-1!important}.md\:grid-flow-row{grid-auto-flow:row!important}.md\:grid-flow-col{grid-auto-flow:column!important}.md\:grid-flow-dense{grid-auto-flow:dense!important}.md\:grid-flow-row-dense{grid-auto-flow:row dense!important}.md\:grid-flow-col-dense{grid-auto-flow:column dense!important}.md\:place-items-start{place-items:start!important}.md\:place-items-end{place-items:end!important}.md\:place-items-center{place-items:center!important}.md\:place-items-stretch{place-items:stretch!important}.md\:place-content-start{place-content:start!important}.md\:place-content-end{place-content:end!important}.md\:place-content-center{place-content:center!important}.md\:place-content-stretch{place-content:stretch!important}.md\:place-content-between{place-content:space-between!important}.md\:place-content-around{place-content:space-around!important}.md\:place-self-auto{place-self:auto!important}.md\:place-self-start{place-self:start!important}.md\:place-self-end{place-self:end!important}.md\:place-self-center{place-self:center!important}.md\:place-self-stretch{place-self:stretch!important}}@media (min-width:1280px){.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.lg\:col-span-1{grid-column:span 1/span 1!important}.lg\:col-start-1{grid-column-start:1!important}.lg\:col-end-1{grid-column-end:1!important}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lg\:col-span-2{grid-column:span 2/span 2!important}.lg\:col-start-2{grid-column-start:2!important}.lg\:col-end-2{grid-column-end:2!important}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.lg\:col-span-3{grid-column:span 3/span 3!important}.lg\:col-start-3{grid-column-start:3!important}.lg\:col-end-3{grid-column-end:3!important}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.lg\:col-span-4{grid-column:span 4/span 4!important}.lg\:col-start-4{grid-column-start:4!important}.lg\:col-end-4{grid-column-end:4!important}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.lg\:col-span-5{grid-column:span 5/span 5!important}.lg\:col-start-5{grid-column-start:5!important}.lg\:col-end-5{grid-column-end:5!important}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.lg\:col-span-6{grid-column:span 6/span 6!important}.lg\:col-start-6{grid-column-start:6!important}.lg\:col-end-6{grid-column-end:6!important}.lg\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.lg\:col-span-7{grid-column:span 7/span 7!important}.lg\:col-start-7{grid-column-start:7!important}.lg\:col-end-7{grid-column-end:7!important}.lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.lg\:col-span-8{grid-column:span 8/span 8!important}.lg\:col-start-8{grid-column-start:8!important}.lg\:col-end-8{grid-column-end:8!important}.lg\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.lg\:col-span-9{grid-column:span 9/span 9!important}.lg\:col-start-9{grid-column-start:9!important}.lg\:col-end-9{grid-column-end:9!important}.lg\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.lg\:col-span-10{grid-column:span 10/span 10!important}.lg\:col-start-10{grid-column-start:10!important}.lg\:col-end-10{grid-column-end:10!important}.lg\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.lg\:col-span-11{grid-column:span 11/span 11!important}.lg\:col-start-11{grid-column-start:11!important}.lg\:col-end-11{grid-column-end:11!important}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.lg\:col-span-12{grid-column:span 12/span 12!important}.lg\:col-start-12{grid-column-start:12!important}.lg\:col-end-12{grid-column-end:12!important}.lg\:grid-cols-none{grid-template-columns:none!important}.lg\:col-span-full{grid-column:1/-1!important}.lg\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.lg\:row-span-1{grid-row:span 1/span 1!important}.lg\:row-start-1{grid-row-start:1!important}.lg\:row-end-1{grid-row-end:1!important}.lg\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))!important}.lg\:row-span-2{grid-row:span 2/span 2!important}.lg\:row-start-2{grid-row-start:2!important}.lg\:row-end-2{grid-row-end:2!important}.lg\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))!important}.lg\:row-span-3{grid-row:span 3/span 3!important}.lg\:row-start-3{grid-row-start:3!important}.lg\:row-end-3{grid-row-end:3!important}.lg\:grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))!important}.lg\:row-span-4{grid-row:span 4/span 4!important}.lg\:row-start-4{grid-row-start:4!important}.lg\:row-end-4{grid-row-end:4!important}.lg\:grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))!important}.lg\:row-span-5{grid-row:span 5/span 5!important}.lg\:row-start-5{grid-row-start:5!important}.lg\:row-end-5{grid-row-end:5!important}.lg\:grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))!important}.lg\:row-span-6{grid-row:span 6/span 6!important}.lg\:row-start-6{grid-row-start:6!important}.lg\:row-end-6{grid-row-end:6!important}.lg\:grid-rows-none{grid-template-rows:none!important}.lg\:row-span-full{grid-row:1/-1!important}.lg\:grid-flow-row{grid-auto-flow:row!important}.lg\:grid-flow-col{grid-auto-flow:column!important}.lg\:grid-flow-dense{grid-auto-flow:dense!important}.lg\:grid-flow-row-dense{grid-auto-flow:row dense!important}.lg\:grid-flow-col-dense{grid-auto-flow:column dense!important}.lg\:place-items-start{place-items:start!important}.lg\:place-items-end{place-items:end!important}.lg\:place-items-center{place-items:center!important}.lg\:place-items-stretch{place-items:stretch!important}.lg\:place-content-start{place-content:start!important}.lg\:place-content-end{place-content:end!important}.lg\:place-content-center{place-content:center!important}.lg\:place-content-stretch{place-content:stretch!important}.lg\:place-content-between{place-content:space-between!important}.lg\:place-content-around{place-content:space-around!important}.lg\:place-self-auto{place-self:auto!important}.lg\:place-self-start{place-self:start!important}.lg\:place-self-end{place-self:end!important}.lg\:place-self-center{place-self:center!important}.lg\:place-self-stretch{place-self:stretch!important}}@media (min-width:1920px){.xl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.xl\:col-span-1{grid-column:span 1/span 1!important}.xl\:col-start-1{grid-column-start:1!important}.xl\:col-end-1{grid-column-end:1!important}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.xl\:col-span-2{grid-column:span 2/span 2!important}.xl\:col-start-2{grid-column-start:2!important}.xl\:col-end-2{grid-column-end:2!important}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.xl\:col-span-3{grid-column:span 3/span 3!important}.xl\:col-start-3{grid-column-start:3!important}.xl\:col-end-3{grid-column-end:3!important}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.xl\:col-span-4{grid-column:span 4/span 4!important}.xl\:col-start-4{grid-column-start:4!important}.xl\:col-end-4{grid-column-end:4!important}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.xl\:col-span-5{grid-column:span 5/span 5!important}.xl\:col-start-5{grid-column-start:5!important}.xl\:col-end-5{grid-column-end:5!important}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.xl\:col-span-6{grid-column:span 6/span 6!important}.xl\:col-start-6{grid-column-start:6!important}.xl\:col-end-6{grid-column-end:6!important}.xl\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.xl\:col-span-7{grid-column:span 7/span 7!important}.xl\:col-start-7{grid-column-start:7!important}.xl\:col-end-7{grid-column-end:7!important}.xl\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.xl\:col-span-8{grid-column:span 8/span 8!important}.xl\:col-start-8{grid-column-start:8!important}.xl\:col-end-8{grid-column-end:8!important}.xl\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.xl\:col-span-9{grid-column:span 9/span 9!important}.xl\:col-start-9{grid-column-start:9!important}.xl\:col-end-9{grid-column-end:9!important}.xl\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.xl\:col-span-10{grid-column:span 10/span 10!important}.xl\:col-start-10{grid-column-start:10!important}.xl\:col-end-10{grid-column-end:10!important}.xl\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.xl\:col-span-11{grid-column:span 11/span 11!important}.xl\:col-start-11{grid-column-start:11!important}.xl\:col-end-11{grid-column-end:11!important}.xl\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.xl\:col-span-12{grid-column:span 12/span 12!important}.xl\:col-start-12{grid-column-start:12!important}.xl\:col-end-12{grid-column-end:12!important}.xl\:grid-cols-none{grid-template-columns:none!important}.xl\:col-span-full{grid-column:1/-1!important}.xl\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.xl\:row-span-1{grid-row:span 1/span 1!important}.xl\:row-start-1{grid-row-start:1!important}.xl\:row-end-1{grid-row-end:1!important}.xl\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))!important}.xl\:row-span-2{grid-row:span 2/span 2!important}.xl\:row-start-2{grid-row-start:2!important}.xl\:row-end-2{grid-row-end:2!important}.xl\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))!important}.xl\:row-span-3{grid-row:span 3/span 3!important}.xl\:row-start-3{grid-row-start:3!important}.xl\:row-end-3{grid-row-end:3!important}.xl\:grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))!important}.xl\:row-span-4{grid-row:span 4/span 4!important}.xl\:row-start-4{grid-row-start:4!important}.xl\:row-end-4{grid-row-end:4!important}.xl\:grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))!important}.xl\:row-span-5{grid-row:span 5/span 5!important}.xl\:row-start-5{grid-row-start:5!important}.xl\:row-end-5{grid-row-end:5!important}.xl\:grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))!important}.xl\:row-span-6{grid-row:span 6/span 6!important}.xl\:row-start-6{grid-row-start:6!important}.xl\:row-end-6{grid-row-end:6!important}.xl\:grid-rows-none{grid-template-rows:none!important}.xl\:row-span-full{grid-row:1/-1!important}.xl\:grid-flow-row{grid-auto-flow:row!important}.xl\:grid-flow-col{grid-auto-flow:column!important}.xl\:grid-flow-dense{grid-auto-flow:dense!important}.xl\:grid-flow-row-dense{grid-auto-flow:row dense!important}.xl\:grid-flow-col-dense{grid-auto-flow:column dense!important}.xl\:place-items-start{place-items:start!important}.xl\:place-items-end{place-items:end!important}.xl\:place-items-center{place-items:center!important}.xl\:place-items-stretch{place-items:stretch!important}.xl\:place-content-start{place-content:start!important}.xl\:place-content-end{place-content:end!important}.xl\:place-content-center{place-content:center!important}.xl\:place-content-stretch{place-content:stretch!important}.xl\:place-content-between{place-content:space-between!important}.xl\:place-content-around{place-content:space-around!important}.xl\:place-self-auto{place-self:auto!important}.xl\:place-self-start{place-self:start!important}.xl\:place-self-end{place-self:end!important}.xl\:place-self-center{place-self:center!important}.xl\:place-self-stretch{place-self:stretch!important}}@media (min-width:2560px){.xxl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.xxl\:col-span-1{grid-column:span 1/span 1!important}.xxl\:col-start-1{grid-column-start:1!important}.xxl\:col-end-1{grid-column-end:1!important}.xxl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.xxl\:col-span-2{grid-column:span 2/span 2!important}.xxl\:col-start-2{grid-column-start:2!important}.xxl\:col-end-2{grid-column-end:2!important}.xxl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.xxl\:col-span-3{grid-column:span 3/span 3!important}.xxl\:col-start-3{grid-column-start:3!important}.xxl\:col-end-3{grid-column-end:3!important}.xxl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.xxl\:col-span-4{grid-column:span 4/span 4!important}.xxl\:col-start-4{grid-column-start:4!important}.xxl\:col-end-4{grid-column-end:4!important}.xxl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.xxl\:col-span-5{grid-column:span 5/span 5!important}.xxl\:col-start-5{grid-column-start:5!important}.xxl\:col-end-5{grid-column-end:5!important}.xxl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.xxl\:col-span-6{grid-column:span 6/span 6!important}.xxl\:col-start-6{grid-column-start:6!important}.xxl\:col-end-6{grid-column-end:6!important}.xxl\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.xxl\:col-span-7{grid-column:span 7/span 7!important}.xxl\:col-start-7{grid-column-start:7!important}.xxl\:col-end-7{grid-column-end:7!important}.xxl\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.xxl\:col-span-8{grid-column:span 8/span 8!important}.xxl\:col-start-8{grid-column-start:8!important}.xxl\:col-end-8{grid-column-end:8!important}.xxl\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.xxl\:col-span-9{grid-column:span 9/span 9!important}.xxl\:col-start-9{grid-column-start:9!important}.xxl\:col-end-9{grid-column-end:9!important}.xxl\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.xxl\:col-span-10{grid-column:span 10/span 10!important}.xxl\:col-start-10{grid-column-start:10!important}.xxl\:col-end-10{grid-column-end:10!important}.xxl\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.xxl\:col-span-11{grid-column:span 11/span 11!important}.xxl\:col-start-11{grid-column-start:11!important}.xxl\:col-end-11{grid-column-end:11!important}.xxl\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.xxl\:col-span-12{grid-column:span 12/span 12!important}.xxl\:col-start-12{grid-column-start:12!important}.xxl\:col-end-12{grid-column-end:12!important}.xxl\:grid-cols-none{grid-template-columns:none!important}.xxl\:col-span-full{grid-column:1/-1!important}.xxl\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.xxl\:row-span-1{grid-row:span 1/span 1!important}.xxl\:row-start-1{grid-row-start:1!important}.xxl\:row-end-1{grid-row-end:1!important}.xxl\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))!important}.xxl\:row-span-2{grid-row:span 2/span 2!important}.xxl\:row-start-2{grid-row-start:2!important}.xxl\:row-end-2{grid-row-end:2!important}.xxl\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))!important}.xxl\:row-span-3{grid-row:span 3/span 3!important}.xxl\:row-start-3{grid-row-start:3!important}.xxl\:row-end-3{grid-row-end:3!important}.xxl\:grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))!important}.xxl\:row-span-4{grid-row:span 4/span 4!important}.xxl\:row-start-4{grid-row-start:4!important}.xxl\:row-end-4{grid-row-end:4!important}.xxl\:grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))!important}.xxl\:row-span-5{grid-row:span 5/span 5!important}.xxl\:row-start-5{grid-row-start:5!important}.xxl\:row-end-5{grid-row-end:5!important}.xxl\:grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))!important}.xxl\:row-span-6{grid-row:span 6/span 6!important}.xxl\:row-start-6{grid-row-start:6!important}.xxl\:row-end-6{grid-row-end:6!important}.xxl\:grid-rows-none{grid-template-rows:none!important}.xxl\:row-span-full{grid-row:1/-1!important}.xxl\:grid-flow-row{grid-auto-flow:row!important}.xxl\:grid-flow-col{grid-auto-flow:column!important}.xxl\:grid-flow-dense{grid-auto-flow:dense!important}.xxl\:grid-flow-row-dense{grid-auto-flow:row dense!important}.xxl\:grid-flow-col-dense{grid-auto-flow:column dense!important}.xxl\:place-items-start{place-items:start!important}.xxl\:place-items-end{place-items:end!important}.xxl\:place-items-center{place-items:center!important}.xxl\:place-items-stretch{place-items:stretch!important}.xxl\:place-content-start{place-content:start!important}.xxl\:place-content-end{place-content:end!important}.xxl\:place-content-center{place-content:center!important}.xxl\:place-content-stretch{place-content:stretch!important}.xxl\:place-content-between{place-content:space-between!important}.xxl\:place-content-around{place-content:space-around!important}.xxl\:place-self-auto{place-self:auto!important}.xxl\:place-self-start{place-self:start!important}.xxl\:place-self-end{place-self:end!important}.xxl\:place-self-center{place-self:center!important}.xxl\:place-self-stretch{place-self:stretch!important}}
|