@charset "UTF-8";.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.tippy-box[data-theme~=light]{color:#26323d;box-shadow:0 0 20px 4px #9aa1b126,0 4px 80px -8px #24282f40,0 4px 4px -2px #5b5e6926;background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}.tippy-box[data-animation=scale][data-placement^=top]{transform-origin:bottom}.tippy-box[data-animation=scale][data-placement^=bottom]{transform-origin:top}.tippy-box[data-animation=scale][data-placement^=left]{transform-origin:right}.tippy-box[data-animation=scale][data-placement^=right]{transform-origin:left}.tippy-box[data-animation=scale][data-state=hidden]{transform:scale(.5);opacity:0}.la-ball-scale-multiple,.la-ball-scale-multiple>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.la-ball-scale-multiple{display:block;font-size:0;color:#fff}.la-ball-scale-multiple.la-dark{color:#333}.la-ball-scale-multiple>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}.la-ball-scale-multiple{width:32px;height:32px}.la-ball-scale-multiple>div{position:absolute;top:0;left:0;width:32px;height:32px;border-radius:100%;opacity:0;-webkit-animation:ball-scale-multiple 1s 0s linear infinite;-moz-animation:ball-scale-multiple 1s 0s linear infinite;-o-animation:ball-scale-multiple 1s 0s linear infinite;animation:ball-scale-multiple 1s 0s linear infinite}.la-ball-scale-multiple>div:nth-child(2){-webkit-animation-delay:.2s;-moz-animation-delay:.2s;-o-animation-delay:.2s;animation-delay:.2s}.la-ball-scale-multiple>div:nth-child(3){-webkit-animation-delay:.4s;-moz-animation-delay:.4s;-o-animation-delay:.4s;animation-delay:.4s}.la-ball-scale-multiple.la-sm{width:16px;height:16px}.la-ball-scale-multiple.la-sm>div{width:16px;height:16px}.la-ball-scale-multiple.la-2x{width:64px;height:64px}.la-ball-scale-multiple.la-2x>div{width:64px;height:64px}.la-ball-scale-multiple.la-3x{width:96px;height:96px}.la-ball-scale-multiple.la-3x>div{width:96px;height:96px}@-webkit-keyframes ball-scale-multiple{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}5%{opacity:.75}to{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes ball-scale-multiple{0%{opacity:0;-moz-transform:scale(0);transform:scale(0)}5%{opacity:.75}to{opacity:0;-moz-transform:scale(1);transform:scale(1)}}@-o-keyframes ball-scale-multiple{0%{opacity:0;-o-transform:scale(0);transform:scale(0)}5%{opacity:.75}to{opacity:0;-o-transform:scale(1);transform:scale(1)}}@keyframes ball-scale-multiple{0%{opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}5%{opacity:.75}to{opacity:0;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}:root,[data-bs-theme=light]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-primary-text-emphasis: #052c65;--bs-secondary-text-emphasis: #2b2f32;--bs-success-text-emphasis: #0a3622;--bs-info-text-emphasis: #055160;--bs-warning-text-emphasis: #664d03;--bs-danger-text-emphasis: #58151c;--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: #cfe2ff;--bs-secondary-bg-subtle: #e2e3e5;--bs-success-bg-subtle: #d1e7dd;--bs-info-bg-subtle: #cff4fc;--bs-warning-bg-subtle: #fff3cd;--bs-danger-bg-subtle: #f8d7da;--bs-light-bg-subtle: #fcfcfd;--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: #9ec5fe;--bs-secondary-border-subtle: #c4c8cb;--bs-success-border-subtle: #a3cfbb;--bs-info-border-subtle: #9eeaf9;--bs-warning-border-subtle: #ffe69c;--bs-danger-border-subtle: #f1aeb5;--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(33, 37, 41, .75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(33, 37, 41, .5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #0d6efd;--bs-link-color-rgb: 13, 110, 253;--bs-link-decoration: underline;--bs-link-hover-color: #0a58ca;--bs-link-hover-color-rgb: 10, 88, 202;--bs-code-color: #d63384;--bs-highlight-color: #212529;--bs-highlight-bg: #fff3cd;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, .175);--bs-border-radius: .375rem;--bs-border-radius-sm: .25rem;--bs-border-radius-lg: .5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);--bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);--bs-focus-ring-width: .25rem;--bs-focus-ring-opacity: .25;--bs-focus-ring-color: rgba(13, 110, 253, .25);--bs-form-valid-color: #198754;--bs-form-valid-border-color: #198754;--bs-form-invalid-color: #dc3545;--bs-form-invalid-border-color: #dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color: #dee2e6;--bs-body-color-rgb: 222, 226, 230;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(222, 226, 230, .75);--bs-secondary-color-rgb: 222, 226, 230;--bs-secondary-bg: #343a40;--bs-secondary-bg-rgb: 52, 58, 64;--bs-tertiary-color: rgba(222, 226, 230, .5);--bs-tertiary-color-rgb: 222, 226, 230;--bs-tertiary-bg: #2b3035;--bs-tertiary-bg-rgb: 43, 48, 53;--bs-primary-text-emphasis: #6ea8fe;--bs-secondary-text-emphasis: #a7acb1;--bs-success-text-emphasis: #75b798;--bs-info-text-emphasis: #6edff6;--bs-warning-text-emphasis: #ffda6a;--bs-danger-text-emphasis: #ea868f;--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: #031633;--bs-secondary-bg-subtle: #161719;--bs-success-bg-subtle: #051b11;--bs-info-bg-subtle: #032830;--bs-warning-bg-subtle: #332701;--bs-danger-bg-subtle: #2c0b0e;--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: #084298;--bs-secondary-border-subtle: #41464b;--bs-success-border-subtle: #0f5132;--bs-info-border-subtle: #087990;--bs-warning-border-subtle: #997404;--bs-danger-border-subtle: #842029;--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: #6ea8fe;--bs-link-hover-color: #8bb9fe;--bs-link-color-rgb: 110, 168, 254;--bs-link-hover-color-rgb: 139, 185, 254;--bs-code-color: #e685b5;--bs-highlight-color: #dee2e6;--bs-highlight-bg: #664d03;--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, .15);--bs-form-valid-color: #75b798;--bs-form-valid-border-color: #75b798;--bs-form-invalid-color: #ea868f;--bs-form-invalid-border-color: #ea868f}*,*:before,*:after{box-sizing:border-box}@media (prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width: 1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + .9vw)}@media (min-width: 1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + .6vw)}@media (min-width: 1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + .3vw)}@media (min-width: 1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}small,.small{font-size:.875em}mark,.mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-6{font-size:2.5rem}}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer:before{content:"\2014\a0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width: 576px){.container-sm,.container{max-width:540px}}@media (min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media (min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media (min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media (min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: .25rem}.g-1,.gy-1{--bs-gutter-y: .25rem}.g-2,.gx-2{--bs-gutter-x: .5rem}.g-2,.gy-2{--bs-gutter-y: .5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media (min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: .25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: .25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: .5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: .5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media (min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: .25rem}.g-md-1,.gy-md-1{--bs-gutter-y: .25rem}.g-md-2,.gx-md-2{--bs-gutter-x: .5rem}.g-md-2,.gy-md-2{--bs-gutter-y: .5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media (min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: .25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: .25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: .5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: .5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media (min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: .25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: .25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: .5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: .5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media (min-width: 1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: .25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: .25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: .5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: .5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.table{--bs-table-color-type: initial;--bs-table-bg-type: initial;--bs-table-color-state: initial;--bs-table-bg-state: initial;--bs-table-color: var(--bs-emphasis-color);--bs-table-bg: var(--bs-body-bg);--bs-table-border-color: var(--bs-border-color);--bs-table-accent-bg: transparent;--bs-table-striped-color: var(--bs-emphasis-color);--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), .05);--bs-table-active-color: var(--bs-emphasis-color);--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), .1);--bs-table-hover-color: var(--bs-emphasis-color);--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), .075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem;color:var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width) * 2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-active{--bs-table-color-state: var(--bs-table-active-color);--bs-table-bg-state: var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state: var(--bs-table-hover-color);--bs-table-bg-state: var(--bs-table-hover-bg)}.table-primary{--bs-table-color: #000;--bs-table-bg: #cfe2ff;--bs-table-border-color: #a6b5cc;--bs-table-striped-bg: #c5d7f2;--bs-table-striped-color: #000;--bs-table-active-bg: #bacbe6;--bs-table-active-color: #000;--bs-table-hover-bg: #bfd1ec;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #000;--bs-table-bg: #e2e3e5;--bs-table-border-color: #b5b6b7;--bs-table-striped-bg: #d7d8da;--bs-table-striped-color: #000;--bs-table-active-bg: #cbccce;--bs-table-active-color: #000;--bs-table-hover-bg: #d1d2d4;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #000;--bs-table-bg: #d1e7dd;--bs-table-border-color: #a7b9b1;--bs-table-striped-bg: #c7dbd2;--bs-table-striped-color: #000;--bs-table-active-bg: #bcd0c7;--bs-table-active-color: #000;--bs-table-hover-bg: #c1d6cc;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #000;--bs-table-bg: #cff4fc;--bs-table-border-color: #a6c3ca;--bs-table-striped-bg: #c5e8ef;--bs-table-striped-color: #000;--bs-table-active-bg: #badce3;--bs-table-active-color: #000;--bs-table-hover-bg: #bfe2e9;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #000;--bs-table-bg: #fff3cd;--bs-table-border-color: #ccc2a4;--bs-table-striped-bg: #f2e7c3;--bs-table-striped-color: #000;--bs-table-active-bg: #e6dbb9;--bs-table-active-color: #000;--bs-table-hover-bg: #ece1be;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #000;--bs-table-bg: #f8d7da;--bs-table-border-color: #c6acae;--bs-table-striped-bg: #eccccf;--bs-table-striped-color: #000;--bs-table-active-bg: #dfc2c4;--bs-table-active-color: #000;--bs-table-hover-bg: #e5c7ca;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #000;--bs-table-bg: #f8f9fa;--bs-table-border-color: #c6c7c8;--bs-table-striped-bg: #ecedee;--bs-table-striped-color: #000;--bs-table-active-bg: #dfe0e1;--bs-table-active-color: #000;--bs-table-hover-bg: #e5e6e7;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: #212529;--bs-table-border-color: #4d5154;--bs-table-striped-bg: #2c3034;--bs-table-striped-color: #fff;--bs-table-active-bg: #373b3e;--bs-table-active-color: #fff;--bs-table-hover-bg: #323539;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg: var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);-webkit-print-color-adjust:exact;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;appearance:none;background-color:transparent}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion: reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>.form-control:focus~label:after,.form-floating>.form-control:not(:placeholder-shown)~label:after,.form-floating>.form-control-plaintext~label:after,.form-floating>.form-select~label:after{position:absolute;inset:1rem .375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>:disabled~label,.form-floating>.form-control:disabled~label{color:#6c757d}.form-floating>:disabled~label:after,.form-floating>.form-control:disabled~label:after{background-color:var(--bs-secondary-bg)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(var(--bs-border-width) * -1);border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3.75rem + 1.5em)}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:var(--bs-form-valid-color)}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3.75rem + 1.5em)}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:var(--bs-form-invalid-color)}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.btn{--bs-btn-padding-x: .75rem;--bs-btn-padding-y: .375rem;--bs-btn-font-family: ;--bs-btn-font-size: 1rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: var(--bs-body-color);--bs-btn-bg: transparent;--bs-btn-border-width: var(--bs-border-width);--bs-btn-border-color: transparent;--bs-btn-border-radius: var(--bs-border-radius);--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);--bs-btn-disabled-opacity: .65;--bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color: #fff;--bs-btn-bg: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0b5ed7;--bs-btn-hover-border-color: #0a58ca;--bs-btn-focus-shadow-rgb: 49, 132, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0a58ca;--bs-btn-active-border-color: #0a53be;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #0d6efd;--bs-btn-disabled-border-color: #0d6efd}.btn-secondary{--bs-btn-color: #fff;--bs-btn-bg: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #5c636a;--bs-btn-hover-border-color: #565e64;--bs-btn-focus-shadow-rgb: 130, 138, 145;--bs-btn-active-color: #fff;--bs-btn-active-bg: #565e64;--bs-btn-active-border-color: #51585e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #6c757d;--bs-btn-disabled-border-color: #6c757d}.btn-success{--bs-btn-color: #fff;--bs-btn-bg: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #157347;--bs-btn-hover-border-color: #146c43;--bs-btn-focus-shadow-rgb: 60, 153, 110;--bs-btn-active-color: #fff;--bs-btn-active-bg: #146c43;--bs-btn-active-border-color: #13653f;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #198754;--bs-btn-disabled-border-color: #198754}.btn-info{--bs-btn-color: #000;--bs-btn-bg: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #31d2f2;--bs-btn-hover-border-color: #25cff2;--bs-btn-focus-shadow-rgb: 11, 172, 204;--bs-btn-active-color: #000;--bs-btn-active-bg: #3dd5f3;--bs-btn-active-border-color: #25cff2;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #0dcaf0;--bs-btn-disabled-border-color: #0dcaf0}.btn-warning{--bs-btn-color: #000;--bs-btn-bg: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffca2c;--bs-btn-hover-border-color: #ffc720;--bs-btn-focus-shadow-rgb: 217, 164, 6;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffcd39;--bs-btn-active-border-color: #ffc720;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #ffc107;--bs-btn-disabled-border-color: #ffc107}.btn-danger{--bs-btn-color: #fff;--bs-btn-bg: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #bb2d3b;--bs-btn-hover-border-color: #b02a37;--bs-btn-focus-shadow-rgb: 225, 83, 97;--bs-btn-active-color: #fff;--bs-btn-active-bg: #b02a37;--bs-btn-active-border-color: #a52834;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #dc3545;--bs-btn-disabled-border-color: #dc3545}.btn-light{--bs-btn-color: #000;--bs-btn-bg: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #d3d4d5;--bs-btn-hover-border-color: #c6c7c8;--bs-btn-focus-shadow-rgb: 211, 212, 213;--bs-btn-active-color: #000;--bs-btn-active-bg: #c6c7c8;--bs-btn-active-border-color: #babbbc;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f8f9fa;--bs-btn-disabled-border-color: #f8f9fa}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #424649;--bs-btn-hover-border-color: #373b3e;--bs-btn-focus-shadow-rgb: 66, 70, 73;--bs-btn-active-color: #fff;--bs-btn-active-bg: #4d5154;--bs-btn-active-border-color: #373b3e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #212529;--bs-btn-disabled-border-color: #212529}.btn-outline-primary{--bs-btn-color: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0d6efd;--bs-btn-hover-border-color: #0d6efd;--bs-btn-focus-shadow-rgb: 13, 110, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0d6efd;--bs-btn-active-border-color: #0d6efd;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #0d6efd;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0d6efd;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #6c757d;--bs-btn-hover-border-color: #6c757d;--bs-btn-focus-shadow-rgb: 108, 117, 125;--bs-btn-active-color: #fff;--bs-btn-active-bg: #6c757d;--bs-btn-active-border-color: #6c757d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #6c757d;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #198754;--bs-btn-hover-border-color: #198754;--bs-btn-focus-shadow-rgb: 25, 135, 84;--bs-btn-active-color: #fff;--bs-btn-active-bg: #198754;--bs-btn-active-border-color: #198754;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #198754;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #198754;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #0dcaf0;--bs-btn-hover-border-color: #0dcaf0;--bs-btn-focus-shadow-rgb: 13, 202, 240;--bs-btn-active-color: #000;--bs-btn-active-bg: #0dcaf0;--bs-btn-active-border-color: #0dcaf0;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #0dcaf0;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0dcaf0;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffc107;--bs-btn-hover-border-color: #ffc107;--bs-btn-focus-shadow-rgb: 255, 193, 7;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffc107;--bs-btn-active-border-color: #ffc107;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #ffc107;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ffc107;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #dc3545;--bs-btn-hover-border-color: #dc3545;--bs-btn-focus-shadow-rgb: 220, 53, 69;--bs-btn-active-color: #fff;--bs-btn-active-bg: #dc3545;--bs-btn-active-border-color: #dc3545;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #dc3545;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #dc3545;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f8f9fa;--bs-btn-hover-border-color: #f8f9fa;--bs-btn-focus-shadow-rgb: 248, 249, 250;--bs-btn-active-color: #000;--bs-btn-active-bg: #f8f9fa;--bs-btn-active-border-color: #f8f9fa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #f8f9fa;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f8f9fa;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #212529;--bs-btn-hover-border-color: #212529;--bs-btn-focus-shadow-rgb: 33, 37, 41;--bs-btn-active-color: #fff;--bs-btn-active-bg: #212529;--bs-btn-active-border-color: #212529;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #212529;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #212529;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: var(--bs-link-color);--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: var(--bs-link-hover-color);--bs-btn-hover-border-color: transparent;--bs-btn-active-color: var(--bs-link-hover-color);--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: 0 0 0 #000;--bs-btn-focus-shadow-rgb: 49, 132, 253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.btn-group-lg>.btn{--bs-btn-padding-y: .5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size: 1.25rem;--bs-btn-border-radius: var(--bs-border-radius-lg)}.btn-sm,.btn-group-sm>.btn{--bs-btn-padding-y: .25rem;--bs-btn-padding-x: .5rem;--bs-btn-font-size: .875rem;--bs-btn-border-radius: var(--bs-border-radius-sm)}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex: 1000;--bs-dropdown-min-width: 10rem;--bs-dropdown-padding-x: 0;--bs-dropdown-padding-y: .5rem;--bs-dropdown-spacer: .125rem;--bs-dropdown-font-size: 1rem;--bs-dropdown-color: var(--bs-body-color);--bs-dropdown-bg: var(--bs-body-bg);--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-border-radius: var(--bs-border-radius);--bs-dropdown-border-width: var(--bs-border-width);--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y: .5rem;--bs-dropdown-box-shadow: var(--bs-box-shadow);--bs-dropdown-link-color: var(--bs-body-color);--bs-dropdown-link-hover-color: var(--bs-body-color);--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #0d6efd;--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);--bs-dropdown-item-padding-x: 1rem;--bs-dropdown-item-padding-y: .25rem;--bs-dropdown-header-color: #6c757d;--bs-dropdown-header-padding-x: 1rem;--bs-dropdown-header-padding-y: .5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width: 576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 992px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 1200px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 1400px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius, 0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color: #dee2e6;--bs-dropdown-bg: #343a40;--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color: #dee2e6;--bs-dropdown-link-hover-color: #fff;--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg: rgba(255, 255, 255, .15);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #0d6efd;--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-header-color: #adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child){margin-left:calc(var(--bs-border-width) * -1)}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:calc(var(--bs-border-width) * -1)}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn~.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: .5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-link-color);--bs-nav-link-hover-color: var(--bs-link-hover-color);--bs-nav-link-disabled-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:none;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion: reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width: var(--bs-border-width);--bs-nav-tabs-border-color: var(--bs-border-color);--bs-nav-tabs-border-radius: var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg: var(--bs-body-bg);--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius: var(--bs-border-radius);--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: #0d6efd}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap: 1rem;--bs-nav-underline-border-width: .125rem;--bs-nav-underline-link-active-color: var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid transparent}.nav-underline .nav-link:hover,.nav-underline .nav-link:focus{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x: 0;--bs-navbar-padding-y: .5rem;--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65);--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8);--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3);--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y: .3125rem;--bs-navbar-brand-margin-end: 1rem;--bs-navbar-brand-font-size: 1.25rem;--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x: .5rem;--bs-navbar-toggler-padding-y: .25rem;--bs-navbar-toggler-padding-x: .75rem;--bs-navbar-toggler-font-size: 1.25rem;--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), .15);--bs-navbar-toggler-border-radius: var(--bs-border-radius);--bs-navbar-toggler-focus-width: .25rem;--bs-navbar-toggler-transition: box-shadow .15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x: 0;--bs-nav-link-padding-y: .5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-navbar-color);--bs-nav-link-hover-color: var(--bs-navbar-hover-color);--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion: reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media (min-width: 576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color: rgba(255, 255, 255, .55);--bs-navbar-hover-color: rgba(255, 255, 255, .75);--bs-navbar-disabled-color: rgba(255, 255, 255, .25);--bs-navbar-active-color: #fff;--bs-navbar-brand-color: #fff;--bs-navbar-brand-hover-color: #fff;--bs-navbar-toggler-border-color: rgba(255, 255, 255, .1);--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y: 1rem;--bs-card-spacer-x: 1rem;--bs-card-title-spacer-y: .5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width: var(--bs-border-width);--bs-card-border-color: var(--bs-border-color-translucent);--bs-card-border-radius: var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y: .5rem;--bs-card-cap-padding-x: 1rem;--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg: var(--bs-body-bg);--bs-card-img-overlay-padding: 1rem;--bs-card-group-margin: .75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;inset:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.accordion{--bs-accordion-color: var(--bs-body-color);--bs-accordion-bg: var(--bs-body-bg);--bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;--bs-accordion-border-color: var(--bs-border-color);--bs-accordion-border-width: var(--bs-border-width);--bs-accordion-border-radius: var(--bs-border-radius);--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x: 1.25rem;--bs-accordion-btn-padding-y: 1rem;--bs-accordion-btn-color: var(--bs-body-color);--bs-accordion-btn-bg: var(--bs-accordion-bg);--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width: 1.25rem;--bs-accordion-btn-icon-transform: rotate(-180deg);--bs-accordion-btn-icon-transition: transform .2s ease-in-out;--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);--bs-accordion-body-padding-x: 1.25rem;--bs-accordion-body-padding-y: 1rem;--bs-accordion-active-color: var(--bs-primary-text-emphasis);--bs-accordion-active-bg: var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion: reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button:after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion: reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}.accordion-flush>.accordion-item>.accordion-collapse{border-radius:0}[data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x: 0;--bs-breadcrumb-padding-y: 0;--bs-breadcrumb-margin-bottom: 1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color: var(--bs-secondary-color);--bs-breadcrumb-item-padding-x: .5rem;--bs-breadcrumb-item-active-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x: .75rem;--bs-pagination-padding-y: .375rem;--bs-pagination-font-size: 1rem;--bs-pagination-color: var(--bs-link-color);--bs-pagination-bg: var(--bs-body-bg);--bs-pagination-border-width: var(--bs-border-width);--bs-pagination-border-color: var(--bs-border-color);--bs-pagination-border-radius: var(--bs-border-radius);--bs-pagination-hover-color: var(--bs-link-hover-color);--bs-pagination-hover-bg: var(--bs-tertiary-bg);--bs-pagination-hover-border-color: var(--bs-border-color);--bs-pagination-focus-color: var(--bs-link-hover-color);--bs-pagination-focus-bg: var(--bs-secondary-bg);--bs-pagination-focus-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);--bs-pagination-active-color: #fff;--bs-pagination-active-bg: #0d6efd;--bs-pagination-active-border-color: #0d6efd;--bs-pagination-disabled-color: var(--bs-secondary-color);--bs-pagination-disabled-bg: var(--bs-secondary-bg);--bs-pagination-disabled-border-color: var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width) * -1)}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x: 1.5rem;--bs-pagination-padding-y: .75rem;--bs-pagination-font-size: 1.25rem;--bs-pagination-border-radius: var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x: .5rem;--bs-pagination-padding-y: .25rem;--bs-pagination-font-size: .875rem;--bs-pagination-border-radius: var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x: .65em;--bs-badge-padding-y: .35em;--bs-badge-font-size: .75em;--bs-badge-font-weight: 700;--bs-badge-color: #fff;--bs-badge-border-radius: var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius: var(--bs-border-radius);--bs-alert-link-color: inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color: var(--bs-primary-text-emphasis);--bs-alert-bg: var(--bs-primary-bg-subtle);--bs-alert-border-color: var(--bs-primary-border-subtle);--bs-alert-link-color: var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color: var(--bs-secondary-text-emphasis);--bs-alert-bg: var(--bs-secondary-bg-subtle);--bs-alert-border-color: var(--bs-secondary-border-subtle);--bs-alert-link-color: var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color: var(--bs-success-text-emphasis);--bs-alert-bg: var(--bs-success-bg-subtle);--bs-alert-border-color: var(--bs-success-border-subtle);--bs-alert-link-color: var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color: var(--bs-info-text-emphasis);--bs-alert-bg: var(--bs-info-bg-subtle);--bs-alert-border-color: var(--bs-info-border-subtle);--bs-alert-link-color: var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color: var(--bs-warning-text-emphasis);--bs-alert-bg: var(--bs-warning-bg-subtle);--bs-alert-border-color: var(--bs-warning-border-subtle);--bs-alert-link-color: var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color: var(--bs-danger-text-emphasis);--bs-alert-bg: var(--bs-danger-bg-subtle);--bs-alert-border-color: var(--bs-danger-border-subtle);--bs-alert-link-color: var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color: var(--bs-light-text-emphasis);--bs-alert-bg: var(--bs-light-bg-subtle);--bs-alert-border-color: var(--bs-light-border-subtle);--bs-alert-link-color: var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color: var(--bs-dark-text-emphasis);--bs-alert-bg: var(--bs-dark-bg-subtle);--bs-alert-border-color: var(--bs-dark-border-subtle);--bs-alert-link-color: var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress,.progress-stacked{--bs-progress-height: 1rem;--bs-progress-font-size: .75rem;--bs-progress-bg: var(--bs-secondary-bg);--bs-progress-border-radius: var(--bs-border-radius);--bs-progress-box-shadow: var(--bs-box-shadow-inset);--bs-progress-bar-color: #fff;--bs-progress-bar-bg: #0d6efd;--bs-progress-bar-transition: width .6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media (prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color: var(--bs-body-color);--bs-list-group-bg: var(--bs-body-bg);--bs-list-group-border-color: var(--bs-border-color);--bs-list-group-border-width: var(--bs-border-width);--bs-list-group-border-radius: var(--bs-border-radius);--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: .5rem;--bs-list-group-action-color: var(--bs-secondary-color);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);--bs-list-group-action-active-color: var(--bs-body-color);--bs-list-group-action-active-bg: var(--bs-secondary-bg);--bs-list-group-disabled-color: var(--bs-secondary-color);--bs-list-group-disabled-bg: var(--bs-body-bg);--bs-list-group-active-color: #fff;--bs-list-group-active-bg: #0d6efd;--bs-list-group-active-border-color: #0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color: var(--bs-primary-text-emphasis);--bs-list-group-bg: var(--bs-primary-bg-subtle);--bs-list-group-border-color: var(--bs-primary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);--bs-list-group-active-color: var(--bs-primary-bg-subtle);--bs-list-group-active-bg: var(--bs-primary-text-emphasis);--bs-list-group-active-border-color: var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color: var(--bs-secondary-text-emphasis);--bs-list-group-bg: var(--bs-secondary-bg-subtle);--bs-list-group-border-color: var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);--bs-list-group-active-color: var(--bs-secondary-bg-subtle);--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color: var(--bs-success-text-emphasis);--bs-list-group-bg: var(--bs-success-bg-subtle);--bs-list-group-border-color: var(--bs-success-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-success-border-subtle);--bs-list-group-active-color: var(--bs-success-bg-subtle);--bs-list-group-active-bg: var(--bs-success-text-emphasis);--bs-list-group-active-border-color: var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color: var(--bs-info-text-emphasis);--bs-list-group-bg: var(--bs-info-bg-subtle);--bs-list-group-border-color: var(--bs-info-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-info-border-subtle);--bs-list-group-active-color: var(--bs-info-bg-subtle);--bs-list-group-active-bg: var(--bs-info-text-emphasis);--bs-list-group-active-border-color: var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color: var(--bs-warning-text-emphasis);--bs-list-group-bg: var(--bs-warning-bg-subtle);--bs-list-group-border-color: var(--bs-warning-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);--bs-list-group-active-color: var(--bs-warning-bg-subtle);--bs-list-group-active-bg: var(--bs-warning-text-emphasis);--bs-list-group-active-border-color: var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color: var(--bs-danger-text-emphasis);--bs-list-group-bg: var(--bs-danger-bg-subtle);--bs-list-group-border-color: var(--bs-danger-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);--bs-list-group-active-color: var(--bs-danger-bg-subtle);--bs-list-group-active-bg: var(--bs-danger-text-emphasis);--bs-list-group-active-border-color: var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color: var(--bs-light-text-emphasis);--bs-list-group-bg: var(--bs-light-bg-subtle);--bs-list-group-border-color: var(--bs-light-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-light-border-subtle);--bs-list-group-active-color: var(--bs-light-bg-subtle);--bs-list-group-active-bg: var(--bs-light-text-emphasis);--bs-list-group-active-border-color: var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color: var(--bs-dark-text-emphasis);--bs-list-group-bg: var(--bs-dark-bg-subtle);--bs-list-group-border-color: var(--bs-dark-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);--bs-list-group-active-color: var(--bs-dark-bg-subtle);--bs-list-group-active-bg: var(--bs-dark-text-emphasis);--bs-list-group-active-border-color: var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color: #000;--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity: .5;--bs-btn-close-hover-opacity: .75;--bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: .25;--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close:disabled,.btn-close.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white,[data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}.toast{--bs-toast-zindex: 1090;--bs-toast-padding-x: .75rem;--bs-toast-padding-y: .5rem;--bs-toast-spacing: 1.5rem;--bs-toast-max-width: 350px;--bs-toast-font-size: .875rem;--bs-toast-color: ;--bs-toast-bg: rgba(var(--bs-body-bg-rgb), .85);--bs-toast-border-width: var(--bs-border-width);--bs-toast-border-color: var(--bs-border-color-translucent);--bs-toast-border-radius: var(--bs-border-radius);--bs-toast-box-shadow: var(--bs-box-shadow);--bs-toast-header-color: var(--bs-secondary-color);--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), .85);--bs-toast-header-border-color: var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex: 1090;position:absolute;z-index:var(--bs-toast-zindex);width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: .5rem;--bs-modal-color: ;--bs-modal-bg: var(--bs-body-bg);--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: var(--bs-border-width);--bs-modal-border-radius: var(--bs-border-radius-lg);--bs-modal-box-shadow: var(--bs-box-shadow-sm);--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: var(--bs-border-color);--bs-modal-header-border-width: var(--bs-border-width);--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: .5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: var(--bs-border-color);--bs-modal-footer-border-width: var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #000;--bs-backdrop-opacity: .5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width: 576px){.modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width: 300px}}@media (min-width: 992px){.modal-lg,.modal-xl{--bs-modal-width: 800px}}@media (min-width: 1200px){.modal-xl{--bs-modal-width: 1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width: 1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width: 1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex: 1080;--bs-tooltip-max-width: 200px;--bs-tooltip-padding-x: .5rem;--bs-tooltip-padding-y: .25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size: .875rem;--bs-tooltip-color: var(--bs-body-bg);--bs-tooltip-bg: var(--bs-emphasis-color);--bs-tooltip-border-radius: var(--bs-border-radius);--bs-tooltip-opacity: .9;--bs-tooltip-arrow-width: .8rem;--bs-tooltip-arrow-height: .4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-top .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-bottom .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex: 1070;--bs-popover-max-width: 276px;--bs-popover-font-size: .875rem;--bs-popover-bg: var(--bs-body-bg);--bs-popover-border-width: var(--bs-border-width);--bs-popover-border-color: var(--bs-border-color-translucent);--bs-popover-border-radius: var(--bs-border-radius-lg);--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow: var(--bs-box-shadow);--bs-popover-header-padding-x: 1rem;--bs-popover-header-padding-y: .5rem;--bs-popover-header-font-size: 1rem;--bs-popover-header-color: inherit;--bs-popover-header-bg: var(--bs-secondary-bg);--bs-popover-body-padding-x: 1rem;--bs-popover-body-padding-y: 1rem;--bs-popover-body-color: var(--bs-body-color);--bs-popover-arrow-width: 1rem;--bs-popover-arrow-height: .5rem;--bs-popover-arrow-border: var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow:before,.popover .popover-arrow:after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-top>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-top>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-top>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-end>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-end>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-end>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-bottom>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-bottom>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-bottom>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-bottom .popover-header:before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-start>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-start>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-start>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translate(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translate(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion: reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon{filter:invert(1) grayscale(100)}[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption{color:#000}.spinner-grow,.spinner-border{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -.125em;--bs-spinner-border-width: .25em;--bs-spinner-animation-speed: .75s;--bs-spinner-animation-name: spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem;--bs-spinner-border-width: .2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -.125em;--bs-spinner-animation-speed: .75s;--bs-spinner-animation-name: spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem}@media (prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed: 1.5s}}.offcanvas,.offcanvas-xxl,.offcanvas-xl,.offcanvas-lg,.offcanvas-md,.offcanvas-sm{--bs-offcanvas-zindex: 1045;--bs-offcanvas-width: 400px;--bs-offcanvas-height: 30vh;--bs-offcanvas-padding-x: 1rem;--bs-offcanvas-padding-y: 1rem;--bs-offcanvas-color: var(--bs-body-color);--bs-offcanvas-bg: var(--bs-body-bg);--bs-offcanvas-border-width: var(--bs-border-width);--bs-offcanvas-border-color: var(--bs-border-color-translucent);--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);--bs-offcanvas-transition: transform .3s ease-in-out;--bs-offcanvas-title-line-height: 1.5}@media (max-width: 575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width: 575.98px) and (prefers-reduced-motion: reduce){.offcanvas-sm{transition:none}}@media (max-width: 575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding){transform:none}.offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show{visibility:visible}}@media (min-width: 576px){.offcanvas-sm{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width: 767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width: 767.98px) and (prefers-reduced-motion: reduce){.offcanvas-md{transition:none}}@media (max-width: 767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.showing,.offcanvas-md.show:not(.hiding){transform:none}.offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show{visibility:visible}}@media (min-width: 768px){.offcanvas-md{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width: 991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width: 991.98px) and (prefers-reduced-motion: reduce){.offcanvas-lg{transition:none}}@media (max-width: 991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding){transform:none}.offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show{visibility:visible}}@media (min-width: 992px){.offcanvas-lg{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width: 1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce){.offcanvas-xl{transition:none}}@media (max-width: 1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.showing,.offcanvas-xl.show:not(.hiding){transform:none}.offcanvas-xl.showing,.offcanvas-xl.hiding,.offcanvas-xl.show{visibility:visible}}@media (min-width: 1200px){.offcanvas-xl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width: 1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce){.offcanvas-xxl{transition:none}}@media (max-width: 1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.showing,.offcanvas-xxl.show:not(.hiding){transform:none}.offcanvas-xxl.showing,.offcanvas-xxl.hiding,.offcanvas-xxl.show{visibility:visible}}@media (min-width: 1400px){.offcanvas-xxl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media (prefers-reduced-motion: reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.showing,.offcanvas.show:not(.hiding){transform:none}.offcanvas.showing,.offcanvas.hiding,.offcanvas.show{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin:calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn:before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{mask-image:linear-gradient(130deg,#000 55%,#000c,#000 95%);mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{to{mask-position:-200% 0%}}.clearfix:after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-info{color:#000!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-light{color:#000!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity, 1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-primary:hover,.link-primary:focus{color:RGBA(10,88,202,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity, 1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-secondary:hover,.link-secondary:focus{color:RGBA(86,94,100,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity, 1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity, 1))!important}.link-success:hover,.link-success:focus{color:RGBA(20,108,67,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity, 1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity, 1))!important}.link-info:hover,.link-info:focus{color:RGBA(61,213,243,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity, 1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity, 1))!important}.link-warning:hover,.link-warning:focus{color:RGBA(255,205,57,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity, 1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity, 1))!important}.link-danger:hover,.link-danger:focus{color:RGBA(176,42,55,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity, 1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity, 1))!important}.link-light:hover,.link-light:focus{color:RGBA(249,250,251,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity, 1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity, 1))!important}.link-dark:hover,.link-dark:focus{color:RGBA(26,30,33,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, .75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, .75))!important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, .5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media (prefers-reduced-motion: reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute!important}.stretched-link:after{position:absolute;inset:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{object-fit:contain!important}.object-fit-cover{object-fit:cover!important}.object-fit-fill{object-fit:fill!important}.object-fit-scale{object-fit:scale-down!important}.object-fit-none{object-fit:none!important}.opacity-25{opacity:.25!important}.opacity-75{opacity:.75!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!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-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translate(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity: .1}.border-opacity-25{--bs-border-opacity: .25}.border-opacity-50{--bs-border-opacity: .5}.border-opacity-75{--bs-border-opacity: .75}.border-opacity-100{--bs-border-opacity: 1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.mt-0{margin-top:0!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{column-gap:0!important}.column-gap-1{column-gap:.25rem!important}.column-gap-2{column-gap:.5rem!important}.column-gap-3{column-gap:1rem!important}.column-gap-4{column-gap:1.5rem!important}.column-gap-5{column-gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity: 1;color:#00000080!important}.text-white-50{--bs-text-opacity: 1;color:#ffffff80!important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity: 1;color:inherit!important}.text-opacity-25{--bs-text-opacity: .25}.text-opacity-50{--bs-text-opacity: .5}.text-opacity-75{--bs-text-opacity: .75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity: .1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity: .25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity: .5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity: .75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity, 1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: .1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: .25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: .5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: .75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity: 1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity: .1}.bg-opacity-25{--bs-bg-opacity: .25}.bg-opacity-50{--bs-bg-opacity: .5}.bg-opacity-75{--bs-bg-opacity: .75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.z-n1{z-index:-1!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}@media (min-width: 576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3{column-gap:1rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width: 768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3{column-gap:1rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width: 992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3{column-gap:1rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width: 1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3{column-gap:1rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width: 1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{object-fit:contain!important}.object-fit-xxl-cover{object-fit:cover!important}.object-fit-xxl-fill{object-fit:fill!important}.object-fit-xxl-scale{object-fit:scale-down!important}.object-fit-xxl-none{object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.25rem!important}.column-gap-xxl-2{column-gap:.5rem!important}.column-gap-xxl-3{column-gap:1rem!important}.column-gap-xxl-4{column-gap:1.5rem!important}.column-gap-xxl-5{column-gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width: 1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}:root{--bs-body-font-family: "proxima-nova", sans-serif!important;interpolate-size:allow-keywords}.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#001f16 #01513A #016a4c}.ng-select.ng-select-opened>.ng-select-container:hover{box-shadow:none}.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent black;border-width:0 5px 5px}.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent black}.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}.ng-select.ng-select-opened.ng-select-right>.ng-select-container{border-top-right-radius:0;border-bottom-right-radius:0}.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}.ng-select.ng-select-opened.ng-select-left>.ng-select-container{border-top-left-radius:0;border-bottom-left-radius:0}.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#01513a;box-shadow:inset 0 1px 1px #00000013,0 0 0 3px #007eff1a}.ng-select.ng-select-disabled>.ng-select-container{background-color:#789}.ng-select .ng-has-value .ng-placeholder{display:none}.ng-select .ng-select-container{color:#fff;background-color:#fff;border-radius:20px;border:1px solid #01513A;min-height:40px;align-items:center}.ng-select .ng-select-container:hover{box-shadow:0 1px #0000000f}.ng-select .ng-select-container .ng-value-container{align-items:center;padding-left:10px}[dir=rtl] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#799cb3}.ng-select.ng-select-single .ng-select-container{height:40px}.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#789;border:1px solid #02835e}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:1rem;margin-bottom:5px;color:#fff;background-color:#01513a;border-radius:20px;overflow:hidden;margin-right:6px;padding-left:4px;padding-right:4px}[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#789}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;font-size:1rem;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#013828}[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #001f16;border-right:none}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #001f16}[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #001f16}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px;min-width:5rem}[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input>input{font-size:1rem;color:#000}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{font-size:1rem;padding-top:3px;padding-bottom:5px;padding-left:3px}[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}.ng-select .ng-clear-wrapper{color:#000}.ng-select .ng-clear-wrapper:hover .ng-clear{color:#d0021b}.ng-select .ng-clear-wrapper:focus .ng-clear{color:#d0021b}.ng-select .ng-clear-wrapper:focus{outline:none}.ng-select .ng-spinner-zone{padding:5px 5px 0 0}[dir=rtl] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}[dir=rtl] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#000}.ng-select .ng-arrow-wrapper .ng-arrow{border-color:black transparent transparent;border-style:solid;border-width:5px 5px 2.5px}.ng-dropdown-panel{background-color:#fff;border:1px solid #01513A;box-shadow:0 1px #0000000f;left:0;overflow:hidden}.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:20px;border-top-left-radius:20px;border-bottom-color:#02835e;margin-bottom:-1px}.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:20px;border-top-left-radius:20px}.ng-dropdown-panel.ng-select-right{left:100%;top:0;border-top-right-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:20px;border-bottom-color:#02835e;margin-bottom:-1px}.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:20px}.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:20px;border-bottom-left-radius:20px;border-top-color:#02835e;margin-top:-1px}.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:20px;border-bottom-left-radius:20px}.ng-dropdown-panel.ng-select-left{left:-100%;top:0;border-top-left-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:20px;border-bottom-color:#02835e;margin-bottom:-1px}.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child{border-top-left-radius:20px}.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #01513A;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #01513A;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;user-select:none;padding:8px 10px;font-weight:500;color:#0000008a;cursor:pointer}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#52816d}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{color:#0000008a;background-color:#01513a;font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:#000000de;padding:8px 10px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#fff;background-color:#01513a}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#52816d;color:#fff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#fff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}[dir=rtl] .ng-dropdown-panel{direction:rtl;text-align:right}swiper-container::part(bullet-active){background-color:#01513a}.mask1{-webkit-mask-image:url("./media/maskagro-OWVSMWTW.png");mask-image:url("./media/maskagro-OWVSMWTW.png");mask-size:100%;mask-repeat:no-repeat}.mask1-i{-webkit-mask-image:url("./media/mask_short-YRRECHPR.png");mask-image:url("./media/mask_short-YRRECHPR.png");mask-size:100%;mask-repeat:no-repeat}.cornerLockMask{-webkit-mask-image:url("./media/maskagro-OWVSMWTW.png");mask-image:url("./media/maskagro-OWVSMWTW.png");mask-size:100%;mask-repeat:no-repeat}.landingPageBgImage{background-image:url("./media/landing_page-BUMXJYO2.png");background-repeat:no-repeat;background-attachment:local;background-size:cover;background-position:center}.scrollbar::-webkit-scrollbar{height:8px}.scrollbar::-webkit-scrollbar-track{border-radius:8px;background-color:#e7e7e7;border:1px solid #cacaca}.scrollbar::-webkit-scrollbar-thumb{border-radius:8px;background-color:#01513a}.content-grid{--padding-inline:1rem;--content-max-width: 1280px;--breakout-max-width: 1400px;--breakout-size: calc((var(--breakout-max-width) - var(--content-max-width)) / 2);display:grid;grid-template-columns:[full-width-start] minmax(var(--padding-inline),1fr) [breakout-start] minmax(0,var(--breakout-size)) [content-start] min(100% - var(--padding-inline) * 2,var(--content-max-width)) [content-end] minmax(0,var(--breakout-size)) [breakout-end] minmax(var(--padding-inline),1fr) [full-width-end]}.content-grid>:not(.breakout,.full-width),.full-width>:not(.breakout,.full-width){grid-column:content}.content-grid>.full-width{grid-column:full-width}.content-grid>.breakout{grid-column:breakout}.text-shadow-hover:hover{text-shadow:1px 0 0 #01513A}.text-shadow-hover-tertiary:hover{text-shadow:1px 0 0 #799CB3}.text-shadow{text-shadow:1px 0 0 #01513A}.cover-gradient{background:radial-gradient(circle at 10% 125%,rgb(1,81,58) 15%,transparent 65%)}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:proxima-nova,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}html,body{height:100%}input:focus-visible{outline-width:2px;outline-color:#01513a}*:focus-visible{outline-width:2px;outline-offset:4px;outline-color:#01513a}.container{width:100%}@media (min-width: 375px){.container{max-width:375px}}@media (min-width: 576px){.container{max-width:576px}}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.content h1,.content .h1{font-size:1.25rem;line-height:1.75rem}.content h2,.content .h2{font-size:1.5rem;line-height:2rem}.content blockquote{margin-left:.5rem;border-left-width:8px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding-left:1rem;padding:1rem}.pointer-events-none{pointer-events:none!important}.pointer-events-auto{pointer-events:auto!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.static{position:static!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.sticky{position:sticky!important}.inset-0{inset:0!important}.inset-x-0{left:0!important;right:0!important}.inset-y-0{top:0!important;bottom:0!important}.-bottom-0{bottom:-0px!important}.-bottom-0\.5{bottom:-.125rem!important}.-bottom-1{bottom:-.25rem!important}.-bottom-1\.5{bottom:-.375rem!important}.-bottom-1\/2{bottom:-50%!important}.-bottom-1\/3{bottom:-33.333333%!important}.-bottom-1\/4{bottom:-25%!important}.-bottom-10{bottom:-2.5rem!important}.-bottom-11{bottom:-2.75rem!important}.-bottom-12{bottom:-3rem!important}.-bottom-14{bottom:-3.5rem!important}.-bottom-16{bottom:-4rem!important}.-bottom-2{bottom:-.5rem!important}.-bottom-2\.5{bottom:-.625rem!important}.-bottom-2\/3{bottom:-66.666667%!important}.-bottom-2\/4{bottom:-50%!important}.-bottom-20{bottom:-5rem!important}.-bottom-24{bottom:-6rem!important}.-bottom-28{bottom:-7rem!important}.-bottom-3{bottom:-.75rem!important}.-bottom-3\.5{bottom:-.875rem!important}.-bottom-3\/4{bottom:-75%!important}.-bottom-32{bottom:-8rem!important}.-bottom-36{bottom:-9rem!important}.-bottom-4{bottom:-1rem!important}.-bottom-40{bottom:-10rem!important}.-bottom-44{bottom:-11rem!important}.-bottom-48{bottom:-12rem!important}.-bottom-5{bottom:-1.25rem!important}.-bottom-52{bottom:-13rem!important}.-bottom-56{bottom:-14rem!important}.-bottom-6{bottom:-1.5rem!important}.-bottom-60{bottom:-15rem!important}.-bottom-64{bottom:-16rem!important}.-bottom-7{bottom:-1.75rem!important}.-bottom-72{bottom:-18rem!important}.-bottom-8{bottom:-2rem!important}.-bottom-80{bottom:-20rem!important}.-bottom-9{bottom:-2.25rem!important}.-bottom-96{bottom:-24rem!important}.-bottom-full{bottom:-100%!important}.-bottom-px{bottom:-1px!important}.-left-0{left:-0px!important}.-left-0\.5{left:-.125rem!important}.-left-1{left:-.25rem!important}.-left-1\.5{left:-.375rem!important}.-left-1\/2{left:-50%!important}.-left-1\/3{left:-33.333333%!important}.-left-1\/4{left:-25%!important}.-left-10{left:-2.5rem!important}.-left-11{left:-2.75rem!important}.-left-12{left:-3rem!important}.-left-14{left:-3.5rem!important}.-left-16{left:-4rem!important}.-left-2{left:-.5rem!important}.-left-2\.5{left:-.625rem!important}.-left-2\/3{left:-66.666667%!important}.-left-2\/4{left:-50%!important}.-left-20{left:-5rem!important}.-left-24{left:-6rem!important}.-left-28{left:-7rem!important}.-left-3{left:-.75rem!important}.-left-3\.5{left:-.875rem!important}.-left-3\/4{left:-75%!important}.-left-32{left:-8rem!important}.-left-36{left:-9rem!important}.-left-4{left:-1rem!important}.-left-40{left:-10rem!important}.-left-44{left:-11rem!important}.-left-48{left:-12rem!important}.-left-5{left:-1.25rem!important}.-left-52{left:-13rem!important}.-left-56{left:-14rem!important}.-left-6{left:-1.5rem!important}.-left-60{left:-15rem!important}.-left-64{left:-16rem!important}.-left-7{left:-1.75rem!important}.-left-72{left:-18rem!important}.-left-8{left:-2rem!important}.-left-80{left:-20rem!important}.-left-9{left:-2.25rem!important}.-left-96{left:-24rem!important}.-left-\[2rem\]{left:-2rem!important}.-left-\[4rem\]{left:-4rem!important}.-left-\[6rem\]{left:-6rem!important}.-left-full{left:-100%!important}.-left-px{left:-1px!important}.-right-0{right:-0px!important}.-right-0\.5{right:-.125rem!important}.-right-1{right:-.25rem!important}.-right-1\.5{right:-.375rem!important}.-right-1\/2{right:-50%!important}.-right-1\/3{right:-33.333333%!important}.-right-1\/4{right:-25%!important}.-right-10{right:-2.5rem!important}.-right-11{right:-2.75rem!important}.-right-12{right:-3rem!important}.-right-14{right:-3.5rem!important}.-right-16{right:-4rem!important}.-right-2{right:-.5rem!important}.-right-2\.5{right:-.625rem!important}.-right-2\/3{right:-66.666667%!important}.-right-2\/4{right:-50%!important}.-right-20{right:-5rem!important}.-right-24{right:-6rem!important}.-right-28{right:-7rem!important}.-right-3{right:-.75rem!important}.-right-3\.5{right:-.875rem!important}.-right-3\/4{right:-75%!important}.-right-32{right:-8rem!important}.-right-36{right:-9rem!important}.-right-4{right:-1rem!important}.-right-40{right:-10rem!important}.-right-44{right:-11rem!important}.-right-48{right:-12rem!important}.-right-5{right:-1.25rem!important}.-right-52{right:-13rem!important}.-right-56{right:-14rem!important}.-right-6{right:-1.5rem!important}.-right-60{right:-15rem!important}.-right-64{right:-16rem!important}.-right-7{right:-1.75rem!important}.-right-72{right:-18rem!important}.-right-8{right:-2rem!important}.-right-80{right:-20rem!important}.-right-9{right:-2.25rem!important}.-right-96{right:-24rem!important}.-right-\[1px\]{right:-1px!important}.-right-full{right:-100%!important}.-right-px{right:-1px!important}.-top-0{top:-0px!important}.-top-0\.5{top:-.125rem!important}.-top-1{top:-.25rem!important}.-top-1\.5{top:-.375rem!important}.-top-1\/2{top:-50%!important}.-top-1\/3{top:-33.333333%!important}.-top-1\/4{top:-25%!important}.-top-10{top:-2.5rem!important}.-top-11{top:-2.75rem!important}.-top-12{top:-3rem!important}.-top-14{top:-3.5rem!important}.-top-16{top:-4rem!important}.-top-2{top:-.5rem!important}.-top-2\.5{top:-.625rem!important}.-top-2\/3{top:-66.666667%!important}.-top-2\/4{top:-50%!important}.-top-20{top:-5rem!important}.-top-24{top:-6rem!important}.-top-28{top:-7rem!important}.-top-3{top:-.75rem!important}.-top-3\.5{top:-.875rem!important}.-top-3\/4{top:-75%!important}.-top-32{top:-8rem!important}.-top-36{top:-9rem!important}.-top-4{top:-1rem!important}.-top-40{top:-10rem!important}.-top-44{top:-11rem!important}.-top-48{top:-12rem!important}.-top-5{top:-1.25rem!important}.-top-52{top:-13rem!important}.-top-56{top:-14rem!important}.-top-6{top:-1.5rem!important}.-top-60{top:-15rem!important}.-top-64{top:-16rem!important}.-top-7{top:-1.75rem!important}.-top-72{top:-18rem!important}.-top-8{top:-2rem!important}.-top-80{top:-20rem!important}.-top-9{top:-2.25rem!important}.-top-96{top:-24rem!important}.-top-\[1\.75rem\]{top:-1.75rem!important}.-top-\[1px\]{top:-1px!important}.-top-\[3\.5rem\]{top:-3.5rem!important}.-top-\[5\.25rem\]{top:-5.25rem!important}.-top-full{top:-100%!important}.-top-px{top:-1px!important}.bottom-0{bottom:0!important}.bottom-0\.5{bottom:.125rem!important}.bottom-1{bottom:.25rem!important}.bottom-1\.5{bottom:.375rem!important}.bottom-1\/2{bottom:50%!important}.bottom-1\/3{bottom:33.333333%!important}.bottom-1\/4{bottom:25%!important}.bottom-10{bottom:2.5rem!important}.bottom-11{bottom:2.75rem!important}.bottom-12{bottom:3rem!important}.bottom-14{bottom:3.5rem!important}.bottom-16{bottom:4rem!important}.bottom-2{bottom:.5rem!important}.bottom-2\.5{bottom:.625rem!important}.bottom-2\/3{bottom:66.666667%!important}.bottom-2\/4{bottom:50%!important}.bottom-20{bottom:5rem!important}.bottom-24{bottom:6rem!important}.bottom-28{bottom:7rem!important}.bottom-3{bottom:.75rem!important}.bottom-3\.5{bottom:.875rem!important}.bottom-3\/4{bottom:75%!important}.bottom-32{bottom:8rem!important}.bottom-36{bottom:9rem!important}.bottom-4{bottom:1rem!important}.bottom-40{bottom:10rem!important}.bottom-44{bottom:11rem!important}.bottom-48{bottom:12rem!important}.bottom-5{bottom:1.25rem!important}.bottom-52{bottom:13rem!important}.bottom-56{bottom:14rem!important}.bottom-6{bottom:1.5rem!important}.bottom-60{bottom:15rem!important}.bottom-64{bottom:16rem!important}.bottom-7{bottom:1.75rem!important}.bottom-72{bottom:18rem!important}.bottom-8{bottom:2rem!important}.bottom-80{bottom:20rem!important}.bottom-9{bottom:2.25rem!important}.bottom-96{bottom:24rem!important}.bottom-auto{bottom:auto!important}.bottom-full{bottom:100%!important}.bottom-px{bottom:1px!important}.left-0{left:0!important}.left-0\.5{left:.125rem!important}.left-1{left:.25rem!important}.left-1\.5{left:.375rem!important}.left-1\/2{left:50%!important}.left-1\/3{left:33.333333%!important}.left-1\/4{left:25%!important}.left-10{left:2.5rem!important}.left-11{left:2.75rem!important}.left-12{left:3rem!important}.left-14{left:3.5rem!important}.left-16{left:4rem!important}.left-2{left:.5rem!important}.left-2\.5{left:.625rem!important}.left-2\/3{left:66.666667%!important}.left-2\/4{left:50%!important}.left-20{left:5rem!important}.left-24{left:6rem!important}.left-28{left:7rem!important}.left-3{left:.75rem!important}.left-3\.5{left:.875rem!important}.left-3\/4{left:75%!important}.left-32{left:8rem!important}.left-36{left:9rem!important}.left-4{left:1rem!important}.left-40{left:10rem!important}.left-44{left:11rem!important}.left-48{left:12rem!important}.left-5{left:1.25rem!important}.left-52{left:13rem!important}.left-56{left:14rem!important}.left-6{left:1.5rem!important}.left-60{left:15rem!important}.left-64{left:16rem!important}.left-7{left:1.75rem!important}.left-72{left:18rem!important}.left-8{left:2rem!important}.left-80{left:20rem!important}.left-9{left:2.25rem!important}.left-96{left:24rem!important}.left-\[-1px\]{left:-1px!important}.left-auto{left:auto!important}.left-full{left:100%!important}.left-px{left:1px!important}.right-0{right:0!important}.right-0\.5{right:.125rem!important}.right-1{right:.25rem!important}.right-1\.5{right:.375rem!important}.right-1\/2{right:50%!important}.right-1\/3{right:33.333333%!important}.right-1\/4{right:25%!important}.right-10{right:2.5rem!important}.right-11{right:2.75rem!important}.right-12{right:3rem!important}.right-14{right:3.5rem!important}.right-16{right:4rem!important}.right-2{right:.5rem!important}.right-2\.5{right:.625rem!important}.right-2\/3{right:66.666667%!important}.right-2\/4{right:50%!important}.right-20{right:5rem!important}.right-24{right:6rem!important}.right-28{right:7rem!important}.right-3{right:.75rem!important}.right-3\.5{right:.875rem!important}.right-3\/4{right:75%!important}.right-32{right:8rem!important}.right-36{right:9rem!important}.right-4{right:1rem!important}.right-40{right:10rem!important}.right-44{right:11rem!important}.right-48{right:12rem!important}.right-5{right:1.25rem!important}.right-52{right:13rem!important}.right-56{right:14rem!important}.right-6{right:1.5rem!important}.right-60{right:15rem!important}.right-64{right:16rem!important}.right-7{right:1.75rem!important}.right-72{right:18rem!important}.right-8{right:2rem!important}.right-80{right:20rem!important}.right-9{right:2.25rem!important}.right-96{right:24rem!important}.right-\[-1px\]{right:-1px!important}.right-\[1px\]{right:1px!important}.right-auto{right:auto!important}.right-full{right:100%!important}.right-px{right:1px!important}.top-0{top:0!important}.top-0\.5{top:.125rem!important}.top-1{top:.25rem!important}.top-1\.5{top:.375rem!important}.top-1\/2{top:50%!important}.top-1\/3{top:33.333333%!important}.top-1\/4{top:25%!important}.top-10{top:2.5rem!important}.top-11{top:2.75rem!important}.top-12{top:3rem!important}.top-14{top:3.5rem!important}.top-16{top:4rem!important}.top-2{top:.5rem!important}.top-2\.5{top:.625rem!important}.top-2\/3{top:66.666667%!important}.top-2\/4{top:50%!important}.top-20{top:5rem!important}.top-24{top:6rem!important}.top-28{top:7rem!important}.top-3{top:.75rem!important}.top-3\.5{top:.875rem!important}.top-3\/4{top:75%!important}.top-32{top:8rem!important}.top-36{top:9rem!important}.top-4{top:1rem!important}.top-40{top:10rem!important}.top-44{top:11rem!important}.top-48{top:12rem!important}.top-5{top:1.25rem!important}.top-52{top:13rem!important}.top-56{top:14rem!important}.top-6{top:1.5rem!important}.top-60{top:15rem!important}.top-64{top:16rem!important}.top-7{top:1.75rem!important}.top-72{top:18rem!important}.top-8{top:2rem!important}.top-80{top:20rem!important}.top-9{top:2.25rem!important}.top-96{top:24rem!important}.top-\[-1px\]{top:-1px!important}.top-\[1px\]{top:1px!important}.top-auto{top:auto!important}.top-full{top:100%!important}.top-px{top:1px!important}.z-10{z-index:10!important}.z-20{z-index:20!important}.z-50{z-index:50!important}.z-\[1000\]{z-index:1000!important}.z-\[90\]{z-index:90!important}.z-\[999999\]{z-index:999999!important}.z-\[99999\]{z-index:99999!important}.z-\[9999\]{z-index:9999!important}.z-\[999\]{z-index:999!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-last{order:9999!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-5{grid-column:span 5 / span 5!important}.col-span-7{grid-column:span 7 / span 7!important}.col-span-full{grid-column:1 / -1!important}.-col-start-1{grid-column-start:-1!important}.-col-start-10{grid-column-start:-10!important}.-col-start-11{grid-column-start:-11!important}.-col-start-12{grid-column-start:-12!important}.-col-start-13{grid-column-start:-13!important}.-col-start-2{grid-column-start:-2!important}.-col-start-3{grid-column-start:-3!important}.-col-start-4{grid-column-start:-4!important}.-col-start-5{grid-column-start:-5!important}.-col-start-6{grid-column-start:-6!important}.-col-start-7{grid-column-start:-7!important}.-col-start-8{grid-column-start:-8!important}.-col-start-9{grid-column-start:-9!important}.col-start-1{grid-column-start:1!important}.col-start-10{grid-column-start:10!important}.col-start-11{grid-column-start:11!important}.col-start-12{grid-column-start:12!important}.col-start-13{grid-column-start:13!important}.col-start-2{grid-column-start:2!important}.col-start-3{grid-column-start:3!important}.col-start-4{grid-column-start:4!important}.col-start-5{grid-column-start:5!important}.col-start-6{grid-column-start:6!important}.col-start-7{grid-column-start:7!important}.col-start-8{grid-column-start:8!important}.col-start-9{grid-column-start:9!important}.col-start-\[content\]{grid-column-start:content!important}.col-start-auto{grid-column-start:auto!important}.col-end-\[content\]{grid-column-end:content!important}.row-auto{grid-row:auto!important}.row-span-1{grid-row:span 1 / span 1!important}.row-span-10{grid-row:span 10 / span 10!important}.row-span-11{grid-row:span 11 / span 11!important}.row-span-12{grid-row:span 12 / span 12!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-7{grid-row:span 7 / span 7!important}.row-span-8{grid-row:span 8 / span 8!important}.row-span-9{grid-row:span 9 / span 9!important}.row-span-full{grid-row:1 / -1!important}.-row-start-1{grid-row-start:-1!important}.-row-start-10{grid-row-start:-10!important}.-row-start-11{grid-row-start:-11!important}.-row-start-12{grid-row-start:-12!important}.-row-start-13{grid-row-start:-13!important}.-row-start-2{grid-row-start:-2!important}.-row-start-3{grid-row-start:-3!important}.-row-start-4{grid-row-start:-4!important}.-row-start-5{grid-row-start:-5!important}.-row-start-6{grid-row-start:-6!important}.-row-start-7{grid-row-start:-7!important}.-row-start-8{grid-row-start:-8!important}.-row-start-9{grid-row-start:-9!important}.row-start-1{grid-row-start:1!important}.row-start-10{grid-row-start:10!important}.row-start-11{grid-row-start:11!important}.row-start-12{grid-row-start:12!important}.row-start-13{grid-row-start:13!important}.row-start-2{grid-row-start:2!important}.row-start-3{grid-row-start:3!important}.row-start-4{grid-row-start:4!important}.row-start-5{grid-row-start:5!important}.row-start-6{grid-row-start:6!important}.row-start-7{grid-row-start:7!important}.row-start-8{grid-row-start:8!important}.row-start-9{grid-row-start:9!important}.row-start-auto{grid-row-start:auto!important}.-row-end-1{grid-row-end:-1!important}.-row-end-10{grid-row-end:-10!important}.-row-end-11{grid-row-end:-11!important}.-row-end-12{grid-row-end:-12!important}.-row-end-13{grid-row-end:-13!important}.-row-end-2{grid-row-end:-2!important}.-row-end-3{grid-row-end:-3!important}.-row-end-4{grid-row-end:-4!important}.-row-end-5{grid-row-end:-5!important}.-row-end-6{grid-row-end:-6!important}.-row-end-7{grid-row-end:-7!important}.-row-end-8{grid-row-end:-8!important}.-row-end-9{grid-row-end:-9!important}.row-end-1{grid-row-end:1!important}.row-end-10{grid-row-end:10!important}.row-end-11{grid-row-end:11!important}.row-end-12{grid-row-end:12!important}.row-end-13{grid-row-end:13!important}.row-end-2{grid-row-end:2!important}.row-end-3{grid-row-end:3!important}.row-end-4{grid-row-end:4!important}.row-end-5{grid-row-end:5!important}.row-end-6{grid-row-end:6!important}.row-end-7{grid-row-end:7!important}.row-end-8{grid-row-end:8!important}.row-end-9{grid-row-end:9!important}.row-end-auto{grid-row-end:auto!important}.-mx-1{margin-left:-.25rem!important;margin-right:-.25rem!important}.-mx-2{margin-left:-.5rem!important;margin-right:-.5rem!important}.-my-1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-8{margin-left:2rem!important;margin-right:2rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-12{margin-top:3rem!important;margin-bottom:3rem!important}.my-16{margin-top:4rem!important;margin-bottom:4rem!important}.my-20{margin-top:5rem!important;margin-bottom:5rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.my-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-8{margin-top:2rem!important;margin-bottom:2rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.-mb-0\.5{margin-bottom:-.125rem!important}.-mb-10{margin-bottom:-2.5rem!important}.-mb-px{margin-bottom:-1px!important}.-mr-px{margin-right:-1px!important}.-mt-12{margin-top:-3rem!important}.-mt-20{margin-top:-5rem!important}.-mt-28{margin-top:-7rem!important}.-mt-40{margin-top:-10rem!important}.-mt-6{margin-top:-1.5rem!important}.-mt-8{margin-top:-2rem!important}.-mt-\[2px\]{margin-top:-2px!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-10{margin-bottom:2.5rem!important}.mb-12{margin-bottom:3rem!important}.mb-2{margin-bottom:.5rem!important}.mb-20{margin-bottom:5rem!important}.mb-24{margin-bottom:6rem!important}.mb-4{margin-bottom:1rem!important}.mb-40{margin-bottom:10rem!important}.mb-6{margin-bottom:1.5rem!important}.mb-auto{margin-bottom:auto!important}.ml-0{margin-left:0!important}.ml-12{margin-left:3rem!important}.ml-2{margin-left:.5rem!important}.ml-2\.5{margin-left:.625rem!important}.ml-4{margin-left:1rem!important}.ml-5{margin-left:1.25rem!important}.ml-6{margin-left:1.5rem!important}.ml-auto{margin-left:auto!important}.mr-1{margin-right:.25rem!important}.mr-12{margin-right:3rem!important}.mr-2{margin-right:.5rem!important}.mr-3{margin-right:.75rem!important}.mr-6{margin-right:1.5rem!important}.mr-8{margin-right:2rem!important}.mt-0\.5{margin-top:.125rem!important}.mt-1{margin-top:.25rem!important}.mt-10{margin-top:2.5rem!important}.mt-12{margin-top:3rem!important}.mt-2{margin-top:.5rem!important}.mt-20{margin-top:5rem!important}.mt-3{margin-top:.75rem!important}.mt-32{margin-top:8rem!important}.mt-4{margin-top:1rem!important}.mt-40{margin-top:10rem!important}.mt-5{margin-top:1.25rem!important}.mt-6{margin-top:1.5rem!important}.mt-8{margin-top:2rem!important}.mt-auto{margin-top:auto!important}.line-clamp-1{overflow:hidden!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:1!important}.line-clamp-2{overflow:hidden!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}.line-clamp-3{overflow:hidden!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important}.line-clamp-4{overflow:hidden!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:4!important}.block{display:block!important}.inline-block{display:inline-block!important}.inline{display:inline!important}.flex{display:flex!important}.table{display:table!important}.table-row-group{display:table-row-group!important}.flow-root{display:flow-root!important}.grid{display:grid!important}.hidden{display:none!important}.aspect-\[16\/9\]{aspect-ratio:16/9!important}.aspect-\[3\/2\]{aspect-ratio:3/2!important}.aspect-\[4\/3\]{aspect-ratio:4/3!important}.aspect-\[5\/3\]{aspect-ratio:5/3!important}.aspect-\[6\/5\]{aspect-ratio:6/5!important}.aspect-\[7\/5\]{aspect-ratio:7/5!important}.aspect-\[7\/6\]{aspect-ratio:7/6!important}.aspect-square{aspect-ratio:1 / 1!important}.size-4{width:1rem!important;height:1rem!important}.h-0{height:0px!important}.h-0\.5{height:.125rem!important}.h-1{height:.25rem!important}.h-1\.5{height:.375rem!important}.h-1\/2{height:50%!important}.h-1\/3{height:33.333333%!important}.h-1\/4{height:25%!important}.h-1\/5{height:20%!important}.h-1\/6{height:16.666667%!important}.h-10{height:2.5rem!important}.h-11{height:2.75rem!important}.h-12{height:3rem!important}.h-14{height:3.5rem!important}.h-16{height:4rem!important}.h-2{height:.5rem!important}.h-2\.5{height:.625rem!important}.h-2\/3{height:66.666667%!important}.h-2\/4{height:50%!important}.h-2\/5{height:40%!important}.h-2\/6{height:33.333333%!important}.h-20{height:5rem!important}.h-24{height:6rem!important}.h-28{height:7rem!important}.h-3{height:.75rem!important}.h-3\.5{height:.875rem!important}.h-3\/4{height:75%!important}.h-3\/5{height:60%!important}.h-3\/6{height:50%!important}.h-32{height:8rem!important}.h-36{height:9rem!important}.h-4{height:1rem!important}.h-4\/5{height:80%!important}.h-4\/6{height:66.666667%!important}.h-40{height:10rem!important}.h-44{height:11rem!important}.h-48{height:12rem!important}.h-5{height:1.25rem!important}.h-5\/6{height:83.333333%!important}.h-52{height:13rem!important}.h-56{height:14rem!important}.h-6{height:1.5rem!important}.h-60{height:15rem!important}.h-64{height:16rem!important}.h-7{height:1.75rem!important}.h-72{height:18rem!important}.h-8{height:2rem!important}.h-80{height:20rem!important}.h-9{height:2.25rem!important}.h-96{height:24rem!important}.h-\[30\.25rem\]{height:30.25rem!important}.h-\[31rem\]{height:31rem!important}.h-\[32rem\]{height:32rem!important}.h-\[33rem\]{height:33rem!important}.h-auto{height:auto!important}.h-dvh{height:100dvh!important}.h-fit{height:fit-content!important}.h-full{height:100%!important}.h-lvh{height:100lvh!important}.h-max{height:max-content!important}.h-min{height:min-content!important}.h-px{height:1px!important}.h-screen{height:100vh!important}.h-svh{height:100svh!important}.max-h-0{max-height:0px!important}.max-h-0\.5{max-height:.125rem!important}.max-h-1{max-height:.25rem!important}.max-h-1\.5{max-height:.375rem!important}.max-h-10{max-height:2.5rem!important}.max-h-11{max-height:2.75rem!important}.max-h-12{max-height:3rem!important}.max-h-14{max-height:3.5rem!important}.max-h-16{max-height:4rem!important}.max-h-2{max-height:.5rem!important}.max-h-2\.5{max-height:.625rem!important}.max-h-20{max-height:5rem!important}.max-h-24{max-height:6rem!important}.max-h-28{max-height:7rem!important}.max-h-3{max-height:.75rem!important}.max-h-3\.5{max-height:.875rem!important}.max-h-32{max-height:8rem!important}.max-h-36{max-height:9rem!important}.max-h-4{max-height:1rem!important}.max-h-40{max-height:10rem!important}.max-h-44{max-height:11rem!important}.max-h-48{max-height:12rem!important}.max-h-5{max-height:1.25rem!important}.max-h-52{max-height:13rem!important}.max-h-56{max-height:14rem!important}.max-h-6{max-height:1.5rem!important}.max-h-60{max-height:15rem!important}.max-h-64{max-height:16rem!important}.max-h-7{max-height:1.75rem!important}.max-h-72{max-height:18rem!important}.max-h-8{max-height:2rem!important}.max-h-80{max-height:20rem!important}.max-h-9{max-height:2.25rem!important}.max-h-96{max-height:24rem!important}.max-h-\[26rem\]{max-height:26rem!important}.max-h-dvh{max-height:100dvh!important}.max-h-fit{max-height:fit-content!important}.max-h-full{max-height:100%!important}.max-h-lvh{max-height:100lvh!important}.max-h-max{max-height:max-content!important}.max-h-min{max-height:min-content!important}.max-h-none{max-height:none!important}.max-h-px{max-height:1px!important}.max-h-screen{max-height:100vh!important}.max-h-svh{max-height:100svh!important}.min-h-0{min-height:0px!important}.min-h-0\.5{min-height:.125rem!important}.min-h-1{min-height:.25rem!important}.min-h-1\.5{min-height:.375rem!important}.min-h-10{min-height:2.5rem!important}.min-h-11{min-height:2.75rem!important}.min-h-12{min-height:3rem!important}.min-h-14{min-height:3.5rem!important}.min-h-16{min-height:4rem!important}.min-h-2{min-height:.5rem!important}.min-h-2\.5{min-height:.625rem!important}.min-h-20{min-height:5rem!important}.min-h-24{min-height:6rem!important}.min-h-28{min-height:7rem!important}.min-h-3{min-height:.75rem!important}.min-h-3\.5{min-height:.875rem!important}.min-h-32{min-height:8rem!important}.min-h-36{min-height:9rem!important}.min-h-4{min-height:1rem!important}.min-h-40{min-height:10rem!important}.min-h-44{min-height:11rem!important}.min-h-48{min-height:12rem!important}.min-h-5{min-height:1.25rem!important}.min-h-52{min-height:13rem!important}.min-h-56{min-height:14rem!important}.min-h-6{min-height:1.5rem!important}.min-h-60{min-height:15rem!important}.min-h-64{min-height:16rem!important}.min-h-7{min-height:1.75rem!important}.min-h-72{min-height:18rem!important}.min-h-8{min-height:2rem!important}.min-h-80{min-height:20rem!important}.min-h-9{min-height:2.25rem!important}.min-h-96{min-height:24rem!important}.min-h-dvh{min-height:100dvh!important}.min-h-fit{min-height:fit-content!important}.min-h-full{min-height:100%!important}.min-h-lvh{min-height:100lvh!important}.min-h-max{min-height:max-content!important}.min-h-min{min-height:min-content!important}.min-h-px{min-height:1px!important}.min-h-screen{min-height:100vh!important}.min-h-svh{min-height:100svh!important}.w-0{width:0px!important}.w-0\.5{width:.125rem!important}.w-1{width:.25rem!important}.w-1\.5{width:.375rem!important}.w-1\/12{width:8.333333%!important}.w-1\/2{width:50%!important}.w-1\/3{width:33.333333%!important}.w-1\/4{width:25%!important}.w-1\/5{width:20%!important}.w-1\/6{width:16.666667%!important}.w-10{width:2.5rem!important}.w-10\/12{width:83.333333%!important}.w-11{width:2.75rem!important}.w-11\/12{width:91.666667%!important}.w-12{width:3rem!important}.w-14{width:3.5rem!important}.w-16{width:4rem!important}.w-2{width:.5rem!important}.w-2\.5{width:.625rem!important}.w-2\/12{width:16.666667%!important}.w-2\/3{width:66.666667%!important}.w-2\/4{width:50%!important}.w-2\/5{width:40%!important}.w-2\/6{width:33.333333%!important}.w-20{width:5rem!important}.w-24{width:6rem!important}.w-28{width:7rem!important}.w-3{width:.75rem!important}.w-3\.5{width:.875rem!important}.w-3\/12{width:25%!important}.w-3\/4{width:75%!important}.w-3\/5{width:60%!important}.w-3\/6{width:50%!important}.w-32{width:8rem!important}.w-36{width:9rem!important}.w-4{width:1rem!important}.w-4\/12{width:33.333333%!important}.w-4\/5{width:80%!important}.w-4\/6{width:66.666667%!important}.w-40{width:10rem!important}.w-44{width:11rem!important}.w-48{width:12rem!important}.w-5{width:1.25rem!important}.w-5\/12{width:41.666667%!important}.w-5\/6{width:83.333333%!important}.w-52{width:13rem!important}.w-56{width:14rem!important}.w-6{width:1.5rem!important}.w-6\/12{width:50%!important}.w-60{width:15rem!important}.w-64{width:16rem!important}.w-7{width:1.75rem!important}.w-7\/12{width:58.333333%!important}.w-72{width:18rem!important}.w-8{width:2rem!important}.w-8\/12{width:66.666667%!important}.w-80{width:20rem!important}.w-9{width:2.25rem!important}.w-9\/12{width:75%!important}.w-96{width:24rem!important}.w-\[25rem\]{width:25rem!important}.w-\[68rem\]{width:68rem!important}.w-auto{width:auto!important}.w-dvw{width:100dvw!important}.w-fit{width:fit-content!important}.w-full{width:100%!important}.w-lvw{width:100lvw!important}.w-max{width:max-content!important}.w-min{width:min-content!important}.w-px{width:1px!important}.w-screen{width:100vw!important}.w-svw{width:100svw!important}.min-w-0{min-width:0px!important}.min-w-0\.5{min-width:.125rem!important}.min-w-1{min-width:.25rem!important}.min-w-1\.5{min-width:.375rem!important}.min-w-10{min-width:2.5rem!important}.min-w-11{min-width:2.75rem!important}.min-w-12{min-width:3rem!important}.min-w-14{min-width:3.5rem!important}.min-w-16{min-width:4rem!important}.min-w-2{min-width:.5rem!important}.min-w-2\.5{min-width:.625rem!important}.min-w-20{min-width:5rem!important}.min-w-24{min-width:6rem!important}.min-w-28{min-width:7rem!important}.min-w-3{min-width:.75rem!important}.min-w-3\.5{min-width:.875rem!important}.min-w-32{min-width:8rem!important}.min-w-36{min-width:9rem!important}.min-w-4{min-width:1rem!important}.min-w-40{min-width:10rem!important}.min-w-44{min-width:11rem!important}.min-w-48{min-width:12rem!important}.min-w-5{min-width:1.25rem!important}.min-w-52{min-width:13rem!important}.min-w-56{min-width:14rem!important}.min-w-6{min-width:1.5rem!important}.min-w-60{min-width:15rem!important}.min-w-64{min-width:16rem!important}.min-w-7{min-width:1.75rem!important}.min-w-72{min-width:18rem!important}.min-w-8{min-width:2rem!important}.min-w-80{min-width:20rem!important}.min-w-9{min-width:2.25rem!important}.min-w-96{min-width:24rem!important}.min-w-fit{min-width:fit-content!important}.min-w-full{min-width:100%!important}.min-w-max{min-width:max-content!important}.min-w-min{min-width:min-content!important}.min-w-px{min-width:1px!important}.max-w-0{max-width:0px!important}.max-w-0\.5{max-width:.125rem!important}.max-w-1{max-width:.25rem!important}.max-w-1\.5{max-width:.375rem!important}.max-w-10{max-width:2.5rem!important}.max-w-11{max-width:2.75rem!important}.max-w-12{max-width:3rem!important}.max-w-14{max-width:3.5rem!important}.max-w-16{max-width:4rem!important}.max-w-2{max-width:.5rem!important}.max-w-2\.5{max-width:.625rem!important}.max-w-20{max-width:5rem!important}.max-w-24{max-width:6rem!important}.max-w-28{max-width:7rem!important}.max-w-2xl{max-width:42rem!important}.max-w-3{max-width:.75rem!important}.max-w-3\.5{max-width:.875rem!important}.max-w-32{max-width:8rem!important}.max-w-36{max-width:9rem!important}.max-w-3xl{max-width:48rem!important}.max-w-4{max-width:1rem!important}.max-w-40{max-width:10rem!important}.max-w-44{max-width:11rem!important}.max-w-48{max-width:12rem!important}.max-w-4xl{max-width:56rem!important}.max-w-5{max-width:1.25rem!important}.max-w-52{max-width:13rem!important}.max-w-56{max-width:14rem!important}.max-w-5xl{max-width:64rem!important}.max-w-6{max-width:1.5rem!important}.max-w-60{max-width:15rem!important}.max-w-64{max-width:16rem!important}.max-w-6xl{max-width:72rem!important}.max-w-7{max-width:1.75rem!important}.max-w-72{max-width:18rem!important}.max-w-7xl{max-width:80rem!important}.max-w-8{max-width:2rem!important}.max-w-80{max-width:20rem!important}.max-w-9{max-width:2.25rem!important}.max-w-96{max-width:24rem!important}.max-w-\[14rem\]{max-width:14rem!important}.max-w-\[16rem\]{max-width:16rem!important}.max-w-\[25rem\]{max-width:25rem!important}.max-w-\[29rem\]{max-width:29rem!important}.max-w-\[30rem\]{max-width:30rem!important}.max-w-\[34rem\]{max-width:34rem!important}.max-w-\[40rem\]{max-width:40rem!important}.max-w-\[45rem\]{max-width:45rem!important}.max-w-\[55rem\]{max-width:55rem!important}.max-w-\[60rem\]{max-width:60rem!important}.max-w-fit{max-width:fit-content!important}.max-w-full{max-width:100%!important}.max-w-lg{max-width:32rem!important}.max-w-max{max-width:max-content!important}.max-w-md{max-width:28rem!important}.max-w-min{max-width:min-content!important}.max-w-none{max-width:none!important}.max-w-prose{max-width:65ch!important}.max-w-px{max-width:1px!important}.max-w-screen-2xl{max-width:1536px!important}.max-w-screen-lg{max-width:1024px!important}.max-w-screen-md{max-width:768px!important}.max-w-screen-sm{max-width:640px!important}.max-w-screen-xl{max-width:1280px!important}.max-w-screen-xs{max-width:576px!important}.max-w-screen-xxs{max-width:375px!important}.max-w-sm{max-width:24rem!important}.max-w-xl{max-width:36rem!important}.max-w-xs{max-width:20rem!important}.shrink{flex-shrink:1!important}.shrink-0{flex-shrink:0!important}.flex-grow-0{flex-grow:0!important}.grow{flex-grow:1!important}.grow-0{flex-grow:0!important}.origin-bottom-left{transform-origin:bottom left!important}.origin-bottom-right{transform-origin:bottom right!important}.origin-right{transform-origin:right!important}.origin-top-left{transform-origin:top left!important}.origin-top-right{transform-origin:top right!important}.-translate-y-\[90\%\]{--tw-translate-y: -90% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-45{--tw-rotate: -45deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-45{--tw-rotate: 45deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-skew-x-0{--tw-skew-x: -0deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-skew-x-1{--tw-skew-x: -1deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-skew-x-12{--tw-skew-x: -12deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-skew-x-2{--tw-skew-x: -2deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-skew-x-3{--tw-skew-x: -3deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-skew-x-6{--tw-skew-x: -6deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-skew-y-0{--tw-skew-y: -0deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-skew-y-1{--tw-skew-y: -1deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-skew-y-12{--tw-skew-y: -12deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-skew-y-2{--tw-skew-y: -2deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-skew-y-3{--tw-skew-y: -3deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-skew-y-6{--tw-skew-y: -6deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.skew-x-0{--tw-skew-x: 0deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.skew-x-1{--tw-skew-x: 1deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.skew-x-12{--tw-skew-x: 12deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.skew-x-2{--tw-skew-x: 2deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.skew-x-3{--tw-skew-x: 3deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.skew-x-6{--tw-skew-x: 6deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.skew-y-0{--tw-skew-y: 0deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.skew-y-1{--tw-skew-y: 1deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.skew-y-12{--tw-skew-y: 12deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.skew-y-2{--tw-skew-y: 2deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.skew-y-3{--tw-skew-y: 3deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.skew-y-6{--tw-skew-y: 6deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-0{--tw-scale-x: 0 !important;--tw-scale-y: 0 !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-50{--tw-scale-x: .5 !important;--tw-scale-y: .5 !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-75{--tw-scale-x: .75 !important;--tw-scale-y: .75 !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-\[1\.03\]{--tw-scale-x: 1.03 !important;--tw-scale-y: 1.03 !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.cursor-default{cursor:default!important}.cursor-ew-resize{cursor:ew-resize!important}.cursor-nesw-resize{cursor:nesw-resize!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-nw-resize{cursor:nw-resize!important}.cursor-pointer{cursor:pointer!important}.cursor-row-resize{cursor:row-resize!important}.cursor-sw-resize{cursor:sw-resize!important}.cursor-w-resize{cursor:w-resize!important}.touch-auto{touch-action:auto!important}.touch-none{touch-action:none!important}.touch-pan-x{--tw-pan-x: pan-x !important;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)!important}.touch-pan-left{--tw-pan-x: pan-left !important;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)!important}.touch-pan-right{--tw-pan-x: pan-right !important;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)!important}.touch-pan-y{--tw-pan-y: pan-y !important;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)!important}.touch-pan-up{--tw-pan-y: pan-up !important;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)!important}.touch-pan-down{--tw-pan-y: pan-down !important;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)!important}.touch-pinch-zoom{--tw-pinch-zoom: pinch-zoom !important;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)!important}.touch-manipulation{touch-action:manipulation!important}.select-none{-webkit-user-select:none!important;user-select:none!important}.select-text{-webkit-user-select:text!important;user-select:text!important}.snap-none{scroll-snap-type:none!important}.snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)!important}.snap-y{scroll-snap-type:y var(--tw-scroll-snap-strictness)!important}.snap-both{scroll-snap-type:both var(--tw-scroll-snap-strictness)!important}.snap-mandatory{--tw-scroll-snap-strictness: mandatory !important}.snap-proximity{--tw-scroll-snap-strictness: proximity !important}.snap-start{scroll-snap-align:start!important}.snap-end{scroll-snap-align:end!important}.snap-center{scroll-snap-align:center!important}.snap-align-none{scroll-snap-align:none!important}.snap-normal{scroll-snap-stop:normal!important}.snap-always{scroll-snap-stop:always!important}.list-inside{list-style-position:inside!important}.list-decimal{list-style-type:decimal!important}.list-disc{list-style-type:disc!important}.appearance-none{appearance:none!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}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-\[1\.5fr_1fr_1fr_1fr_min-content\]{grid-template-columns:1.5fr 1fr 1fr 1fr min-content!important}.grid-cols-\[1fr\]{grid-template-columns:1fr!important}.grid-cols-\[max-content_max-content_max-content\]{grid-template-columns:max-content max-content max-content!important}.grid-cols-\[min-content_1fr\]{grid-template-columns:min-content 1fr!important}.grid-cols-\[min-content_min-content\]{grid-template-columns:min-content min-content!important}.grid-cols-\[minmax\(0\,min-content\)_1fr_min-content\]{grid-template-columns:minmax(0,min-content) 1fr min-content!important}.grid-cols-\[minmax\(3rem\,1fr\)_min\(50\%-3rem\,640px\)_min\(50\%-3rem\,640px\)_minmax\(3rem\,1fr\)\]{grid-template-columns:minmax(3rem,1fr) min(50% - 3rem,640px) min(50% - 3rem,640px) minmax(3rem,1fr)!important}.grid-cols-\[minmax\(7rem\,9rem\)_minmax\(13rem\,1fr\)\]{grid-template-columns:minmax(7rem,9rem) minmax(13rem,1fr)!important}.grid-cols-subgrid{grid-template-columns:subgrid!important}.grid-rows-\[1fr_4rem_min-content_8rem\]{grid-template-rows:1fr 4rem min-content 8rem!important}.grid-rows-\[min-content_fr\]{grid-template-rows:min-content fr!important}.grid-rows-\[repeat\(4\,min-content_1fr_1fr_min-content\)\]{grid-template-rows:repeat(4,min-content 1fr 1fr min-content)!important}.grid-rows-\[repeat\(5\,min-content\)\]{grid-template-rows:repeat(5,min-content)!important}.grid-rows-subgrid{grid-template-rows:subgrid!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-col{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.place-content-center{place-content:center!important}.items-start{align-items:flex-start!important}.items-end{align-items:flex-end!important}.items-center{align-items:center!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.gap-0{gap:0px!important}.gap-1{gap:.25rem!important}.gap-1\.5{gap:.375rem!important}.gap-10{gap:2.5rem!important}.gap-12{gap:3rem!important}.gap-16{gap:4rem!important}.gap-2{gap:.5rem!important}.gap-2\.5{gap:.625rem!important}.gap-20{gap:5rem!important}.gap-3{gap:.75rem!important}.gap-3\.5{gap:.875rem!important}.gap-4{gap:1rem!important}.gap-5{gap:1.25rem!important}.gap-6{gap:1.5rem!important}.gap-8{gap:2rem!important}.gap-x-1{column-gap:.25rem!important}.gap-x-10{column-gap:2.5rem!important}.gap-x-12{column-gap:3rem!important}.gap-x-16{column-gap:4rem!important}.gap-x-2{column-gap:.5rem!important}.gap-x-20{column-gap:5rem!important}.gap-x-3{column-gap:.75rem!important}.gap-x-4{column-gap:1rem!important}.gap-x-6{column-gap:1.5rem!important}.gap-x-8{column-gap:2rem!important}.gap-y-1{row-gap:.25rem!important}.gap-y-10{row-gap:2.5rem!important}.gap-y-12{row-gap:3rem!important}.gap-y-16{row-gap:4rem!important}.gap-y-20{row-gap:5rem!important}.gap-y-3{row-gap:.75rem!important}.gap-y-32{row-gap:8rem!important}.gap-y-4{row-gap:1rem!important}.gap-y-6{row-gap:1.5rem!important}.gap-y-8{row-gap:2rem!important}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(.5rem * var(--tw-space-x-reverse))!important;margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))!important}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(.25rem * var(--tw-space-y-reverse))!important}.space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))!important}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(.5rem * var(--tw-space-y-reverse))!important}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(.75rem * var(--tw-space-y-reverse))!important}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1rem * var(--tw-space-y-reverse))!important}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))!important}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(2rem * var(--tw-space-y-reverse))!important}.divide-yellow-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1 !important;border-color:rgb(254 249 195 / var(--tw-divide-opacity, 1))!important}.divide-yellow-100\/0>:not([hidden])~:not([hidden]){border-color:#fef9c300!important}.divide-yellow-100\/10>:not([hidden])~:not([hidden]){border-color:#fef9c31a!important}.divide-yellow-100\/100>:not([hidden])~:not([hidden]){border-color:#fef9c3!important}.divide-yellow-100\/15>:not([hidden])~:not([hidden]){border-color:#fef9c326!important}.divide-yellow-100\/20>:not([hidden])~:not([hidden]){border-color:#fef9c333!important}.divide-yellow-100\/25>:not([hidden])~:not([hidden]){border-color:#fef9c340!important}.divide-yellow-100\/30>:not([hidden])~:not([hidden]){border-color:#fef9c34d!important}.divide-yellow-100\/35>:not([hidden])~:not([hidden]){border-color:#fef9c359!important}.divide-yellow-100\/40>:not([hidden])~:not([hidden]){border-color:#fef9c366!important}.divide-yellow-100\/45>:not([hidden])~:not([hidden]){border-color:#fef9c373!important}.divide-yellow-100\/5>:not([hidden])~:not([hidden]){border-color:#fef9c30d!important}.divide-yellow-100\/50>:not([hidden])~:not([hidden]){border-color:#fef9c380!important}.divide-yellow-100\/55>:not([hidden])~:not([hidden]){border-color:#fef9c38c!important}.divide-yellow-100\/60>:not([hidden])~:not([hidden]){border-color:#fef9c399!important}.divide-yellow-100\/65>:not([hidden])~:not([hidden]){border-color:#fef9c3a6!important}.divide-yellow-100\/70>:not([hidden])~:not([hidden]){border-color:#fef9c3b3!important}.divide-yellow-100\/75>:not([hidden])~:not([hidden]){border-color:#fef9c3bf!important}.divide-yellow-100\/80>:not([hidden])~:not([hidden]){border-color:#fef9c3cc!important}.divide-yellow-100\/85>:not([hidden])~:not([hidden]){border-color:#fef9c3d9!important}.divide-yellow-100\/90>:not([hidden])~:not([hidden]){border-color:#fef9c3e6!important}.divide-yellow-100\/95>:not([hidden])~:not([hidden]){border-color:#fef9c3f2!important}.divide-yellow-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1 !important;border-color:rgb(254 240 138 / var(--tw-divide-opacity, 1))!important}.divide-yellow-200\/0>:not([hidden])~:not([hidden]){border-color:#fef08a00!important}.divide-yellow-200\/10>:not([hidden])~:not([hidden]){border-color:#fef08a1a!important}.divide-yellow-200\/100>:not([hidden])~:not([hidden]){border-color:#fef08a!important}.divide-yellow-200\/15>:not([hidden])~:not([hidden]){border-color:#fef08a26!important}.divide-yellow-200\/20>:not([hidden])~:not([hidden]){border-color:#fef08a33!important}.divide-yellow-200\/25>:not([hidden])~:not([hidden]){border-color:#fef08a40!important}.divide-yellow-200\/30>:not([hidden])~:not([hidden]){border-color:#fef08a4d!important}.divide-yellow-200\/35>:not([hidden])~:not([hidden]){border-color:#fef08a59!important}.divide-yellow-200\/40>:not([hidden])~:not([hidden]){border-color:#fef08a66!important}.divide-yellow-200\/45>:not([hidden])~:not([hidden]){border-color:#fef08a73!important}.divide-yellow-200\/5>:not([hidden])~:not([hidden]){border-color:#fef08a0d!important}.divide-yellow-200\/50>:not([hidden])~:not([hidden]){border-color:#fef08a80!important}.divide-yellow-200\/55>:not([hidden])~:not([hidden]){border-color:#fef08a8c!important}.divide-yellow-200\/60>:not([hidden])~:not([hidden]){border-color:#fef08a99!important}.divide-yellow-200\/65>:not([hidden])~:not([hidden]){border-color:#fef08aa6!important}.divide-yellow-200\/70>:not([hidden])~:not([hidden]){border-color:#fef08ab3!important}.divide-yellow-200\/75>:not([hidden])~:not([hidden]){border-color:#fef08abf!important}.divide-yellow-200\/80>:not([hidden])~:not([hidden]){border-color:#fef08acc!important}.divide-yellow-200\/85>:not([hidden])~:not([hidden]){border-color:#fef08ad9!important}.divide-yellow-200\/90>:not([hidden])~:not([hidden]){border-color:#fef08ae6!important}.divide-yellow-200\/95>:not([hidden])~:not([hidden]){border-color:#fef08af2!important}.divide-yellow-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1 !important;border-color:rgb(253 224 71 / var(--tw-divide-opacity, 1))!important}.divide-yellow-300\/0>:not([hidden])~:not([hidden]){border-color:#fde04700!important}.divide-yellow-300\/10>:not([hidden])~:not([hidden]){border-color:#fde0471a!important}.divide-yellow-300\/100>:not([hidden])~:not([hidden]){border-color:#fde047!important}.divide-yellow-300\/15>:not([hidden])~:not([hidden]){border-color:#fde04726!important}.divide-yellow-300\/20>:not([hidden])~:not([hidden]){border-color:#fde04733!important}.divide-yellow-300\/25>:not([hidden])~:not([hidden]){border-color:#fde04740!important}.divide-yellow-300\/30>:not([hidden])~:not([hidden]){border-color:#fde0474d!important}.divide-yellow-300\/35>:not([hidden])~:not([hidden]){border-color:#fde04759!important}.divide-yellow-300\/40>:not([hidden])~:not([hidden]){border-color:#fde04766!important}.divide-yellow-300\/45>:not([hidden])~:not([hidden]){border-color:#fde04773!important}.divide-yellow-300\/5>:not([hidden])~:not([hidden]){border-color:#fde0470d!important}.divide-yellow-300\/50>:not([hidden])~:not([hidden]){border-color:#fde04780!important}.divide-yellow-300\/55>:not([hidden])~:not([hidden]){border-color:#fde0478c!important}.divide-yellow-300\/60>:not([hidden])~:not([hidden]){border-color:#fde04799!important}.divide-yellow-300\/65>:not([hidden])~:not([hidden]){border-color:#fde047a6!important}.divide-yellow-300\/70>:not([hidden])~:not([hidden]){border-color:#fde047b3!important}.divide-yellow-300\/75>:not([hidden])~:not([hidden]){border-color:#fde047bf!important}.divide-yellow-300\/80>:not([hidden])~:not([hidden]){border-color:#fde047cc!important}.divide-yellow-300\/85>:not([hidden])~:not([hidden]){border-color:#fde047d9!important}.divide-yellow-300\/90>:not([hidden])~:not([hidden]){border-color:#fde047e6!important}.divide-yellow-300\/95>:not([hidden])~:not([hidden]){border-color:#fde047f2!important}.divide-yellow-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1 !important;border-color:rgb(250 204 21 / var(--tw-divide-opacity, 1))!important}.divide-yellow-400\/0>:not([hidden])~:not([hidden]){border-color:#facc1500!important}.divide-yellow-400\/10>:not([hidden])~:not([hidden]){border-color:#facc151a!important}.divide-yellow-400\/100>:not([hidden])~:not([hidden]){border-color:#facc15!important}.divide-yellow-400\/15>:not([hidden])~:not([hidden]){border-color:#facc1526!important}.divide-yellow-400\/20>:not([hidden])~:not([hidden]){border-color:#facc1533!important}.divide-yellow-400\/25>:not([hidden])~:not([hidden]){border-color:#facc1540!important}.divide-yellow-400\/30>:not([hidden])~:not([hidden]){border-color:#facc154d!important}.divide-yellow-400\/35>:not([hidden])~:not([hidden]){border-color:#facc1559!important}.divide-yellow-400\/40>:not([hidden])~:not([hidden]){border-color:#facc1566!important}.divide-yellow-400\/45>:not([hidden])~:not([hidden]){border-color:#facc1573!important}.divide-yellow-400\/5>:not([hidden])~:not([hidden]){border-color:#facc150d!important}.divide-yellow-400\/50>:not([hidden])~:not([hidden]){border-color:#facc1580!important}.divide-yellow-400\/55>:not([hidden])~:not([hidden]){border-color:#facc158c!important}.divide-yellow-400\/60>:not([hidden])~:not([hidden]){border-color:#facc1599!important}.divide-yellow-400\/65>:not([hidden])~:not([hidden]){border-color:#facc15a6!important}.divide-yellow-400\/70>:not([hidden])~:not([hidden]){border-color:#facc15b3!important}.divide-yellow-400\/75>:not([hidden])~:not([hidden]){border-color:#facc15bf!important}.divide-yellow-400\/80>:not([hidden])~:not([hidden]){border-color:#facc15cc!important}.divide-yellow-400\/85>:not([hidden])~:not([hidden]){border-color:#facc15d9!important}.divide-yellow-400\/90>:not([hidden])~:not([hidden]){border-color:#facc15e6!important}.divide-yellow-400\/95>:not([hidden])~:not([hidden]){border-color:#facc15f2!important}.divide-yellow-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1 !important;border-color:rgb(254 252 232 / var(--tw-divide-opacity, 1))!important}.divide-yellow-50\/0>:not([hidden])~:not([hidden]){border-color:#fefce800!important}.divide-yellow-50\/10>:not([hidden])~:not([hidden]){border-color:#fefce81a!important}.divide-yellow-50\/100>:not([hidden])~:not([hidden]){border-color:#fefce8!important}.divide-yellow-50\/15>:not([hidden])~:not([hidden]){border-color:#fefce826!important}.divide-yellow-50\/20>:not([hidden])~:not([hidden]){border-color:#fefce833!important}.divide-yellow-50\/25>:not([hidden])~:not([hidden]){border-color:#fefce840!important}.divide-yellow-50\/30>:not([hidden])~:not([hidden]){border-color:#fefce84d!important}.divide-yellow-50\/35>:not([hidden])~:not([hidden]){border-color:#fefce859!important}.divide-yellow-50\/40>:not([hidden])~:not([hidden]){border-color:#fefce866!important}.divide-yellow-50\/45>:not([hidden])~:not([hidden]){border-color:#fefce873!important}.divide-yellow-50\/5>:not([hidden])~:not([hidden]){border-color:#fefce80d!important}.divide-yellow-50\/50>:not([hidden])~:not([hidden]){border-color:#fefce880!important}.divide-yellow-50\/55>:not([hidden])~:not([hidden]){border-color:#fefce88c!important}.divide-yellow-50\/60>:not([hidden])~:not([hidden]){border-color:#fefce899!important}.divide-yellow-50\/65>:not([hidden])~:not([hidden]){border-color:#fefce8a6!important}.divide-yellow-50\/70>:not([hidden])~:not([hidden]){border-color:#fefce8b3!important}.divide-yellow-50\/75>:not([hidden])~:not([hidden]){border-color:#fefce8bf!important}.divide-yellow-50\/80>:not([hidden])~:not([hidden]){border-color:#fefce8cc!important}.divide-yellow-50\/85>:not([hidden])~:not([hidden]){border-color:#fefce8d9!important}.divide-yellow-50\/90>:not([hidden])~:not([hidden]){border-color:#fefce8e6!important}.divide-yellow-50\/95>:not([hidden])~:not([hidden]){border-color:#fefce8f2!important}.divide-yellow-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1 !important;border-color:rgb(234 179 8 / var(--tw-divide-opacity, 1))!important}.divide-yellow-500\/0>:not([hidden])~:not([hidden]){border-color:#eab30800!important}.divide-yellow-500\/10>:not([hidden])~:not([hidden]){border-color:#eab3081a!important}.divide-yellow-500\/100>:not([hidden])~:not([hidden]){border-color:#eab308!important}.divide-yellow-500\/15>:not([hidden])~:not([hidden]){border-color:#eab30826!important}.divide-yellow-500\/20>:not([hidden])~:not([hidden]){border-color:#eab30833!important}.divide-yellow-500\/25>:not([hidden])~:not([hidden]){border-color:#eab30840!important}.divide-yellow-500\/30>:not([hidden])~:not([hidden]){border-color:#eab3084d!important}.divide-yellow-500\/35>:not([hidden])~:not([hidden]){border-color:#eab30859!important}.divide-yellow-500\/40>:not([hidden])~:not([hidden]){border-color:#eab30866!important}.divide-yellow-500\/45>:not([hidden])~:not([hidden]){border-color:#eab30873!important}.divide-yellow-500\/5>:not([hidden])~:not([hidden]){border-color:#eab3080d!important}.divide-yellow-500\/50>:not([hidden])~:not([hidden]){border-color:#eab30880!important}.divide-yellow-500\/55>:not([hidden])~:not([hidden]){border-color:#eab3088c!important}.divide-yellow-500\/60>:not([hidden])~:not([hidden]){border-color:#eab30899!important}.divide-yellow-500\/65>:not([hidden])~:not([hidden]){border-color:#eab308a6!important}.divide-yellow-500\/70>:not([hidden])~:not([hidden]){border-color:#eab308b3!important}.divide-yellow-500\/75>:not([hidden])~:not([hidden]){border-color:#eab308bf!important}.divide-yellow-500\/80>:not([hidden])~:not([hidden]){border-color:#eab308cc!important}.divide-yellow-500\/85>:not([hidden])~:not([hidden]){border-color:#eab308d9!important}.divide-yellow-500\/90>:not([hidden])~:not([hidden]){border-color:#eab308e6!important}.divide-yellow-500\/95>:not([hidden])~:not([hidden]){border-color:#eab308f2!important}.divide-yellow-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1 !important;border-color:rgb(202 138 4 / var(--tw-divide-opacity, 1))!important}.divide-yellow-600\/0>:not([hidden])~:not([hidden]){border-color:#ca8a0400!important}.divide-yellow-600\/10>:not([hidden])~:not([hidden]){border-color:#ca8a041a!important}.divide-yellow-600\/100>:not([hidden])~:not([hidden]){border-color:#ca8a04!important}.divide-yellow-600\/15>:not([hidden])~:not([hidden]){border-color:#ca8a0426!important}.divide-yellow-600\/20>:not([hidden])~:not([hidden]){border-color:#ca8a0433!important}.divide-yellow-600\/25>:not([hidden])~:not([hidden]){border-color:#ca8a0440!important}.divide-yellow-600\/30>:not([hidden])~:not([hidden]){border-color:#ca8a044d!important}.divide-yellow-600\/35>:not([hidden])~:not([hidden]){border-color:#ca8a0459!important}.divide-yellow-600\/40>:not([hidden])~:not([hidden]){border-color:#ca8a0466!important}.divide-yellow-600\/45>:not([hidden])~:not([hidden]){border-color:#ca8a0473!important}.divide-yellow-600\/5>:not([hidden])~:not([hidden]){border-color:#ca8a040d!important}.divide-yellow-600\/50>:not([hidden])~:not([hidden]){border-color:#ca8a0480!important}.divide-yellow-600\/55>:not([hidden])~:not([hidden]){border-color:#ca8a048c!important}.divide-yellow-600\/60>:not([hidden])~:not([hidden]){border-color:#ca8a0499!important}.divide-yellow-600\/65>:not([hidden])~:not([hidden]){border-color:#ca8a04a6!important}.divide-yellow-600\/70>:not([hidden])~:not([hidden]){border-color:#ca8a04b3!important}.divide-yellow-600\/75>:not([hidden])~:not([hidden]){border-color:#ca8a04bf!important}.divide-yellow-600\/80>:not([hidden])~:not([hidden]){border-color:#ca8a04cc!important}.divide-yellow-600\/85>:not([hidden])~:not([hidden]){border-color:#ca8a04d9!important}.divide-yellow-600\/90>:not([hidden])~:not([hidden]){border-color:#ca8a04e6!important}.divide-yellow-600\/95>:not([hidden])~:not([hidden]){border-color:#ca8a04f2!important}.divide-yellow-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1 !important;border-color:rgb(161 98 7 / var(--tw-divide-opacity, 1))!important}.divide-yellow-700\/0>:not([hidden])~:not([hidden]){border-color:#a1620700!important}.divide-yellow-700\/10>:not([hidden])~:not([hidden]){border-color:#a162071a!important}.divide-yellow-700\/100>:not([hidden])~:not([hidden]){border-color:#a16207!important}.divide-yellow-700\/15>:not([hidden])~:not([hidden]){border-color:#a1620726!important}.divide-yellow-700\/20>:not([hidden])~:not([hidden]){border-color:#a1620733!important}.divide-yellow-700\/25>:not([hidden])~:not([hidden]){border-color:#a1620740!important}.divide-yellow-700\/30>:not([hidden])~:not([hidden]){border-color:#a162074d!important}.divide-yellow-700\/35>:not([hidden])~:not([hidden]){border-color:#a1620759!important}.divide-yellow-700\/40>:not([hidden])~:not([hidden]){border-color:#a1620766!important}.divide-yellow-700\/45>:not([hidden])~:not([hidden]){border-color:#a1620773!important}.divide-yellow-700\/5>:not([hidden])~:not([hidden]){border-color:#a162070d!important}.divide-yellow-700\/50>:not([hidden])~:not([hidden]){border-color:#a1620780!important}.divide-yellow-700\/55>:not([hidden])~:not([hidden]){border-color:#a162078c!important}.divide-yellow-700\/60>:not([hidden])~:not([hidden]){border-color:#a1620799!important}.divide-yellow-700\/65>:not([hidden])~:not([hidden]){border-color:#a16207a6!important}.divide-yellow-700\/70>:not([hidden])~:not([hidden]){border-color:#a16207b3!important}.divide-yellow-700\/75>:not([hidden])~:not([hidden]){border-color:#a16207bf!important}.divide-yellow-700\/80>:not([hidden])~:not([hidden]){border-color:#a16207cc!important}.divide-yellow-700\/85>:not([hidden])~:not([hidden]){border-color:#a16207d9!important}.divide-yellow-700\/90>:not([hidden])~:not([hidden]){border-color:#a16207e6!important}.divide-yellow-700\/95>:not([hidden])~:not([hidden]){border-color:#a16207f2!important}.divide-yellow-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1 !important;border-color:rgb(133 77 14 / var(--tw-divide-opacity, 1))!important}.divide-yellow-800\/0>:not([hidden])~:not([hidden]){border-color:#854d0e00!important}.divide-yellow-800\/10>:not([hidden])~:not([hidden]){border-color:#854d0e1a!important}.divide-yellow-800\/100>:not([hidden])~:not([hidden]){border-color:#854d0e!important}.divide-yellow-800\/15>:not([hidden])~:not([hidden]){border-color:#854d0e26!important}.divide-yellow-800\/20>:not([hidden])~:not([hidden]){border-color:#854d0e33!important}.divide-yellow-800\/25>:not([hidden])~:not([hidden]){border-color:#854d0e40!important}.divide-yellow-800\/30>:not([hidden])~:not([hidden]){border-color:#854d0e4d!important}.divide-yellow-800\/35>:not([hidden])~:not([hidden]){border-color:#854d0e59!important}.divide-yellow-800\/40>:not([hidden])~:not([hidden]){border-color:#854d0e66!important}.divide-yellow-800\/45>:not([hidden])~:not([hidden]){border-color:#854d0e73!important}.divide-yellow-800\/5>:not([hidden])~:not([hidden]){border-color:#854d0e0d!important}.divide-yellow-800\/50>:not([hidden])~:not([hidden]){border-color:#854d0e80!important}.divide-yellow-800\/55>:not([hidden])~:not([hidden]){border-color:#854d0e8c!important}.divide-yellow-800\/60>:not([hidden])~:not([hidden]){border-color:#854d0e99!important}.divide-yellow-800\/65>:not([hidden])~:not([hidden]){border-color:#854d0ea6!important}.divide-yellow-800\/70>:not([hidden])~:not([hidden]){border-color:#854d0eb3!important}.divide-yellow-800\/75>:not([hidden])~:not([hidden]){border-color:#854d0ebf!important}.divide-yellow-800\/80>:not([hidden])~:not([hidden]){border-color:#854d0ecc!important}.divide-yellow-800\/85>:not([hidden])~:not([hidden]){border-color:#854d0ed9!important}.divide-yellow-800\/90>:not([hidden])~:not([hidden]){border-color:#854d0ee6!important}.divide-yellow-800\/95>:not([hidden])~:not([hidden]){border-color:#854d0ef2!important}.divide-yellow-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1 !important;border-color:rgb(113 63 18 / var(--tw-divide-opacity, 1))!important}.divide-yellow-900\/0>:not([hidden])~:not([hidden]){border-color:#713f1200!important}.divide-yellow-900\/10>:not([hidden])~:not([hidden]){border-color:#713f121a!important}.divide-yellow-900\/100>:not([hidden])~:not([hidden]){border-color:#713f12!important}.divide-yellow-900\/15>:not([hidden])~:not([hidden]){border-color:#713f1226!important}.divide-yellow-900\/20>:not([hidden])~:not([hidden]){border-color:#713f1233!important}.divide-yellow-900\/25>:not([hidden])~:not([hidden]){border-color:#713f1240!important}.divide-yellow-900\/30>:not([hidden])~:not([hidden]){border-color:#713f124d!important}.divide-yellow-900\/35>:not([hidden])~:not([hidden]){border-color:#713f1259!important}.divide-yellow-900\/40>:not([hidden])~:not([hidden]){border-color:#713f1266!important}.divide-yellow-900\/45>:not([hidden])~:not([hidden]){border-color:#713f1273!important}.divide-yellow-900\/5>:not([hidden])~:not([hidden]){border-color:#713f120d!important}.divide-yellow-900\/50>:not([hidden])~:not([hidden]){border-color:#713f1280!important}.divide-yellow-900\/55>:not([hidden])~:not([hidden]){border-color:#713f128c!important}.divide-yellow-900\/60>:not([hidden])~:not([hidden]){border-color:#713f1299!important}.divide-yellow-900\/65>:not([hidden])~:not([hidden]){border-color:#713f12a6!important}.divide-yellow-900\/70>:not([hidden])~:not([hidden]){border-color:#713f12b3!important}.divide-yellow-900\/75>:not([hidden])~:not([hidden]){border-color:#713f12bf!important}.divide-yellow-900\/80>:not([hidden])~:not([hidden]){border-color:#713f12cc!important}.divide-yellow-900\/85>:not([hidden])~:not([hidden]){border-color:#713f12d9!important}.divide-yellow-900\/90>:not([hidden])~:not([hidden]){border-color:#713f12e6!important}.divide-yellow-900\/95>:not([hidden])~:not([hidden]){border-color:#713f12f2!important}.divide-yellow-950>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1 !important;border-color:rgb(66 32 6 / var(--tw-divide-opacity, 1))!important}.divide-yellow-950\/0>:not([hidden])~:not([hidden]){border-color:#42200600!important}.divide-yellow-950\/10>:not([hidden])~:not([hidden]){border-color:#4220061a!important}.divide-yellow-950\/100>:not([hidden])~:not([hidden]){border-color:#422006!important}.divide-yellow-950\/15>:not([hidden])~:not([hidden]){border-color:#42200626!important}.divide-yellow-950\/20>:not([hidden])~:not([hidden]){border-color:#42200633!important}.divide-yellow-950\/25>:not([hidden])~:not([hidden]){border-color:#42200640!important}.divide-yellow-950\/30>:not([hidden])~:not([hidden]){border-color:#4220064d!important}.divide-yellow-950\/35>:not([hidden])~:not([hidden]){border-color:#42200659!important}.divide-yellow-950\/40>:not([hidden])~:not([hidden]){border-color:#42200666!important}.divide-yellow-950\/45>:not([hidden])~:not([hidden]){border-color:#42200673!important}.divide-yellow-950\/5>:not([hidden])~:not([hidden]){border-color:#4220060d!important}.divide-yellow-950\/50>:not([hidden])~:not([hidden]){border-color:#42200680!important}.divide-yellow-950\/55>:not([hidden])~:not([hidden]){border-color:#4220068c!important}.divide-yellow-950\/60>:not([hidden])~:not([hidden]){border-color:#42200699!important}.divide-yellow-950\/65>:not([hidden])~:not([hidden]){border-color:#422006a6!important}.divide-yellow-950\/70>:not([hidden])~:not([hidden]){border-color:#422006b3!important}.divide-yellow-950\/75>:not([hidden])~:not([hidden]){border-color:#422006bf!important}.divide-yellow-950\/80>:not([hidden])~:not([hidden]){border-color:#422006cc!important}.divide-yellow-950\/85>:not([hidden])~:not([hidden]){border-color:#422006d9!important}.divide-yellow-950\/90>:not([hidden])~:not([hidden]){border-color:#422006e6!important}.divide-yellow-950\/95>:not([hidden])~:not([hidden]){border-color:#422006f2!important}.place-self-end{place-self:end!important}.self-end{align-self:flex-end!important}.self-center{align-self:center!important}.justify-self-start{justify-self:start!important}.justify-self-end{justify-self:end!important}.justify-self-center{justify-self:center!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-clip{overflow:clip!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-clip{overflow-x:clip!important}.overflow-y-clip{overflow-y:clip!important}.overflow-x-visible{overflow-x:visible!important}.overflow-y-visible{overflow-y:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-scroll{overflow-y:scroll!important}.overflow-ellipsis{text-overflow:ellipsis!important}.hyphens-auto{hyphens:auto!important}.whitespace-nowrap{white-space:nowrap!important}.whitespace-pre-line{white-space:pre-line!important}.rounded-2\.5xl{border-radius:2rem!important}.rounded-2xl{border-radius:1rem!important}.rounded-3xl{border-radius:1.5rem!important}.rounded-4xl{border-radius:2rem!important}.rounded-full{border-radius:9999px!important}.rounded-lg{border-radius:.5rem!important}.rounded-md{border-radius:.375rem!important}.rounded-none{border-radius:0!important}.rounded-sm{border-radius:.125rem!important}.rounded-xl{border-radius:.75rem!important}.rounded-b{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-b-2\.5xl{border-bottom-right-radius:2rem!important;border-bottom-left-radius:2rem!important}.rounded-b-2xl{border-bottom-right-radius:1rem!important;border-bottom-left-radius:1rem!important}.rounded-b-3xl{border-bottom-right-radius:1.5rem!important;border-bottom-left-radius:1.5rem!important}.rounded-b-4xl{border-bottom-right-radius:2rem!important;border-bottom-left-radius:2rem!important}.rounded-b-full{border-bottom-right-radius:9999px!important;border-bottom-left-radius:9999px!important}.rounded-b-lg{border-bottom-right-radius:.5rem!important;border-bottom-left-radius:.5rem!important}.rounded-b-md{border-bottom-right-radius:.375rem!important;border-bottom-left-radius:.375rem!important}.rounded-b-none{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-b-sm{border-bottom-right-radius:.125rem!important;border-bottom-left-radius:.125rem!important}.rounded-b-xl{border-bottom-right-radius:.75rem!important;border-bottom-left-radius:.75rem!important}.rounded-e{border-start-end-radius:.25rem!important;border-end-end-radius:.25rem!important}.rounded-e-2\.5xl{border-start-end-radius:2rem!important;border-end-end-radius:2rem!important}.rounded-e-2xl{border-start-end-radius:1rem!important;border-end-end-radius:1rem!important}.rounded-e-3xl{border-start-end-radius:1.5rem!important;border-end-end-radius:1.5rem!important}.rounded-e-4xl{border-start-end-radius:2rem!important;border-end-end-radius:2rem!important}.rounded-e-full{border-start-end-radius:9999px!important;border-end-end-radius:9999px!important}.rounded-e-lg{border-start-end-radius:.5rem!important;border-end-end-radius:.5rem!important}.rounded-e-md{border-start-end-radius:.375rem!important;border-end-end-radius:.375rem!important}.rounded-e-none{border-start-end-radius:0px!important;border-end-end-radius:0px!important}.rounded-e-sm{border-start-end-radius:.125rem!important;border-end-end-radius:.125rem!important}.rounded-e-xl{border-start-end-radius:.75rem!important;border-end-end-radius:.75rem!important}.rounded-l{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-l-2\.5xl{border-top-left-radius:2rem!important;border-bottom-left-radius:2rem!important}.rounded-l-2xl{border-top-left-radius:1rem!important;border-bottom-left-radius:1rem!important}.rounded-l-3xl{border-top-left-radius:1.5rem!important;border-bottom-left-radius:1.5rem!important}.rounded-l-4xl{border-top-left-radius:2rem!important;border-bottom-left-radius:2rem!important}.rounded-l-full{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.rounded-l-lg{border-top-left-radius:.5rem!important;border-bottom-left-radius:.5rem!important}.rounded-l-md{border-top-left-radius:.375rem!important;border-bottom-left-radius:.375rem!important}.rounded-l-none{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.rounded-l-sm{border-top-left-radius:.125rem!important;border-bottom-left-radius:.125rem!important}.rounded-l-xl{border-top-left-radius:.75rem!important;border-bottom-left-radius:.75rem!important}.rounded-r{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-r-2\.5xl{border-top-right-radius:2rem!important;border-bottom-right-radius:2rem!important}.rounded-r-2xl{border-top-right-radius:1rem!important;border-bottom-right-radius:1rem!important}.rounded-r-3xl{border-top-right-radius:1.5rem!important;border-bottom-right-radius:1.5rem!important}.rounded-r-4xl{border-top-right-radius:2rem!important;border-bottom-right-radius:2rem!important}.rounded-r-full{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.rounded-r-lg{border-top-right-radius:.5rem!important;border-bottom-right-radius:.5rem!important}.rounded-r-md{border-top-right-radius:.375rem!important;border-bottom-right-radius:.375rem!important}.rounded-r-none{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-r-sm{border-top-right-radius:.125rem!important;border-bottom-right-radius:.125rem!important}.rounded-r-xl{border-top-right-radius:.75rem!important;border-bottom-right-radius:.75rem!important}.rounded-s{border-start-start-radius:.25rem!important;border-end-start-radius:.25rem!important}.rounded-s-2\.5xl{border-start-start-radius:2rem!important;border-end-start-radius:2rem!important}.rounded-s-2xl{border-start-start-radius:1rem!important;border-end-start-radius:1rem!important}.rounded-s-3xl{border-start-start-radius:1.5rem!important;border-end-start-radius:1.5rem!important}.rounded-s-4xl{border-start-start-radius:2rem!important;border-end-start-radius:2rem!important}.rounded-s-full{border-start-start-radius:9999px!important;border-end-start-radius:9999px!important}.rounded-s-lg{border-start-start-radius:.5rem!important;border-end-start-radius:.5rem!important}.rounded-s-md{border-start-start-radius:.375rem!important;border-end-start-radius:.375rem!important}.rounded-s-none{border-start-start-radius:0px!important;border-end-start-radius:0px!important}.rounded-s-sm{border-start-start-radius:.125rem!important;border-end-start-radius:.125rem!important}.rounded-s-xl{border-start-start-radius:.75rem!important;border-end-start-radius:.75rem!important}.rounded-t{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-t-2\.5xl{border-top-left-radius:2rem!important;border-top-right-radius:2rem!important}.rounded-t-2xl{border-top-left-radius:1rem!important;border-top-right-radius:1rem!important}.rounded-t-3xl{border-top-left-radius:1.5rem!important;border-top-right-radius:1.5rem!important}.rounded-t-4xl{border-top-left-radius:2rem!important;border-top-right-radius:2rem!important}.rounded-t-full{border-top-left-radius:9999px!important;border-top-right-radius:9999px!important}.rounded-t-lg{border-top-left-radius:.5rem!important;border-top-right-radius:.5rem!important}.rounded-t-md{border-top-left-radius:.375rem!important;border-top-right-radius:.375rem!important}.rounded-t-none{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-t-sm{border-top-left-radius:.125rem!important;border-top-right-radius:.125rem!important}.rounded-t-xl{border-top-left-radius:.75rem!important;border-top-right-radius:.75rem!important}.rounded-bl{border-bottom-left-radius:.25rem!important}.rounded-bl-2\.5xl{border-bottom-left-radius:2rem!important}.rounded-bl-2xl{border-bottom-left-radius:1rem!important}.rounded-bl-3xl{border-bottom-left-radius:1.5rem!important}.rounded-bl-4xl{border-bottom-left-radius:2rem!important}.rounded-bl-full{border-bottom-left-radius:9999px!important}.rounded-bl-lg{border-bottom-left-radius:.5rem!important}.rounded-bl-md{border-bottom-left-radius:.375rem!important}.rounded-bl-none{border-bottom-left-radius:0!important}.rounded-bl-sm{border-bottom-left-radius:.125rem!important}.rounded-bl-xl{border-bottom-left-radius:.75rem!important}.rounded-br{border-bottom-right-radius:.25rem!important}.rounded-br-2\.5xl{border-bottom-right-radius:2rem!important}.rounded-br-2xl{border-bottom-right-radius:1rem!important}.rounded-br-3xl{border-bottom-right-radius:1.5rem!important}.rounded-br-4xl{border-bottom-right-radius:2rem!important}.rounded-br-full{border-bottom-right-radius:9999px!important}.rounded-br-lg{border-bottom-right-radius:.5rem!important}.rounded-br-md{border-bottom-right-radius:.375rem!important}.rounded-br-none{border-bottom-right-radius:0!important}.rounded-br-sm{border-bottom-right-radius:.125rem!important}.rounded-br-xl{border-bottom-right-radius:.75rem!important}.rounded-ee{border-end-end-radius:.25rem!important}.rounded-ee-2\.5xl{border-end-end-radius:2rem!important}.rounded-ee-2xl{border-end-end-radius:1rem!important}.rounded-ee-3xl{border-end-end-radius:1.5rem!important}.rounded-ee-4xl{border-end-end-radius:2rem!important}.rounded-ee-full{border-end-end-radius:9999px!important}.rounded-ee-lg{border-end-end-radius:.5rem!important}.rounded-ee-md{border-end-end-radius:.375rem!important}.rounded-ee-none{border-end-end-radius:0px!important}.rounded-ee-sm{border-end-end-radius:.125rem!important}.rounded-ee-xl{border-end-end-radius:.75rem!important}.rounded-es{border-end-start-radius:.25rem!important}.rounded-es-2\.5xl{border-end-start-radius:2rem!important}.rounded-es-2xl{border-end-start-radius:1rem!important}.rounded-es-3xl{border-end-start-radius:1.5rem!important}.rounded-es-4xl{border-end-start-radius:2rem!important}.rounded-es-full{border-end-start-radius:9999px!important}.rounded-es-lg{border-end-start-radius:.5rem!important}.rounded-es-md{border-end-start-radius:.375rem!important}.rounded-es-none{border-end-start-radius:0px!important}.rounded-es-sm{border-end-start-radius:.125rem!important}.rounded-es-xl{border-end-start-radius:.75rem!important}.rounded-se{border-start-end-radius:.25rem!important}.rounded-se-2\.5xl{border-start-end-radius:2rem!important}.rounded-se-2xl{border-start-end-radius:1rem!important}.rounded-se-3xl{border-start-end-radius:1.5rem!important}.rounded-se-4xl{border-start-end-radius:2rem!important}.rounded-se-full{border-start-end-radius:9999px!important}.rounded-se-lg{border-start-end-radius:.5rem!important}.rounded-se-md{border-start-end-radius:.375rem!important}.rounded-se-none{border-start-end-radius:0px!important}.rounded-se-sm{border-start-end-radius:.125rem!important}.rounded-se-xl{border-start-end-radius:.75rem!important}.rounded-ss{border-start-start-radius:.25rem!important}.rounded-ss-2\.5xl{border-start-start-radius:2rem!important}.rounded-ss-2xl{border-start-start-radius:1rem!important}.rounded-ss-3xl{border-start-start-radius:1.5rem!important}.rounded-ss-4xl{border-start-start-radius:2rem!important}.rounded-ss-full{border-start-start-radius:9999px!important}.rounded-ss-lg{border-start-start-radius:.5rem!important}.rounded-ss-md{border-start-start-radius:.375rem!important}.rounded-ss-none{border-start-start-radius:0px!important}.rounded-ss-sm{border-start-start-radius:.125rem!important}.rounded-ss-xl{border-start-start-radius:.75rem!important}.rounded-tl{border-top-left-radius:.25rem!important}.rounded-tl-2\.5xl{border-top-left-radius:2rem!important}.rounded-tl-2xl{border-top-left-radius:1rem!important}.rounded-tl-3xl{border-top-left-radius:1.5rem!important}.rounded-tl-4xl{border-top-left-radius:2rem!important}.rounded-tl-full{border-top-left-radius:9999px!important}.rounded-tl-lg{border-top-left-radius:.5rem!important}.rounded-tl-md{border-top-left-radius:.375rem!important}.rounded-tl-none{border-top-left-radius:0!important}.rounded-tl-sm{border-top-left-radius:.125rem!important}.rounded-tl-xl{border-top-left-radius:.75rem!important}.rounded-tr{border-top-right-radius:.25rem!important}.rounded-tr-2\.5xl{border-top-right-radius:2rem!important}.rounded-tr-2xl{border-top-right-radius:1rem!important}.rounded-tr-3xl{border-top-right-radius:1.5rem!important}.rounded-tr-4xl{border-top-right-radius:2rem!important}.rounded-tr-full{border-top-right-radius:9999px!important}.rounded-tr-lg{border-top-right-radius:.5rem!important}.rounded-tr-md{border-top-right-radius:.375rem!important}.rounded-tr-none{border-top-right-radius:0!important}.rounded-tr-sm{border-top-right-radius:.125rem!important}.rounded-tr-xl{border-top-right-radius:.75rem!important}.border{border-width:1px!important}.border-2{border-width:2px!important}.border-b{border-bottom-width:1px!important}.border-l{border-left-width:1px!important}.border-r{border-right-width:1px!important}.border-t{border-top-width:1px!important}.border-gray-300{--tw-border-opacity: 1 !important;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))!important}.border-primary{--tw-border-opacity: 1 !important;border-color:rgb(1 81 58 / var(--tw-border-opacity, 1))!important}.border-primary\/50{border-color:#01513a80!important}.border-primaryLight{--tw-border-opacity: 1 !important;border-color:rgb(225 238 233 / var(--tw-border-opacity, 1))!important}.border-secondary{--tw-border-opacity: 1 !important;border-color:rgb(82 129 109 / var(--tw-border-opacity, 1))!important}.border-tertiary{--tw-border-opacity: 1 !important;border-color:rgb(121 156 179 / var(--tw-border-opacity, 1))!important}.border-transparent{border-color:transparent!important}.border-white{--tw-border-opacity: 1 !important;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))!important}.border-white\/50{border-color:#ffffff80!important}.border-yellow-100{--tw-border-opacity: 1 !important;border-color:rgb(254 249 195 / var(--tw-border-opacity, 1))!important}.border-yellow-100\/0{border-color:#fef9c300!important}.border-yellow-100\/10{border-color:#fef9c31a!important}.border-yellow-100\/100{border-color:#fef9c3!important}.border-yellow-100\/15{border-color:#fef9c326!important}.border-yellow-100\/20{border-color:#fef9c333!important}.border-yellow-100\/25{border-color:#fef9c340!important}.border-yellow-100\/30{border-color:#fef9c34d!important}.border-yellow-100\/35{border-color:#fef9c359!important}.border-yellow-100\/40{border-color:#fef9c366!important}.border-yellow-100\/45{border-color:#fef9c373!important}.border-yellow-100\/5{border-color:#fef9c30d!important}.border-yellow-100\/50{border-color:#fef9c380!important}.border-yellow-100\/55{border-color:#fef9c38c!important}.border-yellow-100\/60{border-color:#fef9c399!important}.border-yellow-100\/65{border-color:#fef9c3a6!important}.border-yellow-100\/70{border-color:#fef9c3b3!important}.border-yellow-100\/75{border-color:#fef9c3bf!important}.border-yellow-100\/80{border-color:#fef9c3cc!important}.border-yellow-100\/85{border-color:#fef9c3d9!important}.border-yellow-100\/90{border-color:#fef9c3e6!important}.border-yellow-100\/95{border-color:#fef9c3f2!important}.border-yellow-200{--tw-border-opacity: 1 !important;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))!important}.border-yellow-200\/0{border-color:#fef08a00!important}.border-yellow-200\/10{border-color:#fef08a1a!important}.border-yellow-200\/100{border-color:#fef08a!important}.border-yellow-200\/15{border-color:#fef08a26!important}.border-yellow-200\/20{border-color:#fef08a33!important}.border-yellow-200\/25{border-color:#fef08a40!important}.border-yellow-200\/30{border-color:#fef08a4d!important}.border-yellow-200\/35{border-color:#fef08a59!important}.border-yellow-200\/40{border-color:#fef08a66!important}.border-yellow-200\/45{border-color:#fef08a73!important}.border-yellow-200\/5{border-color:#fef08a0d!important}.border-yellow-200\/50{border-color:#fef08a80!important}.border-yellow-200\/55{border-color:#fef08a8c!important}.border-yellow-200\/60{border-color:#fef08a99!important}.border-yellow-200\/65{border-color:#fef08aa6!important}.border-yellow-200\/70{border-color:#fef08ab3!important}.border-yellow-200\/75{border-color:#fef08abf!important}.border-yellow-200\/80{border-color:#fef08acc!important}.border-yellow-200\/85{border-color:#fef08ad9!important}.border-yellow-200\/90{border-color:#fef08ae6!important}.border-yellow-200\/95{border-color:#fef08af2!important}.border-yellow-300{--tw-border-opacity: 1 !important;border-color:rgb(253 224 71 / var(--tw-border-opacity, 1))!important}.border-yellow-300\/0{border-color:#fde04700!important}.border-yellow-300\/10{border-color:#fde0471a!important}.border-yellow-300\/100{border-color:#fde047!important}.border-yellow-300\/15{border-color:#fde04726!important}.border-yellow-300\/20{border-color:#fde04733!important}.border-yellow-300\/25{border-color:#fde04740!important}.border-yellow-300\/30{border-color:#fde0474d!important}.border-yellow-300\/35{border-color:#fde04759!important}.border-yellow-300\/40{border-color:#fde04766!important}.border-yellow-300\/45{border-color:#fde04773!important}.border-yellow-300\/5{border-color:#fde0470d!important}.border-yellow-300\/50{border-color:#fde04780!important}.border-yellow-300\/55{border-color:#fde0478c!important}.border-yellow-300\/60{border-color:#fde04799!important}.border-yellow-300\/65{border-color:#fde047a6!important}.border-yellow-300\/70{border-color:#fde047b3!important}.border-yellow-300\/75{border-color:#fde047bf!important}.border-yellow-300\/80{border-color:#fde047cc!important}.border-yellow-300\/85{border-color:#fde047d9!important}.border-yellow-300\/90{border-color:#fde047e6!important}.border-yellow-300\/95{border-color:#fde047f2!important}.border-yellow-400{--tw-border-opacity: 1 !important;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1))!important}.border-yellow-400\/0{border-color:#facc1500!important}.border-yellow-400\/10{border-color:#facc151a!important}.border-yellow-400\/100{border-color:#facc15!important}.border-yellow-400\/15{border-color:#facc1526!important}.border-yellow-400\/20{border-color:#facc1533!important}.border-yellow-400\/25{border-color:#facc1540!important}.border-yellow-400\/30{border-color:#facc154d!important}.border-yellow-400\/35{border-color:#facc1559!important}.border-yellow-400\/40{border-color:#facc1566!important}.border-yellow-400\/45{border-color:#facc1573!important}.border-yellow-400\/5{border-color:#facc150d!important}.border-yellow-400\/50{border-color:#facc1580!important}.border-yellow-400\/55{border-color:#facc158c!important}.border-yellow-400\/60{border-color:#facc1599!important}.border-yellow-400\/65{border-color:#facc15a6!important}.border-yellow-400\/70{border-color:#facc15b3!important}.border-yellow-400\/75{border-color:#facc15bf!important}.border-yellow-400\/80{border-color:#facc15cc!important}.border-yellow-400\/85{border-color:#facc15d9!important}.border-yellow-400\/90{border-color:#facc15e6!important}.border-yellow-400\/95{border-color:#facc15f2!important}.border-yellow-50{--tw-border-opacity: 1 !important;border-color:rgb(254 252 232 / var(--tw-border-opacity, 1))!important}.border-yellow-50\/0{border-color:#fefce800!important}.border-yellow-50\/10{border-color:#fefce81a!important}.border-yellow-50\/100{border-color:#fefce8!important}.border-yellow-50\/15{border-color:#fefce826!important}.border-yellow-50\/20{border-color:#fefce833!important}.border-yellow-50\/25{border-color:#fefce840!important}.border-yellow-50\/30{border-color:#fefce84d!important}.border-yellow-50\/35{border-color:#fefce859!important}.border-yellow-50\/40{border-color:#fefce866!important}.border-yellow-50\/45{border-color:#fefce873!important}.border-yellow-50\/5{border-color:#fefce80d!important}.border-yellow-50\/50{border-color:#fefce880!important}.border-yellow-50\/55{border-color:#fefce88c!important}.border-yellow-50\/60{border-color:#fefce899!important}.border-yellow-50\/65{border-color:#fefce8a6!important}.border-yellow-50\/70{border-color:#fefce8b3!important}.border-yellow-50\/75{border-color:#fefce8bf!important}.border-yellow-50\/80{border-color:#fefce8cc!important}.border-yellow-50\/85{border-color:#fefce8d9!important}.border-yellow-50\/90{border-color:#fefce8e6!important}.border-yellow-50\/95{border-color:#fefce8f2!important}.border-yellow-500{--tw-border-opacity: 1 !important;border-color:rgb(234 179 8 / var(--tw-border-opacity, 1))!important}.border-yellow-500\/0{border-color:#eab30800!important}.border-yellow-500\/10{border-color:#eab3081a!important}.border-yellow-500\/100{border-color:#eab308!important}.border-yellow-500\/15{border-color:#eab30826!important}.border-yellow-500\/20{border-color:#eab30833!important}.border-yellow-500\/25{border-color:#eab30840!important}.border-yellow-500\/30{border-color:#eab3084d!important}.border-yellow-500\/35{border-color:#eab30859!important}.border-yellow-500\/40{border-color:#eab30866!important}.border-yellow-500\/45{border-color:#eab30873!important}.border-yellow-500\/5{border-color:#eab3080d!important}.border-yellow-500\/50{border-color:#eab30880!important}.border-yellow-500\/55{border-color:#eab3088c!important}.border-yellow-500\/60{border-color:#eab30899!important}.border-yellow-500\/65{border-color:#eab308a6!important}.border-yellow-500\/70{border-color:#eab308b3!important}.border-yellow-500\/75{border-color:#eab308bf!important}.border-yellow-500\/80{border-color:#eab308cc!important}.border-yellow-500\/85{border-color:#eab308d9!important}.border-yellow-500\/90{border-color:#eab308e6!important}.border-yellow-500\/95{border-color:#eab308f2!important}.border-yellow-600{--tw-border-opacity: 1 !important;border-color:rgb(202 138 4 / var(--tw-border-opacity, 1))!important}.border-yellow-600\/0{border-color:#ca8a0400!important}.border-yellow-600\/10{border-color:#ca8a041a!important}.border-yellow-600\/100{border-color:#ca8a04!important}.border-yellow-600\/15{border-color:#ca8a0426!important}.border-yellow-600\/20{border-color:#ca8a0433!important}.border-yellow-600\/25{border-color:#ca8a0440!important}.border-yellow-600\/30{border-color:#ca8a044d!important}.border-yellow-600\/35{border-color:#ca8a0459!important}.border-yellow-600\/40{border-color:#ca8a0466!important}.border-yellow-600\/45{border-color:#ca8a0473!important}.border-yellow-600\/5{border-color:#ca8a040d!important}.border-yellow-600\/50{border-color:#ca8a0480!important}.border-yellow-600\/55{border-color:#ca8a048c!important}.border-yellow-600\/60{border-color:#ca8a0499!important}.border-yellow-600\/65{border-color:#ca8a04a6!important}.border-yellow-600\/70{border-color:#ca8a04b3!important}.border-yellow-600\/75{border-color:#ca8a04bf!important}.border-yellow-600\/80{border-color:#ca8a04cc!important}.border-yellow-600\/85{border-color:#ca8a04d9!important}.border-yellow-600\/90{border-color:#ca8a04e6!important}.border-yellow-600\/95{border-color:#ca8a04f2!important}.border-yellow-700{--tw-border-opacity: 1 !important;border-color:rgb(161 98 7 / var(--tw-border-opacity, 1))!important}.border-yellow-700\/0{border-color:#a1620700!important}.border-yellow-700\/10{border-color:#a162071a!important}.border-yellow-700\/100{border-color:#a16207!important}.border-yellow-700\/15{border-color:#a1620726!important}.border-yellow-700\/20{border-color:#a1620733!important}.border-yellow-700\/25{border-color:#a1620740!important}.border-yellow-700\/30{border-color:#a162074d!important}.border-yellow-700\/35{border-color:#a1620759!important}.border-yellow-700\/40{border-color:#a1620766!important}.border-yellow-700\/45{border-color:#a1620773!important}.border-yellow-700\/5{border-color:#a162070d!important}.border-yellow-700\/50{border-color:#a1620780!important}.border-yellow-700\/55{border-color:#a162078c!important}.border-yellow-700\/60{border-color:#a1620799!important}.border-yellow-700\/65{border-color:#a16207a6!important}.border-yellow-700\/70{border-color:#a16207b3!important}.border-yellow-700\/75{border-color:#a16207bf!important}.border-yellow-700\/80{border-color:#a16207cc!important}.border-yellow-700\/85{border-color:#a16207d9!important}.border-yellow-700\/90{border-color:#a16207e6!important}.border-yellow-700\/95{border-color:#a16207f2!important}.border-yellow-800{--tw-border-opacity: 1 !important;border-color:rgb(133 77 14 / var(--tw-border-opacity, 1))!important}.border-yellow-800\/0{border-color:#854d0e00!important}.border-yellow-800\/10{border-color:#854d0e1a!important}.border-yellow-800\/100{border-color:#854d0e!important}.border-yellow-800\/15{border-color:#854d0e26!important}.border-yellow-800\/20{border-color:#854d0e33!important}.border-yellow-800\/25{border-color:#854d0e40!important}.border-yellow-800\/30{border-color:#854d0e4d!important}.border-yellow-800\/35{border-color:#854d0e59!important}.border-yellow-800\/40{border-color:#854d0e66!important}.border-yellow-800\/45{border-color:#854d0e73!important}.border-yellow-800\/5{border-color:#854d0e0d!important}.border-yellow-800\/50{border-color:#854d0e80!important}.border-yellow-800\/55{border-color:#854d0e8c!important}.border-yellow-800\/60{border-color:#854d0e99!important}.border-yellow-800\/65{border-color:#854d0ea6!important}.border-yellow-800\/70{border-color:#854d0eb3!important}.border-yellow-800\/75{border-color:#854d0ebf!important}.border-yellow-800\/80{border-color:#854d0ecc!important}.border-yellow-800\/85{border-color:#854d0ed9!important}.border-yellow-800\/90{border-color:#854d0ee6!important}.border-yellow-800\/95{border-color:#854d0ef2!important}.border-yellow-900{--tw-border-opacity: 1 !important;border-color:rgb(113 63 18 / var(--tw-border-opacity, 1))!important}.border-yellow-900\/0{border-color:#713f1200!important}.border-yellow-900\/10{border-color:#713f121a!important}.border-yellow-900\/100{border-color:#713f12!important}.border-yellow-900\/15{border-color:#713f1226!important}.border-yellow-900\/20{border-color:#713f1233!important}.border-yellow-900\/25{border-color:#713f1240!important}.border-yellow-900\/30{border-color:#713f124d!important}.border-yellow-900\/35{border-color:#713f1259!important}.border-yellow-900\/40{border-color:#713f1266!important}.border-yellow-900\/45{border-color:#713f1273!important}.border-yellow-900\/5{border-color:#713f120d!important}.border-yellow-900\/50{border-color:#713f1280!important}.border-yellow-900\/55{border-color:#713f128c!important}.border-yellow-900\/60{border-color:#713f1299!important}.border-yellow-900\/65{border-color:#713f12a6!important}.border-yellow-900\/70{border-color:#713f12b3!important}.border-yellow-900\/75{border-color:#713f12bf!important}.border-yellow-900\/80{border-color:#713f12cc!important}.border-yellow-900\/85{border-color:#713f12d9!important}.border-yellow-900\/90{border-color:#713f12e6!important}.border-yellow-900\/95{border-color:#713f12f2!important}.border-yellow-950{--tw-border-opacity: 1 !important;border-color:rgb(66 32 6 / var(--tw-border-opacity, 1))!important}.border-yellow-950\/0{border-color:#42200600!important}.border-yellow-950\/10{border-color:#4220061a!important}.border-yellow-950\/100{border-color:#422006!important}.border-yellow-950\/15{border-color:#42200626!important}.border-yellow-950\/20{border-color:#42200633!important}.border-yellow-950\/25{border-color:#42200640!important}.border-yellow-950\/30{border-color:#4220064d!important}.border-yellow-950\/35{border-color:#42200659!important}.border-yellow-950\/40{border-color:#42200666!important}.border-yellow-950\/45{border-color:#42200673!important}.border-yellow-950\/5{border-color:#4220060d!important}.border-yellow-950\/50{border-color:#42200680!important}.border-yellow-950\/55{border-color:#4220068c!important}.border-yellow-950\/60{border-color:#42200699!important}.border-yellow-950\/65{border-color:#422006a6!important}.border-yellow-950\/70{border-color:#422006b3!important}.border-yellow-950\/75{border-color:#422006bf!important}.border-yellow-950\/80{border-color:#422006cc!important}.border-yellow-950\/85{border-color:#422006d9!important}.border-yellow-950\/90{border-color:#422006e6!important}.border-yellow-950\/95{border-color:#422006f2!important}.border-x-yellow-100{--tw-border-opacity: 1 !important;border-left-color:rgb(254 249 195 / var(--tw-border-opacity, 1))!important;border-right-color:rgb(254 249 195 / var(--tw-border-opacity, 1))!important}.border-x-yellow-100\/0{border-left-color:#fef9c300!important;border-right-color:#fef9c300!important}.border-x-yellow-100\/10{border-left-color:#fef9c31a!important;border-right-color:#fef9c31a!important}.border-x-yellow-100\/100{border-left-color:#fef9c3!important;border-right-color:#fef9c3!important}.border-x-yellow-100\/15{border-left-color:#fef9c326!important;border-right-color:#fef9c326!important}.border-x-yellow-100\/20{border-left-color:#fef9c333!important;border-right-color:#fef9c333!important}.border-x-yellow-100\/25{border-left-color:#fef9c340!important;border-right-color:#fef9c340!important}.border-x-yellow-100\/30{border-left-color:#fef9c34d!important;border-right-color:#fef9c34d!important}.border-x-yellow-100\/35{border-left-color:#fef9c359!important;border-right-color:#fef9c359!important}.border-x-yellow-100\/40{border-left-color:#fef9c366!important;border-right-color:#fef9c366!important}.border-x-yellow-100\/45{border-left-color:#fef9c373!important;border-right-color:#fef9c373!important}.border-x-yellow-100\/5{border-left-color:#fef9c30d!important;border-right-color:#fef9c30d!important}.border-x-yellow-100\/50{border-left-color:#fef9c380!important;border-right-color:#fef9c380!important}.border-x-yellow-100\/55{border-left-color:#fef9c38c!important;border-right-color:#fef9c38c!important}.border-x-yellow-100\/60{border-left-color:#fef9c399!important;border-right-color:#fef9c399!important}.border-x-yellow-100\/65{border-left-color:#fef9c3a6!important;border-right-color:#fef9c3a6!important}.border-x-yellow-100\/70{border-left-color:#fef9c3b3!important;border-right-color:#fef9c3b3!important}.border-x-yellow-100\/75{border-left-color:#fef9c3bf!important;border-right-color:#fef9c3bf!important}.border-x-yellow-100\/80{border-left-color:#fef9c3cc!important;border-right-color:#fef9c3cc!important}.border-x-yellow-100\/85{border-left-color:#fef9c3d9!important;border-right-color:#fef9c3d9!important}.border-x-yellow-100\/90{border-left-color:#fef9c3e6!important;border-right-color:#fef9c3e6!important}.border-x-yellow-100\/95{border-left-color:#fef9c3f2!important;border-right-color:#fef9c3f2!important}.border-x-yellow-200{--tw-border-opacity: 1 !important;border-left-color:rgb(254 240 138 / var(--tw-border-opacity, 1))!important;border-right-color:rgb(254 240 138 / var(--tw-border-opacity, 1))!important}.border-x-yellow-200\/0{border-left-color:#fef08a00!important;border-right-color:#fef08a00!important}.border-x-yellow-200\/10{border-left-color:#fef08a1a!important;border-right-color:#fef08a1a!important}.border-x-yellow-200\/100{border-left-color:#fef08a!important;border-right-color:#fef08a!important}.border-x-yellow-200\/15{border-left-color:#fef08a26!important;border-right-color:#fef08a26!important}.border-x-yellow-200\/20{border-left-color:#fef08a33!important;border-right-color:#fef08a33!important}.border-x-yellow-200\/25{border-left-color:#fef08a40!important;border-right-color:#fef08a40!important}.border-x-yellow-200\/30{border-left-color:#fef08a4d!important;border-right-color:#fef08a4d!important}.border-x-yellow-200\/35{border-left-color:#fef08a59!important;border-right-color:#fef08a59!important}.border-x-yellow-200\/40{border-left-color:#fef08a66!important;border-right-color:#fef08a66!important}.border-x-yellow-200\/45{border-left-color:#fef08a73!important;border-right-color:#fef08a73!important}.border-x-yellow-200\/5{border-left-color:#fef08a0d!important;border-right-color:#fef08a0d!important}.border-x-yellow-200\/50{border-left-color:#fef08a80!important;border-right-color:#fef08a80!important}.border-x-yellow-200\/55{border-left-color:#fef08a8c!important;border-right-color:#fef08a8c!important}.border-x-yellow-200\/60{border-left-color:#fef08a99!important;border-right-color:#fef08a99!important}.border-x-yellow-200\/65{border-left-color:#fef08aa6!important;border-right-color:#fef08aa6!important}.border-x-yellow-200\/70{border-left-color:#fef08ab3!important;border-right-color:#fef08ab3!important}.border-x-yellow-200\/75{border-left-color:#fef08abf!important;border-right-color:#fef08abf!important}.border-x-yellow-200\/80{border-left-color:#fef08acc!important;border-right-color:#fef08acc!important}.border-x-yellow-200\/85{border-left-color:#fef08ad9!important;border-right-color:#fef08ad9!important}.border-x-yellow-200\/90{border-left-color:#fef08ae6!important;border-right-color:#fef08ae6!important}.border-x-yellow-200\/95{border-left-color:#fef08af2!important;border-right-color:#fef08af2!important}.border-x-yellow-300{--tw-border-opacity: 1 !important;border-left-color:rgb(253 224 71 / var(--tw-border-opacity, 1))!important;border-right-color:rgb(253 224 71 / var(--tw-border-opacity, 1))!important}.border-x-yellow-300\/0{border-left-color:#fde04700!important;border-right-color:#fde04700!important}.border-x-yellow-300\/10{border-left-color:#fde0471a!important;border-right-color:#fde0471a!important}.border-x-yellow-300\/100{border-left-color:#fde047!important;border-right-color:#fde047!important}.border-x-yellow-300\/15{border-left-color:#fde04726!important;border-right-color:#fde04726!important}.border-x-yellow-300\/20{border-left-color:#fde04733!important;border-right-color:#fde04733!important}.border-x-yellow-300\/25{border-left-color:#fde04740!important;border-right-color:#fde04740!important}.border-x-yellow-300\/30{border-left-color:#fde0474d!important;border-right-color:#fde0474d!important}.border-x-yellow-300\/35{border-left-color:#fde04759!important;border-right-color:#fde04759!important}.border-x-yellow-300\/40{border-left-color:#fde04766!important;border-right-color:#fde04766!important}.border-x-yellow-300\/45{border-left-color:#fde04773!important;border-right-color:#fde04773!important}.border-x-yellow-300\/5{border-left-color:#fde0470d!important;border-right-color:#fde0470d!important}.border-x-yellow-300\/50{border-left-color:#fde04780!important;border-right-color:#fde04780!important}.border-x-yellow-300\/55{border-left-color:#fde0478c!important;border-right-color:#fde0478c!important}.border-x-yellow-300\/60{border-left-color:#fde04799!important;border-right-color:#fde04799!important}.border-x-yellow-300\/65{border-left-color:#fde047a6!important;border-right-color:#fde047a6!important}.border-x-yellow-300\/70{border-left-color:#fde047b3!important;border-right-color:#fde047b3!important}.border-x-yellow-300\/75{border-left-color:#fde047bf!important;border-right-color:#fde047bf!important}.border-x-yellow-300\/80{border-left-color:#fde047cc!important;border-right-color:#fde047cc!important}.border-x-yellow-300\/85{border-left-color:#fde047d9!important;border-right-color:#fde047d9!important}.border-x-yellow-300\/90{border-left-color:#fde047e6!important;border-right-color:#fde047e6!important}.border-x-yellow-300\/95{border-left-color:#fde047f2!important;border-right-color:#fde047f2!important}.border-x-yellow-400{--tw-border-opacity: 1 !important;border-left-color:rgb(250 204 21 / var(--tw-border-opacity, 1))!important;border-right-color:rgb(250 204 21 / var(--tw-border-opacity, 1))!important}.border-x-yellow-400\/0{border-left-color:#facc1500!important;border-right-color:#facc1500!important}.border-x-yellow-400\/10{border-left-color:#facc151a!important;border-right-color:#facc151a!important}.border-x-yellow-400\/100{border-left-color:#facc15!important;border-right-color:#facc15!important}.border-x-yellow-400\/15{border-left-color:#facc1526!important;border-right-color:#facc1526!important}.border-x-yellow-400\/20{border-left-color:#facc1533!important;border-right-color:#facc1533!important}.border-x-yellow-400\/25{border-left-color:#facc1540!important;border-right-color:#facc1540!important}.border-x-yellow-400\/30{border-left-color:#facc154d!important;border-right-color:#facc154d!important}.border-x-yellow-400\/35{border-left-color:#facc1559!important;border-right-color:#facc1559!important}.border-x-yellow-400\/40{border-left-color:#facc1566!important;border-right-color:#facc1566!important}.border-x-yellow-400\/45{border-left-color:#facc1573!important;border-right-color:#facc1573!important}.border-x-yellow-400\/5{border-left-color:#facc150d!important;border-right-color:#facc150d!important}.border-x-yellow-400\/50{border-left-color:#facc1580!important;border-right-color:#facc1580!important}.border-x-yellow-400\/55{border-left-color:#facc158c!important;border-right-color:#facc158c!important}.border-x-yellow-400\/60{border-left-color:#facc1599!important;border-right-color:#facc1599!important}.border-x-yellow-400\/65{border-left-color:#facc15a6!important;border-right-color:#facc15a6!important}.border-x-yellow-400\/70{border-left-color:#facc15b3!important;border-right-color:#facc15b3!important}.border-x-yellow-400\/75{border-left-color:#facc15bf!important;border-right-color:#facc15bf!important}.border-x-yellow-400\/80{border-left-color:#facc15cc!important;border-right-color:#facc15cc!important}.border-x-yellow-400\/85{border-left-color:#facc15d9!important;border-right-color:#facc15d9!important}.border-x-yellow-400\/90{border-left-color:#facc15e6!important;border-right-color:#facc15e6!important}.border-x-yellow-400\/95{border-left-color:#facc15f2!important;border-right-color:#facc15f2!important}.border-x-yellow-50{--tw-border-opacity: 1 !important;border-left-color:rgb(254 252 232 / var(--tw-border-opacity, 1))!important;border-right-color:rgb(254 252 232 / var(--tw-border-opacity, 1))!important}.border-x-yellow-50\/0{border-left-color:#fefce800!important;border-right-color:#fefce800!important}.border-x-yellow-50\/10{border-left-color:#fefce81a!important;border-right-color:#fefce81a!important}.border-x-yellow-50\/100{border-left-color:#fefce8!important;border-right-color:#fefce8!important}.border-x-yellow-50\/15{border-left-color:#fefce826!important;border-right-color:#fefce826!important}.border-x-yellow-50\/20{border-left-color:#fefce833!important;border-right-color:#fefce833!important}.border-x-yellow-50\/25{border-left-color:#fefce840!important;border-right-color:#fefce840!important}.border-x-yellow-50\/30{border-left-color:#fefce84d!important;border-right-color:#fefce84d!important}.border-x-yellow-50\/35{border-left-color:#fefce859!important;border-right-color:#fefce859!important}.border-x-yellow-50\/40{border-left-color:#fefce866!important;border-right-color:#fefce866!important}.border-x-yellow-50\/45{border-left-color:#fefce873!important;border-right-color:#fefce873!important}.border-x-yellow-50\/5{border-left-color:#fefce80d!important;border-right-color:#fefce80d!important}.border-x-yellow-50\/50{border-left-color:#fefce880!important;border-right-color:#fefce880!important}.border-x-yellow-50\/55{border-left-color:#fefce88c!important;border-right-color:#fefce88c!important}.border-x-yellow-50\/60{border-left-color:#fefce899!important;border-right-color:#fefce899!important}.border-x-yellow-50\/65{border-left-color:#fefce8a6!important;border-right-color:#fefce8a6!important}.border-x-yellow-50\/70{border-left-color:#fefce8b3!important;border-right-color:#fefce8b3!important}.border-x-yellow-50\/75{border-left-color:#fefce8bf!important;border-right-color:#fefce8bf!important}.border-x-yellow-50\/80{border-left-color:#fefce8cc!important;border-right-color:#fefce8cc!important}.border-x-yellow-50\/85{border-left-color:#fefce8d9!important;border-right-color:#fefce8d9!important}.border-x-yellow-50\/90{border-left-color:#fefce8e6!important;border-right-color:#fefce8e6!important}.border-x-yellow-50\/95{border-left-color:#fefce8f2!important;border-right-color:#fefce8f2!important}.border-x-yellow-500{--tw-border-opacity: 1 !important;border-left-color:rgb(234 179 8 / var(--tw-border-opacity, 1))!important;border-right-color:rgb(234 179 8 / var(--tw-border-opacity, 1))!important}.border-x-yellow-500\/0{border-left-color:#eab30800!important;border-right-color:#eab30800!important}.border-x-yellow-500\/10{border-left-color:#eab3081a!important;border-right-color:#eab3081a!important}.border-x-yellow-500\/100{border-left-color:#eab308!important;border-right-color:#eab308!important}.border-x-yellow-500\/15{border-left-color:#eab30826!important;border-right-color:#eab30826!important}.border-x-yellow-500\/20{border-left-color:#eab30833!important;border-right-color:#eab30833!important}.border-x-yellow-500\/25{border-left-color:#eab30840!important;border-right-color:#eab30840!important}.border-x-yellow-500\/30{border-left-color:#eab3084d!important;border-right-color:#eab3084d!important}.border-x-yellow-500\/35{border-left-color:#eab30859!important;border-right-color:#eab30859!important}.border-x-yellow-500\/40{border-left-color:#eab30866!important;border-right-color:#eab30866!important}.border-x-yellow-500\/45{border-left-color:#eab30873!important;border-right-color:#eab30873!important}.border-x-yellow-500\/5{border-left-color:#eab3080d!important;border-right-color:#eab3080d!important}.border-x-yellow-500\/50{border-left-color:#eab30880!important;border-right-color:#eab30880!important}.border-x-yellow-500\/55{border-left-color:#eab3088c!important;border-right-color:#eab3088c!important}.border-x-yellow-500\/60{border-left-color:#eab30899!important;border-right-color:#eab30899!important}.border-x-yellow-500\/65{border-left-color:#eab308a6!important;border-right-color:#eab308a6!important}.border-x-yellow-500\/70{border-left-color:#eab308b3!important;border-right-color:#eab308b3!important}.border-x-yellow-500\/75{border-left-color:#eab308bf!important;border-right-color:#eab308bf!important}.border-x-yellow-500\/80{border-left-color:#eab308cc!important;border-right-color:#eab308cc!important}.border-x-yellow-500\/85{border-left-color:#eab308d9!important;border-right-color:#eab308d9!important}.border-x-yellow-500\/90{border-left-color:#eab308e6!important;border-right-color:#eab308e6!important}.border-x-yellow-500\/95{border-left-color:#eab308f2!important;border-right-color:#eab308f2!important}.border-x-yellow-600{--tw-border-opacity: 1 !important;border-left-color:rgb(202 138 4 / var(--tw-border-opacity, 1))!important;border-right-color:rgb(202 138 4 / var(--tw-border-opacity, 1))!important}.border-x-yellow-600\/0{border-left-color:#ca8a0400!important;border-right-color:#ca8a0400!important}.border-x-yellow-600\/10{border-left-color:#ca8a041a!important;border-right-color:#ca8a041a!important}.border-x-yellow-600\/100{border-left-color:#ca8a04!important;border-right-color:#ca8a04!important}.border-x-yellow-600\/15{border-left-color:#ca8a0426!important;border-right-color:#ca8a0426!important}.border-x-yellow-600\/20{border-left-color:#ca8a0433!important;border-right-color:#ca8a0433!important}.border-x-yellow-600\/25{border-left-color:#ca8a0440!important;border-right-color:#ca8a0440!important}.border-x-yellow-600\/30{border-left-color:#ca8a044d!important;border-right-color:#ca8a044d!important}.border-x-yellow-600\/35{border-left-color:#ca8a0459!important;border-right-color:#ca8a0459!important}.border-x-yellow-600\/40{border-left-color:#ca8a0466!important;border-right-color:#ca8a0466!important}.border-x-yellow-600\/45{border-left-color:#ca8a0473!important;border-right-color:#ca8a0473!important}.border-x-yellow-600\/5{border-left-color:#ca8a040d!important;border-right-color:#ca8a040d!important}.border-x-yellow-600\/50{border-left-color:#ca8a0480!important;border-right-color:#ca8a0480!important}.border-x-yellow-600\/55{border-left-color:#ca8a048c!important;border-right-color:#ca8a048c!important}.border-x-yellow-600\/60{border-left-color:#ca8a0499!important;border-right-color:#ca8a0499!important}.border-x-yellow-600\/65{border-left-color:#ca8a04a6!important;border-right-color:#ca8a04a6!important}.border-x-yellow-600\/70{border-left-color:#ca8a04b3!important;border-right-color:#ca8a04b3!important}.border-x-yellow-600\/75{border-left-color:#ca8a04bf!important;border-right-color:#ca8a04bf!important}.border-x-yellow-600\/80{border-left-color:#ca8a04cc!important;border-right-color:#ca8a04cc!important}.border-x-yellow-600\/85{border-left-color:#ca8a04d9!important;border-right-color:#ca8a04d9!important}.border-x-yellow-600\/90{border-left-color:#ca8a04e6!important;border-right-color:#ca8a04e6!important}.border-x-yellow-600\/95{border-left-color:#ca8a04f2!important;border-right-color:#ca8a04f2!important}.border-x-yellow-700{--tw-border-opacity: 1 !important;border-left-color:rgb(161 98 7 / var(--tw-border-opacity, 1))!important;border-right-color:rgb(161 98 7 / var(--tw-border-opacity, 1))!important}.border-x-yellow-700\/0{border-left-color:#a1620700!important;border-right-color:#a1620700!important}.border-x-yellow-700\/10{border-left-color:#a162071a!important;border-right-color:#a162071a!important}.border-x-yellow-700\/100{border-left-color:#a16207!important;border-right-color:#a16207!important}.border-x-yellow-700\/15{border-left-color:#a1620726!important;border-right-color:#a1620726!important}.border-x-yellow-700\/20{border-left-color:#a1620733!important;border-right-color:#a1620733!important}.border-x-yellow-700\/25{border-left-color:#a1620740!important;border-right-color:#a1620740!important}.border-x-yellow-700\/30{border-left-color:#a162074d!important;border-right-color:#a162074d!important}.border-x-yellow-700\/35{border-left-color:#a1620759!important;border-right-color:#a1620759!important}.border-x-yellow-700\/40{border-left-color:#a1620766!important;border-right-color:#a1620766!important}.border-x-yellow-700\/45{border-left-color:#a1620773!important;border-right-color:#a1620773!important}.border-x-yellow-700\/5{border-left-color:#a162070d!important;border-right-color:#a162070d!important}.border-x-yellow-700\/50{border-left-color:#a1620780!important;border-right-color:#a1620780!important}.border-x-yellow-700\/55{border-left-color:#a162078c!important;border-right-color:#a162078c!important}.border-x-yellow-700\/60{border-left-color:#a1620799!important;border-right-color:#a1620799!important}.border-x-yellow-700\/65{border-left-color:#a16207a6!important;border-right-color:#a16207a6!important}.border-x-yellow-700\/70{border-left-color:#a16207b3!important;border-right-color:#a16207b3!important}.border-x-yellow-700\/75{border-left-color:#a16207bf!important;border-right-color:#a16207bf!important}.border-x-yellow-700\/80{border-left-color:#a16207cc!important;border-right-color:#a16207cc!important}.border-x-yellow-700\/85{border-left-color:#a16207d9!important;border-right-color:#a16207d9!important}.border-x-yellow-700\/90{border-left-color:#a16207e6!important;border-right-color:#a16207e6!important}.border-x-yellow-700\/95{border-left-color:#a16207f2!important;border-right-color:#a16207f2!important}.border-x-yellow-800{--tw-border-opacity: 1 !important;border-left-color:rgb(133 77 14 / var(--tw-border-opacity, 1))!important;border-right-color:rgb(133 77 14 / var(--tw-border-opacity, 1))!important}.border-x-yellow-800\/0{border-left-color:#854d0e00!important;border-right-color:#854d0e00!important}.border-x-yellow-800\/10{border-left-color:#854d0e1a!important;border-right-color:#854d0e1a!important}.border-x-yellow-800\/100{border-left-color:#854d0e!important;border-right-color:#854d0e!important}.border-x-yellow-800\/15{border-left-color:#854d0e26!important;border-right-color:#854d0e26!important}.border-x-yellow-800\/20{border-left-color:#854d0e33!important;border-right-color:#854d0e33!important}.border-x-yellow-800\/25{border-left-color:#854d0e40!important;border-right-color:#854d0e40!important}.border-x-yellow-800\/30{border-left-color:#854d0e4d!important;border-right-color:#854d0e4d!important}.border-x-yellow-800\/35{border-left-color:#854d0e59!important;border-right-color:#854d0e59!important}.border-x-yellow-800\/40{border-left-color:#854d0e66!important;border-right-color:#854d0e66!important}.border-x-yellow-800\/45{border-left-color:#854d0e73!important;border-right-color:#854d0e73!important}.border-x-yellow-800\/5{border-left-color:#854d0e0d!important;border-right-color:#854d0e0d!important}.border-x-yellow-800\/50{border-left-color:#854d0e80!important;border-right-color:#854d0e80!important}.border-x-yellow-800\/55{border-left-color:#854d0e8c!important;border-right-color:#854d0e8c!important}.border-x-yellow-800\/60{border-left-color:#854d0e99!important;border-right-color:#854d0e99!important}.border-x-yellow-800\/65{border-left-color:#854d0ea6!important;border-right-color:#854d0ea6!important}.border-x-yellow-800\/70{border-left-color:#854d0eb3!important;border-right-color:#854d0eb3!important}.border-x-yellow-800\/75{border-left-color:#854d0ebf!important;border-right-color:#854d0ebf!important}.border-x-yellow-800\/80{border-left-color:#854d0ecc!important;border-right-color:#854d0ecc!important}.border-x-yellow-800\/85{border-left-color:#854d0ed9!important;border-right-color:#854d0ed9!important}.border-x-yellow-800\/90{border-left-color:#854d0ee6!important;border-right-color:#854d0ee6!important}.border-x-yellow-800\/95{border-left-color:#854d0ef2!important;border-right-color:#854d0ef2!important}.border-x-yellow-900{--tw-border-opacity: 1 !important;border-left-color:rgb(113 63 18 / var(--tw-border-opacity, 1))!important;border-right-color:rgb(113 63 18 / var(--tw-border-opacity, 1))!important}.border-x-yellow-900\/0{border-left-color:#713f1200!important;border-right-color:#713f1200!important}.border-x-yellow-900\/10{border-left-color:#713f121a!important;border-right-color:#713f121a!important}.border-x-yellow-900\/100{border-left-color:#713f12!important;border-right-color:#713f12!important}.border-x-yellow-900\/15{border-left-color:#713f1226!important;border-right-color:#713f1226!important}.border-x-yellow-900\/20{border-left-color:#713f1233!important;border-right-color:#713f1233!important}.border-x-yellow-900\/25{border-left-color:#713f1240!important;border-right-color:#713f1240!important}.border-x-yellow-900\/30{border-left-color:#713f124d!important;border-right-color:#713f124d!important}.border-x-yellow-900\/35{border-left-color:#713f1259!important;border-right-color:#713f1259!important}.border-x-yellow-900\/40{border-left-color:#713f1266!important;border-right-color:#713f1266!important}.border-x-yellow-900\/45{border-left-color:#713f1273!important;border-right-color:#713f1273!important}.border-x-yellow-900\/5{border-left-color:#713f120d!important;border-right-color:#713f120d!important}.border-x-yellow-900\/50{border-left-color:#713f1280!important;border-right-color:#713f1280!important}.border-x-yellow-900\/55{border-left-color:#713f128c!important;border-right-color:#713f128c!important}.border-x-yellow-900\/60{border-left-color:#713f1299!important;border-right-color:#713f1299!important}.border-x-yellow-900\/65{border-left-color:#713f12a6!important;border-right-color:#713f12a6!important}.border-x-yellow-900\/70{border-left-color:#713f12b3!important;border-right-color:#713f12b3!important}.border-x-yellow-900\/75{border-left-color:#713f12bf!important;border-right-color:#713f12bf!important}.border-x-yellow-900\/80{border-left-color:#713f12cc!important;border-right-color:#713f12cc!important}.border-x-yellow-900\/85{border-left-color:#713f12d9!important;border-right-color:#713f12d9!important}.border-x-yellow-900\/90{border-left-color:#713f12e6!important;border-right-color:#713f12e6!important}.border-x-yellow-900\/95{border-left-color:#713f12f2!important;border-right-color:#713f12f2!important}.border-x-yellow-950{--tw-border-opacity: 1 !important;border-left-color:rgb(66 32 6 / var(--tw-border-opacity, 1))!important;border-right-color:rgb(66 32 6 / var(--tw-border-opacity, 1))!important}.border-x-yellow-950\/0{border-left-color:#42200600!important;border-right-color:#42200600!important}.border-x-yellow-950\/10{border-left-color:#4220061a!important;border-right-color:#4220061a!important}.border-x-yellow-950\/100{border-left-color:#422006!important;border-right-color:#422006!important}.border-x-yellow-950\/15{border-left-color:#42200626!important;border-right-color:#42200626!important}.border-x-yellow-950\/20{border-left-color:#42200633!important;border-right-color:#42200633!important}.border-x-yellow-950\/25{border-left-color:#42200640!important;border-right-color:#42200640!important}.border-x-yellow-950\/30{border-left-color:#4220064d!important;border-right-color:#4220064d!important}.border-x-yellow-950\/35{border-left-color:#42200659!important;border-right-color:#42200659!important}.border-x-yellow-950\/40{border-left-color:#42200666!important;border-right-color:#42200666!important}.border-x-yellow-950\/45{border-left-color:#42200673!important;border-right-color:#42200673!important}.border-x-yellow-950\/5{border-left-color:#4220060d!important;border-right-color:#4220060d!important}.border-x-yellow-950\/50{border-left-color:#42200680!important;border-right-color:#42200680!important}.border-x-yellow-950\/55{border-left-color:#4220068c!important;border-right-color:#4220068c!important}.border-x-yellow-950\/60{border-left-color:#42200699!important;border-right-color:#42200699!important}.border-x-yellow-950\/65{border-left-color:#422006a6!important;border-right-color:#422006a6!important}.border-x-yellow-950\/70{border-left-color:#422006b3!important;border-right-color:#422006b3!important}.border-x-yellow-950\/75{border-left-color:#422006bf!important;border-right-color:#422006bf!important}.border-x-yellow-950\/80{border-left-color:#422006cc!important;border-right-color:#422006cc!important}.border-x-yellow-950\/85{border-left-color:#422006d9!important;border-right-color:#422006d9!important}.border-x-yellow-950\/90{border-left-color:#422006e6!important;border-right-color:#422006e6!important}.border-x-yellow-950\/95{border-left-color:#422006f2!important;border-right-color:#422006f2!important}.border-y-yellow-100{--tw-border-opacity: 1 !important;border-top-color:rgb(254 249 195 / var(--tw-border-opacity, 1))!important;border-bottom-color:rgb(254 249 195 / var(--tw-border-opacity, 1))!important}.border-y-yellow-100\/0{border-top-color:#fef9c300!important;border-bottom-color:#fef9c300!important}.border-y-yellow-100\/10{border-top-color:#fef9c31a!important;border-bottom-color:#fef9c31a!important}.border-y-yellow-100\/100{border-top-color:#fef9c3!important;border-bottom-color:#fef9c3!important}.border-y-yellow-100\/15{border-top-color:#fef9c326!important;border-bottom-color:#fef9c326!important}.border-y-yellow-100\/20{border-top-color:#fef9c333!important;border-bottom-color:#fef9c333!important}.border-y-yellow-100\/25{border-top-color:#fef9c340!important;border-bottom-color:#fef9c340!important}.border-y-yellow-100\/30{border-top-color:#fef9c34d!important;border-bottom-color:#fef9c34d!important}.border-y-yellow-100\/35{border-top-color:#fef9c359!important;border-bottom-color:#fef9c359!important}.border-y-yellow-100\/40{border-top-color:#fef9c366!important;border-bottom-color:#fef9c366!important}.border-y-yellow-100\/45{border-top-color:#fef9c373!important;border-bottom-color:#fef9c373!important}.border-y-yellow-100\/5{border-top-color:#fef9c30d!important;border-bottom-color:#fef9c30d!important}.border-y-yellow-100\/50{border-top-color:#fef9c380!important;border-bottom-color:#fef9c380!important}.border-y-yellow-100\/55{border-top-color:#fef9c38c!important;border-bottom-color:#fef9c38c!important}.border-y-yellow-100\/60{border-top-color:#fef9c399!important;border-bottom-color:#fef9c399!important}.border-y-yellow-100\/65{border-top-color:#fef9c3a6!important;border-bottom-color:#fef9c3a6!important}.border-y-yellow-100\/70{border-top-color:#fef9c3b3!important;border-bottom-color:#fef9c3b3!important}.border-y-yellow-100\/75{border-top-color:#fef9c3bf!important;border-bottom-color:#fef9c3bf!important}.border-y-yellow-100\/80{border-top-color:#fef9c3cc!important;border-bottom-color:#fef9c3cc!important}.border-y-yellow-100\/85{border-top-color:#fef9c3d9!important;border-bottom-color:#fef9c3d9!important}.border-y-yellow-100\/90{border-top-color:#fef9c3e6!important;border-bottom-color:#fef9c3e6!important}.border-y-yellow-100\/95{border-top-color:#fef9c3f2!important;border-bottom-color:#fef9c3f2!important}.border-y-yellow-200{--tw-border-opacity: 1 !important;border-top-color:rgb(254 240 138 / var(--tw-border-opacity, 1))!important;border-bottom-color:rgb(254 240 138 / var(--tw-border-opacity, 1))!important}.border-y-yellow-200\/0{border-top-color:#fef08a00!important;border-bottom-color:#fef08a00!important}.border-y-yellow-200\/10{border-top-color:#fef08a1a!important;border-bottom-color:#fef08a1a!important}.border-y-yellow-200\/100{border-top-color:#fef08a!important;border-bottom-color:#fef08a!important}.border-y-yellow-200\/15{border-top-color:#fef08a26!important;border-bottom-color:#fef08a26!important}.border-y-yellow-200\/20{border-top-color:#fef08a33!important;border-bottom-color:#fef08a33!important}.border-y-yellow-200\/25{border-top-color:#fef08a40!important;border-bottom-color:#fef08a40!important}.border-y-yellow-200\/30{border-top-color:#fef08a4d!important;border-bottom-color:#fef08a4d!important}.border-y-yellow-200\/35{border-top-color:#fef08a59!important;border-bottom-color:#fef08a59!important}.border-y-yellow-200\/40{border-top-color:#fef08a66!important;border-bottom-color:#fef08a66!important}.border-y-yellow-200\/45{border-top-color:#fef08a73!important;border-bottom-color:#fef08a73!important}.border-y-yellow-200\/5{border-top-color:#fef08a0d!important;border-bottom-color:#fef08a0d!important}.border-y-yellow-200\/50{border-top-color:#fef08a80!important;border-bottom-color:#fef08a80!important}.border-y-yellow-200\/55{border-top-color:#fef08a8c!important;border-bottom-color:#fef08a8c!important}.border-y-yellow-200\/60{border-top-color:#fef08a99!important;border-bottom-color:#fef08a99!important}.border-y-yellow-200\/65{border-top-color:#fef08aa6!important;border-bottom-color:#fef08aa6!important}.border-y-yellow-200\/70{border-top-color:#fef08ab3!important;border-bottom-color:#fef08ab3!important}.border-y-yellow-200\/75{border-top-color:#fef08abf!important;border-bottom-color:#fef08abf!important}.border-y-yellow-200\/80{border-top-color:#fef08acc!important;border-bottom-color:#fef08acc!important}.border-y-yellow-200\/85{border-top-color:#fef08ad9!important;border-bottom-color:#fef08ad9!important}.border-y-yellow-200\/90{border-top-color:#fef08ae6!important;border-bottom-color:#fef08ae6!important}.border-y-yellow-200\/95{border-top-color:#fef08af2!important;border-bottom-color:#fef08af2!important}.border-y-yellow-300{--tw-border-opacity: 1 !important;border-top-color:rgb(253 224 71 / var(--tw-border-opacity, 1))!important;border-bottom-color:rgb(253 224 71 / var(--tw-border-opacity, 1))!important}.border-y-yellow-300\/0{border-top-color:#fde04700!important;border-bottom-color:#fde04700!important}.border-y-yellow-300\/10{border-top-color:#fde0471a!important;border-bottom-color:#fde0471a!important}.border-y-yellow-300\/100{border-top-color:#fde047!important;border-bottom-color:#fde047!important}.border-y-yellow-300\/15{border-top-color:#fde04726!important;border-bottom-color:#fde04726!important}.border-y-yellow-300\/20{border-top-color:#fde04733!important;border-bottom-color:#fde04733!important}.border-y-yellow-300\/25{border-top-color:#fde04740!important;border-bottom-color:#fde04740!important}.border-y-yellow-300\/30{border-top-color:#fde0474d!important;border-bottom-color:#fde0474d!important}.border-y-yellow-300\/35{border-top-color:#fde04759!important;border-bottom-color:#fde04759!important}.border-y-yellow-300\/40{border-top-color:#fde04766!important;border-bottom-color:#fde04766!important}.border-y-yellow-300\/45{border-top-color:#fde04773!important;border-bottom-color:#fde04773!important}.border-y-yellow-300\/5{border-top-color:#fde0470d!important;border-bottom-color:#fde0470d!important}.border-y-yellow-300\/50{border-top-color:#fde04780!important;border-bottom-color:#fde04780!important}.border-y-yellow-300\/55{border-top-color:#fde0478c!important;border-bottom-color:#fde0478c!important}.border-y-yellow-300\/60{border-top-color:#fde04799!important;border-bottom-color:#fde04799!important}.border-y-yellow-300\/65{border-top-color:#fde047a6!important;border-bottom-color:#fde047a6!important}.border-y-yellow-300\/70{border-top-color:#fde047b3!important;border-bottom-color:#fde047b3!important}.border-y-yellow-300\/75{border-top-color:#fde047bf!important;border-bottom-color:#fde047bf!important}.border-y-yellow-300\/80{border-top-color:#fde047cc!important;border-bottom-color:#fde047cc!important}.border-y-yellow-300\/85{border-top-color:#fde047d9!important;border-bottom-color:#fde047d9!important}.border-y-yellow-300\/90{border-top-color:#fde047e6!important;border-bottom-color:#fde047e6!important}.border-y-yellow-300\/95{border-top-color:#fde047f2!important;border-bottom-color:#fde047f2!important}.border-y-yellow-400{--tw-border-opacity: 1 !important;border-top-color:rgb(250 204 21 / var(--tw-border-opacity, 1))!important;border-bottom-color:rgb(250 204 21 / var(--tw-border-opacity, 1))!important}.border-y-yellow-400\/0{border-top-color:#facc1500!important;border-bottom-color:#facc1500!important}.border-y-yellow-400\/10{border-top-color:#facc151a!important;border-bottom-color:#facc151a!important}.border-y-yellow-400\/100{border-top-color:#facc15!important;border-bottom-color:#facc15!important}.border-y-yellow-400\/15{border-top-color:#facc1526!important;border-bottom-color:#facc1526!important}.border-y-yellow-400\/20{border-top-color:#facc1533!important;border-bottom-color:#facc1533!important}.border-y-yellow-400\/25{border-top-color:#facc1540!important;border-bottom-color:#facc1540!important}.border-y-yellow-400\/30{border-top-color:#facc154d!important;border-bottom-color:#facc154d!important}.border-y-yellow-400\/35{border-top-color:#facc1559!important;border-bottom-color:#facc1559!important}.border-y-yellow-400\/40{border-top-color:#facc1566!important;border-bottom-color:#facc1566!important}.border-y-yellow-400\/45{border-top-color:#facc1573!important;border-bottom-color:#facc1573!important}.border-y-yellow-400\/5{border-top-color:#facc150d!important;border-bottom-color:#facc150d!important}.border-y-yellow-400\/50{border-top-color:#facc1580!important;border-bottom-color:#facc1580!important}.border-y-yellow-400\/55{border-top-color:#facc158c!important;border-bottom-color:#facc158c!important}.border-y-yellow-400\/60{border-top-color:#facc1599!important;border-bottom-color:#facc1599!important}.border-y-yellow-400\/65{border-top-color:#facc15a6!important;border-bottom-color:#facc15a6!important}.border-y-yellow-400\/70{border-top-color:#facc15b3!important;border-bottom-color:#facc15b3!important}.border-y-yellow-400\/75{border-top-color:#facc15bf!important;border-bottom-color:#facc15bf!important}.border-y-yellow-400\/80{border-top-color:#facc15cc!important;border-bottom-color:#facc15cc!important}.border-y-yellow-400\/85{border-top-color:#facc15d9!important;border-bottom-color:#facc15d9!important}.border-y-yellow-400\/90{border-top-color:#facc15e6!important;border-bottom-color:#facc15e6!important}.border-y-yellow-400\/95{border-top-color:#facc15f2!important;border-bottom-color:#facc15f2!important}.border-y-yellow-50{--tw-border-opacity: 1 !important;border-top-color:rgb(254 252 232 / var(--tw-border-opacity, 1))!important;border-bottom-color:rgb(254 252 232 / var(--tw-border-opacity, 1))!important}.border-y-yellow-50\/0{border-top-color:#fefce800!important;border-bottom-color:#fefce800!important}.border-y-yellow-50\/10{border-top-color:#fefce81a!important;border-bottom-color:#fefce81a!important}.border-y-yellow-50\/100{border-top-color:#fefce8!important;border-bottom-color:#fefce8!important}.border-y-yellow-50\/15{border-top-color:#fefce826!important;border-bottom-color:#fefce826!important}.border-y-yellow-50\/20{border-top-color:#fefce833!important;border-bottom-color:#fefce833!important}.border-y-yellow-50\/25{border-top-color:#fefce840!important;border-bottom-color:#fefce840!important}.border-y-yellow-50\/30{border-top-color:#fefce84d!important;border-bottom-color:#fefce84d!important}.border-y-yellow-50\/35{border-top-color:#fefce859!important;border-bottom-color:#fefce859!important}.border-y-yellow-50\/40{border-top-color:#fefce866!important;border-bottom-color:#fefce866!important}.border-y-yellow-50\/45{border-top-color:#fefce873!important;border-bottom-color:#fefce873!important}.border-y-yellow-50\/5{border-top-color:#fefce80d!important;border-bottom-color:#fefce80d!important}.border-y-yellow-50\/50{border-top-color:#fefce880!important;border-bottom-color:#fefce880!important}.border-y-yellow-50\/55{border-top-color:#fefce88c!important;border-bottom-color:#fefce88c!important}.border-y-yellow-50\/60{border-top-color:#fefce899!important;border-bottom-color:#fefce899!important}.border-y-yellow-50\/65{border-top-color:#fefce8a6!important;border-bottom-color:#fefce8a6!important}.border-y-yellow-50\/70{border-top-color:#fefce8b3!important;border-bottom-color:#fefce8b3!important}.border-y-yellow-50\/75{border-top-color:#fefce8bf!important;border-bottom-color:#fefce8bf!important}.border-y-yellow-50\/80{border-top-color:#fefce8cc!important;border-bottom-color:#fefce8cc!important}.border-y-yellow-50\/85{border-top-color:#fefce8d9!important;border-bottom-color:#fefce8d9!important}.border-y-yellow-50\/90{border-top-color:#fefce8e6!important;border-bottom-color:#fefce8e6!important}.border-y-yellow-50\/95{border-top-color:#fefce8f2!important;border-bottom-color:#fefce8f2!important}.border-y-yellow-500{--tw-border-opacity: 1 !important;border-top-color:rgb(234 179 8 / var(--tw-border-opacity, 1))!important;border-bottom-color:rgb(234 179 8 / var(--tw-border-opacity, 1))!important}.border-y-yellow-500\/0{border-top-color:#eab30800!important;border-bottom-color:#eab30800!important}.border-y-yellow-500\/10{border-top-color:#eab3081a!important;border-bottom-color:#eab3081a!important}.border-y-yellow-500\/100{border-top-color:#eab308!important;border-bottom-color:#eab308!important}.border-y-yellow-500\/15{border-top-color:#eab30826!important;border-bottom-color:#eab30826!important}.border-y-yellow-500\/20{border-top-color:#eab30833!important;border-bottom-color:#eab30833!important}.border-y-yellow-500\/25{border-top-color:#eab30840!important;border-bottom-color:#eab30840!important}.border-y-yellow-500\/30{border-top-color:#eab3084d!important;border-bottom-color:#eab3084d!important}.border-y-yellow-500\/35{border-top-color:#eab30859!important;border-bottom-color:#eab30859!important}.border-y-yellow-500\/40{border-top-color:#eab30866!important;border-bottom-color:#eab30866!important}.border-y-yellow-500\/45{border-top-color:#eab30873!important;border-bottom-color:#eab30873!important}.border-y-yellow-500\/5{border-top-color:#eab3080d!important;border-bottom-color:#eab3080d!important}.border-y-yellow-500\/50{border-top-color:#eab30880!important;border-bottom-color:#eab30880!important}.border-y-yellow-500\/55{border-top-color:#eab3088c!important;border-bottom-color:#eab3088c!important}.border-y-yellow-500\/60{border-top-color:#eab30899!important;border-bottom-color:#eab30899!important}.border-y-yellow-500\/65{border-top-color:#eab308a6!important;border-bottom-color:#eab308a6!important}.border-y-yellow-500\/70{border-top-color:#eab308b3!important;border-bottom-color:#eab308b3!important}.border-y-yellow-500\/75{border-top-color:#eab308bf!important;border-bottom-color:#eab308bf!important}.border-y-yellow-500\/80{border-top-color:#eab308cc!important;border-bottom-color:#eab308cc!important}.border-y-yellow-500\/85{border-top-color:#eab308d9!important;border-bottom-color:#eab308d9!important}.border-y-yellow-500\/90{border-top-color:#eab308e6!important;border-bottom-color:#eab308e6!important}.border-y-yellow-500\/95{border-top-color:#eab308f2!important;border-bottom-color:#eab308f2!important}.border-y-yellow-600{--tw-border-opacity: 1 !important;border-top-color:rgb(202 138 4 / var(--tw-border-opacity, 1))!important;border-bottom-color:rgb(202 138 4 / var(--tw-border-opacity, 1))!important}.border-y-yellow-600\/0{border-top-color:#ca8a0400!important;border-bottom-color:#ca8a0400!important}.border-y-yellow-600\/10{border-top-color:#ca8a041a!important;border-bottom-color:#ca8a041a!important}.border-y-yellow-600\/100{border-top-color:#ca8a04!important;border-bottom-color:#ca8a04!important}.border-y-yellow-600\/15{border-top-color:#ca8a0426!important;border-bottom-color:#ca8a0426!important}.border-y-yellow-600\/20{border-top-color:#ca8a0433!important;border-bottom-color:#ca8a0433!important}.border-y-yellow-600\/25{border-top-color:#ca8a0440!important;border-bottom-color:#ca8a0440!important}.border-y-yellow-600\/30{border-top-color:#ca8a044d!important;border-bottom-color:#ca8a044d!important}.border-y-yellow-600\/35{border-top-color:#ca8a0459!important;border-bottom-color:#ca8a0459!important}.border-y-yellow-600\/40{border-top-color:#ca8a0466!important;border-bottom-color:#ca8a0466!important}.border-y-yellow-600\/45{border-top-color:#ca8a0473!important;border-bottom-color:#ca8a0473!important}.border-y-yellow-600\/5{border-top-color:#ca8a040d!important;border-bottom-color:#ca8a040d!important}.border-y-yellow-600\/50{border-top-color:#ca8a0480!important;border-bottom-color:#ca8a0480!important}.border-y-yellow-600\/55{border-top-color:#ca8a048c!important;border-bottom-color:#ca8a048c!important}.border-y-yellow-600\/60{border-top-color:#ca8a0499!important;border-bottom-color:#ca8a0499!important}.border-y-yellow-600\/65{border-top-color:#ca8a04a6!important;border-bottom-color:#ca8a04a6!important}.border-y-yellow-600\/70{border-top-color:#ca8a04b3!important;border-bottom-color:#ca8a04b3!important}.border-y-yellow-600\/75{border-top-color:#ca8a04bf!important;border-bottom-color:#ca8a04bf!important}.border-y-yellow-600\/80{border-top-color:#ca8a04cc!important;border-bottom-color:#ca8a04cc!important}.border-y-yellow-600\/85{border-top-color:#ca8a04d9!important;border-bottom-color:#ca8a04d9!important}.border-y-yellow-600\/90{border-top-color:#ca8a04e6!important;border-bottom-color:#ca8a04e6!important}.border-y-yellow-600\/95{border-top-color:#ca8a04f2!important;border-bottom-color:#ca8a04f2!important}.border-y-yellow-700{--tw-border-opacity: 1 !important;border-top-color:rgb(161 98 7 / var(--tw-border-opacity, 1))!important;border-bottom-color:rgb(161 98 7 / var(--tw-border-opacity, 1))!important}.border-y-yellow-700\/0{border-top-color:#a1620700!important;border-bottom-color:#a1620700!important}.border-y-yellow-700\/10{border-top-color:#a162071a!important;border-bottom-color:#a162071a!important}.border-y-yellow-700\/100{border-top-color:#a16207!important;border-bottom-color:#a16207!important}.border-y-yellow-700\/15{border-top-color:#a1620726!important;border-bottom-color:#a1620726!important}.border-y-yellow-700\/20{border-top-color:#a1620733!important;border-bottom-color:#a1620733!important}.border-y-yellow-700\/25{border-top-color:#a1620740!important;border-bottom-color:#a1620740!important}.border-y-yellow-700\/30{border-top-color:#a162074d!important;border-bottom-color:#a162074d!important}.border-y-yellow-700\/35{border-top-color:#a1620759!important;border-bottom-color:#a1620759!important}.border-y-yellow-700\/40{border-top-color:#a1620766!important;border-bottom-color:#a1620766!important}.border-y-yellow-700\/45{border-top-color:#a1620773!important;border-bottom-color:#a1620773!important}.border-y-yellow-700\/5{border-top-color:#a162070d!important;border-bottom-color:#a162070d!important}.border-y-yellow-700\/50{border-top-color:#a1620780!important;border-bottom-color:#a1620780!important}.border-y-yellow-700\/55{border-top-color:#a162078c!important;border-bottom-color:#a162078c!important}.border-y-yellow-700\/60{border-top-color:#a1620799!important;border-bottom-color:#a1620799!important}.border-y-yellow-700\/65{border-top-color:#a16207a6!important;border-bottom-color:#a16207a6!important}.border-y-yellow-700\/70{border-top-color:#a16207b3!important;border-bottom-color:#a16207b3!important}.border-y-yellow-700\/75{border-top-color:#a16207bf!important;border-bottom-color:#a16207bf!important}.border-y-yellow-700\/80{border-top-color:#a16207cc!important;border-bottom-color:#a16207cc!important}.border-y-yellow-700\/85{border-top-color:#a16207d9!important;border-bottom-color:#a16207d9!important}.border-y-yellow-700\/90{border-top-color:#a16207e6!important;border-bottom-color:#a16207e6!important}.border-y-yellow-700\/95{border-top-color:#a16207f2!important;border-bottom-color:#a16207f2!important}.border-y-yellow-800{--tw-border-opacity: 1 !important;border-top-color:rgb(133 77 14 / var(--tw-border-opacity, 1))!important;border-bottom-color:rgb(133 77 14 / var(--tw-border-opacity, 1))!important}.border-y-yellow-800\/0{border-top-color:#854d0e00!important;border-bottom-color:#854d0e00!important}.border-y-yellow-800\/10{border-top-color:#854d0e1a!important;border-bottom-color:#854d0e1a!important}.border-y-yellow-800\/100{border-top-color:#854d0e!important;border-bottom-color:#854d0e!important}.border-y-yellow-800\/15{border-top-color:#854d0e26!important;border-bottom-color:#854d0e26!important}.border-y-yellow-800\/20{border-top-color:#854d0e33!important;border-bottom-color:#854d0e33!important}.border-y-yellow-800\/25{border-top-color:#854d0e40!important;border-bottom-color:#854d0e40!important}.border-y-yellow-800\/30{border-top-color:#854d0e4d!important;border-bottom-color:#854d0e4d!important}.border-y-yellow-800\/35{border-top-color:#854d0e59!important;border-bottom-color:#854d0e59!important}.border-y-yellow-800\/40{border-top-color:#854d0e66!important;border-bottom-color:#854d0e66!important}.border-y-yellow-800\/45{border-top-color:#854d0e73!important;border-bottom-color:#854d0e73!important}.border-y-yellow-800\/5{border-top-color:#854d0e0d!important;border-bottom-color:#854d0e0d!important}.border-y-yellow-800\/50{border-top-color:#854d0e80!important;border-bottom-color:#854d0e80!important}.border-y-yellow-800\/55{border-top-color:#854d0e8c!important;border-bottom-color:#854d0e8c!important}.border-y-yellow-800\/60{border-top-color:#854d0e99!important;border-bottom-color:#854d0e99!important}.border-y-yellow-800\/65{border-top-color:#854d0ea6!important;border-bottom-color:#854d0ea6!important}.border-y-yellow-800\/70{border-top-color:#854d0eb3!important;border-bottom-color:#854d0eb3!important}.border-y-yellow-800\/75{border-top-color:#854d0ebf!important;border-bottom-color:#854d0ebf!important}.border-y-yellow-800\/80{border-top-color:#854d0ecc!important;border-bottom-color:#854d0ecc!important}.border-y-yellow-800\/85{border-top-color:#854d0ed9!important;border-bottom-color:#854d0ed9!important}.border-y-yellow-800\/90{border-top-color:#854d0ee6!important;border-bottom-color:#854d0ee6!important}.border-y-yellow-800\/95{border-top-color:#854d0ef2!important;border-bottom-color:#854d0ef2!important}.border-y-yellow-900{--tw-border-opacity: 1 !important;border-top-color:rgb(113 63 18 / var(--tw-border-opacity, 1))!important;border-bottom-color:rgb(113 63 18 / var(--tw-border-opacity, 1))!important}.border-y-yellow-900\/0{border-top-color:#713f1200!important;border-bottom-color:#713f1200!important}.border-y-yellow-900\/10{border-top-color:#713f121a!important;border-bottom-color:#713f121a!important}.border-y-yellow-900\/100{border-top-color:#713f12!important;border-bottom-color:#713f12!important}.border-y-yellow-900\/15{border-top-color:#713f1226!important;border-bottom-color:#713f1226!important}.border-y-yellow-900\/20{border-top-color:#713f1233!important;border-bottom-color:#713f1233!important}.border-y-yellow-900\/25{border-top-color:#713f1240!important;border-bottom-color:#713f1240!important}.border-y-yellow-900\/30{border-top-color:#713f124d!important;border-bottom-color:#713f124d!important}.border-y-yellow-900\/35{border-top-color:#713f1259!important;border-bottom-color:#713f1259!important}.border-y-yellow-900\/40{border-top-color:#713f1266!important;border-bottom-color:#713f1266!important}.border-y-yellow-900\/45{border-top-color:#713f1273!important;border-bottom-color:#713f1273!important}.border-y-yellow-900\/5{border-top-color:#713f120d!important;border-bottom-color:#713f120d!important}.border-y-yellow-900\/50{border-top-color:#713f1280!important;border-bottom-color:#713f1280!important}.border-y-yellow-900\/55{border-top-color:#713f128c!important;border-bottom-color:#713f128c!important}.border-y-yellow-900\/60{border-top-color:#713f1299!important;border-bottom-color:#713f1299!important}.border-y-yellow-900\/65{border-top-color:#713f12a6!important;border-bottom-color:#713f12a6!important}.border-y-yellow-900\/70{border-top-color:#713f12b3!important;border-bottom-color:#713f12b3!important}.border-y-yellow-900\/75{border-top-color:#713f12bf!important;border-bottom-color:#713f12bf!important}.border-y-yellow-900\/80{border-top-color:#713f12cc!important;border-bottom-color:#713f12cc!important}.border-y-yellow-900\/85{border-top-color:#713f12d9!important;border-bottom-color:#713f12d9!important}.border-y-yellow-900\/90{border-top-color:#713f12e6!important;border-bottom-color:#713f12e6!important}.border-y-yellow-900\/95{border-top-color:#713f12f2!important;border-bottom-color:#713f12f2!important}.border-y-yellow-950{--tw-border-opacity: 1 !important;border-top-color:rgb(66 32 6 / var(--tw-border-opacity, 1))!important;border-bottom-color:rgb(66 32 6 / var(--tw-border-opacity, 1))!important}.border-y-yellow-950\/0{border-top-color:#42200600!important;border-bottom-color:#42200600!important}.border-y-yellow-950\/10{border-top-color:#4220061a!important;border-bottom-color:#4220061a!important}.border-y-yellow-950\/100{border-top-color:#422006!important;border-bottom-color:#422006!important}.border-y-yellow-950\/15{border-top-color:#42200626!important;border-bottom-color:#42200626!important}.border-y-yellow-950\/20{border-top-color:#42200633!important;border-bottom-color:#42200633!important}.border-y-yellow-950\/25{border-top-color:#42200640!important;border-bottom-color:#42200640!important}.border-y-yellow-950\/30{border-top-color:#4220064d!important;border-bottom-color:#4220064d!important}.border-y-yellow-950\/35{border-top-color:#42200659!important;border-bottom-color:#42200659!important}.border-y-yellow-950\/40{border-top-color:#42200666!important;border-bottom-color:#42200666!important}.border-y-yellow-950\/45{border-top-color:#42200673!important;border-bottom-color:#42200673!important}.border-y-yellow-950\/5{border-top-color:#4220060d!important;border-bottom-color:#4220060d!important}.border-y-yellow-950\/50{border-top-color:#42200680!important;border-bottom-color:#42200680!important}.border-y-yellow-950\/55{border-top-color:#4220068c!important;border-bottom-color:#4220068c!important}.border-y-yellow-950\/60{border-top-color:#42200699!important;border-bottom-color:#42200699!important}.border-y-yellow-950\/65{border-top-color:#422006a6!important;border-bottom-color:#422006a6!important}.border-y-yellow-950\/70{border-top-color:#422006b3!important;border-bottom-color:#422006b3!important}.border-y-yellow-950\/75{border-top-color:#422006bf!important;border-bottom-color:#422006bf!important}.border-y-yellow-950\/80{border-top-color:#422006cc!important;border-bottom-color:#422006cc!important}.border-y-yellow-950\/85{border-top-color:#422006d9!important;border-bottom-color:#422006d9!important}.border-y-yellow-950\/90{border-top-color:#422006e6!important;border-bottom-color:#422006e6!important}.border-y-yellow-950\/95{border-top-color:#422006f2!important;border-bottom-color:#422006f2!important}.border-b-yellow-100{--tw-border-opacity: 1 !important;border-bottom-color:rgb(254 249 195 / var(--tw-border-opacity, 1))!important}.border-b-yellow-100\/0{border-bottom-color:#fef9c300!important}.border-b-yellow-100\/10{border-bottom-color:#fef9c31a!important}.border-b-yellow-100\/100{border-bottom-color:#fef9c3!important}.border-b-yellow-100\/15{border-bottom-color:#fef9c326!important}.border-b-yellow-100\/20{border-bottom-color:#fef9c333!important}.border-b-yellow-100\/25{border-bottom-color:#fef9c340!important}.border-b-yellow-100\/30{border-bottom-color:#fef9c34d!important}.border-b-yellow-100\/35{border-bottom-color:#fef9c359!important}.border-b-yellow-100\/40{border-bottom-color:#fef9c366!important}.border-b-yellow-100\/45{border-bottom-color:#fef9c373!important}.border-b-yellow-100\/5{border-bottom-color:#fef9c30d!important}.border-b-yellow-100\/50{border-bottom-color:#fef9c380!important}.border-b-yellow-100\/55{border-bottom-color:#fef9c38c!important}.border-b-yellow-100\/60{border-bottom-color:#fef9c399!important}.border-b-yellow-100\/65{border-bottom-color:#fef9c3a6!important}.border-b-yellow-100\/70{border-bottom-color:#fef9c3b3!important}.border-b-yellow-100\/75{border-bottom-color:#fef9c3bf!important}.border-b-yellow-100\/80{border-bottom-color:#fef9c3cc!important}.border-b-yellow-100\/85{border-bottom-color:#fef9c3d9!important}.border-b-yellow-100\/90{border-bottom-color:#fef9c3e6!important}.border-b-yellow-100\/95{border-bottom-color:#fef9c3f2!important}.border-b-yellow-200{--tw-border-opacity: 1 !important;border-bottom-color:rgb(254 240 138 / var(--tw-border-opacity, 1))!important}.border-b-yellow-200\/0{border-bottom-color:#fef08a00!important}.border-b-yellow-200\/10{border-bottom-color:#fef08a1a!important}.border-b-yellow-200\/100{border-bottom-color:#fef08a!important}.border-b-yellow-200\/15{border-bottom-color:#fef08a26!important}.border-b-yellow-200\/20{border-bottom-color:#fef08a33!important}.border-b-yellow-200\/25{border-bottom-color:#fef08a40!important}.border-b-yellow-200\/30{border-bottom-color:#fef08a4d!important}.border-b-yellow-200\/35{border-bottom-color:#fef08a59!important}.border-b-yellow-200\/40{border-bottom-color:#fef08a66!important}.border-b-yellow-200\/45{border-bottom-color:#fef08a73!important}.border-b-yellow-200\/5{border-bottom-color:#fef08a0d!important}.border-b-yellow-200\/50{border-bottom-color:#fef08a80!important}.border-b-yellow-200\/55{border-bottom-color:#fef08a8c!important}.border-b-yellow-200\/60{border-bottom-color:#fef08a99!important}.border-b-yellow-200\/65{border-bottom-color:#fef08aa6!important}.border-b-yellow-200\/70{border-bottom-color:#fef08ab3!important}.border-b-yellow-200\/75{border-bottom-color:#fef08abf!important}.border-b-yellow-200\/80{border-bottom-color:#fef08acc!important}.border-b-yellow-200\/85{border-bottom-color:#fef08ad9!important}.border-b-yellow-200\/90{border-bottom-color:#fef08ae6!important}.border-b-yellow-200\/95{border-bottom-color:#fef08af2!important}.border-b-yellow-300{--tw-border-opacity: 1 !important;border-bottom-color:rgb(253 224 71 / var(--tw-border-opacity, 1))!important}.border-b-yellow-300\/0{border-bottom-color:#fde04700!important}.border-b-yellow-300\/10{border-bottom-color:#fde0471a!important}.border-b-yellow-300\/100{border-bottom-color:#fde047!important}.border-b-yellow-300\/15{border-bottom-color:#fde04726!important}.border-b-yellow-300\/20{border-bottom-color:#fde04733!important}.border-b-yellow-300\/25{border-bottom-color:#fde04740!important}.border-b-yellow-300\/30{border-bottom-color:#fde0474d!important}.border-b-yellow-300\/35{border-bottom-color:#fde04759!important}.border-b-yellow-300\/40{border-bottom-color:#fde04766!important}.border-b-yellow-300\/45{border-bottom-color:#fde04773!important}.border-b-yellow-300\/5{border-bottom-color:#fde0470d!important}.border-b-yellow-300\/50{border-bottom-color:#fde04780!important}.border-b-yellow-300\/55{border-bottom-color:#fde0478c!important}.border-b-yellow-300\/60{border-bottom-color:#fde04799!important}.border-b-yellow-300\/65{border-bottom-color:#fde047a6!important}.border-b-yellow-300\/70{border-bottom-color:#fde047b3!important}.border-b-yellow-300\/75{border-bottom-color:#fde047bf!important}.border-b-yellow-300\/80{border-bottom-color:#fde047cc!important}.border-b-yellow-300\/85{border-bottom-color:#fde047d9!important}.border-b-yellow-300\/90{border-bottom-color:#fde047e6!important}.border-b-yellow-300\/95{border-bottom-color:#fde047f2!important}.border-b-yellow-400{--tw-border-opacity: 1 !important;border-bottom-color:rgb(250 204 21 / var(--tw-border-opacity, 1))!important}.border-b-yellow-400\/0{border-bottom-color:#facc1500!important}.border-b-yellow-400\/10{border-bottom-color:#facc151a!important}.border-b-yellow-400\/100{border-bottom-color:#facc15!important}.border-b-yellow-400\/15{border-bottom-color:#facc1526!important}.border-b-yellow-400\/20{border-bottom-color:#facc1533!important}.border-b-yellow-400\/25{border-bottom-color:#facc1540!important}.border-b-yellow-400\/30{border-bottom-color:#facc154d!important}.border-b-yellow-400\/35{border-bottom-color:#facc1559!important}.border-b-yellow-400\/40{border-bottom-color:#facc1566!important}.border-b-yellow-400\/45{border-bottom-color:#facc1573!important}.border-b-yellow-400\/5{border-bottom-color:#facc150d!important}.border-b-yellow-400\/50{border-bottom-color:#facc1580!important}.border-b-yellow-400\/55{border-bottom-color:#facc158c!important}.border-b-yellow-400\/60{border-bottom-color:#facc1599!important}.border-b-yellow-400\/65{border-bottom-color:#facc15a6!important}.border-b-yellow-400\/70{border-bottom-color:#facc15b3!important}.border-b-yellow-400\/75{border-bottom-color:#facc15bf!important}.border-b-yellow-400\/80{border-bottom-color:#facc15cc!important}.border-b-yellow-400\/85{border-bottom-color:#facc15d9!important}.border-b-yellow-400\/90{border-bottom-color:#facc15e6!important}.border-b-yellow-400\/95{border-bottom-color:#facc15f2!important}.border-b-yellow-50{--tw-border-opacity: 1 !important;border-bottom-color:rgb(254 252 232 / var(--tw-border-opacity, 1))!important}.border-b-yellow-50\/0{border-bottom-color:#fefce800!important}.border-b-yellow-50\/10{border-bottom-color:#fefce81a!important}.border-b-yellow-50\/100{border-bottom-color:#fefce8!important}.border-b-yellow-50\/15{border-bottom-color:#fefce826!important}.border-b-yellow-50\/20{border-bottom-color:#fefce833!important}.border-b-yellow-50\/25{border-bottom-color:#fefce840!important}.border-b-yellow-50\/30{border-bottom-color:#fefce84d!important}.border-b-yellow-50\/35{border-bottom-color:#fefce859!important}.border-b-yellow-50\/40{border-bottom-color:#fefce866!important}.border-b-yellow-50\/45{border-bottom-color:#fefce873!important}.border-b-yellow-50\/5{border-bottom-color:#fefce80d!important}.border-b-yellow-50\/50{border-bottom-color:#fefce880!important}.border-b-yellow-50\/55{border-bottom-color:#fefce88c!important}.border-b-yellow-50\/60{border-bottom-color:#fefce899!important}.border-b-yellow-50\/65{border-bottom-color:#fefce8a6!important}.border-b-yellow-50\/70{border-bottom-color:#fefce8b3!important}.border-b-yellow-50\/75{border-bottom-color:#fefce8bf!important}.border-b-yellow-50\/80{border-bottom-color:#fefce8cc!important}.border-b-yellow-50\/85{border-bottom-color:#fefce8d9!important}.border-b-yellow-50\/90{border-bottom-color:#fefce8e6!important}.border-b-yellow-50\/95{border-bottom-color:#fefce8f2!important}.border-b-yellow-500{--tw-border-opacity: 1 !important;border-bottom-color:rgb(234 179 8 / var(--tw-border-opacity, 1))!important}.border-b-yellow-500\/0{border-bottom-color:#eab30800!important}.border-b-yellow-500\/10{border-bottom-color:#eab3081a!important}.border-b-yellow-500\/100{border-bottom-color:#eab308!important}.border-b-yellow-500\/15{border-bottom-color:#eab30826!important}.border-b-yellow-500\/20{border-bottom-color:#eab30833!important}.border-b-yellow-500\/25{border-bottom-color:#eab30840!important}.border-b-yellow-500\/30{border-bottom-color:#eab3084d!important}.border-b-yellow-500\/35{border-bottom-color:#eab30859!important}.border-b-yellow-500\/40{border-bottom-color:#eab30866!important}.border-b-yellow-500\/45{border-bottom-color:#eab30873!important}.border-b-yellow-500\/5{border-bottom-color:#eab3080d!important}.border-b-yellow-500\/50{border-bottom-color:#eab30880!important}.border-b-yellow-500\/55{border-bottom-color:#eab3088c!important}.border-b-yellow-500\/60{border-bottom-color:#eab30899!important}.border-b-yellow-500\/65{border-bottom-color:#eab308a6!important}.border-b-yellow-500\/70{border-bottom-color:#eab308b3!important}.border-b-yellow-500\/75{border-bottom-color:#eab308bf!important}.border-b-yellow-500\/80{border-bottom-color:#eab308cc!important}.border-b-yellow-500\/85{border-bottom-color:#eab308d9!important}.border-b-yellow-500\/90{border-bottom-color:#eab308e6!important}.border-b-yellow-500\/95{border-bottom-color:#eab308f2!important}.border-b-yellow-600{--tw-border-opacity: 1 !important;border-bottom-color:rgb(202 138 4 / var(--tw-border-opacity, 1))!important}.border-b-yellow-600\/0{border-bottom-color:#ca8a0400!important}.border-b-yellow-600\/10{border-bottom-color:#ca8a041a!important}.border-b-yellow-600\/100{border-bottom-color:#ca8a04!important}.border-b-yellow-600\/15{border-bottom-color:#ca8a0426!important}.border-b-yellow-600\/20{border-bottom-color:#ca8a0433!important}.border-b-yellow-600\/25{border-bottom-color:#ca8a0440!important}.border-b-yellow-600\/30{border-bottom-color:#ca8a044d!important}.border-b-yellow-600\/35{border-bottom-color:#ca8a0459!important}.border-b-yellow-600\/40{border-bottom-color:#ca8a0466!important}.border-b-yellow-600\/45{border-bottom-color:#ca8a0473!important}.border-b-yellow-600\/5{border-bottom-color:#ca8a040d!important}.border-b-yellow-600\/50{border-bottom-color:#ca8a0480!important}.border-b-yellow-600\/55{border-bottom-color:#ca8a048c!important}.border-b-yellow-600\/60{border-bottom-color:#ca8a0499!important}.border-b-yellow-600\/65{border-bottom-color:#ca8a04a6!important}.border-b-yellow-600\/70{border-bottom-color:#ca8a04b3!important}.border-b-yellow-600\/75{border-bottom-color:#ca8a04bf!important}.border-b-yellow-600\/80{border-bottom-color:#ca8a04cc!important}.border-b-yellow-600\/85{border-bottom-color:#ca8a04d9!important}.border-b-yellow-600\/90{border-bottom-color:#ca8a04e6!important}.border-b-yellow-600\/95{border-bottom-color:#ca8a04f2!important}.border-b-yellow-700{--tw-border-opacity: 1 !important;border-bottom-color:rgb(161 98 7 / var(--tw-border-opacity, 1))!important}.border-b-yellow-700\/0{border-bottom-color:#a1620700!important}.border-b-yellow-700\/10{border-bottom-color:#a162071a!important}.border-b-yellow-700\/100{border-bottom-color:#a16207!important}.border-b-yellow-700\/15{border-bottom-color:#a1620726!important}.border-b-yellow-700\/20{border-bottom-color:#a1620733!important}.border-b-yellow-700\/25{border-bottom-color:#a1620740!important}.border-b-yellow-700\/30{border-bottom-color:#a162074d!important}.border-b-yellow-700\/35{border-bottom-color:#a1620759!important}.border-b-yellow-700\/40{border-bottom-color:#a1620766!important}.border-b-yellow-700\/45{border-bottom-color:#a1620773!important}.border-b-yellow-700\/5{border-bottom-color:#a162070d!important}.border-b-yellow-700\/50{border-bottom-color:#a1620780!important}.border-b-yellow-700\/55{border-bottom-color:#a162078c!important}.border-b-yellow-700\/60{border-bottom-color:#a1620799!important}.border-b-yellow-700\/65{border-bottom-color:#a16207a6!important}.border-b-yellow-700\/70{border-bottom-color:#a16207b3!important}.border-b-yellow-700\/75{border-bottom-color:#a16207bf!important}.border-b-yellow-700\/80{border-bottom-color:#a16207cc!important}.border-b-yellow-700\/85{border-bottom-color:#a16207d9!important}.border-b-yellow-700\/90{border-bottom-color:#a16207e6!important}.border-b-yellow-700\/95{border-bottom-color:#a16207f2!important}.border-b-yellow-800{--tw-border-opacity: 1 !important;border-bottom-color:rgb(133 77 14 / var(--tw-border-opacity, 1))!important}.border-b-yellow-800\/0{border-bottom-color:#854d0e00!important}.border-b-yellow-800\/10{border-bottom-color:#854d0e1a!important}.border-b-yellow-800\/100{border-bottom-color:#854d0e!important}.border-b-yellow-800\/15{border-bottom-color:#854d0e26!important}.border-b-yellow-800\/20{border-bottom-color:#854d0e33!important}.border-b-yellow-800\/25{border-bottom-color:#854d0e40!important}.border-b-yellow-800\/30{border-bottom-color:#854d0e4d!important}.border-b-yellow-800\/35{border-bottom-color:#854d0e59!important}.border-b-yellow-800\/40{border-bottom-color:#854d0e66!important}.border-b-yellow-800\/45{border-bottom-color:#854d0e73!important}.border-b-yellow-800\/5{border-bottom-color:#854d0e0d!important}.border-b-yellow-800\/50{border-bottom-color:#854d0e80!important}.border-b-yellow-800\/55{border-bottom-color:#854d0e8c!important}.border-b-yellow-800\/60{border-bottom-color:#854d0e99!important}.border-b-yellow-800\/65{border-bottom-color:#854d0ea6!important}.border-b-yellow-800\/70{border-bottom-color:#854d0eb3!important}.border-b-yellow-800\/75{border-bottom-color:#854d0ebf!important}.border-b-yellow-800\/80{border-bottom-color:#854d0ecc!important}.border-b-yellow-800\/85{border-bottom-color:#854d0ed9!important}.border-b-yellow-800\/90{border-bottom-color:#854d0ee6!important}.border-b-yellow-800\/95{border-bottom-color:#854d0ef2!important}.border-b-yellow-900{--tw-border-opacity: 1 !important;border-bottom-color:rgb(113 63 18 / var(--tw-border-opacity, 1))!important}.border-b-yellow-900\/0{border-bottom-color:#713f1200!important}.border-b-yellow-900\/10{border-bottom-color:#713f121a!important}.border-b-yellow-900\/100{border-bottom-color:#713f12!important}.border-b-yellow-900\/15{border-bottom-color:#713f1226!important}.border-b-yellow-900\/20{border-bottom-color:#713f1233!important}.border-b-yellow-900\/25{border-bottom-color:#713f1240!important}.border-b-yellow-900\/30{border-bottom-color:#713f124d!important}.border-b-yellow-900\/35{border-bottom-color:#713f1259!important}.border-b-yellow-900\/40{border-bottom-color:#713f1266!important}.border-b-yellow-900\/45{border-bottom-color:#713f1273!important}.border-b-yellow-900\/5{border-bottom-color:#713f120d!important}.border-b-yellow-900\/50{border-bottom-color:#713f1280!important}.border-b-yellow-900\/55{border-bottom-color:#713f128c!important}.border-b-yellow-900\/60{border-bottom-color:#713f1299!important}.border-b-yellow-900\/65{border-bottom-color:#713f12a6!important}.border-b-yellow-900\/70{border-bottom-color:#713f12b3!important}.border-b-yellow-900\/75{border-bottom-color:#713f12bf!important}.border-b-yellow-900\/80{border-bottom-color:#713f12cc!important}.border-b-yellow-900\/85{border-bottom-color:#713f12d9!important}.border-b-yellow-900\/90{border-bottom-color:#713f12e6!important}.border-b-yellow-900\/95{border-bottom-color:#713f12f2!important}.border-b-yellow-950{--tw-border-opacity: 1 !important;border-bottom-color:rgb(66 32 6 / var(--tw-border-opacity, 1))!important}.border-b-yellow-950\/0{border-bottom-color:#42200600!important}.border-b-yellow-950\/10{border-bottom-color:#4220061a!important}.border-b-yellow-950\/100{border-bottom-color:#422006!important}.border-b-yellow-950\/15{border-bottom-color:#42200626!important}.border-b-yellow-950\/20{border-bottom-color:#42200633!important}.border-b-yellow-950\/25{border-bottom-color:#42200640!important}.border-b-yellow-950\/30{border-bottom-color:#4220064d!important}.border-b-yellow-950\/35{border-bottom-color:#42200659!important}.border-b-yellow-950\/40{border-bottom-color:#42200666!important}.border-b-yellow-950\/45{border-bottom-color:#42200673!important}.border-b-yellow-950\/5{border-bottom-color:#4220060d!important}.border-b-yellow-950\/50{border-bottom-color:#42200680!important}.border-b-yellow-950\/55{border-bottom-color:#4220068c!important}.border-b-yellow-950\/60{border-bottom-color:#42200699!important}.border-b-yellow-950\/65{border-bottom-color:#422006a6!important}.border-b-yellow-950\/70{border-bottom-color:#422006b3!important}.border-b-yellow-950\/75{border-bottom-color:#422006bf!important}.border-b-yellow-950\/80{border-bottom-color:#422006cc!important}.border-b-yellow-950\/85{border-bottom-color:#422006d9!important}.border-b-yellow-950\/90{border-bottom-color:#422006e6!important}.border-b-yellow-950\/95{border-bottom-color:#422006f2!important}.border-e-yellow-100{--tw-border-opacity: 1 !important;border-inline-end-color:rgb(254 249 195 / var(--tw-border-opacity, 1))!important}.border-e-yellow-100\/0{border-inline-end-color:#fef9c300!important}.border-e-yellow-100\/10{border-inline-end-color:#fef9c31a!important}.border-e-yellow-100\/100{border-inline-end-color:#fef9c3!important}.border-e-yellow-100\/15{border-inline-end-color:#fef9c326!important}.border-e-yellow-100\/20{border-inline-end-color:#fef9c333!important}.border-e-yellow-100\/25{border-inline-end-color:#fef9c340!important}.border-e-yellow-100\/30{border-inline-end-color:#fef9c34d!important}.border-e-yellow-100\/35{border-inline-end-color:#fef9c359!important}.border-e-yellow-100\/40{border-inline-end-color:#fef9c366!important}.border-e-yellow-100\/45{border-inline-end-color:#fef9c373!important}.border-e-yellow-100\/5{border-inline-end-color:#fef9c30d!important}.border-e-yellow-100\/50{border-inline-end-color:#fef9c380!important}.border-e-yellow-100\/55{border-inline-end-color:#fef9c38c!important}.border-e-yellow-100\/60{border-inline-end-color:#fef9c399!important}.border-e-yellow-100\/65{border-inline-end-color:#fef9c3a6!important}.border-e-yellow-100\/70{border-inline-end-color:#fef9c3b3!important}.border-e-yellow-100\/75{border-inline-end-color:#fef9c3bf!important}.border-e-yellow-100\/80{border-inline-end-color:#fef9c3cc!important}.border-e-yellow-100\/85{border-inline-end-color:#fef9c3d9!important}.border-e-yellow-100\/90{border-inline-end-color:#fef9c3e6!important}.border-e-yellow-100\/95{border-inline-end-color:#fef9c3f2!important}.border-e-yellow-200{--tw-border-opacity: 1 !important;border-inline-end-color:rgb(254 240 138 / var(--tw-border-opacity, 1))!important}.border-e-yellow-200\/0{border-inline-end-color:#fef08a00!important}.border-e-yellow-200\/10{border-inline-end-color:#fef08a1a!important}.border-e-yellow-200\/100{border-inline-end-color:#fef08a!important}.border-e-yellow-200\/15{border-inline-end-color:#fef08a26!important}.border-e-yellow-200\/20{border-inline-end-color:#fef08a33!important}.border-e-yellow-200\/25{border-inline-end-color:#fef08a40!important}.border-e-yellow-200\/30{border-inline-end-color:#fef08a4d!important}.border-e-yellow-200\/35{border-inline-end-color:#fef08a59!important}.border-e-yellow-200\/40{border-inline-end-color:#fef08a66!important}.border-e-yellow-200\/45{border-inline-end-color:#fef08a73!important}.border-e-yellow-200\/5{border-inline-end-color:#fef08a0d!important}.border-e-yellow-200\/50{border-inline-end-color:#fef08a80!important}.border-e-yellow-200\/55{border-inline-end-color:#fef08a8c!important}.border-e-yellow-200\/60{border-inline-end-color:#fef08a99!important}.border-e-yellow-200\/65{border-inline-end-color:#fef08aa6!important}.border-e-yellow-200\/70{border-inline-end-color:#fef08ab3!important}.border-e-yellow-200\/75{border-inline-end-color:#fef08abf!important}.border-e-yellow-200\/80{border-inline-end-color:#fef08acc!important}.border-e-yellow-200\/85{border-inline-end-color:#fef08ad9!important}.border-e-yellow-200\/90{border-inline-end-color:#fef08ae6!important}.border-e-yellow-200\/95{border-inline-end-color:#fef08af2!important}.border-e-yellow-300{--tw-border-opacity: 1 !important;border-inline-end-color:rgb(253 224 71 / var(--tw-border-opacity, 1))!important}.border-e-yellow-300\/0{border-inline-end-color:#fde04700!important}.border-e-yellow-300\/10{border-inline-end-color:#fde0471a!important}.border-e-yellow-300\/100{border-inline-end-color:#fde047!important}.border-e-yellow-300\/15{border-inline-end-color:#fde04726!important}.border-e-yellow-300\/20{border-inline-end-color:#fde04733!important}.border-e-yellow-300\/25{border-inline-end-color:#fde04740!important}.border-e-yellow-300\/30{border-inline-end-color:#fde0474d!important}.border-e-yellow-300\/35{border-inline-end-color:#fde04759!important}.border-e-yellow-300\/40{border-inline-end-color:#fde04766!important}.border-e-yellow-300\/45{border-inline-end-color:#fde04773!important}.border-e-yellow-300\/5{border-inline-end-color:#fde0470d!important}.border-e-yellow-300\/50{border-inline-end-color:#fde04780!important}.border-e-yellow-300\/55{border-inline-end-color:#fde0478c!important}.border-e-yellow-300\/60{border-inline-end-color:#fde04799!important}.border-e-yellow-300\/65{border-inline-end-color:#fde047a6!important}.border-e-yellow-300\/70{border-inline-end-color:#fde047b3!important}.border-e-yellow-300\/75{border-inline-end-color:#fde047bf!important}.border-e-yellow-300\/80{border-inline-end-color:#fde047cc!important}.border-e-yellow-300\/85{border-inline-end-color:#fde047d9!important}.border-e-yellow-300\/90{border-inline-end-color:#fde047e6!important}.border-e-yellow-300\/95{border-inline-end-color:#fde047f2!important}.border-e-yellow-400{--tw-border-opacity: 1 !important;border-inline-end-color:rgb(250 204 21 / var(--tw-border-opacity, 1))!important}.border-e-yellow-400\/0{border-inline-end-color:#facc1500!important}.border-e-yellow-400\/10{border-inline-end-color:#facc151a!important}.border-e-yellow-400\/100{border-inline-end-color:#facc15!important}.border-e-yellow-400\/15{border-inline-end-color:#facc1526!important}.border-e-yellow-400\/20{border-inline-end-color:#facc1533!important}.border-e-yellow-400\/25{border-inline-end-color:#facc1540!important}.border-e-yellow-400\/30{border-inline-end-color:#facc154d!important}.border-e-yellow-400\/35{border-inline-end-color:#facc1559!important}.border-e-yellow-400\/40{border-inline-end-color:#facc1566!important}.border-e-yellow-400\/45{border-inline-end-color:#facc1573!important}.border-e-yellow-400\/5{border-inline-end-color:#facc150d!important}.border-e-yellow-400\/50{border-inline-end-color:#facc1580!important}.border-e-yellow-400\/55{border-inline-end-color:#facc158c!important}.border-e-yellow-400\/60{border-inline-end-color:#facc1599!important}.border-e-yellow-400\/65{border-inline-end-color:#facc15a6!important}.border-e-yellow-400\/70{border-inline-end-color:#facc15b3!important}.border-e-yellow-400\/75{border-inline-end-color:#facc15bf!important}.border-e-yellow-400\/80{border-inline-end-color:#facc15cc!important}.border-e-yellow-400\/85{border-inline-end-color:#facc15d9!important}.border-e-yellow-400\/90{border-inline-end-color:#facc15e6!important}.border-e-yellow-400\/95{border-inline-end-color:#facc15f2!important}.border-e-yellow-50{--tw-border-opacity: 1 !important;border-inline-end-color:rgb(254 252 232 / var(--tw-border-opacity, 1))!important}.border-e-yellow-50\/0{border-inline-end-color:#fefce800!important}.border-e-yellow-50\/10{border-inline-end-color:#fefce81a!important}.border-e-yellow-50\/100{border-inline-end-color:#fefce8!important}.border-e-yellow-50\/15{border-inline-end-color:#fefce826!important}.border-e-yellow-50\/20{border-inline-end-color:#fefce833!important}.border-e-yellow-50\/25{border-inline-end-color:#fefce840!important}.border-e-yellow-50\/30{border-inline-end-color:#fefce84d!important}.border-e-yellow-50\/35{border-inline-end-color:#fefce859!important}.border-e-yellow-50\/40{border-inline-end-color:#fefce866!important}.border-e-yellow-50\/45{border-inline-end-color:#fefce873!important}.border-e-yellow-50\/5{border-inline-end-color:#fefce80d!important}.border-e-yellow-50\/50{border-inline-end-color:#fefce880!important}.border-e-yellow-50\/55{border-inline-end-color:#fefce88c!important}.border-e-yellow-50\/60{border-inline-end-color:#fefce899!important}.border-e-yellow-50\/65{border-inline-end-color:#fefce8a6!important}.border-e-yellow-50\/70{border-inline-end-color:#fefce8b3!important}.border-e-yellow-50\/75{border-inline-end-color:#fefce8bf!important}.border-e-yellow-50\/80{border-inline-end-color:#fefce8cc!important}.border-e-yellow-50\/85{border-inline-end-color:#fefce8d9!important}.border-e-yellow-50\/90{border-inline-end-color:#fefce8e6!important}.border-e-yellow-50\/95{border-inline-end-color:#fefce8f2!important}.border-e-yellow-500{--tw-border-opacity: 1 !important;border-inline-end-color:rgb(234 179 8 / var(--tw-border-opacity, 1))!important}.border-e-yellow-500\/0{border-inline-end-color:#eab30800!important}.border-e-yellow-500\/10{border-inline-end-color:#eab3081a!important}.border-e-yellow-500\/100{border-inline-end-color:#eab308!important}.border-e-yellow-500\/15{border-inline-end-color:#eab30826!important}.border-e-yellow-500\/20{border-inline-end-color:#eab30833!important}.border-e-yellow-500\/25{border-inline-end-color:#eab30840!important}.border-e-yellow-500\/30{border-inline-end-color:#eab3084d!important}.border-e-yellow-500\/35{border-inline-end-color:#eab30859!important}.border-e-yellow-500\/40{border-inline-end-color:#eab30866!important}.border-e-yellow-500\/45{border-inline-end-color:#eab30873!important}.border-e-yellow-500\/5{border-inline-end-color:#eab3080d!important}.border-e-yellow-500\/50{border-inline-end-color:#eab30880!important}.border-e-yellow-500\/55{border-inline-end-color:#eab3088c!important}.border-e-yellow-500\/60{border-inline-end-color:#eab30899!important}.border-e-yellow-500\/65{border-inline-end-color:#eab308a6!important}.border-e-yellow-500\/70{border-inline-end-color:#eab308b3!important}.border-e-yellow-500\/75{border-inline-end-color:#eab308bf!important}.border-e-yellow-500\/80{border-inline-end-color:#eab308cc!important}.border-e-yellow-500\/85{border-inline-end-color:#eab308d9!important}.border-e-yellow-500\/90{border-inline-end-color:#eab308e6!important}.border-e-yellow-500\/95{border-inline-end-color:#eab308f2!important}.border-e-yellow-600{--tw-border-opacity: 1 !important;border-inline-end-color:rgb(202 138 4 / var(--tw-border-opacity, 1))!important}.border-e-yellow-600\/0{border-inline-end-color:#ca8a0400!important}.border-e-yellow-600\/10{border-inline-end-color:#ca8a041a!important}.border-e-yellow-600\/100{border-inline-end-color:#ca8a04!important}.border-e-yellow-600\/15{border-inline-end-color:#ca8a0426!important}.border-e-yellow-600\/20{border-inline-end-color:#ca8a0433!important}.border-e-yellow-600\/25{border-inline-end-color:#ca8a0440!important}.border-e-yellow-600\/30{border-inline-end-color:#ca8a044d!important}.border-e-yellow-600\/35{border-inline-end-color:#ca8a0459!important}.border-e-yellow-600\/40{border-inline-end-color:#ca8a0466!important}.border-e-yellow-600\/45{border-inline-end-color:#ca8a0473!important}.border-e-yellow-600\/5{border-inline-end-color:#ca8a040d!important}.border-e-yellow-600\/50{border-inline-end-color:#ca8a0480!important}.border-e-yellow-600\/55{border-inline-end-color:#ca8a048c!important}.border-e-yellow-600\/60{border-inline-end-color:#ca8a0499!important}.border-e-yellow-600\/65{border-inline-end-color:#ca8a04a6!important}.border-e-yellow-600\/70{border-inline-end-color:#ca8a04b3!important}.border-e-yellow-600\/75{border-inline-end-color:#ca8a04bf!important}.border-e-yellow-600\/80{border-inline-end-color:#ca8a04cc!important}.border-e-yellow-600\/85{border-inline-end-color:#ca8a04d9!important}.border-e-yellow-600\/90{border-inline-end-color:#ca8a04e6!important}.border-e-yellow-600\/95{border-inline-end-color:#ca8a04f2!important}.border-e-yellow-700{--tw-border-opacity: 1 !important;border-inline-end-color:rgb(161 98 7 / var(--tw-border-opacity, 1))!important}.border-e-yellow-700\/0{border-inline-end-color:#a1620700!important}.border-e-yellow-700\/10{border-inline-end-color:#a162071a!important}.border-e-yellow-700\/100{border-inline-end-color:#a16207!important}.border-e-yellow-700\/15{border-inline-end-color:#a1620726!important}.border-e-yellow-700\/20{border-inline-end-color:#a1620733!important}.border-e-yellow-700\/25{border-inline-end-color:#a1620740!important}.border-e-yellow-700\/30{border-inline-end-color:#a162074d!important}.border-e-yellow-700\/35{border-inline-end-color:#a1620759!important}.border-e-yellow-700\/40{border-inline-end-color:#a1620766!important}.border-e-yellow-700\/45{border-inline-end-color:#a1620773!important}.border-e-yellow-700\/5{border-inline-end-color:#a162070d!important}.border-e-yellow-700\/50{border-inline-end-color:#a1620780!important}.border-e-yellow-700\/55{border-inline-end-color:#a162078c!important}.border-e-yellow-700\/60{border-inline-end-color:#a1620799!important}.border-e-yellow-700\/65{border-inline-end-color:#a16207a6!important}.border-e-yellow-700\/70{border-inline-end-color:#a16207b3!important}.border-e-yellow-700\/75{border-inline-end-color:#a16207bf!important}.border-e-yellow-700\/80{border-inline-end-color:#a16207cc!important}.border-e-yellow-700\/85{border-inline-end-color:#a16207d9!important}.border-e-yellow-700\/90{border-inline-end-color:#a16207e6!important}.border-e-yellow-700\/95{border-inline-end-color:#a16207f2!important}.border-e-yellow-800{--tw-border-opacity: 1 !important;border-inline-end-color:rgb(133 77 14 / var(--tw-border-opacity, 1))!important}.border-e-yellow-800\/0{border-inline-end-color:#854d0e00!important}.border-e-yellow-800\/10{border-inline-end-color:#854d0e1a!important}.border-e-yellow-800\/100{border-inline-end-color:#854d0e!important}.border-e-yellow-800\/15{border-inline-end-color:#854d0e26!important}.border-e-yellow-800\/20{border-inline-end-color:#854d0e33!important}.border-e-yellow-800\/25{border-inline-end-color:#854d0e40!important}.border-e-yellow-800\/30{border-inline-end-color:#854d0e4d!important}.border-e-yellow-800\/35{border-inline-end-color:#854d0e59!important}.border-e-yellow-800\/40{border-inline-end-color:#854d0e66!important}.border-e-yellow-800\/45{border-inline-end-color:#854d0e73!important}.border-e-yellow-800\/5{border-inline-end-color:#854d0e0d!important}.border-e-yellow-800\/50{border-inline-end-color:#854d0e80!important}.border-e-yellow-800\/55{border-inline-end-color:#854d0e8c!important}.border-e-yellow-800\/60{border-inline-end-color:#854d0e99!important}.border-e-yellow-800\/65{border-inline-end-color:#854d0ea6!important}.border-e-yellow-800\/70{border-inline-end-color:#854d0eb3!important}.border-e-yellow-800\/75{border-inline-end-color:#854d0ebf!important}.border-e-yellow-800\/80{border-inline-end-color:#854d0ecc!important}.border-e-yellow-800\/85{border-inline-end-color:#854d0ed9!important}.border-e-yellow-800\/90{border-inline-end-color:#854d0ee6!important}.border-e-yellow-800\/95{border-inline-end-color:#854d0ef2!important}.border-e-yellow-900{--tw-border-opacity: 1 !important;border-inline-end-color:rgb(113 63 18 / var(--tw-border-opacity, 1))!important}.border-e-yellow-900\/0{border-inline-end-color:#713f1200!important}.border-e-yellow-900\/10{border-inline-end-color:#713f121a!important}.border-e-yellow-900\/100{border-inline-end-color:#713f12!important}.border-e-yellow-900\/15{border-inline-end-color:#713f1226!important}.border-e-yellow-900\/20{border-inline-end-color:#713f1233!important}.border-e-yellow-900\/25{border-inline-end-color:#713f1240!important}.border-e-yellow-900\/30{border-inline-end-color:#713f124d!important}.border-e-yellow-900\/35{border-inline-end-color:#713f1259!important}.border-e-yellow-900\/40{border-inline-end-color:#713f1266!important}.border-e-yellow-900\/45{border-inline-end-color:#713f1273!important}.border-e-yellow-900\/5{border-inline-end-color:#713f120d!important}.border-e-yellow-900\/50{border-inline-end-color:#713f1280!important}.border-e-yellow-900\/55{border-inline-end-color:#713f128c!important}.border-e-yellow-900\/60{border-inline-end-color:#713f1299!important}.border-e-yellow-900\/65{border-inline-end-color:#713f12a6!important}.border-e-yellow-900\/70{border-inline-end-color:#713f12b3!important}.border-e-yellow-900\/75{border-inline-end-color:#713f12bf!important}.border-e-yellow-900\/80{border-inline-end-color:#713f12cc!important}.border-e-yellow-900\/85{border-inline-end-color:#713f12d9!important}.border-e-yellow-900\/90{border-inline-end-color:#713f12e6!important}.border-e-yellow-900\/95{border-inline-end-color:#713f12f2!important}.border-e-yellow-950{--tw-border-opacity: 1 !important;border-inline-end-color:rgb(66 32 6 / var(--tw-border-opacity, 1))!important}.border-e-yellow-950\/0{border-inline-end-color:#42200600!important}.border-e-yellow-950\/10{border-inline-end-color:#4220061a!important}.border-e-yellow-950\/100{border-inline-end-color:#422006!important}.border-e-yellow-950\/15{border-inline-end-color:#42200626!important}.border-e-yellow-950\/20{border-inline-end-color:#42200633!important}.border-e-yellow-950\/25{border-inline-end-color:#42200640!important}.border-e-yellow-950\/30{border-inline-end-color:#4220064d!important}.border-e-yellow-950\/35{border-inline-end-color:#42200659!important}.border-e-yellow-950\/40{border-inline-end-color:#42200666!important}.border-e-yellow-950\/45{border-inline-end-color:#42200673!important}.border-e-yellow-950\/5{border-inline-end-color:#4220060d!important}.border-e-yellow-950\/50{border-inline-end-color:#42200680!important}.border-e-yellow-950\/55{border-inline-end-color:#4220068c!important}.border-e-yellow-950\/60{border-inline-end-color:#42200699!important}.border-e-yellow-950\/65{border-inline-end-color:#422006a6!important}.border-e-yellow-950\/70{border-inline-end-color:#422006b3!important}.border-e-yellow-950\/75{border-inline-end-color:#422006bf!important}.border-e-yellow-950\/80{border-inline-end-color:#422006cc!important}.border-e-yellow-950\/85{border-inline-end-color:#422006d9!important}.border-e-yellow-950\/90{border-inline-end-color:#422006e6!important}.border-e-yellow-950\/95{border-inline-end-color:#422006f2!important}.border-l-yellow-100{--tw-border-opacity: 1 !important;border-left-color:rgb(254 249 195 / var(--tw-border-opacity, 1))!important}.border-l-yellow-100\/0{border-left-color:#fef9c300!important}.border-l-yellow-100\/10{border-left-color:#fef9c31a!important}.border-l-yellow-100\/100{border-left-color:#fef9c3!important}.border-l-yellow-100\/15{border-left-color:#fef9c326!important}.border-l-yellow-100\/20{border-left-color:#fef9c333!important}.border-l-yellow-100\/25{border-left-color:#fef9c340!important}.border-l-yellow-100\/30{border-left-color:#fef9c34d!important}.border-l-yellow-100\/35{border-left-color:#fef9c359!important}.border-l-yellow-100\/40{border-left-color:#fef9c366!important}.border-l-yellow-100\/45{border-left-color:#fef9c373!important}.border-l-yellow-100\/5{border-left-color:#fef9c30d!important}.border-l-yellow-100\/50{border-left-color:#fef9c380!important}.border-l-yellow-100\/55{border-left-color:#fef9c38c!important}.border-l-yellow-100\/60{border-left-color:#fef9c399!important}.border-l-yellow-100\/65{border-left-color:#fef9c3a6!important}.border-l-yellow-100\/70{border-left-color:#fef9c3b3!important}.border-l-yellow-100\/75{border-left-color:#fef9c3bf!important}.border-l-yellow-100\/80{border-left-color:#fef9c3cc!important}.border-l-yellow-100\/85{border-left-color:#fef9c3d9!important}.border-l-yellow-100\/90{border-left-color:#fef9c3e6!important}.border-l-yellow-100\/95{border-left-color:#fef9c3f2!important}.border-l-yellow-200{--tw-border-opacity: 1 !important;border-left-color:rgb(254 240 138 / var(--tw-border-opacity, 1))!important}.border-l-yellow-200\/0{border-left-color:#fef08a00!important}.border-l-yellow-200\/10{border-left-color:#fef08a1a!important}.border-l-yellow-200\/100{border-left-color:#fef08a!important}.border-l-yellow-200\/15{border-left-color:#fef08a26!important}.border-l-yellow-200\/20{border-left-color:#fef08a33!important}.border-l-yellow-200\/25{border-left-color:#fef08a40!important}.border-l-yellow-200\/30{border-left-color:#fef08a4d!important}.border-l-yellow-200\/35{border-left-color:#fef08a59!important}.border-l-yellow-200\/40{border-left-color:#fef08a66!important}.border-l-yellow-200\/45{border-left-color:#fef08a73!important}.border-l-yellow-200\/5{border-left-color:#fef08a0d!important}.border-l-yellow-200\/50{border-left-color:#fef08a80!important}.border-l-yellow-200\/55{border-left-color:#fef08a8c!important}.border-l-yellow-200\/60{border-left-color:#fef08a99!important}.border-l-yellow-200\/65{border-left-color:#fef08aa6!important}.border-l-yellow-200\/70{border-left-color:#fef08ab3!important}.border-l-yellow-200\/75{border-left-color:#fef08abf!important}.border-l-yellow-200\/80{border-left-color:#fef08acc!important}.border-l-yellow-200\/85{border-left-color:#fef08ad9!important}.border-l-yellow-200\/90{border-left-color:#fef08ae6!important}.border-l-yellow-200\/95{border-left-color:#fef08af2!important}.border-l-yellow-300{--tw-border-opacity: 1 !important;border-left-color:rgb(253 224 71 / var(--tw-border-opacity, 1))!important}.border-l-yellow-300\/0{border-left-color:#fde04700!important}.border-l-yellow-300\/10{border-left-color:#fde0471a!important}.border-l-yellow-300\/100{border-left-color:#fde047!important}.border-l-yellow-300\/15{border-left-color:#fde04726!important}.border-l-yellow-300\/20{border-left-color:#fde04733!important}.border-l-yellow-300\/25{border-left-color:#fde04740!important}.border-l-yellow-300\/30{border-left-color:#fde0474d!important}.border-l-yellow-300\/35{border-left-color:#fde04759!important}.border-l-yellow-300\/40{border-left-color:#fde04766!important}.border-l-yellow-300\/45{border-left-color:#fde04773!important}.border-l-yellow-300\/5{border-left-color:#fde0470d!important}.border-l-yellow-300\/50{border-left-color:#fde04780!important}.border-l-yellow-300\/55{border-left-color:#fde0478c!important}.border-l-yellow-300\/60{border-left-color:#fde04799!important}.border-l-yellow-300\/65{border-left-color:#fde047a6!important}.border-l-yellow-300\/70{border-left-color:#fde047b3!important}.border-l-yellow-300\/75{border-left-color:#fde047bf!important}.border-l-yellow-300\/80{border-left-color:#fde047cc!important}.border-l-yellow-300\/85{border-left-color:#fde047d9!important}.border-l-yellow-300\/90{border-left-color:#fde047e6!important}.border-l-yellow-300\/95{border-left-color:#fde047f2!important}.border-l-yellow-400{--tw-border-opacity: 1 !important;border-left-color:rgb(250 204 21 / var(--tw-border-opacity, 1))!important}.border-l-yellow-400\/0{border-left-color:#facc1500!important}.border-l-yellow-400\/10{border-left-color:#facc151a!important}.border-l-yellow-400\/100{border-left-color:#facc15!important}.border-l-yellow-400\/15{border-left-color:#facc1526!important}.border-l-yellow-400\/20{border-left-color:#facc1533!important}.border-l-yellow-400\/25{border-left-color:#facc1540!important}.border-l-yellow-400\/30{border-left-color:#facc154d!important}.border-l-yellow-400\/35{border-left-color:#facc1559!important}.border-l-yellow-400\/40{border-left-color:#facc1566!important}.border-l-yellow-400\/45{border-left-color:#facc1573!important}.border-l-yellow-400\/5{border-left-color:#facc150d!important}.border-l-yellow-400\/50{border-left-color:#facc1580!important}.border-l-yellow-400\/55{border-left-color:#facc158c!important}.border-l-yellow-400\/60{border-left-color:#facc1599!important}.border-l-yellow-400\/65{border-left-color:#facc15a6!important}.border-l-yellow-400\/70{border-left-color:#facc15b3!important}.border-l-yellow-400\/75{border-left-color:#facc15bf!important}.border-l-yellow-400\/80{border-left-color:#facc15cc!important}.border-l-yellow-400\/85{border-left-color:#facc15d9!important}.border-l-yellow-400\/90{border-left-color:#facc15e6!important}.border-l-yellow-400\/95{border-left-color:#facc15f2!important}.border-l-yellow-50{--tw-border-opacity: 1 !important;border-left-color:rgb(254 252 232 / var(--tw-border-opacity, 1))!important}.border-l-yellow-50\/0{border-left-color:#fefce800!important}.border-l-yellow-50\/10{border-left-color:#fefce81a!important}.border-l-yellow-50\/100{border-left-color:#fefce8!important}.border-l-yellow-50\/15{border-left-color:#fefce826!important}.border-l-yellow-50\/20{border-left-color:#fefce833!important}.border-l-yellow-50\/25{border-left-color:#fefce840!important}.border-l-yellow-50\/30{border-left-color:#fefce84d!important}.border-l-yellow-50\/35{border-left-color:#fefce859!important}.border-l-yellow-50\/40{border-left-color:#fefce866!important}.border-l-yellow-50\/45{border-left-color:#fefce873!important}.border-l-yellow-50\/5{border-left-color:#fefce80d!important}.border-l-yellow-50\/50{border-left-color:#fefce880!important}.border-l-yellow-50\/55{border-left-color:#fefce88c!important}.border-l-yellow-50\/60{border-left-color:#fefce899!important}.border-l-yellow-50\/65{border-left-color:#fefce8a6!important}.border-l-yellow-50\/70{border-left-color:#fefce8b3!important}.border-l-yellow-50\/75{border-left-color:#fefce8bf!important}.border-l-yellow-50\/80{border-left-color:#fefce8cc!important}.border-l-yellow-50\/85{border-left-color:#fefce8d9!important}.border-l-yellow-50\/90{border-left-color:#fefce8e6!important}.border-l-yellow-50\/95{border-left-color:#fefce8f2!important}.border-l-yellow-500{--tw-border-opacity: 1 !important;border-left-color:rgb(234 179 8 / var(--tw-border-opacity, 1))!important}.border-l-yellow-500\/0{border-left-color:#eab30800!important}.border-l-yellow-500\/10{border-left-color:#eab3081a!important}.border-l-yellow-500\/100{border-left-color:#eab308!important}.border-l-yellow-500\/15{border-left-color:#eab30826!important}.border-l-yellow-500\/20{border-left-color:#eab30833!important}.border-l-yellow-500\/25{border-left-color:#eab30840!important}.border-l-yellow-500\/30{border-left-color:#eab3084d!important}.border-l-yellow-500\/35{border-left-color:#eab30859!important}.border-l-yellow-500\/40{border-left-color:#eab30866!important}.border-l-yellow-500\/45{border-left-color:#eab30873!important}.border-l-yellow-500\/5{border-left-color:#eab3080d!important}.border-l-yellow-500\/50{border-left-color:#eab30880!important}.border-l-yellow-500\/55{border-left-color:#eab3088c!important}.border-l-yellow-500\/60{border-left-color:#eab30899!important}.border-l-yellow-500\/65{border-left-color:#eab308a6!important}.border-l-yellow-500\/70{border-left-color:#eab308b3!important}.border-l-yellow-500\/75{border-left-color:#eab308bf!important}.border-l-yellow-500\/80{border-left-color:#eab308cc!important}.border-l-yellow-500\/85{border-left-color:#eab308d9!important}.border-l-yellow-500\/90{border-left-color:#eab308e6!important}.border-l-yellow-500\/95{border-left-color:#eab308f2!important}.border-l-yellow-600{--tw-border-opacity: 1 !important;border-left-color:rgb(202 138 4 / var(--tw-border-opacity, 1))!important}.border-l-yellow-600\/0{border-left-color:#ca8a0400!important}.border-l-yellow-600\/10{border-left-color:#ca8a041a!important}.border-l-yellow-600\/100{border-left-color:#ca8a04!important}.border-l-yellow-600\/15{border-left-color:#ca8a0426!important}.border-l-yellow-600\/20{border-left-color:#ca8a0433!important}.border-l-yellow-600\/25{border-left-color:#ca8a0440!important}.border-l-yellow-600\/30{border-left-color:#ca8a044d!important}.border-l-yellow-600\/35{border-left-color:#ca8a0459!important}.border-l-yellow-600\/40{border-left-color:#ca8a0466!important}.border-l-yellow-600\/45{border-left-color:#ca8a0473!important}.border-l-yellow-600\/5{border-left-color:#ca8a040d!important}.border-l-yellow-600\/50{border-left-color:#ca8a0480!important}.border-l-yellow-600\/55{border-left-color:#ca8a048c!important}.border-l-yellow-600\/60{border-left-color:#ca8a0499!important}.border-l-yellow-600\/65{border-left-color:#ca8a04a6!important}.border-l-yellow-600\/70{border-left-color:#ca8a04b3!important}.border-l-yellow-600\/75{border-left-color:#ca8a04bf!important}.border-l-yellow-600\/80{border-left-color:#ca8a04cc!important}.border-l-yellow-600\/85{border-left-color:#ca8a04d9!important}.border-l-yellow-600\/90{border-left-color:#ca8a04e6!important}.border-l-yellow-600\/95{border-left-color:#ca8a04f2!important}.border-l-yellow-700{--tw-border-opacity: 1 !important;border-left-color:rgb(161 98 7 / var(--tw-border-opacity, 1))!important}.border-l-yellow-700\/0{border-left-color:#a1620700!important}.border-l-yellow-700\/10{border-left-color:#a162071a!important}.border-l-yellow-700\/100{border-left-color:#a16207!important}.border-l-yellow-700\/15{border-left-color:#a1620726!important}.border-l-yellow-700\/20{border-left-color:#a1620733!important}.border-l-yellow-700\/25{border-left-color:#a1620740!important}.border-l-yellow-700\/30{border-left-color:#a162074d!important}.border-l-yellow-700\/35{border-left-color:#a1620759!important}.border-l-yellow-700\/40{border-left-color:#a1620766!important}.border-l-yellow-700\/45{border-left-color:#a1620773!important}.border-l-yellow-700\/5{border-left-color:#a162070d!important}.border-l-yellow-700\/50{border-left-color:#a1620780!important}.border-l-yellow-700\/55{border-left-color:#a162078c!important}.border-l-yellow-700\/60{border-left-color:#a1620799!important}.border-l-yellow-700\/65{border-left-color:#a16207a6!important}.border-l-yellow-700\/70{border-left-color:#a16207b3!important}.border-l-yellow-700\/75{border-left-color:#a16207bf!important}.border-l-yellow-700\/80{border-left-color:#a16207cc!important}.border-l-yellow-700\/85{border-left-color:#a16207d9!important}.border-l-yellow-700\/90{border-left-color:#a16207e6!important}.border-l-yellow-700\/95{border-left-color:#a16207f2!important}.border-l-yellow-800{--tw-border-opacity: 1 !important;border-left-color:rgb(133 77 14 / var(--tw-border-opacity, 1))!important}.border-l-yellow-800\/0{border-left-color:#854d0e00!important}.border-l-yellow-800\/10{border-left-color:#854d0e1a!important}.border-l-yellow-800\/100{border-left-color:#854d0e!important}.border-l-yellow-800\/15{border-left-color:#854d0e26!important}.border-l-yellow-800\/20{border-left-color:#854d0e33!important}.border-l-yellow-800\/25{border-left-color:#854d0e40!important}.border-l-yellow-800\/30{border-left-color:#854d0e4d!important}.border-l-yellow-800\/35{border-left-color:#854d0e59!important}.border-l-yellow-800\/40{border-left-color:#854d0e66!important}.border-l-yellow-800\/45{border-left-color:#854d0e73!important}.border-l-yellow-800\/5{border-left-color:#854d0e0d!important}.border-l-yellow-800\/50{border-left-color:#854d0e80!important}.border-l-yellow-800\/55{border-left-color:#854d0e8c!important}.border-l-yellow-800\/60{border-left-color:#854d0e99!important}.border-l-yellow-800\/65{border-left-color:#854d0ea6!important}.border-l-yellow-800\/70{border-left-color:#854d0eb3!important}.border-l-yellow-800\/75{border-left-color:#854d0ebf!important}.border-l-yellow-800\/80{border-left-color:#854d0ecc!important}.border-l-yellow-800\/85{border-left-color:#854d0ed9!important}.border-l-yellow-800\/90{border-left-color:#854d0ee6!important}.border-l-yellow-800\/95{border-left-color:#854d0ef2!important}.border-l-yellow-900{--tw-border-opacity: 1 !important;border-left-color:rgb(113 63 18 / var(--tw-border-opacity, 1))!important}.border-l-yellow-900\/0{border-left-color:#713f1200!important}.border-l-yellow-900\/10{border-left-color:#713f121a!important}.border-l-yellow-900\/100{border-left-color:#713f12!important}.border-l-yellow-900\/15{border-left-color:#713f1226!important}.border-l-yellow-900\/20{border-left-color:#713f1233!important}.border-l-yellow-900\/25{border-left-color:#713f1240!important}.border-l-yellow-900\/30{border-left-color:#713f124d!important}.border-l-yellow-900\/35{border-left-color:#713f1259!important}.border-l-yellow-900\/40{border-left-color:#713f1266!important}.border-l-yellow-900\/45{border-left-color:#713f1273!important}.border-l-yellow-900\/5{border-left-color:#713f120d!important}.border-l-yellow-900\/50{border-left-color:#713f1280!important}.border-l-yellow-900\/55{border-left-color:#713f128c!important}.border-l-yellow-900\/60{border-left-color:#713f1299!important}.border-l-yellow-900\/65{border-left-color:#713f12a6!important}.border-l-yellow-900\/70{border-left-color:#713f12b3!important}.border-l-yellow-900\/75{border-left-color:#713f12bf!important}.border-l-yellow-900\/80{border-left-color:#713f12cc!important}.border-l-yellow-900\/85{border-left-color:#713f12d9!important}.border-l-yellow-900\/90{border-left-color:#713f12e6!important}.border-l-yellow-900\/95{border-left-color:#713f12f2!important}.border-l-yellow-950{--tw-border-opacity: 1 !important;border-left-color:rgb(66 32 6 / var(--tw-border-opacity, 1))!important}.border-l-yellow-950\/0{border-left-color:#42200600!important}.border-l-yellow-950\/10{border-left-color:#4220061a!important}.border-l-yellow-950\/100{border-left-color:#422006!important}.border-l-yellow-950\/15{border-left-color:#42200626!important}.border-l-yellow-950\/20{border-left-color:#42200633!important}.border-l-yellow-950\/25{border-left-color:#42200640!important}.border-l-yellow-950\/30{border-left-color:#4220064d!important}.border-l-yellow-950\/35{border-left-color:#42200659!important}.border-l-yellow-950\/40{border-left-color:#42200666!important}.border-l-yellow-950\/45{border-left-color:#42200673!important}.border-l-yellow-950\/5{border-left-color:#4220060d!important}.border-l-yellow-950\/50{border-left-color:#42200680!important}.border-l-yellow-950\/55{border-left-color:#4220068c!important}.border-l-yellow-950\/60{border-left-color:#42200699!important}.border-l-yellow-950\/65{border-left-color:#422006a6!important}.border-l-yellow-950\/70{border-left-color:#422006b3!important}.border-l-yellow-950\/75{border-left-color:#422006bf!important}.border-l-yellow-950\/80{border-left-color:#422006cc!important}.border-l-yellow-950\/85{border-left-color:#422006d9!important}.border-l-yellow-950\/90{border-left-color:#422006e6!important}.border-l-yellow-950\/95{border-left-color:#422006f2!important}.border-r-yellow-100{--tw-border-opacity: 1 !important;border-right-color:rgb(254 249 195 / var(--tw-border-opacity, 1))!important}.border-r-yellow-100\/0{border-right-color:#fef9c300!important}.border-r-yellow-100\/10{border-right-color:#fef9c31a!important}.border-r-yellow-100\/100{border-right-color:#fef9c3!important}.border-r-yellow-100\/15{border-right-color:#fef9c326!important}.border-r-yellow-100\/20{border-right-color:#fef9c333!important}.border-r-yellow-100\/25{border-right-color:#fef9c340!important}.border-r-yellow-100\/30{border-right-color:#fef9c34d!important}.border-r-yellow-100\/35{border-right-color:#fef9c359!important}.border-r-yellow-100\/40{border-right-color:#fef9c366!important}.border-r-yellow-100\/45{border-right-color:#fef9c373!important}.border-r-yellow-100\/5{border-right-color:#fef9c30d!important}.border-r-yellow-100\/50{border-right-color:#fef9c380!important}.border-r-yellow-100\/55{border-right-color:#fef9c38c!important}.border-r-yellow-100\/60{border-right-color:#fef9c399!important}.border-r-yellow-100\/65{border-right-color:#fef9c3a6!important}.border-r-yellow-100\/70{border-right-color:#fef9c3b3!important}.border-r-yellow-100\/75{border-right-color:#fef9c3bf!important}.border-r-yellow-100\/80{border-right-color:#fef9c3cc!important}.border-r-yellow-100\/85{border-right-color:#fef9c3d9!important}.border-r-yellow-100\/90{border-right-color:#fef9c3e6!important}.border-r-yellow-100\/95{border-right-color:#fef9c3f2!important}.border-r-yellow-200{--tw-border-opacity: 1 !important;border-right-color:rgb(254 240 138 / var(--tw-border-opacity, 1))!important}.border-r-yellow-200\/0{border-right-color:#fef08a00!important}.border-r-yellow-200\/10{border-right-color:#fef08a1a!important}.border-r-yellow-200\/100{border-right-color:#fef08a!important}.border-r-yellow-200\/15{border-right-color:#fef08a26!important}.border-r-yellow-200\/20{border-right-color:#fef08a33!important}.border-r-yellow-200\/25{border-right-color:#fef08a40!important}.border-r-yellow-200\/30{border-right-color:#fef08a4d!important}.border-r-yellow-200\/35{border-right-color:#fef08a59!important}.border-r-yellow-200\/40{border-right-color:#fef08a66!important}.border-r-yellow-200\/45{border-right-color:#fef08a73!important}.border-r-yellow-200\/5{border-right-color:#fef08a0d!important}.border-r-yellow-200\/50{border-right-color:#fef08a80!important}.border-r-yellow-200\/55{border-right-color:#fef08a8c!important}.border-r-yellow-200\/60{border-right-color:#fef08a99!important}.border-r-yellow-200\/65{border-right-color:#fef08aa6!important}.border-r-yellow-200\/70{border-right-color:#fef08ab3!important}.border-r-yellow-200\/75{border-right-color:#fef08abf!important}.border-r-yellow-200\/80{border-right-color:#fef08acc!important}.border-r-yellow-200\/85{border-right-color:#fef08ad9!important}.border-r-yellow-200\/90{border-right-color:#fef08ae6!important}.border-r-yellow-200\/95{border-right-color:#fef08af2!important}.border-r-yellow-300{--tw-border-opacity: 1 !important;border-right-color:rgb(253 224 71 / var(--tw-border-opacity, 1))!important}.border-r-yellow-300\/0{border-right-color:#fde04700!important}.border-r-yellow-300\/10{border-right-color:#fde0471a!important}.border-r-yellow-300\/100{border-right-color:#fde047!important}.border-r-yellow-300\/15{border-right-color:#fde04726!important}.border-r-yellow-300\/20{border-right-color:#fde04733!important}.border-r-yellow-300\/25{border-right-color:#fde04740!important}.border-r-yellow-300\/30{border-right-color:#fde0474d!important}.border-r-yellow-300\/35{border-right-color:#fde04759!important}.border-r-yellow-300\/40{border-right-color:#fde04766!important}.border-r-yellow-300\/45{border-right-color:#fde04773!important}.border-r-yellow-300\/5{border-right-color:#fde0470d!important}.border-r-yellow-300\/50{border-right-color:#fde04780!important}.border-r-yellow-300\/55{border-right-color:#fde0478c!important}.border-r-yellow-300\/60{border-right-color:#fde04799!important}.border-r-yellow-300\/65{border-right-color:#fde047a6!important}.border-r-yellow-300\/70{border-right-color:#fde047b3!important}.border-r-yellow-300\/75{border-right-color:#fde047bf!important}.border-r-yellow-300\/80{border-right-color:#fde047cc!important}.border-r-yellow-300\/85{border-right-color:#fde047d9!important}.border-r-yellow-300\/90{border-right-color:#fde047e6!important}.border-r-yellow-300\/95{border-right-color:#fde047f2!important}.border-r-yellow-400{--tw-border-opacity: 1 !important;border-right-color:rgb(250 204 21 / var(--tw-border-opacity, 1))!important}.border-r-yellow-400\/0{border-right-color:#facc1500!important}.border-r-yellow-400\/10{border-right-color:#facc151a!important}.border-r-yellow-400\/100{border-right-color:#facc15!important}.border-r-yellow-400\/15{border-right-color:#facc1526!important}.border-r-yellow-400\/20{border-right-color:#facc1533!important}.border-r-yellow-400\/25{border-right-color:#facc1540!important}.border-r-yellow-400\/30{border-right-color:#facc154d!important}.border-r-yellow-400\/35{border-right-color:#facc1559!important}.border-r-yellow-400\/40{border-right-color:#facc1566!important}.border-r-yellow-400\/45{border-right-color:#facc1573!important}.border-r-yellow-400\/5{border-right-color:#facc150d!important}.border-r-yellow-400\/50{border-right-color:#facc1580!important}.border-r-yellow-400\/55{border-right-color:#facc158c!important}.border-r-yellow-400\/60{border-right-color:#facc1599!important}.border-r-yellow-400\/65{border-right-color:#facc15a6!important}.border-r-yellow-400\/70{border-right-color:#facc15b3!important}.border-r-yellow-400\/75{border-right-color:#facc15bf!important}.border-r-yellow-400\/80{border-right-color:#facc15cc!important}.border-r-yellow-400\/85{border-right-color:#facc15d9!important}.border-r-yellow-400\/90{border-right-color:#facc15e6!important}.border-r-yellow-400\/95{border-right-color:#facc15f2!important}.border-r-yellow-50{--tw-border-opacity: 1 !important;border-right-color:rgb(254 252 232 / var(--tw-border-opacity, 1))!important}.border-r-yellow-50\/0{border-right-color:#fefce800!important}.border-r-yellow-50\/10{border-right-color:#fefce81a!important}.border-r-yellow-50\/100{border-right-color:#fefce8!important}.border-r-yellow-50\/15{border-right-color:#fefce826!important}.border-r-yellow-50\/20{border-right-color:#fefce833!important}.border-r-yellow-50\/25{border-right-color:#fefce840!important}.border-r-yellow-50\/30{border-right-color:#fefce84d!important}.border-r-yellow-50\/35{border-right-color:#fefce859!important}.border-r-yellow-50\/40{border-right-color:#fefce866!important}.border-r-yellow-50\/45{border-right-color:#fefce873!important}.border-r-yellow-50\/5{border-right-color:#fefce80d!important}.border-r-yellow-50\/50{border-right-color:#fefce880!important}.border-r-yellow-50\/55{border-right-color:#fefce88c!important}.border-r-yellow-50\/60{border-right-color:#fefce899!important}.border-r-yellow-50\/65{border-right-color:#fefce8a6!important}.border-r-yellow-50\/70{border-right-color:#fefce8b3!important}.border-r-yellow-50\/75{border-right-color:#fefce8bf!important}.border-r-yellow-50\/80{border-right-color:#fefce8cc!important}.border-r-yellow-50\/85{border-right-color:#fefce8d9!important}.border-r-yellow-50\/90{border-right-color:#fefce8e6!important}.border-r-yellow-50\/95{border-right-color:#fefce8f2!important}.border-r-yellow-500{--tw-border-opacity: 1 !important;border-right-color:rgb(234 179 8 / var(--tw-border-opacity, 1))!important}.border-r-yellow-500\/0{border-right-color:#eab30800!important}.border-r-yellow-500\/10{border-right-color:#eab3081a!important}.border-r-yellow-500\/100{border-right-color:#eab308!important}.border-r-yellow-500\/15{border-right-color:#eab30826!important}.border-r-yellow-500\/20{border-right-color:#eab30833!important}.border-r-yellow-500\/25{border-right-color:#eab30840!important}.border-r-yellow-500\/30{border-right-color:#eab3084d!important}.border-r-yellow-500\/35{border-right-color:#eab30859!important}.border-r-yellow-500\/40{border-right-color:#eab30866!important}.border-r-yellow-500\/45{border-right-color:#eab30873!important}.border-r-yellow-500\/5{border-right-color:#eab3080d!important}.border-r-yellow-500\/50{border-right-color:#eab30880!important}.border-r-yellow-500\/55{border-right-color:#eab3088c!important}.border-r-yellow-500\/60{border-right-color:#eab30899!important}.border-r-yellow-500\/65{border-right-color:#eab308a6!important}.border-r-yellow-500\/70{border-right-color:#eab308b3!important}.border-r-yellow-500\/75{border-right-color:#eab308bf!important}.border-r-yellow-500\/80{border-right-color:#eab308cc!important}.border-r-yellow-500\/85{border-right-color:#eab308d9!important}.border-r-yellow-500\/90{border-right-color:#eab308e6!important}.border-r-yellow-500\/95{border-right-color:#eab308f2!important}.border-r-yellow-600{--tw-border-opacity: 1 !important;border-right-color:rgb(202 138 4 / var(--tw-border-opacity, 1))!important}.border-r-yellow-600\/0{border-right-color:#ca8a0400!important}.border-r-yellow-600\/10{border-right-color:#ca8a041a!important}.border-r-yellow-600\/100{border-right-color:#ca8a04!important}.border-r-yellow-600\/15{border-right-color:#ca8a0426!important}.border-r-yellow-600\/20{border-right-color:#ca8a0433!important}.border-r-yellow-600\/25{border-right-color:#ca8a0440!important}.border-r-yellow-600\/30{border-right-color:#ca8a044d!important}.border-r-yellow-600\/35{border-right-color:#ca8a0459!important}.border-r-yellow-600\/40{border-right-color:#ca8a0466!important}.border-r-yellow-600\/45{border-right-color:#ca8a0473!important}.border-r-yellow-600\/5{border-right-color:#ca8a040d!important}.border-r-yellow-600\/50{border-right-color:#ca8a0480!important}.border-r-yellow-600\/55{border-right-color:#ca8a048c!important}.border-r-yellow-600\/60{border-right-color:#ca8a0499!important}.border-r-yellow-600\/65{border-right-color:#ca8a04a6!important}.border-r-yellow-600\/70{border-right-color:#ca8a04b3!important}.border-r-yellow-600\/75{border-right-color:#ca8a04bf!important}.border-r-yellow-600\/80{border-right-color:#ca8a04cc!important}.border-r-yellow-600\/85{border-right-color:#ca8a04d9!important}.border-r-yellow-600\/90{border-right-color:#ca8a04e6!important}.border-r-yellow-600\/95{border-right-color:#ca8a04f2!important}.border-r-yellow-700{--tw-border-opacity: 1 !important;border-right-color:rgb(161 98 7 / var(--tw-border-opacity, 1))!important}.border-r-yellow-700\/0{border-right-color:#a1620700!important}.border-r-yellow-700\/10{border-right-color:#a162071a!important}.border-r-yellow-700\/100{border-right-color:#a16207!important}.border-r-yellow-700\/15{border-right-color:#a1620726!important}.border-r-yellow-700\/20{border-right-color:#a1620733!important}.border-r-yellow-700\/25{border-right-color:#a1620740!important}.border-r-yellow-700\/30{border-right-color:#a162074d!important}.border-r-yellow-700\/35{border-right-color:#a1620759!important}.border-r-yellow-700\/40{border-right-color:#a1620766!important}.border-r-yellow-700\/45{border-right-color:#a1620773!important}.border-r-yellow-700\/5{border-right-color:#a162070d!important}.border-r-yellow-700\/50{border-right-color:#a1620780!important}.border-r-yellow-700\/55{border-right-color:#a162078c!important}.border-r-yellow-700\/60{border-right-color:#a1620799!important}.border-r-yellow-700\/65{border-right-color:#a16207a6!important}.border-r-yellow-700\/70{border-right-color:#a16207b3!important}.border-r-yellow-700\/75{border-right-color:#a16207bf!important}.border-r-yellow-700\/80{border-right-color:#a16207cc!important}.border-r-yellow-700\/85{border-right-color:#a16207d9!important}.border-r-yellow-700\/90{border-right-color:#a16207e6!important}.border-r-yellow-700\/95{border-right-color:#a16207f2!important}.border-r-yellow-800{--tw-border-opacity: 1 !important;border-right-color:rgb(133 77 14 / var(--tw-border-opacity, 1))!important}.border-r-yellow-800\/0{border-right-color:#854d0e00!important}.border-r-yellow-800\/10{border-right-color:#854d0e1a!important}.border-r-yellow-800\/100{border-right-color:#854d0e!important}.border-r-yellow-800\/15{border-right-color:#854d0e26!important}.border-r-yellow-800\/20{border-right-color:#854d0e33!important}.border-r-yellow-800\/25{border-right-color:#854d0e40!important}.border-r-yellow-800\/30{border-right-color:#854d0e4d!important}.border-r-yellow-800\/35{border-right-color:#854d0e59!important}.border-r-yellow-800\/40{border-right-color:#854d0e66!important}.border-r-yellow-800\/45{border-right-color:#854d0e73!important}.border-r-yellow-800\/5{border-right-color:#854d0e0d!important}.border-r-yellow-800\/50{border-right-color:#854d0e80!important}.border-r-yellow-800\/55{border-right-color:#854d0e8c!important}.border-r-yellow-800\/60{border-right-color:#854d0e99!important}.border-r-yellow-800\/65{border-right-color:#854d0ea6!important}.border-r-yellow-800\/70{border-right-color:#854d0eb3!important}.border-r-yellow-800\/75{border-right-color:#854d0ebf!important}.border-r-yellow-800\/80{border-right-color:#854d0ecc!important}.border-r-yellow-800\/85{border-right-color:#854d0ed9!important}.border-r-yellow-800\/90{border-right-color:#854d0ee6!important}.border-r-yellow-800\/95{border-right-color:#854d0ef2!important}.border-r-yellow-900{--tw-border-opacity: 1 !important;border-right-color:rgb(113 63 18 / var(--tw-border-opacity, 1))!important}.border-r-yellow-900\/0{border-right-color:#713f1200!important}.border-r-yellow-900\/10{border-right-color:#713f121a!important}.border-r-yellow-900\/100{border-right-color:#713f12!important}.border-r-yellow-900\/15{border-right-color:#713f1226!important}.border-r-yellow-900\/20{border-right-color:#713f1233!important}.border-r-yellow-900\/25{border-right-color:#713f1240!important}.border-r-yellow-900\/30{border-right-color:#713f124d!important}.border-r-yellow-900\/35{border-right-color:#713f1259!important}.border-r-yellow-900\/40{border-right-color:#713f1266!important}.border-r-yellow-900\/45{border-right-color:#713f1273!important}.border-r-yellow-900\/5{border-right-color:#713f120d!important}.border-r-yellow-900\/50{border-right-color:#713f1280!important}.border-r-yellow-900\/55{border-right-color:#713f128c!important}.border-r-yellow-900\/60{border-right-color:#713f1299!important}.border-r-yellow-900\/65{border-right-color:#713f12a6!important}.border-r-yellow-900\/70{border-right-color:#713f12b3!important}.border-r-yellow-900\/75{border-right-color:#713f12bf!important}.border-r-yellow-900\/80{border-right-color:#713f12cc!important}.border-r-yellow-900\/85{border-right-color:#713f12d9!important}.border-r-yellow-900\/90{border-right-color:#713f12e6!important}.border-r-yellow-900\/95{border-right-color:#713f12f2!important}.border-r-yellow-950{--tw-border-opacity: 1 !important;border-right-color:rgb(66 32 6 / var(--tw-border-opacity, 1))!important}.border-r-yellow-950\/0{border-right-color:#42200600!important}.border-r-yellow-950\/10{border-right-color:#4220061a!important}.border-r-yellow-950\/100{border-right-color:#422006!important}.border-r-yellow-950\/15{border-right-color:#42200626!important}.border-r-yellow-950\/20{border-right-color:#42200633!important}.border-r-yellow-950\/25{border-right-color:#42200640!important}.border-r-yellow-950\/30{border-right-color:#4220064d!important}.border-r-yellow-950\/35{border-right-color:#42200659!important}.border-r-yellow-950\/40{border-right-color:#42200666!important}.border-r-yellow-950\/45{border-right-color:#42200673!important}.border-r-yellow-950\/5{border-right-color:#4220060d!important}.border-r-yellow-950\/50{border-right-color:#42200680!important}.border-r-yellow-950\/55{border-right-color:#4220068c!important}.border-r-yellow-950\/60{border-right-color:#42200699!important}.border-r-yellow-950\/65{border-right-color:#422006a6!important}.border-r-yellow-950\/70{border-right-color:#422006b3!important}.border-r-yellow-950\/75{border-right-color:#422006bf!important}.border-r-yellow-950\/80{border-right-color:#422006cc!important}.border-r-yellow-950\/85{border-right-color:#422006d9!important}.border-r-yellow-950\/90{border-right-color:#422006e6!important}.border-r-yellow-950\/95{border-right-color:#422006f2!important}.border-s-yellow-100{--tw-border-opacity: 1 !important;border-inline-start-color:rgb(254 249 195 / var(--tw-border-opacity, 1))!important}.border-s-yellow-100\/0{border-inline-start-color:#fef9c300!important}.border-s-yellow-100\/10{border-inline-start-color:#fef9c31a!important}.border-s-yellow-100\/100{border-inline-start-color:#fef9c3!important}.border-s-yellow-100\/15{border-inline-start-color:#fef9c326!important}.border-s-yellow-100\/20{border-inline-start-color:#fef9c333!important}.border-s-yellow-100\/25{border-inline-start-color:#fef9c340!important}.border-s-yellow-100\/30{border-inline-start-color:#fef9c34d!important}.border-s-yellow-100\/35{border-inline-start-color:#fef9c359!important}.border-s-yellow-100\/40{border-inline-start-color:#fef9c366!important}.border-s-yellow-100\/45{border-inline-start-color:#fef9c373!important}.border-s-yellow-100\/5{border-inline-start-color:#fef9c30d!important}.border-s-yellow-100\/50{border-inline-start-color:#fef9c380!important}.border-s-yellow-100\/55{border-inline-start-color:#fef9c38c!important}.border-s-yellow-100\/60{border-inline-start-color:#fef9c399!important}.border-s-yellow-100\/65{border-inline-start-color:#fef9c3a6!important}.border-s-yellow-100\/70{border-inline-start-color:#fef9c3b3!important}.border-s-yellow-100\/75{border-inline-start-color:#fef9c3bf!important}.border-s-yellow-100\/80{border-inline-start-color:#fef9c3cc!important}.border-s-yellow-100\/85{border-inline-start-color:#fef9c3d9!important}.border-s-yellow-100\/90{border-inline-start-color:#fef9c3e6!important}.border-s-yellow-100\/95{border-inline-start-color:#fef9c3f2!important}.border-s-yellow-200{--tw-border-opacity: 1 !important;border-inline-start-color:rgb(254 240 138 / var(--tw-border-opacity, 1))!important}.border-s-yellow-200\/0{border-inline-start-color:#fef08a00!important}.border-s-yellow-200\/10{border-inline-start-color:#fef08a1a!important}.border-s-yellow-200\/100{border-inline-start-color:#fef08a!important}.border-s-yellow-200\/15{border-inline-start-color:#fef08a26!important}.border-s-yellow-200\/20{border-inline-start-color:#fef08a33!important}.border-s-yellow-200\/25{border-inline-start-color:#fef08a40!important}.border-s-yellow-200\/30{border-inline-start-color:#fef08a4d!important}.border-s-yellow-200\/35{border-inline-start-color:#fef08a59!important}.border-s-yellow-200\/40{border-inline-start-color:#fef08a66!important}.border-s-yellow-200\/45{border-inline-start-color:#fef08a73!important}.border-s-yellow-200\/5{border-inline-start-color:#fef08a0d!important}.border-s-yellow-200\/50{border-inline-start-color:#fef08a80!important}.border-s-yellow-200\/55{border-inline-start-color:#fef08a8c!important}.border-s-yellow-200\/60{border-inline-start-color:#fef08a99!important}.border-s-yellow-200\/65{border-inline-start-color:#fef08aa6!important}.border-s-yellow-200\/70{border-inline-start-color:#fef08ab3!important}.border-s-yellow-200\/75{border-inline-start-color:#fef08abf!important}.border-s-yellow-200\/80{border-inline-start-color:#fef08acc!important}.border-s-yellow-200\/85{border-inline-start-color:#fef08ad9!important}.border-s-yellow-200\/90{border-inline-start-color:#fef08ae6!important}.border-s-yellow-200\/95{border-inline-start-color:#fef08af2!important}.border-s-yellow-300{--tw-border-opacity: 1 !important;border-inline-start-color:rgb(253 224 71 / var(--tw-border-opacity, 1))!important}.border-s-yellow-300\/0{border-inline-start-color:#fde04700!important}.border-s-yellow-300\/10{border-inline-start-color:#fde0471a!important}.border-s-yellow-300\/100{border-inline-start-color:#fde047!important}.border-s-yellow-300\/15{border-inline-start-color:#fde04726!important}.border-s-yellow-300\/20{border-inline-start-color:#fde04733!important}.border-s-yellow-300\/25{border-inline-start-color:#fde04740!important}.border-s-yellow-300\/30{border-inline-start-color:#fde0474d!important}.border-s-yellow-300\/35{border-inline-start-color:#fde04759!important}.border-s-yellow-300\/40{border-inline-start-color:#fde04766!important}.border-s-yellow-300\/45{border-inline-start-color:#fde04773!important}.border-s-yellow-300\/5{border-inline-start-color:#fde0470d!important}.border-s-yellow-300\/50{border-inline-start-color:#fde04780!important}.border-s-yellow-300\/55{border-inline-start-color:#fde0478c!important}.border-s-yellow-300\/60{border-inline-start-color:#fde04799!important}.border-s-yellow-300\/65{border-inline-start-color:#fde047a6!important}.border-s-yellow-300\/70{border-inline-start-color:#fde047b3!important}.border-s-yellow-300\/75{border-inline-start-color:#fde047bf!important}.border-s-yellow-300\/80{border-inline-start-color:#fde047cc!important}.border-s-yellow-300\/85{border-inline-start-color:#fde047d9!important}.border-s-yellow-300\/90{border-inline-start-color:#fde047e6!important}.border-s-yellow-300\/95{border-inline-start-color:#fde047f2!important}.border-s-yellow-400{--tw-border-opacity: 1 !important;border-inline-start-color:rgb(250 204 21 / var(--tw-border-opacity, 1))!important}.border-s-yellow-400\/0{border-inline-start-color:#facc1500!important}.border-s-yellow-400\/10{border-inline-start-color:#facc151a!important}.border-s-yellow-400\/100{border-inline-start-color:#facc15!important}.border-s-yellow-400\/15{border-inline-start-color:#facc1526!important}.border-s-yellow-400\/20{border-inline-start-color:#facc1533!important}.border-s-yellow-400\/25{border-inline-start-color:#facc1540!important}.border-s-yellow-400\/30{border-inline-start-color:#facc154d!important}.border-s-yellow-400\/35{border-inline-start-color:#facc1559!important}.border-s-yellow-400\/40{border-inline-start-color:#facc1566!important}.border-s-yellow-400\/45{border-inline-start-color:#facc1573!important}.border-s-yellow-400\/5{border-inline-start-color:#facc150d!important}.border-s-yellow-400\/50{border-inline-start-color:#facc1580!important}.border-s-yellow-400\/55{border-inline-start-color:#facc158c!important}.border-s-yellow-400\/60{border-inline-start-color:#facc1599!important}.border-s-yellow-400\/65{border-inline-start-color:#facc15a6!important}.border-s-yellow-400\/70{border-inline-start-color:#facc15b3!important}.border-s-yellow-400\/75{border-inline-start-color:#facc15bf!important}.border-s-yellow-400\/80{border-inline-start-color:#facc15cc!important}.border-s-yellow-400\/85{border-inline-start-color:#facc15d9!important}.border-s-yellow-400\/90{border-inline-start-color:#facc15e6!important}.border-s-yellow-400\/95{border-inline-start-color:#facc15f2!important}.border-s-yellow-50{--tw-border-opacity: 1 !important;border-inline-start-color:rgb(254 252 232 / var(--tw-border-opacity, 1))!important}.border-s-yellow-50\/0{border-inline-start-color:#fefce800!important}.border-s-yellow-50\/10{border-inline-start-color:#fefce81a!important}.border-s-yellow-50\/100{border-inline-start-color:#fefce8!important}.border-s-yellow-50\/15{border-inline-start-color:#fefce826!important}.border-s-yellow-50\/20{border-inline-start-color:#fefce833!important}.border-s-yellow-50\/25{border-inline-start-color:#fefce840!important}.border-s-yellow-50\/30{border-inline-start-color:#fefce84d!important}.border-s-yellow-50\/35{border-inline-start-color:#fefce859!important}.border-s-yellow-50\/40{border-inline-start-color:#fefce866!important}.border-s-yellow-50\/45{border-inline-start-color:#fefce873!important}.border-s-yellow-50\/5{border-inline-start-color:#fefce80d!important}.border-s-yellow-50\/50{border-inline-start-color:#fefce880!important}.border-s-yellow-50\/55{border-inline-start-color:#fefce88c!important}.border-s-yellow-50\/60{border-inline-start-color:#fefce899!important}.border-s-yellow-50\/65{border-inline-start-color:#fefce8a6!important}.border-s-yellow-50\/70{border-inline-start-color:#fefce8b3!important}.border-s-yellow-50\/75{border-inline-start-color:#fefce8bf!important}.border-s-yellow-50\/80{border-inline-start-color:#fefce8cc!important}.border-s-yellow-50\/85{border-inline-start-color:#fefce8d9!important}.border-s-yellow-50\/90{border-inline-start-color:#fefce8e6!important}.border-s-yellow-50\/95{border-inline-start-color:#fefce8f2!important}.border-s-yellow-500{--tw-border-opacity: 1 !important;border-inline-start-color:rgb(234 179 8 / var(--tw-border-opacity, 1))!important}.border-s-yellow-500\/0{border-inline-start-color:#eab30800!important}.border-s-yellow-500\/10{border-inline-start-color:#eab3081a!important}.border-s-yellow-500\/100{border-inline-start-color:#eab308!important}.border-s-yellow-500\/15{border-inline-start-color:#eab30826!important}.border-s-yellow-500\/20{border-inline-start-color:#eab30833!important}.border-s-yellow-500\/25{border-inline-start-color:#eab30840!important}.border-s-yellow-500\/30{border-inline-start-color:#eab3084d!important}.border-s-yellow-500\/35{border-inline-start-color:#eab30859!important}.border-s-yellow-500\/40{border-inline-start-color:#eab30866!important}.border-s-yellow-500\/45{border-inline-start-color:#eab30873!important}.border-s-yellow-500\/5{border-inline-start-color:#eab3080d!important}.border-s-yellow-500\/50{border-inline-start-color:#eab30880!important}.border-s-yellow-500\/55{border-inline-start-color:#eab3088c!important}.border-s-yellow-500\/60{border-inline-start-color:#eab30899!important}.border-s-yellow-500\/65{border-inline-start-color:#eab308a6!important}.border-s-yellow-500\/70{border-inline-start-color:#eab308b3!important}.border-s-yellow-500\/75{border-inline-start-color:#eab308bf!important}.border-s-yellow-500\/80{border-inline-start-color:#eab308cc!important}.border-s-yellow-500\/85{border-inline-start-color:#eab308d9!important}.border-s-yellow-500\/90{border-inline-start-color:#eab308e6!important}.border-s-yellow-500\/95{border-inline-start-color:#eab308f2!important}.border-s-yellow-600{--tw-border-opacity: 1 !important;border-inline-start-color:rgb(202 138 4 / var(--tw-border-opacity, 1))!important}.border-s-yellow-600\/0{border-inline-start-color:#ca8a0400!important}.border-s-yellow-600\/10{border-inline-start-color:#ca8a041a!important}.border-s-yellow-600\/100{border-inline-start-color:#ca8a04!important}.border-s-yellow-600\/15{border-inline-start-color:#ca8a0426!important}.border-s-yellow-600\/20{border-inline-start-color:#ca8a0433!important}.border-s-yellow-600\/25{border-inline-start-color:#ca8a0440!important}.border-s-yellow-600\/30{border-inline-start-color:#ca8a044d!important}.border-s-yellow-600\/35{border-inline-start-color:#ca8a0459!important}.border-s-yellow-600\/40{border-inline-start-color:#ca8a0466!important}.border-s-yellow-600\/45{border-inline-start-color:#ca8a0473!important}.border-s-yellow-600\/5{border-inline-start-color:#ca8a040d!important}.border-s-yellow-600\/50{border-inline-start-color:#ca8a0480!important}.border-s-yellow-600\/55{border-inline-start-color:#ca8a048c!important}.border-s-yellow-600\/60{border-inline-start-color:#ca8a0499!important}.border-s-yellow-600\/65{border-inline-start-color:#ca8a04a6!important}.border-s-yellow-600\/70{border-inline-start-color:#ca8a04b3!important}.border-s-yellow-600\/75{border-inline-start-color:#ca8a04bf!important}.border-s-yellow-600\/80{border-inline-start-color:#ca8a04cc!important}.border-s-yellow-600\/85{border-inline-start-color:#ca8a04d9!important}.border-s-yellow-600\/90{border-inline-start-color:#ca8a04e6!important}.border-s-yellow-600\/95{border-inline-start-color:#ca8a04f2!important}.border-s-yellow-700{--tw-border-opacity: 1 !important;border-inline-start-color:rgb(161 98 7 / var(--tw-border-opacity, 1))!important}.border-s-yellow-700\/0{border-inline-start-color:#a1620700!important}.border-s-yellow-700\/10{border-inline-start-color:#a162071a!important}.border-s-yellow-700\/100{border-inline-start-color:#a16207!important}.border-s-yellow-700\/15{border-inline-start-color:#a1620726!important}.border-s-yellow-700\/20{border-inline-start-color:#a1620733!important}.border-s-yellow-700\/25{border-inline-start-color:#a1620740!important}.border-s-yellow-700\/30{border-inline-start-color:#a162074d!important}.border-s-yellow-700\/35{border-inline-start-color:#a1620759!important}.border-s-yellow-700\/40{border-inline-start-color:#a1620766!important}.border-s-yellow-700\/45{border-inline-start-color:#a1620773!important}.border-s-yellow-700\/5{border-inline-start-color:#a162070d!important}.border-s-yellow-700\/50{border-inline-start-color:#a1620780!important}.border-s-yellow-700\/55{border-inline-start-color:#a162078c!important}.border-s-yellow-700\/60{border-inline-start-color:#a1620799!important}.border-s-yellow-700\/65{border-inline-start-color:#a16207a6!important}.border-s-yellow-700\/70{border-inline-start-color:#a16207b3!important}.border-s-yellow-700\/75{border-inline-start-color:#a16207bf!important}.border-s-yellow-700\/80{border-inline-start-color:#a16207cc!important}.border-s-yellow-700\/85{border-inline-start-color:#a16207d9!important}.border-s-yellow-700\/90{border-inline-start-color:#a16207e6!important}.border-s-yellow-700\/95{border-inline-start-color:#a16207f2!important}.border-s-yellow-800{--tw-border-opacity: 1 !important;border-inline-start-color:rgb(133 77 14 / var(--tw-border-opacity, 1))!important}.border-s-yellow-800\/0{border-inline-start-color:#854d0e00!important}.border-s-yellow-800\/10{border-inline-start-color:#854d0e1a!important}.border-s-yellow-800\/100{border-inline-start-color:#854d0e!important}.border-s-yellow-800\/15{border-inline-start-color:#854d0e26!important}.border-s-yellow-800\/20{border-inline-start-color:#854d0e33!important}.border-s-yellow-800\/25{border-inline-start-color:#854d0e40!important}.border-s-yellow-800\/30{border-inline-start-color:#854d0e4d!important}.border-s-yellow-800\/35{border-inline-start-color:#854d0e59!important}.border-s-yellow-800\/40{border-inline-start-color:#854d0e66!important}.border-s-yellow-800\/45{border-inline-start-color:#854d0e73!important}.border-s-yellow-800\/5{border-inline-start-color:#854d0e0d!important}.border-s-yellow-800\/50{border-inline-start-color:#854d0e80!important}.border-s-yellow-800\/55{border-inline-start-color:#854d0e8c!important}.border-s-yellow-800\/60{border-inline-start-color:#854d0e99!important}.border-s-yellow-800\/65{border-inline-start-color:#854d0ea6!important}.border-s-yellow-800\/70{border-inline-start-color:#854d0eb3!important}.border-s-yellow-800\/75{border-inline-start-color:#854d0ebf!important}.border-s-yellow-800\/80{border-inline-start-color:#854d0ecc!important}.border-s-yellow-800\/85{border-inline-start-color:#854d0ed9!important}.border-s-yellow-800\/90{border-inline-start-color:#854d0ee6!important}.border-s-yellow-800\/95{border-inline-start-color:#854d0ef2!important}.border-s-yellow-900{--tw-border-opacity: 1 !important;border-inline-start-color:rgb(113 63 18 / var(--tw-border-opacity, 1))!important}.border-s-yellow-900\/0{border-inline-start-color:#713f1200!important}.border-s-yellow-900\/10{border-inline-start-color:#713f121a!important}.border-s-yellow-900\/100{border-inline-start-color:#713f12!important}.border-s-yellow-900\/15{border-inline-start-color:#713f1226!important}.border-s-yellow-900\/20{border-inline-start-color:#713f1233!important}.border-s-yellow-900\/25{border-inline-start-color:#713f1240!important}.border-s-yellow-900\/30{border-inline-start-color:#713f124d!important}.border-s-yellow-900\/35{border-inline-start-color:#713f1259!important}.border-s-yellow-900\/40{border-inline-start-color:#713f1266!important}.border-s-yellow-900\/45{border-inline-start-color:#713f1273!important}.border-s-yellow-900\/5{border-inline-start-color:#713f120d!important}.border-s-yellow-900\/50{border-inline-start-color:#713f1280!important}.border-s-yellow-900\/55{border-inline-start-color:#713f128c!important}.border-s-yellow-900\/60{border-inline-start-color:#713f1299!important}.border-s-yellow-900\/65{border-inline-start-color:#713f12a6!important}.border-s-yellow-900\/70{border-inline-start-color:#713f12b3!important}.border-s-yellow-900\/75{border-inline-start-color:#713f12bf!important}.border-s-yellow-900\/80{border-inline-start-color:#713f12cc!important}.border-s-yellow-900\/85{border-inline-start-color:#713f12d9!important}.border-s-yellow-900\/90{border-inline-start-color:#713f12e6!important}.border-s-yellow-900\/95{border-inline-start-color:#713f12f2!important}.border-s-yellow-950{--tw-border-opacity: 1 !important;border-inline-start-color:rgb(66 32 6 / var(--tw-border-opacity, 1))!important}.border-s-yellow-950\/0{border-inline-start-color:#42200600!important}.border-s-yellow-950\/10{border-inline-start-color:#4220061a!important}.border-s-yellow-950\/100{border-inline-start-color:#422006!important}.border-s-yellow-950\/15{border-inline-start-color:#42200626!important}.border-s-yellow-950\/20{border-inline-start-color:#42200633!important}.border-s-yellow-950\/25{border-inline-start-color:#42200640!important}.border-s-yellow-950\/30{border-inline-start-color:#4220064d!important}.border-s-yellow-950\/35{border-inline-start-color:#42200659!important}.border-s-yellow-950\/40{border-inline-start-color:#42200666!important}.border-s-yellow-950\/45{border-inline-start-color:#42200673!important}.border-s-yellow-950\/5{border-inline-start-color:#4220060d!important}.border-s-yellow-950\/50{border-inline-start-color:#42200680!important}.border-s-yellow-950\/55{border-inline-start-color:#4220068c!important}.border-s-yellow-950\/60{border-inline-start-color:#42200699!important}.border-s-yellow-950\/65{border-inline-start-color:#422006a6!important}.border-s-yellow-950\/70{border-inline-start-color:#422006b3!important}.border-s-yellow-950\/75{border-inline-start-color:#422006bf!important}.border-s-yellow-950\/80{border-inline-start-color:#422006cc!important}.border-s-yellow-950\/85{border-inline-start-color:#422006d9!important}.border-s-yellow-950\/90{border-inline-start-color:#422006e6!important}.border-s-yellow-950\/95{border-inline-start-color:#422006f2!important}.border-t-yellow-100{--tw-border-opacity: 1 !important;border-top-color:rgb(254 249 195 / var(--tw-border-opacity, 1))!important}.border-t-yellow-100\/0{border-top-color:#fef9c300!important}.border-t-yellow-100\/10{border-top-color:#fef9c31a!important}.border-t-yellow-100\/100{border-top-color:#fef9c3!important}.border-t-yellow-100\/15{border-top-color:#fef9c326!important}.border-t-yellow-100\/20{border-top-color:#fef9c333!important}.border-t-yellow-100\/25{border-top-color:#fef9c340!important}.border-t-yellow-100\/30{border-top-color:#fef9c34d!important}.border-t-yellow-100\/35{border-top-color:#fef9c359!important}.border-t-yellow-100\/40{border-top-color:#fef9c366!important}.border-t-yellow-100\/45{border-top-color:#fef9c373!important}.border-t-yellow-100\/5{border-top-color:#fef9c30d!important}.border-t-yellow-100\/50{border-top-color:#fef9c380!important}.border-t-yellow-100\/55{border-top-color:#fef9c38c!important}.border-t-yellow-100\/60{border-top-color:#fef9c399!important}.border-t-yellow-100\/65{border-top-color:#fef9c3a6!important}.border-t-yellow-100\/70{border-top-color:#fef9c3b3!important}.border-t-yellow-100\/75{border-top-color:#fef9c3bf!important}.border-t-yellow-100\/80{border-top-color:#fef9c3cc!important}.border-t-yellow-100\/85{border-top-color:#fef9c3d9!important}.border-t-yellow-100\/90{border-top-color:#fef9c3e6!important}.border-t-yellow-100\/95{border-top-color:#fef9c3f2!important}.border-t-yellow-200{--tw-border-opacity: 1 !important;border-top-color:rgb(254 240 138 / var(--tw-border-opacity, 1))!important}.border-t-yellow-200\/0{border-top-color:#fef08a00!important}.border-t-yellow-200\/10{border-top-color:#fef08a1a!important}.border-t-yellow-200\/100{border-top-color:#fef08a!important}.border-t-yellow-200\/15{border-top-color:#fef08a26!important}.border-t-yellow-200\/20{border-top-color:#fef08a33!important}.border-t-yellow-200\/25{border-top-color:#fef08a40!important}.border-t-yellow-200\/30{border-top-color:#fef08a4d!important}.border-t-yellow-200\/35{border-top-color:#fef08a59!important}.border-t-yellow-200\/40{border-top-color:#fef08a66!important}.border-t-yellow-200\/45{border-top-color:#fef08a73!important}.border-t-yellow-200\/5{border-top-color:#fef08a0d!important}.border-t-yellow-200\/50{border-top-color:#fef08a80!important}.border-t-yellow-200\/55{border-top-color:#fef08a8c!important}.border-t-yellow-200\/60{border-top-color:#fef08a99!important}.border-t-yellow-200\/65{border-top-color:#fef08aa6!important}.border-t-yellow-200\/70{border-top-color:#fef08ab3!important}.border-t-yellow-200\/75{border-top-color:#fef08abf!important}.border-t-yellow-200\/80{border-top-color:#fef08acc!important}.border-t-yellow-200\/85{border-top-color:#fef08ad9!important}.border-t-yellow-200\/90{border-top-color:#fef08ae6!important}.border-t-yellow-200\/95{border-top-color:#fef08af2!important}.border-t-yellow-300{--tw-border-opacity: 1 !important;border-top-color:rgb(253 224 71 / var(--tw-border-opacity, 1))!important}.border-t-yellow-300\/0{border-top-color:#fde04700!important}.border-t-yellow-300\/10{border-top-color:#fde0471a!important}.border-t-yellow-300\/100{border-top-color:#fde047!important}.border-t-yellow-300\/15{border-top-color:#fde04726!important}.border-t-yellow-300\/20{border-top-color:#fde04733!important}.border-t-yellow-300\/25{border-top-color:#fde04740!important}.border-t-yellow-300\/30{border-top-color:#fde0474d!important}.border-t-yellow-300\/35{border-top-color:#fde04759!important}.border-t-yellow-300\/40{border-top-color:#fde04766!important}.border-t-yellow-300\/45{border-top-color:#fde04773!important}.border-t-yellow-300\/5{border-top-color:#fde0470d!important}.border-t-yellow-300\/50{border-top-color:#fde04780!important}.border-t-yellow-300\/55{border-top-color:#fde0478c!important}.border-t-yellow-300\/60{border-top-color:#fde04799!important}.border-t-yellow-300\/65{border-top-color:#fde047a6!important}.border-t-yellow-300\/70{border-top-color:#fde047b3!important}.border-t-yellow-300\/75{border-top-color:#fde047bf!important}.border-t-yellow-300\/80{border-top-color:#fde047cc!important}.border-t-yellow-300\/85{border-top-color:#fde047d9!important}.border-t-yellow-300\/90{border-top-color:#fde047e6!important}.border-t-yellow-300\/95{border-top-color:#fde047f2!important}.border-t-yellow-400{--tw-border-opacity: 1 !important;border-top-color:rgb(250 204 21 / var(--tw-border-opacity, 1))!important}.border-t-yellow-400\/0{border-top-color:#facc1500!important}.border-t-yellow-400\/10{border-top-color:#facc151a!important}.border-t-yellow-400\/100{border-top-color:#facc15!important}.border-t-yellow-400\/15{border-top-color:#facc1526!important}.border-t-yellow-400\/20{border-top-color:#facc1533!important}.border-t-yellow-400\/25{border-top-color:#facc1540!important}.border-t-yellow-400\/30{border-top-color:#facc154d!important}.border-t-yellow-400\/35{border-top-color:#facc1559!important}.border-t-yellow-400\/40{border-top-color:#facc1566!important}.border-t-yellow-400\/45{border-top-color:#facc1573!important}.border-t-yellow-400\/5{border-top-color:#facc150d!important}.border-t-yellow-400\/50{border-top-color:#facc1580!important}.border-t-yellow-400\/55{border-top-color:#facc158c!important}.border-t-yellow-400\/60{border-top-color:#facc1599!important}.border-t-yellow-400\/65{border-top-color:#facc15a6!important}.border-t-yellow-400\/70{border-top-color:#facc15b3!important}.border-t-yellow-400\/75{border-top-color:#facc15bf!important}.border-t-yellow-400\/80{border-top-color:#facc15cc!important}.border-t-yellow-400\/85{border-top-color:#facc15d9!important}.border-t-yellow-400\/90{border-top-color:#facc15e6!important}.border-t-yellow-400\/95{border-top-color:#facc15f2!important}.border-t-yellow-50{--tw-border-opacity: 1 !important;border-top-color:rgb(254 252 232 / var(--tw-border-opacity, 1))!important}.border-t-yellow-50\/0{border-top-color:#fefce800!important}.border-t-yellow-50\/10{border-top-color:#fefce81a!important}.border-t-yellow-50\/100{border-top-color:#fefce8!important}.border-t-yellow-50\/15{border-top-color:#fefce826!important}.border-t-yellow-50\/20{border-top-color:#fefce833!important}.border-t-yellow-50\/25{border-top-color:#fefce840!important}.border-t-yellow-50\/30{border-top-color:#fefce84d!important}.border-t-yellow-50\/35{border-top-color:#fefce859!important}.border-t-yellow-50\/40{border-top-color:#fefce866!important}.border-t-yellow-50\/45{border-top-color:#fefce873!important}.border-t-yellow-50\/5{border-top-color:#fefce80d!important}.border-t-yellow-50\/50{border-top-color:#fefce880!important}.border-t-yellow-50\/55{border-top-color:#fefce88c!important}.border-t-yellow-50\/60{border-top-color:#fefce899!important}.border-t-yellow-50\/65{border-top-color:#fefce8a6!important}.border-t-yellow-50\/70{border-top-color:#fefce8b3!important}.border-t-yellow-50\/75{border-top-color:#fefce8bf!important}.border-t-yellow-50\/80{border-top-color:#fefce8cc!important}.border-t-yellow-50\/85{border-top-color:#fefce8d9!important}.border-t-yellow-50\/90{border-top-color:#fefce8e6!important}.border-t-yellow-50\/95{border-top-color:#fefce8f2!important}.border-t-yellow-500{--tw-border-opacity: 1 !important;border-top-color:rgb(234 179 8 / var(--tw-border-opacity, 1))!important}.border-t-yellow-500\/0{border-top-color:#eab30800!important}.border-t-yellow-500\/10{border-top-color:#eab3081a!important}.border-t-yellow-500\/100{border-top-color:#eab308!important}.border-t-yellow-500\/15{border-top-color:#eab30826!important}.border-t-yellow-500\/20{border-top-color:#eab30833!important}.border-t-yellow-500\/25{border-top-color:#eab30840!important}.border-t-yellow-500\/30{border-top-color:#eab3084d!important}.border-t-yellow-500\/35{border-top-color:#eab30859!important}.border-t-yellow-500\/40{border-top-color:#eab30866!important}.border-t-yellow-500\/45{border-top-color:#eab30873!important}.border-t-yellow-500\/5{border-top-color:#eab3080d!important}.border-t-yellow-500\/50{border-top-color:#eab30880!important}.border-t-yellow-500\/55{border-top-color:#eab3088c!important}.border-t-yellow-500\/60{border-top-color:#eab30899!important}.border-t-yellow-500\/65{border-top-color:#eab308a6!important}.border-t-yellow-500\/70{border-top-color:#eab308b3!important}.border-t-yellow-500\/75{border-top-color:#eab308bf!important}.border-t-yellow-500\/80{border-top-color:#eab308cc!important}.border-t-yellow-500\/85{border-top-color:#eab308d9!important}.border-t-yellow-500\/90{border-top-color:#eab308e6!important}.border-t-yellow-500\/95{border-top-color:#eab308f2!important}.border-t-yellow-600{--tw-border-opacity: 1 !important;border-top-color:rgb(202 138 4 / var(--tw-border-opacity, 1))!important}.border-t-yellow-600\/0{border-top-color:#ca8a0400!important}.border-t-yellow-600\/10{border-top-color:#ca8a041a!important}.border-t-yellow-600\/100{border-top-color:#ca8a04!important}.border-t-yellow-600\/15{border-top-color:#ca8a0426!important}.border-t-yellow-600\/20{border-top-color:#ca8a0433!important}.border-t-yellow-600\/25{border-top-color:#ca8a0440!important}.border-t-yellow-600\/30{border-top-color:#ca8a044d!important}.border-t-yellow-600\/35{border-top-color:#ca8a0459!important}.border-t-yellow-600\/40{border-top-color:#ca8a0466!important}.border-t-yellow-600\/45{border-top-color:#ca8a0473!important}.border-t-yellow-600\/5{border-top-color:#ca8a040d!important}.border-t-yellow-600\/50{border-top-color:#ca8a0480!important}.border-t-yellow-600\/55{border-top-color:#ca8a048c!important}.border-t-yellow-600\/60{border-top-color:#ca8a0499!important}.border-t-yellow-600\/65{border-top-color:#ca8a04a6!important}.border-t-yellow-600\/70{border-top-color:#ca8a04b3!important}.border-t-yellow-600\/75{border-top-color:#ca8a04bf!important}.border-t-yellow-600\/80{border-top-color:#ca8a04cc!important}.border-t-yellow-600\/85{border-top-color:#ca8a04d9!important}.border-t-yellow-600\/90{border-top-color:#ca8a04e6!important}.border-t-yellow-600\/95{border-top-color:#ca8a04f2!important}.border-t-yellow-700{--tw-border-opacity: 1 !important;border-top-color:rgb(161 98 7 / var(--tw-border-opacity, 1))!important}.border-t-yellow-700\/0{border-top-color:#a1620700!important}.border-t-yellow-700\/10{border-top-color:#a162071a!important}.border-t-yellow-700\/100{border-top-color:#a16207!important}.border-t-yellow-700\/15{border-top-color:#a1620726!important}.border-t-yellow-700\/20{border-top-color:#a1620733!important}.border-t-yellow-700\/25{border-top-color:#a1620740!important}.border-t-yellow-700\/30{border-top-color:#a162074d!important}.border-t-yellow-700\/35{border-top-color:#a1620759!important}.border-t-yellow-700\/40{border-top-color:#a1620766!important}.border-t-yellow-700\/45{border-top-color:#a1620773!important}.border-t-yellow-700\/5{border-top-color:#a162070d!important}.border-t-yellow-700\/50{border-top-color:#a1620780!important}.border-t-yellow-700\/55{border-top-color:#a162078c!important}.border-t-yellow-700\/60{border-top-color:#a1620799!important}.border-t-yellow-700\/65{border-top-color:#a16207a6!important}.border-t-yellow-700\/70{border-top-color:#a16207b3!important}.border-t-yellow-700\/75{border-top-color:#a16207bf!important}.border-t-yellow-700\/80{border-top-color:#a16207cc!important}.border-t-yellow-700\/85{border-top-color:#a16207d9!important}.border-t-yellow-700\/90{border-top-color:#a16207e6!important}.border-t-yellow-700\/95{border-top-color:#a16207f2!important}.border-t-yellow-800{--tw-border-opacity: 1 !important;border-top-color:rgb(133 77 14 / var(--tw-border-opacity, 1))!important}.border-t-yellow-800\/0{border-top-color:#854d0e00!important}.border-t-yellow-800\/10{border-top-color:#854d0e1a!important}.border-t-yellow-800\/100{border-top-color:#854d0e!important}.border-t-yellow-800\/15{border-top-color:#854d0e26!important}.border-t-yellow-800\/20{border-top-color:#854d0e33!important}.border-t-yellow-800\/25{border-top-color:#854d0e40!important}.border-t-yellow-800\/30{border-top-color:#854d0e4d!important}.border-t-yellow-800\/35{border-top-color:#854d0e59!important}.border-t-yellow-800\/40{border-top-color:#854d0e66!important}.border-t-yellow-800\/45{border-top-color:#854d0e73!important}.border-t-yellow-800\/5{border-top-color:#854d0e0d!important}.border-t-yellow-800\/50{border-top-color:#854d0e80!important}.border-t-yellow-800\/55{border-top-color:#854d0e8c!important}.border-t-yellow-800\/60{border-top-color:#854d0e99!important}.border-t-yellow-800\/65{border-top-color:#854d0ea6!important}.border-t-yellow-800\/70{border-top-color:#854d0eb3!important}.border-t-yellow-800\/75{border-top-color:#854d0ebf!important}.border-t-yellow-800\/80{border-top-color:#854d0ecc!important}.border-t-yellow-800\/85{border-top-color:#854d0ed9!important}.border-t-yellow-800\/90{border-top-color:#854d0ee6!important}.border-t-yellow-800\/95{border-top-color:#854d0ef2!important}.border-t-yellow-900{--tw-border-opacity: 1 !important;border-top-color:rgb(113 63 18 / var(--tw-border-opacity, 1))!important}.border-t-yellow-900\/0{border-top-color:#713f1200!important}.border-t-yellow-900\/10{border-top-color:#713f121a!important}.border-t-yellow-900\/100{border-top-color:#713f12!important}.border-t-yellow-900\/15{border-top-color:#713f1226!important}.border-t-yellow-900\/20{border-top-color:#713f1233!important}.border-t-yellow-900\/25{border-top-color:#713f1240!important}.border-t-yellow-900\/30{border-top-color:#713f124d!important}.border-t-yellow-900\/35{border-top-color:#713f1259!important}.border-t-yellow-900\/40{border-top-color:#713f1266!important}.border-t-yellow-900\/45{border-top-color:#713f1273!important}.border-t-yellow-900\/5{border-top-color:#713f120d!important}.border-t-yellow-900\/50{border-top-color:#713f1280!important}.border-t-yellow-900\/55{border-top-color:#713f128c!important}.border-t-yellow-900\/60{border-top-color:#713f1299!important}.border-t-yellow-900\/65{border-top-color:#713f12a6!important}.border-t-yellow-900\/70{border-top-color:#713f12b3!important}.border-t-yellow-900\/75{border-top-color:#713f12bf!important}.border-t-yellow-900\/80{border-top-color:#713f12cc!important}.border-t-yellow-900\/85{border-top-color:#713f12d9!important}.border-t-yellow-900\/90{border-top-color:#713f12e6!important}.border-t-yellow-900\/95{border-top-color:#713f12f2!important}.border-t-yellow-950{--tw-border-opacity: 1 !important;border-top-color:rgb(66 32 6 / var(--tw-border-opacity, 1))!important}.border-t-yellow-950\/0{border-top-color:#42200600!important}.border-t-yellow-950\/10{border-top-color:#4220061a!important}.border-t-yellow-950\/100{border-top-color:#422006!important}.border-t-yellow-950\/15{border-top-color:#42200626!important}.border-t-yellow-950\/20{border-top-color:#42200633!important}.border-t-yellow-950\/25{border-top-color:#42200640!important}.border-t-yellow-950\/30{border-top-color:#4220064d!important}.border-t-yellow-950\/35{border-top-color:#42200659!important}.border-t-yellow-950\/40{border-top-color:#42200666!important}.border-t-yellow-950\/45{border-top-color:#42200673!important}.border-t-yellow-950\/5{border-top-color:#4220060d!important}.border-t-yellow-950\/50{border-top-color:#42200680!important}.border-t-yellow-950\/55{border-top-color:#4220068c!important}.border-t-yellow-950\/60{border-top-color:#42200699!important}.border-t-yellow-950\/65{border-top-color:#422006a6!important}.border-t-yellow-950\/70{border-top-color:#422006b3!important}.border-t-yellow-950\/75{border-top-color:#422006bf!important}.border-t-yellow-950\/80{border-top-color:#422006cc!important}.border-t-yellow-950\/85{border-top-color:#422006d9!important}.border-t-yellow-950\/90{border-top-color:#422006e6!important}.border-t-yellow-950\/95{border-top-color:#422006f2!important}.bg-accent{--tw-bg-opacity: 1 !important;background-color:rgb(231 227 226 / var(--tw-bg-opacity, 1))!important}.bg-accent\/0{background-color:#e7e3e200!important}.bg-accent\/10{background-color:#e7e3e21a!important}.bg-accent\/100{background-color:#e7e3e2!important}.bg-accent\/15{background-color:#e7e3e226!important}.bg-accent\/20{background-color:#e7e3e233!important}.bg-accent\/25{background-color:#e7e3e240!important}.bg-accent\/30{background-color:#e7e3e24d!important}.bg-accent\/35{background-color:#e7e3e259!important}.bg-accent\/40{background-color:#e7e3e266!important}.bg-accent\/45{background-color:#e7e3e273!important}.bg-accent\/5{background-color:#e7e3e20d!important}.bg-accent\/50{background-color:#e7e3e280!important}.bg-accent\/55{background-color:#e7e3e28c!important}.bg-accent\/60{background-color:#e7e3e299!important}.bg-accent\/65{background-color:#e7e3e2a6!important}.bg-accent\/70{background-color:#e7e3e2b3!important}.bg-accent\/75{background-color:#e7e3e2bf!important}.bg-accent\/80{background-color:#e7e3e2cc!important}.bg-accent\/85{background-color:#e7e3e2d9!important}.bg-accent\/90{background-color:#e7e3e2e6!important}.bg-accent\/95{background-color:#e7e3e2f2!important}.bg-amber-100{--tw-bg-opacity: 1 !important;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))!important}.bg-amber-100\/0{background-color:#fef3c700!important}.bg-amber-100\/10{background-color:#fef3c71a!important}.bg-amber-100\/100{background-color:#fef3c7!important}.bg-amber-100\/15{background-color:#fef3c726!important}.bg-amber-100\/20{background-color:#fef3c733!important}.bg-amber-100\/25{background-color:#fef3c740!important}.bg-amber-100\/30{background-color:#fef3c74d!important}.bg-amber-100\/35{background-color:#fef3c759!important}.bg-amber-100\/40{background-color:#fef3c766!important}.bg-amber-100\/45{background-color:#fef3c773!important}.bg-amber-100\/5{background-color:#fef3c70d!important}.bg-amber-100\/50{background-color:#fef3c780!important}.bg-amber-100\/55{background-color:#fef3c78c!important}.bg-amber-100\/60{background-color:#fef3c799!important}.bg-amber-100\/65{background-color:#fef3c7a6!important}.bg-amber-100\/70{background-color:#fef3c7b3!important}.bg-amber-100\/75{background-color:#fef3c7bf!important}.bg-amber-100\/80{background-color:#fef3c7cc!important}.bg-amber-100\/85{background-color:#fef3c7d9!important}.bg-amber-100\/90{background-color:#fef3c7e6!important}.bg-amber-100\/95{background-color:#fef3c7f2!important}.bg-amber-200{--tw-bg-opacity: 1 !important;background-color:rgb(253 230 138 / var(--tw-bg-opacity, 1))!important}.bg-amber-200\/0{background-color:#fde68a00!important}.bg-amber-200\/10{background-color:#fde68a1a!important}.bg-amber-200\/100{background-color:#fde68a!important}.bg-amber-200\/15{background-color:#fde68a26!important}.bg-amber-200\/20{background-color:#fde68a33!important}.bg-amber-200\/25{background-color:#fde68a40!important}.bg-amber-200\/30{background-color:#fde68a4d!important}.bg-amber-200\/35{background-color:#fde68a59!important}.bg-amber-200\/40{background-color:#fde68a66!important}.bg-amber-200\/45{background-color:#fde68a73!important}.bg-amber-200\/5{background-color:#fde68a0d!important}.bg-amber-200\/50{background-color:#fde68a80!important}.bg-amber-200\/55{background-color:#fde68a8c!important}.bg-amber-200\/60{background-color:#fde68a99!important}.bg-amber-200\/65{background-color:#fde68aa6!important}.bg-amber-200\/70{background-color:#fde68ab3!important}.bg-amber-200\/75{background-color:#fde68abf!important}.bg-amber-200\/80{background-color:#fde68acc!important}.bg-amber-200\/85{background-color:#fde68ad9!important}.bg-amber-200\/90{background-color:#fde68ae6!important}.bg-amber-200\/95{background-color:#fde68af2!important}.bg-amber-300{--tw-bg-opacity: 1 !important;background-color:rgb(252 211 77 / var(--tw-bg-opacity, 1))!important}.bg-amber-300\/0{background-color:#fcd34d00!important}.bg-amber-300\/10{background-color:#fcd34d1a!important}.bg-amber-300\/100{background-color:#fcd34d!important}.bg-amber-300\/15{background-color:#fcd34d26!important}.bg-amber-300\/20{background-color:#fcd34d33!important}.bg-amber-300\/25{background-color:#fcd34d40!important}.bg-amber-300\/30{background-color:#fcd34d4d!important}.bg-amber-300\/35{background-color:#fcd34d59!important}.bg-amber-300\/40{background-color:#fcd34d66!important}.bg-amber-300\/45{background-color:#fcd34d73!important}.bg-amber-300\/5{background-color:#fcd34d0d!important}.bg-amber-300\/50{background-color:#fcd34d80!important}.bg-amber-300\/55{background-color:#fcd34d8c!important}.bg-amber-300\/60{background-color:#fcd34d99!important}.bg-amber-300\/65{background-color:#fcd34da6!important}.bg-amber-300\/70{background-color:#fcd34db3!important}.bg-amber-300\/75{background-color:#fcd34dbf!important}.bg-amber-300\/80{background-color:#fcd34dcc!important}.bg-amber-300\/85{background-color:#fcd34dd9!important}.bg-amber-300\/90{background-color:#fcd34de6!important}.bg-amber-300\/95{background-color:#fcd34df2!important}.bg-amber-400{--tw-bg-opacity: 1 !important;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))!important}.bg-amber-400\/0{background-color:#fbbf2400!important}.bg-amber-400\/10{background-color:#fbbf241a!important}.bg-amber-400\/100{background-color:#fbbf24!important}.bg-amber-400\/15{background-color:#fbbf2426!important}.bg-amber-400\/20{background-color:#fbbf2433!important}.bg-amber-400\/25{background-color:#fbbf2440!important}.bg-amber-400\/30{background-color:#fbbf244d!important}.bg-amber-400\/35{background-color:#fbbf2459!important}.bg-amber-400\/40{background-color:#fbbf2466!important}.bg-amber-400\/45{background-color:#fbbf2473!important}.bg-amber-400\/5{background-color:#fbbf240d!important}.bg-amber-400\/50{background-color:#fbbf2480!important}.bg-amber-400\/55{background-color:#fbbf248c!important}.bg-amber-400\/60{background-color:#fbbf2499!important}.bg-amber-400\/65{background-color:#fbbf24a6!important}.bg-amber-400\/70{background-color:#fbbf24b3!important}.bg-amber-400\/75{background-color:#fbbf24bf!important}.bg-amber-400\/80{background-color:#fbbf24cc!important}.bg-amber-400\/85{background-color:#fbbf24d9!important}.bg-amber-400\/90{background-color:#fbbf24e6!important}.bg-amber-400\/95{background-color:#fbbf24f2!important}.bg-amber-50{--tw-bg-opacity: 1 !important;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))!important}.bg-amber-50\/0{background-color:#fffbeb00!important}.bg-amber-50\/10{background-color:#fffbeb1a!important}.bg-amber-50\/100{background-color:#fffbeb!important}.bg-amber-50\/15{background-color:#fffbeb26!important}.bg-amber-50\/20{background-color:#fffbeb33!important}.bg-amber-50\/25{background-color:#fffbeb40!important}.bg-amber-50\/30{background-color:#fffbeb4d!important}.bg-amber-50\/35{background-color:#fffbeb59!important}.bg-amber-50\/40{background-color:#fffbeb66!important}.bg-amber-50\/45{background-color:#fffbeb73!important}.bg-amber-50\/5{background-color:#fffbeb0d!important}.bg-amber-50\/50{background-color:#fffbeb80!important}.bg-amber-50\/55{background-color:#fffbeb8c!important}.bg-amber-50\/60{background-color:#fffbeb99!important}.bg-amber-50\/65{background-color:#fffbeba6!important}.bg-amber-50\/70{background-color:#fffbebb3!important}.bg-amber-50\/75{background-color:#fffbebbf!important}.bg-amber-50\/80{background-color:#fffbebcc!important}.bg-amber-50\/85{background-color:#fffbebd9!important}.bg-amber-50\/90{background-color:#fffbebe6!important}.bg-amber-50\/95{background-color:#fffbebf2!important}.bg-amber-500{--tw-bg-opacity: 1 !important;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))!important}.bg-amber-500\/0{background-color:#f59e0b00!important}.bg-amber-500\/10{background-color:#f59e0b1a!important}.bg-amber-500\/100{background-color:#f59e0b!important}.bg-amber-500\/15{background-color:#f59e0b26!important}.bg-amber-500\/20{background-color:#f59e0b33!important}.bg-amber-500\/25{background-color:#f59e0b40!important}.bg-amber-500\/30{background-color:#f59e0b4d!important}.bg-amber-500\/35{background-color:#f59e0b59!important}.bg-amber-500\/40{background-color:#f59e0b66!important}.bg-amber-500\/45{background-color:#f59e0b73!important}.bg-amber-500\/5{background-color:#f59e0b0d!important}.bg-amber-500\/50{background-color:#f59e0b80!important}.bg-amber-500\/55{background-color:#f59e0b8c!important}.bg-amber-500\/60{background-color:#f59e0b99!important}.bg-amber-500\/65{background-color:#f59e0ba6!important}.bg-amber-500\/70{background-color:#f59e0bb3!important}.bg-amber-500\/75{background-color:#f59e0bbf!important}.bg-amber-500\/80{background-color:#f59e0bcc!important}.bg-amber-500\/85{background-color:#f59e0bd9!important}.bg-amber-500\/90{background-color:#f59e0be6!important}.bg-amber-500\/95{background-color:#f59e0bf2!important}.bg-amber-600{--tw-bg-opacity: 1 !important;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))!important}.bg-amber-600\/0{background-color:#d9770600!important}.bg-amber-600\/10{background-color:#d977061a!important}.bg-amber-600\/100{background-color:#d97706!important}.bg-amber-600\/15{background-color:#d9770626!important}.bg-amber-600\/20{background-color:#d9770633!important}.bg-amber-600\/25{background-color:#d9770640!important}.bg-amber-600\/30{background-color:#d977064d!important}.bg-amber-600\/35{background-color:#d9770659!important}.bg-amber-600\/40{background-color:#d9770666!important}.bg-amber-600\/45{background-color:#d9770673!important}.bg-amber-600\/5{background-color:#d977060d!important}.bg-amber-600\/50{background-color:#d9770680!important}.bg-amber-600\/55{background-color:#d977068c!important}.bg-amber-600\/60{background-color:#d9770699!important}.bg-amber-600\/65{background-color:#d97706a6!important}.bg-amber-600\/70{background-color:#d97706b3!important}.bg-amber-600\/75{background-color:#d97706bf!important}.bg-amber-600\/80{background-color:#d97706cc!important}.bg-amber-600\/85{background-color:#d97706d9!important}.bg-amber-600\/90{background-color:#d97706e6!important}.bg-amber-600\/95{background-color:#d97706f2!important}.bg-amber-700{--tw-bg-opacity: 1 !important;background-color:rgb(180 83 9 / var(--tw-bg-opacity, 1))!important}.bg-amber-700\/0{background-color:#b4530900!important}.bg-amber-700\/10{background-color:#b453091a!important}.bg-amber-700\/100{background-color:#b45309!important}.bg-amber-700\/15{background-color:#b4530926!important}.bg-amber-700\/20{background-color:#b4530933!important}.bg-amber-700\/25{background-color:#b4530940!important}.bg-amber-700\/30{background-color:#b453094d!important}.bg-amber-700\/35{background-color:#b4530959!important}.bg-amber-700\/40{background-color:#b4530966!important}.bg-amber-700\/45{background-color:#b4530973!important}.bg-amber-700\/5{background-color:#b453090d!important}.bg-amber-700\/50{background-color:#b4530980!important}.bg-amber-700\/55{background-color:#b453098c!important}.bg-amber-700\/60{background-color:#b4530999!important}.bg-amber-700\/65{background-color:#b45309a6!important}.bg-amber-700\/70{background-color:#b45309b3!important}.bg-amber-700\/75{background-color:#b45309bf!important}.bg-amber-700\/80{background-color:#b45309cc!important}.bg-amber-700\/85{background-color:#b45309d9!important}.bg-amber-700\/90{background-color:#b45309e6!important}.bg-amber-700\/95{background-color:#b45309f2!important}.bg-amber-800{--tw-bg-opacity: 1 !important;background-color:rgb(146 64 14 / var(--tw-bg-opacity, 1))!important}.bg-amber-800\/0{background-color:#92400e00!important}.bg-amber-800\/10{background-color:#92400e1a!important}.bg-amber-800\/100{background-color:#92400e!important}.bg-amber-800\/15{background-color:#92400e26!important}.bg-amber-800\/20{background-color:#92400e33!important}.bg-amber-800\/25{background-color:#92400e40!important}.bg-amber-800\/30{background-color:#92400e4d!important}.bg-amber-800\/35{background-color:#92400e59!important}.bg-amber-800\/40{background-color:#92400e66!important}.bg-amber-800\/45{background-color:#92400e73!important}.bg-amber-800\/5{background-color:#92400e0d!important}.bg-amber-800\/50{background-color:#92400e80!important}.bg-amber-800\/55{background-color:#92400e8c!important}.bg-amber-800\/60{background-color:#92400e99!important}.bg-amber-800\/65{background-color:#92400ea6!important}.bg-amber-800\/70{background-color:#92400eb3!important}.bg-amber-800\/75{background-color:#92400ebf!important}.bg-amber-800\/80{background-color:#92400ecc!important}.bg-amber-800\/85{background-color:#92400ed9!important}.bg-amber-800\/90{background-color:#92400ee6!important}.bg-amber-800\/95{background-color:#92400ef2!important}.bg-amber-900{--tw-bg-opacity: 1 !important;background-color:rgb(120 53 15 / var(--tw-bg-opacity, 1))!important}.bg-amber-900\/0{background-color:#78350f00!important}.bg-amber-900\/10{background-color:#78350f1a!important}.bg-amber-900\/100{background-color:#78350f!important}.bg-amber-900\/15{background-color:#78350f26!important}.bg-amber-900\/20{background-color:#78350f33!important}.bg-amber-900\/25{background-color:#78350f40!important}.bg-amber-900\/30{background-color:#78350f4d!important}.bg-amber-900\/35{background-color:#78350f59!important}.bg-amber-900\/40{background-color:#78350f66!important}.bg-amber-900\/45{background-color:#78350f73!important}.bg-amber-900\/5{background-color:#78350f0d!important}.bg-amber-900\/50{background-color:#78350f80!important}.bg-amber-900\/55{background-color:#78350f8c!important}.bg-amber-900\/60{background-color:#78350f99!important}.bg-amber-900\/65{background-color:#78350fa6!important}.bg-amber-900\/70{background-color:#78350fb3!important}.bg-amber-900\/75{background-color:#78350fbf!important}.bg-amber-900\/80{background-color:#78350fcc!important}.bg-amber-900\/85{background-color:#78350fd9!important}.bg-amber-900\/90{background-color:#78350fe6!important}.bg-amber-900\/95{background-color:#78350ff2!important}.bg-amber-950{--tw-bg-opacity: 1 !important;background-color:rgb(69 26 3 / var(--tw-bg-opacity, 1))!important}.bg-amber-950\/0{background-color:#451a0300!important}.bg-amber-950\/10{background-color:#451a031a!important}.bg-amber-950\/100{background-color:#451a03!important}.bg-amber-950\/15{background-color:#451a0326!important}.bg-amber-950\/20{background-color:#451a0333!important}.bg-amber-950\/25{background-color:#451a0340!important}.bg-amber-950\/30{background-color:#451a034d!important}.bg-amber-950\/35{background-color:#451a0359!important}.bg-amber-950\/40{background-color:#451a0366!important}.bg-amber-950\/45{background-color:#451a0373!important}.bg-amber-950\/5{background-color:#451a030d!important}.bg-amber-950\/50{background-color:#451a0380!important}.bg-amber-950\/55{background-color:#451a038c!important}.bg-amber-950\/60{background-color:#451a0399!important}.bg-amber-950\/65{background-color:#451a03a6!important}.bg-amber-950\/70{background-color:#451a03b3!important}.bg-amber-950\/75{background-color:#451a03bf!important}.bg-amber-950\/80{background-color:#451a03cc!important}.bg-amber-950\/85{background-color:#451a03d9!important}.bg-amber-950\/90{background-color:#451a03e6!important}.bg-amber-950\/95{background-color:#451a03f2!important}.bg-black{--tw-bg-opacity: 1 !important;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))!important}.bg-black\/0{background-color:#0000!important}.bg-black\/10{background-color:#0000001a!important}.bg-black\/100{background-color:#000!important}.bg-black\/15{background-color:#00000026!important}.bg-black\/20{background-color:#0003!important}.bg-black\/25{background-color:#00000040!important}.bg-black\/30{background-color:#0000004d!important}.bg-black\/35{background-color:#00000059!important}.bg-black\/40{background-color:#0006!important}.bg-black\/45{background-color:#00000073!important}.bg-black\/5{background-color:#0000000d!important}.bg-black\/50{background-color:#00000080!important}.bg-black\/55{background-color:#0000008c!important}.bg-black\/60{background-color:#0009!important}.bg-black\/65{background-color:#000000a6!important}.bg-black\/70{background-color:#000000b3!important}.bg-black\/75{background-color:#000000bf!important}.bg-black\/80{background-color:#000c!important}.bg-black\/85{background-color:#000000d9!important}.bg-black\/90{background-color:#000000e6!important}.bg-black\/95{background-color:#000000f2!important}.bg-blue-100{--tw-bg-opacity: 1 !important;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))!important}.bg-blue-100\/0{background-color:#dbeafe00!important}.bg-blue-100\/10{background-color:#dbeafe1a!important}.bg-blue-100\/100{background-color:#dbeafe!important}.bg-blue-100\/15{background-color:#dbeafe26!important}.bg-blue-100\/20{background-color:#dbeafe33!important}.bg-blue-100\/25{background-color:#dbeafe40!important}.bg-blue-100\/30{background-color:#dbeafe4d!important}.bg-blue-100\/35{background-color:#dbeafe59!important}.bg-blue-100\/40{background-color:#dbeafe66!important}.bg-blue-100\/45{background-color:#dbeafe73!important}.bg-blue-100\/5{background-color:#dbeafe0d!important}.bg-blue-100\/50{background-color:#dbeafe80!important}.bg-blue-100\/55{background-color:#dbeafe8c!important}.bg-blue-100\/60{background-color:#dbeafe99!important}.bg-blue-100\/65{background-color:#dbeafea6!important}.bg-blue-100\/70{background-color:#dbeafeb3!important}.bg-blue-100\/75{background-color:#dbeafebf!important}.bg-blue-100\/80{background-color:#dbeafecc!important}.bg-blue-100\/85{background-color:#dbeafed9!important}.bg-blue-100\/90{background-color:#dbeafee6!important}.bg-blue-100\/95{background-color:#dbeafef2!important}.bg-blue-200{--tw-bg-opacity: 1 !important;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))!important}.bg-blue-200\/0{background-color:#bfdbfe00!important}.bg-blue-200\/10{background-color:#bfdbfe1a!important}.bg-blue-200\/100{background-color:#bfdbfe!important}.bg-blue-200\/15{background-color:#bfdbfe26!important}.bg-blue-200\/20{background-color:#bfdbfe33!important}.bg-blue-200\/25{background-color:#bfdbfe40!important}.bg-blue-200\/30{background-color:#bfdbfe4d!important}.bg-blue-200\/35{background-color:#bfdbfe59!important}.bg-blue-200\/40{background-color:#bfdbfe66!important}.bg-blue-200\/45{background-color:#bfdbfe73!important}.bg-blue-200\/5{background-color:#bfdbfe0d!important}.bg-blue-200\/50{background-color:#bfdbfe80!important}.bg-blue-200\/55{background-color:#bfdbfe8c!important}.bg-blue-200\/60{background-color:#bfdbfe99!important}.bg-blue-200\/65{background-color:#bfdbfea6!important}.bg-blue-200\/70{background-color:#bfdbfeb3!important}.bg-blue-200\/75{background-color:#bfdbfebf!important}.bg-blue-200\/80{background-color:#bfdbfecc!important}.bg-blue-200\/85{background-color:#bfdbfed9!important}.bg-blue-200\/90{background-color:#bfdbfee6!important}.bg-blue-200\/95{background-color:#bfdbfef2!important}.bg-blue-300{--tw-bg-opacity: 1 !important;background-color:rgb(147 197 253 / var(--tw-bg-opacity, 1))!important}.bg-blue-300\/0{background-color:#93c5fd00!important}.bg-blue-300\/10{background-color:#93c5fd1a!important}.bg-blue-300\/100{background-color:#93c5fd!important}.bg-blue-300\/15{background-color:#93c5fd26!important}.bg-blue-300\/20{background-color:#93c5fd33!important}.bg-blue-300\/25{background-color:#93c5fd40!important}.bg-blue-300\/30{background-color:#93c5fd4d!important}.bg-blue-300\/35{background-color:#93c5fd59!important}.bg-blue-300\/40{background-color:#93c5fd66!important}.bg-blue-300\/45{background-color:#93c5fd73!important}.bg-blue-300\/5{background-color:#93c5fd0d!important}.bg-blue-300\/50{background-color:#93c5fd80!important}.bg-blue-300\/55{background-color:#93c5fd8c!important}.bg-blue-300\/60{background-color:#93c5fd99!important}.bg-blue-300\/65{background-color:#93c5fda6!important}.bg-blue-300\/70{background-color:#93c5fdb3!important}.bg-blue-300\/75{background-color:#93c5fdbf!important}.bg-blue-300\/80{background-color:#93c5fdcc!important}.bg-blue-300\/85{background-color:#93c5fdd9!important}.bg-blue-300\/90{background-color:#93c5fde6!important}.bg-blue-300\/95{background-color:#93c5fdf2!important}.bg-blue-400{--tw-bg-opacity: 1 !important;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))!important}.bg-blue-400\/0{background-color:#60a5fa00!important}.bg-blue-400\/10{background-color:#60a5fa1a!important}.bg-blue-400\/100{background-color:#60a5fa!important}.bg-blue-400\/15{background-color:#60a5fa26!important}.bg-blue-400\/20{background-color:#60a5fa33!important}.bg-blue-400\/25{background-color:#60a5fa40!important}.bg-blue-400\/30{background-color:#60a5fa4d!important}.bg-blue-400\/35{background-color:#60a5fa59!important}.bg-blue-400\/40{background-color:#60a5fa66!important}.bg-blue-400\/45{background-color:#60a5fa73!important}.bg-blue-400\/5{background-color:#60a5fa0d!important}.bg-blue-400\/50{background-color:#60a5fa80!important}.bg-blue-400\/55{background-color:#60a5fa8c!important}.bg-blue-400\/60{background-color:#60a5fa99!important}.bg-blue-400\/65{background-color:#60a5faa6!important}.bg-blue-400\/70{background-color:#60a5fab3!important}.bg-blue-400\/75{background-color:#60a5fabf!important}.bg-blue-400\/80{background-color:#60a5facc!important}.bg-blue-400\/85{background-color:#60a5fad9!important}.bg-blue-400\/90{background-color:#60a5fae6!important}.bg-blue-400\/95{background-color:#60a5faf2!important}.bg-blue-50{--tw-bg-opacity: 1 !important;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))!important}.bg-blue-50\/0{background-color:#eff6ff00!important}.bg-blue-50\/10{background-color:#eff6ff1a!important}.bg-blue-50\/100{background-color:#eff6ff!important}.bg-blue-50\/15{background-color:#eff6ff26!important}.bg-blue-50\/20{background-color:#eff6ff33!important}.bg-blue-50\/25{background-color:#eff6ff40!important}.bg-blue-50\/30{background-color:#eff6ff4d!important}.bg-blue-50\/35{background-color:#eff6ff59!important}.bg-blue-50\/40{background-color:#eff6ff66!important}.bg-blue-50\/45{background-color:#eff6ff73!important}.bg-blue-50\/5{background-color:#eff6ff0d!important}.bg-blue-50\/50{background-color:#eff6ff80!important}.bg-blue-50\/55{background-color:#eff6ff8c!important}.bg-blue-50\/60{background-color:#eff6ff99!important}.bg-blue-50\/65{background-color:#eff6ffa6!important}.bg-blue-50\/70{background-color:#eff6ffb3!important}.bg-blue-50\/75{background-color:#eff6ffbf!important}.bg-blue-50\/80{background-color:#eff6ffcc!important}.bg-blue-50\/85{background-color:#eff6ffd9!important}.bg-blue-50\/90{background-color:#eff6ffe6!important}.bg-blue-50\/95{background-color:#eff6fff2!important}.bg-blue-500{--tw-bg-opacity: 1 !important;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))!important}.bg-blue-500\/0{background-color:#3b82f600!important}.bg-blue-500\/10{background-color:#3b82f61a!important}.bg-blue-500\/100{background-color:#3b82f6!important}.bg-blue-500\/15{background-color:#3b82f626!important}.bg-blue-500\/20{background-color:#3b82f633!important}.bg-blue-500\/25{background-color:#3b82f640!important}.bg-blue-500\/30{background-color:#3b82f64d!important}.bg-blue-500\/35{background-color:#3b82f659!important}.bg-blue-500\/40{background-color:#3b82f666!important}.bg-blue-500\/45{background-color:#3b82f673!important}.bg-blue-500\/5{background-color:#3b82f60d!important}.bg-blue-500\/50{background-color:#3b82f680!important}.bg-blue-500\/55{background-color:#3b82f68c!important}.bg-blue-500\/60{background-color:#3b82f699!important}.bg-blue-500\/65{background-color:#3b82f6a6!important}.bg-blue-500\/70{background-color:#3b82f6b3!important}.bg-blue-500\/75{background-color:#3b82f6bf!important}.bg-blue-500\/80{background-color:#3b82f6cc!important}.bg-blue-500\/85{background-color:#3b82f6d9!important}.bg-blue-500\/90{background-color:#3b82f6e6!important}.bg-blue-500\/95{background-color:#3b82f6f2!important}.bg-blue-600{--tw-bg-opacity: 1 !important;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))!important}.bg-blue-600\/0{background-color:#2563eb00!important}.bg-blue-600\/10{background-color:#2563eb1a!important}.bg-blue-600\/100{background-color:#2563eb!important}.bg-blue-600\/15{background-color:#2563eb26!important}.bg-blue-600\/20{background-color:#2563eb33!important}.bg-blue-600\/25{background-color:#2563eb40!important}.bg-blue-600\/30{background-color:#2563eb4d!important}.bg-blue-600\/35{background-color:#2563eb59!important}.bg-blue-600\/40{background-color:#2563eb66!important}.bg-blue-600\/45{background-color:#2563eb73!important}.bg-blue-600\/5{background-color:#2563eb0d!important}.bg-blue-600\/50{background-color:#2563eb80!important}.bg-blue-600\/55{background-color:#2563eb8c!important}.bg-blue-600\/60{background-color:#2563eb99!important}.bg-blue-600\/65{background-color:#2563eba6!important}.bg-blue-600\/70{background-color:#2563ebb3!important}.bg-blue-600\/75{background-color:#2563ebbf!important}.bg-blue-600\/80{background-color:#2563ebcc!important}.bg-blue-600\/85{background-color:#2563ebd9!important}.bg-blue-600\/90{background-color:#2563ebe6!important}.bg-blue-600\/95{background-color:#2563ebf2!important}.bg-blue-700{--tw-bg-opacity: 1 !important;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))!important}.bg-blue-700\/0{background-color:#1d4ed800!important}.bg-blue-700\/10{background-color:#1d4ed81a!important}.bg-blue-700\/100{background-color:#1d4ed8!important}.bg-blue-700\/15{background-color:#1d4ed826!important}.bg-blue-700\/20{background-color:#1d4ed833!important}.bg-blue-700\/25{background-color:#1d4ed840!important}.bg-blue-700\/30{background-color:#1d4ed84d!important}.bg-blue-700\/35{background-color:#1d4ed859!important}.bg-blue-700\/40{background-color:#1d4ed866!important}.bg-blue-700\/45{background-color:#1d4ed873!important}.bg-blue-700\/5{background-color:#1d4ed80d!important}.bg-blue-700\/50{background-color:#1d4ed880!important}.bg-blue-700\/55{background-color:#1d4ed88c!important}.bg-blue-700\/60{background-color:#1d4ed899!important}.bg-blue-700\/65{background-color:#1d4ed8a6!important}.bg-blue-700\/70{background-color:#1d4ed8b3!important}.bg-blue-700\/75{background-color:#1d4ed8bf!important}.bg-blue-700\/80{background-color:#1d4ed8cc!important}.bg-blue-700\/85{background-color:#1d4ed8d9!important}.bg-blue-700\/90{background-color:#1d4ed8e6!important}.bg-blue-700\/95{background-color:#1d4ed8f2!important}.bg-blue-800{--tw-bg-opacity: 1 !important;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))!important}.bg-blue-800\/0{background-color:#1e40af00!important}.bg-blue-800\/10{background-color:#1e40af1a!important}.bg-blue-800\/100{background-color:#1e40af!important}.bg-blue-800\/15{background-color:#1e40af26!important}.bg-blue-800\/20{background-color:#1e40af33!important}.bg-blue-800\/25{background-color:#1e40af40!important}.bg-blue-800\/30{background-color:#1e40af4d!important}.bg-blue-800\/35{background-color:#1e40af59!important}.bg-blue-800\/40{background-color:#1e40af66!important}.bg-blue-800\/45{background-color:#1e40af73!important}.bg-blue-800\/5{background-color:#1e40af0d!important}.bg-blue-800\/50{background-color:#1e40af80!important}.bg-blue-800\/55{background-color:#1e40af8c!important}.bg-blue-800\/60{background-color:#1e40af99!important}.bg-blue-800\/65{background-color:#1e40afa6!important}.bg-blue-800\/70{background-color:#1e40afb3!important}.bg-blue-800\/75{background-color:#1e40afbf!important}.bg-blue-800\/80{background-color:#1e40afcc!important}.bg-blue-800\/85{background-color:#1e40afd9!important}.bg-blue-800\/90{background-color:#1e40afe6!important}.bg-blue-800\/95{background-color:#1e40aff2!important}.bg-blue-900{--tw-bg-opacity: 1 !important;background-color:rgb(30 58 138 / var(--tw-bg-opacity, 1))!important}.bg-blue-900\/0{background-color:#1e3a8a00!important}.bg-blue-900\/10{background-color:#1e3a8a1a!important}.bg-blue-900\/100{background-color:#1e3a8a!important}.bg-blue-900\/15{background-color:#1e3a8a26!important}.bg-blue-900\/20{background-color:#1e3a8a33!important}.bg-blue-900\/25{background-color:#1e3a8a40!important}.bg-blue-900\/30{background-color:#1e3a8a4d!important}.bg-blue-900\/35{background-color:#1e3a8a59!important}.bg-blue-900\/40{background-color:#1e3a8a66!important}.bg-blue-900\/45{background-color:#1e3a8a73!important}.bg-blue-900\/5{background-color:#1e3a8a0d!important}.bg-blue-900\/50{background-color:#1e3a8a80!important}.bg-blue-900\/55{background-color:#1e3a8a8c!important}.bg-blue-900\/60{background-color:#1e3a8a99!important}.bg-blue-900\/65{background-color:#1e3a8aa6!important}.bg-blue-900\/70{background-color:#1e3a8ab3!important}.bg-blue-900\/75{background-color:#1e3a8abf!important}.bg-blue-900\/80{background-color:#1e3a8acc!important}.bg-blue-900\/85{background-color:#1e3a8ad9!important}.bg-blue-900\/90{background-color:#1e3a8ae6!important}.bg-blue-900\/95{background-color:#1e3a8af2!important}.bg-blue-950{--tw-bg-opacity: 1 !important;background-color:rgb(23 37 84 / var(--tw-bg-opacity, 1))!important}.bg-blue-950\/0{background-color:#17255400!important}.bg-blue-950\/10{background-color:#1725541a!important}.bg-blue-950\/100{background-color:#172554!important}.bg-blue-950\/15{background-color:#17255426!important}.bg-blue-950\/20{background-color:#17255433!important}.bg-blue-950\/25{background-color:#17255440!important}.bg-blue-950\/30{background-color:#1725544d!important}.bg-blue-950\/35{background-color:#17255459!important}.bg-blue-950\/40{background-color:#17255466!important}.bg-blue-950\/45{background-color:#17255473!important}.bg-blue-950\/5{background-color:#1725540d!important}.bg-blue-950\/50{background-color:#17255480!important}.bg-blue-950\/55{background-color:#1725548c!important}.bg-blue-950\/60{background-color:#17255499!important}.bg-blue-950\/65{background-color:#172554a6!important}.bg-blue-950\/70{background-color:#172554b3!important}.bg-blue-950\/75{background-color:#172554bf!important}.bg-blue-950\/80{background-color:#172554cc!important}.bg-blue-950\/85{background-color:#172554d9!important}.bg-blue-950\/90{background-color:#172554e6!important}.bg-blue-950\/95{background-color:#172554f2!important}.bg-current{background-color:currentColor!important}.bg-cyan-100{--tw-bg-opacity: 1 !important;background-color:rgb(207 250 254 / var(--tw-bg-opacity, 1))!important}.bg-cyan-100\/0{background-color:#cffafe00!important}.bg-cyan-100\/10{background-color:#cffafe1a!important}.bg-cyan-100\/100{background-color:#cffafe!important}.bg-cyan-100\/15{background-color:#cffafe26!important}.bg-cyan-100\/20{background-color:#cffafe33!important}.bg-cyan-100\/25{background-color:#cffafe40!important}.bg-cyan-100\/30{background-color:#cffafe4d!important}.bg-cyan-100\/35{background-color:#cffafe59!important}.bg-cyan-100\/40{background-color:#cffafe66!important}.bg-cyan-100\/45{background-color:#cffafe73!important}.bg-cyan-100\/5{background-color:#cffafe0d!important}.bg-cyan-100\/50{background-color:#cffafe80!important}.bg-cyan-100\/55{background-color:#cffafe8c!important}.bg-cyan-100\/60{background-color:#cffafe99!important}.bg-cyan-100\/65{background-color:#cffafea6!important}.bg-cyan-100\/70{background-color:#cffafeb3!important}.bg-cyan-100\/75{background-color:#cffafebf!important}.bg-cyan-100\/80{background-color:#cffafecc!important}.bg-cyan-100\/85{background-color:#cffafed9!important}.bg-cyan-100\/90{background-color:#cffafee6!important}.bg-cyan-100\/95{background-color:#cffafef2!important}.bg-cyan-200{--tw-bg-opacity: 1 !important;background-color:rgb(165 243 252 / var(--tw-bg-opacity, 1))!important}.bg-cyan-200\/0{background-color:#a5f3fc00!important}.bg-cyan-200\/10{background-color:#a5f3fc1a!important}.bg-cyan-200\/100{background-color:#a5f3fc!important}.bg-cyan-200\/15{background-color:#a5f3fc26!important}.bg-cyan-200\/20{background-color:#a5f3fc33!important}.bg-cyan-200\/25{background-color:#a5f3fc40!important}.bg-cyan-200\/30{background-color:#a5f3fc4d!important}.bg-cyan-200\/35{background-color:#a5f3fc59!important}.bg-cyan-200\/40{background-color:#a5f3fc66!important}.bg-cyan-200\/45{background-color:#a5f3fc73!important}.bg-cyan-200\/5{background-color:#a5f3fc0d!important}.bg-cyan-200\/50{background-color:#a5f3fc80!important}.bg-cyan-200\/55{background-color:#a5f3fc8c!important}.bg-cyan-200\/60{background-color:#a5f3fc99!important}.bg-cyan-200\/65{background-color:#a5f3fca6!important}.bg-cyan-200\/70{background-color:#a5f3fcb3!important}.bg-cyan-200\/75{background-color:#a5f3fcbf!important}.bg-cyan-200\/80{background-color:#a5f3fccc!important}.bg-cyan-200\/85{background-color:#a5f3fcd9!important}.bg-cyan-200\/90{background-color:#a5f3fce6!important}.bg-cyan-200\/95{background-color:#a5f3fcf2!important}.bg-cyan-300{--tw-bg-opacity: 1 !important;background-color:rgb(103 232 249 / var(--tw-bg-opacity, 1))!important}.bg-cyan-300\/0{background-color:#67e8f900!important}.bg-cyan-300\/10{background-color:#67e8f91a!important}.bg-cyan-300\/100{background-color:#67e8f9!important}.bg-cyan-300\/15{background-color:#67e8f926!important}.bg-cyan-300\/20{background-color:#67e8f933!important}.bg-cyan-300\/25{background-color:#67e8f940!important}.bg-cyan-300\/30{background-color:#67e8f94d!important}.bg-cyan-300\/35{background-color:#67e8f959!important}.bg-cyan-300\/40{background-color:#67e8f966!important}.bg-cyan-300\/45{background-color:#67e8f973!important}.bg-cyan-300\/5{background-color:#67e8f90d!important}.bg-cyan-300\/50{background-color:#67e8f980!important}.bg-cyan-300\/55{background-color:#67e8f98c!important}.bg-cyan-300\/60{background-color:#67e8f999!important}.bg-cyan-300\/65{background-color:#67e8f9a6!important}.bg-cyan-300\/70{background-color:#67e8f9b3!important}.bg-cyan-300\/75{background-color:#67e8f9bf!important}.bg-cyan-300\/80{background-color:#67e8f9cc!important}.bg-cyan-300\/85{background-color:#67e8f9d9!important}.bg-cyan-300\/90{background-color:#67e8f9e6!important}.bg-cyan-300\/95{background-color:#67e8f9f2!important}.bg-cyan-400{--tw-bg-opacity: 1 !important;background-color:rgb(34 211 238 / var(--tw-bg-opacity, 1))!important}.bg-cyan-400\/0{background-color:#22d3ee00!important}.bg-cyan-400\/10{background-color:#22d3ee1a!important}.bg-cyan-400\/100{background-color:#22d3ee!important}.bg-cyan-400\/15{background-color:#22d3ee26!important}.bg-cyan-400\/20{background-color:#22d3ee33!important}.bg-cyan-400\/25{background-color:#22d3ee40!important}.bg-cyan-400\/30{background-color:#22d3ee4d!important}.bg-cyan-400\/35{background-color:#22d3ee59!important}.bg-cyan-400\/40{background-color:#22d3ee66!important}.bg-cyan-400\/45{background-color:#22d3ee73!important}.bg-cyan-400\/5{background-color:#22d3ee0d!important}.bg-cyan-400\/50{background-color:#22d3ee80!important}.bg-cyan-400\/55{background-color:#22d3ee8c!important}.bg-cyan-400\/60{background-color:#22d3ee99!important}.bg-cyan-400\/65{background-color:#22d3eea6!important}.bg-cyan-400\/70{background-color:#22d3eeb3!important}.bg-cyan-400\/75{background-color:#22d3eebf!important}.bg-cyan-400\/80{background-color:#22d3eecc!important}.bg-cyan-400\/85{background-color:#22d3eed9!important}.bg-cyan-400\/90{background-color:#22d3eee6!important}.bg-cyan-400\/95{background-color:#22d3eef2!important}.bg-cyan-50{--tw-bg-opacity: 1 !important;background-color:rgb(236 254 255 / var(--tw-bg-opacity, 1))!important}.bg-cyan-50\/0{background-color:#ecfeff00!important}.bg-cyan-50\/10{background-color:#ecfeff1a!important}.bg-cyan-50\/100{background-color:#ecfeff!important}.bg-cyan-50\/15{background-color:#ecfeff26!important}.bg-cyan-50\/20{background-color:#ecfeff33!important}.bg-cyan-50\/25{background-color:#ecfeff40!important}.bg-cyan-50\/30{background-color:#ecfeff4d!important}.bg-cyan-50\/35{background-color:#ecfeff59!important}.bg-cyan-50\/40{background-color:#ecfeff66!important}.bg-cyan-50\/45{background-color:#ecfeff73!important}.bg-cyan-50\/5{background-color:#ecfeff0d!important}.bg-cyan-50\/50{background-color:#ecfeff80!important}.bg-cyan-50\/55{background-color:#ecfeff8c!important}.bg-cyan-50\/60{background-color:#ecfeff99!important}.bg-cyan-50\/65{background-color:#ecfeffa6!important}.bg-cyan-50\/70{background-color:#ecfeffb3!important}.bg-cyan-50\/75{background-color:#ecfeffbf!important}.bg-cyan-50\/80{background-color:#ecfeffcc!important}.bg-cyan-50\/85{background-color:#ecfeffd9!important}.bg-cyan-50\/90{background-color:#ecfeffe6!important}.bg-cyan-50\/95{background-color:#ecfefff2!important}.bg-cyan-500{--tw-bg-opacity: 1 !important;background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1))!important}.bg-cyan-500\/0{background-color:#06b6d400!important}.bg-cyan-500\/10{background-color:#06b6d41a!important}.bg-cyan-500\/100{background-color:#06b6d4!important}.bg-cyan-500\/15{background-color:#06b6d426!important}.bg-cyan-500\/20{background-color:#06b6d433!important}.bg-cyan-500\/25{background-color:#06b6d440!important}.bg-cyan-500\/30{background-color:#06b6d44d!important}.bg-cyan-500\/35{background-color:#06b6d459!important}.bg-cyan-500\/40{background-color:#06b6d466!important}.bg-cyan-500\/45{background-color:#06b6d473!important}.bg-cyan-500\/5{background-color:#06b6d40d!important}.bg-cyan-500\/50{background-color:#06b6d480!important}.bg-cyan-500\/55{background-color:#06b6d48c!important}.bg-cyan-500\/60{background-color:#06b6d499!important}.bg-cyan-500\/65{background-color:#06b6d4a6!important}.bg-cyan-500\/70{background-color:#06b6d4b3!important}.bg-cyan-500\/75{background-color:#06b6d4bf!important}.bg-cyan-500\/80{background-color:#06b6d4cc!important}.bg-cyan-500\/85{background-color:#06b6d4d9!important}.bg-cyan-500\/90{background-color:#06b6d4e6!important}.bg-cyan-500\/95{background-color:#06b6d4f2!important}.bg-cyan-600{--tw-bg-opacity: 1 !important;background-color:rgb(8 145 178 / var(--tw-bg-opacity, 1))!important}.bg-cyan-600\/0{background-color:#0891b200!important}.bg-cyan-600\/10{background-color:#0891b21a!important}.bg-cyan-600\/100{background-color:#0891b2!important}.bg-cyan-600\/15{background-color:#0891b226!important}.bg-cyan-600\/20{background-color:#0891b233!important}.bg-cyan-600\/25{background-color:#0891b240!important}.bg-cyan-600\/30{background-color:#0891b24d!important}.bg-cyan-600\/35{background-color:#0891b259!important}.bg-cyan-600\/40{background-color:#0891b266!important}.bg-cyan-600\/45{background-color:#0891b273!important}.bg-cyan-600\/5{background-color:#0891b20d!important}.bg-cyan-600\/50{background-color:#0891b280!important}.bg-cyan-600\/55{background-color:#0891b28c!important}.bg-cyan-600\/60{background-color:#0891b299!important}.bg-cyan-600\/65{background-color:#0891b2a6!important}.bg-cyan-600\/70{background-color:#0891b2b3!important}.bg-cyan-600\/75{background-color:#0891b2bf!important}.bg-cyan-600\/80{background-color:#0891b2cc!important}.bg-cyan-600\/85{background-color:#0891b2d9!important}.bg-cyan-600\/90{background-color:#0891b2e6!important}.bg-cyan-600\/95{background-color:#0891b2f2!important}.bg-cyan-700{--tw-bg-opacity: 1 !important;background-color:rgb(14 116 144 / var(--tw-bg-opacity, 1))!important}.bg-cyan-700\/0{background-color:#0e749000!important}.bg-cyan-700\/10{background-color:#0e74901a!important}.bg-cyan-700\/100{background-color:#0e7490!important}.bg-cyan-700\/15{background-color:#0e749026!important}.bg-cyan-700\/20{background-color:#0e749033!important}.bg-cyan-700\/25{background-color:#0e749040!important}.bg-cyan-700\/30{background-color:#0e74904d!important}.bg-cyan-700\/35{background-color:#0e749059!important}.bg-cyan-700\/40{background-color:#0e749066!important}.bg-cyan-700\/45{background-color:#0e749073!important}.bg-cyan-700\/5{background-color:#0e74900d!important}.bg-cyan-700\/50{background-color:#0e749080!important}.bg-cyan-700\/55{background-color:#0e74908c!important}.bg-cyan-700\/60{background-color:#0e749099!important}.bg-cyan-700\/65{background-color:#0e7490a6!important}.bg-cyan-700\/70{background-color:#0e7490b3!important}.bg-cyan-700\/75{background-color:#0e7490bf!important}.bg-cyan-700\/80{background-color:#0e7490cc!important}.bg-cyan-700\/85{background-color:#0e7490d9!important}.bg-cyan-700\/90{background-color:#0e7490e6!important}.bg-cyan-700\/95{background-color:#0e7490f2!important}.bg-cyan-800{--tw-bg-opacity: 1 !important;background-color:rgb(21 94 117 / var(--tw-bg-opacity, 1))!important}.bg-cyan-800\/0{background-color:#155e7500!important}.bg-cyan-800\/10{background-color:#155e751a!important}.bg-cyan-800\/100{background-color:#155e75!important}.bg-cyan-800\/15{background-color:#155e7526!important}.bg-cyan-800\/20{background-color:#155e7533!important}.bg-cyan-800\/25{background-color:#155e7540!important}.bg-cyan-800\/30{background-color:#155e754d!important}.bg-cyan-800\/35{background-color:#155e7559!important}.bg-cyan-800\/40{background-color:#155e7566!important}.bg-cyan-800\/45{background-color:#155e7573!important}.bg-cyan-800\/5{background-color:#155e750d!important}.bg-cyan-800\/50{background-color:#155e7580!important}.bg-cyan-800\/55{background-color:#155e758c!important}.bg-cyan-800\/60{background-color:#155e7599!important}.bg-cyan-800\/65{background-color:#155e75a6!important}.bg-cyan-800\/70{background-color:#155e75b3!important}.bg-cyan-800\/75{background-color:#155e75bf!important}.bg-cyan-800\/80{background-color:#155e75cc!important}.bg-cyan-800\/85{background-color:#155e75d9!important}.bg-cyan-800\/90{background-color:#155e75e6!important}.bg-cyan-800\/95{background-color:#155e75f2!important}.bg-cyan-900{--tw-bg-opacity: 1 !important;background-color:rgb(22 78 99 / var(--tw-bg-opacity, 1))!important}.bg-cyan-900\/0{background-color:#164e6300!important}.bg-cyan-900\/10{background-color:#164e631a!important}.bg-cyan-900\/100{background-color:#164e63!important}.bg-cyan-900\/15{background-color:#164e6326!important}.bg-cyan-900\/20{background-color:#164e6333!important}.bg-cyan-900\/25{background-color:#164e6340!important}.bg-cyan-900\/30{background-color:#164e634d!important}.bg-cyan-900\/35{background-color:#164e6359!important}.bg-cyan-900\/40{background-color:#164e6366!important}.bg-cyan-900\/45{background-color:#164e6373!important}.bg-cyan-900\/5{background-color:#164e630d!important}.bg-cyan-900\/50{background-color:#164e6380!important}.bg-cyan-900\/55{background-color:#164e638c!important}.bg-cyan-900\/60{background-color:#164e6399!important}.bg-cyan-900\/65{background-color:#164e63a6!important}.bg-cyan-900\/70{background-color:#164e63b3!important}.bg-cyan-900\/75{background-color:#164e63bf!important}.bg-cyan-900\/80{background-color:#164e63cc!important}.bg-cyan-900\/85{background-color:#164e63d9!important}.bg-cyan-900\/90{background-color:#164e63e6!important}.bg-cyan-900\/95{background-color:#164e63f2!important}.bg-cyan-950{--tw-bg-opacity: 1 !important;background-color:rgb(8 51 68 / var(--tw-bg-opacity, 1))!important}.bg-cyan-950\/0{background-color:#08334400!important}.bg-cyan-950\/10{background-color:#0833441a!important}.bg-cyan-950\/100{background-color:#083344!important}.bg-cyan-950\/15{background-color:#08334426!important}.bg-cyan-950\/20{background-color:#08334433!important}.bg-cyan-950\/25{background-color:#08334440!important}.bg-cyan-950\/30{background-color:#0833444d!important}.bg-cyan-950\/35{background-color:#08334459!important}.bg-cyan-950\/40{background-color:#08334466!important}.bg-cyan-950\/45{background-color:#08334473!important}.bg-cyan-950\/5{background-color:#0833440d!important}.bg-cyan-950\/50{background-color:#08334480!important}.bg-cyan-950\/55{background-color:#0833448c!important}.bg-cyan-950\/60{background-color:#08334499!important}.bg-cyan-950\/65{background-color:#083344a6!important}.bg-cyan-950\/70{background-color:#083344b3!important}.bg-cyan-950\/75{background-color:#083344bf!important}.bg-cyan-950\/80{background-color:#083344cc!important}.bg-cyan-950\/85{background-color:#083344d9!important}.bg-cyan-950\/90{background-color:#083344e6!important}.bg-cyan-950\/95{background-color:#083344f2!important}.bg-emerald-100{--tw-bg-opacity: 1 !important;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))!important}.bg-emerald-100\/0{background-color:#d1fae500!important}.bg-emerald-100\/10{background-color:#d1fae51a!important}.bg-emerald-100\/100{background-color:#d1fae5!important}.bg-emerald-100\/15{background-color:#d1fae526!important}.bg-emerald-100\/20{background-color:#d1fae533!important}.bg-emerald-100\/25{background-color:#d1fae540!important}.bg-emerald-100\/30{background-color:#d1fae54d!important}.bg-emerald-100\/35{background-color:#d1fae559!important}.bg-emerald-100\/40{background-color:#d1fae566!important}.bg-emerald-100\/45{background-color:#d1fae573!important}.bg-emerald-100\/5{background-color:#d1fae50d!important}.bg-emerald-100\/50{background-color:#d1fae580!important}.bg-emerald-100\/55{background-color:#d1fae58c!important}.bg-emerald-100\/60{background-color:#d1fae599!important}.bg-emerald-100\/65{background-color:#d1fae5a6!important}.bg-emerald-100\/70{background-color:#d1fae5b3!important}.bg-emerald-100\/75{background-color:#d1fae5bf!important}.bg-emerald-100\/80{background-color:#d1fae5cc!important}.bg-emerald-100\/85{background-color:#d1fae5d9!important}.bg-emerald-100\/90{background-color:#d1fae5e6!important}.bg-emerald-100\/95{background-color:#d1fae5f2!important}.bg-emerald-200{--tw-bg-opacity: 1 !important;background-color:rgb(167 243 208 / var(--tw-bg-opacity, 1))!important}.bg-emerald-200\/0{background-color:#a7f3d000!important}.bg-emerald-200\/10{background-color:#a7f3d01a!important}.bg-emerald-200\/100{background-color:#a7f3d0!important}.bg-emerald-200\/15{background-color:#a7f3d026!important}.bg-emerald-200\/20{background-color:#a7f3d033!important}.bg-emerald-200\/25{background-color:#a7f3d040!important}.bg-emerald-200\/30{background-color:#a7f3d04d!important}.bg-emerald-200\/35{background-color:#a7f3d059!important}.bg-emerald-200\/40{background-color:#a7f3d066!important}.bg-emerald-200\/45{background-color:#a7f3d073!important}.bg-emerald-200\/5{background-color:#a7f3d00d!important}.bg-emerald-200\/50{background-color:#a7f3d080!important}.bg-emerald-200\/55{background-color:#a7f3d08c!important}.bg-emerald-200\/60{background-color:#a7f3d099!important}.bg-emerald-200\/65{background-color:#a7f3d0a6!important}.bg-emerald-200\/70{background-color:#a7f3d0b3!important}.bg-emerald-200\/75{background-color:#a7f3d0bf!important}.bg-emerald-200\/80{background-color:#a7f3d0cc!important}.bg-emerald-200\/85{background-color:#a7f3d0d9!important}.bg-emerald-200\/90{background-color:#a7f3d0e6!important}.bg-emerald-200\/95{background-color:#a7f3d0f2!important}.bg-emerald-300{--tw-bg-opacity: 1 !important;background-color:rgb(110 231 183 / var(--tw-bg-opacity, 1))!important}.bg-emerald-300\/0{background-color:#6ee7b700!important}.bg-emerald-300\/10{background-color:#6ee7b71a!important}.bg-emerald-300\/100{background-color:#6ee7b7!important}.bg-emerald-300\/15{background-color:#6ee7b726!important}.bg-emerald-300\/20{background-color:#6ee7b733!important}.bg-emerald-300\/25{background-color:#6ee7b740!important}.bg-emerald-300\/30{background-color:#6ee7b74d!important}.bg-emerald-300\/35{background-color:#6ee7b759!important}.bg-emerald-300\/40{background-color:#6ee7b766!important}.bg-emerald-300\/45{background-color:#6ee7b773!important}.bg-emerald-300\/5{background-color:#6ee7b70d!important}.bg-emerald-300\/50{background-color:#6ee7b780!important}.bg-emerald-300\/55{background-color:#6ee7b78c!important}.bg-emerald-300\/60{background-color:#6ee7b799!important}.bg-emerald-300\/65{background-color:#6ee7b7a6!important}.bg-emerald-300\/70{background-color:#6ee7b7b3!important}.bg-emerald-300\/75{background-color:#6ee7b7bf!important}.bg-emerald-300\/80{background-color:#6ee7b7cc!important}.bg-emerald-300\/85{background-color:#6ee7b7d9!important}.bg-emerald-300\/90{background-color:#6ee7b7e6!important}.bg-emerald-300\/95{background-color:#6ee7b7f2!important}.bg-emerald-400{--tw-bg-opacity: 1 !important;background-color:rgb(52 211 153 / var(--tw-bg-opacity, 1))!important}.bg-emerald-400\/0{background-color:#34d39900!important}.bg-emerald-400\/10{background-color:#34d3991a!important}.bg-emerald-400\/100{background-color:#34d399!important}.bg-emerald-400\/15{background-color:#34d39926!important}.bg-emerald-400\/20{background-color:#34d39933!important}.bg-emerald-400\/25{background-color:#34d39940!important}.bg-emerald-400\/30{background-color:#34d3994d!important}.bg-emerald-400\/35{background-color:#34d39959!important}.bg-emerald-400\/40{background-color:#34d39966!important}.bg-emerald-400\/45{background-color:#34d39973!important}.bg-emerald-400\/5{background-color:#34d3990d!important}.bg-emerald-400\/50{background-color:#34d39980!important}.bg-emerald-400\/55{background-color:#34d3998c!important}.bg-emerald-400\/60{background-color:#34d39999!important}.bg-emerald-400\/65{background-color:#34d399a6!important}.bg-emerald-400\/70{background-color:#34d399b3!important}.bg-emerald-400\/75{background-color:#34d399bf!important}.bg-emerald-400\/80{background-color:#34d399cc!important}.bg-emerald-400\/85{background-color:#34d399d9!important}.bg-emerald-400\/90{background-color:#34d399e6!important}.bg-emerald-400\/95{background-color:#34d399f2!important}.bg-emerald-50{--tw-bg-opacity: 1 !important;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))!important}.bg-emerald-50\/0{background-color:#ecfdf500!important}.bg-emerald-50\/10{background-color:#ecfdf51a!important}.bg-emerald-50\/100{background-color:#ecfdf5!important}.bg-emerald-50\/15{background-color:#ecfdf526!important}.bg-emerald-50\/20{background-color:#ecfdf533!important}.bg-emerald-50\/25{background-color:#ecfdf540!important}.bg-emerald-50\/30{background-color:#ecfdf54d!important}.bg-emerald-50\/35{background-color:#ecfdf559!important}.bg-emerald-50\/40{background-color:#ecfdf566!important}.bg-emerald-50\/45{background-color:#ecfdf573!important}.bg-emerald-50\/5{background-color:#ecfdf50d!important}.bg-emerald-50\/50{background-color:#ecfdf580!important}.bg-emerald-50\/55{background-color:#ecfdf58c!important}.bg-emerald-50\/60{background-color:#ecfdf599!important}.bg-emerald-50\/65{background-color:#ecfdf5a6!important}.bg-emerald-50\/70{background-color:#ecfdf5b3!important}.bg-emerald-50\/75{background-color:#ecfdf5bf!important}.bg-emerald-50\/80{background-color:#ecfdf5cc!important}.bg-emerald-50\/85{background-color:#ecfdf5d9!important}.bg-emerald-50\/90{background-color:#ecfdf5e6!important}.bg-emerald-50\/95{background-color:#ecfdf5f2!important}.bg-emerald-500{--tw-bg-opacity: 1 !important;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))!important}.bg-emerald-500\/0{background-color:#10b98100!important}.bg-emerald-500\/10{background-color:#10b9811a!important}.bg-emerald-500\/100{background-color:#10b981!important}.bg-emerald-500\/15{background-color:#10b98126!important}.bg-emerald-500\/20{background-color:#10b98133!important}.bg-emerald-500\/25{background-color:#10b98140!important}.bg-emerald-500\/30{background-color:#10b9814d!important}.bg-emerald-500\/35{background-color:#10b98159!important}.bg-emerald-500\/40{background-color:#10b98166!important}.bg-emerald-500\/45{background-color:#10b98173!important}.bg-emerald-500\/5{background-color:#10b9810d!important}.bg-emerald-500\/50{background-color:#10b98180!important}.bg-emerald-500\/55{background-color:#10b9818c!important}.bg-emerald-500\/60{background-color:#10b98199!important}.bg-emerald-500\/65{background-color:#10b981a6!important}.bg-emerald-500\/70{background-color:#10b981b3!important}.bg-emerald-500\/75{background-color:#10b981bf!important}.bg-emerald-500\/80{background-color:#10b981cc!important}.bg-emerald-500\/85{background-color:#10b981d9!important}.bg-emerald-500\/90{background-color:#10b981e6!important}.bg-emerald-500\/95{background-color:#10b981f2!important}.bg-emerald-600{--tw-bg-opacity: 1 !important;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))!important}.bg-emerald-600\/0{background-color:#05966900!important}.bg-emerald-600\/10{background-color:#0596691a!important}.bg-emerald-600\/100{background-color:#059669!important}.bg-emerald-600\/15{background-color:#05966926!important}.bg-emerald-600\/20{background-color:#05966933!important}.bg-emerald-600\/25{background-color:#05966940!important}.bg-emerald-600\/30{background-color:#0596694d!important}.bg-emerald-600\/35{background-color:#05966959!important}.bg-emerald-600\/40{background-color:#05966966!important}.bg-emerald-600\/45{background-color:#05966973!important}.bg-emerald-600\/5{background-color:#0596690d!important}.bg-emerald-600\/50{background-color:#05966980!important}.bg-emerald-600\/55{background-color:#0596698c!important}.bg-emerald-600\/60{background-color:#05966999!important}.bg-emerald-600\/65{background-color:#059669a6!important}.bg-emerald-600\/70{background-color:#059669b3!important}.bg-emerald-600\/75{background-color:#059669bf!important}.bg-emerald-600\/80{background-color:#059669cc!important}.bg-emerald-600\/85{background-color:#059669d9!important}.bg-emerald-600\/90{background-color:#059669e6!important}.bg-emerald-600\/95{background-color:#059669f2!important}.bg-emerald-700{--tw-bg-opacity: 1 !important;background-color:rgb(4 120 87 / var(--tw-bg-opacity, 1))!important}.bg-emerald-700\/0{background-color:#04785700!important}.bg-emerald-700\/10{background-color:#0478571a!important}.bg-emerald-700\/100{background-color:#047857!important}.bg-emerald-700\/15{background-color:#04785726!important}.bg-emerald-700\/20{background-color:#04785733!important}.bg-emerald-700\/25{background-color:#04785740!important}.bg-emerald-700\/30{background-color:#0478574d!important}.bg-emerald-700\/35{background-color:#04785759!important}.bg-emerald-700\/40{background-color:#04785766!important}.bg-emerald-700\/45{background-color:#04785773!important}.bg-emerald-700\/5{background-color:#0478570d!important}.bg-emerald-700\/50{background-color:#04785780!important}.bg-emerald-700\/55{background-color:#0478578c!important}.bg-emerald-700\/60{background-color:#04785799!important}.bg-emerald-700\/65{background-color:#047857a6!important}.bg-emerald-700\/70{background-color:#047857b3!important}.bg-emerald-700\/75{background-color:#047857bf!important}.bg-emerald-700\/80{background-color:#047857cc!important}.bg-emerald-700\/85{background-color:#047857d9!important}.bg-emerald-700\/90{background-color:#047857e6!important}.bg-emerald-700\/95{background-color:#047857f2!important}.bg-emerald-800{--tw-bg-opacity: 1 !important;background-color:rgb(6 95 70 / var(--tw-bg-opacity, 1))!important}.bg-emerald-800\/0{background-color:#065f4600!important}.bg-emerald-800\/10{background-color:#065f461a!important}.bg-emerald-800\/100{background-color:#065f46!important}.bg-emerald-800\/15{background-color:#065f4626!important}.bg-emerald-800\/20{background-color:#065f4633!important}.bg-emerald-800\/25{background-color:#065f4640!important}.bg-emerald-800\/30{background-color:#065f464d!important}.bg-emerald-800\/35{background-color:#065f4659!important}.bg-emerald-800\/40{background-color:#065f4666!important}.bg-emerald-800\/45{background-color:#065f4673!important}.bg-emerald-800\/5{background-color:#065f460d!important}.bg-emerald-800\/50{background-color:#065f4680!important}.bg-emerald-800\/55{background-color:#065f468c!important}.bg-emerald-800\/60{background-color:#065f4699!important}.bg-emerald-800\/65{background-color:#065f46a6!important}.bg-emerald-800\/70{background-color:#065f46b3!important}.bg-emerald-800\/75{background-color:#065f46bf!important}.bg-emerald-800\/80{background-color:#065f46cc!important}.bg-emerald-800\/85{background-color:#065f46d9!important}.bg-emerald-800\/90{background-color:#065f46e6!important}.bg-emerald-800\/95{background-color:#065f46f2!important}.bg-emerald-900{--tw-bg-opacity: 1 !important;background-color:rgb(6 78 59 / var(--tw-bg-opacity, 1))!important}.bg-emerald-900\/0{background-color:#064e3b00!important}.bg-emerald-900\/10{background-color:#064e3b1a!important}.bg-emerald-900\/100{background-color:#064e3b!important}.bg-emerald-900\/15{background-color:#064e3b26!important}.bg-emerald-900\/20{background-color:#064e3b33!important}.bg-emerald-900\/25{background-color:#064e3b40!important}.bg-emerald-900\/30{background-color:#064e3b4d!important}.bg-emerald-900\/35{background-color:#064e3b59!important}.bg-emerald-900\/40{background-color:#064e3b66!important}.bg-emerald-900\/45{background-color:#064e3b73!important}.bg-emerald-900\/5{background-color:#064e3b0d!important}.bg-emerald-900\/50{background-color:#064e3b80!important}.bg-emerald-900\/55{background-color:#064e3b8c!important}.bg-emerald-900\/60{background-color:#064e3b99!important}.bg-emerald-900\/65{background-color:#064e3ba6!important}.bg-emerald-900\/70{background-color:#064e3bb3!important}.bg-emerald-900\/75{background-color:#064e3bbf!important}.bg-emerald-900\/80{background-color:#064e3bcc!important}.bg-emerald-900\/85{background-color:#064e3bd9!important}.bg-emerald-900\/90{background-color:#064e3be6!important}.bg-emerald-900\/95{background-color:#064e3bf2!important}.bg-emerald-950{--tw-bg-opacity: 1 !important;background-color:rgb(2 44 34 / var(--tw-bg-opacity, 1))!important}.bg-emerald-950\/0{background-color:#022c2200!important}.bg-emerald-950\/10{background-color:#022c221a!important}.bg-emerald-950\/100{background-color:#022c22!important}.bg-emerald-950\/15{background-color:#022c2226!important}.bg-emerald-950\/20{background-color:#022c2233!important}.bg-emerald-950\/25{background-color:#022c2240!important}.bg-emerald-950\/30{background-color:#022c224d!important}.bg-emerald-950\/35{background-color:#022c2259!important}.bg-emerald-950\/40{background-color:#022c2266!important}.bg-emerald-950\/45{background-color:#022c2273!important}.bg-emerald-950\/5{background-color:#022c220d!important}.bg-emerald-950\/50{background-color:#022c2280!important}.bg-emerald-950\/55{background-color:#022c228c!important}.bg-emerald-950\/60{background-color:#022c2299!important}.bg-emerald-950\/65{background-color:#022c22a6!important}.bg-emerald-950\/70{background-color:#022c22b3!important}.bg-emerald-950\/75{background-color:#022c22bf!important}.bg-emerald-950\/80{background-color:#022c22cc!important}.bg-emerald-950\/85{background-color:#022c22d9!important}.bg-emerald-950\/90{background-color:#022c22e6!important}.bg-emerald-950\/95{background-color:#022c22f2!important}.bg-fuchsia-100{--tw-bg-opacity: 1 !important;background-color:rgb(250 232 255 / var(--tw-bg-opacity, 1))!important}.bg-fuchsia-100\/0{background-color:#fae8ff00!important}.bg-fuchsia-100\/10{background-color:#fae8ff1a!important}.bg-fuchsia-100\/100{background-color:#fae8ff!important}.bg-fuchsia-100\/15{background-color:#fae8ff26!important}.bg-fuchsia-100\/20{background-color:#fae8ff33!important}.bg-fuchsia-100\/25{background-color:#fae8ff40!important}.bg-fuchsia-100\/30{background-color:#fae8ff4d!important}.bg-fuchsia-100\/35{background-color:#fae8ff59!important}.bg-fuchsia-100\/40{background-color:#fae8ff66!important}.bg-fuchsia-100\/45{background-color:#fae8ff73!important}.bg-fuchsia-100\/5{background-color:#fae8ff0d!important}.bg-fuchsia-100\/50{background-color:#fae8ff80!important}.bg-fuchsia-100\/55{background-color:#fae8ff8c!important}.bg-fuchsia-100\/60{background-color:#fae8ff99!important}.bg-fuchsia-100\/65{background-color:#fae8ffa6!important}.bg-fuchsia-100\/70{background-color:#fae8ffb3!important}.bg-fuchsia-100\/75{background-color:#fae8ffbf!important}.bg-fuchsia-100\/80{background-color:#fae8ffcc!important}.bg-fuchsia-100\/85{background-color:#fae8ffd9!important}.bg-fuchsia-100\/90{background-color:#fae8ffe6!important}.bg-fuchsia-100\/95{background-color:#fae8fff2!important}.bg-fuchsia-200{--tw-bg-opacity: 1 !important;background-color:rgb(245 208 254 / var(--tw-bg-opacity, 1))!important}.bg-fuchsia-200\/0{background-color:#f5d0fe00!important}.bg-fuchsia-200\/10{background-color:#f5d0fe1a!important}.bg-fuchsia-200\/100{background-color:#f5d0fe!important}.bg-fuchsia-200\/15{background-color:#f5d0fe26!important}.bg-fuchsia-200\/20{background-color:#f5d0fe33!important}.bg-fuchsia-200\/25{background-color:#f5d0fe40!important}.bg-fuchsia-200\/30{background-color:#f5d0fe4d!important}.bg-fuchsia-200\/35{background-color:#f5d0fe59!important}.bg-fuchsia-200\/40{background-color:#f5d0fe66!important}.bg-fuchsia-200\/45{background-color:#f5d0fe73!important}.bg-fuchsia-200\/5{background-color:#f5d0fe0d!important}.bg-fuchsia-200\/50{background-color:#f5d0fe80!important}.bg-fuchsia-200\/55{background-color:#f5d0fe8c!important}.bg-fuchsia-200\/60{background-color:#f5d0fe99!important}.bg-fuchsia-200\/65{background-color:#f5d0fea6!important}.bg-fuchsia-200\/70{background-color:#f5d0feb3!important}.bg-fuchsia-200\/75{background-color:#f5d0febf!important}.bg-fuchsia-200\/80{background-color:#f5d0fecc!important}.bg-fuchsia-200\/85{background-color:#f5d0fed9!important}.bg-fuchsia-200\/90{background-color:#f5d0fee6!important}.bg-fuchsia-200\/95{background-color:#f5d0fef2!important}.bg-fuchsia-300{--tw-bg-opacity: 1 !important;background-color:rgb(240 171 252 / var(--tw-bg-opacity, 1))!important}.bg-fuchsia-300\/0{background-color:#f0abfc00!important}.bg-fuchsia-300\/10{background-color:#f0abfc1a!important}.bg-fuchsia-300\/100{background-color:#f0abfc!important}.bg-fuchsia-300\/15{background-color:#f0abfc26!important}.bg-fuchsia-300\/20{background-color:#f0abfc33!important}.bg-fuchsia-300\/25{background-color:#f0abfc40!important}.bg-fuchsia-300\/30{background-color:#f0abfc4d!important}.bg-fuchsia-300\/35{background-color:#f0abfc59!important}.bg-fuchsia-300\/40{background-color:#f0abfc66!important}.bg-fuchsia-300\/45{background-color:#f0abfc73!important}.bg-fuchsia-300\/5{background-color:#f0abfc0d!important}.bg-fuchsia-300\/50{background-color:#f0abfc80!important}.bg-fuchsia-300\/55{background-color:#f0abfc8c!important}.bg-fuchsia-300\/60{background-color:#f0abfc99!important}.bg-fuchsia-300\/65{background-color:#f0abfca6!important}.bg-fuchsia-300\/70{background-color:#f0abfcb3!important}.bg-fuchsia-300\/75{background-color:#f0abfcbf!important}.bg-fuchsia-300\/80{background-color:#f0abfccc!important}.bg-fuchsia-300\/85{background-color:#f0abfcd9!important}.bg-fuchsia-300\/90{background-color:#f0abfce6!important}.bg-fuchsia-300\/95{background-color:#f0abfcf2!important}.bg-fuchsia-400{--tw-bg-opacity: 1 !important;background-color:rgb(232 121 249 / var(--tw-bg-opacity, 1))!important}.bg-fuchsia-400\/0{background-color:#e879f900!important}.bg-fuchsia-400\/10{background-color:#e879f91a!important}.bg-fuchsia-400\/100{background-color:#e879f9!important}.bg-fuchsia-400\/15{background-color:#e879f926!important}.bg-fuchsia-400\/20{background-color:#e879f933!important}.bg-fuchsia-400\/25{background-color:#e879f940!important}.bg-fuchsia-400\/30{background-color:#e879f94d!important}.bg-fuchsia-400\/35{background-color:#e879f959!important}.bg-fuchsia-400\/40{background-color:#e879f966!important}.bg-fuchsia-400\/45{background-color:#e879f973!important}.bg-fuchsia-400\/5{background-color:#e879f90d!important}.bg-fuchsia-400\/50{background-color:#e879f980!important}.bg-fuchsia-400\/55{background-color:#e879f98c!important}.bg-fuchsia-400\/60{background-color:#e879f999!important}.bg-fuchsia-400\/65{background-color:#e879f9a6!important}.bg-fuchsia-400\/70{background-color:#e879f9b3!important}.bg-fuchsia-400\/75{background-color:#e879f9bf!important}.bg-fuchsia-400\/80{background-color:#e879f9cc!important}.bg-fuchsia-400\/85{background-color:#e879f9d9!important}.bg-fuchsia-400\/90{background-color:#e879f9e6!important}.bg-fuchsia-400\/95{background-color:#e879f9f2!important}.bg-fuchsia-50{--tw-bg-opacity: 1 !important;background-color:rgb(253 244 255 / var(--tw-bg-opacity, 1))!important}.bg-fuchsia-50\/0{background-color:#fdf4ff00!important}.bg-fuchsia-50\/10{background-color:#fdf4ff1a!important}.bg-fuchsia-50\/100{background-color:#fdf4ff!important}.bg-fuchsia-50\/15{background-color:#fdf4ff26!important}.bg-fuchsia-50\/20{background-color:#fdf4ff33!important}.bg-fuchsia-50\/25{background-color:#fdf4ff40!important}.bg-fuchsia-50\/30{background-color:#fdf4ff4d!important}.bg-fuchsia-50\/35{background-color:#fdf4ff59!important}.bg-fuchsia-50\/40{background-color:#fdf4ff66!important}.bg-fuchsia-50\/45{background-color:#fdf4ff73!important}.bg-fuchsia-50\/5{background-color:#fdf4ff0d!important}.bg-fuchsia-50\/50{background-color:#fdf4ff80!important}.bg-fuchsia-50\/55{background-color:#fdf4ff8c!important}.bg-fuchsia-50\/60{background-color:#fdf4ff99!important}.bg-fuchsia-50\/65{background-color:#fdf4ffa6!important}.bg-fuchsia-50\/70{background-color:#fdf4ffb3!important}.bg-fuchsia-50\/75{background-color:#fdf4ffbf!important}.bg-fuchsia-50\/80{background-color:#fdf4ffcc!important}.bg-fuchsia-50\/85{background-color:#fdf4ffd9!important}.bg-fuchsia-50\/90{background-color:#fdf4ffe6!important}.bg-fuchsia-50\/95{background-color:#fdf4fff2!important}.bg-fuchsia-500{--tw-bg-opacity: 1 !important;background-color:rgb(217 70 239 / var(--tw-bg-opacity, 1))!important}.bg-fuchsia-500\/0{background-color:#d946ef00!important}.bg-fuchsia-500\/10{background-color:#d946ef1a!important}.bg-fuchsia-500\/100{background-color:#d946ef!important}.bg-fuchsia-500\/15{background-color:#d946ef26!important}.bg-fuchsia-500\/20{background-color:#d946ef33!important}.bg-fuchsia-500\/25{background-color:#d946ef40!important}.bg-fuchsia-500\/30{background-color:#d946ef4d!important}.bg-fuchsia-500\/35{background-color:#d946ef59!important}.bg-fuchsia-500\/40{background-color:#d946ef66!important}.bg-fuchsia-500\/45{background-color:#d946ef73!important}.bg-fuchsia-500\/5{background-color:#d946ef0d!important}.bg-fuchsia-500\/50{background-color:#d946ef80!important}.bg-fuchsia-500\/55{background-color:#d946ef8c!important}.bg-fuchsia-500\/60{background-color:#d946ef99!important}.bg-fuchsia-500\/65{background-color:#d946efa6!important}.bg-fuchsia-500\/70{background-color:#d946efb3!important}.bg-fuchsia-500\/75{background-color:#d946efbf!important}.bg-fuchsia-500\/80{background-color:#d946efcc!important}.bg-fuchsia-500\/85{background-color:#d946efd9!important}.bg-fuchsia-500\/90{background-color:#d946efe6!important}.bg-fuchsia-500\/95{background-color:#d946eff2!important}.bg-fuchsia-600{--tw-bg-opacity: 1 !important;background-color:rgb(192 38 211 / var(--tw-bg-opacity, 1))!important}.bg-fuchsia-600\/0{background-color:#c026d300!important}.bg-fuchsia-600\/10{background-color:#c026d31a!important}.bg-fuchsia-600\/100{background-color:#c026d3!important}.bg-fuchsia-600\/15{background-color:#c026d326!important}.bg-fuchsia-600\/20{background-color:#c026d333!important}.bg-fuchsia-600\/25{background-color:#c026d340!important}.bg-fuchsia-600\/30{background-color:#c026d34d!important}.bg-fuchsia-600\/35{background-color:#c026d359!important}.bg-fuchsia-600\/40{background-color:#c026d366!important}.bg-fuchsia-600\/45{background-color:#c026d373!important}.bg-fuchsia-600\/5{background-color:#c026d30d!important}.bg-fuchsia-600\/50{background-color:#c026d380!important}.bg-fuchsia-600\/55{background-color:#c026d38c!important}.bg-fuchsia-600\/60{background-color:#c026d399!important}.bg-fuchsia-600\/65{background-color:#c026d3a6!important}.bg-fuchsia-600\/70{background-color:#c026d3b3!important}.bg-fuchsia-600\/75{background-color:#c026d3bf!important}.bg-fuchsia-600\/80{background-color:#c026d3cc!important}.bg-fuchsia-600\/85{background-color:#c026d3d9!important}.bg-fuchsia-600\/90{background-color:#c026d3e6!important}.bg-fuchsia-600\/95{background-color:#c026d3f2!important}.bg-fuchsia-700{--tw-bg-opacity: 1 !important;background-color:rgb(162 28 175 / var(--tw-bg-opacity, 1))!important}.bg-fuchsia-700\/0{background-color:#a21caf00!important}.bg-fuchsia-700\/10{background-color:#a21caf1a!important}.bg-fuchsia-700\/100{background-color:#a21caf!important}.bg-fuchsia-700\/15{background-color:#a21caf26!important}.bg-fuchsia-700\/20{background-color:#a21caf33!important}.bg-fuchsia-700\/25{background-color:#a21caf40!important}.bg-fuchsia-700\/30{background-color:#a21caf4d!important}.bg-fuchsia-700\/35{background-color:#a21caf59!important}.bg-fuchsia-700\/40{background-color:#a21caf66!important}.bg-fuchsia-700\/45{background-color:#a21caf73!important}.bg-fuchsia-700\/5{background-color:#a21caf0d!important}.bg-fuchsia-700\/50{background-color:#a21caf80!important}.bg-fuchsia-700\/55{background-color:#a21caf8c!important}.bg-fuchsia-700\/60{background-color:#a21caf99!important}.bg-fuchsia-700\/65{background-color:#a21cafa6!important}.bg-fuchsia-700\/70{background-color:#a21cafb3!important}.bg-fuchsia-700\/75{background-color:#a21cafbf!important}.bg-fuchsia-700\/80{background-color:#a21cafcc!important}.bg-fuchsia-700\/85{background-color:#a21cafd9!important}.bg-fuchsia-700\/90{background-color:#a21cafe6!important}.bg-fuchsia-700\/95{background-color:#a21caff2!important}.bg-fuchsia-800{--tw-bg-opacity: 1 !important;background-color:rgb(134 25 143 / var(--tw-bg-opacity, 1))!important}.bg-fuchsia-800\/0{background-color:#86198f00!important}.bg-fuchsia-800\/10{background-color:#86198f1a!important}.bg-fuchsia-800\/100{background-color:#86198f!important}.bg-fuchsia-800\/15{background-color:#86198f26!important}.bg-fuchsia-800\/20{background-color:#86198f33!important}.bg-fuchsia-800\/25{background-color:#86198f40!important}.bg-fuchsia-800\/30{background-color:#86198f4d!important}.bg-fuchsia-800\/35{background-color:#86198f59!important}.bg-fuchsia-800\/40{background-color:#86198f66!important}.bg-fuchsia-800\/45{background-color:#86198f73!important}.bg-fuchsia-800\/5{background-color:#86198f0d!important}.bg-fuchsia-800\/50{background-color:#86198f80!important}.bg-fuchsia-800\/55{background-color:#86198f8c!important}.bg-fuchsia-800\/60{background-color:#86198f99!important}.bg-fuchsia-800\/65{background-color:#86198fa6!important}.bg-fuchsia-800\/70{background-color:#86198fb3!important}.bg-fuchsia-800\/75{background-color:#86198fbf!important}.bg-fuchsia-800\/80{background-color:#86198fcc!important}.bg-fuchsia-800\/85{background-color:#86198fd9!important}.bg-fuchsia-800\/90{background-color:#86198fe6!important}.bg-fuchsia-800\/95{background-color:#86198ff2!important}.bg-fuchsia-900{--tw-bg-opacity: 1 !important;background-color:rgb(112 26 117 / var(--tw-bg-opacity, 1))!important}.bg-fuchsia-900\/0{background-color:#701a7500!important}.bg-fuchsia-900\/10{background-color:#701a751a!important}.bg-fuchsia-900\/100{background-color:#701a75!important}.bg-fuchsia-900\/15{background-color:#701a7526!important}.bg-fuchsia-900\/20{background-color:#701a7533!important}.bg-fuchsia-900\/25{background-color:#701a7540!important}.bg-fuchsia-900\/30{background-color:#701a754d!important}.bg-fuchsia-900\/35{background-color:#701a7559!important}.bg-fuchsia-900\/40{background-color:#701a7566!important}.bg-fuchsia-900\/45{background-color:#701a7573!important}.bg-fuchsia-900\/5{background-color:#701a750d!important}.bg-fuchsia-900\/50{background-color:#701a7580!important}.bg-fuchsia-900\/55{background-color:#701a758c!important}.bg-fuchsia-900\/60{background-color:#701a7599!important}.bg-fuchsia-900\/65{background-color:#701a75a6!important}.bg-fuchsia-900\/70{background-color:#701a75b3!important}.bg-fuchsia-900\/75{background-color:#701a75bf!important}.bg-fuchsia-900\/80{background-color:#701a75cc!important}.bg-fuchsia-900\/85{background-color:#701a75d9!important}.bg-fuchsia-900\/90{background-color:#701a75e6!important}.bg-fuchsia-900\/95{background-color:#701a75f2!important}.bg-fuchsia-950{--tw-bg-opacity: 1 !important;background-color:rgb(74 4 78 / var(--tw-bg-opacity, 1))!important}.bg-fuchsia-950\/0{background-color:#4a044e00!important}.bg-fuchsia-950\/10{background-color:#4a044e1a!important}.bg-fuchsia-950\/100{background-color:#4a044e!important}.bg-fuchsia-950\/15{background-color:#4a044e26!important}.bg-fuchsia-950\/20{background-color:#4a044e33!important}.bg-fuchsia-950\/25{background-color:#4a044e40!important}.bg-fuchsia-950\/30{background-color:#4a044e4d!important}.bg-fuchsia-950\/35{background-color:#4a044e59!important}.bg-fuchsia-950\/40{background-color:#4a044e66!important}.bg-fuchsia-950\/45{background-color:#4a044e73!important}.bg-fuchsia-950\/5{background-color:#4a044e0d!important}.bg-fuchsia-950\/50{background-color:#4a044e80!important}.bg-fuchsia-950\/55{background-color:#4a044e8c!important}.bg-fuchsia-950\/60{background-color:#4a044e99!important}.bg-fuchsia-950\/65{background-color:#4a044ea6!important}.bg-fuchsia-950\/70{background-color:#4a044eb3!important}.bg-fuchsia-950\/75{background-color:#4a044ebf!important}.bg-fuchsia-950\/80{background-color:#4a044ecc!important}.bg-fuchsia-950\/85{background-color:#4a044ed9!important}.bg-fuchsia-950\/90{background-color:#4a044ee6!important}.bg-fuchsia-950\/95{background-color:#4a044ef2!important}.bg-gray-100{--tw-bg-opacity: 1 !important;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))!important}.bg-gray-100\/0{background-color:#f3f4f600!important}.bg-gray-100\/10{background-color:#f3f4f61a!important}.bg-gray-100\/100{background-color:#f3f4f6!important}.bg-gray-100\/15{background-color:#f3f4f626!important}.bg-gray-100\/20{background-color:#f3f4f633!important}.bg-gray-100\/25{background-color:#f3f4f640!important}.bg-gray-100\/30{background-color:#f3f4f64d!important}.bg-gray-100\/35{background-color:#f3f4f659!important}.bg-gray-100\/40{background-color:#f3f4f666!important}.bg-gray-100\/45{background-color:#f3f4f673!important}.bg-gray-100\/5{background-color:#f3f4f60d!important}.bg-gray-100\/50{background-color:#f3f4f680!important}.bg-gray-100\/55{background-color:#f3f4f68c!important}.bg-gray-100\/60{background-color:#f3f4f699!important}.bg-gray-100\/65{background-color:#f3f4f6a6!important}.bg-gray-100\/70{background-color:#f3f4f6b3!important}.bg-gray-100\/75{background-color:#f3f4f6bf!important}.bg-gray-100\/80{background-color:#f3f4f6cc!important}.bg-gray-100\/85{background-color:#f3f4f6d9!important}.bg-gray-100\/90{background-color:#f3f4f6e6!important}.bg-gray-100\/95{background-color:#f3f4f6f2!important}.bg-gray-200{--tw-bg-opacity: 1 !important;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))!important}.bg-gray-200\/0{background-color:#e5e7eb00!important}.bg-gray-200\/10{background-color:#e5e7eb1a!important}.bg-gray-200\/100{background-color:#e5e7eb!important}.bg-gray-200\/15{background-color:#e5e7eb26!important}.bg-gray-200\/20{background-color:#e5e7eb33!important}.bg-gray-200\/25{background-color:#e5e7eb40!important}.bg-gray-200\/30{background-color:#e5e7eb4d!important}.bg-gray-200\/35{background-color:#e5e7eb59!important}.bg-gray-200\/40{background-color:#e5e7eb66!important}.bg-gray-200\/45{background-color:#e5e7eb73!important}.bg-gray-200\/5{background-color:#e5e7eb0d!important}.bg-gray-200\/50{background-color:#e5e7eb80!important}.bg-gray-200\/55{background-color:#e5e7eb8c!important}.bg-gray-200\/60{background-color:#e5e7eb99!important}.bg-gray-200\/65{background-color:#e5e7eba6!important}.bg-gray-200\/70{background-color:#e5e7ebb3!important}.bg-gray-200\/75{background-color:#e5e7ebbf!important}.bg-gray-200\/80{background-color:#e5e7ebcc!important}.bg-gray-200\/85{background-color:#e5e7ebd9!important}.bg-gray-200\/90{background-color:#e5e7ebe6!important}.bg-gray-200\/95{background-color:#e5e7ebf2!important}.bg-gray-300{--tw-bg-opacity: 1 !important;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))!important}.bg-gray-300\/0{background-color:#d1d5db00!important}.bg-gray-300\/10{background-color:#d1d5db1a!important}.bg-gray-300\/100{background-color:#d1d5db!important}.bg-gray-300\/15{background-color:#d1d5db26!important}.bg-gray-300\/20{background-color:#d1d5db33!important}.bg-gray-300\/25{background-color:#d1d5db40!important}.bg-gray-300\/30{background-color:#d1d5db4d!important}.bg-gray-300\/35{background-color:#d1d5db59!important}.bg-gray-300\/40{background-color:#d1d5db66!important}.bg-gray-300\/45{background-color:#d1d5db73!important}.bg-gray-300\/5{background-color:#d1d5db0d!important}.bg-gray-300\/50{background-color:#d1d5db80!important}.bg-gray-300\/55{background-color:#d1d5db8c!important}.bg-gray-300\/60{background-color:#d1d5db99!important}.bg-gray-300\/65{background-color:#d1d5dba6!important}.bg-gray-300\/70{background-color:#d1d5dbb3!important}.bg-gray-300\/75{background-color:#d1d5dbbf!important}.bg-gray-300\/80{background-color:#d1d5dbcc!important}.bg-gray-300\/85{background-color:#d1d5dbd9!important}.bg-gray-300\/90{background-color:#d1d5dbe6!important}.bg-gray-300\/95{background-color:#d1d5dbf2!important}.bg-gray-400{--tw-bg-opacity: 1 !important;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))!important}.bg-gray-400\/0{background-color:#9ca3af00!important}.bg-gray-400\/10{background-color:#9ca3af1a!important}.bg-gray-400\/100{background-color:#9ca3af!important}.bg-gray-400\/15{background-color:#9ca3af26!important}.bg-gray-400\/20{background-color:#9ca3af33!important}.bg-gray-400\/25{background-color:#9ca3af40!important}.bg-gray-400\/30{background-color:#9ca3af4d!important}.bg-gray-400\/35{background-color:#9ca3af59!important}.bg-gray-400\/40{background-color:#9ca3af66!important}.bg-gray-400\/45{background-color:#9ca3af73!important}.bg-gray-400\/5{background-color:#9ca3af0d!important}.bg-gray-400\/50{background-color:#9ca3af80!important}.bg-gray-400\/55{background-color:#9ca3af8c!important}.bg-gray-400\/60{background-color:#9ca3af99!important}.bg-gray-400\/65{background-color:#9ca3afa6!important}.bg-gray-400\/70{background-color:#9ca3afb3!important}.bg-gray-400\/75{background-color:#9ca3afbf!important}.bg-gray-400\/80{background-color:#9ca3afcc!important}.bg-gray-400\/85{background-color:#9ca3afd9!important}.bg-gray-400\/90{background-color:#9ca3afe6!important}.bg-gray-400\/95{background-color:#9ca3aff2!important}.bg-gray-50{--tw-bg-opacity: 1 !important;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))!important}.bg-gray-50\/0{background-color:#f9fafb00!important}.bg-gray-50\/10{background-color:#f9fafb1a!important}.bg-gray-50\/100{background-color:#f9fafb!important}.bg-gray-50\/15{background-color:#f9fafb26!important}.bg-gray-50\/20{background-color:#f9fafb33!important}.bg-gray-50\/25{background-color:#f9fafb40!important}.bg-gray-50\/30{background-color:#f9fafb4d!important}.bg-gray-50\/35{background-color:#f9fafb59!important}.bg-gray-50\/40{background-color:#f9fafb66!important}.bg-gray-50\/45{background-color:#f9fafb73!important}.bg-gray-50\/5{background-color:#f9fafb0d!important}.bg-gray-50\/50{background-color:#f9fafb80!important}.bg-gray-50\/55{background-color:#f9fafb8c!important}.bg-gray-50\/60{background-color:#f9fafb99!important}.bg-gray-50\/65{background-color:#f9fafba6!important}.bg-gray-50\/70{background-color:#f9fafbb3!important}.bg-gray-50\/75{background-color:#f9fafbbf!important}.bg-gray-50\/80{background-color:#f9fafbcc!important}.bg-gray-50\/85{background-color:#f9fafbd9!important}.bg-gray-50\/90{background-color:#f9fafbe6!important}.bg-gray-50\/95{background-color:#f9fafbf2!important}.bg-gray-500{--tw-bg-opacity: 1 !important;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))!important}.bg-gray-500\/0{background-color:#6b728000!important}.bg-gray-500\/10{background-color:#6b72801a!important}.bg-gray-500\/100{background-color:#6b7280!important}.bg-gray-500\/15{background-color:#6b728026!important}.bg-gray-500\/20{background-color:#6b728033!important}.bg-gray-500\/25{background-color:#6b728040!important}.bg-gray-500\/30{background-color:#6b72804d!important}.bg-gray-500\/35{background-color:#6b728059!important}.bg-gray-500\/40{background-color:#6b728066!important}.bg-gray-500\/45{background-color:#6b728073!important}.bg-gray-500\/5{background-color:#6b72800d!important}.bg-gray-500\/50{background-color:#6b728080!important}.bg-gray-500\/55{background-color:#6b72808c!important}.bg-gray-500\/60{background-color:#6b728099!important}.bg-gray-500\/65{background-color:#6b7280a6!important}.bg-gray-500\/70{background-color:#6b7280b3!important}.bg-gray-500\/75{background-color:#6b7280bf!important}.bg-gray-500\/80{background-color:#6b7280cc!important}.bg-gray-500\/85{background-color:#6b7280d9!important}.bg-gray-500\/90{background-color:#6b7280e6!important}.bg-gray-500\/95{background-color:#6b7280f2!important}.bg-gray-600{--tw-bg-opacity: 1 !important;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))!important}.bg-gray-600\/0{background-color:#4b556300!important}.bg-gray-600\/10{background-color:#4b55631a!important}.bg-gray-600\/100{background-color:#4b5563!important}.bg-gray-600\/15{background-color:#4b556326!important}.bg-gray-600\/20{background-color:#4b556333!important}.bg-gray-600\/25{background-color:#4b556340!important}.bg-gray-600\/30{background-color:#4b55634d!important}.bg-gray-600\/35{background-color:#4b556359!important}.bg-gray-600\/40{background-color:#4b556366!important}.bg-gray-600\/45{background-color:#4b556373!important}.bg-gray-600\/5{background-color:#4b55630d!important}.bg-gray-600\/50{background-color:#4b556380!important}.bg-gray-600\/55{background-color:#4b55638c!important}.bg-gray-600\/60{background-color:#4b556399!important}.bg-gray-600\/65{background-color:#4b5563a6!important}.bg-gray-600\/70{background-color:#4b5563b3!important}.bg-gray-600\/75{background-color:#4b5563bf!important}.bg-gray-600\/80{background-color:#4b5563cc!important}.bg-gray-600\/85{background-color:#4b5563d9!important}.bg-gray-600\/90{background-color:#4b5563e6!important}.bg-gray-600\/95{background-color:#4b5563f2!important}.bg-gray-700{--tw-bg-opacity: 1 !important;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))!important}.bg-gray-700\/0{background-color:#37415100!important}.bg-gray-700\/10{background-color:#3741511a!important}.bg-gray-700\/100{background-color:#374151!important}.bg-gray-700\/15{background-color:#37415126!important}.bg-gray-700\/20{background-color:#37415133!important}.bg-gray-700\/25{background-color:#37415140!important}.bg-gray-700\/30{background-color:#3741514d!important}.bg-gray-700\/35{background-color:#37415159!important}.bg-gray-700\/40{background-color:#37415166!important}.bg-gray-700\/45{background-color:#37415173!important}.bg-gray-700\/5{background-color:#3741510d!important}.bg-gray-700\/50{background-color:#37415180!important}.bg-gray-700\/55{background-color:#3741518c!important}.bg-gray-700\/60{background-color:#37415199!important}.bg-gray-700\/65{background-color:#374151a6!important}.bg-gray-700\/70{background-color:#374151b3!important}.bg-gray-700\/75{background-color:#374151bf!important}.bg-gray-700\/80{background-color:#374151cc!important}.bg-gray-700\/85{background-color:#374151d9!important}.bg-gray-700\/90{background-color:#374151e6!important}.bg-gray-700\/95{background-color:#374151f2!important}.bg-gray-800{--tw-bg-opacity: 1 !important;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))!important}.bg-gray-800\/0{background-color:#1f293700!important}.bg-gray-800\/10{background-color:#1f29371a!important}.bg-gray-800\/100{background-color:#1f2937!important}.bg-gray-800\/15{background-color:#1f293726!important}.bg-gray-800\/20{background-color:#1f293733!important}.bg-gray-800\/25{background-color:#1f293740!important}.bg-gray-800\/30{background-color:#1f29374d!important}.bg-gray-800\/35{background-color:#1f293759!important}.bg-gray-800\/40{background-color:#1f293766!important}.bg-gray-800\/45{background-color:#1f293773!important}.bg-gray-800\/5{background-color:#1f29370d!important}.bg-gray-800\/50{background-color:#1f293780!important}.bg-gray-800\/55{background-color:#1f29378c!important}.bg-gray-800\/60{background-color:#1f293799!important}.bg-gray-800\/65{background-color:#1f2937a6!important}.bg-gray-800\/70{background-color:#1f2937b3!important}.bg-gray-800\/75{background-color:#1f2937bf!important}.bg-gray-800\/80{background-color:#1f2937cc!important}.bg-gray-800\/85{background-color:#1f2937d9!important}.bg-gray-800\/90{background-color:#1f2937e6!important}.bg-gray-800\/95{background-color:#1f2937f2!important}.bg-gray-900{--tw-bg-opacity: 1 !important;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))!important}.bg-gray-900\/0{background-color:#11182700!important}.bg-gray-900\/10{background-color:#1118271a!important}.bg-gray-900\/100{background-color:#111827!important}.bg-gray-900\/15{background-color:#11182726!important}.bg-gray-900\/20{background-color:#11182733!important}.bg-gray-900\/25{background-color:#11182740!important}.bg-gray-900\/30{background-color:#1118274d!important}.bg-gray-900\/35{background-color:#11182759!important}.bg-gray-900\/40{background-color:#11182766!important}.bg-gray-900\/45{background-color:#11182773!important}.bg-gray-900\/5{background-color:#1118270d!important}.bg-gray-900\/50{background-color:#11182780!important}.bg-gray-900\/55{background-color:#1118278c!important}.bg-gray-900\/60{background-color:#11182799!important}.bg-gray-900\/65{background-color:#111827a6!important}.bg-gray-900\/70{background-color:#111827b3!important}.bg-gray-900\/75{background-color:#111827bf!important}.bg-gray-900\/80{background-color:#111827cc!important}.bg-gray-900\/85{background-color:#111827d9!important}.bg-gray-900\/90{background-color:#111827e6!important}.bg-gray-900\/95{background-color:#111827f2!important}.bg-gray-950{--tw-bg-opacity: 1 !important;background-color:rgb(3 7 18 / var(--tw-bg-opacity, 1))!important}.bg-gray-950\/0{background-color:#03071200!important}.bg-gray-950\/10{background-color:#0307121a!important}.bg-gray-950\/100{background-color:#030712!important}.bg-gray-950\/15{background-color:#03071226!important}.bg-gray-950\/20{background-color:#03071233!important}.bg-gray-950\/25{background-color:#03071240!important}.bg-gray-950\/30{background-color:#0307124d!important}.bg-gray-950\/35{background-color:#03071259!important}.bg-gray-950\/40{background-color:#03071266!important}.bg-gray-950\/45{background-color:#03071273!important}.bg-gray-950\/5{background-color:#0307120d!important}.bg-gray-950\/50{background-color:#03071280!important}.bg-gray-950\/55{background-color:#0307128c!important}.bg-gray-950\/60{background-color:#03071299!important}.bg-gray-950\/65{background-color:#030712a6!important}.bg-gray-950\/70{background-color:#030712b3!important}.bg-gray-950\/75{background-color:#030712bf!important}.bg-gray-950\/80{background-color:#030712cc!important}.bg-gray-950\/85{background-color:#030712d9!important}.bg-gray-950\/90{background-color:#030712e6!important}.bg-gray-950\/95{background-color:#030712f2!important}.bg-green-100{--tw-bg-opacity: 1 !important;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))!important}.bg-green-100\/0{background-color:#dcfce700!important}.bg-green-100\/10{background-color:#dcfce71a!important}.bg-green-100\/100{background-color:#dcfce7!important}.bg-green-100\/15{background-color:#dcfce726!important}.bg-green-100\/20{background-color:#dcfce733!important}.bg-green-100\/25{background-color:#dcfce740!important}.bg-green-100\/30{background-color:#dcfce74d!important}.bg-green-100\/35{background-color:#dcfce759!important}.bg-green-100\/40{background-color:#dcfce766!important}.bg-green-100\/45{background-color:#dcfce773!important}.bg-green-100\/5{background-color:#dcfce70d!important}.bg-green-100\/50{background-color:#dcfce780!important}.bg-green-100\/55{background-color:#dcfce78c!important}.bg-green-100\/60{background-color:#dcfce799!important}.bg-green-100\/65{background-color:#dcfce7a6!important}.bg-green-100\/70{background-color:#dcfce7b3!important}.bg-green-100\/75{background-color:#dcfce7bf!important}.bg-green-100\/80{background-color:#dcfce7cc!important}.bg-green-100\/85{background-color:#dcfce7d9!important}.bg-green-100\/90{background-color:#dcfce7e6!important}.bg-green-100\/95{background-color:#dcfce7f2!important}.bg-green-200{--tw-bg-opacity: 1 !important;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))!important}.bg-green-200\/0{background-color:#bbf7d000!important}.bg-green-200\/10{background-color:#bbf7d01a!important}.bg-green-200\/100{background-color:#bbf7d0!important}.bg-green-200\/15{background-color:#bbf7d026!important}.bg-green-200\/20{background-color:#bbf7d033!important}.bg-green-200\/25{background-color:#bbf7d040!important}.bg-green-200\/30{background-color:#bbf7d04d!important}.bg-green-200\/35{background-color:#bbf7d059!important}.bg-green-200\/40{background-color:#bbf7d066!important}.bg-green-200\/45{background-color:#bbf7d073!important}.bg-green-200\/5{background-color:#bbf7d00d!important}.bg-green-200\/50{background-color:#bbf7d080!important}.bg-green-200\/55{background-color:#bbf7d08c!important}.bg-green-200\/60{background-color:#bbf7d099!important}.bg-green-200\/65{background-color:#bbf7d0a6!important}.bg-green-200\/70{background-color:#bbf7d0b3!important}.bg-green-200\/75{background-color:#bbf7d0bf!important}.bg-green-200\/80{background-color:#bbf7d0cc!important}.bg-green-200\/85{background-color:#bbf7d0d9!important}.bg-green-200\/90{background-color:#bbf7d0e6!important}.bg-green-200\/95{background-color:#bbf7d0f2!important}.bg-green-300{--tw-bg-opacity: 1 !important;background-color:rgb(134 239 172 / var(--tw-bg-opacity, 1))!important}.bg-green-300\/0{background-color:#86efac00!important}.bg-green-300\/10{background-color:#86efac1a!important}.bg-green-300\/100{background-color:#86efac!important}.bg-green-300\/15{background-color:#86efac26!important}.bg-green-300\/20{background-color:#86efac33!important}.bg-green-300\/25{background-color:#86efac40!important}.bg-green-300\/30{background-color:#86efac4d!important}.bg-green-300\/35{background-color:#86efac59!important}.bg-green-300\/40{background-color:#86efac66!important}.bg-green-300\/45{background-color:#86efac73!important}.bg-green-300\/5{background-color:#86efac0d!important}.bg-green-300\/50{background-color:#86efac80!important}.bg-green-300\/55{background-color:#86efac8c!important}.bg-green-300\/60{background-color:#86efac99!important}.bg-green-300\/65{background-color:#86efaca6!important}.bg-green-300\/70{background-color:#86efacb3!important}.bg-green-300\/75{background-color:#86efacbf!important}.bg-green-300\/80{background-color:#86efaccc!important}.bg-green-300\/85{background-color:#86efacd9!important}.bg-green-300\/90{background-color:#86eface6!important}.bg-green-300\/95{background-color:#86efacf2!important}.bg-green-400{--tw-bg-opacity: 1 !important;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))!important}.bg-green-400\/0{background-color:#4ade8000!important}.bg-green-400\/10{background-color:#4ade801a!important}.bg-green-400\/100{background-color:#4ade80!important}.bg-green-400\/15{background-color:#4ade8026!important}.bg-green-400\/20{background-color:#4ade8033!important}.bg-green-400\/25{background-color:#4ade8040!important}.bg-green-400\/30{background-color:#4ade804d!important}.bg-green-400\/35{background-color:#4ade8059!important}.bg-green-400\/40{background-color:#4ade8066!important}.bg-green-400\/45{background-color:#4ade8073!important}.bg-green-400\/5{background-color:#4ade800d!important}.bg-green-400\/50{background-color:#4ade8080!important}.bg-green-400\/55{background-color:#4ade808c!important}.bg-green-400\/60{background-color:#4ade8099!important}.bg-green-400\/65{background-color:#4ade80a6!important}.bg-green-400\/70{background-color:#4ade80b3!important}.bg-green-400\/75{background-color:#4ade80bf!important}.bg-green-400\/80{background-color:#4ade80cc!important}.bg-green-400\/85{background-color:#4ade80d9!important}.bg-green-400\/90{background-color:#4ade80e6!important}.bg-green-400\/95{background-color:#4ade80f2!important}.bg-green-50{--tw-bg-opacity: 1 !important;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))!important}.bg-green-50\/0{background-color:#f0fdf400!important}.bg-green-50\/10{background-color:#f0fdf41a!important}.bg-green-50\/100{background-color:#f0fdf4!important}.bg-green-50\/15{background-color:#f0fdf426!important}.bg-green-50\/20{background-color:#f0fdf433!important}.bg-green-50\/25{background-color:#f0fdf440!important}.bg-green-50\/30{background-color:#f0fdf44d!important}.bg-green-50\/35{background-color:#f0fdf459!important}.bg-green-50\/40{background-color:#f0fdf466!important}.bg-green-50\/45{background-color:#f0fdf473!important}.bg-green-50\/5{background-color:#f0fdf40d!important}.bg-green-50\/50{background-color:#f0fdf480!important}.bg-green-50\/55{background-color:#f0fdf48c!important}.bg-green-50\/60{background-color:#f0fdf499!important}.bg-green-50\/65{background-color:#f0fdf4a6!important}.bg-green-50\/70{background-color:#f0fdf4b3!important}.bg-green-50\/75{background-color:#f0fdf4bf!important}.bg-green-50\/80{background-color:#f0fdf4cc!important}.bg-green-50\/85{background-color:#f0fdf4d9!important}.bg-green-50\/90{background-color:#f0fdf4e6!important}.bg-green-50\/95{background-color:#f0fdf4f2!important}.bg-green-500{--tw-bg-opacity: 1 !important;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))!important}.bg-green-500\/0{background-color:#22c55e00!important}.bg-green-500\/10{background-color:#22c55e1a!important}.bg-green-500\/100{background-color:#22c55e!important}.bg-green-500\/15{background-color:#22c55e26!important}.bg-green-500\/20{background-color:#22c55e33!important}.bg-green-500\/25{background-color:#22c55e40!important}.bg-green-500\/30{background-color:#22c55e4d!important}.bg-green-500\/35{background-color:#22c55e59!important}.bg-green-500\/40{background-color:#22c55e66!important}.bg-green-500\/45{background-color:#22c55e73!important}.bg-green-500\/5{background-color:#22c55e0d!important}.bg-green-500\/50{background-color:#22c55e80!important}.bg-green-500\/55{background-color:#22c55e8c!important}.bg-green-500\/60{background-color:#22c55e99!important}.bg-green-500\/65{background-color:#22c55ea6!important}.bg-green-500\/70{background-color:#22c55eb3!important}.bg-green-500\/75{background-color:#22c55ebf!important}.bg-green-500\/80{background-color:#22c55ecc!important}.bg-green-500\/85{background-color:#22c55ed9!important}.bg-green-500\/90{background-color:#22c55ee6!important}.bg-green-500\/95{background-color:#22c55ef2!important}.bg-green-600{--tw-bg-opacity: 1 !important;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))!important}.bg-green-600\/0{background-color:#16a34a00!important}.bg-green-600\/10{background-color:#16a34a1a!important}.bg-green-600\/100{background-color:#16a34a!important}.bg-green-600\/15{background-color:#16a34a26!important}.bg-green-600\/20{background-color:#16a34a33!important}.bg-green-600\/25{background-color:#16a34a40!important}.bg-green-600\/30{background-color:#16a34a4d!important}.bg-green-600\/35{background-color:#16a34a59!important}.bg-green-600\/40{background-color:#16a34a66!important}.bg-green-600\/45{background-color:#16a34a73!important}.bg-green-600\/5{background-color:#16a34a0d!important}.bg-green-600\/50{background-color:#16a34a80!important}.bg-green-600\/55{background-color:#16a34a8c!important}.bg-green-600\/60{background-color:#16a34a99!important}.bg-green-600\/65{background-color:#16a34aa6!important}.bg-green-600\/70{background-color:#16a34ab3!important}.bg-green-600\/75{background-color:#16a34abf!important}.bg-green-600\/80{background-color:#16a34acc!important}.bg-green-600\/85{background-color:#16a34ad9!important}.bg-green-600\/90{background-color:#16a34ae6!important}.bg-green-600\/95{background-color:#16a34af2!important}.bg-green-700{--tw-bg-opacity: 1 !important;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))!important}.bg-green-700\/0{background-color:#15803d00!important}.bg-green-700\/10{background-color:#15803d1a!important}.bg-green-700\/100{background-color:#15803d!important}.bg-green-700\/15{background-color:#15803d26!important}.bg-green-700\/20{background-color:#15803d33!important}.bg-green-700\/25{background-color:#15803d40!important}.bg-green-700\/30{background-color:#15803d4d!important}.bg-green-700\/35{background-color:#15803d59!important}.bg-green-700\/40{background-color:#15803d66!important}.bg-green-700\/45{background-color:#15803d73!important}.bg-green-700\/5{background-color:#15803d0d!important}.bg-green-700\/50{background-color:#15803d80!important}.bg-green-700\/55{background-color:#15803d8c!important}.bg-green-700\/60{background-color:#15803d99!important}.bg-green-700\/65{background-color:#15803da6!important}.bg-green-700\/70{background-color:#15803db3!important}.bg-green-700\/75{background-color:#15803dbf!important}.bg-green-700\/80{background-color:#15803dcc!important}.bg-green-700\/85{background-color:#15803dd9!important}.bg-green-700\/90{background-color:#15803de6!important}.bg-green-700\/95{background-color:#15803df2!important}.bg-green-800{--tw-bg-opacity: 1 !important;background-color:rgb(22 101 52 / var(--tw-bg-opacity, 1))!important}.bg-green-800\/0{background-color:#16653400!important}.bg-green-800\/10{background-color:#1665341a!important}.bg-green-800\/100{background-color:#166534!important}.bg-green-800\/15{background-color:#16653426!important}.bg-green-800\/20{background-color:#16653433!important}.bg-green-800\/25{background-color:#16653440!important}.bg-green-800\/30{background-color:#1665344d!important}.bg-green-800\/35{background-color:#16653459!important}.bg-green-800\/40{background-color:#16653466!important}.bg-green-800\/45{background-color:#16653473!important}.bg-green-800\/5{background-color:#1665340d!important}.bg-green-800\/50{background-color:#16653480!important}.bg-green-800\/55{background-color:#1665348c!important}.bg-green-800\/60{background-color:#16653499!important}.bg-green-800\/65{background-color:#166534a6!important}.bg-green-800\/70{background-color:#166534b3!important}.bg-green-800\/75{background-color:#166534bf!important}.bg-green-800\/80{background-color:#166534cc!important}.bg-green-800\/85{background-color:#166534d9!important}.bg-green-800\/90{background-color:#166534e6!important}.bg-green-800\/95{background-color:#166534f2!important}.bg-green-900{--tw-bg-opacity: 1 !important;background-color:rgb(20 83 45 / var(--tw-bg-opacity, 1))!important}.bg-green-900\/0{background-color:#14532d00!important}.bg-green-900\/10{background-color:#14532d1a!important}.bg-green-900\/100{background-color:#14532d!important}.bg-green-900\/15{background-color:#14532d26!important}.bg-green-900\/20{background-color:#14532d33!important}.bg-green-900\/25{background-color:#14532d40!important}.bg-green-900\/30{background-color:#14532d4d!important}.bg-green-900\/35{background-color:#14532d59!important}.bg-green-900\/40{background-color:#14532d66!important}.bg-green-900\/45{background-color:#14532d73!important}.bg-green-900\/5{background-color:#14532d0d!important}.bg-green-900\/50{background-color:#14532d80!important}.bg-green-900\/55{background-color:#14532d8c!important}.bg-green-900\/60{background-color:#14532d99!important}.bg-green-900\/65{background-color:#14532da6!important}.bg-green-900\/70{background-color:#14532db3!important}.bg-green-900\/75{background-color:#14532dbf!important}.bg-green-900\/80{background-color:#14532dcc!important}.bg-green-900\/85{background-color:#14532dd9!important}.bg-green-900\/90{background-color:#14532de6!important}.bg-green-900\/95{background-color:#14532df2!important}.bg-green-950{--tw-bg-opacity: 1 !important;background-color:rgb(5 46 22 / var(--tw-bg-opacity, 1))!important}.bg-green-950\/0{background-color:#052e1600!important}.bg-green-950\/10{background-color:#052e161a!important}.bg-green-950\/100{background-color:#052e16!important}.bg-green-950\/15{background-color:#052e1626!important}.bg-green-950\/20{background-color:#052e1633!important}.bg-green-950\/25{background-color:#052e1640!important}.bg-green-950\/30{background-color:#052e164d!important}.bg-green-950\/35{background-color:#052e1659!important}.bg-green-950\/40{background-color:#052e1666!important}.bg-green-950\/45{background-color:#052e1673!important}.bg-green-950\/5{background-color:#052e160d!important}.bg-green-950\/50{background-color:#052e1680!important}.bg-green-950\/55{background-color:#052e168c!important}.bg-green-950\/60{background-color:#052e1699!important}.bg-green-950\/65{background-color:#052e16a6!important}.bg-green-950\/70{background-color:#052e16b3!important}.bg-green-950\/75{background-color:#052e16bf!important}.bg-green-950\/80{background-color:#052e16cc!important}.bg-green-950\/85{background-color:#052e16d9!important}.bg-green-950\/90{background-color:#052e16e6!important}.bg-green-950\/95{background-color:#052e16f2!important}.bg-indigo-100{--tw-bg-opacity: 1 !important;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))!important}.bg-indigo-100\/0{background-color:#e0e7ff00!important}.bg-indigo-100\/10{background-color:#e0e7ff1a!important}.bg-indigo-100\/100{background-color:#e0e7ff!important}.bg-indigo-100\/15{background-color:#e0e7ff26!important}.bg-indigo-100\/20{background-color:#e0e7ff33!important}.bg-indigo-100\/25{background-color:#e0e7ff40!important}.bg-indigo-100\/30{background-color:#e0e7ff4d!important}.bg-indigo-100\/35{background-color:#e0e7ff59!important}.bg-indigo-100\/40{background-color:#e0e7ff66!important}.bg-indigo-100\/45{background-color:#e0e7ff73!important}.bg-indigo-100\/5{background-color:#e0e7ff0d!important}.bg-indigo-100\/50{background-color:#e0e7ff80!important}.bg-indigo-100\/55{background-color:#e0e7ff8c!important}.bg-indigo-100\/60{background-color:#e0e7ff99!important}.bg-indigo-100\/65{background-color:#e0e7ffa6!important}.bg-indigo-100\/70{background-color:#e0e7ffb3!important}.bg-indigo-100\/75{background-color:#e0e7ffbf!important}.bg-indigo-100\/80{background-color:#e0e7ffcc!important}.bg-indigo-100\/85{background-color:#e0e7ffd9!important}.bg-indigo-100\/90{background-color:#e0e7ffe6!important}.bg-indigo-100\/95{background-color:#e0e7fff2!important}.bg-indigo-200{--tw-bg-opacity: 1 !important;background-color:rgb(199 210 254 / var(--tw-bg-opacity, 1))!important}.bg-indigo-200\/0{background-color:#c7d2fe00!important}.bg-indigo-200\/10{background-color:#c7d2fe1a!important}.bg-indigo-200\/100{background-color:#c7d2fe!important}.bg-indigo-200\/15{background-color:#c7d2fe26!important}.bg-indigo-200\/20{background-color:#c7d2fe33!important}.bg-indigo-200\/25{background-color:#c7d2fe40!important}.bg-indigo-200\/30{background-color:#c7d2fe4d!important}.bg-indigo-200\/35{background-color:#c7d2fe59!important}.bg-indigo-200\/40{background-color:#c7d2fe66!important}.bg-indigo-200\/45{background-color:#c7d2fe73!important}.bg-indigo-200\/5{background-color:#c7d2fe0d!important}.bg-indigo-200\/50{background-color:#c7d2fe80!important}.bg-indigo-200\/55{background-color:#c7d2fe8c!important}.bg-indigo-200\/60{background-color:#c7d2fe99!important}.bg-indigo-200\/65{background-color:#c7d2fea6!important}.bg-indigo-200\/70{background-color:#c7d2feb3!important}.bg-indigo-200\/75{background-color:#c7d2febf!important}.bg-indigo-200\/80{background-color:#c7d2fecc!important}.bg-indigo-200\/85{background-color:#c7d2fed9!important}.bg-indigo-200\/90{background-color:#c7d2fee6!important}.bg-indigo-200\/95{background-color:#c7d2fef2!important}.bg-indigo-300{--tw-bg-opacity: 1 !important;background-color:rgb(165 180 252 / var(--tw-bg-opacity, 1))!important}.bg-indigo-300\/0{background-color:#a5b4fc00!important}.bg-indigo-300\/10{background-color:#a5b4fc1a!important}.bg-indigo-300\/100{background-color:#a5b4fc!important}.bg-indigo-300\/15{background-color:#a5b4fc26!important}.bg-indigo-300\/20{background-color:#a5b4fc33!important}.bg-indigo-300\/25{background-color:#a5b4fc40!important}.bg-indigo-300\/30{background-color:#a5b4fc4d!important}.bg-indigo-300\/35{background-color:#a5b4fc59!important}.bg-indigo-300\/40{background-color:#a5b4fc66!important}.bg-indigo-300\/45{background-color:#a5b4fc73!important}.bg-indigo-300\/5{background-color:#a5b4fc0d!important}.bg-indigo-300\/50{background-color:#a5b4fc80!important}.bg-indigo-300\/55{background-color:#a5b4fc8c!important}.bg-indigo-300\/60{background-color:#a5b4fc99!important}.bg-indigo-300\/65{background-color:#a5b4fca6!important}.bg-indigo-300\/70{background-color:#a5b4fcb3!important}.bg-indigo-300\/75{background-color:#a5b4fcbf!important}.bg-indigo-300\/80{background-color:#a5b4fccc!important}.bg-indigo-300\/85{background-color:#a5b4fcd9!important}.bg-indigo-300\/90{background-color:#a5b4fce6!important}.bg-indigo-300\/95{background-color:#a5b4fcf2!important}.bg-indigo-400{--tw-bg-opacity: 1 !important;background-color:rgb(129 140 248 / var(--tw-bg-opacity, 1))!important}.bg-indigo-400\/0{background-color:#818cf800!important}.bg-indigo-400\/10{background-color:#818cf81a!important}.bg-indigo-400\/100{background-color:#818cf8!important}.bg-indigo-400\/15{background-color:#818cf826!important}.bg-indigo-400\/20{background-color:#818cf833!important}.bg-indigo-400\/25{background-color:#818cf840!important}.bg-indigo-400\/30{background-color:#818cf84d!important}.bg-indigo-400\/35{background-color:#818cf859!important}.bg-indigo-400\/40{background-color:#818cf866!important}.bg-indigo-400\/45{background-color:#818cf873!important}.bg-indigo-400\/5{background-color:#818cf80d!important}.bg-indigo-400\/50{background-color:#818cf880!important}.bg-indigo-400\/55{background-color:#818cf88c!important}.bg-indigo-400\/60{background-color:#818cf899!important}.bg-indigo-400\/65{background-color:#818cf8a6!important}.bg-indigo-400\/70{background-color:#818cf8b3!important}.bg-indigo-400\/75{background-color:#818cf8bf!important}.bg-indigo-400\/80{background-color:#818cf8cc!important}.bg-indigo-400\/85{background-color:#818cf8d9!important}.bg-indigo-400\/90{background-color:#818cf8e6!important}.bg-indigo-400\/95{background-color:#818cf8f2!important}.bg-indigo-50{--tw-bg-opacity: 1 !important;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))!important}.bg-indigo-50\/0{background-color:#eef2ff00!important}.bg-indigo-50\/10{background-color:#eef2ff1a!important}.bg-indigo-50\/100{background-color:#eef2ff!important}.bg-indigo-50\/15{background-color:#eef2ff26!important}.bg-indigo-50\/20{background-color:#eef2ff33!important}.bg-indigo-50\/25{background-color:#eef2ff40!important}.bg-indigo-50\/30{background-color:#eef2ff4d!important}.bg-indigo-50\/35{background-color:#eef2ff59!important}.bg-indigo-50\/40{background-color:#eef2ff66!important}.bg-indigo-50\/45{background-color:#eef2ff73!important}.bg-indigo-50\/5{background-color:#eef2ff0d!important}.bg-indigo-50\/50{background-color:#eef2ff80!important}.bg-indigo-50\/55{background-color:#eef2ff8c!important}.bg-indigo-50\/60{background-color:#eef2ff99!important}.bg-indigo-50\/65{background-color:#eef2ffa6!important}.bg-indigo-50\/70{background-color:#eef2ffb3!important}.bg-indigo-50\/75{background-color:#eef2ffbf!important}.bg-indigo-50\/80{background-color:#eef2ffcc!important}.bg-indigo-50\/85{background-color:#eef2ffd9!important}.bg-indigo-50\/90{background-color:#eef2ffe6!important}.bg-indigo-50\/95{background-color:#eef2fff2!important}.bg-indigo-500{--tw-bg-opacity: 1 !important;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))!important}.bg-indigo-500\/0{background-color:#6366f100!important}.bg-indigo-500\/10{background-color:#6366f11a!important}.bg-indigo-500\/100{background-color:#6366f1!important}.bg-indigo-500\/15{background-color:#6366f126!important}.bg-indigo-500\/20{background-color:#6366f133!important}.bg-indigo-500\/25{background-color:#6366f140!important}.bg-indigo-500\/30{background-color:#6366f14d!important}.bg-indigo-500\/35{background-color:#6366f159!important}.bg-indigo-500\/40{background-color:#6366f166!important}.bg-indigo-500\/45{background-color:#6366f173!important}.bg-indigo-500\/5{background-color:#6366f10d!important}.bg-indigo-500\/50{background-color:#6366f180!important}.bg-indigo-500\/55{background-color:#6366f18c!important}.bg-indigo-500\/60{background-color:#6366f199!important}.bg-indigo-500\/65{background-color:#6366f1a6!important}.bg-indigo-500\/70{background-color:#6366f1b3!important}.bg-indigo-500\/75{background-color:#6366f1bf!important}.bg-indigo-500\/80{background-color:#6366f1cc!important}.bg-indigo-500\/85{background-color:#6366f1d9!important}.bg-indigo-500\/90{background-color:#6366f1e6!important}.bg-indigo-500\/95{background-color:#6366f1f2!important}.bg-indigo-600{--tw-bg-opacity: 1 !important;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))!important}.bg-indigo-600\/0{background-color:#4f46e500!important}.bg-indigo-600\/10{background-color:#4f46e51a!important}.bg-indigo-600\/100{background-color:#4f46e5!important}.bg-indigo-600\/15{background-color:#4f46e526!important}.bg-indigo-600\/20{background-color:#4f46e533!important}.bg-indigo-600\/25{background-color:#4f46e540!important}.bg-indigo-600\/30{background-color:#4f46e54d!important}.bg-indigo-600\/35{background-color:#4f46e559!important}.bg-indigo-600\/40{background-color:#4f46e566!important}.bg-indigo-600\/45{background-color:#4f46e573!important}.bg-indigo-600\/5{background-color:#4f46e50d!important}.bg-indigo-600\/50{background-color:#4f46e580!important}.bg-indigo-600\/55{background-color:#4f46e58c!important}.bg-indigo-600\/60{background-color:#4f46e599!important}.bg-indigo-600\/65{background-color:#4f46e5a6!important}.bg-indigo-600\/70{background-color:#4f46e5b3!important}.bg-indigo-600\/75{background-color:#4f46e5bf!important}.bg-indigo-600\/80{background-color:#4f46e5cc!important}.bg-indigo-600\/85{background-color:#4f46e5d9!important}.bg-indigo-600\/90{background-color:#4f46e5e6!important}.bg-indigo-600\/95{background-color:#4f46e5f2!important}.bg-indigo-700{--tw-bg-opacity: 1 !important;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))!important}.bg-indigo-700\/0{background-color:#4338ca00!important}.bg-indigo-700\/10{background-color:#4338ca1a!important}.bg-indigo-700\/100{background-color:#4338ca!important}.bg-indigo-700\/15{background-color:#4338ca26!important}.bg-indigo-700\/20{background-color:#4338ca33!important}.bg-indigo-700\/25{background-color:#4338ca40!important}.bg-indigo-700\/30{background-color:#4338ca4d!important}.bg-indigo-700\/35{background-color:#4338ca59!important}.bg-indigo-700\/40{background-color:#4338ca66!important}.bg-indigo-700\/45{background-color:#4338ca73!important}.bg-indigo-700\/5{background-color:#4338ca0d!important}.bg-indigo-700\/50{background-color:#4338ca80!important}.bg-indigo-700\/55{background-color:#4338ca8c!important}.bg-indigo-700\/60{background-color:#4338ca99!important}.bg-indigo-700\/65{background-color:#4338caa6!important}.bg-indigo-700\/70{background-color:#4338cab3!important}.bg-indigo-700\/75{background-color:#4338cabf!important}.bg-indigo-700\/80{background-color:#4338cacc!important}.bg-indigo-700\/85{background-color:#4338cad9!important}.bg-indigo-700\/90{background-color:#4338cae6!important}.bg-indigo-700\/95{background-color:#4338caf2!important}.bg-indigo-800{--tw-bg-opacity: 1 !important;background-color:rgb(55 48 163 / var(--tw-bg-opacity, 1))!important}.bg-indigo-800\/0{background-color:#3730a300!important}.bg-indigo-800\/10{background-color:#3730a31a!important}.bg-indigo-800\/100{background-color:#3730a3!important}.bg-indigo-800\/15{background-color:#3730a326!important}.bg-indigo-800\/20{background-color:#3730a333!important}.bg-indigo-800\/25{background-color:#3730a340!important}.bg-indigo-800\/30{background-color:#3730a34d!important}.bg-indigo-800\/35{background-color:#3730a359!important}.bg-indigo-800\/40{background-color:#3730a366!important}.bg-indigo-800\/45{background-color:#3730a373!important}.bg-indigo-800\/5{background-color:#3730a30d!important}.bg-indigo-800\/50{background-color:#3730a380!important}.bg-indigo-800\/55{background-color:#3730a38c!important}.bg-indigo-800\/60{background-color:#3730a399!important}.bg-indigo-800\/65{background-color:#3730a3a6!important}.bg-indigo-800\/70{background-color:#3730a3b3!important}.bg-indigo-800\/75{background-color:#3730a3bf!important}.bg-indigo-800\/80{background-color:#3730a3cc!important}.bg-indigo-800\/85{background-color:#3730a3d9!important}.bg-indigo-800\/90{background-color:#3730a3e6!important}.bg-indigo-800\/95{background-color:#3730a3f2!important}.bg-indigo-900{--tw-bg-opacity: 1 !important;background-color:rgb(49 46 129 / var(--tw-bg-opacity, 1))!important}.bg-indigo-900\/0{background-color:#312e8100!important}.bg-indigo-900\/10{background-color:#312e811a!important}.bg-indigo-900\/100{background-color:#312e81!important}.bg-indigo-900\/15{background-color:#312e8126!important}.bg-indigo-900\/20{background-color:#312e8133!important}.bg-indigo-900\/25{background-color:#312e8140!important}.bg-indigo-900\/30{background-color:#312e814d!important}.bg-indigo-900\/35{background-color:#312e8159!important}.bg-indigo-900\/40{background-color:#312e8166!important}.bg-indigo-900\/45{background-color:#312e8173!important}.bg-indigo-900\/5{background-color:#312e810d!important}.bg-indigo-900\/50{background-color:#312e8180!important}.bg-indigo-900\/55{background-color:#312e818c!important}.bg-indigo-900\/60{background-color:#312e8199!important}.bg-indigo-900\/65{background-color:#312e81a6!important}.bg-indigo-900\/70{background-color:#312e81b3!important}.bg-indigo-900\/75{background-color:#312e81bf!important}.bg-indigo-900\/80{background-color:#312e81cc!important}.bg-indigo-900\/85{background-color:#312e81d9!important}.bg-indigo-900\/90{background-color:#312e81e6!important}.bg-indigo-900\/95{background-color:#312e81f2!important}.bg-indigo-950{--tw-bg-opacity: 1 !important;background-color:rgb(30 27 75 / var(--tw-bg-opacity, 1))!important}.bg-indigo-950\/0{background-color:#1e1b4b00!important}.bg-indigo-950\/10{background-color:#1e1b4b1a!important}.bg-indigo-950\/100{background-color:#1e1b4b!important}.bg-indigo-950\/15{background-color:#1e1b4b26!important}.bg-indigo-950\/20{background-color:#1e1b4b33!important}.bg-indigo-950\/25{background-color:#1e1b4b40!important}.bg-indigo-950\/30{background-color:#1e1b4b4d!important}.bg-indigo-950\/35{background-color:#1e1b4b59!important}.bg-indigo-950\/40{background-color:#1e1b4b66!important}.bg-indigo-950\/45{background-color:#1e1b4b73!important}.bg-indigo-950\/5{background-color:#1e1b4b0d!important}.bg-indigo-950\/50{background-color:#1e1b4b80!important}.bg-indigo-950\/55{background-color:#1e1b4b8c!important}.bg-indigo-950\/60{background-color:#1e1b4b99!important}.bg-indigo-950\/65{background-color:#1e1b4ba6!important}.bg-indigo-950\/70{background-color:#1e1b4bb3!important}.bg-indigo-950\/75{background-color:#1e1b4bbf!important}.bg-indigo-950\/80{background-color:#1e1b4bcc!important}.bg-indigo-950\/85{background-color:#1e1b4bd9!important}.bg-indigo-950\/90{background-color:#1e1b4be6!important}.bg-indigo-950\/95{background-color:#1e1b4bf2!important}.bg-inherit{background-color:inherit!important}.bg-lime-100{--tw-bg-opacity: 1 !important;background-color:rgb(236 252 203 / var(--tw-bg-opacity, 1))!important}.bg-lime-100\/0{background-color:#ecfccb00!important}.bg-lime-100\/10{background-color:#ecfccb1a!important}.bg-lime-100\/100{background-color:#ecfccb!important}.bg-lime-100\/15{background-color:#ecfccb26!important}.bg-lime-100\/20{background-color:#ecfccb33!important}.bg-lime-100\/25{background-color:#ecfccb40!important}.bg-lime-100\/30{background-color:#ecfccb4d!important}.bg-lime-100\/35{background-color:#ecfccb59!important}.bg-lime-100\/40{background-color:#ecfccb66!important}.bg-lime-100\/45{background-color:#ecfccb73!important}.bg-lime-100\/5{background-color:#ecfccb0d!important}.bg-lime-100\/50{background-color:#ecfccb80!important}.bg-lime-100\/55{background-color:#ecfccb8c!important}.bg-lime-100\/60{background-color:#ecfccb99!important}.bg-lime-100\/65{background-color:#ecfccba6!important}.bg-lime-100\/70{background-color:#ecfccbb3!important}.bg-lime-100\/75{background-color:#ecfccbbf!important}.bg-lime-100\/80{background-color:#ecfccbcc!important}.bg-lime-100\/85{background-color:#ecfccbd9!important}.bg-lime-100\/90{background-color:#ecfccbe6!important}.bg-lime-100\/95{background-color:#ecfccbf2!important}.bg-lime-200{--tw-bg-opacity: 1 !important;background-color:rgb(217 249 157 / var(--tw-bg-opacity, 1))!important}.bg-lime-200\/0{background-color:#d9f99d00!important}.bg-lime-200\/10{background-color:#d9f99d1a!important}.bg-lime-200\/100{background-color:#d9f99d!important}.bg-lime-200\/15{background-color:#d9f99d26!important}.bg-lime-200\/20{background-color:#d9f99d33!important}.bg-lime-200\/25{background-color:#d9f99d40!important}.bg-lime-200\/30{background-color:#d9f99d4d!important}.bg-lime-200\/35{background-color:#d9f99d59!important}.bg-lime-200\/40{background-color:#d9f99d66!important}.bg-lime-200\/45{background-color:#d9f99d73!important}.bg-lime-200\/5{background-color:#d9f99d0d!important}.bg-lime-200\/50{background-color:#d9f99d80!important}.bg-lime-200\/55{background-color:#d9f99d8c!important}.bg-lime-200\/60{background-color:#d9f99d99!important}.bg-lime-200\/65{background-color:#d9f99da6!important}.bg-lime-200\/70{background-color:#d9f99db3!important}.bg-lime-200\/75{background-color:#d9f99dbf!important}.bg-lime-200\/80{background-color:#d9f99dcc!important}.bg-lime-200\/85{background-color:#d9f99dd9!important}.bg-lime-200\/90{background-color:#d9f99de6!important}.bg-lime-200\/95{background-color:#d9f99df2!important}.bg-lime-300{--tw-bg-opacity: 1 !important;background-color:rgb(190 242 100 / var(--tw-bg-opacity, 1))!important}.bg-lime-300\/0{background-color:#bef26400!important}.bg-lime-300\/10{background-color:#bef2641a!important}.bg-lime-300\/100{background-color:#bef264!important}.bg-lime-300\/15{background-color:#bef26426!important}.bg-lime-300\/20{background-color:#bef26433!important}.bg-lime-300\/25{background-color:#bef26440!important}.bg-lime-300\/30{background-color:#bef2644d!important}.bg-lime-300\/35{background-color:#bef26459!important}.bg-lime-300\/40{background-color:#bef26466!important}.bg-lime-300\/45{background-color:#bef26473!important}.bg-lime-300\/5{background-color:#bef2640d!important}.bg-lime-300\/50{background-color:#bef26480!important}.bg-lime-300\/55{background-color:#bef2648c!important}.bg-lime-300\/60{background-color:#bef26499!important}.bg-lime-300\/65{background-color:#bef264a6!important}.bg-lime-300\/70{background-color:#bef264b3!important}.bg-lime-300\/75{background-color:#bef264bf!important}.bg-lime-300\/80{background-color:#bef264cc!important}.bg-lime-300\/85{background-color:#bef264d9!important}.bg-lime-300\/90{background-color:#bef264e6!important}.bg-lime-300\/95{background-color:#bef264f2!important}.bg-lime-400{--tw-bg-opacity: 1 !important;background-color:rgb(163 230 53 / var(--tw-bg-opacity, 1))!important}.bg-lime-400\/0{background-color:#a3e63500!important}.bg-lime-400\/10{background-color:#a3e6351a!important}.bg-lime-400\/100{background-color:#a3e635!important}.bg-lime-400\/15{background-color:#a3e63526!important}.bg-lime-400\/20{background-color:#a3e63533!important}.bg-lime-400\/25{background-color:#a3e63540!important}.bg-lime-400\/30{background-color:#a3e6354d!important}.bg-lime-400\/35{background-color:#a3e63559!important}.bg-lime-400\/40{background-color:#a3e63566!important}.bg-lime-400\/45{background-color:#a3e63573!important}.bg-lime-400\/5{background-color:#a3e6350d!important}.bg-lime-400\/50{background-color:#a3e63580!important}.bg-lime-400\/55{background-color:#a3e6358c!important}.bg-lime-400\/60{background-color:#a3e63599!important}.bg-lime-400\/65{background-color:#a3e635a6!important}.bg-lime-400\/70{background-color:#a3e635b3!important}.bg-lime-400\/75{background-color:#a3e635bf!important}.bg-lime-400\/80{background-color:#a3e635cc!important}.bg-lime-400\/85{background-color:#a3e635d9!important}.bg-lime-400\/90{background-color:#a3e635e6!important}.bg-lime-400\/95{background-color:#a3e635f2!important}.bg-lime-50{--tw-bg-opacity: 1 !important;background-color:rgb(247 254 231 / var(--tw-bg-opacity, 1))!important}.bg-lime-50\/0{background-color:#f7fee700!important}.bg-lime-50\/10{background-color:#f7fee71a!important}.bg-lime-50\/100{background-color:#f7fee7!important}.bg-lime-50\/15{background-color:#f7fee726!important}.bg-lime-50\/20{background-color:#f7fee733!important}.bg-lime-50\/25{background-color:#f7fee740!important}.bg-lime-50\/30{background-color:#f7fee74d!important}.bg-lime-50\/35{background-color:#f7fee759!important}.bg-lime-50\/40{background-color:#f7fee766!important}.bg-lime-50\/45{background-color:#f7fee773!important}.bg-lime-50\/5{background-color:#f7fee70d!important}.bg-lime-50\/50{background-color:#f7fee780!important}.bg-lime-50\/55{background-color:#f7fee78c!important}.bg-lime-50\/60{background-color:#f7fee799!important}.bg-lime-50\/65{background-color:#f7fee7a6!important}.bg-lime-50\/70{background-color:#f7fee7b3!important}.bg-lime-50\/75{background-color:#f7fee7bf!important}.bg-lime-50\/80{background-color:#f7fee7cc!important}.bg-lime-50\/85{background-color:#f7fee7d9!important}.bg-lime-50\/90{background-color:#f7fee7e6!important}.bg-lime-50\/95{background-color:#f7fee7f2!important}.bg-lime-500{--tw-bg-opacity: 1 !important;background-color:rgb(132 204 22 / var(--tw-bg-opacity, 1))!important}.bg-lime-500\/0{background-color:#84cc1600!important}.bg-lime-500\/10{background-color:#84cc161a!important}.bg-lime-500\/100{background-color:#84cc16!important}.bg-lime-500\/15{background-color:#84cc1626!important}.bg-lime-500\/20{background-color:#84cc1633!important}.bg-lime-500\/25{background-color:#84cc1640!important}.bg-lime-500\/30{background-color:#84cc164d!important}.bg-lime-500\/35{background-color:#84cc1659!important}.bg-lime-500\/40{background-color:#84cc1666!important}.bg-lime-500\/45{background-color:#84cc1673!important}.bg-lime-500\/5{background-color:#84cc160d!important}.bg-lime-500\/50{background-color:#84cc1680!important}.bg-lime-500\/55{background-color:#84cc168c!important}.bg-lime-500\/60{background-color:#84cc1699!important}.bg-lime-500\/65{background-color:#84cc16a6!important}.bg-lime-500\/70{background-color:#84cc16b3!important}.bg-lime-500\/75{background-color:#84cc16bf!important}.bg-lime-500\/80{background-color:#84cc16cc!important}.bg-lime-500\/85{background-color:#84cc16d9!important}.bg-lime-500\/90{background-color:#84cc16e6!important}.bg-lime-500\/95{background-color:#84cc16f2!important}.bg-lime-600{--tw-bg-opacity: 1 !important;background-color:rgb(101 163 13 / var(--tw-bg-opacity, 1))!important}.bg-lime-600\/0{background-color:#65a30d00!important}.bg-lime-600\/10{background-color:#65a30d1a!important}.bg-lime-600\/100{background-color:#65a30d!important}.bg-lime-600\/15{background-color:#65a30d26!important}.bg-lime-600\/20{background-color:#65a30d33!important}.bg-lime-600\/25{background-color:#65a30d40!important}.bg-lime-600\/30{background-color:#65a30d4d!important}.bg-lime-600\/35{background-color:#65a30d59!important}.bg-lime-600\/40{background-color:#65a30d66!important}.bg-lime-600\/45{background-color:#65a30d73!important}.bg-lime-600\/5{background-color:#65a30d0d!important}.bg-lime-600\/50{background-color:#65a30d80!important}.bg-lime-600\/55{background-color:#65a30d8c!important}.bg-lime-600\/60{background-color:#65a30d99!important}.bg-lime-600\/65{background-color:#65a30da6!important}.bg-lime-600\/70{background-color:#65a30db3!important}.bg-lime-600\/75{background-color:#65a30dbf!important}.bg-lime-600\/80{background-color:#65a30dcc!important}.bg-lime-600\/85{background-color:#65a30dd9!important}.bg-lime-600\/90{background-color:#65a30de6!important}.bg-lime-600\/95{background-color:#65a30df2!important}.bg-lime-700{--tw-bg-opacity: 1 !important;background-color:rgb(77 124 15 / var(--tw-bg-opacity, 1))!important}.bg-lime-700\/0{background-color:#4d7c0f00!important}.bg-lime-700\/10{background-color:#4d7c0f1a!important}.bg-lime-700\/100{background-color:#4d7c0f!important}.bg-lime-700\/15{background-color:#4d7c0f26!important}.bg-lime-700\/20{background-color:#4d7c0f33!important}.bg-lime-700\/25{background-color:#4d7c0f40!important}.bg-lime-700\/30{background-color:#4d7c0f4d!important}.bg-lime-700\/35{background-color:#4d7c0f59!important}.bg-lime-700\/40{background-color:#4d7c0f66!important}.bg-lime-700\/45{background-color:#4d7c0f73!important}.bg-lime-700\/5{background-color:#4d7c0f0d!important}.bg-lime-700\/50{background-color:#4d7c0f80!important}.bg-lime-700\/55{background-color:#4d7c0f8c!important}.bg-lime-700\/60{background-color:#4d7c0f99!important}.bg-lime-700\/65{background-color:#4d7c0fa6!important}.bg-lime-700\/70{background-color:#4d7c0fb3!important}.bg-lime-700\/75{background-color:#4d7c0fbf!important}.bg-lime-700\/80{background-color:#4d7c0fcc!important}.bg-lime-700\/85{background-color:#4d7c0fd9!important}.bg-lime-700\/90{background-color:#4d7c0fe6!important}.bg-lime-700\/95{background-color:#4d7c0ff2!important}.bg-lime-800{--tw-bg-opacity: 1 !important;background-color:rgb(63 98 18 / var(--tw-bg-opacity, 1))!important}.bg-lime-800\/0{background-color:#3f621200!important}.bg-lime-800\/10{background-color:#3f62121a!important}.bg-lime-800\/100{background-color:#3f6212!important}.bg-lime-800\/15{background-color:#3f621226!important}.bg-lime-800\/20{background-color:#3f621233!important}.bg-lime-800\/25{background-color:#3f621240!important}.bg-lime-800\/30{background-color:#3f62124d!important}.bg-lime-800\/35{background-color:#3f621259!important}.bg-lime-800\/40{background-color:#3f621266!important}.bg-lime-800\/45{background-color:#3f621273!important}.bg-lime-800\/5{background-color:#3f62120d!important}.bg-lime-800\/50{background-color:#3f621280!important}.bg-lime-800\/55{background-color:#3f62128c!important}.bg-lime-800\/60{background-color:#3f621299!important}.bg-lime-800\/65{background-color:#3f6212a6!important}.bg-lime-800\/70{background-color:#3f6212b3!important}.bg-lime-800\/75{background-color:#3f6212bf!important}.bg-lime-800\/80{background-color:#3f6212cc!important}.bg-lime-800\/85{background-color:#3f6212d9!important}.bg-lime-800\/90{background-color:#3f6212e6!important}.bg-lime-800\/95{background-color:#3f6212f2!important}.bg-lime-900{--tw-bg-opacity: 1 !important;background-color:rgb(54 83 20 / var(--tw-bg-opacity, 1))!important}.bg-lime-900\/0{background-color:#36531400!important}.bg-lime-900\/10{background-color:#3653141a!important}.bg-lime-900\/100{background-color:#365314!important}.bg-lime-900\/15{background-color:#36531426!important}.bg-lime-900\/20{background-color:#36531433!important}.bg-lime-900\/25{background-color:#36531440!important}.bg-lime-900\/30{background-color:#3653144d!important}.bg-lime-900\/35{background-color:#36531459!important}.bg-lime-900\/40{background-color:#36531466!important}.bg-lime-900\/45{background-color:#36531473!important}.bg-lime-900\/5{background-color:#3653140d!important}.bg-lime-900\/50{background-color:#36531480!important}.bg-lime-900\/55{background-color:#3653148c!important}.bg-lime-900\/60{background-color:#36531499!important}.bg-lime-900\/65{background-color:#365314a6!important}.bg-lime-900\/70{background-color:#365314b3!important}.bg-lime-900\/75{background-color:#365314bf!important}.bg-lime-900\/80{background-color:#365314cc!important}.bg-lime-900\/85{background-color:#365314d9!important}.bg-lime-900\/90{background-color:#365314e6!important}.bg-lime-900\/95{background-color:#365314f2!important}.bg-lime-950{--tw-bg-opacity: 1 !important;background-color:rgb(26 46 5 / var(--tw-bg-opacity, 1))!important}.bg-lime-950\/0{background-color:#1a2e0500!important}.bg-lime-950\/10{background-color:#1a2e051a!important}.bg-lime-950\/100{background-color:#1a2e05!important}.bg-lime-950\/15{background-color:#1a2e0526!important}.bg-lime-950\/20{background-color:#1a2e0533!important}.bg-lime-950\/25{background-color:#1a2e0540!important}.bg-lime-950\/30{background-color:#1a2e054d!important}.bg-lime-950\/35{background-color:#1a2e0559!important}.bg-lime-950\/40{background-color:#1a2e0566!important}.bg-lime-950\/45{background-color:#1a2e0573!important}.bg-lime-950\/5{background-color:#1a2e050d!important}.bg-lime-950\/50{background-color:#1a2e0580!important}.bg-lime-950\/55{background-color:#1a2e058c!important}.bg-lime-950\/60{background-color:#1a2e0599!important}.bg-lime-950\/65{background-color:#1a2e05a6!important}.bg-lime-950\/70{background-color:#1a2e05b3!important}.bg-lime-950\/75{background-color:#1a2e05bf!important}.bg-lime-950\/80{background-color:#1a2e05cc!important}.bg-lime-950\/85{background-color:#1a2e05d9!important}.bg-lime-950\/90{background-color:#1a2e05e6!important}.bg-lime-950\/95{background-color:#1a2e05f2!important}.bg-neutral-100{--tw-bg-opacity: 1 !important;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))!important}.bg-neutral-100\/0{background-color:#f5f5f500!important}.bg-neutral-100\/10{background-color:#f5f5f51a!important}.bg-neutral-100\/100{background-color:#f5f5f5!important}.bg-neutral-100\/15{background-color:#f5f5f526!important}.bg-neutral-100\/20{background-color:#f5f5f533!important}.bg-neutral-100\/25{background-color:#f5f5f540!important}.bg-neutral-100\/30{background-color:#f5f5f54d!important}.bg-neutral-100\/35{background-color:#f5f5f559!important}.bg-neutral-100\/40{background-color:#f5f5f566!important}.bg-neutral-100\/45{background-color:#f5f5f573!important}.bg-neutral-100\/5{background-color:#f5f5f50d!important}.bg-neutral-100\/50{background-color:#f5f5f580!important}.bg-neutral-100\/55{background-color:#f5f5f58c!important}.bg-neutral-100\/60{background-color:#f5f5f599!important}.bg-neutral-100\/65{background-color:#f5f5f5a6!important}.bg-neutral-100\/70{background-color:#f5f5f5b3!important}.bg-neutral-100\/75{background-color:#f5f5f5bf!important}.bg-neutral-100\/80{background-color:#f5f5f5cc!important}.bg-neutral-100\/85{background-color:#f5f5f5d9!important}.bg-neutral-100\/90{background-color:#f5f5f5e6!important}.bg-neutral-100\/95{background-color:#f5f5f5f2!important}.bg-neutral-200{--tw-bg-opacity: 1 !important;background-color:rgb(229 229 229 / var(--tw-bg-opacity, 1))!important}.bg-neutral-200\/0{background-color:#e5e5e500!important}.bg-neutral-200\/10{background-color:#e5e5e51a!important}.bg-neutral-200\/100{background-color:#e5e5e5!important}.bg-neutral-200\/15{background-color:#e5e5e526!important}.bg-neutral-200\/20{background-color:#e5e5e533!important}.bg-neutral-200\/25{background-color:#e5e5e540!important}.bg-neutral-200\/30{background-color:#e5e5e54d!important}.bg-neutral-200\/35{background-color:#e5e5e559!important}.bg-neutral-200\/40{background-color:#e5e5e566!important}.bg-neutral-200\/45{background-color:#e5e5e573!important}.bg-neutral-200\/5{background-color:#e5e5e50d!important}.bg-neutral-200\/50{background-color:#e5e5e580!important}.bg-neutral-200\/55{background-color:#e5e5e58c!important}.bg-neutral-200\/60{background-color:#e5e5e599!important}.bg-neutral-200\/65{background-color:#e5e5e5a6!important}.bg-neutral-200\/70{background-color:#e5e5e5b3!important}.bg-neutral-200\/75{background-color:#e5e5e5bf!important}.bg-neutral-200\/80{background-color:#e5e5e5cc!important}.bg-neutral-200\/85{background-color:#e5e5e5d9!important}.bg-neutral-200\/90{background-color:#e5e5e5e6!important}.bg-neutral-200\/95{background-color:#e5e5e5f2!important}.bg-neutral-300{--tw-bg-opacity: 1 !important;background-color:rgb(212 212 212 / var(--tw-bg-opacity, 1))!important}.bg-neutral-300\/0{background-color:#d4d4d400!important}.bg-neutral-300\/10{background-color:#d4d4d41a!important}.bg-neutral-300\/100{background-color:#d4d4d4!important}.bg-neutral-300\/15{background-color:#d4d4d426!important}.bg-neutral-300\/20{background-color:#d4d4d433!important}.bg-neutral-300\/25{background-color:#d4d4d440!important}.bg-neutral-300\/30{background-color:#d4d4d44d!important}.bg-neutral-300\/35{background-color:#d4d4d459!important}.bg-neutral-300\/40{background-color:#d4d4d466!important}.bg-neutral-300\/45{background-color:#d4d4d473!important}.bg-neutral-300\/5{background-color:#d4d4d40d!important}.bg-neutral-300\/50{background-color:#d4d4d480!important}.bg-neutral-300\/55{background-color:#d4d4d48c!important}.bg-neutral-300\/60{background-color:#d4d4d499!important}.bg-neutral-300\/65{background-color:#d4d4d4a6!important}.bg-neutral-300\/70{background-color:#d4d4d4b3!important}.bg-neutral-300\/75{background-color:#d4d4d4bf!important}.bg-neutral-300\/80{background-color:#d4d4d4cc!important}.bg-neutral-300\/85{background-color:#d4d4d4d9!important}.bg-neutral-300\/90{background-color:#d4d4d4e6!important}.bg-neutral-300\/95{background-color:#d4d4d4f2!important}.bg-neutral-400{--tw-bg-opacity: 1 !important;background-color:rgb(163 163 163 / var(--tw-bg-opacity, 1))!important}.bg-neutral-400\/0{background-color:#a3a3a300!important}.bg-neutral-400\/10{background-color:#a3a3a31a!important}.bg-neutral-400\/100{background-color:#a3a3a3!important}.bg-neutral-400\/15{background-color:#a3a3a326!important}.bg-neutral-400\/20{background-color:#a3a3a333!important}.bg-neutral-400\/25{background-color:#a3a3a340!important}.bg-neutral-400\/30{background-color:#a3a3a34d!important}.bg-neutral-400\/35{background-color:#a3a3a359!important}.bg-neutral-400\/40{background-color:#a3a3a366!important}.bg-neutral-400\/45{background-color:#a3a3a373!important}.bg-neutral-400\/5{background-color:#a3a3a30d!important}.bg-neutral-400\/50{background-color:#a3a3a380!important}.bg-neutral-400\/55{background-color:#a3a3a38c!important}.bg-neutral-400\/60{background-color:#a3a3a399!important}.bg-neutral-400\/65{background-color:#a3a3a3a6!important}.bg-neutral-400\/70{background-color:#a3a3a3b3!important}.bg-neutral-400\/75{background-color:#a3a3a3bf!important}.bg-neutral-400\/80{background-color:#a3a3a3cc!important}.bg-neutral-400\/85{background-color:#a3a3a3d9!important}.bg-neutral-400\/90{background-color:#a3a3a3e6!important}.bg-neutral-400\/95{background-color:#a3a3a3f2!important}.bg-neutral-50{--tw-bg-opacity: 1 !important;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))!important}.bg-neutral-50\/0{background-color:#fafafa00!important}.bg-neutral-50\/10{background-color:#fafafa1a!important}.bg-neutral-50\/100{background-color:#fafafa!important}.bg-neutral-50\/15{background-color:#fafafa26!important}.bg-neutral-50\/20{background-color:#fafafa33!important}.bg-neutral-50\/25{background-color:#fafafa40!important}.bg-neutral-50\/30{background-color:#fafafa4d!important}.bg-neutral-50\/35{background-color:#fafafa59!important}.bg-neutral-50\/40{background-color:#fafafa66!important}.bg-neutral-50\/45{background-color:#fafafa73!important}.bg-neutral-50\/5{background-color:#fafafa0d!important}.bg-neutral-50\/50{background-color:#fafafa80!important}.bg-neutral-50\/55{background-color:#fafafa8c!important}.bg-neutral-50\/60{background-color:#fafafa99!important}.bg-neutral-50\/65{background-color:#fafafaa6!important}.bg-neutral-50\/70{background-color:#fafafab3!important}.bg-neutral-50\/75{background-color:#fafafabf!important}.bg-neutral-50\/80{background-color:#fafafacc!important}.bg-neutral-50\/85{background-color:#fafafad9!important}.bg-neutral-50\/90{background-color:#fafafae6!important}.bg-neutral-50\/95{background-color:#fafafaf2!important}.bg-neutral-500{--tw-bg-opacity: 1 !important;background-color:rgb(115 115 115 / var(--tw-bg-opacity, 1))!important}.bg-neutral-500\/0{background-color:#73737300!important}.bg-neutral-500\/10{background-color:#7373731a!important}.bg-neutral-500\/100{background-color:#737373!important}.bg-neutral-500\/15{background-color:#73737326!important}.bg-neutral-500\/20{background-color:#73737333!important}.bg-neutral-500\/25{background-color:#73737340!important}.bg-neutral-500\/30{background-color:#7373734d!important}.bg-neutral-500\/35{background-color:#73737359!important}.bg-neutral-500\/40{background-color:#73737366!important}.bg-neutral-500\/45{background-color:#73737373!important}.bg-neutral-500\/5{background-color:#7373730d!important}.bg-neutral-500\/50{background-color:#73737380!important}.bg-neutral-500\/55{background-color:#7373738c!important}.bg-neutral-500\/60{background-color:#73737399!important}.bg-neutral-500\/65{background-color:#737373a6!important}.bg-neutral-500\/70{background-color:#737373b3!important}.bg-neutral-500\/75{background-color:#737373bf!important}.bg-neutral-500\/80{background-color:#737373cc!important}.bg-neutral-500\/85{background-color:#737373d9!important}.bg-neutral-500\/90{background-color:#737373e6!important}.bg-neutral-500\/95{background-color:#737373f2!important}.bg-neutral-600{--tw-bg-opacity: 1 !important;background-color:rgb(82 82 82 / var(--tw-bg-opacity, 1))!important}.bg-neutral-600\/0{background-color:#52525200!important}.bg-neutral-600\/10{background-color:#5252521a!important}.bg-neutral-600\/100{background-color:#525252!important}.bg-neutral-600\/15{background-color:#52525226!important}.bg-neutral-600\/20{background-color:#52525233!important}.bg-neutral-600\/25{background-color:#52525240!important}.bg-neutral-600\/30{background-color:#5252524d!important}.bg-neutral-600\/35{background-color:#52525259!important}.bg-neutral-600\/40{background-color:#52525266!important}.bg-neutral-600\/45{background-color:#52525273!important}.bg-neutral-600\/5{background-color:#5252520d!important}.bg-neutral-600\/50{background-color:#52525280!important}.bg-neutral-600\/55{background-color:#5252528c!important}.bg-neutral-600\/60{background-color:#52525299!important}.bg-neutral-600\/65{background-color:#525252a6!important}.bg-neutral-600\/70{background-color:#525252b3!important}.bg-neutral-600\/75{background-color:#525252bf!important}.bg-neutral-600\/80{background-color:#525252cc!important}.bg-neutral-600\/85{background-color:#525252d9!important}.bg-neutral-600\/90{background-color:#525252e6!important}.bg-neutral-600\/95{background-color:#525252f2!important}.bg-neutral-700{--tw-bg-opacity: 1 !important;background-color:rgb(64 64 64 / var(--tw-bg-opacity, 1))!important}.bg-neutral-700\/0{background-color:#40404000!important}.bg-neutral-700\/10{background-color:#4040401a!important}.bg-neutral-700\/100{background-color:#404040!important}.bg-neutral-700\/15{background-color:#40404026!important}.bg-neutral-700\/20{background-color:#40404033!important}.bg-neutral-700\/25{background-color:#40404040!important}.bg-neutral-700\/30{background-color:#4040404d!important}.bg-neutral-700\/35{background-color:#40404059!important}.bg-neutral-700\/40{background-color:#40404066!important}.bg-neutral-700\/45{background-color:#40404073!important}.bg-neutral-700\/5{background-color:#4040400d!important}.bg-neutral-700\/50{background-color:#40404080!important}.bg-neutral-700\/55{background-color:#4040408c!important}.bg-neutral-700\/60{background-color:#40404099!important}.bg-neutral-700\/65{background-color:#404040a6!important}.bg-neutral-700\/70{background-color:#404040b3!important}.bg-neutral-700\/75{background-color:#404040bf!important}.bg-neutral-700\/80{background-color:#404040cc!important}.bg-neutral-700\/85{background-color:#404040d9!important}.bg-neutral-700\/90{background-color:#404040e6!important}.bg-neutral-700\/95{background-color:#404040f2!important}.bg-neutral-800{--tw-bg-opacity: 1 !important;background-color:rgb(38 38 38 / var(--tw-bg-opacity, 1))!important}.bg-neutral-800\/0{background-color:#26262600!important}.bg-neutral-800\/10{background-color:#2626261a!important}.bg-neutral-800\/100{background-color:#262626!important}.bg-neutral-800\/15{background-color:#26262626!important}.bg-neutral-800\/20{background-color:#26262633!important}.bg-neutral-800\/25{background-color:#26262640!important}.bg-neutral-800\/30{background-color:#2626264d!important}.bg-neutral-800\/35{background-color:#26262659!important}.bg-neutral-800\/40{background-color:#26262666!important}.bg-neutral-800\/45{background-color:#26262673!important}.bg-neutral-800\/5{background-color:#2626260d!important}.bg-neutral-800\/50{background-color:#26262680!important}.bg-neutral-800\/55{background-color:#2626268c!important}.bg-neutral-800\/60{background-color:#26262699!important}.bg-neutral-800\/65{background-color:#262626a6!important}.bg-neutral-800\/70{background-color:#262626b3!important}.bg-neutral-800\/75{background-color:#262626bf!important}.bg-neutral-800\/80{background-color:#262626cc!important}.bg-neutral-800\/85{background-color:#262626d9!important}.bg-neutral-800\/90{background-color:#262626e6!important}.bg-neutral-800\/95{background-color:#262626f2!important}.bg-neutral-900{--tw-bg-opacity: 1 !important;background-color:rgb(23 23 23 / var(--tw-bg-opacity, 1))!important}.bg-neutral-900\/0{background-color:#17171700!important}.bg-neutral-900\/10{background-color:#1717171a!important}.bg-neutral-900\/100{background-color:#171717!important}.bg-neutral-900\/15{background-color:#17171726!important}.bg-neutral-900\/20{background-color:#17171733!important}.bg-neutral-900\/25{background-color:#17171740!important}.bg-neutral-900\/30{background-color:#1717174d!important}.bg-neutral-900\/35{background-color:#17171759!important}.bg-neutral-900\/40{background-color:#17171766!important}.bg-neutral-900\/45{background-color:#17171773!important}.bg-neutral-900\/5{background-color:#1717170d!important}.bg-neutral-900\/50{background-color:#17171780!important}.bg-neutral-900\/55{background-color:#1717178c!important}.bg-neutral-900\/60{background-color:#17171799!important}.bg-neutral-900\/65{background-color:#171717a6!important}.bg-neutral-900\/70{background-color:#171717b3!important}.bg-neutral-900\/75{background-color:#171717bf!important}.bg-neutral-900\/80{background-color:#171717cc!important}.bg-neutral-900\/85{background-color:#171717d9!important}.bg-neutral-900\/90{background-color:#171717e6!important}.bg-neutral-900\/95{background-color:#171717f2!important}.bg-neutral-950{--tw-bg-opacity: 1 !important;background-color:rgb(10 10 10 / var(--tw-bg-opacity, 1))!important}.bg-neutral-950\/0{background-color:#0a0a0a00!important}.bg-neutral-950\/10{background-color:#0a0a0a1a!important}.bg-neutral-950\/100{background-color:#0a0a0a!important}.bg-neutral-950\/15{background-color:#0a0a0a26!important}.bg-neutral-950\/20{background-color:#0a0a0a33!important}.bg-neutral-950\/25{background-color:#0a0a0a40!important}.bg-neutral-950\/30{background-color:#0a0a0a4d!important}.bg-neutral-950\/35{background-color:#0a0a0a59!important}.bg-neutral-950\/40{background-color:#0a0a0a66!important}.bg-neutral-950\/45{background-color:#0a0a0a73!important}.bg-neutral-950\/5{background-color:#0a0a0a0d!important}.bg-neutral-950\/50{background-color:#0a0a0a80!important}.bg-neutral-950\/55{background-color:#0a0a0a8c!important}.bg-neutral-950\/60{background-color:#0a0a0a99!important}.bg-neutral-950\/65{background-color:#0a0a0aa6!important}.bg-neutral-950\/70{background-color:#0a0a0ab3!important}.bg-neutral-950\/75{background-color:#0a0a0abf!important}.bg-neutral-950\/80{background-color:#0a0a0acc!important}.bg-neutral-950\/85{background-color:#0a0a0ad9!important}.bg-neutral-950\/90{background-color:#0a0a0ae6!important}.bg-neutral-950\/95{background-color:#0a0a0af2!important}.bg-orange-100{--tw-bg-opacity: 1 !important;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))!important}.bg-orange-100\/0{background-color:#ffedd500!important}.bg-orange-100\/10{background-color:#ffedd51a!important}.bg-orange-100\/100{background-color:#ffedd5!important}.bg-orange-100\/15{background-color:#ffedd526!important}.bg-orange-100\/20{background-color:#ffedd533!important}.bg-orange-100\/25{background-color:#ffedd540!important}.bg-orange-100\/30{background-color:#ffedd54d!important}.bg-orange-100\/35{background-color:#ffedd559!important}.bg-orange-100\/40{background-color:#ffedd566!important}.bg-orange-100\/45{background-color:#ffedd573!important}.bg-orange-100\/5{background-color:#ffedd50d!important}.bg-orange-100\/50{background-color:#ffedd580!important}.bg-orange-100\/55{background-color:#ffedd58c!important}.bg-orange-100\/60{background-color:#ffedd599!important}.bg-orange-100\/65{background-color:#ffedd5a6!important}.bg-orange-100\/70{background-color:#ffedd5b3!important}.bg-orange-100\/75{background-color:#ffedd5bf!important}.bg-orange-100\/80{background-color:#ffedd5cc!important}.bg-orange-100\/85{background-color:#ffedd5d9!important}.bg-orange-100\/90{background-color:#ffedd5e6!important}.bg-orange-100\/95{background-color:#ffedd5f2!important}.bg-orange-200{--tw-bg-opacity: 1 !important;background-color:rgb(254 215 170 / var(--tw-bg-opacity, 1))!important}.bg-orange-200\/0{background-color:#fed7aa00!important}.bg-orange-200\/10{background-color:#fed7aa1a!important}.bg-orange-200\/100{background-color:#fed7aa!important}.bg-orange-200\/15{background-color:#fed7aa26!important}.bg-orange-200\/20{background-color:#fed7aa33!important}.bg-orange-200\/25{background-color:#fed7aa40!important}.bg-orange-200\/30{background-color:#fed7aa4d!important}.bg-orange-200\/35{background-color:#fed7aa59!important}.bg-orange-200\/40{background-color:#fed7aa66!important}.bg-orange-200\/45{background-color:#fed7aa73!important}.bg-orange-200\/5{background-color:#fed7aa0d!important}.bg-orange-200\/50{background-color:#fed7aa80!important}.bg-orange-200\/55{background-color:#fed7aa8c!important}.bg-orange-200\/60{background-color:#fed7aa99!important}.bg-orange-200\/65{background-color:#fed7aaa6!important}.bg-orange-200\/70{background-color:#fed7aab3!important}.bg-orange-200\/75{background-color:#fed7aabf!important}.bg-orange-200\/80{background-color:#fed7aacc!important}.bg-orange-200\/85{background-color:#fed7aad9!important}.bg-orange-200\/90{background-color:#fed7aae6!important}.bg-orange-200\/95{background-color:#fed7aaf2!important}.bg-orange-300{--tw-bg-opacity: 1 !important;background-color:rgb(253 186 116 / var(--tw-bg-opacity, 1))!important}.bg-orange-300\/0{background-color:#fdba7400!important}.bg-orange-300\/10{background-color:#fdba741a!important}.bg-orange-300\/100{background-color:#fdba74!important}.bg-orange-300\/15{background-color:#fdba7426!important}.bg-orange-300\/20{background-color:#fdba7433!important}.bg-orange-300\/25{background-color:#fdba7440!important}.bg-orange-300\/30{background-color:#fdba744d!important}.bg-orange-300\/35{background-color:#fdba7459!important}.bg-orange-300\/40{background-color:#fdba7466!important}.bg-orange-300\/45{background-color:#fdba7473!important}.bg-orange-300\/5{background-color:#fdba740d!important}.bg-orange-300\/50{background-color:#fdba7480!important}.bg-orange-300\/55{background-color:#fdba748c!important}.bg-orange-300\/60{background-color:#fdba7499!important}.bg-orange-300\/65{background-color:#fdba74a6!important}.bg-orange-300\/70{background-color:#fdba74b3!important}.bg-orange-300\/75{background-color:#fdba74bf!important}.bg-orange-300\/80{background-color:#fdba74cc!important}.bg-orange-300\/85{background-color:#fdba74d9!important}.bg-orange-300\/90{background-color:#fdba74e6!important}.bg-orange-300\/95{background-color:#fdba74f2!important}.bg-orange-400{--tw-bg-opacity: 1 !important;background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1))!important}.bg-orange-400\/0{background-color:#fb923c00!important}.bg-orange-400\/10{background-color:#fb923c1a!important}.bg-orange-400\/100{background-color:#fb923c!important}.bg-orange-400\/15{background-color:#fb923c26!important}.bg-orange-400\/20{background-color:#fb923c33!important}.bg-orange-400\/25{background-color:#fb923c40!important}.bg-orange-400\/30{background-color:#fb923c4d!important}.bg-orange-400\/35{background-color:#fb923c59!important}.bg-orange-400\/40{background-color:#fb923c66!important}.bg-orange-400\/45{background-color:#fb923c73!important}.bg-orange-400\/5{background-color:#fb923c0d!important}.bg-orange-400\/50{background-color:#fb923c80!important}.bg-orange-400\/55{background-color:#fb923c8c!important}.bg-orange-400\/60{background-color:#fb923c99!important}.bg-orange-400\/65{background-color:#fb923ca6!important}.bg-orange-400\/70{background-color:#fb923cb3!important}.bg-orange-400\/75{background-color:#fb923cbf!important}.bg-orange-400\/80{background-color:#fb923ccc!important}.bg-orange-400\/85{background-color:#fb923cd9!important}.bg-orange-400\/90{background-color:#fb923ce6!important}.bg-orange-400\/95{background-color:#fb923cf2!important}.bg-orange-50{--tw-bg-opacity: 1 !important;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))!important}.bg-orange-50\/0{background-color:#fff7ed00!important}.bg-orange-50\/10{background-color:#fff7ed1a!important}.bg-orange-50\/100{background-color:#fff7ed!important}.bg-orange-50\/15{background-color:#fff7ed26!important}.bg-orange-50\/20{background-color:#fff7ed33!important}.bg-orange-50\/25{background-color:#fff7ed40!important}.bg-orange-50\/30{background-color:#fff7ed4d!important}.bg-orange-50\/35{background-color:#fff7ed59!important}.bg-orange-50\/40{background-color:#fff7ed66!important}.bg-orange-50\/45{background-color:#fff7ed73!important}.bg-orange-50\/5{background-color:#fff7ed0d!important}.bg-orange-50\/50{background-color:#fff7ed80!important}.bg-orange-50\/55{background-color:#fff7ed8c!important}.bg-orange-50\/60{background-color:#fff7ed99!important}.bg-orange-50\/65{background-color:#fff7eda6!important}.bg-orange-50\/70{background-color:#fff7edb3!important}.bg-orange-50\/75{background-color:#fff7edbf!important}.bg-orange-50\/80{background-color:#fff7edcc!important}.bg-orange-50\/85{background-color:#fff7edd9!important}.bg-orange-50\/90{background-color:#fff7ede6!important}.bg-orange-50\/95{background-color:#fff7edf2!important}.bg-orange-500{--tw-bg-opacity: 1 !important;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))!important}.bg-orange-500\/0{background-color:#f9731600!important}.bg-orange-500\/10{background-color:#f973161a!important}.bg-orange-500\/100{background-color:#f97316!important}.bg-orange-500\/15{background-color:#f9731626!important}.bg-orange-500\/20{background-color:#f9731633!important}.bg-orange-500\/25{background-color:#f9731640!important}.bg-orange-500\/30{background-color:#f973164d!important}.bg-orange-500\/35{background-color:#f9731659!important}.bg-orange-500\/40{background-color:#f9731666!important}.bg-orange-500\/45{background-color:#f9731673!important}.bg-orange-500\/5{background-color:#f973160d!important}.bg-orange-500\/50{background-color:#f9731680!important}.bg-orange-500\/55{background-color:#f973168c!important}.bg-orange-500\/60{background-color:#f9731699!important}.bg-orange-500\/65{background-color:#f97316a6!important}.bg-orange-500\/70{background-color:#f97316b3!important}.bg-orange-500\/75{background-color:#f97316bf!important}.bg-orange-500\/80{background-color:#f97316cc!important}.bg-orange-500\/85{background-color:#f97316d9!important}.bg-orange-500\/90{background-color:#f97316e6!important}.bg-orange-500\/95{background-color:#f97316f2!important}.bg-orange-600{--tw-bg-opacity: 1 !important;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))!important}.bg-orange-600\/0{background-color:#ea580c00!important}.bg-orange-600\/10{background-color:#ea580c1a!important}.bg-orange-600\/100{background-color:#ea580c!important}.bg-orange-600\/15{background-color:#ea580c26!important}.bg-orange-600\/20{background-color:#ea580c33!important}.bg-orange-600\/25{background-color:#ea580c40!important}.bg-orange-600\/30{background-color:#ea580c4d!important}.bg-orange-600\/35{background-color:#ea580c59!important}.bg-orange-600\/40{background-color:#ea580c66!important}.bg-orange-600\/45{background-color:#ea580c73!important}.bg-orange-600\/5{background-color:#ea580c0d!important}.bg-orange-600\/50{background-color:#ea580c80!important}.bg-orange-600\/55{background-color:#ea580c8c!important}.bg-orange-600\/60{background-color:#ea580c99!important}.bg-orange-600\/65{background-color:#ea580ca6!important}.bg-orange-600\/70{background-color:#ea580cb3!important}.bg-orange-600\/75{background-color:#ea580cbf!important}.bg-orange-600\/80{background-color:#ea580ccc!important}.bg-orange-600\/85{background-color:#ea580cd9!important}.bg-orange-600\/90{background-color:#ea580ce6!important}.bg-orange-600\/95{background-color:#ea580cf2!important}.bg-orange-700{--tw-bg-opacity: 1 !important;background-color:rgb(194 65 12 / var(--tw-bg-opacity, 1))!important}.bg-orange-700\/0{background-color:#c2410c00!important}.bg-orange-700\/10{background-color:#c2410c1a!important}.bg-orange-700\/100{background-color:#c2410c!important}.bg-orange-700\/15{background-color:#c2410c26!important}.bg-orange-700\/20{background-color:#c2410c33!important}.bg-orange-700\/25{background-color:#c2410c40!important}.bg-orange-700\/30{background-color:#c2410c4d!important}.bg-orange-700\/35{background-color:#c2410c59!important}.bg-orange-700\/40{background-color:#c2410c66!important}.bg-orange-700\/45{background-color:#c2410c73!important}.bg-orange-700\/5{background-color:#c2410c0d!important}.bg-orange-700\/50{background-color:#c2410c80!important}.bg-orange-700\/55{background-color:#c2410c8c!important}.bg-orange-700\/60{background-color:#c2410c99!important}.bg-orange-700\/65{background-color:#c2410ca6!important}.bg-orange-700\/70{background-color:#c2410cb3!important}.bg-orange-700\/75{background-color:#c2410cbf!important}.bg-orange-700\/80{background-color:#c2410ccc!important}.bg-orange-700\/85{background-color:#c2410cd9!important}.bg-orange-700\/90{background-color:#c2410ce6!important}.bg-orange-700\/95{background-color:#c2410cf2!important}.bg-orange-800{--tw-bg-opacity: 1 !important;background-color:rgb(154 52 18 / var(--tw-bg-opacity, 1))!important}.bg-orange-800\/0{background-color:#9a341200!important}.bg-orange-800\/10{background-color:#9a34121a!important}.bg-orange-800\/100{background-color:#9a3412!important}.bg-orange-800\/15{background-color:#9a341226!important}.bg-orange-800\/20{background-color:#9a341233!important}.bg-orange-800\/25{background-color:#9a341240!important}.bg-orange-800\/30{background-color:#9a34124d!important}.bg-orange-800\/35{background-color:#9a341259!important}.bg-orange-800\/40{background-color:#9a341266!important}.bg-orange-800\/45{background-color:#9a341273!important}.bg-orange-800\/5{background-color:#9a34120d!important}.bg-orange-800\/50{background-color:#9a341280!important}.bg-orange-800\/55{background-color:#9a34128c!important}.bg-orange-800\/60{background-color:#9a341299!important}.bg-orange-800\/65{background-color:#9a3412a6!important}.bg-orange-800\/70{background-color:#9a3412b3!important}.bg-orange-800\/75{background-color:#9a3412bf!important}.bg-orange-800\/80{background-color:#9a3412cc!important}.bg-orange-800\/85{background-color:#9a3412d9!important}.bg-orange-800\/90{background-color:#9a3412e6!important}.bg-orange-800\/95{background-color:#9a3412f2!important}.bg-orange-900{--tw-bg-opacity: 1 !important;background-color:rgb(124 45 18 / var(--tw-bg-opacity, 1))!important}.bg-orange-900\/0{background-color:#7c2d1200!important}.bg-orange-900\/10{background-color:#7c2d121a!important}.bg-orange-900\/100{background-color:#7c2d12!important}.bg-orange-900\/15{background-color:#7c2d1226!important}.bg-orange-900\/20{background-color:#7c2d1233!important}.bg-orange-900\/25{background-color:#7c2d1240!important}.bg-orange-900\/30{background-color:#7c2d124d!important}.bg-orange-900\/35{background-color:#7c2d1259!important}.bg-orange-900\/40{background-color:#7c2d1266!important}.bg-orange-900\/45{background-color:#7c2d1273!important}.bg-orange-900\/5{background-color:#7c2d120d!important}.bg-orange-900\/50{background-color:#7c2d1280!important}.bg-orange-900\/55{background-color:#7c2d128c!important}.bg-orange-900\/60{background-color:#7c2d1299!important}.bg-orange-900\/65{background-color:#7c2d12a6!important}.bg-orange-900\/70{background-color:#7c2d12b3!important}.bg-orange-900\/75{background-color:#7c2d12bf!important}.bg-orange-900\/80{background-color:#7c2d12cc!important}.bg-orange-900\/85{background-color:#7c2d12d9!important}.bg-orange-900\/90{background-color:#7c2d12e6!important}.bg-orange-900\/95{background-color:#7c2d12f2!important}.bg-orange-950{--tw-bg-opacity: 1 !important;background-color:rgb(67 20 7 / var(--tw-bg-opacity, 1))!important}.bg-orange-950\/0{background-color:#43140700!important}.bg-orange-950\/10{background-color:#4314071a!important}.bg-orange-950\/100{background-color:#431407!important}.bg-orange-950\/15{background-color:#43140726!important}.bg-orange-950\/20{background-color:#43140733!important}.bg-orange-950\/25{background-color:#43140740!important}.bg-orange-950\/30{background-color:#4314074d!important}.bg-orange-950\/35{background-color:#43140759!important}.bg-orange-950\/40{background-color:#43140766!important}.bg-orange-950\/45{background-color:#43140773!important}.bg-orange-950\/5{background-color:#4314070d!important}.bg-orange-950\/50{background-color:#43140780!important}.bg-orange-950\/55{background-color:#4314078c!important}.bg-orange-950\/60{background-color:#43140799!important}.bg-orange-950\/65{background-color:#431407a6!important}.bg-orange-950\/70{background-color:#431407b3!important}.bg-orange-950\/75{background-color:#431407bf!important}.bg-orange-950\/80{background-color:#431407cc!important}.bg-orange-950\/85{background-color:#431407d9!important}.bg-orange-950\/90{background-color:#431407e6!important}.bg-orange-950\/95{background-color:#431407f2!important}.bg-pink-100{--tw-bg-opacity: 1 !important;background-color:rgb(252 231 243 / var(--tw-bg-opacity, 1))!important}.bg-pink-100\/0{background-color:#fce7f300!important}.bg-pink-100\/10{background-color:#fce7f31a!important}.bg-pink-100\/100{background-color:#fce7f3!important}.bg-pink-100\/15{background-color:#fce7f326!important}.bg-pink-100\/20{background-color:#fce7f333!important}.bg-pink-100\/25{background-color:#fce7f340!important}.bg-pink-100\/30{background-color:#fce7f34d!important}.bg-pink-100\/35{background-color:#fce7f359!important}.bg-pink-100\/40{background-color:#fce7f366!important}.bg-pink-100\/45{background-color:#fce7f373!important}.bg-pink-100\/5{background-color:#fce7f30d!important}.bg-pink-100\/50{background-color:#fce7f380!important}.bg-pink-100\/55{background-color:#fce7f38c!important}.bg-pink-100\/60{background-color:#fce7f399!important}.bg-pink-100\/65{background-color:#fce7f3a6!important}.bg-pink-100\/70{background-color:#fce7f3b3!important}.bg-pink-100\/75{background-color:#fce7f3bf!important}.bg-pink-100\/80{background-color:#fce7f3cc!important}.bg-pink-100\/85{background-color:#fce7f3d9!important}.bg-pink-100\/90{background-color:#fce7f3e6!important}.bg-pink-100\/95{background-color:#fce7f3f2!important}.bg-pink-200{--tw-bg-opacity: 1 !important;background-color:rgb(251 207 232 / var(--tw-bg-opacity, 1))!important}.bg-pink-200\/0{background-color:#fbcfe800!important}.bg-pink-200\/10{background-color:#fbcfe81a!important}.bg-pink-200\/100{background-color:#fbcfe8!important}.bg-pink-200\/15{background-color:#fbcfe826!important}.bg-pink-200\/20{background-color:#fbcfe833!important}.bg-pink-200\/25{background-color:#fbcfe840!important}.bg-pink-200\/30{background-color:#fbcfe84d!important}.bg-pink-200\/35{background-color:#fbcfe859!important}.bg-pink-200\/40{background-color:#fbcfe866!important}.bg-pink-200\/45{background-color:#fbcfe873!important}.bg-pink-200\/5{background-color:#fbcfe80d!important}.bg-pink-200\/50{background-color:#fbcfe880!important}.bg-pink-200\/55{background-color:#fbcfe88c!important}.bg-pink-200\/60{background-color:#fbcfe899!important}.bg-pink-200\/65{background-color:#fbcfe8a6!important}.bg-pink-200\/70{background-color:#fbcfe8b3!important}.bg-pink-200\/75{background-color:#fbcfe8bf!important}.bg-pink-200\/80{background-color:#fbcfe8cc!important}.bg-pink-200\/85{background-color:#fbcfe8d9!important}.bg-pink-200\/90{background-color:#fbcfe8e6!important}.bg-pink-200\/95{background-color:#fbcfe8f2!important}.bg-pink-300{--tw-bg-opacity: 1 !important;background-color:rgb(249 168 212 / var(--tw-bg-opacity, 1))!important}.bg-pink-300\/0{background-color:#f9a8d400!important}.bg-pink-300\/10{background-color:#f9a8d41a!important}.bg-pink-300\/100{background-color:#f9a8d4!important}.bg-pink-300\/15{background-color:#f9a8d426!important}.bg-pink-300\/20{background-color:#f9a8d433!important}.bg-pink-300\/25{background-color:#f9a8d440!important}.bg-pink-300\/30{background-color:#f9a8d44d!important}.bg-pink-300\/35{background-color:#f9a8d459!important}.bg-pink-300\/40{background-color:#f9a8d466!important}.bg-pink-300\/45{background-color:#f9a8d473!important}.bg-pink-300\/5{background-color:#f9a8d40d!important}.bg-pink-300\/50{background-color:#f9a8d480!important}.bg-pink-300\/55{background-color:#f9a8d48c!important}.bg-pink-300\/60{background-color:#f9a8d499!important}.bg-pink-300\/65{background-color:#f9a8d4a6!important}.bg-pink-300\/70{background-color:#f9a8d4b3!important}.bg-pink-300\/75{background-color:#f9a8d4bf!important}.bg-pink-300\/80{background-color:#f9a8d4cc!important}.bg-pink-300\/85{background-color:#f9a8d4d9!important}.bg-pink-300\/90{background-color:#f9a8d4e6!important}.bg-pink-300\/95{background-color:#f9a8d4f2!important}.bg-pink-400{--tw-bg-opacity: 1 !important;background-color:rgb(244 114 182 / var(--tw-bg-opacity, 1))!important}.bg-pink-400\/0{background-color:#f472b600!important}.bg-pink-400\/10{background-color:#f472b61a!important}.bg-pink-400\/100{background-color:#f472b6!important}.bg-pink-400\/15{background-color:#f472b626!important}.bg-pink-400\/20{background-color:#f472b633!important}.bg-pink-400\/25{background-color:#f472b640!important}.bg-pink-400\/30{background-color:#f472b64d!important}.bg-pink-400\/35{background-color:#f472b659!important}.bg-pink-400\/40{background-color:#f472b666!important}.bg-pink-400\/45{background-color:#f472b673!important}.bg-pink-400\/5{background-color:#f472b60d!important}.bg-pink-400\/50{background-color:#f472b680!important}.bg-pink-400\/55{background-color:#f472b68c!important}.bg-pink-400\/60{background-color:#f472b699!important}.bg-pink-400\/65{background-color:#f472b6a6!important}.bg-pink-400\/70{background-color:#f472b6b3!important}.bg-pink-400\/75{background-color:#f472b6bf!important}.bg-pink-400\/80{background-color:#f472b6cc!important}.bg-pink-400\/85{background-color:#f472b6d9!important}.bg-pink-400\/90{background-color:#f472b6e6!important}.bg-pink-400\/95{background-color:#f472b6f2!important}.bg-pink-50{--tw-bg-opacity: 1 !important;background-color:rgb(253 242 248 / var(--tw-bg-opacity, 1))!important}.bg-pink-50\/0{background-color:#fdf2f800!important}.bg-pink-50\/10{background-color:#fdf2f81a!important}.bg-pink-50\/100{background-color:#fdf2f8!important}.bg-pink-50\/15{background-color:#fdf2f826!important}.bg-pink-50\/20{background-color:#fdf2f833!important}.bg-pink-50\/25{background-color:#fdf2f840!important}.bg-pink-50\/30{background-color:#fdf2f84d!important}.bg-pink-50\/35{background-color:#fdf2f859!important}.bg-pink-50\/40{background-color:#fdf2f866!important}.bg-pink-50\/45{background-color:#fdf2f873!important}.bg-pink-50\/5{background-color:#fdf2f80d!important}.bg-pink-50\/50{background-color:#fdf2f880!important}.bg-pink-50\/55{background-color:#fdf2f88c!important}.bg-pink-50\/60{background-color:#fdf2f899!important}.bg-pink-50\/65{background-color:#fdf2f8a6!important}.bg-pink-50\/70{background-color:#fdf2f8b3!important}.bg-pink-50\/75{background-color:#fdf2f8bf!important}.bg-pink-50\/80{background-color:#fdf2f8cc!important}.bg-pink-50\/85{background-color:#fdf2f8d9!important}.bg-pink-50\/90{background-color:#fdf2f8e6!important}.bg-pink-50\/95{background-color:#fdf2f8f2!important}.bg-pink-500{--tw-bg-opacity: 1 !important;background-color:rgb(236 72 153 / var(--tw-bg-opacity, 1))!important}.bg-pink-500\/0{background-color:#ec489900!important}.bg-pink-500\/10{background-color:#ec48991a!important}.bg-pink-500\/100{background-color:#ec4899!important}.bg-pink-500\/15{background-color:#ec489926!important}.bg-pink-500\/20{background-color:#ec489933!important}.bg-pink-500\/25{background-color:#ec489940!important}.bg-pink-500\/30{background-color:#ec48994d!important}.bg-pink-500\/35{background-color:#ec489959!important}.bg-pink-500\/40{background-color:#ec489966!important}.bg-pink-500\/45{background-color:#ec489973!important}.bg-pink-500\/5{background-color:#ec48990d!important}.bg-pink-500\/50{background-color:#ec489980!important}.bg-pink-500\/55{background-color:#ec48998c!important}.bg-pink-500\/60{background-color:#ec489999!important}.bg-pink-500\/65{background-color:#ec4899a6!important}.bg-pink-500\/70{background-color:#ec4899b3!important}.bg-pink-500\/75{background-color:#ec4899bf!important}.bg-pink-500\/80{background-color:#ec4899cc!important}.bg-pink-500\/85{background-color:#ec4899d9!important}.bg-pink-500\/90{background-color:#ec4899e6!important}.bg-pink-500\/95{background-color:#ec4899f2!important}.bg-pink-600{--tw-bg-opacity: 1 !important;background-color:rgb(219 39 119 / var(--tw-bg-opacity, 1))!important}.bg-pink-600\/0{background-color:#db277700!important}.bg-pink-600\/10{background-color:#db27771a!important}.bg-pink-600\/100{background-color:#db2777!important}.bg-pink-600\/15{background-color:#db277726!important}.bg-pink-600\/20{background-color:#db277733!important}.bg-pink-600\/25{background-color:#db277740!important}.bg-pink-600\/30{background-color:#db27774d!important}.bg-pink-600\/35{background-color:#db277759!important}.bg-pink-600\/40{background-color:#db277766!important}.bg-pink-600\/45{background-color:#db277773!important}.bg-pink-600\/5{background-color:#db27770d!important}.bg-pink-600\/50{background-color:#db277780!important}.bg-pink-600\/55{background-color:#db27778c!important}.bg-pink-600\/60{background-color:#db277799!important}.bg-pink-600\/65{background-color:#db2777a6!important}.bg-pink-600\/70{background-color:#db2777b3!important}.bg-pink-600\/75{background-color:#db2777bf!important}.bg-pink-600\/80{background-color:#db2777cc!important}.bg-pink-600\/85{background-color:#db2777d9!important}.bg-pink-600\/90{background-color:#db2777e6!important}.bg-pink-600\/95{background-color:#db2777f2!important}.bg-pink-700{--tw-bg-opacity: 1 !important;background-color:rgb(190 24 93 / var(--tw-bg-opacity, 1))!important}.bg-pink-700\/0{background-color:#be185d00!important}.bg-pink-700\/10{background-color:#be185d1a!important}.bg-pink-700\/100{background-color:#be185d!important}.bg-pink-700\/15{background-color:#be185d26!important}.bg-pink-700\/20{background-color:#be185d33!important}.bg-pink-700\/25{background-color:#be185d40!important}.bg-pink-700\/30{background-color:#be185d4d!important}.bg-pink-700\/35{background-color:#be185d59!important}.bg-pink-700\/40{background-color:#be185d66!important}.bg-pink-700\/45{background-color:#be185d73!important}.bg-pink-700\/5{background-color:#be185d0d!important}.bg-pink-700\/50{background-color:#be185d80!important}.bg-pink-700\/55{background-color:#be185d8c!important}.bg-pink-700\/60{background-color:#be185d99!important}.bg-pink-700\/65{background-color:#be185da6!important}.bg-pink-700\/70{background-color:#be185db3!important}.bg-pink-700\/75{background-color:#be185dbf!important}.bg-pink-700\/80{background-color:#be185dcc!important}.bg-pink-700\/85{background-color:#be185dd9!important}.bg-pink-700\/90{background-color:#be185de6!important}.bg-pink-700\/95{background-color:#be185df2!important}.bg-pink-800{--tw-bg-opacity: 1 !important;background-color:rgb(157 23 77 / var(--tw-bg-opacity, 1))!important}.bg-pink-800\/0{background-color:#9d174d00!important}.bg-pink-800\/10{background-color:#9d174d1a!important}.bg-pink-800\/100{background-color:#9d174d!important}.bg-pink-800\/15{background-color:#9d174d26!important}.bg-pink-800\/20{background-color:#9d174d33!important}.bg-pink-800\/25{background-color:#9d174d40!important}.bg-pink-800\/30{background-color:#9d174d4d!important}.bg-pink-800\/35{background-color:#9d174d59!important}.bg-pink-800\/40{background-color:#9d174d66!important}.bg-pink-800\/45{background-color:#9d174d73!important}.bg-pink-800\/5{background-color:#9d174d0d!important}.bg-pink-800\/50{background-color:#9d174d80!important}.bg-pink-800\/55{background-color:#9d174d8c!important}.bg-pink-800\/60{background-color:#9d174d99!important}.bg-pink-800\/65{background-color:#9d174da6!important}.bg-pink-800\/70{background-color:#9d174db3!important}.bg-pink-800\/75{background-color:#9d174dbf!important}.bg-pink-800\/80{background-color:#9d174dcc!important}.bg-pink-800\/85{background-color:#9d174dd9!important}.bg-pink-800\/90{background-color:#9d174de6!important}.bg-pink-800\/95{background-color:#9d174df2!important}.bg-pink-900{--tw-bg-opacity: 1 !important;background-color:rgb(131 24 67 / var(--tw-bg-opacity, 1))!important}.bg-pink-900\/0{background-color:#83184300!important}.bg-pink-900\/10{background-color:#8318431a!important}.bg-pink-900\/100{background-color:#831843!important}.bg-pink-900\/15{background-color:#83184326!important}.bg-pink-900\/20{background-color:#83184333!important}.bg-pink-900\/25{background-color:#83184340!important}.bg-pink-900\/30{background-color:#8318434d!important}.bg-pink-900\/35{background-color:#83184359!important}.bg-pink-900\/40{background-color:#83184366!important}.bg-pink-900\/45{background-color:#83184373!important}.bg-pink-900\/5{background-color:#8318430d!important}.bg-pink-900\/50{background-color:#83184380!important}.bg-pink-900\/55{background-color:#8318438c!important}.bg-pink-900\/60{background-color:#83184399!important}.bg-pink-900\/65{background-color:#831843a6!important}.bg-pink-900\/70{background-color:#831843b3!important}.bg-pink-900\/75{background-color:#831843bf!important}.bg-pink-900\/80{background-color:#831843cc!important}.bg-pink-900\/85{background-color:#831843d9!important}.bg-pink-900\/90{background-color:#831843e6!important}.bg-pink-900\/95{background-color:#831843f2!important}.bg-pink-950{--tw-bg-opacity: 1 !important;background-color:rgb(80 7 36 / var(--tw-bg-opacity, 1))!important}.bg-pink-950\/0{background-color:#50072400!important}.bg-pink-950\/10{background-color:#5007241a!important}.bg-pink-950\/100{background-color:#500724!important}.bg-pink-950\/15{background-color:#50072426!important}.bg-pink-950\/20{background-color:#50072433!important}.bg-pink-950\/25{background-color:#50072440!important}.bg-pink-950\/30{background-color:#5007244d!important}.bg-pink-950\/35{background-color:#50072459!important}.bg-pink-950\/40{background-color:#50072466!important}.bg-pink-950\/45{background-color:#50072473!important}.bg-pink-950\/5{background-color:#5007240d!important}.bg-pink-950\/50{background-color:#50072480!important}.bg-pink-950\/55{background-color:#5007248c!important}.bg-pink-950\/60{background-color:#50072499!important}.bg-pink-950\/65{background-color:#500724a6!important}.bg-pink-950\/70{background-color:#500724b3!important}.bg-pink-950\/75{background-color:#500724bf!important}.bg-pink-950\/80{background-color:#500724cc!important}.bg-pink-950\/85{background-color:#500724d9!important}.bg-pink-950\/90{background-color:#500724e6!important}.bg-pink-950\/95{background-color:#500724f2!important}.bg-primary{--tw-bg-opacity: 1 !important;background-color:rgb(1 81 58 / var(--tw-bg-opacity, 1))!important}.bg-primary\/0{background-color:#01513a00!important}.bg-primary\/10{background-color:#01513a1a!important}.bg-primary\/100{background-color:#01513a!important}.bg-primary\/15{background-color:#01513a26!important}.bg-primary\/20{background-color:#01513a33!important}.bg-primary\/25{background-color:#01513a40!important}.bg-primary\/30{background-color:#01513a4d!important}.bg-primary\/35{background-color:#01513a59!important}.bg-primary\/40{background-color:#01513a66!important}.bg-primary\/45{background-color:#01513a73!important}.bg-primary\/5{background-color:#01513a0d!important}.bg-primary\/50{background-color:#01513a80!important}.bg-primary\/55{background-color:#01513a8c!important}.bg-primary\/60{background-color:#01513a99!important}.bg-primary\/65{background-color:#01513aa6!important}.bg-primary\/70{background-color:#01513ab3!important}.bg-primary\/75{background-color:#01513abf!important}.bg-primary\/80{background-color:#01513acc!important}.bg-primary\/85{background-color:#01513ad9!important}.bg-primary\/90{background-color:#01513ae6!important}.bg-primary\/95{background-color:#01513af2!important}.bg-primaryLight{--tw-bg-opacity: 1 !important;background-color:rgb(225 238 233 / var(--tw-bg-opacity, 1))!important}.bg-primaryLight\/0{background-color:#e1eee900!important}.bg-primaryLight\/10{background-color:#e1eee91a!important}.bg-primaryLight\/100{background-color:#e1eee9!important}.bg-primaryLight\/15{background-color:#e1eee926!important}.bg-primaryLight\/20{background-color:#e1eee933!important}.bg-primaryLight\/25{background-color:#e1eee940!important}.bg-primaryLight\/30{background-color:#e1eee94d!important}.bg-primaryLight\/35{background-color:#e1eee959!important}.bg-primaryLight\/40{background-color:#e1eee966!important}.bg-primaryLight\/45{background-color:#e1eee973!important}.bg-primaryLight\/5{background-color:#e1eee90d!important}.bg-primaryLight\/50{background-color:#e1eee980!important}.bg-primaryLight\/55{background-color:#e1eee98c!important}.bg-primaryLight\/60{background-color:#e1eee999!important}.bg-primaryLight\/65{background-color:#e1eee9a6!important}.bg-primaryLight\/70{background-color:#e1eee9b3!important}.bg-primaryLight\/75{background-color:#e1eee9bf!important}.bg-primaryLight\/80{background-color:#e1eee9cc!important}.bg-primaryLight\/85{background-color:#e1eee9d9!important}.bg-primaryLight\/90{background-color:#e1eee9e6!important}.bg-primaryLight\/95{background-color:#e1eee9f2!important}.bg-purple-100{--tw-bg-opacity: 1 !important;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))!important}.bg-purple-100\/0{background-color:#f3e8ff00!important}.bg-purple-100\/10{background-color:#f3e8ff1a!important}.bg-purple-100\/100{background-color:#f3e8ff!important}.bg-purple-100\/15{background-color:#f3e8ff26!important}.bg-purple-100\/20{background-color:#f3e8ff33!important}.bg-purple-100\/25{background-color:#f3e8ff40!important}.bg-purple-100\/30{background-color:#f3e8ff4d!important}.bg-purple-100\/35{background-color:#f3e8ff59!important}.bg-purple-100\/40{background-color:#f3e8ff66!important}.bg-purple-100\/45{background-color:#f3e8ff73!important}.bg-purple-100\/5{background-color:#f3e8ff0d!important}.bg-purple-100\/50{background-color:#f3e8ff80!important}.bg-purple-100\/55{background-color:#f3e8ff8c!important}.bg-purple-100\/60{background-color:#f3e8ff99!important}.bg-purple-100\/65{background-color:#f3e8ffa6!important}.bg-purple-100\/70{background-color:#f3e8ffb3!important}.bg-purple-100\/75{background-color:#f3e8ffbf!important}.bg-purple-100\/80{background-color:#f3e8ffcc!important}.bg-purple-100\/85{background-color:#f3e8ffd9!important}.bg-purple-100\/90{background-color:#f3e8ffe6!important}.bg-purple-100\/95{background-color:#f3e8fff2!important}.bg-purple-200{--tw-bg-opacity: 1 !important;background-color:rgb(233 213 255 / var(--tw-bg-opacity, 1))!important}.bg-purple-200\/0{background-color:#e9d5ff00!important}.bg-purple-200\/10{background-color:#e9d5ff1a!important}.bg-purple-200\/100{background-color:#e9d5ff!important}.bg-purple-200\/15{background-color:#e9d5ff26!important}.bg-purple-200\/20{background-color:#e9d5ff33!important}.bg-purple-200\/25{background-color:#e9d5ff40!important}.bg-purple-200\/30{background-color:#e9d5ff4d!important}.bg-purple-200\/35{background-color:#e9d5ff59!important}.bg-purple-200\/40{background-color:#e9d5ff66!important}.bg-purple-200\/45{background-color:#e9d5ff73!important}.bg-purple-200\/5{background-color:#e9d5ff0d!important}.bg-purple-200\/50{background-color:#e9d5ff80!important}.bg-purple-200\/55{background-color:#e9d5ff8c!important}.bg-purple-200\/60{background-color:#e9d5ff99!important}.bg-purple-200\/65{background-color:#e9d5ffa6!important}.bg-purple-200\/70{background-color:#e9d5ffb3!important}.bg-purple-200\/75{background-color:#e9d5ffbf!important}.bg-purple-200\/80{background-color:#e9d5ffcc!important}.bg-purple-200\/85{background-color:#e9d5ffd9!important}.bg-purple-200\/90{background-color:#e9d5ffe6!important}.bg-purple-200\/95{background-color:#e9d5fff2!important}.bg-purple-300{--tw-bg-opacity: 1 !important;background-color:rgb(216 180 254 / var(--tw-bg-opacity, 1))!important}.bg-purple-300\/0{background-color:#d8b4fe00!important}.bg-purple-300\/10{background-color:#d8b4fe1a!important}.bg-purple-300\/100{background-color:#d8b4fe!important}.bg-purple-300\/15{background-color:#d8b4fe26!important}.bg-purple-300\/20{background-color:#d8b4fe33!important}.bg-purple-300\/25{background-color:#d8b4fe40!important}.bg-purple-300\/30{background-color:#d8b4fe4d!important}.bg-purple-300\/35{background-color:#d8b4fe59!important}.bg-purple-300\/40{background-color:#d8b4fe66!important}.bg-purple-300\/45{background-color:#d8b4fe73!important}.bg-purple-300\/5{background-color:#d8b4fe0d!important}.bg-purple-300\/50{background-color:#d8b4fe80!important}.bg-purple-300\/55{background-color:#d8b4fe8c!important}.bg-purple-300\/60{background-color:#d8b4fe99!important}.bg-purple-300\/65{background-color:#d8b4fea6!important}.bg-purple-300\/70{background-color:#d8b4feb3!important}.bg-purple-300\/75{background-color:#d8b4febf!important}.bg-purple-300\/80{background-color:#d8b4fecc!important}.bg-purple-300\/85{background-color:#d8b4fed9!important}.bg-purple-300\/90{background-color:#d8b4fee6!important}.bg-purple-300\/95{background-color:#d8b4fef2!important}.bg-purple-400{--tw-bg-opacity: 1 !important;background-color:rgb(192 132 252 / var(--tw-bg-opacity, 1))!important}.bg-purple-400\/0{background-color:#c084fc00!important}.bg-purple-400\/10{background-color:#c084fc1a!important}.bg-purple-400\/100{background-color:#c084fc!important}.bg-purple-400\/15{background-color:#c084fc26!important}.bg-purple-400\/20{background-color:#c084fc33!important}.bg-purple-400\/25{background-color:#c084fc40!important}.bg-purple-400\/30{background-color:#c084fc4d!important}.bg-purple-400\/35{background-color:#c084fc59!important}.bg-purple-400\/40{background-color:#c084fc66!important}.bg-purple-400\/45{background-color:#c084fc73!important}.bg-purple-400\/5{background-color:#c084fc0d!important}.bg-purple-400\/50{background-color:#c084fc80!important}.bg-purple-400\/55{background-color:#c084fc8c!important}.bg-purple-400\/60{background-color:#c084fc99!important}.bg-purple-400\/65{background-color:#c084fca6!important}.bg-purple-400\/70{background-color:#c084fcb3!important}.bg-purple-400\/75{background-color:#c084fcbf!important}.bg-purple-400\/80{background-color:#c084fccc!important}.bg-purple-400\/85{background-color:#c084fcd9!important}.bg-purple-400\/90{background-color:#c084fce6!important}.bg-purple-400\/95{background-color:#c084fcf2!important}.bg-purple-50{--tw-bg-opacity: 1 !important;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))!important}.bg-purple-50\/0{background-color:#faf5ff00!important}.bg-purple-50\/10{background-color:#faf5ff1a!important}.bg-purple-50\/100{background-color:#faf5ff!important}.bg-purple-50\/15{background-color:#faf5ff26!important}.bg-purple-50\/20{background-color:#faf5ff33!important}.bg-purple-50\/25{background-color:#faf5ff40!important}.bg-purple-50\/30{background-color:#faf5ff4d!important}.bg-purple-50\/35{background-color:#faf5ff59!important}.bg-purple-50\/40{background-color:#faf5ff66!important}.bg-purple-50\/45{background-color:#faf5ff73!important}.bg-purple-50\/5{background-color:#faf5ff0d!important}.bg-purple-50\/50{background-color:#faf5ff80!important}.bg-purple-50\/55{background-color:#faf5ff8c!important}.bg-purple-50\/60{background-color:#faf5ff99!important}.bg-purple-50\/65{background-color:#faf5ffa6!important}.bg-purple-50\/70{background-color:#faf5ffb3!important}.bg-purple-50\/75{background-color:#faf5ffbf!important}.bg-purple-50\/80{background-color:#faf5ffcc!important}.bg-purple-50\/85{background-color:#faf5ffd9!important}.bg-purple-50\/90{background-color:#faf5ffe6!important}.bg-purple-50\/95{background-color:#faf5fff2!important}.bg-purple-500{--tw-bg-opacity: 1 !important;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))!important}.bg-purple-500\/0{background-color:#a855f700!important}.bg-purple-500\/10{background-color:#a855f71a!important}.bg-purple-500\/100{background-color:#a855f7!important}.bg-purple-500\/15{background-color:#a855f726!important}.bg-purple-500\/20{background-color:#a855f733!important}.bg-purple-500\/25{background-color:#a855f740!important}.bg-purple-500\/30{background-color:#a855f74d!important}.bg-purple-500\/35{background-color:#a855f759!important}.bg-purple-500\/40{background-color:#a855f766!important}.bg-purple-500\/45{background-color:#a855f773!important}.bg-purple-500\/5{background-color:#a855f70d!important}.bg-purple-500\/50{background-color:#a855f780!important}.bg-purple-500\/55{background-color:#a855f78c!important}.bg-purple-500\/60{background-color:#a855f799!important}.bg-purple-500\/65{background-color:#a855f7a6!important}.bg-purple-500\/70{background-color:#a855f7b3!important}.bg-purple-500\/75{background-color:#a855f7bf!important}.bg-purple-500\/80{background-color:#a855f7cc!important}.bg-purple-500\/85{background-color:#a855f7d9!important}.bg-purple-500\/90{background-color:#a855f7e6!important}.bg-purple-500\/95{background-color:#a855f7f2!important}.bg-purple-600{--tw-bg-opacity: 1 !important;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))!important}.bg-purple-600\/0{background-color:#9333ea00!important}.bg-purple-600\/10{background-color:#9333ea1a!important}.bg-purple-600\/100{background-color:#9333ea!important}.bg-purple-600\/15{background-color:#9333ea26!important}.bg-purple-600\/20{background-color:#9333ea33!important}.bg-purple-600\/25{background-color:#9333ea40!important}.bg-purple-600\/30{background-color:#9333ea4d!important}.bg-purple-600\/35{background-color:#9333ea59!important}.bg-purple-600\/40{background-color:#9333ea66!important}.bg-purple-600\/45{background-color:#9333ea73!important}.bg-purple-600\/5{background-color:#9333ea0d!important}.bg-purple-600\/50{background-color:#9333ea80!important}.bg-purple-600\/55{background-color:#9333ea8c!important}.bg-purple-600\/60{background-color:#9333ea99!important}.bg-purple-600\/65{background-color:#9333eaa6!important}.bg-purple-600\/70{background-color:#9333eab3!important}.bg-purple-600\/75{background-color:#9333eabf!important}.bg-purple-600\/80{background-color:#9333eacc!important}.bg-purple-600\/85{background-color:#9333ead9!important}.bg-purple-600\/90{background-color:#9333eae6!important}.bg-purple-600\/95{background-color:#9333eaf2!important}.bg-purple-700{--tw-bg-opacity: 1 !important;background-color:rgb(126 34 206 / var(--tw-bg-opacity, 1))!important}.bg-purple-700\/0{background-color:#7e22ce00!important}.bg-purple-700\/10{background-color:#7e22ce1a!important}.bg-purple-700\/100{background-color:#7e22ce!important}.bg-purple-700\/15{background-color:#7e22ce26!important}.bg-purple-700\/20{background-color:#7e22ce33!important}.bg-purple-700\/25{background-color:#7e22ce40!important}.bg-purple-700\/30{background-color:#7e22ce4d!important}.bg-purple-700\/35{background-color:#7e22ce59!important}.bg-purple-700\/40{background-color:#7e22ce66!important}.bg-purple-700\/45{background-color:#7e22ce73!important}.bg-purple-700\/5{background-color:#7e22ce0d!important}.bg-purple-700\/50{background-color:#7e22ce80!important}.bg-purple-700\/55{background-color:#7e22ce8c!important}.bg-purple-700\/60{background-color:#7e22ce99!important}.bg-purple-700\/65{background-color:#7e22cea6!important}.bg-purple-700\/70{background-color:#7e22ceb3!important}.bg-purple-700\/75{background-color:#7e22cebf!important}.bg-purple-700\/80{background-color:#7e22cecc!important}.bg-purple-700\/85{background-color:#7e22ced9!important}.bg-purple-700\/90{background-color:#7e22cee6!important}.bg-purple-700\/95{background-color:#7e22cef2!important}.bg-purple-800{--tw-bg-opacity: 1 !important;background-color:rgb(107 33 168 / var(--tw-bg-opacity, 1))!important}.bg-purple-800\/0{background-color:#6b21a800!important}.bg-purple-800\/10{background-color:#6b21a81a!important}.bg-purple-800\/100{background-color:#6b21a8!important}.bg-purple-800\/15{background-color:#6b21a826!important}.bg-purple-800\/20{background-color:#6b21a833!important}.bg-purple-800\/25{background-color:#6b21a840!important}.bg-purple-800\/30{background-color:#6b21a84d!important}.bg-purple-800\/35{background-color:#6b21a859!important}.bg-purple-800\/40{background-color:#6b21a866!important}.bg-purple-800\/45{background-color:#6b21a873!important}.bg-purple-800\/5{background-color:#6b21a80d!important}.bg-purple-800\/50{background-color:#6b21a880!important}.bg-purple-800\/55{background-color:#6b21a88c!important}.bg-purple-800\/60{background-color:#6b21a899!important}.bg-purple-800\/65{background-color:#6b21a8a6!important}.bg-purple-800\/70{background-color:#6b21a8b3!important}.bg-purple-800\/75{background-color:#6b21a8bf!important}.bg-purple-800\/80{background-color:#6b21a8cc!important}.bg-purple-800\/85{background-color:#6b21a8d9!important}.bg-purple-800\/90{background-color:#6b21a8e6!important}.bg-purple-800\/95{background-color:#6b21a8f2!important}.bg-purple-900{--tw-bg-opacity: 1 !important;background-color:rgb(88 28 135 / var(--tw-bg-opacity, 1))!important}.bg-purple-900\/0{background-color:#581c8700!important}.bg-purple-900\/10{background-color:#581c871a!important}.bg-purple-900\/100{background-color:#581c87!important}.bg-purple-900\/15{background-color:#581c8726!important}.bg-purple-900\/20{background-color:#581c8733!important}.bg-purple-900\/25{background-color:#581c8740!important}.bg-purple-900\/30{background-color:#581c874d!important}.bg-purple-900\/35{background-color:#581c8759!important}.bg-purple-900\/40{background-color:#581c8766!important}.bg-purple-900\/45{background-color:#581c8773!important}.bg-purple-900\/5{background-color:#581c870d!important}.bg-purple-900\/50{background-color:#581c8780!important}.bg-purple-900\/55{background-color:#581c878c!important}.bg-purple-900\/60{background-color:#581c8799!important}.bg-purple-900\/65{background-color:#581c87a6!important}.bg-purple-900\/70{background-color:#581c87b3!important}.bg-purple-900\/75{background-color:#581c87bf!important}.bg-purple-900\/80{background-color:#581c87cc!important}.bg-purple-900\/85{background-color:#581c87d9!important}.bg-purple-900\/90{background-color:#581c87e6!important}.bg-purple-900\/95{background-color:#581c87f2!important}.bg-purple-950{--tw-bg-opacity: 1 !important;background-color:rgb(59 7 100 / var(--tw-bg-opacity, 1))!important}.bg-purple-950\/0{background-color:#3b076400!important}.bg-purple-950\/10{background-color:#3b07641a!important}.bg-purple-950\/100{background-color:#3b0764!important}.bg-purple-950\/15{background-color:#3b076426!important}.bg-purple-950\/20{background-color:#3b076433!important}.bg-purple-950\/25{background-color:#3b076440!important}.bg-purple-950\/30{background-color:#3b07644d!important}.bg-purple-950\/35{background-color:#3b076459!important}.bg-purple-950\/40{background-color:#3b076466!important}.bg-purple-950\/45{background-color:#3b076473!important}.bg-purple-950\/5{background-color:#3b07640d!important}.bg-purple-950\/50{background-color:#3b076480!important}.bg-purple-950\/55{background-color:#3b07648c!important}.bg-purple-950\/60{background-color:#3b076499!important}.bg-purple-950\/65{background-color:#3b0764a6!important}.bg-purple-950\/70{background-color:#3b0764b3!important}.bg-purple-950\/75{background-color:#3b0764bf!important}.bg-purple-950\/80{background-color:#3b0764cc!important}.bg-purple-950\/85{background-color:#3b0764d9!important}.bg-purple-950\/90{background-color:#3b0764e6!important}.bg-purple-950\/95{background-color:#3b0764f2!important}.bg-red-100{--tw-bg-opacity: 1 !important;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))!important}.bg-red-100\/0{background-color:#fee2e200!important}.bg-red-100\/10{background-color:#fee2e21a!important}.bg-red-100\/100{background-color:#fee2e2!important}.bg-red-100\/15{background-color:#fee2e226!important}.bg-red-100\/20{background-color:#fee2e233!important}.bg-red-100\/25{background-color:#fee2e240!important}.bg-red-100\/30{background-color:#fee2e24d!important}.bg-red-100\/35{background-color:#fee2e259!important}.bg-red-100\/40{background-color:#fee2e266!important}.bg-red-100\/45{background-color:#fee2e273!important}.bg-red-100\/5{background-color:#fee2e20d!important}.bg-red-100\/50{background-color:#fee2e280!important}.bg-red-100\/55{background-color:#fee2e28c!important}.bg-red-100\/60{background-color:#fee2e299!important}.bg-red-100\/65{background-color:#fee2e2a6!important}.bg-red-100\/70{background-color:#fee2e2b3!important}.bg-red-100\/75{background-color:#fee2e2bf!important}.bg-red-100\/80{background-color:#fee2e2cc!important}.bg-red-100\/85{background-color:#fee2e2d9!important}.bg-red-100\/90{background-color:#fee2e2e6!important}.bg-red-100\/95{background-color:#fee2e2f2!important}.bg-red-200{--tw-bg-opacity: 1 !important;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))!important}.bg-red-200\/0{background-color:#fecaca00!important}.bg-red-200\/10{background-color:#fecaca1a!important}.bg-red-200\/100{background-color:#fecaca!important}.bg-red-200\/15{background-color:#fecaca26!important}.bg-red-200\/20{background-color:#fecaca33!important}.bg-red-200\/25{background-color:#fecaca40!important}.bg-red-200\/30{background-color:#fecaca4d!important}.bg-red-200\/35{background-color:#fecaca59!important}.bg-red-200\/40{background-color:#fecaca66!important}.bg-red-200\/45{background-color:#fecaca73!important}.bg-red-200\/5{background-color:#fecaca0d!important}.bg-red-200\/50{background-color:#fecaca80!important}.bg-red-200\/55{background-color:#fecaca8c!important}.bg-red-200\/60{background-color:#fecaca99!important}.bg-red-200\/65{background-color:#fecacaa6!important}.bg-red-200\/70{background-color:#fecacab3!important}.bg-red-200\/75{background-color:#fecacabf!important}.bg-red-200\/80{background-color:#fecacacc!important}.bg-red-200\/85{background-color:#fecacad9!important}.bg-red-200\/90{background-color:#fecacae6!important}.bg-red-200\/95{background-color:#fecacaf2!important}.bg-red-300{--tw-bg-opacity: 1 !important;background-color:rgb(252 165 165 / var(--tw-bg-opacity, 1))!important}.bg-red-300\/0{background-color:#fca5a500!important}.bg-red-300\/10{background-color:#fca5a51a!important}.bg-red-300\/100{background-color:#fca5a5!important}.bg-red-300\/15{background-color:#fca5a526!important}.bg-red-300\/20{background-color:#fca5a533!important}.bg-red-300\/25{background-color:#fca5a540!important}.bg-red-300\/30{background-color:#fca5a54d!important}.bg-red-300\/35{background-color:#fca5a559!important}.bg-red-300\/40{background-color:#fca5a566!important}.bg-red-300\/45{background-color:#fca5a573!important}.bg-red-300\/5{background-color:#fca5a50d!important}.bg-red-300\/50{background-color:#fca5a580!important}.bg-red-300\/55{background-color:#fca5a58c!important}.bg-red-300\/60{background-color:#fca5a599!important}.bg-red-300\/65{background-color:#fca5a5a6!important}.bg-red-300\/70{background-color:#fca5a5b3!important}.bg-red-300\/75{background-color:#fca5a5bf!important}.bg-red-300\/80{background-color:#fca5a5cc!important}.bg-red-300\/85{background-color:#fca5a5d9!important}.bg-red-300\/90{background-color:#fca5a5e6!important}.bg-red-300\/95{background-color:#fca5a5f2!important}.bg-red-400{--tw-bg-opacity: 1 !important;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))!important}.bg-red-400\/0{background-color:#f8717100!important}.bg-red-400\/10{background-color:#f871711a!important}.bg-red-400\/100{background-color:#f87171!important}.bg-red-400\/15{background-color:#f8717126!important}.bg-red-400\/20{background-color:#f8717133!important}.bg-red-400\/25{background-color:#f8717140!important}.bg-red-400\/30{background-color:#f871714d!important}.bg-red-400\/35{background-color:#f8717159!important}.bg-red-400\/40{background-color:#f8717166!important}.bg-red-400\/45{background-color:#f8717173!important}.bg-red-400\/5{background-color:#f871710d!important}.bg-red-400\/50{background-color:#f8717180!important}.bg-red-400\/55{background-color:#f871718c!important}.bg-red-400\/60{background-color:#f8717199!important}.bg-red-400\/65{background-color:#f87171a6!important}.bg-red-400\/70{background-color:#f87171b3!important}.bg-red-400\/75{background-color:#f87171bf!important}.bg-red-400\/80{background-color:#f87171cc!important}.bg-red-400\/85{background-color:#f87171d9!important}.bg-red-400\/90{background-color:#f87171e6!important}.bg-red-400\/95{background-color:#f87171f2!important}.bg-red-50{--tw-bg-opacity: 1 !important;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))!important}.bg-red-50\/0{background-color:#fef2f200!important}.bg-red-50\/10{background-color:#fef2f21a!important}.bg-red-50\/100{background-color:#fef2f2!important}.bg-red-50\/15{background-color:#fef2f226!important}.bg-red-50\/20{background-color:#fef2f233!important}.bg-red-50\/25{background-color:#fef2f240!important}.bg-red-50\/30{background-color:#fef2f24d!important}.bg-red-50\/35{background-color:#fef2f259!important}.bg-red-50\/40{background-color:#fef2f266!important}.bg-red-50\/45{background-color:#fef2f273!important}.bg-red-50\/5{background-color:#fef2f20d!important}.bg-red-50\/50{background-color:#fef2f280!important}.bg-red-50\/55{background-color:#fef2f28c!important}.bg-red-50\/60{background-color:#fef2f299!important}.bg-red-50\/65{background-color:#fef2f2a6!important}.bg-red-50\/70{background-color:#fef2f2b3!important}.bg-red-50\/75{background-color:#fef2f2bf!important}.bg-red-50\/80{background-color:#fef2f2cc!important}.bg-red-50\/85{background-color:#fef2f2d9!important}.bg-red-50\/90{background-color:#fef2f2e6!important}.bg-red-50\/95{background-color:#fef2f2f2!important}.bg-red-500{--tw-bg-opacity: 1 !important;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))!important}.bg-red-500\/0{background-color:#ef444400!important}.bg-red-500\/10{background-color:#ef44441a!important}.bg-red-500\/100{background-color:#ef4444!important}.bg-red-500\/15{background-color:#ef444426!important}.bg-red-500\/20{background-color:#ef444433!important}.bg-red-500\/25{background-color:#ef444440!important}.bg-red-500\/30{background-color:#ef44444d!important}.bg-red-500\/35{background-color:#ef444459!important}.bg-red-500\/40{background-color:#ef444466!important}.bg-red-500\/45{background-color:#ef444473!important}.bg-red-500\/5{background-color:#ef44440d!important}.bg-red-500\/50{background-color:#ef444480!important}.bg-red-500\/55{background-color:#ef44448c!important}.bg-red-500\/60{background-color:#ef444499!important}.bg-red-500\/65{background-color:#ef4444a6!important}.bg-red-500\/70{background-color:#ef4444b3!important}.bg-red-500\/75{background-color:#ef4444bf!important}.bg-red-500\/80{background-color:#ef4444cc!important}.bg-red-500\/85{background-color:#ef4444d9!important}.bg-red-500\/90{background-color:#ef4444e6!important}.bg-red-500\/95{background-color:#ef4444f2!important}.bg-red-600{--tw-bg-opacity: 1 !important;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))!important}.bg-red-600\/0{background-color:#dc262600!important}.bg-red-600\/10{background-color:#dc26261a!important}.bg-red-600\/100{background-color:#dc2626!important}.bg-red-600\/15{background-color:#dc262626!important}.bg-red-600\/20{background-color:#dc262633!important}.bg-red-600\/25{background-color:#dc262640!important}.bg-red-600\/30{background-color:#dc26264d!important}.bg-red-600\/35{background-color:#dc262659!important}.bg-red-600\/40{background-color:#dc262666!important}.bg-red-600\/45{background-color:#dc262673!important}.bg-red-600\/5{background-color:#dc26260d!important}.bg-red-600\/50{background-color:#dc262680!important}.bg-red-600\/55{background-color:#dc26268c!important}.bg-red-600\/60{background-color:#dc262699!important}.bg-red-600\/65{background-color:#dc2626a6!important}.bg-red-600\/70{background-color:#dc2626b3!important}.bg-red-600\/75{background-color:#dc2626bf!important}.bg-red-600\/80{background-color:#dc2626cc!important}.bg-red-600\/85{background-color:#dc2626d9!important}.bg-red-600\/90{background-color:#dc2626e6!important}.bg-red-600\/95{background-color:#dc2626f2!important}.bg-red-700{--tw-bg-opacity: 1 !important;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))!important}.bg-red-700\/0{background-color:#b91c1c00!important}.bg-red-700\/10{background-color:#b91c1c1a!important}.bg-red-700\/100{background-color:#b91c1c!important}.bg-red-700\/15{background-color:#b91c1c26!important}.bg-red-700\/20{background-color:#b91c1c33!important}.bg-red-700\/25{background-color:#b91c1c40!important}.bg-red-700\/30{background-color:#b91c1c4d!important}.bg-red-700\/35{background-color:#b91c1c59!important}.bg-red-700\/40{background-color:#b91c1c66!important}.bg-red-700\/45{background-color:#b91c1c73!important}.bg-red-700\/5{background-color:#b91c1c0d!important}.bg-red-700\/50{background-color:#b91c1c80!important}.bg-red-700\/55{background-color:#b91c1c8c!important}.bg-red-700\/60{background-color:#b91c1c99!important}.bg-red-700\/65{background-color:#b91c1ca6!important}.bg-red-700\/70{background-color:#b91c1cb3!important}.bg-red-700\/75{background-color:#b91c1cbf!important}.bg-red-700\/80{background-color:#b91c1ccc!important}.bg-red-700\/85{background-color:#b91c1cd9!important}.bg-red-700\/90{background-color:#b91c1ce6!important}.bg-red-700\/95{background-color:#b91c1cf2!important}.bg-red-800{--tw-bg-opacity: 1 !important;background-color:rgb(153 27 27 / var(--tw-bg-opacity, 1))!important}.bg-red-800\/0{background-color:#991b1b00!important}.bg-red-800\/10{background-color:#991b1b1a!important}.bg-red-800\/100{background-color:#991b1b!important}.bg-red-800\/15{background-color:#991b1b26!important}.bg-red-800\/20{background-color:#991b1b33!important}.bg-red-800\/25{background-color:#991b1b40!important}.bg-red-800\/30{background-color:#991b1b4d!important}.bg-red-800\/35{background-color:#991b1b59!important}.bg-red-800\/40{background-color:#991b1b66!important}.bg-red-800\/45{background-color:#991b1b73!important}.bg-red-800\/5{background-color:#991b1b0d!important}.bg-red-800\/50{background-color:#991b1b80!important}.bg-red-800\/55{background-color:#991b1b8c!important}.bg-red-800\/60{background-color:#991b1b99!important}.bg-red-800\/65{background-color:#991b1ba6!important}.bg-red-800\/70{background-color:#991b1bb3!important}.bg-red-800\/75{background-color:#991b1bbf!important}.bg-red-800\/80{background-color:#991b1bcc!important}.bg-red-800\/85{background-color:#991b1bd9!important}.bg-red-800\/90{background-color:#991b1be6!important}.bg-red-800\/95{background-color:#991b1bf2!important}.bg-red-900{--tw-bg-opacity: 1 !important;background-color:rgb(127 29 29 / var(--tw-bg-opacity, 1))!important}.bg-red-900\/0{background-color:#7f1d1d00!important}.bg-red-900\/10{background-color:#7f1d1d1a!important}.bg-red-900\/100{background-color:#7f1d1d!important}.bg-red-900\/15{background-color:#7f1d1d26!important}.bg-red-900\/20{background-color:#7f1d1d33!important}.bg-red-900\/25{background-color:#7f1d1d40!important}.bg-red-900\/30{background-color:#7f1d1d4d!important}.bg-red-900\/35{background-color:#7f1d1d59!important}.bg-red-900\/40{background-color:#7f1d1d66!important}.bg-red-900\/45{background-color:#7f1d1d73!important}.bg-red-900\/5{background-color:#7f1d1d0d!important}.bg-red-900\/50{background-color:#7f1d1d80!important}.bg-red-900\/55{background-color:#7f1d1d8c!important}.bg-red-900\/60{background-color:#7f1d1d99!important}.bg-red-900\/65{background-color:#7f1d1da6!important}.bg-red-900\/70{background-color:#7f1d1db3!important}.bg-red-900\/75{background-color:#7f1d1dbf!important}.bg-red-900\/80{background-color:#7f1d1dcc!important}.bg-red-900\/85{background-color:#7f1d1dd9!important}.bg-red-900\/90{background-color:#7f1d1de6!important}.bg-red-900\/95{background-color:#7f1d1df2!important}.bg-red-950{--tw-bg-opacity: 1 !important;background-color:rgb(69 10 10 / var(--tw-bg-opacity, 1))!important}.bg-red-950\/0{background-color:#450a0a00!important}.bg-red-950\/10{background-color:#450a0a1a!important}.bg-red-950\/100{background-color:#450a0a!important}.bg-red-950\/15{background-color:#450a0a26!important}.bg-red-950\/20{background-color:#450a0a33!important}.bg-red-950\/25{background-color:#450a0a40!important}.bg-red-950\/30{background-color:#450a0a4d!important}.bg-red-950\/35{background-color:#450a0a59!important}.bg-red-950\/40{background-color:#450a0a66!important}.bg-red-950\/45{background-color:#450a0a73!important}.bg-red-950\/5{background-color:#450a0a0d!important}.bg-red-950\/50{background-color:#450a0a80!important}.bg-red-950\/55{background-color:#450a0a8c!important}.bg-red-950\/60{background-color:#450a0a99!important}.bg-red-950\/65{background-color:#450a0aa6!important}.bg-red-950\/70{background-color:#450a0ab3!important}.bg-red-950\/75{background-color:#450a0abf!important}.bg-red-950\/80{background-color:#450a0acc!important}.bg-red-950\/85{background-color:#450a0ad9!important}.bg-red-950\/90{background-color:#450a0ae6!important}.bg-red-950\/95{background-color:#450a0af2!important}.bg-rose-100{--tw-bg-opacity: 1 !important;background-color:rgb(255 228 230 / var(--tw-bg-opacity, 1))!important}.bg-rose-100\/0{background-color:#ffe4e600!important}.bg-rose-100\/10{background-color:#ffe4e61a!important}.bg-rose-100\/100{background-color:#ffe4e6!important}.bg-rose-100\/15{background-color:#ffe4e626!important}.bg-rose-100\/20{background-color:#ffe4e633!important}.bg-rose-100\/25{background-color:#ffe4e640!important}.bg-rose-100\/30{background-color:#ffe4e64d!important}.bg-rose-100\/35{background-color:#ffe4e659!important}.bg-rose-100\/40{background-color:#ffe4e666!important}.bg-rose-100\/45{background-color:#ffe4e673!important}.bg-rose-100\/5{background-color:#ffe4e60d!important}.bg-rose-100\/50{background-color:#ffe4e680!important}.bg-rose-100\/55{background-color:#ffe4e68c!important}.bg-rose-100\/60{background-color:#ffe4e699!important}.bg-rose-100\/65{background-color:#ffe4e6a6!important}.bg-rose-100\/70{background-color:#ffe4e6b3!important}.bg-rose-100\/75{background-color:#ffe4e6bf!important}.bg-rose-100\/80{background-color:#ffe4e6cc!important}.bg-rose-100\/85{background-color:#ffe4e6d9!important}.bg-rose-100\/90{background-color:#ffe4e6e6!important}.bg-rose-100\/95{background-color:#ffe4e6f2!important}.bg-rose-200{--tw-bg-opacity: 1 !important;background-color:rgb(254 205 211 / var(--tw-bg-opacity, 1))!important}.bg-rose-200\/0{background-color:#fecdd300!important}.bg-rose-200\/10{background-color:#fecdd31a!important}.bg-rose-200\/100{background-color:#fecdd3!important}.bg-rose-200\/15{background-color:#fecdd326!important}.bg-rose-200\/20{background-color:#fecdd333!important}.bg-rose-200\/25{background-color:#fecdd340!important}.bg-rose-200\/30{background-color:#fecdd34d!important}.bg-rose-200\/35{background-color:#fecdd359!important}.bg-rose-200\/40{background-color:#fecdd366!important}.bg-rose-200\/45{background-color:#fecdd373!important}.bg-rose-200\/5{background-color:#fecdd30d!important}.bg-rose-200\/50{background-color:#fecdd380!important}.bg-rose-200\/55{background-color:#fecdd38c!important}.bg-rose-200\/60{background-color:#fecdd399!important}.bg-rose-200\/65{background-color:#fecdd3a6!important}.bg-rose-200\/70{background-color:#fecdd3b3!important}.bg-rose-200\/75{background-color:#fecdd3bf!important}.bg-rose-200\/80{background-color:#fecdd3cc!important}.bg-rose-200\/85{background-color:#fecdd3d9!important}.bg-rose-200\/90{background-color:#fecdd3e6!important}.bg-rose-200\/95{background-color:#fecdd3f2!important}.bg-rose-300{--tw-bg-opacity: 1 !important;background-color:rgb(253 164 175 / var(--tw-bg-opacity, 1))!important}.bg-rose-300\/0{background-color:#fda4af00!important}.bg-rose-300\/10{background-color:#fda4af1a!important}.bg-rose-300\/100{background-color:#fda4af!important}.bg-rose-300\/15{background-color:#fda4af26!important}.bg-rose-300\/20{background-color:#fda4af33!important}.bg-rose-300\/25{background-color:#fda4af40!important}.bg-rose-300\/30{background-color:#fda4af4d!important}.bg-rose-300\/35{background-color:#fda4af59!important}.bg-rose-300\/40{background-color:#fda4af66!important}.bg-rose-300\/45{background-color:#fda4af73!important}.bg-rose-300\/5{background-color:#fda4af0d!important}.bg-rose-300\/50{background-color:#fda4af80!important}.bg-rose-300\/55{background-color:#fda4af8c!important}.bg-rose-300\/60{background-color:#fda4af99!important}.bg-rose-300\/65{background-color:#fda4afa6!important}.bg-rose-300\/70{background-color:#fda4afb3!important}.bg-rose-300\/75{background-color:#fda4afbf!important}.bg-rose-300\/80{background-color:#fda4afcc!important}.bg-rose-300\/85{background-color:#fda4afd9!important}.bg-rose-300\/90{background-color:#fda4afe6!important}.bg-rose-300\/95{background-color:#fda4aff2!important}.bg-rose-400{--tw-bg-opacity: 1 !important;background-color:rgb(251 113 133 / var(--tw-bg-opacity, 1))!important}.bg-rose-400\/0{background-color:#fb718500!important}.bg-rose-400\/10{background-color:#fb71851a!important}.bg-rose-400\/100{background-color:#fb7185!important}.bg-rose-400\/15{background-color:#fb718526!important}.bg-rose-400\/20{background-color:#fb718533!important}.bg-rose-400\/25{background-color:#fb718540!important}.bg-rose-400\/30{background-color:#fb71854d!important}.bg-rose-400\/35{background-color:#fb718559!important}.bg-rose-400\/40{background-color:#fb718566!important}.bg-rose-400\/45{background-color:#fb718573!important}.bg-rose-400\/5{background-color:#fb71850d!important}.bg-rose-400\/50{background-color:#fb718580!important}.bg-rose-400\/55{background-color:#fb71858c!important}.bg-rose-400\/60{background-color:#fb718599!important}.bg-rose-400\/65{background-color:#fb7185a6!important}.bg-rose-400\/70{background-color:#fb7185b3!important}.bg-rose-400\/75{background-color:#fb7185bf!important}.bg-rose-400\/80{background-color:#fb7185cc!important}.bg-rose-400\/85{background-color:#fb7185d9!important}.bg-rose-400\/90{background-color:#fb7185e6!important}.bg-rose-400\/95{background-color:#fb7185f2!important}.bg-rose-50{--tw-bg-opacity: 1 !important;background-color:rgb(255 241 242 / var(--tw-bg-opacity, 1))!important}.bg-rose-50\/0{background-color:#fff1f200!important}.bg-rose-50\/10{background-color:#fff1f21a!important}.bg-rose-50\/100{background-color:#fff1f2!important}.bg-rose-50\/15{background-color:#fff1f226!important}.bg-rose-50\/20{background-color:#fff1f233!important}.bg-rose-50\/25{background-color:#fff1f240!important}.bg-rose-50\/30{background-color:#fff1f24d!important}.bg-rose-50\/35{background-color:#fff1f259!important}.bg-rose-50\/40{background-color:#fff1f266!important}.bg-rose-50\/45{background-color:#fff1f273!important}.bg-rose-50\/5{background-color:#fff1f20d!important}.bg-rose-50\/50{background-color:#fff1f280!important}.bg-rose-50\/55{background-color:#fff1f28c!important}.bg-rose-50\/60{background-color:#fff1f299!important}.bg-rose-50\/65{background-color:#fff1f2a6!important}.bg-rose-50\/70{background-color:#fff1f2b3!important}.bg-rose-50\/75{background-color:#fff1f2bf!important}.bg-rose-50\/80{background-color:#fff1f2cc!important}.bg-rose-50\/85{background-color:#fff1f2d9!important}.bg-rose-50\/90{background-color:#fff1f2e6!important}.bg-rose-50\/95{background-color:#fff1f2f2!important}.bg-rose-500{--tw-bg-opacity: 1 !important;background-color:rgb(244 63 94 / var(--tw-bg-opacity, 1))!important}.bg-rose-500\/0{background-color:#f43f5e00!important}.bg-rose-500\/10{background-color:#f43f5e1a!important}.bg-rose-500\/100{background-color:#f43f5e!important}.bg-rose-500\/15{background-color:#f43f5e26!important}.bg-rose-500\/20{background-color:#f43f5e33!important}.bg-rose-500\/25{background-color:#f43f5e40!important}.bg-rose-500\/30{background-color:#f43f5e4d!important}.bg-rose-500\/35{background-color:#f43f5e59!important}.bg-rose-500\/40{background-color:#f43f5e66!important}.bg-rose-500\/45{background-color:#f43f5e73!important}.bg-rose-500\/5{background-color:#f43f5e0d!important}.bg-rose-500\/50{background-color:#f43f5e80!important}.bg-rose-500\/55{background-color:#f43f5e8c!important}.bg-rose-500\/60{background-color:#f43f5e99!important}.bg-rose-500\/65{background-color:#f43f5ea6!important}.bg-rose-500\/70{background-color:#f43f5eb3!important}.bg-rose-500\/75{background-color:#f43f5ebf!important}.bg-rose-500\/80{background-color:#f43f5ecc!important}.bg-rose-500\/85{background-color:#f43f5ed9!important}.bg-rose-500\/90{background-color:#f43f5ee6!important}.bg-rose-500\/95{background-color:#f43f5ef2!important}.bg-rose-600{--tw-bg-opacity: 1 !important;background-color:rgb(225 29 72 / var(--tw-bg-opacity, 1))!important}.bg-rose-600\/0{background-color:#e11d4800!important}.bg-rose-600\/10{background-color:#e11d481a!important}.bg-rose-600\/100{background-color:#e11d48!important}.bg-rose-600\/15{background-color:#e11d4826!important}.bg-rose-600\/20{background-color:#e11d4833!important}.bg-rose-600\/25{background-color:#e11d4840!important}.bg-rose-600\/30{background-color:#e11d484d!important}.bg-rose-600\/35{background-color:#e11d4859!important}.bg-rose-600\/40{background-color:#e11d4866!important}.bg-rose-600\/45{background-color:#e11d4873!important}.bg-rose-600\/5{background-color:#e11d480d!important}.bg-rose-600\/50{background-color:#e11d4880!important}.bg-rose-600\/55{background-color:#e11d488c!important}.bg-rose-600\/60{background-color:#e11d4899!important}.bg-rose-600\/65{background-color:#e11d48a6!important}.bg-rose-600\/70{background-color:#e11d48b3!important}.bg-rose-600\/75{background-color:#e11d48bf!important}.bg-rose-600\/80{background-color:#e11d48cc!important}.bg-rose-600\/85{background-color:#e11d48d9!important}.bg-rose-600\/90{background-color:#e11d48e6!important}.bg-rose-600\/95{background-color:#e11d48f2!important}.bg-rose-700{--tw-bg-opacity: 1 !important;background-color:rgb(190 18 60 / var(--tw-bg-opacity, 1))!important}.bg-rose-700\/0{background-color:#be123c00!important}.bg-rose-700\/10{background-color:#be123c1a!important}.bg-rose-700\/100{background-color:#be123c!important}.bg-rose-700\/15{background-color:#be123c26!important}.bg-rose-700\/20{background-color:#be123c33!important}.bg-rose-700\/25{background-color:#be123c40!important}.bg-rose-700\/30{background-color:#be123c4d!important}.bg-rose-700\/35{background-color:#be123c59!important}.bg-rose-700\/40{background-color:#be123c66!important}.bg-rose-700\/45{background-color:#be123c73!important}.bg-rose-700\/5{background-color:#be123c0d!important}.bg-rose-700\/50{background-color:#be123c80!important}.bg-rose-700\/55{background-color:#be123c8c!important}.bg-rose-700\/60{background-color:#be123c99!important}.bg-rose-700\/65{background-color:#be123ca6!important}.bg-rose-700\/70{background-color:#be123cb3!important}.bg-rose-700\/75{background-color:#be123cbf!important}.bg-rose-700\/80{background-color:#be123ccc!important}.bg-rose-700\/85{background-color:#be123cd9!important}.bg-rose-700\/90{background-color:#be123ce6!important}.bg-rose-700\/95{background-color:#be123cf2!important}.bg-rose-800{--tw-bg-opacity: 1 !important;background-color:rgb(159 18 57 / var(--tw-bg-opacity, 1))!important}.bg-rose-800\/0{background-color:#9f123900!important}.bg-rose-800\/10{background-color:#9f12391a!important}.bg-rose-800\/100{background-color:#9f1239!important}.bg-rose-800\/15{background-color:#9f123926!important}.bg-rose-800\/20{background-color:#9f123933!important}.bg-rose-800\/25{background-color:#9f123940!important}.bg-rose-800\/30{background-color:#9f12394d!important}.bg-rose-800\/35{background-color:#9f123959!important}.bg-rose-800\/40{background-color:#9f123966!important}.bg-rose-800\/45{background-color:#9f123973!important}.bg-rose-800\/5{background-color:#9f12390d!important}.bg-rose-800\/50{background-color:#9f123980!important}.bg-rose-800\/55{background-color:#9f12398c!important}.bg-rose-800\/60{background-color:#9f123999!important}.bg-rose-800\/65{background-color:#9f1239a6!important}.bg-rose-800\/70{background-color:#9f1239b3!important}.bg-rose-800\/75{background-color:#9f1239bf!important}.bg-rose-800\/80{background-color:#9f1239cc!important}.bg-rose-800\/85{background-color:#9f1239d9!important}.bg-rose-800\/90{background-color:#9f1239e6!important}.bg-rose-800\/95{background-color:#9f1239f2!important}.bg-rose-900{--tw-bg-opacity: 1 !important;background-color:rgb(136 19 55 / var(--tw-bg-opacity, 1))!important}.bg-rose-900\/0{background-color:#88133700!important}.bg-rose-900\/10{background-color:#8813371a!important}.bg-rose-900\/100{background-color:#881337!important}.bg-rose-900\/15{background-color:#88133726!important}.bg-rose-900\/20{background-color:#88133733!important}.bg-rose-900\/25{background-color:#88133740!important}.bg-rose-900\/30{background-color:#8813374d!important}.bg-rose-900\/35{background-color:#88133759!important}.bg-rose-900\/40{background-color:#88133766!important}.bg-rose-900\/45{background-color:#88133773!important}.bg-rose-900\/5{background-color:#8813370d!important}.bg-rose-900\/50{background-color:#88133780!important}.bg-rose-900\/55{background-color:#8813378c!important}.bg-rose-900\/60{background-color:#88133799!important}.bg-rose-900\/65{background-color:#881337a6!important}.bg-rose-900\/70{background-color:#881337b3!important}.bg-rose-900\/75{background-color:#881337bf!important}.bg-rose-900\/80{background-color:#881337cc!important}.bg-rose-900\/85{background-color:#881337d9!important}.bg-rose-900\/90{background-color:#881337e6!important}.bg-rose-900\/95{background-color:#881337f2!important}.bg-rose-950{--tw-bg-opacity: 1 !important;background-color:rgb(76 5 25 / var(--tw-bg-opacity, 1))!important}.bg-rose-950\/0{background-color:#4c051900!important}.bg-rose-950\/10{background-color:#4c05191a!important}.bg-rose-950\/100{background-color:#4c0519!important}.bg-rose-950\/15{background-color:#4c051926!important}.bg-rose-950\/20{background-color:#4c051933!important}.bg-rose-950\/25{background-color:#4c051940!important}.bg-rose-950\/30{background-color:#4c05194d!important}.bg-rose-950\/35{background-color:#4c051959!important}.bg-rose-950\/40{background-color:#4c051966!important}.bg-rose-950\/45{background-color:#4c051973!important}.bg-rose-950\/5{background-color:#4c05190d!important}.bg-rose-950\/50{background-color:#4c051980!important}.bg-rose-950\/55{background-color:#4c05198c!important}.bg-rose-950\/60{background-color:#4c051999!important}.bg-rose-950\/65{background-color:#4c0519a6!important}.bg-rose-950\/70{background-color:#4c0519b3!important}.bg-rose-950\/75{background-color:#4c0519bf!important}.bg-rose-950\/80{background-color:#4c0519cc!important}.bg-rose-950\/85{background-color:#4c0519d9!important}.bg-rose-950\/90{background-color:#4c0519e6!important}.bg-rose-950\/95{background-color:#4c0519f2!important}.bg-secondary{--tw-bg-opacity: 1 !important;background-color:rgb(82 129 109 / var(--tw-bg-opacity, 1))!important}.bg-secondary\/0{background-color:#52816d00!important}.bg-secondary\/10{background-color:#52816d1a!important}.bg-secondary\/100{background-color:#52816d!important}.bg-secondary\/15{background-color:#52816d26!important}.bg-secondary\/20{background-color:#52816d33!important}.bg-secondary\/25{background-color:#52816d40!important}.bg-secondary\/30{background-color:#52816d4d!important}.bg-secondary\/35{background-color:#52816d59!important}.bg-secondary\/40{background-color:#52816d66!important}.bg-secondary\/45{background-color:#52816d73!important}.bg-secondary\/5{background-color:#52816d0d!important}.bg-secondary\/50{background-color:#52816d80!important}.bg-secondary\/55{background-color:#52816d8c!important}.bg-secondary\/60{background-color:#52816d99!important}.bg-secondary\/65{background-color:#52816da6!important}.bg-secondary\/70{background-color:#52816db3!important}.bg-secondary\/75{background-color:#52816dbf!important}.bg-secondary\/80{background-color:#52816dcc!important}.bg-secondary\/85{background-color:#52816dd9!important}.bg-secondary\/90{background-color:#52816de6!important}.bg-secondary\/95{background-color:#52816df2!important}.bg-secondaryLight{--tw-bg-opacity: 1 !important;background-color:rgb(241 247 245 / var(--tw-bg-opacity, 1))!important}.bg-secondaryLight\/0{background-color:#f1f7f500!important}.bg-secondaryLight\/10{background-color:#f1f7f51a!important}.bg-secondaryLight\/100{background-color:#f1f7f5!important}.bg-secondaryLight\/15{background-color:#f1f7f526!important}.bg-secondaryLight\/20{background-color:#f1f7f533!important}.bg-secondaryLight\/25{background-color:#f1f7f540!important}.bg-secondaryLight\/30{background-color:#f1f7f54d!important}.bg-secondaryLight\/35{background-color:#f1f7f559!important}.bg-secondaryLight\/40{background-color:#f1f7f566!important}.bg-secondaryLight\/45{background-color:#f1f7f573!important}.bg-secondaryLight\/5{background-color:#f1f7f50d!important}.bg-secondaryLight\/50{background-color:#f1f7f580!important}.bg-secondaryLight\/55{background-color:#f1f7f58c!important}.bg-secondaryLight\/60{background-color:#f1f7f599!important}.bg-secondaryLight\/65{background-color:#f1f7f5a6!important}.bg-secondaryLight\/70{background-color:#f1f7f5b3!important}.bg-secondaryLight\/75{background-color:#f1f7f5bf!important}.bg-secondaryLight\/80{background-color:#f1f7f5cc!important}.bg-secondaryLight\/85{background-color:#f1f7f5d9!important}.bg-secondaryLight\/90{background-color:#f1f7f5e6!important}.bg-secondaryLight\/95{background-color:#f1f7f5f2!important}.bg-sky-100{--tw-bg-opacity: 1 !important;background-color:rgb(224 242 254 / var(--tw-bg-opacity, 1))!important}.bg-sky-100\/0{background-color:#e0f2fe00!important}.bg-sky-100\/10{background-color:#e0f2fe1a!important}.bg-sky-100\/100{background-color:#e0f2fe!important}.bg-sky-100\/15{background-color:#e0f2fe26!important}.bg-sky-100\/20{background-color:#e0f2fe33!important}.bg-sky-100\/25{background-color:#e0f2fe40!important}.bg-sky-100\/30{background-color:#e0f2fe4d!important}.bg-sky-100\/35{background-color:#e0f2fe59!important}.bg-sky-100\/40{background-color:#e0f2fe66!important}.bg-sky-100\/45{background-color:#e0f2fe73!important}.bg-sky-100\/5{background-color:#e0f2fe0d!important}.bg-sky-100\/50{background-color:#e0f2fe80!important}.bg-sky-100\/55{background-color:#e0f2fe8c!important}.bg-sky-100\/60{background-color:#e0f2fe99!important}.bg-sky-100\/65{background-color:#e0f2fea6!important}.bg-sky-100\/70{background-color:#e0f2feb3!important}.bg-sky-100\/75{background-color:#e0f2febf!important}.bg-sky-100\/80{background-color:#e0f2fecc!important}.bg-sky-100\/85{background-color:#e0f2fed9!important}.bg-sky-100\/90{background-color:#e0f2fee6!important}.bg-sky-100\/95{background-color:#e0f2fef2!important}.bg-sky-200{--tw-bg-opacity: 1 !important;background-color:rgb(186 230 253 / var(--tw-bg-opacity, 1))!important}.bg-sky-200\/0{background-color:#bae6fd00!important}.bg-sky-200\/10{background-color:#bae6fd1a!important}.bg-sky-200\/100{background-color:#bae6fd!important}.bg-sky-200\/15{background-color:#bae6fd26!important}.bg-sky-200\/20{background-color:#bae6fd33!important}.bg-sky-200\/25{background-color:#bae6fd40!important}.bg-sky-200\/30{background-color:#bae6fd4d!important}.bg-sky-200\/35{background-color:#bae6fd59!important}.bg-sky-200\/40{background-color:#bae6fd66!important}.bg-sky-200\/45{background-color:#bae6fd73!important}.bg-sky-200\/5{background-color:#bae6fd0d!important}.bg-sky-200\/50{background-color:#bae6fd80!important}.bg-sky-200\/55{background-color:#bae6fd8c!important}.bg-sky-200\/60{background-color:#bae6fd99!important}.bg-sky-200\/65{background-color:#bae6fda6!important}.bg-sky-200\/70{background-color:#bae6fdb3!important}.bg-sky-200\/75{background-color:#bae6fdbf!important}.bg-sky-200\/80{background-color:#bae6fdcc!important}.bg-sky-200\/85{background-color:#bae6fdd9!important}.bg-sky-200\/90{background-color:#bae6fde6!important}.bg-sky-200\/95{background-color:#bae6fdf2!important}.bg-sky-300{--tw-bg-opacity: 1 !important;background-color:rgb(125 211 252 / var(--tw-bg-opacity, 1))!important}.bg-sky-300\/0{background-color:#7dd3fc00!important}.bg-sky-300\/10{background-color:#7dd3fc1a!important}.bg-sky-300\/100{background-color:#7dd3fc!important}.bg-sky-300\/15{background-color:#7dd3fc26!important}.bg-sky-300\/20{background-color:#7dd3fc33!important}.bg-sky-300\/25{background-color:#7dd3fc40!important}.bg-sky-300\/30{background-color:#7dd3fc4d!important}.bg-sky-300\/35{background-color:#7dd3fc59!important}.bg-sky-300\/40{background-color:#7dd3fc66!important}.bg-sky-300\/45{background-color:#7dd3fc73!important}.bg-sky-300\/5{background-color:#7dd3fc0d!important}.bg-sky-300\/50{background-color:#7dd3fc80!important}.bg-sky-300\/55{background-color:#7dd3fc8c!important}.bg-sky-300\/60{background-color:#7dd3fc99!important}.bg-sky-300\/65{background-color:#7dd3fca6!important}.bg-sky-300\/70{background-color:#7dd3fcb3!important}.bg-sky-300\/75{background-color:#7dd3fcbf!important}.bg-sky-300\/80{background-color:#7dd3fccc!important}.bg-sky-300\/85{background-color:#7dd3fcd9!important}.bg-sky-300\/90{background-color:#7dd3fce6!important}.bg-sky-300\/95{background-color:#7dd3fcf2!important}.bg-sky-400{--tw-bg-opacity: 1 !important;background-color:rgb(56 189 248 / var(--tw-bg-opacity, 1))!important}.bg-sky-400\/0{background-color:#38bdf800!important}.bg-sky-400\/10{background-color:#38bdf81a!important}.bg-sky-400\/100{background-color:#38bdf8!important}.bg-sky-400\/15{background-color:#38bdf826!important}.bg-sky-400\/20{background-color:#38bdf833!important}.bg-sky-400\/25{background-color:#38bdf840!important}.bg-sky-400\/30{background-color:#38bdf84d!important}.bg-sky-400\/35{background-color:#38bdf859!important}.bg-sky-400\/40{background-color:#38bdf866!important}.bg-sky-400\/45{background-color:#38bdf873!important}.bg-sky-400\/5{background-color:#38bdf80d!important}.bg-sky-400\/50{background-color:#38bdf880!important}.bg-sky-400\/55{background-color:#38bdf88c!important}.bg-sky-400\/60{background-color:#38bdf899!important}.bg-sky-400\/65{background-color:#38bdf8a6!important}.bg-sky-400\/70{background-color:#38bdf8b3!important}.bg-sky-400\/75{background-color:#38bdf8bf!important}.bg-sky-400\/80{background-color:#38bdf8cc!important}.bg-sky-400\/85{background-color:#38bdf8d9!important}.bg-sky-400\/90{background-color:#38bdf8e6!important}.bg-sky-400\/95{background-color:#38bdf8f2!important}.bg-sky-50{--tw-bg-opacity: 1 !important;background-color:rgb(240 249 255 / var(--tw-bg-opacity, 1))!important}.bg-sky-50\/0{background-color:#f0f9ff00!important}.bg-sky-50\/10{background-color:#f0f9ff1a!important}.bg-sky-50\/100{background-color:#f0f9ff!important}.bg-sky-50\/15{background-color:#f0f9ff26!important}.bg-sky-50\/20{background-color:#f0f9ff33!important}.bg-sky-50\/25{background-color:#f0f9ff40!important}.bg-sky-50\/30{background-color:#f0f9ff4d!important}.bg-sky-50\/35{background-color:#f0f9ff59!important}.bg-sky-50\/40{background-color:#f0f9ff66!important}.bg-sky-50\/45{background-color:#f0f9ff73!important}.bg-sky-50\/5{background-color:#f0f9ff0d!important}.bg-sky-50\/50{background-color:#f0f9ff80!important}.bg-sky-50\/55{background-color:#f0f9ff8c!important}.bg-sky-50\/60{background-color:#f0f9ff99!important}.bg-sky-50\/65{background-color:#f0f9ffa6!important}.bg-sky-50\/70{background-color:#f0f9ffb3!important}.bg-sky-50\/75{background-color:#f0f9ffbf!important}.bg-sky-50\/80{background-color:#f0f9ffcc!important}.bg-sky-50\/85{background-color:#f0f9ffd9!important}.bg-sky-50\/90{background-color:#f0f9ffe6!important}.bg-sky-50\/95{background-color:#f0f9fff2!important}.bg-sky-500{--tw-bg-opacity: 1 !important;background-color:rgb(14 165 233 / var(--tw-bg-opacity, 1))!important}.bg-sky-500\/0{background-color:#0ea5e900!important}.bg-sky-500\/10{background-color:#0ea5e91a!important}.bg-sky-500\/100{background-color:#0ea5e9!important}.bg-sky-500\/15{background-color:#0ea5e926!important}.bg-sky-500\/20{background-color:#0ea5e933!important}.bg-sky-500\/25{background-color:#0ea5e940!important}.bg-sky-500\/30{background-color:#0ea5e94d!important}.bg-sky-500\/35{background-color:#0ea5e959!important}.bg-sky-500\/40{background-color:#0ea5e966!important}.bg-sky-500\/45{background-color:#0ea5e973!important}.bg-sky-500\/5{background-color:#0ea5e90d!important}.bg-sky-500\/50{background-color:#0ea5e980!important}.bg-sky-500\/55{background-color:#0ea5e98c!important}.bg-sky-500\/60{background-color:#0ea5e999!important}.bg-sky-500\/65{background-color:#0ea5e9a6!important}.bg-sky-500\/70{background-color:#0ea5e9b3!important}.bg-sky-500\/75{background-color:#0ea5e9bf!important}.bg-sky-500\/80{background-color:#0ea5e9cc!important}.bg-sky-500\/85{background-color:#0ea5e9d9!important}.bg-sky-500\/90{background-color:#0ea5e9e6!important}.bg-sky-500\/95{background-color:#0ea5e9f2!important}.bg-sky-600{--tw-bg-opacity: 1 !important;background-color:rgb(2 132 199 / var(--tw-bg-opacity, 1))!important}.bg-sky-600\/0{background-color:#0284c700!important}.bg-sky-600\/10{background-color:#0284c71a!important}.bg-sky-600\/100{background-color:#0284c7!important}.bg-sky-600\/15{background-color:#0284c726!important}.bg-sky-600\/20{background-color:#0284c733!important}.bg-sky-600\/25{background-color:#0284c740!important}.bg-sky-600\/30{background-color:#0284c74d!important}.bg-sky-600\/35{background-color:#0284c759!important}.bg-sky-600\/40{background-color:#0284c766!important}.bg-sky-600\/45{background-color:#0284c773!important}.bg-sky-600\/5{background-color:#0284c70d!important}.bg-sky-600\/50{background-color:#0284c780!important}.bg-sky-600\/55{background-color:#0284c78c!important}.bg-sky-600\/60{background-color:#0284c799!important}.bg-sky-600\/65{background-color:#0284c7a6!important}.bg-sky-600\/70{background-color:#0284c7b3!important}.bg-sky-600\/75{background-color:#0284c7bf!important}.bg-sky-600\/80{background-color:#0284c7cc!important}.bg-sky-600\/85{background-color:#0284c7d9!important}.bg-sky-600\/90{background-color:#0284c7e6!important}.bg-sky-600\/95{background-color:#0284c7f2!important}.bg-sky-700{--tw-bg-opacity: 1 !important;background-color:rgb(3 105 161 / var(--tw-bg-opacity, 1))!important}.bg-sky-700\/0{background-color:#0369a100!important}.bg-sky-700\/10{background-color:#0369a11a!important}.bg-sky-700\/100{background-color:#0369a1!important}.bg-sky-700\/15{background-color:#0369a126!important}.bg-sky-700\/20{background-color:#0369a133!important}.bg-sky-700\/25{background-color:#0369a140!important}.bg-sky-700\/30{background-color:#0369a14d!important}.bg-sky-700\/35{background-color:#0369a159!important}.bg-sky-700\/40{background-color:#0369a166!important}.bg-sky-700\/45{background-color:#0369a173!important}.bg-sky-700\/5{background-color:#0369a10d!important}.bg-sky-700\/50{background-color:#0369a180!important}.bg-sky-700\/55{background-color:#0369a18c!important}.bg-sky-700\/60{background-color:#0369a199!important}.bg-sky-700\/65{background-color:#0369a1a6!important}.bg-sky-700\/70{background-color:#0369a1b3!important}.bg-sky-700\/75{background-color:#0369a1bf!important}.bg-sky-700\/80{background-color:#0369a1cc!important}.bg-sky-700\/85{background-color:#0369a1d9!important}.bg-sky-700\/90{background-color:#0369a1e6!important}.bg-sky-700\/95{background-color:#0369a1f2!important}.bg-sky-800{--tw-bg-opacity: 1 !important;background-color:rgb(7 89 133 / var(--tw-bg-opacity, 1))!important}.bg-sky-800\/0{background-color:#07598500!important}.bg-sky-800\/10{background-color:#0759851a!important}.bg-sky-800\/100{background-color:#075985!important}.bg-sky-800\/15{background-color:#07598526!important}.bg-sky-800\/20{background-color:#07598533!important}.bg-sky-800\/25{background-color:#07598540!important}.bg-sky-800\/30{background-color:#0759854d!important}.bg-sky-800\/35{background-color:#07598559!important}.bg-sky-800\/40{background-color:#07598566!important}.bg-sky-800\/45{background-color:#07598573!important}.bg-sky-800\/5{background-color:#0759850d!important}.bg-sky-800\/50{background-color:#07598580!important}.bg-sky-800\/55{background-color:#0759858c!important}.bg-sky-800\/60{background-color:#07598599!important}.bg-sky-800\/65{background-color:#075985a6!important}.bg-sky-800\/70{background-color:#075985b3!important}.bg-sky-800\/75{background-color:#075985bf!important}.bg-sky-800\/80{background-color:#075985cc!important}.bg-sky-800\/85{background-color:#075985d9!important}.bg-sky-800\/90{background-color:#075985e6!important}.bg-sky-800\/95{background-color:#075985f2!important}.bg-sky-900{--tw-bg-opacity: 1 !important;background-color:rgb(12 74 110 / var(--tw-bg-opacity, 1))!important}.bg-sky-900\/0{background-color:#0c4a6e00!important}.bg-sky-900\/10{background-color:#0c4a6e1a!important}.bg-sky-900\/100{background-color:#0c4a6e!important}.bg-sky-900\/15{background-color:#0c4a6e26!important}.bg-sky-900\/20{background-color:#0c4a6e33!important}.bg-sky-900\/25{background-color:#0c4a6e40!important}.bg-sky-900\/30{background-color:#0c4a6e4d!important}.bg-sky-900\/35{background-color:#0c4a6e59!important}.bg-sky-900\/40{background-color:#0c4a6e66!important}.bg-sky-900\/45{background-color:#0c4a6e73!important}.bg-sky-900\/5{background-color:#0c4a6e0d!important}.bg-sky-900\/50{background-color:#0c4a6e80!important}.bg-sky-900\/55{background-color:#0c4a6e8c!important}.bg-sky-900\/60{background-color:#0c4a6e99!important}.bg-sky-900\/65{background-color:#0c4a6ea6!important}.bg-sky-900\/70{background-color:#0c4a6eb3!important}.bg-sky-900\/75{background-color:#0c4a6ebf!important}.bg-sky-900\/80{background-color:#0c4a6ecc!important}.bg-sky-900\/85{background-color:#0c4a6ed9!important}.bg-sky-900\/90{background-color:#0c4a6ee6!important}.bg-sky-900\/95{background-color:#0c4a6ef2!important}.bg-sky-950{--tw-bg-opacity: 1 !important;background-color:rgb(8 47 73 / var(--tw-bg-opacity, 1))!important}.bg-sky-950\/0{background-color:#082f4900!important}.bg-sky-950\/10{background-color:#082f491a!important}.bg-sky-950\/100{background-color:#082f49!important}.bg-sky-950\/15{background-color:#082f4926!important}.bg-sky-950\/20{background-color:#082f4933!important}.bg-sky-950\/25{background-color:#082f4940!important}.bg-sky-950\/30{background-color:#082f494d!important}.bg-sky-950\/35{background-color:#082f4959!important}.bg-sky-950\/40{background-color:#082f4966!important}.bg-sky-950\/45{background-color:#082f4973!important}.bg-sky-950\/5{background-color:#082f490d!important}.bg-sky-950\/50{background-color:#082f4980!important}.bg-sky-950\/55{background-color:#082f498c!important}.bg-sky-950\/60{background-color:#082f4999!important}.bg-sky-950\/65{background-color:#082f49a6!important}.bg-sky-950\/70{background-color:#082f49b3!important}.bg-sky-950\/75{background-color:#082f49bf!important}.bg-sky-950\/80{background-color:#082f49cc!important}.bg-sky-950\/85{background-color:#082f49d9!important}.bg-sky-950\/90{background-color:#082f49e6!important}.bg-sky-950\/95{background-color:#082f49f2!important}.bg-slate-100{--tw-bg-opacity: 1 !important;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))!important}.bg-slate-100\/0{background-color:#f1f5f900!important}.bg-slate-100\/10{background-color:#f1f5f91a!important}.bg-slate-100\/100{background-color:#f1f5f9!important}.bg-slate-100\/15{background-color:#f1f5f926!important}.bg-slate-100\/20{background-color:#f1f5f933!important}.bg-slate-100\/25{background-color:#f1f5f940!important}.bg-slate-100\/30{background-color:#f1f5f94d!important}.bg-slate-100\/35{background-color:#f1f5f959!important}.bg-slate-100\/40{background-color:#f1f5f966!important}.bg-slate-100\/45{background-color:#f1f5f973!important}.bg-slate-100\/5{background-color:#f1f5f90d!important}.bg-slate-100\/50{background-color:#f1f5f980!important}.bg-slate-100\/55{background-color:#f1f5f98c!important}.bg-slate-100\/60{background-color:#f1f5f999!important}.bg-slate-100\/65{background-color:#f1f5f9a6!important}.bg-slate-100\/70{background-color:#f1f5f9b3!important}.bg-slate-100\/75{background-color:#f1f5f9bf!important}.bg-slate-100\/80{background-color:#f1f5f9cc!important}.bg-slate-100\/85{background-color:#f1f5f9d9!important}.bg-slate-100\/90{background-color:#f1f5f9e6!important}.bg-slate-100\/95{background-color:#f1f5f9f2!important}.bg-slate-200{--tw-bg-opacity: 1 !important;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))!important}.bg-slate-200\/0{background-color:#e2e8f000!important}.bg-slate-200\/10{background-color:#e2e8f01a!important}.bg-slate-200\/100{background-color:#e2e8f0!important}.bg-slate-200\/15{background-color:#e2e8f026!important}.bg-slate-200\/20{background-color:#e2e8f033!important}.bg-slate-200\/25{background-color:#e2e8f040!important}.bg-slate-200\/30{background-color:#e2e8f04d!important}.bg-slate-200\/35{background-color:#e2e8f059!important}.bg-slate-200\/40{background-color:#e2e8f066!important}.bg-slate-200\/45{background-color:#e2e8f073!important}.bg-slate-200\/5{background-color:#e2e8f00d!important}.bg-slate-200\/50{background-color:#e2e8f080!important}.bg-slate-200\/55{background-color:#e2e8f08c!important}.bg-slate-200\/60{background-color:#e2e8f099!important}.bg-slate-200\/65{background-color:#e2e8f0a6!important}.bg-slate-200\/70{background-color:#e2e8f0b3!important}.bg-slate-200\/75{background-color:#e2e8f0bf!important}.bg-slate-200\/80{background-color:#e2e8f0cc!important}.bg-slate-200\/85{background-color:#e2e8f0d9!important}.bg-slate-200\/90{background-color:#e2e8f0e6!important}.bg-slate-200\/95{background-color:#e2e8f0f2!important}.bg-slate-300{--tw-bg-opacity: 1 !important;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))!important}.bg-slate-300\/0{background-color:#cbd5e100!important}.bg-slate-300\/10{background-color:#cbd5e11a!important}.bg-slate-300\/100{background-color:#cbd5e1!important}.bg-slate-300\/15{background-color:#cbd5e126!important}.bg-slate-300\/20{background-color:#cbd5e133!important}.bg-slate-300\/25{background-color:#cbd5e140!important}.bg-slate-300\/30{background-color:#cbd5e14d!important}.bg-slate-300\/35{background-color:#cbd5e159!important}.bg-slate-300\/40{background-color:#cbd5e166!important}.bg-slate-300\/45{background-color:#cbd5e173!important}.bg-slate-300\/5{background-color:#cbd5e10d!important}.bg-slate-300\/50{background-color:#cbd5e180!important}.bg-slate-300\/55{background-color:#cbd5e18c!important}.bg-slate-300\/60{background-color:#cbd5e199!important}.bg-slate-300\/65{background-color:#cbd5e1a6!important}.bg-slate-300\/70{background-color:#cbd5e1b3!important}.bg-slate-300\/75{background-color:#cbd5e1bf!important}.bg-slate-300\/80{background-color:#cbd5e1cc!important}.bg-slate-300\/85{background-color:#cbd5e1d9!important}.bg-slate-300\/90{background-color:#cbd5e1e6!important}.bg-slate-300\/95{background-color:#cbd5e1f2!important}.bg-slate-400{--tw-bg-opacity: 1 !important;background-color:rgb(148 163 184 / var(--tw-bg-opacity, 1))!important}.bg-slate-400\/0{background-color:#94a3b800!important}.bg-slate-400\/10{background-color:#94a3b81a!important}.bg-slate-400\/100{background-color:#94a3b8!important}.bg-slate-400\/15{background-color:#94a3b826!important}.bg-slate-400\/20{background-color:#94a3b833!important}.bg-slate-400\/25{background-color:#94a3b840!important}.bg-slate-400\/30{background-color:#94a3b84d!important}.bg-slate-400\/35{background-color:#94a3b859!important}.bg-slate-400\/40{background-color:#94a3b866!important}.bg-slate-400\/45{background-color:#94a3b873!important}.bg-slate-400\/5{background-color:#94a3b80d!important}.bg-slate-400\/50{background-color:#94a3b880!important}.bg-slate-400\/55{background-color:#94a3b88c!important}.bg-slate-400\/60{background-color:#94a3b899!important}.bg-slate-400\/65{background-color:#94a3b8a6!important}.bg-slate-400\/70{background-color:#94a3b8b3!important}.bg-slate-400\/75{background-color:#94a3b8bf!important}.bg-slate-400\/80{background-color:#94a3b8cc!important}.bg-slate-400\/85{background-color:#94a3b8d9!important}.bg-slate-400\/90{background-color:#94a3b8e6!important}.bg-slate-400\/95{background-color:#94a3b8f2!important}.bg-slate-50{--tw-bg-opacity: 1 !important;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))!important}.bg-slate-50\/0{background-color:#f8fafc00!important}.bg-slate-50\/10{background-color:#f8fafc1a!important}.bg-slate-50\/100{background-color:#f8fafc!important}.bg-slate-50\/15{background-color:#f8fafc26!important}.bg-slate-50\/20{background-color:#f8fafc33!important}.bg-slate-50\/25{background-color:#f8fafc40!important}.bg-slate-50\/30{background-color:#f8fafc4d!important}.bg-slate-50\/35{background-color:#f8fafc59!important}.bg-slate-50\/40{background-color:#f8fafc66!important}.bg-slate-50\/45{background-color:#f8fafc73!important}.bg-slate-50\/5{background-color:#f8fafc0d!important}.bg-slate-50\/50{background-color:#f8fafc80!important}.bg-slate-50\/55{background-color:#f8fafc8c!important}.bg-slate-50\/60{background-color:#f8fafc99!important}.bg-slate-50\/65{background-color:#f8fafca6!important}.bg-slate-50\/70{background-color:#f8fafcb3!important}.bg-slate-50\/75{background-color:#f8fafcbf!important}.bg-slate-50\/80{background-color:#f8fafccc!important}.bg-slate-50\/85{background-color:#f8fafcd9!important}.bg-slate-50\/90{background-color:#f8fafce6!important}.bg-slate-50\/95{background-color:#f8fafcf2!important}.bg-slate-500{--tw-bg-opacity: 1 !important;background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1))!important}.bg-slate-500\/0{background-color:#64748b00!important}.bg-slate-500\/10{background-color:#64748b1a!important}.bg-slate-500\/100{background-color:#64748b!important}.bg-slate-500\/15{background-color:#64748b26!important}.bg-slate-500\/20{background-color:#64748b33!important}.bg-slate-500\/25{background-color:#64748b40!important}.bg-slate-500\/30{background-color:#64748b4d!important}.bg-slate-500\/35{background-color:#64748b59!important}.bg-slate-500\/40{background-color:#64748b66!important}.bg-slate-500\/45{background-color:#64748b73!important}.bg-slate-500\/5{background-color:#64748b0d!important}.bg-slate-500\/50{background-color:#64748b80!important}.bg-slate-500\/55{background-color:#64748b8c!important}.bg-slate-500\/60{background-color:#64748b99!important}.bg-slate-500\/65{background-color:#64748ba6!important}.bg-slate-500\/70{background-color:#64748bb3!important}.bg-slate-500\/75{background-color:#64748bbf!important}.bg-slate-500\/80{background-color:#64748bcc!important}.bg-slate-500\/85{background-color:#64748bd9!important}.bg-slate-500\/90{background-color:#64748be6!important}.bg-slate-500\/95{background-color:#64748bf2!important}.bg-slate-600{--tw-bg-opacity: 1 !important;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))!important}.bg-slate-600\/0{background-color:#47556900!important}.bg-slate-600\/10{background-color:#4755691a!important}.bg-slate-600\/100{background-color:#475569!important}.bg-slate-600\/15{background-color:#47556926!important}.bg-slate-600\/20{background-color:#47556933!important}.bg-slate-600\/25{background-color:#47556940!important}.bg-slate-600\/30{background-color:#4755694d!important}.bg-slate-600\/35{background-color:#47556959!important}.bg-slate-600\/40{background-color:#47556966!important}.bg-slate-600\/45{background-color:#47556973!important}.bg-slate-600\/5{background-color:#4755690d!important}.bg-slate-600\/50{background-color:#47556980!important}.bg-slate-600\/55{background-color:#4755698c!important}.bg-slate-600\/60{background-color:#47556999!important}.bg-slate-600\/65{background-color:#475569a6!important}.bg-slate-600\/70{background-color:#475569b3!important}.bg-slate-600\/75{background-color:#475569bf!important}.bg-slate-600\/80{background-color:#475569cc!important}.bg-slate-600\/85{background-color:#475569d9!important}.bg-slate-600\/90{background-color:#475569e6!important}.bg-slate-600\/95{background-color:#475569f2!important}.bg-slate-700{--tw-bg-opacity: 1 !important;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))!important}.bg-slate-700\/0{background-color:#33415500!important}.bg-slate-700\/10{background-color:#3341551a!important}.bg-slate-700\/100{background-color:#334155!important}.bg-slate-700\/15{background-color:#33415526!important}.bg-slate-700\/20{background-color:#33415533!important}.bg-slate-700\/25{background-color:#33415540!important}.bg-slate-700\/30{background-color:#3341554d!important}.bg-slate-700\/35{background-color:#33415559!important}.bg-slate-700\/40{background-color:#33415566!important}.bg-slate-700\/45{background-color:#33415573!important}.bg-slate-700\/5{background-color:#3341550d!important}.bg-slate-700\/50{background-color:#33415580!important}.bg-slate-700\/55{background-color:#3341558c!important}.bg-slate-700\/60{background-color:#33415599!important}.bg-slate-700\/65{background-color:#334155a6!important}.bg-slate-700\/70{background-color:#334155b3!important}.bg-slate-700\/75{background-color:#334155bf!important}.bg-slate-700\/80{background-color:#334155cc!important}.bg-slate-700\/85{background-color:#334155d9!important}.bg-slate-700\/90{background-color:#334155e6!important}.bg-slate-700\/95{background-color:#334155f2!important}.bg-slate-800{--tw-bg-opacity: 1 !important;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))!important}.bg-slate-800\/0{background-color:#1e293b00!important}.bg-slate-800\/10{background-color:#1e293b1a!important}.bg-slate-800\/100{background-color:#1e293b!important}.bg-slate-800\/15{background-color:#1e293b26!important}.bg-slate-800\/20{background-color:#1e293b33!important}.bg-slate-800\/25{background-color:#1e293b40!important}.bg-slate-800\/30{background-color:#1e293b4d!important}.bg-slate-800\/35{background-color:#1e293b59!important}.bg-slate-800\/40{background-color:#1e293b66!important}.bg-slate-800\/45{background-color:#1e293b73!important}.bg-slate-800\/5{background-color:#1e293b0d!important}.bg-slate-800\/50{background-color:#1e293b80!important}.bg-slate-800\/55{background-color:#1e293b8c!important}.bg-slate-800\/60{background-color:#1e293b99!important}.bg-slate-800\/65{background-color:#1e293ba6!important}.bg-slate-800\/70{background-color:#1e293bb3!important}.bg-slate-800\/75{background-color:#1e293bbf!important}.bg-slate-800\/80{background-color:#1e293bcc!important}.bg-slate-800\/85{background-color:#1e293bd9!important}.bg-slate-800\/90{background-color:#1e293be6!important}.bg-slate-800\/95{background-color:#1e293bf2!important}.bg-slate-900{--tw-bg-opacity: 1 !important;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))!important}.bg-slate-900\/0{background-color:#0f172a00!important}.bg-slate-900\/10{background-color:#0f172a1a!important}.bg-slate-900\/100{background-color:#0f172a!important}.bg-slate-900\/15{background-color:#0f172a26!important}.bg-slate-900\/20{background-color:#0f172a33!important}.bg-slate-900\/25{background-color:#0f172a40!important}.bg-slate-900\/30{background-color:#0f172a4d!important}.bg-slate-900\/35{background-color:#0f172a59!important}.bg-slate-900\/40{background-color:#0f172a66!important}.bg-slate-900\/45{background-color:#0f172a73!important}.bg-slate-900\/5{background-color:#0f172a0d!important}.bg-slate-900\/50{background-color:#0f172a80!important}.bg-slate-900\/55{background-color:#0f172a8c!important}.bg-slate-900\/60{background-color:#0f172a99!important}.bg-slate-900\/65{background-color:#0f172aa6!important}.bg-slate-900\/70{background-color:#0f172ab3!important}.bg-slate-900\/75{background-color:#0f172abf!important}.bg-slate-900\/80{background-color:#0f172acc!important}.bg-slate-900\/85{background-color:#0f172ad9!important}.bg-slate-900\/90{background-color:#0f172ae6!important}.bg-slate-900\/95{background-color:#0f172af2!important}.bg-slate-950{--tw-bg-opacity: 1 !important;background-color:rgb(2 6 23 / var(--tw-bg-opacity, 1))!important}.bg-slate-950\/0{background-color:#02061700!important}.bg-slate-950\/10{background-color:#0206171a!important}.bg-slate-950\/100{background-color:#020617!important}.bg-slate-950\/15{background-color:#02061726!important}.bg-slate-950\/20{background-color:#02061733!important}.bg-slate-950\/25{background-color:#02061740!important}.bg-slate-950\/30{background-color:#0206174d!important}.bg-slate-950\/35{background-color:#02061759!important}.bg-slate-950\/40{background-color:#02061766!important}.bg-slate-950\/45{background-color:#02061773!important}.bg-slate-950\/5{background-color:#0206170d!important}.bg-slate-950\/50{background-color:#02061780!important}.bg-slate-950\/55{background-color:#0206178c!important}.bg-slate-950\/60{background-color:#02061799!important}.bg-slate-950\/65{background-color:#020617a6!important}.bg-slate-950\/70{background-color:#020617b3!important}.bg-slate-950\/75{background-color:#020617bf!important}.bg-slate-950\/80{background-color:#020617cc!important}.bg-slate-950\/85{background-color:#020617d9!important}.bg-slate-950\/90{background-color:#020617e6!important}.bg-slate-950\/95{background-color:#020617f2!important}.bg-stone-100{--tw-bg-opacity: 1 !important;background-color:rgb(245 245 244 / var(--tw-bg-opacity, 1))!important}.bg-stone-100\/0{background-color:#f5f5f400!important}.bg-stone-100\/10{background-color:#f5f5f41a!important}.bg-stone-100\/100{background-color:#f5f5f4!important}.bg-stone-100\/15{background-color:#f5f5f426!important}.bg-stone-100\/20{background-color:#f5f5f433!important}.bg-stone-100\/25{background-color:#f5f5f440!important}.bg-stone-100\/30{background-color:#f5f5f44d!important}.bg-stone-100\/35{background-color:#f5f5f459!important}.bg-stone-100\/40{background-color:#f5f5f466!important}.bg-stone-100\/45{background-color:#f5f5f473!important}.bg-stone-100\/5{background-color:#f5f5f40d!important}.bg-stone-100\/50{background-color:#f5f5f480!important}.bg-stone-100\/55{background-color:#f5f5f48c!important}.bg-stone-100\/60{background-color:#f5f5f499!important}.bg-stone-100\/65{background-color:#f5f5f4a6!important}.bg-stone-100\/70{background-color:#f5f5f4b3!important}.bg-stone-100\/75{background-color:#f5f5f4bf!important}.bg-stone-100\/80{background-color:#f5f5f4cc!important}.bg-stone-100\/85{background-color:#f5f5f4d9!important}.bg-stone-100\/90{background-color:#f5f5f4e6!important}.bg-stone-100\/95{background-color:#f5f5f4f2!important}.bg-stone-200{--tw-bg-opacity: 1 !important;background-color:rgb(231 229 228 / var(--tw-bg-opacity, 1))!important}.bg-stone-200\/0{background-color:#e7e5e400!important}.bg-stone-200\/10{background-color:#e7e5e41a!important}.bg-stone-200\/100{background-color:#e7e5e4!important}.bg-stone-200\/15{background-color:#e7e5e426!important}.bg-stone-200\/20{background-color:#e7e5e433!important}.bg-stone-200\/25{background-color:#e7e5e440!important}.bg-stone-200\/30{background-color:#e7e5e44d!important}.bg-stone-200\/35{background-color:#e7e5e459!important}.bg-stone-200\/40{background-color:#e7e5e466!important}.bg-stone-200\/45{background-color:#e7e5e473!important}.bg-stone-200\/5{background-color:#e7e5e40d!important}.bg-stone-200\/50{background-color:#e7e5e480!important}.bg-stone-200\/55{background-color:#e7e5e48c!important}.bg-stone-200\/60{background-color:#e7e5e499!important}.bg-stone-200\/65{background-color:#e7e5e4a6!important}.bg-stone-200\/70{background-color:#e7e5e4b3!important}.bg-stone-200\/75{background-color:#e7e5e4bf!important}.bg-stone-200\/80{background-color:#e7e5e4cc!important}.bg-stone-200\/85{background-color:#e7e5e4d9!important}.bg-stone-200\/90{background-color:#e7e5e4e6!important}.bg-stone-200\/95{background-color:#e7e5e4f2!important}.bg-stone-300{--tw-bg-opacity: 1 !important;background-color:rgb(214 211 209 / var(--tw-bg-opacity, 1))!important}.bg-stone-300\/0{background-color:#d6d3d100!important}.bg-stone-300\/10{background-color:#d6d3d11a!important}.bg-stone-300\/100{background-color:#d6d3d1!important}.bg-stone-300\/15{background-color:#d6d3d126!important}.bg-stone-300\/20{background-color:#d6d3d133!important}.bg-stone-300\/25{background-color:#d6d3d140!important}.bg-stone-300\/30{background-color:#d6d3d14d!important}.bg-stone-300\/35{background-color:#d6d3d159!important}.bg-stone-300\/40{background-color:#d6d3d166!important}.bg-stone-300\/45{background-color:#d6d3d173!important}.bg-stone-300\/5{background-color:#d6d3d10d!important}.bg-stone-300\/50{background-color:#d6d3d180!important}.bg-stone-300\/55{background-color:#d6d3d18c!important}.bg-stone-300\/60{background-color:#d6d3d199!important}.bg-stone-300\/65{background-color:#d6d3d1a6!important}.bg-stone-300\/70{background-color:#d6d3d1b3!important}.bg-stone-300\/75{background-color:#d6d3d1bf!important}.bg-stone-300\/80{background-color:#d6d3d1cc!important}.bg-stone-300\/85{background-color:#d6d3d1d9!important}.bg-stone-300\/90{background-color:#d6d3d1e6!important}.bg-stone-300\/95{background-color:#d6d3d1f2!important}.bg-stone-400{--tw-bg-opacity: 1 !important;background-color:rgb(168 162 158 / var(--tw-bg-opacity, 1))!important}.bg-stone-400\/0{background-color:#a8a29e00!important}.bg-stone-400\/10{background-color:#a8a29e1a!important}.bg-stone-400\/100{background-color:#a8a29e!important}.bg-stone-400\/15{background-color:#a8a29e26!important}.bg-stone-400\/20{background-color:#a8a29e33!important}.bg-stone-400\/25{background-color:#a8a29e40!important}.bg-stone-400\/30{background-color:#a8a29e4d!important}.bg-stone-400\/35{background-color:#a8a29e59!important}.bg-stone-400\/40{background-color:#a8a29e66!important}.bg-stone-400\/45{background-color:#a8a29e73!important}.bg-stone-400\/5{background-color:#a8a29e0d!important}.bg-stone-400\/50{background-color:#a8a29e80!important}.bg-stone-400\/55{background-color:#a8a29e8c!important}.bg-stone-400\/60{background-color:#a8a29e99!important}.bg-stone-400\/65{background-color:#a8a29ea6!important}.bg-stone-400\/70{background-color:#a8a29eb3!important}.bg-stone-400\/75{background-color:#a8a29ebf!important}.bg-stone-400\/80{background-color:#a8a29ecc!important}.bg-stone-400\/85{background-color:#a8a29ed9!important}.bg-stone-400\/90{background-color:#a8a29ee6!important}.bg-stone-400\/95{background-color:#a8a29ef2!important}.bg-stone-50{--tw-bg-opacity: 1 !important;background-color:rgb(250 250 249 / var(--tw-bg-opacity, 1))!important}.bg-stone-50\/0{background-color:#fafaf900!important}.bg-stone-50\/10{background-color:#fafaf91a!important}.bg-stone-50\/100{background-color:#fafaf9!important}.bg-stone-50\/15{background-color:#fafaf926!important}.bg-stone-50\/20{background-color:#fafaf933!important}.bg-stone-50\/25{background-color:#fafaf940!important}.bg-stone-50\/30{background-color:#fafaf94d!important}.bg-stone-50\/35{background-color:#fafaf959!important}.bg-stone-50\/40{background-color:#fafaf966!important}.bg-stone-50\/45{background-color:#fafaf973!important}.bg-stone-50\/5{background-color:#fafaf90d!important}.bg-stone-50\/50{background-color:#fafaf980!important}.bg-stone-50\/55{background-color:#fafaf98c!important}.bg-stone-50\/60{background-color:#fafaf999!important}.bg-stone-50\/65{background-color:#fafaf9a6!important}.bg-stone-50\/70{background-color:#fafaf9b3!important}.bg-stone-50\/75{background-color:#fafaf9bf!important}.bg-stone-50\/80{background-color:#fafaf9cc!important}.bg-stone-50\/85{background-color:#fafaf9d9!important}.bg-stone-50\/90{background-color:#fafaf9e6!important}.bg-stone-50\/95{background-color:#fafaf9f2!important}.bg-stone-500{--tw-bg-opacity: 1 !important;background-color:rgb(120 113 108 / var(--tw-bg-opacity, 1))!important}.bg-stone-500\/0{background-color:#78716c00!important}.bg-stone-500\/10{background-color:#78716c1a!important}.bg-stone-500\/100{background-color:#78716c!important}.bg-stone-500\/15{background-color:#78716c26!important}.bg-stone-500\/20{background-color:#78716c33!important}.bg-stone-500\/25{background-color:#78716c40!important}.bg-stone-500\/30{background-color:#78716c4d!important}.bg-stone-500\/35{background-color:#78716c59!important}.bg-stone-500\/40{background-color:#78716c66!important}.bg-stone-500\/45{background-color:#78716c73!important}.bg-stone-500\/5{background-color:#78716c0d!important}.bg-stone-500\/50{background-color:#78716c80!important}.bg-stone-500\/55{background-color:#78716c8c!important}.bg-stone-500\/60{background-color:#78716c99!important}.bg-stone-500\/65{background-color:#78716ca6!important}.bg-stone-500\/70{background-color:#78716cb3!important}.bg-stone-500\/75{background-color:#78716cbf!important}.bg-stone-500\/80{background-color:#78716ccc!important}.bg-stone-500\/85{background-color:#78716cd9!important}.bg-stone-500\/90{background-color:#78716ce6!important}.bg-stone-500\/95{background-color:#78716cf2!important}.bg-stone-600{--tw-bg-opacity: 1 !important;background-color:rgb(87 83 78 / var(--tw-bg-opacity, 1))!important}.bg-stone-600\/0{background-color:#57534e00!important}.bg-stone-600\/10{background-color:#57534e1a!important}.bg-stone-600\/100{background-color:#57534e!important}.bg-stone-600\/15{background-color:#57534e26!important}.bg-stone-600\/20{background-color:#57534e33!important}.bg-stone-600\/25{background-color:#57534e40!important}.bg-stone-600\/30{background-color:#57534e4d!important}.bg-stone-600\/35{background-color:#57534e59!important}.bg-stone-600\/40{background-color:#57534e66!important}.bg-stone-600\/45{background-color:#57534e73!important}.bg-stone-600\/5{background-color:#57534e0d!important}.bg-stone-600\/50{background-color:#57534e80!important}.bg-stone-600\/55{background-color:#57534e8c!important}.bg-stone-600\/60{background-color:#57534e99!important}.bg-stone-600\/65{background-color:#57534ea6!important}.bg-stone-600\/70{background-color:#57534eb3!important}.bg-stone-600\/75{background-color:#57534ebf!important}.bg-stone-600\/80{background-color:#57534ecc!important}.bg-stone-600\/85{background-color:#57534ed9!important}.bg-stone-600\/90{background-color:#57534ee6!important}.bg-stone-600\/95{background-color:#57534ef2!important}.bg-stone-700{--tw-bg-opacity: 1 !important;background-color:rgb(68 64 60 / var(--tw-bg-opacity, 1))!important}.bg-stone-700\/0{background-color:#44403c00!important}.bg-stone-700\/10{background-color:#44403c1a!important}.bg-stone-700\/100{background-color:#44403c!important}.bg-stone-700\/15{background-color:#44403c26!important}.bg-stone-700\/20{background-color:#44403c33!important}.bg-stone-700\/25{background-color:#44403c40!important}.bg-stone-700\/30{background-color:#44403c4d!important}.bg-stone-700\/35{background-color:#44403c59!important}.bg-stone-700\/40{background-color:#44403c66!important}.bg-stone-700\/45{background-color:#44403c73!important}.bg-stone-700\/5{background-color:#44403c0d!important}.bg-stone-700\/50{background-color:#44403c80!important}.bg-stone-700\/55{background-color:#44403c8c!important}.bg-stone-700\/60{background-color:#44403c99!important}.bg-stone-700\/65{background-color:#44403ca6!important}.bg-stone-700\/70{background-color:#44403cb3!important}.bg-stone-700\/75{background-color:#44403cbf!important}.bg-stone-700\/80{background-color:#44403ccc!important}.bg-stone-700\/85{background-color:#44403cd9!important}.bg-stone-700\/90{background-color:#44403ce6!important}.bg-stone-700\/95{background-color:#44403cf2!important}.bg-stone-800{--tw-bg-opacity: 1 !important;background-color:rgb(41 37 36 / var(--tw-bg-opacity, 1))!important}.bg-stone-800\/0{background-color:#29252400!important}.bg-stone-800\/10{background-color:#2925241a!important}.bg-stone-800\/100{background-color:#292524!important}.bg-stone-800\/15{background-color:#29252426!important}.bg-stone-800\/20{background-color:#29252433!important}.bg-stone-800\/25{background-color:#29252440!important}.bg-stone-800\/30{background-color:#2925244d!important}.bg-stone-800\/35{background-color:#29252459!important}.bg-stone-800\/40{background-color:#29252466!important}.bg-stone-800\/45{background-color:#29252473!important}.bg-stone-800\/5{background-color:#2925240d!important}.bg-stone-800\/50{background-color:#29252480!important}.bg-stone-800\/55{background-color:#2925248c!important}.bg-stone-800\/60{background-color:#29252499!important}.bg-stone-800\/65{background-color:#292524a6!important}.bg-stone-800\/70{background-color:#292524b3!important}.bg-stone-800\/75{background-color:#292524bf!important}.bg-stone-800\/80{background-color:#292524cc!important}.bg-stone-800\/85{background-color:#292524d9!important}.bg-stone-800\/90{background-color:#292524e6!important}.bg-stone-800\/95{background-color:#292524f2!important}.bg-stone-900{--tw-bg-opacity: 1 !important;background-color:rgb(28 25 23 / var(--tw-bg-opacity, 1))!important}.bg-stone-900\/0{background-color:#1c191700!important}.bg-stone-900\/10{background-color:#1c19171a!important}.bg-stone-900\/100{background-color:#1c1917!important}.bg-stone-900\/15{background-color:#1c191726!important}.bg-stone-900\/20{background-color:#1c191733!important}.bg-stone-900\/25{background-color:#1c191740!important}.bg-stone-900\/30{background-color:#1c19174d!important}.bg-stone-900\/35{background-color:#1c191759!important}.bg-stone-900\/40{background-color:#1c191766!important}.bg-stone-900\/45{background-color:#1c191773!important}.bg-stone-900\/5{background-color:#1c19170d!important}.bg-stone-900\/50{background-color:#1c191780!important}.bg-stone-900\/55{background-color:#1c19178c!important}.bg-stone-900\/60{background-color:#1c191799!important}.bg-stone-900\/65{background-color:#1c1917a6!important}.bg-stone-900\/70{background-color:#1c1917b3!important}.bg-stone-900\/75{background-color:#1c1917bf!important}.bg-stone-900\/80{background-color:#1c1917cc!important}.bg-stone-900\/85{background-color:#1c1917d9!important}.bg-stone-900\/90{background-color:#1c1917e6!important}.bg-stone-900\/95{background-color:#1c1917f2!important}.bg-stone-950{--tw-bg-opacity: 1 !important;background-color:rgb(12 10 9 / var(--tw-bg-opacity, 1))!important}.bg-stone-950\/0{background-color:#0c0a0900!important}.bg-stone-950\/10{background-color:#0c0a091a!important}.bg-stone-950\/100{background-color:#0c0a09!important}.bg-stone-950\/15{background-color:#0c0a0926!important}.bg-stone-950\/20{background-color:#0c0a0933!important}.bg-stone-950\/25{background-color:#0c0a0940!important}.bg-stone-950\/30{background-color:#0c0a094d!important}.bg-stone-950\/35{background-color:#0c0a0959!important}.bg-stone-950\/40{background-color:#0c0a0966!important}.bg-stone-950\/45{background-color:#0c0a0973!important}.bg-stone-950\/5{background-color:#0c0a090d!important}.bg-stone-950\/50{background-color:#0c0a0980!important}.bg-stone-950\/55{background-color:#0c0a098c!important}.bg-stone-950\/60{background-color:#0c0a0999!important}.bg-stone-950\/65{background-color:#0c0a09a6!important}.bg-stone-950\/70{background-color:#0c0a09b3!important}.bg-stone-950\/75{background-color:#0c0a09bf!important}.bg-stone-950\/80{background-color:#0c0a09cc!important}.bg-stone-950\/85{background-color:#0c0a09d9!important}.bg-stone-950\/90{background-color:#0c0a09e6!important}.bg-stone-950\/95{background-color:#0c0a09f2!important}.bg-teal-100{--tw-bg-opacity: 1 !important;background-color:rgb(204 251 241 / var(--tw-bg-opacity, 1))!important}.bg-teal-100\/0{background-color:#ccfbf100!important}.bg-teal-100\/10{background-color:#ccfbf11a!important}.bg-teal-100\/100{background-color:#ccfbf1!important}.bg-teal-100\/15{background-color:#ccfbf126!important}.bg-teal-100\/20{background-color:#ccfbf133!important}.bg-teal-100\/25{background-color:#ccfbf140!important}.bg-teal-100\/30{background-color:#ccfbf14d!important}.bg-teal-100\/35{background-color:#ccfbf159!important}.bg-teal-100\/40{background-color:#ccfbf166!important}.bg-teal-100\/45{background-color:#ccfbf173!important}.bg-teal-100\/5{background-color:#ccfbf10d!important}.bg-teal-100\/50{background-color:#ccfbf180!important}.bg-teal-100\/55{background-color:#ccfbf18c!important}.bg-teal-100\/60{background-color:#ccfbf199!important}.bg-teal-100\/65{background-color:#ccfbf1a6!important}.bg-teal-100\/70{background-color:#ccfbf1b3!important}.bg-teal-100\/75{background-color:#ccfbf1bf!important}.bg-teal-100\/80{background-color:#ccfbf1cc!important}.bg-teal-100\/85{background-color:#ccfbf1d9!important}.bg-teal-100\/90{background-color:#ccfbf1e6!important}.bg-teal-100\/95{background-color:#ccfbf1f2!important}.bg-teal-200{--tw-bg-opacity: 1 !important;background-color:rgb(153 246 228 / var(--tw-bg-opacity, 1))!important}.bg-teal-200\/0{background-color:#99f6e400!important}.bg-teal-200\/10{background-color:#99f6e41a!important}.bg-teal-200\/100{background-color:#99f6e4!important}.bg-teal-200\/15{background-color:#99f6e426!important}.bg-teal-200\/20{background-color:#99f6e433!important}.bg-teal-200\/25{background-color:#99f6e440!important}.bg-teal-200\/30{background-color:#99f6e44d!important}.bg-teal-200\/35{background-color:#99f6e459!important}.bg-teal-200\/40{background-color:#99f6e466!important}.bg-teal-200\/45{background-color:#99f6e473!important}.bg-teal-200\/5{background-color:#99f6e40d!important}.bg-teal-200\/50{background-color:#99f6e480!important}.bg-teal-200\/55{background-color:#99f6e48c!important}.bg-teal-200\/60{background-color:#99f6e499!important}.bg-teal-200\/65{background-color:#99f6e4a6!important}.bg-teal-200\/70{background-color:#99f6e4b3!important}.bg-teal-200\/75{background-color:#99f6e4bf!important}.bg-teal-200\/80{background-color:#99f6e4cc!important}.bg-teal-200\/85{background-color:#99f6e4d9!important}.bg-teal-200\/90{background-color:#99f6e4e6!important}.bg-teal-200\/95{background-color:#99f6e4f2!important}.bg-teal-300{--tw-bg-opacity: 1 !important;background-color:rgb(94 234 212 / var(--tw-bg-opacity, 1))!important}.bg-teal-300\/0{background-color:#5eead400!important}.bg-teal-300\/10{background-color:#5eead41a!important}.bg-teal-300\/100{background-color:#5eead4!important}.bg-teal-300\/15{background-color:#5eead426!important}.bg-teal-300\/20{background-color:#5eead433!important}.bg-teal-300\/25{background-color:#5eead440!important}.bg-teal-300\/30{background-color:#5eead44d!important}.bg-teal-300\/35{background-color:#5eead459!important}.bg-teal-300\/40{background-color:#5eead466!important}.bg-teal-300\/45{background-color:#5eead473!important}.bg-teal-300\/5{background-color:#5eead40d!important}.bg-teal-300\/50{background-color:#5eead480!important}.bg-teal-300\/55{background-color:#5eead48c!important}.bg-teal-300\/60{background-color:#5eead499!important}.bg-teal-300\/65{background-color:#5eead4a6!important}.bg-teal-300\/70{background-color:#5eead4b3!important}.bg-teal-300\/75{background-color:#5eead4bf!important}.bg-teal-300\/80{background-color:#5eead4cc!important}.bg-teal-300\/85{background-color:#5eead4d9!important}.bg-teal-300\/90{background-color:#5eead4e6!important}.bg-teal-300\/95{background-color:#5eead4f2!important}.bg-teal-400{--tw-bg-opacity: 1 !important;background-color:rgb(45 212 191 / var(--tw-bg-opacity, 1))!important}.bg-teal-400\/0{background-color:#2dd4bf00!important}.bg-teal-400\/10{background-color:#2dd4bf1a!important}.bg-teal-400\/100{background-color:#2dd4bf!important}.bg-teal-400\/15{background-color:#2dd4bf26!important}.bg-teal-400\/20{background-color:#2dd4bf33!important}.bg-teal-400\/25{background-color:#2dd4bf40!important}.bg-teal-400\/30{background-color:#2dd4bf4d!important}.bg-teal-400\/35{background-color:#2dd4bf59!important}.bg-teal-400\/40{background-color:#2dd4bf66!important}.bg-teal-400\/45{background-color:#2dd4bf73!important}.bg-teal-400\/5{background-color:#2dd4bf0d!important}.bg-teal-400\/50{background-color:#2dd4bf80!important}.bg-teal-400\/55{background-color:#2dd4bf8c!important}.bg-teal-400\/60{background-color:#2dd4bf99!important}.bg-teal-400\/65{background-color:#2dd4bfa6!important}.bg-teal-400\/70{background-color:#2dd4bfb3!important}.bg-teal-400\/75{background-color:#2dd4bfbf!important}.bg-teal-400\/80{background-color:#2dd4bfcc!important}.bg-teal-400\/85{background-color:#2dd4bfd9!important}.bg-teal-400\/90{background-color:#2dd4bfe6!important}.bg-teal-400\/95{background-color:#2dd4bff2!important}.bg-teal-50{--tw-bg-opacity: 1 !important;background-color:rgb(240 253 250 / var(--tw-bg-opacity, 1))!important}.bg-teal-50\/0{background-color:#f0fdfa00!important}.bg-teal-50\/10{background-color:#f0fdfa1a!important}.bg-teal-50\/100{background-color:#f0fdfa!important}.bg-teal-50\/15{background-color:#f0fdfa26!important}.bg-teal-50\/20{background-color:#f0fdfa33!important}.bg-teal-50\/25{background-color:#f0fdfa40!important}.bg-teal-50\/30{background-color:#f0fdfa4d!important}.bg-teal-50\/35{background-color:#f0fdfa59!important}.bg-teal-50\/40{background-color:#f0fdfa66!important}.bg-teal-50\/45{background-color:#f0fdfa73!important}.bg-teal-50\/5{background-color:#f0fdfa0d!important}.bg-teal-50\/50{background-color:#f0fdfa80!important}.bg-teal-50\/55{background-color:#f0fdfa8c!important}.bg-teal-50\/60{background-color:#f0fdfa99!important}.bg-teal-50\/65{background-color:#f0fdfaa6!important}.bg-teal-50\/70{background-color:#f0fdfab3!important}.bg-teal-50\/75{background-color:#f0fdfabf!important}.bg-teal-50\/80{background-color:#f0fdfacc!important}.bg-teal-50\/85{background-color:#f0fdfad9!important}.bg-teal-50\/90{background-color:#f0fdfae6!important}.bg-teal-50\/95{background-color:#f0fdfaf2!important}.bg-teal-500{--tw-bg-opacity: 1 !important;background-color:rgb(20 184 166 / var(--tw-bg-opacity, 1))!important}.bg-teal-500\/0{background-color:#14b8a600!important}.bg-teal-500\/10{background-color:#14b8a61a!important}.bg-teal-500\/100{background-color:#14b8a6!important}.bg-teal-500\/15{background-color:#14b8a626!important}.bg-teal-500\/20{background-color:#14b8a633!important}.bg-teal-500\/25{background-color:#14b8a640!important}.bg-teal-500\/30{background-color:#14b8a64d!important}.bg-teal-500\/35{background-color:#14b8a659!important}.bg-teal-500\/40{background-color:#14b8a666!important}.bg-teal-500\/45{background-color:#14b8a673!important}.bg-teal-500\/5{background-color:#14b8a60d!important}.bg-teal-500\/50{background-color:#14b8a680!important}.bg-teal-500\/55{background-color:#14b8a68c!important}.bg-teal-500\/60{background-color:#14b8a699!important}.bg-teal-500\/65{background-color:#14b8a6a6!important}.bg-teal-500\/70{background-color:#14b8a6b3!important}.bg-teal-500\/75{background-color:#14b8a6bf!important}.bg-teal-500\/80{background-color:#14b8a6cc!important}.bg-teal-500\/85{background-color:#14b8a6d9!important}.bg-teal-500\/90{background-color:#14b8a6e6!important}.bg-teal-500\/95{background-color:#14b8a6f2!important}.bg-teal-600{--tw-bg-opacity: 1 !important;background-color:rgb(13 148 136 / var(--tw-bg-opacity, 1))!important}.bg-teal-600\/0{background-color:#0d948800!important}.bg-teal-600\/10{background-color:#0d94881a!important}.bg-teal-600\/100{background-color:#0d9488!important}.bg-teal-600\/15{background-color:#0d948826!important}.bg-teal-600\/20{background-color:#0d948833!important}.bg-teal-600\/25{background-color:#0d948840!important}.bg-teal-600\/30{background-color:#0d94884d!important}.bg-teal-600\/35{background-color:#0d948859!important}.bg-teal-600\/40{background-color:#0d948866!important}.bg-teal-600\/45{background-color:#0d948873!important}.bg-teal-600\/5{background-color:#0d94880d!important}.bg-teal-600\/50{background-color:#0d948880!important}.bg-teal-600\/55{background-color:#0d94888c!important}.bg-teal-600\/60{background-color:#0d948899!important}.bg-teal-600\/65{background-color:#0d9488a6!important}.bg-teal-600\/70{background-color:#0d9488b3!important}.bg-teal-600\/75{background-color:#0d9488bf!important}.bg-teal-600\/80{background-color:#0d9488cc!important}.bg-teal-600\/85{background-color:#0d9488d9!important}.bg-teal-600\/90{background-color:#0d9488e6!important}.bg-teal-600\/95{background-color:#0d9488f2!important}.bg-teal-700{--tw-bg-opacity: 1 !important;background-color:rgb(15 118 110 / var(--tw-bg-opacity, 1))!important}.bg-teal-700\/0{background-color:#0f766e00!important}.bg-teal-700\/10{background-color:#0f766e1a!important}.bg-teal-700\/100{background-color:#0f766e!important}.bg-teal-700\/15{background-color:#0f766e26!important}.bg-teal-700\/20{background-color:#0f766e33!important}.bg-teal-700\/25{background-color:#0f766e40!important}.bg-teal-700\/30{background-color:#0f766e4d!important}.bg-teal-700\/35{background-color:#0f766e59!important}.bg-teal-700\/40{background-color:#0f766e66!important}.bg-teal-700\/45{background-color:#0f766e73!important}.bg-teal-700\/5{background-color:#0f766e0d!important}.bg-teal-700\/50{background-color:#0f766e80!important}.bg-teal-700\/55{background-color:#0f766e8c!important}.bg-teal-700\/60{background-color:#0f766e99!important}.bg-teal-700\/65{background-color:#0f766ea6!important}.bg-teal-700\/70{background-color:#0f766eb3!important}.bg-teal-700\/75{background-color:#0f766ebf!important}.bg-teal-700\/80{background-color:#0f766ecc!important}.bg-teal-700\/85{background-color:#0f766ed9!important}.bg-teal-700\/90{background-color:#0f766ee6!important}.bg-teal-700\/95{background-color:#0f766ef2!important}.bg-teal-800{--tw-bg-opacity: 1 !important;background-color:rgb(17 94 89 / var(--tw-bg-opacity, 1))!important}.bg-teal-800\/0{background-color:#115e5900!important}.bg-teal-800\/10{background-color:#115e591a!important}.bg-teal-800\/100{background-color:#115e59!important}.bg-teal-800\/15{background-color:#115e5926!important}.bg-teal-800\/20{background-color:#115e5933!important}.bg-teal-800\/25{background-color:#115e5940!important}.bg-teal-800\/30{background-color:#115e594d!important}.bg-teal-800\/35{background-color:#115e5959!important}.bg-teal-800\/40{background-color:#115e5966!important}.bg-teal-800\/45{background-color:#115e5973!important}.bg-teal-800\/5{background-color:#115e590d!important}.bg-teal-800\/50{background-color:#115e5980!important}.bg-teal-800\/55{background-color:#115e598c!important}.bg-teal-800\/60{background-color:#115e5999!important}.bg-teal-800\/65{background-color:#115e59a6!important}.bg-teal-800\/70{background-color:#115e59b3!important}.bg-teal-800\/75{background-color:#115e59bf!important}.bg-teal-800\/80{background-color:#115e59cc!important}.bg-teal-800\/85{background-color:#115e59d9!important}.bg-teal-800\/90{background-color:#115e59e6!important}.bg-teal-800\/95{background-color:#115e59f2!important}.bg-teal-900{--tw-bg-opacity: 1 !important;background-color:rgb(19 78 74 / var(--tw-bg-opacity, 1))!important}.bg-teal-900\/0{background-color:#134e4a00!important}.bg-teal-900\/10{background-color:#134e4a1a!important}.bg-teal-900\/100{background-color:#134e4a!important}.bg-teal-900\/15{background-color:#134e4a26!important}.bg-teal-900\/20{background-color:#134e4a33!important}.bg-teal-900\/25{background-color:#134e4a40!important}.bg-teal-900\/30{background-color:#134e4a4d!important}.bg-teal-900\/35{background-color:#134e4a59!important}.bg-teal-900\/40{background-color:#134e4a66!important}.bg-teal-900\/45{background-color:#134e4a73!important}.bg-teal-900\/5{background-color:#134e4a0d!important}.bg-teal-900\/50{background-color:#134e4a80!important}.bg-teal-900\/55{background-color:#134e4a8c!important}.bg-teal-900\/60{background-color:#134e4a99!important}.bg-teal-900\/65{background-color:#134e4aa6!important}.bg-teal-900\/70{background-color:#134e4ab3!important}.bg-teal-900\/75{background-color:#134e4abf!important}.bg-teal-900\/80{background-color:#134e4acc!important}.bg-teal-900\/85{background-color:#134e4ad9!important}.bg-teal-900\/90{background-color:#134e4ae6!important}.bg-teal-900\/95{background-color:#134e4af2!important}.bg-teal-950{--tw-bg-opacity: 1 !important;background-color:rgb(4 47 46 / var(--tw-bg-opacity, 1))!important}.bg-teal-950\/0{background-color:#042f2e00!important}.bg-teal-950\/10{background-color:#042f2e1a!important}.bg-teal-950\/100{background-color:#042f2e!important}.bg-teal-950\/15{background-color:#042f2e26!important}.bg-teal-950\/20{background-color:#042f2e33!important}.bg-teal-950\/25{background-color:#042f2e40!important}.bg-teal-950\/30{background-color:#042f2e4d!important}.bg-teal-950\/35{background-color:#042f2e59!important}.bg-teal-950\/40{background-color:#042f2e66!important}.bg-teal-950\/45{background-color:#042f2e73!important}.bg-teal-950\/5{background-color:#042f2e0d!important}.bg-teal-950\/50{background-color:#042f2e80!important}.bg-teal-950\/55{background-color:#042f2e8c!important}.bg-teal-950\/60{background-color:#042f2e99!important}.bg-teal-950\/65{background-color:#042f2ea6!important}.bg-teal-950\/70{background-color:#042f2eb3!important}.bg-teal-950\/75{background-color:#042f2ebf!important}.bg-teal-950\/80{background-color:#042f2ecc!important}.bg-teal-950\/85{background-color:#042f2ed9!important}.bg-teal-950\/90{background-color:#042f2ee6!important}.bg-teal-950\/95{background-color:#042f2ef2!important}.bg-tertiary{--tw-bg-opacity: 1 !important;background-color:rgb(121 156 179 / var(--tw-bg-opacity, 1))!important}.bg-tertiary\/0{background-color:#799cb300!important}.bg-tertiary\/10{background-color:#799cb31a!important}.bg-tertiary\/100{background-color:#799cb3!important}.bg-tertiary\/15{background-color:#799cb326!important}.bg-tertiary\/20{background-color:#799cb333!important}.bg-tertiary\/25{background-color:#799cb340!important}.bg-tertiary\/30{background-color:#799cb34d!important}.bg-tertiary\/35{background-color:#799cb359!important}.bg-tertiary\/40{background-color:#799cb366!important}.bg-tertiary\/45{background-color:#799cb373!important}.bg-tertiary\/5{background-color:#799cb30d!important}.bg-tertiary\/50{background-color:#799cb380!important}.bg-tertiary\/55{background-color:#799cb38c!important}.bg-tertiary\/60{background-color:#799cb399!important}.bg-tertiary\/65{background-color:#799cb3a6!important}.bg-tertiary\/70{background-color:#799cb3b3!important}.bg-tertiary\/75{background-color:#799cb3bf!important}.bg-tertiary\/80{background-color:#799cb3cc!important}.bg-tertiary\/85{background-color:#799cb3d9!important}.bg-tertiary\/90{background-color:#799cb3e6!important}.bg-tertiary\/95{background-color:#799cb3f2!important}.bg-tertiaryLight{--tw-bg-opacity: 1 !important;background-color:rgb(223 235 242 / var(--tw-bg-opacity, 1))!important}.bg-tertiaryLight\/0{background-color:#dfebf200!important}.bg-tertiaryLight\/10{background-color:#dfebf21a!important}.bg-tertiaryLight\/100{background-color:#dfebf2!important}.bg-tertiaryLight\/15{background-color:#dfebf226!important}.bg-tertiaryLight\/20{background-color:#dfebf233!important}.bg-tertiaryLight\/25{background-color:#dfebf240!important}.bg-tertiaryLight\/30{background-color:#dfebf24d!important}.bg-tertiaryLight\/35{background-color:#dfebf259!important}.bg-tertiaryLight\/40{background-color:#dfebf266!important}.bg-tertiaryLight\/45{background-color:#dfebf273!important}.bg-tertiaryLight\/5{background-color:#dfebf20d!important}.bg-tertiaryLight\/50{background-color:#dfebf280!important}.bg-tertiaryLight\/55{background-color:#dfebf28c!important}.bg-tertiaryLight\/60{background-color:#dfebf299!important}.bg-tertiaryLight\/65{background-color:#dfebf2a6!important}.bg-tertiaryLight\/70{background-color:#dfebf2b3!important}.bg-tertiaryLight\/75{background-color:#dfebf2bf!important}.bg-tertiaryLight\/80{background-color:#dfebf2cc!important}.bg-tertiaryLight\/85{background-color:#dfebf2d9!important}.bg-tertiaryLight\/90{background-color:#dfebf2e6!important}.bg-tertiaryLight\/95{background-color:#dfebf2f2!important}.bg-transparent{background-color:transparent!important}.bg-transparent\/0{background-color:#0000!important}.bg-transparent\/10{background-color:#0000001a!important}.bg-transparent\/100{background-color:#000!important}.bg-transparent\/15{background-color:#00000026!important}.bg-transparent\/20{background-color:#0003!important}.bg-transparent\/25{background-color:#00000040!important}.bg-transparent\/30{background-color:#0000004d!important}.bg-transparent\/35{background-color:#00000059!important}.bg-transparent\/40{background-color:#0006!important}.bg-transparent\/45{background-color:#00000073!important}.bg-transparent\/5{background-color:#0000000d!important}.bg-transparent\/50{background-color:#00000080!important}.bg-transparent\/55{background-color:#0000008c!important}.bg-transparent\/60{background-color:#0009!important}.bg-transparent\/65{background-color:#000000a6!important}.bg-transparent\/70{background-color:#000000b3!important}.bg-transparent\/75{background-color:#000000bf!important}.bg-transparent\/80{background-color:#000c!important}.bg-transparent\/85{background-color:#000000d9!important}.bg-transparent\/90{background-color:#000000e6!important}.bg-transparent\/95{background-color:#000000f2!important}.bg-violet-100{--tw-bg-opacity: 1 !important;background-color:rgb(237 233 254 / var(--tw-bg-opacity, 1))!important}.bg-violet-100\/0{background-color:#ede9fe00!important}.bg-violet-100\/10{background-color:#ede9fe1a!important}.bg-violet-100\/100{background-color:#ede9fe!important}.bg-violet-100\/15{background-color:#ede9fe26!important}.bg-violet-100\/20{background-color:#ede9fe33!important}.bg-violet-100\/25{background-color:#ede9fe40!important}.bg-violet-100\/30{background-color:#ede9fe4d!important}.bg-violet-100\/35{background-color:#ede9fe59!important}.bg-violet-100\/40{background-color:#ede9fe66!important}.bg-violet-100\/45{background-color:#ede9fe73!important}.bg-violet-100\/5{background-color:#ede9fe0d!important}.bg-violet-100\/50{background-color:#ede9fe80!important}.bg-violet-100\/55{background-color:#ede9fe8c!important}.bg-violet-100\/60{background-color:#ede9fe99!important}.bg-violet-100\/65{background-color:#ede9fea6!important}.bg-violet-100\/70{background-color:#ede9feb3!important}.bg-violet-100\/75{background-color:#ede9febf!important}.bg-violet-100\/80{background-color:#ede9fecc!important}.bg-violet-100\/85{background-color:#ede9fed9!important}.bg-violet-100\/90{background-color:#ede9fee6!important}.bg-violet-100\/95{background-color:#ede9fef2!important}.bg-violet-200{--tw-bg-opacity: 1 !important;background-color:rgb(221 214 254 / var(--tw-bg-opacity, 1))!important}.bg-violet-200\/0{background-color:#ddd6fe00!important}.bg-violet-200\/10{background-color:#ddd6fe1a!important}.bg-violet-200\/100{background-color:#ddd6fe!important}.bg-violet-200\/15{background-color:#ddd6fe26!important}.bg-violet-200\/20{background-color:#ddd6fe33!important}.bg-violet-200\/25{background-color:#ddd6fe40!important}.bg-violet-200\/30{background-color:#ddd6fe4d!important}.bg-violet-200\/35{background-color:#ddd6fe59!important}.bg-violet-200\/40{background-color:#ddd6fe66!important}.bg-violet-200\/45{background-color:#ddd6fe73!important}.bg-violet-200\/5{background-color:#ddd6fe0d!important}.bg-violet-200\/50{background-color:#ddd6fe80!important}.bg-violet-200\/55{background-color:#ddd6fe8c!important}.bg-violet-200\/60{background-color:#ddd6fe99!important}.bg-violet-200\/65{background-color:#ddd6fea6!important}.bg-violet-200\/70{background-color:#ddd6feb3!important}.bg-violet-200\/75{background-color:#ddd6febf!important}.bg-violet-200\/80{background-color:#ddd6fecc!important}.bg-violet-200\/85{background-color:#ddd6fed9!important}.bg-violet-200\/90{background-color:#ddd6fee6!important}.bg-violet-200\/95{background-color:#ddd6fef2!important}.bg-violet-300{--tw-bg-opacity: 1 !important;background-color:rgb(196 181 253 / var(--tw-bg-opacity, 1))!important}.bg-violet-300\/0{background-color:#c4b5fd00!important}.bg-violet-300\/10{background-color:#c4b5fd1a!important}.bg-violet-300\/100{background-color:#c4b5fd!important}.bg-violet-300\/15{background-color:#c4b5fd26!important}.bg-violet-300\/20{background-color:#c4b5fd33!important}.bg-violet-300\/25{background-color:#c4b5fd40!important}.bg-violet-300\/30{background-color:#c4b5fd4d!important}.bg-violet-300\/35{background-color:#c4b5fd59!important}.bg-violet-300\/40{background-color:#c4b5fd66!important}.bg-violet-300\/45{background-color:#c4b5fd73!important}.bg-violet-300\/5{background-color:#c4b5fd0d!important}.bg-violet-300\/50{background-color:#c4b5fd80!important}.bg-violet-300\/55{background-color:#c4b5fd8c!important}.bg-violet-300\/60{background-color:#c4b5fd99!important}.bg-violet-300\/65{background-color:#c4b5fda6!important}.bg-violet-300\/70{background-color:#c4b5fdb3!important}.bg-violet-300\/75{background-color:#c4b5fdbf!important}.bg-violet-300\/80{background-color:#c4b5fdcc!important}.bg-violet-300\/85{background-color:#c4b5fdd9!important}.bg-violet-300\/90{background-color:#c4b5fde6!important}.bg-violet-300\/95{background-color:#c4b5fdf2!important}.bg-violet-400{--tw-bg-opacity: 1 !important;background-color:rgb(167 139 250 / var(--tw-bg-opacity, 1))!important}.bg-violet-400\/0{background-color:#a78bfa00!important}.bg-violet-400\/10{background-color:#a78bfa1a!important}.bg-violet-400\/100{background-color:#a78bfa!important}.bg-violet-400\/15{background-color:#a78bfa26!important}.bg-violet-400\/20{background-color:#a78bfa33!important}.bg-violet-400\/25{background-color:#a78bfa40!important}.bg-violet-400\/30{background-color:#a78bfa4d!important}.bg-violet-400\/35{background-color:#a78bfa59!important}.bg-violet-400\/40{background-color:#a78bfa66!important}.bg-violet-400\/45{background-color:#a78bfa73!important}.bg-violet-400\/5{background-color:#a78bfa0d!important}.bg-violet-400\/50{background-color:#a78bfa80!important}.bg-violet-400\/55{background-color:#a78bfa8c!important}.bg-violet-400\/60{background-color:#a78bfa99!important}.bg-violet-400\/65{background-color:#a78bfaa6!important}.bg-violet-400\/70{background-color:#a78bfab3!important}.bg-violet-400\/75{background-color:#a78bfabf!important}.bg-violet-400\/80{background-color:#a78bfacc!important}.bg-violet-400\/85{background-color:#a78bfad9!important}.bg-violet-400\/90{background-color:#a78bfae6!important}.bg-violet-400\/95{background-color:#a78bfaf2!important}.bg-violet-50{--tw-bg-opacity: 1 !important;background-color:rgb(245 243 255 / var(--tw-bg-opacity, 1))!important}.bg-violet-50\/0{background-color:#f5f3ff00!important}.bg-violet-50\/10{background-color:#f5f3ff1a!important}.bg-violet-50\/100{background-color:#f5f3ff!important}.bg-violet-50\/15{background-color:#f5f3ff26!important}.bg-violet-50\/20{background-color:#f5f3ff33!important}.bg-violet-50\/25{background-color:#f5f3ff40!important}.bg-violet-50\/30{background-color:#f5f3ff4d!important}.bg-violet-50\/35{background-color:#f5f3ff59!important}.bg-violet-50\/40{background-color:#f5f3ff66!important}.bg-violet-50\/45{background-color:#f5f3ff73!important}.bg-violet-50\/5{background-color:#f5f3ff0d!important}.bg-violet-50\/50{background-color:#f5f3ff80!important}.bg-violet-50\/55{background-color:#f5f3ff8c!important}.bg-violet-50\/60{background-color:#f5f3ff99!important}.bg-violet-50\/65{background-color:#f5f3ffa6!important}.bg-violet-50\/70{background-color:#f5f3ffb3!important}.bg-violet-50\/75{background-color:#f5f3ffbf!important}.bg-violet-50\/80{background-color:#f5f3ffcc!important}.bg-violet-50\/85{background-color:#f5f3ffd9!important}.bg-violet-50\/90{background-color:#f5f3ffe6!important}.bg-violet-50\/95{background-color:#f5f3fff2!important}.bg-violet-500{--tw-bg-opacity: 1 !important;background-color:rgb(139 92 246 / var(--tw-bg-opacity, 1))!important}.bg-violet-500\/0{background-color:#8b5cf600!important}.bg-violet-500\/10{background-color:#8b5cf61a!important}.bg-violet-500\/100{background-color:#8b5cf6!important}.bg-violet-500\/15{background-color:#8b5cf626!important}.bg-violet-500\/20{background-color:#8b5cf633!important}.bg-violet-500\/25{background-color:#8b5cf640!important}.bg-violet-500\/30{background-color:#8b5cf64d!important}.bg-violet-500\/35{background-color:#8b5cf659!important}.bg-violet-500\/40{background-color:#8b5cf666!important}.bg-violet-500\/45{background-color:#8b5cf673!important}.bg-violet-500\/5{background-color:#8b5cf60d!important}.bg-violet-500\/50{background-color:#8b5cf680!important}.bg-violet-500\/55{background-color:#8b5cf68c!important}.bg-violet-500\/60{background-color:#8b5cf699!important}.bg-violet-500\/65{background-color:#8b5cf6a6!important}.bg-violet-500\/70{background-color:#8b5cf6b3!important}.bg-violet-500\/75{background-color:#8b5cf6bf!important}.bg-violet-500\/80{background-color:#8b5cf6cc!important}.bg-violet-500\/85{background-color:#8b5cf6d9!important}.bg-violet-500\/90{background-color:#8b5cf6e6!important}.bg-violet-500\/95{background-color:#8b5cf6f2!important}.bg-violet-600{--tw-bg-opacity: 1 !important;background-color:rgb(124 58 237 / var(--tw-bg-opacity, 1))!important}.bg-violet-600\/0{background-color:#7c3aed00!important}.bg-violet-600\/10{background-color:#7c3aed1a!important}.bg-violet-600\/100{background-color:#7c3aed!important}.bg-violet-600\/15{background-color:#7c3aed26!important}.bg-violet-600\/20{background-color:#7c3aed33!important}.bg-violet-600\/25{background-color:#7c3aed40!important}.bg-violet-600\/30{background-color:#7c3aed4d!important}.bg-violet-600\/35{background-color:#7c3aed59!important}.bg-violet-600\/40{background-color:#7c3aed66!important}.bg-violet-600\/45{background-color:#7c3aed73!important}.bg-violet-600\/5{background-color:#7c3aed0d!important}.bg-violet-600\/50{background-color:#7c3aed80!important}.bg-violet-600\/55{background-color:#7c3aed8c!important}.bg-violet-600\/60{background-color:#7c3aed99!important}.bg-violet-600\/65{background-color:#7c3aeda6!important}.bg-violet-600\/70{background-color:#7c3aedb3!important}.bg-violet-600\/75{background-color:#7c3aedbf!important}.bg-violet-600\/80{background-color:#7c3aedcc!important}.bg-violet-600\/85{background-color:#7c3aedd9!important}.bg-violet-600\/90{background-color:#7c3aede6!important}.bg-violet-600\/95{background-color:#7c3aedf2!important}.bg-violet-700{--tw-bg-opacity: 1 !important;background-color:rgb(109 40 217 / var(--tw-bg-opacity, 1))!important}.bg-violet-700\/0{background-color:#6d28d900!important}.bg-violet-700\/10{background-color:#6d28d91a!important}.bg-violet-700\/100{background-color:#6d28d9!important}.bg-violet-700\/15{background-color:#6d28d926!important}.bg-violet-700\/20{background-color:#6d28d933!important}.bg-violet-700\/25{background-color:#6d28d940!important}.bg-violet-700\/30{background-color:#6d28d94d!important}.bg-violet-700\/35{background-color:#6d28d959!important}.bg-violet-700\/40{background-color:#6d28d966!important}.bg-violet-700\/45{background-color:#6d28d973!important}.bg-violet-700\/5{background-color:#6d28d90d!important}.bg-violet-700\/50{background-color:#6d28d980!important}.bg-violet-700\/55{background-color:#6d28d98c!important}.bg-violet-700\/60{background-color:#6d28d999!important}.bg-violet-700\/65{background-color:#6d28d9a6!important}.bg-violet-700\/70{background-color:#6d28d9b3!important}.bg-violet-700\/75{background-color:#6d28d9bf!important}.bg-violet-700\/80{background-color:#6d28d9cc!important}.bg-violet-700\/85{background-color:#6d28d9d9!important}.bg-violet-700\/90{background-color:#6d28d9e6!important}.bg-violet-700\/95{background-color:#6d28d9f2!important}.bg-violet-800{--tw-bg-opacity: 1 !important;background-color:rgb(91 33 182 / var(--tw-bg-opacity, 1))!important}.bg-violet-800\/0{background-color:#5b21b600!important}.bg-violet-800\/10{background-color:#5b21b61a!important}.bg-violet-800\/100{background-color:#5b21b6!important}.bg-violet-800\/15{background-color:#5b21b626!important}.bg-violet-800\/20{background-color:#5b21b633!important}.bg-violet-800\/25{background-color:#5b21b640!important}.bg-violet-800\/30{background-color:#5b21b64d!important}.bg-violet-800\/35{background-color:#5b21b659!important}.bg-violet-800\/40{background-color:#5b21b666!important}.bg-violet-800\/45{background-color:#5b21b673!important}.bg-violet-800\/5{background-color:#5b21b60d!important}.bg-violet-800\/50{background-color:#5b21b680!important}.bg-violet-800\/55{background-color:#5b21b68c!important}.bg-violet-800\/60{background-color:#5b21b699!important}.bg-violet-800\/65{background-color:#5b21b6a6!important}.bg-violet-800\/70{background-color:#5b21b6b3!important}.bg-violet-800\/75{background-color:#5b21b6bf!important}.bg-violet-800\/80{background-color:#5b21b6cc!important}.bg-violet-800\/85{background-color:#5b21b6d9!important}.bg-violet-800\/90{background-color:#5b21b6e6!important}.bg-violet-800\/95{background-color:#5b21b6f2!important}.bg-violet-900{--tw-bg-opacity: 1 !important;background-color:rgb(76 29 149 / var(--tw-bg-opacity, 1))!important}.bg-violet-900\/0{background-color:#4c1d9500!important}.bg-violet-900\/10{background-color:#4c1d951a!important}.bg-violet-900\/100{background-color:#4c1d95!important}.bg-violet-900\/15{background-color:#4c1d9526!important}.bg-violet-900\/20{background-color:#4c1d9533!important}.bg-violet-900\/25{background-color:#4c1d9540!important}.bg-violet-900\/30{background-color:#4c1d954d!important}.bg-violet-900\/35{background-color:#4c1d9559!important}.bg-violet-900\/40{background-color:#4c1d9566!important}.bg-violet-900\/45{background-color:#4c1d9573!important}.bg-violet-900\/5{background-color:#4c1d950d!important}.bg-violet-900\/50{background-color:#4c1d9580!important}.bg-violet-900\/55{background-color:#4c1d958c!important}.bg-violet-900\/60{background-color:#4c1d9599!important}.bg-violet-900\/65{background-color:#4c1d95a6!important}.bg-violet-900\/70{background-color:#4c1d95b3!important}.bg-violet-900\/75{background-color:#4c1d95bf!important}.bg-violet-900\/80{background-color:#4c1d95cc!important}.bg-violet-900\/85{background-color:#4c1d95d9!important}.bg-violet-900\/90{background-color:#4c1d95e6!important}.bg-violet-900\/95{background-color:#4c1d95f2!important}.bg-violet-950{--tw-bg-opacity: 1 !important;background-color:rgb(46 16 101 / var(--tw-bg-opacity, 1))!important}.bg-violet-950\/0{background-color:#2e106500!important}.bg-violet-950\/10{background-color:#2e10651a!important}.bg-violet-950\/100{background-color:#2e1065!important}.bg-violet-950\/15{background-color:#2e106526!important}.bg-violet-950\/20{background-color:#2e106533!important}.bg-violet-950\/25{background-color:#2e106540!important}.bg-violet-950\/30{background-color:#2e10654d!important}.bg-violet-950\/35{background-color:#2e106559!important}.bg-violet-950\/40{background-color:#2e106566!important}.bg-violet-950\/45{background-color:#2e106573!important}.bg-violet-950\/5{background-color:#2e10650d!important}.bg-violet-950\/50{background-color:#2e106580!important}.bg-violet-950\/55{background-color:#2e10658c!important}.bg-violet-950\/60{background-color:#2e106599!important}.bg-violet-950\/65{background-color:#2e1065a6!important}.bg-violet-950\/70{background-color:#2e1065b3!important}.bg-violet-950\/75{background-color:#2e1065bf!important}.bg-violet-950\/80{background-color:#2e1065cc!important}.bg-violet-950\/85{background-color:#2e1065d9!important}.bg-violet-950\/90{background-color:#2e1065e6!important}.bg-violet-950\/95{background-color:#2e1065f2!important}.bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.bg-white\/0{background-color:#fff0!important}.bg-white\/10{background-color:#ffffff1a!important}.bg-white\/100{background-color:#fff!important}.bg-white\/15{background-color:#ffffff26!important}.bg-white\/20{background-color:#fff3!important}.bg-white\/25{background-color:#ffffff40!important}.bg-white\/30{background-color:#ffffff4d!important}.bg-white\/35{background-color:#ffffff59!important}.bg-white\/40{background-color:#fff6!important}.bg-white\/45{background-color:#ffffff73!important}.bg-white\/5{background-color:#ffffff0d!important}.bg-white\/50{background-color:#ffffff80!important}.bg-white\/55{background-color:#ffffff8c!important}.bg-white\/60{background-color:#fff9!important}.bg-white\/65{background-color:#ffffffa6!important}.bg-white\/70{background-color:#ffffffb3!important}.bg-white\/75{background-color:#ffffffbf!important}.bg-white\/80{background-color:#fffc!important}.bg-white\/85{background-color:#ffffffd9!important}.bg-white\/90{background-color:#ffffffe6!important}.bg-white\/95{background-color:#fffffff2!important}.bg-yellow-100{--tw-bg-opacity: 1 !important;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))!important}.bg-yellow-100\/0{background-color:#fef9c300!important}.bg-yellow-100\/10{background-color:#fef9c31a!important}.bg-yellow-100\/100{background-color:#fef9c3!important}.bg-yellow-100\/15{background-color:#fef9c326!important}.bg-yellow-100\/20{background-color:#fef9c333!important}.bg-yellow-100\/25{background-color:#fef9c340!important}.bg-yellow-100\/30{background-color:#fef9c34d!important}.bg-yellow-100\/35{background-color:#fef9c359!important}.bg-yellow-100\/40{background-color:#fef9c366!important}.bg-yellow-100\/45{background-color:#fef9c373!important}.bg-yellow-100\/5{background-color:#fef9c30d!important}.bg-yellow-100\/50{background-color:#fef9c380!important}.bg-yellow-100\/55{background-color:#fef9c38c!important}.bg-yellow-100\/60{background-color:#fef9c399!important}.bg-yellow-100\/65{background-color:#fef9c3a6!important}.bg-yellow-100\/70{background-color:#fef9c3b3!important}.bg-yellow-100\/75{background-color:#fef9c3bf!important}.bg-yellow-100\/80{background-color:#fef9c3cc!important}.bg-yellow-100\/85{background-color:#fef9c3d9!important}.bg-yellow-100\/90{background-color:#fef9c3e6!important}.bg-yellow-100\/95{background-color:#fef9c3f2!important}.bg-yellow-200{--tw-bg-opacity: 1 !important;background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))!important}.bg-yellow-200\/0{background-color:#fef08a00!important}.bg-yellow-200\/10{background-color:#fef08a1a!important}.bg-yellow-200\/100{background-color:#fef08a!important}.bg-yellow-200\/15{background-color:#fef08a26!important}.bg-yellow-200\/20{background-color:#fef08a33!important}.bg-yellow-200\/25{background-color:#fef08a40!important}.bg-yellow-200\/30{background-color:#fef08a4d!important}.bg-yellow-200\/35{background-color:#fef08a59!important}.bg-yellow-200\/40{background-color:#fef08a66!important}.bg-yellow-200\/45{background-color:#fef08a73!important}.bg-yellow-200\/5{background-color:#fef08a0d!important}.bg-yellow-200\/50{background-color:#fef08a80!important}.bg-yellow-200\/55{background-color:#fef08a8c!important}.bg-yellow-200\/60{background-color:#fef08a99!important}.bg-yellow-200\/65{background-color:#fef08aa6!important}.bg-yellow-200\/70{background-color:#fef08ab3!important}.bg-yellow-200\/75{background-color:#fef08abf!important}.bg-yellow-200\/80{background-color:#fef08acc!important}.bg-yellow-200\/85{background-color:#fef08ad9!important}.bg-yellow-200\/90{background-color:#fef08ae6!important}.bg-yellow-200\/95{background-color:#fef08af2!important}.bg-yellow-300{--tw-bg-opacity: 1 !important;background-color:rgb(253 224 71 / var(--tw-bg-opacity, 1))!important}.bg-yellow-300\/0{background-color:#fde04700!important}.bg-yellow-300\/10{background-color:#fde0471a!important}.bg-yellow-300\/100{background-color:#fde047!important}.bg-yellow-300\/15{background-color:#fde04726!important}.bg-yellow-300\/20{background-color:#fde04733!important}.bg-yellow-300\/25{background-color:#fde04740!important}.bg-yellow-300\/30{background-color:#fde0474d!important}.bg-yellow-300\/35{background-color:#fde04759!important}.bg-yellow-300\/40{background-color:#fde04766!important}.bg-yellow-300\/45{background-color:#fde04773!important}.bg-yellow-300\/5{background-color:#fde0470d!important}.bg-yellow-300\/50{background-color:#fde04780!important}.bg-yellow-300\/55{background-color:#fde0478c!important}.bg-yellow-300\/60{background-color:#fde04799!important}.bg-yellow-300\/65{background-color:#fde047a6!important}.bg-yellow-300\/70{background-color:#fde047b3!important}.bg-yellow-300\/75{background-color:#fde047bf!important}.bg-yellow-300\/80{background-color:#fde047cc!important}.bg-yellow-300\/85{background-color:#fde047d9!important}.bg-yellow-300\/90{background-color:#fde047e6!important}.bg-yellow-300\/95{background-color:#fde047f2!important}.bg-yellow-400{--tw-bg-opacity: 1 !important;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))!important}.bg-yellow-400\/0{background-color:#facc1500!important}.bg-yellow-400\/10{background-color:#facc151a!important}.bg-yellow-400\/100{background-color:#facc15!important}.bg-yellow-400\/15{background-color:#facc1526!important}.bg-yellow-400\/20{background-color:#facc1533!important}.bg-yellow-400\/25{background-color:#facc1540!important}.bg-yellow-400\/30{background-color:#facc154d!important}.bg-yellow-400\/35{background-color:#facc1559!important}.bg-yellow-400\/40{background-color:#facc1566!important}.bg-yellow-400\/45{background-color:#facc1573!important}.bg-yellow-400\/5{background-color:#facc150d!important}.bg-yellow-400\/50{background-color:#facc1580!important}.bg-yellow-400\/55{background-color:#facc158c!important}.bg-yellow-400\/60{background-color:#facc1599!important}.bg-yellow-400\/65{background-color:#facc15a6!important}.bg-yellow-400\/70{background-color:#facc15b3!important}.bg-yellow-400\/75{background-color:#facc15bf!important}.bg-yellow-400\/80{background-color:#facc15cc!important}.bg-yellow-400\/85{background-color:#facc15d9!important}.bg-yellow-400\/90{background-color:#facc15e6!important}.bg-yellow-400\/95{background-color:#facc15f2!important}.bg-yellow-50{--tw-bg-opacity: 1 !important;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))!important}.bg-yellow-50\/0{background-color:#fefce800!important}.bg-yellow-50\/10{background-color:#fefce81a!important}.bg-yellow-50\/100{background-color:#fefce8!important}.bg-yellow-50\/15{background-color:#fefce826!important}.bg-yellow-50\/20{background-color:#fefce833!important}.bg-yellow-50\/25{background-color:#fefce840!important}.bg-yellow-50\/30{background-color:#fefce84d!important}.bg-yellow-50\/35{background-color:#fefce859!important}.bg-yellow-50\/40{background-color:#fefce866!important}.bg-yellow-50\/45{background-color:#fefce873!important}.bg-yellow-50\/5{background-color:#fefce80d!important}.bg-yellow-50\/50{background-color:#fefce880!important}.bg-yellow-50\/55{background-color:#fefce88c!important}.bg-yellow-50\/60{background-color:#fefce899!important}.bg-yellow-50\/65{background-color:#fefce8a6!important}.bg-yellow-50\/70{background-color:#fefce8b3!important}.bg-yellow-50\/75{background-color:#fefce8bf!important}.bg-yellow-50\/80{background-color:#fefce8cc!important}.bg-yellow-50\/85{background-color:#fefce8d9!important}.bg-yellow-50\/90{background-color:#fefce8e6!important}.bg-yellow-50\/95{background-color:#fefce8f2!important}.bg-yellow-500{--tw-bg-opacity: 1 !important;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))!important}.bg-yellow-500\/0{background-color:#eab30800!important}.bg-yellow-500\/10{background-color:#eab3081a!important}.bg-yellow-500\/100{background-color:#eab308!important}.bg-yellow-500\/15{background-color:#eab30826!important}.bg-yellow-500\/20{background-color:#eab30833!important}.bg-yellow-500\/25{background-color:#eab30840!important}.bg-yellow-500\/30{background-color:#eab3084d!important}.bg-yellow-500\/35{background-color:#eab30859!important}.bg-yellow-500\/40{background-color:#eab30866!important}.bg-yellow-500\/45{background-color:#eab30873!important}.bg-yellow-500\/5{background-color:#eab3080d!important}.bg-yellow-500\/50{background-color:#eab30880!important}.bg-yellow-500\/55{background-color:#eab3088c!important}.bg-yellow-500\/60{background-color:#eab30899!important}.bg-yellow-500\/65{background-color:#eab308a6!important}.bg-yellow-500\/70{background-color:#eab308b3!important}.bg-yellow-500\/75{background-color:#eab308bf!important}.bg-yellow-500\/80{background-color:#eab308cc!important}.bg-yellow-500\/85{background-color:#eab308d9!important}.bg-yellow-500\/90{background-color:#eab308e6!important}.bg-yellow-500\/95{background-color:#eab308f2!important}.bg-yellow-600{--tw-bg-opacity: 1 !important;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))!important}.bg-yellow-600\/0{background-color:#ca8a0400!important}.bg-yellow-600\/10{background-color:#ca8a041a!important}.bg-yellow-600\/100{background-color:#ca8a04!important}.bg-yellow-600\/15{background-color:#ca8a0426!important}.bg-yellow-600\/20{background-color:#ca8a0433!important}.bg-yellow-600\/25{background-color:#ca8a0440!important}.bg-yellow-600\/30{background-color:#ca8a044d!important}.bg-yellow-600\/35{background-color:#ca8a0459!important}.bg-yellow-600\/40{background-color:#ca8a0466!important}.bg-yellow-600\/45{background-color:#ca8a0473!important}.bg-yellow-600\/5{background-color:#ca8a040d!important}.bg-yellow-600\/50{background-color:#ca8a0480!important}.bg-yellow-600\/55{background-color:#ca8a048c!important}.bg-yellow-600\/60{background-color:#ca8a0499!important}.bg-yellow-600\/65{background-color:#ca8a04a6!important}.bg-yellow-600\/70{background-color:#ca8a04b3!important}.bg-yellow-600\/75{background-color:#ca8a04bf!important}.bg-yellow-600\/80{background-color:#ca8a04cc!important}.bg-yellow-600\/85{background-color:#ca8a04d9!important}.bg-yellow-600\/90{background-color:#ca8a04e6!important}.bg-yellow-600\/95{background-color:#ca8a04f2!important}.bg-yellow-700{--tw-bg-opacity: 1 !important;background-color:rgb(161 98 7 / var(--tw-bg-opacity, 1))!important}.bg-yellow-700\/0{background-color:#a1620700!important}.bg-yellow-700\/10{background-color:#a162071a!important}.bg-yellow-700\/100{background-color:#a16207!important}.bg-yellow-700\/15{background-color:#a1620726!important}.bg-yellow-700\/20{background-color:#a1620733!important}.bg-yellow-700\/25{background-color:#a1620740!important}.bg-yellow-700\/30{background-color:#a162074d!important}.bg-yellow-700\/35{background-color:#a1620759!important}.bg-yellow-700\/40{background-color:#a1620766!important}.bg-yellow-700\/45{background-color:#a1620773!important}.bg-yellow-700\/5{background-color:#a162070d!important}.bg-yellow-700\/50{background-color:#a1620780!important}.bg-yellow-700\/55{background-color:#a162078c!important}.bg-yellow-700\/60{background-color:#a1620799!important}.bg-yellow-700\/65{background-color:#a16207a6!important}.bg-yellow-700\/70{background-color:#a16207b3!important}.bg-yellow-700\/75{background-color:#a16207bf!important}.bg-yellow-700\/80{background-color:#a16207cc!important}.bg-yellow-700\/85{background-color:#a16207d9!important}.bg-yellow-700\/90{background-color:#a16207e6!important}.bg-yellow-700\/95{background-color:#a16207f2!important}.bg-yellow-800{--tw-bg-opacity: 1 !important;background-color:rgb(133 77 14 / var(--tw-bg-opacity, 1))!important}.bg-yellow-800\/0{background-color:#854d0e00!important}.bg-yellow-800\/10{background-color:#854d0e1a!important}.bg-yellow-800\/100{background-color:#854d0e!important}.bg-yellow-800\/15{background-color:#854d0e26!important}.bg-yellow-800\/20{background-color:#854d0e33!important}.bg-yellow-800\/25{background-color:#854d0e40!important}.bg-yellow-800\/30{background-color:#854d0e4d!important}.bg-yellow-800\/35{background-color:#854d0e59!important}.bg-yellow-800\/40{background-color:#854d0e66!important}.bg-yellow-800\/45{background-color:#854d0e73!important}.bg-yellow-800\/5{background-color:#854d0e0d!important}.bg-yellow-800\/50{background-color:#854d0e80!important}.bg-yellow-800\/55{background-color:#854d0e8c!important}.bg-yellow-800\/60{background-color:#854d0e99!important}.bg-yellow-800\/65{background-color:#854d0ea6!important}.bg-yellow-800\/70{background-color:#854d0eb3!important}.bg-yellow-800\/75{background-color:#854d0ebf!important}.bg-yellow-800\/80{background-color:#854d0ecc!important}.bg-yellow-800\/85{background-color:#854d0ed9!important}.bg-yellow-800\/90{background-color:#854d0ee6!important}.bg-yellow-800\/95{background-color:#854d0ef2!important}.bg-yellow-900{--tw-bg-opacity: 1 !important;background-color:rgb(113 63 18 / var(--tw-bg-opacity, 1))!important}.bg-yellow-900\/0{background-color:#713f1200!important}.bg-yellow-900\/10{background-color:#713f121a!important}.bg-yellow-900\/100{background-color:#713f12!important}.bg-yellow-900\/15{background-color:#713f1226!important}.bg-yellow-900\/20{background-color:#713f1233!important}.bg-yellow-900\/25{background-color:#713f1240!important}.bg-yellow-900\/30{background-color:#713f124d!important}.bg-yellow-900\/35{background-color:#713f1259!important}.bg-yellow-900\/40{background-color:#713f1266!important}.bg-yellow-900\/45{background-color:#713f1273!important}.bg-yellow-900\/5{background-color:#713f120d!important}.bg-yellow-900\/50{background-color:#713f1280!important}.bg-yellow-900\/55{background-color:#713f128c!important}.bg-yellow-900\/60{background-color:#713f1299!important}.bg-yellow-900\/65{background-color:#713f12a6!important}.bg-yellow-900\/70{background-color:#713f12b3!important}.bg-yellow-900\/75{background-color:#713f12bf!important}.bg-yellow-900\/80{background-color:#713f12cc!important}.bg-yellow-900\/85{background-color:#713f12d9!important}.bg-yellow-900\/90{background-color:#713f12e6!important}.bg-yellow-900\/95{background-color:#713f12f2!important}.bg-yellow-950{--tw-bg-opacity: 1 !important;background-color:rgb(66 32 6 / var(--tw-bg-opacity, 1))!important}.bg-yellow-950\/0{background-color:#42200600!important}.bg-yellow-950\/10{background-color:#4220061a!important}.bg-yellow-950\/100{background-color:#422006!important}.bg-yellow-950\/15{background-color:#42200626!important}.bg-yellow-950\/20{background-color:#42200633!important}.bg-yellow-950\/25{background-color:#42200640!important}.bg-yellow-950\/30{background-color:#4220064d!important}.bg-yellow-950\/35{background-color:#42200659!important}.bg-yellow-950\/40{background-color:#42200666!important}.bg-yellow-950\/45{background-color:#42200673!important}.bg-yellow-950\/5{background-color:#4220060d!important}.bg-yellow-950\/50{background-color:#42200680!important}.bg-yellow-950\/55{background-color:#4220068c!important}.bg-yellow-950\/60{background-color:#42200699!important}.bg-yellow-950\/65{background-color:#422006a6!important}.bg-yellow-950\/70{background-color:#422006b3!important}.bg-yellow-950\/75{background-color:#422006bf!important}.bg-yellow-950\/80{background-color:#422006cc!important}.bg-yellow-950\/85{background-color:#422006d9!important}.bg-yellow-950\/90{background-color:#422006e6!important}.bg-yellow-950\/95{background-color:#422006f2!important}.bg-zinc-100{--tw-bg-opacity: 1 !important;background-color:rgb(244 244 245 / var(--tw-bg-opacity, 1))!important}.bg-zinc-100\/0{background-color:#f4f4f500!important}.bg-zinc-100\/10{background-color:#f4f4f51a!important}.bg-zinc-100\/100{background-color:#f4f4f5!important}.bg-zinc-100\/15{background-color:#f4f4f526!important}.bg-zinc-100\/20{background-color:#f4f4f533!important}.bg-zinc-100\/25{background-color:#f4f4f540!important}.bg-zinc-100\/30{background-color:#f4f4f54d!important}.bg-zinc-100\/35{background-color:#f4f4f559!important}.bg-zinc-100\/40{background-color:#f4f4f566!important}.bg-zinc-100\/45{background-color:#f4f4f573!important}.bg-zinc-100\/5{background-color:#f4f4f50d!important}.bg-zinc-100\/50{background-color:#f4f4f580!important}.bg-zinc-100\/55{background-color:#f4f4f58c!important}.bg-zinc-100\/60{background-color:#f4f4f599!important}.bg-zinc-100\/65{background-color:#f4f4f5a6!important}.bg-zinc-100\/70{background-color:#f4f4f5b3!important}.bg-zinc-100\/75{background-color:#f4f4f5bf!important}.bg-zinc-100\/80{background-color:#f4f4f5cc!important}.bg-zinc-100\/85{background-color:#f4f4f5d9!important}.bg-zinc-100\/90{background-color:#f4f4f5e6!important}.bg-zinc-100\/95{background-color:#f4f4f5f2!important}.bg-zinc-200{--tw-bg-opacity: 1 !important;background-color:rgb(228 228 231 / var(--tw-bg-opacity, 1))!important}.bg-zinc-200\/0{background-color:#e4e4e700!important}.bg-zinc-200\/10{background-color:#e4e4e71a!important}.bg-zinc-200\/100{background-color:#e4e4e7!important}.bg-zinc-200\/15{background-color:#e4e4e726!important}.bg-zinc-200\/20{background-color:#e4e4e733!important}.bg-zinc-200\/25{background-color:#e4e4e740!important}.bg-zinc-200\/30{background-color:#e4e4e74d!important}.bg-zinc-200\/35{background-color:#e4e4e759!important}.bg-zinc-200\/40{background-color:#e4e4e766!important}.bg-zinc-200\/45{background-color:#e4e4e773!important}.bg-zinc-200\/5{background-color:#e4e4e70d!important}.bg-zinc-200\/50{background-color:#e4e4e780!important}.bg-zinc-200\/55{background-color:#e4e4e78c!important}.bg-zinc-200\/60{background-color:#e4e4e799!important}.bg-zinc-200\/65{background-color:#e4e4e7a6!important}.bg-zinc-200\/70{background-color:#e4e4e7b3!important}.bg-zinc-200\/75{background-color:#e4e4e7bf!important}.bg-zinc-200\/80{background-color:#e4e4e7cc!important}.bg-zinc-200\/85{background-color:#e4e4e7d9!important}.bg-zinc-200\/90{background-color:#e4e4e7e6!important}.bg-zinc-200\/95{background-color:#e4e4e7f2!important}.bg-zinc-300{--tw-bg-opacity: 1 !important;background-color:rgb(212 212 216 / var(--tw-bg-opacity, 1))!important}.bg-zinc-300\/0{background-color:#d4d4d800!important}.bg-zinc-300\/10{background-color:#d4d4d81a!important}.bg-zinc-300\/100{background-color:#d4d4d8!important}.bg-zinc-300\/15{background-color:#d4d4d826!important}.bg-zinc-300\/20{background-color:#d4d4d833!important}.bg-zinc-300\/25{background-color:#d4d4d840!important}.bg-zinc-300\/30{background-color:#d4d4d84d!important}.bg-zinc-300\/35{background-color:#d4d4d859!important}.bg-zinc-300\/40{background-color:#d4d4d866!important}.bg-zinc-300\/45{background-color:#d4d4d873!important}.bg-zinc-300\/5{background-color:#d4d4d80d!important}.bg-zinc-300\/50{background-color:#d4d4d880!important}.bg-zinc-300\/55{background-color:#d4d4d88c!important}.bg-zinc-300\/60{background-color:#d4d4d899!important}.bg-zinc-300\/65{background-color:#d4d4d8a6!important}.bg-zinc-300\/70{background-color:#d4d4d8b3!important}.bg-zinc-300\/75{background-color:#d4d4d8bf!important}.bg-zinc-300\/80{background-color:#d4d4d8cc!important}.bg-zinc-300\/85{background-color:#d4d4d8d9!important}.bg-zinc-300\/90{background-color:#d4d4d8e6!important}.bg-zinc-300\/95{background-color:#d4d4d8f2!important}.bg-zinc-400{--tw-bg-opacity: 1 !important;background-color:rgb(161 161 170 / var(--tw-bg-opacity, 1))!important}.bg-zinc-400\/0{background-color:#a1a1aa00!important}.bg-zinc-400\/10{background-color:#a1a1aa1a!important}.bg-zinc-400\/100{background-color:#a1a1aa!important}.bg-zinc-400\/15{background-color:#a1a1aa26!important}.bg-zinc-400\/20{background-color:#a1a1aa33!important}.bg-zinc-400\/25{background-color:#a1a1aa40!important}.bg-zinc-400\/30{background-color:#a1a1aa4d!important}.bg-zinc-400\/35{background-color:#a1a1aa59!important}.bg-zinc-400\/40{background-color:#a1a1aa66!important}.bg-zinc-400\/45{background-color:#a1a1aa73!important}.bg-zinc-400\/5{background-color:#a1a1aa0d!important}.bg-zinc-400\/50{background-color:#a1a1aa80!important}.bg-zinc-400\/55{background-color:#a1a1aa8c!important}.bg-zinc-400\/60{background-color:#a1a1aa99!important}.bg-zinc-400\/65{background-color:#a1a1aaa6!important}.bg-zinc-400\/70{background-color:#a1a1aab3!important}.bg-zinc-400\/75{background-color:#a1a1aabf!important}.bg-zinc-400\/80{background-color:#a1a1aacc!important}.bg-zinc-400\/85{background-color:#a1a1aad9!important}.bg-zinc-400\/90{background-color:#a1a1aae6!important}.bg-zinc-400\/95{background-color:#a1a1aaf2!important}.bg-zinc-50{--tw-bg-opacity: 1 !important;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))!important}.bg-zinc-50\/0{background-color:#fafafa00!important}.bg-zinc-50\/10{background-color:#fafafa1a!important}.bg-zinc-50\/100{background-color:#fafafa!important}.bg-zinc-50\/15{background-color:#fafafa26!important}.bg-zinc-50\/20{background-color:#fafafa33!important}.bg-zinc-50\/25{background-color:#fafafa40!important}.bg-zinc-50\/30{background-color:#fafafa4d!important}.bg-zinc-50\/35{background-color:#fafafa59!important}.bg-zinc-50\/40{background-color:#fafafa66!important}.bg-zinc-50\/45{background-color:#fafafa73!important}.bg-zinc-50\/5{background-color:#fafafa0d!important}.bg-zinc-50\/50{background-color:#fafafa80!important}.bg-zinc-50\/55{background-color:#fafafa8c!important}.bg-zinc-50\/60{background-color:#fafafa99!important}.bg-zinc-50\/65{background-color:#fafafaa6!important}.bg-zinc-50\/70{background-color:#fafafab3!important}.bg-zinc-50\/75{background-color:#fafafabf!important}.bg-zinc-50\/80{background-color:#fafafacc!important}.bg-zinc-50\/85{background-color:#fafafad9!important}.bg-zinc-50\/90{background-color:#fafafae6!important}.bg-zinc-50\/95{background-color:#fafafaf2!important}.bg-zinc-500{--tw-bg-opacity: 1 !important;background-color:rgb(113 113 122 / var(--tw-bg-opacity, 1))!important}.bg-zinc-500\/0{background-color:#71717a00!important}.bg-zinc-500\/10{background-color:#71717a1a!important}.bg-zinc-500\/100{background-color:#71717a!important}.bg-zinc-500\/15{background-color:#71717a26!important}.bg-zinc-500\/20{background-color:#71717a33!important}.bg-zinc-500\/25{background-color:#71717a40!important}.bg-zinc-500\/30{background-color:#71717a4d!important}.bg-zinc-500\/35{background-color:#71717a59!important}.bg-zinc-500\/40{background-color:#71717a66!important}.bg-zinc-500\/45{background-color:#71717a73!important}.bg-zinc-500\/5{background-color:#71717a0d!important}.bg-zinc-500\/50{background-color:#71717a80!important}.bg-zinc-500\/55{background-color:#71717a8c!important}.bg-zinc-500\/60{background-color:#71717a99!important}.bg-zinc-500\/65{background-color:#71717aa6!important}.bg-zinc-500\/70{background-color:#71717ab3!important}.bg-zinc-500\/75{background-color:#71717abf!important}.bg-zinc-500\/80{background-color:#71717acc!important}.bg-zinc-500\/85{background-color:#71717ad9!important}.bg-zinc-500\/90{background-color:#71717ae6!important}.bg-zinc-500\/95{background-color:#71717af2!important}.bg-zinc-600{--tw-bg-opacity: 1 !important;background-color:rgb(82 82 91 / var(--tw-bg-opacity, 1))!important}.bg-zinc-600\/0{background-color:#52525b00!important}.bg-zinc-600\/10{background-color:#52525b1a!important}.bg-zinc-600\/100{background-color:#52525b!important}.bg-zinc-600\/15{background-color:#52525b26!important}.bg-zinc-600\/20{background-color:#52525b33!important}.bg-zinc-600\/25{background-color:#52525b40!important}.bg-zinc-600\/30{background-color:#52525b4d!important}.bg-zinc-600\/35{background-color:#52525b59!important}.bg-zinc-600\/40{background-color:#52525b66!important}.bg-zinc-600\/45{background-color:#52525b73!important}.bg-zinc-600\/5{background-color:#52525b0d!important}.bg-zinc-600\/50{background-color:#52525b80!important}.bg-zinc-600\/55{background-color:#52525b8c!important}.bg-zinc-600\/60{background-color:#52525b99!important}.bg-zinc-600\/65{background-color:#52525ba6!important}.bg-zinc-600\/70{background-color:#52525bb3!important}.bg-zinc-600\/75{background-color:#52525bbf!important}.bg-zinc-600\/80{background-color:#52525bcc!important}.bg-zinc-600\/85{background-color:#52525bd9!important}.bg-zinc-600\/90{background-color:#52525be6!important}.bg-zinc-600\/95{background-color:#52525bf2!important}.bg-zinc-700{--tw-bg-opacity: 1 !important;background-color:rgb(63 63 70 / var(--tw-bg-opacity, 1))!important}.bg-zinc-700\/0{background-color:#3f3f4600!important}.bg-zinc-700\/10{background-color:#3f3f461a!important}.bg-zinc-700\/100{background-color:#3f3f46!important}.bg-zinc-700\/15{background-color:#3f3f4626!important}.bg-zinc-700\/20{background-color:#3f3f4633!important}.bg-zinc-700\/25{background-color:#3f3f4640!important}.bg-zinc-700\/30{background-color:#3f3f464d!important}.bg-zinc-700\/35{background-color:#3f3f4659!important}.bg-zinc-700\/40{background-color:#3f3f4666!important}.bg-zinc-700\/45{background-color:#3f3f4673!important}.bg-zinc-700\/5{background-color:#3f3f460d!important}.bg-zinc-700\/50{background-color:#3f3f4680!important}.bg-zinc-700\/55{background-color:#3f3f468c!important}.bg-zinc-700\/60{background-color:#3f3f4699!important}.bg-zinc-700\/65{background-color:#3f3f46a6!important}.bg-zinc-700\/70{background-color:#3f3f46b3!important}.bg-zinc-700\/75{background-color:#3f3f46bf!important}.bg-zinc-700\/80{background-color:#3f3f46cc!important}.bg-zinc-700\/85{background-color:#3f3f46d9!important}.bg-zinc-700\/90{background-color:#3f3f46e6!important}.bg-zinc-700\/95{background-color:#3f3f46f2!important}.bg-zinc-800{--tw-bg-opacity: 1 !important;background-color:rgb(39 39 42 / var(--tw-bg-opacity, 1))!important}.bg-zinc-800\/0{background-color:#27272a00!important}.bg-zinc-800\/10{background-color:#27272a1a!important}.bg-zinc-800\/100{background-color:#27272a!important}.bg-zinc-800\/15{background-color:#27272a26!important}.bg-zinc-800\/20{background-color:#27272a33!important}.bg-zinc-800\/25{background-color:#27272a40!important}.bg-zinc-800\/30{background-color:#27272a4d!important}.bg-zinc-800\/35{background-color:#27272a59!important}.bg-zinc-800\/40{background-color:#27272a66!important}.bg-zinc-800\/45{background-color:#27272a73!important}.bg-zinc-800\/5{background-color:#27272a0d!important}.bg-zinc-800\/50{background-color:#27272a80!important}.bg-zinc-800\/55{background-color:#27272a8c!important}.bg-zinc-800\/60{background-color:#27272a99!important}.bg-zinc-800\/65{background-color:#27272aa6!important}.bg-zinc-800\/70{background-color:#27272ab3!important}.bg-zinc-800\/75{background-color:#27272abf!important}.bg-zinc-800\/80{background-color:#27272acc!important}.bg-zinc-800\/85{background-color:#27272ad9!important}.bg-zinc-800\/90{background-color:#27272ae6!important}.bg-zinc-800\/95{background-color:#27272af2!important}.bg-zinc-900{--tw-bg-opacity: 1 !important;background-color:rgb(24 24 27 / var(--tw-bg-opacity, 1))!important}.bg-zinc-900\/0{background-color:#18181b00!important}.bg-zinc-900\/10{background-color:#18181b1a!important}.bg-zinc-900\/100{background-color:#18181b!important}.bg-zinc-900\/15{background-color:#18181b26!important}.bg-zinc-900\/20{background-color:#18181b33!important}.bg-zinc-900\/25{background-color:#18181b40!important}.bg-zinc-900\/30{background-color:#18181b4d!important}.bg-zinc-900\/35{background-color:#18181b59!important}.bg-zinc-900\/40{background-color:#18181b66!important}.bg-zinc-900\/45{background-color:#18181b73!important}.bg-zinc-900\/5{background-color:#18181b0d!important}.bg-zinc-900\/50{background-color:#18181b80!important}.bg-zinc-900\/55{background-color:#18181b8c!important}.bg-zinc-900\/60{background-color:#18181b99!important}.bg-zinc-900\/65{background-color:#18181ba6!important}.bg-zinc-900\/70{background-color:#18181bb3!important}.bg-zinc-900\/75{background-color:#18181bbf!important}.bg-zinc-900\/80{background-color:#18181bcc!important}.bg-zinc-900\/85{background-color:#18181bd9!important}.bg-zinc-900\/90{background-color:#18181be6!important}.bg-zinc-900\/95{background-color:#18181bf2!important}.bg-zinc-950{--tw-bg-opacity: 1 !important;background-color:rgb(9 9 11 / var(--tw-bg-opacity, 1))!important}.bg-zinc-950\/0{background-color:#09090b00!important}.bg-zinc-950\/10{background-color:#09090b1a!important}.bg-zinc-950\/100{background-color:#09090b!important}.bg-zinc-950\/15{background-color:#09090b26!important}.bg-zinc-950\/20{background-color:#09090b33!important}.bg-zinc-950\/25{background-color:#09090b40!important}.bg-zinc-950\/30{background-color:#09090b4d!important}.bg-zinc-950\/35{background-color:#09090b59!important}.bg-zinc-950\/40{background-color:#09090b66!important}.bg-zinc-950\/45{background-color:#09090b73!important}.bg-zinc-950\/5{background-color:#09090b0d!important}.bg-zinc-950\/50{background-color:#09090b80!important}.bg-zinc-950\/55{background-color:#09090b8c!important}.bg-zinc-950\/60{background-color:#09090b99!important}.bg-zinc-950\/65{background-color:#09090ba6!important}.bg-zinc-950\/70{background-color:#09090bb3!important}.bg-zinc-950\/75{background-color:#09090bbf!important}.bg-zinc-950\/80{background-color:#09090bcc!important}.bg-zinc-950\/85{background-color:#09090bd9!important}.bg-zinc-950\/90{background-color:#09090be6!important}.bg-zinc-950\/95{background-color:#09090bf2!important}.bg-opacity-0{--tw-bg-opacity: 0 !important}.bg-opacity-10{--tw-bg-opacity: .1 !important}.bg-opacity-100{--tw-bg-opacity: 1 !important}.bg-opacity-15{--tw-bg-opacity: .15 !important}.bg-opacity-20{--tw-bg-opacity: .2 !important}.bg-opacity-25{--tw-bg-opacity: .25 !important}.bg-opacity-30{--tw-bg-opacity: .3 !important}.bg-opacity-35{--tw-bg-opacity: .35 !important}.bg-opacity-40{--tw-bg-opacity: .4 !important}.bg-opacity-45{--tw-bg-opacity: .45 !important}.bg-opacity-5{--tw-bg-opacity: .05 !important}.bg-opacity-50{--tw-bg-opacity: .5 !important}.bg-opacity-55{--tw-bg-opacity: .55 !important}.bg-opacity-60{--tw-bg-opacity: .6 !important}.bg-opacity-65{--tw-bg-opacity: .65 !important}.bg-opacity-70{--tw-bg-opacity: .7 !important}.bg-opacity-75{--tw-bg-opacity: .75 !important}.bg-opacity-80{--tw-bg-opacity: .8 !important}.bg-opacity-85{--tw-bg-opacity: .85 !important}.bg-opacity-90{--tw-bg-opacity: .9 !important}.bg-opacity-95{--tw-bg-opacity: .95 !important}.bg-\[linear-gradient\(to_right\,\#01513A_50\%\,\#fff_50\%\)\]{background-image:linear-gradient(to right,#01513a 50%,#fff 50%)!important}.bg-\[radial-gradient\(circle_at_85\%_150\%\,\#E1EEE9_0px\,\#01513A_750px\)\]{background-image:radial-gradient(circle at 85% 150%,#e1eee9,#01513a 750px)!important}.bg-\[radial-gradient\(circle_at_85\%_200\%\,\#E1EEE9_0px\,\#01513A_750px\)\]{background-image:radial-gradient(circle at 85% 200%,#e1eee9,#01513a 750px)!important}.bg-\[url\(\'\/assets\/coverImages\/subscription\.png\'\)\]{background-image:url(/assets/coverImages/subscription.png)!important}.bg-gradient-radial{background-image:radial-gradient(var(--tw-gradient-stops))!important}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))!important}.bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))!important}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))!important}.bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))!important}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))!important}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))!important}.bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))!important}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))!important}.bg-none{background-image:none!important}.from-white{--tw-gradient-from: #fff var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-100{--tw-gradient-from: #fef9c3 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-100\/0{--tw-gradient-from: rgb(254 249 195 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-100\/10{--tw-gradient-from: rgb(254 249 195 / .1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-100\/100{--tw-gradient-from: rgb(254 249 195 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-100\/15{--tw-gradient-from: rgb(254 249 195 / .15) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-100\/20{--tw-gradient-from: rgb(254 249 195 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-100\/25{--tw-gradient-from: rgb(254 249 195 / .25) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-100\/30{--tw-gradient-from: rgb(254 249 195 / .3) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-100\/35{--tw-gradient-from: rgb(254 249 195 / .35) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-100\/40{--tw-gradient-from: rgb(254 249 195 / .4) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-100\/45{--tw-gradient-from: rgb(254 249 195 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-100\/5{--tw-gradient-from: rgb(254 249 195 / .05) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-100\/50{--tw-gradient-from: rgb(254 249 195 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-100\/55{--tw-gradient-from: rgb(254 249 195 / .55) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-100\/60{--tw-gradient-from: rgb(254 249 195 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-100\/65{--tw-gradient-from: rgb(254 249 195 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-100\/70{--tw-gradient-from: rgb(254 249 195 / .7) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-100\/75{--tw-gradient-from: rgb(254 249 195 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-100\/80{--tw-gradient-from: rgb(254 249 195 / .8) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-100\/85{--tw-gradient-from: rgb(254 249 195 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-100\/90{--tw-gradient-from: rgb(254 249 195 / .9) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-100\/95{--tw-gradient-from: rgb(254 249 195 / .95) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-200{--tw-gradient-from: #fef08a var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-200\/0{--tw-gradient-from: rgb(254 240 138 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-200\/10{--tw-gradient-from: rgb(254 240 138 / .1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-200\/100{--tw-gradient-from: rgb(254 240 138 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-200\/15{--tw-gradient-from: rgb(254 240 138 / .15) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-200\/20{--tw-gradient-from: rgb(254 240 138 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-200\/25{--tw-gradient-from: rgb(254 240 138 / .25) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-200\/30{--tw-gradient-from: rgb(254 240 138 / .3) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-200\/35{--tw-gradient-from: rgb(254 240 138 / .35) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-200\/40{--tw-gradient-from: rgb(254 240 138 / .4) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-200\/45{--tw-gradient-from: rgb(254 240 138 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-200\/5{--tw-gradient-from: rgb(254 240 138 / .05) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-200\/50{--tw-gradient-from: rgb(254 240 138 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-200\/55{--tw-gradient-from: rgb(254 240 138 / .55) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-200\/60{--tw-gradient-from: rgb(254 240 138 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-200\/65{--tw-gradient-from: rgb(254 240 138 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-200\/70{--tw-gradient-from: rgb(254 240 138 / .7) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-200\/75{--tw-gradient-from: rgb(254 240 138 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-200\/80{--tw-gradient-from: rgb(254 240 138 / .8) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-200\/85{--tw-gradient-from: rgb(254 240 138 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-200\/90{--tw-gradient-from: rgb(254 240 138 / .9) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-200\/95{--tw-gradient-from: rgb(254 240 138 / .95) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-300{--tw-gradient-from: #fde047 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-300\/0{--tw-gradient-from: rgb(253 224 71 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-300\/10{--tw-gradient-from: rgb(253 224 71 / .1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-300\/100{--tw-gradient-from: rgb(253 224 71 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-300\/15{--tw-gradient-from: rgb(253 224 71 / .15) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-300\/20{--tw-gradient-from: rgb(253 224 71 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-300\/25{--tw-gradient-from: rgb(253 224 71 / .25) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-300\/30{--tw-gradient-from: rgb(253 224 71 / .3) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-300\/35{--tw-gradient-from: rgb(253 224 71 / .35) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-300\/40{--tw-gradient-from: rgb(253 224 71 / .4) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-300\/45{--tw-gradient-from: rgb(253 224 71 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-300\/5{--tw-gradient-from: rgb(253 224 71 / .05) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-300\/50{--tw-gradient-from: rgb(253 224 71 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-300\/55{--tw-gradient-from: rgb(253 224 71 / .55) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-300\/60{--tw-gradient-from: rgb(253 224 71 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-300\/65{--tw-gradient-from: rgb(253 224 71 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-300\/70{--tw-gradient-from: rgb(253 224 71 / .7) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-300\/75{--tw-gradient-from: rgb(253 224 71 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-300\/80{--tw-gradient-from: rgb(253 224 71 / .8) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-300\/85{--tw-gradient-from: rgb(253 224 71 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-300\/90{--tw-gradient-from: rgb(253 224 71 / .9) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-300\/95{--tw-gradient-from: rgb(253 224 71 / .95) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-400{--tw-gradient-from: #facc15 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-400\/0{--tw-gradient-from: rgb(250 204 21 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-400\/10{--tw-gradient-from: rgb(250 204 21 / .1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-400\/100{--tw-gradient-from: rgb(250 204 21 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-400\/15{--tw-gradient-from: rgb(250 204 21 / .15) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-400\/20{--tw-gradient-from: rgb(250 204 21 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-400\/25{--tw-gradient-from: rgb(250 204 21 / .25) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-400\/30{--tw-gradient-from: rgb(250 204 21 / .3) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-400\/35{--tw-gradient-from: rgb(250 204 21 / .35) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-400\/40{--tw-gradient-from: rgb(250 204 21 / .4) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-400\/45{--tw-gradient-from: rgb(250 204 21 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-400\/5{--tw-gradient-from: rgb(250 204 21 / .05) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-400\/50{--tw-gradient-from: rgb(250 204 21 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-400\/55{--tw-gradient-from: rgb(250 204 21 / .55) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-400\/60{--tw-gradient-from: rgb(250 204 21 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-400\/65{--tw-gradient-from: rgb(250 204 21 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-400\/70{--tw-gradient-from: rgb(250 204 21 / .7) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-400\/75{--tw-gradient-from: rgb(250 204 21 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-400\/80{--tw-gradient-from: rgb(250 204 21 / .8) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-400\/85{--tw-gradient-from: rgb(250 204 21 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-400\/90{--tw-gradient-from: rgb(250 204 21 / .9) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-400\/95{--tw-gradient-from: rgb(250 204 21 / .95) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-50{--tw-gradient-from: #fefce8 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-50\/0{--tw-gradient-from: rgb(254 252 232 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-50\/10{--tw-gradient-from: rgb(254 252 232 / .1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-50\/100{--tw-gradient-from: rgb(254 252 232 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-50\/15{--tw-gradient-from: rgb(254 252 232 / .15) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-50\/20{--tw-gradient-from: rgb(254 252 232 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-50\/25{--tw-gradient-from: rgb(254 252 232 / .25) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-50\/30{--tw-gradient-from: rgb(254 252 232 / .3) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-50\/35{--tw-gradient-from: rgb(254 252 232 / .35) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-50\/40{--tw-gradient-from: rgb(254 252 232 / .4) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-50\/45{--tw-gradient-from: rgb(254 252 232 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-50\/5{--tw-gradient-from: rgb(254 252 232 / .05) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-50\/50{--tw-gradient-from: rgb(254 252 232 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-50\/55{--tw-gradient-from: rgb(254 252 232 / .55) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-50\/60{--tw-gradient-from: rgb(254 252 232 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-50\/65{--tw-gradient-from: rgb(254 252 232 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-50\/70{--tw-gradient-from: rgb(254 252 232 / .7) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-50\/75{--tw-gradient-from: rgb(254 252 232 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-50\/80{--tw-gradient-from: rgb(254 252 232 / .8) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-50\/85{--tw-gradient-from: rgb(254 252 232 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-50\/90{--tw-gradient-from: rgb(254 252 232 / .9) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-50\/95{--tw-gradient-from: rgb(254 252 232 / .95) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-500{--tw-gradient-from: #eab308 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-500\/0{--tw-gradient-from: rgb(234 179 8 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-500\/10{--tw-gradient-from: rgb(234 179 8 / .1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-500\/100{--tw-gradient-from: rgb(234 179 8 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-500\/15{--tw-gradient-from: rgb(234 179 8 / .15) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-500\/20{--tw-gradient-from: rgb(234 179 8 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-500\/25{--tw-gradient-from: rgb(234 179 8 / .25) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-500\/30{--tw-gradient-from: rgb(234 179 8 / .3) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-500\/35{--tw-gradient-from: rgb(234 179 8 / .35) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-500\/40{--tw-gradient-from: rgb(234 179 8 / .4) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-500\/45{--tw-gradient-from: rgb(234 179 8 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-500\/5{--tw-gradient-from: rgb(234 179 8 / .05) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-500\/50{--tw-gradient-from: rgb(234 179 8 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-500\/55{--tw-gradient-from: rgb(234 179 8 / .55) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-500\/60{--tw-gradient-from: rgb(234 179 8 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-500\/65{--tw-gradient-from: rgb(234 179 8 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-500\/70{--tw-gradient-from: rgb(234 179 8 / .7) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-500\/75{--tw-gradient-from: rgb(234 179 8 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-500\/80{--tw-gradient-from: rgb(234 179 8 / .8) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-500\/85{--tw-gradient-from: rgb(234 179 8 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-500\/90{--tw-gradient-from: rgb(234 179 8 / .9) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-500\/95{--tw-gradient-from: rgb(234 179 8 / .95) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-600{--tw-gradient-from: #ca8a04 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-600\/0{--tw-gradient-from: rgb(202 138 4 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-600\/10{--tw-gradient-from: rgb(202 138 4 / .1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-600\/100{--tw-gradient-from: rgb(202 138 4 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-600\/15{--tw-gradient-from: rgb(202 138 4 / .15) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-600\/20{--tw-gradient-from: rgb(202 138 4 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-600\/25{--tw-gradient-from: rgb(202 138 4 / .25) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-600\/30{--tw-gradient-from: rgb(202 138 4 / .3) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-600\/35{--tw-gradient-from: rgb(202 138 4 / .35) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-600\/40{--tw-gradient-from: rgb(202 138 4 / .4) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-600\/45{--tw-gradient-from: rgb(202 138 4 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-600\/5{--tw-gradient-from: rgb(202 138 4 / .05) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-600\/50{--tw-gradient-from: rgb(202 138 4 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-600\/55{--tw-gradient-from: rgb(202 138 4 / .55) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-600\/60{--tw-gradient-from: rgb(202 138 4 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-600\/65{--tw-gradient-from: rgb(202 138 4 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-600\/70{--tw-gradient-from: rgb(202 138 4 / .7) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-600\/75{--tw-gradient-from: rgb(202 138 4 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-600\/80{--tw-gradient-from: rgb(202 138 4 / .8) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-600\/85{--tw-gradient-from: rgb(202 138 4 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-600\/90{--tw-gradient-from: rgb(202 138 4 / .9) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-600\/95{--tw-gradient-from: rgb(202 138 4 / .95) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-700{--tw-gradient-from: #a16207 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-700\/0{--tw-gradient-from: rgb(161 98 7 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-700\/10{--tw-gradient-from: rgb(161 98 7 / .1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-700\/100{--tw-gradient-from: rgb(161 98 7 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-700\/15{--tw-gradient-from: rgb(161 98 7 / .15) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-700\/20{--tw-gradient-from: rgb(161 98 7 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-700\/25{--tw-gradient-from: rgb(161 98 7 / .25) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-700\/30{--tw-gradient-from: rgb(161 98 7 / .3) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-700\/35{--tw-gradient-from: rgb(161 98 7 / .35) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-700\/40{--tw-gradient-from: rgb(161 98 7 / .4) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-700\/45{--tw-gradient-from: rgb(161 98 7 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-700\/5{--tw-gradient-from: rgb(161 98 7 / .05) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-700\/50{--tw-gradient-from: rgb(161 98 7 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-700\/55{--tw-gradient-from: rgb(161 98 7 / .55) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-700\/60{--tw-gradient-from: rgb(161 98 7 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-700\/65{--tw-gradient-from: rgb(161 98 7 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-700\/70{--tw-gradient-from: rgb(161 98 7 / .7) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-700\/75{--tw-gradient-from: rgb(161 98 7 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-700\/80{--tw-gradient-from: rgb(161 98 7 / .8) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-700\/85{--tw-gradient-from: rgb(161 98 7 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-700\/90{--tw-gradient-from: rgb(161 98 7 / .9) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-700\/95{--tw-gradient-from: rgb(161 98 7 / .95) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-800{--tw-gradient-from: #854d0e var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-800\/0{--tw-gradient-from: rgb(133 77 14 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-800\/10{--tw-gradient-from: rgb(133 77 14 / .1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-800\/100{--tw-gradient-from: rgb(133 77 14 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-800\/15{--tw-gradient-from: rgb(133 77 14 / .15) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-800\/20{--tw-gradient-from: rgb(133 77 14 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-800\/25{--tw-gradient-from: rgb(133 77 14 / .25) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-800\/30{--tw-gradient-from: rgb(133 77 14 / .3) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-800\/35{--tw-gradient-from: rgb(133 77 14 / .35) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-800\/40{--tw-gradient-from: rgb(133 77 14 / .4) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-800\/45{--tw-gradient-from: rgb(133 77 14 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-800\/5{--tw-gradient-from: rgb(133 77 14 / .05) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-800\/50{--tw-gradient-from: rgb(133 77 14 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-800\/55{--tw-gradient-from: rgb(133 77 14 / .55) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-800\/60{--tw-gradient-from: rgb(133 77 14 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-800\/65{--tw-gradient-from: rgb(133 77 14 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-800\/70{--tw-gradient-from: rgb(133 77 14 / .7) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-800\/75{--tw-gradient-from: rgb(133 77 14 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-800\/80{--tw-gradient-from: rgb(133 77 14 / .8) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-800\/85{--tw-gradient-from: rgb(133 77 14 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-800\/90{--tw-gradient-from: rgb(133 77 14 / .9) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-800\/95{--tw-gradient-from: rgb(133 77 14 / .95) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-900{--tw-gradient-from: #713f12 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-900\/0{--tw-gradient-from: rgb(113 63 18 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-900\/10{--tw-gradient-from: rgb(113 63 18 / .1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-900\/100{--tw-gradient-from: rgb(113 63 18 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-900\/15{--tw-gradient-from: rgb(113 63 18 / .15) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-900\/20{--tw-gradient-from: rgb(113 63 18 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-900\/25{--tw-gradient-from: rgb(113 63 18 / .25) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-900\/30{--tw-gradient-from: rgb(113 63 18 / .3) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-900\/35{--tw-gradient-from: rgb(113 63 18 / .35) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-900\/40{--tw-gradient-from: rgb(113 63 18 / .4) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-900\/45{--tw-gradient-from: rgb(113 63 18 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-900\/5{--tw-gradient-from: rgb(113 63 18 / .05) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-900\/50{--tw-gradient-from: rgb(113 63 18 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-900\/55{--tw-gradient-from: rgb(113 63 18 / .55) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-900\/60{--tw-gradient-from: rgb(113 63 18 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-900\/65{--tw-gradient-from: rgb(113 63 18 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-900\/70{--tw-gradient-from: rgb(113 63 18 / .7) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-900\/75{--tw-gradient-from: rgb(113 63 18 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-900\/80{--tw-gradient-from: rgb(113 63 18 / .8) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-900\/85{--tw-gradient-from: rgb(113 63 18 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-900\/90{--tw-gradient-from: rgb(113 63 18 / .9) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-900\/95{--tw-gradient-from: rgb(113 63 18 / .95) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-950{--tw-gradient-from: #422006 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-950\/0{--tw-gradient-from: rgb(66 32 6 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-950\/10{--tw-gradient-from: rgb(66 32 6 / .1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-950\/100{--tw-gradient-from: rgb(66 32 6 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-950\/15{--tw-gradient-from: rgb(66 32 6 / .15) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-950\/20{--tw-gradient-from: rgb(66 32 6 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-950\/25{--tw-gradient-from: rgb(66 32 6 / .25) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-950\/30{--tw-gradient-from: rgb(66 32 6 / .3) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-950\/35{--tw-gradient-from: rgb(66 32 6 / .35) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-950\/40{--tw-gradient-from: rgb(66 32 6 / .4) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-950\/45{--tw-gradient-from: rgb(66 32 6 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-950\/5{--tw-gradient-from: rgb(66 32 6 / .05) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-950\/50{--tw-gradient-from: rgb(66 32 6 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-950\/55{--tw-gradient-from: rgb(66 32 6 / .55) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-950\/60{--tw-gradient-from: rgb(66 32 6 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-950\/65{--tw-gradient-from: rgb(66 32 6 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-950\/70{--tw-gradient-from: rgb(66 32 6 / .7) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-950\/75{--tw-gradient-from: rgb(66 32 6 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-950\/80{--tw-gradient-from: rgb(66 32 6 / .8) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-950\/85{--tw-gradient-from: rgb(66 32 6 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-950\/90{--tw-gradient-from: rgb(66 32 6 / .9) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-yellow-950\/95{--tw-gradient-from: rgb(66 32 6 / .95) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.via-yellow-100{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-100\/0{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-100\/10{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-100\/100{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-100\/15{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-100\/20{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-100\/25{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-100\/30{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-100\/35{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-100\/40{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-100\/45{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-100\/5{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-100\/50{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-100\/55{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-100\/60{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-100\/65{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-100\/70{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-100\/75{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-100\/80{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-100\/85{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-100\/90{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-100\/95{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-200{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-200\/0{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-200\/10{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-200\/100{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-200\/15{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-200\/20{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-200\/25{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-200\/30{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-200\/35{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-200\/40{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-200\/45{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-200\/5{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-200\/50{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-200\/55{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-200\/60{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-200\/65{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-200\/70{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-200\/75{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-200\/80{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-200\/85{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-200\/90{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-200\/95{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-300{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-300\/0{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-300\/10{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-300\/100{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-300\/15{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-300\/20{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-300\/25{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-300\/30{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-300\/35{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-300\/40{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-300\/45{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-300\/5{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-300\/50{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-300\/55{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-300\/60{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-300\/65{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-300\/70{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-300\/75{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-300\/80{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-300\/85{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-300\/90{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-300\/95{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-400{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-400\/0{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-400\/10{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-400\/100{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-400\/15{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-400\/20{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-400\/25{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-400\/30{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-400\/35{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-400\/40{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-400\/45{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-400\/5{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-400\/50{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-400\/55{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-400\/60{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-400\/65{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-400\/70{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-400\/75{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-400\/80{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-400\/85{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-400\/90{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-400\/95{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-50{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-50\/0{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-50\/10{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-50\/100{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-50\/15{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-50\/20{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-50\/25{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-50\/30{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-50\/35{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-50\/40{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-50\/45{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-50\/5{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-50\/50{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-50\/55{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-50\/60{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-50\/65{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-50\/70{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-50\/75{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-50\/80{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-50\/85{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-50\/90{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-50\/95{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-500{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-500\/0{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-500\/10{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-500\/100{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-500\/15{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-500\/20{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-500\/25{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-500\/30{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-500\/35{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-500\/40{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-500\/45{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-500\/5{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-500\/50{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-500\/55{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-500\/60{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-500\/65{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-500\/70{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-500\/75{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-500\/80{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-500\/85{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-500\/90{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-500\/95{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-600{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-600\/0{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-600\/10{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-600\/100{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-600\/15{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-600\/20{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-600\/25{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-600\/30{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-600\/35{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-600\/40{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-600\/45{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-600\/5{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-600\/50{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-600\/55{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-600\/60{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-600\/65{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-600\/70{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-600\/75{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-600\/80{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-600\/85{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-600\/90{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-600\/95{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-700{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), #a16207 var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-700\/0{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-700\/10{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-700\/100{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-700\/15{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-700\/20{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-700\/25{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-700\/30{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-700\/35{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-700\/40{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-700\/45{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-700\/5{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-700\/50{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-700\/55{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-700\/60{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-700\/65{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-700\/70{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-700\/75{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-700\/80{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-700\/85{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-700\/90{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-700\/95{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-800{--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-800\/0{--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-800\/10{--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-800\/100{--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-800\/15{--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-800\/20{--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-800\/25{--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-800\/30{--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-800\/35{--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-800\/40{--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-800\/45{--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-800\/5{--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-800\/50{--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-800\/55{--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-800\/60{--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-800\/65{--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-800\/70{--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-800\/75{--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-800\/80{--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-800\/85{--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-800\/90{--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-800\/95{--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-900{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), #713f12 var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-900\/0{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-900\/10{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-900\/100{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-900\/15{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-900\/20{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-900\/25{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-900\/30{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-900\/35{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-900\/40{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-900\/45{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-900\/5{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-900\/50{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-900\/55{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-900\/60{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-900\/65{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-900\/70{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-900\/75{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-900\/80{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-900\/85{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-900\/90{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-900\/95{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-950{--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), #422006 var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-950\/0{--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-950\/10{--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-950\/100{--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-950\/15{--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-950\/20{--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-950\/25{--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-950\/30{--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-950\/35{--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-950\/40{--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-950\/45{--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-950\/5{--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-950\/50{--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-950\/55{--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-950\/60{--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-950\/65{--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-950\/70{--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-950\/75{--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-950\/80{--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-950\/85{--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-950\/90{--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.via-yellow-950\/95{--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.to-yellow-100{--tw-gradient-to: #fef9c3 var(--tw-gradient-to-position) !important}.to-yellow-100\/0{--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important}.to-yellow-100\/10{--tw-gradient-to: rgb(254 249 195 / .1) var(--tw-gradient-to-position) !important}.to-yellow-100\/100{--tw-gradient-to: rgb(254 249 195 / 1) var(--tw-gradient-to-position) !important}.to-yellow-100\/15{--tw-gradient-to: rgb(254 249 195 / .15) var(--tw-gradient-to-position) !important}.to-yellow-100\/20{--tw-gradient-to: rgb(254 249 195 / .2) var(--tw-gradient-to-position) !important}.to-yellow-100\/25{--tw-gradient-to: rgb(254 249 195 / .25) var(--tw-gradient-to-position) !important}.to-yellow-100\/30{--tw-gradient-to: rgb(254 249 195 / .3) var(--tw-gradient-to-position) !important}.to-yellow-100\/35{--tw-gradient-to: rgb(254 249 195 / .35) var(--tw-gradient-to-position) !important}.to-yellow-100\/40{--tw-gradient-to: rgb(254 249 195 / .4) var(--tw-gradient-to-position) !important}.to-yellow-100\/45{--tw-gradient-to: rgb(254 249 195 / .45) var(--tw-gradient-to-position) !important}.to-yellow-100\/5{--tw-gradient-to: rgb(254 249 195 / .05) var(--tw-gradient-to-position) !important}.to-yellow-100\/50{--tw-gradient-to: rgb(254 249 195 / .5) var(--tw-gradient-to-position) !important}.to-yellow-100\/55{--tw-gradient-to: rgb(254 249 195 / .55) var(--tw-gradient-to-position) !important}.to-yellow-100\/60{--tw-gradient-to: rgb(254 249 195 / .6) var(--tw-gradient-to-position) !important}.to-yellow-100\/65{--tw-gradient-to: rgb(254 249 195 / .65) var(--tw-gradient-to-position) !important}.to-yellow-100\/70{--tw-gradient-to: rgb(254 249 195 / .7) var(--tw-gradient-to-position) !important}.to-yellow-100\/75{--tw-gradient-to: rgb(254 249 195 / .75) var(--tw-gradient-to-position) !important}.to-yellow-100\/80{--tw-gradient-to: rgb(254 249 195 / .8) var(--tw-gradient-to-position) !important}.to-yellow-100\/85{--tw-gradient-to: rgb(254 249 195 / .85) var(--tw-gradient-to-position) !important}.to-yellow-100\/90{--tw-gradient-to: rgb(254 249 195 / .9) var(--tw-gradient-to-position) !important}.to-yellow-100\/95{--tw-gradient-to: rgb(254 249 195 / .95) var(--tw-gradient-to-position) !important}.to-yellow-200{--tw-gradient-to: #fef08a var(--tw-gradient-to-position) !important}.to-yellow-200\/0{--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important}.to-yellow-200\/10{--tw-gradient-to: rgb(254 240 138 / .1) var(--tw-gradient-to-position) !important}.to-yellow-200\/100{--tw-gradient-to: rgb(254 240 138 / 1) var(--tw-gradient-to-position) !important}.to-yellow-200\/15{--tw-gradient-to: rgb(254 240 138 / .15) var(--tw-gradient-to-position) !important}.to-yellow-200\/20{--tw-gradient-to: rgb(254 240 138 / .2) var(--tw-gradient-to-position) !important}.to-yellow-200\/25{--tw-gradient-to: rgb(254 240 138 / .25) var(--tw-gradient-to-position) !important}.to-yellow-200\/30{--tw-gradient-to: rgb(254 240 138 / .3) var(--tw-gradient-to-position) !important}.to-yellow-200\/35{--tw-gradient-to: rgb(254 240 138 / .35) var(--tw-gradient-to-position) !important}.to-yellow-200\/40{--tw-gradient-to: rgb(254 240 138 / .4) var(--tw-gradient-to-position) !important}.to-yellow-200\/45{--tw-gradient-to: rgb(254 240 138 / .45) var(--tw-gradient-to-position) !important}.to-yellow-200\/5{--tw-gradient-to: rgb(254 240 138 / .05) var(--tw-gradient-to-position) !important}.to-yellow-200\/50{--tw-gradient-to: rgb(254 240 138 / .5) var(--tw-gradient-to-position) !important}.to-yellow-200\/55{--tw-gradient-to: rgb(254 240 138 / .55) var(--tw-gradient-to-position) !important}.to-yellow-200\/60{--tw-gradient-to: rgb(254 240 138 / .6) var(--tw-gradient-to-position) !important}.to-yellow-200\/65{--tw-gradient-to: rgb(254 240 138 / .65) var(--tw-gradient-to-position) !important}.to-yellow-200\/70{--tw-gradient-to: rgb(254 240 138 / .7) var(--tw-gradient-to-position) !important}.to-yellow-200\/75{--tw-gradient-to: rgb(254 240 138 / .75) var(--tw-gradient-to-position) !important}.to-yellow-200\/80{--tw-gradient-to: rgb(254 240 138 / .8) var(--tw-gradient-to-position) !important}.to-yellow-200\/85{--tw-gradient-to: rgb(254 240 138 / .85) var(--tw-gradient-to-position) !important}.to-yellow-200\/90{--tw-gradient-to: rgb(254 240 138 / .9) var(--tw-gradient-to-position) !important}.to-yellow-200\/95{--tw-gradient-to: rgb(254 240 138 / .95) var(--tw-gradient-to-position) !important}.to-yellow-300{--tw-gradient-to: #fde047 var(--tw-gradient-to-position) !important}.to-yellow-300\/0{--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important}.to-yellow-300\/10{--tw-gradient-to: rgb(253 224 71 / .1) var(--tw-gradient-to-position) !important}.to-yellow-300\/100{--tw-gradient-to: rgb(253 224 71 / 1) var(--tw-gradient-to-position) !important}.to-yellow-300\/15{--tw-gradient-to: rgb(253 224 71 / .15) var(--tw-gradient-to-position) !important}.to-yellow-300\/20{--tw-gradient-to: rgb(253 224 71 / .2) var(--tw-gradient-to-position) !important}.to-yellow-300\/25{--tw-gradient-to: rgb(253 224 71 / .25) var(--tw-gradient-to-position) !important}.to-yellow-300\/30{--tw-gradient-to: rgb(253 224 71 / .3) var(--tw-gradient-to-position) !important}.to-yellow-300\/35{--tw-gradient-to: rgb(253 224 71 / .35) var(--tw-gradient-to-position) !important}.to-yellow-300\/40{--tw-gradient-to: rgb(253 224 71 / .4) var(--tw-gradient-to-position) !important}.to-yellow-300\/45{--tw-gradient-to: rgb(253 224 71 / .45) var(--tw-gradient-to-position) !important}.to-yellow-300\/5{--tw-gradient-to: rgb(253 224 71 / .05) var(--tw-gradient-to-position) !important}.to-yellow-300\/50{--tw-gradient-to: rgb(253 224 71 / .5) var(--tw-gradient-to-position) !important}.to-yellow-300\/55{--tw-gradient-to: rgb(253 224 71 / .55) var(--tw-gradient-to-position) !important}.to-yellow-300\/60{--tw-gradient-to: rgb(253 224 71 / .6) var(--tw-gradient-to-position) !important}.to-yellow-300\/65{--tw-gradient-to: rgb(253 224 71 / .65) var(--tw-gradient-to-position) !important}.to-yellow-300\/70{--tw-gradient-to: rgb(253 224 71 / .7) var(--tw-gradient-to-position) !important}.to-yellow-300\/75{--tw-gradient-to: rgb(253 224 71 / .75) var(--tw-gradient-to-position) !important}.to-yellow-300\/80{--tw-gradient-to: rgb(253 224 71 / .8) var(--tw-gradient-to-position) !important}.to-yellow-300\/85{--tw-gradient-to: rgb(253 224 71 / .85) var(--tw-gradient-to-position) !important}.to-yellow-300\/90{--tw-gradient-to: rgb(253 224 71 / .9) var(--tw-gradient-to-position) !important}.to-yellow-300\/95{--tw-gradient-to: rgb(253 224 71 / .95) var(--tw-gradient-to-position) !important}.to-yellow-400{--tw-gradient-to: #facc15 var(--tw-gradient-to-position) !important}.to-yellow-400\/0{--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important}.to-yellow-400\/10{--tw-gradient-to: rgb(250 204 21 / .1) var(--tw-gradient-to-position) !important}.to-yellow-400\/100{--tw-gradient-to: rgb(250 204 21 / 1) var(--tw-gradient-to-position) !important}.to-yellow-400\/15{--tw-gradient-to: rgb(250 204 21 / .15) var(--tw-gradient-to-position) !important}.to-yellow-400\/20{--tw-gradient-to: rgb(250 204 21 / .2) var(--tw-gradient-to-position) !important}.to-yellow-400\/25{--tw-gradient-to: rgb(250 204 21 / .25) var(--tw-gradient-to-position) !important}.to-yellow-400\/30{--tw-gradient-to: rgb(250 204 21 / .3) var(--tw-gradient-to-position) !important}.to-yellow-400\/35{--tw-gradient-to: rgb(250 204 21 / .35) var(--tw-gradient-to-position) !important}.to-yellow-400\/40{--tw-gradient-to: rgb(250 204 21 / .4) var(--tw-gradient-to-position) !important}.to-yellow-400\/45{--tw-gradient-to: rgb(250 204 21 / .45) var(--tw-gradient-to-position) !important}.to-yellow-400\/5{--tw-gradient-to: rgb(250 204 21 / .05) var(--tw-gradient-to-position) !important}.to-yellow-400\/50{--tw-gradient-to: rgb(250 204 21 / .5) var(--tw-gradient-to-position) !important}.to-yellow-400\/55{--tw-gradient-to: rgb(250 204 21 / .55) var(--tw-gradient-to-position) !important}.to-yellow-400\/60{--tw-gradient-to: rgb(250 204 21 / .6) var(--tw-gradient-to-position) !important}.to-yellow-400\/65{--tw-gradient-to: rgb(250 204 21 / .65) var(--tw-gradient-to-position) !important}.to-yellow-400\/70{--tw-gradient-to: rgb(250 204 21 / .7) var(--tw-gradient-to-position) !important}.to-yellow-400\/75{--tw-gradient-to: rgb(250 204 21 / .75) var(--tw-gradient-to-position) !important}.to-yellow-400\/80{--tw-gradient-to: rgb(250 204 21 / .8) var(--tw-gradient-to-position) !important}.to-yellow-400\/85{--tw-gradient-to: rgb(250 204 21 / .85) var(--tw-gradient-to-position) !important}.to-yellow-400\/90{--tw-gradient-to: rgb(250 204 21 / .9) var(--tw-gradient-to-position) !important}.to-yellow-400\/95{--tw-gradient-to: rgb(250 204 21 / .95) var(--tw-gradient-to-position) !important}.to-yellow-50{--tw-gradient-to: #fefce8 var(--tw-gradient-to-position) !important}.to-yellow-50\/0{--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important}.to-yellow-50\/10{--tw-gradient-to: rgb(254 252 232 / .1) var(--tw-gradient-to-position) !important}.to-yellow-50\/100{--tw-gradient-to: rgb(254 252 232 / 1) var(--tw-gradient-to-position) !important}.to-yellow-50\/15{--tw-gradient-to: rgb(254 252 232 / .15) var(--tw-gradient-to-position) !important}.to-yellow-50\/20{--tw-gradient-to: rgb(254 252 232 / .2) var(--tw-gradient-to-position) !important}.to-yellow-50\/25{--tw-gradient-to: rgb(254 252 232 / .25) var(--tw-gradient-to-position) !important}.to-yellow-50\/30{--tw-gradient-to: rgb(254 252 232 / .3) var(--tw-gradient-to-position) !important}.to-yellow-50\/35{--tw-gradient-to: rgb(254 252 232 / .35) var(--tw-gradient-to-position) !important}.to-yellow-50\/40{--tw-gradient-to: rgb(254 252 232 / .4) var(--tw-gradient-to-position) !important}.to-yellow-50\/45{--tw-gradient-to: rgb(254 252 232 / .45) var(--tw-gradient-to-position) !important}.to-yellow-50\/5{--tw-gradient-to: rgb(254 252 232 / .05) var(--tw-gradient-to-position) !important}.to-yellow-50\/50{--tw-gradient-to: rgb(254 252 232 / .5) var(--tw-gradient-to-position) !important}.to-yellow-50\/55{--tw-gradient-to: rgb(254 252 232 / .55) var(--tw-gradient-to-position) !important}.to-yellow-50\/60{--tw-gradient-to: rgb(254 252 232 / .6) var(--tw-gradient-to-position) !important}.to-yellow-50\/65{--tw-gradient-to: rgb(254 252 232 / .65) var(--tw-gradient-to-position) !important}.to-yellow-50\/70{--tw-gradient-to: rgb(254 252 232 / .7) var(--tw-gradient-to-position) !important}.to-yellow-50\/75{--tw-gradient-to: rgb(254 252 232 / .75) var(--tw-gradient-to-position) !important}.to-yellow-50\/80{--tw-gradient-to: rgb(254 252 232 / .8) var(--tw-gradient-to-position) !important}.to-yellow-50\/85{--tw-gradient-to: rgb(254 252 232 / .85) var(--tw-gradient-to-position) !important}.to-yellow-50\/90{--tw-gradient-to: rgb(254 252 232 / .9) var(--tw-gradient-to-position) !important}.to-yellow-50\/95{--tw-gradient-to: rgb(254 252 232 / .95) var(--tw-gradient-to-position) !important}.to-yellow-500{--tw-gradient-to: #eab308 var(--tw-gradient-to-position) !important}.to-yellow-500\/0{--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important}.to-yellow-500\/10{--tw-gradient-to: rgb(234 179 8 / .1) var(--tw-gradient-to-position) !important}.to-yellow-500\/100{--tw-gradient-to: rgb(234 179 8 / 1) var(--tw-gradient-to-position) !important}.to-yellow-500\/15{--tw-gradient-to: rgb(234 179 8 / .15) var(--tw-gradient-to-position) !important}.to-yellow-500\/20{--tw-gradient-to: rgb(234 179 8 / .2) var(--tw-gradient-to-position) !important}.to-yellow-500\/25{--tw-gradient-to: rgb(234 179 8 / .25) var(--tw-gradient-to-position) !important}.to-yellow-500\/30{--tw-gradient-to: rgb(234 179 8 / .3) var(--tw-gradient-to-position) !important}.to-yellow-500\/35{--tw-gradient-to: rgb(234 179 8 / .35) var(--tw-gradient-to-position) !important}.to-yellow-500\/40{--tw-gradient-to: rgb(234 179 8 / .4) var(--tw-gradient-to-position) !important}.to-yellow-500\/45{--tw-gradient-to: rgb(234 179 8 / .45) var(--tw-gradient-to-position) !important}.to-yellow-500\/5{--tw-gradient-to: rgb(234 179 8 / .05) var(--tw-gradient-to-position) !important}.to-yellow-500\/50{--tw-gradient-to: rgb(234 179 8 / .5) var(--tw-gradient-to-position) !important}.to-yellow-500\/55{--tw-gradient-to: rgb(234 179 8 / .55) var(--tw-gradient-to-position) !important}.to-yellow-500\/60{--tw-gradient-to: rgb(234 179 8 / .6) var(--tw-gradient-to-position) !important}.to-yellow-500\/65{--tw-gradient-to: rgb(234 179 8 / .65) var(--tw-gradient-to-position) !important}.to-yellow-500\/70{--tw-gradient-to: rgb(234 179 8 / .7) var(--tw-gradient-to-position) !important}.to-yellow-500\/75{--tw-gradient-to: rgb(234 179 8 / .75) var(--tw-gradient-to-position) !important}.to-yellow-500\/80{--tw-gradient-to: rgb(234 179 8 / .8) var(--tw-gradient-to-position) !important}.to-yellow-500\/85{--tw-gradient-to: rgb(234 179 8 / .85) var(--tw-gradient-to-position) !important}.to-yellow-500\/90{--tw-gradient-to: rgb(234 179 8 / .9) var(--tw-gradient-to-position) !important}.to-yellow-500\/95{--tw-gradient-to: rgb(234 179 8 / .95) var(--tw-gradient-to-position) !important}.to-yellow-600{--tw-gradient-to: #ca8a04 var(--tw-gradient-to-position) !important}.to-yellow-600\/0{--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important}.to-yellow-600\/10{--tw-gradient-to: rgb(202 138 4 / .1) var(--tw-gradient-to-position) !important}.to-yellow-600\/100{--tw-gradient-to: rgb(202 138 4 / 1) var(--tw-gradient-to-position) !important}.to-yellow-600\/15{--tw-gradient-to: rgb(202 138 4 / .15) var(--tw-gradient-to-position) !important}.to-yellow-600\/20{--tw-gradient-to: rgb(202 138 4 / .2) var(--tw-gradient-to-position) !important}.to-yellow-600\/25{--tw-gradient-to: rgb(202 138 4 / .25) var(--tw-gradient-to-position) !important}.to-yellow-600\/30{--tw-gradient-to: rgb(202 138 4 / .3) var(--tw-gradient-to-position) !important}.to-yellow-600\/35{--tw-gradient-to: rgb(202 138 4 / .35) var(--tw-gradient-to-position) !important}.to-yellow-600\/40{--tw-gradient-to: rgb(202 138 4 / .4) var(--tw-gradient-to-position) !important}.to-yellow-600\/45{--tw-gradient-to: rgb(202 138 4 / .45) var(--tw-gradient-to-position) !important}.to-yellow-600\/5{--tw-gradient-to: rgb(202 138 4 / .05) var(--tw-gradient-to-position) !important}.to-yellow-600\/50{--tw-gradient-to: rgb(202 138 4 / .5) var(--tw-gradient-to-position) !important}.to-yellow-600\/55{--tw-gradient-to: rgb(202 138 4 / .55) var(--tw-gradient-to-position) !important}.to-yellow-600\/60{--tw-gradient-to: rgb(202 138 4 / .6) var(--tw-gradient-to-position) !important}.to-yellow-600\/65{--tw-gradient-to: rgb(202 138 4 / .65) var(--tw-gradient-to-position) !important}.to-yellow-600\/70{--tw-gradient-to: rgb(202 138 4 / .7) var(--tw-gradient-to-position) !important}.to-yellow-600\/75{--tw-gradient-to: rgb(202 138 4 / .75) var(--tw-gradient-to-position) !important}.to-yellow-600\/80{--tw-gradient-to: rgb(202 138 4 / .8) var(--tw-gradient-to-position) !important}.to-yellow-600\/85{--tw-gradient-to: rgb(202 138 4 / .85) var(--tw-gradient-to-position) !important}.to-yellow-600\/90{--tw-gradient-to: rgb(202 138 4 / .9) var(--tw-gradient-to-position) !important}.to-yellow-600\/95{--tw-gradient-to: rgb(202 138 4 / .95) var(--tw-gradient-to-position) !important}.to-yellow-700{--tw-gradient-to: #a16207 var(--tw-gradient-to-position) !important}.to-yellow-700\/0{--tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important}.to-yellow-700\/10{--tw-gradient-to: rgb(161 98 7 / .1) var(--tw-gradient-to-position) !important}.to-yellow-700\/100{--tw-gradient-to: rgb(161 98 7 / 1) var(--tw-gradient-to-position) !important}.to-yellow-700\/15{--tw-gradient-to: rgb(161 98 7 / .15) var(--tw-gradient-to-position) !important}.to-yellow-700\/20{--tw-gradient-to: rgb(161 98 7 / .2) var(--tw-gradient-to-position) !important}.to-yellow-700\/25{--tw-gradient-to: rgb(161 98 7 / .25) var(--tw-gradient-to-position) !important}.to-yellow-700\/30{--tw-gradient-to: rgb(161 98 7 / .3) var(--tw-gradient-to-position) !important}.to-yellow-700\/35{--tw-gradient-to: rgb(161 98 7 / .35) var(--tw-gradient-to-position) !important}.to-yellow-700\/40{--tw-gradient-to: rgb(161 98 7 / .4) var(--tw-gradient-to-position) !important}.to-yellow-700\/45{--tw-gradient-to: rgb(161 98 7 / .45) var(--tw-gradient-to-position) !important}.to-yellow-700\/5{--tw-gradient-to: rgb(161 98 7 / .05) var(--tw-gradient-to-position) !important}.to-yellow-700\/50{--tw-gradient-to: rgb(161 98 7 / .5) var(--tw-gradient-to-position) !important}.to-yellow-700\/55{--tw-gradient-to: rgb(161 98 7 / .55) var(--tw-gradient-to-position) !important}.to-yellow-700\/60{--tw-gradient-to: rgb(161 98 7 / .6) var(--tw-gradient-to-position) !important}.to-yellow-700\/65{--tw-gradient-to: rgb(161 98 7 / .65) var(--tw-gradient-to-position) !important}.to-yellow-700\/70{--tw-gradient-to: rgb(161 98 7 / .7) var(--tw-gradient-to-position) !important}.to-yellow-700\/75{--tw-gradient-to: rgb(161 98 7 / .75) var(--tw-gradient-to-position) !important}.to-yellow-700\/80{--tw-gradient-to: rgb(161 98 7 / .8) var(--tw-gradient-to-position) !important}.to-yellow-700\/85{--tw-gradient-to: rgb(161 98 7 / .85) var(--tw-gradient-to-position) !important}.to-yellow-700\/90{--tw-gradient-to: rgb(161 98 7 / .9) var(--tw-gradient-to-position) !important}.to-yellow-700\/95{--tw-gradient-to: rgb(161 98 7 / .95) var(--tw-gradient-to-position) !important}.to-yellow-800{--tw-gradient-to: #854d0e var(--tw-gradient-to-position) !important}.to-yellow-800\/0{--tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important}.to-yellow-800\/10{--tw-gradient-to: rgb(133 77 14 / .1) var(--tw-gradient-to-position) !important}.to-yellow-800\/100{--tw-gradient-to: rgb(133 77 14 / 1) var(--tw-gradient-to-position) !important}.to-yellow-800\/15{--tw-gradient-to: rgb(133 77 14 / .15) var(--tw-gradient-to-position) !important}.to-yellow-800\/20{--tw-gradient-to: rgb(133 77 14 / .2) var(--tw-gradient-to-position) !important}.to-yellow-800\/25{--tw-gradient-to: rgb(133 77 14 / .25) var(--tw-gradient-to-position) !important}.to-yellow-800\/30{--tw-gradient-to: rgb(133 77 14 / .3) var(--tw-gradient-to-position) !important}.to-yellow-800\/35{--tw-gradient-to: rgb(133 77 14 / .35) var(--tw-gradient-to-position) !important}.to-yellow-800\/40{--tw-gradient-to: rgb(133 77 14 / .4) var(--tw-gradient-to-position) !important}.to-yellow-800\/45{--tw-gradient-to: rgb(133 77 14 / .45) var(--tw-gradient-to-position) !important}.to-yellow-800\/5{--tw-gradient-to: rgb(133 77 14 / .05) var(--tw-gradient-to-position) !important}.to-yellow-800\/50{--tw-gradient-to: rgb(133 77 14 / .5) var(--tw-gradient-to-position) !important}.to-yellow-800\/55{--tw-gradient-to: rgb(133 77 14 / .55) var(--tw-gradient-to-position) !important}.to-yellow-800\/60{--tw-gradient-to: rgb(133 77 14 / .6) var(--tw-gradient-to-position) !important}.to-yellow-800\/65{--tw-gradient-to: rgb(133 77 14 / .65) var(--tw-gradient-to-position) !important}.to-yellow-800\/70{--tw-gradient-to: rgb(133 77 14 / .7) var(--tw-gradient-to-position) !important}.to-yellow-800\/75{--tw-gradient-to: rgb(133 77 14 / .75) var(--tw-gradient-to-position) !important}.to-yellow-800\/80{--tw-gradient-to: rgb(133 77 14 / .8) var(--tw-gradient-to-position) !important}.to-yellow-800\/85{--tw-gradient-to: rgb(133 77 14 / .85) var(--tw-gradient-to-position) !important}.to-yellow-800\/90{--tw-gradient-to: rgb(133 77 14 / .9) var(--tw-gradient-to-position) !important}.to-yellow-800\/95{--tw-gradient-to: rgb(133 77 14 / .95) var(--tw-gradient-to-position) !important}.to-yellow-900{--tw-gradient-to: #713f12 var(--tw-gradient-to-position) !important}.to-yellow-900\/0{--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important}.to-yellow-900\/10{--tw-gradient-to: rgb(113 63 18 / .1) var(--tw-gradient-to-position) !important}.to-yellow-900\/100{--tw-gradient-to: rgb(113 63 18 / 1) var(--tw-gradient-to-position) !important}.to-yellow-900\/15{--tw-gradient-to: rgb(113 63 18 / .15) var(--tw-gradient-to-position) !important}.to-yellow-900\/20{--tw-gradient-to: rgb(113 63 18 / .2) var(--tw-gradient-to-position) !important}.to-yellow-900\/25{--tw-gradient-to: rgb(113 63 18 / .25) var(--tw-gradient-to-position) !important}.to-yellow-900\/30{--tw-gradient-to: rgb(113 63 18 / .3) var(--tw-gradient-to-position) !important}.to-yellow-900\/35{--tw-gradient-to: rgb(113 63 18 / .35) var(--tw-gradient-to-position) !important}.to-yellow-900\/40{--tw-gradient-to: rgb(113 63 18 / .4) var(--tw-gradient-to-position) !important}.to-yellow-900\/45{--tw-gradient-to: rgb(113 63 18 / .45) var(--tw-gradient-to-position) !important}.to-yellow-900\/5{--tw-gradient-to: rgb(113 63 18 / .05) var(--tw-gradient-to-position) !important}.to-yellow-900\/50{--tw-gradient-to: rgb(113 63 18 / .5) var(--tw-gradient-to-position) !important}.to-yellow-900\/55{--tw-gradient-to: rgb(113 63 18 / .55) var(--tw-gradient-to-position) !important}.to-yellow-900\/60{--tw-gradient-to: rgb(113 63 18 / .6) var(--tw-gradient-to-position) !important}.to-yellow-900\/65{--tw-gradient-to: rgb(113 63 18 / .65) var(--tw-gradient-to-position) !important}.to-yellow-900\/70{--tw-gradient-to: rgb(113 63 18 / .7) var(--tw-gradient-to-position) !important}.to-yellow-900\/75{--tw-gradient-to: rgb(113 63 18 / .75) var(--tw-gradient-to-position) !important}.to-yellow-900\/80{--tw-gradient-to: rgb(113 63 18 / .8) var(--tw-gradient-to-position) !important}.to-yellow-900\/85{--tw-gradient-to: rgb(113 63 18 / .85) var(--tw-gradient-to-position) !important}.to-yellow-900\/90{--tw-gradient-to: rgb(113 63 18 / .9) var(--tw-gradient-to-position) !important}.to-yellow-900\/95{--tw-gradient-to: rgb(113 63 18 / .95) var(--tw-gradient-to-position) !important}.to-yellow-950{--tw-gradient-to: #422006 var(--tw-gradient-to-position) !important}.to-yellow-950\/0{--tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important}.to-yellow-950\/10{--tw-gradient-to: rgb(66 32 6 / .1) var(--tw-gradient-to-position) !important}.to-yellow-950\/100{--tw-gradient-to: rgb(66 32 6 / 1) var(--tw-gradient-to-position) !important}.to-yellow-950\/15{--tw-gradient-to: rgb(66 32 6 / .15) var(--tw-gradient-to-position) !important}.to-yellow-950\/20{--tw-gradient-to: rgb(66 32 6 / .2) var(--tw-gradient-to-position) !important}.to-yellow-950\/25{--tw-gradient-to: rgb(66 32 6 / .25) var(--tw-gradient-to-position) !important}.to-yellow-950\/30{--tw-gradient-to: rgb(66 32 6 / .3) var(--tw-gradient-to-position) !important}.to-yellow-950\/35{--tw-gradient-to: rgb(66 32 6 / .35) var(--tw-gradient-to-position) !important}.to-yellow-950\/40{--tw-gradient-to: rgb(66 32 6 / .4) var(--tw-gradient-to-position) !important}.to-yellow-950\/45{--tw-gradient-to: rgb(66 32 6 / .45) var(--tw-gradient-to-position) !important}.to-yellow-950\/5{--tw-gradient-to: rgb(66 32 6 / .05) var(--tw-gradient-to-position) !important}.to-yellow-950\/50{--tw-gradient-to: rgb(66 32 6 / .5) var(--tw-gradient-to-position) !important}.to-yellow-950\/55{--tw-gradient-to: rgb(66 32 6 / .55) var(--tw-gradient-to-position) !important}.to-yellow-950\/60{--tw-gradient-to: rgb(66 32 6 / .6) var(--tw-gradient-to-position) !important}.to-yellow-950\/65{--tw-gradient-to: rgb(66 32 6 / .65) var(--tw-gradient-to-position) !important}.to-yellow-950\/70{--tw-gradient-to: rgb(66 32 6 / .7) var(--tw-gradient-to-position) !important}.to-yellow-950\/75{--tw-gradient-to: rgb(66 32 6 / .75) var(--tw-gradient-to-position) !important}.to-yellow-950\/80{--tw-gradient-to: rgb(66 32 6 / .8) var(--tw-gradient-to-position) !important}.to-yellow-950\/85{--tw-gradient-to: rgb(66 32 6 / .85) var(--tw-gradient-to-position) !important}.to-yellow-950\/90{--tw-gradient-to: rgb(66 32 6 / .9) var(--tw-gradient-to-position) !important}.to-yellow-950\/95{--tw-gradient-to: rgb(66 32 6 / .95) var(--tw-gradient-to-position) !important}.bg-auto{background-size:auto!important}.bg-contain{background-size:contain!important}.bg-cover{background-size:cover!important}.bg-fixed{background-attachment:fixed!important}.bg-local{background-attachment:local!important}.bg-scroll{background-attachment:scroll!important}.bg-clip-border{background-clip:border-box!important}.bg-clip-padding{background-clip:padding-box!important}.bg-clip-content{background-clip:content-box!important}.bg-clip-text{background-clip:text!important}.bg-bottom{background-position:bottom!important}.bg-center{background-position:center!important}.bg-left{background-position:left!important}.bg-left-bottom{background-position:left bottom!important}.bg-left-top{background-position:left top!important}.bg-right{background-position:right!important}.bg-right-bottom{background-position:right bottom!important}.bg-right-top{background-position:right top!important}.bg-top{background-position:top!important}.bg-repeat{background-repeat:repeat!important}.bg-no-repeat{background-repeat:no-repeat!important}.bg-repeat-x{background-repeat:repeat-x!important}.bg-repeat-y{background-repeat:repeat-y!important}.bg-repeat-round{background-repeat:round!important}.bg-repeat-space{background-repeat:space!important}.bg-origin-border{background-origin:border-box!important}.bg-origin-padding{background-origin:padding-box!important}.bg-origin-content{background-origin:content-box!important}.fill-yellow-100{fill:#fef9c3!important}.fill-yellow-100\/0{fill:#fef9c300!important}.fill-yellow-100\/10{fill:#fef9c31a!important}.fill-yellow-100\/100{fill:#fef9c3!important}.fill-yellow-100\/15{fill:#fef9c326!important}.fill-yellow-100\/20{fill:#fef9c333!important}.fill-yellow-100\/25{fill:#fef9c340!important}.fill-yellow-100\/30{fill:#fef9c34d!important}.fill-yellow-100\/35{fill:#fef9c359!important}.fill-yellow-100\/40{fill:#fef9c366!important}.fill-yellow-100\/45{fill:#fef9c373!important}.fill-yellow-100\/5{fill:#fef9c30d!important}.fill-yellow-100\/50{fill:#fef9c380!important}.fill-yellow-100\/55{fill:#fef9c38c!important}.fill-yellow-100\/60{fill:#fef9c399!important}.fill-yellow-100\/65{fill:#fef9c3a6!important}.fill-yellow-100\/70{fill:#fef9c3b3!important}.fill-yellow-100\/75{fill:#fef9c3bf!important}.fill-yellow-100\/80{fill:#fef9c3cc!important}.fill-yellow-100\/85{fill:#fef9c3d9!important}.fill-yellow-100\/90{fill:#fef9c3e6!important}.fill-yellow-100\/95{fill:#fef9c3f2!important}.fill-yellow-200{fill:#fef08a!important}.fill-yellow-200\/0{fill:#fef08a00!important}.fill-yellow-200\/10{fill:#fef08a1a!important}.fill-yellow-200\/100{fill:#fef08a!important}.fill-yellow-200\/15{fill:#fef08a26!important}.fill-yellow-200\/20{fill:#fef08a33!important}.fill-yellow-200\/25{fill:#fef08a40!important}.fill-yellow-200\/30{fill:#fef08a4d!important}.fill-yellow-200\/35{fill:#fef08a59!important}.fill-yellow-200\/40{fill:#fef08a66!important}.fill-yellow-200\/45{fill:#fef08a73!important}.fill-yellow-200\/5{fill:#fef08a0d!important}.fill-yellow-200\/50{fill:#fef08a80!important}.fill-yellow-200\/55{fill:#fef08a8c!important}.fill-yellow-200\/60{fill:#fef08a99!important}.fill-yellow-200\/65{fill:#fef08aa6!important}.fill-yellow-200\/70{fill:#fef08ab3!important}.fill-yellow-200\/75{fill:#fef08abf!important}.fill-yellow-200\/80{fill:#fef08acc!important}.fill-yellow-200\/85{fill:#fef08ad9!important}.fill-yellow-200\/90{fill:#fef08ae6!important}.fill-yellow-200\/95{fill:#fef08af2!important}.fill-yellow-300{fill:#fde047!important}.fill-yellow-300\/0{fill:#fde04700!important}.fill-yellow-300\/10{fill:#fde0471a!important}.fill-yellow-300\/100{fill:#fde047!important}.fill-yellow-300\/15{fill:#fde04726!important}.fill-yellow-300\/20{fill:#fde04733!important}.fill-yellow-300\/25{fill:#fde04740!important}.fill-yellow-300\/30{fill:#fde0474d!important}.fill-yellow-300\/35{fill:#fde04759!important}.fill-yellow-300\/40{fill:#fde04766!important}.fill-yellow-300\/45{fill:#fde04773!important}.fill-yellow-300\/5{fill:#fde0470d!important}.fill-yellow-300\/50{fill:#fde04780!important}.fill-yellow-300\/55{fill:#fde0478c!important}.fill-yellow-300\/60{fill:#fde04799!important}.fill-yellow-300\/65{fill:#fde047a6!important}.fill-yellow-300\/70{fill:#fde047b3!important}.fill-yellow-300\/75{fill:#fde047bf!important}.fill-yellow-300\/80{fill:#fde047cc!important}.fill-yellow-300\/85{fill:#fde047d9!important}.fill-yellow-300\/90{fill:#fde047e6!important}.fill-yellow-300\/95{fill:#fde047f2!important}.fill-yellow-400{fill:#facc15!important}.fill-yellow-400\/0{fill:#facc1500!important}.fill-yellow-400\/10{fill:#facc151a!important}.fill-yellow-400\/100{fill:#facc15!important}.fill-yellow-400\/15{fill:#facc1526!important}.fill-yellow-400\/20{fill:#facc1533!important}.fill-yellow-400\/25{fill:#facc1540!important}.fill-yellow-400\/30{fill:#facc154d!important}.fill-yellow-400\/35{fill:#facc1559!important}.fill-yellow-400\/40{fill:#facc1566!important}.fill-yellow-400\/45{fill:#facc1573!important}.fill-yellow-400\/5{fill:#facc150d!important}.fill-yellow-400\/50{fill:#facc1580!important}.fill-yellow-400\/55{fill:#facc158c!important}.fill-yellow-400\/60{fill:#facc1599!important}.fill-yellow-400\/65{fill:#facc15a6!important}.fill-yellow-400\/70{fill:#facc15b3!important}.fill-yellow-400\/75{fill:#facc15bf!important}.fill-yellow-400\/80{fill:#facc15cc!important}.fill-yellow-400\/85{fill:#facc15d9!important}.fill-yellow-400\/90{fill:#facc15e6!important}.fill-yellow-400\/95{fill:#facc15f2!important}.fill-yellow-50{fill:#fefce8!important}.fill-yellow-50\/0{fill:#fefce800!important}.fill-yellow-50\/10{fill:#fefce81a!important}.fill-yellow-50\/100{fill:#fefce8!important}.fill-yellow-50\/15{fill:#fefce826!important}.fill-yellow-50\/20{fill:#fefce833!important}.fill-yellow-50\/25{fill:#fefce840!important}.fill-yellow-50\/30{fill:#fefce84d!important}.fill-yellow-50\/35{fill:#fefce859!important}.fill-yellow-50\/40{fill:#fefce866!important}.fill-yellow-50\/45{fill:#fefce873!important}.fill-yellow-50\/5{fill:#fefce80d!important}.fill-yellow-50\/50{fill:#fefce880!important}.fill-yellow-50\/55{fill:#fefce88c!important}.fill-yellow-50\/60{fill:#fefce899!important}.fill-yellow-50\/65{fill:#fefce8a6!important}.fill-yellow-50\/70{fill:#fefce8b3!important}.fill-yellow-50\/75{fill:#fefce8bf!important}.fill-yellow-50\/80{fill:#fefce8cc!important}.fill-yellow-50\/85{fill:#fefce8d9!important}.fill-yellow-50\/90{fill:#fefce8e6!important}.fill-yellow-50\/95{fill:#fefce8f2!important}.fill-yellow-500{fill:#eab308!important}.fill-yellow-500\/0{fill:#eab30800!important}.fill-yellow-500\/10{fill:#eab3081a!important}.fill-yellow-500\/100{fill:#eab308!important}.fill-yellow-500\/15{fill:#eab30826!important}.fill-yellow-500\/20{fill:#eab30833!important}.fill-yellow-500\/25{fill:#eab30840!important}.fill-yellow-500\/30{fill:#eab3084d!important}.fill-yellow-500\/35{fill:#eab30859!important}.fill-yellow-500\/40{fill:#eab30866!important}.fill-yellow-500\/45{fill:#eab30873!important}.fill-yellow-500\/5{fill:#eab3080d!important}.fill-yellow-500\/50{fill:#eab30880!important}.fill-yellow-500\/55{fill:#eab3088c!important}.fill-yellow-500\/60{fill:#eab30899!important}.fill-yellow-500\/65{fill:#eab308a6!important}.fill-yellow-500\/70{fill:#eab308b3!important}.fill-yellow-500\/75{fill:#eab308bf!important}.fill-yellow-500\/80{fill:#eab308cc!important}.fill-yellow-500\/85{fill:#eab308d9!important}.fill-yellow-500\/90{fill:#eab308e6!important}.fill-yellow-500\/95{fill:#eab308f2!important}.fill-yellow-600{fill:#ca8a04!important}.fill-yellow-600\/0{fill:#ca8a0400!important}.fill-yellow-600\/10{fill:#ca8a041a!important}.fill-yellow-600\/100{fill:#ca8a04!important}.fill-yellow-600\/15{fill:#ca8a0426!important}.fill-yellow-600\/20{fill:#ca8a0433!important}.fill-yellow-600\/25{fill:#ca8a0440!important}.fill-yellow-600\/30{fill:#ca8a044d!important}.fill-yellow-600\/35{fill:#ca8a0459!important}.fill-yellow-600\/40{fill:#ca8a0466!important}.fill-yellow-600\/45{fill:#ca8a0473!important}.fill-yellow-600\/5{fill:#ca8a040d!important}.fill-yellow-600\/50{fill:#ca8a0480!important}.fill-yellow-600\/55{fill:#ca8a048c!important}.fill-yellow-600\/60{fill:#ca8a0499!important}.fill-yellow-600\/65{fill:#ca8a04a6!important}.fill-yellow-600\/70{fill:#ca8a04b3!important}.fill-yellow-600\/75{fill:#ca8a04bf!important}.fill-yellow-600\/80{fill:#ca8a04cc!important}.fill-yellow-600\/85{fill:#ca8a04d9!important}.fill-yellow-600\/90{fill:#ca8a04e6!important}.fill-yellow-600\/95{fill:#ca8a04f2!important}.fill-yellow-700{fill:#a16207!important}.fill-yellow-700\/0{fill:#a1620700!important}.fill-yellow-700\/10{fill:#a162071a!important}.fill-yellow-700\/100{fill:#a16207!important}.fill-yellow-700\/15{fill:#a1620726!important}.fill-yellow-700\/20{fill:#a1620733!important}.fill-yellow-700\/25{fill:#a1620740!important}.fill-yellow-700\/30{fill:#a162074d!important}.fill-yellow-700\/35{fill:#a1620759!important}.fill-yellow-700\/40{fill:#a1620766!important}.fill-yellow-700\/45{fill:#a1620773!important}.fill-yellow-700\/5{fill:#a162070d!important}.fill-yellow-700\/50{fill:#a1620780!important}.fill-yellow-700\/55{fill:#a162078c!important}.fill-yellow-700\/60{fill:#a1620799!important}.fill-yellow-700\/65{fill:#a16207a6!important}.fill-yellow-700\/70{fill:#a16207b3!important}.fill-yellow-700\/75{fill:#a16207bf!important}.fill-yellow-700\/80{fill:#a16207cc!important}.fill-yellow-700\/85{fill:#a16207d9!important}.fill-yellow-700\/90{fill:#a16207e6!important}.fill-yellow-700\/95{fill:#a16207f2!important}.fill-yellow-800{fill:#854d0e!important}.fill-yellow-800\/0{fill:#854d0e00!important}.fill-yellow-800\/10{fill:#854d0e1a!important}.fill-yellow-800\/100{fill:#854d0e!important}.fill-yellow-800\/15{fill:#854d0e26!important}.fill-yellow-800\/20{fill:#854d0e33!important}.fill-yellow-800\/25{fill:#854d0e40!important}.fill-yellow-800\/30{fill:#854d0e4d!important}.fill-yellow-800\/35{fill:#854d0e59!important}.fill-yellow-800\/40{fill:#854d0e66!important}.fill-yellow-800\/45{fill:#854d0e73!important}.fill-yellow-800\/5{fill:#854d0e0d!important}.fill-yellow-800\/50{fill:#854d0e80!important}.fill-yellow-800\/55{fill:#854d0e8c!important}.fill-yellow-800\/60{fill:#854d0e99!important}.fill-yellow-800\/65{fill:#854d0ea6!important}.fill-yellow-800\/70{fill:#854d0eb3!important}.fill-yellow-800\/75{fill:#854d0ebf!important}.fill-yellow-800\/80{fill:#854d0ecc!important}.fill-yellow-800\/85{fill:#854d0ed9!important}.fill-yellow-800\/90{fill:#854d0ee6!important}.fill-yellow-800\/95{fill:#854d0ef2!important}.fill-yellow-900{fill:#713f12!important}.fill-yellow-900\/0{fill:#713f1200!important}.fill-yellow-900\/10{fill:#713f121a!important}.fill-yellow-900\/100{fill:#713f12!important}.fill-yellow-900\/15{fill:#713f1226!important}.fill-yellow-900\/20{fill:#713f1233!important}.fill-yellow-900\/25{fill:#713f1240!important}.fill-yellow-900\/30{fill:#713f124d!important}.fill-yellow-900\/35{fill:#713f1259!important}.fill-yellow-900\/40{fill:#713f1266!important}.fill-yellow-900\/45{fill:#713f1273!important}.fill-yellow-900\/5{fill:#713f120d!important}.fill-yellow-900\/50{fill:#713f1280!important}.fill-yellow-900\/55{fill:#713f128c!important}.fill-yellow-900\/60{fill:#713f1299!important}.fill-yellow-900\/65{fill:#713f12a6!important}.fill-yellow-900\/70{fill:#713f12b3!important}.fill-yellow-900\/75{fill:#713f12bf!important}.fill-yellow-900\/80{fill:#713f12cc!important}.fill-yellow-900\/85{fill:#713f12d9!important}.fill-yellow-900\/90{fill:#713f12e6!important}.fill-yellow-900\/95{fill:#713f12f2!important}.fill-yellow-950{fill:#422006!important}.fill-yellow-950\/0{fill:#42200600!important}.fill-yellow-950\/10{fill:#4220061a!important}.fill-yellow-950\/100{fill:#422006!important}.fill-yellow-950\/15{fill:#42200626!important}.fill-yellow-950\/20{fill:#42200633!important}.fill-yellow-950\/25{fill:#42200640!important}.fill-yellow-950\/30{fill:#4220064d!important}.fill-yellow-950\/35{fill:#42200659!important}.fill-yellow-950\/40{fill:#42200666!important}.fill-yellow-950\/45{fill:#42200673!important}.fill-yellow-950\/5{fill:#4220060d!important}.fill-yellow-950\/50{fill:#42200680!important}.fill-yellow-950\/55{fill:#4220068c!important}.fill-yellow-950\/60{fill:#42200699!important}.fill-yellow-950\/65{fill:#422006a6!important}.fill-yellow-950\/70{fill:#422006b3!important}.fill-yellow-950\/75{fill:#422006bf!important}.fill-yellow-950\/80{fill:#422006cc!important}.fill-yellow-950\/85{fill:#422006d9!important}.fill-yellow-950\/90{fill:#422006e6!important}.fill-yellow-950\/95{fill:#422006f2!important}.stroke-white{stroke:#fff!important}.stroke-yellow-100{stroke:#fef9c3!important}.stroke-yellow-100\/0{stroke:#fef9c300!important}.stroke-yellow-100\/10{stroke:#fef9c31a!important}.stroke-yellow-100\/100{stroke:#fef9c3!important}.stroke-yellow-100\/15{stroke:#fef9c326!important}.stroke-yellow-100\/20{stroke:#fef9c333!important}.stroke-yellow-100\/25{stroke:#fef9c340!important}.stroke-yellow-100\/30{stroke:#fef9c34d!important}.stroke-yellow-100\/35{stroke:#fef9c359!important}.stroke-yellow-100\/40{stroke:#fef9c366!important}.stroke-yellow-100\/45{stroke:#fef9c373!important}.stroke-yellow-100\/5{stroke:#fef9c30d!important}.stroke-yellow-100\/50{stroke:#fef9c380!important}.stroke-yellow-100\/55{stroke:#fef9c38c!important}.stroke-yellow-100\/60{stroke:#fef9c399!important}.stroke-yellow-100\/65{stroke:#fef9c3a6!important}.stroke-yellow-100\/70{stroke:#fef9c3b3!important}.stroke-yellow-100\/75{stroke:#fef9c3bf!important}.stroke-yellow-100\/80{stroke:#fef9c3cc!important}.stroke-yellow-100\/85{stroke:#fef9c3d9!important}.stroke-yellow-100\/90{stroke:#fef9c3e6!important}.stroke-yellow-100\/95{stroke:#fef9c3f2!important}.stroke-yellow-200{stroke:#fef08a!important}.stroke-yellow-200\/0{stroke:#fef08a00!important}.stroke-yellow-200\/10{stroke:#fef08a1a!important}.stroke-yellow-200\/100{stroke:#fef08a!important}.stroke-yellow-200\/15{stroke:#fef08a26!important}.stroke-yellow-200\/20{stroke:#fef08a33!important}.stroke-yellow-200\/25{stroke:#fef08a40!important}.stroke-yellow-200\/30{stroke:#fef08a4d!important}.stroke-yellow-200\/35{stroke:#fef08a59!important}.stroke-yellow-200\/40{stroke:#fef08a66!important}.stroke-yellow-200\/45{stroke:#fef08a73!important}.stroke-yellow-200\/5{stroke:#fef08a0d!important}.stroke-yellow-200\/50{stroke:#fef08a80!important}.stroke-yellow-200\/55{stroke:#fef08a8c!important}.stroke-yellow-200\/60{stroke:#fef08a99!important}.stroke-yellow-200\/65{stroke:#fef08aa6!important}.stroke-yellow-200\/70{stroke:#fef08ab3!important}.stroke-yellow-200\/75{stroke:#fef08abf!important}.stroke-yellow-200\/80{stroke:#fef08acc!important}.stroke-yellow-200\/85{stroke:#fef08ad9!important}.stroke-yellow-200\/90{stroke:#fef08ae6!important}.stroke-yellow-200\/95{stroke:#fef08af2!important}.stroke-yellow-300{stroke:#fde047!important}.stroke-yellow-300\/0{stroke:#fde04700!important}.stroke-yellow-300\/10{stroke:#fde0471a!important}.stroke-yellow-300\/100{stroke:#fde047!important}.stroke-yellow-300\/15{stroke:#fde04726!important}.stroke-yellow-300\/20{stroke:#fde04733!important}.stroke-yellow-300\/25{stroke:#fde04740!important}.stroke-yellow-300\/30{stroke:#fde0474d!important}.stroke-yellow-300\/35{stroke:#fde04759!important}.stroke-yellow-300\/40{stroke:#fde04766!important}.stroke-yellow-300\/45{stroke:#fde04773!important}.stroke-yellow-300\/5{stroke:#fde0470d!important}.stroke-yellow-300\/50{stroke:#fde04780!important}.stroke-yellow-300\/55{stroke:#fde0478c!important}.stroke-yellow-300\/60{stroke:#fde04799!important}.stroke-yellow-300\/65{stroke:#fde047a6!important}.stroke-yellow-300\/70{stroke:#fde047b3!important}.stroke-yellow-300\/75{stroke:#fde047bf!important}.stroke-yellow-300\/80{stroke:#fde047cc!important}.stroke-yellow-300\/85{stroke:#fde047d9!important}.stroke-yellow-300\/90{stroke:#fde047e6!important}.stroke-yellow-300\/95{stroke:#fde047f2!important}.stroke-yellow-400{stroke:#facc15!important}.stroke-yellow-400\/0{stroke:#facc1500!important}.stroke-yellow-400\/10{stroke:#facc151a!important}.stroke-yellow-400\/100{stroke:#facc15!important}.stroke-yellow-400\/15{stroke:#facc1526!important}.stroke-yellow-400\/20{stroke:#facc1533!important}.stroke-yellow-400\/25{stroke:#facc1540!important}.stroke-yellow-400\/30{stroke:#facc154d!important}.stroke-yellow-400\/35{stroke:#facc1559!important}.stroke-yellow-400\/40{stroke:#facc1566!important}.stroke-yellow-400\/45{stroke:#facc1573!important}.stroke-yellow-400\/5{stroke:#facc150d!important}.stroke-yellow-400\/50{stroke:#facc1580!important}.stroke-yellow-400\/55{stroke:#facc158c!important}.stroke-yellow-400\/60{stroke:#facc1599!important}.stroke-yellow-400\/65{stroke:#facc15a6!important}.stroke-yellow-400\/70{stroke:#facc15b3!important}.stroke-yellow-400\/75{stroke:#facc15bf!important}.stroke-yellow-400\/80{stroke:#facc15cc!important}.stroke-yellow-400\/85{stroke:#facc15d9!important}.stroke-yellow-400\/90{stroke:#facc15e6!important}.stroke-yellow-400\/95{stroke:#facc15f2!important}.stroke-yellow-50{stroke:#fefce8!important}.stroke-yellow-50\/0{stroke:#fefce800!important}.stroke-yellow-50\/10{stroke:#fefce81a!important}.stroke-yellow-50\/100{stroke:#fefce8!important}.stroke-yellow-50\/15{stroke:#fefce826!important}.stroke-yellow-50\/20{stroke:#fefce833!important}.stroke-yellow-50\/25{stroke:#fefce840!important}.stroke-yellow-50\/30{stroke:#fefce84d!important}.stroke-yellow-50\/35{stroke:#fefce859!important}.stroke-yellow-50\/40{stroke:#fefce866!important}.stroke-yellow-50\/45{stroke:#fefce873!important}.stroke-yellow-50\/5{stroke:#fefce80d!important}.stroke-yellow-50\/50{stroke:#fefce880!important}.stroke-yellow-50\/55{stroke:#fefce88c!important}.stroke-yellow-50\/60{stroke:#fefce899!important}.stroke-yellow-50\/65{stroke:#fefce8a6!important}.stroke-yellow-50\/70{stroke:#fefce8b3!important}.stroke-yellow-50\/75{stroke:#fefce8bf!important}.stroke-yellow-50\/80{stroke:#fefce8cc!important}.stroke-yellow-50\/85{stroke:#fefce8d9!important}.stroke-yellow-50\/90{stroke:#fefce8e6!important}.stroke-yellow-50\/95{stroke:#fefce8f2!important}.stroke-yellow-500{stroke:#eab308!important}.stroke-yellow-500\/0{stroke:#eab30800!important}.stroke-yellow-500\/10{stroke:#eab3081a!important}.stroke-yellow-500\/100{stroke:#eab308!important}.stroke-yellow-500\/15{stroke:#eab30826!important}.stroke-yellow-500\/20{stroke:#eab30833!important}.stroke-yellow-500\/25{stroke:#eab30840!important}.stroke-yellow-500\/30{stroke:#eab3084d!important}.stroke-yellow-500\/35{stroke:#eab30859!important}.stroke-yellow-500\/40{stroke:#eab30866!important}.stroke-yellow-500\/45{stroke:#eab30873!important}.stroke-yellow-500\/5{stroke:#eab3080d!important}.stroke-yellow-500\/50{stroke:#eab30880!important}.stroke-yellow-500\/55{stroke:#eab3088c!important}.stroke-yellow-500\/60{stroke:#eab30899!important}.stroke-yellow-500\/65{stroke:#eab308a6!important}.stroke-yellow-500\/70{stroke:#eab308b3!important}.stroke-yellow-500\/75{stroke:#eab308bf!important}.stroke-yellow-500\/80{stroke:#eab308cc!important}.stroke-yellow-500\/85{stroke:#eab308d9!important}.stroke-yellow-500\/90{stroke:#eab308e6!important}.stroke-yellow-500\/95{stroke:#eab308f2!important}.stroke-yellow-600{stroke:#ca8a04!important}.stroke-yellow-600\/0{stroke:#ca8a0400!important}.stroke-yellow-600\/10{stroke:#ca8a041a!important}.stroke-yellow-600\/100{stroke:#ca8a04!important}.stroke-yellow-600\/15{stroke:#ca8a0426!important}.stroke-yellow-600\/20{stroke:#ca8a0433!important}.stroke-yellow-600\/25{stroke:#ca8a0440!important}.stroke-yellow-600\/30{stroke:#ca8a044d!important}.stroke-yellow-600\/35{stroke:#ca8a0459!important}.stroke-yellow-600\/40{stroke:#ca8a0466!important}.stroke-yellow-600\/45{stroke:#ca8a0473!important}.stroke-yellow-600\/5{stroke:#ca8a040d!important}.stroke-yellow-600\/50{stroke:#ca8a0480!important}.stroke-yellow-600\/55{stroke:#ca8a048c!important}.stroke-yellow-600\/60{stroke:#ca8a0499!important}.stroke-yellow-600\/65{stroke:#ca8a04a6!important}.stroke-yellow-600\/70{stroke:#ca8a04b3!important}.stroke-yellow-600\/75{stroke:#ca8a04bf!important}.stroke-yellow-600\/80{stroke:#ca8a04cc!important}.stroke-yellow-600\/85{stroke:#ca8a04d9!important}.stroke-yellow-600\/90{stroke:#ca8a04e6!important}.stroke-yellow-600\/95{stroke:#ca8a04f2!important}.stroke-yellow-700{stroke:#a16207!important}.stroke-yellow-700\/0{stroke:#a1620700!important}.stroke-yellow-700\/10{stroke:#a162071a!important}.stroke-yellow-700\/100{stroke:#a16207!important}.stroke-yellow-700\/15{stroke:#a1620726!important}.stroke-yellow-700\/20{stroke:#a1620733!important}.stroke-yellow-700\/25{stroke:#a1620740!important}.stroke-yellow-700\/30{stroke:#a162074d!important}.stroke-yellow-700\/35{stroke:#a1620759!important}.stroke-yellow-700\/40{stroke:#a1620766!important}.stroke-yellow-700\/45{stroke:#a1620773!important}.stroke-yellow-700\/5{stroke:#a162070d!important}.stroke-yellow-700\/50{stroke:#a1620780!important}.stroke-yellow-700\/55{stroke:#a162078c!important}.stroke-yellow-700\/60{stroke:#a1620799!important}.stroke-yellow-700\/65{stroke:#a16207a6!important}.stroke-yellow-700\/70{stroke:#a16207b3!important}.stroke-yellow-700\/75{stroke:#a16207bf!important}.stroke-yellow-700\/80{stroke:#a16207cc!important}.stroke-yellow-700\/85{stroke:#a16207d9!important}.stroke-yellow-700\/90{stroke:#a16207e6!important}.stroke-yellow-700\/95{stroke:#a16207f2!important}.stroke-yellow-800{stroke:#854d0e!important}.stroke-yellow-800\/0{stroke:#854d0e00!important}.stroke-yellow-800\/10{stroke:#854d0e1a!important}.stroke-yellow-800\/100{stroke:#854d0e!important}.stroke-yellow-800\/15{stroke:#854d0e26!important}.stroke-yellow-800\/20{stroke:#854d0e33!important}.stroke-yellow-800\/25{stroke:#854d0e40!important}.stroke-yellow-800\/30{stroke:#854d0e4d!important}.stroke-yellow-800\/35{stroke:#854d0e59!important}.stroke-yellow-800\/40{stroke:#854d0e66!important}.stroke-yellow-800\/45{stroke:#854d0e73!important}.stroke-yellow-800\/5{stroke:#854d0e0d!important}.stroke-yellow-800\/50{stroke:#854d0e80!important}.stroke-yellow-800\/55{stroke:#854d0e8c!important}.stroke-yellow-800\/60{stroke:#854d0e99!important}.stroke-yellow-800\/65{stroke:#854d0ea6!important}.stroke-yellow-800\/70{stroke:#854d0eb3!important}.stroke-yellow-800\/75{stroke:#854d0ebf!important}.stroke-yellow-800\/80{stroke:#854d0ecc!important}.stroke-yellow-800\/85{stroke:#854d0ed9!important}.stroke-yellow-800\/90{stroke:#854d0ee6!important}.stroke-yellow-800\/95{stroke:#854d0ef2!important}.stroke-yellow-900{stroke:#713f12!important}.stroke-yellow-900\/0{stroke:#713f1200!important}.stroke-yellow-900\/10{stroke:#713f121a!important}.stroke-yellow-900\/100{stroke:#713f12!important}.stroke-yellow-900\/15{stroke:#713f1226!important}.stroke-yellow-900\/20{stroke:#713f1233!important}.stroke-yellow-900\/25{stroke:#713f1240!important}.stroke-yellow-900\/30{stroke:#713f124d!important}.stroke-yellow-900\/35{stroke:#713f1259!important}.stroke-yellow-900\/40{stroke:#713f1266!important}.stroke-yellow-900\/45{stroke:#713f1273!important}.stroke-yellow-900\/5{stroke:#713f120d!important}.stroke-yellow-900\/50{stroke:#713f1280!important}.stroke-yellow-900\/55{stroke:#713f128c!important}.stroke-yellow-900\/60{stroke:#713f1299!important}.stroke-yellow-900\/65{stroke:#713f12a6!important}.stroke-yellow-900\/70{stroke:#713f12b3!important}.stroke-yellow-900\/75{stroke:#713f12bf!important}.stroke-yellow-900\/80{stroke:#713f12cc!important}.stroke-yellow-900\/85{stroke:#713f12d9!important}.stroke-yellow-900\/90{stroke:#713f12e6!important}.stroke-yellow-900\/95{stroke:#713f12f2!important}.stroke-yellow-950{stroke:#422006!important}.stroke-yellow-950\/0{stroke:#42200600!important}.stroke-yellow-950\/10{stroke:#4220061a!important}.stroke-yellow-950\/100{stroke:#422006!important}.stroke-yellow-950\/15{stroke:#42200626!important}.stroke-yellow-950\/20{stroke:#42200633!important}.stroke-yellow-950\/25{stroke:#42200640!important}.stroke-yellow-950\/30{stroke:#4220064d!important}.stroke-yellow-950\/35{stroke:#42200659!important}.stroke-yellow-950\/40{stroke:#42200666!important}.stroke-yellow-950\/45{stroke:#42200673!important}.stroke-yellow-950\/5{stroke:#4220060d!important}.stroke-yellow-950\/50{stroke:#42200680!important}.stroke-yellow-950\/55{stroke:#4220068c!important}.stroke-yellow-950\/60{stroke:#42200699!important}.stroke-yellow-950\/65{stroke:#422006a6!important}.stroke-yellow-950\/70{stroke:#422006b3!important}.stroke-yellow-950\/75{stroke:#422006bf!important}.stroke-yellow-950\/80{stroke:#422006cc!important}.stroke-yellow-950\/85{stroke:#422006d9!important}.stroke-yellow-950\/90{stroke:#422006e6!important}.stroke-yellow-950\/95{stroke:#422006f2!important}.object-cover{object-fit:cover!important}.object-\[50\%_15\%\]{object-position:50% 15%!important}.object-center{object-position:center!important}.object-left-bottom{object-position:left bottom!important}.object-left-top{object-position:left top!important}.object-right-bottom{object-position:right bottom!important}.object-right-top{object-position:right top!important}.object-top{object-position:top!important}.p-0{padding:0!important}.p-0\.5{padding:.125rem!important}.p-1{padding:.25rem!important}.p-1\.5{padding:.375rem!important}.p-2{padding:.5rem!important}.p-2\.5{padding:.625rem!important}.p-3{padding:.75rem!important}.p-4{padding:1rem!important}.p-5{padding:1.25rem!important}.p-6{padding:1.5rem!important}.p-\[2px\]{padding:2px!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-12{padding-left:3rem!important;padding-right:3rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-2\.5{padding-left:.625rem!important;padding-right:.625rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-1\.5{padding-top:.375rem!important;padding-bottom:.375rem!important}.py-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-12{padding-top:3rem!important;padding-bottom:3rem!important}.py-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-2\.5{padding-top:.625rem!important;padding-bottom:.625rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.pb-1{padding-bottom:.25rem!important}.pb-10{padding-bottom:2.5rem!important}.pb-12{padding-bottom:3rem!important}.pb-2{padding-bottom:.5rem!important}.pb-20{padding-bottom:5rem!important}.pb-24{padding-bottom:6rem!important}.pb-32{padding-bottom:8rem!important}.pb-4{padding-bottom:1rem!important}.pb-40{padding-bottom:10rem!important}.pb-48{padding-bottom:12rem!important}.pb-6{padding-bottom:1.5rem!important}.pb-60{padding-bottom:15rem!important}.pb-8{padding-bottom:2rem!important}.pb-px{padding-bottom:1px!important}.pl-0\.5{padding-left:.125rem!important}.pl-12{padding-left:3rem!important}.pl-20{padding-left:5rem!important}.pl-4{padding-left:1rem!important}.pl-5{padding-left:1.25rem!important}.pl-6{padding-left:1.5rem!important}.pr-1{padding-right:.25rem!important}.pr-10{padding-right:2.5rem!important}.pr-12{padding-right:3rem!important}.pr-2{padding-right:.5rem!important}.pr-4{padding-right:1rem!important}.pr-6{padding-right:1.5rem!important}.pr-\[1px\]{padding-right:1px!important}.pt-1{padding-top:.25rem!important}.pt-10{padding-top:2.5rem!important}.pt-12{padding-top:3rem!important}.pt-2{padding-top:.5rem!important}.pt-20{padding-top:5rem!important}.pt-24{padding-top:6rem!important}.pt-28{padding-top:7rem!important}.pt-32{padding-top:8rem!important}.pt-4{padding-top:1rem!important}.pt-48{padding-top:12rem!important}.pt-5{padding-top:1.25rem!important}.pt-52{padding-top:13rem!important}.pt-6{padding-top:1.5rem!important}.pt-64{padding-top:16rem!important}.pt-8{padding-top:2rem!important}.pt-\[1px\]{padding-top:1px!important}.pt-\[9px\]{padding-top:9px!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-start{text-align:start!important}.text-end{text-align:end!important}.align-middle{vertical-align:middle!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-5xl{font-size:3rem!important;line-height:1!important}.text-6xl{font-size:3.75rem!important;line-height:1!important}.text-7xl{font-size:4.5rem!important;line-height:1!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-sm\/6{font-size:.875rem!important;line-height:1.5rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.text-xxs{font-size:10px!important}.font-bold{font-weight:700!important}.font-light{font-weight:300!important}.font-normal{font-weight:400!important}.font-semibold{font-weight:600!important}.capitalize{text-transform:capitalize!important}.italic{font-style:italic!important}.leading-5{line-height:1.25rem!important}.text-primary{--tw-text-opacity: 1 !important;color:rgb(1 81 58 / var(--tw-text-opacity, 1))!important}.text-secondary{--tw-text-opacity: 1 !important;color:rgb(82 129 109 / var(--tw-text-opacity, 1))!important}.text-tertiary{--tw-text-opacity: 1 !important;color:rgb(121 156 179 / var(--tw-text-opacity, 1))!important}.text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.text-yellow-100{--tw-text-opacity: 1 !important;color:rgb(254 249 195 / var(--tw-text-opacity, 1))!important}.text-yellow-100\/0{color:#fef9c300!important}.text-yellow-100\/10{color:#fef9c31a!important}.text-yellow-100\/100{color:#fef9c3!important}.text-yellow-100\/15{color:#fef9c326!important}.text-yellow-100\/20{color:#fef9c333!important}.text-yellow-100\/25{color:#fef9c340!important}.text-yellow-100\/30{color:#fef9c34d!important}.text-yellow-100\/35{color:#fef9c359!important}.text-yellow-100\/40{color:#fef9c366!important}.text-yellow-100\/45{color:#fef9c373!important}.text-yellow-100\/5{color:#fef9c30d!important}.text-yellow-100\/50{color:#fef9c380!important}.text-yellow-100\/55{color:#fef9c38c!important}.text-yellow-100\/60{color:#fef9c399!important}.text-yellow-100\/65{color:#fef9c3a6!important}.text-yellow-100\/70{color:#fef9c3b3!important}.text-yellow-100\/75{color:#fef9c3bf!important}.text-yellow-100\/80{color:#fef9c3cc!important}.text-yellow-100\/85{color:#fef9c3d9!important}.text-yellow-100\/90{color:#fef9c3e6!important}.text-yellow-100\/95{color:#fef9c3f2!important}.text-yellow-200{--tw-text-opacity: 1 !important;color:rgb(254 240 138 / var(--tw-text-opacity, 1))!important}.text-yellow-200\/0{color:#fef08a00!important}.text-yellow-200\/10{color:#fef08a1a!important}.text-yellow-200\/100{color:#fef08a!important}.text-yellow-200\/15{color:#fef08a26!important}.text-yellow-200\/20{color:#fef08a33!important}.text-yellow-200\/25{color:#fef08a40!important}.text-yellow-200\/30{color:#fef08a4d!important}.text-yellow-200\/35{color:#fef08a59!important}.text-yellow-200\/40{color:#fef08a66!important}.text-yellow-200\/45{color:#fef08a73!important}.text-yellow-200\/5{color:#fef08a0d!important}.text-yellow-200\/50{color:#fef08a80!important}.text-yellow-200\/55{color:#fef08a8c!important}.text-yellow-200\/60{color:#fef08a99!important}.text-yellow-200\/65{color:#fef08aa6!important}.text-yellow-200\/70{color:#fef08ab3!important}.text-yellow-200\/75{color:#fef08abf!important}.text-yellow-200\/80{color:#fef08acc!important}.text-yellow-200\/85{color:#fef08ad9!important}.text-yellow-200\/90{color:#fef08ae6!important}.text-yellow-200\/95{color:#fef08af2!important}.text-yellow-300{--tw-text-opacity: 1 !important;color:rgb(253 224 71 / var(--tw-text-opacity, 1))!important}.text-yellow-300\/0{color:#fde04700!important}.text-yellow-300\/10{color:#fde0471a!important}.text-yellow-300\/100{color:#fde047!important}.text-yellow-300\/15{color:#fde04726!important}.text-yellow-300\/20{color:#fde04733!important}.text-yellow-300\/25{color:#fde04740!important}.text-yellow-300\/30{color:#fde0474d!important}.text-yellow-300\/35{color:#fde04759!important}.text-yellow-300\/40{color:#fde04766!important}.text-yellow-300\/45{color:#fde04773!important}.text-yellow-300\/5{color:#fde0470d!important}.text-yellow-300\/50{color:#fde04780!important}.text-yellow-300\/55{color:#fde0478c!important}.text-yellow-300\/60{color:#fde04799!important}.text-yellow-300\/65{color:#fde047a6!important}.text-yellow-300\/70{color:#fde047b3!important}.text-yellow-300\/75{color:#fde047bf!important}.text-yellow-300\/80{color:#fde047cc!important}.text-yellow-300\/85{color:#fde047d9!important}.text-yellow-300\/90{color:#fde047e6!important}.text-yellow-300\/95{color:#fde047f2!important}.text-yellow-400{--tw-text-opacity: 1 !important;color:rgb(250 204 21 / var(--tw-text-opacity, 1))!important}.text-yellow-400\/0{color:#facc1500!important}.text-yellow-400\/10{color:#facc151a!important}.text-yellow-400\/100{color:#facc15!important}.text-yellow-400\/15{color:#facc1526!important}.text-yellow-400\/20{color:#facc1533!important}.text-yellow-400\/25{color:#facc1540!important}.text-yellow-400\/30{color:#facc154d!important}.text-yellow-400\/35{color:#facc1559!important}.text-yellow-400\/40{color:#facc1566!important}.text-yellow-400\/45{color:#facc1573!important}.text-yellow-400\/5{color:#facc150d!important}.text-yellow-400\/50{color:#facc1580!important}.text-yellow-400\/55{color:#facc158c!important}.text-yellow-400\/60{color:#facc1599!important}.text-yellow-400\/65{color:#facc15a6!important}.text-yellow-400\/70{color:#facc15b3!important}.text-yellow-400\/75{color:#facc15bf!important}.text-yellow-400\/80{color:#facc15cc!important}.text-yellow-400\/85{color:#facc15d9!important}.text-yellow-400\/90{color:#facc15e6!important}.text-yellow-400\/95{color:#facc15f2!important}.text-yellow-50{--tw-text-opacity: 1 !important;color:rgb(254 252 232 / var(--tw-text-opacity, 1))!important}.text-yellow-50\/0{color:#fefce800!important}.text-yellow-50\/10{color:#fefce81a!important}.text-yellow-50\/100{color:#fefce8!important}.text-yellow-50\/15{color:#fefce826!important}.text-yellow-50\/20{color:#fefce833!important}.text-yellow-50\/25{color:#fefce840!important}.text-yellow-50\/30{color:#fefce84d!important}.text-yellow-50\/35{color:#fefce859!important}.text-yellow-50\/40{color:#fefce866!important}.text-yellow-50\/45{color:#fefce873!important}.text-yellow-50\/5{color:#fefce80d!important}.text-yellow-50\/50{color:#fefce880!important}.text-yellow-50\/55{color:#fefce88c!important}.text-yellow-50\/60{color:#fefce899!important}.text-yellow-50\/65{color:#fefce8a6!important}.text-yellow-50\/70{color:#fefce8b3!important}.text-yellow-50\/75{color:#fefce8bf!important}.text-yellow-50\/80{color:#fefce8cc!important}.text-yellow-50\/85{color:#fefce8d9!important}.text-yellow-50\/90{color:#fefce8e6!important}.text-yellow-50\/95{color:#fefce8f2!important}.text-yellow-500{--tw-text-opacity: 1 !important;color:rgb(234 179 8 / var(--tw-text-opacity, 1))!important}.text-yellow-500\/0{color:#eab30800!important}.text-yellow-500\/10{color:#eab3081a!important}.text-yellow-500\/100{color:#eab308!important}.text-yellow-500\/15{color:#eab30826!important}.text-yellow-500\/20{color:#eab30833!important}.text-yellow-500\/25{color:#eab30840!important}.text-yellow-500\/30{color:#eab3084d!important}.text-yellow-500\/35{color:#eab30859!important}.text-yellow-500\/40{color:#eab30866!important}.text-yellow-500\/45{color:#eab30873!important}.text-yellow-500\/5{color:#eab3080d!important}.text-yellow-500\/50{color:#eab30880!important}.text-yellow-500\/55{color:#eab3088c!important}.text-yellow-500\/60{color:#eab30899!important}.text-yellow-500\/65{color:#eab308a6!important}.text-yellow-500\/70{color:#eab308b3!important}.text-yellow-500\/75{color:#eab308bf!important}.text-yellow-500\/80{color:#eab308cc!important}.text-yellow-500\/85{color:#eab308d9!important}.text-yellow-500\/90{color:#eab308e6!important}.text-yellow-500\/95{color:#eab308f2!important}.text-yellow-600{--tw-text-opacity: 1 !important;color:rgb(202 138 4 / var(--tw-text-opacity, 1))!important}.text-yellow-600\/0{color:#ca8a0400!important}.text-yellow-600\/10{color:#ca8a041a!important}.text-yellow-600\/100{color:#ca8a04!important}.text-yellow-600\/15{color:#ca8a0426!important}.text-yellow-600\/20{color:#ca8a0433!important}.text-yellow-600\/25{color:#ca8a0440!important}.text-yellow-600\/30{color:#ca8a044d!important}.text-yellow-600\/35{color:#ca8a0459!important}.text-yellow-600\/40{color:#ca8a0466!important}.text-yellow-600\/45{color:#ca8a0473!important}.text-yellow-600\/5{color:#ca8a040d!important}.text-yellow-600\/50{color:#ca8a0480!important}.text-yellow-600\/55{color:#ca8a048c!important}.text-yellow-600\/60{color:#ca8a0499!important}.text-yellow-600\/65{color:#ca8a04a6!important}.text-yellow-600\/70{color:#ca8a04b3!important}.text-yellow-600\/75{color:#ca8a04bf!important}.text-yellow-600\/80{color:#ca8a04cc!important}.text-yellow-600\/85{color:#ca8a04d9!important}.text-yellow-600\/90{color:#ca8a04e6!important}.text-yellow-600\/95{color:#ca8a04f2!important}.text-yellow-700{--tw-text-opacity: 1 !important;color:rgb(161 98 7 / var(--tw-text-opacity, 1))!important}.text-yellow-700\/0{color:#a1620700!important}.text-yellow-700\/10{color:#a162071a!important}.text-yellow-700\/100{color:#a16207!important}.text-yellow-700\/15{color:#a1620726!important}.text-yellow-700\/20{color:#a1620733!important}.text-yellow-700\/25{color:#a1620740!important}.text-yellow-700\/30{color:#a162074d!important}.text-yellow-700\/35{color:#a1620759!important}.text-yellow-700\/40{color:#a1620766!important}.text-yellow-700\/45{color:#a1620773!important}.text-yellow-700\/5{color:#a162070d!important}.text-yellow-700\/50{color:#a1620780!important}.text-yellow-700\/55{color:#a162078c!important}.text-yellow-700\/60{color:#a1620799!important}.text-yellow-700\/65{color:#a16207a6!important}.text-yellow-700\/70{color:#a16207b3!important}.text-yellow-700\/75{color:#a16207bf!important}.text-yellow-700\/80{color:#a16207cc!important}.text-yellow-700\/85{color:#a16207d9!important}.text-yellow-700\/90{color:#a16207e6!important}.text-yellow-700\/95{color:#a16207f2!important}.text-yellow-800{--tw-text-opacity: 1 !important;color:rgb(133 77 14 / var(--tw-text-opacity, 1))!important}.text-yellow-800\/0{color:#854d0e00!important}.text-yellow-800\/10{color:#854d0e1a!important}.text-yellow-800\/100{color:#854d0e!important}.text-yellow-800\/15{color:#854d0e26!important}.text-yellow-800\/20{color:#854d0e33!important}.text-yellow-800\/25{color:#854d0e40!important}.text-yellow-800\/30{color:#854d0e4d!important}.text-yellow-800\/35{color:#854d0e59!important}.text-yellow-800\/40{color:#854d0e66!important}.text-yellow-800\/45{color:#854d0e73!important}.text-yellow-800\/5{color:#854d0e0d!important}.text-yellow-800\/50{color:#854d0e80!important}.text-yellow-800\/55{color:#854d0e8c!important}.text-yellow-800\/60{color:#854d0e99!important}.text-yellow-800\/65{color:#854d0ea6!important}.text-yellow-800\/70{color:#854d0eb3!important}.text-yellow-800\/75{color:#854d0ebf!important}.text-yellow-800\/80{color:#854d0ecc!important}.text-yellow-800\/85{color:#854d0ed9!important}.text-yellow-800\/90{color:#854d0ee6!important}.text-yellow-800\/95{color:#854d0ef2!important}.text-yellow-900{--tw-text-opacity: 1 !important;color:rgb(113 63 18 / var(--tw-text-opacity, 1))!important}.text-yellow-900\/0{color:#713f1200!important}.text-yellow-900\/10{color:#713f121a!important}.text-yellow-900\/100{color:#713f12!important}.text-yellow-900\/15{color:#713f1226!important}.text-yellow-900\/20{color:#713f1233!important}.text-yellow-900\/25{color:#713f1240!important}.text-yellow-900\/30{color:#713f124d!important}.text-yellow-900\/35{color:#713f1259!important}.text-yellow-900\/40{color:#713f1266!important}.text-yellow-900\/45{color:#713f1273!important}.text-yellow-900\/5{color:#713f120d!important}.text-yellow-900\/50{color:#713f1280!important}.text-yellow-900\/55{color:#713f128c!important}.text-yellow-900\/60{color:#713f1299!important}.text-yellow-900\/65{color:#713f12a6!important}.text-yellow-900\/70{color:#713f12b3!important}.text-yellow-900\/75{color:#713f12bf!important}.text-yellow-900\/80{color:#713f12cc!important}.text-yellow-900\/85{color:#713f12d9!important}.text-yellow-900\/90{color:#713f12e6!important}.text-yellow-900\/95{color:#713f12f2!important}.text-yellow-950{--tw-text-opacity: 1 !important;color:rgb(66 32 6 / var(--tw-text-opacity, 1))!important}.text-yellow-950\/0{color:#42200600!important}.text-yellow-950\/10{color:#4220061a!important}.text-yellow-950\/100{color:#422006!important}.text-yellow-950\/15{color:#42200626!important}.text-yellow-950\/20{color:#42200633!important}.text-yellow-950\/25{color:#42200640!important}.text-yellow-950\/30{color:#4220064d!important}.text-yellow-950\/35{color:#42200659!important}.text-yellow-950\/40{color:#42200666!important}.text-yellow-950\/45{color:#42200673!important}.text-yellow-950\/5{color:#4220060d!important}.text-yellow-950\/50{color:#42200680!important}.text-yellow-950\/55{color:#4220068c!important}.text-yellow-950\/60{color:#42200699!important}.text-yellow-950\/65{color:#422006a6!important}.text-yellow-950\/70{color:#422006b3!important}.text-yellow-950\/75{color:#422006bf!important}.text-yellow-950\/80{color:#422006cc!important}.text-yellow-950\/85{color:#422006d9!important}.text-yellow-950\/90{color:#422006e6!important}.text-yellow-950\/95{color:#422006f2!important}.underline{text-decoration-line:underline!important}.decoration-yellow-100{text-decoration-color:#fef9c3!important}.decoration-yellow-100\/0{text-decoration-color:#fef9c300!important}.decoration-yellow-100\/10{text-decoration-color:#fef9c31a!important}.decoration-yellow-100\/100{text-decoration-color:#fef9c3!important}.decoration-yellow-100\/15{text-decoration-color:#fef9c326!important}.decoration-yellow-100\/20{text-decoration-color:#fef9c333!important}.decoration-yellow-100\/25{text-decoration-color:#fef9c340!important}.decoration-yellow-100\/30{text-decoration-color:#fef9c34d!important}.decoration-yellow-100\/35{text-decoration-color:#fef9c359!important}.decoration-yellow-100\/40{text-decoration-color:#fef9c366!important}.decoration-yellow-100\/45{text-decoration-color:#fef9c373!important}.decoration-yellow-100\/5{text-decoration-color:#fef9c30d!important}.decoration-yellow-100\/50{text-decoration-color:#fef9c380!important}.decoration-yellow-100\/55{text-decoration-color:#fef9c38c!important}.decoration-yellow-100\/60{text-decoration-color:#fef9c399!important}.decoration-yellow-100\/65{text-decoration-color:#fef9c3a6!important}.decoration-yellow-100\/70{text-decoration-color:#fef9c3b3!important}.decoration-yellow-100\/75{text-decoration-color:#fef9c3bf!important}.decoration-yellow-100\/80{text-decoration-color:#fef9c3cc!important}.decoration-yellow-100\/85{text-decoration-color:#fef9c3d9!important}.decoration-yellow-100\/90{text-decoration-color:#fef9c3e6!important}.decoration-yellow-100\/95{text-decoration-color:#fef9c3f2!important}.decoration-yellow-200{text-decoration-color:#fef08a!important}.decoration-yellow-200\/0{text-decoration-color:#fef08a00!important}.decoration-yellow-200\/10{text-decoration-color:#fef08a1a!important}.decoration-yellow-200\/100{text-decoration-color:#fef08a!important}.decoration-yellow-200\/15{text-decoration-color:#fef08a26!important}.decoration-yellow-200\/20{text-decoration-color:#fef08a33!important}.decoration-yellow-200\/25{text-decoration-color:#fef08a40!important}.decoration-yellow-200\/30{text-decoration-color:#fef08a4d!important}.decoration-yellow-200\/35{text-decoration-color:#fef08a59!important}.decoration-yellow-200\/40{text-decoration-color:#fef08a66!important}.decoration-yellow-200\/45{text-decoration-color:#fef08a73!important}.decoration-yellow-200\/5{text-decoration-color:#fef08a0d!important}.decoration-yellow-200\/50{text-decoration-color:#fef08a80!important}.decoration-yellow-200\/55{text-decoration-color:#fef08a8c!important}.decoration-yellow-200\/60{text-decoration-color:#fef08a99!important}.decoration-yellow-200\/65{text-decoration-color:#fef08aa6!important}.decoration-yellow-200\/70{text-decoration-color:#fef08ab3!important}.decoration-yellow-200\/75{text-decoration-color:#fef08abf!important}.decoration-yellow-200\/80{text-decoration-color:#fef08acc!important}.decoration-yellow-200\/85{text-decoration-color:#fef08ad9!important}.decoration-yellow-200\/90{text-decoration-color:#fef08ae6!important}.decoration-yellow-200\/95{text-decoration-color:#fef08af2!important}.decoration-yellow-300{text-decoration-color:#fde047!important}.decoration-yellow-300\/0{text-decoration-color:#fde04700!important}.decoration-yellow-300\/10{text-decoration-color:#fde0471a!important}.decoration-yellow-300\/100{text-decoration-color:#fde047!important}.decoration-yellow-300\/15{text-decoration-color:#fde04726!important}.decoration-yellow-300\/20{text-decoration-color:#fde04733!important}.decoration-yellow-300\/25{text-decoration-color:#fde04740!important}.decoration-yellow-300\/30{text-decoration-color:#fde0474d!important}.decoration-yellow-300\/35{text-decoration-color:#fde04759!important}.decoration-yellow-300\/40{text-decoration-color:#fde04766!important}.decoration-yellow-300\/45{text-decoration-color:#fde04773!important}.decoration-yellow-300\/5{text-decoration-color:#fde0470d!important}.decoration-yellow-300\/50{text-decoration-color:#fde04780!important}.decoration-yellow-300\/55{text-decoration-color:#fde0478c!important}.decoration-yellow-300\/60{text-decoration-color:#fde04799!important}.decoration-yellow-300\/65{text-decoration-color:#fde047a6!important}.decoration-yellow-300\/70{text-decoration-color:#fde047b3!important}.decoration-yellow-300\/75{text-decoration-color:#fde047bf!important}.decoration-yellow-300\/80{text-decoration-color:#fde047cc!important}.decoration-yellow-300\/85{text-decoration-color:#fde047d9!important}.decoration-yellow-300\/90{text-decoration-color:#fde047e6!important}.decoration-yellow-300\/95{text-decoration-color:#fde047f2!important}.decoration-yellow-400{text-decoration-color:#facc15!important}.decoration-yellow-400\/0{text-decoration-color:#facc1500!important}.decoration-yellow-400\/10{text-decoration-color:#facc151a!important}.decoration-yellow-400\/100{text-decoration-color:#facc15!important}.decoration-yellow-400\/15{text-decoration-color:#facc1526!important}.decoration-yellow-400\/20{text-decoration-color:#facc1533!important}.decoration-yellow-400\/25{text-decoration-color:#facc1540!important}.decoration-yellow-400\/30{text-decoration-color:#facc154d!important}.decoration-yellow-400\/35{text-decoration-color:#facc1559!important}.decoration-yellow-400\/40{text-decoration-color:#facc1566!important}.decoration-yellow-400\/45{text-decoration-color:#facc1573!important}.decoration-yellow-400\/5{text-decoration-color:#facc150d!important}.decoration-yellow-400\/50{text-decoration-color:#facc1580!important}.decoration-yellow-400\/55{text-decoration-color:#facc158c!important}.decoration-yellow-400\/60{text-decoration-color:#facc1599!important}.decoration-yellow-400\/65{text-decoration-color:#facc15a6!important}.decoration-yellow-400\/70{text-decoration-color:#facc15b3!important}.decoration-yellow-400\/75{text-decoration-color:#facc15bf!important}.decoration-yellow-400\/80{text-decoration-color:#facc15cc!important}.decoration-yellow-400\/85{text-decoration-color:#facc15d9!important}.decoration-yellow-400\/90{text-decoration-color:#facc15e6!important}.decoration-yellow-400\/95{text-decoration-color:#facc15f2!important}.decoration-yellow-50{text-decoration-color:#fefce8!important}.decoration-yellow-50\/0{text-decoration-color:#fefce800!important}.decoration-yellow-50\/10{text-decoration-color:#fefce81a!important}.decoration-yellow-50\/100{text-decoration-color:#fefce8!important}.decoration-yellow-50\/15{text-decoration-color:#fefce826!important}.decoration-yellow-50\/20{text-decoration-color:#fefce833!important}.decoration-yellow-50\/25{text-decoration-color:#fefce840!important}.decoration-yellow-50\/30{text-decoration-color:#fefce84d!important}.decoration-yellow-50\/35{text-decoration-color:#fefce859!important}.decoration-yellow-50\/40{text-decoration-color:#fefce866!important}.decoration-yellow-50\/45{text-decoration-color:#fefce873!important}.decoration-yellow-50\/5{text-decoration-color:#fefce80d!important}.decoration-yellow-50\/50{text-decoration-color:#fefce880!important}.decoration-yellow-50\/55{text-decoration-color:#fefce88c!important}.decoration-yellow-50\/60{text-decoration-color:#fefce899!important}.decoration-yellow-50\/65{text-decoration-color:#fefce8a6!important}.decoration-yellow-50\/70{text-decoration-color:#fefce8b3!important}.decoration-yellow-50\/75{text-decoration-color:#fefce8bf!important}.decoration-yellow-50\/80{text-decoration-color:#fefce8cc!important}.decoration-yellow-50\/85{text-decoration-color:#fefce8d9!important}.decoration-yellow-50\/90{text-decoration-color:#fefce8e6!important}.decoration-yellow-50\/95{text-decoration-color:#fefce8f2!important}.decoration-yellow-500{text-decoration-color:#eab308!important}.decoration-yellow-500\/0{text-decoration-color:#eab30800!important}.decoration-yellow-500\/10{text-decoration-color:#eab3081a!important}.decoration-yellow-500\/100{text-decoration-color:#eab308!important}.decoration-yellow-500\/15{text-decoration-color:#eab30826!important}.decoration-yellow-500\/20{text-decoration-color:#eab30833!important}.decoration-yellow-500\/25{text-decoration-color:#eab30840!important}.decoration-yellow-500\/30{text-decoration-color:#eab3084d!important}.decoration-yellow-500\/35{text-decoration-color:#eab30859!important}.decoration-yellow-500\/40{text-decoration-color:#eab30866!important}.decoration-yellow-500\/45{text-decoration-color:#eab30873!important}.decoration-yellow-500\/5{text-decoration-color:#eab3080d!important}.decoration-yellow-500\/50{text-decoration-color:#eab30880!important}.decoration-yellow-500\/55{text-decoration-color:#eab3088c!important}.decoration-yellow-500\/60{text-decoration-color:#eab30899!important}.decoration-yellow-500\/65{text-decoration-color:#eab308a6!important}.decoration-yellow-500\/70{text-decoration-color:#eab308b3!important}.decoration-yellow-500\/75{text-decoration-color:#eab308bf!important}.decoration-yellow-500\/80{text-decoration-color:#eab308cc!important}.decoration-yellow-500\/85{text-decoration-color:#eab308d9!important}.decoration-yellow-500\/90{text-decoration-color:#eab308e6!important}.decoration-yellow-500\/95{text-decoration-color:#eab308f2!important}.decoration-yellow-600{text-decoration-color:#ca8a04!important}.decoration-yellow-600\/0{text-decoration-color:#ca8a0400!important}.decoration-yellow-600\/10{text-decoration-color:#ca8a041a!important}.decoration-yellow-600\/100{text-decoration-color:#ca8a04!important}.decoration-yellow-600\/15{text-decoration-color:#ca8a0426!important}.decoration-yellow-600\/20{text-decoration-color:#ca8a0433!important}.decoration-yellow-600\/25{text-decoration-color:#ca8a0440!important}.decoration-yellow-600\/30{text-decoration-color:#ca8a044d!important}.decoration-yellow-600\/35{text-decoration-color:#ca8a0459!important}.decoration-yellow-600\/40{text-decoration-color:#ca8a0466!important}.decoration-yellow-600\/45{text-decoration-color:#ca8a0473!important}.decoration-yellow-600\/5{text-decoration-color:#ca8a040d!important}.decoration-yellow-600\/50{text-decoration-color:#ca8a0480!important}.decoration-yellow-600\/55{text-decoration-color:#ca8a048c!important}.decoration-yellow-600\/60{text-decoration-color:#ca8a0499!important}.decoration-yellow-600\/65{text-decoration-color:#ca8a04a6!important}.decoration-yellow-600\/70{text-decoration-color:#ca8a04b3!important}.decoration-yellow-600\/75{text-decoration-color:#ca8a04bf!important}.decoration-yellow-600\/80{text-decoration-color:#ca8a04cc!important}.decoration-yellow-600\/85{text-decoration-color:#ca8a04d9!important}.decoration-yellow-600\/90{text-decoration-color:#ca8a04e6!important}.decoration-yellow-600\/95{text-decoration-color:#ca8a04f2!important}.decoration-yellow-700{text-decoration-color:#a16207!important}.decoration-yellow-700\/0{text-decoration-color:#a1620700!important}.decoration-yellow-700\/10{text-decoration-color:#a162071a!important}.decoration-yellow-700\/100{text-decoration-color:#a16207!important}.decoration-yellow-700\/15{text-decoration-color:#a1620726!important}.decoration-yellow-700\/20{text-decoration-color:#a1620733!important}.decoration-yellow-700\/25{text-decoration-color:#a1620740!important}.decoration-yellow-700\/30{text-decoration-color:#a162074d!important}.decoration-yellow-700\/35{text-decoration-color:#a1620759!important}.decoration-yellow-700\/40{text-decoration-color:#a1620766!important}.decoration-yellow-700\/45{text-decoration-color:#a1620773!important}.decoration-yellow-700\/5{text-decoration-color:#a162070d!important}.decoration-yellow-700\/50{text-decoration-color:#a1620780!important}.decoration-yellow-700\/55{text-decoration-color:#a162078c!important}.decoration-yellow-700\/60{text-decoration-color:#a1620799!important}.decoration-yellow-700\/65{text-decoration-color:#a16207a6!important}.decoration-yellow-700\/70{text-decoration-color:#a16207b3!important}.decoration-yellow-700\/75{text-decoration-color:#a16207bf!important}.decoration-yellow-700\/80{text-decoration-color:#a16207cc!important}.decoration-yellow-700\/85{text-decoration-color:#a16207d9!important}.decoration-yellow-700\/90{text-decoration-color:#a16207e6!important}.decoration-yellow-700\/95{text-decoration-color:#a16207f2!important}.decoration-yellow-800{text-decoration-color:#854d0e!important}.decoration-yellow-800\/0{text-decoration-color:#854d0e00!important}.decoration-yellow-800\/10{text-decoration-color:#854d0e1a!important}.decoration-yellow-800\/100{text-decoration-color:#854d0e!important}.decoration-yellow-800\/15{text-decoration-color:#854d0e26!important}.decoration-yellow-800\/20{text-decoration-color:#854d0e33!important}.decoration-yellow-800\/25{text-decoration-color:#854d0e40!important}.decoration-yellow-800\/30{text-decoration-color:#854d0e4d!important}.decoration-yellow-800\/35{text-decoration-color:#854d0e59!important}.decoration-yellow-800\/40{text-decoration-color:#854d0e66!important}.decoration-yellow-800\/45{text-decoration-color:#854d0e73!important}.decoration-yellow-800\/5{text-decoration-color:#854d0e0d!important}.decoration-yellow-800\/50{text-decoration-color:#854d0e80!important}.decoration-yellow-800\/55{text-decoration-color:#854d0e8c!important}.decoration-yellow-800\/60{text-decoration-color:#854d0e99!important}.decoration-yellow-800\/65{text-decoration-color:#854d0ea6!important}.decoration-yellow-800\/70{text-decoration-color:#854d0eb3!important}.decoration-yellow-800\/75{text-decoration-color:#854d0ebf!important}.decoration-yellow-800\/80{text-decoration-color:#854d0ecc!important}.decoration-yellow-800\/85{text-decoration-color:#854d0ed9!important}.decoration-yellow-800\/90{text-decoration-color:#854d0ee6!important}.decoration-yellow-800\/95{text-decoration-color:#854d0ef2!important}.decoration-yellow-900{text-decoration-color:#713f12!important}.decoration-yellow-900\/0{text-decoration-color:#713f1200!important}.decoration-yellow-900\/10{text-decoration-color:#713f121a!important}.decoration-yellow-900\/100{text-decoration-color:#713f12!important}.decoration-yellow-900\/15{text-decoration-color:#713f1226!important}.decoration-yellow-900\/20{text-decoration-color:#713f1233!important}.decoration-yellow-900\/25{text-decoration-color:#713f1240!important}.decoration-yellow-900\/30{text-decoration-color:#713f124d!important}.decoration-yellow-900\/35{text-decoration-color:#713f1259!important}.decoration-yellow-900\/40{text-decoration-color:#713f1266!important}.decoration-yellow-900\/45{text-decoration-color:#713f1273!important}.decoration-yellow-900\/5{text-decoration-color:#713f120d!important}.decoration-yellow-900\/50{text-decoration-color:#713f1280!important}.decoration-yellow-900\/55{text-decoration-color:#713f128c!important}.decoration-yellow-900\/60{text-decoration-color:#713f1299!important}.decoration-yellow-900\/65{text-decoration-color:#713f12a6!important}.decoration-yellow-900\/70{text-decoration-color:#713f12b3!important}.decoration-yellow-900\/75{text-decoration-color:#713f12bf!important}.decoration-yellow-900\/80{text-decoration-color:#713f12cc!important}.decoration-yellow-900\/85{text-decoration-color:#713f12d9!important}.decoration-yellow-900\/90{text-decoration-color:#713f12e6!important}.decoration-yellow-900\/95{text-decoration-color:#713f12f2!important}.decoration-yellow-950{text-decoration-color:#422006!important}.decoration-yellow-950\/0{text-decoration-color:#42200600!important}.decoration-yellow-950\/10{text-decoration-color:#4220061a!important}.decoration-yellow-950\/100{text-decoration-color:#422006!important}.decoration-yellow-950\/15{text-decoration-color:#42200626!important}.decoration-yellow-950\/20{text-decoration-color:#42200633!important}.decoration-yellow-950\/25{text-decoration-color:#42200640!important}.decoration-yellow-950\/30{text-decoration-color:#4220064d!important}.decoration-yellow-950\/35{text-decoration-color:#42200659!important}.decoration-yellow-950\/40{text-decoration-color:#42200666!important}.decoration-yellow-950\/45{text-decoration-color:#42200673!important}.decoration-yellow-950\/5{text-decoration-color:#4220060d!important}.decoration-yellow-950\/50{text-decoration-color:#42200680!important}.decoration-yellow-950\/55{text-decoration-color:#4220068c!important}.decoration-yellow-950\/60{text-decoration-color:#42200699!important}.decoration-yellow-950\/65{text-decoration-color:#422006a6!important}.decoration-yellow-950\/70{text-decoration-color:#422006b3!important}.decoration-yellow-950\/75{text-decoration-color:#422006bf!important}.decoration-yellow-950\/80{text-decoration-color:#422006cc!important}.decoration-yellow-950\/85{text-decoration-color:#422006d9!important}.decoration-yellow-950\/90{text-decoration-color:#422006e6!important}.decoration-yellow-950\/95{text-decoration-color:#422006f2!important}.placeholder-primary::placeholder{--tw-placeholder-opacity: 1 !important;color:rgb(1 81 58 / var(--tw-placeholder-opacity, 1))!important}.placeholder-yellow-100::placeholder{--tw-placeholder-opacity: 1 !important;color:rgb(254 249 195 / var(--tw-placeholder-opacity, 1))!important}.placeholder-yellow-100\/0::placeholder{color:#fef9c300!important}.placeholder-yellow-100\/10::placeholder{color:#fef9c31a!important}.placeholder-yellow-100\/100::placeholder{color:#fef9c3!important}.placeholder-yellow-100\/15::placeholder{color:#fef9c326!important}.placeholder-yellow-100\/20::placeholder{color:#fef9c333!important}.placeholder-yellow-100\/25::placeholder{color:#fef9c340!important}.placeholder-yellow-100\/30::placeholder{color:#fef9c34d!important}.placeholder-yellow-100\/35::placeholder{color:#fef9c359!important}.placeholder-yellow-100\/40::placeholder{color:#fef9c366!important}.placeholder-yellow-100\/45::placeholder{color:#fef9c373!important}.placeholder-yellow-100\/5::placeholder{color:#fef9c30d!important}.placeholder-yellow-100\/50::placeholder{color:#fef9c380!important}.placeholder-yellow-100\/55::placeholder{color:#fef9c38c!important}.placeholder-yellow-100\/60::placeholder{color:#fef9c399!important}.placeholder-yellow-100\/65::placeholder{color:#fef9c3a6!important}.placeholder-yellow-100\/70::placeholder{color:#fef9c3b3!important}.placeholder-yellow-100\/75::placeholder{color:#fef9c3bf!important}.placeholder-yellow-100\/80::placeholder{color:#fef9c3cc!important}.placeholder-yellow-100\/85::placeholder{color:#fef9c3d9!important}.placeholder-yellow-100\/90::placeholder{color:#fef9c3e6!important}.placeholder-yellow-100\/95::placeholder{color:#fef9c3f2!important}.placeholder-yellow-200::placeholder{--tw-placeholder-opacity: 1 !important;color:rgb(254 240 138 / var(--tw-placeholder-opacity, 1))!important}.placeholder-yellow-200\/0::placeholder{color:#fef08a00!important}.placeholder-yellow-200\/10::placeholder{color:#fef08a1a!important}.placeholder-yellow-200\/100::placeholder{color:#fef08a!important}.placeholder-yellow-200\/15::placeholder{color:#fef08a26!important}.placeholder-yellow-200\/20::placeholder{color:#fef08a33!important}.placeholder-yellow-200\/25::placeholder{color:#fef08a40!important}.placeholder-yellow-200\/30::placeholder{color:#fef08a4d!important}.placeholder-yellow-200\/35::placeholder{color:#fef08a59!important}.placeholder-yellow-200\/40::placeholder{color:#fef08a66!important}.placeholder-yellow-200\/45::placeholder{color:#fef08a73!important}.placeholder-yellow-200\/5::placeholder{color:#fef08a0d!important}.placeholder-yellow-200\/50::placeholder{color:#fef08a80!important}.placeholder-yellow-200\/55::placeholder{color:#fef08a8c!important}.placeholder-yellow-200\/60::placeholder{color:#fef08a99!important}.placeholder-yellow-200\/65::placeholder{color:#fef08aa6!important}.placeholder-yellow-200\/70::placeholder{color:#fef08ab3!important}.placeholder-yellow-200\/75::placeholder{color:#fef08abf!important}.placeholder-yellow-200\/80::placeholder{color:#fef08acc!important}.placeholder-yellow-200\/85::placeholder{color:#fef08ad9!important}.placeholder-yellow-200\/90::placeholder{color:#fef08ae6!important}.placeholder-yellow-200\/95::placeholder{color:#fef08af2!important}.placeholder-yellow-300::placeholder{--tw-placeholder-opacity: 1 !important;color:rgb(253 224 71 / var(--tw-placeholder-opacity, 1))!important}.placeholder-yellow-300\/0::placeholder{color:#fde04700!important}.placeholder-yellow-300\/10::placeholder{color:#fde0471a!important}.placeholder-yellow-300\/100::placeholder{color:#fde047!important}.placeholder-yellow-300\/15::placeholder{color:#fde04726!important}.placeholder-yellow-300\/20::placeholder{color:#fde04733!important}.placeholder-yellow-300\/25::placeholder{color:#fde04740!important}.placeholder-yellow-300\/30::placeholder{color:#fde0474d!important}.placeholder-yellow-300\/35::placeholder{color:#fde04759!important}.placeholder-yellow-300\/40::placeholder{color:#fde04766!important}.placeholder-yellow-300\/45::placeholder{color:#fde04773!important}.placeholder-yellow-300\/5::placeholder{color:#fde0470d!important}.placeholder-yellow-300\/50::placeholder{color:#fde04780!important}.placeholder-yellow-300\/55::placeholder{color:#fde0478c!important}.placeholder-yellow-300\/60::placeholder{color:#fde04799!important}.placeholder-yellow-300\/65::placeholder{color:#fde047a6!important}.placeholder-yellow-300\/70::placeholder{color:#fde047b3!important}.placeholder-yellow-300\/75::placeholder{color:#fde047bf!important}.placeholder-yellow-300\/80::placeholder{color:#fde047cc!important}.placeholder-yellow-300\/85::placeholder{color:#fde047d9!important}.placeholder-yellow-300\/90::placeholder{color:#fde047e6!important}.placeholder-yellow-300\/95::placeholder{color:#fde047f2!important}.placeholder-yellow-400::placeholder{--tw-placeholder-opacity: 1 !important;color:rgb(250 204 21 / var(--tw-placeholder-opacity, 1))!important}.placeholder-yellow-400\/0::placeholder{color:#facc1500!important}.placeholder-yellow-400\/10::placeholder{color:#facc151a!important}.placeholder-yellow-400\/100::placeholder{color:#facc15!important}.placeholder-yellow-400\/15::placeholder{color:#facc1526!important}.placeholder-yellow-400\/20::placeholder{color:#facc1533!important}.placeholder-yellow-400\/25::placeholder{color:#facc1540!important}.placeholder-yellow-400\/30::placeholder{color:#facc154d!important}.placeholder-yellow-400\/35::placeholder{color:#facc1559!important}.placeholder-yellow-400\/40::placeholder{color:#facc1566!important}.placeholder-yellow-400\/45::placeholder{color:#facc1573!important}.placeholder-yellow-400\/5::placeholder{color:#facc150d!important}.placeholder-yellow-400\/50::placeholder{color:#facc1580!important}.placeholder-yellow-400\/55::placeholder{color:#facc158c!important}.placeholder-yellow-400\/60::placeholder{color:#facc1599!important}.placeholder-yellow-400\/65::placeholder{color:#facc15a6!important}.placeholder-yellow-400\/70::placeholder{color:#facc15b3!important}.placeholder-yellow-400\/75::placeholder{color:#facc15bf!important}.placeholder-yellow-400\/80::placeholder{color:#facc15cc!important}.placeholder-yellow-400\/85::placeholder{color:#facc15d9!important}.placeholder-yellow-400\/90::placeholder{color:#facc15e6!important}.placeholder-yellow-400\/95::placeholder{color:#facc15f2!important}.placeholder-yellow-50::placeholder{--tw-placeholder-opacity: 1 !important;color:rgb(254 252 232 / var(--tw-placeholder-opacity, 1))!important}.placeholder-yellow-50\/0::placeholder{color:#fefce800!important}.placeholder-yellow-50\/10::placeholder{color:#fefce81a!important}.placeholder-yellow-50\/100::placeholder{color:#fefce8!important}.placeholder-yellow-50\/15::placeholder{color:#fefce826!important}.placeholder-yellow-50\/20::placeholder{color:#fefce833!important}.placeholder-yellow-50\/25::placeholder{color:#fefce840!important}.placeholder-yellow-50\/30::placeholder{color:#fefce84d!important}.placeholder-yellow-50\/35::placeholder{color:#fefce859!important}.placeholder-yellow-50\/40::placeholder{color:#fefce866!important}.placeholder-yellow-50\/45::placeholder{color:#fefce873!important}.placeholder-yellow-50\/5::placeholder{color:#fefce80d!important}.placeholder-yellow-50\/50::placeholder{color:#fefce880!important}.placeholder-yellow-50\/55::placeholder{color:#fefce88c!important}.placeholder-yellow-50\/60::placeholder{color:#fefce899!important}.placeholder-yellow-50\/65::placeholder{color:#fefce8a6!important}.placeholder-yellow-50\/70::placeholder{color:#fefce8b3!important}.placeholder-yellow-50\/75::placeholder{color:#fefce8bf!important}.placeholder-yellow-50\/80::placeholder{color:#fefce8cc!important}.placeholder-yellow-50\/85::placeholder{color:#fefce8d9!important}.placeholder-yellow-50\/90::placeholder{color:#fefce8e6!important}.placeholder-yellow-50\/95::placeholder{color:#fefce8f2!important}.placeholder-yellow-500::placeholder{--tw-placeholder-opacity: 1 !important;color:rgb(234 179 8 / var(--tw-placeholder-opacity, 1))!important}.placeholder-yellow-500\/0::placeholder{color:#eab30800!important}.placeholder-yellow-500\/10::placeholder{color:#eab3081a!important}.placeholder-yellow-500\/100::placeholder{color:#eab308!important}.placeholder-yellow-500\/15::placeholder{color:#eab30826!important}.placeholder-yellow-500\/20::placeholder{color:#eab30833!important}.placeholder-yellow-500\/25::placeholder{color:#eab30840!important}.placeholder-yellow-500\/30::placeholder{color:#eab3084d!important}.placeholder-yellow-500\/35::placeholder{color:#eab30859!important}.placeholder-yellow-500\/40::placeholder{color:#eab30866!important}.placeholder-yellow-500\/45::placeholder{color:#eab30873!important}.placeholder-yellow-500\/5::placeholder{color:#eab3080d!important}.placeholder-yellow-500\/50::placeholder{color:#eab30880!important}.placeholder-yellow-500\/55::placeholder{color:#eab3088c!important}.placeholder-yellow-500\/60::placeholder{color:#eab30899!important}.placeholder-yellow-500\/65::placeholder{color:#eab308a6!important}.placeholder-yellow-500\/70::placeholder{color:#eab308b3!important}.placeholder-yellow-500\/75::placeholder{color:#eab308bf!important}.placeholder-yellow-500\/80::placeholder{color:#eab308cc!important}.placeholder-yellow-500\/85::placeholder{color:#eab308d9!important}.placeholder-yellow-500\/90::placeholder{color:#eab308e6!important}.placeholder-yellow-500\/95::placeholder{color:#eab308f2!important}.placeholder-yellow-600::placeholder{--tw-placeholder-opacity: 1 !important;color:rgb(202 138 4 / var(--tw-placeholder-opacity, 1))!important}.placeholder-yellow-600\/0::placeholder{color:#ca8a0400!important}.placeholder-yellow-600\/10::placeholder{color:#ca8a041a!important}.placeholder-yellow-600\/100::placeholder{color:#ca8a04!important}.placeholder-yellow-600\/15::placeholder{color:#ca8a0426!important}.placeholder-yellow-600\/20::placeholder{color:#ca8a0433!important}.placeholder-yellow-600\/25::placeholder{color:#ca8a0440!important}.placeholder-yellow-600\/30::placeholder{color:#ca8a044d!important}.placeholder-yellow-600\/35::placeholder{color:#ca8a0459!important}.placeholder-yellow-600\/40::placeholder{color:#ca8a0466!important}.placeholder-yellow-600\/45::placeholder{color:#ca8a0473!important}.placeholder-yellow-600\/5::placeholder{color:#ca8a040d!important}.placeholder-yellow-600\/50::placeholder{color:#ca8a0480!important}.placeholder-yellow-600\/55::placeholder{color:#ca8a048c!important}.placeholder-yellow-600\/60::placeholder{color:#ca8a0499!important}.placeholder-yellow-600\/65::placeholder{color:#ca8a04a6!important}.placeholder-yellow-600\/70::placeholder{color:#ca8a04b3!important}.placeholder-yellow-600\/75::placeholder{color:#ca8a04bf!important}.placeholder-yellow-600\/80::placeholder{color:#ca8a04cc!important}.placeholder-yellow-600\/85::placeholder{color:#ca8a04d9!important}.placeholder-yellow-600\/90::placeholder{color:#ca8a04e6!important}.placeholder-yellow-600\/95::placeholder{color:#ca8a04f2!important}.placeholder-yellow-700::placeholder{--tw-placeholder-opacity: 1 !important;color:rgb(161 98 7 / var(--tw-placeholder-opacity, 1))!important}.placeholder-yellow-700\/0::placeholder{color:#a1620700!important}.placeholder-yellow-700\/10::placeholder{color:#a162071a!important}.placeholder-yellow-700\/100::placeholder{color:#a16207!important}.placeholder-yellow-700\/15::placeholder{color:#a1620726!important}.placeholder-yellow-700\/20::placeholder{color:#a1620733!important}.placeholder-yellow-700\/25::placeholder{color:#a1620740!important}.placeholder-yellow-700\/30::placeholder{color:#a162074d!important}.placeholder-yellow-700\/35::placeholder{color:#a1620759!important}.placeholder-yellow-700\/40::placeholder{color:#a1620766!important}.placeholder-yellow-700\/45::placeholder{color:#a1620773!important}.placeholder-yellow-700\/5::placeholder{color:#a162070d!important}.placeholder-yellow-700\/50::placeholder{color:#a1620780!important}.placeholder-yellow-700\/55::placeholder{color:#a162078c!important}.placeholder-yellow-700\/60::placeholder{color:#a1620799!important}.placeholder-yellow-700\/65::placeholder{color:#a16207a6!important}.placeholder-yellow-700\/70::placeholder{color:#a16207b3!important}.placeholder-yellow-700\/75::placeholder{color:#a16207bf!important}.placeholder-yellow-700\/80::placeholder{color:#a16207cc!important}.placeholder-yellow-700\/85::placeholder{color:#a16207d9!important}.placeholder-yellow-700\/90::placeholder{color:#a16207e6!important}.placeholder-yellow-700\/95::placeholder{color:#a16207f2!important}.placeholder-yellow-800::placeholder{--tw-placeholder-opacity: 1 !important;color:rgb(133 77 14 / var(--tw-placeholder-opacity, 1))!important}.placeholder-yellow-800\/0::placeholder{color:#854d0e00!important}.placeholder-yellow-800\/10::placeholder{color:#854d0e1a!important}.placeholder-yellow-800\/100::placeholder{color:#854d0e!important}.placeholder-yellow-800\/15::placeholder{color:#854d0e26!important}.placeholder-yellow-800\/20::placeholder{color:#854d0e33!important}.placeholder-yellow-800\/25::placeholder{color:#854d0e40!important}.placeholder-yellow-800\/30::placeholder{color:#854d0e4d!important}.placeholder-yellow-800\/35::placeholder{color:#854d0e59!important}.placeholder-yellow-800\/40::placeholder{color:#854d0e66!important}.placeholder-yellow-800\/45::placeholder{color:#854d0e73!important}.placeholder-yellow-800\/5::placeholder{color:#854d0e0d!important}.placeholder-yellow-800\/50::placeholder{color:#854d0e80!important}.placeholder-yellow-800\/55::placeholder{color:#854d0e8c!important}.placeholder-yellow-800\/60::placeholder{color:#854d0e99!important}.placeholder-yellow-800\/65::placeholder{color:#854d0ea6!important}.placeholder-yellow-800\/70::placeholder{color:#854d0eb3!important}.placeholder-yellow-800\/75::placeholder{color:#854d0ebf!important}.placeholder-yellow-800\/80::placeholder{color:#854d0ecc!important}.placeholder-yellow-800\/85::placeholder{color:#854d0ed9!important}.placeholder-yellow-800\/90::placeholder{color:#854d0ee6!important}.placeholder-yellow-800\/95::placeholder{color:#854d0ef2!important}.placeholder-yellow-900::placeholder{--tw-placeholder-opacity: 1 !important;color:rgb(113 63 18 / var(--tw-placeholder-opacity, 1))!important}.placeholder-yellow-900\/0::placeholder{color:#713f1200!important}.placeholder-yellow-900\/10::placeholder{color:#713f121a!important}.placeholder-yellow-900\/100::placeholder{color:#713f12!important}.placeholder-yellow-900\/15::placeholder{color:#713f1226!important}.placeholder-yellow-900\/20::placeholder{color:#713f1233!important}.placeholder-yellow-900\/25::placeholder{color:#713f1240!important}.placeholder-yellow-900\/30::placeholder{color:#713f124d!important}.placeholder-yellow-900\/35::placeholder{color:#713f1259!important}.placeholder-yellow-900\/40::placeholder{color:#713f1266!important}.placeholder-yellow-900\/45::placeholder{color:#713f1273!important}.placeholder-yellow-900\/5::placeholder{color:#713f120d!important}.placeholder-yellow-900\/50::placeholder{color:#713f1280!important}.placeholder-yellow-900\/55::placeholder{color:#713f128c!important}.placeholder-yellow-900\/60::placeholder{color:#713f1299!important}.placeholder-yellow-900\/65::placeholder{color:#713f12a6!important}.placeholder-yellow-900\/70::placeholder{color:#713f12b3!important}.placeholder-yellow-900\/75::placeholder{color:#713f12bf!important}.placeholder-yellow-900\/80::placeholder{color:#713f12cc!important}.placeholder-yellow-900\/85::placeholder{color:#713f12d9!important}.placeholder-yellow-900\/90::placeholder{color:#713f12e6!important}.placeholder-yellow-900\/95::placeholder{color:#713f12f2!important}.placeholder-yellow-950::placeholder{--tw-placeholder-opacity: 1 !important;color:rgb(66 32 6 / var(--tw-placeholder-opacity, 1))!important}.placeholder-yellow-950\/0::placeholder{color:#42200600!important}.placeholder-yellow-950\/10::placeholder{color:#4220061a!important}.placeholder-yellow-950\/100::placeholder{color:#422006!important}.placeholder-yellow-950\/15::placeholder{color:#42200626!important}.placeholder-yellow-950\/20::placeholder{color:#42200633!important}.placeholder-yellow-950\/25::placeholder{color:#42200640!important}.placeholder-yellow-950\/30::placeholder{color:#4220064d!important}.placeholder-yellow-950\/35::placeholder{color:#42200659!important}.placeholder-yellow-950\/40::placeholder{color:#42200666!important}.placeholder-yellow-950\/45::placeholder{color:#42200673!important}.placeholder-yellow-950\/5::placeholder{color:#4220060d!important}.placeholder-yellow-950\/50::placeholder{color:#42200680!important}.placeholder-yellow-950\/55::placeholder{color:#4220068c!important}.placeholder-yellow-950\/60::placeholder{color:#42200699!important}.placeholder-yellow-950\/65::placeholder{color:#422006a6!important}.placeholder-yellow-950\/70::placeholder{color:#422006b3!important}.placeholder-yellow-950\/75::placeholder{color:#422006bf!important}.placeholder-yellow-950\/80::placeholder{color:#422006cc!important}.placeholder-yellow-950\/85::placeholder{color:#422006d9!important}.placeholder-yellow-950\/90::placeholder{color:#422006e6!important}.placeholder-yellow-950\/95::placeholder{color:#422006f2!important}.caret-yellow-100{caret-color:#fef9c3!important}.caret-yellow-100\/0{caret-color:#fef9c300!important}.caret-yellow-100\/10{caret-color:#fef9c31a!important}.caret-yellow-100\/100{caret-color:#fef9c3!important}.caret-yellow-100\/15{caret-color:#fef9c326!important}.caret-yellow-100\/20{caret-color:#fef9c333!important}.caret-yellow-100\/25{caret-color:#fef9c340!important}.caret-yellow-100\/30{caret-color:#fef9c34d!important}.caret-yellow-100\/35{caret-color:#fef9c359!important}.caret-yellow-100\/40{caret-color:#fef9c366!important}.caret-yellow-100\/45{caret-color:#fef9c373!important}.caret-yellow-100\/5{caret-color:#fef9c30d!important}.caret-yellow-100\/50{caret-color:#fef9c380!important}.caret-yellow-100\/55{caret-color:#fef9c38c!important}.caret-yellow-100\/60{caret-color:#fef9c399!important}.caret-yellow-100\/65{caret-color:#fef9c3a6!important}.caret-yellow-100\/70{caret-color:#fef9c3b3!important}.caret-yellow-100\/75{caret-color:#fef9c3bf!important}.caret-yellow-100\/80{caret-color:#fef9c3cc!important}.caret-yellow-100\/85{caret-color:#fef9c3d9!important}.caret-yellow-100\/90{caret-color:#fef9c3e6!important}.caret-yellow-100\/95{caret-color:#fef9c3f2!important}.caret-yellow-200{caret-color:#fef08a!important}.caret-yellow-200\/0{caret-color:#fef08a00!important}.caret-yellow-200\/10{caret-color:#fef08a1a!important}.caret-yellow-200\/100{caret-color:#fef08a!important}.caret-yellow-200\/15{caret-color:#fef08a26!important}.caret-yellow-200\/20{caret-color:#fef08a33!important}.caret-yellow-200\/25{caret-color:#fef08a40!important}.caret-yellow-200\/30{caret-color:#fef08a4d!important}.caret-yellow-200\/35{caret-color:#fef08a59!important}.caret-yellow-200\/40{caret-color:#fef08a66!important}.caret-yellow-200\/45{caret-color:#fef08a73!important}.caret-yellow-200\/5{caret-color:#fef08a0d!important}.caret-yellow-200\/50{caret-color:#fef08a80!important}.caret-yellow-200\/55{caret-color:#fef08a8c!important}.caret-yellow-200\/60{caret-color:#fef08a99!important}.caret-yellow-200\/65{caret-color:#fef08aa6!important}.caret-yellow-200\/70{caret-color:#fef08ab3!important}.caret-yellow-200\/75{caret-color:#fef08abf!important}.caret-yellow-200\/80{caret-color:#fef08acc!important}.caret-yellow-200\/85{caret-color:#fef08ad9!important}.caret-yellow-200\/90{caret-color:#fef08ae6!important}.caret-yellow-200\/95{caret-color:#fef08af2!important}.caret-yellow-300{caret-color:#fde047!important}.caret-yellow-300\/0{caret-color:#fde04700!important}.caret-yellow-300\/10{caret-color:#fde0471a!important}.caret-yellow-300\/100{caret-color:#fde047!important}.caret-yellow-300\/15{caret-color:#fde04726!important}.caret-yellow-300\/20{caret-color:#fde04733!important}.caret-yellow-300\/25{caret-color:#fde04740!important}.caret-yellow-300\/30{caret-color:#fde0474d!important}.caret-yellow-300\/35{caret-color:#fde04759!important}.caret-yellow-300\/40{caret-color:#fde04766!important}.caret-yellow-300\/45{caret-color:#fde04773!important}.caret-yellow-300\/5{caret-color:#fde0470d!important}.caret-yellow-300\/50{caret-color:#fde04780!important}.caret-yellow-300\/55{caret-color:#fde0478c!important}.caret-yellow-300\/60{caret-color:#fde04799!important}.caret-yellow-300\/65{caret-color:#fde047a6!important}.caret-yellow-300\/70{caret-color:#fde047b3!important}.caret-yellow-300\/75{caret-color:#fde047bf!important}.caret-yellow-300\/80{caret-color:#fde047cc!important}.caret-yellow-300\/85{caret-color:#fde047d9!important}.caret-yellow-300\/90{caret-color:#fde047e6!important}.caret-yellow-300\/95{caret-color:#fde047f2!important}.caret-yellow-400{caret-color:#facc15!important}.caret-yellow-400\/0{caret-color:#facc1500!important}.caret-yellow-400\/10{caret-color:#facc151a!important}.caret-yellow-400\/100{caret-color:#facc15!important}.caret-yellow-400\/15{caret-color:#facc1526!important}.caret-yellow-400\/20{caret-color:#facc1533!important}.caret-yellow-400\/25{caret-color:#facc1540!important}.caret-yellow-400\/30{caret-color:#facc154d!important}.caret-yellow-400\/35{caret-color:#facc1559!important}.caret-yellow-400\/40{caret-color:#facc1566!important}.caret-yellow-400\/45{caret-color:#facc1573!important}.caret-yellow-400\/5{caret-color:#facc150d!important}.caret-yellow-400\/50{caret-color:#facc1580!important}.caret-yellow-400\/55{caret-color:#facc158c!important}.caret-yellow-400\/60{caret-color:#facc1599!important}.caret-yellow-400\/65{caret-color:#facc15a6!important}.caret-yellow-400\/70{caret-color:#facc15b3!important}.caret-yellow-400\/75{caret-color:#facc15bf!important}.caret-yellow-400\/80{caret-color:#facc15cc!important}.caret-yellow-400\/85{caret-color:#facc15d9!important}.caret-yellow-400\/90{caret-color:#facc15e6!important}.caret-yellow-400\/95{caret-color:#facc15f2!important}.caret-yellow-50{caret-color:#fefce8!important}.caret-yellow-50\/0{caret-color:#fefce800!important}.caret-yellow-50\/10{caret-color:#fefce81a!important}.caret-yellow-50\/100{caret-color:#fefce8!important}.caret-yellow-50\/15{caret-color:#fefce826!important}.caret-yellow-50\/20{caret-color:#fefce833!important}.caret-yellow-50\/25{caret-color:#fefce840!important}.caret-yellow-50\/30{caret-color:#fefce84d!important}.caret-yellow-50\/35{caret-color:#fefce859!important}.caret-yellow-50\/40{caret-color:#fefce866!important}.caret-yellow-50\/45{caret-color:#fefce873!important}.caret-yellow-50\/5{caret-color:#fefce80d!important}.caret-yellow-50\/50{caret-color:#fefce880!important}.caret-yellow-50\/55{caret-color:#fefce88c!important}.caret-yellow-50\/60{caret-color:#fefce899!important}.caret-yellow-50\/65{caret-color:#fefce8a6!important}.caret-yellow-50\/70{caret-color:#fefce8b3!important}.caret-yellow-50\/75{caret-color:#fefce8bf!important}.caret-yellow-50\/80{caret-color:#fefce8cc!important}.caret-yellow-50\/85{caret-color:#fefce8d9!important}.caret-yellow-50\/90{caret-color:#fefce8e6!important}.caret-yellow-50\/95{caret-color:#fefce8f2!important}.caret-yellow-500{caret-color:#eab308!important}.caret-yellow-500\/0{caret-color:#eab30800!important}.caret-yellow-500\/10{caret-color:#eab3081a!important}.caret-yellow-500\/100{caret-color:#eab308!important}.caret-yellow-500\/15{caret-color:#eab30826!important}.caret-yellow-500\/20{caret-color:#eab30833!important}.caret-yellow-500\/25{caret-color:#eab30840!important}.caret-yellow-500\/30{caret-color:#eab3084d!important}.caret-yellow-500\/35{caret-color:#eab30859!important}.caret-yellow-500\/40{caret-color:#eab30866!important}.caret-yellow-500\/45{caret-color:#eab30873!important}.caret-yellow-500\/5{caret-color:#eab3080d!important}.caret-yellow-500\/50{caret-color:#eab30880!important}.caret-yellow-500\/55{caret-color:#eab3088c!important}.caret-yellow-500\/60{caret-color:#eab30899!important}.caret-yellow-500\/65{caret-color:#eab308a6!important}.caret-yellow-500\/70{caret-color:#eab308b3!important}.caret-yellow-500\/75{caret-color:#eab308bf!important}.caret-yellow-500\/80{caret-color:#eab308cc!important}.caret-yellow-500\/85{caret-color:#eab308d9!important}.caret-yellow-500\/90{caret-color:#eab308e6!important}.caret-yellow-500\/95{caret-color:#eab308f2!important}.caret-yellow-600{caret-color:#ca8a04!important}.caret-yellow-600\/0{caret-color:#ca8a0400!important}.caret-yellow-600\/10{caret-color:#ca8a041a!important}.caret-yellow-600\/100{caret-color:#ca8a04!important}.caret-yellow-600\/15{caret-color:#ca8a0426!important}.caret-yellow-600\/20{caret-color:#ca8a0433!important}.caret-yellow-600\/25{caret-color:#ca8a0440!important}.caret-yellow-600\/30{caret-color:#ca8a044d!important}.caret-yellow-600\/35{caret-color:#ca8a0459!important}.caret-yellow-600\/40{caret-color:#ca8a0466!important}.caret-yellow-600\/45{caret-color:#ca8a0473!important}.caret-yellow-600\/5{caret-color:#ca8a040d!important}.caret-yellow-600\/50{caret-color:#ca8a0480!important}.caret-yellow-600\/55{caret-color:#ca8a048c!important}.caret-yellow-600\/60{caret-color:#ca8a0499!important}.caret-yellow-600\/65{caret-color:#ca8a04a6!important}.caret-yellow-600\/70{caret-color:#ca8a04b3!important}.caret-yellow-600\/75{caret-color:#ca8a04bf!important}.caret-yellow-600\/80{caret-color:#ca8a04cc!important}.caret-yellow-600\/85{caret-color:#ca8a04d9!important}.caret-yellow-600\/90{caret-color:#ca8a04e6!important}.caret-yellow-600\/95{caret-color:#ca8a04f2!important}.caret-yellow-700{caret-color:#a16207!important}.caret-yellow-700\/0{caret-color:#a1620700!important}.caret-yellow-700\/10{caret-color:#a162071a!important}.caret-yellow-700\/100{caret-color:#a16207!important}.caret-yellow-700\/15{caret-color:#a1620726!important}.caret-yellow-700\/20{caret-color:#a1620733!important}.caret-yellow-700\/25{caret-color:#a1620740!important}.caret-yellow-700\/30{caret-color:#a162074d!important}.caret-yellow-700\/35{caret-color:#a1620759!important}.caret-yellow-700\/40{caret-color:#a1620766!important}.caret-yellow-700\/45{caret-color:#a1620773!important}.caret-yellow-700\/5{caret-color:#a162070d!important}.caret-yellow-700\/50{caret-color:#a1620780!important}.caret-yellow-700\/55{caret-color:#a162078c!important}.caret-yellow-700\/60{caret-color:#a1620799!important}.caret-yellow-700\/65{caret-color:#a16207a6!important}.caret-yellow-700\/70{caret-color:#a16207b3!important}.caret-yellow-700\/75{caret-color:#a16207bf!important}.caret-yellow-700\/80{caret-color:#a16207cc!important}.caret-yellow-700\/85{caret-color:#a16207d9!important}.caret-yellow-700\/90{caret-color:#a16207e6!important}.caret-yellow-700\/95{caret-color:#a16207f2!important}.caret-yellow-800{caret-color:#854d0e!important}.caret-yellow-800\/0{caret-color:#854d0e00!important}.caret-yellow-800\/10{caret-color:#854d0e1a!important}.caret-yellow-800\/100{caret-color:#854d0e!important}.caret-yellow-800\/15{caret-color:#854d0e26!important}.caret-yellow-800\/20{caret-color:#854d0e33!important}.caret-yellow-800\/25{caret-color:#854d0e40!important}.caret-yellow-800\/30{caret-color:#854d0e4d!important}.caret-yellow-800\/35{caret-color:#854d0e59!important}.caret-yellow-800\/40{caret-color:#854d0e66!important}.caret-yellow-800\/45{caret-color:#854d0e73!important}.caret-yellow-800\/5{caret-color:#854d0e0d!important}.caret-yellow-800\/50{caret-color:#854d0e80!important}.caret-yellow-800\/55{caret-color:#854d0e8c!important}.caret-yellow-800\/60{caret-color:#854d0e99!important}.caret-yellow-800\/65{caret-color:#854d0ea6!important}.caret-yellow-800\/70{caret-color:#854d0eb3!important}.caret-yellow-800\/75{caret-color:#854d0ebf!important}.caret-yellow-800\/80{caret-color:#854d0ecc!important}.caret-yellow-800\/85{caret-color:#854d0ed9!important}.caret-yellow-800\/90{caret-color:#854d0ee6!important}.caret-yellow-800\/95{caret-color:#854d0ef2!important}.caret-yellow-900{caret-color:#713f12!important}.caret-yellow-900\/0{caret-color:#713f1200!important}.caret-yellow-900\/10{caret-color:#713f121a!important}.caret-yellow-900\/100{caret-color:#713f12!important}.caret-yellow-900\/15{caret-color:#713f1226!important}.caret-yellow-900\/20{caret-color:#713f1233!important}.caret-yellow-900\/25{caret-color:#713f1240!important}.caret-yellow-900\/30{caret-color:#713f124d!important}.caret-yellow-900\/35{caret-color:#713f1259!important}.caret-yellow-900\/40{caret-color:#713f1266!important}.caret-yellow-900\/45{caret-color:#713f1273!important}.caret-yellow-900\/5{caret-color:#713f120d!important}.caret-yellow-900\/50{caret-color:#713f1280!important}.caret-yellow-900\/55{caret-color:#713f128c!important}.caret-yellow-900\/60{caret-color:#713f1299!important}.caret-yellow-900\/65{caret-color:#713f12a6!important}.caret-yellow-900\/70{caret-color:#713f12b3!important}.caret-yellow-900\/75{caret-color:#713f12bf!important}.caret-yellow-900\/80{caret-color:#713f12cc!important}.caret-yellow-900\/85{caret-color:#713f12d9!important}.caret-yellow-900\/90{caret-color:#713f12e6!important}.caret-yellow-900\/95{caret-color:#713f12f2!important}.caret-yellow-950{caret-color:#422006!important}.caret-yellow-950\/0{caret-color:#42200600!important}.caret-yellow-950\/10{caret-color:#4220061a!important}.caret-yellow-950\/100{caret-color:#422006!important}.caret-yellow-950\/15{caret-color:#42200626!important}.caret-yellow-950\/20{caret-color:#42200633!important}.caret-yellow-950\/25{caret-color:#42200640!important}.caret-yellow-950\/30{caret-color:#4220064d!important}.caret-yellow-950\/35{caret-color:#42200659!important}.caret-yellow-950\/40{caret-color:#42200666!important}.caret-yellow-950\/45{caret-color:#42200673!important}.caret-yellow-950\/5{caret-color:#4220060d!important}.caret-yellow-950\/50{caret-color:#42200680!important}.caret-yellow-950\/55{caret-color:#4220068c!important}.caret-yellow-950\/60{caret-color:#42200699!important}.caret-yellow-950\/65{caret-color:#422006a6!important}.caret-yellow-950\/70{caret-color:#422006b3!important}.caret-yellow-950\/75{caret-color:#422006bf!important}.caret-yellow-950\/80{caret-color:#422006cc!important}.caret-yellow-950\/85{caret-color:#422006d9!important}.caret-yellow-950\/90{caret-color:#422006e6!important}.caret-yellow-950\/95{caret-color:#422006f2!important}.accent-primary{accent-color:#01513A!important}.accent-yellow-100{accent-color:#fef9c3!important}.accent-yellow-100\/0{accent-color:rgb(254 249 195 / 0)!important}.accent-yellow-100\/10{accent-color:rgb(254 249 195 / .1)!important}.accent-yellow-100\/100{accent-color:rgb(254 249 195 / 1)!important}.accent-yellow-100\/15{accent-color:rgb(254 249 195 / .15)!important}.accent-yellow-100\/20{accent-color:rgb(254 249 195 / .2)!important}.accent-yellow-100\/25{accent-color:rgb(254 249 195 / .25)!important}.accent-yellow-100\/30{accent-color:rgb(254 249 195 / .3)!important}.accent-yellow-100\/35{accent-color:rgb(254 249 195 / .35)!important}.accent-yellow-100\/40{accent-color:rgb(254 249 195 / .4)!important}.accent-yellow-100\/45{accent-color:rgb(254 249 195 / .45)!important}.accent-yellow-100\/5{accent-color:rgb(254 249 195 / .05)!important}.accent-yellow-100\/50{accent-color:rgb(254 249 195 / .5)!important}.accent-yellow-100\/55{accent-color:rgb(254 249 195 / .55)!important}.accent-yellow-100\/60{accent-color:rgb(254 249 195 / .6)!important}.accent-yellow-100\/65{accent-color:rgb(254 249 195 / .65)!important}.accent-yellow-100\/70{accent-color:rgb(254 249 195 / .7)!important}.accent-yellow-100\/75{accent-color:rgb(254 249 195 / .75)!important}.accent-yellow-100\/80{accent-color:rgb(254 249 195 / .8)!important}.accent-yellow-100\/85{accent-color:rgb(254 249 195 / .85)!important}.accent-yellow-100\/90{accent-color:rgb(254 249 195 / .9)!important}.accent-yellow-100\/95{accent-color:rgb(254 249 195 / .95)!important}.accent-yellow-200{accent-color:#fef08a!important}.accent-yellow-200\/0{accent-color:rgb(254 240 138 / 0)!important}.accent-yellow-200\/10{accent-color:rgb(254 240 138 / .1)!important}.accent-yellow-200\/100{accent-color:rgb(254 240 138 / 1)!important}.accent-yellow-200\/15{accent-color:rgb(254 240 138 / .15)!important}.accent-yellow-200\/20{accent-color:rgb(254 240 138 / .2)!important}.accent-yellow-200\/25{accent-color:rgb(254 240 138 / .25)!important}.accent-yellow-200\/30{accent-color:rgb(254 240 138 / .3)!important}.accent-yellow-200\/35{accent-color:rgb(254 240 138 / .35)!important}.accent-yellow-200\/40{accent-color:rgb(254 240 138 / .4)!important}.accent-yellow-200\/45{accent-color:rgb(254 240 138 / .45)!important}.accent-yellow-200\/5{accent-color:rgb(254 240 138 / .05)!important}.accent-yellow-200\/50{accent-color:rgb(254 240 138 / .5)!important}.accent-yellow-200\/55{accent-color:rgb(254 240 138 / .55)!important}.accent-yellow-200\/60{accent-color:rgb(254 240 138 / .6)!important}.accent-yellow-200\/65{accent-color:rgb(254 240 138 / .65)!important}.accent-yellow-200\/70{accent-color:rgb(254 240 138 / .7)!important}.accent-yellow-200\/75{accent-color:rgb(254 240 138 / .75)!important}.accent-yellow-200\/80{accent-color:rgb(254 240 138 / .8)!important}.accent-yellow-200\/85{accent-color:rgb(254 240 138 / .85)!important}.accent-yellow-200\/90{accent-color:rgb(254 240 138 / .9)!important}.accent-yellow-200\/95{accent-color:rgb(254 240 138 / .95)!important}.accent-yellow-300{accent-color:#fde047!important}.accent-yellow-300\/0{accent-color:rgb(253 224 71 / 0)!important}.accent-yellow-300\/10{accent-color:rgb(253 224 71 / .1)!important}.accent-yellow-300\/100{accent-color:rgb(253 224 71 / 1)!important}.accent-yellow-300\/15{accent-color:rgb(253 224 71 / .15)!important}.accent-yellow-300\/20{accent-color:rgb(253 224 71 / .2)!important}.accent-yellow-300\/25{accent-color:rgb(253 224 71 / .25)!important}.accent-yellow-300\/30{accent-color:rgb(253 224 71 / .3)!important}.accent-yellow-300\/35{accent-color:rgb(253 224 71 / .35)!important}.accent-yellow-300\/40{accent-color:rgb(253 224 71 / .4)!important}.accent-yellow-300\/45{accent-color:rgb(253 224 71 / .45)!important}.accent-yellow-300\/5{accent-color:rgb(253 224 71 / .05)!important}.accent-yellow-300\/50{accent-color:rgb(253 224 71 / .5)!important}.accent-yellow-300\/55{accent-color:rgb(253 224 71 / .55)!important}.accent-yellow-300\/60{accent-color:rgb(253 224 71 / .6)!important}.accent-yellow-300\/65{accent-color:rgb(253 224 71 / .65)!important}.accent-yellow-300\/70{accent-color:rgb(253 224 71 / .7)!important}.accent-yellow-300\/75{accent-color:rgb(253 224 71 / .75)!important}.accent-yellow-300\/80{accent-color:rgb(253 224 71 / .8)!important}.accent-yellow-300\/85{accent-color:rgb(253 224 71 / .85)!important}.accent-yellow-300\/90{accent-color:rgb(253 224 71 / .9)!important}.accent-yellow-300\/95{accent-color:rgb(253 224 71 / .95)!important}.accent-yellow-400{accent-color:#facc15!important}.accent-yellow-400\/0{accent-color:rgb(250 204 21 / 0)!important}.accent-yellow-400\/10{accent-color:rgb(250 204 21 / .1)!important}.accent-yellow-400\/100{accent-color:rgb(250 204 21 / 1)!important}.accent-yellow-400\/15{accent-color:rgb(250 204 21 / .15)!important}.accent-yellow-400\/20{accent-color:rgb(250 204 21 / .2)!important}.accent-yellow-400\/25{accent-color:rgb(250 204 21 / .25)!important}.accent-yellow-400\/30{accent-color:rgb(250 204 21 / .3)!important}.accent-yellow-400\/35{accent-color:rgb(250 204 21 / .35)!important}.accent-yellow-400\/40{accent-color:rgb(250 204 21 / .4)!important}.accent-yellow-400\/45{accent-color:rgb(250 204 21 / .45)!important}.accent-yellow-400\/5{accent-color:rgb(250 204 21 / .05)!important}.accent-yellow-400\/50{accent-color:rgb(250 204 21 / .5)!important}.accent-yellow-400\/55{accent-color:rgb(250 204 21 / .55)!important}.accent-yellow-400\/60{accent-color:rgb(250 204 21 / .6)!important}.accent-yellow-400\/65{accent-color:rgb(250 204 21 / .65)!important}.accent-yellow-400\/70{accent-color:rgb(250 204 21 / .7)!important}.accent-yellow-400\/75{accent-color:rgb(250 204 21 / .75)!important}.accent-yellow-400\/80{accent-color:rgb(250 204 21 / .8)!important}.accent-yellow-400\/85{accent-color:rgb(250 204 21 / .85)!important}.accent-yellow-400\/90{accent-color:rgb(250 204 21 / .9)!important}.accent-yellow-400\/95{accent-color:rgb(250 204 21 / .95)!important}.accent-yellow-50{accent-color:#fefce8!important}.accent-yellow-50\/0{accent-color:rgb(254 252 232 / 0)!important}.accent-yellow-50\/10{accent-color:rgb(254 252 232 / .1)!important}.accent-yellow-50\/100{accent-color:rgb(254 252 232 / 1)!important}.accent-yellow-50\/15{accent-color:rgb(254 252 232 / .15)!important}.accent-yellow-50\/20{accent-color:rgb(254 252 232 / .2)!important}.accent-yellow-50\/25{accent-color:rgb(254 252 232 / .25)!important}.accent-yellow-50\/30{accent-color:rgb(254 252 232 / .3)!important}.accent-yellow-50\/35{accent-color:rgb(254 252 232 / .35)!important}.accent-yellow-50\/40{accent-color:rgb(254 252 232 / .4)!important}.accent-yellow-50\/45{accent-color:rgb(254 252 232 / .45)!important}.accent-yellow-50\/5{accent-color:rgb(254 252 232 / .05)!important}.accent-yellow-50\/50{accent-color:rgb(254 252 232 / .5)!important}.accent-yellow-50\/55{accent-color:rgb(254 252 232 / .55)!important}.accent-yellow-50\/60{accent-color:rgb(254 252 232 / .6)!important}.accent-yellow-50\/65{accent-color:rgb(254 252 232 / .65)!important}.accent-yellow-50\/70{accent-color:rgb(254 252 232 / .7)!important}.accent-yellow-50\/75{accent-color:rgb(254 252 232 / .75)!important}.accent-yellow-50\/80{accent-color:rgb(254 252 232 / .8)!important}.accent-yellow-50\/85{accent-color:rgb(254 252 232 / .85)!important}.accent-yellow-50\/90{accent-color:rgb(254 252 232 / .9)!important}.accent-yellow-50\/95{accent-color:rgb(254 252 232 / .95)!important}.accent-yellow-500{accent-color:#eab308!important}.accent-yellow-500\/0{accent-color:rgb(234 179 8 / 0)!important}.accent-yellow-500\/10{accent-color:rgb(234 179 8 / .1)!important}.accent-yellow-500\/100{accent-color:rgb(234 179 8 / 1)!important}.accent-yellow-500\/15{accent-color:rgb(234 179 8 / .15)!important}.accent-yellow-500\/20{accent-color:rgb(234 179 8 / .2)!important}.accent-yellow-500\/25{accent-color:rgb(234 179 8 / .25)!important}.accent-yellow-500\/30{accent-color:rgb(234 179 8 / .3)!important}.accent-yellow-500\/35{accent-color:rgb(234 179 8 / .35)!important}.accent-yellow-500\/40{accent-color:rgb(234 179 8 / .4)!important}.accent-yellow-500\/45{accent-color:rgb(234 179 8 / .45)!important}.accent-yellow-500\/5{accent-color:rgb(234 179 8 / .05)!important}.accent-yellow-500\/50{accent-color:rgb(234 179 8 / .5)!important}.accent-yellow-500\/55{accent-color:rgb(234 179 8 / .55)!important}.accent-yellow-500\/60{accent-color:rgb(234 179 8 / .6)!important}.accent-yellow-500\/65{accent-color:rgb(234 179 8 / .65)!important}.accent-yellow-500\/70{accent-color:rgb(234 179 8 / .7)!important}.accent-yellow-500\/75{accent-color:rgb(234 179 8 / .75)!important}.accent-yellow-500\/80{accent-color:rgb(234 179 8 / .8)!important}.accent-yellow-500\/85{accent-color:rgb(234 179 8 / .85)!important}.accent-yellow-500\/90{accent-color:rgb(234 179 8 / .9)!important}.accent-yellow-500\/95{accent-color:rgb(234 179 8 / .95)!important}.accent-yellow-600{accent-color:#ca8a04!important}.accent-yellow-600\/0{accent-color:rgb(202 138 4 / 0)!important}.accent-yellow-600\/10{accent-color:rgb(202 138 4 / .1)!important}.accent-yellow-600\/100{accent-color:rgb(202 138 4 / 1)!important}.accent-yellow-600\/15{accent-color:rgb(202 138 4 / .15)!important}.accent-yellow-600\/20{accent-color:rgb(202 138 4 / .2)!important}.accent-yellow-600\/25{accent-color:rgb(202 138 4 / .25)!important}.accent-yellow-600\/30{accent-color:rgb(202 138 4 / .3)!important}.accent-yellow-600\/35{accent-color:rgb(202 138 4 / .35)!important}.accent-yellow-600\/40{accent-color:rgb(202 138 4 / .4)!important}.accent-yellow-600\/45{accent-color:rgb(202 138 4 / .45)!important}.accent-yellow-600\/5{accent-color:rgb(202 138 4 / .05)!important}.accent-yellow-600\/50{accent-color:rgb(202 138 4 / .5)!important}.accent-yellow-600\/55{accent-color:rgb(202 138 4 / .55)!important}.accent-yellow-600\/60{accent-color:rgb(202 138 4 / .6)!important}.accent-yellow-600\/65{accent-color:rgb(202 138 4 / .65)!important}.accent-yellow-600\/70{accent-color:rgb(202 138 4 / .7)!important}.accent-yellow-600\/75{accent-color:rgb(202 138 4 / .75)!important}.accent-yellow-600\/80{accent-color:rgb(202 138 4 / .8)!important}.accent-yellow-600\/85{accent-color:rgb(202 138 4 / .85)!important}.accent-yellow-600\/90{accent-color:rgb(202 138 4 / .9)!important}.accent-yellow-600\/95{accent-color:rgb(202 138 4 / .95)!important}.accent-yellow-700{accent-color:#a16207!important}.accent-yellow-700\/0{accent-color:rgb(161 98 7 / 0)!important}.accent-yellow-700\/10{accent-color:rgb(161 98 7 / .1)!important}.accent-yellow-700\/100{accent-color:rgb(161 98 7 / 1)!important}.accent-yellow-700\/15{accent-color:rgb(161 98 7 / .15)!important}.accent-yellow-700\/20{accent-color:rgb(161 98 7 / .2)!important}.accent-yellow-700\/25{accent-color:rgb(161 98 7 / .25)!important}.accent-yellow-700\/30{accent-color:rgb(161 98 7 / .3)!important}.accent-yellow-700\/35{accent-color:rgb(161 98 7 / .35)!important}.accent-yellow-700\/40{accent-color:rgb(161 98 7 / .4)!important}.accent-yellow-700\/45{accent-color:rgb(161 98 7 / .45)!important}.accent-yellow-700\/5{accent-color:rgb(161 98 7 / .05)!important}.accent-yellow-700\/50{accent-color:rgb(161 98 7 / .5)!important}.accent-yellow-700\/55{accent-color:rgb(161 98 7 / .55)!important}.accent-yellow-700\/60{accent-color:rgb(161 98 7 / .6)!important}.accent-yellow-700\/65{accent-color:rgb(161 98 7 / .65)!important}.accent-yellow-700\/70{accent-color:rgb(161 98 7 / .7)!important}.accent-yellow-700\/75{accent-color:rgb(161 98 7 / .75)!important}.accent-yellow-700\/80{accent-color:rgb(161 98 7 / .8)!important}.accent-yellow-700\/85{accent-color:rgb(161 98 7 / .85)!important}.accent-yellow-700\/90{accent-color:rgb(161 98 7 / .9)!important}.accent-yellow-700\/95{accent-color:rgb(161 98 7 / .95)!important}.accent-yellow-800{accent-color:#854d0e!important}.accent-yellow-800\/0{accent-color:rgb(133 77 14 / 0)!important}.accent-yellow-800\/10{accent-color:rgb(133 77 14 / .1)!important}.accent-yellow-800\/100{accent-color:rgb(133 77 14 / 1)!important}.accent-yellow-800\/15{accent-color:rgb(133 77 14 / .15)!important}.accent-yellow-800\/20{accent-color:rgb(133 77 14 / .2)!important}.accent-yellow-800\/25{accent-color:rgb(133 77 14 / .25)!important}.accent-yellow-800\/30{accent-color:rgb(133 77 14 / .3)!important}.accent-yellow-800\/35{accent-color:rgb(133 77 14 / .35)!important}.accent-yellow-800\/40{accent-color:rgb(133 77 14 / .4)!important}.accent-yellow-800\/45{accent-color:rgb(133 77 14 / .45)!important}.accent-yellow-800\/5{accent-color:rgb(133 77 14 / .05)!important}.accent-yellow-800\/50{accent-color:rgb(133 77 14 / .5)!important}.accent-yellow-800\/55{accent-color:rgb(133 77 14 / .55)!important}.accent-yellow-800\/60{accent-color:rgb(133 77 14 / .6)!important}.accent-yellow-800\/65{accent-color:rgb(133 77 14 / .65)!important}.accent-yellow-800\/70{accent-color:rgb(133 77 14 / .7)!important}.accent-yellow-800\/75{accent-color:rgb(133 77 14 / .75)!important}.accent-yellow-800\/80{accent-color:rgb(133 77 14 / .8)!important}.accent-yellow-800\/85{accent-color:rgb(133 77 14 / .85)!important}.accent-yellow-800\/90{accent-color:rgb(133 77 14 / .9)!important}.accent-yellow-800\/95{accent-color:rgb(133 77 14 / .95)!important}.accent-yellow-900{accent-color:#713f12!important}.accent-yellow-900\/0{accent-color:rgb(113 63 18 / 0)!important}.accent-yellow-900\/10{accent-color:rgb(113 63 18 / .1)!important}.accent-yellow-900\/100{accent-color:rgb(113 63 18 / 1)!important}.accent-yellow-900\/15{accent-color:rgb(113 63 18 / .15)!important}.accent-yellow-900\/20{accent-color:rgb(113 63 18 / .2)!important}.accent-yellow-900\/25{accent-color:rgb(113 63 18 / .25)!important}.accent-yellow-900\/30{accent-color:rgb(113 63 18 / .3)!important}.accent-yellow-900\/35{accent-color:rgb(113 63 18 / .35)!important}.accent-yellow-900\/40{accent-color:rgb(113 63 18 / .4)!important}.accent-yellow-900\/45{accent-color:rgb(113 63 18 / .45)!important}.accent-yellow-900\/5{accent-color:rgb(113 63 18 / .05)!important}.accent-yellow-900\/50{accent-color:rgb(113 63 18 / .5)!important}.accent-yellow-900\/55{accent-color:rgb(113 63 18 / .55)!important}.accent-yellow-900\/60{accent-color:rgb(113 63 18 / .6)!important}.accent-yellow-900\/65{accent-color:rgb(113 63 18 / .65)!important}.accent-yellow-900\/70{accent-color:rgb(113 63 18 / .7)!important}.accent-yellow-900\/75{accent-color:rgb(113 63 18 / .75)!important}.accent-yellow-900\/80{accent-color:rgb(113 63 18 / .8)!important}.accent-yellow-900\/85{accent-color:rgb(113 63 18 / .85)!important}.accent-yellow-900\/90{accent-color:rgb(113 63 18 / .9)!important}.accent-yellow-900\/95{accent-color:rgb(113 63 18 / .95)!important}.accent-yellow-950{accent-color:#422006!important}.accent-yellow-950\/0{accent-color:rgb(66 32 6 / 0)!important}.accent-yellow-950\/10{accent-color:rgb(66 32 6 / .1)!important}.accent-yellow-950\/100{accent-color:rgb(66 32 6 / 1)!important}.accent-yellow-950\/15{accent-color:rgb(66 32 6 / .15)!important}.accent-yellow-950\/20{accent-color:rgb(66 32 6 / .2)!important}.accent-yellow-950\/25{accent-color:rgb(66 32 6 / .25)!important}.accent-yellow-950\/30{accent-color:rgb(66 32 6 / .3)!important}.accent-yellow-950\/35{accent-color:rgb(66 32 6 / .35)!important}.accent-yellow-950\/40{accent-color:rgb(66 32 6 / .4)!important}.accent-yellow-950\/45{accent-color:rgb(66 32 6 / .45)!important}.accent-yellow-950\/5{accent-color:rgb(66 32 6 / .05)!important}.accent-yellow-950\/50{accent-color:rgb(66 32 6 / .5)!important}.accent-yellow-950\/55{accent-color:rgb(66 32 6 / .55)!important}.accent-yellow-950\/60{accent-color:rgb(66 32 6 / .6)!important}.accent-yellow-950\/65{accent-color:rgb(66 32 6 / .65)!important}.accent-yellow-950\/70{accent-color:rgb(66 32 6 / .7)!important}.accent-yellow-950\/75{accent-color:rgb(66 32 6 / .75)!important}.accent-yellow-950\/80{accent-color:rgb(66 32 6 / .8)!important}.accent-yellow-950\/85{accent-color:rgb(66 32 6 / .85)!important}.accent-yellow-950\/90{accent-color:rgb(66 32 6 / .9)!important}.accent-yellow-950\/95{accent-color:rgb(66 32 6 / .95)!important}.opacity-0{opacity:0!important}.opacity-100{opacity:1!important}.opacity-50{opacity:.5!important}.bg-blend-normal{background-blend-mode:normal!important}.bg-blend-multiply{background-blend-mode:multiply!important}.bg-blend-screen{background-blend-mode:screen!important}.bg-blend-overlay{background-blend-mode:overlay!important}.bg-blend-darken{background-blend-mode:darken!important}.bg-blend-lighten{background-blend-mode:lighten!important}.bg-blend-color-dodge{background-blend-mode:color-dodge!important}.bg-blend-color-burn{background-blend-mode:color-burn!important}.bg-blend-hard-light{background-blend-mode:hard-light!important}.bg-blend-soft-light{background-blend-mode:soft-light!important}.bg-blend-difference{background-blend-mode:difference!important}.bg-blend-exclusion{background-blend-mode:exclusion!important}.bg-blend-hue{background-blend-mode:hue!important}.bg-blend-saturation{background-blend-mode:saturation!important}.bg-blend-color{background-blend-mode:color!important}.bg-blend-luminosity{background-blend-mode:luminosity!important}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25) !important;--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-\[0_1px_4px_rgba\(0\,0\,0\,0\.25\)\]{--tw-shadow: 0 1px 4px rgba(0,0,0,.25) !important;--tw-shadow-colored: 0 1px 4px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-inner{--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05) !important;--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-none{--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05) !important;--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-accent{--tw-shadow-color: #E7E3E2 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-accent\/0{--tw-shadow-color: rgb(231 227 226 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-accent\/10{--tw-shadow-color: rgb(231 227 226 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-accent\/100{--tw-shadow-color: rgb(231 227 226 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-accent\/15{--tw-shadow-color: rgb(231 227 226 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-accent\/20{--tw-shadow-color: rgb(231 227 226 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-accent\/25{--tw-shadow-color: rgb(231 227 226 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-accent\/30{--tw-shadow-color: rgb(231 227 226 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-accent\/35{--tw-shadow-color: rgb(231 227 226 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-accent\/40{--tw-shadow-color: rgb(231 227 226 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-accent\/45{--tw-shadow-color: rgb(231 227 226 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-accent\/5{--tw-shadow-color: rgb(231 227 226 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-accent\/50{--tw-shadow-color: rgb(231 227 226 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-accent\/55{--tw-shadow-color: rgb(231 227 226 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-accent\/60{--tw-shadow-color: rgb(231 227 226 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-accent\/65{--tw-shadow-color: rgb(231 227 226 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-accent\/70{--tw-shadow-color: rgb(231 227 226 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-accent\/75{--tw-shadow-color: rgb(231 227 226 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-accent\/80{--tw-shadow-color: rgb(231 227 226 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-accent\/85{--tw-shadow-color: rgb(231 227 226 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-accent\/90{--tw-shadow-color: rgb(231 227 226 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-accent\/95{--tw-shadow-color: rgb(231 227 226 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-100{--tw-shadow-color: #fef3c7 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-100\/0{--tw-shadow-color: rgb(254 243 199 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-100\/10{--tw-shadow-color: rgb(254 243 199 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-100\/100{--tw-shadow-color: rgb(254 243 199 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-100\/15{--tw-shadow-color: rgb(254 243 199 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-100\/20{--tw-shadow-color: rgb(254 243 199 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-100\/25{--tw-shadow-color: rgb(254 243 199 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-100\/30{--tw-shadow-color: rgb(254 243 199 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-100\/35{--tw-shadow-color: rgb(254 243 199 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-100\/40{--tw-shadow-color: rgb(254 243 199 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-100\/45{--tw-shadow-color: rgb(254 243 199 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-100\/5{--tw-shadow-color: rgb(254 243 199 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-100\/50{--tw-shadow-color: rgb(254 243 199 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-100\/55{--tw-shadow-color: rgb(254 243 199 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-100\/60{--tw-shadow-color: rgb(254 243 199 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-100\/65{--tw-shadow-color: rgb(254 243 199 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-100\/70{--tw-shadow-color: rgb(254 243 199 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-100\/75{--tw-shadow-color: rgb(254 243 199 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-100\/80{--tw-shadow-color: rgb(254 243 199 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-100\/85{--tw-shadow-color: rgb(254 243 199 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-100\/90{--tw-shadow-color: rgb(254 243 199 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-100\/95{--tw-shadow-color: rgb(254 243 199 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-200{--tw-shadow-color: #fde68a !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-200\/0{--tw-shadow-color: rgb(253 230 138 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-200\/10{--tw-shadow-color: rgb(253 230 138 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-200\/100{--tw-shadow-color: rgb(253 230 138 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-200\/15{--tw-shadow-color: rgb(253 230 138 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-200\/20{--tw-shadow-color: rgb(253 230 138 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-200\/25{--tw-shadow-color: rgb(253 230 138 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-200\/30{--tw-shadow-color: rgb(253 230 138 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-200\/35{--tw-shadow-color: rgb(253 230 138 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-200\/40{--tw-shadow-color: rgb(253 230 138 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-200\/45{--tw-shadow-color: rgb(253 230 138 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-200\/5{--tw-shadow-color: rgb(253 230 138 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-200\/50{--tw-shadow-color: rgb(253 230 138 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-200\/55{--tw-shadow-color: rgb(253 230 138 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-200\/60{--tw-shadow-color: rgb(253 230 138 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-200\/65{--tw-shadow-color: rgb(253 230 138 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-200\/70{--tw-shadow-color: rgb(253 230 138 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-200\/75{--tw-shadow-color: rgb(253 230 138 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-200\/80{--tw-shadow-color: rgb(253 230 138 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-200\/85{--tw-shadow-color: rgb(253 230 138 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-200\/90{--tw-shadow-color: rgb(253 230 138 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-200\/95{--tw-shadow-color: rgb(253 230 138 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-300{--tw-shadow-color: #fcd34d !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-300\/0{--tw-shadow-color: rgb(252 211 77 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-300\/10{--tw-shadow-color: rgb(252 211 77 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-300\/100{--tw-shadow-color: rgb(252 211 77 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-300\/15{--tw-shadow-color: rgb(252 211 77 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-300\/20{--tw-shadow-color: rgb(252 211 77 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-300\/25{--tw-shadow-color: rgb(252 211 77 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-300\/30{--tw-shadow-color: rgb(252 211 77 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-300\/35{--tw-shadow-color: rgb(252 211 77 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-300\/40{--tw-shadow-color: rgb(252 211 77 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-300\/45{--tw-shadow-color: rgb(252 211 77 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-300\/5{--tw-shadow-color: rgb(252 211 77 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-300\/50{--tw-shadow-color: rgb(252 211 77 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-300\/55{--tw-shadow-color: rgb(252 211 77 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-300\/60{--tw-shadow-color: rgb(252 211 77 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-300\/65{--tw-shadow-color: rgb(252 211 77 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-300\/70{--tw-shadow-color: rgb(252 211 77 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-300\/75{--tw-shadow-color: rgb(252 211 77 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-300\/80{--tw-shadow-color: rgb(252 211 77 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-300\/85{--tw-shadow-color: rgb(252 211 77 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-300\/90{--tw-shadow-color: rgb(252 211 77 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-300\/95{--tw-shadow-color: rgb(252 211 77 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-400{--tw-shadow-color: #fbbf24 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-400\/0{--tw-shadow-color: rgb(251 191 36 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-400\/10{--tw-shadow-color: rgb(251 191 36 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-400\/100{--tw-shadow-color: rgb(251 191 36 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-400\/15{--tw-shadow-color: rgb(251 191 36 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-400\/20{--tw-shadow-color: rgb(251 191 36 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-400\/25{--tw-shadow-color: rgb(251 191 36 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-400\/30{--tw-shadow-color: rgb(251 191 36 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-400\/35{--tw-shadow-color: rgb(251 191 36 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-400\/40{--tw-shadow-color: rgb(251 191 36 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-400\/45{--tw-shadow-color: rgb(251 191 36 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-400\/5{--tw-shadow-color: rgb(251 191 36 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-400\/50{--tw-shadow-color: rgb(251 191 36 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-400\/55{--tw-shadow-color: rgb(251 191 36 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-400\/60{--tw-shadow-color: rgb(251 191 36 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-400\/65{--tw-shadow-color: rgb(251 191 36 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-400\/70{--tw-shadow-color: rgb(251 191 36 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-400\/75{--tw-shadow-color: rgb(251 191 36 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-400\/80{--tw-shadow-color: rgb(251 191 36 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-400\/85{--tw-shadow-color: rgb(251 191 36 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-400\/90{--tw-shadow-color: rgb(251 191 36 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-400\/95{--tw-shadow-color: rgb(251 191 36 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-50{--tw-shadow-color: #fffbeb !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-50\/0{--tw-shadow-color: rgb(255 251 235 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-50\/10{--tw-shadow-color: rgb(255 251 235 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-50\/100{--tw-shadow-color: rgb(255 251 235 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-50\/15{--tw-shadow-color: rgb(255 251 235 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-50\/20{--tw-shadow-color: rgb(255 251 235 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-50\/25{--tw-shadow-color: rgb(255 251 235 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-50\/30{--tw-shadow-color: rgb(255 251 235 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-50\/35{--tw-shadow-color: rgb(255 251 235 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-50\/40{--tw-shadow-color: rgb(255 251 235 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-50\/45{--tw-shadow-color: rgb(255 251 235 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-50\/5{--tw-shadow-color: rgb(255 251 235 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-50\/50{--tw-shadow-color: rgb(255 251 235 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-50\/55{--tw-shadow-color: rgb(255 251 235 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-50\/60{--tw-shadow-color: rgb(255 251 235 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-50\/65{--tw-shadow-color: rgb(255 251 235 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-50\/70{--tw-shadow-color: rgb(255 251 235 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-50\/75{--tw-shadow-color: rgb(255 251 235 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-50\/80{--tw-shadow-color: rgb(255 251 235 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-50\/85{--tw-shadow-color: rgb(255 251 235 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-50\/90{--tw-shadow-color: rgb(255 251 235 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-50\/95{--tw-shadow-color: rgb(255 251 235 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-500{--tw-shadow-color: #f59e0b !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-500\/0{--tw-shadow-color: rgb(245 158 11 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-500\/10{--tw-shadow-color: rgb(245 158 11 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-500\/100{--tw-shadow-color: rgb(245 158 11 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-500\/15{--tw-shadow-color: rgb(245 158 11 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-500\/20{--tw-shadow-color: rgb(245 158 11 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-500\/25{--tw-shadow-color: rgb(245 158 11 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-500\/30{--tw-shadow-color: rgb(245 158 11 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-500\/35{--tw-shadow-color: rgb(245 158 11 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-500\/40{--tw-shadow-color: rgb(245 158 11 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-500\/45{--tw-shadow-color: rgb(245 158 11 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-500\/5{--tw-shadow-color: rgb(245 158 11 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-500\/50{--tw-shadow-color: rgb(245 158 11 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-500\/55{--tw-shadow-color: rgb(245 158 11 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-500\/60{--tw-shadow-color: rgb(245 158 11 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-500\/65{--tw-shadow-color: rgb(245 158 11 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-500\/70{--tw-shadow-color: rgb(245 158 11 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-500\/75{--tw-shadow-color: rgb(245 158 11 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-500\/80{--tw-shadow-color: rgb(245 158 11 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-500\/85{--tw-shadow-color: rgb(245 158 11 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-500\/90{--tw-shadow-color: rgb(245 158 11 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-500\/95{--tw-shadow-color: rgb(245 158 11 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-600{--tw-shadow-color: #d97706 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-600\/0{--tw-shadow-color: rgb(217 119 6 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-600\/10{--tw-shadow-color: rgb(217 119 6 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-600\/100{--tw-shadow-color: rgb(217 119 6 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-600\/15{--tw-shadow-color: rgb(217 119 6 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-600\/20{--tw-shadow-color: rgb(217 119 6 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-600\/25{--tw-shadow-color: rgb(217 119 6 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-600\/30{--tw-shadow-color: rgb(217 119 6 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-600\/35{--tw-shadow-color: rgb(217 119 6 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-600\/40{--tw-shadow-color: rgb(217 119 6 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-600\/45{--tw-shadow-color: rgb(217 119 6 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-600\/5{--tw-shadow-color: rgb(217 119 6 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-600\/50{--tw-shadow-color: rgb(217 119 6 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-600\/55{--tw-shadow-color: rgb(217 119 6 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-600\/60{--tw-shadow-color: rgb(217 119 6 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-600\/65{--tw-shadow-color: rgb(217 119 6 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-600\/70{--tw-shadow-color: rgb(217 119 6 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-600\/75{--tw-shadow-color: rgb(217 119 6 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-600\/80{--tw-shadow-color: rgb(217 119 6 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-600\/85{--tw-shadow-color: rgb(217 119 6 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-600\/90{--tw-shadow-color: rgb(217 119 6 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-600\/95{--tw-shadow-color: rgb(217 119 6 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-700{--tw-shadow-color: #b45309 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-700\/0{--tw-shadow-color: rgb(180 83 9 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-700\/10{--tw-shadow-color: rgb(180 83 9 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-700\/100{--tw-shadow-color: rgb(180 83 9 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-700\/15{--tw-shadow-color: rgb(180 83 9 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-700\/20{--tw-shadow-color: rgb(180 83 9 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-700\/25{--tw-shadow-color: rgb(180 83 9 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-700\/30{--tw-shadow-color: rgb(180 83 9 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-700\/35{--tw-shadow-color: rgb(180 83 9 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-700\/40{--tw-shadow-color: rgb(180 83 9 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-700\/45{--tw-shadow-color: rgb(180 83 9 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-700\/5{--tw-shadow-color: rgb(180 83 9 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-700\/50{--tw-shadow-color: rgb(180 83 9 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-700\/55{--tw-shadow-color: rgb(180 83 9 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-700\/60{--tw-shadow-color: rgb(180 83 9 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-700\/65{--tw-shadow-color: rgb(180 83 9 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-700\/70{--tw-shadow-color: rgb(180 83 9 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-700\/75{--tw-shadow-color: rgb(180 83 9 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-700\/80{--tw-shadow-color: rgb(180 83 9 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-700\/85{--tw-shadow-color: rgb(180 83 9 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-700\/90{--tw-shadow-color: rgb(180 83 9 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-700\/95{--tw-shadow-color: rgb(180 83 9 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-800{--tw-shadow-color: #92400e !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-800\/0{--tw-shadow-color: rgb(146 64 14 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-800\/10{--tw-shadow-color: rgb(146 64 14 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-800\/100{--tw-shadow-color: rgb(146 64 14 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-800\/15{--tw-shadow-color: rgb(146 64 14 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-800\/20{--tw-shadow-color: rgb(146 64 14 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-800\/25{--tw-shadow-color: rgb(146 64 14 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-800\/30{--tw-shadow-color: rgb(146 64 14 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-800\/35{--tw-shadow-color: rgb(146 64 14 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-800\/40{--tw-shadow-color: rgb(146 64 14 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-800\/45{--tw-shadow-color: rgb(146 64 14 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-800\/5{--tw-shadow-color: rgb(146 64 14 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-800\/50{--tw-shadow-color: rgb(146 64 14 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-800\/55{--tw-shadow-color: rgb(146 64 14 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-800\/60{--tw-shadow-color: rgb(146 64 14 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-800\/65{--tw-shadow-color: rgb(146 64 14 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-800\/70{--tw-shadow-color: rgb(146 64 14 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-800\/75{--tw-shadow-color: rgb(146 64 14 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-800\/80{--tw-shadow-color: rgb(146 64 14 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-800\/85{--tw-shadow-color: rgb(146 64 14 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-800\/90{--tw-shadow-color: rgb(146 64 14 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-800\/95{--tw-shadow-color: rgb(146 64 14 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-900{--tw-shadow-color: #78350f !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-900\/0{--tw-shadow-color: rgb(120 53 15 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-900\/10{--tw-shadow-color: rgb(120 53 15 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-900\/100{--tw-shadow-color: rgb(120 53 15 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-900\/15{--tw-shadow-color: rgb(120 53 15 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-900\/20{--tw-shadow-color: rgb(120 53 15 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-900\/25{--tw-shadow-color: rgb(120 53 15 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-900\/30{--tw-shadow-color: rgb(120 53 15 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-900\/35{--tw-shadow-color: rgb(120 53 15 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-900\/40{--tw-shadow-color: rgb(120 53 15 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-900\/45{--tw-shadow-color: rgb(120 53 15 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-900\/5{--tw-shadow-color: rgb(120 53 15 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-900\/50{--tw-shadow-color: rgb(120 53 15 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-900\/55{--tw-shadow-color: rgb(120 53 15 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-900\/60{--tw-shadow-color: rgb(120 53 15 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-900\/65{--tw-shadow-color: rgb(120 53 15 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-900\/70{--tw-shadow-color: rgb(120 53 15 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-900\/75{--tw-shadow-color: rgb(120 53 15 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-900\/80{--tw-shadow-color: rgb(120 53 15 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-900\/85{--tw-shadow-color: rgb(120 53 15 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-900\/90{--tw-shadow-color: rgb(120 53 15 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-900\/95{--tw-shadow-color: rgb(120 53 15 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-950{--tw-shadow-color: #451a03 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-950\/0{--tw-shadow-color: rgb(69 26 3 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-950\/10{--tw-shadow-color: rgb(69 26 3 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-950\/100{--tw-shadow-color: rgb(69 26 3 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-950\/15{--tw-shadow-color: rgb(69 26 3 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-950\/20{--tw-shadow-color: rgb(69 26 3 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-950\/25{--tw-shadow-color: rgb(69 26 3 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-950\/30{--tw-shadow-color: rgb(69 26 3 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-950\/35{--tw-shadow-color: rgb(69 26 3 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-950\/40{--tw-shadow-color: rgb(69 26 3 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-950\/45{--tw-shadow-color: rgb(69 26 3 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-950\/5{--tw-shadow-color: rgb(69 26 3 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-950\/50{--tw-shadow-color: rgb(69 26 3 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-950\/55{--tw-shadow-color: rgb(69 26 3 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-950\/60{--tw-shadow-color: rgb(69 26 3 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-950\/65{--tw-shadow-color: rgb(69 26 3 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-950\/70{--tw-shadow-color: rgb(69 26 3 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-950\/75{--tw-shadow-color: rgb(69 26 3 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-950\/80{--tw-shadow-color: rgb(69 26 3 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-950\/85{--tw-shadow-color: rgb(69 26 3 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-950\/90{--tw-shadow-color: rgb(69 26 3 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-amber-950\/95{--tw-shadow-color: rgb(69 26 3 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-black{--tw-shadow-color: #000 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-black\/0{--tw-shadow-color: rgb(0 0 0 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-black\/10{--tw-shadow-color: rgb(0 0 0 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-black\/100{--tw-shadow-color: rgb(0 0 0 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-black\/15{--tw-shadow-color: rgb(0 0 0 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-black\/20{--tw-shadow-color: rgb(0 0 0 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-black\/25{--tw-shadow-color: rgb(0 0 0 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-black\/30{--tw-shadow-color: rgb(0 0 0 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-black\/35{--tw-shadow-color: rgb(0 0 0 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-black\/40{--tw-shadow-color: rgb(0 0 0 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-black\/45{--tw-shadow-color: rgb(0 0 0 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-black\/5{--tw-shadow-color: rgb(0 0 0 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-black\/50{--tw-shadow-color: rgb(0 0 0 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-black\/55{--tw-shadow-color: rgb(0 0 0 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-black\/60{--tw-shadow-color: rgb(0 0 0 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-black\/65{--tw-shadow-color: rgb(0 0 0 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-black\/70{--tw-shadow-color: rgb(0 0 0 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-black\/75{--tw-shadow-color: rgb(0 0 0 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-black\/80{--tw-shadow-color: rgb(0 0 0 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-black\/85{--tw-shadow-color: rgb(0 0 0 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-black\/90{--tw-shadow-color: rgb(0 0 0 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-black\/95{--tw-shadow-color: rgb(0 0 0 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-100{--tw-shadow-color: #dbeafe !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-100\/0{--tw-shadow-color: rgb(219 234 254 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-100\/10{--tw-shadow-color: rgb(219 234 254 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-100\/100{--tw-shadow-color: rgb(219 234 254 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-100\/15{--tw-shadow-color: rgb(219 234 254 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-100\/20{--tw-shadow-color: rgb(219 234 254 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-100\/25{--tw-shadow-color: rgb(219 234 254 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-100\/30{--tw-shadow-color: rgb(219 234 254 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-100\/35{--tw-shadow-color: rgb(219 234 254 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-100\/40{--tw-shadow-color: rgb(219 234 254 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-100\/45{--tw-shadow-color: rgb(219 234 254 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-100\/5{--tw-shadow-color: rgb(219 234 254 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-100\/50{--tw-shadow-color: rgb(219 234 254 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-100\/55{--tw-shadow-color: rgb(219 234 254 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-100\/60{--tw-shadow-color: rgb(219 234 254 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-100\/65{--tw-shadow-color: rgb(219 234 254 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-100\/70{--tw-shadow-color: rgb(219 234 254 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-100\/75{--tw-shadow-color: rgb(219 234 254 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-100\/80{--tw-shadow-color: rgb(219 234 254 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-100\/85{--tw-shadow-color: rgb(219 234 254 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-100\/90{--tw-shadow-color: rgb(219 234 254 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-100\/95{--tw-shadow-color: rgb(219 234 254 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-200{--tw-shadow-color: #bfdbfe !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-200\/0{--tw-shadow-color: rgb(191 219 254 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-200\/10{--tw-shadow-color: rgb(191 219 254 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-200\/100{--tw-shadow-color: rgb(191 219 254 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-200\/15{--tw-shadow-color: rgb(191 219 254 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-200\/20{--tw-shadow-color: rgb(191 219 254 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-200\/25{--tw-shadow-color: rgb(191 219 254 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-200\/30{--tw-shadow-color: rgb(191 219 254 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-200\/35{--tw-shadow-color: rgb(191 219 254 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-200\/40{--tw-shadow-color: rgb(191 219 254 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-200\/45{--tw-shadow-color: rgb(191 219 254 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-200\/5{--tw-shadow-color: rgb(191 219 254 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-200\/50{--tw-shadow-color: rgb(191 219 254 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-200\/55{--tw-shadow-color: rgb(191 219 254 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-200\/60{--tw-shadow-color: rgb(191 219 254 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-200\/65{--tw-shadow-color: rgb(191 219 254 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-200\/70{--tw-shadow-color: rgb(191 219 254 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-200\/75{--tw-shadow-color: rgb(191 219 254 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-200\/80{--tw-shadow-color: rgb(191 219 254 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-200\/85{--tw-shadow-color: rgb(191 219 254 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-200\/90{--tw-shadow-color: rgb(191 219 254 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-200\/95{--tw-shadow-color: rgb(191 219 254 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-300{--tw-shadow-color: #93c5fd !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-300\/0{--tw-shadow-color: rgb(147 197 253 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-300\/10{--tw-shadow-color: rgb(147 197 253 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-300\/100{--tw-shadow-color: rgb(147 197 253 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-300\/15{--tw-shadow-color: rgb(147 197 253 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-300\/20{--tw-shadow-color: rgb(147 197 253 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-300\/25{--tw-shadow-color: rgb(147 197 253 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-300\/30{--tw-shadow-color: rgb(147 197 253 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-300\/35{--tw-shadow-color: rgb(147 197 253 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-300\/40{--tw-shadow-color: rgb(147 197 253 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-300\/45{--tw-shadow-color: rgb(147 197 253 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-300\/5{--tw-shadow-color: rgb(147 197 253 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-300\/50{--tw-shadow-color: rgb(147 197 253 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-300\/55{--tw-shadow-color: rgb(147 197 253 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-300\/60{--tw-shadow-color: rgb(147 197 253 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-300\/65{--tw-shadow-color: rgb(147 197 253 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-300\/70{--tw-shadow-color: rgb(147 197 253 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-300\/75{--tw-shadow-color: rgb(147 197 253 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-300\/80{--tw-shadow-color: rgb(147 197 253 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-300\/85{--tw-shadow-color: rgb(147 197 253 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-300\/90{--tw-shadow-color: rgb(147 197 253 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-300\/95{--tw-shadow-color: rgb(147 197 253 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-400{--tw-shadow-color: #60a5fa !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-400\/0{--tw-shadow-color: rgb(96 165 250 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-400\/10{--tw-shadow-color: rgb(96 165 250 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-400\/100{--tw-shadow-color: rgb(96 165 250 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-400\/15{--tw-shadow-color: rgb(96 165 250 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-400\/20{--tw-shadow-color: rgb(96 165 250 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-400\/25{--tw-shadow-color: rgb(96 165 250 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-400\/30{--tw-shadow-color: rgb(96 165 250 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-400\/35{--tw-shadow-color: rgb(96 165 250 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-400\/40{--tw-shadow-color: rgb(96 165 250 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-400\/45{--tw-shadow-color: rgb(96 165 250 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-400\/5{--tw-shadow-color: rgb(96 165 250 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-400\/50{--tw-shadow-color: rgb(96 165 250 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-400\/55{--tw-shadow-color: rgb(96 165 250 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-400\/60{--tw-shadow-color: rgb(96 165 250 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-400\/65{--tw-shadow-color: rgb(96 165 250 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-400\/70{--tw-shadow-color: rgb(96 165 250 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-400\/75{--tw-shadow-color: rgb(96 165 250 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-400\/80{--tw-shadow-color: rgb(96 165 250 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-400\/85{--tw-shadow-color: rgb(96 165 250 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-400\/90{--tw-shadow-color: rgb(96 165 250 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-400\/95{--tw-shadow-color: rgb(96 165 250 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-50{--tw-shadow-color: #eff6ff !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-50\/0{--tw-shadow-color: rgb(239 246 255 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-50\/10{--tw-shadow-color: rgb(239 246 255 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-50\/100{--tw-shadow-color: rgb(239 246 255 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-50\/15{--tw-shadow-color: rgb(239 246 255 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-50\/20{--tw-shadow-color: rgb(239 246 255 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-50\/25{--tw-shadow-color: rgb(239 246 255 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-50\/30{--tw-shadow-color: rgb(239 246 255 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-50\/35{--tw-shadow-color: rgb(239 246 255 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-50\/40{--tw-shadow-color: rgb(239 246 255 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-50\/45{--tw-shadow-color: rgb(239 246 255 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-50\/5{--tw-shadow-color: rgb(239 246 255 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-50\/50{--tw-shadow-color: rgb(239 246 255 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-50\/55{--tw-shadow-color: rgb(239 246 255 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-50\/60{--tw-shadow-color: rgb(239 246 255 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-50\/65{--tw-shadow-color: rgb(239 246 255 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-50\/70{--tw-shadow-color: rgb(239 246 255 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-50\/75{--tw-shadow-color: rgb(239 246 255 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-50\/80{--tw-shadow-color: rgb(239 246 255 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-50\/85{--tw-shadow-color: rgb(239 246 255 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-50\/90{--tw-shadow-color: rgb(239 246 255 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-50\/95{--tw-shadow-color: rgb(239 246 255 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-500{--tw-shadow-color: #3b82f6 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-500\/0{--tw-shadow-color: rgb(59 130 246 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-500\/10{--tw-shadow-color: rgb(59 130 246 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-500\/100{--tw-shadow-color: rgb(59 130 246 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-500\/15{--tw-shadow-color: rgb(59 130 246 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-500\/20{--tw-shadow-color: rgb(59 130 246 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-500\/25{--tw-shadow-color: rgb(59 130 246 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-500\/30{--tw-shadow-color: rgb(59 130 246 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-500\/35{--tw-shadow-color: rgb(59 130 246 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-500\/40{--tw-shadow-color: rgb(59 130 246 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-500\/45{--tw-shadow-color: rgb(59 130 246 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-500\/5{--tw-shadow-color: rgb(59 130 246 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-500\/50{--tw-shadow-color: rgb(59 130 246 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-500\/55{--tw-shadow-color: rgb(59 130 246 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-500\/60{--tw-shadow-color: rgb(59 130 246 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-500\/65{--tw-shadow-color: rgb(59 130 246 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-500\/70{--tw-shadow-color: rgb(59 130 246 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-500\/75{--tw-shadow-color: rgb(59 130 246 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-500\/80{--tw-shadow-color: rgb(59 130 246 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-500\/85{--tw-shadow-color: rgb(59 130 246 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-500\/90{--tw-shadow-color: rgb(59 130 246 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-500\/95{--tw-shadow-color: rgb(59 130 246 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-600{--tw-shadow-color: #2563eb !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-600\/0{--tw-shadow-color: rgb(37 99 235 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-600\/10{--tw-shadow-color: rgb(37 99 235 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-600\/100{--tw-shadow-color: rgb(37 99 235 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-600\/15{--tw-shadow-color: rgb(37 99 235 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-600\/20{--tw-shadow-color: rgb(37 99 235 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-600\/25{--tw-shadow-color: rgb(37 99 235 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-600\/30{--tw-shadow-color: rgb(37 99 235 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-600\/35{--tw-shadow-color: rgb(37 99 235 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-600\/40{--tw-shadow-color: rgb(37 99 235 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-600\/45{--tw-shadow-color: rgb(37 99 235 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-600\/5{--tw-shadow-color: rgb(37 99 235 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-600\/50{--tw-shadow-color: rgb(37 99 235 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-600\/55{--tw-shadow-color: rgb(37 99 235 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-600\/60{--tw-shadow-color: rgb(37 99 235 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-600\/65{--tw-shadow-color: rgb(37 99 235 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-600\/70{--tw-shadow-color: rgb(37 99 235 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-600\/75{--tw-shadow-color: rgb(37 99 235 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-600\/80{--tw-shadow-color: rgb(37 99 235 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-600\/85{--tw-shadow-color: rgb(37 99 235 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-600\/90{--tw-shadow-color: rgb(37 99 235 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-600\/95{--tw-shadow-color: rgb(37 99 235 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-700{--tw-shadow-color: #1d4ed8 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-700\/0{--tw-shadow-color: rgb(29 78 216 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-700\/10{--tw-shadow-color: rgb(29 78 216 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-700\/100{--tw-shadow-color: rgb(29 78 216 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-700\/15{--tw-shadow-color: rgb(29 78 216 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-700\/20{--tw-shadow-color: rgb(29 78 216 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-700\/25{--tw-shadow-color: rgb(29 78 216 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-700\/30{--tw-shadow-color: rgb(29 78 216 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-700\/35{--tw-shadow-color: rgb(29 78 216 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-700\/40{--tw-shadow-color: rgb(29 78 216 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-700\/45{--tw-shadow-color: rgb(29 78 216 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-700\/5{--tw-shadow-color: rgb(29 78 216 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-700\/50{--tw-shadow-color: rgb(29 78 216 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-700\/55{--tw-shadow-color: rgb(29 78 216 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-700\/60{--tw-shadow-color: rgb(29 78 216 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-700\/65{--tw-shadow-color: rgb(29 78 216 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-700\/70{--tw-shadow-color: rgb(29 78 216 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-700\/75{--tw-shadow-color: rgb(29 78 216 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-700\/80{--tw-shadow-color: rgb(29 78 216 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-700\/85{--tw-shadow-color: rgb(29 78 216 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-700\/90{--tw-shadow-color: rgb(29 78 216 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-700\/95{--tw-shadow-color: rgb(29 78 216 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-800{--tw-shadow-color: #1e40af !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-800\/0{--tw-shadow-color: rgb(30 64 175 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-800\/10{--tw-shadow-color: rgb(30 64 175 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-800\/100{--tw-shadow-color: rgb(30 64 175 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-800\/15{--tw-shadow-color: rgb(30 64 175 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-800\/20{--tw-shadow-color: rgb(30 64 175 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-800\/25{--tw-shadow-color: rgb(30 64 175 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-800\/30{--tw-shadow-color: rgb(30 64 175 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-800\/35{--tw-shadow-color: rgb(30 64 175 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-800\/40{--tw-shadow-color: rgb(30 64 175 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-800\/45{--tw-shadow-color: rgb(30 64 175 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-800\/5{--tw-shadow-color: rgb(30 64 175 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-800\/50{--tw-shadow-color: rgb(30 64 175 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-800\/55{--tw-shadow-color: rgb(30 64 175 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-800\/60{--tw-shadow-color: rgb(30 64 175 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-800\/65{--tw-shadow-color: rgb(30 64 175 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-800\/70{--tw-shadow-color: rgb(30 64 175 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-800\/75{--tw-shadow-color: rgb(30 64 175 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-800\/80{--tw-shadow-color: rgb(30 64 175 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-800\/85{--tw-shadow-color: rgb(30 64 175 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-800\/90{--tw-shadow-color: rgb(30 64 175 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-800\/95{--tw-shadow-color: rgb(30 64 175 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-900{--tw-shadow-color: #1e3a8a !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-900\/0{--tw-shadow-color: rgb(30 58 138 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-900\/10{--tw-shadow-color: rgb(30 58 138 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-900\/100{--tw-shadow-color: rgb(30 58 138 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-900\/15{--tw-shadow-color: rgb(30 58 138 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-900\/20{--tw-shadow-color: rgb(30 58 138 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-900\/25{--tw-shadow-color: rgb(30 58 138 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-900\/30{--tw-shadow-color: rgb(30 58 138 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-900\/35{--tw-shadow-color: rgb(30 58 138 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-900\/40{--tw-shadow-color: rgb(30 58 138 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-900\/45{--tw-shadow-color: rgb(30 58 138 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-900\/5{--tw-shadow-color: rgb(30 58 138 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-900\/50{--tw-shadow-color: rgb(30 58 138 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-900\/55{--tw-shadow-color: rgb(30 58 138 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-900\/60{--tw-shadow-color: rgb(30 58 138 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-900\/65{--tw-shadow-color: rgb(30 58 138 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-900\/70{--tw-shadow-color: rgb(30 58 138 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-900\/75{--tw-shadow-color: rgb(30 58 138 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-900\/80{--tw-shadow-color: rgb(30 58 138 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-900\/85{--tw-shadow-color: rgb(30 58 138 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-900\/90{--tw-shadow-color: rgb(30 58 138 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-900\/95{--tw-shadow-color: rgb(30 58 138 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-950{--tw-shadow-color: #172554 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-950\/0{--tw-shadow-color: rgb(23 37 84 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-950\/10{--tw-shadow-color: rgb(23 37 84 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-950\/100{--tw-shadow-color: rgb(23 37 84 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-950\/15{--tw-shadow-color: rgb(23 37 84 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-950\/20{--tw-shadow-color: rgb(23 37 84 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-950\/25{--tw-shadow-color: rgb(23 37 84 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-950\/30{--tw-shadow-color: rgb(23 37 84 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-950\/35{--tw-shadow-color: rgb(23 37 84 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-950\/40{--tw-shadow-color: rgb(23 37 84 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-950\/45{--tw-shadow-color: rgb(23 37 84 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-950\/5{--tw-shadow-color: rgb(23 37 84 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-950\/50{--tw-shadow-color: rgb(23 37 84 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-950\/55{--tw-shadow-color: rgb(23 37 84 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-950\/60{--tw-shadow-color: rgb(23 37 84 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-950\/65{--tw-shadow-color: rgb(23 37 84 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-950\/70{--tw-shadow-color: rgb(23 37 84 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-950\/75{--tw-shadow-color: rgb(23 37 84 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-950\/80{--tw-shadow-color: rgb(23 37 84 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-950\/85{--tw-shadow-color: rgb(23 37 84 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-950\/90{--tw-shadow-color: rgb(23 37 84 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-blue-950\/95{--tw-shadow-color: rgb(23 37 84 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-current{--tw-shadow-color: currentColor !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-100{--tw-shadow-color: #cffafe !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-100\/0{--tw-shadow-color: rgb(207 250 254 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-100\/10{--tw-shadow-color: rgb(207 250 254 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-100\/100{--tw-shadow-color: rgb(207 250 254 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-100\/15{--tw-shadow-color: rgb(207 250 254 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-100\/20{--tw-shadow-color: rgb(207 250 254 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-100\/25{--tw-shadow-color: rgb(207 250 254 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-100\/30{--tw-shadow-color: rgb(207 250 254 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-100\/35{--tw-shadow-color: rgb(207 250 254 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-100\/40{--tw-shadow-color: rgb(207 250 254 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-100\/45{--tw-shadow-color: rgb(207 250 254 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-100\/5{--tw-shadow-color: rgb(207 250 254 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-100\/50{--tw-shadow-color: rgb(207 250 254 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-100\/55{--tw-shadow-color: rgb(207 250 254 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-100\/60{--tw-shadow-color: rgb(207 250 254 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-100\/65{--tw-shadow-color: rgb(207 250 254 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-100\/70{--tw-shadow-color: rgb(207 250 254 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-100\/75{--tw-shadow-color: rgb(207 250 254 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-100\/80{--tw-shadow-color: rgb(207 250 254 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-100\/85{--tw-shadow-color: rgb(207 250 254 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-100\/90{--tw-shadow-color: rgb(207 250 254 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-100\/95{--tw-shadow-color: rgb(207 250 254 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-200{--tw-shadow-color: #a5f3fc !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-200\/0{--tw-shadow-color: rgb(165 243 252 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-200\/10{--tw-shadow-color: rgb(165 243 252 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-200\/100{--tw-shadow-color: rgb(165 243 252 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-200\/15{--tw-shadow-color: rgb(165 243 252 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-200\/20{--tw-shadow-color: rgb(165 243 252 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-200\/25{--tw-shadow-color: rgb(165 243 252 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-200\/30{--tw-shadow-color: rgb(165 243 252 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-200\/35{--tw-shadow-color: rgb(165 243 252 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-200\/40{--tw-shadow-color: rgb(165 243 252 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-200\/45{--tw-shadow-color: rgb(165 243 252 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-200\/5{--tw-shadow-color: rgb(165 243 252 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-200\/50{--tw-shadow-color: rgb(165 243 252 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-200\/55{--tw-shadow-color: rgb(165 243 252 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-200\/60{--tw-shadow-color: rgb(165 243 252 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-200\/65{--tw-shadow-color: rgb(165 243 252 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-200\/70{--tw-shadow-color: rgb(165 243 252 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-200\/75{--tw-shadow-color: rgb(165 243 252 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-200\/80{--tw-shadow-color: rgb(165 243 252 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-200\/85{--tw-shadow-color: rgb(165 243 252 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-200\/90{--tw-shadow-color: rgb(165 243 252 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-200\/95{--tw-shadow-color: rgb(165 243 252 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-300{--tw-shadow-color: #67e8f9 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-300\/0{--tw-shadow-color: rgb(103 232 249 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-300\/10{--tw-shadow-color: rgb(103 232 249 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-300\/100{--tw-shadow-color: rgb(103 232 249 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-300\/15{--tw-shadow-color: rgb(103 232 249 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-300\/20{--tw-shadow-color: rgb(103 232 249 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-300\/25{--tw-shadow-color: rgb(103 232 249 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-300\/30{--tw-shadow-color: rgb(103 232 249 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-300\/35{--tw-shadow-color: rgb(103 232 249 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-300\/40{--tw-shadow-color: rgb(103 232 249 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-300\/45{--tw-shadow-color: rgb(103 232 249 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-300\/5{--tw-shadow-color: rgb(103 232 249 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-300\/50{--tw-shadow-color: rgb(103 232 249 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-300\/55{--tw-shadow-color: rgb(103 232 249 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-300\/60{--tw-shadow-color: rgb(103 232 249 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-300\/65{--tw-shadow-color: rgb(103 232 249 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-300\/70{--tw-shadow-color: rgb(103 232 249 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-300\/75{--tw-shadow-color: rgb(103 232 249 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-300\/80{--tw-shadow-color: rgb(103 232 249 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-300\/85{--tw-shadow-color: rgb(103 232 249 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-300\/90{--tw-shadow-color: rgb(103 232 249 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-300\/95{--tw-shadow-color: rgb(103 232 249 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-400{--tw-shadow-color: #22d3ee !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-400\/0{--tw-shadow-color: rgb(34 211 238 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-400\/10{--tw-shadow-color: rgb(34 211 238 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-400\/100{--tw-shadow-color: rgb(34 211 238 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-400\/15{--tw-shadow-color: rgb(34 211 238 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-400\/20{--tw-shadow-color: rgb(34 211 238 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-400\/25{--tw-shadow-color: rgb(34 211 238 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-400\/30{--tw-shadow-color: rgb(34 211 238 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-400\/35{--tw-shadow-color: rgb(34 211 238 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-400\/40{--tw-shadow-color: rgb(34 211 238 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-400\/45{--tw-shadow-color: rgb(34 211 238 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-400\/5{--tw-shadow-color: rgb(34 211 238 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-400\/50{--tw-shadow-color: rgb(34 211 238 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-400\/55{--tw-shadow-color: rgb(34 211 238 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-400\/60{--tw-shadow-color: rgb(34 211 238 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-400\/65{--tw-shadow-color: rgb(34 211 238 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-400\/70{--tw-shadow-color: rgb(34 211 238 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-400\/75{--tw-shadow-color: rgb(34 211 238 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-400\/80{--tw-shadow-color: rgb(34 211 238 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-400\/85{--tw-shadow-color: rgb(34 211 238 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-400\/90{--tw-shadow-color: rgb(34 211 238 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-400\/95{--tw-shadow-color: rgb(34 211 238 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-50{--tw-shadow-color: #ecfeff !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-50\/0{--tw-shadow-color: rgb(236 254 255 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-50\/10{--tw-shadow-color: rgb(236 254 255 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-50\/100{--tw-shadow-color: rgb(236 254 255 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-50\/15{--tw-shadow-color: rgb(236 254 255 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-50\/20{--tw-shadow-color: rgb(236 254 255 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-50\/25{--tw-shadow-color: rgb(236 254 255 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-50\/30{--tw-shadow-color: rgb(236 254 255 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-50\/35{--tw-shadow-color: rgb(236 254 255 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-50\/40{--tw-shadow-color: rgb(236 254 255 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-50\/45{--tw-shadow-color: rgb(236 254 255 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-50\/5{--tw-shadow-color: rgb(236 254 255 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-50\/50{--tw-shadow-color: rgb(236 254 255 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-50\/55{--tw-shadow-color: rgb(236 254 255 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-50\/60{--tw-shadow-color: rgb(236 254 255 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-50\/65{--tw-shadow-color: rgb(236 254 255 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-50\/70{--tw-shadow-color: rgb(236 254 255 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-50\/75{--tw-shadow-color: rgb(236 254 255 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-50\/80{--tw-shadow-color: rgb(236 254 255 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-50\/85{--tw-shadow-color: rgb(236 254 255 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-50\/90{--tw-shadow-color: rgb(236 254 255 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-50\/95{--tw-shadow-color: rgb(236 254 255 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-500{--tw-shadow-color: #06b6d4 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-500\/0{--tw-shadow-color: rgb(6 182 212 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-500\/10{--tw-shadow-color: rgb(6 182 212 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-500\/100{--tw-shadow-color: rgb(6 182 212 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-500\/15{--tw-shadow-color: rgb(6 182 212 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-500\/20{--tw-shadow-color: rgb(6 182 212 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-500\/25{--tw-shadow-color: rgb(6 182 212 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-500\/30{--tw-shadow-color: rgb(6 182 212 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-500\/35{--tw-shadow-color: rgb(6 182 212 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-500\/40{--tw-shadow-color: rgb(6 182 212 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-500\/45{--tw-shadow-color: rgb(6 182 212 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-500\/5{--tw-shadow-color: rgb(6 182 212 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-500\/50{--tw-shadow-color: rgb(6 182 212 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-500\/55{--tw-shadow-color: rgb(6 182 212 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-500\/60{--tw-shadow-color: rgb(6 182 212 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-500\/65{--tw-shadow-color: rgb(6 182 212 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-500\/70{--tw-shadow-color: rgb(6 182 212 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-500\/75{--tw-shadow-color: rgb(6 182 212 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-500\/80{--tw-shadow-color: rgb(6 182 212 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-500\/85{--tw-shadow-color: rgb(6 182 212 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-500\/90{--tw-shadow-color: rgb(6 182 212 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-500\/95{--tw-shadow-color: rgb(6 182 212 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-600{--tw-shadow-color: #0891b2 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-600\/0{--tw-shadow-color: rgb(8 145 178 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-600\/10{--tw-shadow-color: rgb(8 145 178 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-600\/100{--tw-shadow-color: rgb(8 145 178 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-600\/15{--tw-shadow-color: rgb(8 145 178 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-600\/20{--tw-shadow-color: rgb(8 145 178 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-600\/25{--tw-shadow-color: rgb(8 145 178 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-600\/30{--tw-shadow-color: rgb(8 145 178 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-600\/35{--tw-shadow-color: rgb(8 145 178 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-600\/40{--tw-shadow-color: rgb(8 145 178 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-600\/45{--tw-shadow-color: rgb(8 145 178 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-600\/5{--tw-shadow-color: rgb(8 145 178 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-600\/50{--tw-shadow-color: rgb(8 145 178 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-600\/55{--tw-shadow-color: rgb(8 145 178 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-600\/60{--tw-shadow-color: rgb(8 145 178 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-600\/65{--tw-shadow-color: rgb(8 145 178 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-600\/70{--tw-shadow-color: rgb(8 145 178 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-600\/75{--tw-shadow-color: rgb(8 145 178 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-600\/80{--tw-shadow-color: rgb(8 145 178 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-600\/85{--tw-shadow-color: rgb(8 145 178 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-600\/90{--tw-shadow-color: rgb(8 145 178 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-600\/95{--tw-shadow-color: rgb(8 145 178 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-700{--tw-shadow-color: #0e7490 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-700\/0{--tw-shadow-color: rgb(14 116 144 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-700\/10{--tw-shadow-color: rgb(14 116 144 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-700\/100{--tw-shadow-color: rgb(14 116 144 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-700\/15{--tw-shadow-color: rgb(14 116 144 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-700\/20{--tw-shadow-color: rgb(14 116 144 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-700\/25{--tw-shadow-color: rgb(14 116 144 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-700\/30{--tw-shadow-color: rgb(14 116 144 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-700\/35{--tw-shadow-color: rgb(14 116 144 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-700\/40{--tw-shadow-color: rgb(14 116 144 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-700\/45{--tw-shadow-color: rgb(14 116 144 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-700\/5{--tw-shadow-color: rgb(14 116 144 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-700\/50{--tw-shadow-color: rgb(14 116 144 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-700\/55{--tw-shadow-color: rgb(14 116 144 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-700\/60{--tw-shadow-color: rgb(14 116 144 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-700\/65{--tw-shadow-color: rgb(14 116 144 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-700\/70{--tw-shadow-color: rgb(14 116 144 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-700\/75{--tw-shadow-color: rgb(14 116 144 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-700\/80{--tw-shadow-color: rgb(14 116 144 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-700\/85{--tw-shadow-color: rgb(14 116 144 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-700\/90{--tw-shadow-color: rgb(14 116 144 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-700\/95{--tw-shadow-color: rgb(14 116 144 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-800{--tw-shadow-color: #155e75 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-800\/0{--tw-shadow-color: rgb(21 94 117 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-800\/10{--tw-shadow-color: rgb(21 94 117 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-800\/100{--tw-shadow-color: rgb(21 94 117 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-800\/15{--tw-shadow-color: rgb(21 94 117 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-800\/20{--tw-shadow-color: rgb(21 94 117 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-800\/25{--tw-shadow-color: rgb(21 94 117 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-800\/30{--tw-shadow-color: rgb(21 94 117 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-800\/35{--tw-shadow-color: rgb(21 94 117 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-800\/40{--tw-shadow-color: rgb(21 94 117 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-800\/45{--tw-shadow-color: rgb(21 94 117 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-800\/5{--tw-shadow-color: rgb(21 94 117 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-800\/50{--tw-shadow-color: rgb(21 94 117 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-800\/55{--tw-shadow-color: rgb(21 94 117 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-800\/60{--tw-shadow-color: rgb(21 94 117 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-800\/65{--tw-shadow-color: rgb(21 94 117 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-800\/70{--tw-shadow-color: rgb(21 94 117 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-800\/75{--tw-shadow-color: rgb(21 94 117 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-800\/80{--tw-shadow-color: rgb(21 94 117 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-800\/85{--tw-shadow-color: rgb(21 94 117 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-800\/90{--tw-shadow-color: rgb(21 94 117 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-800\/95{--tw-shadow-color: rgb(21 94 117 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-900{--tw-shadow-color: #164e63 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-900\/0{--tw-shadow-color: rgb(22 78 99 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-900\/10{--tw-shadow-color: rgb(22 78 99 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-900\/100{--tw-shadow-color: rgb(22 78 99 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-900\/15{--tw-shadow-color: rgb(22 78 99 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-900\/20{--tw-shadow-color: rgb(22 78 99 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-900\/25{--tw-shadow-color: rgb(22 78 99 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-900\/30{--tw-shadow-color: rgb(22 78 99 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-900\/35{--tw-shadow-color: rgb(22 78 99 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-900\/40{--tw-shadow-color: rgb(22 78 99 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-900\/45{--tw-shadow-color: rgb(22 78 99 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-900\/5{--tw-shadow-color: rgb(22 78 99 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-900\/50{--tw-shadow-color: rgb(22 78 99 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-900\/55{--tw-shadow-color: rgb(22 78 99 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-900\/60{--tw-shadow-color: rgb(22 78 99 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-900\/65{--tw-shadow-color: rgb(22 78 99 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-900\/70{--tw-shadow-color: rgb(22 78 99 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-900\/75{--tw-shadow-color: rgb(22 78 99 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-900\/80{--tw-shadow-color: rgb(22 78 99 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-900\/85{--tw-shadow-color: rgb(22 78 99 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-900\/90{--tw-shadow-color: rgb(22 78 99 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-900\/95{--tw-shadow-color: rgb(22 78 99 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-950{--tw-shadow-color: #083344 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-950\/0{--tw-shadow-color: rgb(8 51 68 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-950\/10{--tw-shadow-color: rgb(8 51 68 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-950\/100{--tw-shadow-color: rgb(8 51 68 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-950\/15{--tw-shadow-color: rgb(8 51 68 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-950\/20{--tw-shadow-color: rgb(8 51 68 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-950\/25{--tw-shadow-color: rgb(8 51 68 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-950\/30{--tw-shadow-color: rgb(8 51 68 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-950\/35{--tw-shadow-color: rgb(8 51 68 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-950\/40{--tw-shadow-color: rgb(8 51 68 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-950\/45{--tw-shadow-color: rgb(8 51 68 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-950\/5{--tw-shadow-color: rgb(8 51 68 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-950\/50{--tw-shadow-color: rgb(8 51 68 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-950\/55{--tw-shadow-color: rgb(8 51 68 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-950\/60{--tw-shadow-color: rgb(8 51 68 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-950\/65{--tw-shadow-color: rgb(8 51 68 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-950\/70{--tw-shadow-color: rgb(8 51 68 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-950\/75{--tw-shadow-color: rgb(8 51 68 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-950\/80{--tw-shadow-color: rgb(8 51 68 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-950\/85{--tw-shadow-color: rgb(8 51 68 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-950\/90{--tw-shadow-color: rgb(8 51 68 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-cyan-950\/95{--tw-shadow-color: rgb(8 51 68 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-100{--tw-shadow-color: #d1fae5 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-100\/0{--tw-shadow-color: rgb(209 250 229 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-100\/10{--tw-shadow-color: rgb(209 250 229 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-100\/100{--tw-shadow-color: rgb(209 250 229 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-100\/15{--tw-shadow-color: rgb(209 250 229 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-100\/20{--tw-shadow-color: rgb(209 250 229 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-100\/25{--tw-shadow-color: rgb(209 250 229 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-100\/30{--tw-shadow-color: rgb(209 250 229 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-100\/35{--tw-shadow-color: rgb(209 250 229 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-100\/40{--tw-shadow-color: rgb(209 250 229 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-100\/45{--tw-shadow-color: rgb(209 250 229 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-100\/5{--tw-shadow-color: rgb(209 250 229 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-100\/50{--tw-shadow-color: rgb(209 250 229 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-100\/55{--tw-shadow-color: rgb(209 250 229 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-100\/60{--tw-shadow-color: rgb(209 250 229 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-100\/65{--tw-shadow-color: rgb(209 250 229 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-100\/70{--tw-shadow-color: rgb(209 250 229 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-100\/75{--tw-shadow-color: rgb(209 250 229 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-100\/80{--tw-shadow-color: rgb(209 250 229 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-100\/85{--tw-shadow-color: rgb(209 250 229 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-100\/90{--tw-shadow-color: rgb(209 250 229 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-100\/95{--tw-shadow-color: rgb(209 250 229 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-200{--tw-shadow-color: #a7f3d0 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-200\/0{--tw-shadow-color: rgb(167 243 208 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-200\/10{--tw-shadow-color: rgb(167 243 208 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-200\/100{--tw-shadow-color: rgb(167 243 208 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-200\/15{--tw-shadow-color: rgb(167 243 208 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-200\/20{--tw-shadow-color: rgb(167 243 208 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-200\/25{--tw-shadow-color: rgb(167 243 208 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-200\/30{--tw-shadow-color: rgb(167 243 208 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-200\/35{--tw-shadow-color: rgb(167 243 208 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-200\/40{--tw-shadow-color: rgb(167 243 208 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-200\/45{--tw-shadow-color: rgb(167 243 208 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-200\/5{--tw-shadow-color: rgb(167 243 208 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-200\/50{--tw-shadow-color: rgb(167 243 208 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-200\/55{--tw-shadow-color: rgb(167 243 208 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-200\/60{--tw-shadow-color: rgb(167 243 208 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-200\/65{--tw-shadow-color: rgb(167 243 208 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-200\/70{--tw-shadow-color: rgb(167 243 208 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-200\/75{--tw-shadow-color: rgb(167 243 208 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-200\/80{--tw-shadow-color: rgb(167 243 208 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-200\/85{--tw-shadow-color: rgb(167 243 208 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-200\/90{--tw-shadow-color: rgb(167 243 208 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-200\/95{--tw-shadow-color: rgb(167 243 208 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-300{--tw-shadow-color: #6ee7b7 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-300\/0{--tw-shadow-color: rgb(110 231 183 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-300\/10{--tw-shadow-color: rgb(110 231 183 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-300\/100{--tw-shadow-color: rgb(110 231 183 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-300\/15{--tw-shadow-color: rgb(110 231 183 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-300\/20{--tw-shadow-color: rgb(110 231 183 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-300\/25{--tw-shadow-color: rgb(110 231 183 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-300\/30{--tw-shadow-color: rgb(110 231 183 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-300\/35{--tw-shadow-color: rgb(110 231 183 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-300\/40{--tw-shadow-color: rgb(110 231 183 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-300\/45{--tw-shadow-color: rgb(110 231 183 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-300\/5{--tw-shadow-color: rgb(110 231 183 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-300\/50{--tw-shadow-color: rgb(110 231 183 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-300\/55{--tw-shadow-color: rgb(110 231 183 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-300\/60{--tw-shadow-color: rgb(110 231 183 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-300\/65{--tw-shadow-color: rgb(110 231 183 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-300\/70{--tw-shadow-color: rgb(110 231 183 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-300\/75{--tw-shadow-color: rgb(110 231 183 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-300\/80{--tw-shadow-color: rgb(110 231 183 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-300\/85{--tw-shadow-color: rgb(110 231 183 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-300\/90{--tw-shadow-color: rgb(110 231 183 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-300\/95{--tw-shadow-color: rgb(110 231 183 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-400{--tw-shadow-color: #34d399 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-400\/0{--tw-shadow-color: rgb(52 211 153 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-400\/10{--tw-shadow-color: rgb(52 211 153 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-400\/100{--tw-shadow-color: rgb(52 211 153 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-400\/15{--tw-shadow-color: rgb(52 211 153 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-400\/20{--tw-shadow-color: rgb(52 211 153 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-400\/25{--tw-shadow-color: rgb(52 211 153 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-400\/30{--tw-shadow-color: rgb(52 211 153 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-400\/35{--tw-shadow-color: rgb(52 211 153 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-400\/40{--tw-shadow-color: rgb(52 211 153 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-400\/45{--tw-shadow-color: rgb(52 211 153 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-400\/5{--tw-shadow-color: rgb(52 211 153 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-400\/50{--tw-shadow-color: rgb(52 211 153 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-400\/55{--tw-shadow-color: rgb(52 211 153 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-400\/60{--tw-shadow-color: rgb(52 211 153 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-400\/65{--tw-shadow-color: rgb(52 211 153 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-400\/70{--tw-shadow-color: rgb(52 211 153 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-400\/75{--tw-shadow-color: rgb(52 211 153 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-400\/80{--tw-shadow-color: rgb(52 211 153 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-400\/85{--tw-shadow-color: rgb(52 211 153 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-400\/90{--tw-shadow-color: rgb(52 211 153 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-400\/95{--tw-shadow-color: rgb(52 211 153 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-50{--tw-shadow-color: #ecfdf5 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-50\/0{--tw-shadow-color: rgb(236 253 245 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-50\/10{--tw-shadow-color: rgb(236 253 245 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-50\/100{--tw-shadow-color: rgb(236 253 245 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-50\/15{--tw-shadow-color: rgb(236 253 245 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-50\/20{--tw-shadow-color: rgb(236 253 245 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-50\/25{--tw-shadow-color: rgb(236 253 245 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-50\/30{--tw-shadow-color: rgb(236 253 245 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-50\/35{--tw-shadow-color: rgb(236 253 245 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-50\/40{--tw-shadow-color: rgb(236 253 245 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-50\/45{--tw-shadow-color: rgb(236 253 245 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-50\/5{--tw-shadow-color: rgb(236 253 245 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-50\/50{--tw-shadow-color: rgb(236 253 245 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-50\/55{--tw-shadow-color: rgb(236 253 245 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-50\/60{--tw-shadow-color: rgb(236 253 245 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-50\/65{--tw-shadow-color: rgb(236 253 245 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-50\/70{--tw-shadow-color: rgb(236 253 245 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-50\/75{--tw-shadow-color: rgb(236 253 245 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-50\/80{--tw-shadow-color: rgb(236 253 245 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-50\/85{--tw-shadow-color: rgb(236 253 245 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-50\/90{--tw-shadow-color: rgb(236 253 245 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-50\/95{--tw-shadow-color: rgb(236 253 245 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-500{--tw-shadow-color: #10b981 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-500\/0{--tw-shadow-color: rgb(16 185 129 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-500\/10{--tw-shadow-color: rgb(16 185 129 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-500\/100{--tw-shadow-color: rgb(16 185 129 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-500\/15{--tw-shadow-color: rgb(16 185 129 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-500\/20{--tw-shadow-color: rgb(16 185 129 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-500\/25{--tw-shadow-color: rgb(16 185 129 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-500\/30{--tw-shadow-color: rgb(16 185 129 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-500\/35{--tw-shadow-color: rgb(16 185 129 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-500\/40{--tw-shadow-color: rgb(16 185 129 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-500\/45{--tw-shadow-color: rgb(16 185 129 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-500\/5{--tw-shadow-color: rgb(16 185 129 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-500\/50{--tw-shadow-color: rgb(16 185 129 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-500\/55{--tw-shadow-color: rgb(16 185 129 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-500\/60{--tw-shadow-color: rgb(16 185 129 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-500\/65{--tw-shadow-color: rgb(16 185 129 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-500\/70{--tw-shadow-color: rgb(16 185 129 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-500\/75{--tw-shadow-color: rgb(16 185 129 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-500\/80{--tw-shadow-color: rgb(16 185 129 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-500\/85{--tw-shadow-color: rgb(16 185 129 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-500\/90{--tw-shadow-color: rgb(16 185 129 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-500\/95{--tw-shadow-color: rgb(16 185 129 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-600{--tw-shadow-color: #059669 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-600\/0{--tw-shadow-color: rgb(5 150 105 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-600\/10{--tw-shadow-color: rgb(5 150 105 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-600\/100{--tw-shadow-color: rgb(5 150 105 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-600\/15{--tw-shadow-color: rgb(5 150 105 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-600\/20{--tw-shadow-color: rgb(5 150 105 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-600\/25{--tw-shadow-color: rgb(5 150 105 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-600\/30{--tw-shadow-color: rgb(5 150 105 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-600\/35{--tw-shadow-color: rgb(5 150 105 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-600\/40{--tw-shadow-color: rgb(5 150 105 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-600\/45{--tw-shadow-color: rgb(5 150 105 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-600\/5{--tw-shadow-color: rgb(5 150 105 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-600\/50{--tw-shadow-color: rgb(5 150 105 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-600\/55{--tw-shadow-color: rgb(5 150 105 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-600\/60{--tw-shadow-color: rgb(5 150 105 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-600\/65{--tw-shadow-color: rgb(5 150 105 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-600\/70{--tw-shadow-color: rgb(5 150 105 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-600\/75{--tw-shadow-color: rgb(5 150 105 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-600\/80{--tw-shadow-color: rgb(5 150 105 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-600\/85{--tw-shadow-color: rgb(5 150 105 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-600\/90{--tw-shadow-color: rgb(5 150 105 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-600\/95{--tw-shadow-color: rgb(5 150 105 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-700{--tw-shadow-color: #047857 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-700\/0{--tw-shadow-color: rgb(4 120 87 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-700\/10{--tw-shadow-color: rgb(4 120 87 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-700\/100{--tw-shadow-color: rgb(4 120 87 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-700\/15{--tw-shadow-color: rgb(4 120 87 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-700\/20{--tw-shadow-color: rgb(4 120 87 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-700\/25{--tw-shadow-color: rgb(4 120 87 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-700\/30{--tw-shadow-color: rgb(4 120 87 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-700\/35{--tw-shadow-color: rgb(4 120 87 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-700\/40{--tw-shadow-color: rgb(4 120 87 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-700\/45{--tw-shadow-color: rgb(4 120 87 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-700\/5{--tw-shadow-color: rgb(4 120 87 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-700\/50{--tw-shadow-color: rgb(4 120 87 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-700\/55{--tw-shadow-color: rgb(4 120 87 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-700\/60{--tw-shadow-color: rgb(4 120 87 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-700\/65{--tw-shadow-color: rgb(4 120 87 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-700\/70{--tw-shadow-color: rgb(4 120 87 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-700\/75{--tw-shadow-color: rgb(4 120 87 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-700\/80{--tw-shadow-color: rgb(4 120 87 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-700\/85{--tw-shadow-color: rgb(4 120 87 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-700\/90{--tw-shadow-color: rgb(4 120 87 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-700\/95{--tw-shadow-color: rgb(4 120 87 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-800{--tw-shadow-color: #065f46 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-800\/0{--tw-shadow-color: rgb(6 95 70 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-800\/10{--tw-shadow-color: rgb(6 95 70 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-800\/100{--tw-shadow-color: rgb(6 95 70 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-800\/15{--tw-shadow-color: rgb(6 95 70 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-800\/20{--tw-shadow-color: rgb(6 95 70 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-800\/25{--tw-shadow-color: rgb(6 95 70 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-800\/30{--tw-shadow-color: rgb(6 95 70 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-800\/35{--tw-shadow-color: rgb(6 95 70 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-800\/40{--tw-shadow-color: rgb(6 95 70 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-800\/45{--tw-shadow-color: rgb(6 95 70 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-800\/5{--tw-shadow-color: rgb(6 95 70 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-800\/50{--tw-shadow-color: rgb(6 95 70 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-800\/55{--tw-shadow-color: rgb(6 95 70 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-800\/60{--tw-shadow-color: rgb(6 95 70 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-800\/65{--tw-shadow-color: rgb(6 95 70 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-800\/70{--tw-shadow-color: rgb(6 95 70 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-800\/75{--tw-shadow-color: rgb(6 95 70 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-800\/80{--tw-shadow-color: rgb(6 95 70 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-800\/85{--tw-shadow-color: rgb(6 95 70 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-800\/90{--tw-shadow-color: rgb(6 95 70 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-800\/95{--tw-shadow-color: rgb(6 95 70 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-900{--tw-shadow-color: #064e3b !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-900\/0{--tw-shadow-color: rgb(6 78 59 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-900\/10{--tw-shadow-color: rgb(6 78 59 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-900\/100{--tw-shadow-color: rgb(6 78 59 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-900\/15{--tw-shadow-color: rgb(6 78 59 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-900\/20{--tw-shadow-color: rgb(6 78 59 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-900\/25{--tw-shadow-color: rgb(6 78 59 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-900\/30{--tw-shadow-color: rgb(6 78 59 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-900\/35{--tw-shadow-color: rgb(6 78 59 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-900\/40{--tw-shadow-color: rgb(6 78 59 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-900\/45{--tw-shadow-color: rgb(6 78 59 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-900\/5{--tw-shadow-color: rgb(6 78 59 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-900\/50{--tw-shadow-color: rgb(6 78 59 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-900\/55{--tw-shadow-color: rgb(6 78 59 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-900\/60{--tw-shadow-color: rgb(6 78 59 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-900\/65{--tw-shadow-color: rgb(6 78 59 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-900\/70{--tw-shadow-color: rgb(6 78 59 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-900\/75{--tw-shadow-color: rgb(6 78 59 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-900\/80{--tw-shadow-color: rgb(6 78 59 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-900\/85{--tw-shadow-color: rgb(6 78 59 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-900\/90{--tw-shadow-color: rgb(6 78 59 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-900\/95{--tw-shadow-color: rgb(6 78 59 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-950{--tw-shadow-color: #022c22 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-950\/0{--tw-shadow-color: rgb(2 44 34 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-950\/10{--tw-shadow-color: rgb(2 44 34 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-950\/100{--tw-shadow-color: rgb(2 44 34 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-950\/15{--tw-shadow-color: rgb(2 44 34 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-950\/20{--tw-shadow-color: rgb(2 44 34 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-950\/25{--tw-shadow-color: rgb(2 44 34 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-950\/30{--tw-shadow-color: rgb(2 44 34 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-950\/35{--tw-shadow-color: rgb(2 44 34 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-950\/40{--tw-shadow-color: rgb(2 44 34 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-950\/45{--tw-shadow-color: rgb(2 44 34 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-950\/5{--tw-shadow-color: rgb(2 44 34 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-950\/50{--tw-shadow-color: rgb(2 44 34 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-950\/55{--tw-shadow-color: rgb(2 44 34 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-950\/60{--tw-shadow-color: rgb(2 44 34 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-950\/65{--tw-shadow-color: rgb(2 44 34 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-950\/70{--tw-shadow-color: rgb(2 44 34 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-950\/75{--tw-shadow-color: rgb(2 44 34 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-950\/80{--tw-shadow-color: rgb(2 44 34 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-950\/85{--tw-shadow-color: rgb(2 44 34 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-950\/90{--tw-shadow-color: rgb(2 44 34 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-emerald-950\/95{--tw-shadow-color: rgb(2 44 34 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-100{--tw-shadow-color: #fae8ff !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-100\/0{--tw-shadow-color: rgb(250 232 255 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-100\/10{--tw-shadow-color: rgb(250 232 255 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-100\/100{--tw-shadow-color: rgb(250 232 255 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-100\/15{--tw-shadow-color: rgb(250 232 255 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-100\/20{--tw-shadow-color: rgb(250 232 255 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-100\/25{--tw-shadow-color: rgb(250 232 255 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-100\/30{--tw-shadow-color: rgb(250 232 255 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-100\/35{--tw-shadow-color: rgb(250 232 255 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-100\/40{--tw-shadow-color: rgb(250 232 255 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-100\/45{--tw-shadow-color: rgb(250 232 255 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-100\/5{--tw-shadow-color: rgb(250 232 255 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-100\/50{--tw-shadow-color: rgb(250 232 255 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-100\/55{--tw-shadow-color: rgb(250 232 255 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-100\/60{--tw-shadow-color: rgb(250 232 255 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-100\/65{--tw-shadow-color: rgb(250 232 255 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-100\/70{--tw-shadow-color: rgb(250 232 255 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-100\/75{--tw-shadow-color: rgb(250 232 255 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-100\/80{--tw-shadow-color: rgb(250 232 255 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-100\/85{--tw-shadow-color: rgb(250 232 255 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-100\/90{--tw-shadow-color: rgb(250 232 255 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-100\/95{--tw-shadow-color: rgb(250 232 255 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-200{--tw-shadow-color: #f5d0fe !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-200\/0{--tw-shadow-color: rgb(245 208 254 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-200\/10{--tw-shadow-color: rgb(245 208 254 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-200\/100{--tw-shadow-color: rgb(245 208 254 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-200\/15{--tw-shadow-color: rgb(245 208 254 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-200\/20{--tw-shadow-color: rgb(245 208 254 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-200\/25{--tw-shadow-color: rgb(245 208 254 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-200\/30{--tw-shadow-color: rgb(245 208 254 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-200\/35{--tw-shadow-color: rgb(245 208 254 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-200\/40{--tw-shadow-color: rgb(245 208 254 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-200\/45{--tw-shadow-color: rgb(245 208 254 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-200\/5{--tw-shadow-color: rgb(245 208 254 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-200\/50{--tw-shadow-color: rgb(245 208 254 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-200\/55{--tw-shadow-color: rgb(245 208 254 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-200\/60{--tw-shadow-color: rgb(245 208 254 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-200\/65{--tw-shadow-color: rgb(245 208 254 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-200\/70{--tw-shadow-color: rgb(245 208 254 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-200\/75{--tw-shadow-color: rgb(245 208 254 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-200\/80{--tw-shadow-color: rgb(245 208 254 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-200\/85{--tw-shadow-color: rgb(245 208 254 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-200\/90{--tw-shadow-color: rgb(245 208 254 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-200\/95{--tw-shadow-color: rgb(245 208 254 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-300{--tw-shadow-color: #f0abfc !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-300\/0{--tw-shadow-color: rgb(240 171 252 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-300\/10{--tw-shadow-color: rgb(240 171 252 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-300\/100{--tw-shadow-color: rgb(240 171 252 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-300\/15{--tw-shadow-color: rgb(240 171 252 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-300\/20{--tw-shadow-color: rgb(240 171 252 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-300\/25{--tw-shadow-color: rgb(240 171 252 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-300\/30{--tw-shadow-color: rgb(240 171 252 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-300\/35{--tw-shadow-color: rgb(240 171 252 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-300\/40{--tw-shadow-color: rgb(240 171 252 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-300\/45{--tw-shadow-color: rgb(240 171 252 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-300\/5{--tw-shadow-color: rgb(240 171 252 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-300\/50{--tw-shadow-color: rgb(240 171 252 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-300\/55{--tw-shadow-color: rgb(240 171 252 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-300\/60{--tw-shadow-color: rgb(240 171 252 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-300\/65{--tw-shadow-color: rgb(240 171 252 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-300\/70{--tw-shadow-color: rgb(240 171 252 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-300\/75{--tw-shadow-color: rgb(240 171 252 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-300\/80{--tw-shadow-color: rgb(240 171 252 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-300\/85{--tw-shadow-color: rgb(240 171 252 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-300\/90{--tw-shadow-color: rgb(240 171 252 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-300\/95{--tw-shadow-color: rgb(240 171 252 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-400{--tw-shadow-color: #e879f9 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-400\/0{--tw-shadow-color: rgb(232 121 249 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-400\/10{--tw-shadow-color: rgb(232 121 249 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-400\/100{--tw-shadow-color: rgb(232 121 249 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-400\/15{--tw-shadow-color: rgb(232 121 249 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-400\/20{--tw-shadow-color: rgb(232 121 249 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-400\/25{--tw-shadow-color: rgb(232 121 249 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-400\/30{--tw-shadow-color: rgb(232 121 249 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-400\/35{--tw-shadow-color: rgb(232 121 249 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-400\/40{--tw-shadow-color: rgb(232 121 249 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-400\/45{--tw-shadow-color: rgb(232 121 249 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-400\/5{--tw-shadow-color: rgb(232 121 249 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-400\/50{--tw-shadow-color: rgb(232 121 249 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-400\/55{--tw-shadow-color: rgb(232 121 249 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-400\/60{--tw-shadow-color: rgb(232 121 249 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-400\/65{--tw-shadow-color: rgb(232 121 249 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-400\/70{--tw-shadow-color: rgb(232 121 249 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-400\/75{--tw-shadow-color: rgb(232 121 249 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-400\/80{--tw-shadow-color: rgb(232 121 249 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-400\/85{--tw-shadow-color: rgb(232 121 249 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-400\/90{--tw-shadow-color: rgb(232 121 249 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-400\/95{--tw-shadow-color: rgb(232 121 249 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-50{--tw-shadow-color: #fdf4ff !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-50\/0{--tw-shadow-color: rgb(253 244 255 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-50\/10{--tw-shadow-color: rgb(253 244 255 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-50\/100{--tw-shadow-color: rgb(253 244 255 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-50\/15{--tw-shadow-color: rgb(253 244 255 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-50\/20{--tw-shadow-color: rgb(253 244 255 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-50\/25{--tw-shadow-color: rgb(253 244 255 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-50\/30{--tw-shadow-color: rgb(253 244 255 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-50\/35{--tw-shadow-color: rgb(253 244 255 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-50\/40{--tw-shadow-color: rgb(253 244 255 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-50\/45{--tw-shadow-color: rgb(253 244 255 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-50\/5{--tw-shadow-color: rgb(253 244 255 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-50\/50{--tw-shadow-color: rgb(253 244 255 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-50\/55{--tw-shadow-color: rgb(253 244 255 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-50\/60{--tw-shadow-color: rgb(253 244 255 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-50\/65{--tw-shadow-color: rgb(253 244 255 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-50\/70{--tw-shadow-color: rgb(253 244 255 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-50\/75{--tw-shadow-color: rgb(253 244 255 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-50\/80{--tw-shadow-color: rgb(253 244 255 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-50\/85{--tw-shadow-color: rgb(253 244 255 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-50\/90{--tw-shadow-color: rgb(253 244 255 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-50\/95{--tw-shadow-color: rgb(253 244 255 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-500{--tw-shadow-color: #d946ef !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-500\/0{--tw-shadow-color: rgb(217 70 239 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-500\/10{--tw-shadow-color: rgb(217 70 239 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-500\/100{--tw-shadow-color: rgb(217 70 239 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-500\/15{--tw-shadow-color: rgb(217 70 239 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-500\/20{--tw-shadow-color: rgb(217 70 239 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-500\/25{--tw-shadow-color: rgb(217 70 239 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-500\/30{--tw-shadow-color: rgb(217 70 239 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-500\/35{--tw-shadow-color: rgb(217 70 239 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-500\/40{--tw-shadow-color: rgb(217 70 239 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-500\/45{--tw-shadow-color: rgb(217 70 239 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-500\/5{--tw-shadow-color: rgb(217 70 239 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-500\/50{--tw-shadow-color: rgb(217 70 239 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-500\/55{--tw-shadow-color: rgb(217 70 239 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-500\/60{--tw-shadow-color: rgb(217 70 239 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-500\/65{--tw-shadow-color: rgb(217 70 239 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-500\/70{--tw-shadow-color: rgb(217 70 239 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-500\/75{--tw-shadow-color: rgb(217 70 239 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-500\/80{--tw-shadow-color: rgb(217 70 239 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-500\/85{--tw-shadow-color: rgb(217 70 239 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-500\/90{--tw-shadow-color: rgb(217 70 239 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-500\/95{--tw-shadow-color: rgb(217 70 239 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-600{--tw-shadow-color: #c026d3 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-600\/0{--tw-shadow-color: rgb(192 38 211 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-600\/10{--tw-shadow-color: rgb(192 38 211 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-600\/100{--tw-shadow-color: rgb(192 38 211 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-600\/15{--tw-shadow-color: rgb(192 38 211 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-600\/20{--tw-shadow-color: rgb(192 38 211 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-600\/25{--tw-shadow-color: rgb(192 38 211 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-600\/30{--tw-shadow-color: rgb(192 38 211 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-600\/35{--tw-shadow-color: rgb(192 38 211 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-600\/40{--tw-shadow-color: rgb(192 38 211 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-600\/45{--tw-shadow-color: rgb(192 38 211 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-600\/5{--tw-shadow-color: rgb(192 38 211 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-600\/50{--tw-shadow-color: rgb(192 38 211 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-600\/55{--tw-shadow-color: rgb(192 38 211 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-600\/60{--tw-shadow-color: rgb(192 38 211 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-600\/65{--tw-shadow-color: rgb(192 38 211 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-600\/70{--tw-shadow-color: rgb(192 38 211 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-600\/75{--tw-shadow-color: rgb(192 38 211 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-600\/80{--tw-shadow-color: rgb(192 38 211 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-600\/85{--tw-shadow-color: rgb(192 38 211 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-600\/90{--tw-shadow-color: rgb(192 38 211 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-600\/95{--tw-shadow-color: rgb(192 38 211 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-700{--tw-shadow-color: #a21caf !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-700\/0{--tw-shadow-color: rgb(162 28 175 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-700\/10{--tw-shadow-color: rgb(162 28 175 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-700\/100{--tw-shadow-color: rgb(162 28 175 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-700\/15{--tw-shadow-color: rgb(162 28 175 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-700\/20{--tw-shadow-color: rgb(162 28 175 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-700\/25{--tw-shadow-color: rgb(162 28 175 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-700\/30{--tw-shadow-color: rgb(162 28 175 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-700\/35{--tw-shadow-color: rgb(162 28 175 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-700\/40{--tw-shadow-color: rgb(162 28 175 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-700\/45{--tw-shadow-color: rgb(162 28 175 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-700\/5{--tw-shadow-color: rgb(162 28 175 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-700\/50{--tw-shadow-color: rgb(162 28 175 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-700\/55{--tw-shadow-color: rgb(162 28 175 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-700\/60{--tw-shadow-color: rgb(162 28 175 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-700\/65{--tw-shadow-color: rgb(162 28 175 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-700\/70{--tw-shadow-color: rgb(162 28 175 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-700\/75{--tw-shadow-color: rgb(162 28 175 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-700\/80{--tw-shadow-color: rgb(162 28 175 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-700\/85{--tw-shadow-color: rgb(162 28 175 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-700\/90{--tw-shadow-color: rgb(162 28 175 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-700\/95{--tw-shadow-color: rgb(162 28 175 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-800{--tw-shadow-color: #86198f !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-800\/0{--tw-shadow-color: rgb(134 25 143 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-800\/10{--tw-shadow-color: rgb(134 25 143 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-800\/100{--tw-shadow-color: rgb(134 25 143 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-800\/15{--tw-shadow-color: rgb(134 25 143 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-800\/20{--tw-shadow-color: rgb(134 25 143 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-800\/25{--tw-shadow-color: rgb(134 25 143 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-800\/30{--tw-shadow-color: rgb(134 25 143 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-800\/35{--tw-shadow-color: rgb(134 25 143 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-800\/40{--tw-shadow-color: rgb(134 25 143 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-800\/45{--tw-shadow-color: rgb(134 25 143 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-800\/5{--tw-shadow-color: rgb(134 25 143 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-800\/50{--tw-shadow-color: rgb(134 25 143 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-800\/55{--tw-shadow-color: rgb(134 25 143 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-800\/60{--tw-shadow-color: rgb(134 25 143 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-800\/65{--tw-shadow-color: rgb(134 25 143 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-800\/70{--tw-shadow-color: rgb(134 25 143 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-800\/75{--tw-shadow-color: rgb(134 25 143 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-800\/80{--tw-shadow-color: rgb(134 25 143 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-800\/85{--tw-shadow-color: rgb(134 25 143 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-800\/90{--tw-shadow-color: rgb(134 25 143 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-800\/95{--tw-shadow-color: rgb(134 25 143 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-900{--tw-shadow-color: #701a75 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-900\/0{--tw-shadow-color: rgb(112 26 117 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-900\/10{--tw-shadow-color: rgb(112 26 117 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-900\/100{--tw-shadow-color: rgb(112 26 117 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-900\/15{--tw-shadow-color: rgb(112 26 117 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-900\/20{--tw-shadow-color: rgb(112 26 117 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-900\/25{--tw-shadow-color: rgb(112 26 117 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-900\/30{--tw-shadow-color: rgb(112 26 117 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-900\/35{--tw-shadow-color: rgb(112 26 117 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-900\/40{--tw-shadow-color: rgb(112 26 117 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-900\/45{--tw-shadow-color: rgb(112 26 117 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-900\/5{--tw-shadow-color: rgb(112 26 117 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-900\/50{--tw-shadow-color: rgb(112 26 117 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-900\/55{--tw-shadow-color: rgb(112 26 117 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-900\/60{--tw-shadow-color: rgb(112 26 117 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-900\/65{--tw-shadow-color: rgb(112 26 117 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-900\/70{--tw-shadow-color: rgb(112 26 117 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-900\/75{--tw-shadow-color: rgb(112 26 117 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-900\/80{--tw-shadow-color: rgb(112 26 117 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-900\/85{--tw-shadow-color: rgb(112 26 117 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-900\/90{--tw-shadow-color: rgb(112 26 117 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-900\/95{--tw-shadow-color: rgb(112 26 117 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-950{--tw-shadow-color: #4a044e !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-950\/0{--tw-shadow-color: rgb(74 4 78 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-950\/10{--tw-shadow-color: rgb(74 4 78 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-950\/100{--tw-shadow-color: rgb(74 4 78 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-950\/15{--tw-shadow-color: rgb(74 4 78 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-950\/20{--tw-shadow-color: rgb(74 4 78 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-950\/25{--tw-shadow-color: rgb(74 4 78 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-950\/30{--tw-shadow-color: rgb(74 4 78 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-950\/35{--tw-shadow-color: rgb(74 4 78 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-950\/40{--tw-shadow-color: rgb(74 4 78 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-950\/45{--tw-shadow-color: rgb(74 4 78 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-950\/5{--tw-shadow-color: rgb(74 4 78 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-950\/50{--tw-shadow-color: rgb(74 4 78 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-950\/55{--tw-shadow-color: rgb(74 4 78 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-950\/60{--tw-shadow-color: rgb(74 4 78 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-950\/65{--tw-shadow-color: rgb(74 4 78 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-950\/70{--tw-shadow-color: rgb(74 4 78 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-950\/75{--tw-shadow-color: rgb(74 4 78 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-950\/80{--tw-shadow-color: rgb(74 4 78 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-950\/85{--tw-shadow-color: rgb(74 4 78 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-950\/90{--tw-shadow-color: rgb(74 4 78 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-fuchsia-950\/95{--tw-shadow-color: rgb(74 4 78 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-100{--tw-shadow-color: #f3f4f6 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-100\/0{--tw-shadow-color: rgb(243 244 246 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-100\/10{--tw-shadow-color: rgb(243 244 246 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-100\/100{--tw-shadow-color: rgb(243 244 246 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-100\/15{--tw-shadow-color: rgb(243 244 246 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-100\/20{--tw-shadow-color: rgb(243 244 246 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-100\/25{--tw-shadow-color: rgb(243 244 246 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-100\/30{--tw-shadow-color: rgb(243 244 246 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-100\/35{--tw-shadow-color: rgb(243 244 246 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-100\/40{--tw-shadow-color: rgb(243 244 246 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-100\/45{--tw-shadow-color: rgb(243 244 246 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-100\/5{--tw-shadow-color: rgb(243 244 246 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-100\/50{--tw-shadow-color: rgb(243 244 246 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-100\/55{--tw-shadow-color: rgb(243 244 246 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-100\/60{--tw-shadow-color: rgb(243 244 246 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-100\/65{--tw-shadow-color: rgb(243 244 246 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-100\/70{--tw-shadow-color: rgb(243 244 246 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-100\/75{--tw-shadow-color: rgb(243 244 246 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-100\/80{--tw-shadow-color: rgb(243 244 246 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-100\/85{--tw-shadow-color: rgb(243 244 246 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-100\/90{--tw-shadow-color: rgb(243 244 246 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-100\/95{--tw-shadow-color: rgb(243 244 246 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-200{--tw-shadow-color: #e5e7eb !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-200\/0{--tw-shadow-color: rgb(229 231 235 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-200\/10{--tw-shadow-color: rgb(229 231 235 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-200\/100{--tw-shadow-color: rgb(229 231 235 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-200\/15{--tw-shadow-color: rgb(229 231 235 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-200\/20{--tw-shadow-color: rgb(229 231 235 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-200\/25{--tw-shadow-color: rgb(229 231 235 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-200\/30{--tw-shadow-color: rgb(229 231 235 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-200\/35{--tw-shadow-color: rgb(229 231 235 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-200\/40{--tw-shadow-color: rgb(229 231 235 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-200\/45{--tw-shadow-color: rgb(229 231 235 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-200\/5{--tw-shadow-color: rgb(229 231 235 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-200\/50{--tw-shadow-color: rgb(229 231 235 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-200\/55{--tw-shadow-color: rgb(229 231 235 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-200\/60{--tw-shadow-color: rgb(229 231 235 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-200\/65{--tw-shadow-color: rgb(229 231 235 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-200\/70{--tw-shadow-color: rgb(229 231 235 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-200\/75{--tw-shadow-color: rgb(229 231 235 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-200\/80{--tw-shadow-color: rgb(229 231 235 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-200\/85{--tw-shadow-color: rgb(229 231 235 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-200\/90{--tw-shadow-color: rgb(229 231 235 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-200\/95{--tw-shadow-color: rgb(229 231 235 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-300{--tw-shadow-color: #d1d5db !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-300\/0{--tw-shadow-color: rgb(209 213 219 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-300\/10{--tw-shadow-color: rgb(209 213 219 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-300\/100{--tw-shadow-color: rgb(209 213 219 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-300\/15{--tw-shadow-color: rgb(209 213 219 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-300\/20{--tw-shadow-color: rgb(209 213 219 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-300\/25{--tw-shadow-color: rgb(209 213 219 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-300\/30{--tw-shadow-color: rgb(209 213 219 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-300\/35{--tw-shadow-color: rgb(209 213 219 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-300\/40{--tw-shadow-color: rgb(209 213 219 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-300\/45{--tw-shadow-color: rgb(209 213 219 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-300\/5{--tw-shadow-color: rgb(209 213 219 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-300\/50{--tw-shadow-color: rgb(209 213 219 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-300\/55{--tw-shadow-color: rgb(209 213 219 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-300\/60{--tw-shadow-color: rgb(209 213 219 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-300\/65{--tw-shadow-color: rgb(209 213 219 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-300\/70{--tw-shadow-color: rgb(209 213 219 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-300\/75{--tw-shadow-color: rgb(209 213 219 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-300\/80{--tw-shadow-color: rgb(209 213 219 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-300\/85{--tw-shadow-color: rgb(209 213 219 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-300\/90{--tw-shadow-color: rgb(209 213 219 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-300\/95{--tw-shadow-color: rgb(209 213 219 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-400{--tw-shadow-color: #9ca3af !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-400\/0{--tw-shadow-color: rgb(156 163 175 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-400\/10{--tw-shadow-color: rgb(156 163 175 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-400\/100{--tw-shadow-color: rgb(156 163 175 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-400\/15{--tw-shadow-color: rgb(156 163 175 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-400\/20{--tw-shadow-color: rgb(156 163 175 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-400\/25{--tw-shadow-color: rgb(156 163 175 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-400\/30{--tw-shadow-color: rgb(156 163 175 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-400\/35{--tw-shadow-color: rgb(156 163 175 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-400\/40{--tw-shadow-color: rgb(156 163 175 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-400\/45{--tw-shadow-color: rgb(156 163 175 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-400\/5{--tw-shadow-color: rgb(156 163 175 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-400\/50{--tw-shadow-color: rgb(156 163 175 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-400\/55{--tw-shadow-color: rgb(156 163 175 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-400\/60{--tw-shadow-color: rgb(156 163 175 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-400\/65{--tw-shadow-color: rgb(156 163 175 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-400\/70{--tw-shadow-color: rgb(156 163 175 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-400\/75{--tw-shadow-color: rgb(156 163 175 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-400\/80{--tw-shadow-color: rgb(156 163 175 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-400\/85{--tw-shadow-color: rgb(156 163 175 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-400\/90{--tw-shadow-color: rgb(156 163 175 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-400\/95{--tw-shadow-color: rgb(156 163 175 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-50{--tw-shadow-color: #f9fafb !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-50\/0{--tw-shadow-color: rgb(249 250 251 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-50\/10{--tw-shadow-color: rgb(249 250 251 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-50\/100{--tw-shadow-color: rgb(249 250 251 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-50\/15{--tw-shadow-color: rgb(249 250 251 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-50\/20{--tw-shadow-color: rgb(249 250 251 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-50\/25{--tw-shadow-color: rgb(249 250 251 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-50\/30{--tw-shadow-color: rgb(249 250 251 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-50\/35{--tw-shadow-color: rgb(249 250 251 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-50\/40{--tw-shadow-color: rgb(249 250 251 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-50\/45{--tw-shadow-color: rgb(249 250 251 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-50\/5{--tw-shadow-color: rgb(249 250 251 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-50\/50{--tw-shadow-color: rgb(249 250 251 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-50\/55{--tw-shadow-color: rgb(249 250 251 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-50\/60{--tw-shadow-color: rgb(249 250 251 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-50\/65{--tw-shadow-color: rgb(249 250 251 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-50\/70{--tw-shadow-color: rgb(249 250 251 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-50\/75{--tw-shadow-color: rgb(249 250 251 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-50\/80{--tw-shadow-color: rgb(249 250 251 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-50\/85{--tw-shadow-color: rgb(249 250 251 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-50\/90{--tw-shadow-color: rgb(249 250 251 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-50\/95{--tw-shadow-color: rgb(249 250 251 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-500{--tw-shadow-color: #6b7280 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-500\/0{--tw-shadow-color: rgb(107 114 128 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-500\/10{--tw-shadow-color: rgb(107 114 128 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-500\/100{--tw-shadow-color: rgb(107 114 128 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-500\/15{--tw-shadow-color: rgb(107 114 128 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-500\/20{--tw-shadow-color: rgb(107 114 128 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-500\/25{--tw-shadow-color: rgb(107 114 128 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-500\/30{--tw-shadow-color: rgb(107 114 128 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-500\/35{--tw-shadow-color: rgb(107 114 128 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-500\/40{--tw-shadow-color: rgb(107 114 128 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-500\/45{--tw-shadow-color: rgb(107 114 128 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-500\/5{--tw-shadow-color: rgb(107 114 128 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-500\/50{--tw-shadow-color: rgb(107 114 128 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-500\/55{--tw-shadow-color: rgb(107 114 128 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-500\/60{--tw-shadow-color: rgb(107 114 128 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-500\/65{--tw-shadow-color: rgb(107 114 128 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-500\/70{--tw-shadow-color: rgb(107 114 128 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-500\/75{--tw-shadow-color: rgb(107 114 128 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-500\/80{--tw-shadow-color: rgb(107 114 128 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-500\/85{--tw-shadow-color: rgb(107 114 128 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-500\/90{--tw-shadow-color: rgb(107 114 128 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-500\/95{--tw-shadow-color: rgb(107 114 128 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-600{--tw-shadow-color: #4b5563 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-600\/0{--tw-shadow-color: rgb(75 85 99 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-600\/10{--tw-shadow-color: rgb(75 85 99 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-600\/100{--tw-shadow-color: rgb(75 85 99 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-600\/15{--tw-shadow-color: rgb(75 85 99 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-600\/20{--tw-shadow-color: rgb(75 85 99 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-600\/25{--tw-shadow-color: rgb(75 85 99 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-600\/30{--tw-shadow-color: rgb(75 85 99 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-600\/35{--tw-shadow-color: rgb(75 85 99 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-600\/40{--tw-shadow-color: rgb(75 85 99 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-600\/45{--tw-shadow-color: rgb(75 85 99 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-600\/5{--tw-shadow-color: rgb(75 85 99 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-600\/50{--tw-shadow-color: rgb(75 85 99 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-600\/55{--tw-shadow-color: rgb(75 85 99 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-600\/60{--tw-shadow-color: rgb(75 85 99 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-600\/65{--tw-shadow-color: rgb(75 85 99 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-600\/70{--tw-shadow-color: rgb(75 85 99 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-600\/75{--tw-shadow-color: rgb(75 85 99 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-600\/80{--tw-shadow-color: rgb(75 85 99 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-600\/85{--tw-shadow-color: rgb(75 85 99 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-600\/90{--tw-shadow-color: rgb(75 85 99 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-600\/95{--tw-shadow-color: rgb(75 85 99 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-700{--tw-shadow-color: #374151 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-700\/0{--tw-shadow-color: rgb(55 65 81 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-700\/10{--tw-shadow-color: rgb(55 65 81 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-700\/100{--tw-shadow-color: rgb(55 65 81 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-700\/15{--tw-shadow-color: rgb(55 65 81 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-700\/20{--tw-shadow-color: rgb(55 65 81 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-700\/25{--tw-shadow-color: rgb(55 65 81 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-700\/30{--tw-shadow-color: rgb(55 65 81 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-700\/35{--tw-shadow-color: rgb(55 65 81 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-700\/40{--tw-shadow-color: rgb(55 65 81 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-700\/45{--tw-shadow-color: rgb(55 65 81 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-700\/5{--tw-shadow-color: rgb(55 65 81 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-700\/50{--tw-shadow-color: rgb(55 65 81 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-700\/55{--tw-shadow-color: rgb(55 65 81 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-700\/60{--tw-shadow-color: rgb(55 65 81 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-700\/65{--tw-shadow-color: rgb(55 65 81 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-700\/70{--tw-shadow-color: rgb(55 65 81 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-700\/75{--tw-shadow-color: rgb(55 65 81 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-700\/80{--tw-shadow-color: rgb(55 65 81 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-700\/85{--tw-shadow-color: rgb(55 65 81 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-700\/90{--tw-shadow-color: rgb(55 65 81 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-700\/95{--tw-shadow-color: rgb(55 65 81 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-800{--tw-shadow-color: #1f2937 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-800\/0{--tw-shadow-color: rgb(31 41 55 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-800\/10{--tw-shadow-color: rgb(31 41 55 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-800\/100{--tw-shadow-color: rgb(31 41 55 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-800\/15{--tw-shadow-color: rgb(31 41 55 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-800\/20{--tw-shadow-color: rgb(31 41 55 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-800\/25{--tw-shadow-color: rgb(31 41 55 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-800\/30{--tw-shadow-color: rgb(31 41 55 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-800\/35{--tw-shadow-color: rgb(31 41 55 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-800\/40{--tw-shadow-color: rgb(31 41 55 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-800\/45{--tw-shadow-color: rgb(31 41 55 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-800\/5{--tw-shadow-color: rgb(31 41 55 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-800\/50{--tw-shadow-color: rgb(31 41 55 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-800\/55{--tw-shadow-color: rgb(31 41 55 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-800\/60{--tw-shadow-color: rgb(31 41 55 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-800\/65{--tw-shadow-color: rgb(31 41 55 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-800\/70{--tw-shadow-color: rgb(31 41 55 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-800\/75{--tw-shadow-color: rgb(31 41 55 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-800\/80{--tw-shadow-color: rgb(31 41 55 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-800\/85{--tw-shadow-color: rgb(31 41 55 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-800\/90{--tw-shadow-color: rgb(31 41 55 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-800\/95{--tw-shadow-color: rgb(31 41 55 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-900{--tw-shadow-color: #111827 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-900\/0{--tw-shadow-color: rgb(17 24 39 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-900\/10{--tw-shadow-color: rgb(17 24 39 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-900\/100{--tw-shadow-color: rgb(17 24 39 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-900\/15{--tw-shadow-color: rgb(17 24 39 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-900\/20{--tw-shadow-color: rgb(17 24 39 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-900\/25{--tw-shadow-color: rgb(17 24 39 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-900\/30{--tw-shadow-color: rgb(17 24 39 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-900\/35{--tw-shadow-color: rgb(17 24 39 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-900\/40{--tw-shadow-color: rgb(17 24 39 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-900\/45{--tw-shadow-color: rgb(17 24 39 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-900\/5{--tw-shadow-color: rgb(17 24 39 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-900\/50{--tw-shadow-color: rgb(17 24 39 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-900\/55{--tw-shadow-color: rgb(17 24 39 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-900\/60{--tw-shadow-color: rgb(17 24 39 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-900\/65{--tw-shadow-color: rgb(17 24 39 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-900\/70{--tw-shadow-color: rgb(17 24 39 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-900\/75{--tw-shadow-color: rgb(17 24 39 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-900\/80{--tw-shadow-color: rgb(17 24 39 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-900\/85{--tw-shadow-color: rgb(17 24 39 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-900\/90{--tw-shadow-color: rgb(17 24 39 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-900\/95{--tw-shadow-color: rgb(17 24 39 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-950{--tw-shadow-color: #030712 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-950\/0{--tw-shadow-color: rgb(3 7 18 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-950\/10{--tw-shadow-color: rgb(3 7 18 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-950\/100{--tw-shadow-color: rgb(3 7 18 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-950\/15{--tw-shadow-color: rgb(3 7 18 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-950\/20{--tw-shadow-color: rgb(3 7 18 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-950\/25{--tw-shadow-color: rgb(3 7 18 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-950\/30{--tw-shadow-color: rgb(3 7 18 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-950\/35{--tw-shadow-color: rgb(3 7 18 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-950\/40{--tw-shadow-color: rgb(3 7 18 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-950\/45{--tw-shadow-color: rgb(3 7 18 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-950\/5{--tw-shadow-color: rgb(3 7 18 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-950\/50{--tw-shadow-color: rgb(3 7 18 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-950\/55{--tw-shadow-color: rgb(3 7 18 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-950\/60{--tw-shadow-color: rgb(3 7 18 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-950\/65{--tw-shadow-color: rgb(3 7 18 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-950\/70{--tw-shadow-color: rgb(3 7 18 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-950\/75{--tw-shadow-color: rgb(3 7 18 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-950\/80{--tw-shadow-color: rgb(3 7 18 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-950\/85{--tw-shadow-color: rgb(3 7 18 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-950\/90{--tw-shadow-color: rgb(3 7 18 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-gray-950\/95{--tw-shadow-color: rgb(3 7 18 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-100{--tw-shadow-color: #dcfce7 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-100\/0{--tw-shadow-color: rgb(220 252 231 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-100\/10{--tw-shadow-color: rgb(220 252 231 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-100\/100{--tw-shadow-color: rgb(220 252 231 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-100\/15{--tw-shadow-color: rgb(220 252 231 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-100\/20{--tw-shadow-color: rgb(220 252 231 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-100\/25{--tw-shadow-color: rgb(220 252 231 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-100\/30{--tw-shadow-color: rgb(220 252 231 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-100\/35{--tw-shadow-color: rgb(220 252 231 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-100\/40{--tw-shadow-color: rgb(220 252 231 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-100\/45{--tw-shadow-color: rgb(220 252 231 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-100\/5{--tw-shadow-color: rgb(220 252 231 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-100\/50{--tw-shadow-color: rgb(220 252 231 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-100\/55{--tw-shadow-color: rgb(220 252 231 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-100\/60{--tw-shadow-color: rgb(220 252 231 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-100\/65{--tw-shadow-color: rgb(220 252 231 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-100\/70{--tw-shadow-color: rgb(220 252 231 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-100\/75{--tw-shadow-color: rgb(220 252 231 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-100\/80{--tw-shadow-color: rgb(220 252 231 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-100\/85{--tw-shadow-color: rgb(220 252 231 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-100\/90{--tw-shadow-color: rgb(220 252 231 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-100\/95{--tw-shadow-color: rgb(220 252 231 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-200{--tw-shadow-color: #bbf7d0 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-200\/0{--tw-shadow-color: rgb(187 247 208 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-200\/10{--tw-shadow-color: rgb(187 247 208 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-200\/100{--tw-shadow-color: rgb(187 247 208 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-200\/15{--tw-shadow-color: rgb(187 247 208 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-200\/20{--tw-shadow-color: rgb(187 247 208 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-200\/25{--tw-shadow-color: rgb(187 247 208 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-200\/30{--tw-shadow-color: rgb(187 247 208 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-200\/35{--tw-shadow-color: rgb(187 247 208 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-200\/40{--tw-shadow-color: rgb(187 247 208 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-200\/45{--tw-shadow-color: rgb(187 247 208 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-200\/5{--tw-shadow-color: rgb(187 247 208 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-200\/50{--tw-shadow-color: rgb(187 247 208 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-200\/55{--tw-shadow-color: rgb(187 247 208 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-200\/60{--tw-shadow-color: rgb(187 247 208 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-200\/65{--tw-shadow-color: rgb(187 247 208 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-200\/70{--tw-shadow-color: rgb(187 247 208 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-200\/75{--tw-shadow-color: rgb(187 247 208 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-200\/80{--tw-shadow-color: rgb(187 247 208 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-200\/85{--tw-shadow-color: rgb(187 247 208 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-200\/90{--tw-shadow-color: rgb(187 247 208 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-200\/95{--tw-shadow-color: rgb(187 247 208 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-300{--tw-shadow-color: #86efac !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-300\/0{--tw-shadow-color: rgb(134 239 172 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-300\/10{--tw-shadow-color: rgb(134 239 172 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-300\/100{--tw-shadow-color: rgb(134 239 172 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-300\/15{--tw-shadow-color: rgb(134 239 172 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-300\/20{--tw-shadow-color: rgb(134 239 172 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-300\/25{--tw-shadow-color: rgb(134 239 172 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-300\/30{--tw-shadow-color: rgb(134 239 172 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-300\/35{--tw-shadow-color: rgb(134 239 172 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-300\/40{--tw-shadow-color: rgb(134 239 172 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-300\/45{--tw-shadow-color: rgb(134 239 172 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-300\/5{--tw-shadow-color: rgb(134 239 172 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-300\/50{--tw-shadow-color: rgb(134 239 172 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-300\/55{--tw-shadow-color: rgb(134 239 172 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-300\/60{--tw-shadow-color: rgb(134 239 172 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-300\/65{--tw-shadow-color: rgb(134 239 172 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-300\/70{--tw-shadow-color: rgb(134 239 172 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-300\/75{--tw-shadow-color: rgb(134 239 172 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-300\/80{--tw-shadow-color: rgb(134 239 172 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-300\/85{--tw-shadow-color: rgb(134 239 172 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-300\/90{--tw-shadow-color: rgb(134 239 172 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-300\/95{--tw-shadow-color: rgb(134 239 172 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-400{--tw-shadow-color: #4ade80 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-400\/0{--tw-shadow-color: rgb(74 222 128 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-400\/10{--tw-shadow-color: rgb(74 222 128 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-400\/100{--tw-shadow-color: rgb(74 222 128 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-400\/15{--tw-shadow-color: rgb(74 222 128 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-400\/20{--tw-shadow-color: rgb(74 222 128 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-400\/25{--tw-shadow-color: rgb(74 222 128 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-400\/30{--tw-shadow-color: rgb(74 222 128 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-400\/35{--tw-shadow-color: rgb(74 222 128 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-400\/40{--tw-shadow-color: rgb(74 222 128 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-400\/45{--tw-shadow-color: rgb(74 222 128 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-400\/5{--tw-shadow-color: rgb(74 222 128 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-400\/50{--tw-shadow-color: rgb(74 222 128 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-400\/55{--tw-shadow-color: rgb(74 222 128 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-400\/60{--tw-shadow-color: rgb(74 222 128 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-400\/65{--tw-shadow-color: rgb(74 222 128 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-400\/70{--tw-shadow-color: rgb(74 222 128 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-400\/75{--tw-shadow-color: rgb(74 222 128 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-400\/80{--tw-shadow-color: rgb(74 222 128 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-400\/85{--tw-shadow-color: rgb(74 222 128 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-400\/90{--tw-shadow-color: rgb(74 222 128 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-400\/95{--tw-shadow-color: rgb(74 222 128 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-50{--tw-shadow-color: #f0fdf4 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-50\/0{--tw-shadow-color: rgb(240 253 244 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-50\/10{--tw-shadow-color: rgb(240 253 244 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-50\/100{--tw-shadow-color: rgb(240 253 244 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-50\/15{--tw-shadow-color: rgb(240 253 244 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-50\/20{--tw-shadow-color: rgb(240 253 244 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-50\/25{--tw-shadow-color: rgb(240 253 244 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-50\/30{--tw-shadow-color: rgb(240 253 244 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-50\/35{--tw-shadow-color: rgb(240 253 244 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-50\/40{--tw-shadow-color: rgb(240 253 244 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-50\/45{--tw-shadow-color: rgb(240 253 244 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-50\/5{--tw-shadow-color: rgb(240 253 244 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-50\/50{--tw-shadow-color: rgb(240 253 244 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-50\/55{--tw-shadow-color: rgb(240 253 244 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-50\/60{--tw-shadow-color: rgb(240 253 244 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-50\/65{--tw-shadow-color: rgb(240 253 244 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-50\/70{--tw-shadow-color: rgb(240 253 244 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-50\/75{--tw-shadow-color: rgb(240 253 244 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-50\/80{--tw-shadow-color: rgb(240 253 244 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-50\/85{--tw-shadow-color: rgb(240 253 244 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-50\/90{--tw-shadow-color: rgb(240 253 244 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-50\/95{--tw-shadow-color: rgb(240 253 244 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-500{--tw-shadow-color: #22c55e !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-500\/0{--tw-shadow-color: rgb(34 197 94 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-500\/10{--tw-shadow-color: rgb(34 197 94 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-500\/100{--tw-shadow-color: rgb(34 197 94 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-500\/15{--tw-shadow-color: rgb(34 197 94 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-500\/20{--tw-shadow-color: rgb(34 197 94 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-500\/25{--tw-shadow-color: rgb(34 197 94 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-500\/30{--tw-shadow-color: rgb(34 197 94 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-500\/35{--tw-shadow-color: rgb(34 197 94 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-500\/40{--tw-shadow-color: rgb(34 197 94 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-500\/45{--tw-shadow-color: rgb(34 197 94 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-500\/5{--tw-shadow-color: rgb(34 197 94 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-500\/50{--tw-shadow-color: rgb(34 197 94 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-500\/55{--tw-shadow-color: rgb(34 197 94 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-500\/60{--tw-shadow-color: rgb(34 197 94 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-500\/65{--tw-shadow-color: rgb(34 197 94 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-500\/70{--tw-shadow-color: rgb(34 197 94 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-500\/75{--tw-shadow-color: rgb(34 197 94 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-500\/80{--tw-shadow-color: rgb(34 197 94 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-500\/85{--tw-shadow-color: rgb(34 197 94 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-500\/90{--tw-shadow-color: rgb(34 197 94 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-500\/95{--tw-shadow-color: rgb(34 197 94 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-600{--tw-shadow-color: #16a34a !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-600\/0{--tw-shadow-color: rgb(22 163 74 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-600\/10{--tw-shadow-color: rgb(22 163 74 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-600\/100{--tw-shadow-color: rgb(22 163 74 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-600\/15{--tw-shadow-color: rgb(22 163 74 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-600\/20{--tw-shadow-color: rgb(22 163 74 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-600\/25{--tw-shadow-color: rgb(22 163 74 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-600\/30{--tw-shadow-color: rgb(22 163 74 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-600\/35{--tw-shadow-color: rgb(22 163 74 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-600\/40{--tw-shadow-color: rgb(22 163 74 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-600\/45{--tw-shadow-color: rgb(22 163 74 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-600\/5{--tw-shadow-color: rgb(22 163 74 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-600\/50{--tw-shadow-color: rgb(22 163 74 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-600\/55{--tw-shadow-color: rgb(22 163 74 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-600\/60{--tw-shadow-color: rgb(22 163 74 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-600\/65{--tw-shadow-color: rgb(22 163 74 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-600\/70{--tw-shadow-color: rgb(22 163 74 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-600\/75{--tw-shadow-color: rgb(22 163 74 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-600\/80{--tw-shadow-color: rgb(22 163 74 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-600\/85{--tw-shadow-color: rgb(22 163 74 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-600\/90{--tw-shadow-color: rgb(22 163 74 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-600\/95{--tw-shadow-color: rgb(22 163 74 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-700{--tw-shadow-color: #15803d !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-700\/0{--tw-shadow-color: rgb(21 128 61 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-700\/10{--tw-shadow-color: rgb(21 128 61 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-700\/100{--tw-shadow-color: rgb(21 128 61 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-700\/15{--tw-shadow-color: rgb(21 128 61 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-700\/20{--tw-shadow-color: rgb(21 128 61 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-700\/25{--tw-shadow-color: rgb(21 128 61 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-700\/30{--tw-shadow-color: rgb(21 128 61 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-700\/35{--tw-shadow-color: rgb(21 128 61 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-700\/40{--tw-shadow-color: rgb(21 128 61 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-700\/45{--tw-shadow-color: rgb(21 128 61 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-700\/5{--tw-shadow-color: rgb(21 128 61 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-700\/50{--tw-shadow-color: rgb(21 128 61 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-700\/55{--tw-shadow-color: rgb(21 128 61 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-700\/60{--tw-shadow-color: rgb(21 128 61 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-700\/65{--tw-shadow-color: rgb(21 128 61 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-700\/70{--tw-shadow-color: rgb(21 128 61 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-700\/75{--tw-shadow-color: rgb(21 128 61 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-700\/80{--tw-shadow-color: rgb(21 128 61 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-700\/85{--tw-shadow-color: rgb(21 128 61 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-700\/90{--tw-shadow-color: rgb(21 128 61 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-700\/95{--tw-shadow-color: rgb(21 128 61 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-800{--tw-shadow-color: #166534 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-800\/0{--tw-shadow-color: rgb(22 101 52 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-800\/10{--tw-shadow-color: rgb(22 101 52 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-800\/100{--tw-shadow-color: rgb(22 101 52 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-800\/15{--tw-shadow-color: rgb(22 101 52 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-800\/20{--tw-shadow-color: rgb(22 101 52 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-800\/25{--tw-shadow-color: rgb(22 101 52 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-800\/30{--tw-shadow-color: rgb(22 101 52 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-800\/35{--tw-shadow-color: rgb(22 101 52 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-800\/40{--tw-shadow-color: rgb(22 101 52 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-800\/45{--tw-shadow-color: rgb(22 101 52 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-800\/5{--tw-shadow-color: rgb(22 101 52 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-800\/50{--tw-shadow-color: rgb(22 101 52 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-800\/55{--tw-shadow-color: rgb(22 101 52 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-800\/60{--tw-shadow-color: rgb(22 101 52 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-800\/65{--tw-shadow-color: rgb(22 101 52 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-800\/70{--tw-shadow-color: rgb(22 101 52 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-800\/75{--tw-shadow-color: rgb(22 101 52 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-800\/80{--tw-shadow-color: rgb(22 101 52 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-800\/85{--tw-shadow-color: rgb(22 101 52 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-800\/90{--tw-shadow-color: rgb(22 101 52 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-800\/95{--tw-shadow-color: rgb(22 101 52 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-900{--tw-shadow-color: #14532d !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-900\/0{--tw-shadow-color: rgb(20 83 45 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-900\/10{--tw-shadow-color: rgb(20 83 45 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-900\/100{--tw-shadow-color: rgb(20 83 45 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-900\/15{--tw-shadow-color: rgb(20 83 45 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-900\/20{--tw-shadow-color: rgb(20 83 45 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-900\/25{--tw-shadow-color: rgb(20 83 45 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-900\/30{--tw-shadow-color: rgb(20 83 45 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-900\/35{--tw-shadow-color: rgb(20 83 45 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-900\/40{--tw-shadow-color: rgb(20 83 45 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-900\/45{--tw-shadow-color: rgb(20 83 45 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-900\/5{--tw-shadow-color: rgb(20 83 45 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-900\/50{--tw-shadow-color: rgb(20 83 45 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-900\/55{--tw-shadow-color: rgb(20 83 45 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-900\/60{--tw-shadow-color: rgb(20 83 45 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-900\/65{--tw-shadow-color: rgb(20 83 45 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-900\/70{--tw-shadow-color: rgb(20 83 45 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-900\/75{--tw-shadow-color: rgb(20 83 45 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-900\/80{--tw-shadow-color: rgb(20 83 45 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-900\/85{--tw-shadow-color: rgb(20 83 45 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-900\/90{--tw-shadow-color: rgb(20 83 45 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-900\/95{--tw-shadow-color: rgb(20 83 45 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-950{--tw-shadow-color: #052e16 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-950\/0{--tw-shadow-color: rgb(5 46 22 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-950\/10{--tw-shadow-color: rgb(5 46 22 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-950\/100{--tw-shadow-color: rgb(5 46 22 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-950\/15{--tw-shadow-color: rgb(5 46 22 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-950\/20{--tw-shadow-color: rgb(5 46 22 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-950\/25{--tw-shadow-color: rgb(5 46 22 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-950\/30{--tw-shadow-color: rgb(5 46 22 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-950\/35{--tw-shadow-color: rgb(5 46 22 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-950\/40{--tw-shadow-color: rgb(5 46 22 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-950\/45{--tw-shadow-color: rgb(5 46 22 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-950\/5{--tw-shadow-color: rgb(5 46 22 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-950\/50{--tw-shadow-color: rgb(5 46 22 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-950\/55{--tw-shadow-color: rgb(5 46 22 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-950\/60{--tw-shadow-color: rgb(5 46 22 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-950\/65{--tw-shadow-color: rgb(5 46 22 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-950\/70{--tw-shadow-color: rgb(5 46 22 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-950\/75{--tw-shadow-color: rgb(5 46 22 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-950\/80{--tw-shadow-color: rgb(5 46 22 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-950\/85{--tw-shadow-color: rgb(5 46 22 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-950\/90{--tw-shadow-color: rgb(5 46 22 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-green-950\/95{--tw-shadow-color: rgb(5 46 22 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-100{--tw-shadow-color: #e0e7ff !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-100\/0{--tw-shadow-color: rgb(224 231 255 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-100\/10{--tw-shadow-color: rgb(224 231 255 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-100\/100{--tw-shadow-color: rgb(224 231 255 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-100\/15{--tw-shadow-color: rgb(224 231 255 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-100\/20{--tw-shadow-color: rgb(224 231 255 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-100\/25{--tw-shadow-color: rgb(224 231 255 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-100\/30{--tw-shadow-color: rgb(224 231 255 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-100\/35{--tw-shadow-color: rgb(224 231 255 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-100\/40{--tw-shadow-color: rgb(224 231 255 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-100\/45{--tw-shadow-color: rgb(224 231 255 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-100\/5{--tw-shadow-color: rgb(224 231 255 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-100\/50{--tw-shadow-color: rgb(224 231 255 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-100\/55{--tw-shadow-color: rgb(224 231 255 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-100\/60{--tw-shadow-color: rgb(224 231 255 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-100\/65{--tw-shadow-color: rgb(224 231 255 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-100\/70{--tw-shadow-color: rgb(224 231 255 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-100\/75{--tw-shadow-color: rgb(224 231 255 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-100\/80{--tw-shadow-color: rgb(224 231 255 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-100\/85{--tw-shadow-color: rgb(224 231 255 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-100\/90{--tw-shadow-color: rgb(224 231 255 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-100\/95{--tw-shadow-color: rgb(224 231 255 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-200{--tw-shadow-color: #c7d2fe !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-200\/0{--tw-shadow-color: rgb(199 210 254 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-200\/10{--tw-shadow-color: rgb(199 210 254 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-200\/100{--tw-shadow-color: rgb(199 210 254 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-200\/15{--tw-shadow-color: rgb(199 210 254 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-200\/20{--tw-shadow-color: rgb(199 210 254 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-200\/25{--tw-shadow-color: rgb(199 210 254 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-200\/30{--tw-shadow-color: rgb(199 210 254 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-200\/35{--tw-shadow-color: rgb(199 210 254 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-200\/40{--tw-shadow-color: rgb(199 210 254 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-200\/45{--tw-shadow-color: rgb(199 210 254 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-200\/5{--tw-shadow-color: rgb(199 210 254 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-200\/50{--tw-shadow-color: rgb(199 210 254 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-200\/55{--tw-shadow-color: rgb(199 210 254 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-200\/60{--tw-shadow-color: rgb(199 210 254 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-200\/65{--tw-shadow-color: rgb(199 210 254 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-200\/70{--tw-shadow-color: rgb(199 210 254 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-200\/75{--tw-shadow-color: rgb(199 210 254 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-200\/80{--tw-shadow-color: rgb(199 210 254 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-200\/85{--tw-shadow-color: rgb(199 210 254 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-200\/90{--tw-shadow-color: rgb(199 210 254 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-200\/95{--tw-shadow-color: rgb(199 210 254 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-300{--tw-shadow-color: #a5b4fc !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-300\/0{--tw-shadow-color: rgb(165 180 252 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-300\/10{--tw-shadow-color: rgb(165 180 252 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-300\/100{--tw-shadow-color: rgb(165 180 252 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-300\/15{--tw-shadow-color: rgb(165 180 252 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-300\/20{--tw-shadow-color: rgb(165 180 252 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-300\/25{--tw-shadow-color: rgb(165 180 252 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-300\/30{--tw-shadow-color: rgb(165 180 252 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-300\/35{--tw-shadow-color: rgb(165 180 252 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-300\/40{--tw-shadow-color: rgb(165 180 252 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-300\/45{--tw-shadow-color: rgb(165 180 252 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-300\/5{--tw-shadow-color: rgb(165 180 252 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-300\/50{--tw-shadow-color: rgb(165 180 252 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-300\/55{--tw-shadow-color: rgb(165 180 252 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-300\/60{--tw-shadow-color: rgb(165 180 252 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-300\/65{--tw-shadow-color: rgb(165 180 252 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-300\/70{--tw-shadow-color: rgb(165 180 252 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-300\/75{--tw-shadow-color: rgb(165 180 252 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-300\/80{--tw-shadow-color: rgb(165 180 252 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-300\/85{--tw-shadow-color: rgb(165 180 252 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-300\/90{--tw-shadow-color: rgb(165 180 252 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-300\/95{--tw-shadow-color: rgb(165 180 252 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-400{--tw-shadow-color: #818cf8 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-400\/0{--tw-shadow-color: rgb(129 140 248 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-400\/10{--tw-shadow-color: rgb(129 140 248 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-400\/100{--tw-shadow-color: rgb(129 140 248 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-400\/15{--tw-shadow-color: rgb(129 140 248 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-400\/20{--tw-shadow-color: rgb(129 140 248 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-400\/25{--tw-shadow-color: rgb(129 140 248 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-400\/30{--tw-shadow-color: rgb(129 140 248 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-400\/35{--tw-shadow-color: rgb(129 140 248 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-400\/40{--tw-shadow-color: rgb(129 140 248 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-400\/45{--tw-shadow-color: rgb(129 140 248 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-400\/5{--tw-shadow-color: rgb(129 140 248 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-400\/50{--tw-shadow-color: rgb(129 140 248 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-400\/55{--tw-shadow-color: rgb(129 140 248 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-400\/60{--tw-shadow-color: rgb(129 140 248 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-400\/65{--tw-shadow-color: rgb(129 140 248 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-400\/70{--tw-shadow-color: rgb(129 140 248 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-400\/75{--tw-shadow-color: rgb(129 140 248 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-400\/80{--tw-shadow-color: rgb(129 140 248 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-400\/85{--tw-shadow-color: rgb(129 140 248 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-400\/90{--tw-shadow-color: rgb(129 140 248 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-400\/95{--tw-shadow-color: rgb(129 140 248 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-50{--tw-shadow-color: #eef2ff !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-50\/0{--tw-shadow-color: rgb(238 242 255 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-50\/10{--tw-shadow-color: rgb(238 242 255 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-50\/100{--tw-shadow-color: rgb(238 242 255 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-50\/15{--tw-shadow-color: rgb(238 242 255 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-50\/20{--tw-shadow-color: rgb(238 242 255 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-50\/25{--tw-shadow-color: rgb(238 242 255 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-50\/30{--tw-shadow-color: rgb(238 242 255 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-50\/35{--tw-shadow-color: rgb(238 242 255 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-50\/40{--tw-shadow-color: rgb(238 242 255 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-50\/45{--tw-shadow-color: rgb(238 242 255 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-50\/5{--tw-shadow-color: rgb(238 242 255 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-50\/50{--tw-shadow-color: rgb(238 242 255 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-50\/55{--tw-shadow-color: rgb(238 242 255 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-50\/60{--tw-shadow-color: rgb(238 242 255 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-50\/65{--tw-shadow-color: rgb(238 242 255 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-50\/70{--tw-shadow-color: rgb(238 242 255 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-50\/75{--tw-shadow-color: rgb(238 242 255 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-50\/80{--tw-shadow-color: rgb(238 242 255 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-50\/85{--tw-shadow-color: rgb(238 242 255 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-50\/90{--tw-shadow-color: rgb(238 242 255 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-50\/95{--tw-shadow-color: rgb(238 242 255 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-500{--tw-shadow-color: #6366f1 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-500\/0{--tw-shadow-color: rgb(99 102 241 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-500\/10{--tw-shadow-color: rgb(99 102 241 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-500\/100{--tw-shadow-color: rgb(99 102 241 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-500\/15{--tw-shadow-color: rgb(99 102 241 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-500\/20{--tw-shadow-color: rgb(99 102 241 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-500\/25{--tw-shadow-color: rgb(99 102 241 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-500\/30{--tw-shadow-color: rgb(99 102 241 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-500\/35{--tw-shadow-color: rgb(99 102 241 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-500\/40{--tw-shadow-color: rgb(99 102 241 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-500\/45{--tw-shadow-color: rgb(99 102 241 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-500\/5{--tw-shadow-color: rgb(99 102 241 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-500\/50{--tw-shadow-color: rgb(99 102 241 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-500\/55{--tw-shadow-color: rgb(99 102 241 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-500\/60{--tw-shadow-color: rgb(99 102 241 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-500\/65{--tw-shadow-color: rgb(99 102 241 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-500\/70{--tw-shadow-color: rgb(99 102 241 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-500\/75{--tw-shadow-color: rgb(99 102 241 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-500\/80{--tw-shadow-color: rgb(99 102 241 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-500\/85{--tw-shadow-color: rgb(99 102 241 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-500\/90{--tw-shadow-color: rgb(99 102 241 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-500\/95{--tw-shadow-color: rgb(99 102 241 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-600{--tw-shadow-color: #4f46e5 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-600\/0{--tw-shadow-color: rgb(79 70 229 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-600\/10{--tw-shadow-color: rgb(79 70 229 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-600\/100{--tw-shadow-color: rgb(79 70 229 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-600\/15{--tw-shadow-color: rgb(79 70 229 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-600\/20{--tw-shadow-color: rgb(79 70 229 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-600\/25{--tw-shadow-color: rgb(79 70 229 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-600\/30{--tw-shadow-color: rgb(79 70 229 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-600\/35{--tw-shadow-color: rgb(79 70 229 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-600\/40{--tw-shadow-color: rgb(79 70 229 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-600\/45{--tw-shadow-color: rgb(79 70 229 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-600\/5{--tw-shadow-color: rgb(79 70 229 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-600\/50{--tw-shadow-color: rgb(79 70 229 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-600\/55{--tw-shadow-color: rgb(79 70 229 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-600\/60{--tw-shadow-color: rgb(79 70 229 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-600\/65{--tw-shadow-color: rgb(79 70 229 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-600\/70{--tw-shadow-color: rgb(79 70 229 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-600\/75{--tw-shadow-color: rgb(79 70 229 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-600\/80{--tw-shadow-color: rgb(79 70 229 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-600\/85{--tw-shadow-color: rgb(79 70 229 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-600\/90{--tw-shadow-color: rgb(79 70 229 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-600\/95{--tw-shadow-color: rgb(79 70 229 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-700{--tw-shadow-color: #4338ca !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-700\/0{--tw-shadow-color: rgb(67 56 202 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-700\/10{--tw-shadow-color: rgb(67 56 202 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-700\/100{--tw-shadow-color: rgb(67 56 202 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-700\/15{--tw-shadow-color: rgb(67 56 202 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-700\/20{--tw-shadow-color: rgb(67 56 202 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-700\/25{--tw-shadow-color: rgb(67 56 202 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-700\/30{--tw-shadow-color: rgb(67 56 202 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-700\/35{--tw-shadow-color: rgb(67 56 202 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-700\/40{--tw-shadow-color: rgb(67 56 202 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-700\/45{--tw-shadow-color: rgb(67 56 202 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-700\/5{--tw-shadow-color: rgb(67 56 202 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-700\/50{--tw-shadow-color: rgb(67 56 202 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-700\/55{--tw-shadow-color: rgb(67 56 202 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-700\/60{--tw-shadow-color: rgb(67 56 202 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-700\/65{--tw-shadow-color: rgb(67 56 202 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-700\/70{--tw-shadow-color: rgb(67 56 202 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-700\/75{--tw-shadow-color: rgb(67 56 202 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-700\/80{--tw-shadow-color: rgb(67 56 202 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-700\/85{--tw-shadow-color: rgb(67 56 202 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-700\/90{--tw-shadow-color: rgb(67 56 202 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-700\/95{--tw-shadow-color: rgb(67 56 202 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-800{--tw-shadow-color: #3730a3 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-800\/0{--tw-shadow-color: rgb(55 48 163 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-800\/10{--tw-shadow-color: rgb(55 48 163 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-800\/100{--tw-shadow-color: rgb(55 48 163 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-800\/15{--tw-shadow-color: rgb(55 48 163 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-800\/20{--tw-shadow-color: rgb(55 48 163 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-800\/25{--tw-shadow-color: rgb(55 48 163 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-800\/30{--tw-shadow-color: rgb(55 48 163 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-800\/35{--tw-shadow-color: rgb(55 48 163 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-800\/40{--tw-shadow-color: rgb(55 48 163 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-800\/45{--tw-shadow-color: rgb(55 48 163 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-800\/5{--tw-shadow-color: rgb(55 48 163 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-800\/50{--tw-shadow-color: rgb(55 48 163 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-800\/55{--tw-shadow-color: rgb(55 48 163 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-800\/60{--tw-shadow-color: rgb(55 48 163 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-800\/65{--tw-shadow-color: rgb(55 48 163 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-800\/70{--tw-shadow-color: rgb(55 48 163 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-800\/75{--tw-shadow-color: rgb(55 48 163 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-800\/80{--tw-shadow-color: rgb(55 48 163 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-800\/85{--tw-shadow-color: rgb(55 48 163 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-800\/90{--tw-shadow-color: rgb(55 48 163 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-800\/95{--tw-shadow-color: rgb(55 48 163 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-900{--tw-shadow-color: #312e81 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-900\/0{--tw-shadow-color: rgb(49 46 129 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-900\/10{--tw-shadow-color: rgb(49 46 129 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-900\/100{--tw-shadow-color: rgb(49 46 129 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-900\/15{--tw-shadow-color: rgb(49 46 129 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-900\/20{--tw-shadow-color: rgb(49 46 129 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-900\/25{--tw-shadow-color: rgb(49 46 129 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-900\/30{--tw-shadow-color: rgb(49 46 129 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-900\/35{--tw-shadow-color: rgb(49 46 129 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-900\/40{--tw-shadow-color: rgb(49 46 129 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-900\/45{--tw-shadow-color: rgb(49 46 129 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-900\/5{--tw-shadow-color: rgb(49 46 129 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-900\/50{--tw-shadow-color: rgb(49 46 129 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-900\/55{--tw-shadow-color: rgb(49 46 129 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-900\/60{--tw-shadow-color: rgb(49 46 129 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-900\/65{--tw-shadow-color: rgb(49 46 129 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-900\/70{--tw-shadow-color: rgb(49 46 129 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-900\/75{--tw-shadow-color: rgb(49 46 129 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-900\/80{--tw-shadow-color: rgb(49 46 129 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-900\/85{--tw-shadow-color: rgb(49 46 129 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-900\/90{--tw-shadow-color: rgb(49 46 129 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-900\/95{--tw-shadow-color: rgb(49 46 129 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-950{--tw-shadow-color: #1e1b4b !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-950\/0{--tw-shadow-color: rgb(30 27 75 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-950\/10{--tw-shadow-color: rgb(30 27 75 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-950\/100{--tw-shadow-color: rgb(30 27 75 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-950\/15{--tw-shadow-color: rgb(30 27 75 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-950\/20{--tw-shadow-color: rgb(30 27 75 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-950\/25{--tw-shadow-color: rgb(30 27 75 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-950\/30{--tw-shadow-color: rgb(30 27 75 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-950\/35{--tw-shadow-color: rgb(30 27 75 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-950\/40{--tw-shadow-color: rgb(30 27 75 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-950\/45{--tw-shadow-color: rgb(30 27 75 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-950\/5{--tw-shadow-color: rgb(30 27 75 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-950\/50{--tw-shadow-color: rgb(30 27 75 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-950\/55{--tw-shadow-color: rgb(30 27 75 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-950\/60{--tw-shadow-color: rgb(30 27 75 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-950\/65{--tw-shadow-color: rgb(30 27 75 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-950\/70{--tw-shadow-color: rgb(30 27 75 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-950\/75{--tw-shadow-color: rgb(30 27 75 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-950\/80{--tw-shadow-color: rgb(30 27 75 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-950\/85{--tw-shadow-color: rgb(30 27 75 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-950\/90{--tw-shadow-color: rgb(30 27 75 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-indigo-950\/95{--tw-shadow-color: rgb(30 27 75 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-inherit{--tw-shadow-color: inherit !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-100{--tw-shadow-color: #ecfccb !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-100\/0{--tw-shadow-color: rgb(236 252 203 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-100\/10{--tw-shadow-color: rgb(236 252 203 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-100\/100{--tw-shadow-color: rgb(236 252 203 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-100\/15{--tw-shadow-color: rgb(236 252 203 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-100\/20{--tw-shadow-color: rgb(236 252 203 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-100\/25{--tw-shadow-color: rgb(236 252 203 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-100\/30{--tw-shadow-color: rgb(236 252 203 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-100\/35{--tw-shadow-color: rgb(236 252 203 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-100\/40{--tw-shadow-color: rgb(236 252 203 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-100\/45{--tw-shadow-color: rgb(236 252 203 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-100\/5{--tw-shadow-color: rgb(236 252 203 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-100\/50{--tw-shadow-color: rgb(236 252 203 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-100\/55{--tw-shadow-color: rgb(236 252 203 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-100\/60{--tw-shadow-color: rgb(236 252 203 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-100\/65{--tw-shadow-color: rgb(236 252 203 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-100\/70{--tw-shadow-color: rgb(236 252 203 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-100\/75{--tw-shadow-color: rgb(236 252 203 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-100\/80{--tw-shadow-color: rgb(236 252 203 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-100\/85{--tw-shadow-color: rgb(236 252 203 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-100\/90{--tw-shadow-color: rgb(236 252 203 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-100\/95{--tw-shadow-color: rgb(236 252 203 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-200{--tw-shadow-color: #d9f99d !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-200\/0{--tw-shadow-color: rgb(217 249 157 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-200\/10{--tw-shadow-color: rgb(217 249 157 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-200\/100{--tw-shadow-color: rgb(217 249 157 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-200\/15{--tw-shadow-color: rgb(217 249 157 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-200\/20{--tw-shadow-color: rgb(217 249 157 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-200\/25{--tw-shadow-color: rgb(217 249 157 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-200\/30{--tw-shadow-color: rgb(217 249 157 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-200\/35{--tw-shadow-color: rgb(217 249 157 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-200\/40{--tw-shadow-color: rgb(217 249 157 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-200\/45{--tw-shadow-color: rgb(217 249 157 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-200\/5{--tw-shadow-color: rgb(217 249 157 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-200\/50{--tw-shadow-color: rgb(217 249 157 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-200\/55{--tw-shadow-color: rgb(217 249 157 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-200\/60{--tw-shadow-color: rgb(217 249 157 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-200\/65{--tw-shadow-color: rgb(217 249 157 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-200\/70{--tw-shadow-color: rgb(217 249 157 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-200\/75{--tw-shadow-color: rgb(217 249 157 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-200\/80{--tw-shadow-color: rgb(217 249 157 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-200\/85{--tw-shadow-color: rgb(217 249 157 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-200\/90{--tw-shadow-color: rgb(217 249 157 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-200\/95{--tw-shadow-color: rgb(217 249 157 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-300{--tw-shadow-color: #bef264 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-300\/0{--tw-shadow-color: rgb(190 242 100 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-300\/10{--tw-shadow-color: rgb(190 242 100 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-300\/100{--tw-shadow-color: rgb(190 242 100 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-300\/15{--tw-shadow-color: rgb(190 242 100 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-300\/20{--tw-shadow-color: rgb(190 242 100 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-300\/25{--tw-shadow-color: rgb(190 242 100 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-300\/30{--tw-shadow-color: rgb(190 242 100 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-300\/35{--tw-shadow-color: rgb(190 242 100 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-300\/40{--tw-shadow-color: rgb(190 242 100 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-300\/45{--tw-shadow-color: rgb(190 242 100 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-300\/5{--tw-shadow-color: rgb(190 242 100 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-300\/50{--tw-shadow-color: rgb(190 242 100 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-300\/55{--tw-shadow-color: rgb(190 242 100 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-300\/60{--tw-shadow-color: rgb(190 242 100 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-300\/65{--tw-shadow-color: rgb(190 242 100 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-300\/70{--tw-shadow-color: rgb(190 242 100 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-300\/75{--tw-shadow-color: rgb(190 242 100 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-300\/80{--tw-shadow-color: rgb(190 242 100 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-300\/85{--tw-shadow-color: rgb(190 242 100 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-300\/90{--tw-shadow-color: rgb(190 242 100 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-300\/95{--tw-shadow-color: rgb(190 242 100 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-400{--tw-shadow-color: #a3e635 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-400\/0{--tw-shadow-color: rgb(163 230 53 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-400\/10{--tw-shadow-color: rgb(163 230 53 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-400\/100{--tw-shadow-color: rgb(163 230 53 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-400\/15{--tw-shadow-color: rgb(163 230 53 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-400\/20{--tw-shadow-color: rgb(163 230 53 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-400\/25{--tw-shadow-color: rgb(163 230 53 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-400\/30{--tw-shadow-color: rgb(163 230 53 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-400\/35{--tw-shadow-color: rgb(163 230 53 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-400\/40{--tw-shadow-color: rgb(163 230 53 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-400\/45{--tw-shadow-color: rgb(163 230 53 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-400\/5{--tw-shadow-color: rgb(163 230 53 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-400\/50{--tw-shadow-color: rgb(163 230 53 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-400\/55{--tw-shadow-color: rgb(163 230 53 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-400\/60{--tw-shadow-color: rgb(163 230 53 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-400\/65{--tw-shadow-color: rgb(163 230 53 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-400\/70{--tw-shadow-color: rgb(163 230 53 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-400\/75{--tw-shadow-color: rgb(163 230 53 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-400\/80{--tw-shadow-color: rgb(163 230 53 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-400\/85{--tw-shadow-color: rgb(163 230 53 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-400\/90{--tw-shadow-color: rgb(163 230 53 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-400\/95{--tw-shadow-color: rgb(163 230 53 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-50{--tw-shadow-color: #f7fee7 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-50\/0{--tw-shadow-color: rgb(247 254 231 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-50\/10{--tw-shadow-color: rgb(247 254 231 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-50\/100{--tw-shadow-color: rgb(247 254 231 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-50\/15{--tw-shadow-color: rgb(247 254 231 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-50\/20{--tw-shadow-color: rgb(247 254 231 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-50\/25{--tw-shadow-color: rgb(247 254 231 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-50\/30{--tw-shadow-color: rgb(247 254 231 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-50\/35{--tw-shadow-color: rgb(247 254 231 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-50\/40{--tw-shadow-color: rgb(247 254 231 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-50\/45{--tw-shadow-color: rgb(247 254 231 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-50\/5{--tw-shadow-color: rgb(247 254 231 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-50\/50{--tw-shadow-color: rgb(247 254 231 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-50\/55{--tw-shadow-color: rgb(247 254 231 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-50\/60{--tw-shadow-color: rgb(247 254 231 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-50\/65{--tw-shadow-color: rgb(247 254 231 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-50\/70{--tw-shadow-color: rgb(247 254 231 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-50\/75{--tw-shadow-color: rgb(247 254 231 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-50\/80{--tw-shadow-color: rgb(247 254 231 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-50\/85{--tw-shadow-color: rgb(247 254 231 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-50\/90{--tw-shadow-color: rgb(247 254 231 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-50\/95{--tw-shadow-color: rgb(247 254 231 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-500{--tw-shadow-color: #84cc16 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-500\/0{--tw-shadow-color: rgb(132 204 22 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-500\/10{--tw-shadow-color: rgb(132 204 22 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-500\/100{--tw-shadow-color: rgb(132 204 22 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-500\/15{--tw-shadow-color: rgb(132 204 22 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-500\/20{--tw-shadow-color: rgb(132 204 22 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-500\/25{--tw-shadow-color: rgb(132 204 22 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-500\/30{--tw-shadow-color: rgb(132 204 22 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-500\/35{--tw-shadow-color: rgb(132 204 22 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-500\/40{--tw-shadow-color: rgb(132 204 22 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-500\/45{--tw-shadow-color: rgb(132 204 22 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-500\/5{--tw-shadow-color: rgb(132 204 22 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-500\/50{--tw-shadow-color: rgb(132 204 22 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-500\/55{--tw-shadow-color: rgb(132 204 22 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-500\/60{--tw-shadow-color: rgb(132 204 22 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-500\/65{--tw-shadow-color: rgb(132 204 22 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-500\/70{--tw-shadow-color: rgb(132 204 22 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-500\/75{--tw-shadow-color: rgb(132 204 22 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-500\/80{--tw-shadow-color: rgb(132 204 22 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-500\/85{--tw-shadow-color: rgb(132 204 22 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-500\/90{--tw-shadow-color: rgb(132 204 22 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-500\/95{--tw-shadow-color: rgb(132 204 22 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-600{--tw-shadow-color: #65a30d !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-600\/0{--tw-shadow-color: rgb(101 163 13 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-600\/10{--tw-shadow-color: rgb(101 163 13 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-600\/100{--tw-shadow-color: rgb(101 163 13 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-600\/15{--tw-shadow-color: rgb(101 163 13 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-600\/20{--tw-shadow-color: rgb(101 163 13 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-600\/25{--tw-shadow-color: rgb(101 163 13 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-600\/30{--tw-shadow-color: rgb(101 163 13 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-600\/35{--tw-shadow-color: rgb(101 163 13 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-600\/40{--tw-shadow-color: rgb(101 163 13 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-600\/45{--tw-shadow-color: rgb(101 163 13 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-600\/5{--tw-shadow-color: rgb(101 163 13 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-600\/50{--tw-shadow-color: rgb(101 163 13 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-600\/55{--tw-shadow-color: rgb(101 163 13 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-600\/60{--tw-shadow-color: rgb(101 163 13 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-600\/65{--tw-shadow-color: rgb(101 163 13 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-600\/70{--tw-shadow-color: rgb(101 163 13 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-600\/75{--tw-shadow-color: rgb(101 163 13 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-600\/80{--tw-shadow-color: rgb(101 163 13 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-600\/85{--tw-shadow-color: rgb(101 163 13 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-600\/90{--tw-shadow-color: rgb(101 163 13 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-600\/95{--tw-shadow-color: rgb(101 163 13 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-700{--tw-shadow-color: #4d7c0f !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-700\/0{--tw-shadow-color: rgb(77 124 15 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-700\/10{--tw-shadow-color: rgb(77 124 15 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-700\/100{--tw-shadow-color: rgb(77 124 15 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-700\/15{--tw-shadow-color: rgb(77 124 15 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-700\/20{--tw-shadow-color: rgb(77 124 15 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-700\/25{--tw-shadow-color: rgb(77 124 15 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-700\/30{--tw-shadow-color: rgb(77 124 15 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-700\/35{--tw-shadow-color: rgb(77 124 15 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-700\/40{--tw-shadow-color: rgb(77 124 15 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-700\/45{--tw-shadow-color: rgb(77 124 15 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-700\/5{--tw-shadow-color: rgb(77 124 15 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-700\/50{--tw-shadow-color: rgb(77 124 15 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-700\/55{--tw-shadow-color: rgb(77 124 15 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-700\/60{--tw-shadow-color: rgb(77 124 15 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-700\/65{--tw-shadow-color: rgb(77 124 15 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-700\/70{--tw-shadow-color: rgb(77 124 15 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-700\/75{--tw-shadow-color: rgb(77 124 15 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-700\/80{--tw-shadow-color: rgb(77 124 15 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-700\/85{--tw-shadow-color: rgb(77 124 15 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-700\/90{--tw-shadow-color: rgb(77 124 15 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-700\/95{--tw-shadow-color: rgb(77 124 15 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-800{--tw-shadow-color: #3f6212 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-800\/0{--tw-shadow-color: rgb(63 98 18 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-800\/10{--tw-shadow-color: rgb(63 98 18 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-800\/100{--tw-shadow-color: rgb(63 98 18 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-800\/15{--tw-shadow-color: rgb(63 98 18 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-800\/20{--tw-shadow-color: rgb(63 98 18 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-800\/25{--tw-shadow-color: rgb(63 98 18 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-800\/30{--tw-shadow-color: rgb(63 98 18 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-800\/35{--tw-shadow-color: rgb(63 98 18 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-800\/40{--tw-shadow-color: rgb(63 98 18 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-800\/45{--tw-shadow-color: rgb(63 98 18 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-800\/5{--tw-shadow-color: rgb(63 98 18 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-800\/50{--tw-shadow-color: rgb(63 98 18 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-800\/55{--tw-shadow-color: rgb(63 98 18 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-800\/60{--tw-shadow-color: rgb(63 98 18 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-800\/65{--tw-shadow-color: rgb(63 98 18 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-800\/70{--tw-shadow-color: rgb(63 98 18 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-800\/75{--tw-shadow-color: rgb(63 98 18 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-800\/80{--tw-shadow-color: rgb(63 98 18 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-800\/85{--tw-shadow-color: rgb(63 98 18 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-800\/90{--tw-shadow-color: rgb(63 98 18 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-800\/95{--tw-shadow-color: rgb(63 98 18 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-900{--tw-shadow-color: #365314 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-900\/0{--tw-shadow-color: rgb(54 83 20 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-900\/10{--tw-shadow-color: rgb(54 83 20 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-900\/100{--tw-shadow-color: rgb(54 83 20 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-900\/15{--tw-shadow-color: rgb(54 83 20 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-900\/20{--tw-shadow-color: rgb(54 83 20 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-900\/25{--tw-shadow-color: rgb(54 83 20 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-900\/30{--tw-shadow-color: rgb(54 83 20 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-900\/35{--tw-shadow-color: rgb(54 83 20 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-900\/40{--tw-shadow-color: rgb(54 83 20 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-900\/45{--tw-shadow-color: rgb(54 83 20 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-900\/5{--tw-shadow-color: rgb(54 83 20 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-900\/50{--tw-shadow-color: rgb(54 83 20 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-900\/55{--tw-shadow-color: rgb(54 83 20 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-900\/60{--tw-shadow-color: rgb(54 83 20 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-900\/65{--tw-shadow-color: rgb(54 83 20 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-900\/70{--tw-shadow-color: rgb(54 83 20 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-900\/75{--tw-shadow-color: rgb(54 83 20 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-900\/80{--tw-shadow-color: rgb(54 83 20 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-900\/85{--tw-shadow-color: rgb(54 83 20 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-900\/90{--tw-shadow-color: rgb(54 83 20 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-900\/95{--tw-shadow-color: rgb(54 83 20 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-950{--tw-shadow-color: #1a2e05 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-950\/0{--tw-shadow-color: rgb(26 46 5 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-950\/10{--tw-shadow-color: rgb(26 46 5 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-950\/100{--tw-shadow-color: rgb(26 46 5 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-950\/15{--tw-shadow-color: rgb(26 46 5 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-950\/20{--tw-shadow-color: rgb(26 46 5 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-950\/25{--tw-shadow-color: rgb(26 46 5 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-950\/30{--tw-shadow-color: rgb(26 46 5 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-950\/35{--tw-shadow-color: rgb(26 46 5 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-950\/40{--tw-shadow-color: rgb(26 46 5 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-950\/45{--tw-shadow-color: rgb(26 46 5 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-950\/5{--tw-shadow-color: rgb(26 46 5 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-950\/50{--tw-shadow-color: rgb(26 46 5 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-950\/55{--tw-shadow-color: rgb(26 46 5 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-950\/60{--tw-shadow-color: rgb(26 46 5 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-950\/65{--tw-shadow-color: rgb(26 46 5 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-950\/70{--tw-shadow-color: rgb(26 46 5 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-950\/75{--tw-shadow-color: rgb(26 46 5 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-950\/80{--tw-shadow-color: rgb(26 46 5 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-950\/85{--tw-shadow-color: rgb(26 46 5 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-950\/90{--tw-shadow-color: rgb(26 46 5 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-lime-950\/95{--tw-shadow-color: rgb(26 46 5 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-100{--tw-shadow-color: #f5f5f5 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-100\/0{--tw-shadow-color: rgb(245 245 245 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-100\/10{--tw-shadow-color: rgb(245 245 245 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-100\/100{--tw-shadow-color: rgb(245 245 245 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-100\/15{--tw-shadow-color: rgb(245 245 245 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-100\/20{--tw-shadow-color: rgb(245 245 245 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-100\/25{--tw-shadow-color: rgb(245 245 245 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-100\/30{--tw-shadow-color: rgb(245 245 245 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-100\/35{--tw-shadow-color: rgb(245 245 245 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-100\/40{--tw-shadow-color: rgb(245 245 245 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-100\/45{--tw-shadow-color: rgb(245 245 245 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-100\/5{--tw-shadow-color: rgb(245 245 245 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-100\/50{--tw-shadow-color: rgb(245 245 245 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-100\/55{--tw-shadow-color: rgb(245 245 245 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-100\/60{--tw-shadow-color: rgb(245 245 245 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-100\/65{--tw-shadow-color: rgb(245 245 245 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-100\/70{--tw-shadow-color: rgb(245 245 245 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-100\/75{--tw-shadow-color: rgb(245 245 245 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-100\/80{--tw-shadow-color: rgb(245 245 245 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-100\/85{--tw-shadow-color: rgb(245 245 245 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-100\/90{--tw-shadow-color: rgb(245 245 245 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-100\/95{--tw-shadow-color: rgb(245 245 245 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-200{--tw-shadow-color: #e5e5e5 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-200\/0{--tw-shadow-color: rgb(229 229 229 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-200\/10{--tw-shadow-color: rgb(229 229 229 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-200\/100{--tw-shadow-color: rgb(229 229 229 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-200\/15{--tw-shadow-color: rgb(229 229 229 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-200\/20{--tw-shadow-color: rgb(229 229 229 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-200\/25{--tw-shadow-color: rgb(229 229 229 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-200\/30{--tw-shadow-color: rgb(229 229 229 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-200\/35{--tw-shadow-color: rgb(229 229 229 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-200\/40{--tw-shadow-color: rgb(229 229 229 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-200\/45{--tw-shadow-color: rgb(229 229 229 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-200\/5{--tw-shadow-color: rgb(229 229 229 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-200\/50{--tw-shadow-color: rgb(229 229 229 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-200\/55{--tw-shadow-color: rgb(229 229 229 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-200\/60{--tw-shadow-color: rgb(229 229 229 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-200\/65{--tw-shadow-color: rgb(229 229 229 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-200\/70{--tw-shadow-color: rgb(229 229 229 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-200\/75{--tw-shadow-color: rgb(229 229 229 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-200\/80{--tw-shadow-color: rgb(229 229 229 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-200\/85{--tw-shadow-color: rgb(229 229 229 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-200\/90{--tw-shadow-color: rgb(229 229 229 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-200\/95{--tw-shadow-color: rgb(229 229 229 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-300{--tw-shadow-color: #d4d4d4 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-300\/0{--tw-shadow-color: rgb(212 212 212 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-300\/10{--tw-shadow-color: rgb(212 212 212 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-300\/100{--tw-shadow-color: rgb(212 212 212 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-300\/15{--tw-shadow-color: rgb(212 212 212 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-300\/20{--tw-shadow-color: rgb(212 212 212 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-300\/25{--tw-shadow-color: rgb(212 212 212 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-300\/30{--tw-shadow-color: rgb(212 212 212 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-300\/35{--tw-shadow-color: rgb(212 212 212 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-300\/40{--tw-shadow-color: rgb(212 212 212 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-300\/45{--tw-shadow-color: rgb(212 212 212 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-300\/5{--tw-shadow-color: rgb(212 212 212 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-300\/50{--tw-shadow-color: rgb(212 212 212 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-300\/55{--tw-shadow-color: rgb(212 212 212 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-300\/60{--tw-shadow-color: rgb(212 212 212 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-300\/65{--tw-shadow-color: rgb(212 212 212 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-300\/70{--tw-shadow-color: rgb(212 212 212 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-300\/75{--tw-shadow-color: rgb(212 212 212 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-300\/80{--tw-shadow-color: rgb(212 212 212 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-300\/85{--tw-shadow-color: rgb(212 212 212 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-300\/90{--tw-shadow-color: rgb(212 212 212 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-300\/95{--tw-shadow-color: rgb(212 212 212 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-400{--tw-shadow-color: #a3a3a3 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-400\/0{--tw-shadow-color: rgb(163 163 163 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-400\/10{--tw-shadow-color: rgb(163 163 163 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-400\/100{--tw-shadow-color: rgb(163 163 163 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-400\/15{--tw-shadow-color: rgb(163 163 163 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-400\/20{--tw-shadow-color: rgb(163 163 163 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-400\/25{--tw-shadow-color: rgb(163 163 163 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-400\/30{--tw-shadow-color: rgb(163 163 163 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-400\/35{--tw-shadow-color: rgb(163 163 163 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-400\/40{--tw-shadow-color: rgb(163 163 163 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-400\/45{--tw-shadow-color: rgb(163 163 163 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-400\/5{--tw-shadow-color: rgb(163 163 163 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-400\/50{--tw-shadow-color: rgb(163 163 163 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-400\/55{--tw-shadow-color: rgb(163 163 163 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-400\/60{--tw-shadow-color: rgb(163 163 163 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-400\/65{--tw-shadow-color: rgb(163 163 163 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-400\/70{--tw-shadow-color: rgb(163 163 163 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-400\/75{--tw-shadow-color: rgb(163 163 163 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-400\/80{--tw-shadow-color: rgb(163 163 163 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-400\/85{--tw-shadow-color: rgb(163 163 163 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-400\/90{--tw-shadow-color: rgb(163 163 163 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-400\/95{--tw-shadow-color: rgb(163 163 163 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-50{--tw-shadow-color: #fafafa !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-50\/0{--tw-shadow-color: rgb(250 250 250 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-50\/10{--tw-shadow-color: rgb(250 250 250 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-50\/100{--tw-shadow-color: rgb(250 250 250 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-50\/15{--tw-shadow-color: rgb(250 250 250 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-50\/20{--tw-shadow-color: rgb(250 250 250 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-50\/25{--tw-shadow-color: rgb(250 250 250 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-50\/30{--tw-shadow-color: rgb(250 250 250 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-50\/35{--tw-shadow-color: rgb(250 250 250 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-50\/40{--tw-shadow-color: rgb(250 250 250 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-50\/45{--tw-shadow-color: rgb(250 250 250 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-50\/5{--tw-shadow-color: rgb(250 250 250 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-50\/50{--tw-shadow-color: rgb(250 250 250 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-50\/55{--tw-shadow-color: rgb(250 250 250 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-50\/60{--tw-shadow-color: rgb(250 250 250 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-50\/65{--tw-shadow-color: rgb(250 250 250 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-50\/70{--tw-shadow-color: rgb(250 250 250 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-50\/75{--tw-shadow-color: rgb(250 250 250 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-50\/80{--tw-shadow-color: rgb(250 250 250 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-50\/85{--tw-shadow-color: rgb(250 250 250 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-50\/90{--tw-shadow-color: rgb(250 250 250 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-50\/95{--tw-shadow-color: rgb(250 250 250 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-500{--tw-shadow-color: #737373 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-500\/0{--tw-shadow-color: rgb(115 115 115 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-500\/10{--tw-shadow-color: rgb(115 115 115 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-500\/100{--tw-shadow-color: rgb(115 115 115 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-500\/15{--tw-shadow-color: rgb(115 115 115 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-500\/20{--tw-shadow-color: rgb(115 115 115 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-500\/25{--tw-shadow-color: rgb(115 115 115 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-500\/30{--tw-shadow-color: rgb(115 115 115 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-500\/35{--tw-shadow-color: rgb(115 115 115 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-500\/40{--tw-shadow-color: rgb(115 115 115 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-500\/45{--tw-shadow-color: rgb(115 115 115 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-500\/5{--tw-shadow-color: rgb(115 115 115 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-500\/50{--tw-shadow-color: rgb(115 115 115 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-500\/55{--tw-shadow-color: rgb(115 115 115 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-500\/60{--tw-shadow-color: rgb(115 115 115 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-500\/65{--tw-shadow-color: rgb(115 115 115 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-500\/70{--tw-shadow-color: rgb(115 115 115 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-500\/75{--tw-shadow-color: rgb(115 115 115 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-500\/80{--tw-shadow-color: rgb(115 115 115 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-500\/85{--tw-shadow-color: rgb(115 115 115 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-500\/90{--tw-shadow-color: rgb(115 115 115 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-500\/95{--tw-shadow-color: rgb(115 115 115 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-600{--tw-shadow-color: #525252 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-600\/0{--tw-shadow-color: rgb(82 82 82 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-600\/10{--tw-shadow-color: rgb(82 82 82 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-600\/100{--tw-shadow-color: rgb(82 82 82 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-600\/15{--tw-shadow-color: rgb(82 82 82 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-600\/20{--tw-shadow-color: rgb(82 82 82 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-600\/25{--tw-shadow-color: rgb(82 82 82 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-600\/30{--tw-shadow-color: rgb(82 82 82 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-600\/35{--tw-shadow-color: rgb(82 82 82 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-600\/40{--tw-shadow-color: rgb(82 82 82 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-600\/45{--tw-shadow-color: rgb(82 82 82 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-600\/5{--tw-shadow-color: rgb(82 82 82 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-600\/50{--tw-shadow-color: rgb(82 82 82 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-600\/55{--tw-shadow-color: rgb(82 82 82 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-600\/60{--tw-shadow-color: rgb(82 82 82 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-600\/65{--tw-shadow-color: rgb(82 82 82 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-600\/70{--tw-shadow-color: rgb(82 82 82 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-600\/75{--tw-shadow-color: rgb(82 82 82 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-600\/80{--tw-shadow-color: rgb(82 82 82 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-600\/85{--tw-shadow-color: rgb(82 82 82 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-600\/90{--tw-shadow-color: rgb(82 82 82 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-600\/95{--tw-shadow-color: rgb(82 82 82 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-700{--tw-shadow-color: #404040 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-700\/0{--tw-shadow-color: rgb(64 64 64 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-700\/10{--tw-shadow-color: rgb(64 64 64 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-700\/100{--tw-shadow-color: rgb(64 64 64 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-700\/15{--tw-shadow-color: rgb(64 64 64 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-700\/20{--tw-shadow-color: rgb(64 64 64 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-700\/25{--tw-shadow-color: rgb(64 64 64 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-700\/30{--tw-shadow-color: rgb(64 64 64 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-700\/35{--tw-shadow-color: rgb(64 64 64 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-700\/40{--tw-shadow-color: rgb(64 64 64 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-700\/45{--tw-shadow-color: rgb(64 64 64 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-700\/5{--tw-shadow-color: rgb(64 64 64 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-700\/50{--tw-shadow-color: rgb(64 64 64 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-700\/55{--tw-shadow-color: rgb(64 64 64 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-700\/60{--tw-shadow-color: rgb(64 64 64 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-700\/65{--tw-shadow-color: rgb(64 64 64 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-700\/70{--tw-shadow-color: rgb(64 64 64 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-700\/75{--tw-shadow-color: rgb(64 64 64 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-700\/80{--tw-shadow-color: rgb(64 64 64 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-700\/85{--tw-shadow-color: rgb(64 64 64 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-700\/90{--tw-shadow-color: rgb(64 64 64 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-700\/95{--tw-shadow-color: rgb(64 64 64 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-800{--tw-shadow-color: #262626 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-800\/0{--tw-shadow-color: rgb(38 38 38 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-800\/10{--tw-shadow-color: rgb(38 38 38 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-800\/100{--tw-shadow-color: rgb(38 38 38 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-800\/15{--tw-shadow-color: rgb(38 38 38 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-800\/20{--tw-shadow-color: rgb(38 38 38 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-800\/25{--tw-shadow-color: rgb(38 38 38 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-800\/30{--tw-shadow-color: rgb(38 38 38 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-800\/35{--tw-shadow-color: rgb(38 38 38 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-800\/40{--tw-shadow-color: rgb(38 38 38 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-800\/45{--tw-shadow-color: rgb(38 38 38 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-800\/5{--tw-shadow-color: rgb(38 38 38 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-800\/50{--tw-shadow-color: rgb(38 38 38 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-800\/55{--tw-shadow-color: rgb(38 38 38 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-800\/60{--tw-shadow-color: rgb(38 38 38 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-800\/65{--tw-shadow-color: rgb(38 38 38 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-800\/70{--tw-shadow-color: rgb(38 38 38 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-800\/75{--tw-shadow-color: rgb(38 38 38 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-800\/80{--tw-shadow-color: rgb(38 38 38 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-800\/85{--tw-shadow-color: rgb(38 38 38 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-800\/90{--tw-shadow-color: rgb(38 38 38 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-800\/95{--tw-shadow-color: rgb(38 38 38 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-900{--tw-shadow-color: #171717 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-900\/0{--tw-shadow-color: rgb(23 23 23 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-900\/10{--tw-shadow-color: rgb(23 23 23 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-900\/100{--tw-shadow-color: rgb(23 23 23 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-900\/15{--tw-shadow-color: rgb(23 23 23 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-900\/20{--tw-shadow-color: rgb(23 23 23 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-900\/25{--tw-shadow-color: rgb(23 23 23 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-900\/30{--tw-shadow-color: rgb(23 23 23 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-900\/35{--tw-shadow-color: rgb(23 23 23 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-900\/40{--tw-shadow-color: rgb(23 23 23 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-900\/45{--tw-shadow-color: rgb(23 23 23 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-900\/5{--tw-shadow-color: rgb(23 23 23 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-900\/50{--tw-shadow-color: rgb(23 23 23 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-900\/55{--tw-shadow-color: rgb(23 23 23 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-900\/60{--tw-shadow-color: rgb(23 23 23 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-900\/65{--tw-shadow-color: rgb(23 23 23 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-900\/70{--tw-shadow-color: rgb(23 23 23 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-900\/75{--tw-shadow-color: rgb(23 23 23 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-900\/80{--tw-shadow-color: rgb(23 23 23 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-900\/85{--tw-shadow-color: rgb(23 23 23 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-900\/90{--tw-shadow-color: rgb(23 23 23 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-900\/95{--tw-shadow-color: rgb(23 23 23 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-950{--tw-shadow-color: #0a0a0a !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-950\/0{--tw-shadow-color: rgb(10 10 10 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-950\/10{--tw-shadow-color: rgb(10 10 10 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-950\/100{--tw-shadow-color: rgb(10 10 10 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-950\/15{--tw-shadow-color: rgb(10 10 10 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-950\/20{--tw-shadow-color: rgb(10 10 10 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-950\/25{--tw-shadow-color: rgb(10 10 10 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-950\/30{--tw-shadow-color: rgb(10 10 10 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-950\/35{--tw-shadow-color: rgb(10 10 10 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-950\/40{--tw-shadow-color: rgb(10 10 10 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-950\/45{--tw-shadow-color: rgb(10 10 10 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-950\/5{--tw-shadow-color: rgb(10 10 10 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-950\/50{--tw-shadow-color: rgb(10 10 10 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-950\/55{--tw-shadow-color: rgb(10 10 10 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-950\/60{--tw-shadow-color: rgb(10 10 10 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-950\/65{--tw-shadow-color: rgb(10 10 10 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-950\/70{--tw-shadow-color: rgb(10 10 10 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-950\/75{--tw-shadow-color: rgb(10 10 10 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-950\/80{--tw-shadow-color: rgb(10 10 10 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-950\/85{--tw-shadow-color: rgb(10 10 10 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-950\/90{--tw-shadow-color: rgb(10 10 10 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-neutral-950\/95{--tw-shadow-color: rgb(10 10 10 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-100{--tw-shadow-color: #ffedd5 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-100\/0{--tw-shadow-color: rgb(255 237 213 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-100\/10{--tw-shadow-color: rgb(255 237 213 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-100\/100{--tw-shadow-color: rgb(255 237 213 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-100\/15{--tw-shadow-color: rgb(255 237 213 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-100\/20{--tw-shadow-color: rgb(255 237 213 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-100\/25{--tw-shadow-color: rgb(255 237 213 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-100\/30{--tw-shadow-color: rgb(255 237 213 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-100\/35{--tw-shadow-color: rgb(255 237 213 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-100\/40{--tw-shadow-color: rgb(255 237 213 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-100\/45{--tw-shadow-color: rgb(255 237 213 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-100\/5{--tw-shadow-color: rgb(255 237 213 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-100\/50{--tw-shadow-color: rgb(255 237 213 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-100\/55{--tw-shadow-color: rgb(255 237 213 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-100\/60{--tw-shadow-color: rgb(255 237 213 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-100\/65{--tw-shadow-color: rgb(255 237 213 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-100\/70{--tw-shadow-color: rgb(255 237 213 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-100\/75{--tw-shadow-color: rgb(255 237 213 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-100\/80{--tw-shadow-color: rgb(255 237 213 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-100\/85{--tw-shadow-color: rgb(255 237 213 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-100\/90{--tw-shadow-color: rgb(255 237 213 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-100\/95{--tw-shadow-color: rgb(255 237 213 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-200{--tw-shadow-color: #fed7aa !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-200\/0{--tw-shadow-color: rgb(254 215 170 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-200\/10{--tw-shadow-color: rgb(254 215 170 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-200\/100{--tw-shadow-color: rgb(254 215 170 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-200\/15{--tw-shadow-color: rgb(254 215 170 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-200\/20{--tw-shadow-color: rgb(254 215 170 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-200\/25{--tw-shadow-color: rgb(254 215 170 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-200\/30{--tw-shadow-color: rgb(254 215 170 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-200\/35{--tw-shadow-color: rgb(254 215 170 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-200\/40{--tw-shadow-color: rgb(254 215 170 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-200\/45{--tw-shadow-color: rgb(254 215 170 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-200\/5{--tw-shadow-color: rgb(254 215 170 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-200\/50{--tw-shadow-color: rgb(254 215 170 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-200\/55{--tw-shadow-color: rgb(254 215 170 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-200\/60{--tw-shadow-color: rgb(254 215 170 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-200\/65{--tw-shadow-color: rgb(254 215 170 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-200\/70{--tw-shadow-color: rgb(254 215 170 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-200\/75{--tw-shadow-color: rgb(254 215 170 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-200\/80{--tw-shadow-color: rgb(254 215 170 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-200\/85{--tw-shadow-color: rgb(254 215 170 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-200\/90{--tw-shadow-color: rgb(254 215 170 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-200\/95{--tw-shadow-color: rgb(254 215 170 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-300{--tw-shadow-color: #fdba74 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-300\/0{--tw-shadow-color: rgb(253 186 116 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-300\/10{--tw-shadow-color: rgb(253 186 116 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-300\/100{--tw-shadow-color: rgb(253 186 116 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-300\/15{--tw-shadow-color: rgb(253 186 116 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-300\/20{--tw-shadow-color: rgb(253 186 116 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-300\/25{--tw-shadow-color: rgb(253 186 116 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-300\/30{--tw-shadow-color: rgb(253 186 116 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-300\/35{--tw-shadow-color: rgb(253 186 116 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-300\/40{--tw-shadow-color: rgb(253 186 116 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-300\/45{--tw-shadow-color: rgb(253 186 116 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-300\/5{--tw-shadow-color: rgb(253 186 116 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-300\/50{--tw-shadow-color: rgb(253 186 116 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-300\/55{--tw-shadow-color: rgb(253 186 116 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-300\/60{--tw-shadow-color: rgb(253 186 116 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-300\/65{--tw-shadow-color: rgb(253 186 116 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-300\/70{--tw-shadow-color: rgb(253 186 116 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-300\/75{--tw-shadow-color: rgb(253 186 116 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-300\/80{--tw-shadow-color: rgb(253 186 116 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-300\/85{--tw-shadow-color: rgb(253 186 116 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-300\/90{--tw-shadow-color: rgb(253 186 116 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-300\/95{--tw-shadow-color: rgb(253 186 116 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-400{--tw-shadow-color: #fb923c !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-400\/0{--tw-shadow-color: rgb(251 146 60 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-400\/10{--tw-shadow-color: rgb(251 146 60 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-400\/100{--tw-shadow-color: rgb(251 146 60 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-400\/15{--tw-shadow-color: rgb(251 146 60 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-400\/20{--tw-shadow-color: rgb(251 146 60 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-400\/25{--tw-shadow-color: rgb(251 146 60 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-400\/30{--tw-shadow-color: rgb(251 146 60 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-400\/35{--tw-shadow-color: rgb(251 146 60 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-400\/40{--tw-shadow-color: rgb(251 146 60 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-400\/45{--tw-shadow-color: rgb(251 146 60 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-400\/5{--tw-shadow-color: rgb(251 146 60 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-400\/50{--tw-shadow-color: rgb(251 146 60 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-400\/55{--tw-shadow-color: rgb(251 146 60 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-400\/60{--tw-shadow-color: rgb(251 146 60 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-400\/65{--tw-shadow-color: rgb(251 146 60 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-400\/70{--tw-shadow-color: rgb(251 146 60 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-400\/75{--tw-shadow-color: rgb(251 146 60 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-400\/80{--tw-shadow-color: rgb(251 146 60 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-400\/85{--tw-shadow-color: rgb(251 146 60 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-400\/90{--tw-shadow-color: rgb(251 146 60 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-400\/95{--tw-shadow-color: rgb(251 146 60 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-50{--tw-shadow-color: #fff7ed !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-50\/0{--tw-shadow-color: rgb(255 247 237 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-50\/10{--tw-shadow-color: rgb(255 247 237 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-50\/100{--tw-shadow-color: rgb(255 247 237 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-50\/15{--tw-shadow-color: rgb(255 247 237 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-50\/20{--tw-shadow-color: rgb(255 247 237 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-50\/25{--tw-shadow-color: rgb(255 247 237 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-50\/30{--tw-shadow-color: rgb(255 247 237 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-50\/35{--tw-shadow-color: rgb(255 247 237 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-50\/40{--tw-shadow-color: rgb(255 247 237 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-50\/45{--tw-shadow-color: rgb(255 247 237 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-50\/5{--tw-shadow-color: rgb(255 247 237 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-50\/50{--tw-shadow-color: rgb(255 247 237 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-50\/55{--tw-shadow-color: rgb(255 247 237 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-50\/60{--tw-shadow-color: rgb(255 247 237 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-50\/65{--tw-shadow-color: rgb(255 247 237 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-50\/70{--tw-shadow-color: rgb(255 247 237 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-50\/75{--tw-shadow-color: rgb(255 247 237 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-50\/80{--tw-shadow-color: rgb(255 247 237 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-50\/85{--tw-shadow-color: rgb(255 247 237 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-50\/90{--tw-shadow-color: rgb(255 247 237 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-50\/95{--tw-shadow-color: rgb(255 247 237 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-500{--tw-shadow-color: #f97316 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-500\/0{--tw-shadow-color: rgb(249 115 22 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-500\/10{--tw-shadow-color: rgb(249 115 22 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-500\/100{--tw-shadow-color: rgb(249 115 22 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-500\/15{--tw-shadow-color: rgb(249 115 22 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-500\/20{--tw-shadow-color: rgb(249 115 22 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-500\/25{--tw-shadow-color: rgb(249 115 22 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-500\/30{--tw-shadow-color: rgb(249 115 22 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-500\/35{--tw-shadow-color: rgb(249 115 22 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-500\/40{--tw-shadow-color: rgb(249 115 22 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-500\/45{--tw-shadow-color: rgb(249 115 22 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-500\/5{--tw-shadow-color: rgb(249 115 22 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-500\/50{--tw-shadow-color: rgb(249 115 22 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-500\/55{--tw-shadow-color: rgb(249 115 22 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-500\/60{--tw-shadow-color: rgb(249 115 22 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-500\/65{--tw-shadow-color: rgb(249 115 22 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-500\/70{--tw-shadow-color: rgb(249 115 22 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-500\/75{--tw-shadow-color: rgb(249 115 22 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-500\/80{--tw-shadow-color: rgb(249 115 22 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-500\/85{--tw-shadow-color: rgb(249 115 22 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-500\/90{--tw-shadow-color: rgb(249 115 22 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-500\/95{--tw-shadow-color: rgb(249 115 22 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-600{--tw-shadow-color: #ea580c !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-600\/0{--tw-shadow-color: rgb(234 88 12 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-600\/10{--tw-shadow-color: rgb(234 88 12 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-600\/100{--tw-shadow-color: rgb(234 88 12 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-600\/15{--tw-shadow-color: rgb(234 88 12 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-600\/20{--tw-shadow-color: rgb(234 88 12 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-600\/25{--tw-shadow-color: rgb(234 88 12 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-600\/30{--tw-shadow-color: rgb(234 88 12 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-600\/35{--tw-shadow-color: rgb(234 88 12 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-600\/40{--tw-shadow-color: rgb(234 88 12 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-600\/45{--tw-shadow-color: rgb(234 88 12 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-600\/5{--tw-shadow-color: rgb(234 88 12 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-600\/50{--tw-shadow-color: rgb(234 88 12 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-600\/55{--tw-shadow-color: rgb(234 88 12 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-600\/60{--tw-shadow-color: rgb(234 88 12 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-600\/65{--tw-shadow-color: rgb(234 88 12 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-600\/70{--tw-shadow-color: rgb(234 88 12 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-600\/75{--tw-shadow-color: rgb(234 88 12 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-600\/80{--tw-shadow-color: rgb(234 88 12 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-600\/85{--tw-shadow-color: rgb(234 88 12 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-600\/90{--tw-shadow-color: rgb(234 88 12 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-600\/95{--tw-shadow-color: rgb(234 88 12 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-700{--tw-shadow-color: #c2410c !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-700\/0{--tw-shadow-color: rgb(194 65 12 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-700\/10{--tw-shadow-color: rgb(194 65 12 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-700\/100{--tw-shadow-color: rgb(194 65 12 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-700\/15{--tw-shadow-color: rgb(194 65 12 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-700\/20{--tw-shadow-color: rgb(194 65 12 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-700\/25{--tw-shadow-color: rgb(194 65 12 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-700\/30{--tw-shadow-color: rgb(194 65 12 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-700\/35{--tw-shadow-color: rgb(194 65 12 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-700\/40{--tw-shadow-color: rgb(194 65 12 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-700\/45{--tw-shadow-color: rgb(194 65 12 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-700\/5{--tw-shadow-color: rgb(194 65 12 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-700\/50{--tw-shadow-color: rgb(194 65 12 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-700\/55{--tw-shadow-color: rgb(194 65 12 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-700\/60{--tw-shadow-color: rgb(194 65 12 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-700\/65{--tw-shadow-color: rgb(194 65 12 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-700\/70{--tw-shadow-color: rgb(194 65 12 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-700\/75{--tw-shadow-color: rgb(194 65 12 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-700\/80{--tw-shadow-color: rgb(194 65 12 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-700\/85{--tw-shadow-color: rgb(194 65 12 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-700\/90{--tw-shadow-color: rgb(194 65 12 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-700\/95{--tw-shadow-color: rgb(194 65 12 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-800{--tw-shadow-color: #9a3412 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-800\/0{--tw-shadow-color: rgb(154 52 18 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-800\/10{--tw-shadow-color: rgb(154 52 18 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-800\/100{--tw-shadow-color: rgb(154 52 18 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-800\/15{--tw-shadow-color: rgb(154 52 18 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-800\/20{--tw-shadow-color: rgb(154 52 18 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-800\/25{--tw-shadow-color: rgb(154 52 18 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-800\/30{--tw-shadow-color: rgb(154 52 18 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-800\/35{--tw-shadow-color: rgb(154 52 18 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-800\/40{--tw-shadow-color: rgb(154 52 18 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-800\/45{--tw-shadow-color: rgb(154 52 18 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-800\/5{--tw-shadow-color: rgb(154 52 18 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-800\/50{--tw-shadow-color: rgb(154 52 18 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-800\/55{--tw-shadow-color: rgb(154 52 18 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-800\/60{--tw-shadow-color: rgb(154 52 18 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-800\/65{--tw-shadow-color: rgb(154 52 18 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-800\/70{--tw-shadow-color: rgb(154 52 18 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-800\/75{--tw-shadow-color: rgb(154 52 18 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-800\/80{--tw-shadow-color: rgb(154 52 18 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-800\/85{--tw-shadow-color: rgb(154 52 18 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-800\/90{--tw-shadow-color: rgb(154 52 18 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-800\/95{--tw-shadow-color: rgb(154 52 18 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-900{--tw-shadow-color: #7c2d12 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-900\/0{--tw-shadow-color: rgb(124 45 18 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-900\/10{--tw-shadow-color: rgb(124 45 18 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-900\/100{--tw-shadow-color: rgb(124 45 18 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-900\/15{--tw-shadow-color: rgb(124 45 18 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-900\/20{--tw-shadow-color: rgb(124 45 18 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-900\/25{--tw-shadow-color: rgb(124 45 18 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-900\/30{--tw-shadow-color: rgb(124 45 18 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-900\/35{--tw-shadow-color: rgb(124 45 18 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-900\/40{--tw-shadow-color: rgb(124 45 18 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-900\/45{--tw-shadow-color: rgb(124 45 18 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-900\/5{--tw-shadow-color: rgb(124 45 18 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-900\/50{--tw-shadow-color: rgb(124 45 18 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-900\/55{--tw-shadow-color: rgb(124 45 18 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-900\/60{--tw-shadow-color: rgb(124 45 18 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-900\/65{--tw-shadow-color: rgb(124 45 18 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-900\/70{--tw-shadow-color: rgb(124 45 18 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-900\/75{--tw-shadow-color: rgb(124 45 18 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-900\/80{--tw-shadow-color: rgb(124 45 18 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-900\/85{--tw-shadow-color: rgb(124 45 18 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-900\/90{--tw-shadow-color: rgb(124 45 18 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-900\/95{--tw-shadow-color: rgb(124 45 18 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-950{--tw-shadow-color: #431407 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-950\/0{--tw-shadow-color: rgb(67 20 7 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-950\/10{--tw-shadow-color: rgb(67 20 7 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-950\/100{--tw-shadow-color: rgb(67 20 7 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-950\/15{--tw-shadow-color: rgb(67 20 7 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-950\/20{--tw-shadow-color: rgb(67 20 7 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-950\/25{--tw-shadow-color: rgb(67 20 7 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-950\/30{--tw-shadow-color: rgb(67 20 7 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-950\/35{--tw-shadow-color: rgb(67 20 7 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-950\/40{--tw-shadow-color: rgb(67 20 7 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-950\/45{--tw-shadow-color: rgb(67 20 7 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-950\/5{--tw-shadow-color: rgb(67 20 7 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-950\/50{--tw-shadow-color: rgb(67 20 7 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-950\/55{--tw-shadow-color: rgb(67 20 7 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-950\/60{--tw-shadow-color: rgb(67 20 7 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-950\/65{--tw-shadow-color: rgb(67 20 7 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-950\/70{--tw-shadow-color: rgb(67 20 7 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-950\/75{--tw-shadow-color: rgb(67 20 7 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-950\/80{--tw-shadow-color: rgb(67 20 7 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-950\/85{--tw-shadow-color: rgb(67 20 7 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-950\/90{--tw-shadow-color: rgb(67 20 7 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-orange-950\/95{--tw-shadow-color: rgb(67 20 7 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-100{--tw-shadow-color: #fce7f3 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-100\/0{--tw-shadow-color: rgb(252 231 243 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-100\/10{--tw-shadow-color: rgb(252 231 243 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-100\/100{--tw-shadow-color: rgb(252 231 243 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-100\/15{--tw-shadow-color: rgb(252 231 243 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-100\/20{--tw-shadow-color: rgb(252 231 243 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-100\/25{--tw-shadow-color: rgb(252 231 243 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-100\/30{--tw-shadow-color: rgb(252 231 243 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-100\/35{--tw-shadow-color: rgb(252 231 243 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-100\/40{--tw-shadow-color: rgb(252 231 243 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-100\/45{--tw-shadow-color: rgb(252 231 243 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-100\/5{--tw-shadow-color: rgb(252 231 243 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-100\/50{--tw-shadow-color: rgb(252 231 243 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-100\/55{--tw-shadow-color: rgb(252 231 243 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-100\/60{--tw-shadow-color: rgb(252 231 243 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-100\/65{--tw-shadow-color: rgb(252 231 243 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-100\/70{--tw-shadow-color: rgb(252 231 243 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-100\/75{--tw-shadow-color: rgb(252 231 243 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-100\/80{--tw-shadow-color: rgb(252 231 243 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-100\/85{--tw-shadow-color: rgb(252 231 243 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-100\/90{--tw-shadow-color: rgb(252 231 243 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-100\/95{--tw-shadow-color: rgb(252 231 243 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-200{--tw-shadow-color: #fbcfe8 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-200\/0{--tw-shadow-color: rgb(251 207 232 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-200\/10{--tw-shadow-color: rgb(251 207 232 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-200\/100{--tw-shadow-color: rgb(251 207 232 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-200\/15{--tw-shadow-color: rgb(251 207 232 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-200\/20{--tw-shadow-color: rgb(251 207 232 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-200\/25{--tw-shadow-color: rgb(251 207 232 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-200\/30{--tw-shadow-color: rgb(251 207 232 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-200\/35{--tw-shadow-color: rgb(251 207 232 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-200\/40{--tw-shadow-color: rgb(251 207 232 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-200\/45{--tw-shadow-color: rgb(251 207 232 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-200\/5{--tw-shadow-color: rgb(251 207 232 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-200\/50{--tw-shadow-color: rgb(251 207 232 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-200\/55{--tw-shadow-color: rgb(251 207 232 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-200\/60{--tw-shadow-color: rgb(251 207 232 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-200\/65{--tw-shadow-color: rgb(251 207 232 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-200\/70{--tw-shadow-color: rgb(251 207 232 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-200\/75{--tw-shadow-color: rgb(251 207 232 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-200\/80{--tw-shadow-color: rgb(251 207 232 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-200\/85{--tw-shadow-color: rgb(251 207 232 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-200\/90{--tw-shadow-color: rgb(251 207 232 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-200\/95{--tw-shadow-color: rgb(251 207 232 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-300{--tw-shadow-color: #f9a8d4 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-300\/0{--tw-shadow-color: rgb(249 168 212 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-300\/10{--tw-shadow-color: rgb(249 168 212 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-300\/100{--tw-shadow-color: rgb(249 168 212 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-300\/15{--tw-shadow-color: rgb(249 168 212 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-300\/20{--tw-shadow-color: rgb(249 168 212 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-300\/25{--tw-shadow-color: rgb(249 168 212 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-300\/30{--tw-shadow-color: rgb(249 168 212 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-300\/35{--tw-shadow-color: rgb(249 168 212 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-300\/40{--tw-shadow-color: rgb(249 168 212 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-300\/45{--tw-shadow-color: rgb(249 168 212 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-300\/5{--tw-shadow-color: rgb(249 168 212 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-300\/50{--tw-shadow-color: rgb(249 168 212 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-300\/55{--tw-shadow-color: rgb(249 168 212 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-300\/60{--tw-shadow-color: rgb(249 168 212 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-300\/65{--tw-shadow-color: rgb(249 168 212 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-300\/70{--tw-shadow-color: rgb(249 168 212 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-300\/75{--tw-shadow-color: rgb(249 168 212 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-300\/80{--tw-shadow-color: rgb(249 168 212 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-300\/85{--tw-shadow-color: rgb(249 168 212 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-300\/90{--tw-shadow-color: rgb(249 168 212 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-300\/95{--tw-shadow-color: rgb(249 168 212 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-400{--tw-shadow-color: #f472b6 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-400\/0{--tw-shadow-color: rgb(244 114 182 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-400\/10{--tw-shadow-color: rgb(244 114 182 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-400\/100{--tw-shadow-color: rgb(244 114 182 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-400\/15{--tw-shadow-color: rgb(244 114 182 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-400\/20{--tw-shadow-color: rgb(244 114 182 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-400\/25{--tw-shadow-color: rgb(244 114 182 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-400\/30{--tw-shadow-color: rgb(244 114 182 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-400\/35{--tw-shadow-color: rgb(244 114 182 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-400\/40{--tw-shadow-color: rgb(244 114 182 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-400\/45{--tw-shadow-color: rgb(244 114 182 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-400\/5{--tw-shadow-color: rgb(244 114 182 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-400\/50{--tw-shadow-color: rgb(244 114 182 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-400\/55{--tw-shadow-color: rgb(244 114 182 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-400\/60{--tw-shadow-color: rgb(244 114 182 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-400\/65{--tw-shadow-color: rgb(244 114 182 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-400\/70{--tw-shadow-color: rgb(244 114 182 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-400\/75{--tw-shadow-color: rgb(244 114 182 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-400\/80{--tw-shadow-color: rgb(244 114 182 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-400\/85{--tw-shadow-color: rgb(244 114 182 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-400\/90{--tw-shadow-color: rgb(244 114 182 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-400\/95{--tw-shadow-color: rgb(244 114 182 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-50{--tw-shadow-color: #fdf2f8 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-50\/0{--tw-shadow-color: rgb(253 242 248 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-50\/10{--tw-shadow-color: rgb(253 242 248 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-50\/100{--tw-shadow-color: rgb(253 242 248 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-50\/15{--tw-shadow-color: rgb(253 242 248 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-50\/20{--tw-shadow-color: rgb(253 242 248 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-50\/25{--tw-shadow-color: rgb(253 242 248 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-50\/30{--tw-shadow-color: rgb(253 242 248 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-50\/35{--tw-shadow-color: rgb(253 242 248 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-50\/40{--tw-shadow-color: rgb(253 242 248 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-50\/45{--tw-shadow-color: rgb(253 242 248 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-50\/5{--tw-shadow-color: rgb(253 242 248 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-50\/50{--tw-shadow-color: rgb(253 242 248 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-50\/55{--tw-shadow-color: rgb(253 242 248 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-50\/60{--tw-shadow-color: rgb(253 242 248 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-50\/65{--tw-shadow-color: rgb(253 242 248 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-50\/70{--tw-shadow-color: rgb(253 242 248 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-50\/75{--tw-shadow-color: rgb(253 242 248 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-50\/80{--tw-shadow-color: rgb(253 242 248 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-50\/85{--tw-shadow-color: rgb(253 242 248 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-50\/90{--tw-shadow-color: rgb(253 242 248 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-50\/95{--tw-shadow-color: rgb(253 242 248 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-500{--tw-shadow-color: #ec4899 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-500\/0{--tw-shadow-color: rgb(236 72 153 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-500\/10{--tw-shadow-color: rgb(236 72 153 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-500\/100{--tw-shadow-color: rgb(236 72 153 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-500\/15{--tw-shadow-color: rgb(236 72 153 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-500\/20{--tw-shadow-color: rgb(236 72 153 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-500\/25{--tw-shadow-color: rgb(236 72 153 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-500\/30{--tw-shadow-color: rgb(236 72 153 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-500\/35{--tw-shadow-color: rgb(236 72 153 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-500\/40{--tw-shadow-color: rgb(236 72 153 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-500\/45{--tw-shadow-color: rgb(236 72 153 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-500\/5{--tw-shadow-color: rgb(236 72 153 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-500\/50{--tw-shadow-color: rgb(236 72 153 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-500\/55{--tw-shadow-color: rgb(236 72 153 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-500\/60{--tw-shadow-color: rgb(236 72 153 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-500\/65{--tw-shadow-color: rgb(236 72 153 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-500\/70{--tw-shadow-color: rgb(236 72 153 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-500\/75{--tw-shadow-color: rgb(236 72 153 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-500\/80{--tw-shadow-color: rgb(236 72 153 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-500\/85{--tw-shadow-color: rgb(236 72 153 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-500\/90{--tw-shadow-color: rgb(236 72 153 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-500\/95{--tw-shadow-color: rgb(236 72 153 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-600{--tw-shadow-color: #db2777 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-600\/0{--tw-shadow-color: rgb(219 39 119 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-600\/10{--tw-shadow-color: rgb(219 39 119 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-600\/100{--tw-shadow-color: rgb(219 39 119 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-600\/15{--tw-shadow-color: rgb(219 39 119 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-600\/20{--tw-shadow-color: rgb(219 39 119 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-600\/25{--tw-shadow-color: rgb(219 39 119 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-600\/30{--tw-shadow-color: rgb(219 39 119 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-600\/35{--tw-shadow-color: rgb(219 39 119 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-600\/40{--tw-shadow-color: rgb(219 39 119 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-600\/45{--tw-shadow-color: rgb(219 39 119 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-600\/5{--tw-shadow-color: rgb(219 39 119 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-600\/50{--tw-shadow-color: rgb(219 39 119 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-600\/55{--tw-shadow-color: rgb(219 39 119 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-600\/60{--tw-shadow-color: rgb(219 39 119 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-600\/65{--tw-shadow-color: rgb(219 39 119 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-600\/70{--tw-shadow-color: rgb(219 39 119 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-600\/75{--tw-shadow-color: rgb(219 39 119 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-600\/80{--tw-shadow-color: rgb(219 39 119 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-600\/85{--tw-shadow-color: rgb(219 39 119 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-600\/90{--tw-shadow-color: rgb(219 39 119 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-600\/95{--tw-shadow-color: rgb(219 39 119 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-700{--tw-shadow-color: #be185d !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-700\/0{--tw-shadow-color: rgb(190 24 93 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-700\/10{--tw-shadow-color: rgb(190 24 93 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-700\/100{--tw-shadow-color: rgb(190 24 93 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-700\/15{--tw-shadow-color: rgb(190 24 93 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-700\/20{--tw-shadow-color: rgb(190 24 93 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-700\/25{--tw-shadow-color: rgb(190 24 93 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-700\/30{--tw-shadow-color: rgb(190 24 93 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-700\/35{--tw-shadow-color: rgb(190 24 93 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-700\/40{--tw-shadow-color: rgb(190 24 93 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-700\/45{--tw-shadow-color: rgb(190 24 93 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-700\/5{--tw-shadow-color: rgb(190 24 93 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-700\/50{--tw-shadow-color: rgb(190 24 93 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-700\/55{--tw-shadow-color: rgb(190 24 93 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-700\/60{--tw-shadow-color: rgb(190 24 93 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-700\/65{--tw-shadow-color: rgb(190 24 93 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-700\/70{--tw-shadow-color: rgb(190 24 93 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-700\/75{--tw-shadow-color: rgb(190 24 93 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-700\/80{--tw-shadow-color: rgb(190 24 93 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-700\/85{--tw-shadow-color: rgb(190 24 93 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-700\/90{--tw-shadow-color: rgb(190 24 93 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-700\/95{--tw-shadow-color: rgb(190 24 93 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-800{--tw-shadow-color: #9d174d !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-800\/0{--tw-shadow-color: rgb(157 23 77 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-800\/10{--tw-shadow-color: rgb(157 23 77 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-800\/100{--tw-shadow-color: rgb(157 23 77 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-800\/15{--tw-shadow-color: rgb(157 23 77 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-800\/20{--tw-shadow-color: rgb(157 23 77 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-800\/25{--tw-shadow-color: rgb(157 23 77 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-800\/30{--tw-shadow-color: rgb(157 23 77 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-800\/35{--tw-shadow-color: rgb(157 23 77 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-800\/40{--tw-shadow-color: rgb(157 23 77 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-800\/45{--tw-shadow-color: rgb(157 23 77 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-800\/5{--tw-shadow-color: rgb(157 23 77 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-800\/50{--tw-shadow-color: rgb(157 23 77 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-800\/55{--tw-shadow-color: rgb(157 23 77 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-800\/60{--tw-shadow-color: rgb(157 23 77 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-800\/65{--tw-shadow-color: rgb(157 23 77 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-800\/70{--tw-shadow-color: rgb(157 23 77 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-800\/75{--tw-shadow-color: rgb(157 23 77 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-800\/80{--tw-shadow-color: rgb(157 23 77 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-800\/85{--tw-shadow-color: rgb(157 23 77 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-800\/90{--tw-shadow-color: rgb(157 23 77 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-800\/95{--tw-shadow-color: rgb(157 23 77 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-900{--tw-shadow-color: #831843 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-900\/0{--tw-shadow-color: rgb(131 24 67 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-900\/10{--tw-shadow-color: rgb(131 24 67 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-900\/100{--tw-shadow-color: rgb(131 24 67 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-900\/15{--tw-shadow-color: rgb(131 24 67 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-900\/20{--tw-shadow-color: rgb(131 24 67 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-900\/25{--tw-shadow-color: rgb(131 24 67 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-900\/30{--tw-shadow-color: rgb(131 24 67 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-900\/35{--tw-shadow-color: rgb(131 24 67 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-900\/40{--tw-shadow-color: rgb(131 24 67 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-900\/45{--tw-shadow-color: rgb(131 24 67 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-900\/5{--tw-shadow-color: rgb(131 24 67 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-900\/50{--tw-shadow-color: rgb(131 24 67 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-900\/55{--tw-shadow-color: rgb(131 24 67 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-900\/60{--tw-shadow-color: rgb(131 24 67 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-900\/65{--tw-shadow-color: rgb(131 24 67 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-900\/70{--tw-shadow-color: rgb(131 24 67 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-900\/75{--tw-shadow-color: rgb(131 24 67 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-900\/80{--tw-shadow-color: rgb(131 24 67 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-900\/85{--tw-shadow-color: rgb(131 24 67 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-900\/90{--tw-shadow-color: rgb(131 24 67 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-900\/95{--tw-shadow-color: rgb(131 24 67 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-950{--tw-shadow-color: #500724 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-950\/0{--tw-shadow-color: rgb(80 7 36 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-950\/10{--tw-shadow-color: rgb(80 7 36 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-950\/100{--tw-shadow-color: rgb(80 7 36 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-950\/15{--tw-shadow-color: rgb(80 7 36 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-950\/20{--tw-shadow-color: rgb(80 7 36 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-950\/25{--tw-shadow-color: rgb(80 7 36 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-950\/30{--tw-shadow-color: rgb(80 7 36 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-950\/35{--tw-shadow-color: rgb(80 7 36 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-950\/40{--tw-shadow-color: rgb(80 7 36 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-950\/45{--tw-shadow-color: rgb(80 7 36 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-950\/5{--tw-shadow-color: rgb(80 7 36 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-950\/50{--tw-shadow-color: rgb(80 7 36 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-950\/55{--tw-shadow-color: rgb(80 7 36 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-950\/60{--tw-shadow-color: rgb(80 7 36 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-950\/65{--tw-shadow-color: rgb(80 7 36 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-950\/70{--tw-shadow-color: rgb(80 7 36 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-950\/75{--tw-shadow-color: rgb(80 7 36 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-950\/80{--tw-shadow-color: rgb(80 7 36 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-950\/85{--tw-shadow-color: rgb(80 7 36 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-950\/90{--tw-shadow-color: rgb(80 7 36 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-pink-950\/95{--tw-shadow-color: rgb(80 7 36 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primary{--tw-shadow-color: #01513A !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primary\/0{--tw-shadow-color: rgb(1 81 58 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primary\/10{--tw-shadow-color: rgb(1 81 58 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primary\/100{--tw-shadow-color: rgb(1 81 58 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primary\/15{--tw-shadow-color: rgb(1 81 58 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primary\/20{--tw-shadow-color: rgb(1 81 58 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primary\/25{--tw-shadow-color: rgb(1 81 58 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primary\/30{--tw-shadow-color: rgb(1 81 58 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primary\/35{--tw-shadow-color: rgb(1 81 58 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primary\/40{--tw-shadow-color: rgb(1 81 58 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primary\/45{--tw-shadow-color: rgb(1 81 58 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primary\/5{--tw-shadow-color: rgb(1 81 58 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primary\/50{--tw-shadow-color: rgb(1 81 58 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primary\/55{--tw-shadow-color: rgb(1 81 58 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primary\/60{--tw-shadow-color: rgb(1 81 58 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primary\/65{--tw-shadow-color: rgb(1 81 58 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primary\/70{--tw-shadow-color: rgb(1 81 58 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primary\/75{--tw-shadow-color: rgb(1 81 58 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primary\/80{--tw-shadow-color: rgb(1 81 58 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primary\/85{--tw-shadow-color: rgb(1 81 58 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primary\/90{--tw-shadow-color: rgb(1 81 58 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primary\/95{--tw-shadow-color: rgb(1 81 58 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primaryLight{--tw-shadow-color: #E1EEE9 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primaryLight\/0{--tw-shadow-color: rgb(225 238 233 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primaryLight\/10{--tw-shadow-color: rgb(225 238 233 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primaryLight\/100{--tw-shadow-color: rgb(225 238 233 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primaryLight\/15{--tw-shadow-color: rgb(225 238 233 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primaryLight\/20{--tw-shadow-color: rgb(225 238 233 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primaryLight\/25{--tw-shadow-color: rgb(225 238 233 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primaryLight\/30{--tw-shadow-color: rgb(225 238 233 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primaryLight\/35{--tw-shadow-color: rgb(225 238 233 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primaryLight\/40{--tw-shadow-color: rgb(225 238 233 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primaryLight\/45{--tw-shadow-color: rgb(225 238 233 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primaryLight\/5{--tw-shadow-color: rgb(225 238 233 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primaryLight\/50{--tw-shadow-color: rgb(225 238 233 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primaryLight\/55{--tw-shadow-color: rgb(225 238 233 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primaryLight\/60{--tw-shadow-color: rgb(225 238 233 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primaryLight\/65{--tw-shadow-color: rgb(225 238 233 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primaryLight\/70{--tw-shadow-color: rgb(225 238 233 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primaryLight\/75{--tw-shadow-color: rgb(225 238 233 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primaryLight\/80{--tw-shadow-color: rgb(225 238 233 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primaryLight\/85{--tw-shadow-color: rgb(225 238 233 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primaryLight\/90{--tw-shadow-color: rgb(225 238 233 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-primaryLight\/95{--tw-shadow-color: rgb(225 238 233 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-100{--tw-shadow-color: #f3e8ff !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-100\/0{--tw-shadow-color: rgb(243 232 255 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-100\/10{--tw-shadow-color: rgb(243 232 255 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-100\/100{--tw-shadow-color: rgb(243 232 255 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-100\/15{--tw-shadow-color: rgb(243 232 255 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-100\/20{--tw-shadow-color: rgb(243 232 255 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-100\/25{--tw-shadow-color: rgb(243 232 255 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-100\/30{--tw-shadow-color: rgb(243 232 255 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-100\/35{--tw-shadow-color: rgb(243 232 255 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-100\/40{--tw-shadow-color: rgb(243 232 255 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-100\/45{--tw-shadow-color: rgb(243 232 255 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-100\/5{--tw-shadow-color: rgb(243 232 255 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-100\/50{--tw-shadow-color: rgb(243 232 255 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-100\/55{--tw-shadow-color: rgb(243 232 255 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-100\/60{--tw-shadow-color: rgb(243 232 255 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-100\/65{--tw-shadow-color: rgb(243 232 255 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-100\/70{--tw-shadow-color: rgb(243 232 255 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-100\/75{--tw-shadow-color: rgb(243 232 255 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-100\/80{--tw-shadow-color: rgb(243 232 255 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-100\/85{--tw-shadow-color: rgb(243 232 255 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-100\/90{--tw-shadow-color: rgb(243 232 255 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-100\/95{--tw-shadow-color: rgb(243 232 255 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-200{--tw-shadow-color: #e9d5ff !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-200\/0{--tw-shadow-color: rgb(233 213 255 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-200\/10{--tw-shadow-color: rgb(233 213 255 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-200\/100{--tw-shadow-color: rgb(233 213 255 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-200\/15{--tw-shadow-color: rgb(233 213 255 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-200\/20{--tw-shadow-color: rgb(233 213 255 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-200\/25{--tw-shadow-color: rgb(233 213 255 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-200\/30{--tw-shadow-color: rgb(233 213 255 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-200\/35{--tw-shadow-color: rgb(233 213 255 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-200\/40{--tw-shadow-color: rgb(233 213 255 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-200\/45{--tw-shadow-color: rgb(233 213 255 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-200\/5{--tw-shadow-color: rgb(233 213 255 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-200\/50{--tw-shadow-color: rgb(233 213 255 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-200\/55{--tw-shadow-color: rgb(233 213 255 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-200\/60{--tw-shadow-color: rgb(233 213 255 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-200\/65{--tw-shadow-color: rgb(233 213 255 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-200\/70{--tw-shadow-color: rgb(233 213 255 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-200\/75{--tw-shadow-color: rgb(233 213 255 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-200\/80{--tw-shadow-color: rgb(233 213 255 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-200\/85{--tw-shadow-color: rgb(233 213 255 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-200\/90{--tw-shadow-color: rgb(233 213 255 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-200\/95{--tw-shadow-color: rgb(233 213 255 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-300{--tw-shadow-color: #d8b4fe !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-300\/0{--tw-shadow-color: rgb(216 180 254 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-300\/10{--tw-shadow-color: rgb(216 180 254 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-300\/100{--tw-shadow-color: rgb(216 180 254 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-300\/15{--tw-shadow-color: rgb(216 180 254 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-300\/20{--tw-shadow-color: rgb(216 180 254 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-300\/25{--tw-shadow-color: rgb(216 180 254 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-300\/30{--tw-shadow-color: rgb(216 180 254 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-300\/35{--tw-shadow-color: rgb(216 180 254 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-300\/40{--tw-shadow-color: rgb(216 180 254 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-300\/45{--tw-shadow-color: rgb(216 180 254 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-300\/5{--tw-shadow-color: rgb(216 180 254 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-300\/50{--tw-shadow-color: rgb(216 180 254 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-300\/55{--tw-shadow-color: rgb(216 180 254 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-300\/60{--tw-shadow-color: rgb(216 180 254 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-300\/65{--tw-shadow-color: rgb(216 180 254 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-300\/70{--tw-shadow-color: rgb(216 180 254 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-300\/75{--tw-shadow-color: rgb(216 180 254 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-300\/80{--tw-shadow-color: rgb(216 180 254 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-300\/85{--tw-shadow-color: rgb(216 180 254 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-300\/90{--tw-shadow-color: rgb(216 180 254 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-300\/95{--tw-shadow-color: rgb(216 180 254 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-400{--tw-shadow-color: #c084fc !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-400\/0{--tw-shadow-color: rgb(192 132 252 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-400\/10{--tw-shadow-color: rgb(192 132 252 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-400\/100{--tw-shadow-color: rgb(192 132 252 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-400\/15{--tw-shadow-color: rgb(192 132 252 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-400\/20{--tw-shadow-color: rgb(192 132 252 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-400\/25{--tw-shadow-color: rgb(192 132 252 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-400\/30{--tw-shadow-color: rgb(192 132 252 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-400\/35{--tw-shadow-color: rgb(192 132 252 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-400\/40{--tw-shadow-color: rgb(192 132 252 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-400\/45{--tw-shadow-color: rgb(192 132 252 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-400\/5{--tw-shadow-color: rgb(192 132 252 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-400\/50{--tw-shadow-color: rgb(192 132 252 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-400\/55{--tw-shadow-color: rgb(192 132 252 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-400\/60{--tw-shadow-color: rgb(192 132 252 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-400\/65{--tw-shadow-color: rgb(192 132 252 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-400\/70{--tw-shadow-color: rgb(192 132 252 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-400\/75{--tw-shadow-color: rgb(192 132 252 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-400\/80{--tw-shadow-color: rgb(192 132 252 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-400\/85{--tw-shadow-color: rgb(192 132 252 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-400\/90{--tw-shadow-color: rgb(192 132 252 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-400\/95{--tw-shadow-color: rgb(192 132 252 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-50{--tw-shadow-color: #faf5ff !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-50\/0{--tw-shadow-color: rgb(250 245 255 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-50\/10{--tw-shadow-color: rgb(250 245 255 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-50\/100{--tw-shadow-color: rgb(250 245 255 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-50\/15{--tw-shadow-color: rgb(250 245 255 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-50\/20{--tw-shadow-color: rgb(250 245 255 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-50\/25{--tw-shadow-color: rgb(250 245 255 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-50\/30{--tw-shadow-color: rgb(250 245 255 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-50\/35{--tw-shadow-color: rgb(250 245 255 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-50\/40{--tw-shadow-color: rgb(250 245 255 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-50\/45{--tw-shadow-color: rgb(250 245 255 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-50\/5{--tw-shadow-color: rgb(250 245 255 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-50\/50{--tw-shadow-color: rgb(250 245 255 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-50\/55{--tw-shadow-color: rgb(250 245 255 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-50\/60{--tw-shadow-color: rgb(250 245 255 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-50\/65{--tw-shadow-color: rgb(250 245 255 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-50\/70{--tw-shadow-color: rgb(250 245 255 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-50\/75{--tw-shadow-color: rgb(250 245 255 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-50\/80{--tw-shadow-color: rgb(250 245 255 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-50\/85{--tw-shadow-color: rgb(250 245 255 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-50\/90{--tw-shadow-color: rgb(250 245 255 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-50\/95{--tw-shadow-color: rgb(250 245 255 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-500{--tw-shadow-color: #a855f7 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-500\/0{--tw-shadow-color: rgb(168 85 247 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-500\/10{--tw-shadow-color: rgb(168 85 247 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-500\/100{--tw-shadow-color: rgb(168 85 247 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-500\/15{--tw-shadow-color: rgb(168 85 247 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-500\/20{--tw-shadow-color: rgb(168 85 247 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-500\/25{--tw-shadow-color: rgb(168 85 247 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-500\/30{--tw-shadow-color: rgb(168 85 247 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-500\/35{--tw-shadow-color: rgb(168 85 247 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-500\/40{--tw-shadow-color: rgb(168 85 247 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-500\/45{--tw-shadow-color: rgb(168 85 247 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-500\/5{--tw-shadow-color: rgb(168 85 247 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-500\/50{--tw-shadow-color: rgb(168 85 247 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-500\/55{--tw-shadow-color: rgb(168 85 247 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-500\/60{--tw-shadow-color: rgb(168 85 247 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-500\/65{--tw-shadow-color: rgb(168 85 247 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-500\/70{--tw-shadow-color: rgb(168 85 247 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-500\/75{--tw-shadow-color: rgb(168 85 247 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-500\/80{--tw-shadow-color: rgb(168 85 247 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-500\/85{--tw-shadow-color: rgb(168 85 247 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-500\/90{--tw-shadow-color: rgb(168 85 247 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-500\/95{--tw-shadow-color: rgb(168 85 247 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-600{--tw-shadow-color: #9333ea !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-600\/0{--tw-shadow-color: rgb(147 51 234 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-600\/10{--tw-shadow-color: rgb(147 51 234 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-600\/100{--tw-shadow-color: rgb(147 51 234 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-600\/15{--tw-shadow-color: rgb(147 51 234 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-600\/20{--tw-shadow-color: rgb(147 51 234 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-600\/25{--tw-shadow-color: rgb(147 51 234 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-600\/30{--tw-shadow-color: rgb(147 51 234 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-600\/35{--tw-shadow-color: rgb(147 51 234 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-600\/40{--tw-shadow-color: rgb(147 51 234 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-600\/45{--tw-shadow-color: rgb(147 51 234 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-600\/5{--tw-shadow-color: rgb(147 51 234 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-600\/50{--tw-shadow-color: rgb(147 51 234 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-600\/55{--tw-shadow-color: rgb(147 51 234 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-600\/60{--tw-shadow-color: rgb(147 51 234 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-600\/65{--tw-shadow-color: rgb(147 51 234 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-600\/70{--tw-shadow-color: rgb(147 51 234 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-600\/75{--tw-shadow-color: rgb(147 51 234 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-600\/80{--tw-shadow-color: rgb(147 51 234 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-600\/85{--tw-shadow-color: rgb(147 51 234 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-600\/90{--tw-shadow-color: rgb(147 51 234 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-600\/95{--tw-shadow-color: rgb(147 51 234 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-700{--tw-shadow-color: #7e22ce !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-700\/0{--tw-shadow-color: rgb(126 34 206 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-700\/10{--tw-shadow-color: rgb(126 34 206 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-700\/100{--tw-shadow-color: rgb(126 34 206 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-700\/15{--tw-shadow-color: rgb(126 34 206 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-700\/20{--tw-shadow-color: rgb(126 34 206 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-700\/25{--tw-shadow-color: rgb(126 34 206 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-700\/30{--tw-shadow-color: rgb(126 34 206 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-700\/35{--tw-shadow-color: rgb(126 34 206 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-700\/40{--tw-shadow-color: rgb(126 34 206 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-700\/45{--tw-shadow-color: rgb(126 34 206 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-700\/5{--tw-shadow-color: rgb(126 34 206 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-700\/50{--tw-shadow-color: rgb(126 34 206 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-700\/55{--tw-shadow-color: rgb(126 34 206 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-700\/60{--tw-shadow-color: rgb(126 34 206 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-700\/65{--tw-shadow-color: rgb(126 34 206 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-700\/70{--tw-shadow-color: rgb(126 34 206 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-700\/75{--tw-shadow-color: rgb(126 34 206 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-700\/80{--tw-shadow-color: rgb(126 34 206 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-700\/85{--tw-shadow-color: rgb(126 34 206 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-700\/90{--tw-shadow-color: rgb(126 34 206 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-700\/95{--tw-shadow-color: rgb(126 34 206 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-800{--tw-shadow-color: #6b21a8 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-800\/0{--tw-shadow-color: rgb(107 33 168 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-800\/10{--tw-shadow-color: rgb(107 33 168 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-800\/100{--tw-shadow-color: rgb(107 33 168 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-800\/15{--tw-shadow-color: rgb(107 33 168 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-800\/20{--tw-shadow-color: rgb(107 33 168 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-800\/25{--tw-shadow-color: rgb(107 33 168 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-800\/30{--tw-shadow-color: rgb(107 33 168 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-800\/35{--tw-shadow-color: rgb(107 33 168 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-800\/40{--tw-shadow-color: rgb(107 33 168 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-800\/45{--tw-shadow-color: rgb(107 33 168 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-800\/5{--tw-shadow-color: rgb(107 33 168 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-800\/50{--tw-shadow-color: rgb(107 33 168 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-800\/55{--tw-shadow-color: rgb(107 33 168 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-800\/60{--tw-shadow-color: rgb(107 33 168 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-800\/65{--tw-shadow-color: rgb(107 33 168 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-800\/70{--tw-shadow-color: rgb(107 33 168 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-800\/75{--tw-shadow-color: rgb(107 33 168 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-800\/80{--tw-shadow-color: rgb(107 33 168 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-800\/85{--tw-shadow-color: rgb(107 33 168 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-800\/90{--tw-shadow-color: rgb(107 33 168 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-800\/95{--tw-shadow-color: rgb(107 33 168 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-900{--tw-shadow-color: #581c87 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-900\/0{--tw-shadow-color: rgb(88 28 135 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-900\/10{--tw-shadow-color: rgb(88 28 135 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-900\/100{--tw-shadow-color: rgb(88 28 135 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-900\/15{--tw-shadow-color: rgb(88 28 135 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-900\/20{--tw-shadow-color: rgb(88 28 135 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-900\/25{--tw-shadow-color: rgb(88 28 135 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-900\/30{--tw-shadow-color: rgb(88 28 135 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-900\/35{--tw-shadow-color: rgb(88 28 135 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-900\/40{--tw-shadow-color: rgb(88 28 135 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-900\/45{--tw-shadow-color: rgb(88 28 135 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-900\/5{--tw-shadow-color: rgb(88 28 135 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-900\/50{--tw-shadow-color: rgb(88 28 135 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-900\/55{--tw-shadow-color: rgb(88 28 135 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-900\/60{--tw-shadow-color: rgb(88 28 135 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-900\/65{--tw-shadow-color: rgb(88 28 135 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-900\/70{--tw-shadow-color: rgb(88 28 135 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-900\/75{--tw-shadow-color: rgb(88 28 135 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-900\/80{--tw-shadow-color: rgb(88 28 135 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-900\/85{--tw-shadow-color: rgb(88 28 135 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-900\/90{--tw-shadow-color: rgb(88 28 135 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-900\/95{--tw-shadow-color: rgb(88 28 135 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-950{--tw-shadow-color: #3b0764 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-950\/0{--tw-shadow-color: rgb(59 7 100 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-950\/10{--tw-shadow-color: rgb(59 7 100 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-950\/100{--tw-shadow-color: rgb(59 7 100 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-950\/15{--tw-shadow-color: rgb(59 7 100 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-950\/20{--tw-shadow-color: rgb(59 7 100 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-950\/25{--tw-shadow-color: rgb(59 7 100 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-950\/30{--tw-shadow-color: rgb(59 7 100 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-950\/35{--tw-shadow-color: rgb(59 7 100 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-950\/40{--tw-shadow-color: rgb(59 7 100 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-950\/45{--tw-shadow-color: rgb(59 7 100 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-950\/5{--tw-shadow-color: rgb(59 7 100 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-950\/50{--tw-shadow-color: rgb(59 7 100 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-950\/55{--tw-shadow-color: rgb(59 7 100 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-950\/60{--tw-shadow-color: rgb(59 7 100 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-950\/65{--tw-shadow-color: rgb(59 7 100 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-950\/70{--tw-shadow-color: rgb(59 7 100 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-950\/75{--tw-shadow-color: rgb(59 7 100 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-950\/80{--tw-shadow-color: rgb(59 7 100 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-950\/85{--tw-shadow-color: rgb(59 7 100 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-950\/90{--tw-shadow-color: rgb(59 7 100 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-purple-950\/95{--tw-shadow-color: rgb(59 7 100 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-100{--tw-shadow-color: #fee2e2 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-100\/0{--tw-shadow-color: rgb(254 226 226 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-100\/10{--tw-shadow-color: rgb(254 226 226 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-100\/100{--tw-shadow-color: rgb(254 226 226 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-100\/15{--tw-shadow-color: rgb(254 226 226 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-100\/20{--tw-shadow-color: rgb(254 226 226 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-100\/25{--tw-shadow-color: rgb(254 226 226 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-100\/30{--tw-shadow-color: rgb(254 226 226 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-100\/35{--tw-shadow-color: rgb(254 226 226 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-100\/40{--tw-shadow-color: rgb(254 226 226 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-100\/45{--tw-shadow-color: rgb(254 226 226 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-100\/5{--tw-shadow-color: rgb(254 226 226 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-100\/50{--tw-shadow-color: rgb(254 226 226 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-100\/55{--tw-shadow-color: rgb(254 226 226 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-100\/60{--tw-shadow-color: rgb(254 226 226 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-100\/65{--tw-shadow-color: rgb(254 226 226 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-100\/70{--tw-shadow-color: rgb(254 226 226 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-100\/75{--tw-shadow-color: rgb(254 226 226 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-100\/80{--tw-shadow-color: rgb(254 226 226 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-100\/85{--tw-shadow-color: rgb(254 226 226 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-100\/90{--tw-shadow-color: rgb(254 226 226 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-100\/95{--tw-shadow-color: rgb(254 226 226 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-200{--tw-shadow-color: #fecaca !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-200\/0{--tw-shadow-color: rgb(254 202 202 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-200\/10{--tw-shadow-color: rgb(254 202 202 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-200\/100{--tw-shadow-color: rgb(254 202 202 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-200\/15{--tw-shadow-color: rgb(254 202 202 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-200\/20{--tw-shadow-color: rgb(254 202 202 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-200\/25{--tw-shadow-color: rgb(254 202 202 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-200\/30{--tw-shadow-color: rgb(254 202 202 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-200\/35{--tw-shadow-color: rgb(254 202 202 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-200\/40{--tw-shadow-color: rgb(254 202 202 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-200\/45{--tw-shadow-color: rgb(254 202 202 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-200\/5{--tw-shadow-color: rgb(254 202 202 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-200\/50{--tw-shadow-color: rgb(254 202 202 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-200\/55{--tw-shadow-color: rgb(254 202 202 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-200\/60{--tw-shadow-color: rgb(254 202 202 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-200\/65{--tw-shadow-color: rgb(254 202 202 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-200\/70{--tw-shadow-color: rgb(254 202 202 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-200\/75{--tw-shadow-color: rgb(254 202 202 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-200\/80{--tw-shadow-color: rgb(254 202 202 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-200\/85{--tw-shadow-color: rgb(254 202 202 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-200\/90{--tw-shadow-color: rgb(254 202 202 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-200\/95{--tw-shadow-color: rgb(254 202 202 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-300{--tw-shadow-color: #fca5a5 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-300\/0{--tw-shadow-color: rgb(252 165 165 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-300\/10{--tw-shadow-color: rgb(252 165 165 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-300\/100{--tw-shadow-color: rgb(252 165 165 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-300\/15{--tw-shadow-color: rgb(252 165 165 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-300\/20{--tw-shadow-color: rgb(252 165 165 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-300\/25{--tw-shadow-color: rgb(252 165 165 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-300\/30{--tw-shadow-color: rgb(252 165 165 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-300\/35{--tw-shadow-color: rgb(252 165 165 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-300\/40{--tw-shadow-color: rgb(252 165 165 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-300\/45{--tw-shadow-color: rgb(252 165 165 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-300\/5{--tw-shadow-color: rgb(252 165 165 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-300\/50{--tw-shadow-color: rgb(252 165 165 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-300\/55{--tw-shadow-color: rgb(252 165 165 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-300\/60{--tw-shadow-color: rgb(252 165 165 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-300\/65{--tw-shadow-color: rgb(252 165 165 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-300\/70{--tw-shadow-color: rgb(252 165 165 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-300\/75{--tw-shadow-color: rgb(252 165 165 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-300\/80{--tw-shadow-color: rgb(252 165 165 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-300\/85{--tw-shadow-color: rgb(252 165 165 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-300\/90{--tw-shadow-color: rgb(252 165 165 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-300\/95{--tw-shadow-color: rgb(252 165 165 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-400{--tw-shadow-color: #f87171 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-400\/0{--tw-shadow-color: rgb(248 113 113 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-400\/10{--tw-shadow-color: rgb(248 113 113 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-400\/100{--tw-shadow-color: rgb(248 113 113 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-400\/15{--tw-shadow-color: rgb(248 113 113 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-400\/20{--tw-shadow-color: rgb(248 113 113 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-400\/25{--tw-shadow-color: rgb(248 113 113 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-400\/30{--tw-shadow-color: rgb(248 113 113 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-400\/35{--tw-shadow-color: rgb(248 113 113 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-400\/40{--tw-shadow-color: rgb(248 113 113 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-400\/45{--tw-shadow-color: rgb(248 113 113 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-400\/5{--tw-shadow-color: rgb(248 113 113 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-400\/50{--tw-shadow-color: rgb(248 113 113 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-400\/55{--tw-shadow-color: rgb(248 113 113 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-400\/60{--tw-shadow-color: rgb(248 113 113 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-400\/65{--tw-shadow-color: rgb(248 113 113 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-400\/70{--tw-shadow-color: rgb(248 113 113 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-400\/75{--tw-shadow-color: rgb(248 113 113 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-400\/80{--tw-shadow-color: rgb(248 113 113 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-400\/85{--tw-shadow-color: rgb(248 113 113 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-400\/90{--tw-shadow-color: rgb(248 113 113 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-400\/95{--tw-shadow-color: rgb(248 113 113 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-50{--tw-shadow-color: #fef2f2 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-50\/0{--tw-shadow-color: rgb(254 242 242 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-50\/10{--tw-shadow-color: rgb(254 242 242 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-50\/100{--tw-shadow-color: rgb(254 242 242 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-50\/15{--tw-shadow-color: rgb(254 242 242 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-50\/20{--tw-shadow-color: rgb(254 242 242 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-50\/25{--tw-shadow-color: rgb(254 242 242 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-50\/30{--tw-shadow-color: rgb(254 242 242 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-50\/35{--tw-shadow-color: rgb(254 242 242 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-50\/40{--tw-shadow-color: rgb(254 242 242 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-50\/45{--tw-shadow-color: rgb(254 242 242 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-50\/5{--tw-shadow-color: rgb(254 242 242 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-50\/50{--tw-shadow-color: rgb(254 242 242 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-50\/55{--tw-shadow-color: rgb(254 242 242 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-50\/60{--tw-shadow-color: rgb(254 242 242 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-50\/65{--tw-shadow-color: rgb(254 242 242 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-50\/70{--tw-shadow-color: rgb(254 242 242 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-50\/75{--tw-shadow-color: rgb(254 242 242 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-50\/80{--tw-shadow-color: rgb(254 242 242 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-50\/85{--tw-shadow-color: rgb(254 242 242 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-50\/90{--tw-shadow-color: rgb(254 242 242 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-50\/95{--tw-shadow-color: rgb(254 242 242 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-500{--tw-shadow-color: #ef4444 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-500\/0{--tw-shadow-color: rgb(239 68 68 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-500\/10{--tw-shadow-color: rgb(239 68 68 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-500\/100{--tw-shadow-color: rgb(239 68 68 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-500\/15{--tw-shadow-color: rgb(239 68 68 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-500\/20{--tw-shadow-color: rgb(239 68 68 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-500\/25{--tw-shadow-color: rgb(239 68 68 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-500\/30{--tw-shadow-color: rgb(239 68 68 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-500\/35{--tw-shadow-color: rgb(239 68 68 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-500\/40{--tw-shadow-color: rgb(239 68 68 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-500\/45{--tw-shadow-color: rgb(239 68 68 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-500\/5{--tw-shadow-color: rgb(239 68 68 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-500\/50{--tw-shadow-color: rgb(239 68 68 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-500\/55{--tw-shadow-color: rgb(239 68 68 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-500\/60{--tw-shadow-color: rgb(239 68 68 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-500\/65{--tw-shadow-color: rgb(239 68 68 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-500\/70{--tw-shadow-color: rgb(239 68 68 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-500\/75{--tw-shadow-color: rgb(239 68 68 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-500\/80{--tw-shadow-color: rgb(239 68 68 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-500\/85{--tw-shadow-color: rgb(239 68 68 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-500\/90{--tw-shadow-color: rgb(239 68 68 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-500\/95{--tw-shadow-color: rgb(239 68 68 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-600{--tw-shadow-color: #dc2626 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-600\/0{--tw-shadow-color: rgb(220 38 38 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-600\/10{--tw-shadow-color: rgb(220 38 38 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-600\/100{--tw-shadow-color: rgb(220 38 38 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-600\/15{--tw-shadow-color: rgb(220 38 38 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-600\/20{--tw-shadow-color: rgb(220 38 38 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-600\/25{--tw-shadow-color: rgb(220 38 38 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-600\/30{--tw-shadow-color: rgb(220 38 38 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-600\/35{--tw-shadow-color: rgb(220 38 38 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-600\/40{--tw-shadow-color: rgb(220 38 38 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-600\/45{--tw-shadow-color: rgb(220 38 38 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-600\/5{--tw-shadow-color: rgb(220 38 38 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-600\/50{--tw-shadow-color: rgb(220 38 38 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-600\/55{--tw-shadow-color: rgb(220 38 38 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-600\/60{--tw-shadow-color: rgb(220 38 38 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-600\/65{--tw-shadow-color: rgb(220 38 38 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-600\/70{--tw-shadow-color: rgb(220 38 38 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-600\/75{--tw-shadow-color: rgb(220 38 38 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-600\/80{--tw-shadow-color: rgb(220 38 38 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-600\/85{--tw-shadow-color: rgb(220 38 38 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-600\/90{--tw-shadow-color: rgb(220 38 38 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-600\/95{--tw-shadow-color: rgb(220 38 38 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-700{--tw-shadow-color: #b91c1c !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-700\/0{--tw-shadow-color: rgb(185 28 28 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-700\/10{--tw-shadow-color: rgb(185 28 28 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-700\/100{--tw-shadow-color: rgb(185 28 28 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-700\/15{--tw-shadow-color: rgb(185 28 28 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-700\/20{--tw-shadow-color: rgb(185 28 28 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-700\/25{--tw-shadow-color: rgb(185 28 28 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-700\/30{--tw-shadow-color: rgb(185 28 28 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-700\/35{--tw-shadow-color: rgb(185 28 28 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-700\/40{--tw-shadow-color: rgb(185 28 28 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-700\/45{--tw-shadow-color: rgb(185 28 28 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-700\/5{--tw-shadow-color: rgb(185 28 28 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-700\/50{--tw-shadow-color: rgb(185 28 28 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-700\/55{--tw-shadow-color: rgb(185 28 28 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-700\/60{--tw-shadow-color: rgb(185 28 28 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-700\/65{--tw-shadow-color: rgb(185 28 28 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-700\/70{--tw-shadow-color: rgb(185 28 28 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-700\/75{--tw-shadow-color: rgb(185 28 28 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-700\/80{--tw-shadow-color: rgb(185 28 28 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-700\/85{--tw-shadow-color: rgb(185 28 28 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-700\/90{--tw-shadow-color: rgb(185 28 28 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-700\/95{--tw-shadow-color: rgb(185 28 28 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-800{--tw-shadow-color: #991b1b !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-800\/0{--tw-shadow-color: rgb(153 27 27 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-800\/10{--tw-shadow-color: rgb(153 27 27 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-800\/100{--tw-shadow-color: rgb(153 27 27 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-800\/15{--tw-shadow-color: rgb(153 27 27 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-800\/20{--tw-shadow-color: rgb(153 27 27 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-800\/25{--tw-shadow-color: rgb(153 27 27 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-800\/30{--tw-shadow-color: rgb(153 27 27 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-800\/35{--tw-shadow-color: rgb(153 27 27 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-800\/40{--tw-shadow-color: rgb(153 27 27 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-800\/45{--tw-shadow-color: rgb(153 27 27 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-800\/5{--tw-shadow-color: rgb(153 27 27 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-800\/50{--tw-shadow-color: rgb(153 27 27 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-800\/55{--tw-shadow-color: rgb(153 27 27 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-800\/60{--tw-shadow-color: rgb(153 27 27 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-800\/65{--tw-shadow-color: rgb(153 27 27 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-800\/70{--tw-shadow-color: rgb(153 27 27 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-800\/75{--tw-shadow-color: rgb(153 27 27 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-800\/80{--tw-shadow-color: rgb(153 27 27 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-800\/85{--tw-shadow-color: rgb(153 27 27 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-800\/90{--tw-shadow-color: rgb(153 27 27 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-800\/95{--tw-shadow-color: rgb(153 27 27 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-900{--tw-shadow-color: #7f1d1d !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-900\/0{--tw-shadow-color: rgb(127 29 29 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-900\/10{--tw-shadow-color: rgb(127 29 29 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-900\/100{--tw-shadow-color: rgb(127 29 29 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-900\/15{--tw-shadow-color: rgb(127 29 29 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-900\/20{--tw-shadow-color: rgb(127 29 29 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-900\/25{--tw-shadow-color: rgb(127 29 29 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-900\/30{--tw-shadow-color: rgb(127 29 29 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-900\/35{--tw-shadow-color: rgb(127 29 29 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-900\/40{--tw-shadow-color: rgb(127 29 29 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-900\/45{--tw-shadow-color: rgb(127 29 29 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-900\/5{--tw-shadow-color: rgb(127 29 29 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-900\/50{--tw-shadow-color: rgb(127 29 29 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-900\/55{--tw-shadow-color: rgb(127 29 29 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-900\/60{--tw-shadow-color: rgb(127 29 29 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-900\/65{--tw-shadow-color: rgb(127 29 29 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-900\/70{--tw-shadow-color: rgb(127 29 29 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-900\/75{--tw-shadow-color: rgb(127 29 29 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-900\/80{--tw-shadow-color: rgb(127 29 29 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-900\/85{--tw-shadow-color: rgb(127 29 29 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-900\/90{--tw-shadow-color: rgb(127 29 29 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-900\/95{--tw-shadow-color: rgb(127 29 29 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-950{--tw-shadow-color: #450a0a !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-950\/0{--tw-shadow-color: rgb(69 10 10 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-950\/10{--tw-shadow-color: rgb(69 10 10 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-950\/100{--tw-shadow-color: rgb(69 10 10 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-950\/15{--tw-shadow-color: rgb(69 10 10 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-950\/20{--tw-shadow-color: rgb(69 10 10 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-950\/25{--tw-shadow-color: rgb(69 10 10 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-950\/30{--tw-shadow-color: rgb(69 10 10 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-950\/35{--tw-shadow-color: rgb(69 10 10 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-950\/40{--tw-shadow-color: rgb(69 10 10 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-950\/45{--tw-shadow-color: rgb(69 10 10 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-950\/5{--tw-shadow-color: rgb(69 10 10 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-950\/50{--tw-shadow-color: rgb(69 10 10 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-950\/55{--tw-shadow-color: rgb(69 10 10 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-950\/60{--tw-shadow-color: rgb(69 10 10 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-950\/65{--tw-shadow-color: rgb(69 10 10 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-950\/70{--tw-shadow-color: rgb(69 10 10 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-950\/75{--tw-shadow-color: rgb(69 10 10 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-950\/80{--tw-shadow-color: rgb(69 10 10 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-950\/85{--tw-shadow-color: rgb(69 10 10 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-950\/90{--tw-shadow-color: rgb(69 10 10 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-red-950\/95{--tw-shadow-color: rgb(69 10 10 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-100{--tw-shadow-color: #ffe4e6 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-100\/0{--tw-shadow-color: rgb(255 228 230 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-100\/10{--tw-shadow-color: rgb(255 228 230 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-100\/100{--tw-shadow-color: rgb(255 228 230 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-100\/15{--tw-shadow-color: rgb(255 228 230 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-100\/20{--tw-shadow-color: rgb(255 228 230 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-100\/25{--tw-shadow-color: rgb(255 228 230 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-100\/30{--tw-shadow-color: rgb(255 228 230 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-100\/35{--tw-shadow-color: rgb(255 228 230 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-100\/40{--tw-shadow-color: rgb(255 228 230 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-100\/45{--tw-shadow-color: rgb(255 228 230 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-100\/5{--tw-shadow-color: rgb(255 228 230 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-100\/50{--tw-shadow-color: rgb(255 228 230 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-100\/55{--tw-shadow-color: rgb(255 228 230 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-100\/60{--tw-shadow-color: rgb(255 228 230 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-100\/65{--tw-shadow-color: rgb(255 228 230 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-100\/70{--tw-shadow-color: rgb(255 228 230 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-100\/75{--tw-shadow-color: rgb(255 228 230 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-100\/80{--tw-shadow-color: rgb(255 228 230 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-100\/85{--tw-shadow-color: rgb(255 228 230 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-100\/90{--tw-shadow-color: rgb(255 228 230 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-100\/95{--tw-shadow-color: rgb(255 228 230 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-200{--tw-shadow-color: #fecdd3 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-200\/0{--tw-shadow-color: rgb(254 205 211 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-200\/10{--tw-shadow-color: rgb(254 205 211 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-200\/100{--tw-shadow-color: rgb(254 205 211 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-200\/15{--tw-shadow-color: rgb(254 205 211 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-200\/20{--tw-shadow-color: rgb(254 205 211 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-200\/25{--tw-shadow-color: rgb(254 205 211 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-200\/30{--tw-shadow-color: rgb(254 205 211 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-200\/35{--tw-shadow-color: rgb(254 205 211 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-200\/40{--tw-shadow-color: rgb(254 205 211 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-200\/45{--tw-shadow-color: rgb(254 205 211 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-200\/5{--tw-shadow-color: rgb(254 205 211 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-200\/50{--tw-shadow-color: rgb(254 205 211 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-200\/55{--tw-shadow-color: rgb(254 205 211 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-200\/60{--tw-shadow-color: rgb(254 205 211 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-200\/65{--tw-shadow-color: rgb(254 205 211 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-200\/70{--tw-shadow-color: rgb(254 205 211 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-200\/75{--tw-shadow-color: rgb(254 205 211 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-200\/80{--tw-shadow-color: rgb(254 205 211 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-200\/85{--tw-shadow-color: rgb(254 205 211 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-200\/90{--tw-shadow-color: rgb(254 205 211 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-200\/95{--tw-shadow-color: rgb(254 205 211 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-300{--tw-shadow-color: #fda4af !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-300\/0{--tw-shadow-color: rgb(253 164 175 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-300\/10{--tw-shadow-color: rgb(253 164 175 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-300\/100{--tw-shadow-color: rgb(253 164 175 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-300\/15{--tw-shadow-color: rgb(253 164 175 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-300\/20{--tw-shadow-color: rgb(253 164 175 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-300\/25{--tw-shadow-color: rgb(253 164 175 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-300\/30{--tw-shadow-color: rgb(253 164 175 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-300\/35{--tw-shadow-color: rgb(253 164 175 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-300\/40{--tw-shadow-color: rgb(253 164 175 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-300\/45{--tw-shadow-color: rgb(253 164 175 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-300\/5{--tw-shadow-color: rgb(253 164 175 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-300\/50{--tw-shadow-color: rgb(253 164 175 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-300\/55{--tw-shadow-color: rgb(253 164 175 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-300\/60{--tw-shadow-color: rgb(253 164 175 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-300\/65{--tw-shadow-color: rgb(253 164 175 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-300\/70{--tw-shadow-color: rgb(253 164 175 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-300\/75{--tw-shadow-color: rgb(253 164 175 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-300\/80{--tw-shadow-color: rgb(253 164 175 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-300\/85{--tw-shadow-color: rgb(253 164 175 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-300\/90{--tw-shadow-color: rgb(253 164 175 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-300\/95{--tw-shadow-color: rgb(253 164 175 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-400{--tw-shadow-color: #fb7185 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-400\/0{--tw-shadow-color: rgb(251 113 133 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-400\/10{--tw-shadow-color: rgb(251 113 133 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-400\/100{--tw-shadow-color: rgb(251 113 133 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-400\/15{--tw-shadow-color: rgb(251 113 133 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-400\/20{--tw-shadow-color: rgb(251 113 133 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-400\/25{--tw-shadow-color: rgb(251 113 133 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-400\/30{--tw-shadow-color: rgb(251 113 133 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-400\/35{--tw-shadow-color: rgb(251 113 133 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-400\/40{--tw-shadow-color: rgb(251 113 133 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-400\/45{--tw-shadow-color: rgb(251 113 133 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-400\/5{--tw-shadow-color: rgb(251 113 133 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-400\/50{--tw-shadow-color: rgb(251 113 133 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-400\/55{--tw-shadow-color: rgb(251 113 133 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-400\/60{--tw-shadow-color: rgb(251 113 133 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-400\/65{--tw-shadow-color: rgb(251 113 133 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-400\/70{--tw-shadow-color: rgb(251 113 133 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-400\/75{--tw-shadow-color: rgb(251 113 133 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-400\/80{--tw-shadow-color: rgb(251 113 133 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-400\/85{--tw-shadow-color: rgb(251 113 133 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-400\/90{--tw-shadow-color: rgb(251 113 133 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-400\/95{--tw-shadow-color: rgb(251 113 133 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-50{--tw-shadow-color: #fff1f2 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-50\/0{--tw-shadow-color: rgb(255 241 242 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-50\/10{--tw-shadow-color: rgb(255 241 242 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-50\/100{--tw-shadow-color: rgb(255 241 242 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-50\/15{--tw-shadow-color: rgb(255 241 242 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-50\/20{--tw-shadow-color: rgb(255 241 242 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-50\/25{--tw-shadow-color: rgb(255 241 242 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-50\/30{--tw-shadow-color: rgb(255 241 242 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-50\/35{--tw-shadow-color: rgb(255 241 242 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-50\/40{--tw-shadow-color: rgb(255 241 242 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-50\/45{--tw-shadow-color: rgb(255 241 242 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-50\/5{--tw-shadow-color: rgb(255 241 242 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-50\/50{--tw-shadow-color: rgb(255 241 242 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-50\/55{--tw-shadow-color: rgb(255 241 242 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-50\/60{--tw-shadow-color: rgb(255 241 242 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-50\/65{--tw-shadow-color: rgb(255 241 242 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-50\/70{--tw-shadow-color: rgb(255 241 242 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-50\/75{--tw-shadow-color: rgb(255 241 242 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-50\/80{--tw-shadow-color: rgb(255 241 242 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-50\/85{--tw-shadow-color: rgb(255 241 242 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-50\/90{--tw-shadow-color: rgb(255 241 242 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-50\/95{--tw-shadow-color: rgb(255 241 242 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-500{--tw-shadow-color: #f43f5e !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-500\/0{--tw-shadow-color: rgb(244 63 94 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-500\/10{--tw-shadow-color: rgb(244 63 94 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-500\/100{--tw-shadow-color: rgb(244 63 94 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-500\/15{--tw-shadow-color: rgb(244 63 94 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-500\/20{--tw-shadow-color: rgb(244 63 94 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-500\/25{--tw-shadow-color: rgb(244 63 94 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-500\/30{--tw-shadow-color: rgb(244 63 94 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-500\/35{--tw-shadow-color: rgb(244 63 94 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-500\/40{--tw-shadow-color: rgb(244 63 94 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-500\/45{--tw-shadow-color: rgb(244 63 94 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-500\/5{--tw-shadow-color: rgb(244 63 94 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-500\/50{--tw-shadow-color: rgb(244 63 94 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-500\/55{--tw-shadow-color: rgb(244 63 94 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-500\/60{--tw-shadow-color: rgb(244 63 94 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-500\/65{--tw-shadow-color: rgb(244 63 94 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-500\/70{--tw-shadow-color: rgb(244 63 94 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-500\/75{--tw-shadow-color: rgb(244 63 94 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-500\/80{--tw-shadow-color: rgb(244 63 94 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-500\/85{--tw-shadow-color: rgb(244 63 94 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-500\/90{--tw-shadow-color: rgb(244 63 94 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-500\/95{--tw-shadow-color: rgb(244 63 94 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-600{--tw-shadow-color: #e11d48 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-600\/0{--tw-shadow-color: rgb(225 29 72 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-600\/10{--tw-shadow-color: rgb(225 29 72 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-600\/100{--tw-shadow-color: rgb(225 29 72 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-600\/15{--tw-shadow-color: rgb(225 29 72 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-600\/20{--tw-shadow-color: rgb(225 29 72 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-600\/25{--tw-shadow-color: rgb(225 29 72 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-600\/30{--tw-shadow-color: rgb(225 29 72 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-600\/35{--tw-shadow-color: rgb(225 29 72 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-600\/40{--tw-shadow-color: rgb(225 29 72 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-600\/45{--tw-shadow-color: rgb(225 29 72 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-600\/5{--tw-shadow-color: rgb(225 29 72 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-600\/50{--tw-shadow-color: rgb(225 29 72 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-600\/55{--tw-shadow-color: rgb(225 29 72 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-600\/60{--tw-shadow-color: rgb(225 29 72 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-600\/65{--tw-shadow-color: rgb(225 29 72 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-600\/70{--tw-shadow-color: rgb(225 29 72 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-600\/75{--tw-shadow-color: rgb(225 29 72 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-600\/80{--tw-shadow-color: rgb(225 29 72 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-600\/85{--tw-shadow-color: rgb(225 29 72 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-600\/90{--tw-shadow-color: rgb(225 29 72 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-600\/95{--tw-shadow-color: rgb(225 29 72 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-700{--tw-shadow-color: #be123c !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-700\/0{--tw-shadow-color: rgb(190 18 60 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-700\/10{--tw-shadow-color: rgb(190 18 60 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-700\/100{--tw-shadow-color: rgb(190 18 60 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-700\/15{--tw-shadow-color: rgb(190 18 60 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-700\/20{--tw-shadow-color: rgb(190 18 60 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-700\/25{--tw-shadow-color: rgb(190 18 60 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-700\/30{--tw-shadow-color: rgb(190 18 60 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-700\/35{--tw-shadow-color: rgb(190 18 60 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-700\/40{--tw-shadow-color: rgb(190 18 60 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-700\/45{--tw-shadow-color: rgb(190 18 60 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-700\/5{--tw-shadow-color: rgb(190 18 60 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-700\/50{--tw-shadow-color: rgb(190 18 60 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-700\/55{--tw-shadow-color: rgb(190 18 60 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-700\/60{--tw-shadow-color: rgb(190 18 60 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-700\/65{--tw-shadow-color: rgb(190 18 60 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-700\/70{--tw-shadow-color: rgb(190 18 60 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-700\/75{--tw-shadow-color: rgb(190 18 60 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-700\/80{--tw-shadow-color: rgb(190 18 60 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-700\/85{--tw-shadow-color: rgb(190 18 60 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-700\/90{--tw-shadow-color: rgb(190 18 60 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-700\/95{--tw-shadow-color: rgb(190 18 60 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-800{--tw-shadow-color: #9f1239 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-800\/0{--tw-shadow-color: rgb(159 18 57 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-800\/10{--tw-shadow-color: rgb(159 18 57 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-800\/100{--tw-shadow-color: rgb(159 18 57 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-800\/15{--tw-shadow-color: rgb(159 18 57 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-800\/20{--tw-shadow-color: rgb(159 18 57 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-800\/25{--tw-shadow-color: rgb(159 18 57 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-800\/30{--tw-shadow-color: rgb(159 18 57 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-800\/35{--tw-shadow-color: rgb(159 18 57 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-800\/40{--tw-shadow-color: rgb(159 18 57 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-800\/45{--tw-shadow-color: rgb(159 18 57 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-800\/5{--tw-shadow-color: rgb(159 18 57 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-800\/50{--tw-shadow-color: rgb(159 18 57 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-800\/55{--tw-shadow-color: rgb(159 18 57 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-800\/60{--tw-shadow-color: rgb(159 18 57 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-800\/65{--tw-shadow-color: rgb(159 18 57 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-800\/70{--tw-shadow-color: rgb(159 18 57 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-800\/75{--tw-shadow-color: rgb(159 18 57 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-800\/80{--tw-shadow-color: rgb(159 18 57 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-800\/85{--tw-shadow-color: rgb(159 18 57 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-800\/90{--tw-shadow-color: rgb(159 18 57 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-800\/95{--tw-shadow-color: rgb(159 18 57 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-900{--tw-shadow-color: #881337 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-900\/0{--tw-shadow-color: rgb(136 19 55 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-900\/10{--tw-shadow-color: rgb(136 19 55 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-900\/100{--tw-shadow-color: rgb(136 19 55 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-900\/15{--tw-shadow-color: rgb(136 19 55 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-900\/20{--tw-shadow-color: rgb(136 19 55 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-900\/25{--tw-shadow-color: rgb(136 19 55 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-900\/30{--tw-shadow-color: rgb(136 19 55 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-900\/35{--tw-shadow-color: rgb(136 19 55 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-900\/40{--tw-shadow-color: rgb(136 19 55 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-900\/45{--tw-shadow-color: rgb(136 19 55 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-900\/5{--tw-shadow-color: rgb(136 19 55 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-900\/50{--tw-shadow-color: rgb(136 19 55 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-900\/55{--tw-shadow-color: rgb(136 19 55 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-900\/60{--tw-shadow-color: rgb(136 19 55 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-900\/65{--tw-shadow-color: rgb(136 19 55 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-900\/70{--tw-shadow-color: rgb(136 19 55 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-900\/75{--tw-shadow-color: rgb(136 19 55 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-900\/80{--tw-shadow-color: rgb(136 19 55 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-900\/85{--tw-shadow-color: rgb(136 19 55 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-900\/90{--tw-shadow-color: rgb(136 19 55 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-900\/95{--tw-shadow-color: rgb(136 19 55 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-950{--tw-shadow-color: #4c0519 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-950\/0{--tw-shadow-color: rgb(76 5 25 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-950\/10{--tw-shadow-color: rgb(76 5 25 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-950\/100{--tw-shadow-color: rgb(76 5 25 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-950\/15{--tw-shadow-color: rgb(76 5 25 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-950\/20{--tw-shadow-color: rgb(76 5 25 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-950\/25{--tw-shadow-color: rgb(76 5 25 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-950\/30{--tw-shadow-color: rgb(76 5 25 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-950\/35{--tw-shadow-color: rgb(76 5 25 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-950\/40{--tw-shadow-color: rgb(76 5 25 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-950\/45{--tw-shadow-color: rgb(76 5 25 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-950\/5{--tw-shadow-color: rgb(76 5 25 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-950\/50{--tw-shadow-color: rgb(76 5 25 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-950\/55{--tw-shadow-color: rgb(76 5 25 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-950\/60{--tw-shadow-color: rgb(76 5 25 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-950\/65{--tw-shadow-color: rgb(76 5 25 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-950\/70{--tw-shadow-color: rgb(76 5 25 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-950\/75{--tw-shadow-color: rgb(76 5 25 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-950\/80{--tw-shadow-color: rgb(76 5 25 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-950\/85{--tw-shadow-color: rgb(76 5 25 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-950\/90{--tw-shadow-color: rgb(76 5 25 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-rose-950\/95{--tw-shadow-color: rgb(76 5 25 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondary{--tw-shadow-color: #52816D !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondary\/0{--tw-shadow-color: rgb(82 129 109 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondary\/10{--tw-shadow-color: rgb(82 129 109 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondary\/100{--tw-shadow-color: rgb(82 129 109 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondary\/15{--tw-shadow-color: rgb(82 129 109 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondary\/20{--tw-shadow-color: rgb(82 129 109 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondary\/25{--tw-shadow-color: rgb(82 129 109 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondary\/30{--tw-shadow-color: rgb(82 129 109 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondary\/35{--tw-shadow-color: rgb(82 129 109 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondary\/40{--tw-shadow-color: rgb(82 129 109 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondary\/45{--tw-shadow-color: rgb(82 129 109 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondary\/5{--tw-shadow-color: rgb(82 129 109 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondary\/50{--tw-shadow-color: rgb(82 129 109 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondary\/55{--tw-shadow-color: rgb(82 129 109 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondary\/60{--tw-shadow-color: rgb(82 129 109 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondary\/65{--tw-shadow-color: rgb(82 129 109 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondary\/70{--tw-shadow-color: rgb(82 129 109 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondary\/75{--tw-shadow-color: rgb(82 129 109 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondary\/80{--tw-shadow-color: rgb(82 129 109 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondary\/85{--tw-shadow-color: rgb(82 129 109 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondary\/90{--tw-shadow-color: rgb(82 129 109 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondary\/95{--tw-shadow-color: rgb(82 129 109 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondaryLight{--tw-shadow-color: #F1F7F5 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondaryLight\/0{--tw-shadow-color: rgb(241 247 245 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondaryLight\/10{--tw-shadow-color: rgb(241 247 245 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondaryLight\/100{--tw-shadow-color: rgb(241 247 245 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondaryLight\/15{--tw-shadow-color: rgb(241 247 245 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondaryLight\/20{--tw-shadow-color: rgb(241 247 245 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondaryLight\/25{--tw-shadow-color: rgb(241 247 245 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondaryLight\/30{--tw-shadow-color: rgb(241 247 245 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondaryLight\/35{--tw-shadow-color: rgb(241 247 245 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondaryLight\/40{--tw-shadow-color: rgb(241 247 245 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondaryLight\/45{--tw-shadow-color: rgb(241 247 245 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondaryLight\/5{--tw-shadow-color: rgb(241 247 245 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondaryLight\/50{--tw-shadow-color: rgb(241 247 245 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondaryLight\/55{--tw-shadow-color: rgb(241 247 245 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondaryLight\/60{--tw-shadow-color: rgb(241 247 245 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondaryLight\/65{--tw-shadow-color: rgb(241 247 245 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondaryLight\/70{--tw-shadow-color: rgb(241 247 245 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondaryLight\/75{--tw-shadow-color: rgb(241 247 245 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondaryLight\/80{--tw-shadow-color: rgb(241 247 245 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondaryLight\/85{--tw-shadow-color: rgb(241 247 245 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondaryLight\/90{--tw-shadow-color: rgb(241 247 245 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-secondaryLight\/95{--tw-shadow-color: rgb(241 247 245 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-100{--tw-shadow-color: #e0f2fe !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-100\/0{--tw-shadow-color: rgb(224 242 254 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-100\/10{--tw-shadow-color: rgb(224 242 254 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-100\/100{--tw-shadow-color: rgb(224 242 254 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-100\/15{--tw-shadow-color: rgb(224 242 254 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-100\/20{--tw-shadow-color: rgb(224 242 254 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-100\/25{--tw-shadow-color: rgb(224 242 254 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-100\/30{--tw-shadow-color: rgb(224 242 254 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-100\/35{--tw-shadow-color: rgb(224 242 254 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-100\/40{--tw-shadow-color: rgb(224 242 254 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-100\/45{--tw-shadow-color: rgb(224 242 254 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-100\/5{--tw-shadow-color: rgb(224 242 254 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-100\/50{--tw-shadow-color: rgb(224 242 254 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-100\/55{--tw-shadow-color: rgb(224 242 254 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-100\/60{--tw-shadow-color: rgb(224 242 254 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-100\/65{--tw-shadow-color: rgb(224 242 254 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-100\/70{--tw-shadow-color: rgb(224 242 254 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-100\/75{--tw-shadow-color: rgb(224 242 254 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-100\/80{--tw-shadow-color: rgb(224 242 254 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-100\/85{--tw-shadow-color: rgb(224 242 254 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-100\/90{--tw-shadow-color: rgb(224 242 254 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-100\/95{--tw-shadow-color: rgb(224 242 254 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-200{--tw-shadow-color: #bae6fd !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-200\/0{--tw-shadow-color: rgb(186 230 253 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-200\/10{--tw-shadow-color: rgb(186 230 253 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-200\/100{--tw-shadow-color: rgb(186 230 253 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-200\/15{--tw-shadow-color: rgb(186 230 253 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-200\/20{--tw-shadow-color: rgb(186 230 253 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-200\/25{--tw-shadow-color: rgb(186 230 253 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-200\/30{--tw-shadow-color: rgb(186 230 253 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-200\/35{--tw-shadow-color: rgb(186 230 253 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-200\/40{--tw-shadow-color: rgb(186 230 253 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-200\/45{--tw-shadow-color: rgb(186 230 253 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-200\/5{--tw-shadow-color: rgb(186 230 253 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-200\/50{--tw-shadow-color: rgb(186 230 253 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-200\/55{--tw-shadow-color: rgb(186 230 253 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-200\/60{--tw-shadow-color: rgb(186 230 253 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-200\/65{--tw-shadow-color: rgb(186 230 253 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-200\/70{--tw-shadow-color: rgb(186 230 253 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-200\/75{--tw-shadow-color: rgb(186 230 253 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-200\/80{--tw-shadow-color: rgb(186 230 253 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-200\/85{--tw-shadow-color: rgb(186 230 253 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-200\/90{--tw-shadow-color: rgb(186 230 253 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-200\/95{--tw-shadow-color: rgb(186 230 253 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-300{--tw-shadow-color: #7dd3fc !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-300\/0{--tw-shadow-color: rgb(125 211 252 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-300\/10{--tw-shadow-color: rgb(125 211 252 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-300\/100{--tw-shadow-color: rgb(125 211 252 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-300\/15{--tw-shadow-color: rgb(125 211 252 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-300\/20{--tw-shadow-color: rgb(125 211 252 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-300\/25{--tw-shadow-color: rgb(125 211 252 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-300\/30{--tw-shadow-color: rgb(125 211 252 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-300\/35{--tw-shadow-color: rgb(125 211 252 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-300\/40{--tw-shadow-color: rgb(125 211 252 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-300\/45{--tw-shadow-color: rgb(125 211 252 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-300\/5{--tw-shadow-color: rgb(125 211 252 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-300\/50{--tw-shadow-color: rgb(125 211 252 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-300\/55{--tw-shadow-color: rgb(125 211 252 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-300\/60{--tw-shadow-color: rgb(125 211 252 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-300\/65{--tw-shadow-color: rgb(125 211 252 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-300\/70{--tw-shadow-color: rgb(125 211 252 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-300\/75{--tw-shadow-color: rgb(125 211 252 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-300\/80{--tw-shadow-color: rgb(125 211 252 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-300\/85{--tw-shadow-color: rgb(125 211 252 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-300\/90{--tw-shadow-color: rgb(125 211 252 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-300\/95{--tw-shadow-color: rgb(125 211 252 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-400{--tw-shadow-color: #38bdf8 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-400\/0{--tw-shadow-color: rgb(56 189 248 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-400\/10{--tw-shadow-color: rgb(56 189 248 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-400\/100{--tw-shadow-color: rgb(56 189 248 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-400\/15{--tw-shadow-color: rgb(56 189 248 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-400\/20{--tw-shadow-color: rgb(56 189 248 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-400\/25{--tw-shadow-color: rgb(56 189 248 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-400\/30{--tw-shadow-color: rgb(56 189 248 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-400\/35{--tw-shadow-color: rgb(56 189 248 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-400\/40{--tw-shadow-color: rgb(56 189 248 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-400\/45{--tw-shadow-color: rgb(56 189 248 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-400\/5{--tw-shadow-color: rgb(56 189 248 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-400\/50{--tw-shadow-color: rgb(56 189 248 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-400\/55{--tw-shadow-color: rgb(56 189 248 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-400\/60{--tw-shadow-color: rgb(56 189 248 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-400\/65{--tw-shadow-color: rgb(56 189 248 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-400\/70{--tw-shadow-color: rgb(56 189 248 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-400\/75{--tw-shadow-color: rgb(56 189 248 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-400\/80{--tw-shadow-color: rgb(56 189 248 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-400\/85{--tw-shadow-color: rgb(56 189 248 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-400\/90{--tw-shadow-color: rgb(56 189 248 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-400\/95{--tw-shadow-color: rgb(56 189 248 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-50{--tw-shadow-color: #f0f9ff !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-50\/0{--tw-shadow-color: rgb(240 249 255 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-50\/10{--tw-shadow-color: rgb(240 249 255 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-50\/100{--tw-shadow-color: rgb(240 249 255 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-50\/15{--tw-shadow-color: rgb(240 249 255 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-50\/20{--tw-shadow-color: rgb(240 249 255 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-50\/25{--tw-shadow-color: rgb(240 249 255 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-50\/30{--tw-shadow-color: rgb(240 249 255 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-50\/35{--tw-shadow-color: rgb(240 249 255 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-50\/40{--tw-shadow-color: rgb(240 249 255 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-50\/45{--tw-shadow-color: rgb(240 249 255 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-50\/5{--tw-shadow-color: rgb(240 249 255 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-50\/50{--tw-shadow-color: rgb(240 249 255 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-50\/55{--tw-shadow-color: rgb(240 249 255 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-50\/60{--tw-shadow-color: rgb(240 249 255 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-50\/65{--tw-shadow-color: rgb(240 249 255 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-50\/70{--tw-shadow-color: rgb(240 249 255 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-50\/75{--tw-shadow-color: rgb(240 249 255 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-50\/80{--tw-shadow-color: rgb(240 249 255 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-50\/85{--tw-shadow-color: rgb(240 249 255 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-50\/90{--tw-shadow-color: rgb(240 249 255 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-50\/95{--tw-shadow-color: rgb(240 249 255 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-500{--tw-shadow-color: #0ea5e9 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-500\/0{--tw-shadow-color: rgb(14 165 233 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-500\/10{--tw-shadow-color: rgb(14 165 233 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-500\/100{--tw-shadow-color: rgb(14 165 233 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-500\/15{--tw-shadow-color: rgb(14 165 233 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-500\/20{--tw-shadow-color: rgb(14 165 233 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-500\/25{--tw-shadow-color: rgb(14 165 233 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-500\/30{--tw-shadow-color: rgb(14 165 233 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-500\/35{--tw-shadow-color: rgb(14 165 233 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-500\/40{--tw-shadow-color: rgb(14 165 233 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-500\/45{--tw-shadow-color: rgb(14 165 233 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-500\/5{--tw-shadow-color: rgb(14 165 233 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-500\/50{--tw-shadow-color: rgb(14 165 233 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-500\/55{--tw-shadow-color: rgb(14 165 233 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-500\/60{--tw-shadow-color: rgb(14 165 233 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-500\/65{--tw-shadow-color: rgb(14 165 233 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-500\/70{--tw-shadow-color: rgb(14 165 233 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-500\/75{--tw-shadow-color: rgb(14 165 233 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-500\/80{--tw-shadow-color: rgb(14 165 233 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-500\/85{--tw-shadow-color: rgb(14 165 233 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-500\/90{--tw-shadow-color: rgb(14 165 233 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-500\/95{--tw-shadow-color: rgb(14 165 233 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-600{--tw-shadow-color: #0284c7 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-600\/0{--tw-shadow-color: rgb(2 132 199 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-600\/10{--tw-shadow-color: rgb(2 132 199 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-600\/100{--tw-shadow-color: rgb(2 132 199 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-600\/15{--tw-shadow-color: rgb(2 132 199 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-600\/20{--tw-shadow-color: rgb(2 132 199 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-600\/25{--tw-shadow-color: rgb(2 132 199 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-600\/30{--tw-shadow-color: rgb(2 132 199 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-600\/35{--tw-shadow-color: rgb(2 132 199 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-600\/40{--tw-shadow-color: rgb(2 132 199 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-600\/45{--tw-shadow-color: rgb(2 132 199 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-600\/5{--tw-shadow-color: rgb(2 132 199 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-600\/50{--tw-shadow-color: rgb(2 132 199 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-600\/55{--tw-shadow-color: rgb(2 132 199 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-600\/60{--tw-shadow-color: rgb(2 132 199 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-600\/65{--tw-shadow-color: rgb(2 132 199 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-600\/70{--tw-shadow-color: rgb(2 132 199 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-600\/75{--tw-shadow-color: rgb(2 132 199 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-600\/80{--tw-shadow-color: rgb(2 132 199 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-600\/85{--tw-shadow-color: rgb(2 132 199 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-600\/90{--tw-shadow-color: rgb(2 132 199 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-600\/95{--tw-shadow-color: rgb(2 132 199 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-700{--tw-shadow-color: #0369a1 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-700\/0{--tw-shadow-color: rgb(3 105 161 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-700\/10{--tw-shadow-color: rgb(3 105 161 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-700\/100{--tw-shadow-color: rgb(3 105 161 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-700\/15{--tw-shadow-color: rgb(3 105 161 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-700\/20{--tw-shadow-color: rgb(3 105 161 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-700\/25{--tw-shadow-color: rgb(3 105 161 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-700\/30{--tw-shadow-color: rgb(3 105 161 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-700\/35{--tw-shadow-color: rgb(3 105 161 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-700\/40{--tw-shadow-color: rgb(3 105 161 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-700\/45{--tw-shadow-color: rgb(3 105 161 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-700\/5{--tw-shadow-color: rgb(3 105 161 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-700\/50{--tw-shadow-color: rgb(3 105 161 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-700\/55{--tw-shadow-color: rgb(3 105 161 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-700\/60{--tw-shadow-color: rgb(3 105 161 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-700\/65{--tw-shadow-color: rgb(3 105 161 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-700\/70{--tw-shadow-color: rgb(3 105 161 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-700\/75{--tw-shadow-color: rgb(3 105 161 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-700\/80{--tw-shadow-color: rgb(3 105 161 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-700\/85{--tw-shadow-color: rgb(3 105 161 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-700\/90{--tw-shadow-color: rgb(3 105 161 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-700\/95{--tw-shadow-color: rgb(3 105 161 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-800{--tw-shadow-color: #075985 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-800\/0{--tw-shadow-color: rgb(7 89 133 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-800\/10{--tw-shadow-color: rgb(7 89 133 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-800\/100{--tw-shadow-color: rgb(7 89 133 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-800\/15{--tw-shadow-color: rgb(7 89 133 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-800\/20{--tw-shadow-color: rgb(7 89 133 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-800\/25{--tw-shadow-color: rgb(7 89 133 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-800\/30{--tw-shadow-color: rgb(7 89 133 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-800\/35{--tw-shadow-color: rgb(7 89 133 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-800\/40{--tw-shadow-color: rgb(7 89 133 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-800\/45{--tw-shadow-color: rgb(7 89 133 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-800\/5{--tw-shadow-color: rgb(7 89 133 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-800\/50{--tw-shadow-color: rgb(7 89 133 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-800\/55{--tw-shadow-color: rgb(7 89 133 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-800\/60{--tw-shadow-color: rgb(7 89 133 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-800\/65{--tw-shadow-color: rgb(7 89 133 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-800\/70{--tw-shadow-color: rgb(7 89 133 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-800\/75{--tw-shadow-color: rgb(7 89 133 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-800\/80{--tw-shadow-color: rgb(7 89 133 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-800\/85{--tw-shadow-color: rgb(7 89 133 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-800\/90{--tw-shadow-color: rgb(7 89 133 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-800\/95{--tw-shadow-color: rgb(7 89 133 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-900{--tw-shadow-color: #0c4a6e !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-900\/0{--tw-shadow-color: rgb(12 74 110 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-900\/10{--tw-shadow-color: rgb(12 74 110 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-900\/100{--tw-shadow-color: rgb(12 74 110 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-900\/15{--tw-shadow-color: rgb(12 74 110 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-900\/20{--tw-shadow-color: rgb(12 74 110 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-900\/25{--tw-shadow-color: rgb(12 74 110 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-900\/30{--tw-shadow-color: rgb(12 74 110 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-900\/35{--tw-shadow-color: rgb(12 74 110 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-900\/40{--tw-shadow-color: rgb(12 74 110 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-900\/45{--tw-shadow-color: rgb(12 74 110 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-900\/5{--tw-shadow-color: rgb(12 74 110 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-900\/50{--tw-shadow-color: rgb(12 74 110 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-900\/55{--tw-shadow-color: rgb(12 74 110 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-900\/60{--tw-shadow-color: rgb(12 74 110 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-900\/65{--tw-shadow-color: rgb(12 74 110 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-900\/70{--tw-shadow-color: rgb(12 74 110 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-900\/75{--tw-shadow-color: rgb(12 74 110 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-900\/80{--tw-shadow-color: rgb(12 74 110 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-900\/85{--tw-shadow-color: rgb(12 74 110 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-900\/90{--tw-shadow-color: rgb(12 74 110 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-900\/95{--tw-shadow-color: rgb(12 74 110 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-950{--tw-shadow-color: #082f49 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-950\/0{--tw-shadow-color: rgb(8 47 73 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-950\/10{--tw-shadow-color: rgb(8 47 73 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-950\/100{--tw-shadow-color: rgb(8 47 73 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-950\/15{--tw-shadow-color: rgb(8 47 73 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-950\/20{--tw-shadow-color: rgb(8 47 73 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-950\/25{--tw-shadow-color: rgb(8 47 73 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-950\/30{--tw-shadow-color: rgb(8 47 73 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-950\/35{--tw-shadow-color: rgb(8 47 73 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-950\/40{--tw-shadow-color: rgb(8 47 73 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-950\/45{--tw-shadow-color: rgb(8 47 73 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-950\/5{--tw-shadow-color: rgb(8 47 73 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-950\/50{--tw-shadow-color: rgb(8 47 73 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-950\/55{--tw-shadow-color: rgb(8 47 73 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-950\/60{--tw-shadow-color: rgb(8 47 73 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-950\/65{--tw-shadow-color: rgb(8 47 73 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-950\/70{--tw-shadow-color: rgb(8 47 73 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-950\/75{--tw-shadow-color: rgb(8 47 73 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-950\/80{--tw-shadow-color: rgb(8 47 73 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-950\/85{--tw-shadow-color: rgb(8 47 73 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-950\/90{--tw-shadow-color: rgb(8 47 73 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-sky-950\/95{--tw-shadow-color: rgb(8 47 73 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-100{--tw-shadow-color: #f1f5f9 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-100\/0{--tw-shadow-color: rgb(241 245 249 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-100\/10{--tw-shadow-color: rgb(241 245 249 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-100\/100{--tw-shadow-color: rgb(241 245 249 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-100\/15{--tw-shadow-color: rgb(241 245 249 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-100\/20{--tw-shadow-color: rgb(241 245 249 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-100\/25{--tw-shadow-color: rgb(241 245 249 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-100\/30{--tw-shadow-color: rgb(241 245 249 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-100\/35{--tw-shadow-color: rgb(241 245 249 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-100\/40{--tw-shadow-color: rgb(241 245 249 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-100\/45{--tw-shadow-color: rgb(241 245 249 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-100\/5{--tw-shadow-color: rgb(241 245 249 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-100\/50{--tw-shadow-color: rgb(241 245 249 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-100\/55{--tw-shadow-color: rgb(241 245 249 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-100\/60{--tw-shadow-color: rgb(241 245 249 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-100\/65{--tw-shadow-color: rgb(241 245 249 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-100\/70{--tw-shadow-color: rgb(241 245 249 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-100\/75{--tw-shadow-color: rgb(241 245 249 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-100\/80{--tw-shadow-color: rgb(241 245 249 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-100\/85{--tw-shadow-color: rgb(241 245 249 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-100\/90{--tw-shadow-color: rgb(241 245 249 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-100\/95{--tw-shadow-color: rgb(241 245 249 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-200{--tw-shadow-color: #e2e8f0 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-200\/0{--tw-shadow-color: rgb(226 232 240 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-200\/10{--tw-shadow-color: rgb(226 232 240 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-200\/100{--tw-shadow-color: rgb(226 232 240 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-200\/15{--tw-shadow-color: rgb(226 232 240 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-200\/20{--tw-shadow-color: rgb(226 232 240 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-200\/25{--tw-shadow-color: rgb(226 232 240 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-200\/30{--tw-shadow-color: rgb(226 232 240 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-200\/35{--tw-shadow-color: rgb(226 232 240 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-200\/40{--tw-shadow-color: rgb(226 232 240 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-200\/45{--tw-shadow-color: rgb(226 232 240 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-200\/5{--tw-shadow-color: rgb(226 232 240 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-200\/50{--tw-shadow-color: rgb(226 232 240 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-200\/55{--tw-shadow-color: rgb(226 232 240 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-200\/60{--tw-shadow-color: rgb(226 232 240 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-200\/65{--tw-shadow-color: rgb(226 232 240 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-200\/70{--tw-shadow-color: rgb(226 232 240 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-200\/75{--tw-shadow-color: rgb(226 232 240 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-200\/80{--tw-shadow-color: rgb(226 232 240 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-200\/85{--tw-shadow-color: rgb(226 232 240 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-200\/90{--tw-shadow-color: rgb(226 232 240 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-200\/95{--tw-shadow-color: rgb(226 232 240 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-300{--tw-shadow-color: #cbd5e1 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-300\/0{--tw-shadow-color: rgb(203 213 225 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-300\/10{--tw-shadow-color: rgb(203 213 225 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-300\/100{--tw-shadow-color: rgb(203 213 225 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-300\/15{--tw-shadow-color: rgb(203 213 225 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-300\/20{--tw-shadow-color: rgb(203 213 225 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-300\/25{--tw-shadow-color: rgb(203 213 225 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-300\/30{--tw-shadow-color: rgb(203 213 225 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-300\/35{--tw-shadow-color: rgb(203 213 225 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-300\/40{--tw-shadow-color: rgb(203 213 225 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-300\/45{--tw-shadow-color: rgb(203 213 225 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-300\/5{--tw-shadow-color: rgb(203 213 225 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-300\/50{--tw-shadow-color: rgb(203 213 225 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-300\/55{--tw-shadow-color: rgb(203 213 225 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-300\/60{--tw-shadow-color: rgb(203 213 225 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-300\/65{--tw-shadow-color: rgb(203 213 225 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-300\/70{--tw-shadow-color: rgb(203 213 225 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-300\/75{--tw-shadow-color: rgb(203 213 225 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-300\/80{--tw-shadow-color: rgb(203 213 225 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-300\/85{--tw-shadow-color: rgb(203 213 225 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-300\/90{--tw-shadow-color: rgb(203 213 225 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-300\/95{--tw-shadow-color: rgb(203 213 225 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-400{--tw-shadow-color: #94a3b8 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-400\/0{--tw-shadow-color: rgb(148 163 184 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-400\/10{--tw-shadow-color: rgb(148 163 184 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-400\/100{--tw-shadow-color: rgb(148 163 184 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-400\/15{--tw-shadow-color: rgb(148 163 184 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-400\/20{--tw-shadow-color: rgb(148 163 184 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-400\/25{--tw-shadow-color: rgb(148 163 184 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-400\/30{--tw-shadow-color: rgb(148 163 184 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-400\/35{--tw-shadow-color: rgb(148 163 184 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-400\/40{--tw-shadow-color: rgb(148 163 184 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-400\/45{--tw-shadow-color: rgb(148 163 184 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-400\/5{--tw-shadow-color: rgb(148 163 184 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-400\/50{--tw-shadow-color: rgb(148 163 184 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-400\/55{--tw-shadow-color: rgb(148 163 184 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-400\/60{--tw-shadow-color: rgb(148 163 184 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-400\/65{--tw-shadow-color: rgb(148 163 184 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-400\/70{--tw-shadow-color: rgb(148 163 184 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-400\/75{--tw-shadow-color: rgb(148 163 184 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-400\/80{--tw-shadow-color: rgb(148 163 184 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-400\/85{--tw-shadow-color: rgb(148 163 184 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-400\/90{--tw-shadow-color: rgb(148 163 184 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-400\/95{--tw-shadow-color: rgb(148 163 184 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-50{--tw-shadow-color: #f8fafc !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-50\/0{--tw-shadow-color: rgb(248 250 252 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-50\/10{--tw-shadow-color: rgb(248 250 252 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-50\/100{--tw-shadow-color: rgb(248 250 252 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-50\/15{--tw-shadow-color: rgb(248 250 252 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-50\/20{--tw-shadow-color: rgb(248 250 252 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-50\/25{--tw-shadow-color: rgb(248 250 252 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-50\/30{--tw-shadow-color: rgb(248 250 252 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-50\/35{--tw-shadow-color: rgb(248 250 252 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-50\/40{--tw-shadow-color: rgb(248 250 252 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-50\/45{--tw-shadow-color: rgb(248 250 252 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-50\/5{--tw-shadow-color: rgb(248 250 252 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-50\/50{--tw-shadow-color: rgb(248 250 252 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-50\/55{--tw-shadow-color: rgb(248 250 252 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-50\/60{--tw-shadow-color: rgb(248 250 252 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-50\/65{--tw-shadow-color: rgb(248 250 252 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-50\/70{--tw-shadow-color: rgb(248 250 252 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-50\/75{--tw-shadow-color: rgb(248 250 252 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-50\/80{--tw-shadow-color: rgb(248 250 252 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-50\/85{--tw-shadow-color: rgb(248 250 252 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-50\/90{--tw-shadow-color: rgb(248 250 252 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-50\/95{--tw-shadow-color: rgb(248 250 252 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-500{--tw-shadow-color: #64748b !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-500\/0{--tw-shadow-color: rgb(100 116 139 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-500\/10{--tw-shadow-color: rgb(100 116 139 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-500\/100{--tw-shadow-color: rgb(100 116 139 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-500\/15{--tw-shadow-color: rgb(100 116 139 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-500\/20{--tw-shadow-color: rgb(100 116 139 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-500\/25{--tw-shadow-color: rgb(100 116 139 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-500\/30{--tw-shadow-color: rgb(100 116 139 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-500\/35{--tw-shadow-color: rgb(100 116 139 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-500\/40{--tw-shadow-color: rgb(100 116 139 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-500\/45{--tw-shadow-color: rgb(100 116 139 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-500\/5{--tw-shadow-color: rgb(100 116 139 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-500\/50{--tw-shadow-color: rgb(100 116 139 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-500\/55{--tw-shadow-color: rgb(100 116 139 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-500\/60{--tw-shadow-color: rgb(100 116 139 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-500\/65{--tw-shadow-color: rgb(100 116 139 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-500\/70{--tw-shadow-color: rgb(100 116 139 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-500\/75{--tw-shadow-color: rgb(100 116 139 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-500\/80{--tw-shadow-color: rgb(100 116 139 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-500\/85{--tw-shadow-color: rgb(100 116 139 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-500\/90{--tw-shadow-color: rgb(100 116 139 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-500\/95{--tw-shadow-color: rgb(100 116 139 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-600{--tw-shadow-color: #475569 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-600\/0{--tw-shadow-color: rgb(71 85 105 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-600\/10{--tw-shadow-color: rgb(71 85 105 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-600\/100{--tw-shadow-color: rgb(71 85 105 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-600\/15{--tw-shadow-color: rgb(71 85 105 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-600\/20{--tw-shadow-color: rgb(71 85 105 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-600\/25{--tw-shadow-color: rgb(71 85 105 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-600\/30{--tw-shadow-color: rgb(71 85 105 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-600\/35{--tw-shadow-color: rgb(71 85 105 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-600\/40{--tw-shadow-color: rgb(71 85 105 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-600\/45{--tw-shadow-color: rgb(71 85 105 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-600\/5{--tw-shadow-color: rgb(71 85 105 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-600\/50{--tw-shadow-color: rgb(71 85 105 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-600\/55{--tw-shadow-color: rgb(71 85 105 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-600\/60{--tw-shadow-color: rgb(71 85 105 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-600\/65{--tw-shadow-color: rgb(71 85 105 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-600\/70{--tw-shadow-color: rgb(71 85 105 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-600\/75{--tw-shadow-color: rgb(71 85 105 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-600\/80{--tw-shadow-color: rgb(71 85 105 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-600\/85{--tw-shadow-color: rgb(71 85 105 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-600\/90{--tw-shadow-color: rgb(71 85 105 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-600\/95{--tw-shadow-color: rgb(71 85 105 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-700{--tw-shadow-color: #334155 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-700\/0{--tw-shadow-color: rgb(51 65 85 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-700\/10{--tw-shadow-color: rgb(51 65 85 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-700\/100{--tw-shadow-color: rgb(51 65 85 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-700\/15{--tw-shadow-color: rgb(51 65 85 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-700\/20{--tw-shadow-color: rgb(51 65 85 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-700\/25{--tw-shadow-color: rgb(51 65 85 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-700\/30{--tw-shadow-color: rgb(51 65 85 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-700\/35{--tw-shadow-color: rgb(51 65 85 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-700\/40{--tw-shadow-color: rgb(51 65 85 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-700\/45{--tw-shadow-color: rgb(51 65 85 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-700\/5{--tw-shadow-color: rgb(51 65 85 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-700\/50{--tw-shadow-color: rgb(51 65 85 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-700\/55{--tw-shadow-color: rgb(51 65 85 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-700\/60{--tw-shadow-color: rgb(51 65 85 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-700\/65{--tw-shadow-color: rgb(51 65 85 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-700\/70{--tw-shadow-color: rgb(51 65 85 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-700\/75{--tw-shadow-color: rgb(51 65 85 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-700\/80{--tw-shadow-color: rgb(51 65 85 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-700\/85{--tw-shadow-color: rgb(51 65 85 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-700\/90{--tw-shadow-color: rgb(51 65 85 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-700\/95{--tw-shadow-color: rgb(51 65 85 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-800{--tw-shadow-color: #1e293b !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-800\/0{--tw-shadow-color: rgb(30 41 59 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-800\/10{--tw-shadow-color: rgb(30 41 59 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-800\/100{--tw-shadow-color: rgb(30 41 59 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-800\/15{--tw-shadow-color: rgb(30 41 59 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-800\/20{--tw-shadow-color: rgb(30 41 59 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-800\/25{--tw-shadow-color: rgb(30 41 59 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-800\/30{--tw-shadow-color: rgb(30 41 59 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-800\/35{--tw-shadow-color: rgb(30 41 59 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-800\/40{--tw-shadow-color: rgb(30 41 59 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-800\/45{--tw-shadow-color: rgb(30 41 59 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-800\/5{--tw-shadow-color: rgb(30 41 59 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-800\/50{--tw-shadow-color: rgb(30 41 59 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-800\/55{--tw-shadow-color: rgb(30 41 59 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-800\/60{--tw-shadow-color: rgb(30 41 59 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-800\/65{--tw-shadow-color: rgb(30 41 59 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-800\/70{--tw-shadow-color: rgb(30 41 59 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-800\/75{--tw-shadow-color: rgb(30 41 59 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-800\/80{--tw-shadow-color: rgb(30 41 59 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-800\/85{--tw-shadow-color: rgb(30 41 59 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-800\/90{--tw-shadow-color: rgb(30 41 59 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-800\/95{--tw-shadow-color: rgb(30 41 59 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-900{--tw-shadow-color: #0f172a !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-900\/0{--tw-shadow-color: rgb(15 23 42 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-900\/10{--tw-shadow-color: rgb(15 23 42 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-900\/100{--tw-shadow-color: rgb(15 23 42 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-900\/15{--tw-shadow-color: rgb(15 23 42 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-900\/20{--tw-shadow-color: rgb(15 23 42 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-900\/25{--tw-shadow-color: rgb(15 23 42 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-900\/30{--tw-shadow-color: rgb(15 23 42 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-900\/35{--tw-shadow-color: rgb(15 23 42 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-900\/40{--tw-shadow-color: rgb(15 23 42 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-900\/45{--tw-shadow-color: rgb(15 23 42 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-900\/5{--tw-shadow-color: rgb(15 23 42 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-900\/50{--tw-shadow-color: rgb(15 23 42 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-900\/55{--tw-shadow-color: rgb(15 23 42 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-900\/60{--tw-shadow-color: rgb(15 23 42 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-900\/65{--tw-shadow-color: rgb(15 23 42 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-900\/70{--tw-shadow-color: rgb(15 23 42 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-900\/75{--tw-shadow-color: rgb(15 23 42 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-900\/80{--tw-shadow-color: rgb(15 23 42 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-900\/85{--tw-shadow-color: rgb(15 23 42 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-900\/90{--tw-shadow-color: rgb(15 23 42 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-900\/95{--tw-shadow-color: rgb(15 23 42 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-950{--tw-shadow-color: #020617 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-950\/0{--tw-shadow-color: rgb(2 6 23 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-950\/10{--tw-shadow-color: rgb(2 6 23 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-950\/100{--tw-shadow-color: rgb(2 6 23 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-950\/15{--tw-shadow-color: rgb(2 6 23 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-950\/20{--tw-shadow-color: rgb(2 6 23 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-950\/25{--tw-shadow-color: rgb(2 6 23 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-950\/30{--tw-shadow-color: rgb(2 6 23 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-950\/35{--tw-shadow-color: rgb(2 6 23 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-950\/40{--tw-shadow-color: rgb(2 6 23 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-950\/45{--tw-shadow-color: rgb(2 6 23 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-950\/5{--tw-shadow-color: rgb(2 6 23 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-950\/50{--tw-shadow-color: rgb(2 6 23 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-950\/55{--tw-shadow-color: rgb(2 6 23 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-950\/60{--tw-shadow-color: rgb(2 6 23 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-950\/65{--tw-shadow-color: rgb(2 6 23 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-950\/70{--tw-shadow-color: rgb(2 6 23 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-950\/75{--tw-shadow-color: rgb(2 6 23 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-950\/80{--tw-shadow-color: rgb(2 6 23 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-950\/85{--tw-shadow-color: rgb(2 6 23 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-950\/90{--tw-shadow-color: rgb(2 6 23 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-slate-950\/95{--tw-shadow-color: rgb(2 6 23 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-100{--tw-shadow-color: #f5f5f4 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-100\/0{--tw-shadow-color: rgb(245 245 244 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-100\/10{--tw-shadow-color: rgb(245 245 244 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-100\/100{--tw-shadow-color: rgb(245 245 244 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-100\/15{--tw-shadow-color: rgb(245 245 244 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-100\/20{--tw-shadow-color: rgb(245 245 244 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-100\/25{--tw-shadow-color: rgb(245 245 244 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-100\/30{--tw-shadow-color: rgb(245 245 244 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-100\/35{--tw-shadow-color: rgb(245 245 244 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-100\/40{--tw-shadow-color: rgb(245 245 244 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-100\/45{--tw-shadow-color: rgb(245 245 244 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-100\/5{--tw-shadow-color: rgb(245 245 244 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-100\/50{--tw-shadow-color: rgb(245 245 244 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-100\/55{--tw-shadow-color: rgb(245 245 244 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-100\/60{--tw-shadow-color: rgb(245 245 244 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-100\/65{--tw-shadow-color: rgb(245 245 244 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-100\/70{--tw-shadow-color: rgb(245 245 244 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-100\/75{--tw-shadow-color: rgb(245 245 244 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-100\/80{--tw-shadow-color: rgb(245 245 244 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-100\/85{--tw-shadow-color: rgb(245 245 244 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-100\/90{--tw-shadow-color: rgb(245 245 244 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-100\/95{--tw-shadow-color: rgb(245 245 244 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-200{--tw-shadow-color: #e7e5e4 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-200\/0{--tw-shadow-color: rgb(231 229 228 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-200\/10{--tw-shadow-color: rgb(231 229 228 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-200\/100{--tw-shadow-color: rgb(231 229 228 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-200\/15{--tw-shadow-color: rgb(231 229 228 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-200\/20{--tw-shadow-color: rgb(231 229 228 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-200\/25{--tw-shadow-color: rgb(231 229 228 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-200\/30{--tw-shadow-color: rgb(231 229 228 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-200\/35{--tw-shadow-color: rgb(231 229 228 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-200\/40{--tw-shadow-color: rgb(231 229 228 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-200\/45{--tw-shadow-color: rgb(231 229 228 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-200\/5{--tw-shadow-color: rgb(231 229 228 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-200\/50{--tw-shadow-color: rgb(231 229 228 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-200\/55{--tw-shadow-color: rgb(231 229 228 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-200\/60{--tw-shadow-color: rgb(231 229 228 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-200\/65{--tw-shadow-color: rgb(231 229 228 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-200\/70{--tw-shadow-color: rgb(231 229 228 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-200\/75{--tw-shadow-color: rgb(231 229 228 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-200\/80{--tw-shadow-color: rgb(231 229 228 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-200\/85{--tw-shadow-color: rgb(231 229 228 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-200\/90{--tw-shadow-color: rgb(231 229 228 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-200\/95{--tw-shadow-color: rgb(231 229 228 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-300{--tw-shadow-color: #d6d3d1 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-300\/0{--tw-shadow-color: rgb(214 211 209 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-300\/10{--tw-shadow-color: rgb(214 211 209 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-300\/100{--tw-shadow-color: rgb(214 211 209 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-300\/15{--tw-shadow-color: rgb(214 211 209 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-300\/20{--tw-shadow-color: rgb(214 211 209 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-300\/25{--tw-shadow-color: rgb(214 211 209 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-300\/30{--tw-shadow-color: rgb(214 211 209 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-300\/35{--tw-shadow-color: rgb(214 211 209 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-300\/40{--tw-shadow-color: rgb(214 211 209 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-300\/45{--tw-shadow-color: rgb(214 211 209 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-300\/5{--tw-shadow-color: rgb(214 211 209 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-300\/50{--tw-shadow-color: rgb(214 211 209 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-300\/55{--tw-shadow-color: rgb(214 211 209 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-300\/60{--tw-shadow-color: rgb(214 211 209 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-300\/65{--tw-shadow-color: rgb(214 211 209 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-300\/70{--tw-shadow-color: rgb(214 211 209 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-300\/75{--tw-shadow-color: rgb(214 211 209 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-300\/80{--tw-shadow-color: rgb(214 211 209 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-300\/85{--tw-shadow-color: rgb(214 211 209 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-300\/90{--tw-shadow-color: rgb(214 211 209 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-300\/95{--tw-shadow-color: rgb(214 211 209 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-400{--tw-shadow-color: #a8a29e !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-400\/0{--tw-shadow-color: rgb(168 162 158 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-400\/10{--tw-shadow-color: rgb(168 162 158 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-400\/100{--tw-shadow-color: rgb(168 162 158 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-400\/15{--tw-shadow-color: rgb(168 162 158 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-400\/20{--tw-shadow-color: rgb(168 162 158 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-400\/25{--tw-shadow-color: rgb(168 162 158 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-400\/30{--tw-shadow-color: rgb(168 162 158 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-400\/35{--tw-shadow-color: rgb(168 162 158 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-400\/40{--tw-shadow-color: rgb(168 162 158 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-400\/45{--tw-shadow-color: rgb(168 162 158 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-400\/5{--tw-shadow-color: rgb(168 162 158 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-400\/50{--tw-shadow-color: rgb(168 162 158 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-400\/55{--tw-shadow-color: rgb(168 162 158 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-400\/60{--tw-shadow-color: rgb(168 162 158 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-400\/65{--tw-shadow-color: rgb(168 162 158 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-400\/70{--tw-shadow-color: rgb(168 162 158 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-400\/75{--tw-shadow-color: rgb(168 162 158 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-400\/80{--tw-shadow-color: rgb(168 162 158 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-400\/85{--tw-shadow-color: rgb(168 162 158 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-400\/90{--tw-shadow-color: rgb(168 162 158 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-400\/95{--tw-shadow-color: rgb(168 162 158 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-50{--tw-shadow-color: #fafaf9 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-50\/0{--tw-shadow-color: rgb(250 250 249 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-50\/10{--tw-shadow-color: rgb(250 250 249 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-50\/100{--tw-shadow-color: rgb(250 250 249 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-50\/15{--tw-shadow-color: rgb(250 250 249 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-50\/20{--tw-shadow-color: rgb(250 250 249 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-50\/25{--tw-shadow-color: rgb(250 250 249 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-50\/30{--tw-shadow-color: rgb(250 250 249 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-50\/35{--tw-shadow-color: rgb(250 250 249 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-50\/40{--tw-shadow-color: rgb(250 250 249 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-50\/45{--tw-shadow-color: rgb(250 250 249 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-50\/5{--tw-shadow-color: rgb(250 250 249 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-50\/50{--tw-shadow-color: rgb(250 250 249 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-50\/55{--tw-shadow-color: rgb(250 250 249 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-50\/60{--tw-shadow-color: rgb(250 250 249 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-50\/65{--tw-shadow-color: rgb(250 250 249 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-50\/70{--tw-shadow-color: rgb(250 250 249 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-50\/75{--tw-shadow-color: rgb(250 250 249 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-50\/80{--tw-shadow-color: rgb(250 250 249 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-50\/85{--tw-shadow-color: rgb(250 250 249 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-50\/90{--tw-shadow-color: rgb(250 250 249 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-50\/95{--tw-shadow-color: rgb(250 250 249 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-500{--tw-shadow-color: #78716c !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-500\/0{--tw-shadow-color: rgb(120 113 108 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-500\/10{--tw-shadow-color: rgb(120 113 108 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-500\/100{--tw-shadow-color: rgb(120 113 108 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-500\/15{--tw-shadow-color: rgb(120 113 108 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-500\/20{--tw-shadow-color: rgb(120 113 108 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-500\/25{--tw-shadow-color: rgb(120 113 108 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-500\/30{--tw-shadow-color: rgb(120 113 108 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-500\/35{--tw-shadow-color: rgb(120 113 108 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-500\/40{--tw-shadow-color: rgb(120 113 108 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-500\/45{--tw-shadow-color: rgb(120 113 108 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-500\/5{--tw-shadow-color: rgb(120 113 108 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-500\/50{--tw-shadow-color: rgb(120 113 108 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-500\/55{--tw-shadow-color: rgb(120 113 108 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-500\/60{--tw-shadow-color: rgb(120 113 108 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-500\/65{--tw-shadow-color: rgb(120 113 108 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-500\/70{--tw-shadow-color: rgb(120 113 108 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-500\/75{--tw-shadow-color: rgb(120 113 108 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-500\/80{--tw-shadow-color: rgb(120 113 108 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-500\/85{--tw-shadow-color: rgb(120 113 108 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-500\/90{--tw-shadow-color: rgb(120 113 108 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-500\/95{--tw-shadow-color: rgb(120 113 108 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-600{--tw-shadow-color: #57534e !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-600\/0{--tw-shadow-color: rgb(87 83 78 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-600\/10{--tw-shadow-color: rgb(87 83 78 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-600\/100{--tw-shadow-color: rgb(87 83 78 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-600\/15{--tw-shadow-color: rgb(87 83 78 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-600\/20{--tw-shadow-color: rgb(87 83 78 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-600\/25{--tw-shadow-color: rgb(87 83 78 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-600\/30{--tw-shadow-color: rgb(87 83 78 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-600\/35{--tw-shadow-color: rgb(87 83 78 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-600\/40{--tw-shadow-color: rgb(87 83 78 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-600\/45{--tw-shadow-color: rgb(87 83 78 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-600\/5{--tw-shadow-color: rgb(87 83 78 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-600\/50{--tw-shadow-color: rgb(87 83 78 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-600\/55{--tw-shadow-color: rgb(87 83 78 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-600\/60{--tw-shadow-color: rgb(87 83 78 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-600\/65{--tw-shadow-color: rgb(87 83 78 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-600\/70{--tw-shadow-color: rgb(87 83 78 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-600\/75{--tw-shadow-color: rgb(87 83 78 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-600\/80{--tw-shadow-color: rgb(87 83 78 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-600\/85{--tw-shadow-color: rgb(87 83 78 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-600\/90{--tw-shadow-color: rgb(87 83 78 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-600\/95{--tw-shadow-color: rgb(87 83 78 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-700{--tw-shadow-color: #44403c !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-700\/0{--tw-shadow-color: rgb(68 64 60 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-700\/10{--tw-shadow-color: rgb(68 64 60 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-700\/100{--tw-shadow-color: rgb(68 64 60 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-700\/15{--tw-shadow-color: rgb(68 64 60 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-700\/20{--tw-shadow-color: rgb(68 64 60 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-700\/25{--tw-shadow-color: rgb(68 64 60 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-700\/30{--tw-shadow-color: rgb(68 64 60 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-700\/35{--tw-shadow-color: rgb(68 64 60 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-700\/40{--tw-shadow-color: rgb(68 64 60 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-700\/45{--tw-shadow-color: rgb(68 64 60 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-700\/5{--tw-shadow-color: rgb(68 64 60 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-700\/50{--tw-shadow-color: rgb(68 64 60 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-700\/55{--tw-shadow-color: rgb(68 64 60 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-700\/60{--tw-shadow-color: rgb(68 64 60 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-700\/65{--tw-shadow-color: rgb(68 64 60 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-700\/70{--tw-shadow-color: rgb(68 64 60 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-700\/75{--tw-shadow-color: rgb(68 64 60 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-700\/80{--tw-shadow-color: rgb(68 64 60 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-700\/85{--tw-shadow-color: rgb(68 64 60 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-700\/90{--tw-shadow-color: rgb(68 64 60 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-700\/95{--tw-shadow-color: rgb(68 64 60 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-800{--tw-shadow-color: #292524 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-800\/0{--tw-shadow-color: rgb(41 37 36 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-800\/10{--tw-shadow-color: rgb(41 37 36 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-800\/100{--tw-shadow-color: rgb(41 37 36 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-800\/15{--tw-shadow-color: rgb(41 37 36 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-800\/20{--tw-shadow-color: rgb(41 37 36 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-800\/25{--tw-shadow-color: rgb(41 37 36 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-800\/30{--tw-shadow-color: rgb(41 37 36 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-800\/35{--tw-shadow-color: rgb(41 37 36 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-800\/40{--tw-shadow-color: rgb(41 37 36 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-800\/45{--tw-shadow-color: rgb(41 37 36 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-800\/5{--tw-shadow-color: rgb(41 37 36 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-800\/50{--tw-shadow-color: rgb(41 37 36 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-800\/55{--tw-shadow-color: rgb(41 37 36 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-800\/60{--tw-shadow-color: rgb(41 37 36 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-800\/65{--tw-shadow-color: rgb(41 37 36 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-800\/70{--tw-shadow-color: rgb(41 37 36 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-800\/75{--tw-shadow-color: rgb(41 37 36 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-800\/80{--tw-shadow-color: rgb(41 37 36 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-800\/85{--tw-shadow-color: rgb(41 37 36 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-800\/90{--tw-shadow-color: rgb(41 37 36 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-800\/95{--tw-shadow-color: rgb(41 37 36 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-900{--tw-shadow-color: #1c1917 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-900\/0{--tw-shadow-color: rgb(28 25 23 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-900\/10{--tw-shadow-color: rgb(28 25 23 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-900\/100{--tw-shadow-color: rgb(28 25 23 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-900\/15{--tw-shadow-color: rgb(28 25 23 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-900\/20{--tw-shadow-color: rgb(28 25 23 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-900\/25{--tw-shadow-color: rgb(28 25 23 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-900\/30{--tw-shadow-color: rgb(28 25 23 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-900\/35{--tw-shadow-color: rgb(28 25 23 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-900\/40{--tw-shadow-color: rgb(28 25 23 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-900\/45{--tw-shadow-color: rgb(28 25 23 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-900\/5{--tw-shadow-color: rgb(28 25 23 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-900\/50{--tw-shadow-color: rgb(28 25 23 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-900\/55{--tw-shadow-color: rgb(28 25 23 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-900\/60{--tw-shadow-color: rgb(28 25 23 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-900\/65{--tw-shadow-color: rgb(28 25 23 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-900\/70{--tw-shadow-color: rgb(28 25 23 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-900\/75{--tw-shadow-color: rgb(28 25 23 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-900\/80{--tw-shadow-color: rgb(28 25 23 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-900\/85{--tw-shadow-color: rgb(28 25 23 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-900\/90{--tw-shadow-color: rgb(28 25 23 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-900\/95{--tw-shadow-color: rgb(28 25 23 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-950{--tw-shadow-color: #0c0a09 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-950\/0{--tw-shadow-color: rgb(12 10 9 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-950\/10{--tw-shadow-color: rgb(12 10 9 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-950\/100{--tw-shadow-color: rgb(12 10 9 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-950\/15{--tw-shadow-color: rgb(12 10 9 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-950\/20{--tw-shadow-color: rgb(12 10 9 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-950\/25{--tw-shadow-color: rgb(12 10 9 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-950\/30{--tw-shadow-color: rgb(12 10 9 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-950\/35{--tw-shadow-color: rgb(12 10 9 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-950\/40{--tw-shadow-color: rgb(12 10 9 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-950\/45{--tw-shadow-color: rgb(12 10 9 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-950\/5{--tw-shadow-color: rgb(12 10 9 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-950\/50{--tw-shadow-color: rgb(12 10 9 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-950\/55{--tw-shadow-color: rgb(12 10 9 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-950\/60{--tw-shadow-color: rgb(12 10 9 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-950\/65{--tw-shadow-color: rgb(12 10 9 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-950\/70{--tw-shadow-color: rgb(12 10 9 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-950\/75{--tw-shadow-color: rgb(12 10 9 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-950\/80{--tw-shadow-color: rgb(12 10 9 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-950\/85{--tw-shadow-color: rgb(12 10 9 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-950\/90{--tw-shadow-color: rgb(12 10 9 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-stone-950\/95{--tw-shadow-color: rgb(12 10 9 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-100{--tw-shadow-color: #ccfbf1 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-100\/0{--tw-shadow-color: rgb(204 251 241 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-100\/10{--tw-shadow-color: rgb(204 251 241 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-100\/100{--tw-shadow-color: rgb(204 251 241 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-100\/15{--tw-shadow-color: rgb(204 251 241 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-100\/20{--tw-shadow-color: rgb(204 251 241 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-100\/25{--tw-shadow-color: rgb(204 251 241 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-100\/30{--tw-shadow-color: rgb(204 251 241 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-100\/35{--tw-shadow-color: rgb(204 251 241 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-100\/40{--tw-shadow-color: rgb(204 251 241 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-100\/45{--tw-shadow-color: rgb(204 251 241 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-100\/5{--tw-shadow-color: rgb(204 251 241 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-100\/50{--tw-shadow-color: rgb(204 251 241 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-100\/55{--tw-shadow-color: rgb(204 251 241 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-100\/60{--tw-shadow-color: rgb(204 251 241 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-100\/65{--tw-shadow-color: rgb(204 251 241 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-100\/70{--tw-shadow-color: rgb(204 251 241 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-100\/75{--tw-shadow-color: rgb(204 251 241 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-100\/80{--tw-shadow-color: rgb(204 251 241 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-100\/85{--tw-shadow-color: rgb(204 251 241 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-100\/90{--tw-shadow-color: rgb(204 251 241 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-100\/95{--tw-shadow-color: rgb(204 251 241 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-200{--tw-shadow-color: #99f6e4 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-200\/0{--tw-shadow-color: rgb(153 246 228 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-200\/10{--tw-shadow-color: rgb(153 246 228 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-200\/100{--tw-shadow-color: rgb(153 246 228 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-200\/15{--tw-shadow-color: rgb(153 246 228 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-200\/20{--tw-shadow-color: rgb(153 246 228 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-200\/25{--tw-shadow-color: rgb(153 246 228 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-200\/30{--tw-shadow-color: rgb(153 246 228 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-200\/35{--tw-shadow-color: rgb(153 246 228 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-200\/40{--tw-shadow-color: rgb(153 246 228 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-200\/45{--tw-shadow-color: rgb(153 246 228 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-200\/5{--tw-shadow-color: rgb(153 246 228 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-200\/50{--tw-shadow-color: rgb(153 246 228 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-200\/55{--tw-shadow-color: rgb(153 246 228 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-200\/60{--tw-shadow-color: rgb(153 246 228 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-200\/65{--tw-shadow-color: rgb(153 246 228 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-200\/70{--tw-shadow-color: rgb(153 246 228 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-200\/75{--tw-shadow-color: rgb(153 246 228 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-200\/80{--tw-shadow-color: rgb(153 246 228 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-200\/85{--tw-shadow-color: rgb(153 246 228 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-200\/90{--tw-shadow-color: rgb(153 246 228 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-200\/95{--tw-shadow-color: rgb(153 246 228 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-300{--tw-shadow-color: #5eead4 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-300\/0{--tw-shadow-color: rgb(94 234 212 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-300\/10{--tw-shadow-color: rgb(94 234 212 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-300\/100{--tw-shadow-color: rgb(94 234 212 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-300\/15{--tw-shadow-color: rgb(94 234 212 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-300\/20{--tw-shadow-color: rgb(94 234 212 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-300\/25{--tw-shadow-color: rgb(94 234 212 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-300\/30{--tw-shadow-color: rgb(94 234 212 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-300\/35{--tw-shadow-color: rgb(94 234 212 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-300\/40{--tw-shadow-color: rgb(94 234 212 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-300\/45{--tw-shadow-color: rgb(94 234 212 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-300\/5{--tw-shadow-color: rgb(94 234 212 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-300\/50{--tw-shadow-color: rgb(94 234 212 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-300\/55{--tw-shadow-color: rgb(94 234 212 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-300\/60{--tw-shadow-color: rgb(94 234 212 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-300\/65{--tw-shadow-color: rgb(94 234 212 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-300\/70{--tw-shadow-color: rgb(94 234 212 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-300\/75{--tw-shadow-color: rgb(94 234 212 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-300\/80{--tw-shadow-color: rgb(94 234 212 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-300\/85{--tw-shadow-color: rgb(94 234 212 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-300\/90{--tw-shadow-color: rgb(94 234 212 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-300\/95{--tw-shadow-color: rgb(94 234 212 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-400{--tw-shadow-color: #2dd4bf !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-400\/0{--tw-shadow-color: rgb(45 212 191 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-400\/10{--tw-shadow-color: rgb(45 212 191 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-400\/100{--tw-shadow-color: rgb(45 212 191 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-400\/15{--tw-shadow-color: rgb(45 212 191 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-400\/20{--tw-shadow-color: rgb(45 212 191 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-400\/25{--tw-shadow-color: rgb(45 212 191 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-400\/30{--tw-shadow-color: rgb(45 212 191 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-400\/35{--tw-shadow-color: rgb(45 212 191 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-400\/40{--tw-shadow-color: rgb(45 212 191 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-400\/45{--tw-shadow-color: rgb(45 212 191 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-400\/5{--tw-shadow-color: rgb(45 212 191 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-400\/50{--tw-shadow-color: rgb(45 212 191 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-400\/55{--tw-shadow-color: rgb(45 212 191 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-400\/60{--tw-shadow-color: rgb(45 212 191 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-400\/65{--tw-shadow-color: rgb(45 212 191 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-400\/70{--tw-shadow-color: rgb(45 212 191 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-400\/75{--tw-shadow-color: rgb(45 212 191 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-400\/80{--tw-shadow-color: rgb(45 212 191 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-400\/85{--tw-shadow-color: rgb(45 212 191 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-400\/90{--tw-shadow-color: rgb(45 212 191 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-400\/95{--tw-shadow-color: rgb(45 212 191 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-50{--tw-shadow-color: #f0fdfa !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-50\/0{--tw-shadow-color: rgb(240 253 250 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-50\/10{--tw-shadow-color: rgb(240 253 250 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-50\/100{--tw-shadow-color: rgb(240 253 250 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-50\/15{--tw-shadow-color: rgb(240 253 250 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-50\/20{--tw-shadow-color: rgb(240 253 250 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-50\/25{--tw-shadow-color: rgb(240 253 250 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-50\/30{--tw-shadow-color: rgb(240 253 250 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-50\/35{--tw-shadow-color: rgb(240 253 250 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-50\/40{--tw-shadow-color: rgb(240 253 250 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-50\/45{--tw-shadow-color: rgb(240 253 250 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-50\/5{--tw-shadow-color: rgb(240 253 250 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-50\/50{--tw-shadow-color: rgb(240 253 250 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-50\/55{--tw-shadow-color: rgb(240 253 250 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-50\/60{--tw-shadow-color: rgb(240 253 250 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-50\/65{--tw-shadow-color: rgb(240 253 250 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-50\/70{--tw-shadow-color: rgb(240 253 250 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-50\/75{--tw-shadow-color: rgb(240 253 250 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-50\/80{--tw-shadow-color: rgb(240 253 250 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-50\/85{--tw-shadow-color: rgb(240 253 250 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-50\/90{--tw-shadow-color: rgb(240 253 250 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-50\/95{--tw-shadow-color: rgb(240 253 250 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-500{--tw-shadow-color: #14b8a6 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-500\/0{--tw-shadow-color: rgb(20 184 166 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-500\/10{--tw-shadow-color: rgb(20 184 166 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-500\/100{--tw-shadow-color: rgb(20 184 166 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-500\/15{--tw-shadow-color: rgb(20 184 166 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-500\/20{--tw-shadow-color: rgb(20 184 166 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-500\/25{--tw-shadow-color: rgb(20 184 166 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-500\/30{--tw-shadow-color: rgb(20 184 166 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-500\/35{--tw-shadow-color: rgb(20 184 166 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-500\/40{--tw-shadow-color: rgb(20 184 166 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-500\/45{--tw-shadow-color: rgb(20 184 166 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-500\/5{--tw-shadow-color: rgb(20 184 166 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-500\/50{--tw-shadow-color: rgb(20 184 166 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-500\/55{--tw-shadow-color: rgb(20 184 166 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-500\/60{--tw-shadow-color: rgb(20 184 166 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-500\/65{--tw-shadow-color: rgb(20 184 166 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-500\/70{--tw-shadow-color: rgb(20 184 166 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-500\/75{--tw-shadow-color: rgb(20 184 166 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-500\/80{--tw-shadow-color: rgb(20 184 166 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-500\/85{--tw-shadow-color: rgb(20 184 166 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-500\/90{--tw-shadow-color: rgb(20 184 166 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-500\/95{--tw-shadow-color: rgb(20 184 166 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-600{--tw-shadow-color: #0d9488 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-600\/0{--tw-shadow-color: rgb(13 148 136 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-600\/10{--tw-shadow-color: rgb(13 148 136 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-600\/100{--tw-shadow-color: rgb(13 148 136 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-600\/15{--tw-shadow-color: rgb(13 148 136 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-600\/20{--tw-shadow-color: rgb(13 148 136 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-600\/25{--tw-shadow-color: rgb(13 148 136 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-600\/30{--tw-shadow-color: rgb(13 148 136 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-600\/35{--tw-shadow-color: rgb(13 148 136 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-600\/40{--tw-shadow-color: rgb(13 148 136 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-600\/45{--tw-shadow-color: rgb(13 148 136 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-600\/5{--tw-shadow-color: rgb(13 148 136 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-600\/50{--tw-shadow-color: rgb(13 148 136 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-600\/55{--tw-shadow-color: rgb(13 148 136 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-600\/60{--tw-shadow-color: rgb(13 148 136 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-600\/65{--tw-shadow-color: rgb(13 148 136 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-600\/70{--tw-shadow-color: rgb(13 148 136 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-600\/75{--tw-shadow-color: rgb(13 148 136 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-600\/80{--tw-shadow-color: rgb(13 148 136 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-600\/85{--tw-shadow-color: rgb(13 148 136 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-600\/90{--tw-shadow-color: rgb(13 148 136 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-600\/95{--tw-shadow-color: rgb(13 148 136 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-700{--tw-shadow-color: #0f766e !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-700\/0{--tw-shadow-color: rgb(15 118 110 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-700\/10{--tw-shadow-color: rgb(15 118 110 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-700\/100{--tw-shadow-color: rgb(15 118 110 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-700\/15{--tw-shadow-color: rgb(15 118 110 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-700\/20{--tw-shadow-color: rgb(15 118 110 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-700\/25{--tw-shadow-color: rgb(15 118 110 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-700\/30{--tw-shadow-color: rgb(15 118 110 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-700\/35{--tw-shadow-color: rgb(15 118 110 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-700\/40{--tw-shadow-color: rgb(15 118 110 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-700\/45{--tw-shadow-color: rgb(15 118 110 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-700\/5{--tw-shadow-color: rgb(15 118 110 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-700\/50{--tw-shadow-color: rgb(15 118 110 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-700\/55{--tw-shadow-color: rgb(15 118 110 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-700\/60{--tw-shadow-color: rgb(15 118 110 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-700\/65{--tw-shadow-color: rgb(15 118 110 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-700\/70{--tw-shadow-color: rgb(15 118 110 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-700\/75{--tw-shadow-color: rgb(15 118 110 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-700\/80{--tw-shadow-color: rgb(15 118 110 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-700\/85{--tw-shadow-color: rgb(15 118 110 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-700\/90{--tw-shadow-color: rgb(15 118 110 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-700\/95{--tw-shadow-color: rgb(15 118 110 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-800{--tw-shadow-color: #115e59 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-800\/0{--tw-shadow-color: rgb(17 94 89 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-800\/10{--tw-shadow-color: rgb(17 94 89 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-800\/100{--tw-shadow-color: rgb(17 94 89 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-800\/15{--tw-shadow-color: rgb(17 94 89 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-800\/20{--tw-shadow-color: rgb(17 94 89 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-800\/25{--tw-shadow-color: rgb(17 94 89 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-800\/30{--tw-shadow-color: rgb(17 94 89 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-800\/35{--tw-shadow-color: rgb(17 94 89 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-800\/40{--tw-shadow-color: rgb(17 94 89 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-800\/45{--tw-shadow-color: rgb(17 94 89 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-800\/5{--tw-shadow-color: rgb(17 94 89 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-800\/50{--tw-shadow-color: rgb(17 94 89 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-800\/55{--tw-shadow-color: rgb(17 94 89 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-800\/60{--tw-shadow-color: rgb(17 94 89 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-800\/65{--tw-shadow-color: rgb(17 94 89 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-800\/70{--tw-shadow-color: rgb(17 94 89 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-800\/75{--tw-shadow-color: rgb(17 94 89 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-800\/80{--tw-shadow-color: rgb(17 94 89 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-800\/85{--tw-shadow-color: rgb(17 94 89 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-800\/90{--tw-shadow-color: rgb(17 94 89 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-800\/95{--tw-shadow-color: rgb(17 94 89 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-900{--tw-shadow-color: #134e4a !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-900\/0{--tw-shadow-color: rgb(19 78 74 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-900\/10{--tw-shadow-color: rgb(19 78 74 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-900\/100{--tw-shadow-color: rgb(19 78 74 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-900\/15{--tw-shadow-color: rgb(19 78 74 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-900\/20{--tw-shadow-color: rgb(19 78 74 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-900\/25{--tw-shadow-color: rgb(19 78 74 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-900\/30{--tw-shadow-color: rgb(19 78 74 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-900\/35{--tw-shadow-color: rgb(19 78 74 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-900\/40{--tw-shadow-color: rgb(19 78 74 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-900\/45{--tw-shadow-color: rgb(19 78 74 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-900\/5{--tw-shadow-color: rgb(19 78 74 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-900\/50{--tw-shadow-color: rgb(19 78 74 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-900\/55{--tw-shadow-color: rgb(19 78 74 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-900\/60{--tw-shadow-color: rgb(19 78 74 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-900\/65{--tw-shadow-color: rgb(19 78 74 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-900\/70{--tw-shadow-color: rgb(19 78 74 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-900\/75{--tw-shadow-color: rgb(19 78 74 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-900\/80{--tw-shadow-color: rgb(19 78 74 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-900\/85{--tw-shadow-color: rgb(19 78 74 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-900\/90{--tw-shadow-color: rgb(19 78 74 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-900\/95{--tw-shadow-color: rgb(19 78 74 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-950{--tw-shadow-color: #042f2e !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-950\/0{--tw-shadow-color: rgb(4 47 46 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-950\/10{--tw-shadow-color: rgb(4 47 46 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-950\/100{--tw-shadow-color: rgb(4 47 46 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-950\/15{--tw-shadow-color: rgb(4 47 46 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-950\/20{--tw-shadow-color: rgb(4 47 46 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-950\/25{--tw-shadow-color: rgb(4 47 46 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-950\/30{--tw-shadow-color: rgb(4 47 46 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-950\/35{--tw-shadow-color: rgb(4 47 46 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-950\/40{--tw-shadow-color: rgb(4 47 46 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-950\/45{--tw-shadow-color: rgb(4 47 46 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-950\/5{--tw-shadow-color: rgb(4 47 46 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-950\/50{--tw-shadow-color: rgb(4 47 46 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-950\/55{--tw-shadow-color: rgb(4 47 46 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-950\/60{--tw-shadow-color: rgb(4 47 46 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-950\/65{--tw-shadow-color: rgb(4 47 46 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-950\/70{--tw-shadow-color: rgb(4 47 46 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-950\/75{--tw-shadow-color: rgb(4 47 46 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-950\/80{--tw-shadow-color: rgb(4 47 46 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-950\/85{--tw-shadow-color: rgb(4 47 46 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-950\/90{--tw-shadow-color: rgb(4 47 46 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-teal-950\/95{--tw-shadow-color: rgb(4 47 46 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiary{--tw-shadow-color: #799CB3 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiary\/0{--tw-shadow-color: rgb(121 156 179 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiary\/10{--tw-shadow-color: rgb(121 156 179 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiary\/100{--tw-shadow-color: rgb(121 156 179 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiary\/15{--tw-shadow-color: rgb(121 156 179 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiary\/20{--tw-shadow-color: rgb(121 156 179 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiary\/25{--tw-shadow-color: rgb(121 156 179 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiary\/30{--tw-shadow-color: rgb(121 156 179 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiary\/35{--tw-shadow-color: rgb(121 156 179 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiary\/40{--tw-shadow-color: rgb(121 156 179 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiary\/45{--tw-shadow-color: rgb(121 156 179 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiary\/5{--tw-shadow-color: rgb(121 156 179 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiary\/50{--tw-shadow-color: rgb(121 156 179 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiary\/55{--tw-shadow-color: rgb(121 156 179 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiary\/60{--tw-shadow-color: rgb(121 156 179 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiary\/65{--tw-shadow-color: rgb(121 156 179 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiary\/70{--tw-shadow-color: rgb(121 156 179 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiary\/75{--tw-shadow-color: rgb(121 156 179 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiary\/80{--tw-shadow-color: rgb(121 156 179 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiary\/85{--tw-shadow-color: rgb(121 156 179 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiary\/90{--tw-shadow-color: rgb(121 156 179 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiary\/95{--tw-shadow-color: rgb(121 156 179 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiaryLight{--tw-shadow-color: #DFEBF2 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiaryLight\/0{--tw-shadow-color: rgb(223 235 242 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiaryLight\/10{--tw-shadow-color: rgb(223 235 242 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiaryLight\/100{--tw-shadow-color: rgb(223 235 242 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiaryLight\/15{--tw-shadow-color: rgb(223 235 242 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiaryLight\/20{--tw-shadow-color: rgb(223 235 242 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiaryLight\/25{--tw-shadow-color: rgb(223 235 242 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiaryLight\/30{--tw-shadow-color: rgb(223 235 242 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiaryLight\/35{--tw-shadow-color: rgb(223 235 242 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiaryLight\/40{--tw-shadow-color: rgb(223 235 242 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiaryLight\/45{--tw-shadow-color: rgb(223 235 242 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiaryLight\/5{--tw-shadow-color: rgb(223 235 242 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiaryLight\/50{--tw-shadow-color: rgb(223 235 242 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiaryLight\/55{--tw-shadow-color: rgb(223 235 242 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiaryLight\/60{--tw-shadow-color: rgb(223 235 242 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiaryLight\/65{--tw-shadow-color: rgb(223 235 242 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiaryLight\/70{--tw-shadow-color: rgb(223 235 242 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiaryLight\/75{--tw-shadow-color: rgb(223 235 242 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiaryLight\/80{--tw-shadow-color: rgb(223 235 242 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiaryLight\/85{--tw-shadow-color: rgb(223 235 242 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiaryLight\/90{--tw-shadow-color: rgb(223 235 242 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-tertiaryLight\/95{--tw-shadow-color: rgb(223 235 242 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-transparent{--tw-shadow-color: transparent !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-transparent\/0{--tw-shadow-color: rgb(0 0 0 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-transparent\/10{--tw-shadow-color: rgb(0 0 0 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-transparent\/100{--tw-shadow-color: rgb(0 0 0 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-transparent\/15{--tw-shadow-color: rgb(0 0 0 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-transparent\/20{--tw-shadow-color: rgb(0 0 0 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-transparent\/25{--tw-shadow-color: rgb(0 0 0 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-transparent\/30{--tw-shadow-color: rgb(0 0 0 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-transparent\/35{--tw-shadow-color: rgb(0 0 0 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-transparent\/40{--tw-shadow-color: rgb(0 0 0 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-transparent\/45{--tw-shadow-color: rgb(0 0 0 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-transparent\/5{--tw-shadow-color: rgb(0 0 0 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-transparent\/50{--tw-shadow-color: rgb(0 0 0 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-transparent\/55{--tw-shadow-color: rgb(0 0 0 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-transparent\/60{--tw-shadow-color: rgb(0 0 0 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-transparent\/65{--tw-shadow-color: rgb(0 0 0 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-transparent\/70{--tw-shadow-color: rgb(0 0 0 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-transparent\/75{--tw-shadow-color: rgb(0 0 0 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-transparent\/80{--tw-shadow-color: rgb(0 0 0 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-transparent\/85{--tw-shadow-color: rgb(0 0 0 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-transparent\/90{--tw-shadow-color: rgb(0 0 0 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-transparent\/95{--tw-shadow-color: rgb(0 0 0 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-100{--tw-shadow-color: #ede9fe !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-100\/0{--tw-shadow-color: rgb(237 233 254 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-100\/10{--tw-shadow-color: rgb(237 233 254 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-100\/100{--tw-shadow-color: rgb(237 233 254 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-100\/15{--tw-shadow-color: rgb(237 233 254 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-100\/20{--tw-shadow-color: rgb(237 233 254 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-100\/25{--tw-shadow-color: rgb(237 233 254 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-100\/30{--tw-shadow-color: rgb(237 233 254 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-100\/35{--tw-shadow-color: rgb(237 233 254 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-100\/40{--tw-shadow-color: rgb(237 233 254 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-100\/45{--tw-shadow-color: rgb(237 233 254 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-100\/5{--tw-shadow-color: rgb(237 233 254 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-100\/50{--tw-shadow-color: rgb(237 233 254 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-100\/55{--tw-shadow-color: rgb(237 233 254 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-100\/60{--tw-shadow-color: rgb(237 233 254 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-100\/65{--tw-shadow-color: rgb(237 233 254 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-100\/70{--tw-shadow-color: rgb(237 233 254 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-100\/75{--tw-shadow-color: rgb(237 233 254 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-100\/80{--tw-shadow-color: rgb(237 233 254 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-100\/85{--tw-shadow-color: rgb(237 233 254 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-100\/90{--tw-shadow-color: rgb(237 233 254 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-100\/95{--tw-shadow-color: rgb(237 233 254 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-200{--tw-shadow-color: #ddd6fe !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-200\/0{--tw-shadow-color: rgb(221 214 254 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-200\/10{--tw-shadow-color: rgb(221 214 254 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-200\/100{--tw-shadow-color: rgb(221 214 254 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-200\/15{--tw-shadow-color: rgb(221 214 254 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-200\/20{--tw-shadow-color: rgb(221 214 254 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-200\/25{--tw-shadow-color: rgb(221 214 254 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-200\/30{--tw-shadow-color: rgb(221 214 254 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-200\/35{--tw-shadow-color: rgb(221 214 254 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-200\/40{--tw-shadow-color: rgb(221 214 254 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-200\/45{--tw-shadow-color: rgb(221 214 254 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-200\/5{--tw-shadow-color: rgb(221 214 254 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-200\/50{--tw-shadow-color: rgb(221 214 254 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-200\/55{--tw-shadow-color: rgb(221 214 254 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-200\/60{--tw-shadow-color: rgb(221 214 254 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-200\/65{--tw-shadow-color: rgb(221 214 254 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-200\/70{--tw-shadow-color: rgb(221 214 254 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-200\/75{--tw-shadow-color: rgb(221 214 254 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-200\/80{--tw-shadow-color: rgb(221 214 254 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-200\/85{--tw-shadow-color: rgb(221 214 254 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-200\/90{--tw-shadow-color: rgb(221 214 254 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-200\/95{--tw-shadow-color: rgb(221 214 254 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-300{--tw-shadow-color: #c4b5fd !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-300\/0{--tw-shadow-color: rgb(196 181 253 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-300\/10{--tw-shadow-color: rgb(196 181 253 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-300\/100{--tw-shadow-color: rgb(196 181 253 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-300\/15{--tw-shadow-color: rgb(196 181 253 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-300\/20{--tw-shadow-color: rgb(196 181 253 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-300\/25{--tw-shadow-color: rgb(196 181 253 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-300\/30{--tw-shadow-color: rgb(196 181 253 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-300\/35{--tw-shadow-color: rgb(196 181 253 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-300\/40{--tw-shadow-color: rgb(196 181 253 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-300\/45{--tw-shadow-color: rgb(196 181 253 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-300\/5{--tw-shadow-color: rgb(196 181 253 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-300\/50{--tw-shadow-color: rgb(196 181 253 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-300\/55{--tw-shadow-color: rgb(196 181 253 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-300\/60{--tw-shadow-color: rgb(196 181 253 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-300\/65{--tw-shadow-color: rgb(196 181 253 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-300\/70{--tw-shadow-color: rgb(196 181 253 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-300\/75{--tw-shadow-color: rgb(196 181 253 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-300\/80{--tw-shadow-color: rgb(196 181 253 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-300\/85{--tw-shadow-color: rgb(196 181 253 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-300\/90{--tw-shadow-color: rgb(196 181 253 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-300\/95{--tw-shadow-color: rgb(196 181 253 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-400{--tw-shadow-color: #a78bfa !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-400\/0{--tw-shadow-color: rgb(167 139 250 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-400\/10{--tw-shadow-color: rgb(167 139 250 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-400\/100{--tw-shadow-color: rgb(167 139 250 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-400\/15{--tw-shadow-color: rgb(167 139 250 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-400\/20{--tw-shadow-color: rgb(167 139 250 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-400\/25{--tw-shadow-color: rgb(167 139 250 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-400\/30{--tw-shadow-color: rgb(167 139 250 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-400\/35{--tw-shadow-color: rgb(167 139 250 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-400\/40{--tw-shadow-color: rgb(167 139 250 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-400\/45{--tw-shadow-color: rgb(167 139 250 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-400\/5{--tw-shadow-color: rgb(167 139 250 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-400\/50{--tw-shadow-color: rgb(167 139 250 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-400\/55{--tw-shadow-color: rgb(167 139 250 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-400\/60{--tw-shadow-color: rgb(167 139 250 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-400\/65{--tw-shadow-color: rgb(167 139 250 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-400\/70{--tw-shadow-color: rgb(167 139 250 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-400\/75{--tw-shadow-color: rgb(167 139 250 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-400\/80{--tw-shadow-color: rgb(167 139 250 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-400\/85{--tw-shadow-color: rgb(167 139 250 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-400\/90{--tw-shadow-color: rgb(167 139 250 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-400\/95{--tw-shadow-color: rgb(167 139 250 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-50{--tw-shadow-color: #f5f3ff !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-50\/0{--tw-shadow-color: rgb(245 243 255 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-50\/10{--tw-shadow-color: rgb(245 243 255 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-50\/100{--tw-shadow-color: rgb(245 243 255 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-50\/15{--tw-shadow-color: rgb(245 243 255 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-50\/20{--tw-shadow-color: rgb(245 243 255 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-50\/25{--tw-shadow-color: rgb(245 243 255 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-50\/30{--tw-shadow-color: rgb(245 243 255 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-50\/35{--tw-shadow-color: rgb(245 243 255 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-50\/40{--tw-shadow-color: rgb(245 243 255 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-50\/45{--tw-shadow-color: rgb(245 243 255 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-50\/5{--tw-shadow-color: rgb(245 243 255 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-50\/50{--tw-shadow-color: rgb(245 243 255 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-50\/55{--tw-shadow-color: rgb(245 243 255 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-50\/60{--tw-shadow-color: rgb(245 243 255 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-50\/65{--tw-shadow-color: rgb(245 243 255 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-50\/70{--tw-shadow-color: rgb(245 243 255 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-50\/75{--tw-shadow-color: rgb(245 243 255 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-50\/80{--tw-shadow-color: rgb(245 243 255 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-50\/85{--tw-shadow-color: rgb(245 243 255 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-50\/90{--tw-shadow-color: rgb(245 243 255 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-50\/95{--tw-shadow-color: rgb(245 243 255 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-500{--tw-shadow-color: #8b5cf6 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-500\/0{--tw-shadow-color: rgb(139 92 246 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-500\/10{--tw-shadow-color: rgb(139 92 246 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-500\/100{--tw-shadow-color: rgb(139 92 246 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-500\/15{--tw-shadow-color: rgb(139 92 246 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-500\/20{--tw-shadow-color: rgb(139 92 246 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-500\/25{--tw-shadow-color: rgb(139 92 246 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-500\/30{--tw-shadow-color: rgb(139 92 246 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-500\/35{--tw-shadow-color: rgb(139 92 246 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-500\/40{--tw-shadow-color: rgb(139 92 246 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-500\/45{--tw-shadow-color: rgb(139 92 246 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-500\/5{--tw-shadow-color: rgb(139 92 246 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-500\/50{--tw-shadow-color: rgb(139 92 246 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-500\/55{--tw-shadow-color: rgb(139 92 246 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-500\/60{--tw-shadow-color: rgb(139 92 246 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-500\/65{--tw-shadow-color: rgb(139 92 246 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-500\/70{--tw-shadow-color: rgb(139 92 246 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-500\/75{--tw-shadow-color: rgb(139 92 246 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-500\/80{--tw-shadow-color: rgb(139 92 246 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-500\/85{--tw-shadow-color: rgb(139 92 246 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-500\/90{--tw-shadow-color: rgb(139 92 246 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-500\/95{--tw-shadow-color: rgb(139 92 246 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-600{--tw-shadow-color: #7c3aed !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-600\/0{--tw-shadow-color: rgb(124 58 237 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-600\/10{--tw-shadow-color: rgb(124 58 237 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-600\/100{--tw-shadow-color: rgb(124 58 237 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-600\/15{--tw-shadow-color: rgb(124 58 237 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-600\/20{--tw-shadow-color: rgb(124 58 237 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-600\/25{--tw-shadow-color: rgb(124 58 237 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-600\/30{--tw-shadow-color: rgb(124 58 237 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-600\/35{--tw-shadow-color: rgb(124 58 237 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-600\/40{--tw-shadow-color: rgb(124 58 237 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-600\/45{--tw-shadow-color: rgb(124 58 237 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-600\/5{--tw-shadow-color: rgb(124 58 237 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-600\/50{--tw-shadow-color: rgb(124 58 237 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-600\/55{--tw-shadow-color: rgb(124 58 237 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-600\/60{--tw-shadow-color: rgb(124 58 237 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-600\/65{--tw-shadow-color: rgb(124 58 237 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-600\/70{--tw-shadow-color: rgb(124 58 237 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-600\/75{--tw-shadow-color: rgb(124 58 237 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-600\/80{--tw-shadow-color: rgb(124 58 237 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-600\/85{--tw-shadow-color: rgb(124 58 237 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-600\/90{--tw-shadow-color: rgb(124 58 237 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-600\/95{--tw-shadow-color: rgb(124 58 237 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-700{--tw-shadow-color: #6d28d9 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-700\/0{--tw-shadow-color: rgb(109 40 217 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-700\/10{--tw-shadow-color: rgb(109 40 217 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-700\/100{--tw-shadow-color: rgb(109 40 217 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-700\/15{--tw-shadow-color: rgb(109 40 217 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-700\/20{--tw-shadow-color: rgb(109 40 217 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-700\/25{--tw-shadow-color: rgb(109 40 217 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-700\/30{--tw-shadow-color: rgb(109 40 217 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-700\/35{--tw-shadow-color: rgb(109 40 217 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-700\/40{--tw-shadow-color: rgb(109 40 217 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-700\/45{--tw-shadow-color: rgb(109 40 217 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-700\/5{--tw-shadow-color: rgb(109 40 217 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-700\/50{--tw-shadow-color: rgb(109 40 217 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-700\/55{--tw-shadow-color: rgb(109 40 217 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-700\/60{--tw-shadow-color: rgb(109 40 217 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-700\/65{--tw-shadow-color: rgb(109 40 217 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-700\/70{--tw-shadow-color: rgb(109 40 217 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-700\/75{--tw-shadow-color: rgb(109 40 217 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-700\/80{--tw-shadow-color: rgb(109 40 217 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-700\/85{--tw-shadow-color: rgb(109 40 217 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-700\/90{--tw-shadow-color: rgb(109 40 217 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-700\/95{--tw-shadow-color: rgb(109 40 217 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-800{--tw-shadow-color: #5b21b6 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-800\/0{--tw-shadow-color: rgb(91 33 182 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-800\/10{--tw-shadow-color: rgb(91 33 182 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-800\/100{--tw-shadow-color: rgb(91 33 182 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-800\/15{--tw-shadow-color: rgb(91 33 182 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-800\/20{--tw-shadow-color: rgb(91 33 182 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-800\/25{--tw-shadow-color: rgb(91 33 182 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-800\/30{--tw-shadow-color: rgb(91 33 182 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-800\/35{--tw-shadow-color: rgb(91 33 182 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-800\/40{--tw-shadow-color: rgb(91 33 182 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-800\/45{--tw-shadow-color: rgb(91 33 182 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-800\/5{--tw-shadow-color: rgb(91 33 182 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-800\/50{--tw-shadow-color: rgb(91 33 182 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-800\/55{--tw-shadow-color: rgb(91 33 182 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-800\/60{--tw-shadow-color: rgb(91 33 182 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-800\/65{--tw-shadow-color: rgb(91 33 182 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-800\/70{--tw-shadow-color: rgb(91 33 182 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-800\/75{--tw-shadow-color: rgb(91 33 182 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-800\/80{--tw-shadow-color: rgb(91 33 182 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-800\/85{--tw-shadow-color: rgb(91 33 182 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-800\/90{--tw-shadow-color: rgb(91 33 182 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-800\/95{--tw-shadow-color: rgb(91 33 182 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-900{--tw-shadow-color: #4c1d95 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-900\/0{--tw-shadow-color: rgb(76 29 149 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-900\/10{--tw-shadow-color: rgb(76 29 149 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-900\/100{--tw-shadow-color: rgb(76 29 149 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-900\/15{--tw-shadow-color: rgb(76 29 149 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-900\/20{--tw-shadow-color: rgb(76 29 149 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-900\/25{--tw-shadow-color: rgb(76 29 149 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-900\/30{--tw-shadow-color: rgb(76 29 149 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-900\/35{--tw-shadow-color: rgb(76 29 149 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-900\/40{--tw-shadow-color: rgb(76 29 149 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-900\/45{--tw-shadow-color: rgb(76 29 149 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-900\/5{--tw-shadow-color: rgb(76 29 149 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-900\/50{--tw-shadow-color: rgb(76 29 149 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-900\/55{--tw-shadow-color: rgb(76 29 149 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-900\/60{--tw-shadow-color: rgb(76 29 149 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-900\/65{--tw-shadow-color: rgb(76 29 149 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-900\/70{--tw-shadow-color: rgb(76 29 149 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-900\/75{--tw-shadow-color: rgb(76 29 149 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-900\/80{--tw-shadow-color: rgb(76 29 149 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-900\/85{--tw-shadow-color: rgb(76 29 149 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-900\/90{--tw-shadow-color: rgb(76 29 149 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-900\/95{--tw-shadow-color: rgb(76 29 149 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-950{--tw-shadow-color: #2e1065 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-950\/0{--tw-shadow-color: rgb(46 16 101 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-950\/10{--tw-shadow-color: rgb(46 16 101 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-950\/100{--tw-shadow-color: rgb(46 16 101 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-950\/15{--tw-shadow-color: rgb(46 16 101 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-950\/20{--tw-shadow-color: rgb(46 16 101 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-950\/25{--tw-shadow-color: rgb(46 16 101 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-950\/30{--tw-shadow-color: rgb(46 16 101 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-950\/35{--tw-shadow-color: rgb(46 16 101 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-950\/40{--tw-shadow-color: rgb(46 16 101 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-950\/45{--tw-shadow-color: rgb(46 16 101 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-950\/5{--tw-shadow-color: rgb(46 16 101 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-950\/50{--tw-shadow-color: rgb(46 16 101 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-950\/55{--tw-shadow-color: rgb(46 16 101 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-950\/60{--tw-shadow-color: rgb(46 16 101 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-950\/65{--tw-shadow-color: rgb(46 16 101 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-950\/70{--tw-shadow-color: rgb(46 16 101 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-950\/75{--tw-shadow-color: rgb(46 16 101 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-950\/80{--tw-shadow-color: rgb(46 16 101 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-950\/85{--tw-shadow-color: rgb(46 16 101 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-950\/90{--tw-shadow-color: rgb(46 16 101 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-violet-950\/95{--tw-shadow-color: rgb(46 16 101 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-white{--tw-shadow-color: #fff !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-white\/0{--tw-shadow-color: rgb(255 255 255 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-white\/10{--tw-shadow-color: rgb(255 255 255 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-white\/100{--tw-shadow-color: rgb(255 255 255 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-white\/15{--tw-shadow-color: rgb(255 255 255 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-white\/20{--tw-shadow-color: rgb(255 255 255 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-white\/25{--tw-shadow-color: rgb(255 255 255 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-white\/30{--tw-shadow-color: rgb(255 255 255 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-white\/35{--tw-shadow-color: rgb(255 255 255 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-white\/40{--tw-shadow-color: rgb(255 255 255 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-white\/45{--tw-shadow-color: rgb(255 255 255 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-white\/5{--tw-shadow-color: rgb(255 255 255 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-white\/50{--tw-shadow-color: rgb(255 255 255 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-white\/55{--tw-shadow-color: rgb(255 255 255 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-white\/60{--tw-shadow-color: rgb(255 255 255 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-white\/65{--tw-shadow-color: rgb(255 255 255 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-white\/70{--tw-shadow-color: rgb(255 255 255 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-white\/75{--tw-shadow-color: rgb(255 255 255 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-white\/80{--tw-shadow-color: rgb(255 255 255 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-white\/85{--tw-shadow-color: rgb(255 255 255 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-white\/90{--tw-shadow-color: rgb(255 255 255 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-white\/95{--tw-shadow-color: rgb(255 255 255 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-100{--tw-shadow-color: #fef9c3 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-100\/0{--tw-shadow-color: rgb(254 249 195 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-100\/10{--tw-shadow-color: rgb(254 249 195 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-100\/100{--tw-shadow-color: rgb(254 249 195 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-100\/15{--tw-shadow-color: rgb(254 249 195 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-100\/20{--tw-shadow-color: rgb(254 249 195 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-100\/25{--tw-shadow-color: rgb(254 249 195 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-100\/30{--tw-shadow-color: rgb(254 249 195 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-100\/35{--tw-shadow-color: rgb(254 249 195 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-100\/40{--tw-shadow-color: rgb(254 249 195 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-100\/45{--tw-shadow-color: rgb(254 249 195 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-100\/5{--tw-shadow-color: rgb(254 249 195 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-100\/50{--tw-shadow-color: rgb(254 249 195 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-100\/55{--tw-shadow-color: rgb(254 249 195 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-100\/60{--tw-shadow-color: rgb(254 249 195 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-100\/65{--tw-shadow-color: rgb(254 249 195 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-100\/70{--tw-shadow-color: rgb(254 249 195 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-100\/75{--tw-shadow-color: rgb(254 249 195 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-100\/80{--tw-shadow-color: rgb(254 249 195 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-100\/85{--tw-shadow-color: rgb(254 249 195 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-100\/90{--tw-shadow-color: rgb(254 249 195 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-100\/95{--tw-shadow-color: rgb(254 249 195 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-200{--tw-shadow-color: #fef08a !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-200\/0{--tw-shadow-color: rgb(254 240 138 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-200\/10{--tw-shadow-color: rgb(254 240 138 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-200\/100{--tw-shadow-color: rgb(254 240 138 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-200\/15{--tw-shadow-color: rgb(254 240 138 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-200\/20{--tw-shadow-color: rgb(254 240 138 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-200\/25{--tw-shadow-color: rgb(254 240 138 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-200\/30{--tw-shadow-color: rgb(254 240 138 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-200\/35{--tw-shadow-color: rgb(254 240 138 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-200\/40{--tw-shadow-color: rgb(254 240 138 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-200\/45{--tw-shadow-color: rgb(254 240 138 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-200\/5{--tw-shadow-color: rgb(254 240 138 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-200\/50{--tw-shadow-color: rgb(254 240 138 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-200\/55{--tw-shadow-color: rgb(254 240 138 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-200\/60{--tw-shadow-color: rgb(254 240 138 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-200\/65{--tw-shadow-color: rgb(254 240 138 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-200\/70{--tw-shadow-color: rgb(254 240 138 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-200\/75{--tw-shadow-color: rgb(254 240 138 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-200\/80{--tw-shadow-color: rgb(254 240 138 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-200\/85{--tw-shadow-color: rgb(254 240 138 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-200\/90{--tw-shadow-color: rgb(254 240 138 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-200\/95{--tw-shadow-color: rgb(254 240 138 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-300{--tw-shadow-color: #fde047 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-300\/0{--tw-shadow-color: rgb(253 224 71 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-300\/10{--tw-shadow-color: rgb(253 224 71 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-300\/100{--tw-shadow-color: rgb(253 224 71 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-300\/15{--tw-shadow-color: rgb(253 224 71 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-300\/20{--tw-shadow-color: rgb(253 224 71 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-300\/25{--tw-shadow-color: rgb(253 224 71 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-300\/30{--tw-shadow-color: rgb(253 224 71 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-300\/35{--tw-shadow-color: rgb(253 224 71 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-300\/40{--tw-shadow-color: rgb(253 224 71 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-300\/45{--tw-shadow-color: rgb(253 224 71 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-300\/5{--tw-shadow-color: rgb(253 224 71 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-300\/50{--tw-shadow-color: rgb(253 224 71 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-300\/55{--tw-shadow-color: rgb(253 224 71 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-300\/60{--tw-shadow-color: rgb(253 224 71 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-300\/65{--tw-shadow-color: rgb(253 224 71 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-300\/70{--tw-shadow-color: rgb(253 224 71 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-300\/75{--tw-shadow-color: rgb(253 224 71 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-300\/80{--tw-shadow-color: rgb(253 224 71 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-300\/85{--tw-shadow-color: rgb(253 224 71 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-300\/90{--tw-shadow-color: rgb(253 224 71 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-300\/95{--tw-shadow-color: rgb(253 224 71 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-400{--tw-shadow-color: #facc15 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-400\/0{--tw-shadow-color: rgb(250 204 21 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-400\/10{--tw-shadow-color: rgb(250 204 21 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-400\/100{--tw-shadow-color: rgb(250 204 21 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-400\/15{--tw-shadow-color: rgb(250 204 21 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-400\/20{--tw-shadow-color: rgb(250 204 21 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-400\/25{--tw-shadow-color: rgb(250 204 21 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-400\/30{--tw-shadow-color: rgb(250 204 21 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-400\/35{--tw-shadow-color: rgb(250 204 21 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-400\/40{--tw-shadow-color: rgb(250 204 21 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-400\/45{--tw-shadow-color: rgb(250 204 21 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-400\/5{--tw-shadow-color: rgb(250 204 21 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-400\/50{--tw-shadow-color: rgb(250 204 21 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-400\/55{--tw-shadow-color: rgb(250 204 21 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-400\/60{--tw-shadow-color: rgb(250 204 21 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-400\/65{--tw-shadow-color: rgb(250 204 21 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-400\/70{--tw-shadow-color: rgb(250 204 21 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-400\/75{--tw-shadow-color: rgb(250 204 21 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-400\/80{--tw-shadow-color: rgb(250 204 21 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-400\/85{--tw-shadow-color: rgb(250 204 21 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-400\/90{--tw-shadow-color: rgb(250 204 21 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-400\/95{--tw-shadow-color: rgb(250 204 21 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-50{--tw-shadow-color: #fefce8 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-50\/0{--tw-shadow-color: rgb(254 252 232 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-50\/10{--tw-shadow-color: rgb(254 252 232 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-50\/100{--tw-shadow-color: rgb(254 252 232 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-50\/15{--tw-shadow-color: rgb(254 252 232 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-50\/20{--tw-shadow-color: rgb(254 252 232 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-50\/25{--tw-shadow-color: rgb(254 252 232 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-50\/30{--tw-shadow-color: rgb(254 252 232 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-50\/35{--tw-shadow-color: rgb(254 252 232 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-50\/40{--tw-shadow-color: rgb(254 252 232 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-50\/45{--tw-shadow-color: rgb(254 252 232 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-50\/5{--tw-shadow-color: rgb(254 252 232 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-50\/50{--tw-shadow-color: rgb(254 252 232 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-50\/55{--tw-shadow-color: rgb(254 252 232 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-50\/60{--tw-shadow-color: rgb(254 252 232 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-50\/65{--tw-shadow-color: rgb(254 252 232 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-50\/70{--tw-shadow-color: rgb(254 252 232 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-50\/75{--tw-shadow-color: rgb(254 252 232 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-50\/80{--tw-shadow-color: rgb(254 252 232 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-50\/85{--tw-shadow-color: rgb(254 252 232 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-50\/90{--tw-shadow-color: rgb(254 252 232 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-50\/95{--tw-shadow-color: rgb(254 252 232 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-500{--tw-shadow-color: #eab308 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-500\/0{--tw-shadow-color: rgb(234 179 8 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-500\/10{--tw-shadow-color: rgb(234 179 8 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-500\/100{--tw-shadow-color: rgb(234 179 8 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-500\/15{--tw-shadow-color: rgb(234 179 8 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-500\/20{--tw-shadow-color: rgb(234 179 8 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-500\/25{--tw-shadow-color: rgb(234 179 8 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-500\/30{--tw-shadow-color: rgb(234 179 8 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-500\/35{--tw-shadow-color: rgb(234 179 8 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-500\/40{--tw-shadow-color: rgb(234 179 8 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-500\/45{--tw-shadow-color: rgb(234 179 8 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-500\/5{--tw-shadow-color: rgb(234 179 8 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-500\/50{--tw-shadow-color: rgb(234 179 8 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-500\/55{--tw-shadow-color: rgb(234 179 8 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-500\/60{--tw-shadow-color: rgb(234 179 8 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-500\/65{--tw-shadow-color: rgb(234 179 8 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-500\/70{--tw-shadow-color: rgb(234 179 8 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-500\/75{--tw-shadow-color: rgb(234 179 8 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-500\/80{--tw-shadow-color: rgb(234 179 8 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-500\/85{--tw-shadow-color: rgb(234 179 8 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-500\/90{--tw-shadow-color: rgb(234 179 8 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-500\/95{--tw-shadow-color: rgb(234 179 8 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-600{--tw-shadow-color: #ca8a04 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-600\/0{--tw-shadow-color: rgb(202 138 4 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-600\/10{--tw-shadow-color: rgb(202 138 4 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-600\/100{--tw-shadow-color: rgb(202 138 4 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-600\/15{--tw-shadow-color: rgb(202 138 4 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-600\/20{--tw-shadow-color: rgb(202 138 4 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-600\/25{--tw-shadow-color: rgb(202 138 4 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-600\/30{--tw-shadow-color: rgb(202 138 4 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-600\/35{--tw-shadow-color: rgb(202 138 4 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-600\/40{--tw-shadow-color: rgb(202 138 4 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-600\/45{--tw-shadow-color: rgb(202 138 4 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-600\/5{--tw-shadow-color: rgb(202 138 4 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-600\/50{--tw-shadow-color: rgb(202 138 4 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-600\/55{--tw-shadow-color: rgb(202 138 4 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-600\/60{--tw-shadow-color: rgb(202 138 4 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-600\/65{--tw-shadow-color: rgb(202 138 4 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-600\/70{--tw-shadow-color: rgb(202 138 4 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-600\/75{--tw-shadow-color: rgb(202 138 4 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-600\/80{--tw-shadow-color: rgb(202 138 4 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-600\/85{--tw-shadow-color: rgb(202 138 4 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-600\/90{--tw-shadow-color: rgb(202 138 4 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-600\/95{--tw-shadow-color: rgb(202 138 4 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-700{--tw-shadow-color: #a16207 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-700\/0{--tw-shadow-color: rgb(161 98 7 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-700\/10{--tw-shadow-color: rgb(161 98 7 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-700\/100{--tw-shadow-color: rgb(161 98 7 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-700\/15{--tw-shadow-color: rgb(161 98 7 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-700\/20{--tw-shadow-color: rgb(161 98 7 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-700\/25{--tw-shadow-color: rgb(161 98 7 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-700\/30{--tw-shadow-color: rgb(161 98 7 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-700\/35{--tw-shadow-color: rgb(161 98 7 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-700\/40{--tw-shadow-color: rgb(161 98 7 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-700\/45{--tw-shadow-color: rgb(161 98 7 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-700\/5{--tw-shadow-color: rgb(161 98 7 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-700\/50{--tw-shadow-color: rgb(161 98 7 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-700\/55{--tw-shadow-color: rgb(161 98 7 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-700\/60{--tw-shadow-color: rgb(161 98 7 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-700\/65{--tw-shadow-color: rgb(161 98 7 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-700\/70{--tw-shadow-color: rgb(161 98 7 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-700\/75{--tw-shadow-color: rgb(161 98 7 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-700\/80{--tw-shadow-color: rgb(161 98 7 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-700\/85{--tw-shadow-color: rgb(161 98 7 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-700\/90{--tw-shadow-color: rgb(161 98 7 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-700\/95{--tw-shadow-color: rgb(161 98 7 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-800{--tw-shadow-color: #854d0e !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-800\/0{--tw-shadow-color: rgb(133 77 14 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-800\/10{--tw-shadow-color: rgb(133 77 14 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-800\/100{--tw-shadow-color: rgb(133 77 14 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-800\/15{--tw-shadow-color: rgb(133 77 14 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-800\/20{--tw-shadow-color: rgb(133 77 14 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-800\/25{--tw-shadow-color: rgb(133 77 14 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-800\/30{--tw-shadow-color: rgb(133 77 14 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-800\/35{--tw-shadow-color: rgb(133 77 14 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-800\/40{--tw-shadow-color: rgb(133 77 14 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-800\/45{--tw-shadow-color: rgb(133 77 14 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-800\/5{--tw-shadow-color: rgb(133 77 14 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-800\/50{--tw-shadow-color: rgb(133 77 14 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-800\/55{--tw-shadow-color: rgb(133 77 14 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-800\/60{--tw-shadow-color: rgb(133 77 14 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-800\/65{--tw-shadow-color: rgb(133 77 14 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-800\/70{--tw-shadow-color: rgb(133 77 14 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-800\/75{--tw-shadow-color: rgb(133 77 14 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-800\/80{--tw-shadow-color: rgb(133 77 14 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-800\/85{--tw-shadow-color: rgb(133 77 14 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-800\/90{--tw-shadow-color: rgb(133 77 14 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-800\/95{--tw-shadow-color: rgb(133 77 14 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-900{--tw-shadow-color: #713f12 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-900\/0{--tw-shadow-color: rgb(113 63 18 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-900\/10{--tw-shadow-color: rgb(113 63 18 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-900\/100{--tw-shadow-color: rgb(113 63 18 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-900\/15{--tw-shadow-color: rgb(113 63 18 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-900\/20{--tw-shadow-color: rgb(113 63 18 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-900\/25{--tw-shadow-color: rgb(113 63 18 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-900\/30{--tw-shadow-color: rgb(113 63 18 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-900\/35{--tw-shadow-color: rgb(113 63 18 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-900\/40{--tw-shadow-color: rgb(113 63 18 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-900\/45{--tw-shadow-color: rgb(113 63 18 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-900\/5{--tw-shadow-color: rgb(113 63 18 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-900\/50{--tw-shadow-color: rgb(113 63 18 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-900\/55{--tw-shadow-color: rgb(113 63 18 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-900\/60{--tw-shadow-color: rgb(113 63 18 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-900\/65{--tw-shadow-color: rgb(113 63 18 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-900\/70{--tw-shadow-color: rgb(113 63 18 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-900\/75{--tw-shadow-color: rgb(113 63 18 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-900\/80{--tw-shadow-color: rgb(113 63 18 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-900\/85{--tw-shadow-color: rgb(113 63 18 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-900\/90{--tw-shadow-color: rgb(113 63 18 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-900\/95{--tw-shadow-color: rgb(113 63 18 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-950{--tw-shadow-color: #422006 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-950\/0{--tw-shadow-color: rgb(66 32 6 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-950\/10{--tw-shadow-color: rgb(66 32 6 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-950\/100{--tw-shadow-color: rgb(66 32 6 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-950\/15{--tw-shadow-color: rgb(66 32 6 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-950\/20{--tw-shadow-color: rgb(66 32 6 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-950\/25{--tw-shadow-color: rgb(66 32 6 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-950\/30{--tw-shadow-color: rgb(66 32 6 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-950\/35{--tw-shadow-color: rgb(66 32 6 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-950\/40{--tw-shadow-color: rgb(66 32 6 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-950\/45{--tw-shadow-color: rgb(66 32 6 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-950\/5{--tw-shadow-color: rgb(66 32 6 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-950\/50{--tw-shadow-color: rgb(66 32 6 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-950\/55{--tw-shadow-color: rgb(66 32 6 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-950\/60{--tw-shadow-color: rgb(66 32 6 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-950\/65{--tw-shadow-color: rgb(66 32 6 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-950\/70{--tw-shadow-color: rgb(66 32 6 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-950\/75{--tw-shadow-color: rgb(66 32 6 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-950\/80{--tw-shadow-color: rgb(66 32 6 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-950\/85{--tw-shadow-color: rgb(66 32 6 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-950\/90{--tw-shadow-color: rgb(66 32 6 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-yellow-950\/95{--tw-shadow-color: rgb(66 32 6 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-100{--tw-shadow-color: #f4f4f5 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-100\/0{--tw-shadow-color: rgb(244 244 245 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-100\/10{--tw-shadow-color: rgb(244 244 245 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-100\/100{--tw-shadow-color: rgb(244 244 245 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-100\/15{--tw-shadow-color: rgb(244 244 245 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-100\/20{--tw-shadow-color: rgb(244 244 245 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-100\/25{--tw-shadow-color: rgb(244 244 245 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-100\/30{--tw-shadow-color: rgb(244 244 245 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-100\/35{--tw-shadow-color: rgb(244 244 245 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-100\/40{--tw-shadow-color: rgb(244 244 245 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-100\/45{--tw-shadow-color: rgb(244 244 245 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-100\/5{--tw-shadow-color: rgb(244 244 245 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-100\/50{--tw-shadow-color: rgb(244 244 245 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-100\/55{--tw-shadow-color: rgb(244 244 245 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-100\/60{--tw-shadow-color: rgb(244 244 245 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-100\/65{--tw-shadow-color: rgb(244 244 245 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-100\/70{--tw-shadow-color: rgb(244 244 245 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-100\/75{--tw-shadow-color: rgb(244 244 245 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-100\/80{--tw-shadow-color: rgb(244 244 245 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-100\/85{--tw-shadow-color: rgb(244 244 245 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-100\/90{--tw-shadow-color: rgb(244 244 245 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-100\/95{--tw-shadow-color: rgb(244 244 245 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-200{--tw-shadow-color: #e4e4e7 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-200\/0{--tw-shadow-color: rgb(228 228 231 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-200\/10{--tw-shadow-color: rgb(228 228 231 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-200\/100{--tw-shadow-color: rgb(228 228 231 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-200\/15{--tw-shadow-color: rgb(228 228 231 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-200\/20{--tw-shadow-color: rgb(228 228 231 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-200\/25{--tw-shadow-color: rgb(228 228 231 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-200\/30{--tw-shadow-color: rgb(228 228 231 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-200\/35{--tw-shadow-color: rgb(228 228 231 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-200\/40{--tw-shadow-color: rgb(228 228 231 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-200\/45{--tw-shadow-color: rgb(228 228 231 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-200\/5{--tw-shadow-color: rgb(228 228 231 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-200\/50{--tw-shadow-color: rgb(228 228 231 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-200\/55{--tw-shadow-color: rgb(228 228 231 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-200\/60{--tw-shadow-color: rgb(228 228 231 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-200\/65{--tw-shadow-color: rgb(228 228 231 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-200\/70{--tw-shadow-color: rgb(228 228 231 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-200\/75{--tw-shadow-color: rgb(228 228 231 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-200\/80{--tw-shadow-color: rgb(228 228 231 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-200\/85{--tw-shadow-color: rgb(228 228 231 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-200\/90{--tw-shadow-color: rgb(228 228 231 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-200\/95{--tw-shadow-color: rgb(228 228 231 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-300{--tw-shadow-color: #d4d4d8 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-300\/0{--tw-shadow-color: rgb(212 212 216 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-300\/10{--tw-shadow-color: rgb(212 212 216 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-300\/100{--tw-shadow-color: rgb(212 212 216 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-300\/15{--tw-shadow-color: rgb(212 212 216 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-300\/20{--tw-shadow-color: rgb(212 212 216 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-300\/25{--tw-shadow-color: rgb(212 212 216 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-300\/30{--tw-shadow-color: rgb(212 212 216 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-300\/35{--tw-shadow-color: rgb(212 212 216 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-300\/40{--tw-shadow-color: rgb(212 212 216 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-300\/45{--tw-shadow-color: rgb(212 212 216 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-300\/5{--tw-shadow-color: rgb(212 212 216 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-300\/50{--tw-shadow-color: rgb(212 212 216 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-300\/55{--tw-shadow-color: rgb(212 212 216 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-300\/60{--tw-shadow-color: rgb(212 212 216 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-300\/65{--tw-shadow-color: rgb(212 212 216 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-300\/70{--tw-shadow-color: rgb(212 212 216 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-300\/75{--tw-shadow-color: rgb(212 212 216 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-300\/80{--tw-shadow-color: rgb(212 212 216 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-300\/85{--tw-shadow-color: rgb(212 212 216 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-300\/90{--tw-shadow-color: rgb(212 212 216 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-300\/95{--tw-shadow-color: rgb(212 212 216 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-400{--tw-shadow-color: #a1a1aa !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-400\/0{--tw-shadow-color: rgb(161 161 170 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-400\/10{--tw-shadow-color: rgb(161 161 170 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-400\/100{--tw-shadow-color: rgb(161 161 170 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-400\/15{--tw-shadow-color: rgb(161 161 170 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-400\/20{--tw-shadow-color: rgb(161 161 170 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-400\/25{--tw-shadow-color: rgb(161 161 170 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-400\/30{--tw-shadow-color: rgb(161 161 170 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-400\/35{--tw-shadow-color: rgb(161 161 170 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-400\/40{--tw-shadow-color: rgb(161 161 170 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-400\/45{--tw-shadow-color: rgb(161 161 170 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-400\/5{--tw-shadow-color: rgb(161 161 170 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-400\/50{--tw-shadow-color: rgb(161 161 170 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-400\/55{--tw-shadow-color: rgb(161 161 170 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-400\/60{--tw-shadow-color: rgb(161 161 170 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-400\/65{--tw-shadow-color: rgb(161 161 170 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-400\/70{--tw-shadow-color: rgb(161 161 170 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-400\/75{--tw-shadow-color: rgb(161 161 170 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-400\/80{--tw-shadow-color: rgb(161 161 170 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-400\/85{--tw-shadow-color: rgb(161 161 170 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-400\/90{--tw-shadow-color: rgb(161 161 170 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-400\/95{--tw-shadow-color: rgb(161 161 170 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-50{--tw-shadow-color: #fafafa !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-50\/0{--tw-shadow-color: rgb(250 250 250 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-50\/10{--tw-shadow-color: rgb(250 250 250 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-50\/100{--tw-shadow-color: rgb(250 250 250 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-50\/15{--tw-shadow-color: rgb(250 250 250 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-50\/20{--tw-shadow-color: rgb(250 250 250 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-50\/25{--tw-shadow-color: rgb(250 250 250 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-50\/30{--tw-shadow-color: rgb(250 250 250 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-50\/35{--tw-shadow-color: rgb(250 250 250 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-50\/40{--tw-shadow-color: rgb(250 250 250 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-50\/45{--tw-shadow-color: rgb(250 250 250 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-50\/5{--tw-shadow-color: rgb(250 250 250 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-50\/50{--tw-shadow-color: rgb(250 250 250 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-50\/55{--tw-shadow-color: rgb(250 250 250 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-50\/60{--tw-shadow-color: rgb(250 250 250 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-50\/65{--tw-shadow-color: rgb(250 250 250 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-50\/70{--tw-shadow-color: rgb(250 250 250 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-50\/75{--tw-shadow-color: rgb(250 250 250 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-50\/80{--tw-shadow-color: rgb(250 250 250 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-50\/85{--tw-shadow-color: rgb(250 250 250 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-50\/90{--tw-shadow-color: rgb(250 250 250 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-50\/95{--tw-shadow-color: rgb(250 250 250 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-500{--tw-shadow-color: #71717a !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-500\/0{--tw-shadow-color: rgb(113 113 122 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-500\/10{--tw-shadow-color: rgb(113 113 122 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-500\/100{--tw-shadow-color: rgb(113 113 122 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-500\/15{--tw-shadow-color: rgb(113 113 122 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-500\/20{--tw-shadow-color: rgb(113 113 122 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-500\/25{--tw-shadow-color: rgb(113 113 122 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-500\/30{--tw-shadow-color: rgb(113 113 122 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-500\/35{--tw-shadow-color: rgb(113 113 122 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-500\/40{--tw-shadow-color: rgb(113 113 122 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-500\/45{--tw-shadow-color: rgb(113 113 122 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-500\/5{--tw-shadow-color: rgb(113 113 122 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-500\/50{--tw-shadow-color: rgb(113 113 122 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-500\/55{--tw-shadow-color: rgb(113 113 122 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-500\/60{--tw-shadow-color: rgb(113 113 122 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-500\/65{--tw-shadow-color: rgb(113 113 122 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-500\/70{--tw-shadow-color: rgb(113 113 122 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-500\/75{--tw-shadow-color: rgb(113 113 122 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-500\/80{--tw-shadow-color: rgb(113 113 122 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-500\/85{--tw-shadow-color: rgb(113 113 122 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-500\/90{--tw-shadow-color: rgb(113 113 122 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-500\/95{--tw-shadow-color: rgb(113 113 122 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-600{--tw-shadow-color: #52525b !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-600\/0{--tw-shadow-color: rgb(82 82 91 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-600\/10{--tw-shadow-color: rgb(82 82 91 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-600\/100{--tw-shadow-color: rgb(82 82 91 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-600\/15{--tw-shadow-color: rgb(82 82 91 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-600\/20{--tw-shadow-color: rgb(82 82 91 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-600\/25{--tw-shadow-color: rgb(82 82 91 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-600\/30{--tw-shadow-color: rgb(82 82 91 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-600\/35{--tw-shadow-color: rgb(82 82 91 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-600\/40{--tw-shadow-color: rgb(82 82 91 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-600\/45{--tw-shadow-color: rgb(82 82 91 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-600\/5{--tw-shadow-color: rgb(82 82 91 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-600\/50{--tw-shadow-color: rgb(82 82 91 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-600\/55{--tw-shadow-color: rgb(82 82 91 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-600\/60{--tw-shadow-color: rgb(82 82 91 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-600\/65{--tw-shadow-color: rgb(82 82 91 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-600\/70{--tw-shadow-color: rgb(82 82 91 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-600\/75{--tw-shadow-color: rgb(82 82 91 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-600\/80{--tw-shadow-color: rgb(82 82 91 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-600\/85{--tw-shadow-color: rgb(82 82 91 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-600\/90{--tw-shadow-color: rgb(82 82 91 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-600\/95{--tw-shadow-color: rgb(82 82 91 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-700{--tw-shadow-color: #3f3f46 !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-700\/0{--tw-shadow-color: rgb(63 63 70 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-700\/10{--tw-shadow-color: rgb(63 63 70 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-700\/100{--tw-shadow-color: rgb(63 63 70 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-700\/15{--tw-shadow-color: rgb(63 63 70 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-700\/20{--tw-shadow-color: rgb(63 63 70 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-700\/25{--tw-shadow-color: rgb(63 63 70 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-700\/30{--tw-shadow-color: rgb(63 63 70 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-700\/35{--tw-shadow-color: rgb(63 63 70 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-700\/40{--tw-shadow-color: rgb(63 63 70 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-700\/45{--tw-shadow-color: rgb(63 63 70 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-700\/5{--tw-shadow-color: rgb(63 63 70 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-700\/50{--tw-shadow-color: rgb(63 63 70 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-700\/55{--tw-shadow-color: rgb(63 63 70 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-700\/60{--tw-shadow-color: rgb(63 63 70 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-700\/65{--tw-shadow-color: rgb(63 63 70 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-700\/70{--tw-shadow-color: rgb(63 63 70 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-700\/75{--tw-shadow-color: rgb(63 63 70 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-700\/80{--tw-shadow-color: rgb(63 63 70 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-700\/85{--tw-shadow-color: rgb(63 63 70 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-700\/90{--tw-shadow-color: rgb(63 63 70 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-700\/95{--tw-shadow-color: rgb(63 63 70 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-800{--tw-shadow-color: #27272a !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-800\/0{--tw-shadow-color: rgb(39 39 42 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-800\/10{--tw-shadow-color: rgb(39 39 42 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-800\/100{--tw-shadow-color: rgb(39 39 42 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-800\/15{--tw-shadow-color: rgb(39 39 42 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-800\/20{--tw-shadow-color: rgb(39 39 42 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-800\/25{--tw-shadow-color: rgb(39 39 42 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-800\/30{--tw-shadow-color: rgb(39 39 42 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-800\/35{--tw-shadow-color: rgb(39 39 42 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-800\/40{--tw-shadow-color: rgb(39 39 42 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-800\/45{--tw-shadow-color: rgb(39 39 42 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-800\/5{--tw-shadow-color: rgb(39 39 42 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-800\/50{--tw-shadow-color: rgb(39 39 42 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-800\/55{--tw-shadow-color: rgb(39 39 42 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-800\/60{--tw-shadow-color: rgb(39 39 42 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-800\/65{--tw-shadow-color: rgb(39 39 42 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-800\/70{--tw-shadow-color: rgb(39 39 42 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-800\/75{--tw-shadow-color: rgb(39 39 42 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-800\/80{--tw-shadow-color: rgb(39 39 42 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-800\/85{--tw-shadow-color: rgb(39 39 42 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-800\/90{--tw-shadow-color: rgb(39 39 42 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-800\/95{--tw-shadow-color: rgb(39 39 42 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-900{--tw-shadow-color: #18181b !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-900\/0{--tw-shadow-color: rgb(24 24 27 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-900\/10{--tw-shadow-color: rgb(24 24 27 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-900\/100{--tw-shadow-color: rgb(24 24 27 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-900\/15{--tw-shadow-color: rgb(24 24 27 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-900\/20{--tw-shadow-color: rgb(24 24 27 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-900\/25{--tw-shadow-color: rgb(24 24 27 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-900\/30{--tw-shadow-color: rgb(24 24 27 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-900\/35{--tw-shadow-color: rgb(24 24 27 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-900\/40{--tw-shadow-color: rgb(24 24 27 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-900\/45{--tw-shadow-color: rgb(24 24 27 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-900\/5{--tw-shadow-color: rgb(24 24 27 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-900\/50{--tw-shadow-color: rgb(24 24 27 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-900\/55{--tw-shadow-color: rgb(24 24 27 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-900\/60{--tw-shadow-color: rgb(24 24 27 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-900\/65{--tw-shadow-color: rgb(24 24 27 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-900\/70{--tw-shadow-color: rgb(24 24 27 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-900\/75{--tw-shadow-color: rgb(24 24 27 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-900\/80{--tw-shadow-color: rgb(24 24 27 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-900\/85{--tw-shadow-color: rgb(24 24 27 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-900\/90{--tw-shadow-color: rgb(24 24 27 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-900\/95{--tw-shadow-color: rgb(24 24 27 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-950{--tw-shadow-color: #09090b !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-950\/0{--tw-shadow-color: rgb(9 9 11 / 0) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-950\/10{--tw-shadow-color: rgb(9 9 11 / .1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-950\/100{--tw-shadow-color: rgb(9 9 11 / 1) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-950\/15{--tw-shadow-color: rgb(9 9 11 / .15) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-950\/20{--tw-shadow-color: rgb(9 9 11 / .2) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-950\/25{--tw-shadow-color: rgb(9 9 11 / .25) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-950\/30{--tw-shadow-color: rgb(9 9 11 / .3) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-950\/35{--tw-shadow-color: rgb(9 9 11 / .35) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-950\/40{--tw-shadow-color: rgb(9 9 11 / .4) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-950\/45{--tw-shadow-color: rgb(9 9 11 / .45) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-950\/5{--tw-shadow-color: rgb(9 9 11 / .05) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-950\/50{--tw-shadow-color: rgb(9 9 11 / .5) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-950\/55{--tw-shadow-color: rgb(9 9 11 / .55) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-950\/60{--tw-shadow-color: rgb(9 9 11 / .6) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-950\/65{--tw-shadow-color: rgb(9 9 11 / .65) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-950\/70{--tw-shadow-color: rgb(9 9 11 / .7) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-950\/75{--tw-shadow-color: rgb(9 9 11 / .75) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-950\/80{--tw-shadow-color: rgb(9 9 11 / .8) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-950\/85{--tw-shadow-color: rgb(9 9 11 / .85) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-950\/90{--tw-shadow-color: rgb(9 9 11 / .9) !important;--tw-shadow: var(--tw-shadow-colored) !important}.shadow-zinc-950\/95{--tw-shadow-color: rgb(9 9 11 / .95) !important;--tw-shadow: var(--tw-shadow-colored) !important}.outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.outline-yellow-100{outline-color:#fef9c3!important}.outline-yellow-100\/0{outline-color:#fef9c300!important}.outline-yellow-100\/10{outline-color:#fef9c31a!important}.outline-yellow-100\/100{outline-color:#fef9c3!important}.outline-yellow-100\/15{outline-color:#fef9c326!important}.outline-yellow-100\/20{outline-color:#fef9c333!important}.outline-yellow-100\/25{outline-color:#fef9c340!important}.outline-yellow-100\/30{outline-color:#fef9c34d!important}.outline-yellow-100\/35{outline-color:#fef9c359!important}.outline-yellow-100\/40{outline-color:#fef9c366!important}.outline-yellow-100\/45{outline-color:#fef9c373!important}.outline-yellow-100\/5{outline-color:#fef9c30d!important}.outline-yellow-100\/50{outline-color:#fef9c380!important}.outline-yellow-100\/55{outline-color:#fef9c38c!important}.outline-yellow-100\/60{outline-color:#fef9c399!important}.outline-yellow-100\/65{outline-color:#fef9c3a6!important}.outline-yellow-100\/70{outline-color:#fef9c3b3!important}.outline-yellow-100\/75{outline-color:#fef9c3bf!important}.outline-yellow-100\/80{outline-color:#fef9c3cc!important}.outline-yellow-100\/85{outline-color:#fef9c3d9!important}.outline-yellow-100\/90{outline-color:#fef9c3e6!important}.outline-yellow-100\/95{outline-color:#fef9c3f2!important}.outline-yellow-200{outline-color:#fef08a!important}.outline-yellow-200\/0{outline-color:#fef08a00!important}.outline-yellow-200\/10{outline-color:#fef08a1a!important}.outline-yellow-200\/100{outline-color:#fef08a!important}.outline-yellow-200\/15{outline-color:#fef08a26!important}.outline-yellow-200\/20{outline-color:#fef08a33!important}.outline-yellow-200\/25{outline-color:#fef08a40!important}.outline-yellow-200\/30{outline-color:#fef08a4d!important}.outline-yellow-200\/35{outline-color:#fef08a59!important}.outline-yellow-200\/40{outline-color:#fef08a66!important}.outline-yellow-200\/45{outline-color:#fef08a73!important}.outline-yellow-200\/5{outline-color:#fef08a0d!important}.outline-yellow-200\/50{outline-color:#fef08a80!important}.outline-yellow-200\/55{outline-color:#fef08a8c!important}.outline-yellow-200\/60{outline-color:#fef08a99!important}.outline-yellow-200\/65{outline-color:#fef08aa6!important}.outline-yellow-200\/70{outline-color:#fef08ab3!important}.outline-yellow-200\/75{outline-color:#fef08abf!important}.outline-yellow-200\/80{outline-color:#fef08acc!important}.outline-yellow-200\/85{outline-color:#fef08ad9!important}.outline-yellow-200\/90{outline-color:#fef08ae6!important}.outline-yellow-200\/95{outline-color:#fef08af2!important}.outline-yellow-300{outline-color:#fde047!important}.outline-yellow-300\/0{outline-color:#fde04700!important}.outline-yellow-300\/10{outline-color:#fde0471a!important}.outline-yellow-300\/100{outline-color:#fde047!important}.outline-yellow-300\/15{outline-color:#fde04726!important}.outline-yellow-300\/20{outline-color:#fde04733!important}.outline-yellow-300\/25{outline-color:#fde04740!important}.outline-yellow-300\/30{outline-color:#fde0474d!important}.outline-yellow-300\/35{outline-color:#fde04759!important}.outline-yellow-300\/40{outline-color:#fde04766!important}.outline-yellow-300\/45{outline-color:#fde04773!important}.outline-yellow-300\/5{outline-color:#fde0470d!important}.outline-yellow-300\/50{outline-color:#fde04780!important}.outline-yellow-300\/55{outline-color:#fde0478c!important}.outline-yellow-300\/60{outline-color:#fde04799!important}.outline-yellow-300\/65{outline-color:#fde047a6!important}.outline-yellow-300\/70{outline-color:#fde047b3!important}.outline-yellow-300\/75{outline-color:#fde047bf!important}.outline-yellow-300\/80{outline-color:#fde047cc!important}.outline-yellow-300\/85{outline-color:#fde047d9!important}.outline-yellow-300\/90{outline-color:#fde047e6!important}.outline-yellow-300\/95{outline-color:#fde047f2!important}.outline-yellow-400{outline-color:#facc15!important}.outline-yellow-400\/0{outline-color:#facc1500!important}.outline-yellow-400\/10{outline-color:#facc151a!important}.outline-yellow-400\/100{outline-color:#facc15!important}.outline-yellow-400\/15{outline-color:#facc1526!important}.outline-yellow-400\/20{outline-color:#facc1533!important}.outline-yellow-400\/25{outline-color:#facc1540!important}.outline-yellow-400\/30{outline-color:#facc154d!important}.outline-yellow-400\/35{outline-color:#facc1559!important}.outline-yellow-400\/40{outline-color:#facc1566!important}.outline-yellow-400\/45{outline-color:#facc1573!important}.outline-yellow-400\/5{outline-color:#facc150d!important}.outline-yellow-400\/50{outline-color:#facc1580!important}.outline-yellow-400\/55{outline-color:#facc158c!important}.outline-yellow-400\/60{outline-color:#facc1599!important}.outline-yellow-400\/65{outline-color:#facc15a6!important}.outline-yellow-400\/70{outline-color:#facc15b3!important}.outline-yellow-400\/75{outline-color:#facc15bf!important}.outline-yellow-400\/80{outline-color:#facc15cc!important}.outline-yellow-400\/85{outline-color:#facc15d9!important}.outline-yellow-400\/90{outline-color:#facc15e6!important}.outline-yellow-400\/95{outline-color:#facc15f2!important}.outline-yellow-50{outline-color:#fefce8!important}.outline-yellow-50\/0{outline-color:#fefce800!important}.outline-yellow-50\/10{outline-color:#fefce81a!important}.outline-yellow-50\/100{outline-color:#fefce8!important}.outline-yellow-50\/15{outline-color:#fefce826!important}.outline-yellow-50\/20{outline-color:#fefce833!important}.outline-yellow-50\/25{outline-color:#fefce840!important}.outline-yellow-50\/30{outline-color:#fefce84d!important}.outline-yellow-50\/35{outline-color:#fefce859!important}.outline-yellow-50\/40{outline-color:#fefce866!important}.outline-yellow-50\/45{outline-color:#fefce873!important}.outline-yellow-50\/5{outline-color:#fefce80d!important}.outline-yellow-50\/50{outline-color:#fefce880!important}.outline-yellow-50\/55{outline-color:#fefce88c!important}.outline-yellow-50\/60{outline-color:#fefce899!important}.outline-yellow-50\/65{outline-color:#fefce8a6!important}.outline-yellow-50\/70{outline-color:#fefce8b3!important}.outline-yellow-50\/75{outline-color:#fefce8bf!important}.outline-yellow-50\/80{outline-color:#fefce8cc!important}.outline-yellow-50\/85{outline-color:#fefce8d9!important}.outline-yellow-50\/90{outline-color:#fefce8e6!important}.outline-yellow-50\/95{outline-color:#fefce8f2!important}.outline-yellow-500{outline-color:#eab308!important}.outline-yellow-500\/0{outline-color:#eab30800!important}.outline-yellow-500\/10{outline-color:#eab3081a!important}.outline-yellow-500\/100{outline-color:#eab308!important}.outline-yellow-500\/15{outline-color:#eab30826!important}.outline-yellow-500\/20{outline-color:#eab30833!important}.outline-yellow-500\/25{outline-color:#eab30840!important}.outline-yellow-500\/30{outline-color:#eab3084d!important}.outline-yellow-500\/35{outline-color:#eab30859!important}.outline-yellow-500\/40{outline-color:#eab30866!important}.outline-yellow-500\/45{outline-color:#eab30873!important}.outline-yellow-500\/5{outline-color:#eab3080d!important}.outline-yellow-500\/50{outline-color:#eab30880!important}.outline-yellow-500\/55{outline-color:#eab3088c!important}.outline-yellow-500\/60{outline-color:#eab30899!important}.outline-yellow-500\/65{outline-color:#eab308a6!important}.outline-yellow-500\/70{outline-color:#eab308b3!important}.outline-yellow-500\/75{outline-color:#eab308bf!important}.outline-yellow-500\/80{outline-color:#eab308cc!important}.outline-yellow-500\/85{outline-color:#eab308d9!important}.outline-yellow-500\/90{outline-color:#eab308e6!important}.outline-yellow-500\/95{outline-color:#eab308f2!important}.outline-yellow-600{outline-color:#ca8a04!important}.outline-yellow-600\/0{outline-color:#ca8a0400!important}.outline-yellow-600\/10{outline-color:#ca8a041a!important}.outline-yellow-600\/100{outline-color:#ca8a04!important}.outline-yellow-600\/15{outline-color:#ca8a0426!important}.outline-yellow-600\/20{outline-color:#ca8a0433!important}.outline-yellow-600\/25{outline-color:#ca8a0440!important}.outline-yellow-600\/30{outline-color:#ca8a044d!important}.outline-yellow-600\/35{outline-color:#ca8a0459!important}.outline-yellow-600\/40{outline-color:#ca8a0466!important}.outline-yellow-600\/45{outline-color:#ca8a0473!important}.outline-yellow-600\/5{outline-color:#ca8a040d!important}.outline-yellow-600\/50{outline-color:#ca8a0480!important}.outline-yellow-600\/55{outline-color:#ca8a048c!important}.outline-yellow-600\/60{outline-color:#ca8a0499!important}.outline-yellow-600\/65{outline-color:#ca8a04a6!important}.outline-yellow-600\/70{outline-color:#ca8a04b3!important}.outline-yellow-600\/75{outline-color:#ca8a04bf!important}.outline-yellow-600\/80{outline-color:#ca8a04cc!important}.outline-yellow-600\/85{outline-color:#ca8a04d9!important}.outline-yellow-600\/90{outline-color:#ca8a04e6!important}.outline-yellow-600\/95{outline-color:#ca8a04f2!important}.outline-yellow-700{outline-color:#a16207!important}.outline-yellow-700\/0{outline-color:#a1620700!important}.outline-yellow-700\/10{outline-color:#a162071a!important}.outline-yellow-700\/100{outline-color:#a16207!important}.outline-yellow-700\/15{outline-color:#a1620726!important}.outline-yellow-700\/20{outline-color:#a1620733!important}.outline-yellow-700\/25{outline-color:#a1620740!important}.outline-yellow-700\/30{outline-color:#a162074d!important}.outline-yellow-700\/35{outline-color:#a1620759!important}.outline-yellow-700\/40{outline-color:#a1620766!important}.outline-yellow-700\/45{outline-color:#a1620773!important}.outline-yellow-700\/5{outline-color:#a162070d!important}.outline-yellow-700\/50{outline-color:#a1620780!important}.outline-yellow-700\/55{outline-color:#a162078c!important}.outline-yellow-700\/60{outline-color:#a1620799!important}.outline-yellow-700\/65{outline-color:#a16207a6!important}.outline-yellow-700\/70{outline-color:#a16207b3!important}.outline-yellow-700\/75{outline-color:#a16207bf!important}.outline-yellow-700\/80{outline-color:#a16207cc!important}.outline-yellow-700\/85{outline-color:#a16207d9!important}.outline-yellow-700\/90{outline-color:#a16207e6!important}.outline-yellow-700\/95{outline-color:#a16207f2!important}.outline-yellow-800{outline-color:#854d0e!important}.outline-yellow-800\/0{outline-color:#854d0e00!important}.outline-yellow-800\/10{outline-color:#854d0e1a!important}.outline-yellow-800\/100{outline-color:#854d0e!important}.outline-yellow-800\/15{outline-color:#854d0e26!important}.outline-yellow-800\/20{outline-color:#854d0e33!important}.outline-yellow-800\/25{outline-color:#854d0e40!important}.outline-yellow-800\/30{outline-color:#854d0e4d!important}.outline-yellow-800\/35{outline-color:#854d0e59!important}.outline-yellow-800\/40{outline-color:#854d0e66!important}.outline-yellow-800\/45{outline-color:#854d0e73!important}.outline-yellow-800\/5{outline-color:#854d0e0d!important}.outline-yellow-800\/50{outline-color:#854d0e80!important}.outline-yellow-800\/55{outline-color:#854d0e8c!important}.outline-yellow-800\/60{outline-color:#854d0e99!important}.outline-yellow-800\/65{outline-color:#854d0ea6!important}.outline-yellow-800\/70{outline-color:#854d0eb3!important}.outline-yellow-800\/75{outline-color:#854d0ebf!important}.outline-yellow-800\/80{outline-color:#854d0ecc!important}.outline-yellow-800\/85{outline-color:#854d0ed9!important}.outline-yellow-800\/90{outline-color:#854d0ee6!important}.outline-yellow-800\/95{outline-color:#854d0ef2!important}.outline-yellow-900{outline-color:#713f12!important}.outline-yellow-900\/0{outline-color:#713f1200!important}.outline-yellow-900\/10{outline-color:#713f121a!important}.outline-yellow-900\/100{outline-color:#713f12!important}.outline-yellow-900\/15{outline-color:#713f1226!important}.outline-yellow-900\/20{outline-color:#713f1233!important}.outline-yellow-900\/25{outline-color:#713f1240!important}.outline-yellow-900\/30{outline-color:#713f124d!important}.outline-yellow-900\/35{outline-color:#713f1259!important}.outline-yellow-900\/40{outline-color:#713f1266!important}.outline-yellow-900\/45{outline-color:#713f1273!important}.outline-yellow-900\/5{outline-color:#713f120d!important}.outline-yellow-900\/50{outline-color:#713f1280!important}.outline-yellow-900\/55{outline-color:#713f128c!important}.outline-yellow-900\/60{outline-color:#713f1299!important}.outline-yellow-900\/65{outline-color:#713f12a6!important}.outline-yellow-900\/70{outline-color:#713f12b3!important}.outline-yellow-900\/75{outline-color:#713f12bf!important}.outline-yellow-900\/80{outline-color:#713f12cc!important}.outline-yellow-900\/85{outline-color:#713f12d9!important}.outline-yellow-900\/90{outline-color:#713f12e6!important}.outline-yellow-900\/95{outline-color:#713f12f2!important}.outline-yellow-950{outline-color:#422006!important}.outline-yellow-950\/0{outline-color:#42200600!important}.outline-yellow-950\/10{outline-color:#4220061a!important}.outline-yellow-950\/100{outline-color:#422006!important}.outline-yellow-950\/15{outline-color:#42200626!important}.outline-yellow-950\/20{outline-color:#42200633!important}.outline-yellow-950\/25{outline-color:#42200640!important}.outline-yellow-950\/30{outline-color:#4220064d!important}.outline-yellow-950\/35{outline-color:#42200659!important}.outline-yellow-950\/40{outline-color:#42200666!important}.outline-yellow-950\/45{outline-color:#42200673!important}.outline-yellow-950\/5{outline-color:#4220060d!important}.outline-yellow-950\/50{outline-color:#42200680!important}.outline-yellow-950\/55{outline-color:#4220068c!important}.outline-yellow-950\/60{outline-color:#42200699!important}.outline-yellow-950\/65{outline-color:#422006a6!important}.outline-yellow-950\/70{outline-color:#422006b3!important}.outline-yellow-950\/75{outline-color:#422006bf!important}.outline-yellow-950\/80{outline-color:#422006cc!important}.outline-yellow-950\/85{outline-color:#422006d9!important}.outline-yellow-950\/90{outline-color:#422006e6!important}.outline-yellow-950\/95{outline-color:#422006f2!important}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.ring-primary{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(1 81 58 / var(--tw-ring-opacity, 1)) !important}.ring-tertiary{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(121 156 179 / var(--tw-ring-opacity, 1)) !important}.ring-yellow-100{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1)) !important}.ring-yellow-100\/0{--tw-ring-color: rgb(254 249 195 / 0) !important}.ring-yellow-100\/10{--tw-ring-color: rgb(254 249 195 / .1) !important}.ring-yellow-100\/100{--tw-ring-color: rgb(254 249 195 / 1) !important}.ring-yellow-100\/15{--tw-ring-color: rgb(254 249 195 / .15) !important}.ring-yellow-100\/20{--tw-ring-color: rgb(254 249 195 / .2) !important}.ring-yellow-100\/25{--tw-ring-color: rgb(254 249 195 / .25) !important}.ring-yellow-100\/30{--tw-ring-color: rgb(254 249 195 / .3) !important}.ring-yellow-100\/35{--tw-ring-color: rgb(254 249 195 / .35) !important}.ring-yellow-100\/40{--tw-ring-color: rgb(254 249 195 / .4) !important}.ring-yellow-100\/45{--tw-ring-color: rgb(254 249 195 / .45) !important}.ring-yellow-100\/5{--tw-ring-color: rgb(254 249 195 / .05) !important}.ring-yellow-100\/50{--tw-ring-color: rgb(254 249 195 / .5) !important}.ring-yellow-100\/55{--tw-ring-color: rgb(254 249 195 / .55) !important}.ring-yellow-100\/60{--tw-ring-color: rgb(254 249 195 / .6) !important}.ring-yellow-100\/65{--tw-ring-color: rgb(254 249 195 / .65) !important}.ring-yellow-100\/70{--tw-ring-color: rgb(254 249 195 / .7) !important}.ring-yellow-100\/75{--tw-ring-color: rgb(254 249 195 / .75) !important}.ring-yellow-100\/80{--tw-ring-color: rgb(254 249 195 / .8) !important}.ring-yellow-100\/85{--tw-ring-color: rgb(254 249 195 / .85) !important}.ring-yellow-100\/90{--tw-ring-color: rgb(254 249 195 / .9) !important}.ring-yellow-100\/95{--tw-ring-color: rgb(254 249 195 / .95) !important}.ring-yellow-200{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1)) !important}.ring-yellow-200\/0{--tw-ring-color: rgb(254 240 138 / 0) !important}.ring-yellow-200\/10{--tw-ring-color: rgb(254 240 138 / .1) !important}.ring-yellow-200\/100{--tw-ring-color: rgb(254 240 138 / 1) !important}.ring-yellow-200\/15{--tw-ring-color: rgb(254 240 138 / .15) !important}.ring-yellow-200\/20{--tw-ring-color: rgb(254 240 138 / .2) !important}.ring-yellow-200\/25{--tw-ring-color: rgb(254 240 138 / .25) !important}.ring-yellow-200\/30{--tw-ring-color: rgb(254 240 138 / .3) !important}.ring-yellow-200\/35{--tw-ring-color: rgb(254 240 138 / .35) !important}.ring-yellow-200\/40{--tw-ring-color: rgb(254 240 138 / .4) !important}.ring-yellow-200\/45{--tw-ring-color: rgb(254 240 138 / .45) !important}.ring-yellow-200\/5{--tw-ring-color: rgb(254 240 138 / .05) !important}.ring-yellow-200\/50{--tw-ring-color: rgb(254 240 138 / .5) !important}.ring-yellow-200\/55{--tw-ring-color: rgb(254 240 138 / .55) !important}.ring-yellow-200\/60{--tw-ring-color: rgb(254 240 138 / .6) !important}.ring-yellow-200\/65{--tw-ring-color: rgb(254 240 138 / .65) !important}.ring-yellow-200\/70{--tw-ring-color: rgb(254 240 138 / .7) !important}.ring-yellow-200\/75{--tw-ring-color: rgb(254 240 138 / .75) !important}.ring-yellow-200\/80{--tw-ring-color: rgb(254 240 138 / .8) !important}.ring-yellow-200\/85{--tw-ring-color: rgb(254 240 138 / .85) !important}.ring-yellow-200\/90{--tw-ring-color: rgb(254 240 138 / .9) !important}.ring-yellow-200\/95{--tw-ring-color: rgb(254 240 138 / .95) !important}.ring-yellow-300{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity, 1)) !important}.ring-yellow-300\/0{--tw-ring-color: rgb(253 224 71 / 0) !important}.ring-yellow-300\/10{--tw-ring-color: rgb(253 224 71 / .1) !important}.ring-yellow-300\/100{--tw-ring-color: rgb(253 224 71 / 1) !important}.ring-yellow-300\/15{--tw-ring-color: rgb(253 224 71 / .15) !important}.ring-yellow-300\/20{--tw-ring-color: rgb(253 224 71 / .2) !important}.ring-yellow-300\/25{--tw-ring-color: rgb(253 224 71 / .25) !important}.ring-yellow-300\/30{--tw-ring-color: rgb(253 224 71 / .3) !important}.ring-yellow-300\/35{--tw-ring-color: rgb(253 224 71 / .35) !important}.ring-yellow-300\/40{--tw-ring-color: rgb(253 224 71 / .4) !important}.ring-yellow-300\/45{--tw-ring-color: rgb(253 224 71 / .45) !important}.ring-yellow-300\/5{--tw-ring-color: rgb(253 224 71 / .05) !important}.ring-yellow-300\/50{--tw-ring-color: rgb(253 224 71 / .5) !important}.ring-yellow-300\/55{--tw-ring-color: rgb(253 224 71 / .55) !important}.ring-yellow-300\/60{--tw-ring-color: rgb(253 224 71 / .6) !important}.ring-yellow-300\/65{--tw-ring-color: rgb(253 224 71 / .65) !important}.ring-yellow-300\/70{--tw-ring-color: rgb(253 224 71 / .7) !important}.ring-yellow-300\/75{--tw-ring-color: rgb(253 224 71 / .75) !important}.ring-yellow-300\/80{--tw-ring-color: rgb(253 224 71 / .8) !important}.ring-yellow-300\/85{--tw-ring-color: rgb(253 224 71 / .85) !important}.ring-yellow-300\/90{--tw-ring-color: rgb(253 224 71 / .9) !important}.ring-yellow-300\/95{--tw-ring-color: rgb(253 224 71 / .95) !important}.ring-yellow-400{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1)) !important}.ring-yellow-400\/0{--tw-ring-color: rgb(250 204 21 / 0) !important}.ring-yellow-400\/10{--tw-ring-color: rgb(250 204 21 / .1) !important}.ring-yellow-400\/100{--tw-ring-color: rgb(250 204 21 / 1) !important}.ring-yellow-400\/15{--tw-ring-color: rgb(250 204 21 / .15) !important}.ring-yellow-400\/20{--tw-ring-color: rgb(250 204 21 / .2) !important}.ring-yellow-400\/25{--tw-ring-color: rgb(250 204 21 / .25) !important}.ring-yellow-400\/30{--tw-ring-color: rgb(250 204 21 / .3) !important}.ring-yellow-400\/35{--tw-ring-color: rgb(250 204 21 / .35) !important}.ring-yellow-400\/40{--tw-ring-color: rgb(250 204 21 / .4) !important}.ring-yellow-400\/45{--tw-ring-color: rgb(250 204 21 / .45) !important}.ring-yellow-400\/5{--tw-ring-color: rgb(250 204 21 / .05) !important}.ring-yellow-400\/50{--tw-ring-color: rgb(250 204 21 / .5) !important}.ring-yellow-400\/55{--tw-ring-color: rgb(250 204 21 / .55) !important}.ring-yellow-400\/60{--tw-ring-color: rgb(250 204 21 / .6) !important}.ring-yellow-400\/65{--tw-ring-color: rgb(250 204 21 / .65) !important}.ring-yellow-400\/70{--tw-ring-color: rgb(250 204 21 / .7) !important}.ring-yellow-400\/75{--tw-ring-color: rgb(250 204 21 / .75) !important}.ring-yellow-400\/80{--tw-ring-color: rgb(250 204 21 / .8) !important}.ring-yellow-400\/85{--tw-ring-color: rgb(250 204 21 / .85) !important}.ring-yellow-400\/90{--tw-ring-color: rgb(250 204 21 / .9) !important}.ring-yellow-400\/95{--tw-ring-color: rgb(250 204 21 / .95) !important}.ring-yellow-50{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity, 1)) !important}.ring-yellow-50\/0{--tw-ring-color: rgb(254 252 232 / 0) !important}.ring-yellow-50\/10{--tw-ring-color: rgb(254 252 232 / .1) !important}.ring-yellow-50\/100{--tw-ring-color: rgb(254 252 232 / 1) !important}.ring-yellow-50\/15{--tw-ring-color: rgb(254 252 232 / .15) !important}.ring-yellow-50\/20{--tw-ring-color: rgb(254 252 232 / .2) !important}.ring-yellow-50\/25{--tw-ring-color: rgb(254 252 232 / .25) !important}.ring-yellow-50\/30{--tw-ring-color: rgb(254 252 232 / .3) !important}.ring-yellow-50\/35{--tw-ring-color: rgb(254 252 232 / .35) !important}.ring-yellow-50\/40{--tw-ring-color: rgb(254 252 232 / .4) !important}.ring-yellow-50\/45{--tw-ring-color: rgb(254 252 232 / .45) !important}.ring-yellow-50\/5{--tw-ring-color: rgb(254 252 232 / .05) !important}.ring-yellow-50\/50{--tw-ring-color: rgb(254 252 232 / .5) !important}.ring-yellow-50\/55{--tw-ring-color: rgb(254 252 232 / .55) !important}.ring-yellow-50\/60{--tw-ring-color: rgb(254 252 232 / .6) !important}.ring-yellow-50\/65{--tw-ring-color: rgb(254 252 232 / .65) !important}.ring-yellow-50\/70{--tw-ring-color: rgb(254 252 232 / .7) !important}.ring-yellow-50\/75{--tw-ring-color: rgb(254 252 232 / .75) !important}.ring-yellow-50\/80{--tw-ring-color: rgb(254 252 232 / .8) !important}.ring-yellow-50\/85{--tw-ring-color: rgb(254 252 232 / .85) !important}.ring-yellow-50\/90{--tw-ring-color: rgb(254 252 232 / .9) !important}.ring-yellow-50\/95{--tw-ring-color: rgb(254 252 232 / .95) !important}.ring-yellow-500{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1)) !important}.ring-yellow-500\/0{--tw-ring-color: rgb(234 179 8 / 0) !important}.ring-yellow-500\/10{--tw-ring-color: rgb(234 179 8 / .1) !important}.ring-yellow-500\/100{--tw-ring-color: rgb(234 179 8 / 1) !important}.ring-yellow-500\/15{--tw-ring-color: rgb(234 179 8 / .15) !important}.ring-yellow-500\/20{--tw-ring-color: rgb(234 179 8 / .2) !important}.ring-yellow-500\/25{--tw-ring-color: rgb(234 179 8 / .25) !important}.ring-yellow-500\/30{--tw-ring-color: rgb(234 179 8 / .3) !important}.ring-yellow-500\/35{--tw-ring-color: rgb(234 179 8 / .35) !important}.ring-yellow-500\/40{--tw-ring-color: rgb(234 179 8 / .4) !important}.ring-yellow-500\/45{--tw-ring-color: rgb(234 179 8 / .45) !important}.ring-yellow-500\/5{--tw-ring-color: rgb(234 179 8 / .05) !important}.ring-yellow-500\/50{--tw-ring-color: rgb(234 179 8 / .5) !important}.ring-yellow-500\/55{--tw-ring-color: rgb(234 179 8 / .55) !important}.ring-yellow-500\/60{--tw-ring-color: rgb(234 179 8 / .6) !important}.ring-yellow-500\/65{--tw-ring-color: rgb(234 179 8 / .65) !important}.ring-yellow-500\/70{--tw-ring-color: rgb(234 179 8 / .7) !important}.ring-yellow-500\/75{--tw-ring-color: rgb(234 179 8 / .75) !important}.ring-yellow-500\/80{--tw-ring-color: rgb(234 179 8 / .8) !important}.ring-yellow-500\/85{--tw-ring-color: rgb(234 179 8 / .85) !important}.ring-yellow-500\/90{--tw-ring-color: rgb(234 179 8 / .9) !important}.ring-yellow-500\/95{--tw-ring-color: rgb(234 179 8 / .95) !important}.ring-yellow-600{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity, 1)) !important}.ring-yellow-600\/0{--tw-ring-color: rgb(202 138 4 / 0) !important}.ring-yellow-600\/10{--tw-ring-color: rgb(202 138 4 / .1) !important}.ring-yellow-600\/100{--tw-ring-color: rgb(202 138 4 / 1) !important}.ring-yellow-600\/15{--tw-ring-color: rgb(202 138 4 / .15) !important}.ring-yellow-600\/20{--tw-ring-color: rgb(202 138 4 / .2) !important}.ring-yellow-600\/25{--tw-ring-color: rgb(202 138 4 / .25) !important}.ring-yellow-600\/30{--tw-ring-color: rgb(202 138 4 / .3) !important}.ring-yellow-600\/35{--tw-ring-color: rgb(202 138 4 / .35) !important}.ring-yellow-600\/40{--tw-ring-color: rgb(202 138 4 / .4) !important}.ring-yellow-600\/45{--tw-ring-color: rgb(202 138 4 / .45) !important}.ring-yellow-600\/5{--tw-ring-color: rgb(202 138 4 / .05) !important}.ring-yellow-600\/50{--tw-ring-color: rgb(202 138 4 / .5) !important}.ring-yellow-600\/55{--tw-ring-color: rgb(202 138 4 / .55) !important}.ring-yellow-600\/60{--tw-ring-color: rgb(202 138 4 / .6) !important}.ring-yellow-600\/65{--tw-ring-color: rgb(202 138 4 / .65) !important}.ring-yellow-600\/70{--tw-ring-color: rgb(202 138 4 / .7) !important}.ring-yellow-600\/75{--tw-ring-color: rgb(202 138 4 / .75) !important}.ring-yellow-600\/80{--tw-ring-color: rgb(202 138 4 / .8) !important}.ring-yellow-600\/85{--tw-ring-color: rgb(202 138 4 / .85) !important}.ring-yellow-600\/90{--tw-ring-color: rgb(202 138 4 / .9) !important}.ring-yellow-600\/95{--tw-ring-color: rgb(202 138 4 / .95) !important}.ring-yellow-700{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity, 1)) !important}.ring-yellow-700\/0{--tw-ring-color: rgb(161 98 7 / 0) !important}.ring-yellow-700\/10{--tw-ring-color: rgb(161 98 7 / .1) !important}.ring-yellow-700\/100{--tw-ring-color: rgb(161 98 7 / 1) !important}.ring-yellow-700\/15{--tw-ring-color: rgb(161 98 7 / .15) !important}.ring-yellow-700\/20{--tw-ring-color: rgb(161 98 7 / .2) !important}.ring-yellow-700\/25{--tw-ring-color: rgb(161 98 7 / .25) !important}.ring-yellow-700\/30{--tw-ring-color: rgb(161 98 7 / .3) !important}.ring-yellow-700\/35{--tw-ring-color: rgb(161 98 7 / .35) !important}.ring-yellow-700\/40{--tw-ring-color: rgb(161 98 7 / .4) !important}.ring-yellow-700\/45{--tw-ring-color: rgb(161 98 7 / .45) !important}.ring-yellow-700\/5{--tw-ring-color: rgb(161 98 7 / .05) !important}.ring-yellow-700\/50{--tw-ring-color: rgb(161 98 7 / .5) !important}.ring-yellow-700\/55{--tw-ring-color: rgb(161 98 7 / .55) !important}.ring-yellow-700\/60{--tw-ring-color: rgb(161 98 7 / .6) !important}.ring-yellow-700\/65{--tw-ring-color: rgb(161 98 7 / .65) !important}.ring-yellow-700\/70{--tw-ring-color: rgb(161 98 7 / .7) !important}.ring-yellow-700\/75{--tw-ring-color: rgb(161 98 7 / .75) !important}.ring-yellow-700\/80{--tw-ring-color: rgb(161 98 7 / .8) !important}.ring-yellow-700\/85{--tw-ring-color: rgb(161 98 7 / .85) !important}.ring-yellow-700\/90{--tw-ring-color: rgb(161 98 7 / .9) !important}.ring-yellow-700\/95{--tw-ring-color: rgb(161 98 7 / .95) !important}.ring-yellow-800{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity, 1)) !important}.ring-yellow-800\/0{--tw-ring-color: rgb(133 77 14 / 0) !important}.ring-yellow-800\/10{--tw-ring-color: rgb(133 77 14 / .1) !important}.ring-yellow-800\/100{--tw-ring-color: rgb(133 77 14 / 1) !important}.ring-yellow-800\/15{--tw-ring-color: rgb(133 77 14 / .15) !important}.ring-yellow-800\/20{--tw-ring-color: rgb(133 77 14 / .2) !important}.ring-yellow-800\/25{--tw-ring-color: rgb(133 77 14 / .25) !important}.ring-yellow-800\/30{--tw-ring-color: rgb(133 77 14 / .3) !important}.ring-yellow-800\/35{--tw-ring-color: rgb(133 77 14 / .35) !important}.ring-yellow-800\/40{--tw-ring-color: rgb(133 77 14 / .4) !important}.ring-yellow-800\/45{--tw-ring-color: rgb(133 77 14 / .45) !important}.ring-yellow-800\/5{--tw-ring-color: rgb(133 77 14 / .05) !important}.ring-yellow-800\/50{--tw-ring-color: rgb(133 77 14 / .5) !important}.ring-yellow-800\/55{--tw-ring-color: rgb(133 77 14 / .55) !important}.ring-yellow-800\/60{--tw-ring-color: rgb(133 77 14 / .6) !important}.ring-yellow-800\/65{--tw-ring-color: rgb(133 77 14 / .65) !important}.ring-yellow-800\/70{--tw-ring-color: rgb(133 77 14 / .7) !important}.ring-yellow-800\/75{--tw-ring-color: rgb(133 77 14 / .75) !important}.ring-yellow-800\/80{--tw-ring-color: rgb(133 77 14 / .8) !important}.ring-yellow-800\/85{--tw-ring-color: rgb(133 77 14 / .85) !important}.ring-yellow-800\/90{--tw-ring-color: rgb(133 77 14 / .9) !important}.ring-yellow-800\/95{--tw-ring-color: rgb(133 77 14 / .95) !important}.ring-yellow-900{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity, 1)) !important}.ring-yellow-900\/0{--tw-ring-color: rgb(113 63 18 / 0) !important}.ring-yellow-900\/10{--tw-ring-color: rgb(113 63 18 / .1) !important}.ring-yellow-900\/100{--tw-ring-color: rgb(113 63 18 / 1) !important}.ring-yellow-900\/15{--tw-ring-color: rgb(113 63 18 / .15) !important}.ring-yellow-900\/20{--tw-ring-color: rgb(113 63 18 / .2) !important}.ring-yellow-900\/25{--tw-ring-color: rgb(113 63 18 / .25) !important}.ring-yellow-900\/30{--tw-ring-color: rgb(113 63 18 / .3) !important}.ring-yellow-900\/35{--tw-ring-color: rgb(113 63 18 / .35) !important}.ring-yellow-900\/40{--tw-ring-color: rgb(113 63 18 / .4) !important}.ring-yellow-900\/45{--tw-ring-color: rgb(113 63 18 / .45) !important}.ring-yellow-900\/5{--tw-ring-color: rgb(113 63 18 / .05) !important}.ring-yellow-900\/50{--tw-ring-color: rgb(113 63 18 / .5) !important}.ring-yellow-900\/55{--tw-ring-color: rgb(113 63 18 / .55) !important}.ring-yellow-900\/60{--tw-ring-color: rgb(113 63 18 / .6) !important}.ring-yellow-900\/65{--tw-ring-color: rgb(113 63 18 / .65) !important}.ring-yellow-900\/70{--tw-ring-color: rgb(113 63 18 / .7) !important}.ring-yellow-900\/75{--tw-ring-color: rgb(113 63 18 / .75) !important}.ring-yellow-900\/80{--tw-ring-color: rgb(113 63 18 / .8) !important}.ring-yellow-900\/85{--tw-ring-color: rgb(113 63 18 / .85) !important}.ring-yellow-900\/90{--tw-ring-color: rgb(113 63 18 / .9) !important}.ring-yellow-900\/95{--tw-ring-color: rgb(113 63 18 / .95) !important}.ring-yellow-950{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity, 1)) !important}.ring-yellow-950\/0{--tw-ring-color: rgb(66 32 6 / 0) !important}.ring-yellow-950\/10{--tw-ring-color: rgb(66 32 6 / .1) !important}.ring-yellow-950\/100{--tw-ring-color: rgb(66 32 6 / 1) !important}.ring-yellow-950\/15{--tw-ring-color: rgb(66 32 6 / .15) !important}.ring-yellow-950\/20{--tw-ring-color: rgb(66 32 6 / .2) !important}.ring-yellow-950\/25{--tw-ring-color: rgb(66 32 6 / .25) !important}.ring-yellow-950\/30{--tw-ring-color: rgb(66 32 6 / .3) !important}.ring-yellow-950\/35{--tw-ring-color: rgb(66 32 6 / .35) !important}.ring-yellow-950\/40{--tw-ring-color: rgb(66 32 6 / .4) !important}.ring-yellow-950\/45{--tw-ring-color: rgb(66 32 6 / .45) !important}.ring-yellow-950\/5{--tw-ring-color: rgb(66 32 6 / .05) !important}.ring-yellow-950\/50{--tw-ring-color: rgb(66 32 6 / .5) !important}.ring-yellow-950\/55{--tw-ring-color: rgb(66 32 6 / .55) !important}.ring-yellow-950\/60{--tw-ring-color: rgb(66 32 6 / .6) !important}.ring-yellow-950\/65{--tw-ring-color: rgb(66 32 6 / .65) !important}.ring-yellow-950\/70{--tw-ring-color: rgb(66 32 6 / .7) !important}.ring-yellow-950\/75{--tw-ring-color: rgb(66 32 6 / .75) !important}.ring-yellow-950\/80{--tw-ring-color: rgb(66 32 6 / .8) !important}.ring-yellow-950\/85{--tw-ring-color: rgb(66 32 6 / .85) !important}.ring-yellow-950\/90{--tw-ring-color: rgb(66 32 6 / .9) !important}.ring-yellow-950\/95{--tw-ring-color: rgb(66 32 6 / .95) !important}.ring-offset-0{--tw-ring-offset-width: 0px !important}.ring-offset-1{--tw-ring-offset-width: 1px !important}.ring-offset-2{--tw-ring-offset-width: 2px !important}.ring-offset-yellow-100{--tw-ring-offset-color: #fef9c3 !important}.ring-offset-yellow-100\/0{--tw-ring-offset-color: rgb(254 249 195 / 0) !important}.ring-offset-yellow-100\/10{--tw-ring-offset-color: rgb(254 249 195 / .1) !important}.ring-offset-yellow-100\/100{--tw-ring-offset-color: rgb(254 249 195 / 1) !important}.ring-offset-yellow-100\/15{--tw-ring-offset-color: rgb(254 249 195 / .15) !important}.ring-offset-yellow-100\/20{--tw-ring-offset-color: rgb(254 249 195 / .2) !important}.ring-offset-yellow-100\/25{--tw-ring-offset-color: rgb(254 249 195 / .25) !important}.ring-offset-yellow-100\/30{--tw-ring-offset-color: rgb(254 249 195 / .3) !important}.ring-offset-yellow-100\/35{--tw-ring-offset-color: rgb(254 249 195 / .35) !important}.ring-offset-yellow-100\/40{--tw-ring-offset-color: rgb(254 249 195 / .4) !important}.ring-offset-yellow-100\/45{--tw-ring-offset-color: rgb(254 249 195 / .45) !important}.ring-offset-yellow-100\/5{--tw-ring-offset-color: rgb(254 249 195 / .05) !important}.ring-offset-yellow-100\/50{--tw-ring-offset-color: rgb(254 249 195 / .5) !important}.ring-offset-yellow-100\/55{--tw-ring-offset-color: rgb(254 249 195 / .55) !important}.ring-offset-yellow-100\/60{--tw-ring-offset-color: rgb(254 249 195 / .6) !important}.ring-offset-yellow-100\/65{--tw-ring-offset-color: rgb(254 249 195 / .65) !important}.ring-offset-yellow-100\/70{--tw-ring-offset-color: rgb(254 249 195 / .7) !important}.ring-offset-yellow-100\/75{--tw-ring-offset-color: rgb(254 249 195 / .75) !important}.ring-offset-yellow-100\/80{--tw-ring-offset-color: rgb(254 249 195 / .8) !important}.ring-offset-yellow-100\/85{--tw-ring-offset-color: rgb(254 249 195 / .85) !important}.ring-offset-yellow-100\/90{--tw-ring-offset-color: rgb(254 249 195 / .9) !important}.ring-offset-yellow-100\/95{--tw-ring-offset-color: rgb(254 249 195 / .95) !important}.ring-offset-yellow-200{--tw-ring-offset-color: #fef08a !important}.ring-offset-yellow-200\/0{--tw-ring-offset-color: rgb(254 240 138 / 0) !important}.ring-offset-yellow-200\/10{--tw-ring-offset-color: rgb(254 240 138 / .1) !important}.ring-offset-yellow-200\/100{--tw-ring-offset-color: rgb(254 240 138 / 1) !important}.ring-offset-yellow-200\/15{--tw-ring-offset-color: rgb(254 240 138 / .15) !important}.ring-offset-yellow-200\/20{--tw-ring-offset-color: rgb(254 240 138 / .2) !important}.ring-offset-yellow-200\/25{--tw-ring-offset-color: rgb(254 240 138 / .25) !important}.ring-offset-yellow-200\/30{--tw-ring-offset-color: rgb(254 240 138 / .3) !important}.ring-offset-yellow-200\/35{--tw-ring-offset-color: rgb(254 240 138 / .35) !important}.ring-offset-yellow-200\/40{--tw-ring-offset-color: rgb(254 240 138 / .4) !important}.ring-offset-yellow-200\/45{--tw-ring-offset-color: rgb(254 240 138 / .45) !important}.ring-offset-yellow-200\/5{--tw-ring-offset-color: rgb(254 240 138 / .05) !important}.ring-offset-yellow-200\/50{--tw-ring-offset-color: rgb(254 240 138 / .5) !important}.ring-offset-yellow-200\/55{--tw-ring-offset-color: rgb(254 240 138 / .55) !important}.ring-offset-yellow-200\/60{--tw-ring-offset-color: rgb(254 240 138 / .6) !important}.ring-offset-yellow-200\/65{--tw-ring-offset-color: rgb(254 240 138 / .65) !important}.ring-offset-yellow-200\/70{--tw-ring-offset-color: rgb(254 240 138 / .7) !important}.ring-offset-yellow-200\/75{--tw-ring-offset-color: rgb(254 240 138 / .75) !important}.ring-offset-yellow-200\/80{--tw-ring-offset-color: rgb(254 240 138 / .8) !important}.ring-offset-yellow-200\/85{--tw-ring-offset-color: rgb(254 240 138 / .85) !important}.ring-offset-yellow-200\/90{--tw-ring-offset-color: rgb(254 240 138 / .9) !important}.ring-offset-yellow-200\/95{--tw-ring-offset-color: rgb(254 240 138 / .95) !important}.ring-offset-yellow-300{--tw-ring-offset-color: #fde047 !important}.ring-offset-yellow-300\/0{--tw-ring-offset-color: rgb(253 224 71 / 0) !important}.ring-offset-yellow-300\/10{--tw-ring-offset-color: rgb(253 224 71 / .1) !important}.ring-offset-yellow-300\/100{--tw-ring-offset-color: rgb(253 224 71 / 1) !important}.ring-offset-yellow-300\/15{--tw-ring-offset-color: rgb(253 224 71 / .15) !important}.ring-offset-yellow-300\/20{--tw-ring-offset-color: rgb(253 224 71 / .2) !important}.ring-offset-yellow-300\/25{--tw-ring-offset-color: rgb(253 224 71 / .25) !important}.ring-offset-yellow-300\/30{--tw-ring-offset-color: rgb(253 224 71 / .3) !important}.ring-offset-yellow-300\/35{--tw-ring-offset-color: rgb(253 224 71 / .35) !important}.ring-offset-yellow-300\/40{--tw-ring-offset-color: rgb(253 224 71 / .4) !important}.ring-offset-yellow-300\/45{--tw-ring-offset-color: rgb(253 224 71 / .45) !important}.ring-offset-yellow-300\/5{--tw-ring-offset-color: rgb(253 224 71 / .05) !important}.ring-offset-yellow-300\/50{--tw-ring-offset-color: rgb(253 224 71 / .5) !important}.ring-offset-yellow-300\/55{--tw-ring-offset-color: rgb(253 224 71 / .55) !important}.ring-offset-yellow-300\/60{--tw-ring-offset-color: rgb(253 224 71 / .6) !important}.ring-offset-yellow-300\/65{--tw-ring-offset-color: rgb(253 224 71 / .65) !important}.ring-offset-yellow-300\/70{--tw-ring-offset-color: rgb(253 224 71 / .7) !important}.ring-offset-yellow-300\/75{--tw-ring-offset-color: rgb(253 224 71 / .75) !important}.ring-offset-yellow-300\/80{--tw-ring-offset-color: rgb(253 224 71 / .8) !important}.ring-offset-yellow-300\/85{--tw-ring-offset-color: rgb(253 224 71 / .85) !important}.ring-offset-yellow-300\/90{--tw-ring-offset-color: rgb(253 224 71 / .9) !important}.ring-offset-yellow-300\/95{--tw-ring-offset-color: rgb(253 224 71 / .95) !important}.ring-offset-yellow-400{--tw-ring-offset-color: #facc15 !important}.ring-offset-yellow-400\/0{--tw-ring-offset-color: rgb(250 204 21 / 0) !important}.ring-offset-yellow-400\/10{--tw-ring-offset-color: rgb(250 204 21 / .1) !important}.ring-offset-yellow-400\/100{--tw-ring-offset-color: rgb(250 204 21 / 1) !important}.ring-offset-yellow-400\/15{--tw-ring-offset-color: rgb(250 204 21 / .15) !important}.ring-offset-yellow-400\/20{--tw-ring-offset-color: rgb(250 204 21 / .2) !important}.ring-offset-yellow-400\/25{--tw-ring-offset-color: rgb(250 204 21 / .25) !important}.ring-offset-yellow-400\/30{--tw-ring-offset-color: rgb(250 204 21 / .3) !important}.ring-offset-yellow-400\/35{--tw-ring-offset-color: rgb(250 204 21 / .35) !important}.ring-offset-yellow-400\/40{--tw-ring-offset-color: rgb(250 204 21 / .4) !important}.ring-offset-yellow-400\/45{--tw-ring-offset-color: rgb(250 204 21 / .45) !important}.ring-offset-yellow-400\/5{--tw-ring-offset-color: rgb(250 204 21 / .05) !important}.ring-offset-yellow-400\/50{--tw-ring-offset-color: rgb(250 204 21 / .5) !important}.ring-offset-yellow-400\/55{--tw-ring-offset-color: rgb(250 204 21 / .55) !important}.ring-offset-yellow-400\/60{--tw-ring-offset-color: rgb(250 204 21 / .6) !important}.ring-offset-yellow-400\/65{--tw-ring-offset-color: rgb(250 204 21 / .65) !important}.ring-offset-yellow-400\/70{--tw-ring-offset-color: rgb(250 204 21 / .7) !important}.ring-offset-yellow-400\/75{--tw-ring-offset-color: rgb(250 204 21 / .75) !important}.ring-offset-yellow-400\/80{--tw-ring-offset-color: rgb(250 204 21 / .8) !important}.ring-offset-yellow-400\/85{--tw-ring-offset-color: rgb(250 204 21 / .85) !important}.ring-offset-yellow-400\/90{--tw-ring-offset-color: rgb(250 204 21 / .9) !important}.ring-offset-yellow-400\/95{--tw-ring-offset-color: rgb(250 204 21 / .95) !important}.ring-offset-yellow-50{--tw-ring-offset-color: #fefce8 !important}.ring-offset-yellow-50\/0{--tw-ring-offset-color: rgb(254 252 232 / 0) !important}.ring-offset-yellow-50\/10{--tw-ring-offset-color: rgb(254 252 232 / .1) !important}.ring-offset-yellow-50\/100{--tw-ring-offset-color: rgb(254 252 232 / 1) !important}.ring-offset-yellow-50\/15{--tw-ring-offset-color: rgb(254 252 232 / .15) !important}.ring-offset-yellow-50\/20{--tw-ring-offset-color: rgb(254 252 232 / .2) !important}.ring-offset-yellow-50\/25{--tw-ring-offset-color: rgb(254 252 232 / .25) !important}.ring-offset-yellow-50\/30{--tw-ring-offset-color: rgb(254 252 232 / .3) !important}.ring-offset-yellow-50\/35{--tw-ring-offset-color: rgb(254 252 232 / .35) !important}.ring-offset-yellow-50\/40{--tw-ring-offset-color: rgb(254 252 232 / .4) !important}.ring-offset-yellow-50\/45{--tw-ring-offset-color: rgb(254 252 232 / .45) !important}.ring-offset-yellow-50\/5{--tw-ring-offset-color: rgb(254 252 232 / .05) !important}.ring-offset-yellow-50\/50{--tw-ring-offset-color: rgb(254 252 232 / .5) !important}.ring-offset-yellow-50\/55{--tw-ring-offset-color: rgb(254 252 232 / .55) !important}.ring-offset-yellow-50\/60{--tw-ring-offset-color: rgb(254 252 232 / .6) !important}.ring-offset-yellow-50\/65{--tw-ring-offset-color: rgb(254 252 232 / .65) !important}.ring-offset-yellow-50\/70{--tw-ring-offset-color: rgb(254 252 232 / .7) !important}.ring-offset-yellow-50\/75{--tw-ring-offset-color: rgb(254 252 232 / .75) !important}.ring-offset-yellow-50\/80{--tw-ring-offset-color: rgb(254 252 232 / .8) !important}.ring-offset-yellow-50\/85{--tw-ring-offset-color: rgb(254 252 232 / .85) !important}.ring-offset-yellow-50\/90{--tw-ring-offset-color: rgb(254 252 232 / .9) !important}.ring-offset-yellow-50\/95{--tw-ring-offset-color: rgb(254 252 232 / .95) !important}.ring-offset-yellow-500{--tw-ring-offset-color: #eab308 !important}.ring-offset-yellow-500\/0{--tw-ring-offset-color: rgb(234 179 8 / 0) !important}.ring-offset-yellow-500\/10{--tw-ring-offset-color: rgb(234 179 8 / .1) !important}.ring-offset-yellow-500\/100{--tw-ring-offset-color: rgb(234 179 8 / 1) !important}.ring-offset-yellow-500\/15{--tw-ring-offset-color: rgb(234 179 8 / .15) !important}.ring-offset-yellow-500\/20{--tw-ring-offset-color: rgb(234 179 8 / .2) !important}.ring-offset-yellow-500\/25{--tw-ring-offset-color: rgb(234 179 8 / .25) !important}.ring-offset-yellow-500\/30{--tw-ring-offset-color: rgb(234 179 8 / .3) !important}.ring-offset-yellow-500\/35{--tw-ring-offset-color: rgb(234 179 8 / .35) !important}.ring-offset-yellow-500\/40{--tw-ring-offset-color: rgb(234 179 8 / .4) !important}.ring-offset-yellow-500\/45{--tw-ring-offset-color: rgb(234 179 8 / .45) !important}.ring-offset-yellow-500\/5{--tw-ring-offset-color: rgb(234 179 8 / .05) !important}.ring-offset-yellow-500\/50{--tw-ring-offset-color: rgb(234 179 8 / .5) !important}.ring-offset-yellow-500\/55{--tw-ring-offset-color: rgb(234 179 8 / .55) !important}.ring-offset-yellow-500\/60{--tw-ring-offset-color: rgb(234 179 8 / .6) !important}.ring-offset-yellow-500\/65{--tw-ring-offset-color: rgb(234 179 8 / .65) !important}.ring-offset-yellow-500\/70{--tw-ring-offset-color: rgb(234 179 8 / .7) !important}.ring-offset-yellow-500\/75{--tw-ring-offset-color: rgb(234 179 8 / .75) !important}.ring-offset-yellow-500\/80{--tw-ring-offset-color: rgb(234 179 8 / .8) !important}.ring-offset-yellow-500\/85{--tw-ring-offset-color: rgb(234 179 8 / .85) !important}.ring-offset-yellow-500\/90{--tw-ring-offset-color: rgb(234 179 8 / .9) !important}.ring-offset-yellow-500\/95{--tw-ring-offset-color: rgb(234 179 8 / .95) !important}.ring-offset-yellow-600{--tw-ring-offset-color: #ca8a04 !important}.ring-offset-yellow-600\/0{--tw-ring-offset-color: rgb(202 138 4 / 0) !important}.ring-offset-yellow-600\/10{--tw-ring-offset-color: rgb(202 138 4 / .1) !important}.ring-offset-yellow-600\/100{--tw-ring-offset-color: rgb(202 138 4 / 1) !important}.ring-offset-yellow-600\/15{--tw-ring-offset-color: rgb(202 138 4 / .15) !important}.ring-offset-yellow-600\/20{--tw-ring-offset-color: rgb(202 138 4 / .2) !important}.ring-offset-yellow-600\/25{--tw-ring-offset-color: rgb(202 138 4 / .25) !important}.ring-offset-yellow-600\/30{--tw-ring-offset-color: rgb(202 138 4 / .3) !important}.ring-offset-yellow-600\/35{--tw-ring-offset-color: rgb(202 138 4 / .35) !important}.ring-offset-yellow-600\/40{--tw-ring-offset-color: rgb(202 138 4 / .4) !important}.ring-offset-yellow-600\/45{--tw-ring-offset-color: rgb(202 138 4 / .45) !important}.ring-offset-yellow-600\/5{--tw-ring-offset-color: rgb(202 138 4 / .05) !important}.ring-offset-yellow-600\/50{--tw-ring-offset-color: rgb(202 138 4 / .5) !important}.ring-offset-yellow-600\/55{--tw-ring-offset-color: rgb(202 138 4 / .55) !important}.ring-offset-yellow-600\/60{--tw-ring-offset-color: rgb(202 138 4 / .6) !important}.ring-offset-yellow-600\/65{--tw-ring-offset-color: rgb(202 138 4 / .65) !important}.ring-offset-yellow-600\/70{--tw-ring-offset-color: rgb(202 138 4 / .7) !important}.ring-offset-yellow-600\/75{--tw-ring-offset-color: rgb(202 138 4 / .75) !important}.ring-offset-yellow-600\/80{--tw-ring-offset-color: rgb(202 138 4 / .8) !important}.ring-offset-yellow-600\/85{--tw-ring-offset-color: rgb(202 138 4 / .85) !important}.ring-offset-yellow-600\/90{--tw-ring-offset-color: rgb(202 138 4 / .9) !important}.ring-offset-yellow-600\/95{--tw-ring-offset-color: rgb(202 138 4 / .95) !important}.ring-offset-yellow-700{--tw-ring-offset-color: #a16207 !important}.ring-offset-yellow-700\/0{--tw-ring-offset-color: rgb(161 98 7 / 0) !important}.ring-offset-yellow-700\/10{--tw-ring-offset-color: rgb(161 98 7 / .1) !important}.ring-offset-yellow-700\/100{--tw-ring-offset-color: rgb(161 98 7 / 1) !important}.ring-offset-yellow-700\/15{--tw-ring-offset-color: rgb(161 98 7 / .15) !important}.ring-offset-yellow-700\/20{--tw-ring-offset-color: rgb(161 98 7 / .2) !important}.ring-offset-yellow-700\/25{--tw-ring-offset-color: rgb(161 98 7 / .25) !important}.ring-offset-yellow-700\/30{--tw-ring-offset-color: rgb(161 98 7 / .3) !important}.ring-offset-yellow-700\/35{--tw-ring-offset-color: rgb(161 98 7 / .35) !important}.ring-offset-yellow-700\/40{--tw-ring-offset-color: rgb(161 98 7 / .4) !important}.ring-offset-yellow-700\/45{--tw-ring-offset-color: rgb(161 98 7 / .45) !important}.ring-offset-yellow-700\/5{--tw-ring-offset-color: rgb(161 98 7 / .05) !important}.ring-offset-yellow-700\/50{--tw-ring-offset-color: rgb(161 98 7 / .5) !important}.ring-offset-yellow-700\/55{--tw-ring-offset-color: rgb(161 98 7 / .55) !important}.ring-offset-yellow-700\/60{--tw-ring-offset-color: rgb(161 98 7 / .6) !important}.ring-offset-yellow-700\/65{--tw-ring-offset-color: rgb(161 98 7 / .65) !important}.ring-offset-yellow-700\/70{--tw-ring-offset-color: rgb(161 98 7 / .7) !important}.ring-offset-yellow-700\/75{--tw-ring-offset-color: rgb(161 98 7 / .75) !important}.ring-offset-yellow-700\/80{--tw-ring-offset-color: rgb(161 98 7 / .8) !important}.ring-offset-yellow-700\/85{--tw-ring-offset-color: rgb(161 98 7 / .85) !important}.ring-offset-yellow-700\/90{--tw-ring-offset-color: rgb(161 98 7 / .9) !important}.ring-offset-yellow-700\/95{--tw-ring-offset-color: rgb(161 98 7 / .95) !important}.ring-offset-yellow-800{--tw-ring-offset-color: #854d0e !important}.ring-offset-yellow-800\/0{--tw-ring-offset-color: rgb(133 77 14 / 0) !important}.ring-offset-yellow-800\/10{--tw-ring-offset-color: rgb(133 77 14 / .1) !important}.ring-offset-yellow-800\/100{--tw-ring-offset-color: rgb(133 77 14 / 1) !important}.ring-offset-yellow-800\/15{--tw-ring-offset-color: rgb(133 77 14 / .15) !important}.ring-offset-yellow-800\/20{--tw-ring-offset-color: rgb(133 77 14 / .2) !important}.ring-offset-yellow-800\/25{--tw-ring-offset-color: rgb(133 77 14 / .25) !important}.ring-offset-yellow-800\/30{--tw-ring-offset-color: rgb(133 77 14 / .3) !important}.ring-offset-yellow-800\/35{--tw-ring-offset-color: rgb(133 77 14 / .35) !important}.ring-offset-yellow-800\/40{--tw-ring-offset-color: rgb(133 77 14 / .4) !important}.ring-offset-yellow-800\/45{--tw-ring-offset-color: rgb(133 77 14 / .45) !important}.ring-offset-yellow-800\/5{--tw-ring-offset-color: rgb(133 77 14 / .05) !important}.ring-offset-yellow-800\/50{--tw-ring-offset-color: rgb(133 77 14 / .5) !important}.ring-offset-yellow-800\/55{--tw-ring-offset-color: rgb(133 77 14 / .55) !important}.ring-offset-yellow-800\/60{--tw-ring-offset-color: rgb(133 77 14 / .6) !important}.ring-offset-yellow-800\/65{--tw-ring-offset-color: rgb(133 77 14 / .65) !important}.ring-offset-yellow-800\/70{--tw-ring-offset-color: rgb(133 77 14 / .7) !important}.ring-offset-yellow-800\/75{--tw-ring-offset-color: rgb(133 77 14 / .75) !important}.ring-offset-yellow-800\/80{--tw-ring-offset-color: rgb(133 77 14 / .8) !important}.ring-offset-yellow-800\/85{--tw-ring-offset-color: rgb(133 77 14 / .85) !important}.ring-offset-yellow-800\/90{--tw-ring-offset-color: rgb(133 77 14 / .9) !important}.ring-offset-yellow-800\/95{--tw-ring-offset-color: rgb(133 77 14 / .95) !important}.ring-offset-yellow-900{--tw-ring-offset-color: #713f12 !important}.ring-offset-yellow-900\/0{--tw-ring-offset-color: rgb(113 63 18 / 0) !important}.ring-offset-yellow-900\/10{--tw-ring-offset-color: rgb(113 63 18 / .1) !important}.ring-offset-yellow-900\/100{--tw-ring-offset-color: rgb(113 63 18 / 1) !important}.ring-offset-yellow-900\/15{--tw-ring-offset-color: rgb(113 63 18 / .15) !important}.ring-offset-yellow-900\/20{--tw-ring-offset-color: rgb(113 63 18 / .2) !important}.ring-offset-yellow-900\/25{--tw-ring-offset-color: rgb(113 63 18 / .25) !important}.ring-offset-yellow-900\/30{--tw-ring-offset-color: rgb(113 63 18 / .3) !important}.ring-offset-yellow-900\/35{--tw-ring-offset-color: rgb(113 63 18 / .35) !important}.ring-offset-yellow-900\/40{--tw-ring-offset-color: rgb(113 63 18 / .4) !important}.ring-offset-yellow-900\/45{--tw-ring-offset-color: rgb(113 63 18 / .45) !important}.ring-offset-yellow-900\/5{--tw-ring-offset-color: rgb(113 63 18 / .05) !important}.ring-offset-yellow-900\/50{--tw-ring-offset-color: rgb(113 63 18 / .5) !important}.ring-offset-yellow-900\/55{--tw-ring-offset-color: rgb(113 63 18 / .55) !important}.ring-offset-yellow-900\/60{--tw-ring-offset-color: rgb(113 63 18 / .6) !important}.ring-offset-yellow-900\/65{--tw-ring-offset-color: rgb(113 63 18 / .65) !important}.ring-offset-yellow-900\/70{--tw-ring-offset-color: rgb(113 63 18 / .7) !important}.ring-offset-yellow-900\/75{--tw-ring-offset-color: rgb(113 63 18 / .75) !important}.ring-offset-yellow-900\/80{--tw-ring-offset-color: rgb(113 63 18 / .8) !important}.ring-offset-yellow-900\/85{--tw-ring-offset-color: rgb(113 63 18 / .85) !important}.ring-offset-yellow-900\/90{--tw-ring-offset-color: rgb(113 63 18 / .9) !important}.ring-offset-yellow-900\/95{--tw-ring-offset-color: rgb(113 63 18 / .95) !important}.ring-offset-yellow-950{--tw-ring-offset-color: #422006 !important}.ring-offset-yellow-950\/0{--tw-ring-offset-color: rgb(66 32 6 / 0) !important}.ring-offset-yellow-950\/10{--tw-ring-offset-color: rgb(66 32 6 / .1) !important}.ring-offset-yellow-950\/100{--tw-ring-offset-color: rgb(66 32 6 / 1) !important}.ring-offset-yellow-950\/15{--tw-ring-offset-color: rgb(66 32 6 / .15) !important}.ring-offset-yellow-950\/20{--tw-ring-offset-color: rgb(66 32 6 / .2) !important}.ring-offset-yellow-950\/25{--tw-ring-offset-color: rgb(66 32 6 / .25) !important}.ring-offset-yellow-950\/30{--tw-ring-offset-color: rgb(66 32 6 / .3) !important}.ring-offset-yellow-950\/35{--tw-ring-offset-color: rgb(66 32 6 / .35) !important}.ring-offset-yellow-950\/40{--tw-ring-offset-color: rgb(66 32 6 / .4) !important}.ring-offset-yellow-950\/45{--tw-ring-offset-color: rgb(66 32 6 / .45) !important}.ring-offset-yellow-950\/5{--tw-ring-offset-color: rgb(66 32 6 / .05) !important}.ring-offset-yellow-950\/50{--tw-ring-offset-color: rgb(66 32 6 / .5) !important}.ring-offset-yellow-950\/55{--tw-ring-offset-color: rgb(66 32 6 / .55) !important}.ring-offset-yellow-950\/60{--tw-ring-offset-color: rgb(66 32 6 / .6) !important}.ring-offset-yellow-950\/65{--tw-ring-offset-color: rgb(66 32 6 / .65) !important}.ring-offset-yellow-950\/70{--tw-ring-offset-color: rgb(66 32 6 / .7) !important}.ring-offset-yellow-950\/75{--tw-ring-offset-color: rgb(66 32 6 / .75) !important}.ring-offset-yellow-950\/80{--tw-ring-offset-color: rgb(66 32 6 / .8) !important}.ring-offset-yellow-950\/85{--tw-ring-offset-color: rgb(66 32 6 / .85) !important}.ring-offset-yellow-950\/90{--tw-ring-offset-color: rgb(66 32 6 / .9) !important}.ring-offset-yellow-950\/95{--tw-ring-offset-color: rgb(66 32 6 / .95) !important}.drop-shadow-2xl{--tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / .15)) !important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.drop-shadow-lg{--tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1)) !important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.drop-shadow-md{--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / .07)) drop-shadow(0 2px 2px rgb(0 0 0 / .06)) !important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.drop-shadow-none{--tw-drop-shadow: drop-shadow(0 0 #0000) !important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.drop-shadow-sm{--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / .05)) !important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.drop-shadow-xl{--tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / .03)) drop-shadow(0 8px 5px rgb(0 0 0 / .08)) !important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-\[height\]{transition-property:height!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-\[padding\]{transition-property:padding!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-\[transform\]{transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-all{transition-property:all!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-opacity{transition-property:opacity!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.delay-200{transition-delay:.2s!important}.delay-\[25ms\]{transition-delay:25ms!important}.duration-100{transition-duration:.1s!important}.duration-1000{transition-duration:1s!important}.duration-500{transition-duration:.5s!important}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.first\:hidden:first-child{display:none!important}.last\:mb-6:last-child{margin-bottom:1.5rem!important}.last\:hidden:last-child{display:none!important}.last\:border-b:last-child{border-bottom-width:1px!important}.checked\:border-primary:checked{--tw-border-opacity: 1 !important;border-color:rgb(1 81 58 / var(--tw-border-opacity, 1))!important}.checked\:bg-primary:checked{--tw-bg-opacity: 1 !important;background-color:rgb(1 81 58 / var(--tw-bg-opacity, 1))!important}.indeterminate\:border-primary:indeterminate{--tw-border-opacity: 1 !important;border-color:rgb(1 81 58 / var(--tw-border-opacity, 1))!important}.indeterminate\:bg-primary:indeterminate{--tw-bg-opacity: 1 !important;background-color:rgb(1 81 58 / var(--tw-bg-opacity, 1))!important}.empty\:hidden:empty{display:none!important}.hover\:scale-105:hover{--tw-scale-x: 1.05 !important;--tw-scale-y: 1.05 !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.hover\:cursor-pointer:hover{cursor:pointer!important}.hover\:border-primary\/50:hover{border-color:#01513a80!important}.hover\:border-white\/50:hover{border-color:#ffffff80!important}.hover\:bg-primary:hover{--tw-bg-opacity: 1 !important;background-color:rgb(1 81 58 / var(--tw-bg-opacity, 1))!important}.hover\:bg-tertiaryLight:hover{--tw-bg-opacity: 1 !important;background-color:rgb(223 235 242 / var(--tw-bg-opacity, 1))!important}.hover\:bg-white:hover{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.hover\:text-primary:hover{--tw-text-opacity: 1 !important;color:rgb(1 81 58 / var(--tw-text-opacity, 1))!important}.hover\:text-tertiary:hover{--tw-text-opacity: 1 !important;color:rgb(121 156 179 / var(--tw-text-opacity, 1))!important}.hover\:text-white:hover{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.hover\:underline:hover{text-decoration-line:underline!important}.hover\:shadow:hover{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.focus\:outline-none:focus{outline:2px solid transparent!important;outline-offset:2px!important}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent!important;outline-offset:2px!important}.focus-visible\:outline-2:focus-visible{outline-width:2px!important}.focus-visible\:outline-offset-0:focus-visible{outline-offset:0px!important}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px!important}.focus-visible\:outline-primary:focus-visible{outline-color:#01513a!important}.focus-visible\:ring:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.focus-visible\:ring-primary:focus-visible{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(1 81 58 / var(--tw-ring-opacity, 1)) !important}.focus-visible\:ring-tertiary:focus-visible{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(121 156 179 / var(--tw-ring-opacity, 1)) !important}.disabled\:border-gray-300:disabled{--tw-border-opacity: 1 !important;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))!important}.disabled\:bg-gray-100:disabled{--tw-bg-opacity: 1 !important;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))!important}.disabled\:checked\:bg-gray-100:checked:disabled{--tw-bg-opacity: 1 !important;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))!important}.group:last-child .group-last\:block{display:block!important}.group:last-child .group-last\:hidden{display:none!important}.group:last-child .group-last\:border-b{border-bottom-width:1px!important}.group:last-child .group-last\:font-semibold{font-weight:600!important}.group:hover .group-hover\:static{position:static!important}.group:hover .group-hover\:mr-0{margin-right:0!important}.group:hover .group-hover\:block{display:block!important}.group:hover .group-hover\:flex{display:flex!important}.group:hover .group-hover\:w-0{width:0px!important}.group:hover .group-hover\:w-full{width:100%!important}.group:hover .group-hover\:scale-105{--tw-scale-x: 1.05 !important;--tw-scale-y: 1.05 !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.group:hover .group-hover\:scale-75{--tw-scale-x: .75 !important;--tw-scale-y: .75 !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.group:hover .group-hover\:border-primary{--tw-border-opacity: 1 !important;border-color:rgb(1 81 58 / var(--tw-border-opacity, 1))!important}.group:hover .group-hover\:border-primary\/50{border-color:#01513a80!important}.group:hover .group-hover\:bg-primary{--tw-bg-opacity: 1 !important;background-color:rgb(1 81 58 / var(--tw-bg-opacity, 1))!important}.group:hover .group-hover\:bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.group:hover .group-hover\:pl-0{padding-left:0!important}.group:hover .group-hover\:pl-6{padding-left:1.5rem!important}.group:hover .group-hover\:pr-0{padding-right:0!important}.group:hover .group-hover\:pr-6{padding-right:1.5rem!important}.group:hover .group-hover\:text-primary{--tw-text-opacity: 1 !important;color:rgb(1 81 58 / var(--tw-text-opacity, 1))!important}.group:hover .group-hover\:text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.group:hover .group-hover\:opacity-100{opacity:1!important}.group:hover .group-hover\:shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.group:hover .group-hover\:blur{--tw-blur: blur(8px) !important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.group:hover .group-hover\:blur-sm{--tw-blur: blur(4px) !important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.group:focus .group-focus\:h-fit{height:fit-content!important}@media not all and (min-width: 1024px){.max-lg\:col-span-2{grid-column:span 2 / span 2!important}.max-lg\:mb-2{margin-bottom:.5rem!important}.max-lg\:mr-auto{margin-right:auto!important}.max-lg\:hidden{display:none!important}.max-lg\:w-full{width:100%!important}.max-lg\:flex-col{flex-direction:column!important}}@media not all and (min-width: 768px){.max-md\:-bottom-1{bottom:-.25rem!important}.max-md\:order-3{order:3!important}.max-md\:col-span-2{grid-column:span 2 / span 2!important}.max-md\:col-span-full{grid-column:1 / -1!important}.max-md\:col-start-1{grid-column-start:1!important}.max-md\:col-start-2{grid-column-start:2!important}.max-md\:col-start-3{grid-column-start:3!important}.max-md\:row-span-2{grid-row:span 2 / span 2!important}.max-md\:row-span-3{grid-row:span 3 / span 3!important}.max-md\:row-start-1{grid-row-start:1!important}.max-md\:mx-auto{margin-left:auto!important;margin-right:auto!important}.max-md\:-mb-10{margin-bottom:-2.5rem!important}.max-md\:-mt-4{margin-top:-1rem!important}.max-md\:-mt-6{margin-top:-1.5rem!important}.max-md\:mb-20{margin-bottom:5rem!important}.max-md\:ml-auto{margin-left:auto!important}.max-md\:mt-16{margin-top:4rem!important}.max-md\:mt-4{margin-top:1rem!important}.max-md\:mt-6{margin-top:1.5rem!important}.max-md\:inline-block{display:inline-block!important}.max-md\:hidden{display:none!important}.max-md\:h-fit{height:fit-content!important}.max-md\:h-full{height:100%!important}.max-md\:w-32{width:8rem!important}.max-md\:w-80{width:20rem!important}.max-md\:w-fit{width:fit-content!important}.max-md\:w-full{width:100%!important}.max-md\:flex-col{flex-direction:column!important}.max-md\:justify-between{justify-content:space-between!important}.max-md\:gap-x-4{column-gap:1rem!important}.max-md\:gap-y-2{row-gap:.5rem!important}.max-md\:hyphens-auto{hyphens:auto!important}.max-md\:pl-4{padding-left:1rem!important}.max-md\:text-sm{font-size:.875rem!important;line-height:1.25rem!important}}@media not all and (min-width: 640px){.max-sm\:-mt-4{margin-top:-1rem!important}.max-sm\:hidden{display:none!important}.max-sm\:w-full{width:100%!important}.max-sm\:flex-col{flex-direction:column!important}.max-sm\:flex-wrap{flex-wrap:wrap!important}.max-sm\:text-xs{font-size:.75rem!important;line-height:1rem!important}}@media not all and (min-width: 576px){.max-xs\:w-2\/3{width:66.666667%!important}.max-xs\:flex-col{flex-direction:column!important}.max-xs\:px-4{padding-left:1rem!important;padding-right:1rem!important}}@media not all and (min-width: 375px){.max-xxs\:hidden{display:none!important}}@media (min-width: 375px){.xxs\:hidden{display:none!important}}@media (min-width: 576px){.xs\:col-span-1{grid-column:span 1 / span 1!important}.xs\:mx-auto{margin-left:auto!important;margin-right:auto!important}.xs\:w-80{width:20rem!important}.xs\:scale-75{--tw-scale-x: .75 !important;--tw-scale-y: .75 !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.xs\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.xs\:grid-cols-subgrid{grid-template-columns:subgrid!important}.xs\:p-4{padding:1rem!important}.xs\:px-4{padding-left:1rem!important;padding-right:1rem!important}.xs\:pr-2{padding-right:.5rem!important}}@media (min-width: 640px){.sm\:-left-6{left:-1.5rem!important}.sm\:-right-6{right:-1.5rem!important}.sm\:-top-10{top:-2.5rem!important}.sm\:right-12{right:3rem!important}.sm\:col-span-1{grid-column:span 1 / span 1!important}.sm\:col-span-2{grid-column:span 2 / span 2!important}.sm\:col-end-\[full-width\]{grid-column-end:full-width!important}.sm\:row-start-2{grid-row-start:2!important}.sm\:h-10{height:2.5rem!important}.sm\:h-20{height:5rem!important}.sm\:h-6{height:1.5rem!important}.sm\:w-20{width:5rem!important}.sm\:w-48{width:12rem!important}.sm\:w-6{width:1.5rem!important}.sm\:w-64{width:16rem!important}.sm\:w-8{width:2rem!important}.sm\:w-80{width:20rem!important}.sm\:w-\[28rem\]{width:28rem!important}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.sm\:grid-cols-\[1fr_min-content\]{grid-template-columns:1fr min-content!important}.sm\:flex-row{flex-direction:row!important}.sm\:items-center{align-items:center!important}.sm\:justify-start{justify-content:flex-start!important}.sm\:gap-2{gap:.5rem!important}.sm\:gap-x-6{column-gap:1.5rem!important}.sm\:gap-y-8{row-gap:2rem!important}.sm\:text-2xl{font-size:1.5rem!important;line-height:2rem!important}.sm\:text-7xl{font-size:4.5rem!important;line-height:1!important}.sm\:text-sm{font-size:.875rem!important;line-height:1.25rem!important}}@media (min-width: 768px){.md\:absolute{position:absolute!important}.md\:-left-3{left:-.75rem!important}.md\:-left-\[3rem\]{left:-3rem!important}.md\:-left-\[6rem\]{left:-6rem!important}.md\:-left-\[9rem\]{left:-9rem!important}.md\:left-6{left:1.5rem!important}.md\:right-8{right:2rem!important}.md\:top-6{top:1.5rem!important}.md\:order-2{order:2!important}.md\:order-3{order:3!important}.md\:col-span-1{grid-column:span 1 / span 1!important}.md\:col-span-2{grid-column:span 2 / span 2!important}.md\:col-span-3{grid-column:span 3 / span 3!important}.md\:col-span-4{grid-column:span 4 / span 4!important}.md\:col-start-2{grid-column-start:2!important}.md\:row-span-2{grid-row:span 2 / span 2!important}.md\:row-span-3{grid-row:span 3 / span 3!important}.md\:row-start-1{grid-row-start:1!important}.md\:mx-auto{margin-left:auto!important;margin-right:auto!important}.md\:my-20{margin-top:5rem!important;margin-bottom:5rem!important}.md\:my-24{margin-top:6rem!important;margin-bottom:6rem!important}.md\:-mt-8{margin-top:-2rem!important}.md\:mb-2{margin-bottom:.5rem!important}.md\:mb-20{margin-bottom:5rem!important}.md\:mt-10{margin-top:2.5rem!important}.md\:mt-12{margin-top:3rem!important}.md\:mt-20{margin-top:5rem!important}.md\:mt-6{margin-top:1.5rem!important}.md\:mt-8{margin-top:2rem!important}.md\:block{display:block!important}.md\:flex{display:flex!important}.md\:grid{display:grid!important}.md\:hidden{display:none!important}.md\:aspect-\[5\/2\]{aspect-ratio:5/2!important}.md\:h-10{height:2.5rem!important}.md\:h-32{height:8rem!important}.md\:h-8{height:2rem!important}.md\:h-9{height:2.25rem!important}.md\:h-\[40rem\]{height:40rem!important}.md\:h-full{height:100%!important}.md\:max-h-60{max-height:15rem!important}.md\:w-1\/2{width:50%!important}.md\:w-10{width:2.5rem!important}.md\:w-10\/12{width:83.333333%!important}.md\:w-2\/3{width:66.666667%!important}.md\:w-2\/5{width:40%!important}.md\:w-3\/4{width:75%!important}.md\:w-3\/5{width:60%!important}.md\:w-32{width:8rem!important}.md\:w-44{width:11rem!important}.md\:w-52{width:13rem!important}.md\:w-\[33rem\]{width:33rem!important}.md\:w-\[5\/12\]{width:5/12!important}.md\:w-\[50rem\]{width:50rem!important}.md\:w-\[7\/12\]{width:7/12!important}.md\:min-w-52{min-width:13rem!important}.md\:max-w-96{max-width:24rem!important}.md\:max-w-\[14rem\]{max-width:14rem!important}.md\:max-w-\[16rem\]{max-width:16rem!important}.md\:max-w-\[40rem\]{max-width:40rem!important}.md\:max-w-\[60rem\]{max-width:60rem!important}.md\:max-w-\[80\%\]{max-width:80%!important}.md\:max-w-sm{max-width:24rem!important}.md\:-translate-y-\[100\%\]{--tw-translate-y: -100% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.md\:translate-x-3{--tw-translate-x: .75rem !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.md\:scale-0{--tw-scale-x: 0 !important;--tw-scale-y: 0 !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.md\:scale-100{--tw-scale-x: 1 !important;--tw-scale-y: 1 !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.md\:columns-2{columns:2!important}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.md\:grid-cols-\[1fr_max-content_1fr_max-content_1fr_max-content_1fr\]{grid-template-columns:1fr max-content 1fr max-content 1fr max-content 1fr!important}.md\:grid-cols-\[1fr_min-content_1fr_min-content_1fr\]{grid-template-columns:1fr min-content 1fr min-content 1fr!important}.md\:grid-cols-\[min-content_1fr\]{grid-template-columns:min-content 1fr!important}.md\:grid-cols-\[minmax\(min-content\,1fr\)_minmax\(0\,550px\)\]{grid-template-columns:minmax(min-content,1fr) minmax(0,550px)!important}.md\:grid-rows-\[min-content_1fr\]{grid-template-rows:min-content 1fr!important}.md\:flex-row{flex-direction:row!important}.md\:flex-col{flex-direction:column!important}.md\:items-center{align-items:center!important}.md\:justify-center{justify-content:center!important}.md\:gap-1{gap:.25rem!important}.md\:gap-10{gap:2.5rem!important}.md\:gap-12{gap:3rem!important}.md\:gap-16{gap:4rem!important}.md\:gap-20{gap:5rem!important}.md\:gap-4{gap:1rem!important}.md\:gap-6{gap:1.5rem!important}.md\:gap-x-3{column-gap:.75rem!important}.md\:gap-y-12{row-gap:3rem!important}.md\:gap-y-14{row-gap:3.5rem!important}.md\:gap-y-16{row-gap:4rem!important}.md\:gap-y-20{row-gap:5rem!important}.md\:gap-y-32{row-gap:8rem!important}.md\:gap-y-6{row-gap:1.5rem!important}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(0px * var(--tw-space-y-reverse))!important}.md\:space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))!important}.md\:space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(3rem * var(--tw-space-y-reverse))!important}.md\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1rem * var(--tw-space-y-reverse))!important}.md\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))!important}.md\:justify-self-end{justify-self:end!important}.md\:rounded-3xl{border-radius:1.5rem!important}.md\:rounded-bl-2xl{border-bottom-left-radius:1rem!important}.md\:rounded-br-2xl{border-bottom-right-radius:1rem!important}.md\:border-l{border-left-width:1px!important}.md\:border-primary\/50{border-color:#01513a80!important}.md\:bg-\[radial-gradient\(circle_at_85\%_150\%\,\#E1EEE9_0px\,\#01513A_750px\)\]{background-image:radial-gradient(circle at 85% 150%,#e1eee9,#01513a 750px)!important}.md\:object-cover{object-fit:cover!important}.md\:p-10{padding:2.5rem!important}.md\:p-12{padding:3rem!important}.md\:p-4{padding:1rem!important}.md\:p-6{padding:1.5rem!important}.md\:px-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.md\:px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.md\:px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.md\:px-7{padding-left:1.75rem!important;padding-right:1.75rem!important}.md\:px-8{padding-left:2rem!important;padding-right:2rem!important}.md\:py-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.md\:py-16{padding-top:4rem!important;padding-bottom:4rem!important}.md\:py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.md\:py-8{padding-top:2rem!important;padding-bottom:2rem!important}.md\:pb-10{padding-bottom:2.5rem!important}.md\:pb-12{padding-bottom:3rem!important}.md\:pb-20{padding-bottom:5rem!important}.md\:pb-40{padding-bottom:10rem!important}.md\:pb-6{padding-bottom:1.5rem!important}.md\:pb-8{padding-bottom:2rem!important}.md\:pl-2{padding-left:.5rem!important}.md\:pl-4{padding-left:1rem!important}.md\:pr-10{padding-right:2.5rem!important}.md\:pr-12{padding-right:3rem!important}.md\:pr-2{padding-right:.5rem!important}.md\:pr-6{padding-right:1.5rem!important}.md\:pt-12{padding-top:3rem!important}.md\:pt-16{padding-top:4rem!important}.md\:pt-20{padding-top:5rem!important}.md\:pt-32{padding-top:8rem!important}.md\:pt-40{padding-top:10rem!important}.md\:pt-44{padding-top:11rem!important}.md\:pt-6{padding-top:1.5rem!important}.md\:pt-72{padding-top:18rem!important}.md\:text-center{text-align:center!important}.md\:text-2xl{font-size:1.5rem!important;line-height:2rem!important}.md\:text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.md\:text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.md\:text-5xl{font-size:3rem!important;line-height:1!important}.md\:text-6xl{font-size:3.75rem!important;line-height:1!important}.md\:text-7xl{font-size:4.5rem!important;line-height:1!important}.md\:text-9xl{font-size:8rem!important;line-height:1!important}.md\:text-base{font-size:1rem!important;line-height:1.5rem!important}.md\:text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.md\:text-sm{font-size:.875rem!important;line-height:1.25rem!important}.md\:text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.md\:font-light{font-weight:300!important}.md\:leading-\[3\.5rem\]{line-height:3.5rem!important}.md\:leading-tight{line-height:1.25!important}.md\:hover\:scale-105:hover{--tw-scale-x: 1.05 !important;--tw-scale-y: 1.05 !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.md\:hover\:bg-white:hover{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.group:hover .md\:group-hover\:h-fit{height:fit-content!important}.group:hover .md\:group-hover\:scale-100{--tw-scale-x: 1 !important;--tw-scale-y: 1 !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.group:hover .md\:group-hover\:scale-105{--tw-scale-x: 1.05 !important;--tw-scale-y: 1.05 !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.group:hover .md\:group-hover\:bg-primary{--tw-bg-opacity: 1 !important;background-color:rgb(1 81 58 / var(--tw-bg-opacity, 1))!important}.group:hover .md\:group-hover\:bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.group:hover .md\:group-hover\:text-primary{--tw-text-opacity: 1 !important;color:rgb(1 81 58 / var(--tw-text-opacity, 1))!important}.group:hover .md\:group-hover\:text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.group:hover .md\:group-hover\:shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.group:hover .md\:group-hover\:blur-sm{--tw-blur: blur(4px) !important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}}@media (min-width: 1024px){.lg\:right-12{right:3rem!important}.lg\:order-last{order:9999!important}.lg\:col-span-1{grid-column:span 1 / span 1!important}.lg\:col-span-3{grid-column:span 3 / span 3!important}.lg\:row-span-2{grid-row:span 2 / span 2!important}.lg\:mb-4{margin-bottom:1rem!important}.lg\:ml-2{margin-left:.5rem!important}.lg\:mr-12{margin-right:3rem!important}.lg\:mr-2{margin-right:.5rem!important}.lg\:mt-10{margin-top:2.5rem!important}.lg\:hidden{display:none!important}.lg\:h-12{height:3rem!important}.lg\:h-full{height:100%!important}.lg\:w-1\/2{width:50%!important}.lg\:w-12{width:3rem!important}.lg\:w-2\/3{width:66.666667%!important}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.lg\:grid-cols-\[1fr_25rem\]{grid-template-columns:1fr 25rem!important}.lg\:grid-cols-\[1fr_min-content_1fr_min-content_1fr\]{grid-template-columns:1fr min-content 1fr min-content 1fr!important}.lg\:grid-cols-\[2fr_1fr_1fr_1fr_min-content\]{grid-template-columns:2fr 1fr 1fr 1fr min-content!important}.lg\:grid-cols-\[minmax\(0\,600px\)_minmax\(min-content\,1fr\)\]{grid-template-columns:minmax(0,600px) minmax(min-content,1fr)!important}.lg\:grid-cols-\[minmax\(4rem\,1fr\)_min\(50\%-4rem\,640px\)_min\(50\%-4rem\,640px\)_minmax\(4rem\,1fr\)\]{grid-template-columns:minmax(4rem,1fr) min(50% - 4rem,640px) min(50% - 4rem,640px) minmax(4rem,1fr)!important}.lg\:flex-row{flex-direction:row!important}.lg\:flex-col{flex-direction:column!important}.lg\:justify-start{justify-content:flex-start!important}.lg\:gap-12{gap:3rem!important}.lg\:gap-20{gap:5rem!important}.lg\:gap-8{gap:2rem!important}.lg\:gap-y-20{row-gap:5rem!important}.lg\:gap-y-32{row-gap:8rem!important}.lg\:place-self-end{place-self:end!important}.lg\:p-12{padding:3rem!important}.lg\:p-20{padding:5rem!important}.lg\:p-4{padding:1rem!important}.lg\:p-7{padding:1.75rem!important}.lg\:px-16{padding-left:4rem!important;padding-right:4rem!important}.lg\:pb-20{padding-bottom:5rem!important}.lg\:pb-8{padding-bottom:2rem!important}.lg\:pl-16{padding-left:4rem!important}.lg\:pr-16{padding-right:4rem!important}.lg\:pt-20{padding-top:5rem!important}.lg\:text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.lg\:text-5xl{font-size:3rem!important;line-height:1!important}.lg\:text-7xl{font-size:4.5rem!important;line-height:1!important}.lg\:text-9xl{font-size:8rem!important;line-height:1!important}.lg\:text-base{font-size:1rem!important;line-height:1.5rem!important}.lg\:leading-\[3\.5rem\]{line-height:3.5rem!important}}@media (min-width: 1280px){.xl\:col-span-4{grid-column:span 4 / span 4!important}.xl\:col-span-8{grid-column:span 8 / span 8!important}.xl\:flex-row{flex-direction:row!important}}@media (forced-colors: active){.forced-colors\:appearance-auto{appearance:auto!important}}.\[\&\:nth-child\(2\)\]\:mt-10:nth-child(2){margin-top:2.5rem!important}@media (min-width: 1024px){.lg\:\[\&\:nth-child\(2\)\]\:mt-0:nth-child(2){margin-top:0!important}}.\[\&\>\*\>\*\]\:block>*>*{display:block!important}.\[\&\>\*\]\:opacity-100>*{opacity:1!important}.\[\&\>blockquote\]\:ml-2>blockquote{margin-left:.5rem!important}.\[\&\>blockquote\]\:border-l-8>blockquote{border-left-width:8px!important}.\[\&\>blockquote\]\:border-gray-200>blockquote{--tw-border-opacity: 1 !important;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))!important}.\[\&\>blockquote\]\:p-3>blockquote{padding:.75rem!important}.\[\&\>blockquote\]\:pl-4>blockquote{padding-left:1rem!important}.\[\&\>h2\]\:text-2xl>h2{font-size:1.5rem!important;line-height:2rem!important}.\[\&\>p\]\:hyphens-auto>p{hyphens:auto!important}.\[\&\>small\]\:inline-block>small{display:inline-block!important}.\[\&\>small\]\:\!pt-6>small{padding-top:1.5rem!important}.\[\&\>span\]\:font-bold>span{font-weight:700!important}
