:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;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,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;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;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-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,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}:root,[data-theme]{background-color:hsl(var(--b1)/var(--tw-bg-opacity,1));color:hsl(var(--bc)/var(--tw-text-opacity,1))}html{-webkit-tap-highlight-color:transparent}:root{--p:335 85% 55%;--pf:335 85% 48%;--sf:162 100% 75%;--af:29 100% 56%;--nf:208 33% 14%;--bc:210 0% 18%;--pc:346 100% 93%;--sc:161 16% 16%;--ac:27 43% 14%;--inc:237 100% 94%;--suc:107 43% 89%;--wac:43 36% 14%;--erc:11 98% 90%;--rounded-box:1rem;--rounded-btn:0.5rem;--rounded-badge:1.9rem;--animation-btn:0.25s;--animation-input:.2s;--btn-text-case:uppercase;--btn-focus-scale:0.95;--border-btn:1px;--tab-border:1px;--tab-radius:0.5rem;--s:162 100% 82%;--a:29 100% 63%;--n:208 33% 21%;--b1:210 10% 96%;--b2:210 10% 92%;--b3:206 9% 84%;--nc:210 10% 96%;--in:223 100% 63%;--su:118 56% 43%;--wa:45 96% 65%;--er:0 71% 48%}*,:after,:before{--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:rgba(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: }::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:rgba(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: }.alert{display:grid;width:100%;grid-auto-flow:row;align-content:flex-start;align-items:center;justify-items:center;gap:1rem;text-align:center;border-width:1px;--tw-border-opacity:1;border-color:hsl(var(--b2)/var(--tw-border-opacity));padding:1rem;--tw-text-opacity:1;color:hsl(var(--bc)/var(--tw-text-opacity));border-radius:var(--rounded-box,1rem);--alert-bg:hsl(var(--b2));--alert-bg-mix:hsl(var(--b1));background-color:var(--alert-bg)}@media (min-width:640px){.alert{grid-auto-flow:column;grid-template-columns:auto minmax(auto,1fr);justify-items:start;text-align:left}}.avatar{position:relative;display:inline-flex}.avatar>div{display:block;aspect-ratio:1/1;overflow:hidden}.avatar img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.avatar.placeholder>div{display:flex}.avatar.placeholder>div,.badge{align-items:center;justify-content:center}.badge{display:inline-flex;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);height:1.25rem;font-size:.875rem;line-height:1.25rem;width:-moz-fit-content;width:fit-content;padding-left:.563rem;padding-right:.563rem;border-width:1px;--tw-border-opacity:1;border-color:hsl(var(--b2)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--b1)/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--bc)/var(--tw-text-opacity));border-radius:var(--rounded-badge,1.9rem)}.breadcrumbs{max-width:100%;overflow-x:auto;padding-top:.5rem;padding-bottom:.5rem}.breadcrumbs>ol,.breadcrumbs>ul{display:flex;align-items:center;white-space:nowrap;min-height:-moz-min-content;min-height:min-content}.breadcrumbs>ol>li,.breadcrumbs>ul>li{display:flex;align-items:center}.breadcrumbs>ol>li>a,.breadcrumbs>ul>li>a{display:flex;cursor:pointer;align-items:center}@media (hover:hover){.breadcrumbs>ol>li>a:hover,.breadcrumbs>ul>li>a:hover{text-decoration-line:underline}.label a:hover{--tw-text-opacity:1;color:hsl(var(--bc)/var(--tw-text-opacity))}.menu li>:not(ul):not(details).active,.menu li>:not(ul):not(details):active,.menu li>details>summary:active{--tw-bg-opacity:1;background-color:hsl(var(--n)/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--nc)/var(--tw-text-opacity))}.table tr.hover:hover,.table tr.hover:nth-child(2n):hover{--tw-bg-opacity:1;background-color:hsl(var(--b2)/var(--tw-bg-opacity))}}.btn{display:inline-flex;flex-shrink:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-wrap:wrap;align-items:center;justify-content:center;border-color:transparent;border-color:hsl(var(--b2)/var(--tw-border-opacity));text-align:center;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);border-radius:var(--rounded-btn,.5rem);height:3rem;padding-left:1rem;padding-right:1rem;font-size:.875rem;line-height:1.25rem;line-height:1em;min-height:3rem;gap:.5rem;font-weight:600;text-decoration-line:none;border-width:var(--border-btn,1px);animation:button-pop var(--animation-btn,.25s) ease-out;text-transform:var(--btn-text-case,uppercase);--tw-border-opacity:1;--tw-bg-opacity:1;background-color:hsl(var(--b2)/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--bc)/var(--tw-text-opacity));outline-color:hsl(var(--bc)/1)}.btn-disabled,.btn:disabled,.btn[disabled]{pointer-events:none}.btn-circle,.btn-square{height:3rem;width:3rem;padding:0}.btn-circle{border-radius:9999px}.btn-group{display:inline-flex}.btn-group>input[type=radio].btn{-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn-group>input[type=radio].btn:before{content:attr(data-title)}.btn:is(input[type=checkbox]),.btn:is(input[type=radio]){-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn:is(input[type=checkbox]):after,.btn:is(input[type=radio]):after{--tw-content:attr(aria-label);content:var(--tw-content)}.card{position:relative;display:flex;flex-direction:column;border-radius:var(--rounded-box,1rem)}.card:focus{outline:2px solid transparent;outline-offset:2px}.card-body{display:flex;flex:1 1 auto;flex-direction:column;padding:var(--padding-card,2rem);gap:.5rem}.card-body :where(p){flex-grow:1}.card figure{display:flex;align-items:center;justify-content:center}.card.image-full{display:grid}.card.image-full:before{position:relative;content:"";z-index:10;--tw-bg-opacity:1;background-color:hsl(var(--n)/var(--tw-bg-opacity));opacity:.75;border-radius:var(--rounded-box,1rem)}.card.image-full:before,.card.image-full>*{grid-column-start:1;grid-row-start:1}.card.image-full>figure img{height:100%;-o-object-fit:cover;object-fit:cover}.card.image-full>.card-body{position:relative;z-index:20;--tw-text-opacity:1;color:hsl(var(--nc)/var(--tw-text-opacity))}.checkbox{flex-shrink:0;--chkbg:var(--bc);--chkfg:var(--b1);height:1.5rem;width:1.5rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-width:1px;border-color:hsl(var(--bc)/var(--tw-border-opacity));--tw-border-opacity:0.2;border-radius:var(--rounded-btn,.5rem)}.dropdown{position:relative;display:inline-block}.dropdown>:focus{outline:2px solid transparent;outline-offset:2px}.dropdown .dropdown-content{position:absolute}.dropdown:is(:not(details)) .dropdown-content{visibility:hidden;opacity:0;transform-origin:top;--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.dropdown-end .dropdown-content{right:0}.dropdown-left .dropdown-content{top:0;right:100%;bottom:auto;transform-origin:right}.dropdown-right .dropdown-content{left:100%;top:0;bottom:auto;transform-origin:left}.dropdown-bottom .dropdown-content{bottom:auto;top:100%;transform-origin:top}.dropdown-top .dropdown-content{bottom:100%;top:auto;transform-origin:bottom}.dropdown-end.dropdown-left .dropdown-content,.dropdown-end.dropdown-right .dropdown-content{bottom:0;top:auto}.dropdown.dropdown-open .dropdown-content,.dropdown:focus-within .dropdown-content,.dropdown:not(.dropdown-hover):focus .dropdown-content{visibility:visible;opacity:1}@media (hover:hover){.dropdown.dropdown-hover:hover .dropdown-content{visibility:visible;opacity:1}.btm-nav>.disabled:hover,.btm-nav>[disabled]:hover{pointer-events:none;--tw-border-opacity:0;background-color:hsl(var(--n)/var(--tw-bg-opacity));--tw-bg-opacity:0.1;color:hsl(var(--bc)/var(--tw-text-opacity));--tw-text-opacity:0.2}.btn:hover{border-color:hsl(var(--b3)/var(--tw-border-opacity));background-color:hsl(var(--b3)/var(--tw-bg-opacity))}.btn-primary:hover,.btn:hover{--tw-border-opacity:1;--tw-bg-opacity:1}.btn-primary:hover{border-color:hsl(var(--pf)/var(--tw-border-opacity));background-color:hsl(var(--pf)/var(--tw-bg-opacity))}.btn-info:hover{border-color:hsl(var(--in)/var(--tw-border-opacity));background-color:hsl(var(--in)/var(--tw-bg-opacity))}.btn-error:hover,.btn-info:hover{--tw-border-opacity:1;--tw-bg-opacity:1}.btn-error:hover{border-color:hsl(var(--er)/var(--tw-border-opacity));background-color:hsl(var(--er)/var(--tw-bg-opacity))}.btn.glass:hover{--glass-opacity:25%;--glass-border-opacity:15%}.btn-ghost:hover{--tw-border-opacity:0;background-color:hsl(var(--bc)/var(--tw-bg-opacity));--tw-bg-opacity:0.2}.btn-link:hover{border-color:transparent;background-color:transparent;text-decoration-line:underline}.btn-outline:hover{border-color:hsl(var(--bc)/var(--tw-border-opacity));background-color:hsl(var(--bc)/var(--tw-bg-opacity));color:hsl(var(--b1)/var(--tw-text-opacity))}.btn-outline.btn-primary:hover,.btn-outline:hover{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1}.btn-outline.btn-primary:hover{border-color:hsl(var(--pf)/var(--tw-border-opacity));background-color:hsl(var(--pf)/var(--tw-bg-opacity));color:hsl(var(--pc)/var(--tw-text-opacity))}.btn-outline.btn-secondary:hover{--tw-border-opacity:1;border-color:hsl(var(--sf)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--sf)/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--sc)/var(--tw-text-opacity))}.btn-outline.btn-accent:hover{--tw-border-opacity:1;border-color:hsl(var(--af)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--af)/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--ac)/var(--tw-text-opacity))}.btn-outline.btn-success:hover{border-color:hsl(var(--su)/var(--tw-border-opacity));background-color:hsl(var(--su)/var(--tw-bg-opacity));color:hsl(var(--suc)/var(--tw-text-opacity))}.btn-outline.btn-info:hover,.btn-outline.btn-success:hover{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1}.btn-outline.btn-info:hover{border-color:hsl(var(--in)/var(--tw-border-opacity));background-color:hsl(var(--in)/var(--tw-bg-opacity));color:hsl(var(--inc)/var(--tw-text-opacity))}.btn-outline.btn-warning:hover{--tw-border-opacity:1;border-color:hsl(var(--wa)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--wa)/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--wac)/var(--tw-text-opacity))}.btn-outline.btn-error:hover{--tw-border-opacity:1;border-color:hsl(var(--er)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--er)/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--erc)/var(--tw-text-opacity))}.btn-disabled:hover,.btn:disabled:hover,.btn[disabled]:hover{--tw-border-opacity:0;background-color:hsl(var(--n)/var(--tw-bg-opacity));--tw-bg-opacity:0.2;color:hsl(var(--bc)/var(--tw-text-opacity));--tw-text-opacity:0.2}.btn:is(input[type=checkbox]:checked):hover,.btn:is(input[type=radio]:checked):hover{--tw-border-opacity:1;border-color:hsl(var(--pf)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--pf)/var(--tw-bg-opacity))}.dropdown.dropdown-hover:hover .dropdown-content{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}:where(.menu li:not(.menu-title):not(.disabled)>:not(ul):not(details):not(.menu-title)):not(.active):hover,:where(.menu li:not(.menu-title):not(.disabled)>details>summary:not(.menu-title)):not(.active):hover{cursor:pointer;background-color:hsl(var(--bc)/.1);--tw-text-opacity:1;color:hsl(var(--bc)/var(--tw-text-opacity));outline:2px solid transparent;outline-offset:2px}}.dropdown:is(details) summary::-webkit-details-marker{display:none}.form-control{display:flex;flex-direction:column}.label{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;justify-content:space-between;padding:.5rem .25rem}.input{flex-shrink:1;height:3rem;padding-left:1rem;padding-right:1rem;font-size:1rem;line-height:2;line-height:1.5rem;border-width:1px;border-color:hsl(var(--bc)/var(--tw-border-opacity));--tw-border-opacity:0;--tw-bg-opacity:1;background-color:hsl(var(--b1)/var(--tw-bg-opacity));border-radius:var(--rounded-btn,.5rem)}.input-group{display:flex;width:100%;align-items:stretch}.input-group>.input{isolation:isolate}.input-group>*,.input-group>.input,.input-group>.select,.input-group>.textarea{border-radius:0}.input-group :where(span){display:flex;align-items:center;--tw-bg-opacity:1;background-color:hsl(var(--b3)/var(--tw-bg-opacity));padding-left:1rem;padding-right:1rem}.input-group>:first-child{border-top-left-radius:var(--rounded-btn,.5rem);border-top-right-radius:0;border-bottom-left-radius:var(--rounded-btn,.5rem);border-bottom-right-radius:0}.input-group>:last-child{border-top-left-radius:0;border-top-right-radius:var(--rounded-btn,.5rem);border-bottom-left-radius:0;border-bottom-right-radius:var(--rounded-btn,.5rem)}.join{display:inline-flex;align-items:stretch;border-radius:var(--rounded-btn,.5rem)}.join :where(.join-item){border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0}.join .join-item:not(:first-child):not(:last-child),.join :not(:first-child):not(:last-child) .join-item{border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0}.join .join-item:first-child:not(:last-child),.join :first-child:not(:last-child) .join-item{border-top-right-radius:0;border-bottom-right-radius:0}.join :where(.join-item:first-child:not(:last-child)),.join :where(:first-child:not(:last-child) .join-item){border-bottom-left-radius:inherit;border-top-left-radius:inherit}.join .join-item:last-child:not(:first-child),.join :last-child:not(:first-child) .join-item{border-bottom-left-radius:0;border-top-left-radius:0}.join :where(.join-item:last-child:not(:first-child)),.join :where(:last-child:not(:first-child) .join-item){border-top-right-radius:inherit;border-bottom-right-radius:inherit}:where(.join *){border-radius:inherit}.mask{-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.menu{display:flex;flex-direction:column;flex-wrap:wrap;font-size:.875rem;line-height:1.25rem;padding:.5rem}.menu :where(li ul){position:relative;white-space:nowrap;margin-left:1rem;padding-left:.5rem}.menu :where(li:not(.menu-title)>:not(ul):not(details):not(.menu-title)),.menu :where(li:not(.menu-title)>details>summary:not(.menu-title)){display:grid;grid-auto-flow:column;align-content:flex-start;align-items:center;gap:.5rem;grid-auto-columns:max-content auto max-content;-webkit-user-select:none;-moz-user-select:none;user-select:none}.menu li.disabled{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:hsl(var(--bc)/.3)}.menu :where(li>.menu-dropdown:not(.menu-dropdown-show)){display:none}:where(.menu li){position:relative;display:flex;flex-shrink:0;flex-direction:column;flex-wrap:wrap;align-items:stretch}:where(.menu li) .badge{justify-self:end}.modal{pointer-events:none;position:fixed;inset:0;margin:0;display:grid;height:100%;max-height:none;width:100%;max-width:none;justify-items:center;padding:0;opacity:0;overscroll-behavior:contain;z-index:999;background-color:transparent;color:inherit;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:transform,opacity,visibility;overflow-y:hidden}:where(.modal){align-items:center}.modal-box{max-height:calc(100vh - 5em);grid-column-start:1;grid-row-start:1;width:91.666667%;max-width:32rem;--tw-scale-x:.9;--tw-scale-y:.9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity:1;background-color:hsl(var(--b1)/var(--tw-bg-opacity));padding:1.5rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);border-top-left-radius:var(--rounded-box,1rem);border-top-right-radius:var(--rounded-box,1rem);border-bottom-left-radius:var(--rounded-box,1rem);border-bottom-right-radius:var(--rounded-box,1rem);box-shadow:0 25px 50px -12px rgba(0,0,0,.25);overflow-y:auto;overscroll-behavior:contain}.modal-open,.modal-toggle:checked+.modal,.modal:target,.modal[open]{pointer-events:auto;visibility:visible;opacity:1}.modal-action{display:flex;margin-top:1.5rem;justify-content:flex-end}:root:has(:is(.modal-open,.modal:target,.modal-toggle:checked+.modal,.modal[open])){overflow:hidden}.select{display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:3rem;padding-left:1rem;padding-right:2.5rem;font-size:.875rem;line-height:1.25rem;line-height:2;min-height:3rem;border-width:1px;border-color:hsl(var(--bc)/var(--tw-border-opacity));--tw-border-opacity:0;--tw-bg-opacity:1;background-color:hsl(var(--b1)/var(--tw-bg-opacity));font-weight:600;border-radius:var(--rounded-btn,.5rem);background-image:linear-gradient(45deg,transparent 50%,currentColor 0),linear-gradient(135deg,currentColor 50%,transparent 0);background-position:calc(100% - 20px) calc(1px + 50%),calc(100% - 16px) calc(1px + 50%);background-size:4px 4px,4px 4px;background-repeat:no-repeat}.select[multiple]{height:auto}.stats{display:inline-grid;--tw-bg-opacity:1;background-color:hsl(var(--b1)/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--bc)/var(--tw-text-opacity));border-radius:var(--rounded-box,1rem)}:where(.stats){grid-auto-flow:column;overflow-x:auto}.stat{width:100%;grid-template-columns:repeat(1,1fr);-moz-column-gap:1rem;column-gap:1rem;border-color:hsl(var(--bc)/var(--tw-border-opacity));--tw-border-opacity:0.1;padding:1rem 1.5rem}.stat,.swap{display:inline-grid}.swap{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;place-content:center;cursor:pointer}.swap>*{grid-column-start:1;grid-row-start:1;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:transform,opacity}.swap input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.swap .swap-indeterminate,.swap .swap-on,.swap input:indeterminate~.swap-on{opacity:0}.swap input:checked~.swap-off,.swap input:indeterminate~.swap-off,.swap.swap-active .swap-off{opacity:0}.swap input:checked~.swap-on,.swap input:indeterminate~.swap-indeterminate,.swap-active .swap-on{opacity:1}.table{position:relative;width:100%;text-align:left;font-size:.875rem;line-height:1.25rem;border-radius:var(--rounded-box,1rem)}.table :where(.table-pin-rows thead tr){position:sticky;top:0;z-index:1;--tw-bg-opacity:1;background-color:hsl(var(--b1)/var(--tw-bg-opacity))}.table :where(.table-pin-rows tfoot tr){position:sticky;bottom:0;z-index:1;--tw-bg-opacity:1;background-color:hsl(var(--b1)/var(--tw-bg-opacity))}.table :where(.table-pin-cols tr th){position:sticky;left:0;right:0;--tw-bg-opacity:1;background-color:hsl(var(--b1)/var(--tw-bg-opacity))}.toast{position:fixed;display:flex;min-width:-moz-fit-content;min-width:fit-content;flex-direction:column;white-space:nowrap;gap:.5rem;padding:1rem}.alert-error{border-color:hsl(var(--er)/.2);--tw-text-opacity:1;color:hsl(var(--erc)/var(--tw-text-opacity));--alert-bg:hsl(var(--er));--alert-bg-mix:hsl(var(--b1))}.avatar-group :where(.avatar){overflow:hidden;border-radius:9999px;border-width:4px;--tw-border-opacity:1;border-color:hsl(var(--b1)/var(--tw-border-opacity))}.badge-ghost{--tw-border-opacity:1;border-color:hsl(var(--b2)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--b2)/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--bc)/var(--tw-text-opacity))}.btm-nav>.disabled,.btm-nav>[disabled]{pointer-events:none;--tw-border-opacity:0;background-color:hsl(var(--n)/var(--tw-bg-opacity));--tw-bg-opacity:0.1;color:hsl(var(--bc)/var(--tw-text-opacity));--tw-text-opacity:0.2}.btm-nav>* .label{font-size:1rem;line-height:1.5rem}.breadcrumbs>ol>li>a:focus,.breadcrumbs>ul>li>a:focus{outline:2px solid transparent;outline-offset:2px}.breadcrumbs>ol>li>a:focus-visible,.breadcrumbs>ul>li>a:focus-visible{outline:2px solid currentColor;outline-offset:2px}.breadcrumbs>ol>li+:before,.breadcrumbs>ul>li+:before{content:"";margin-left:.5rem;margin-right:.75rem;display:block;height:.375rem;width:.375rem;--tw-rotate:45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:.4;border-top:1px solid;border-right:1px solid;background-color:transparent}[dir=rtl] .breadcrumbs>ol>li+:before,[dir=rtl] .breadcrumbs>ul>li+:before{--tw-rotate:-45deg}.btn:active:focus,.btn:active:hover{animation:button-pop 0s ease-out;transform:scale(var(--btn-focus-scale,.97))}.btn-active{--tw-border-opacity:1;border-color:hsl(var(--b3)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--b3)/var(--tw-bg-opacity))}.btn:focus-visible{outline-style:solid;outline-width:2px;outline-offset:2px}.btn-primary{--tw-border-opacity:1;border-color:hsl(var(--p)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--p)/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--pc)/var(--tw-text-opacity));outline-color:hsl(var(--p)/1)}.btn-primary.btn-active{--tw-border-opacity:1;border-color:hsl(var(--pf)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--pf)/var(--tw-bg-opacity))}.btn-secondary.btn-active{--tw-border-opacity:1;border-color:hsl(var(--sf)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--sf)/var(--tw-bg-opacity))}.btn-accent.btn-active{--tw-border-opacity:1;border-color:hsl(var(--af)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--af)/var(--tw-bg-opacity))}.btn-neutral.btn-active{--tw-border-opacity:1;border-color:hsl(var(--nf)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--nf)/var(--tw-bg-opacity))}.btn-info{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;color:hsl(var(--inc)/var(--tw-text-opacity));outline-color:hsl(var(--in)/1)}.btn-info,.btn-info.btn-active{border-color:hsl(var(--in)/var(--tw-border-opacity));background-color:hsl(var(--in)/var(--tw-bg-opacity))}.btn-info.btn-active,.btn-success.btn-active{--tw-border-opacity:1;--tw-bg-opacity:1}.btn-success.btn-active{border-color:hsl(var(--su)/var(--tw-border-opacity));background-color:hsl(var(--su)/var(--tw-bg-opacity))}.btn-warning.btn-active{--tw-border-opacity:1;border-color:hsl(var(--wa)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--wa)/var(--tw-bg-opacity))}.btn-error{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;color:hsl(var(--erc)/var(--tw-text-opacity));outline-color:hsl(var(--er)/1)}.btn-error,.btn-error.btn-active{border-color:hsl(var(--er)/var(--tw-border-opacity));background-color:hsl(var(--er)/var(--tw-bg-opacity))}.btn-error.btn-active{--tw-border-opacity:1;--tw-bg-opacity:1}.btn.glass{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);outline-color:currentColor}.btn.glass.btn-active{--glass-opacity:25%;--glass-border-opacity:15%}.btn-ghost{border-width:1px;border-color:transparent;background-color:transparent;color:currentColor;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);outline-color:currentColor}.btn-ghost.btn-active{--tw-border-opacity:0;background-color:hsl(var(--bc)/var(--tw-bg-opacity));--tw-bg-opacity:0.2}.btn-link{--tw-text-opacity:1;color:hsl(var(--p)/var(--tw-text-opacity));--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);outline-color:currentColor}.btn-link,.btn-link.btn-active{border-color:transparent;background-color:transparent;text-decoration-line:underline}.btn-outline{border-color:currentColor;background-color:transparent;--tw-text-opacity:1;color:hsl(var(--bc)/var(--tw-text-opacity));--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.btn-outline.btn-active{--tw-border-opacity:1;border-color:hsl(var(--bc)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--bc)/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--b1)/var(--tw-text-opacity))}.btn-outline.btn-primary{--tw-text-opacity:1;color:hsl(var(--p)/var(--tw-text-opacity))}.btn-outline.btn-primary.btn-active{--tw-border-opacity:1;border-color:hsl(var(--pf)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--pf)/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--pc)/var(--tw-text-opacity))}.btn-outline.btn-secondary{--tw-text-opacity:1;color:hsl(var(--s)/var(--tw-text-opacity))}.btn-outline.btn-secondary.btn-active{--tw-border-opacity:1;border-color:hsl(var(--sf)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--sf)/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--sc)/var(--tw-text-opacity))}.btn-outline.btn-accent{--tw-text-opacity:1;color:hsl(var(--a)/var(--tw-text-opacity))}.btn-outline.btn-accent.btn-active{--tw-border-opacity:1;border-color:hsl(var(--af)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--af)/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--ac)/var(--tw-text-opacity))}.btn-outline.btn-success{--tw-text-opacity:1;color:hsl(var(--su)/var(--tw-text-opacity))}.btn-outline.btn-success.btn-active{--tw-border-opacity:1;border-color:hsl(var(--su)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--su)/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--suc)/var(--tw-text-opacity))}.btn-outline.btn-info{--tw-text-opacity:1;color:hsl(var(--in)/var(--tw-text-opacity))}.btn-outline.btn-info.btn-active{--tw-border-opacity:1;border-color:hsl(var(--in)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--in)/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--inc)/var(--tw-text-opacity))}.btn-outline.btn-warning{--tw-text-opacity:1;color:hsl(var(--wa)/var(--tw-text-opacity))}.btn-outline.btn-warning.btn-active{--tw-border-opacity:1;border-color:hsl(var(--wa)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--wa)/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--wac)/var(--tw-text-opacity))}.btn-outline.btn-error{--tw-text-opacity:1;color:hsl(var(--er)/var(--tw-text-opacity))}.btn-outline.btn-error.btn-active{--tw-border-opacity:1;border-color:hsl(var(--er)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--er)/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--erc)/var(--tw-text-opacity))}.btn.btn-disabled,.btn:disabled,.btn[disabled]{--tw-border-opacity:0;background-color:hsl(var(--n)/var(--tw-bg-opacity));--tw-bg-opacity:0.2;color:hsl(var(--bc)/var(--tw-text-opacity));--tw-text-opacity:0.2}.btn-group>.btn-active,.btn-group>input[type=radio]:checked.btn{--tw-border-opacity:1;border-color:hsl(var(--p)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--p)/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--pc)/var(--tw-text-opacity))}.btn-group>.btn-active:focus-visible,.btn-group>input[type=radio]:checked.btn:focus-visible{outline-style:solid;outline-width:2px;outline-color:hsl(var(--p)/1)}.btn:is(input[type=checkbox]:checked),.btn:is(input[type=radio]:checked){--tw-border-opacity:1;border-color:hsl(var(--p)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--p)/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--pc)/var(--tw-text-opacity))}.btn:is(input[type=checkbox]:checked):focus-visible,.btn:is(input[type=radio]:checked):focus-visible{outline-color:hsl(var(--p)/1)}@keyframes button-pop{0%{transform:scale(var(--btn-focus-scale,.98))}40%{transform:scale(1.02)}to{transform:scale(1)}}.card :where(figure:first-child){overflow:hidden;border-start-start-radius:inherit;border-start-end-radius:inherit;border-end-start-radius:unset;border-end-end-radius:unset}.card :where(figure:last-child){overflow:hidden;border-start-start-radius:unset;border-start-end-radius:unset;border-end-start-radius:inherit;border-end-end-radius:inherit}.card:focus-visible{outline:2px solid currentColor;outline-offset:2px}.card-bordered,.card.bordered{border-width:1px;--tw-border-opacity:1;border-color:hsl(var(--b2)/var(--tw-border-opacity))}.card.compact .card-body{padding:1rem;font-size:.875rem;line-height:1.25rem}.card-title{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;line-height:1.75rem;font-weight:600}.card.image-full :where(figure){overflow:hidden;border-radius:inherit}.checkbox:focus-visible{outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:hsl(var(--bc)/1)}.checkbox:checked,.checkbox[aria-checked=true],.checkbox[checked=true]{--tw-bg-opacity:1;background-color:hsl(var(--bc)/var(--tw-bg-opacity));background-repeat:no-repeat;animation:checkmark var(--animation-input,.2s) ease-in-out;background-image:linear-gradient(-45deg,transparent 65%,hsl(var(--chkbg)) 65.99%),linear-gradient(45deg,transparent 75%,hsl(var(--chkbg)) 75.99%),linear-gradient(-45deg,hsl(var(--chkbg)) 40%,transparent 40.99%),linear-gradient(45deg,hsl(var(--chkbg)) 30%,hsl(var(--chkfg)) 30.99%,hsl(var(--chkfg)) 40%,transparent 40.99%),linear-gradient(-45deg,hsl(var(--chkfg)) 50%,hsl(var(--chkbg)) 50.99%)}.checkbox:indeterminate{--tw-bg-opacity:1;background-color:hsl(var(--bc)/var(--tw-bg-opacity));background-repeat:no-repeat;animation:checkmark var(--animation-input,.2s) ease-in-out;background-image:linear-gradient(90deg,transparent 80%,hsl(var(--chkbg)) 80%),linear-gradient(-90deg,transparent 80%,hsl(var(--chkbg)) 80%),linear-gradient(0deg,hsl(var(--chkbg)) 43%,hsl(var(--chkfg)) 43%,hsl(var(--chkfg)) 57%,hsl(var(--chkbg)) 57%)}.checkbox:disabled{cursor:not-allowed;border-color:transparent;--tw-bg-opacity:1;background-color:hsl(var(--bc)/var(--tw-bg-opacity));opacity:.2}@keyframes checkmark{0%{background-position-y:5px}50%{background-position-y:-2px}to{background-position-y:0}}[dir=rtl] .checkbox:checked,[dir=rtl] .checkbox[aria-checked=true],[dir=rtl] .checkbox[checked=true]{background-image:linear-gradient(45deg,transparent 65%,hsl(var(--chkbg)) 65.99%),linear-gradient(-45deg,transparent 75%,hsl(var(--chkbg)) 75.99%),linear-gradient(45deg,hsl(var(--chkbg)) 40%,transparent 40.99%),linear-gradient(-45deg,hsl(var(--chkbg)) 30%,hsl(var(--chkfg)) 30.99%,hsl(var(--chkfg)) 40%,transparent 40.99%),linear-gradient(45deg,hsl(var(--chkfg)) 50%,hsl(var(--chkbg)) 50.99%)}.dropdown.dropdown-open .dropdown-content,.dropdown:focus .dropdown-content,.dropdown:focus-within .dropdown-content{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.file-input-bordered{--tw-border-opacity:0.2}.label-text{font-size:.875rem;line-height:1.25rem}.label-text,.label-text-alt{--tw-text-opacity:1;color:hsl(var(--bc)/var(--tw-text-opacity))}.label-text-alt{font-size:.75rem;line-height:1rem}.input[list]::-webkit-calendar-picker-indicator{line-height:1em}.input-bordered{--tw-border-opacity:0.2}.input:focus{outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:hsl(var(--bc)/.2)}.input-disabled,.input:disabled,.input[disabled]{cursor:not-allowed;--tw-border-opacity:1;border-color:hsl(var(--b2)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--b2)/var(--tw-bg-opacity));--tw-text-opacity:0.2}.input-disabled::-moz-placeholder,.input:disabled::-moz-placeholder,.input[disabled]::-moz-placeholder{color:hsl(var(--bc)/var(--tw-placeholder-opacity));--tw-placeholder-opacity:0.2}.input-disabled::placeholder,.input:disabled::placeholder,.input[disabled]::placeholder{color:hsl(var(--bc)/var(--tw-placeholder-opacity));--tw-placeholder-opacity:0.2}.join>:where(:not(:first-child)){margin-top:0;margin-bottom:0;margin-left:-1px}.loading{pointer-events:none;display:inline-block;aspect-ratio:1/1;width:1.5rem;background-color:currentColor;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.loading,.loading-spinner{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-in-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-in-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.mask-circle{-webkit-mask-image:url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle fill='black' cx='100' cy='100' r='100' fill-rule='evenodd'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle fill='black' cx='100' cy='100' r='100' fill-rule='evenodd'/%3e%3c/svg%3e")}:where(.menu li:empty){background-color:hsl(var(--bc)/.1);margin:.5rem 1rem;height:1px}.menu :where(li ul):before{position:absolute;left:0;top:.75rem;bottom:.75rem;width:1px;background-color:hsl(var(--bc)/.1);content:""}.menu :where(li:not(.menu-title)>:not(ul):not(details):not(.menu-title)),.menu :where(li:not(.menu-title)>details>summary:not(.menu-title)){padding:.5rem 1rem;text-align:left;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);border-radius:var(--rounded-btn,.5rem)}:where(.menu li:not(.menu-title):not(.disabled)>:not(ul):not(details):not(.menu-title)):is(summary):not(.active):focus-visible,:where(.menu li:not(.menu-title):not(.disabled)>:not(ul):not(details):not(.menu-title)):not(summary):not(.active).focus,:where(.menu li:not(.menu-title):not(.disabled)>:not(ul):not(details):not(.menu-title)):not(summary):not(.active):focus,:where(.menu li:not(.menu-title):not(.disabled)>details>summary:not(.menu-title)):is(summary):not(.active):focus-visible,:where(.menu li:not(.menu-title):not(.disabled)>details>summary:not(.menu-title)):not(summary):not(.active).focus,:where(.menu li:not(.menu-title):not(.disabled)>details>summary:not(.menu-title)):not(summary):not(.active):focus{cursor:pointer;background-color:hsl(var(--bc)/.1);--tw-text-opacity:1;color:hsl(var(--bc)/var(--tw-text-opacity));outline:2px solid transparent;outline-offset:2px}.menu li>:not(ul):not(details).active,.menu li>:not(ul):not(details):active,.menu li>details>summary:active{--tw-bg-opacity:1;background-color:hsl(var(--n)/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--nc)/var(--tw-text-opacity))}.menu :where(li>details>summary)::-webkit-details-marker{display:none}.menu :where(li>.menu-dropdown-toggle):after,.menu :where(li>details>summary):after{justify-self:end;display:block;margin-top:-.5rem;height:.5rem;width:.5rem;transform:rotate(45deg);transition-property:transform,margin-top;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);content:"";transform-origin:75% 75%;box-shadow:2px 2px;pointer-events:none}.menu :where(li>.menu-dropdown-toggle.menu-dropdown-show):after,.menu :where(li>details[open]>summary):after{transform:rotate(225deg);margin-top:0}.mockup-phone .display{overflow:hidden;border-radius:40px;margin-top:-25px}.modal::backdrop,.modal:not(dialog:not(.modal-open)){background-color:rgba(0,0,0,.3);animation:modal-pop .2s ease-out}.modal-open .modal-box,.modal-toggle:checked+.modal .modal-box,.modal:target .modal-box,.modal[open] .modal-box{--tw-translate-y:0px;--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.modal-action>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}@keyframes modal-pop{0%{opacity:0}}@keyframes progress-loading{50%{background-position-x:-115%}}@keyframes radiomark{0%{box-shadow:0 0 0 12px hsl(var(--b1)) inset,0 0 0 12px hsl(var(--b1)) inset}50%{box-shadow:0 0 0 3px hsl(var(--b1)) inset,0 0 0 3px hsl(var(--b1)) inset}to{box-shadow:0 0 0 4px hsl(var(--b1)) inset,0 0 0 4px hsl(var(--b1)) inset}}@keyframes rating-pop{0%{transform:translateY(-.125em)}40%{transform:translateY(-.125em)}to{transform:translateY(0)}}.select-bordered{--tw-border-opacity:0.2}.select:focus{outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:hsl(var(--bc)/.2)}.select-disabled,.select:disabled,.select[disabled]{cursor:not-allowed;--tw-border-opacity:1;border-color:hsl(var(--b2)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--b2)/var(--tw-bg-opacity));--tw-text-opacity:0.2}.select-disabled::-moz-placeholder,.select:disabled::-moz-placeholder,.select[disabled]::-moz-placeholder{color:hsl(var(--bc)/var(--tw-placeholder-opacity));--tw-placeholder-opacity:0.2}.select-disabled::placeholder,.select:disabled::placeholder,.select[disabled]::placeholder{color:hsl(var(--bc)/var(--tw-placeholder-opacity));--tw-placeholder-opacity:0.2}.select-multiple,.select[multiple],.select[size].select:not([size="1"]){background-image:none;padding-right:1rem}[dir=rtl] .select{background-position:calc(0% + 12px) calc(1px + 50%),calc(0% + 16px) calc(1px + 50%)}:where(.stats)>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;--tw-divide-y-reverse:0;border-width:calc(0px * calc(1 - var(--tw-divide-y-reverse))) calc(1px * var(--tw-divide-x-reverse)) calc(0px * var(--tw-divide-y-reverse)) calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.swap-rotate .swap-indeterminate,.swap-rotate .swap-on,.swap-rotate input:indeterminate~.swap-on{--tw-rotate:45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.swap-rotate input:checked~.swap-off,.swap-rotate input:indeterminate~.swap-off,.swap-rotate.swap-active .swap-off{--tw-rotate:-45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.swap-rotate input:checked~.swap-on,.swap-rotate input:indeterminate~.swap-indeterminate,.swap-rotate.swap-active .swap-on{--tw-rotate:0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.swap-flip .swap-indeterminate,.swap-flip .swap-on,.swap-flip input:indeterminate~.swap-on{transform:rotateY(180deg);backface-visibility:hidden;opacity:1}.swap-flip input:checked~.swap-off,.swap-flip input:indeterminate~.swap-off,.swap-flip.swap-active .swap-off{transform:rotateY(-180deg);backface-visibility:hidden;opacity:1}.swap-flip input:checked~.swap-on,.swap-flip input:indeterminate~.swap-indeterminate,.swap-flip.swap-active .swap-on{transform:rotateY(0deg)}.tab-bordered{border-color:hsl(var(--bc)/var(--tw-border-opacity));--tw-border-opacity:0.2;border-style:solid;border-bottom-width:calc(var(--tab-border, 1px) + 1px)}.table :where(th,td){padding:.75rem 1rem;vertical-align:middle}.table tr.active,.table tr.active:nth-child(2n),.table-zebra tbody tr:nth-child(2n){--tw-bg-opacity:1;background-color:hsl(var(--b2)/var(--tw-bg-opacity))}.table :where(thead,tbody) :where(tr:first-child:last-child),.table :where(thead,tbody) :where(tr:not(:last-child)){border-bottom-width:1px;--tw-border-opacity:1;border-bottom-color:hsl(var(--b2)/var(--tw-border-opacity))}.table :where(thead,tfoot){white-space:nowrap;font-size:.75rem;line-height:1rem;font-weight:700;color:hsl(var(--bc)/.6)}.textarea-bordered{--tw-border-opacity:0.2}.toast>*{animation:toast-pop .25s ease-out}@keyframes toast-pop{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.rounded-box{border-radius:var(--rounded-box,1rem)}.glass,.glass.btn-active{border:none;-webkit-backdrop-filter:blur(var(--glass-blur,40px));backdrop-filter:blur(var(--glass-blur,40px));background-color:transparent;background-image:linear-gradient(135deg,rgb(255 255 255/var(--glass-opacity,30%)) 0,transparent 100%),linear-gradient(var(--glass-reflex-degree,100deg),rgb(255 255 255/var(--glass-reflex-opacity,10%)) 25%,transparent 25%);box-shadow:0 0 0 1px rgb(255 255 255/var(--glass-border-opacity,10%)) inset,0 0 0 2px rgb(0 0 0/5%);text-shadow:0 1px rgb(0 0 0/var(--glass-text-shadow-opacity,5%))}@media (hover:hover){.glass.btn-active{border:none;-webkit-backdrop-filter:blur(var(--glass-blur,40px));backdrop-filter:blur(var(--glass-blur,40px));background-color:transparent;background-image:linear-gradient(135deg,rgb(255 255 255/var(--glass-opacity,30%)) 0,transparent 100%),linear-gradient(var(--glass-reflex-degree,100deg),rgb(255 255 255/var(--glass-reflex-opacity,10%)) 25%,transparent 25%);box-shadow:0 0 0 1px rgb(255 255 255/var(--glass-border-opacity,10%)) inset,0 0 0 2px rgb(0 0 0/5%);text-shadow:0 1px rgb(0 0 0/var(--glass-text-shadow-opacity,5%))}}.btn-xs{height:1.5rem;padding-left:.5rem;padding-right:.5rem;min-height:1.5rem;font-size:.75rem}.btn-sm{height:2rem;padding-left:.75rem;padding-right:.75rem;min-height:2rem;font-size:.875rem}.btn-square:where(.btn-xs){height:1.5rem;width:1.5rem;padding:0}.btn-square:where(.btn-sm){height:2rem;width:2rem;padding:0}.btn-square:where(.btn-md){height:3rem;width:3rem;padding:0}.btn-square:where(.btn-lg){height:4rem;width:4rem;padding:0}.btn-circle:where(.btn-xs){height:1.5rem;width:1.5rem;border-radius:9999px;padding:0}.btn-circle:where(.btn-sm){height:2rem;width:2rem;border-radius:9999px;padding:0}.btn-circle:where(.btn-md){height:3rem;width:3rem;border-radius:9999px;padding:0}.btn-circle:where(.btn-lg){height:4rem;width:4rem;border-radius:9999px;padding:0}.input-sm{height:2rem;padding-left:.75rem;padding-right:.75rem;font-size:.875rem;line-height:2rem}.join.join-vertical{flex-direction:column}.join.join-vertical .join-item:first-child:not(:last-child),.join.join-vertical :first-child:not(:last-child) .join-item{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:inherit;border-top-right-radius:inherit}.join.join-vertical .join-item:last-child:not(:first-child),.join.join-vertical :last-child:not(:first-child) .join-item{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.join.join-horizontal{flex-direction:row}.join.join-horizontal .join-item:first-child:not(:last-child),.join.join-horizontal :first-child:not(:last-child) .join-item{border-bottom-right-radius:0;border-top-right-radius:0;border-bottom-left-radius:inherit;border-top-left-radius:inherit}.join.join-horizontal .join-item:last-child:not(:first-child),.join.join-horizontal :last-child:not(:first-child) .join-item{border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:inherit;border-top-right-radius:inherit}.modal-bottom{place-items:end}.select-sm{height:2rem;padding-left:.75rem;padding-right:2rem;font-size:.875rem;line-height:2rem;min-height:2rem}[dir=rtl] .select-sm{padding-right:.75rem;padding-left:2rem}:where(.toast){right:0;left:auto;top:auto;bottom:0;--tw-translate-x:0px;--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.toast:where(.toast-start){right:auto;left:0;--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.toast:where(.toast-center){right:50%;left:50%;--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.toast:where(.toast-end){right:0;left:auto;--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.toast:where(.toast-bottom){top:auto;bottom:0;--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.toast:where(.toast-middle){top:50%;bottom:auto;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.toast:where(.toast-top){top:0;bottom:auto;--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.avatar.online:before{background-color:hsl(var(--su)/var(--tw-bg-opacity))}.avatar.offline:before,.avatar.online:before{content:"";position:absolute;z-index:10;display:block;border-radius:9999px;--tw-bg-opacity:1;outline-style:solid;outline-width:2px;outline-color:hsl(var(--b1)/1);width:15%;height:15%;top:7%;right:7%}.avatar.offline:before{background-color:hsl(var(--b3)/var(--tw-bg-opacity))}.btn-group .btn:not(:first-child):not(:last-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group .btn:first-child:not(:last-child){margin-top:0;margin-left:-1px;border-top-left-radius:var(--rounded-btn,.5rem);border-top-right-radius:0;border-bottom-left-radius:var(--rounded-btn,.5rem);border-bottom-right-radius:0}.btn-group .btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:var(--rounded-btn,.5rem);border-bottom-left-radius:0;border-bottom-right-radius:var(--rounded-btn,.5rem)}.btn-group-horizontal .btn:not(:first-child):not(:last-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-horizontal .btn:first-child:not(:last-child){margin-top:0;margin-left:-1px;border-top-left-radius:var(--rounded-btn,.5rem);border-top-right-radius:0;border-bottom-left-radius:var(--rounded-btn,.5rem);border-bottom-right-radius:0}.btn-group-horizontal .btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:var(--rounded-btn,.5rem);border-bottom-left-radius:0;border-bottom-right-radius:var(--rounded-btn,.5rem)}.btn-group-vertical .btn:first-child:not(:last-child){margin-top:-1px;margin-left:0;border-top-left-radius:var(--rounded-btn,.5rem);border-top-right-radius:var(--rounded-btn,.5rem);border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical .btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:var(--rounded-btn,.5rem);border-bottom-right-radius:var(--rounded-btn,.5rem)}.card-compact .card-body{padding:1rem;font-size:.875rem;line-height:1.25rem}.card-compact .card-title{margin-bottom:.25rem}.card-normal .card-body{padding:var(--padding-card,2rem);font-size:1rem;line-height:1.5rem}.card-normal .card-title{margin-bottom:.75rem}.join.join-vertical>:where(:not(:first-child)){margin-left:0;margin-right:0;margin-top:-1px}.join.join-horizontal>:where(:not(:first-child)){margin-top:0;margin-bottom:0;margin-left:-1px}.modal-top :where(.modal-box){width:100%;max-width:none;--tw-translate-y:-2.5rem;--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:var(--rounded-box,1rem);border-bottom-right-radius:var(--rounded-box,1rem)}.modal-middle :where(.modal-box){width:91.666667%;max-width:32rem;--tw-translate-y:0px;--tw-scale-x:.9;--tw-scale-y:.9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-top-left-radius:var(--rounded-box,1rem);border-top-right-radius:var(--rounded-box,1rem);border-bottom-left-radius:var(--rounded-box,1rem);border-bottom-right-radius:var(--rounded-box,1rem)}.modal-bottom :where(.modal-box){width:100%;max-width:none;--tw-translate-y:2.5rem;--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:var(--rounded-box,1rem);border-top-right-radius:var(--rounded-box,1rem)}.table-xs :not(thead):not(tfoot) tr{font-size:.75rem;line-height:1rem}.table-xs :where(th,td){padding:.25rem .5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-y-0{top:0;bottom:0}.left-0{left:0}.right-2{right:.5rem}.top-2{top:.5rem}.z-10{z-index:10}.z-50{z-index:50}.z-\[1\]{z-index:1}.col-span-3{grid-column:span 3/span 3}.row-span-3{grid-row:span 3/span 3}.m-1{margin:.25rem}.m-auto{margin:auto}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem}.mb-4,.my-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-3{margin-right:.75rem}.mt-0{margin-top:0}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-24{height:6rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-full{height:100%}.h-screen{height:100vh}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-1{width:.25rem}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-12{width:3rem}.w-24{width:6rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-6{width:1.5rem}.w-72{width:18rem}.w-96{width:24rem}.w-full{width:100%}.w-screen{width:100vw}.min-w-0{min-width:0}.min-w-full{min-width:100%}.\!max-w-full{max-width:100%!important}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-1{row-gap:.25rem}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity))}.divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(209 213 219/var(--tw-divide-opacity))}.divide-red-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 226 226/var(--tw-divide-opacity))}.divide-red-100\/0>:not([hidden])~:not([hidden]){border-color:hsla(0,93%,94%,0)}.divide-red-100\/10>:not([hidden])~:not([hidden]){border-color:hsla(0,93%,94%,.1)}.divide-red-100\/100>:not([hidden])~:not([hidden]){border-color:#fee2e2}.divide-red-100\/20>:not([hidden])~:not([hidden]){border-color:hsla(0,93%,94%,.2)}.divide-red-100\/25>:not([hidden])~:not([hidden]){border-color:hsla(0,93%,94%,.25)}.divide-red-100\/30>:not([hidden])~:not([hidden]){border-color:hsla(0,93%,94%,.3)}.divide-red-100\/40>:not([hidden])~:not([hidden]){border-color:hsla(0,93%,94%,.4)}.divide-red-100\/5>:not([hidden])~:not([hidden]){border-color:hsla(0,93%,94%,.05)}.divide-red-100\/50>:not([hidden])~:not([hidden]){border-color:hsla(0,93%,94%,.5)}.divide-red-100\/60>:not([hidden])~:not([hidden]){border-color:hsla(0,93%,94%,.6)}.divide-red-100\/70>:not([hidden])~:not([hidden]){border-color:hsla(0,93%,94%,.7)}.divide-red-100\/75>:not([hidden])~:not([hidden]){border-color:hsla(0,93%,94%,.75)}.divide-red-100\/80>:not([hidden])~:not([hidden]){border-color:hsla(0,93%,94%,.8)}.divide-red-100\/90>:not([hidden])~:not([hidden]){border-color:hsla(0,93%,94%,.9)}.divide-red-100\/95>:not([hidden])~:not([hidden]){border-color:hsla(0,93%,94%,.95)}.divide-red-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 202 202/var(--tw-divide-opacity))}.divide-red-200\/0>:not([hidden])~:not([hidden]){border-color:hsla(0,96%,89%,0)}.divide-red-200\/10>:not([hidden])~:not([hidden]){border-color:hsla(0,96%,89%,.1)}.divide-red-200\/100>:not([hidden])~:not([hidden]){border-color:#fecaca}.divide-red-200\/20>:not([hidden])~:not([hidden]){border-color:hsla(0,96%,89%,.2)}.divide-red-200\/25>:not([hidden])~:not([hidden]){border-color:hsla(0,96%,89%,.25)}.divide-red-200\/30>:not([hidden])~:not([hidden]){border-color:hsla(0,96%,89%,.3)}.divide-red-200\/40>:not([hidden])~:not([hidden]){border-color:hsla(0,96%,89%,.4)}.divide-red-200\/5>:not([hidden])~:not([hidden]){border-color:hsla(0,96%,89%,.05)}.divide-red-200\/50>:not([hidden])~:not([hidden]){border-color:hsla(0,96%,89%,.5)}.divide-red-200\/60>:not([hidden])~:not([hidden]){border-color:hsla(0,96%,89%,.6)}.divide-red-200\/70>:not([hidden])~:not([hidden]){border-color:hsla(0,96%,89%,.7)}.divide-red-200\/75>:not([hidden])~:not([hidden]){border-color:hsla(0,96%,89%,.75)}.divide-red-200\/80>:not([hidden])~:not([hidden]){border-color:hsla(0,96%,89%,.8)}.divide-red-200\/90>:not([hidden])~:not([hidden]){border-color:hsla(0,96%,89%,.9)}.divide-red-200\/95>:not([hidden])~:not([hidden]){border-color:hsla(0,96%,89%,.95)}.divide-red-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(252 165 165/var(--tw-divide-opacity))}.divide-red-300\/0>:not([hidden])~:not([hidden]){border-color:hsla(0,94%,82%,0)}.divide-red-300\/10>:not([hidden])~:not([hidden]){border-color:hsla(0,94%,82%,.1)}.divide-red-300\/100>:not([hidden])~:not([hidden]){border-color:#fca5a5}.divide-red-300\/20>:not([hidden])~:not([hidden]){border-color:hsla(0,94%,82%,.2)}.divide-red-300\/25>:not([hidden])~:not([hidden]){border-color:hsla(0,94%,82%,.25)}.divide-red-300\/30>:not([hidden])~:not([hidden]){border-color:hsla(0,94%,82%,.3)}.divide-red-300\/40>:not([hidden])~:not([hidden]){border-color:hsla(0,94%,82%,.4)}.divide-red-300\/5>:not([hidden])~:not([hidden]){border-color:hsla(0,94%,82%,.05)}.divide-red-300\/50>:not([hidden])~:not([hidden]){border-color:hsla(0,94%,82%,.5)}.divide-red-300\/60>:not([hidden])~:not([hidden]){border-color:hsla(0,94%,82%,.6)}.divide-red-300\/70>:not([hidden])~:not([hidden]){border-color:hsla(0,94%,82%,.7)}.divide-red-300\/75>:not([hidden])~:not([hidden]){border-color:hsla(0,94%,82%,.75)}.divide-red-300\/80>:not([hidden])~:not([hidden]){border-color:hsla(0,94%,82%,.8)}.divide-red-300\/90>:not([hidden])~:not([hidden]){border-color:hsla(0,94%,82%,.9)}.divide-red-300\/95>:not([hidden])~:not([hidden]){border-color:hsla(0,94%,82%,.95)}.divide-red-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(248 113 113/var(--tw-divide-opacity))}.divide-red-400\/0>:not([hidden])~:not([hidden]){border-color:hsla(0,91%,71%,0)}.divide-red-400\/10>:not([hidden])~:not([hidden]){border-color:hsla(0,91%,71%,.1)}.divide-red-400\/100>:not([hidden])~:not([hidden]){border-color:#f87171}.divide-red-400\/20>:not([hidden])~:not([hidden]){border-color:hsla(0,91%,71%,.2)}.divide-red-400\/25>:not([hidden])~:not([hidden]){border-color:hsla(0,91%,71%,.25)}.divide-red-400\/30>:not([hidden])~:not([hidden]){border-color:hsla(0,91%,71%,.3)}.divide-red-400\/40>:not([hidden])~:not([hidden]){border-color:hsla(0,91%,71%,.4)}.divide-red-400\/5>:not([hidden])~:not([hidden]){border-color:hsla(0,91%,71%,.05)}.divide-red-400\/50>:not([hidden])~:not([hidden]){border-color:hsla(0,91%,71%,.5)}.divide-red-400\/60>:not([hidden])~:not([hidden]){border-color:hsla(0,91%,71%,.6)}.divide-red-400\/70>:not([hidden])~:not([hidden]){border-color:hsla(0,91%,71%,.7)}.divide-red-400\/75>:not([hidden])~:not([hidden]){border-color:hsla(0,91%,71%,.75)}.divide-red-400\/80>:not([hidden])~:not([hidden]){border-color:hsla(0,91%,71%,.8)}.divide-red-400\/90>:not([hidden])~:not([hidden]){border-color:hsla(0,91%,71%,.9)}.divide-red-400\/95>:not([hidden])~:not([hidden]){border-color:hsla(0,91%,71%,.95)}.divide-red-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 242 242/var(--tw-divide-opacity))}.divide-red-50\/0>:not([hidden])~:not([hidden]){border-color:hsla(0,86%,97%,0)}.divide-red-50\/10>:not([hidden])~:not([hidden]){border-color:hsla(0,86%,97%,.1)}.divide-red-50\/100>:not([hidden])~:not([hidden]){border-color:#fef2f2}.divide-red-50\/20>:not([hidden])~:not([hidden]){border-color:hsla(0,86%,97%,.2)}.divide-red-50\/25>:not([hidden])~:not([hidden]){border-color:hsla(0,86%,97%,.25)}.divide-red-50\/30>:not([hidden])~:not([hidden]){border-color:hsla(0,86%,97%,.3)}.divide-red-50\/40>:not([hidden])~:not([hidden]){border-color:hsla(0,86%,97%,.4)}.divide-red-50\/5>:not([hidden])~:not([hidden]){border-color:hsla(0,86%,97%,.05)}.divide-red-50\/50>:not([hidden])~:not([hidden]){border-color:hsla(0,86%,97%,.5)}.divide-red-50\/60>:not([hidden])~:not([hidden]){border-color:hsla(0,86%,97%,.6)}.divide-red-50\/70>:not([hidden])~:not([hidden]){border-color:hsla(0,86%,97%,.7)}.divide-red-50\/75>:not([hidden])~:not([hidden]){border-color:hsla(0,86%,97%,.75)}.divide-red-50\/80>:not([hidden])~:not([hidden]){border-color:hsla(0,86%,97%,.8)}.divide-red-50\/90>:not([hidden])~:not([hidden]){border-color:hsla(0,86%,97%,.9)}.divide-red-50\/95>:not([hidden])~:not([hidden]){border-color:hsla(0,86%,97%,.95)}.divide-red-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(239 68 68/var(--tw-divide-opacity))}.divide-red-500\/0>:not([hidden])~:not([hidden]){border-color:rgba(239,68,68,0)}.divide-red-500\/10>:not([hidden])~:not([hidden]){border-color:rgba(239,68,68,.1)}.divide-red-500\/100>:not([hidden])~:not([hidden]){border-color:#ef4444}.divide-red-500\/20>:not([hidden])~:not([hidden]){border-color:rgba(239,68,68,.2)}.divide-red-500\/25>:not([hidden])~:not([hidden]){border-color:rgba(239,68,68,.25)}.divide-red-500\/30>:not([hidden])~:not([hidden]){border-color:rgba(239,68,68,.3)}.divide-red-500\/40>:not([hidden])~:not([hidden]){border-color:rgba(239,68,68,.4)}.divide-red-500\/5>:not([hidden])~:not([hidden]){border-color:rgba(239,68,68,.05)}.divide-red-500\/50>:not([hidden])~:not([hidden]){border-color:rgba(239,68,68,.5)}.divide-red-500\/60>:not([hidden])~:not([hidden]){border-color:rgba(239,68,68,.6)}.divide-red-500\/70>:not([hidden])~:not([hidden]){border-color:rgba(239,68,68,.7)}.divide-red-500\/75>:not([hidden])~:not([hidden]){border-color:rgba(239,68,68,.75)}.divide-red-500\/80>:not([hidden])~:not([hidden]){border-color:rgba(239,68,68,.8)}.divide-red-500\/90>:not([hidden])~:not([hidden]){border-color:rgba(239,68,68,.9)}.divide-red-500\/95>:not([hidden])~:not([hidden]){border-color:rgba(239,68,68,.95)}.divide-red-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(220 38 38/var(--tw-divide-opacity))}.divide-red-600\/0>:not([hidden])~:not([hidden]){border-color:rgba(220,38,38,0)}.divide-red-600\/10>:not([hidden])~:not([hidden]){border-color:rgba(220,38,38,.1)}.divide-red-600\/100>:not([hidden])~:not([hidden]){border-color:#dc2626}.divide-red-600\/20>:not([hidden])~:not([hidden]){border-color:rgba(220,38,38,.2)}.divide-red-600\/25>:not([hidden])~:not([hidden]){border-color:rgba(220,38,38,.25)}.divide-red-600\/30>:not([hidden])~:not([hidden]){border-color:rgba(220,38,38,.3)}.divide-red-600\/40>:not([hidden])~:not([hidden]){border-color:rgba(220,38,38,.4)}.divide-red-600\/5>:not([hidden])~:not([hidden]){border-color:rgba(220,38,38,.05)}.divide-red-600\/50>:not([hidden])~:not([hidden]){border-color:rgba(220,38,38,.5)}.divide-red-600\/60>:not([hidden])~:not([hidden]){border-color:rgba(220,38,38,.6)}.divide-red-600\/70>:not([hidden])~:not([hidden]){border-color:rgba(220,38,38,.7)}.divide-red-600\/75>:not([hidden])~:not([hidden]){border-color:rgba(220,38,38,.75)}.divide-red-600\/80>:not([hidden])~:not([hidden]){border-color:rgba(220,38,38,.8)}.divide-red-600\/90>:not([hidden])~:not([hidden]){border-color:rgba(220,38,38,.9)}.divide-red-600\/95>:not([hidden])~:not([hidden]){border-color:rgba(220,38,38,.95)}.divide-red-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(185 28 28/var(--tw-divide-opacity))}.divide-red-700\/0>:not([hidden])~:not([hidden]){border-color:rgba(185,28,28,0)}.divide-red-700\/10>:not([hidden])~:not([hidden]){border-color:rgba(185,28,28,.1)}.divide-red-700\/100>:not([hidden])~:not([hidden]){border-color:#b91c1c}.divide-red-700\/20>:not([hidden])~:not([hidden]){border-color:rgba(185,28,28,.2)}.divide-red-700\/25>:not([hidden])~:not([hidden]){border-color:rgba(185,28,28,.25)}.divide-red-700\/30>:not([hidden])~:not([hidden]){border-color:rgba(185,28,28,.3)}.divide-red-700\/40>:not([hidden])~:not([hidden]){border-color:rgba(185,28,28,.4)}.divide-red-700\/5>:not([hidden])~:not([hidden]){border-color:rgba(185,28,28,.05)}.divide-red-700\/50>:not([hidden])~:not([hidden]){border-color:rgba(185,28,28,.5)}.divide-red-700\/60>:not([hidden])~:not([hidden]){border-color:rgba(185,28,28,.6)}.divide-red-700\/70>:not([hidden])~:not([hidden]){border-color:rgba(185,28,28,.7)}.divide-red-700\/75>:not([hidden])~:not([hidden]){border-color:rgba(185,28,28,.75)}.divide-red-700\/80>:not([hidden])~:not([hidden]){border-color:rgba(185,28,28,.8)}.divide-red-700\/90>:not([hidden])~:not([hidden]){border-color:rgba(185,28,28,.9)}.divide-red-700\/95>:not([hidden])~:not([hidden]){border-color:rgba(185,28,28,.95)}.divide-red-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(153 27 27/var(--tw-divide-opacity))}.divide-red-800\/0>:not([hidden])~:not([hidden]){border-color:rgba(153,27,27,0)}.divide-red-800\/10>:not([hidden])~:not([hidden]){border-color:rgba(153,27,27,.1)}.divide-red-800\/100>:not([hidden])~:not([hidden]){border-color:#991b1b}.divide-red-800\/20>:not([hidden])~:not([hidden]){border-color:rgba(153,27,27,.2)}.divide-red-800\/25>:not([hidden])~:not([hidden]){border-color:rgba(153,27,27,.25)}.divide-red-800\/30>:not([hidden])~:not([hidden]){border-color:rgba(153,27,27,.3)}.divide-red-800\/40>:not([hidden])~:not([hidden]){border-color:rgba(153,27,27,.4)}.divide-red-800\/5>:not([hidden])~:not([hidden]){border-color:rgba(153,27,27,.05)}.divide-red-800\/50>:not([hidden])~:not([hidden]){border-color:rgba(153,27,27,.5)}.divide-red-800\/60>:not([hidden])~:not([hidden]){border-color:rgba(153,27,27,.6)}.divide-red-800\/70>:not([hidden])~:not([hidden]){border-color:rgba(153,27,27,.7)}.divide-red-800\/75>:not([hidden])~:not([hidden]){border-color:rgba(153,27,27,.75)}.divide-red-800\/80>:not([hidden])~:not([hidden]){border-color:rgba(153,27,27,.8)}.divide-red-800\/90>:not([hidden])~:not([hidden]){border-color:rgba(153,27,27,.9)}.divide-red-800\/95>:not([hidden])~:not([hidden]){border-color:rgba(153,27,27,.95)}.divide-red-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(127 29 29/var(--tw-divide-opacity))}.divide-red-900\/0>:not([hidden])~:not([hidden]){border-color:rgba(127,29,29,0)}.divide-red-900\/10>:not([hidden])~:not([hidden]){border-color:rgba(127,29,29,.1)}.divide-red-900\/100>:not([hidden])~:not([hidden]){border-color:#7f1d1d}.divide-red-900\/20>:not([hidden])~:not([hidden]){border-color:rgba(127,29,29,.2)}.divide-red-900\/25>:not([hidden])~:not([hidden]){border-color:rgba(127,29,29,.25)}.divide-red-900\/30>:not([hidden])~:not([hidden]){border-color:rgba(127,29,29,.3)}.divide-red-900\/40>:not([hidden])~:not([hidden]){border-color:rgba(127,29,29,.4)}.divide-red-900\/5>:not([hidden])~:not([hidden]){border-color:rgba(127,29,29,.05)}.divide-red-900\/50>:not([hidden])~:not([hidden]){border-color:rgba(127,29,29,.5)}.divide-red-900\/60>:not([hidden])~:not([hidden]){border-color:rgba(127,29,29,.6)}.divide-red-900\/70>:not([hidden])~:not([hidden]){border-color:rgba(127,29,29,.7)}.divide-red-900\/75>:not([hidden])~:not([hidden]){border-color:rgba(127,29,29,.75)}.divide-red-900\/80>:not([hidden])~:not([hidden]){border-color:rgba(127,29,29,.8)}.divide-red-900\/90>:not([hidden])~:not([hidden]){border-color:rgba(127,29,29,.9)}.divide-red-900\/95>:not([hidden])~:not([hidden]){border-color:rgba(127,29,29,.95)}.divide-red-950>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(69 10 10/var(--tw-divide-opacity))}.divide-red-950\/0>:not([hidden])~:not([hidden]){border-color:rgba(69,10,10,0)}.divide-red-950\/10>:not([hidden])~:not([hidden]){border-color:rgba(69,10,10,.1)}.divide-red-950\/100>:not([hidden])~:not([hidden]){border-color:#450a0a}.divide-red-950\/20>:not([hidden])~:not([hidden]){border-color:rgba(69,10,10,.2)}.divide-red-950\/25>:not([hidden])~:not([hidden]){border-color:rgba(69,10,10,.25)}.divide-red-950\/30>:not([hidden])~:not([hidden]){border-color:rgba(69,10,10,.3)}.divide-red-950\/40>:not([hidden])~:not([hidden]){border-color:rgba(69,10,10,.4)}.divide-red-950\/5>:not([hidden])~:not([hidden]){border-color:rgba(69,10,10,.05)}.divide-red-950\/50>:not([hidden])~:not([hidden]){border-color:rgba(69,10,10,.5)}.divide-red-950\/60>:not([hidden])~:not([hidden]){border-color:rgba(69,10,10,.6)}.divide-red-950\/70>:not([hidden])~:not([hidden]){border-color:rgba(69,10,10,.7)}.divide-red-950\/75>:not([hidden])~:not([hidden]){border-color:rgba(69,10,10,.75)}.divide-red-950\/80>:not([hidden])~:not([hidden]){border-color:rgba(69,10,10,.8)}.divide-red-950\/90>:not([hidden])~:not([hidden]){border-color:rgba(69,10,10,.9)}.divide-red-950\/95>:not([hidden])~:not([hidden]){border-color:rgba(69,10,10,.95)}.self-center{align-self:center}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-scroll{overflow-x:scroll}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.border{border-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-base-200{--tw-border-opacity:1;border-color:hsl(var(--b2)/var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.border-neutral{--tw-border-opacity:1;border-color:hsl(var(--n)/var(--tw-border-opacity))}.border-red-100{--tw-border-opacity:1;border-color:rgb(254 226 226/var(--tw-border-opacity))}.border-red-100\/0{border-color:hsla(0,93%,94%,0)}.border-red-100\/10{border-color:hsla(0,93%,94%,.1)}.border-red-100\/100{border-color:#fee2e2}.border-red-100\/20{border-color:hsla(0,93%,94%,.2)}.border-red-100\/25{border-color:hsla(0,93%,94%,.25)}.border-red-100\/30{border-color:hsla(0,93%,94%,.3)}.border-red-100\/40{border-color:hsla(0,93%,94%,.4)}.border-red-100\/5{border-color:hsla(0,93%,94%,.05)}.border-red-100\/50{border-color:hsla(0,93%,94%,.5)}.border-red-100\/60{border-color:hsla(0,93%,94%,.6)}.border-red-100\/70{border-color:hsla(0,93%,94%,.7)}.border-red-100\/75{border-color:hsla(0,93%,94%,.75)}.border-red-100\/80{border-color:hsla(0,93%,94%,.8)}.border-red-100\/90{border-color:hsla(0,93%,94%,.9)}.border-red-100\/95{border-color:hsla(0,93%,94%,.95)}.border-red-200{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity))}.border-red-200\/0{border-color:hsla(0,96%,89%,0)}.border-red-200\/10{border-color:hsla(0,96%,89%,.1)}.border-red-200\/100{border-color:#fecaca}.border-red-200\/20{border-color:hsla(0,96%,89%,.2)}.border-red-200\/25{border-color:hsla(0,96%,89%,.25)}.border-red-200\/30{border-color:hsla(0,96%,89%,.3)}.border-red-200\/40{border-color:hsla(0,96%,89%,.4)}.border-red-200\/5{border-color:hsla(0,96%,89%,.05)}.border-red-200\/50{border-color:hsla(0,96%,89%,.5)}.border-red-200\/60{border-color:hsla(0,96%,89%,.6)}.border-red-200\/70{border-color:hsla(0,96%,89%,.7)}.border-red-200\/75{border-color:hsla(0,96%,89%,.75)}.border-red-200\/80{border-color:hsla(0,96%,89%,.8)}.border-red-200\/90{border-color:hsla(0,96%,89%,.9)}.border-red-200\/95{border-color:hsla(0,96%,89%,.95)}.border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity))}.border-red-300\/0{border-color:hsla(0,94%,82%,0)}.border-red-300\/10{border-color:hsla(0,94%,82%,.1)}.border-red-300\/100{border-color:#fca5a5}.border-red-300\/20{border-color:hsla(0,94%,82%,.2)}.border-red-300\/25{border-color:hsla(0,94%,82%,.25)}.border-red-300\/30{border-color:hsla(0,94%,82%,.3)}.border-red-300\/40{border-color:hsla(0,94%,82%,.4)}.border-red-300\/5{border-color:hsla(0,94%,82%,.05)}.border-red-300\/50{border-color:hsla(0,94%,82%,.5)}.border-red-300\/60{border-color:hsla(0,94%,82%,.6)}.border-red-300\/70{border-color:hsla(0,94%,82%,.7)}.border-red-300\/75{border-color:hsla(0,94%,82%,.75)}.border-red-300\/80{border-color:hsla(0,94%,82%,.8)}.border-red-300\/90{border-color:hsla(0,94%,82%,.9)}.border-red-300\/95{border-color:hsla(0,94%,82%,.95)}.border-red-400{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity))}.border-red-400\/0{border-color:hsla(0,91%,71%,0)}.border-red-400\/10{border-color:hsla(0,91%,71%,.1)}.border-red-400\/100{border-color:#f87171}.border-red-400\/20{border-color:hsla(0,91%,71%,.2)}.border-red-400\/25{border-color:hsla(0,91%,71%,.25)}.border-red-400\/30{border-color:hsla(0,91%,71%,.3)}.border-red-400\/40{border-color:hsla(0,91%,71%,.4)}.border-red-400\/5{border-color:hsla(0,91%,71%,.05)}.border-red-400\/50{border-color:hsla(0,91%,71%,.5)}.border-red-400\/60{border-color:hsla(0,91%,71%,.6)}.border-red-400\/70{border-color:hsla(0,91%,71%,.7)}.border-red-400\/75{border-color:hsla(0,91%,71%,.75)}.border-red-400\/80{border-color:hsla(0,91%,71%,.8)}.border-red-400\/90{border-color:hsla(0,91%,71%,.9)}.border-red-400\/95{border-color:hsla(0,91%,71%,.95)}.border-red-50{--tw-border-opacity:1;border-color:rgb(254 242 242/var(--tw-border-opacity))}.border-red-50\/0{border-color:hsla(0,86%,97%,0)}.border-red-50\/10{border-color:hsla(0,86%,97%,.1)}.border-red-50\/100{border-color:#fef2f2}.border-red-50\/20{border-color:hsla(0,86%,97%,.2)}.border-red-50\/25{border-color:hsla(0,86%,97%,.25)}.border-red-50\/30{border-color:hsla(0,86%,97%,.3)}.border-red-50\/40{border-color:hsla(0,86%,97%,.4)}.border-red-50\/5{border-color:hsla(0,86%,97%,.05)}.border-red-50\/50{border-color:hsla(0,86%,97%,.5)}.border-red-50\/60{border-color:hsla(0,86%,97%,.6)}.border-red-50\/70{border-color:hsla(0,86%,97%,.7)}.border-red-50\/75{border-color:hsla(0,86%,97%,.75)}.border-red-50\/80{border-color:hsla(0,86%,97%,.8)}.border-red-50\/90{border-color:hsla(0,86%,97%,.9)}.border-red-50\/95{border-color:hsla(0,86%,97%,.95)}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.border-red-500\/0{border-color:rgba(239,68,68,0)}.border-red-500\/10{border-color:rgba(239,68,68,.1)}.border-red-500\/100{border-color:#ef4444}.border-red-500\/20{border-color:rgba(239,68,68,.2)}.border-red-500\/25{border-color:rgba(239,68,68,.25)}.border-red-500\/30{border-color:rgba(239,68,68,.3)}.border-red-500\/40{border-color:rgba(239,68,68,.4)}.border-red-500\/5{border-color:rgba(239,68,68,.05)}.border-red-500\/50{border-color:rgba(239,68,68,.5)}.border-red-500\/60{border-color:rgba(239,68,68,.6)}.border-red-500\/70{border-color:rgba(239,68,68,.7)}.border-red-500\/75{border-color:rgba(239,68,68,.75)}.border-red-500\/80{border-color:rgba(239,68,68,.8)}.border-red-500\/90{border-color:rgba(239,68,68,.9)}.border-red-500\/95{border-color:rgba(239,68,68,.95)}.border-red-600{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity))}.border-red-600\/0{border-color:rgba(220,38,38,0)}.border-red-600\/10{border-color:rgba(220,38,38,.1)}.border-red-600\/100{border-color:#dc2626}.border-red-600\/20{border-color:rgba(220,38,38,.2)}.border-red-600\/25{border-color:rgba(220,38,38,.25)}.border-red-600\/30{border-color:rgba(220,38,38,.3)}.border-red-600\/40{border-color:rgba(220,38,38,.4)}.border-red-600\/5{border-color:rgba(220,38,38,.05)}.border-red-600\/50{border-color:rgba(220,38,38,.5)}.border-red-600\/60{border-color:rgba(220,38,38,.6)}.border-red-600\/70{border-color:rgba(220,38,38,.7)}.border-red-600\/75{border-color:rgba(220,38,38,.75)}.border-red-600\/80{border-color:rgba(220,38,38,.8)}.border-red-600\/90{border-color:rgba(220,38,38,.9)}.border-red-600\/95{border-color:rgba(220,38,38,.95)}.border-red-700{--tw-border-opacity:1;border-color:rgb(185 28 28/var(--tw-border-opacity))}.border-red-700\/0{border-color:rgba(185,28,28,0)}.border-red-700\/10{border-color:rgba(185,28,28,.1)}.border-red-700\/100{border-color:#b91c1c}.border-red-700\/20{border-color:rgba(185,28,28,.2)}.border-red-700\/25{border-color:rgba(185,28,28,.25)}.border-red-700\/30{border-color:rgba(185,28,28,.3)}.border-red-700\/40{border-color:rgba(185,28,28,.4)}.border-red-700\/5{border-color:rgba(185,28,28,.05)}.border-red-700\/50{border-color:rgba(185,28,28,.5)}.border-red-700\/60{border-color:rgba(185,28,28,.6)}.border-red-700\/70{border-color:rgba(185,28,28,.7)}.border-red-700\/75{border-color:rgba(185,28,28,.75)}.border-red-700\/80{border-color:rgba(185,28,28,.8)}.border-red-700\/90{border-color:rgba(185,28,28,.9)}.border-red-700\/95{border-color:rgba(185,28,28,.95)}.border-red-800{--tw-border-opacity:1;border-color:rgb(153 27 27/var(--tw-border-opacity))}.border-red-800\/0{border-color:rgba(153,27,27,0)}.border-red-800\/10{border-color:rgba(153,27,27,.1)}.border-red-800\/100{border-color:#991b1b}.border-red-800\/20{border-color:rgba(153,27,27,.2)}.border-red-800\/25{border-color:rgba(153,27,27,.25)}.border-red-800\/30{border-color:rgba(153,27,27,.3)}.border-red-800\/40{border-color:rgba(153,27,27,.4)}.border-red-800\/5{border-color:rgba(153,27,27,.05)}.border-red-800\/50{border-color:rgba(153,27,27,.5)}.border-red-800\/60{border-color:rgba(153,27,27,.6)}.border-red-800\/70{border-color:rgba(153,27,27,.7)}.border-red-800\/75{border-color:rgba(153,27,27,.75)}.border-red-800\/80{border-color:rgba(153,27,27,.8)}.border-red-800\/90{border-color:rgba(153,27,27,.9)}.border-red-800\/95{border-color:rgba(153,27,27,.95)}.border-red-900{--tw-border-opacity:1;border-color:rgb(127 29 29/var(--tw-border-opacity))}.border-red-900\/0{border-color:rgba(127,29,29,0)}.border-red-900\/10{border-color:rgba(127,29,29,.1)}.border-red-900\/100{border-color:#7f1d1d}.border-red-900\/20{border-color:rgba(127,29,29,.2)}.border-red-900\/25{border-color:rgba(127,29,29,.25)}.border-red-900\/30{border-color:rgba(127,29,29,.3)}.border-red-900\/40{border-color:rgba(127,29,29,.4)}.border-red-900\/5{border-color:rgba(127,29,29,.05)}.border-red-900\/50{border-color:rgba(127,29,29,.5)}.border-red-900\/60{border-color:rgba(127,29,29,.6)}.border-red-900\/70{border-color:rgba(127,29,29,.7)}.border-red-900\/75{border-color:rgba(127,29,29,.75)}.border-red-900\/80{border-color:rgba(127,29,29,.8)}.border-red-900\/90{border-color:rgba(127,29,29,.9)}.border-red-900\/95{border-color:rgba(127,29,29,.95)}.border-red-950{--tw-border-opacity:1;border-color:rgb(69 10 10/var(--tw-border-opacity))}.border-red-950\/0{border-color:rgba(69,10,10,0)}.border-red-950\/10{border-color:rgba(69,10,10,.1)}.border-red-950\/100{border-color:#450a0a}.border-red-950\/20{border-color:rgba(69,10,10,.2)}.border-red-950\/25{border-color:rgba(69,10,10,.25)}.border-red-950\/30{border-color:rgba(69,10,10,.3)}.border-red-950\/40{border-color:rgba(69,10,10,.4)}.border-red-950\/5{border-color:rgba(69,10,10,.05)}.border-red-950\/50{border-color:rgba(69,10,10,.5)}.border-red-950\/60{border-color:rgba(69,10,10,.6)}.border-red-950\/70{border-color:rgba(69,10,10,.7)}.border-red-950\/75{border-color:rgba(69,10,10,.75)}.border-red-950\/80{border-color:rgba(69,10,10,.8)}.border-red-950\/90{border-color:rgba(69,10,10,.9)}.border-red-950\/95{border-color:rgba(69,10,10,.95)}.border-x-red-100{--tw-border-opacity:1;border-left-color:rgb(254 226 226/var(--tw-border-opacity));border-right-color:rgb(254 226 226/var(--tw-border-opacity))}.border-x-red-100\/0{border-left-color:hsla(0,93%,94%,0);border-right-color:hsla(0,93%,94%,0)}.border-x-red-100\/10{border-left-color:hsla(0,93%,94%,.1);border-right-color:hsla(0,93%,94%,.1)}.border-x-red-100\/100{border-left-color:#fee2e2;border-right-color:#fee2e2}.border-x-red-100\/20{border-left-color:hsla(0,93%,94%,.2);border-right-color:hsla(0,93%,94%,.2)}.border-x-red-100\/25{border-left-color:hsla(0,93%,94%,.25);border-right-color:hsla(0,93%,94%,.25)}.border-x-red-100\/30{border-left-color:hsla(0,93%,94%,.3);border-right-color:hsla(0,93%,94%,.3)}.border-x-red-100\/40{border-left-color:hsla(0,93%,94%,.4);border-right-color:hsla(0,93%,94%,.4)}.border-x-red-100\/5{border-left-color:hsla(0,93%,94%,.05);border-right-color:hsla(0,93%,94%,.05)}.border-x-red-100\/50{border-left-color:hsla(0,93%,94%,.5);border-right-color:hsla(0,93%,94%,.5)}.border-x-red-100\/60{border-left-color:hsla(0,93%,94%,.6);border-right-color:hsla(0,93%,94%,.6)}.border-x-red-100\/70{border-left-color:hsla(0,93%,94%,.7);border-right-color:hsla(0,93%,94%,.7)}.border-x-red-100\/75{border-left-color:hsla(0,93%,94%,.75);border-right-color:hsla(0,93%,94%,.75)}.border-x-red-100\/80{border-left-color:hsla(0,93%,94%,.8);border-right-color:hsla(0,93%,94%,.8)}.border-x-red-100\/90{border-left-color:hsla(0,93%,94%,.9);border-right-color:hsla(0,93%,94%,.9)}.border-x-red-100\/95{border-left-color:hsla(0,93%,94%,.95);border-right-color:hsla(0,93%,94%,.95)}.border-x-red-200{--tw-border-opacity:1;border-left-color:rgb(254 202 202/var(--tw-border-opacity));border-right-color:rgb(254 202 202/var(--tw-border-opacity))}.border-x-red-200\/0{border-left-color:hsla(0,96%,89%,0);border-right-color:hsla(0,96%,89%,0)}.border-x-red-200\/10{border-left-color:hsla(0,96%,89%,.1);border-right-color:hsla(0,96%,89%,.1)}.border-x-red-200\/100{border-left-color:#fecaca;border-right-color:#fecaca}.border-x-red-200\/20{border-left-color:hsla(0,96%,89%,.2);border-right-color:hsla(0,96%,89%,.2)}.border-x-red-200\/25{border-left-color:hsla(0,96%,89%,.25);border-right-color:hsla(0,96%,89%,.25)}.border-x-red-200\/30{border-left-color:hsla(0,96%,89%,.3);border-right-color:hsla(0,96%,89%,.3)}.border-x-red-200\/40{border-left-color:hsla(0,96%,89%,.4);border-right-color:hsla(0,96%,89%,.4)}.border-x-red-200\/5{border-left-color:hsla(0,96%,89%,.05);border-right-color:hsla(0,96%,89%,.05)}.border-x-red-200\/50{border-left-color:hsla(0,96%,89%,.5);border-right-color:hsla(0,96%,89%,.5)}.border-x-red-200\/60{border-left-color:hsla(0,96%,89%,.6);border-right-color:hsla(0,96%,89%,.6)}.border-x-red-200\/70{border-left-color:hsla(0,96%,89%,.7);border-right-color:hsla(0,96%,89%,.7)}.border-x-red-200\/75{border-left-color:hsla(0,96%,89%,.75);border-right-color:hsla(0,96%,89%,.75)}.border-x-red-200\/80{border-left-color:hsla(0,96%,89%,.8);border-right-color:hsla(0,96%,89%,.8)}.border-x-red-200\/90{border-left-color:hsla(0,96%,89%,.9);border-right-color:hsla(0,96%,89%,.9)}.border-x-red-200\/95{border-left-color:hsla(0,96%,89%,.95);border-right-color:hsla(0,96%,89%,.95)}.border-x-red-300{--tw-border-opacity:1;border-left-color:rgb(252 165 165/var(--tw-border-opacity));border-right-color:rgb(252 165 165/var(--tw-border-opacity))}.border-x-red-300\/0{border-left-color:hsla(0,94%,82%,0);border-right-color:hsla(0,94%,82%,0)}.border-x-red-300\/10{border-left-color:hsla(0,94%,82%,.1);border-right-color:hsla(0,94%,82%,.1)}.border-x-red-300\/100{border-left-color:#fca5a5;border-right-color:#fca5a5}.border-x-red-300\/20{border-left-color:hsla(0,94%,82%,.2);border-right-color:hsla(0,94%,82%,.2)}.border-x-red-300\/25{border-left-color:hsla(0,94%,82%,.25);border-right-color:hsla(0,94%,82%,.25)}.border-x-red-300\/30{border-left-color:hsla(0,94%,82%,.3);border-right-color:hsla(0,94%,82%,.3)}.border-x-red-300\/40{border-left-color:hsla(0,94%,82%,.4);border-right-color:hsla(0,94%,82%,.4)}.border-x-red-300\/5{border-left-color:hsla(0,94%,82%,.05);border-right-color:hsla(0,94%,82%,.05)}.border-x-red-300\/50{border-left-color:hsla(0,94%,82%,.5);border-right-color:hsla(0,94%,82%,.5)}.border-x-red-300\/60{border-left-color:hsla(0,94%,82%,.6);border-right-color:hsla(0,94%,82%,.6)}.border-x-red-300\/70{border-left-color:hsla(0,94%,82%,.7);border-right-color:hsla(0,94%,82%,.7)}.border-x-red-300\/75{border-left-color:hsla(0,94%,82%,.75);border-right-color:hsla(0,94%,82%,.75)}.border-x-red-300\/80{border-left-color:hsla(0,94%,82%,.8);border-right-color:hsla(0,94%,82%,.8)}.border-x-red-300\/90{border-left-color:hsla(0,94%,82%,.9);border-right-color:hsla(0,94%,82%,.9)}.border-x-red-300\/95{border-left-color:hsla(0,94%,82%,.95);border-right-color:hsla(0,94%,82%,.95)}.border-x-red-400{--tw-border-opacity:1;border-left-color:rgb(248 113 113/var(--tw-border-opacity));border-right-color:rgb(248 113 113/var(--tw-border-opacity))}.border-x-red-400\/0{border-left-color:hsla(0,91%,71%,0);border-right-color:hsla(0,91%,71%,0)}.border-x-red-400\/10{border-left-color:hsla(0,91%,71%,.1);border-right-color:hsla(0,91%,71%,.1)}.border-x-red-400\/100{border-left-color:#f87171;border-right-color:#f87171}.border-x-red-400\/20{border-left-color:hsla(0,91%,71%,.2);border-right-color:hsla(0,91%,71%,.2)}.border-x-red-400\/25{border-left-color:hsla(0,91%,71%,.25);border-right-color:hsla(0,91%,71%,.25)}.border-x-red-400\/30{border-left-color:hsla(0,91%,71%,.3);border-right-color:hsla(0,91%,71%,.3)}.border-x-red-400\/40{border-left-color:hsla(0,91%,71%,.4);border-right-color:hsla(0,91%,71%,.4)}.border-x-red-400\/5{border-left-color:hsla(0,91%,71%,.05);border-right-color:hsla(0,91%,71%,.05)}.border-x-red-400\/50{border-left-color:hsla(0,91%,71%,.5);border-right-color:hsla(0,91%,71%,.5)}.border-x-red-400\/60{border-left-color:hsla(0,91%,71%,.6);border-right-color:hsla(0,91%,71%,.6)}.border-x-red-400\/70{border-left-color:hsla(0,91%,71%,.7);border-right-color:hsla(0,91%,71%,.7)}.border-x-red-400\/75{border-left-color:hsla(0,91%,71%,.75);border-right-color:hsla(0,91%,71%,.75)}.border-x-red-400\/80{border-left-color:hsla(0,91%,71%,.8);border-right-color:hsla(0,91%,71%,.8)}.border-x-red-400\/90{border-left-color:hsla(0,91%,71%,.9);border-right-color:hsla(0,91%,71%,.9)}.border-x-red-400\/95{border-left-color:hsla(0,91%,71%,.95);border-right-color:hsla(0,91%,71%,.95)}.border-x-red-50{--tw-border-opacity:1;border-left-color:rgb(254 242 242/var(--tw-border-opacity));border-right-color:rgb(254 242 242/var(--tw-border-opacity))}.border-x-red-50\/0{border-left-color:hsla(0,86%,97%,0);border-right-color:hsla(0,86%,97%,0)}.border-x-red-50\/10{border-left-color:hsla(0,86%,97%,.1);border-right-color:hsla(0,86%,97%,.1)}.border-x-red-50\/100{border-left-color:#fef2f2;border-right-color:#fef2f2}.border-x-red-50\/20{border-left-color:hsla(0,86%,97%,.2);border-right-color:hsla(0,86%,97%,.2)}.border-x-red-50\/25{border-left-color:hsla(0,86%,97%,.25);border-right-color:hsla(0,86%,97%,.25)}.border-x-red-50\/30{border-left-color:hsla(0,86%,97%,.3);border-right-color:hsla(0,86%,97%,.3)}.border-x-red-50\/40{border-left-color:hsla(0,86%,97%,.4);border-right-color:hsla(0,86%,97%,.4)}.border-x-red-50\/5{border-left-color:hsla(0,86%,97%,.05);border-right-color:hsla(0,86%,97%,.05)}.border-x-red-50\/50{border-left-color:hsla(0,86%,97%,.5);border-right-color:hsla(0,86%,97%,.5)}.border-x-red-50\/60{border-left-color:hsla(0,86%,97%,.6);border-right-color:hsla(0,86%,97%,.6)}.border-x-red-50\/70{border-left-color:hsla(0,86%,97%,.7);border-right-color:hsla(0,86%,97%,.7)}.border-x-red-50\/75{border-left-color:hsla(0,86%,97%,.75);border-right-color:hsla(0,86%,97%,.75)}.border-x-red-50\/80{border-left-color:hsla(0,86%,97%,.8);border-right-color:hsla(0,86%,97%,.8)}.border-x-red-50\/90{border-left-color:hsla(0,86%,97%,.9);border-right-color:hsla(0,86%,97%,.9)}.border-x-red-50\/95{border-left-color:hsla(0,86%,97%,.95);border-right-color:hsla(0,86%,97%,.95)}.border-x-red-500{--tw-border-opacity:1;border-left-color:rgb(239 68 68/var(--tw-border-opacity));border-right-color:rgb(239 68 68/var(--tw-border-opacity))}.border-x-red-500\/0{border-left-color:rgba(239,68,68,0);border-right-color:rgba(239,68,68,0)}.border-x-red-500\/10{border-left-color:rgba(239,68,68,.1);border-right-color:rgba(239,68,68,.1)}.border-x-red-500\/100{border-left-color:#ef4444;border-right-color:#ef4444}.border-x-red-500\/20{border-left-color:rgba(239,68,68,.2);border-right-color:rgba(239,68,68,.2)}.border-x-red-500\/25{border-left-color:rgba(239,68,68,.25);border-right-color:rgba(239,68,68,.25)}.border-x-red-500\/30{border-left-color:rgba(239,68,68,.3);border-right-color:rgba(239,68,68,.3)}.border-x-red-500\/40{border-left-color:rgba(239,68,68,.4);border-right-color:rgba(239,68,68,.4)}.border-x-red-500\/5{border-left-color:rgba(239,68,68,.05);border-right-color:rgba(239,68,68,.05)}.border-x-red-500\/50{border-left-color:rgba(239,68,68,.5);border-right-color:rgba(239,68,68,.5)}.border-x-red-500\/60{border-left-color:rgba(239,68,68,.6);border-right-color:rgba(239,68,68,.6)}.border-x-red-500\/70{border-left-color:rgba(239,68,68,.7);border-right-color:rgba(239,68,68,.7)}.border-x-red-500\/75{border-left-color:rgba(239,68,68,.75);border-right-color:rgba(239,68,68,.75)}.border-x-red-500\/80{border-left-color:rgba(239,68,68,.8);border-right-color:rgba(239,68,68,.8)}.border-x-red-500\/90{border-left-color:rgba(239,68,68,.9);border-right-color:rgba(239,68,68,.9)}.border-x-red-500\/95{border-left-color:rgba(239,68,68,.95);border-right-color:rgba(239,68,68,.95)}.border-x-red-600{--tw-border-opacity:1;border-left-color:rgb(220 38 38/var(--tw-border-opacity));border-right-color:rgb(220 38 38/var(--tw-border-opacity))}.border-x-red-600\/0{border-left-color:rgba(220,38,38,0);border-right-color:rgba(220,38,38,0)}.border-x-red-600\/10{border-left-color:rgba(220,38,38,.1);border-right-color:rgba(220,38,38,.1)}.border-x-red-600\/100{border-left-color:#dc2626;border-right-color:#dc2626}.border-x-red-600\/20{border-left-color:rgba(220,38,38,.2);border-right-color:rgba(220,38,38,.2)}.border-x-red-600\/25{border-left-color:rgba(220,38,38,.25);border-right-color:rgba(220,38,38,.25)}.border-x-red-600\/30{border-left-color:rgba(220,38,38,.3);border-right-color:rgba(220,38,38,.3)}.border-x-red-600\/40{border-left-color:rgba(220,38,38,.4);border-right-color:rgba(220,38,38,.4)}.border-x-red-600\/5{border-left-color:rgba(220,38,38,.05);border-right-color:rgba(220,38,38,.05)}.border-x-red-600\/50{border-left-color:rgba(220,38,38,.5);border-right-color:rgba(220,38,38,.5)}.border-x-red-600\/60{border-left-color:rgba(220,38,38,.6);border-right-color:rgba(220,38,38,.6)}.border-x-red-600\/70{border-left-color:rgba(220,38,38,.7);border-right-color:rgba(220,38,38,.7)}.border-x-red-600\/75{border-left-color:rgba(220,38,38,.75);border-right-color:rgba(220,38,38,.75)}.border-x-red-600\/80{border-left-color:rgba(220,38,38,.8);border-right-color:rgba(220,38,38,.8)}.border-x-red-600\/90{border-left-color:rgba(220,38,38,.9);border-right-color:rgba(220,38,38,.9)}.border-x-red-600\/95{border-left-color:rgba(220,38,38,.95);border-right-color:rgba(220,38,38,.95)}.border-x-red-700{--tw-border-opacity:1;border-left-color:rgb(185 28 28/var(--tw-border-opacity));border-right-color:rgb(185 28 28/var(--tw-border-opacity))}.border-x-red-700\/0{border-left-color:rgba(185,28,28,0);border-right-color:rgba(185,28,28,0)}.border-x-red-700\/10{border-left-color:rgba(185,28,28,.1);border-right-color:rgba(185,28,28,.1)}.border-x-red-700\/100{border-left-color:#b91c1c;border-right-color:#b91c1c}.border-x-red-700\/20{border-left-color:rgba(185,28,28,.2);border-right-color:rgba(185,28,28,.2)}.border-x-red-700\/25{border-left-color:rgba(185,28,28,.25);border-right-color:rgba(185,28,28,.25)}.border-x-red-700\/30{border-left-color:rgba(185,28,28,.3);border-right-color:rgba(185,28,28,.3)}.border-x-red-700\/40{border-left-color:rgba(185,28,28,.4);border-right-color:rgba(185,28,28,.4)}.border-x-red-700\/5{border-left-color:rgba(185,28,28,.05);border-right-color:rgba(185,28,28,.05)}.border-x-red-700\/50{border-left-color:rgba(185,28,28,.5);border-right-color:rgba(185,28,28,.5)}.border-x-red-700\/60{border-left-color:rgba(185,28,28,.6);border-right-color:rgba(185,28,28,.6)}.border-x-red-700\/70{border-left-color:rgba(185,28,28,.7);border-right-color:rgba(185,28,28,.7)}.border-x-red-700\/75{border-left-color:rgba(185,28,28,.75);border-right-color:rgba(185,28,28,.75)}.border-x-red-700\/80{border-left-color:rgba(185,28,28,.8);border-right-color:rgba(185,28,28,.8)}.border-x-red-700\/90{border-left-color:rgba(185,28,28,.9);border-right-color:rgba(185,28,28,.9)}.border-x-red-700\/95{border-left-color:rgba(185,28,28,.95);border-right-color:rgba(185,28,28,.95)}.border-x-red-800{--tw-border-opacity:1;border-left-color:rgb(153 27 27/var(--tw-border-opacity));border-right-color:rgb(153 27 27/var(--tw-border-opacity))}.border-x-red-800\/0{border-left-color:rgba(153,27,27,0);border-right-color:rgba(153,27,27,0)}.border-x-red-800\/10{border-left-color:rgba(153,27,27,.1);border-right-color:rgba(153,27,27,.1)}.border-x-red-800\/100{border-left-color:#991b1b;border-right-color:#991b1b}.border-x-red-800\/20{border-left-color:rgba(153,27,27,.2);border-right-color:rgba(153,27,27,.2)}.border-x-red-800\/25{border-left-color:rgba(153,27,27,.25);border-right-color:rgba(153,27,27,.25)}.border-x-red-800\/30{border-left-color:rgba(153,27,27,.3);border-right-color:rgba(153,27,27,.3)}.border-x-red-800\/40{border-left-color:rgba(153,27,27,.4);border-right-color:rgba(153,27,27,.4)}.border-x-red-800\/5{border-left-color:rgba(153,27,27,.05);border-right-color:rgba(153,27,27,.05)}.border-x-red-800\/50{border-left-color:rgba(153,27,27,.5);border-right-color:rgba(153,27,27,.5)}.border-x-red-800\/60{border-left-color:rgba(153,27,27,.6);border-right-color:rgba(153,27,27,.6)}.border-x-red-800\/70{border-left-color:rgba(153,27,27,.7);border-right-color:rgba(153,27,27,.7)}.border-x-red-800\/75{border-left-color:rgba(153,27,27,.75);border-right-color:rgba(153,27,27,.75)}.border-x-red-800\/80{border-left-color:rgba(153,27,27,.8);border-right-color:rgba(153,27,27,.8)}.border-x-red-800\/90{border-left-color:rgba(153,27,27,.9);border-right-color:rgba(153,27,27,.9)}.border-x-red-800\/95{border-left-color:rgba(153,27,27,.95);border-right-color:rgba(153,27,27,.95)}.border-x-red-900{--tw-border-opacity:1;border-left-color:rgb(127 29 29/var(--tw-border-opacity));border-right-color:rgb(127 29 29/var(--tw-border-opacity))}.border-x-red-900\/0{border-left-color:rgba(127,29,29,0);border-right-color:rgba(127,29,29,0)}.border-x-red-900\/10{border-left-color:rgba(127,29,29,.1);border-right-color:rgba(127,29,29,.1)}.border-x-red-900\/100{border-left-color:#7f1d1d;border-right-color:#7f1d1d}.border-x-red-900\/20{border-left-color:rgba(127,29,29,.2);border-right-color:rgba(127,29,29,.2)}.border-x-red-900\/25{border-left-color:rgba(127,29,29,.25);border-right-color:rgba(127,29,29,.25)}.border-x-red-900\/30{border-left-color:rgba(127,29,29,.3);border-right-color:rgba(127,29,29,.3)}.border-x-red-900\/40{border-left-color:rgba(127,29,29,.4);border-right-color:rgba(127,29,29,.4)}.border-x-red-900\/5{border-left-color:rgba(127,29,29,.05);border-right-color:rgba(127,29,29,.05)}.border-x-red-900\/50{border-left-color:rgba(127,29,29,.5);border-right-color:rgba(127,29,29,.5)}.border-x-red-900\/60{border-left-color:rgba(127,29,29,.6);border-right-color:rgba(127,29,29,.6)}.border-x-red-900\/70{border-left-color:rgba(127,29,29,.7);border-right-color:rgba(127,29,29,.7)}.border-x-red-900\/75{border-left-color:rgba(127,29,29,.75);border-right-color:rgba(127,29,29,.75)}.border-x-red-900\/80{border-left-color:rgba(127,29,29,.8);border-right-color:rgba(127,29,29,.8)}.border-x-red-900\/90{border-left-color:rgba(127,29,29,.9);border-right-color:rgba(127,29,29,.9)}.border-x-red-900\/95{border-left-color:rgba(127,29,29,.95);border-right-color:rgba(127,29,29,.95)}.border-x-red-950{--tw-border-opacity:1;border-left-color:rgb(69 10 10/var(--tw-border-opacity));border-right-color:rgb(69 10 10/var(--tw-border-opacity))}.border-x-red-950\/0{border-left-color:rgba(69,10,10,0);border-right-color:rgba(69,10,10,0)}.border-x-red-950\/10{border-left-color:rgba(69,10,10,.1);border-right-color:rgba(69,10,10,.1)}.border-x-red-950\/100{border-left-color:#450a0a;border-right-color:#450a0a}.border-x-red-950\/20{border-left-color:rgba(69,10,10,.2);border-right-color:rgba(69,10,10,.2)}.border-x-red-950\/25{border-left-color:rgba(69,10,10,.25);border-right-color:rgba(69,10,10,.25)}.border-x-red-950\/30{border-left-color:rgba(69,10,10,.3);border-right-color:rgba(69,10,10,.3)}.border-x-red-950\/40{border-left-color:rgba(69,10,10,.4);border-right-color:rgba(69,10,10,.4)}.border-x-red-950\/5{border-left-color:rgba(69,10,10,.05);border-right-color:rgba(69,10,10,.05)}.border-x-red-950\/50{border-left-color:rgba(69,10,10,.5);border-right-color:rgba(69,10,10,.5)}.border-x-red-950\/60{border-left-color:rgba(69,10,10,.6);border-right-color:rgba(69,10,10,.6)}.border-x-red-950\/70{border-left-color:rgba(69,10,10,.7);border-right-color:rgba(69,10,10,.7)}.border-x-red-950\/75{border-left-color:rgba(69,10,10,.75);border-right-color:rgba(69,10,10,.75)}.border-x-red-950\/80{border-left-color:rgba(69,10,10,.8);border-right-color:rgba(69,10,10,.8)}.border-x-red-950\/90{border-left-color:rgba(69,10,10,.9);border-right-color:rgba(69,10,10,.9)}.border-x-red-950\/95{border-left-color:rgba(69,10,10,.95);border-right-color:rgba(69,10,10,.95)}.border-y-red-100{--tw-border-opacity:1;border-top-color:rgb(254 226 226/var(--tw-border-opacity));border-bottom-color:rgb(254 226 226/var(--tw-border-opacity))}.border-y-red-100\/0{border-top-color:hsla(0,93%,94%,0);border-bottom-color:hsla(0,93%,94%,0)}.border-y-red-100\/10{border-top-color:hsla(0,93%,94%,.1);border-bottom-color:hsla(0,93%,94%,.1)}.border-y-red-100\/100{border-top-color:#fee2e2;border-bottom-color:#fee2e2}.border-y-red-100\/20{border-top-color:hsla(0,93%,94%,.2);border-bottom-color:hsla(0,93%,94%,.2)}.border-y-red-100\/25{border-top-color:hsla(0,93%,94%,.25);border-bottom-color:hsla(0,93%,94%,.25)}.border-y-red-100\/30{border-top-color:hsla(0,93%,94%,.3);border-bottom-color:hsla(0,93%,94%,.3)}.border-y-red-100\/40{border-top-color:hsla(0,93%,94%,.4);border-bottom-color:hsla(0,93%,94%,.4)}.border-y-red-100\/5{border-top-color:hsla(0,93%,94%,.05);border-bottom-color:hsla(0,93%,94%,.05)}.border-y-red-100\/50{border-top-color:hsla(0,93%,94%,.5);border-bottom-color:hsla(0,93%,94%,.5)}.border-y-red-100\/60{border-top-color:hsla(0,93%,94%,.6);border-bottom-color:hsla(0,93%,94%,.6)}.border-y-red-100\/70{border-top-color:hsla(0,93%,94%,.7);border-bottom-color:hsla(0,93%,94%,.7)}.border-y-red-100\/75{border-top-color:hsla(0,93%,94%,.75);border-bottom-color:hsla(0,93%,94%,.75)}.border-y-red-100\/80{border-top-color:hsla(0,93%,94%,.8);border-bottom-color:hsla(0,93%,94%,.8)}.border-y-red-100\/90{border-top-color:hsla(0,93%,94%,.9);border-bottom-color:hsla(0,93%,94%,.9)}.border-y-red-100\/95{border-top-color:hsla(0,93%,94%,.95);border-bottom-color:hsla(0,93%,94%,.95)}.border-y-red-200{--tw-border-opacity:1;border-top-color:rgb(254 202 202/var(--tw-border-opacity));border-bottom-color:rgb(254 202 202/var(--tw-border-opacity))}.border-y-red-200\/0{border-top-color:hsla(0,96%,89%,0);border-bottom-color:hsla(0,96%,89%,0)}.border-y-red-200\/10{border-top-color:hsla(0,96%,89%,.1);border-bottom-color:hsla(0,96%,89%,.1)}.border-y-red-200\/100{border-top-color:#fecaca;border-bottom-color:#fecaca}.border-y-red-200\/20{border-top-color:hsla(0,96%,89%,.2);border-bottom-color:hsla(0,96%,89%,.2)}.border-y-red-200\/25{border-top-color:hsla(0,96%,89%,.25);border-bottom-color:hsla(0,96%,89%,.25)}.border-y-red-200\/30{border-top-color:hsla(0,96%,89%,.3);border-bottom-color:hsla(0,96%,89%,.3)}.border-y-red-200\/40{border-top-color:hsla(0,96%,89%,.4);border-bottom-color:hsla(0,96%,89%,.4)}.border-y-red-200\/5{border-top-color:hsla(0,96%,89%,.05);border-bottom-color:hsla(0,96%,89%,.05)}.border-y-red-200\/50{border-top-color:hsla(0,96%,89%,.5);border-bottom-color:hsla(0,96%,89%,.5)}.border-y-red-200\/60{border-top-color:hsla(0,96%,89%,.6);border-bottom-color:hsla(0,96%,89%,.6)}.border-y-red-200\/70{border-top-color:hsla(0,96%,89%,.7);border-bottom-color:hsla(0,96%,89%,.7)}.border-y-red-200\/75{border-top-color:hsla(0,96%,89%,.75);border-bottom-color:hsla(0,96%,89%,.75)}.border-y-red-200\/80{border-top-color:hsla(0,96%,89%,.8);border-bottom-color:hsla(0,96%,89%,.8)}.border-y-red-200\/90{border-top-color:hsla(0,96%,89%,.9);border-bottom-color:hsla(0,96%,89%,.9)}.border-y-red-200\/95{border-top-color:hsla(0,96%,89%,.95);border-bottom-color:hsla(0,96%,89%,.95)}.border-y-red-300{--tw-border-opacity:1;border-top-color:rgb(252 165 165/var(--tw-border-opacity));border-bottom-color:rgb(252 165 165/var(--tw-border-opacity))}.border-y-red-300\/0{border-top-color:hsla(0,94%,82%,0);border-bottom-color:hsla(0,94%,82%,0)}.border-y-red-300\/10{border-top-color:hsla(0,94%,82%,.1);border-bottom-color:hsla(0,94%,82%,.1)}.border-y-red-300\/100{border-top-color:#fca5a5;border-bottom-color:#fca5a5}.border-y-red-300\/20{border-top-color:hsla(0,94%,82%,.2);border-bottom-color:hsla(0,94%,82%,.2)}.border-y-red-300\/25{border-top-color:hsla(0,94%,82%,.25);border-bottom-color:hsla(0,94%,82%,.25)}.border-y-red-300\/30{border-top-color:hsla(0,94%,82%,.3);border-bottom-color:hsla(0,94%,82%,.3)}.border-y-red-300\/40{border-top-color:hsla(0,94%,82%,.4);border-bottom-color:hsla(0,94%,82%,.4)}.border-y-red-300\/5{border-top-color:hsla(0,94%,82%,.05);border-bottom-color:hsla(0,94%,82%,.05)}.border-y-red-300\/50{border-top-color:hsla(0,94%,82%,.5);border-bottom-color:hsla(0,94%,82%,.5)}.border-y-red-300\/60{border-top-color:hsla(0,94%,82%,.6);border-bottom-color:hsla(0,94%,82%,.6)}.border-y-red-300\/70{border-top-color:hsla(0,94%,82%,.7);border-bottom-color:hsla(0,94%,82%,.7)}.border-y-red-300\/75{border-top-color:hsla(0,94%,82%,.75);border-bottom-color:hsla(0,94%,82%,.75)}.border-y-red-300\/80{border-top-color:hsla(0,94%,82%,.8);border-bottom-color:hsla(0,94%,82%,.8)}.border-y-red-300\/90{border-top-color:hsla(0,94%,82%,.9);border-bottom-color:hsla(0,94%,82%,.9)}.border-y-red-300\/95{border-top-color:hsla(0,94%,82%,.95);border-bottom-color:hsla(0,94%,82%,.95)}.border-y-red-400{--tw-border-opacity:1;border-top-color:rgb(248 113 113/var(--tw-border-opacity));border-bottom-color:rgb(248 113 113/var(--tw-border-opacity))}.border-y-red-400\/0{border-top-color:hsla(0,91%,71%,0);border-bottom-color:hsla(0,91%,71%,0)}.border-y-red-400\/10{border-top-color:hsla(0,91%,71%,.1);border-bottom-color:hsla(0,91%,71%,.1)}.border-y-red-400\/100{border-top-color:#f87171;border-bottom-color:#f87171}.border-y-red-400\/20{border-top-color:hsla(0,91%,71%,.2);border-bottom-color:hsla(0,91%,71%,.2)}.border-y-red-400\/25{border-top-color:hsla(0,91%,71%,.25);border-bottom-color:hsla(0,91%,71%,.25)}.border-y-red-400\/30{border-top-color:hsla(0,91%,71%,.3);border-bottom-color:hsla(0,91%,71%,.3)}.border-y-red-400\/40{border-top-color:hsla(0,91%,71%,.4);border-bottom-color:hsla(0,91%,71%,.4)}.border-y-red-400\/5{border-top-color:hsla(0,91%,71%,.05);border-bottom-color:hsla(0,91%,71%,.05)}.border-y-red-400\/50{border-top-color:hsla(0,91%,71%,.5);border-bottom-color:hsla(0,91%,71%,.5)}.border-y-red-400\/60{border-top-color:hsla(0,91%,71%,.6);border-bottom-color:hsla(0,91%,71%,.6)}.border-y-red-400\/70{border-top-color:hsla(0,91%,71%,.7);border-bottom-color:hsla(0,91%,71%,.7)}.border-y-red-400\/75{border-top-color:hsla(0,91%,71%,.75);border-bottom-color:hsla(0,91%,71%,.75)}.border-y-red-400\/80{border-top-color:hsla(0,91%,71%,.8);border-bottom-color:hsla(0,91%,71%,.8)}.border-y-red-400\/90{border-top-color:hsla(0,91%,71%,.9);border-bottom-color:hsla(0,91%,71%,.9)}.border-y-red-400\/95{border-top-color:hsla(0,91%,71%,.95);border-bottom-color:hsla(0,91%,71%,.95)}.border-y-red-50{--tw-border-opacity:1;border-top-color:rgb(254 242 242/var(--tw-border-opacity));border-bottom-color:rgb(254 242 242/var(--tw-border-opacity))}.border-y-red-50\/0{border-top-color:hsla(0,86%,97%,0);border-bottom-color:hsla(0,86%,97%,0)}.border-y-red-50\/10{border-top-color:hsla(0,86%,97%,.1);border-bottom-color:hsla(0,86%,97%,.1)}.border-y-red-50\/100{border-top-color:#fef2f2;border-bottom-color:#fef2f2}.border-y-red-50\/20{border-top-color:hsla(0,86%,97%,.2);border-bottom-color:hsla(0,86%,97%,.2)}.border-y-red-50\/25{border-top-color:hsla(0,86%,97%,.25);border-bottom-color:hsla(0,86%,97%,.25)}.border-y-red-50\/30{border-top-color:hsla(0,86%,97%,.3);border-bottom-color:hsla(0,86%,97%,.3)}.border-y-red-50\/40{border-top-color:hsla(0,86%,97%,.4);border-bottom-color:hsla(0,86%,97%,.4)}.border-y-red-50\/5{border-top-color:hsla(0,86%,97%,.05);border-bottom-color:hsla(0,86%,97%,.05)}.border-y-red-50\/50{border-top-color:hsla(0,86%,97%,.5);border-bottom-color:hsla(0,86%,97%,.5)}.border-y-red-50\/60{border-top-color:hsla(0,86%,97%,.6);border-bottom-color:hsla(0,86%,97%,.6)}.border-y-red-50\/70{border-top-color:hsla(0,86%,97%,.7);border-bottom-color:hsla(0,86%,97%,.7)}.border-y-red-50\/75{border-top-color:hsla(0,86%,97%,.75);border-bottom-color:hsla(0,86%,97%,.75)}.border-y-red-50\/80{border-top-color:hsla(0,86%,97%,.8);border-bottom-color:hsla(0,86%,97%,.8)}.border-y-red-50\/90{border-top-color:hsla(0,86%,97%,.9);border-bottom-color:hsla(0,86%,97%,.9)}.border-y-red-50\/95{border-top-color:hsla(0,86%,97%,.95);border-bottom-color:hsla(0,86%,97%,.95)}.border-y-red-500{--tw-border-opacity:1;border-top-color:rgb(239 68 68/var(--tw-border-opacity));border-bottom-color:rgb(239 68 68/var(--tw-border-opacity))}.border-y-red-500\/0{border-top-color:rgba(239,68,68,0);border-bottom-color:rgba(239,68,68,0)}.border-y-red-500\/10{border-top-color:rgba(239,68,68,.1);border-bottom-color:rgba(239,68,68,.1)}.border-y-red-500\/100{border-top-color:#ef4444;border-bottom-color:#ef4444}.border-y-red-500\/20{border-top-color:rgba(239,68,68,.2);border-bottom-color:rgba(239,68,68,.2)}.border-y-red-500\/25{border-top-color:rgba(239,68,68,.25);border-bottom-color:rgba(239,68,68,.25)}.border-y-red-500\/30{border-top-color:rgba(239,68,68,.3);border-bottom-color:rgba(239,68,68,.3)}.border-y-red-500\/40{border-top-color:rgba(239,68,68,.4);border-bottom-color:rgba(239,68,68,.4)}.border-y-red-500\/5{border-top-color:rgba(239,68,68,.05);border-bottom-color:rgba(239,68,68,.05)}.border-y-red-500\/50{border-top-color:rgba(239,68,68,.5);border-bottom-color:rgba(239,68,68,.5)}.border-y-red-500\/60{border-top-color:rgba(239,68,68,.6);border-bottom-color:rgba(239,68,68,.6)}.border-y-red-500\/70{border-top-color:rgba(239,68,68,.7);border-bottom-color:rgba(239,68,68,.7)}.border-y-red-500\/75{border-top-color:rgba(239,68,68,.75);border-bottom-color:rgba(239,68,68,.75)}.border-y-red-500\/80{border-top-color:rgba(239,68,68,.8);border-bottom-color:rgba(239,68,68,.8)}.border-y-red-500\/90{border-top-color:rgba(239,68,68,.9);border-bottom-color:rgba(239,68,68,.9)}.border-y-red-500\/95{border-top-color:rgba(239,68,68,.95);border-bottom-color:rgba(239,68,68,.95)}.border-y-red-600{--tw-border-opacity:1;border-top-color:rgb(220 38 38/var(--tw-border-opacity));border-bottom-color:rgb(220 38 38/var(--tw-border-opacity))}.border-y-red-600\/0{border-top-color:rgba(220,38,38,0);border-bottom-color:rgba(220,38,38,0)}.border-y-red-600\/10{border-top-color:rgba(220,38,38,.1);border-bottom-color:rgba(220,38,38,.1)}.border-y-red-600\/100{border-top-color:#dc2626;border-bottom-color:#dc2626}.border-y-red-600\/20{border-top-color:rgba(220,38,38,.2);border-bottom-color:rgba(220,38,38,.2)}.border-y-red-600\/25{border-top-color:rgba(220,38,38,.25);border-bottom-color:rgba(220,38,38,.25)}.border-y-red-600\/30{border-top-color:rgba(220,38,38,.3);border-bottom-color:rgba(220,38,38,.3)}.border-y-red-600\/40{border-top-color:rgba(220,38,38,.4);border-bottom-color:rgba(220,38,38,.4)}.border-y-red-600\/5{border-top-color:rgba(220,38,38,.05);border-bottom-color:rgba(220,38,38,.05)}.border-y-red-600\/50{border-top-color:rgba(220,38,38,.5);border-bottom-color:rgba(220,38,38,.5)}.border-y-red-600\/60{border-top-color:rgba(220,38,38,.6);border-bottom-color:rgba(220,38,38,.6)}.border-y-red-600\/70{border-top-color:rgba(220,38,38,.7);border-bottom-color:rgba(220,38,38,.7)}.border-y-red-600\/75{border-top-color:rgba(220,38,38,.75);border-bottom-color:rgba(220,38,38,.75)}.border-y-red-600\/80{border-top-color:rgba(220,38,38,.8);border-bottom-color:rgba(220,38,38,.8)}.border-y-red-600\/90{border-top-color:rgba(220,38,38,.9);border-bottom-color:rgba(220,38,38,.9)}.border-y-red-600\/95{border-top-color:rgba(220,38,38,.95);border-bottom-color:rgba(220,38,38,.95)}.border-y-red-700{--tw-border-opacity:1;border-top-color:rgb(185 28 28/var(--tw-border-opacity));border-bottom-color:rgb(185 28 28/var(--tw-border-opacity))}.border-y-red-700\/0{border-top-color:rgba(185,28,28,0);border-bottom-color:rgba(185,28,28,0)}.border-y-red-700\/10{border-top-color:rgba(185,28,28,.1);border-bottom-color:rgba(185,28,28,.1)}.border-y-red-700\/100{border-top-color:#b91c1c;border-bottom-color:#b91c1c}.border-y-red-700\/20{border-top-color:rgba(185,28,28,.2);border-bottom-color:rgba(185,28,28,.2)}.border-y-red-700\/25{border-top-color:rgba(185,28,28,.25);border-bottom-color:rgba(185,28,28,.25)}.border-y-red-700\/30{border-top-color:rgba(185,28,28,.3);border-bottom-color:rgba(185,28,28,.3)}.border-y-red-700\/40{border-top-color:rgba(185,28,28,.4);border-bottom-color:rgba(185,28,28,.4)}.border-y-red-700\/5{border-top-color:rgba(185,28,28,.05);border-bottom-color:rgba(185,28,28,.05)}.border-y-red-700\/50{border-top-color:rgba(185,28,28,.5);border-bottom-color:rgba(185,28,28,.5)}.border-y-red-700\/60{border-top-color:rgba(185,28,28,.6);border-bottom-color:rgba(185,28,28,.6)}.border-y-red-700\/70{border-top-color:rgba(185,28,28,.7);border-bottom-color:rgba(185,28,28,.7)}.border-y-red-700\/75{border-top-color:rgba(185,28,28,.75);border-bottom-color:rgba(185,28,28,.75)}.border-y-red-700\/80{border-top-color:rgba(185,28,28,.8);border-bottom-color:rgba(185,28,28,.8)}.border-y-red-700\/90{border-top-color:rgba(185,28,28,.9);border-bottom-color:rgba(185,28,28,.9)}.border-y-red-700\/95{border-top-color:rgba(185,28,28,.95);border-bottom-color:rgba(185,28,28,.95)}.border-y-red-800{--tw-border-opacity:1;border-top-color:rgb(153 27 27/var(--tw-border-opacity));border-bottom-color:rgb(153 27 27/var(--tw-border-opacity))}.border-y-red-800\/0{border-top-color:rgba(153,27,27,0);border-bottom-color:rgba(153,27,27,0)}.border-y-red-800\/10{border-top-color:rgba(153,27,27,.1);border-bottom-color:rgba(153,27,27,.1)}.border-y-red-800\/100{border-top-color:#991b1b;border-bottom-color:#991b1b}.border-y-red-800\/20{border-top-color:rgba(153,27,27,.2);border-bottom-color:rgba(153,27,27,.2)}.border-y-red-800\/25{border-top-color:rgba(153,27,27,.25);border-bottom-color:rgba(153,27,27,.25)}.border-y-red-800\/30{border-top-color:rgba(153,27,27,.3);border-bottom-color:rgba(153,27,27,.3)}.border-y-red-800\/40{border-top-color:rgba(153,27,27,.4);border-bottom-color:rgba(153,27,27,.4)}.border-y-red-800\/5{border-top-color:rgba(153,27,27,.05);border-bottom-color:rgba(153,27,27,.05)}.border-y-red-800\/50{border-top-color:rgba(153,27,27,.5);border-bottom-color:rgba(153,27,27,.5)}.border-y-red-800\/60{border-top-color:rgba(153,27,27,.6);border-bottom-color:rgba(153,27,27,.6)}.border-y-red-800\/70{border-top-color:rgba(153,27,27,.7);border-bottom-color:rgba(153,27,27,.7)}.border-y-red-800\/75{border-top-color:rgba(153,27,27,.75);border-bottom-color:rgba(153,27,27,.75)}.border-y-red-800\/80{border-top-color:rgba(153,27,27,.8);border-bottom-color:rgba(153,27,27,.8)}.border-y-red-800\/90{border-top-color:rgba(153,27,27,.9);border-bottom-color:rgba(153,27,27,.9)}.border-y-red-800\/95{border-top-color:rgba(153,27,27,.95);border-bottom-color:rgba(153,27,27,.95)}.border-y-red-900{--tw-border-opacity:1;border-top-color:rgb(127 29 29/var(--tw-border-opacity));border-bottom-color:rgb(127 29 29/var(--tw-border-opacity))}.border-y-red-900\/0{border-top-color:rgba(127,29,29,0);border-bottom-color:rgba(127,29,29,0)}.border-y-red-900\/10{border-top-color:rgba(127,29,29,.1);border-bottom-color:rgba(127,29,29,.1)}.border-y-red-900\/100{border-top-color:#7f1d1d;border-bottom-color:#7f1d1d}.border-y-red-900\/20{border-top-color:rgba(127,29,29,.2);border-bottom-color:rgba(127,29,29,.2)}.border-y-red-900\/25{border-top-color:rgba(127,29,29,.25);border-bottom-color:rgba(127,29,29,.25)}.border-y-red-900\/30{border-top-color:rgba(127,29,29,.3);border-bottom-color:rgba(127,29,29,.3)}.border-y-red-900\/40{border-top-color:rgba(127,29,29,.4);border-bottom-color:rgba(127,29,29,.4)}.border-y-red-900\/5{border-top-color:rgba(127,29,29,.05);border-bottom-color:rgba(127,29,29,.05)}.border-y-red-900\/50{border-top-color:rgba(127,29,29,.5);border-bottom-color:rgba(127,29,29,.5)}.border-y-red-900\/60{border-top-color:rgba(127,29,29,.6);border-bottom-color:rgba(127,29,29,.6)}.border-y-red-900\/70{border-top-color:rgba(127,29,29,.7);border-bottom-color:rgba(127,29,29,.7)}.border-y-red-900\/75{border-top-color:rgba(127,29,29,.75);border-bottom-color:rgba(127,29,29,.75)}.border-y-red-900\/80{border-top-color:rgba(127,29,29,.8);border-bottom-color:rgba(127,29,29,.8)}.border-y-red-900\/90{border-top-color:rgba(127,29,29,.9);border-bottom-color:rgba(127,29,29,.9)}.border-y-red-900\/95{border-top-color:rgba(127,29,29,.95);border-bottom-color:rgba(127,29,29,.95)}.border-y-red-950{--tw-border-opacity:1;border-top-color:rgb(69 10 10/var(--tw-border-opacity));border-bottom-color:rgb(69 10 10/var(--tw-border-opacity))}.border-y-red-950\/0{border-top-color:rgba(69,10,10,0);border-bottom-color:rgba(69,10,10,0)}.border-y-red-950\/10{border-top-color:rgba(69,10,10,.1);border-bottom-color:rgba(69,10,10,.1)}.border-y-red-950\/100{border-top-color:#450a0a;border-bottom-color:#450a0a}.border-y-red-950\/20{border-top-color:rgba(69,10,10,.2);border-bottom-color:rgba(69,10,10,.2)}.border-y-red-950\/25{border-top-color:rgba(69,10,10,.25);border-bottom-color:rgba(69,10,10,.25)}.border-y-red-950\/30{border-top-color:rgba(69,10,10,.3);border-bottom-color:rgba(69,10,10,.3)}.border-y-red-950\/40{border-top-color:rgba(69,10,10,.4);border-bottom-color:rgba(69,10,10,.4)}.border-y-red-950\/5{border-top-color:rgba(69,10,10,.05);border-bottom-color:rgba(69,10,10,.05)}.border-y-red-950\/50{border-top-color:rgba(69,10,10,.5);border-bottom-color:rgba(69,10,10,.5)}.border-y-red-950\/60{border-top-color:rgba(69,10,10,.6);border-bottom-color:rgba(69,10,10,.6)}.border-y-red-950\/70{border-top-color:rgba(69,10,10,.7);border-bottom-color:rgba(69,10,10,.7)}.border-y-red-950\/75{border-top-color:rgba(69,10,10,.75);border-bottom-color:rgba(69,10,10,.75)}.border-y-red-950\/80{border-top-color:rgba(69,10,10,.8);border-bottom-color:rgba(69,10,10,.8)}.border-y-red-950\/90{border-top-color:rgba(69,10,10,.9);border-bottom-color:rgba(69,10,10,.9)}.border-y-red-950\/95{border-top-color:rgba(69,10,10,.95);border-bottom-color:rgba(69,10,10,.95)}.border-b-red-100{--tw-border-opacity:1;border-bottom-color:rgb(254 226 226/var(--tw-border-opacity))}.border-b-red-100\/0{border-bottom-color:hsla(0,93%,94%,0)}.border-b-red-100\/10{border-bottom-color:hsla(0,93%,94%,.1)}.border-b-red-100\/100{border-bottom-color:#fee2e2}.border-b-red-100\/20{border-bottom-color:hsla(0,93%,94%,.2)}.border-b-red-100\/25{border-bottom-color:hsla(0,93%,94%,.25)}.border-b-red-100\/30{border-bottom-color:hsla(0,93%,94%,.3)}.border-b-red-100\/40{border-bottom-color:hsla(0,93%,94%,.4)}.border-b-red-100\/5{border-bottom-color:hsla(0,93%,94%,.05)}.border-b-red-100\/50{border-bottom-color:hsla(0,93%,94%,.5)}.border-b-red-100\/60{border-bottom-color:hsla(0,93%,94%,.6)}.border-b-red-100\/70{border-bottom-color:hsla(0,93%,94%,.7)}.border-b-red-100\/75{border-bottom-color:hsla(0,93%,94%,.75)}.border-b-red-100\/80{border-bottom-color:hsla(0,93%,94%,.8)}.border-b-red-100\/90{border-bottom-color:hsla(0,93%,94%,.9)}.border-b-red-100\/95{border-bottom-color:hsla(0,93%,94%,.95)}.border-b-red-200{--tw-border-opacity:1;border-bottom-color:rgb(254 202 202/var(--tw-border-opacity))}.border-b-red-200\/0{border-bottom-color:hsla(0,96%,89%,0)}.border-b-red-200\/10{border-bottom-color:hsla(0,96%,89%,.1)}.border-b-red-200\/100{border-bottom-color:#fecaca}.border-b-red-200\/20{border-bottom-color:hsla(0,96%,89%,.2)}.border-b-red-200\/25{border-bottom-color:hsla(0,96%,89%,.25)}.border-b-red-200\/30{border-bottom-color:hsla(0,96%,89%,.3)}.border-b-red-200\/40{border-bottom-color:hsla(0,96%,89%,.4)}.border-b-red-200\/5{border-bottom-color:hsla(0,96%,89%,.05)}.border-b-red-200\/50{border-bottom-color:hsla(0,96%,89%,.5)}.border-b-red-200\/60{border-bottom-color:hsla(0,96%,89%,.6)}.border-b-red-200\/70{border-bottom-color:hsla(0,96%,89%,.7)}.border-b-red-200\/75{border-bottom-color:hsla(0,96%,89%,.75)}.border-b-red-200\/80{border-bottom-color:hsla(0,96%,89%,.8)}.border-b-red-200\/90{border-bottom-color:hsla(0,96%,89%,.9)}.border-b-red-200\/95{border-bottom-color:hsla(0,96%,89%,.95)}.border-b-red-300{--tw-border-opacity:1;border-bottom-color:rgb(252 165 165/var(--tw-border-opacity))}.border-b-red-300\/0{border-bottom-color:hsla(0,94%,82%,0)}.border-b-red-300\/10{border-bottom-color:hsla(0,94%,82%,.1)}.border-b-red-300\/100{border-bottom-color:#fca5a5}.border-b-red-300\/20{border-bottom-color:hsla(0,94%,82%,.2)}.border-b-red-300\/25{border-bottom-color:hsla(0,94%,82%,.25)}.border-b-red-300\/30{border-bottom-color:hsla(0,94%,82%,.3)}.border-b-red-300\/40{border-bottom-color:hsla(0,94%,82%,.4)}.border-b-red-300\/5{border-bottom-color:hsla(0,94%,82%,.05)}.border-b-red-300\/50{border-bottom-color:hsla(0,94%,82%,.5)}.border-b-red-300\/60{border-bottom-color:hsla(0,94%,82%,.6)}.border-b-red-300\/70{border-bottom-color:hsla(0,94%,82%,.7)}.border-b-red-300\/75{border-bottom-color:hsla(0,94%,82%,.75)}.border-b-red-300\/80{border-bottom-color:hsla(0,94%,82%,.8)}.border-b-red-300\/90{border-bottom-color:hsla(0,94%,82%,.9)}.border-b-red-300\/95{border-bottom-color:hsla(0,94%,82%,.95)}.border-b-red-400{--tw-border-opacity:1;border-bottom-color:rgb(248 113 113/var(--tw-border-opacity))}.border-b-red-400\/0{border-bottom-color:hsla(0,91%,71%,0)}.border-b-red-400\/10{border-bottom-color:hsla(0,91%,71%,.1)}.border-b-red-400\/100{border-bottom-color:#f87171}.border-b-red-400\/20{border-bottom-color:hsla(0,91%,71%,.2)}.border-b-red-400\/25{border-bottom-color:hsla(0,91%,71%,.25)}.border-b-red-400\/30{border-bottom-color:hsla(0,91%,71%,.3)}.border-b-red-400\/40{border-bottom-color:hsla(0,91%,71%,.4)}.border-b-red-400\/5{border-bottom-color:hsla(0,91%,71%,.05)}.border-b-red-400\/50{border-bottom-color:hsla(0,91%,71%,.5)}.border-b-red-400\/60{border-bottom-color:hsla(0,91%,71%,.6)}.border-b-red-400\/70{border-bottom-color:hsla(0,91%,71%,.7)}.border-b-red-400\/75{border-bottom-color:hsla(0,91%,71%,.75)}.border-b-red-400\/80{border-bottom-color:hsla(0,91%,71%,.8)}.border-b-red-400\/90{border-bottom-color:hsla(0,91%,71%,.9)}.border-b-red-400\/95{border-bottom-color:hsla(0,91%,71%,.95)}.border-b-red-50{--tw-border-opacity:1;border-bottom-color:rgb(254 242 242/var(--tw-border-opacity))}.border-b-red-50\/0{border-bottom-color:hsla(0,86%,97%,0)}.border-b-red-50\/10{border-bottom-color:hsla(0,86%,97%,.1)}.border-b-red-50\/100{border-bottom-color:#fef2f2}.border-b-red-50\/20{border-bottom-color:hsla(0,86%,97%,.2)}.border-b-red-50\/25{border-bottom-color:hsla(0,86%,97%,.25)}.border-b-red-50\/30{border-bottom-color:hsla(0,86%,97%,.3)}.border-b-red-50\/40{border-bottom-color:hsla(0,86%,97%,.4)}.border-b-red-50\/5{border-bottom-color:hsla(0,86%,97%,.05)}.border-b-red-50\/50{border-bottom-color:hsla(0,86%,97%,.5)}.border-b-red-50\/60{border-bottom-color:hsla(0,86%,97%,.6)}.border-b-red-50\/70{border-bottom-color:hsla(0,86%,97%,.7)}.border-b-red-50\/75{border-bottom-color:hsla(0,86%,97%,.75)}.border-b-red-50\/80{border-bottom-color:hsla(0,86%,97%,.8)}.border-b-red-50\/90{border-bottom-color:hsla(0,86%,97%,.9)}.border-b-red-50\/95{border-bottom-color:hsla(0,86%,97%,.95)}.border-b-red-500{--tw-border-opacity:1;border-bottom-color:rgb(239 68 68/var(--tw-border-opacity))}.border-b-red-500\/0{border-bottom-color:rgba(239,68,68,0)}.border-b-red-500\/10{border-bottom-color:rgba(239,68,68,.1)}.border-b-red-500\/100{border-bottom-color:#ef4444}.border-b-red-500\/20{border-bottom-color:rgba(239,68,68,.2)}.border-b-red-500\/25{border-bottom-color:rgba(239,68,68,.25)}.border-b-red-500\/30{border-bottom-color:rgba(239,68,68,.3)}.border-b-red-500\/40{border-bottom-color:rgba(239,68,68,.4)}.border-b-red-500\/5{border-bottom-color:rgba(239,68,68,.05)}.border-b-red-500\/50{border-bottom-color:rgba(239,68,68,.5)}.border-b-red-500\/60{border-bottom-color:rgba(239,68,68,.6)}.border-b-red-500\/70{border-bottom-color:rgba(239,68,68,.7)}.border-b-red-500\/75{border-bottom-color:rgba(239,68,68,.75)}.border-b-red-500\/80{border-bottom-color:rgba(239,68,68,.8)}.border-b-red-500\/90{border-bottom-color:rgba(239,68,68,.9)}.border-b-red-500\/95{border-bottom-color:rgba(239,68,68,.95)}.border-b-red-600{--tw-border-opacity:1;border-bottom-color:rgb(220 38 38/var(--tw-border-opacity))}.border-b-red-600\/0{border-bottom-color:rgba(220,38,38,0)}.border-b-red-600\/10{border-bottom-color:rgba(220,38,38,.1)}.border-b-red-600\/100{border-bottom-color:#dc2626}.border-b-red-600\/20{border-bottom-color:rgba(220,38,38,.2)}.border-b-red-600\/25{border-bottom-color:rgba(220,38,38,.25)}.border-b-red-600\/30{border-bottom-color:rgba(220,38,38,.3)}.border-b-red-600\/40{border-bottom-color:rgba(220,38,38,.4)}.border-b-red-600\/5{border-bottom-color:rgba(220,38,38,.05)}.border-b-red-600\/50{border-bottom-color:rgba(220,38,38,.5)}.border-b-red-600\/60{border-bottom-color:rgba(220,38,38,.6)}.border-b-red-600\/70{border-bottom-color:rgba(220,38,38,.7)}.border-b-red-600\/75{border-bottom-color:rgba(220,38,38,.75)}.border-b-red-600\/80{border-bottom-color:rgba(220,38,38,.8)}.border-b-red-600\/90{border-bottom-color:rgba(220,38,38,.9)}.border-b-red-600\/95{border-bottom-color:rgba(220,38,38,.95)}.border-b-red-700{--tw-border-opacity:1;border-bottom-color:rgb(185 28 28/var(--tw-border-opacity))}.border-b-red-700\/0{border-bottom-color:rgba(185,28,28,0)}.border-b-red-700\/10{border-bottom-color:rgba(185,28,28,.1)}.border-b-red-700\/100{border-bottom-color:#b91c1c}.border-b-red-700\/20{border-bottom-color:rgba(185,28,28,.2)}.border-b-red-700\/25{border-bottom-color:rgba(185,28,28,.25)}.border-b-red-700\/30{border-bottom-color:rgba(185,28,28,.3)}.border-b-red-700\/40{border-bottom-color:rgba(185,28,28,.4)}.border-b-red-700\/5{border-bottom-color:rgba(185,28,28,.05)}.border-b-red-700\/50{border-bottom-color:rgba(185,28,28,.5)}.border-b-red-700\/60{border-bottom-color:rgba(185,28,28,.6)}.border-b-red-700\/70{border-bottom-color:rgba(185,28,28,.7)}.border-b-red-700\/75{border-bottom-color:rgba(185,28,28,.75)}.border-b-red-700\/80{border-bottom-color:rgba(185,28,28,.8)}.border-b-red-700\/90{border-bottom-color:rgba(185,28,28,.9)}.border-b-red-700\/95{border-bottom-color:rgba(185,28,28,.95)}.border-b-red-800{--tw-border-opacity:1;border-bottom-color:rgb(153 27 27/var(--tw-border-opacity))}.border-b-red-800\/0{border-bottom-color:rgba(153,27,27,0)}.border-b-red-800\/10{border-bottom-color:rgba(153,27,27,.1)}.border-b-red-800\/100{border-bottom-color:#991b1b}.border-b-red-800\/20{border-bottom-color:rgba(153,27,27,.2)}.border-b-red-800\/25{border-bottom-color:rgba(153,27,27,.25)}.border-b-red-800\/30{border-bottom-color:rgba(153,27,27,.3)}.border-b-red-800\/40{border-bottom-color:rgba(153,27,27,.4)}.border-b-red-800\/5{border-bottom-color:rgba(153,27,27,.05)}.border-b-red-800\/50{border-bottom-color:rgba(153,27,27,.5)}.border-b-red-800\/60{border-bottom-color:rgba(153,27,27,.6)}.border-b-red-800\/70{border-bottom-color:rgba(153,27,27,.7)}.border-b-red-800\/75{border-bottom-color:rgba(153,27,27,.75)}.border-b-red-800\/80{border-bottom-color:rgba(153,27,27,.8)}.border-b-red-800\/90{border-bottom-color:rgba(153,27,27,.9)}.border-b-red-800\/95{border-bottom-color:rgba(153,27,27,.95)}.border-b-red-900{--tw-border-opacity:1;border-bottom-color:rgb(127 29 29/var(--tw-border-opacity))}.border-b-red-900\/0{border-bottom-color:rgba(127,29,29,0)}.border-b-red-900\/10{border-bottom-color:rgba(127,29,29,.1)}.border-b-red-900\/100{border-bottom-color:#7f1d1d}.border-b-red-900\/20{border-bottom-color:rgba(127,29,29,.2)}.border-b-red-900\/25{border-bottom-color:rgba(127,29,29,.25)}.border-b-red-900\/30{border-bottom-color:rgba(127,29,29,.3)}.border-b-red-900\/40{border-bottom-color:rgba(127,29,29,.4)}.border-b-red-900\/5{border-bottom-color:rgba(127,29,29,.05)}.border-b-red-900\/50{border-bottom-color:rgba(127,29,29,.5)}.border-b-red-900\/60{border-bottom-color:rgba(127,29,29,.6)}.border-b-red-900\/70{border-bottom-color:rgba(127,29,29,.7)}.border-b-red-900\/75{border-bottom-color:rgba(127,29,29,.75)}.border-b-red-900\/80{border-bottom-color:rgba(127,29,29,.8)}.border-b-red-900\/90{border-bottom-color:rgba(127,29,29,.9)}.border-b-red-900\/95{border-bottom-color:rgba(127,29,29,.95)}.border-b-red-950{--tw-border-opacity:1;border-bottom-color:rgb(69 10 10/var(--tw-border-opacity))}.border-b-red-950\/0{border-bottom-color:rgba(69,10,10,0)}.border-b-red-950\/10{border-bottom-color:rgba(69,10,10,.1)}.border-b-red-950\/100{border-bottom-color:#450a0a}.border-b-red-950\/20{border-bottom-color:rgba(69,10,10,.2)}.border-b-red-950\/25{border-bottom-color:rgba(69,10,10,.25)}.border-b-red-950\/30{border-bottom-color:rgba(69,10,10,.3)}.border-b-red-950\/40{border-bottom-color:rgba(69,10,10,.4)}.border-b-red-950\/5{border-bottom-color:rgba(69,10,10,.05)}.border-b-red-950\/50{border-bottom-color:rgba(69,10,10,.5)}.border-b-red-950\/60{border-bottom-color:rgba(69,10,10,.6)}.border-b-red-950\/70{border-bottom-color:rgba(69,10,10,.7)}.border-b-red-950\/75{border-bottom-color:rgba(69,10,10,.75)}.border-b-red-950\/80{border-bottom-color:rgba(69,10,10,.8)}.border-b-red-950\/90{border-bottom-color:rgba(69,10,10,.9)}.border-b-red-950\/95{border-bottom-color:rgba(69,10,10,.95)}.border-e-red-100{--tw-border-opacity:1;border-inline-end-color:rgb(254 226 226/var(--tw-border-opacity))}.border-e-red-100\/0{border-inline-end-color:hsla(0,93%,94%,0)}.border-e-red-100\/10{border-inline-end-color:hsla(0,93%,94%,.1)}.border-e-red-100\/100{border-inline-end-color:#fee2e2}.border-e-red-100\/20{border-inline-end-color:hsla(0,93%,94%,.2)}.border-e-red-100\/25{border-inline-end-color:hsla(0,93%,94%,.25)}.border-e-red-100\/30{border-inline-end-color:hsla(0,93%,94%,.3)}.border-e-red-100\/40{border-inline-end-color:hsla(0,93%,94%,.4)}.border-e-red-100\/5{border-inline-end-color:hsla(0,93%,94%,.05)}.border-e-red-100\/50{border-inline-end-color:hsla(0,93%,94%,.5)}.border-e-red-100\/60{border-inline-end-color:hsla(0,93%,94%,.6)}.border-e-red-100\/70{border-inline-end-color:hsla(0,93%,94%,.7)}.border-e-red-100\/75{border-inline-end-color:hsla(0,93%,94%,.75)}.border-e-red-100\/80{border-inline-end-color:hsla(0,93%,94%,.8)}.border-e-red-100\/90{border-inline-end-color:hsla(0,93%,94%,.9)}.border-e-red-100\/95{border-inline-end-color:hsla(0,93%,94%,.95)}.border-e-red-200{--tw-border-opacity:1;border-inline-end-color:rgb(254 202 202/var(--tw-border-opacity))}.border-e-red-200\/0{border-inline-end-color:hsla(0,96%,89%,0)}.border-e-red-200\/10{border-inline-end-color:hsla(0,96%,89%,.1)}.border-e-red-200\/100{border-inline-end-color:#fecaca}.border-e-red-200\/20{border-inline-end-color:hsla(0,96%,89%,.2)}.border-e-red-200\/25{border-inline-end-color:hsla(0,96%,89%,.25)}.border-e-red-200\/30{border-inline-end-color:hsla(0,96%,89%,.3)}.border-e-red-200\/40{border-inline-end-color:hsla(0,96%,89%,.4)}.border-e-red-200\/5{border-inline-end-color:hsla(0,96%,89%,.05)}.border-e-red-200\/50{border-inline-end-color:hsla(0,96%,89%,.5)}.border-e-red-200\/60{border-inline-end-color:hsla(0,96%,89%,.6)}.border-e-red-200\/70{border-inline-end-color:hsla(0,96%,89%,.7)}.border-e-red-200\/75{border-inline-end-color:hsla(0,96%,89%,.75)}.border-e-red-200\/80{border-inline-end-color:hsla(0,96%,89%,.8)}.border-e-red-200\/90{border-inline-end-color:hsla(0,96%,89%,.9)}.border-e-red-200\/95{border-inline-end-color:hsla(0,96%,89%,.95)}.border-e-red-300{--tw-border-opacity:1;border-inline-end-color:rgb(252 165 165/var(--tw-border-opacity))}.border-e-red-300\/0{border-inline-end-color:hsla(0,94%,82%,0)}.border-e-red-300\/10{border-inline-end-color:hsla(0,94%,82%,.1)}.border-e-red-300\/100{border-inline-end-color:#fca5a5}.border-e-red-300\/20{border-inline-end-color:hsla(0,94%,82%,.2)}.border-e-red-300\/25{border-inline-end-color:hsla(0,94%,82%,.25)}.border-e-red-300\/30{border-inline-end-color:hsla(0,94%,82%,.3)}.border-e-red-300\/40{border-inline-end-color:hsla(0,94%,82%,.4)}.border-e-red-300\/5{border-inline-end-color:hsla(0,94%,82%,.05)}.border-e-red-300\/50{border-inline-end-color:hsla(0,94%,82%,.5)}.border-e-red-300\/60{border-inline-end-color:hsla(0,94%,82%,.6)}.border-e-red-300\/70{border-inline-end-color:hsla(0,94%,82%,.7)}.border-e-red-300\/75{border-inline-end-color:hsla(0,94%,82%,.75)}.border-e-red-300\/80{border-inline-end-color:hsla(0,94%,82%,.8)}.border-e-red-300\/90{border-inline-end-color:hsla(0,94%,82%,.9)}.border-e-red-300\/95{border-inline-end-color:hsla(0,94%,82%,.95)}.border-e-red-400{--tw-border-opacity:1;border-inline-end-color:rgb(248 113 113/var(--tw-border-opacity))}.border-e-red-400\/0{border-inline-end-color:hsla(0,91%,71%,0)}.border-e-red-400\/10{border-inline-end-color:hsla(0,91%,71%,.1)}.border-e-red-400\/100{border-inline-end-color:#f87171}.border-e-red-400\/20{border-inline-end-color:hsla(0,91%,71%,.2)}.border-e-red-400\/25{border-inline-end-color:hsla(0,91%,71%,.25)}.border-e-red-400\/30{border-inline-end-color:hsla(0,91%,71%,.3)}.border-e-red-400\/40{border-inline-end-color:hsla(0,91%,71%,.4)}.border-e-red-400\/5{border-inline-end-color:hsla(0,91%,71%,.05)}.border-e-red-400\/50{border-inline-end-color:hsla(0,91%,71%,.5)}.border-e-red-400\/60{border-inline-end-color:hsla(0,91%,71%,.6)}.border-e-red-400\/70{border-inline-end-color:hsla(0,91%,71%,.7)}.border-e-red-400\/75{border-inline-end-color:hsla(0,91%,71%,.75)}.border-e-red-400\/80{border-inline-end-color:hsla(0,91%,71%,.8)}.border-e-red-400\/90{border-inline-end-color:hsla(0,91%,71%,.9)}.border-e-red-400\/95{border-inline-end-color:hsla(0,91%,71%,.95)}.border-e-red-50{--tw-border-opacity:1;border-inline-end-color:rgb(254 242 242/var(--tw-border-opacity))}.border-e-red-50\/0{border-inline-end-color:hsla(0,86%,97%,0)}.border-e-red-50\/10{border-inline-end-color:hsla(0,86%,97%,.1)}.border-e-red-50\/100{border-inline-end-color:#fef2f2}.border-e-red-50\/20{border-inline-end-color:hsla(0,86%,97%,.2)}.border-e-red-50\/25{border-inline-end-color:hsla(0,86%,97%,.25)}.border-e-red-50\/30{border-inline-end-color:hsla(0,86%,97%,.3)}.border-e-red-50\/40{border-inline-end-color:hsla(0,86%,97%,.4)}.border-e-red-50\/5{border-inline-end-color:hsla(0,86%,97%,.05)}.border-e-red-50\/50{border-inline-end-color:hsla(0,86%,97%,.5)}.border-e-red-50\/60{border-inline-end-color:hsla(0,86%,97%,.6)}.border-e-red-50\/70{border-inline-end-color:hsla(0,86%,97%,.7)}.border-e-red-50\/75{border-inline-end-color:hsla(0,86%,97%,.75)}.border-e-red-50\/80{border-inline-end-color:hsla(0,86%,97%,.8)}.border-e-red-50\/90{border-inline-end-color:hsla(0,86%,97%,.9)}.border-e-red-50\/95{border-inline-end-color:hsla(0,86%,97%,.95)}.border-e-red-500{--tw-border-opacity:1;border-inline-end-color:rgb(239 68 68/var(--tw-border-opacity))}.border-e-red-500\/0{border-inline-end-color:rgba(239,68,68,0)}.border-e-red-500\/10{border-inline-end-color:rgba(239,68,68,.1)}.border-e-red-500\/100{border-inline-end-color:#ef4444}.border-e-red-500\/20{border-inline-end-color:rgba(239,68,68,.2)}.border-e-red-500\/25{border-inline-end-color:rgba(239,68,68,.25)}.border-e-red-500\/30{border-inline-end-color:rgba(239,68,68,.3)}.border-e-red-500\/40{border-inline-end-color:rgba(239,68,68,.4)}.border-e-red-500\/5{border-inline-end-color:rgba(239,68,68,.05)}.border-e-red-500\/50{border-inline-end-color:rgba(239,68,68,.5)}.border-e-red-500\/60{border-inline-end-color:rgba(239,68,68,.6)}.border-e-red-500\/70{border-inline-end-color:rgba(239,68,68,.7)}.border-e-red-500\/75{border-inline-end-color:rgba(239,68,68,.75)}.border-e-red-500\/80{border-inline-end-color:rgba(239,68,68,.8)}.border-e-red-500\/90{border-inline-end-color:rgba(239,68,68,.9)}.border-e-red-500\/95{border-inline-end-color:rgba(239,68,68,.95)}.border-e-red-600{--tw-border-opacity:1;border-inline-end-color:rgb(220 38 38/var(--tw-border-opacity))}.border-e-red-600\/0{border-inline-end-color:rgba(220,38,38,0)}.border-e-red-600\/10{border-inline-end-color:rgba(220,38,38,.1)}.border-e-red-600\/100{border-inline-end-color:#dc2626}.border-e-red-600\/20{border-inline-end-color:rgba(220,38,38,.2)}.border-e-red-600\/25{border-inline-end-color:rgba(220,38,38,.25)}.border-e-red-600\/30{border-inline-end-color:rgba(220,38,38,.3)}.border-e-red-600\/40{border-inline-end-color:rgba(220,38,38,.4)}.border-e-red-600\/5{border-inline-end-color:rgba(220,38,38,.05)}.border-e-red-600\/50{border-inline-end-color:rgba(220,38,38,.5)}.border-e-red-600\/60{border-inline-end-color:rgba(220,38,38,.6)}.border-e-red-600\/70{border-inline-end-color:rgba(220,38,38,.7)}.border-e-red-600\/75{border-inline-end-color:rgba(220,38,38,.75)}.border-e-red-600\/80{border-inline-end-color:rgba(220,38,38,.8)}.border-e-red-600\/90{border-inline-end-color:rgba(220,38,38,.9)}.border-e-red-600\/95{border-inline-end-color:rgba(220,38,38,.95)}.border-e-red-700{--tw-border-opacity:1;border-inline-end-color:rgb(185 28 28/var(--tw-border-opacity))}.border-e-red-700\/0{border-inline-end-color:rgba(185,28,28,0)}.border-e-red-700\/10{border-inline-end-color:rgba(185,28,28,.1)}.border-e-red-700\/100{border-inline-end-color:#b91c1c}.border-e-red-700\/20{border-inline-end-color:rgba(185,28,28,.2)}.border-e-red-700\/25{border-inline-end-color:rgba(185,28,28,.25)}.border-e-red-700\/30{border-inline-end-color:rgba(185,28,28,.3)}.border-e-red-700\/40{border-inline-end-color:rgba(185,28,28,.4)}.border-e-red-700\/5{border-inline-end-color:rgba(185,28,28,.05)}.border-e-red-700\/50{border-inline-end-color:rgba(185,28,28,.5)}.border-e-red-700\/60{border-inline-end-color:rgba(185,28,28,.6)}.border-e-red-700\/70{border-inline-end-color:rgba(185,28,28,.7)}.border-e-red-700\/75{border-inline-end-color:rgba(185,28,28,.75)}.border-e-red-700\/80{border-inline-end-color:rgba(185,28,28,.8)}.border-e-red-700\/90{border-inline-end-color:rgba(185,28,28,.9)}.border-e-red-700\/95{border-inline-end-color:rgba(185,28,28,.95)}.border-e-red-800{--tw-border-opacity:1;border-inline-end-color:rgb(153 27 27/var(--tw-border-opacity))}.border-e-red-800\/0{border-inline-end-color:rgba(153,27,27,0)}.border-e-red-800\/10{border-inline-end-color:rgba(153,27,27,.1)}.border-e-red-800\/100{border-inline-end-color:#991b1b}.border-e-red-800\/20{border-inline-end-color:rgba(153,27,27,.2)}.border-e-red-800\/25{border-inline-end-color:rgba(153,27,27,.25)}.border-e-red-800\/30{border-inline-end-color:rgba(153,27,27,.3)}.border-e-red-800\/40{border-inline-end-color:rgba(153,27,27,.4)}.border-e-red-800\/5{border-inline-end-color:rgba(153,27,27,.05)}.border-e-red-800\/50{border-inline-end-color:rgba(153,27,27,.5)}.border-e-red-800\/60{border-inline-end-color:rgba(153,27,27,.6)}.border-e-red-800\/70{border-inline-end-color:rgba(153,27,27,.7)}.border-e-red-800\/75{border-inline-end-color:rgba(153,27,27,.75)}.border-e-red-800\/80{border-inline-end-color:rgba(153,27,27,.8)}.border-e-red-800\/90{border-inline-end-color:rgba(153,27,27,.9)}.border-e-red-800\/95{border-inline-end-color:rgba(153,27,27,.95)}.border-e-red-900{--tw-border-opacity:1;border-inline-end-color:rgb(127 29 29/var(--tw-border-opacity))}.border-e-red-900\/0{border-inline-end-color:rgba(127,29,29,0)}.border-e-red-900\/10{border-inline-end-color:rgba(127,29,29,.1)}.border-e-red-900\/100{border-inline-end-color:#7f1d1d}.border-e-red-900\/20{border-inline-end-color:rgba(127,29,29,.2)}.border-e-red-900\/25{border-inline-end-color:rgba(127,29,29,.25)}.border-e-red-900\/30{border-inline-end-color:rgba(127,29,29,.3)}.border-e-red-900\/40{border-inline-end-color:rgba(127,29,29,.4)}.border-e-red-900\/5{border-inline-end-color:rgba(127,29,29,.05)}.border-e-red-900\/50{border-inline-end-color:rgba(127,29,29,.5)}.border-e-red-900\/60{border-inline-end-color:rgba(127,29,29,.6)}.border-e-red-900\/70{border-inline-end-color:rgba(127,29,29,.7)}.border-e-red-900\/75{border-inline-end-color:rgba(127,29,29,.75)}.border-e-red-900\/80{border-inline-end-color:rgba(127,29,29,.8)}.border-e-red-900\/90{border-inline-end-color:rgba(127,29,29,.9)}.border-e-red-900\/95{border-inline-end-color:rgba(127,29,29,.95)}.border-e-red-950{--tw-border-opacity:1;border-inline-end-color:rgb(69 10 10/var(--tw-border-opacity))}.border-e-red-950\/0{border-inline-end-color:rgba(69,10,10,0)}.border-e-red-950\/10{border-inline-end-color:rgba(69,10,10,.1)}.border-e-red-950\/100{border-inline-end-color:#450a0a}.border-e-red-950\/20{border-inline-end-color:rgba(69,10,10,.2)}.border-e-red-950\/25{border-inline-end-color:rgba(69,10,10,.25)}.border-e-red-950\/30{border-inline-end-color:rgba(69,10,10,.3)}.border-e-red-950\/40{border-inline-end-color:rgba(69,10,10,.4)}.border-e-red-950\/5{border-inline-end-color:rgba(69,10,10,.05)}.border-e-red-950\/50{border-inline-end-color:rgba(69,10,10,.5)}.border-e-red-950\/60{border-inline-end-color:rgba(69,10,10,.6)}.border-e-red-950\/70{border-inline-end-color:rgba(69,10,10,.7)}.border-e-red-950\/75{border-inline-end-color:rgba(69,10,10,.75)}.border-e-red-950\/80{border-inline-end-color:rgba(69,10,10,.8)}.border-e-red-950\/90{border-inline-end-color:rgba(69,10,10,.9)}.border-e-red-950\/95{border-inline-end-color:rgba(69,10,10,.95)}.border-l-red-100{--tw-border-opacity:1;border-left-color:rgb(254 226 226/var(--tw-border-opacity))}.border-l-red-100\/0{border-left-color:hsla(0,93%,94%,0)}.border-l-red-100\/10{border-left-color:hsla(0,93%,94%,.1)}.border-l-red-100\/100{border-left-color:#fee2e2}.border-l-red-100\/20{border-left-color:hsla(0,93%,94%,.2)}.border-l-red-100\/25{border-left-color:hsla(0,93%,94%,.25)}.border-l-red-100\/30{border-left-color:hsla(0,93%,94%,.3)}.border-l-red-100\/40{border-left-color:hsla(0,93%,94%,.4)}.border-l-red-100\/5{border-left-color:hsla(0,93%,94%,.05)}.border-l-red-100\/50{border-left-color:hsla(0,93%,94%,.5)}.border-l-red-100\/60{border-left-color:hsla(0,93%,94%,.6)}.border-l-red-100\/70{border-left-color:hsla(0,93%,94%,.7)}.border-l-red-100\/75{border-left-color:hsla(0,93%,94%,.75)}.border-l-red-100\/80{border-left-color:hsla(0,93%,94%,.8)}.border-l-red-100\/90{border-left-color:hsla(0,93%,94%,.9)}.border-l-red-100\/95{border-left-color:hsla(0,93%,94%,.95)}.border-l-red-200{--tw-border-opacity:1;border-left-color:rgb(254 202 202/var(--tw-border-opacity))}.border-l-red-200\/0{border-left-color:hsla(0,96%,89%,0)}.border-l-red-200\/10{border-left-color:hsla(0,96%,89%,.1)}.border-l-red-200\/100{border-left-color:#fecaca}.border-l-red-200\/20{border-left-color:hsla(0,96%,89%,.2)}.border-l-red-200\/25{border-left-color:hsla(0,96%,89%,.25)}.border-l-red-200\/30{border-left-color:hsla(0,96%,89%,.3)}.border-l-red-200\/40{border-left-color:hsla(0,96%,89%,.4)}.border-l-red-200\/5{border-left-color:hsla(0,96%,89%,.05)}.border-l-red-200\/50{border-left-color:hsla(0,96%,89%,.5)}.border-l-red-200\/60{border-left-color:hsla(0,96%,89%,.6)}.border-l-red-200\/70{border-left-color:hsla(0,96%,89%,.7)}.border-l-red-200\/75{border-left-color:hsla(0,96%,89%,.75)}.border-l-red-200\/80{border-left-color:hsla(0,96%,89%,.8)}.border-l-red-200\/90{border-left-color:hsla(0,96%,89%,.9)}.border-l-red-200\/95{border-left-color:hsla(0,96%,89%,.95)}.border-l-red-300{--tw-border-opacity:1;border-left-color:rgb(252 165 165/var(--tw-border-opacity))}.border-l-red-300\/0{border-left-color:hsla(0,94%,82%,0)}.border-l-red-300\/10{border-left-color:hsla(0,94%,82%,.1)}.border-l-red-300\/100{border-left-color:#fca5a5}.border-l-red-300\/20{border-left-color:hsla(0,94%,82%,.2)}.border-l-red-300\/25{border-left-color:hsla(0,94%,82%,.25)}.border-l-red-300\/30{border-left-color:hsla(0,94%,82%,.3)}.border-l-red-300\/40{border-left-color:hsla(0,94%,82%,.4)}.border-l-red-300\/5{border-left-color:hsla(0,94%,82%,.05)}.border-l-red-300\/50{border-left-color:hsla(0,94%,82%,.5)}.border-l-red-300\/60{border-left-color:hsla(0,94%,82%,.6)}.border-l-red-300\/70{border-left-color:hsla(0,94%,82%,.7)}.border-l-red-300\/75{border-left-color:hsla(0,94%,82%,.75)}.border-l-red-300\/80{border-left-color:hsla(0,94%,82%,.8)}.border-l-red-300\/90{border-left-color:hsla(0,94%,82%,.9)}.border-l-red-300\/95{border-left-color:hsla(0,94%,82%,.95)}.border-l-red-400{--tw-border-opacity:1;border-left-color:rgb(248 113 113/var(--tw-border-opacity))}.border-l-red-400\/0{border-left-color:hsla(0,91%,71%,0)}.border-l-red-400\/10{border-left-color:hsla(0,91%,71%,.1)}.border-l-red-400\/100{border-left-color:#f87171}.border-l-red-400\/20{border-left-color:hsla(0,91%,71%,.2)}.border-l-red-400\/25{border-left-color:hsla(0,91%,71%,.25)}.border-l-red-400\/30{border-left-color:hsla(0,91%,71%,.3)}.border-l-red-400\/40{border-left-color:hsla(0,91%,71%,.4)}.border-l-red-400\/5{border-left-color:hsla(0,91%,71%,.05)}.border-l-red-400\/50{border-left-color:hsla(0,91%,71%,.5)}.border-l-red-400\/60{border-left-color:hsla(0,91%,71%,.6)}.border-l-red-400\/70{border-left-color:hsla(0,91%,71%,.7)}.border-l-red-400\/75{border-left-color:hsla(0,91%,71%,.75)}.border-l-red-400\/80{border-left-color:hsla(0,91%,71%,.8)}.border-l-red-400\/90{border-left-color:hsla(0,91%,71%,.9)}.border-l-red-400\/95{border-left-color:hsla(0,91%,71%,.95)}.border-l-red-50{--tw-border-opacity:1;border-left-color:rgb(254 242 242/var(--tw-border-opacity))}.border-l-red-50\/0{border-left-color:hsla(0,86%,97%,0)}.border-l-red-50\/10{border-left-color:hsla(0,86%,97%,.1)}.border-l-red-50\/100{border-left-color:#fef2f2}.border-l-red-50\/20{border-left-color:hsla(0,86%,97%,.2)}.border-l-red-50\/25{border-left-color:hsla(0,86%,97%,.25)}.border-l-red-50\/30{border-left-color:hsla(0,86%,97%,.3)}.border-l-red-50\/40{border-left-color:hsla(0,86%,97%,.4)}.border-l-red-50\/5{border-left-color:hsla(0,86%,97%,.05)}.border-l-red-50\/50{border-left-color:hsla(0,86%,97%,.5)}.border-l-red-50\/60{border-left-color:hsla(0,86%,97%,.6)}.border-l-red-50\/70{border-left-color:hsla(0,86%,97%,.7)}.border-l-red-50\/75{border-left-color:hsla(0,86%,97%,.75)}.border-l-red-50\/80{border-left-color:hsla(0,86%,97%,.8)}.border-l-red-50\/90{border-left-color:hsla(0,86%,97%,.9)}.border-l-red-50\/95{border-left-color:hsla(0,86%,97%,.95)}.border-l-red-500{--tw-border-opacity:1;border-left-color:rgb(239 68 68/var(--tw-border-opacity))}.border-l-red-500\/0{border-left-color:rgba(239,68,68,0)}.border-l-red-500\/10{border-left-color:rgba(239,68,68,.1)}.border-l-red-500\/100{border-left-color:#ef4444}.border-l-red-500\/20{border-left-color:rgba(239,68,68,.2)}.border-l-red-500\/25{border-left-color:rgba(239,68,68,.25)}.border-l-red-500\/30{border-left-color:rgba(239,68,68,.3)}.border-l-red-500\/40{border-left-color:rgba(239,68,68,.4)}.border-l-red-500\/5{border-left-color:rgba(239,68,68,.05)}.border-l-red-500\/50{border-left-color:rgba(239,68,68,.5)}.border-l-red-500\/60{border-left-color:rgba(239,68,68,.6)}.border-l-red-500\/70{border-left-color:rgba(239,68,68,.7)}.border-l-red-500\/75{border-left-color:rgba(239,68,68,.75)}.border-l-red-500\/80{border-left-color:rgba(239,68,68,.8)}.border-l-red-500\/90{border-left-color:rgba(239,68,68,.9)}.border-l-red-500\/95{border-left-color:rgba(239,68,68,.95)}.border-l-red-600{--tw-border-opacity:1;border-left-color:rgb(220 38 38/var(--tw-border-opacity))}.border-l-red-600\/0{border-left-color:rgba(220,38,38,0)}.border-l-red-600\/10{border-left-color:rgba(220,38,38,.1)}.border-l-red-600\/100{border-left-color:#dc2626}.border-l-red-600\/20{border-left-color:rgba(220,38,38,.2)}.border-l-red-600\/25{border-left-color:rgba(220,38,38,.25)}.border-l-red-600\/30{border-left-color:rgba(220,38,38,.3)}.border-l-red-600\/40{border-left-color:rgba(220,38,38,.4)}.border-l-red-600\/5{border-left-color:rgba(220,38,38,.05)}.border-l-red-600\/50{border-left-color:rgba(220,38,38,.5)}.border-l-red-600\/60{border-left-color:rgba(220,38,38,.6)}.border-l-red-600\/70{border-left-color:rgba(220,38,38,.7)}.border-l-red-600\/75{border-left-color:rgba(220,38,38,.75)}.border-l-red-600\/80{border-left-color:rgba(220,38,38,.8)}.border-l-red-600\/90{border-left-color:rgba(220,38,38,.9)}.border-l-red-600\/95{border-left-color:rgba(220,38,38,.95)}.border-l-red-700{--tw-border-opacity:1;border-left-color:rgb(185 28 28/var(--tw-border-opacity))}.border-l-red-700\/0{border-left-color:rgba(185,28,28,0)}.border-l-red-700\/10{border-left-color:rgba(185,28,28,.1)}.border-l-red-700\/100{border-left-color:#b91c1c}.border-l-red-700\/20{border-left-color:rgba(185,28,28,.2)}.border-l-red-700\/25{border-left-color:rgba(185,28,28,.25)}.border-l-red-700\/30{border-left-color:rgba(185,28,28,.3)}.border-l-red-700\/40{border-left-color:rgba(185,28,28,.4)}.border-l-red-700\/5{border-left-color:rgba(185,28,28,.05)}.border-l-red-700\/50{border-left-color:rgba(185,28,28,.5)}.border-l-red-700\/60{border-left-color:rgba(185,28,28,.6)}.border-l-red-700\/70{border-left-color:rgba(185,28,28,.7)}.border-l-red-700\/75{border-left-color:rgba(185,28,28,.75)}.border-l-red-700\/80{border-left-color:rgba(185,28,28,.8)}.border-l-red-700\/90{border-left-color:rgba(185,28,28,.9)}.border-l-red-700\/95{border-left-color:rgba(185,28,28,.95)}.border-l-red-800{--tw-border-opacity:1;border-left-color:rgb(153 27 27/var(--tw-border-opacity))}.border-l-red-800\/0{border-left-color:rgba(153,27,27,0)}.border-l-red-800\/10{border-left-color:rgba(153,27,27,.1)}.border-l-red-800\/100{border-left-color:#991b1b}.border-l-red-800\/20{border-left-color:rgba(153,27,27,.2)}.border-l-red-800\/25{border-left-color:rgba(153,27,27,.25)}.border-l-red-800\/30{border-left-color:rgba(153,27,27,.3)}.border-l-red-800\/40{border-left-color:rgba(153,27,27,.4)}.border-l-red-800\/5{border-left-color:rgba(153,27,27,.05)}.border-l-red-800\/50{border-left-color:rgba(153,27,27,.5)}.border-l-red-800\/60{border-left-color:rgba(153,27,27,.6)}.border-l-red-800\/70{border-left-color:rgba(153,27,27,.7)}.border-l-red-800\/75{border-left-color:rgba(153,27,27,.75)}.border-l-red-800\/80{border-left-color:rgba(153,27,27,.8)}.border-l-red-800\/90{border-left-color:rgba(153,27,27,.9)}.border-l-red-800\/95{border-left-color:rgba(153,27,27,.95)}.border-l-red-900{--tw-border-opacity:1;border-left-color:rgb(127 29 29/var(--tw-border-opacity))}.border-l-red-900\/0{border-left-color:rgba(127,29,29,0)}.border-l-red-900\/10{border-left-color:rgba(127,29,29,.1)}.border-l-red-900\/100{border-left-color:#7f1d1d}.border-l-red-900\/20{border-left-color:rgba(127,29,29,.2)}.border-l-red-900\/25{border-left-color:rgba(127,29,29,.25)}.border-l-red-900\/30{border-left-color:rgba(127,29,29,.3)}.border-l-red-900\/40{border-left-color:rgba(127,29,29,.4)}.border-l-red-900\/5{border-left-color:rgba(127,29,29,.05)}.border-l-red-900\/50{border-left-color:rgba(127,29,29,.5)}.border-l-red-900\/60{border-left-color:rgba(127,29,29,.6)}.border-l-red-900\/70{border-left-color:rgba(127,29,29,.7)}.border-l-red-900\/75{border-left-color:rgba(127,29,29,.75)}.border-l-red-900\/80{border-left-color:rgba(127,29,29,.8)}.border-l-red-900\/90{border-left-color:rgba(127,29,29,.9)}.border-l-red-900\/95{border-left-color:rgba(127,29,29,.95)}.border-l-red-950{--tw-border-opacity:1;border-left-color:rgb(69 10 10/var(--tw-border-opacity))}.border-l-red-950\/0{border-left-color:rgba(69,10,10,0)}.border-l-red-950\/10{border-left-color:rgba(69,10,10,.1)}.border-l-red-950\/100{border-left-color:#450a0a}.border-l-red-950\/20{border-left-color:rgba(69,10,10,.2)}.border-l-red-950\/25{border-left-color:rgba(69,10,10,.25)}.border-l-red-950\/30{border-left-color:rgba(69,10,10,.3)}.border-l-red-950\/40{border-left-color:rgba(69,10,10,.4)}.border-l-red-950\/5{border-left-color:rgba(69,10,10,.05)}.border-l-red-950\/50{border-left-color:rgba(69,10,10,.5)}.border-l-red-950\/60{border-left-color:rgba(69,10,10,.6)}.border-l-red-950\/70{border-left-color:rgba(69,10,10,.7)}.border-l-red-950\/75{border-left-color:rgba(69,10,10,.75)}.border-l-red-950\/80{border-left-color:rgba(69,10,10,.8)}.border-l-red-950\/90{border-left-color:rgba(69,10,10,.9)}.border-l-red-950\/95{border-left-color:rgba(69,10,10,.95)}.border-r-red-100{--tw-border-opacity:1;border-right-color:rgb(254 226 226/var(--tw-border-opacity))}.border-r-red-100\/0{border-right-color:hsla(0,93%,94%,0)}.border-r-red-100\/10{border-right-color:hsla(0,93%,94%,.1)}.border-r-red-100\/100{border-right-color:#fee2e2}.border-r-red-100\/20{border-right-color:hsla(0,93%,94%,.2)}.border-r-red-100\/25{border-right-color:hsla(0,93%,94%,.25)}.border-r-red-100\/30{border-right-color:hsla(0,93%,94%,.3)}.border-r-red-100\/40{border-right-color:hsla(0,93%,94%,.4)}.border-r-red-100\/5{border-right-color:hsla(0,93%,94%,.05)}.border-r-red-100\/50{border-right-color:hsla(0,93%,94%,.5)}.border-r-red-100\/60{border-right-color:hsla(0,93%,94%,.6)}.border-r-red-100\/70{border-right-color:hsla(0,93%,94%,.7)}.border-r-red-100\/75{border-right-color:hsla(0,93%,94%,.75)}.border-r-red-100\/80{border-right-color:hsla(0,93%,94%,.8)}.border-r-red-100\/90{border-right-color:hsla(0,93%,94%,.9)}.border-r-red-100\/95{border-right-color:hsla(0,93%,94%,.95)}.border-r-red-200{--tw-border-opacity:1;border-right-color:rgb(254 202 202/var(--tw-border-opacity))}.border-r-red-200\/0{border-right-color:hsla(0,96%,89%,0)}.border-r-red-200\/10{border-right-color:hsla(0,96%,89%,.1)}.border-r-red-200\/100{border-right-color:#fecaca}.border-r-red-200\/20{border-right-color:hsla(0,96%,89%,.2)}.border-r-red-200\/25{border-right-color:hsla(0,96%,89%,.25)}.border-r-red-200\/30{border-right-color:hsla(0,96%,89%,.3)}.border-r-red-200\/40{border-right-color:hsla(0,96%,89%,.4)}.border-r-red-200\/5{border-right-color:hsla(0,96%,89%,.05)}.border-r-red-200\/50{border-right-color:hsla(0,96%,89%,.5)}.border-r-red-200\/60{border-right-color:hsla(0,96%,89%,.6)}.border-r-red-200\/70{border-right-color:hsla(0,96%,89%,.7)}.border-r-red-200\/75{border-right-color:hsla(0,96%,89%,.75)}.border-r-red-200\/80{border-right-color:hsla(0,96%,89%,.8)}.border-r-red-200\/90{border-right-color:hsla(0,96%,89%,.9)}.border-r-red-200\/95{border-right-color:hsla(0,96%,89%,.95)}.border-r-red-300{--tw-border-opacity:1;border-right-color:rgb(252 165 165/var(--tw-border-opacity))}.border-r-red-300\/0{border-right-color:hsla(0,94%,82%,0)}.border-r-red-300\/10{border-right-color:hsla(0,94%,82%,.1)}.border-r-red-300\/100{border-right-color:#fca5a5}.border-r-red-300\/20{border-right-color:hsla(0,94%,82%,.2)}.border-r-red-300\/25{border-right-color:hsla(0,94%,82%,.25)}.border-r-red-300\/30{border-right-color:hsla(0,94%,82%,.3)}.border-r-red-300\/40{border-right-color:hsla(0,94%,82%,.4)}.border-r-red-300\/5{border-right-color:hsla(0,94%,82%,.05)}.border-r-red-300\/50{border-right-color:hsla(0,94%,82%,.5)}.border-r-red-300\/60{border-right-color:hsla(0,94%,82%,.6)}.border-r-red-300\/70{border-right-color:hsla(0,94%,82%,.7)}.border-r-red-300\/75{border-right-color:hsla(0,94%,82%,.75)}.border-r-red-300\/80{border-right-color:hsla(0,94%,82%,.8)}.border-r-red-300\/90{border-right-color:hsla(0,94%,82%,.9)}.border-r-red-300\/95{border-right-color:hsla(0,94%,82%,.95)}.border-r-red-400{--tw-border-opacity:1;border-right-color:rgb(248 113 113/var(--tw-border-opacity))}.border-r-red-400\/0{border-right-color:hsla(0,91%,71%,0)}.border-r-red-400\/10{border-right-color:hsla(0,91%,71%,.1)}.border-r-red-400\/100{border-right-color:#f87171}.border-r-red-400\/20{border-right-color:hsla(0,91%,71%,.2)}.border-r-red-400\/25{border-right-color:hsla(0,91%,71%,.25)}.border-r-red-400\/30{border-right-color:hsla(0,91%,71%,.3)}.border-r-red-400\/40{border-right-color:hsla(0,91%,71%,.4)}.border-r-red-400\/5{border-right-color:hsla(0,91%,71%,.05)}.border-r-red-400\/50{border-right-color:hsla(0,91%,71%,.5)}.border-r-red-400\/60{border-right-color:hsla(0,91%,71%,.6)}.border-r-red-400\/70{border-right-color:hsla(0,91%,71%,.7)}.border-r-red-400\/75{border-right-color:hsla(0,91%,71%,.75)}.border-r-red-400\/80{border-right-color:hsla(0,91%,71%,.8)}.border-r-red-400\/90{border-right-color:hsla(0,91%,71%,.9)}.border-r-red-400\/95{border-right-color:hsla(0,91%,71%,.95)}.border-r-red-50{--tw-border-opacity:1;border-right-color:rgb(254 242 242/var(--tw-border-opacity))}.border-r-red-50\/0{border-right-color:hsla(0,86%,97%,0)}.border-r-red-50\/10{border-right-color:hsla(0,86%,97%,.1)}.border-r-red-50\/100{border-right-color:#fef2f2}.border-r-red-50\/20{border-right-color:hsla(0,86%,97%,.2)}.border-r-red-50\/25{border-right-color:hsla(0,86%,97%,.25)}.border-r-red-50\/30{border-right-color:hsla(0,86%,97%,.3)}.border-r-red-50\/40{border-right-color:hsla(0,86%,97%,.4)}.border-r-red-50\/5{border-right-color:hsla(0,86%,97%,.05)}.border-r-red-50\/50{border-right-color:hsla(0,86%,97%,.5)}.border-r-red-50\/60{border-right-color:hsla(0,86%,97%,.6)}.border-r-red-50\/70{border-right-color:hsla(0,86%,97%,.7)}.border-r-red-50\/75{border-right-color:hsla(0,86%,97%,.75)}.border-r-red-50\/80{border-right-color:hsla(0,86%,97%,.8)}.border-r-red-50\/90{border-right-color:hsla(0,86%,97%,.9)}.border-r-red-50\/95{border-right-color:hsla(0,86%,97%,.95)}.border-r-red-500{--tw-border-opacity:1;border-right-color:rgb(239 68 68/var(--tw-border-opacity))}.border-r-red-500\/0{border-right-color:rgba(239,68,68,0)}.border-r-red-500\/10{border-right-color:rgba(239,68,68,.1)}.border-r-red-500\/100{border-right-color:#ef4444}.border-r-red-500\/20{border-right-color:rgba(239,68,68,.2)}.border-r-red-500\/25{border-right-color:rgba(239,68,68,.25)}.border-r-red-500\/30{border-right-color:rgba(239,68,68,.3)}.border-r-red-500\/40{border-right-color:rgba(239,68,68,.4)}.border-r-red-500\/5{border-right-color:rgba(239,68,68,.05)}.border-r-red-500\/50{border-right-color:rgba(239,68,68,.5)}.border-r-red-500\/60{border-right-color:rgba(239,68,68,.6)}.border-r-red-500\/70{border-right-color:rgba(239,68,68,.7)}.border-r-red-500\/75{border-right-color:rgba(239,68,68,.75)}.border-r-red-500\/80{border-right-color:rgba(239,68,68,.8)}.border-r-red-500\/90{border-right-color:rgba(239,68,68,.9)}.border-r-red-500\/95{border-right-color:rgba(239,68,68,.95)}.border-r-red-600{--tw-border-opacity:1;border-right-color:rgb(220 38 38/var(--tw-border-opacity))}.border-r-red-600\/0{border-right-color:rgba(220,38,38,0)}.border-r-red-600\/10{border-right-color:rgba(220,38,38,.1)}.border-r-red-600\/100{border-right-color:#dc2626}.border-r-red-600\/20{border-right-color:rgba(220,38,38,.2)}.border-r-red-600\/25{border-right-color:rgba(220,38,38,.25)}.border-r-red-600\/30{border-right-color:rgba(220,38,38,.3)}.border-r-red-600\/40{border-right-color:rgba(220,38,38,.4)}.border-r-red-600\/5{border-right-color:rgba(220,38,38,.05)}.border-r-red-600\/50{border-right-color:rgba(220,38,38,.5)}.border-r-red-600\/60{border-right-color:rgba(220,38,38,.6)}.border-r-red-600\/70{border-right-color:rgba(220,38,38,.7)}.border-r-red-600\/75{border-right-color:rgba(220,38,38,.75)}.border-r-red-600\/80{border-right-color:rgba(220,38,38,.8)}.border-r-red-600\/90{border-right-color:rgba(220,38,38,.9)}.border-r-red-600\/95{border-right-color:rgba(220,38,38,.95)}.border-r-red-700{--tw-border-opacity:1;border-right-color:rgb(185 28 28/var(--tw-border-opacity))}.border-r-red-700\/0{border-right-color:rgba(185,28,28,0)}.border-r-red-700\/10{border-right-color:rgba(185,28,28,.1)}.border-r-red-700\/100{border-right-color:#b91c1c}.border-r-red-700\/20{border-right-color:rgba(185,28,28,.2)}.border-r-red-700\/25{border-right-color:rgba(185,28,28,.25)}.border-r-red-700\/30{border-right-color:rgba(185,28,28,.3)}.border-r-red-700\/40{border-right-color:rgba(185,28,28,.4)}.border-r-red-700\/5{border-right-color:rgba(185,28,28,.05)}.border-r-red-700\/50{border-right-color:rgba(185,28,28,.5)}.border-r-red-700\/60{border-right-color:rgba(185,28,28,.6)}.border-r-red-700\/70{border-right-color:rgba(185,28,28,.7)}.border-r-red-700\/75{border-right-color:rgba(185,28,28,.75)}.border-r-red-700\/80{border-right-color:rgba(185,28,28,.8)}.border-r-red-700\/90{border-right-color:rgba(185,28,28,.9)}.border-r-red-700\/95{border-right-color:rgba(185,28,28,.95)}.border-r-red-800{--tw-border-opacity:1;border-right-color:rgb(153 27 27/var(--tw-border-opacity))}.border-r-red-800\/0{border-right-color:rgba(153,27,27,0)}.border-r-red-800\/10{border-right-color:rgba(153,27,27,.1)}.border-r-red-800\/100{border-right-color:#991b1b}.border-r-red-800\/20{border-right-color:rgba(153,27,27,.2)}.border-r-red-800\/25{border-right-color:rgba(153,27,27,.25)}.border-r-red-800\/30{border-right-color:rgba(153,27,27,.3)}.border-r-red-800\/40{border-right-color:rgba(153,27,27,.4)}.border-r-red-800\/5{border-right-color:rgba(153,27,27,.05)}.border-r-red-800\/50{border-right-color:rgba(153,27,27,.5)}.border-r-red-800\/60{border-right-color:rgba(153,27,27,.6)}.border-r-red-800\/70{border-right-color:rgba(153,27,27,.7)}.border-r-red-800\/75{border-right-color:rgba(153,27,27,.75)}.border-r-red-800\/80{border-right-color:rgba(153,27,27,.8)}.border-r-red-800\/90{border-right-color:rgba(153,27,27,.9)}.border-r-red-800\/95{border-right-color:rgba(153,27,27,.95)}.border-r-red-900{--tw-border-opacity:1;border-right-color:rgb(127 29 29/var(--tw-border-opacity))}.border-r-red-900\/0{border-right-color:rgba(127,29,29,0)}.border-r-red-900\/10{border-right-color:rgba(127,29,29,.1)}.border-r-red-900\/100{border-right-color:#7f1d1d}.border-r-red-900\/20{border-right-color:rgba(127,29,29,.2)}.border-r-red-900\/25{border-right-color:rgba(127,29,29,.25)}.border-r-red-900\/30{border-right-color:rgba(127,29,29,.3)}.border-r-red-900\/40{border-right-color:rgba(127,29,29,.4)}.border-r-red-900\/5{border-right-color:rgba(127,29,29,.05)}.border-r-red-900\/50{border-right-color:rgba(127,29,29,.5)}.border-r-red-900\/60{border-right-color:rgba(127,29,29,.6)}.border-r-red-900\/70{border-right-color:rgba(127,29,29,.7)}.border-r-red-900\/75{border-right-color:rgba(127,29,29,.75)}.border-r-red-900\/80{border-right-color:rgba(127,29,29,.8)}.border-r-red-900\/90{border-right-color:rgba(127,29,29,.9)}.border-r-red-900\/95{border-right-color:rgba(127,29,29,.95)}.border-r-red-950{--tw-border-opacity:1;border-right-color:rgb(69 10 10/var(--tw-border-opacity))}.border-r-red-950\/0{border-right-color:rgba(69,10,10,0)}.border-r-red-950\/10{border-right-color:rgba(69,10,10,.1)}.border-r-red-950\/100{border-right-color:#450a0a}.border-r-red-950\/20{border-right-color:rgba(69,10,10,.2)}.border-r-red-950\/25{border-right-color:rgba(69,10,10,.25)}.border-r-red-950\/30{border-right-color:rgba(69,10,10,.3)}.border-r-red-950\/40{border-right-color:rgba(69,10,10,.4)}.border-r-red-950\/5{border-right-color:rgba(69,10,10,.05)}.border-r-red-950\/50{border-right-color:rgba(69,10,10,.5)}.border-r-red-950\/60{border-right-color:rgba(69,10,10,.6)}.border-r-red-950\/70{border-right-color:rgba(69,10,10,.7)}.border-r-red-950\/75{border-right-color:rgba(69,10,10,.75)}.border-r-red-950\/80{border-right-color:rgba(69,10,10,.8)}.border-r-red-950\/90{border-right-color:rgba(69,10,10,.9)}.border-r-red-950\/95{border-right-color:rgba(69,10,10,.95)}.border-s-red-100{--tw-border-opacity:1;border-inline-start-color:rgb(254 226 226/var(--tw-border-opacity))}.border-s-red-100\/0{border-inline-start-color:hsla(0,93%,94%,0)}.border-s-red-100\/10{border-inline-start-color:hsla(0,93%,94%,.1)}.border-s-red-100\/100{border-inline-start-color:#fee2e2}.border-s-red-100\/20{border-inline-start-color:hsla(0,93%,94%,.2)}.border-s-red-100\/25{border-inline-start-color:hsla(0,93%,94%,.25)}.border-s-red-100\/30{border-inline-start-color:hsla(0,93%,94%,.3)}.border-s-red-100\/40{border-inline-start-color:hsla(0,93%,94%,.4)}.border-s-red-100\/5{border-inline-start-color:hsla(0,93%,94%,.05)}.border-s-red-100\/50{border-inline-start-color:hsla(0,93%,94%,.5)}.border-s-red-100\/60{border-inline-start-color:hsla(0,93%,94%,.6)}.border-s-red-100\/70{border-inline-start-color:hsla(0,93%,94%,.7)}.border-s-red-100\/75{border-inline-start-color:hsla(0,93%,94%,.75)}.border-s-red-100\/80{border-inline-start-color:hsla(0,93%,94%,.8)}.border-s-red-100\/90{border-inline-start-color:hsla(0,93%,94%,.9)}.border-s-red-100\/95{border-inline-start-color:hsla(0,93%,94%,.95)}.border-s-red-200{--tw-border-opacity:1;border-inline-start-color:rgb(254 202 202/var(--tw-border-opacity))}.border-s-red-200\/0{border-inline-start-color:hsla(0,96%,89%,0)}.border-s-red-200\/10{border-inline-start-color:hsla(0,96%,89%,.1)}.border-s-red-200\/100{border-inline-start-color:#fecaca}.border-s-red-200\/20{border-inline-start-color:hsla(0,96%,89%,.2)}.border-s-red-200\/25{border-inline-start-color:hsla(0,96%,89%,.25)}.border-s-red-200\/30{border-inline-start-color:hsla(0,96%,89%,.3)}.border-s-red-200\/40{border-inline-start-color:hsla(0,96%,89%,.4)}.border-s-red-200\/5{border-inline-start-color:hsla(0,96%,89%,.05)}.border-s-red-200\/50{border-inline-start-color:hsla(0,96%,89%,.5)}.border-s-red-200\/60{border-inline-start-color:hsla(0,96%,89%,.6)}.border-s-red-200\/70{border-inline-start-color:hsla(0,96%,89%,.7)}.border-s-red-200\/75{border-inline-start-color:hsla(0,96%,89%,.75)}.border-s-red-200\/80{border-inline-start-color:hsla(0,96%,89%,.8)}.border-s-red-200\/90{border-inline-start-color:hsla(0,96%,89%,.9)}.border-s-red-200\/95{border-inline-start-color:hsla(0,96%,89%,.95)}.border-s-red-300{--tw-border-opacity:1;border-inline-start-color:rgb(252 165 165/var(--tw-border-opacity))}.border-s-red-300\/0{border-inline-start-color:hsla(0,94%,82%,0)}.border-s-red-300\/10{border-inline-start-color:hsla(0,94%,82%,.1)}.border-s-red-300\/100{border-inline-start-color:#fca5a5}.border-s-red-300\/20{border-inline-start-color:hsla(0,94%,82%,.2)}.border-s-red-300\/25{border-inline-start-color:hsla(0,94%,82%,.25)}.border-s-red-300\/30{border-inline-start-color:hsla(0,94%,82%,.3)}.border-s-red-300\/40{border-inline-start-color:hsla(0,94%,82%,.4)}.border-s-red-300\/5{border-inline-start-color:hsla(0,94%,82%,.05)}.border-s-red-300\/50{border-inline-start-color:hsla(0,94%,82%,.5)}.border-s-red-300\/60{border-inline-start-color:hsla(0,94%,82%,.6)}.border-s-red-300\/70{border-inline-start-color:hsla(0,94%,82%,.7)}.border-s-red-300\/75{border-inline-start-color:hsla(0,94%,82%,.75)}.border-s-red-300\/80{border-inline-start-color:hsla(0,94%,82%,.8)}.border-s-red-300\/90{border-inline-start-color:hsla(0,94%,82%,.9)}.border-s-red-300\/95{border-inline-start-color:hsla(0,94%,82%,.95)}.border-s-red-400{--tw-border-opacity:1;border-inline-start-color:rgb(248 113 113/var(--tw-border-opacity))}.border-s-red-400\/0{border-inline-start-color:hsla(0,91%,71%,0)}.border-s-red-400\/10{border-inline-start-color:hsla(0,91%,71%,.1)}.border-s-red-400\/100{border-inline-start-color:#f87171}.border-s-red-400\/20{border-inline-start-color:hsla(0,91%,71%,.2)}.border-s-red-400\/25{border-inline-start-color:hsla(0,91%,71%,.25)}.border-s-red-400\/30{border-inline-start-color:hsla(0,91%,71%,.3)}.border-s-red-400\/40{border-inline-start-color:hsla(0,91%,71%,.4)}.border-s-red-400\/5{border-inline-start-color:hsla(0,91%,71%,.05)}.border-s-red-400\/50{border-inline-start-color:hsla(0,91%,71%,.5)}.border-s-red-400\/60{border-inline-start-color:hsla(0,91%,71%,.6)}.border-s-red-400\/70{border-inline-start-color:hsla(0,91%,71%,.7)}.border-s-red-400\/75{border-inline-start-color:hsla(0,91%,71%,.75)}.border-s-red-400\/80{border-inline-start-color:hsla(0,91%,71%,.8)}.border-s-red-400\/90{border-inline-start-color:hsla(0,91%,71%,.9)}.border-s-red-400\/95{border-inline-start-color:hsla(0,91%,71%,.95)}.border-s-red-50{--tw-border-opacity:1;border-inline-start-color:rgb(254 242 242/var(--tw-border-opacity))}.border-s-red-50\/0{border-inline-start-color:hsla(0,86%,97%,0)}.border-s-red-50\/10{border-inline-start-color:hsla(0,86%,97%,.1)}.border-s-red-50\/100{border-inline-start-color:#fef2f2}.border-s-red-50\/20{border-inline-start-color:hsla(0,86%,97%,.2)}.border-s-red-50\/25{border-inline-start-color:hsla(0,86%,97%,.25)}.border-s-red-50\/30{border-inline-start-color:hsla(0,86%,97%,.3)}.border-s-red-50\/40{border-inline-start-color:hsla(0,86%,97%,.4)}.border-s-red-50\/5{border-inline-start-color:hsla(0,86%,97%,.05)}.border-s-red-50\/50{border-inline-start-color:hsla(0,86%,97%,.5)}.border-s-red-50\/60{border-inline-start-color:hsla(0,86%,97%,.6)}.border-s-red-50\/70{border-inline-start-color:hsla(0,86%,97%,.7)}.border-s-red-50\/75{border-inline-start-color:hsla(0,86%,97%,.75)}.border-s-red-50\/80{border-inline-start-color:hsla(0,86%,97%,.8)}.border-s-red-50\/90{border-inline-start-color:hsla(0,86%,97%,.9)}.border-s-red-50\/95{border-inline-start-color:hsla(0,86%,97%,.95)}.border-s-red-500{--tw-border-opacity:1;border-inline-start-color:rgb(239 68 68/var(--tw-border-opacity))}.border-s-red-500\/0{border-inline-start-color:rgba(239,68,68,0)}.border-s-red-500\/10{border-inline-start-color:rgba(239,68,68,.1)}.border-s-red-500\/100{border-inline-start-color:#ef4444}.border-s-red-500\/20{border-inline-start-color:rgba(239,68,68,.2)}.border-s-red-500\/25{border-inline-start-color:rgba(239,68,68,.25)}.border-s-red-500\/30{border-inline-start-color:rgba(239,68,68,.3)}.border-s-red-500\/40{border-inline-start-color:rgba(239,68,68,.4)}.border-s-red-500\/5{border-inline-start-color:rgba(239,68,68,.05)}.border-s-red-500\/50{border-inline-start-color:rgba(239,68,68,.5)}.border-s-red-500\/60{border-inline-start-color:rgba(239,68,68,.6)}.border-s-red-500\/70{border-inline-start-color:rgba(239,68,68,.7)}.border-s-red-500\/75{border-inline-start-color:rgba(239,68,68,.75)}.border-s-red-500\/80{border-inline-start-color:rgba(239,68,68,.8)}.border-s-red-500\/90{border-inline-start-color:rgba(239,68,68,.9)}.border-s-red-500\/95{border-inline-start-color:rgba(239,68,68,.95)}.border-s-red-600{--tw-border-opacity:1;border-inline-start-color:rgb(220 38 38/var(--tw-border-opacity))}.border-s-red-600\/0{border-inline-start-color:rgba(220,38,38,0)}.border-s-red-600\/10{border-inline-start-color:rgba(220,38,38,.1)}.border-s-red-600\/100{border-inline-start-color:#dc2626}.border-s-red-600\/20{border-inline-start-color:rgba(220,38,38,.2)}.border-s-red-600\/25{border-inline-start-color:rgba(220,38,38,.25)}.border-s-red-600\/30{border-inline-start-color:rgba(220,38,38,.3)}.border-s-red-600\/40{border-inline-start-color:rgba(220,38,38,.4)}.border-s-red-600\/5{border-inline-start-color:rgba(220,38,38,.05)}.border-s-red-600\/50{border-inline-start-color:rgba(220,38,38,.5)}.border-s-red-600\/60{border-inline-start-color:rgba(220,38,38,.6)}.border-s-red-600\/70{border-inline-start-color:rgba(220,38,38,.7)}.border-s-red-600\/75{border-inline-start-color:rgba(220,38,38,.75)}.border-s-red-600\/80{border-inline-start-color:rgba(220,38,38,.8)}.border-s-red-600\/90{border-inline-start-color:rgba(220,38,38,.9)}.border-s-red-600\/95{border-inline-start-color:rgba(220,38,38,.95)}.border-s-red-700{--tw-border-opacity:1;border-inline-start-color:rgb(185 28 28/var(--tw-border-opacity))}.border-s-red-700\/0{border-inline-start-color:rgba(185,28,28,0)}.border-s-red-700\/10{border-inline-start-color:rgba(185,28,28,.1)}.border-s-red-700\/100{border-inline-start-color:#b91c1c}.border-s-red-700\/20{border-inline-start-color:rgba(185,28,28,.2)}.border-s-red-700\/25{border-inline-start-color:rgba(185,28,28,.25)}.border-s-red-700\/30{border-inline-start-color:rgba(185,28,28,.3)}.border-s-red-700\/40{border-inline-start-color:rgba(185,28,28,.4)}.border-s-red-700\/5{border-inline-start-color:rgba(185,28,28,.05)}.border-s-red-700\/50{border-inline-start-color:rgba(185,28,28,.5)}.border-s-red-700\/60{border-inline-start-color:rgba(185,28,28,.6)}.border-s-red-700\/70{border-inline-start-color:rgba(185,28,28,.7)}.border-s-red-700\/75{border-inline-start-color:rgba(185,28,28,.75)}.border-s-red-700\/80{border-inline-start-color:rgba(185,28,28,.8)}.border-s-red-700\/90{border-inline-start-color:rgba(185,28,28,.9)}.border-s-red-700\/95{border-inline-start-color:rgba(185,28,28,.95)}.border-s-red-800{--tw-border-opacity:1;border-inline-start-color:rgb(153 27 27/var(--tw-border-opacity))}.border-s-red-800\/0{border-inline-start-color:rgba(153,27,27,0)}.border-s-red-800\/10{border-inline-start-color:rgba(153,27,27,.1)}.border-s-red-800\/100{border-inline-start-color:#991b1b}.border-s-red-800\/20{border-inline-start-color:rgba(153,27,27,.2)}.border-s-red-800\/25{border-inline-start-color:rgba(153,27,27,.25)}.border-s-red-800\/30{border-inline-start-color:rgba(153,27,27,.3)}.border-s-red-800\/40{border-inline-start-color:rgba(153,27,27,.4)}.border-s-red-800\/5{border-inline-start-color:rgba(153,27,27,.05)}.border-s-red-800\/50{border-inline-start-color:rgba(153,27,27,.5)}.border-s-red-800\/60{border-inline-start-color:rgba(153,27,27,.6)}.border-s-red-800\/70{border-inline-start-color:rgba(153,27,27,.7)}.border-s-red-800\/75{border-inline-start-color:rgba(153,27,27,.75)}.border-s-red-800\/80{border-inline-start-color:rgba(153,27,27,.8)}.border-s-red-800\/90{border-inline-start-color:rgba(153,27,27,.9)}.border-s-red-800\/95{border-inline-start-color:rgba(153,27,27,.95)}.border-s-red-900{--tw-border-opacity:1;border-inline-start-color:rgb(127 29 29/var(--tw-border-opacity))}.border-s-red-900\/0{border-inline-start-color:rgba(127,29,29,0)}.border-s-red-900\/10{border-inline-start-color:rgba(127,29,29,.1)}.border-s-red-900\/100{border-inline-start-color:#7f1d1d}.border-s-red-900\/20{border-inline-start-color:rgba(127,29,29,.2)}.border-s-red-900\/25{border-inline-start-color:rgba(127,29,29,.25)}.border-s-red-900\/30{border-inline-start-color:rgba(127,29,29,.3)}.border-s-red-900\/40{border-inline-start-color:rgba(127,29,29,.4)}.border-s-red-900\/5{border-inline-start-color:rgba(127,29,29,.05)}.border-s-red-900\/50{border-inline-start-color:rgba(127,29,29,.5)}.border-s-red-900\/60{border-inline-start-color:rgba(127,29,29,.6)}.border-s-red-900\/70{border-inline-start-color:rgba(127,29,29,.7)}.border-s-red-900\/75{border-inline-start-color:rgba(127,29,29,.75)}.border-s-red-900\/80{border-inline-start-color:rgba(127,29,29,.8)}.border-s-red-900\/90{border-inline-start-color:rgba(127,29,29,.9)}.border-s-red-900\/95{border-inline-start-color:rgba(127,29,29,.95)}.border-s-red-950{--tw-border-opacity:1;border-inline-start-color:rgb(69 10 10/var(--tw-border-opacity))}.border-s-red-950\/0{border-inline-start-color:rgba(69,10,10,0)}.border-s-red-950\/10{border-inline-start-color:rgba(69,10,10,.1)}.border-s-red-950\/100{border-inline-start-color:#450a0a}.border-s-red-950\/20{border-inline-start-color:rgba(69,10,10,.2)}.border-s-red-950\/25{border-inline-start-color:rgba(69,10,10,.25)}.border-s-red-950\/30{border-inline-start-color:rgba(69,10,10,.3)}.border-s-red-950\/40{border-inline-start-color:rgba(69,10,10,.4)}.border-s-red-950\/5{border-inline-start-color:rgba(69,10,10,.05)}.border-s-red-950\/50{border-inline-start-color:rgba(69,10,10,.5)}.border-s-red-950\/60{border-inline-start-color:rgba(69,10,10,.6)}.border-s-red-950\/70{border-inline-start-color:rgba(69,10,10,.7)}.border-s-red-950\/75{border-inline-start-color:rgba(69,10,10,.75)}.border-s-red-950\/80{border-inline-start-color:rgba(69,10,10,.8)}.border-s-red-950\/90{border-inline-start-color:rgba(69,10,10,.9)}.border-s-red-950\/95{border-inline-start-color:rgba(69,10,10,.95)}.border-t-red-100{--tw-border-opacity:1;border-top-color:rgb(254 226 226/var(--tw-border-opacity))}.border-t-red-100\/0{border-top-color:hsla(0,93%,94%,0)}.border-t-red-100\/10{border-top-color:hsla(0,93%,94%,.1)}.border-t-red-100\/100{border-top-color:#fee2e2}.border-t-red-100\/20{border-top-color:hsla(0,93%,94%,.2)}.border-t-red-100\/25{border-top-color:hsla(0,93%,94%,.25)}.border-t-red-100\/30{border-top-color:hsla(0,93%,94%,.3)}.border-t-red-100\/40{border-top-color:hsla(0,93%,94%,.4)}.border-t-red-100\/5{border-top-color:hsla(0,93%,94%,.05)}.border-t-red-100\/50{border-top-color:hsla(0,93%,94%,.5)}.border-t-red-100\/60{border-top-color:hsla(0,93%,94%,.6)}.border-t-red-100\/70{border-top-color:hsla(0,93%,94%,.7)}.border-t-red-100\/75{border-top-color:hsla(0,93%,94%,.75)}.border-t-red-100\/80{border-top-color:hsla(0,93%,94%,.8)}.border-t-red-100\/90{border-top-color:hsla(0,93%,94%,.9)}.border-t-red-100\/95{border-top-color:hsla(0,93%,94%,.95)}.border-t-red-200{--tw-border-opacity:1;border-top-color:rgb(254 202 202/var(--tw-border-opacity))}.border-t-red-200\/0{border-top-color:hsla(0,96%,89%,0)}.border-t-red-200\/10{border-top-color:hsla(0,96%,89%,.1)}.border-t-red-200\/100{border-top-color:#fecaca}.border-t-red-200\/20{border-top-color:hsla(0,96%,89%,.2)}.border-t-red-200\/25{border-top-color:hsla(0,96%,89%,.25)}.border-t-red-200\/30{border-top-color:hsla(0,96%,89%,.3)}.border-t-red-200\/40{border-top-color:hsla(0,96%,89%,.4)}.border-t-red-200\/5{border-top-color:hsla(0,96%,89%,.05)}.border-t-red-200\/50{border-top-color:hsla(0,96%,89%,.5)}.border-t-red-200\/60{border-top-color:hsla(0,96%,89%,.6)}.border-t-red-200\/70{border-top-color:hsla(0,96%,89%,.7)}.border-t-red-200\/75{border-top-color:hsla(0,96%,89%,.75)}.border-t-red-200\/80{border-top-color:hsla(0,96%,89%,.8)}.border-t-red-200\/90{border-top-color:hsla(0,96%,89%,.9)}.border-t-red-200\/95{border-top-color:hsla(0,96%,89%,.95)}.border-t-red-300{--tw-border-opacity:1;border-top-color:rgb(252 165 165/var(--tw-border-opacity))}.border-t-red-300\/0{border-top-color:hsla(0,94%,82%,0)}.border-t-red-300\/10{border-top-color:hsla(0,94%,82%,.1)}.border-t-red-300\/100{border-top-color:#fca5a5}.border-t-red-300\/20{border-top-color:hsla(0,94%,82%,.2)}.border-t-red-300\/25{border-top-color:hsla(0,94%,82%,.25)}.border-t-red-300\/30{border-top-color:hsla(0,94%,82%,.3)}.border-t-red-300\/40{border-top-color:hsla(0,94%,82%,.4)}.border-t-red-300\/5{border-top-color:hsla(0,94%,82%,.05)}.border-t-red-300\/50{border-top-color:hsla(0,94%,82%,.5)}.border-t-red-300\/60{border-top-color:hsla(0,94%,82%,.6)}.border-t-red-300\/70{border-top-color:hsla(0,94%,82%,.7)}.border-t-red-300\/75{border-top-color:hsla(0,94%,82%,.75)}.border-t-red-300\/80{border-top-color:hsla(0,94%,82%,.8)}.border-t-red-300\/90{border-top-color:hsla(0,94%,82%,.9)}.border-t-red-300\/95{border-top-color:hsla(0,94%,82%,.95)}.border-t-red-400{--tw-border-opacity:1;border-top-color:rgb(248 113 113/var(--tw-border-opacity))}.border-t-red-400\/0{border-top-color:hsla(0,91%,71%,0)}.border-t-red-400\/10{border-top-color:hsla(0,91%,71%,.1)}.border-t-red-400\/100{border-top-color:#f87171}.border-t-red-400\/20{border-top-color:hsla(0,91%,71%,.2)}.border-t-red-400\/25{border-top-color:hsla(0,91%,71%,.25)}.border-t-red-400\/30{border-top-color:hsla(0,91%,71%,.3)}.border-t-red-400\/40{border-top-color:hsla(0,91%,71%,.4)}.border-t-red-400\/5{border-top-color:hsla(0,91%,71%,.05)}.border-t-red-400\/50{border-top-color:hsla(0,91%,71%,.5)}.border-t-red-400\/60{border-top-color:hsla(0,91%,71%,.6)}.border-t-red-400\/70{border-top-color:hsla(0,91%,71%,.7)}.border-t-red-400\/75{border-top-color:hsla(0,91%,71%,.75)}.border-t-red-400\/80{border-top-color:hsla(0,91%,71%,.8)}.border-t-red-400\/90{border-top-color:hsla(0,91%,71%,.9)}.border-t-red-400\/95{border-top-color:hsla(0,91%,71%,.95)}.border-t-red-50{--tw-border-opacity:1;border-top-color:rgb(254 242 242/var(--tw-border-opacity))}.border-t-red-50\/0{border-top-color:hsla(0,86%,97%,0)}.border-t-red-50\/10{border-top-color:hsla(0,86%,97%,.1)}.border-t-red-50\/100{border-top-color:#fef2f2}.border-t-red-50\/20{border-top-color:hsla(0,86%,97%,.2)}.border-t-red-50\/25{border-top-color:hsla(0,86%,97%,.25)}.border-t-red-50\/30{border-top-color:hsla(0,86%,97%,.3)}.border-t-red-50\/40{border-top-color:hsla(0,86%,97%,.4)}.border-t-red-50\/5{border-top-color:hsla(0,86%,97%,.05)}.border-t-red-50\/50{border-top-color:hsla(0,86%,97%,.5)}.border-t-red-50\/60{border-top-color:hsla(0,86%,97%,.6)}.border-t-red-50\/70{border-top-color:hsla(0,86%,97%,.7)}.border-t-red-50\/75{border-top-color:hsla(0,86%,97%,.75)}.border-t-red-50\/80{border-top-color:hsla(0,86%,97%,.8)}.border-t-red-50\/90{border-top-color:hsla(0,86%,97%,.9)}.border-t-red-50\/95{border-top-color:hsla(0,86%,97%,.95)}.border-t-red-500{--tw-border-opacity:1;border-top-color:rgb(239 68 68/var(--tw-border-opacity))}.border-t-red-500\/0{border-top-color:rgba(239,68,68,0)}.border-t-red-500\/10{border-top-color:rgba(239,68,68,.1)}.border-t-red-500\/100{border-top-color:#ef4444}.border-t-red-500\/20{border-top-color:rgba(239,68,68,.2)}.border-t-red-500\/25{border-top-color:rgba(239,68,68,.25)}.border-t-red-500\/30{border-top-color:rgba(239,68,68,.3)}.border-t-red-500\/40{border-top-color:rgba(239,68,68,.4)}.border-t-red-500\/5{border-top-color:rgba(239,68,68,.05)}.border-t-red-500\/50{border-top-color:rgba(239,68,68,.5)}.border-t-red-500\/60{border-top-color:rgba(239,68,68,.6)}.border-t-red-500\/70{border-top-color:rgba(239,68,68,.7)}.border-t-red-500\/75{border-top-color:rgba(239,68,68,.75)}.border-t-red-500\/80{border-top-color:rgba(239,68,68,.8)}.border-t-red-500\/90{border-top-color:rgba(239,68,68,.9)}.border-t-red-500\/95{border-top-color:rgba(239,68,68,.95)}.border-t-red-600{--tw-border-opacity:1;border-top-color:rgb(220 38 38/var(--tw-border-opacity))}.border-t-red-600\/0{border-top-color:rgba(220,38,38,0)}.border-t-red-600\/10{border-top-color:rgba(220,38,38,.1)}.border-t-red-600\/100{border-top-color:#dc2626}.border-t-red-600\/20{border-top-color:rgba(220,38,38,.2)}.border-t-red-600\/25{border-top-color:rgba(220,38,38,.25)}.border-t-red-600\/30{border-top-color:rgba(220,38,38,.3)}.border-t-red-600\/40{border-top-color:rgba(220,38,38,.4)}.border-t-red-600\/5{border-top-color:rgba(220,38,38,.05)}.border-t-red-600\/50{border-top-color:rgba(220,38,38,.5)}.border-t-red-600\/60{border-top-color:rgba(220,38,38,.6)}.border-t-red-600\/70{border-top-color:rgba(220,38,38,.7)}.border-t-red-600\/75{border-top-color:rgba(220,38,38,.75)}.border-t-red-600\/80{border-top-color:rgba(220,38,38,.8)}.border-t-red-600\/90{border-top-color:rgba(220,38,38,.9)}.border-t-red-600\/95{border-top-color:rgba(220,38,38,.95)}.border-t-red-700{--tw-border-opacity:1;border-top-color:rgb(185 28 28/var(--tw-border-opacity))}.border-t-red-700\/0{border-top-color:rgba(185,28,28,0)}.border-t-red-700\/10{border-top-color:rgba(185,28,28,.1)}.border-t-red-700\/100{border-top-color:#b91c1c}.border-t-red-700\/20{border-top-color:rgba(185,28,28,.2)}.border-t-red-700\/25{border-top-color:rgba(185,28,28,.25)}.border-t-red-700\/30{border-top-color:rgba(185,28,28,.3)}.border-t-red-700\/40{border-top-color:rgba(185,28,28,.4)}.border-t-red-700\/5{border-top-color:rgba(185,28,28,.05)}.border-t-red-700\/50{border-top-color:rgba(185,28,28,.5)}.border-t-red-700\/60{border-top-color:rgba(185,28,28,.6)}.border-t-red-700\/70{border-top-color:rgba(185,28,28,.7)}.border-t-red-700\/75{border-top-color:rgba(185,28,28,.75)}.border-t-red-700\/80{border-top-color:rgba(185,28,28,.8)}.border-t-red-700\/90{border-top-color:rgba(185,28,28,.9)}.border-t-red-700\/95{border-top-color:rgba(185,28,28,.95)}.border-t-red-800{--tw-border-opacity:1;border-top-color:rgb(153 27 27/var(--tw-border-opacity))}.border-t-red-800\/0{border-top-color:rgba(153,27,27,0)}.border-t-red-800\/10{border-top-color:rgba(153,27,27,.1)}.border-t-red-800\/100{border-top-color:#991b1b}.border-t-red-800\/20{border-top-color:rgba(153,27,27,.2)}.border-t-red-800\/25{border-top-color:rgba(153,27,27,.25)}.border-t-red-800\/30{border-top-color:rgba(153,27,27,.3)}.border-t-red-800\/40{border-top-color:rgba(153,27,27,.4)}.border-t-red-800\/5{border-top-color:rgba(153,27,27,.05)}.border-t-red-800\/50{border-top-color:rgba(153,27,27,.5)}.border-t-red-800\/60{border-top-color:rgba(153,27,27,.6)}.border-t-red-800\/70{border-top-color:rgba(153,27,27,.7)}.border-t-red-800\/75{border-top-color:rgba(153,27,27,.75)}.border-t-red-800\/80{border-top-color:rgba(153,27,27,.8)}.border-t-red-800\/90{border-top-color:rgba(153,27,27,.9)}.border-t-red-800\/95{border-top-color:rgba(153,27,27,.95)}.border-t-red-900{--tw-border-opacity:1;border-top-color:rgb(127 29 29/var(--tw-border-opacity))}.border-t-red-900\/0{border-top-color:rgba(127,29,29,0)}.border-t-red-900\/10{border-top-color:rgba(127,29,29,.1)}.border-t-red-900\/100{border-top-color:#7f1d1d}.border-t-red-900\/20{border-top-color:rgba(127,29,29,.2)}.border-t-red-900\/25{border-top-color:rgba(127,29,29,.25)}.border-t-red-900\/30{border-top-color:rgba(127,29,29,.3)}.border-t-red-900\/40{border-top-color:rgba(127,29,29,.4)}.border-t-red-900\/5{border-top-color:rgba(127,29,29,.05)}.border-t-red-900\/50{border-top-color:rgba(127,29,29,.5)}.border-t-red-900\/60{border-top-color:rgba(127,29,29,.6)}.border-t-red-900\/70{border-top-color:rgba(127,29,29,.7)}.border-t-red-900\/75{border-top-color:rgba(127,29,29,.75)}.border-t-red-900\/80{border-top-color:rgba(127,29,29,.8)}.border-t-red-900\/90{border-top-color:rgba(127,29,29,.9)}.border-t-red-900\/95{border-top-color:rgba(127,29,29,.95)}.border-t-red-950{--tw-border-opacity:1;border-top-color:rgb(69 10 10/var(--tw-border-opacity))}.border-t-red-950\/0{border-top-color:rgba(69,10,10,0)}.border-t-red-950\/10{border-top-color:rgba(69,10,10,.1)}.border-t-red-950\/100{border-top-color:#450a0a}.border-t-red-950\/20{border-top-color:rgba(69,10,10,.2)}.border-t-red-950\/25{border-top-color:rgba(69,10,10,.25)}.border-t-red-950\/30{border-top-color:rgba(69,10,10,.3)}.border-t-red-950\/40{border-top-color:rgba(69,10,10,.4)}.border-t-red-950\/5{border-top-color:rgba(69,10,10,.05)}.border-t-red-950\/50{border-top-color:rgba(69,10,10,.5)}.border-t-red-950\/60{border-top-color:rgba(69,10,10,.6)}.border-t-red-950\/70{border-top-color:rgba(69,10,10,.7)}.border-t-red-950\/75{border-top-color:rgba(69,10,10,.75)}.border-t-red-950\/80{border-top-color:rgba(69,10,10,.8)}.border-t-red-950\/90{border-top-color:rgba(69,10,10,.9)}.border-t-red-950\/95{border-top-color:rgba(69,10,10,.95)}.bg-base-100{--tw-bg-opacity:1;background-color:hsl(var(--b1)/var(--tw-bg-opacity))}.bg-base-200{--tw-bg-opacity:1;background-color:hsl(var(--b2)/var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity))}.bg-neutral{--tw-bg-opacity:1;background-color:hsl(var(--n)/var(--tw-bg-opacity))}.bg-primary{--tw-bg-opacity:1;background-color:hsl(var(--p)/var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.bg-red-100\/0{background-color:hsla(0,93%,94%,0)}.bg-red-100\/10{background-color:hsla(0,93%,94%,.1)}.bg-red-100\/100{background-color:#fee2e2}.bg-red-100\/20{background-color:hsla(0,93%,94%,.2)}.bg-red-100\/25{background-color:hsla(0,93%,94%,.25)}.bg-red-100\/30{background-color:hsla(0,93%,94%,.3)}.bg-red-100\/40{background-color:hsla(0,93%,94%,.4)}.bg-red-100\/5{background-color:hsla(0,93%,94%,.05)}.bg-red-100\/50{background-color:hsla(0,93%,94%,.5)}.bg-red-100\/60{background-color:hsla(0,93%,94%,.6)}.bg-red-100\/70{background-color:hsla(0,93%,94%,.7)}.bg-red-100\/75{background-color:hsla(0,93%,94%,.75)}.bg-red-100\/80{background-color:hsla(0,93%,94%,.8)}.bg-red-100\/90{background-color:hsla(0,93%,94%,.9)}.bg-red-100\/95{background-color:hsla(0,93%,94%,.95)}.bg-red-200{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity))}.bg-red-200\/0{background-color:hsla(0,96%,89%,0)}.bg-red-200\/10{background-color:hsla(0,96%,89%,.1)}.bg-red-200\/100{background-color:#fecaca}.bg-red-200\/20{background-color:hsla(0,96%,89%,.2)}.bg-red-200\/25{background-color:hsla(0,96%,89%,.25)}.bg-red-200\/30{background-color:hsla(0,96%,89%,.3)}.bg-red-200\/40{background-color:hsla(0,96%,89%,.4)}.bg-red-200\/5{background-color:hsla(0,96%,89%,.05)}.bg-red-200\/50{background-color:hsla(0,96%,89%,.5)}.bg-red-200\/60{background-color:hsla(0,96%,89%,.6)}.bg-red-200\/70{background-color:hsla(0,96%,89%,.7)}.bg-red-200\/75{background-color:hsla(0,96%,89%,.75)}.bg-red-200\/80{background-color:hsla(0,96%,89%,.8)}.bg-red-200\/90{background-color:hsla(0,96%,89%,.9)}.bg-red-200\/95{background-color:hsla(0,96%,89%,.95)}.bg-red-300{--tw-bg-opacity:1;background-color:rgb(252 165 165/var(--tw-bg-opacity))}.bg-red-300\/0{background-color:hsla(0,94%,82%,0)}.bg-red-300\/10{background-color:hsla(0,94%,82%,.1)}.bg-red-300\/100{background-color:#fca5a5}.bg-red-300\/20{background-color:hsla(0,94%,82%,.2)}.bg-red-300\/25{background-color:hsla(0,94%,82%,.25)}.bg-red-300\/30{background-color:hsla(0,94%,82%,.3)}.bg-red-300\/40{background-color:hsla(0,94%,82%,.4)}.bg-red-300\/5{background-color:hsla(0,94%,82%,.05)}.bg-red-300\/50{background-color:hsla(0,94%,82%,.5)}.bg-red-300\/60{background-color:hsla(0,94%,82%,.6)}.bg-red-300\/70{background-color:hsla(0,94%,82%,.7)}.bg-red-300\/75{background-color:hsla(0,94%,82%,.75)}.bg-red-300\/80{background-color:hsla(0,94%,82%,.8)}.bg-red-300\/90{background-color:hsla(0,94%,82%,.9)}.bg-red-300\/95{background-color:hsla(0,94%,82%,.95)}.bg-red-400{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity))}.bg-red-400\/0{background-color:hsla(0,91%,71%,0)}.bg-red-400\/10{background-color:hsla(0,91%,71%,.1)}.bg-red-400\/100{background-color:#f87171}.bg-red-400\/20{background-color:hsla(0,91%,71%,.2)}.bg-red-400\/25{background-color:hsla(0,91%,71%,.25)}.bg-red-400\/30{background-color:hsla(0,91%,71%,.3)}.bg-red-400\/40{background-color:hsla(0,91%,71%,.4)}.bg-red-400\/5{background-color:hsla(0,91%,71%,.05)}.bg-red-400\/50{background-color:hsla(0,91%,71%,.5)}.bg-red-400\/60{background-color:hsla(0,91%,71%,.6)}.bg-red-400\/70{background-color:hsla(0,91%,71%,.7)}.bg-red-400\/75{background-color:hsla(0,91%,71%,.75)}.bg-red-400\/80{background-color:hsla(0,91%,71%,.8)}.bg-red-400\/90{background-color:hsla(0,91%,71%,.9)}.bg-red-400\/95{background-color:hsla(0,91%,71%,.95)}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity))}.bg-red-50\/0{background-color:hsla(0,86%,97%,0)}.bg-red-50\/10{background-color:hsla(0,86%,97%,.1)}.bg-red-50\/100{background-color:#fef2f2}.bg-red-50\/20{background-color:hsla(0,86%,97%,.2)}.bg-red-50\/25{background-color:hsla(0,86%,97%,.25)}.bg-red-50\/30{background-color:hsla(0,86%,97%,.3)}.bg-red-50\/40{background-color:hsla(0,86%,97%,.4)}.bg-red-50\/5{background-color:hsla(0,86%,97%,.05)}.bg-red-50\/50{background-color:hsla(0,86%,97%,.5)}.bg-red-50\/60{background-color:hsla(0,86%,97%,.6)}.bg-red-50\/70{background-color:hsla(0,86%,97%,.7)}.bg-red-50\/75{background-color:hsla(0,86%,97%,.75)}.bg-red-50\/80{background-color:hsla(0,86%,97%,.8)}.bg-red-50\/90{background-color:hsla(0,86%,97%,.9)}.bg-red-50\/95{background-color:hsla(0,86%,97%,.95)}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity))}.bg-red-500\/0{background-color:rgba(239,68,68,0)}.bg-red-500\/10{background-color:rgba(239,68,68,.1)}.bg-red-500\/100{background-color:#ef4444}.bg-red-500\/20{background-color:rgba(239,68,68,.2)}.bg-red-500\/25{background-color:rgba(239,68,68,.25)}.bg-red-500\/30{background-color:rgba(239,68,68,.3)}.bg-red-500\/40{background-color:rgba(239,68,68,.4)}.bg-red-500\/5{background-color:rgba(239,68,68,.05)}.bg-red-500\/50{background-color:rgba(239,68,68,.5)}.bg-red-500\/60{background-color:rgba(239,68,68,.6)}.bg-red-500\/70{background-color:rgba(239,68,68,.7)}.bg-red-500\/75{background-color:rgba(239,68,68,.75)}.bg-red-500\/80{background-color:rgba(239,68,68,.8)}.bg-red-500\/90{background-color:rgba(239,68,68,.9)}.bg-red-500\/95{background-color:rgba(239,68,68,.95)}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity))}.bg-red-600\/0{background-color:rgba(220,38,38,0)}.bg-red-600\/10{background-color:rgba(220,38,38,.1)}.bg-red-600\/100{background-color:#dc2626}.bg-red-600\/20{background-color:rgba(220,38,38,.2)}.bg-red-600\/25{background-color:rgba(220,38,38,.25)}.bg-red-600\/30{background-color:rgba(220,38,38,.3)}.bg-red-600\/40{background-color:rgba(220,38,38,.4)}.bg-red-600\/5{background-color:rgba(220,38,38,.05)}.bg-red-600\/50{background-color:rgba(220,38,38,.5)}.bg-red-600\/60{background-color:rgba(220,38,38,.6)}.bg-red-600\/70{background-color:rgba(220,38,38,.7)}.bg-red-600\/75{background-color:rgba(220,38,38,.75)}.bg-red-600\/80{background-color:rgba(220,38,38,.8)}.bg-red-600\/90{background-color:rgba(220,38,38,.9)}.bg-red-600\/95{background-color:rgba(220,38,38,.95)}.bg-red-700{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity))}.bg-red-700\/0{background-color:rgba(185,28,28,0)}.bg-red-700\/10{background-color:rgba(185,28,28,.1)}.bg-red-700\/100{background-color:#b91c1c}.bg-red-700\/20{background-color:rgba(185,28,28,.2)}.bg-red-700\/25{background-color:rgba(185,28,28,.25)}.bg-red-700\/30{background-color:rgba(185,28,28,.3)}.bg-red-700\/40{background-color:rgba(185,28,28,.4)}.bg-red-700\/5{background-color:rgba(185,28,28,.05)}.bg-red-700\/50{background-color:rgba(185,28,28,.5)}.bg-red-700\/60{background-color:rgba(185,28,28,.6)}.bg-red-700\/70{background-color:rgba(185,28,28,.7)}.bg-red-700\/75{background-color:rgba(185,28,28,.75)}.bg-red-700\/80{background-color:rgba(185,28,28,.8)}.bg-red-700\/90{background-color:rgba(185,28,28,.9)}.bg-red-700\/95{background-color:rgba(185,28,28,.95)}.bg-red-800{--tw-bg-opacity:1;background-color:rgb(153 27 27/var(--tw-bg-opacity))}.bg-red-800\/0{background-color:rgba(153,27,27,0)}.bg-red-800\/10{background-color:rgba(153,27,27,.1)}.bg-red-800\/100{background-color:#991b1b}.bg-red-800\/20{background-color:rgba(153,27,27,.2)}.bg-red-800\/25{background-color:rgba(153,27,27,.25)}.bg-red-800\/30{background-color:rgba(153,27,27,.3)}.bg-red-800\/40{background-color:rgba(153,27,27,.4)}.bg-red-800\/5{background-color:rgba(153,27,27,.05)}.bg-red-800\/50{background-color:rgba(153,27,27,.5)}.bg-red-800\/60{background-color:rgba(153,27,27,.6)}.bg-red-800\/70{background-color:rgba(153,27,27,.7)}.bg-red-800\/75{background-color:rgba(153,27,27,.75)}.bg-red-800\/80{background-color:rgba(153,27,27,.8)}.bg-red-800\/90{background-color:rgba(153,27,27,.9)}.bg-red-800\/95{background-color:rgba(153,27,27,.95)}.bg-red-900{--tw-bg-opacity:1;background-color:rgb(127 29 29/var(--tw-bg-opacity))}.bg-red-900\/0{background-color:rgba(127,29,29,0)}.bg-red-900\/10{background-color:rgba(127,29,29,.1)}.bg-red-900\/100{background-color:#7f1d1d}.bg-red-900\/20{background-color:rgba(127,29,29,.2)}.bg-red-900\/25{background-color:rgba(127,29,29,.25)}.bg-red-900\/30{background-color:rgba(127,29,29,.3)}.bg-red-900\/40{background-color:rgba(127,29,29,.4)}.bg-red-900\/5{background-color:rgba(127,29,29,.05)}.bg-red-900\/50{background-color:rgba(127,29,29,.5)}.bg-red-900\/60{background-color:rgba(127,29,29,.6)}.bg-red-900\/70{background-color:rgba(127,29,29,.7)}.bg-red-900\/75{background-color:rgba(127,29,29,.75)}.bg-red-900\/80{background-color:rgba(127,29,29,.8)}.bg-red-900\/90{background-color:rgba(127,29,29,.9)}.bg-red-900\/95{background-color:rgba(127,29,29,.95)}.bg-red-950{--tw-bg-opacity:1;background-color:rgb(69 10 10/var(--tw-bg-opacity))}.bg-red-950\/0{background-color:rgba(69,10,10,0)}.bg-red-950\/10{background-color:rgba(69,10,10,.1)}.bg-red-950\/100{background-color:#450a0a}.bg-red-950\/20{background-color:rgba(69,10,10,.2)}.bg-red-950\/25{background-color:rgba(69,10,10,.25)}.bg-red-950\/30{background-color:rgba(69,10,10,.3)}.bg-red-950\/40{background-color:rgba(69,10,10,.4)}.bg-red-950\/5{background-color:rgba(69,10,10,.05)}.bg-red-950\/50{background-color:rgba(69,10,10,.5)}.bg-red-950\/60{background-color:rgba(69,10,10,.6)}.bg-red-950\/70{background-color:rgba(69,10,10,.7)}.bg-red-950\/75{background-color:rgba(69,10,10,.75)}.bg-red-950\/80{background-color:rgba(69,10,10,.8)}.bg-red-950\/90{background-color:rgba(69,10,10,.9)}.bg-red-950\/95{background-color:rgba(69,10,10,.95)}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.bg-opacity-0{--tw-bg-opacity:0}.bg-opacity-10{--tw-bg-opacity:0.1}.from-red-100{--tw-gradient-from:#fee2e2 var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-100\/0{--tw-gradient-from:hsla(0,93%,94%,0) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-100\/10{--tw-gradient-from:hsla(0,93%,94%,.1) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-100\/100{--tw-gradient-from:#fee2e2 var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-100\/20{--tw-gradient-from:hsla(0,93%,94%,.2) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-100\/25{--tw-gradient-from:hsla(0,93%,94%,.25) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-100\/30{--tw-gradient-from:hsla(0,93%,94%,.3) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-100\/40{--tw-gradient-from:hsla(0,93%,94%,.4) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-100\/5{--tw-gradient-from:hsla(0,93%,94%,.05) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-100\/50{--tw-gradient-from:hsla(0,93%,94%,.5) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-100\/60{--tw-gradient-from:hsla(0,93%,94%,.6) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-100\/70{--tw-gradient-from:hsla(0,93%,94%,.7) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-100\/75{--tw-gradient-from:hsla(0,93%,94%,.75) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-100\/80{--tw-gradient-from:hsla(0,93%,94%,.8) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-100\/90{--tw-gradient-from:hsla(0,93%,94%,.9) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-100\/95{--tw-gradient-from:hsla(0,93%,94%,.95) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-200{--tw-gradient-from:#fecaca var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-200\/0{--tw-gradient-from:hsla(0,96%,89%,0) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-200\/10{--tw-gradient-from:hsla(0,96%,89%,.1) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-200\/100{--tw-gradient-from:#fecaca var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-200\/20{--tw-gradient-from:hsla(0,96%,89%,.2) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-200\/25{--tw-gradient-from:hsla(0,96%,89%,.25) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-200\/30{--tw-gradient-from:hsla(0,96%,89%,.3) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-200\/40{--tw-gradient-from:hsla(0,96%,89%,.4) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-200\/5{--tw-gradient-from:hsla(0,96%,89%,.05) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-200\/50{--tw-gradient-from:hsla(0,96%,89%,.5) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-200\/60{--tw-gradient-from:hsla(0,96%,89%,.6) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-200\/70{--tw-gradient-from:hsla(0,96%,89%,.7) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-200\/75{--tw-gradient-from:hsla(0,96%,89%,.75) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-200\/80{--tw-gradient-from:hsla(0,96%,89%,.8) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-200\/90{--tw-gradient-from:hsla(0,96%,89%,.9) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-200\/95{--tw-gradient-from:hsla(0,96%,89%,.95) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-300{--tw-gradient-from:#fca5a5 var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-300\/0{--tw-gradient-from:hsla(0,94%,82%,0) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-300\/10{--tw-gradient-from:hsla(0,94%,82%,.1) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-300\/100{--tw-gradient-from:#fca5a5 var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-300\/20{--tw-gradient-from:hsla(0,94%,82%,.2) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-300\/25{--tw-gradient-from:hsla(0,94%,82%,.25) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-300\/30{--tw-gradient-from:hsla(0,94%,82%,.3) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-300\/40{--tw-gradient-from:hsla(0,94%,82%,.4) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-300\/5{--tw-gradient-from:hsla(0,94%,82%,.05) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-300\/50{--tw-gradient-from:hsla(0,94%,82%,.5) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-300\/60{--tw-gradient-from:hsla(0,94%,82%,.6) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-300\/70{--tw-gradient-from:hsla(0,94%,82%,.7) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-300\/75{--tw-gradient-from:hsla(0,94%,82%,.75) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-300\/80{--tw-gradient-from:hsla(0,94%,82%,.8) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-300\/90{--tw-gradient-from:hsla(0,94%,82%,.9) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-300\/95{--tw-gradient-from:hsla(0,94%,82%,.95) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-400{--tw-gradient-from:#f87171 var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-400\/0{--tw-gradient-from:hsla(0,91%,71%,0) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-400\/10{--tw-gradient-from:hsla(0,91%,71%,.1) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-400\/100{--tw-gradient-from:#f87171 var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-400\/20{--tw-gradient-from:hsla(0,91%,71%,.2) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-400\/25{--tw-gradient-from:hsla(0,91%,71%,.25) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-400\/30{--tw-gradient-from:hsla(0,91%,71%,.3) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-400\/40{--tw-gradient-from:hsla(0,91%,71%,.4) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-400\/5{--tw-gradient-from:hsla(0,91%,71%,.05) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-400\/50{--tw-gradient-from:hsla(0,91%,71%,.5) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-400\/60{--tw-gradient-from:hsla(0,91%,71%,.6) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-400\/70{--tw-gradient-from:hsla(0,91%,71%,.7) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-400\/75{--tw-gradient-from:hsla(0,91%,71%,.75) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-400\/80{--tw-gradient-from:hsla(0,91%,71%,.8) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-400\/90{--tw-gradient-from:hsla(0,91%,71%,.9) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-400\/95{--tw-gradient-from:hsla(0,91%,71%,.95) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-50{--tw-gradient-from:#fef2f2 var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-50\/0{--tw-gradient-from:hsla(0,86%,97%,0) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-50\/10{--tw-gradient-from:hsla(0,86%,97%,.1) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-50\/100{--tw-gradient-from:#fef2f2 var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-50\/20{--tw-gradient-from:hsla(0,86%,97%,.2) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-50\/25{--tw-gradient-from:hsla(0,86%,97%,.25) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-50\/30{--tw-gradient-from:hsla(0,86%,97%,.3) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-50\/40{--tw-gradient-from:hsla(0,86%,97%,.4) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-50\/5{--tw-gradient-from:hsla(0,86%,97%,.05) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-50\/50{--tw-gradient-from:hsla(0,86%,97%,.5) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-50\/60{--tw-gradient-from:hsla(0,86%,97%,.6) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-50\/70{--tw-gradient-from:hsla(0,86%,97%,.7) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-50\/75{--tw-gradient-from:hsla(0,86%,97%,.75) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-50\/80{--tw-gradient-from:hsla(0,86%,97%,.8) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-50\/90{--tw-gradient-from:hsla(0,86%,97%,.9) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-50\/95{--tw-gradient-from:hsla(0,86%,97%,.95) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-500{--tw-gradient-from:#ef4444 var(--tw-gradient-from-position);--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-500\/0{--tw-gradient-from:rgba(239,68,68,0) var(--tw-gradient-from-position);--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-500\/10{--tw-gradient-from:rgba(239,68,68,.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-500\/100{--tw-gradient-from:#ef4444 var(--tw-gradient-from-position);--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-500\/20{--tw-gradient-from:rgba(239,68,68,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-500\/25{--tw-gradient-from:rgba(239,68,68,.25) var(--tw-gradient-from-position);--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-500\/30{--tw-gradient-from:rgba(239,68,68,.3) var(--tw-gradient-from-position);--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-500\/40{--tw-gradient-from:rgba(239,68,68,.4) var(--tw-gradient-from-position);--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-500\/5{--tw-gradient-from:rgba(239,68,68,.05) var(--tw-gradient-from-position);--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-500\/50{--tw-gradient-from:rgba(239,68,68,.5) var(--tw-gradient-from-position);--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-500\/60{--tw-gradient-from:rgba(239,68,68,.6) var(--tw-gradient-from-position);--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-500\/70{--tw-gradient-from:rgba(239,68,68,.7) var(--tw-gradient-from-position);--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-500\/75{--tw-gradient-from:rgba(239,68,68,.75) var(--tw-gradient-from-position);--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-500\/80{--tw-gradient-from:rgba(239,68,68,.8) var(--tw-gradient-from-position);--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-500\/90{--tw-gradient-from:rgba(239,68,68,.9) var(--tw-gradient-from-position);--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-500\/95{--tw-gradient-from:rgba(239,68,68,.95) var(--tw-gradient-from-position);--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-600{--tw-gradient-from:#dc2626 var(--tw-gradient-from-position);--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-600\/0{--tw-gradient-from:rgba(220,38,38,0) var(--tw-gradient-from-position);--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-600\/10{--tw-gradient-from:rgba(220,38,38,.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-600\/100{--tw-gradient-from:#dc2626 var(--tw-gradient-from-position);--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-600\/20{--tw-gradient-from:rgba(220,38,38,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-600\/25{--tw-gradient-from:rgba(220,38,38,.25) var(--tw-gradient-from-position);--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-600\/30{--tw-gradient-from:rgba(220,38,38,.3) var(--tw-gradient-from-position);--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-600\/40{--tw-gradient-from:rgba(220,38,38,.4) var(--tw-gradient-from-position);--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-600\/5{--tw-gradient-from:rgba(220,38,38,.05) var(--tw-gradient-from-position);--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-600\/50{--tw-gradient-from:rgba(220,38,38,.5) var(--tw-gradient-from-position);--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-600\/60{--tw-gradient-from:rgba(220,38,38,.6) var(--tw-gradient-from-position);--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-600\/70{--tw-gradient-from:rgba(220,38,38,.7) var(--tw-gradient-from-position);--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-600\/75{--tw-gradient-from:rgba(220,38,38,.75) var(--tw-gradient-from-position);--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-600\/80{--tw-gradient-from:rgba(220,38,38,.8) var(--tw-gradient-from-position);--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-600\/90{--tw-gradient-from:rgba(220,38,38,.9) var(--tw-gradient-from-position);--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-600\/95{--tw-gradient-from:rgba(220,38,38,.95) var(--tw-gradient-from-position);--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-700{--tw-gradient-from:#b91c1c var(--tw-gradient-from-position);--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-700\/0{--tw-gradient-from:rgba(185,28,28,0) var(--tw-gradient-from-position);--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-700\/10{--tw-gradient-from:rgba(185,28,28,.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-700\/100{--tw-gradient-from:#b91c1c var(--tw-gradient-from-position);--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-700\/20{--tw-gradient-from:rgba(185,28,28,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-700\/25{--tw-gradient-from:rgba(185,28,28,.25) var(--tw-gradient-from-position);--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-700\/30{--tw-gradient-from:rgba(185,28,28,.3) var(--tw-gradient-from-position);--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-700\/40{--tw-gradient-from:rgba(185,28,28,.4) var(--tw-gradient-from-position);--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-700\/5{--tw-gradient-from:rgba(185,28,28,.05) var(--tw-gradient-from-position);--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-700\/50{--tw-gradient-from:rgba(185,28,28,.5) var(--tw-gradient-from-position);--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-700\/60{--tw-gradient-from:rgba(185,28,28,.6) var(--tw-gradient-from-position);--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-700\/70{--tw-gradient-from:rgba(185,28,28,.7) var(--tw-gradient-from-position);--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-700\/75{--tw-gradient-from:rgba(185,28,28,.75) var(--tw-gradient-from-position);--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-700\/80{--tw-gradient-from:rgba(185,28,28,.8) var(--tw-gradient-from-position);--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-700\/90{--tw-gradient-from:rgba(185,28,28,.9) var(--tw-gradient-from-position);--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-700\/95{--tw-gradient-from:rgba(185,28,28,.95) var(--tw-gradient-from-position);--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-800{--tw-gradient-from:#991b1b var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-800\/0{--tw-gradient-from:rgba(153,27,27,0) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-800\/10{--tw-gradient-from:rgba(153,27,27,.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-800\/100{--tw-gradient-from:#991b1b var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-800\/20{--tw-gradient-from:rgba(153,27,27,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-800\/25{--tw-gradient-from:rgba(153,27,27,.25) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-800\/30{--tw-gradient-from:rgba(153,27,27,.3) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-800\/40{--tw-gradient-from:rgba(153,27,27,.4) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-800\/5{--tw-gradient-from:rgba(153,27,27,.05) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-800\/50{--tw-gradient-from:rgba(153,27,27,.5) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-800\/60{--tw-gradient-from:rgba(153,27,27,.6) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-800\/70{--tw-gradient-from:rgba(153,27,27,.7) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-800\/75{--tw-gradient-from:rgba(153,27,27,.75) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-800\/80{--tw-gradient-from:rgba(153,27,27,.8) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-800\/90{--tw-gradient-from:rgba(153,27,27,.9) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-800\/95{--tw-gradient-from:rgba(153,27,27,.95) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-900{--tw-gradient-from:#7f1d1d var(--tw-gradient-from-position);--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-900\/0{--tw-gradient-from:rgba(127,29,29,0) var(--tw-gradient-from-position);--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-900\/10{--tw-gradient-from:rgba(127,29,29,.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-900\/100{--tw-gradient-from:#7f1d1d var(--tw-gradient-from-position);--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-900\/20{--tw-gradient-from:rgba(127,29,29,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-900\/25{--tw-gradient-from:rgba(127,29,29,.25) var(--tw-gradient-from-position);--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-900\/30{--tw-gradient-from:rgba(127,29,29,.3) var(--tw-gradient-from-position);--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-900\/40{--tw-gradient-from:rgba(127,29,29,.4) var(--tw-gradient-from-position);--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-900\/5{--tw-gradient-from:rgba(127,29,29,.05) var(--tw-gradient-from-position);--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-900\/50{--tw-gradient-from:rgba(127,29,29,.5) var(--tw-gradient-from-position);--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-900\/60{--tw-gradient-from:rgba(127,29,29,.6) var(--tw-gradient-from-position);--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-900\/70{--tw-gradient-from:rgba(127,29,29,.7) var(--tw-gradient-from-position);--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-900\/75{--tw-gradient-from:rgba(127,29,29,.75) var(--tw-gradient-from-position);--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-900\/80{--tw-gradient-from:rgba(127,29,29,.8) var(--tw-gradient-from-position);--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-900\/90{--tw-gradient-from:rgba(127,29,29,.9) var(--tw-gradient-from-position);--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-900\/95{--tw-gradient-from:rgba(127,29,29,.95) var(--tw-gradient-from-position);--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-950{--tw-gradient-from:#450a0a var(--tw-gradient-from-position);--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-950\/0{--tw-gradient-from:rgba(69,10,10,0) var(--tw-gradient-from-position);--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-950\/10{--tw-gradient-from:rgba(69,10,10,.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-950\/100{--tw-gradient-from:#450a0a var(--tw-gradient-from-position);--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-950\/20{--tw-gradient-from:rgba(69,10,10,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-950\/25{--tw-gradient-from:rgba(69,10,10,.25) var(--tw-gradient-from-position);--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-950\/30{--tw-gradient-from:rgba(69,10,10,.3) var(--tw-gradient-from-position);--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-950\/40{--tw-gradient-from:rgba(69,10,10,.4) var(--tw-gradient-from-position);--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-950\/5{--tw-gradient-from:rgba(69,10,10,.05) var(--tw-gradient-from-position);--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-950\/50{--tw-gradient-from:rgba(69,10,10,.5) var(--tw-gradient-from-position);--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-950\/60{--tw-gradient-from:rgba(69,10,10,.6) var(--tw-gradient-from-position);--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-950\/70{--tw-gradient-from:rgba(69,10,10,.7) var(--tw-gradient-from-position);--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-950\/75{--tw-gradient-from:rgba(69,10,10,.75) var(--tw-gradient-from-position);--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-950\/80{--tw-gradient-from:rgba(69,10,10,.8) var(--tw-gradient-from-position);--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-950\/90{--tw-gradient-from:rgba(69,10,10,.9) var(--tw-gradient-from-position);--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-950\/95{--tw-gradient-from:rgba(69,10,10,.95) var(--tw-gradient-from-position);--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-red-100{--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fee2e2 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-100\/0{--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,93%,94%,0) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-100\/10{--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,93%,94%,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-100\/100{--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fee2e2 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-100\/20{--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,93%,94%,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-100\/25{--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,93%,94%,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-100\/30{--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,93%,94%,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-100\/40{--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,93%,94%,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-100\/5{--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,93%,94%,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-100\/50{--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,93%,94%,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-100\/60{--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,93%,94%,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-100\/70{--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,93%,94%,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-100\/75{--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,93%,94%,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-100\/80{--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,93%,94%,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-100\/90{--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,93%,94%,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-100\/95{--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,93%,94%,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-200{--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fecaca var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-200\/0{--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,96%,89%,0) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-200\/10{--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,96%,89%,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-200\/100{--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fecaca var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-200\/20{--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,96%,89%,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-200\/25{--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,96%,89%,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-200\/30{--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,96%,89%,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-200\/40{--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,96%,89%,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-200\/5{--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,96%,89%,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-200\/50{--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,96%,89%,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-200\/60{--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,96%,89%,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-200\/70{--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,96%,89%,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-200\/75{--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,96%,89%,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-200\/80{--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,96%,89%,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-200\/90{--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,96%,89%,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-200\/95{--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,96%,89%,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-300{--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fca5a5 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-300\/0{--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,94%,82%,0) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-300\/10{--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,94%,82%,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-300\/100{--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fca5a5 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-300\/20{--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,94%,82%,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-300\/25{--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,94%,82%,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-300\/30{--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,94%,82%,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-300\/40{--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,94%,82%,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-300\/5{--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,94%,82%,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-300\/50{--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,94%,82%,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-300\/60{--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,94%,82%,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-300\/70{--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,94%,82%,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-300\/75{--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,94%,82%,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-300\/80{--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,94%,82%,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-300\/90{--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,94%,82%,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-300\/95{--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,94%,82%,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-400{--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#f87171 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-400\/0{--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,91%,71%,0) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-400\/10{--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,91%,71%,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-400\/100{--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#f87171 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-400\/20{--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,91%,71%,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-400\/25{--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,91%,71%,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-400\/30{--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,91%,71%,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-400\/40{--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,91%,71%,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-400\/5{--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,91%,71%,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-400\/50{--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,91%,71%,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-400\/60{--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,91%,71%,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-400\/70{--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,91%,71%,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-400\/75{--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,91%,71%,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-400\/80{--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,91%,71%,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-400\/90{--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,91%,71%,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-400\/95{--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,91%,71%,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-50{--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fef2f2 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-50\/0{--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,86%,97%,0) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-50\/10{--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,86%,97%,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-50\/100{--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fef2f2 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-50\/20{--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,86%,97%,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-50\/25{--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,86%,97%,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-50\/30{--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,86%,97%,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-50\/40{--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,86%,97%,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-50\/5{--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,86%,97%,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-50\/50{--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,86%,97%,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-50\/60{--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,86%,97%,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-50\/70{--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,86%,97%,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-50\/75{--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,86%,97%,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-50\/80{--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,86%,97%,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-50\/90{--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,86%,97%,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-50\/95{--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,86%,97%,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-500{--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#ef4444 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-500\/0{--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(239,68,68,0) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-500\/10{--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(239,68,68,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-500\/100{--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#ef4444 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-500\/20{--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(239,68,68,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-500\/25{--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(239,68,68,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-500\/30{--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(239,68,68,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-500\/40{--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(239,68,68,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-500\/5{--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(239,68,68,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-500\/50{--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(239,68,68,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-500\/60{--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(239,68,68,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-500\/70{--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(239,68,68,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-500\/75{--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(239,68,68,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-500\/80{--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(239,68,68,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-500\/90{--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(239,68,68,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-500\/95{--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(239,68,68,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-600{--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#dc2626 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-600\/0{--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(220,38,38,0) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-600\/10{--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(220,38,38,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-600\/100{--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#dc2626 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-600\/20{--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(220,38,38,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-600\/25{--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(220,38,38,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-600\/30{--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(220,38,38,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-600\/40{--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(220,38,38,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-600\/5{--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(220,38,38,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-600\/50{--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(220,38,38,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-600\/60{--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(220,38,38,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-600\/70{--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(220,38,38,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-600\/75{--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(220,38,38,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-600\/80{--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(220,38,38,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-600\/90{--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(220,38,38,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-600\/95{--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(220,38,38,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-700{--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#b91c1c var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-700\/0{--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(185,28,28,0) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-700\/10{--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(185,28,28,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-700\/100{--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#b91c1c var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-700\/20{--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(185,28,28,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-700\/25{--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(185,28,28,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-700\/30{--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(185,28,28,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-700\/40{--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(185,28,28,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-700\/5{--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(185,28,28,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-700\/50{--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(185,28,28,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-700\/60{--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(185,28,28,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-700\/70{--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(185,28,28,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-700\/75{--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(185,28,28,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-700\/80{--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(185,28,28,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-700\/90{--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(185,28,28,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-700\/95{--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(185,28,28,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-800{--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#991b1b var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-800\/0{--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,27,27,0) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-800\/10{--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,27,27,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-800\/100{--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#991b1b var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-800\/20{--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,27,27,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-800\/25{--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,27,27,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-800\/30{--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,27,27,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-800\/40{--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,27,27,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-800\/5{--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,27,27,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-800\/50{--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,27,27,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-800\/60{--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,27,27,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-800\/70{--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,27,27,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-800\/75{--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,27,27,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-800\/80{--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,27,27,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-800\/90{--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,27,27,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-800\/95{--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,27,27,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-900{--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#7f1d1d var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-900\/0{--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(127,29,29,0) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-900\/10{--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(127,29,29,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-900\/100{--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#7f1d1d var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-900\/20{--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(127,29,29,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-900\/25{--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(127,29,29,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-900\/30{--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(127,29,29,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-900\/40{--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(127,29,29,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-900\/5{--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(127,29,29,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-900\/50{--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(127,29,29,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-900\/60{--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(127,29,29,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-900\/70{--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(127,29,29,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-900\/75{--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(127,29,29,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-900\/80{--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(127,29,29,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-900\/90{--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(127,29,29,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-900\/95{--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(127,29,29,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-950{--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#450a0a var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-950\/0{--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(69,10,10,0) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-950\/10{--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(69,10,10,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-950\/100{--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#450a0a var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-950\/20{--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(69,10,10,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-950\/25{--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(69,10,10,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-950\/30{--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(69,10,10,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-950\/40{--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(69,10,10,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-950\/5{--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(69,10,10,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-950\/50{--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(69,10,10,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-950\/60{--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(69,10,10,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-950\/70{--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(69,10,10,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-950\/75{--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(69,10,10,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-950\/80{--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(69,10,10,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-950\/90{--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(69,10,10,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-950\/95{--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(69,10,10,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-red-100{--tw-gradient-to:#fee2e2 var(--tw-gradient-to-position)}.to-red-100\/0{--tw-gradient-to:hsla(0,93%,94%,0) var(--tw-gradient-to-position)}.to-red-100\/10{--tw-gradient-to:hsla(0,93%,94%,.1) var(--tw-gradient-to-position)}.to-red-100\/100{--tw-gradient-to:#fee2e2 var(--tw-gradient-to-position)}.to-red-100\/20{--tw-gradient-to:hsla(0,93%,94%,.2) var(--tw-gradient-to-position)}.to-red-100\/25{--tw-gradient-to:hsla(0,93%,94%,.25) var(--tw-gradient-to-position)}.to-red-100\/30{--tw-gradient-to:hsla(0,93%,94%,.3) var(--tw-gradient-to-position)}.to-red-100\/40{--tw-gradient-to:hsla(0,93%,94%,.4) var(--tw-gradient-to-position)}.to-red-100\/5{--tw-gradient-to:hsla(0,93%,94%,.05) var(--tw-gradient-to-position)}.to-red-100\/50{--tw-gradient-to:hsla(0,93%,94%,.5) var(--tw-gradient-to-position)}.to-red-100\/60{--tw-gradient-to:hsla(0,93%,94%,.6) var(--tw-gradient-to-position)}.to-red-100\/70{--tw-gradient-to:hsla(0,93%,94%,.7) var(--tw-gradient-to-position)}.to-red-100\/75{--tw-gradient-to:hsla(0,93%,94%,.75) var(--tw-gradient-to-position)}.to-red-100\/80{--tw-gradient-to:hsla(0,93%,94%,.8) var(--tw-gradient-to-position)}.to-red-100\/90{--tw-gradient-to:hsla(0,93%,94%,.9) var(--tw-gradient-to-position)}.to-red-100\/95{--tw-gradient-to:hsla(0,93%,94%,.95) var(--tw-gradient-to-position)}.to-red-200{--tw-gradient-to:#fecaca var(--tw-gradient-to-position)}.to-red-200\/0{--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position)}.to-red-200\/10{--tw-gradient-to:hsla(0,96%,89%,.1) var(--tw-gradient-to-position)}.to-red-200\/100{--tw-gradient-to:#fecaca var(--tw-gradient-to-position)}.to-red-200\/20{--tw-gradient-to:hsla(0,96%,89%,.2) var(--tw-gradient-to-position)}.to-red-200\/25{--tw-gradient-to:hsla(0,96%,89%,.25) var(--tw-gradient-to-position)}.to-red-200\/30{--tw-gradient-to:hsla(0,96%,89%,.3) var(--tw-gradient-to-position)}.to-red-200\/40{--tw-gradient-to:hsla(0,96%,89%,.4) var(--tw-gradient-to-position)}.to-red-200\/5{--tw-gradient-to:hsla(0,96%,89%,.05) var(--tw-gradient-to-position)}.to-red-200\/50{--tw-gradient-to:hsla(0,96%,89%,.5) var(--tw-gradient-to-position)}.to-red-200\/60{--tw-gradient-to:hsla(0,96%,89%,.6) var(--tw-gradient-to-position)}.to-red-200\/70{--tw-gradient-to:hsla(0,96%,89%,.7) var(--tw-gradient-to-position)}.to-red-200\/75{--tw-gradient-to:hsla(0,96%,89%,.75) var(--tw-gradient-to-position)}.to-red-200\/80{--tw-gradient-to:hsla(0,96%,89%,.8) var(--tw-gradient-to-position)}.to-red-200\/90{--tw-gradient-to:hsla(0,96%,89%,.9) var(--tw-gradient-to-position)}.to-red-200\/95{--tw-gradient-to:hsla(0,96%,89%,.95) var(--tw-gradient-to-position)}.to-red-300{--tw-gradient-to:#fca5a5 var(--tw-gradient-to-position)}.to-red-300\/0{--tw-gradient-to:hsla(0,94%,82%,0) var(--tw-gradient-to-position)}.to-red-300\/10{--tw-gradient-to:hsla(0,94%,82%,.1) var(--tw-gradient-to-position)}.to-red-300\/100{--tw-gradient-to:#fca5a5 var(--tw-gradient-to-position)}.to-red-300\/20{--tw-gradient-to:hsla(0,94%,82%,.2) var(--tw-gradient-to-position)}.to-red-300\/25{--tw-gradient-to:hsla(0,94%,82%,.25) var(--tw-gradient-to-position)}.to-red-300\/30{--tw-gradient-to:hsla(0,94%,82%,.3) var(--tw-gradient-to-position)}.to-red-300\/40{--tw-gradient-to:hsla(0,94%,82%,.4) var(--tw-gradient-to-position)}.to-red-300\/5{--tw-gradient-to:hsla(0,94%,82%,.05) var(--tw-gradient-to-position)}.to-red-300\/50{--tw-gradient-to:hsla(0,94%,82%,.5) var(--tw-gradient-to-position)}.to-red-300\/60{--tw-gradient-to:hsla(0,94%,82%,.6) var(--tw-gradient-to-position)}.to-red-300\/70{--tw-gradient-to:hsla(0,94%,82%,.7) var(--tw-gradient-to-position)}.to-red-300\/75{--tw-gradient-to:hsla(0,94%,82%,.75) var(--tw-gradient-to-position)}.to-red-300\/80{--tw-gradient-to:hsla(0,94%,82%,.8) var(--tw-gradient-to-position)}.to-red-300\/90{--tw-gradient-to:hsla(0,94%,82%,.9) var(--tw-gradient-to-position)}.to-red-300\/95{--tw-gradient-to:hsla(0,94%,82%,.95) var(--tw-gradient-to-position)}.to-red-400{--tw-gradient-to:#f87171 var(--tw-gradient-to-position)}.to-red-400\/0{--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position)}.to-red-400\/10{--tw-gradient-to:hsla(0,91%,71%,.1) var(--tw-gradient-to-position)}.to-red-400\/100{--tw-gradient-to:#f87171 var(--tw-gradient-to-position)}.to-red-400\/20{--tw-gradient-to:hsla(0,91%,71%,.2) var(--tw-gradient-to-position)}.to-red-400\/25{--tw-gradient-to:hsla(0,91%,71%,.25) var(--tw-gradient-to-position)}.to-red-400\/30{--tw-gradient-to:hsla(0,91%,71%,.3) var(--tw-gradient-to-position)}.to-red-400\/40{--tw-gradient-to:hsla(0,91%,71%,.4) var(--tw-gradient-to-position)}.to-red-400\/5{--tw-gradient-to:hsla(0,91%,71%,.05) var(--tw-gradient-to-position)}.to-red-400\/50{--tw-gradient-to:hsla(0,91%,71%,.5) var(--tw-gradient-to-position)}.to-red-400\/60{--tw-gradient-to:hsla(0,91%,71%,.6) var(--tw-gradient-to-position)}.to-red-400\/70{--tw-gradient-to:hsla(0,91%,71%,.7) var(--tw-gradient-to-position)}.to-red-400\/75{--tw-gradient-to:hsla(0,91%,71%,.75) var(--tw-gradient-to-position)}.to-red-400\/80{--tw-gradient-to:hsla(0,91%,71%,.8) var(--tw-gradient-to-position)}.to-red-400\/90{--tw-gradient-to:hsla(0,91%,71%,.9) var(--tw-gradient-to-position)}.to-red-400\/95{--tw-gradient-to:hsla(0,91%,71%,.95) var(--tw-gradient-to-position)}.to-red-50{--tw-gradient-to:#fef2f2 var(--tw-gradient-to-position)}.to-red-50\/0{--tw-gradient-to:hsla(0,86%,97%,0) var(--tw-gradient-to-position)}.to-red-50\/10{--tw-gradient-to:hsla(0,86%,97%,.1) var(--tw-gradient-to-position)}.to-red-50\/100{--tw-gradient-to:#fef2f2 var(--tw-gradient-to-position)}.to-red-50\/20{--tw-gradient-to:hsla(0,86%,97%,.2) var(--tw-gradient-to-position)}.to-red-50\/25{--tw-gradient-to:hsla(0,86%,97%,.25) var(--tw-gradient-to-position)}.to-red-50\/30{--tw-gradient-to:hsla(0,86%,97%,.3) var(--tw-gradient-to-position)}.to-red-50\/40{--tw-gradient-to:hsla(0,86%,97%,.4) var(--tw-gradient-to-position)}.to-red-50\/5{--tw-gradient-to:hsla(0,86%,97%,.05) var(--tw-gradient-to-position)}.to-red-50\/50{--tw-gradient-to:hsla(0,86%,97%,.5) var(--tw-gradient-to-position)}.to-red-50\/60{--tw-gradient-to:hsla(0,86%,97%,.6) var(--tw-gradient-to-position)}.to-red-50\/70{--tw-gradient-to:hsla(0,86%,97%,.7) var(--tw-gradient-to-position)}.to-red-50\/75{--tw-gradient-to:hsla(0,86%,97%,.75) var(--tw-gradient-to-position)}.to-red-50\/80{--tw-gradient-to:hsla(0,86%,97%,.8) var(--tw-gradient-to-position)}.to-red-50\/90{--tw-gradient-to:hsla(0,86%,97%,.9) var(--tw-gradient-to-position)}.to-red-50\/95{--tw-gradient-to:hsla(0,86%,97%,.95) var(--tw-gradient-to-position)}.to-red-500{--tw-gradient-to:#ef4444 var(--tw-gradient-to-position)}.to-red-500\/0{--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position)}.to-red-500\/10{--tw-gradient-to:rgba(239,68,68,.1) var(--tw-gradient-to-position)}.to-red-500\/100{--tw-gradient-to:#ef4444 var(--tw-gradient-to-position)}.to-red-500\/20{--tw-gradient-to:rgba(239,68,68,.2) var(--tw-gradient-to-position)}.to-red-500\/25{--tw-gradient-to:rgba(239,68,68,.25) var(--tw-gradient-to-position)}.to-red-500\/30{--tw-gradient-to:rgba(239,68,68,.3) var(--tw-gradient-to-position)}.to-red-500\/40{--tw-gradient-to:rgba(239,68,68,.4) var(--tw-gradient-to-position)}.to-red-500\/5{--tw-gradient-to:rgba(239,68,68,.05) var(--tw-gradient-to-position)}.to-red-500\/50{--tw-gradient-to:rgba(239,68,68,.5) var(--tw-gradient-to-position)}.to-red-500\/60{--tw-gradient-to:rgba(239,68,68,.6) var(--tw-gradient-to-position)}.to-red-500\/70{--tw-gradient-to:rgba(239,68,68,.7) var(--tw-gradient-to-position)}.to-red-500\/75{--tw-gradient-to:rgba(239,68,68,.75) var(--tw-gradient-to-position)}.to-red-500\/80{--tw-gradient-to:rgba(239,68,68,.8) var(--tw-gradient-to-position)}.to-red-500\/90{--tw-gradient-to:rgba(239,68,68,.9) var(--tw-gradient-to-position)}.to-red-500\/95{--tw-gradient-to:rgba(239,68,68,.95) var(--tw-gradient-to-position)}.to-red-600{--tw-gradient-to:#dc2626 var(--tw-gradient-to-position)}.to-red-600\/0{--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position)}.to-red-600\/10{--tw-gradient-to:rgba(220,38,38,.1) var(--tw-gradient-to-position)}.to-red-600\/100{--tw-gradient-to:#dc2626 var(--tw-gradient-to-position)}.to-red-600\/20{--tw-gradient-to:rgba(220,38,38,.2) var(--tw-gradient-to-position)}.to-red-600\/25{--tw-gradient-to:rgba(220,38,38,.25) var(--tw-gradient-to-position)}.to-red-600\/30{--tw-gradient-to:rgba(220,38,38,.3) var(--tw-gradient-to-position)}.to-red-600\/40{--tw-gradient-to:rgba(220,38,38,.4) var(--tw-gradient-to-position)}.to-red-600\/5{--tw-gradient-to:rgba(220,38,38,.05) var(--tw-gradient-to-position)}.to-red-600\/50{--tw-gradient-to:rgba(220,38,38,.5) var(--tw-gradient-to-position)}.to-red-600\/60{--tw-gradient-to:rgba(220,38,38,.6) var(--tw-gradient-to-position)}.to-red-600\/70{--tw-gradient-to:rgba(220,38,38,.7) var(--tw-gradient-to-position)}.to-red-600\/75{--tw-gradient-to:rgba(220,38,38,.75) var(--tw-gradient-to-position)}.to-red-600\/80{--tw-gradient-to:rgba(220,38,38,.8) var(--tw-gradient-to-position)}.to-red-600\/90{--tw-gradient-to:rgba(220,38,38,.9) var(--tw-gradient-to-position)}.to-red-600\/95{--tw-gradient-to:rgba(220,38,38,.95) var(--tw-gradient-to-position)}.to-red-700{--tw-gradient-to:#b91c1c var(--tw-gradient-to-position)}.to-red-700\/0{--tw-gradient-to:rgba(185,28,28,0) var(--tw-gradient-to-position)}.to-red-700\/10{--tw-gradient-to:rgba(185,28,28,.1) var(--tw-gradient-to-position)}.to-red-700\/100{--tw-gradient-to:#b91c1c var(--tw-gradient-to-position)}.to-red-700\/20{--tw-gradient-to:rgba(185,28,28,.2) var(--tw-gradient-to-position)}.to-red-700\/25{--tw-gradient-to:rgba(185,28,28,.25) var(--tw-gradient-to-position)}.to-red-700\/30{--tw-gradient-to:rgba(185,28,28,.3) var(--tw-gradient-to-position)}.to-red-700\/40{--tw-gradient-to:rgba(185,28,28,.4) var(--tw-gradient-to-position)}.to-red-700\/5{--tw-gradient-to:rgba(185,28,28,.05) var(--tw-gradient-to-position)}.to-red-700\/50{--tw-gradient-to:rgba(185,28,28,.5) var(--tw-gradient-to-position)}.to-red-700\/60{--tw-gradient-to:rgba(185,28,28,.6) var(--tw-gradient-to-position)}.to-red-700\/70{--tw-gradient-to:rgba(185,28,28,.7) var(--tw-gradient-to-position)}.to-red-700\/75{--tw-gradient-to:rgba(185,28,28,.75) var(--tw-gradient-to-position)}.to-red-700\/80{--tw-gradient-to:rgba(185,28,28,.8) var(--tw-gradient-to-position)}.to-red-700\/90{--tw-gradient-to:rgba(185,28,28,.9) var(--tw-gradient-to-position)}.to-red-700\/95{--tw-gradient-to:rgba(185,28,28,.95) var(--tw-gradient-to-position)}.to-red-800{--tw-gradient-to:#991b1b var(--tw-gradient-to-position)}.to-red-800\/0{--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position)}.to-red-800\/10{--tw-gradient-to:rgba(153,27,27,.1) var(--tw-gradient-to-position)}.to-red-800\/100{--tw-gradient-to:#991b1b var(--tw-gradient-to-position)}.to-red-800\/20{--tw-gradient-to:rgba(153,27,27,.2) var(--tw-gradient-to-position)}.to-red-800\/25{--tw-gradient-to:rgba(153,27,27,.25) var(--tw-gradient-to-position)}.to-red-800\/30{--tw-gradient-to:rgba(153,27,27,.3) var(--tw-gradient-to-position)}.to-red-800\/40{--tw-gradient-to:rgba(153,27,27,.4) var(--tw-gradient-to-position)}.to-red-800\/5{--tw-gradient-to:rgba(153,27,27,.05) var(--tw-gradient-to-position)}.to-red-800\/50{--tw-gradient-to:rgba(153,27,27,.5) var(--tw-gradient-to-position)}.to-red-800\/60{--tw-gradient-to:rgba(153,27,27,.6) var(--tw-gradient-to-position)}.to-red-800\/70{--tw-gradient-to:rgba(153,27,27,.7) var(--tw-gradient-to-position)}.to-red-800\/75{--tw-gradient-to:rgba(153,27,27,.75) var(--tw-gradient-to-position)}.to-red-800\/80{--tw-gradient-to:rgba(153,27,27,.8) var(--tw-gradient-to-position)}.to-red-800\/90{--tw-gradient-to:rgba(153,27,27,.9) var(--tw-gradient-to-position)}.to-red-800\/95{--tw-gradient-to:rgba(153,27,27,.95) var(--tw-gradient-to-position)}.to-red-900{--tw-gradient-to:#7f1d1d var(--tw-gradient-to-position)}.to-red-900\/0{--tw-gradient-to:rgba(127,29,29,0) var(--tw-gradient-to-position)}.to-red-900\/10{--tw-gradient-to:rgba(127,29,29,.1) var(--tw-gradient-to-position)}.to-red-900\/100{--tw-gradient-to:#7f1d1d var(--tw-gradient-to-position)}.to-red-900\/20{--tw-gradient-to:rgba(127,29,29,.2) var(--tw-gradient-to-position)}.to-red-900\/25{--tw-gradient-to:rgba(127,29,29,.25) var(--tw-gradient-to-position)}.to-red-900\/30{--tw-gradient-to:rgba(127,29,29,.3) var(--tw-gradient-to-position)}.to-red-900\/40{--tw-gradient-to:rgba(127,29,29,.4) var(--tw-gradient-to-position)}.to-red-900\/5{--tw-gradient-to:rgba(127,29,29,.05) var(--tw-gradient-to-position)}.to-red-900\/50{--tw-gradient-to:rgba(127,29,29,.5) var(--tw-gradient-to-position)}.to-red-900\/60{--tw-gradient-to:rgba(127,29,29,.6) var(--tw-gradient-to-position)}.to-red-900\/70{--tw-gradient-to:rgba(127,29,29,.7) var(--tw-gradient-to-position)}.to-red-900\/75{--tw-gradient-to:rgba(127,29,29,.75) var(--tw-gradient-to-position)}.to-red-900\/80{--tw-gradient-to:rgba(127,29,29,.8) var(--tw-gradient-to-position)}.to-red-900\/90{--tw-gradient-to:rgba(127,29,29,.9) var(--tw-gradient-to-position)}.to-red-900\/95{--tw-gradient-to:rgba(127,29,29,.95) var(--tw-gradient-to-position)}.to-red-950{--tw-gradient-to:#450a0a var(--tw-gradient-to-position)}.to-red-950\/0{--tw-gradient-to:rgba(69,10,10,0) var(--tw-gradient-to-position)}.to-red-950\/10{--tw-gradient-to:rgba(69,10,10,.1) var(--tw-gradient-to-position)}.to-red-950\/100{--tw-gradient-to:#450a0a var(--tw-gradient-to-position)}.to-red-950\/20{--tw-gradient-to:rgba(69,10,10,.2) var(--tw-gradient-to-position)}.to-red-950\/25{--tw-gradient-to:rgba(69,10,10,.25) var(--tw-gradient-to-position)}.to-red-950\/30{--tw-gradient-to:rgba(69,10,10,.3) var(--tw-gradient-to-position)}.to-red-950\/40{--tw-gradient-to:rgba(69,10,10,.4) var(--tw-gradient-to-position)}.to-red-950\/5{--tw-gradient-to:rgba(69,10,10,.05) var(--tw-gradient-to-position)}.to-red-950\/50{--tw-gradient-to:rgba(69,10,10,.5) var(--tw-gradient-to-position)}.to-red-950\/60{--tw-gradient-to:rgba(69,10,10,.6) var(--tw-gradient-to-position)}.to-red-950\/70{--tw-gradient-to:rgba(69,10,10,.7) var(--tw-gradient-to-position)}.to-red-950\/75{--tw-gradient-to:rgba(69,10,10,.75) var(--tw-gradient-to-position)}.to-red-950\/80{--tw-gradient-to:rgba(69,10,10,.8) var(--tw-gradient-to-position)}.to-red-950\/90{--tw-gradient-to:rgba(69,10,10,.9) var(--tw-gradient-to-position)}.to-red-950\/95{--tw-gradient-to:rgba(69,10,10,.95) var(--tw-gradient-to-position)}.fill-red-100{fill:#fee2e2}.fill-red-100\/0{fill:hsla(0,93%,94%,0)}.fill-red-100\/10{fill:hsla(0,93%,94%,.1)}.fill-red-100\/100{fill:#fee2e2}.fill-red-100\/20{fill:hsla(0,93%,94%,.2)}.fill-red-100\/25{fill:hsla(0,93%,94%,.25)}.fill-red-100\/30{fill:hsla(0,93%,94%,.3)}.fill-red-100\/40{fill:hsla(0,93%,94%,.4)}.fill-red-100\/5{fill:hsla(0,93%,94%,.05)}.fill-red-100\/50{fill:hsla(0,93%,94%,.5)}.fill-red-100\/60{fill:hsla(0,93%,94%,.6)}.fill-red-100\/70{fill:hsla(0,93%,94%,.7)}.fill-red-100\/75{fill:hsla(0,93%,94%,.75)}.fill-red-100\/80{fill:hsla(0,93%,94%,.8)}.fill-red-100\/90{fill:hsla(0,93%,94%,.9)}.fill-red-100\/95{fill:hsla(0,93%,94%,.95)}.fill-red-200{fill:#fecaca}.fill-red-200\/0{fill:hsla(0,96%,89%,0)}.fill-red-200\/10{fill:hsla(0,96%,89%,.1)}.fill-red-200\/100{fill:#fecaca}.fill-red-200\/20{fill:hsla(0,96%,89%,.2)}.fill-red-200\/25{fill:hsla(0,96%,89%,.25)}.fill-red-200\/30{fill:hsla(0,96%,89%,.3)}.fill-red-200\/40{fill:hsla(0,96%,89%,.4)}.fill-red-200\/5{fill:hsla(0,96%,89%,.05)}.fill-red-200\/50{fill:hsla(0,96%,89%,.5)}.fill-red-200\/60{fill:hsla(0,96%,89%,.6)}.fill-red-200\/70{fill:hsla(0,96%,89%,.7)}.fill-red-200\/75{fill:hsla(0,96%,89%,.75)}.fill-red-200\/80{fill:hsla(0,96%,89%,.8)}.fill-red-200\/90{fill:hsla(0,96%,89%,.9)}.fill-red-200\/95{fill:hsla(0,96%,89%,.95)}.fill-red-300{fill:#fca5a5}.fill-red-300\/0{fill:hsla(0,94%,82%,0)}.fill-red-300\/10{fill:hsla(0,94%,82%,.1)}.fill-red-300\/100{fill:#fca5a5}.fill-red-300\/20{fill:hsla(0,94%,82%,.2)}.fill-red-300\/25{fill:hsla(0,94%,82%,.25)}.fill-red-300\/30{fill:hsla(0,94%,82%,.3)}.fill-red-300\/40{fill:hsla(0,94%,82%,.4)}.fill-red-300\/5{fill:hsla(0,94%,82%,.05)}.fill-red-300\/50{fill:hsla(0,94%,82%,.5)}.fill-red-300\/60{fill:hsla(0,94%,82%,.6)}.fill-red-300\/70{fill:hsla(0,94%,82%,.7)}.fill-red-300\/75{fill:hsla(0,94%,82%,.75)}.fill-red-300\/80{fill:hsla(0,94%,82%,.8)}.fill-red-300\/90{fill:hsla(0,94%,82%,.9)}.fill-red-300\/95{fill:hsla(0,94%,82%,.95)}.fill-red-400{fill:#f87171}.fill-red-400\/0{fill:hsla(0,91%,71%,0)}.fill-red-400\/10{fill:hsla(0,91%,71%,.1)}.fill-red-400\/100{fill:#f87171}.fill-red-400\/20{fill:hsla(0,91%,71%,.2)}.fill-red-400\/25{fill:hsla(0,91%,71%,.25)}.fill-red-400\/30{fill:hsla(0,91%,71%,.3)}.fill-red-400\/40{fill:hsla(0,91%,71%,.4)}.fill-red-400\/5{fill:hsla(0,91%,71%,.05)}.fill-red-400\/50{fill:hsla(0,91%,71%,.5)}.fill-red-400\/60{fill:hsla(0,91%,71%,.6)}.fill-red-400\/70{fill:hsla(0,91%,71%,.7)}.fill-red-400\/75{fill:hsla(0,91%,71%,.75)}.fill-red-400\/80{fill:hsla(0,91%,71%,.8)}.fill-red-400\/90{fill:hsla(0,91%,71%,.9)}.fill-red-400\/95{fill:hsla(0,91%,71%,.95)}.fill-red-50{fill:#fef2f2}.fill-red-50\/0{fill:hsla(0,86%,97%,0)}.fill-red-50\/10{fill:hsla(0,86%,97%,.1)}.fill-red-50\/100{fill:#fef2f2}.fill-red-50\/20{fill:hsla(0,86%,97%,.2)}.fill-red-50\/25{fill:hsla(0,86%,97%,.25)}.fill-red-50\/30{fill:hsla(0,86%,97%,.3)}.fill-red-50\/40{fill:hsla(0,86%,97%,.4)}.fill-red-50\/5{fill:hsla(0,86%,97%,.05)}.fill-red-50\/50{fill:hsla(0,86%,97%,.5)}.fill-red-50\/60{fill:hsla(0,86%,97%,.6)}.fill-red-50\/70{fill:hsla(0,86%,97%,.7)}.fill-red-50\/75{fill:hsla(0,86%,97%,.75)}.fill-red-50\/80{fill:hsla(0,86%,97%,.8)}.fill-red-50\/90{fill:hsla(0,86%,97%,.9)}.fill-red-50\/95{fill:hsla(0,86%,97%,.95)}.fill-red-500{fill:#ef4444}.fill-red-500\/0{fill:rgba(239,68,68,0)}.fill-red-500\/10{fill:rgba(239,68,68,.1)}.fill-red-500\/100{fill:#ef4444}.fill-red-500\/20{fill:rgba(239,68,68,.2)}.fill-red-500\/25{fill:rgba(239,68,68,.25)}.fill-red-500\/30{fill:rgba(239,68,68,.3)}.fill-red-500\/40{fill:rgba(239,68,68,.4)}.fill-red-500\/5{fill:rgba(239,68,68,.05)}.fill-red-500\/50{fill:rgba(239,68,68,.5)}.fill-red-500\/60{fill:rgba(239,68,68,.6)}.fill-red-500\/70{fill:rgba(239,68,68,.7)}.fill-red-500\/75{fill:rgba(239,68,68,.75)}.fill-red-500\/80{fill:rgba(239,68,68,.8)}.fill-red-500\/90{fill:rgba(239,68,68,.9)}.fill-red-500\/95{fill:rgba(239,68,68,.95)}.fill-red-600{fill:#dc2626}.fill-red-600\/0{fill:rgba(220,38,38,0)}.fill-red-600\/10{fill:rgba(220,38,38,.1)}.fill-red-600\/100{fill:#dc2626}.fill-red-600\/20{fill:rgba(220,38,38,.2)}.fill-red-600\/25{fill:rgba(220,38,38,.25)}.fill-red-600\/30{fill:rgba(220,38,38,.3)}.fill-red-600\/40{fill:rgba(220,38,38,.4)}.fill-red-600\/5{fill:rgba(220,38,38,.05)}.fill-red-600\/50{fill:rgba(220,38,38,.5)}.fill-red-600\/60{fill:rgba(220,38,38,.6)}.fill-red-600\/70{fill:rgba(220,38,38,.7)}.fill-red-600\/75{fill:rgba(220,38,38,.75)}.fill-red-600\/80{fill:rgba(220,38,38,.8)}.fill-red-600\/90{fill:rgba(220,38,38,.9)}.fill-red-600\/95{fill:rgba(220,38,38,.95)}.fill-red-700{fill:#b91c1c}.fill-red-700\/0{fill:rgba(185,28,28,0)}.fill-red-700\/10{fill:rgba(185,28,28,.1)}.fill-red-700\/100{fill:#b91c1c}.fill-red-700\/20{fill:rgba(185,28,28,.2)}.fill-red-700\/25{fill:rgba(185,28,28,.25)}.fill-red-700\/30{fill:rgba(185,28,28,.3)}.fill-red-700\/40{fill:rgba(185,28,28,.4)}.fill-red-700\/5{fill:rgba(185,28,28,.05)}.fill-red-700\/50{fill:rgba(185,28,28,.5)}.fill-red-700\/60{fill:rgba(185,28,28,.6)}.fill-red-700\/70{fill:rgba(185,28,28,.7)}.fill-red-700\/75{fill:rgba(185,28,28,.75)}.fill-red-700\/80{fill:rgba(185,28,28,.8)}.fill-red-700\/90{fill:rgba(185,28,28,.9)}.fill-red-700\/95{fill:rgba(185,28,28,.95)}.fill-red-800{fill:#991b1b}.fill-red-800\/0{fill:rgba(153,27,27,0)}.fill-red-800\/10{fill:rgba(153,27,27,.1)}.fill-red-800\/100{fill:#991b1b}.fill-red-800\/20{fill:rgba(153,27,27,.2)}.fill-red-800\/25{fill:rgba(153,27,27,.25)}.fill-red-800\/30{fill:rgba(153,27,27,.3)}.fill-red-800\/40{fill:rgba(153,27,27,.4)}.fill-red-800\/5{fill:rgba(153,27,27,.05)}.fill-red-800\/50{fill:rgba(153,27,27,.5)}.fill-red-800\/60{fill:rgba(153,27,27,.6)}.fill-red-800\/70{fill:rgba(153,27,27,.7)}.fill-red-800\/75{fill:rgba(153,27,27,.75)}.fill-red-800\/80{fill:rgba(153,27,27,.8)}.fill-red-800\/90{fill:rgba(153,27,27,.9)}.fill-red-800\/95{fill:rgba(153,27,27,.95)}.fill-red-900{fill:#7f1d1d}.fill-red-900\/0{fill:rgba(127,29,29,0)}.fill-red-900\/10{fill:rgba(127,29,29,.1)}.fill-red-900\/100{fill:#7f1d1d}.fill-red-900\/20{fill:rgba(127,29,29,.2)}.fill-red-900\/25{fill:rgba(127,29,29,.25)}.fill-red-900\/30{fill:rgba(127,29,29,.3)}.fill-red-900\/40{fill:rgba(127,29,29,.4)}.fill-red-900\/5{fill:rgba(127,29,29,.05)}.fill-red-900\/50{fill:rgba(127,29,29,.5)}.fill-red-900\/60{fill:rgba(127,29,29,.6)}.fill-red-900\/70{fill:rgba(127,29,29,.7)}.fill-red-900\/75{fill:rgba(127,29,29,.75)}.fill-red-900\/80{fill:rgba(127,29,29,.8)}.fill-red-900\/90{fill:rgba(127,29,29,.9)}.fill-red-900\/95{fill:rgba(127,29,29,.95)}.fill-red-950{fill:#450a0a}.fill-red-950\/0{fill:rgba(69,10,10,0)}.fill-red-950\/10{fill:rgba(69,10,10,.1)}.fill-red-950\/100{fill:#450a0a}.fill-red-950\/20{fill:rgba(69,10,10,.2)}.fill-red-950\/25{fill:rgba(69,10,10,.25)}.fill-red-950\/30{fill:rgba(69,10,10,.3)}.fill-red-950\/40{fill:rgba(69,10,10,.4)}.fill-red-950\/5{fill:rgba(69,10,10,.05)}.fill-red-950\/50{fill:rgba(69,10,10,.5)}.fill-red-950\/60{fill:rgba(69,10,10,.6)}.fill-red-950\/70{fill:rgba(69,10,10,.7)}.fill-red-950\/75{fill:rgba(69,10,10,.75)}.fill-red-950\/80{fill:rgba(69,10,10,.8)}.fill-red-950\/90{fill:rgba(69,10,10,.9)}.fill-red-950\/95{fill:rgba(69,10,10,.95)}.stroke-current{stroke:currentColor}.stroke-red-100{stroke:#fee2e2}.stroke-red-100\/0{stroke:hsla(0,93%,94%,0)}.stroke-red-100\/10{stroke:hsla(0,93%,94%,.1)}.stroke-red-100\/100{stroke:#fee2e2}.stroke-red-100\/20{stroke:hsla(0,93%,94%,.2)}.stroke-red-100\/25{stroke:hsla(0,93%,94%,.25)}.stroke-red-100\/30{stroke:hsla(0,93%,94%,.3)}.stroke-red-100\/40{stroke:hsla(0,93%,94%,.4)}.stroke-red-100\/5{stroke:hsla(0,93%,94%,.05)}.stroke-red-100\/50{stroke:hsla(0,93%,94%,.5)}.stroke-red-100\/60{stroke:hsla(0,93%,94%,.6)}.stroke-red-100\/70{stroke:hsla(0,93%,94%,.7)}.stroke-red-100\/75{stroke:hsla(0,93%,94%,.75)}.stroke-red-100\/80{stroke:hsla(0,93%,94%,.8)}.stroke-red-100\/90{stroke:hsla(0,93%,94%,.9)}.stroke-red-100\/95{stroke:hsla(0,93%,94%,.95)}.stroke-red-200{stroke:#fecaca}.stroke-red-200\/0{stroke:hsla(0,96%,89%,0)}.stroke-red-200\/10{stroke:hsla(0,96%,89%,.1)}.stroke-red-200\/100{stroke:#fecaca}.stroke-red-200\/20{stroke:hsla(0,96%,89%,.2)}.stroke-red-200\/25{stroke:hsla(0,96%,89%,.25)}.stroke-red-200\/30{stroke:hsla(0,96%,89%,.3)}.stroke-red-200\/40{stroke:hsla(0,96%,89%,.4)}.stroke-red-200\/5{stroke:hsla(0,96%,89%,.05)}.stroke-red-200\/50{stroke:hsla(0,96%,89%,.5)}.stroke-red-200\/60{stroke:hsla(0,96%,89%,.6)}.stroke-red-200\/70{stroke:hsla(0,96%,89%,.7)}.stroke-red-200\/75{stroke:hsla(0,96%,89%,.75)}.stroke-red-200\/80{stroke:hsla(0,96%,89%,.8)}.stroke-red-200\/90{stroke:hsla(0,96%,89%,.9)}.stroke-red-200\/95{stroke:hsla(0,96%,89%,.95)}.stroke-red-300{stroke:#fca5a5}.stroke-red-300\/0{stroke:hsla(0,94%,82%,0)}.stroke-red-300\/10{stroke:hsla(0,94%,82%,.1)}.stroke-red-300\/100{stroke:#fca5a5}.stroke-red-300\/20{stroke:hsla(0,94%,82%,.2)}.stroke-red-300\/25{stroke:hsla(0,94%,82%,.25)}.stroke-red-300\/30{stroke:hsla(0,94%,82%,.3)}.stroke-red-300\/40{stroke:hsla(0,94%,82%,.4)}.stroke-red-300\/5{stroke:hsla(0,94%,82%,.05)}.stroke-red-300\/50{stroke:hsla(0,94%,82%,.5)}.stroke-red-300\/60{stroke:hsla(0,94%,82%,.6)}.stroke-red-300\/70{stroke:hsla(0,94%,82%,.7)}.stroke-red-300\/75{stroke:hsla(0,94%,82%,.75)}.stroke-red-300\/80{stroke:hsla(0,94%,82%,.8)}.stroke-red-300\/90{stroke:hsla(0,94%,82%,.9)}.stroke-red-300\/95{stroke:hsla(0,94%,82%,.95)}.stroke-red-400{stroke:#f87171}.stroke-red-400\/0{stroke:hsla(0,91%,71%,0)}.stroke-red-400\/10{stroke:hsla(0,91%,71%,.1)}.stroke-red-400\/100{stroke:#f87171}.stroke-red-400\/20{stroke:hsla(0,91%,71%,.2)}.stroke-red-400\/25{stroke:hsla(0,91%,71%,.25)}.stroke-red-400\/30{stroke:hsla(0,91%,71%,.3)}.stroke-red-400\/40{stroke:hsla(0,91%,71%,.4)}.stroke-red-400\/5{stroke:hsla(0,91%,71%,.05)}.stroke-red-400\/50{stroke:hsla(0,91%,71%,.5)}.stroke-red-400\/60{stroke:hsla(0,91%,71%,.6)}.stroke-red-400\/70{stroke:hsla(0,91%,71%,.7)}.stroke-red-400\/75{stroke:hsla(0,91%,71%,.75)}.stroke-red-400\/80{stroke:hsla(0,91%,71%,.8)}.stroke-red-400\/90{stroke:hsla(0,91%,71%,.9)}.stroke-red-400\/95{stroke:hsla(0,91%,71%,.95)}.stroke-red-50{stroke:#fef2f2}.stroke-red-50\/0{stroke:hsla(0,86%,97%,0)}.stroke-red-50\/10{stroke:hsla(0,86%,97%,.1)}.stroke-red-50\/100{stroke:#fef2f2}.stroke-red-50\/20{stroke:hsla(0,86%,97%,.2)}.stroke-red-50\/25{stroke:hsla(0,86%,97%,.25)}.stroke-red-50\/30{stroke:hsla(0,86%,97%,.3)}.stroke-red-50\/40{stroke:hsla(0,86%,97%,.4)}.stroke-red-50\/5{stroke:hsla(0,86%,97%,.05)}.stroke-red-50\/50{stroke:hsla(0,86%,97%,.5)}.stroke-red-50\/60{stroke:hsla(0,86%,97%,.6)}.stroke-red-50\/70{stroke:hsla(0,86%,97%,.7)}.stroke-red-50\/75{stroke:hsla(0,86%,97%,.75)}.stroke-red-50\/80{stroke:hsla(0,86%,97%,.8)}.stroke-red-50\/90{stroke:hsla(0,86%,97%,.9)}.stroke-red-50\/95{stroke:hsla(0,86%,97%,.95)}.stroke-red-500{stroke:#ef4444}.stroke-red-500\/0{stroke:rgba(239,68,68,0)}.stroke-red-500\/10{stroke:rgba(239,68,68,.1)}.stroke-red-500\/100{stroke:#ef4444}.stroke-red-500\/20{stroke:rgba(239,68,68,.2)}.stroke-red-500\/25{stroke:rgba(239,68,68,.25)}.stroke-red-500\/30{stroke:rgba(239,68,68,.3)}.stroke-red-500\/40{stroke:rgba(239,68,68,.4)}.stroke-red-500\/5{stroke:rgba(239,68,68,.05)}.stroke-red-500\/50{stroke:rgba(239,68,68,.5)}.stroke-red-500\/60{stroke:rgba(239,68,68,.6)}.stroke-red-500\/70{stroke:rgba(239,68,68,.7)}.stroke-red-500\/75{stroke:rgba(239,68,68,.75)}.stroke-red-500\/80{stroke:rgba(239,68,68,.8)}.stroke-red-500\/90{stroke:rgba(239,68,68,.9)}.stroke-red-500\/95{stroke:rgba(239,68,68,.95)}.stroke-red-600{stroke:#dc2626}.stroke-red-600\/0{stroke:rgba(220,38,38,0)}.stroke-red-600\/10{stroke:rgba(220,38,38,.1)}.stroke-red-600\/100{stroke:#dc2626}.stroke-red-600\/20{stroke:rgba(220,38,38,.2)}.stroke-red-600\/25{stroke:rgba(220,38,38,.25)}.stroke-red-600\/30{stroke:rgba(220,38,38,.3)}.stroke-red-600\/40{stroke:rgba(220,38,38,.4)}.stroke-red-600\/5{stroke:rgba(220,38,38,.05)}.stroke-red-600\/50{stroke:rgba(220,38,38,.5)}.stroke-red-600\/60{stroke:rgba(220,38,38,.6)}.stroke-red-600\/70{stroke:rgba(220,38,38,.7)}.stroke-red-600\/75{stroke:rgba(220,38,38,.75)}.stroke-red-600\/80{stroke:rgba(220,38,38,.8)}.stroke-red-600\/90{stroke:rgba(220,38,38,.9)}.stroke-red-600\/95{stroke:rgba(220,38,38,.95)}.stroke-red-700{stroke:#b91c1c}.stroke-red-700\/0{stroke:rgba(185,28,28,0)}.stroke-red-700\/10{stroke:rgba(185,28,28,.1)}.stroke-red-700\/100{stroke:#b91c1c}.stroke-red-700\/20{stroke:rgba(185,28,28,.2)}.stroke-red-700\/25{stroke:rgba(185,28,28,.25)}.stroke-red-700\/30{stroke:rgba(185,28,28,.3)}.stroke-red-700\/40{stroke:rgba(185,28,28,.4)}.stroke-red-700\/5{stroke:rgba(185,28,28,.05)}.stroke-red-700\/50{stroke:rgba(185,28,28,.5)}.stroke-red-700\/60{stroke:rgba(185,28,28,.6)}.stroke-red-700\/70{stroke:rgba(185,28,28,.7)}.stroke-red-700\/75{stroke:rgba(185,28,28,.75)}.stroke-red-700\/80{stroke:rgba(185,28,28,.8)}.stroke-red-700\/90{stroke:rgba(185,28,28,.9)}.stroke-red-700\/95{stroke:rgba(185,28,28,.95)}.stroke-red-800{stroke:#991b1b}.stroke-red-800\/0{stroke:rgba(153,27,27,0)}.stroke-red-800\/10{stroke:rgba(153,27,27,.1)}.stroke-red-800\/100{stroke:#991b1b}.stroke-red-800\/20{stroke:rgba(153,27,27,.2)}.stroke-red-800\/25{stroke:rgba(153,27,27,.25)}.stroke-red-800\/30{stroke:rgba(153,27,27,.3)}.stroke-red-800\/40{stroke:rgba(153,27,27,.4)}.stroke-red-800\/5{stroke:rgba(153,27,27,.05)}.stroke-red-800\/50{stroke:rgba(153,27,27,.5)}.stroke-red-800\/60{stroke:rgba(153,27,27,.6)}.stroke-red-800\/70{stroke:rgba(153,27,27,.7)}.stroke-red-800\/75{stroke:rgba(153,27,27,.75)}.stroke-red-800\/80{stroke:rgba(153,27,27,.8)}.stroke-red-800\/90{stroke:rgba(153,27,27,.9)}.stroke-red-800\/95{stroke:rgba(153,27,27,.95)}.stroke-red-900{stroke:#7f1d1d}.stroke-red-900\/0{stroke:rgba(127,29,29,0)}.stroke-red-900\/10{stroke:rgba(127,29,29,.1)}.stroke-red-900\/100{stroke:#7f1d1d}.stroke-red-900\/20{stroke:rgba(127,29,29,.2)}.stroke-red-900\/25{stroke:rgba(127,29,29,.25)}.stroke-red-900\/30{stroke:rgba(127,29,29,.3)}.stroke-red-900\/40{stroke:rgba(127,29,29,.4)}.stroke-red-900\/5{stroke:rgba(127,29,29,.05)}.stroke-red-900\/50{stroke:rgba(127,29,29,.5)}.stroke-red-900\/60{stroke:rgba(127,29,29,.6)}.stroke-red-900\/70{stroke:rgba(127,29,29,.7)}.stroke-red-900\/75{stroke:rgba(127,29,29,.75)}.stroke-red-900\/80{stroke:rgba(127,29,29,.8)}.stroke-red-900\/90{stroke:rgba(127,29,29,.9)}.stroke-red-900\/95{stroke:rgba(127,29,29,.95)}.stroke-red-950{stroke:#450a0a}.stroke-red-950\/0{stroke:rgba(69,10,10,0)}.stroke-red-950\/10{stroke:rgba(69,10,10,.1)}.stroke-red-950\/100{stroke:#450a0a}.stroke-red-950\/20{stroke:rgba(69,10,10,.2)}.stroke-red-950\/25{stroke:rgba(69,10,10,.25)}.stroke-red-950\/30{stroke:rgba(69,10,10,.3)}.stroke-red-950\/40{stroke:rgba(69,10,10,.4)}.stroke-red-950\/5{stroke:rgba(69,10,10,.05)}.stroke-red-950\/50{stroke:rgba(69,10,10,.5)}.stroke-red-950\/60{stroke:rgba(69,10,10,.6)}.stroke-red-950\/70{stroke:rgba(69,10,10,.7)}.stroke-red-950\/75{stroke:rgba(69,10,10,.75)}.stroke-red-950\/80{stroke:rgba(69,10,10,.8)}.stroke-red-950\/90{stroke:rgba(69,10,10,.9)}.stroke-red-950\/95{stroke:rgba(69,10,10,.95)}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-px{padding:1px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-4{padding-bottom:1rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pt-3{padding-top:.75rem}.pt-5{padding-top:1.25rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-7{line-height:1.75rem}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.text-base-content\/70{color:hsl(var(--bc)/.7)}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity))}.text-green-800{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity))}.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity))}.text-neutral-500{--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity))}.text-neutral-content{--tw-text-opacity:1;color:hsl(var(--nc)/var(--tw-text-opacity))}.text-red-100{--tw-text-opacity:1;color:rgb(254 226 226/var(--tw-text-opacity))}.text-red-100\/0{color:hsla(0,93%,94%,0)}.text-red-100\/10{color:hsla(0,93%,94%,.1)}.text-red-100\/100{color:#fee2e2}.text-red-100\/20{color:hsla(0,93%,94%,.2)}.text-red-100\/25{color:hsla(0,93%,94%,.25)}.text-red-100\/30{color:hsla(0,93%,94%,.3)}.text-red-100\/40{color:hsla(0,93%,94%,.4)}.text-red-100\/5{color:hsla(0,93%,94%,.05)}.text-red-100\/50{color:hsla(0,93%,94%,.5)}.text-red-100\/60{color:hsla(0,93%,94%,.6)}.text-red-100\/70{color:hsla(0,93%,94%,.7)}.text-red-100\/75{color:hsla(0,93%,94%,.75)}.text-red-100\/80{color:hsla(0,93%,94%,.8)}.text-red-100\/90{color:hsla(0,93%,94%,.9)}.text-red-100\/95{color:hsla(0,93%,94%,.95)}.text-red-200{--tw-text-opacity:1;color:rgb(254 202 202/var(--tw-text-opacity))}.text-red-200\/0{color:hsla(0,96%,89%,0)}.text-red-200\/10{color:hsla(0,96%,89%,.1)}.text-red-200\/100{color:#fecaca}.text-red-200\/20{color:hsla(0,96%,89%,.2)}.text-red-200\/25{color:hsla(0,96%,89%,.25)}.text-red-200\/30{color:hsla(0,96%,89%,.3)}.text-red-200\/40{color:hsla(0,96%,89%,.4)}.text-red-200\/5{color:hsla(0,96%,89%,.05)}.text-red-200\/50{color:hsla(0,96%,89%,.5)}.text-red-200\/60{color:hsla(0,96%,89%,.6)}.text-red-200\/70{color:hsla(0,96%,89%,.7)}.text-red-200\/75{color:hsla(0,96%,89%,.75)}.text-red-200\/80{color:hsla(0,96%,89%,.8)}.text-red-200\/90{color:hsla(0,96%,89%,.9)}.text-red-200\/95{color:hsla(0,96%,89%,.95)}.text-red-300{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity))}.text-red-300\/0{color:hsla(0,94%,82%,0)}.text-red-300\/10{color:hsla(0,94%,82%,.1)}.text-red-300\/100{color:#fca5a5}.text-red-300\/20{color:hsla(0,94%,82%,.2)}.text-red-300\/25{color:hsla(0,94%,82%,.25)}.text-red-300\/30{color:hsla(0,94%,82%,.3)}.text-red-300\/40{color:hsla(0,94%,82%,.4)}.text-red-300\/5{color:hsla(0,94%,82%,.05)}.text-red-300\/50{color:hsla(0,94%,82%,.5)}.text-red-300\/60{color:hsla(0,94%,82%,.6)}.text-red-300\/70{color:hsla(0,94%,82%,.7)}.text-red-300\/75{color:hsla(0,94%,82%,.75)}.text-red-300\/80{color:hsla(0,94%,82%,.8)}.text-red-300\/90{color:hsla(0,94%,82%,.9)}.text-red-300\/95{color:hsla(0,94%,82%,.95)}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity))}.text-red-400\/0{color:hsla(0,91%,71%,0)}.text-red-400\/10{color:hsla(0,91%,71%,.1)}.text-red-400\/100{color:#f87171}.text-red-400\/20{color:hsla(0,91%,71%,.2)}.text-red-400\/25{color:hsla(0,91%,71%,.25)}.text-red-400\/30{color:hsla(0,91%,71%,.3)}.text-red-400\/40{color:hsla(0,91%,71%,.4)}.text-red-400\/5{color:hsla(0,91%,71%,.05)}.text-red-400\/50{color:hsla(0,91%,71%,.5)}.text-red-400\/60{color:hsla(0,91%,71%,.6)}.text-red-400\/70{color:hsla(0,91%,71%,.7)}.text-red-400\/75{color:hsla(0,91%,71%,.75)}.text-red-400\/80{color:hsla(0,91%,71%,.8)}.text-red-400\/90{color:hsla(0,91%,71%,.9)}.text-red-400\/95{color:hsla(0,91%,71%,.95)}.text-red-50{--tw-text-opacity:1;color:rgb(254 242 242/var(--tw-text-opacity))}.text-red-50\/0{color:hsla(0,86%,97%,0)}.text-red-50\/10{color:hsla(0,86%,97%,.1)}.text-red-50\/100{color:#fef2f2}.text-red-50\/20{color:hsla(0,86%,97%,.2)}.text-red-50\/25{color:hsla(0,86%,97%,.25)}.text-red-50\/30{color:hsla(0,86%,97%,.3)}.text-red-50\/40{color:hsla(0,86%,97%,.4)}.text-red-50\/5{color:hsla(0,86%,97%,.05)}.text-red-50\/50{color:hsla(0,86%,97%,.5)}.text-red-50\/60{color:hsla(0,86%,97%,.6)}.text-red-50\/70{color:hsla(0,86%,97%,.7)}.text-red-50\/75{color:hsla(0,86%,97%,.75)}.text-red-50\/80{color:hsla(0,86%,97%,.8)}.text-red-50\/90{color:hsla(0,86%,97%,.9)}.text-red-50\/95{color:hsla(0,86%,97%,.95)}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.text-red-500\/0{color:rgba(239,68,68,0)}.text-red-500\/10{color:rgba(239,68,68,.1)}.text-red-500\/100{color:#ef4444}.text-red-500\/20{color:rgba(239,68,68,.2)}.text-red-500\/25{color:rgba(239,68,68,.25)}.text-red-500\/30{color:rgba(239,68,68,.3)}.text-red-500\/40{color:rgba(239,68,68,.4)}.text-red-500\/5{color:rgba(239,68,68,.05)}.text-red-500\/50{color:rgba(239,68,68,.5)}.text-red-500\/60{color:rgba(239,68,68,.6)}.text-red-500\/70{color:rgba(239,68,68,.7)}.text-red-500\/75{color:rgba(239,68,68,.75)}.text-red-500\/80{color:rgba(239,68,68,.8)}.text-red-500\/90{color:rgba(239,68,68,.9)}.text-red-500\/95{color:rgba(239,68,68,.95)}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.text-red-600\/0{color:rgba(220,38,38,0)}.text-red-600\/10{color:rgba(220,38,38,.1)}.text-red-600\/100{color:#dc2626}.text-red-600\/20{color:rgba(220,38,38,.2)}.text-red-600\/25{color:rgba(220,38,38,.25)}.text-red-600\/30{color:rgba(220,38,38,.3)}.text-red-600\/40{color:rgba(220,38,38,.4)}.text-red-600\/5{color:rgba(220,38,38,.05)}.text-red-600\/50{color:rgba(220,38,38,.5)}.text-red-600\/60{color:rgba(220,38,38,.6)}.text-red-600\/70{color:rgba(220,38,38,.7)}.text-red-600\/75{color:rgba(220,38,38,.75)}.text-red-600\/80{color:rgba(220,38,38,.8)}.text-red-600\/90{color:rgba(220,38,38,.9)}.text-red-600\/95{color:rgba(220,38,38,.95)}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.text-red-700\/0{color:rgba(185,28,28,0)}.text-red-700\/10{color:rgba(185,28,28,.1)}.text-red-700\/100{color:#b91c1c}.text-red-700\/20{color:rgba(185,28,28,.2)}.text-red-700\/25{color:rgba(185,28,28,.25)}.text-red-700\/30{color:rgba(185,28,28,.3)}.text-red-700\/40{color:rgba(185,28,28,.4)}.text-red-700\/5{color:rgba(185,28,28,.05)}.text-red-700\/50{color:rgba(185,28,28,.5)}.text-red-700\/60{color:rgba(185,28,28,.6)}.text-red-700\/70{color:rgba(185,28,28,.7)}.text-red-700\/75{color:rgba(185,28,28,.75)}.text-red-700\/80{color:rgba(185,28,28,.8)}.text-red-700\/90{color:rgba(185,28,28,.9)}.text-red-700\/95{color:rgba(185,28,28,.95)}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity))}.text-red-800\/0{color:rgba(153,27,27,0)}.text-red-800\/10{color:rgba(153,27,27,.1)}.text-red-800\/100{color:#991b1b}.text-red-800\/20{color:rgba(153,27,27,.2)}.text-red-800\/25{color:rgba(153,27,27,.25)}.text-red-800\/30{color:rgba(153,27,27,.3)}.text-red-800\/40{color:rgba(153,27,27,.4)}.text-red-800\/5{color:rgba(153,27,27,.05)}.text-red-800\/50{color:rgba(153,27,27,.5)}.text-red-800\/60{color:rgba(153,27,27,.6)}.text-red-800\/70{color:rgba(153,27,27,.7)}.text-red-800\/75{color:rgba(153,27,27,.75)}.text-red-800\/80{color:rgba(153,27,27,.8)}.text-red-800\/90{color:rgba(153,27,27,.9)}.text-red-800\/95{color:rgba(153,27,27,.95)}.text-red-900{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity))}.text-red-900\/0{color:rgba(127,29,29,0)}.text-red-900\/10{color:rgba(127,29,29,.1)}.text-red-900\/100{color:#7f1d1d}.text-red-900\/20{color:rgba(127,29,29,.2)}.text-red-900\/25{color:rgba(127,29,29,.25)}.text-red-900\/30{color:rgba(127,29,29,.3)}.text-red-900\/40{color:rgba(127,29,29,.4)}.text-red-900\/5{color:rgba(127,29,29,.05)}.text-red-900\/50{color:rgba(127,29,29,.5)}.text-red-900\/60{color:rgba(127,29,29,.6)}.text-red-900\/70{color:rgba(127,29,29,.7)}.text-red-900\/75{color:rgba(127,29,29,.75)}.text-red-900\/80{color:rgba(127,29,29,.8)}.text-red-900\/90{color:rgba(127,29,29,.9)}.text-red-900\/95{color:rgba(127,29,29,.95)}.text-red-950{--tw-text-opacity:1;color:rgb(69 10 10/var(--tw-text-opacity))}.text-red-950\/0{color:rgba(69,10,10,0)}.text-red-950\/10{color:rgba(69,10,10,.1)}.text-red-950\/100{color:#450a0a}.text-red-950\/20{color:rgba(69,10,10,.2)}.text-red-950\/25{color:rgba(69,10,10,.25)}.text-red-950\/30{color:rgba(69,10,10,.3)}.text-red-950\/40{color:rgba(69,10,10,.4)}.text-red-950\/5{color:rgba(69,10,10,.05)}.text-red-950\/50{color:rgba(69,10,10,.5)}.text-red-950\/60{color:rgba(69,10,10,.6)}.text-red-950\/70{color:rgba(69,10,10,.7)}.text-red-950\/75{color:rgba(69,10,10,.75)}.text-red-950\/80{color:rgba(69,10,10,.8)}.text-red-950\/90{color:rgba(69,10,10,.9)}.text-red-950\/95{color:rgba(69,10,10,.95)}.text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity))}.text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity))}.decoration-red-100{text-decoration-color:#fee2e2}.decoration-red-100\/0{text-decoration-color:hsla(0,93%,94%,0)}.decoration-red-100\/10{text-decoration-color:hsla(0,93%,94%,.1)}.decoration-red-100\/100{text-decoration-color:#fee2e2}.decoration-red-100\/20{text-decoration-color:hsla(0,93%,94%,.2)}.decoration-red-100\/25{text-decoration-color:hsla(0,93%,94%,.25)}.decoration-red-100\/30{text-decoration-color:hsla(0,93%,94%,.3)}.decoration-red-100\/40{text-decoration-color:hsla(0,93%,94%,.4)}.decoration-red-100\/5{text-decoration-color:hsla(0,93%,94%,.05)}.decoration-red-100\/50{text-decoration-color:hsla(0,93%,94%,.5)}.decoration-red-100\/60{text-decoration-color:hsla(0,93%,94%,.6)}.decoration-red-100\/70{text-decoration-color:hsla(0,93%,94%,.7)}.decoration-red-100\/75{text-decoration-color:hsla(0,93%,94%,.75)}.decoration-red-100\/80{text-decoration-color:hsla(0,93%,94%,.8)}.decoration-red-100\/90{text-decoration-color:hsla(0,93%,94%,.9)}.decoration-red-100\/95{text-decoration-color:hsla(0,93%,94%,.95)}.decoration-red-200{text-decoration-color:#fecaca}.decoration-red-200\/0{text-decoration-color:hsla(0,96%,89%,0)}.decoration-red-200\/10{text-decoration-color:hsla(0,96%,89%,.1)}.decoration-red-200\/100{text-decoration-color:#fecaca}.decoration-red-200\/20{text-decoration-color:hsla(0,96%,89%,.2)}.decoration-red-200\/25{text-decoration-color:hsla(0,96%,89%,.25)}.decoration-red-200\/30{text-decoration-color:hsla(0,96%,89%,.3)}.decoration-red-200\/40{text-decoration-color:hsla(0,96%,89%,.4)}.decoration-red-200\/5{text-decoration-color:hsla(0,96%,89%,.05)}.decoration-red-200\/50{text-decoration-color:hsla(0,96%,89%,.5)}.decoration-red-200\/60{text-decoration-color:hsla(0,96%,89%,.6)}.decoration-red-200\/70{text-decoration-color:hsla(0,96%,89%,.7)}.decoration-red-200\/75{text-decoration-color:hsla(0,96%,89%,.75)}.decoration-red-200\/80{text-decoration-color:hsla(0,96%,89%,.8)}.decoration-red-200\/90{text-decoration-color:hsla(0,96%,89%,.9)}.decoration-red-200\/95{text-decoration-color:hsla(0,96%,89%,.95)}.decoration-red-300{text-decoration-color:#fca5a5}.decoration-red-300\/0{text-decoration-color:hsla(0,94%,82%,0)}.decoration-red-300\/10{text-decoration-color:hsla(0,94%,82%,.1)}.decoration-red-300\/100{text-decoration-color:#fca5a5}.decoration-red-300\/20{text-decoration-color:hsla(0,94%,82%,.2)}.decoration-red-300\/25{text-decoration-color:hsla(0,94%,82%,.25)}.decoration-red-300\/30{text-decoration-color:hsla(0,94%,82%,.3)}.decoration-red-300\/40{text-decoration-color:hsla(0,94%,82%,.4)}.decoration-red-300\/5{text-decoration-color:hsla(0,94%,82%,.05)}.decoration-red-300\/50{text-decoration-color:hsla(0,94%,82%,.5)}.decoration-red-300\/60{text-decoration-color:hsla(0,94%,82%,.6)}.decoration-red-300\/70{text-decoration-color:hsla(0,94%,82%,.7)}.decoration-red-300\/75{text-decoration-color:hsla(0,94%,82%,.75)}.decoration-red-300\/80{text-decoration-color:hsla(0,94%,82%,.8)}.decoration-red-300\/90{text-decoration-color:hsla(0,94%,82%,.9)}.decoration-red-300\/95{text-decoration-color:hsla(0,94%,82%,.95)}.decoration-red-400{text-decoration-color:#f87171}.decoration-red-400\/0{text-decoration-color:hsla(0,91%,71%,0)}.decoration-red-400\/10{text-decoration-color:hsla(0,91%,71%,.1)}.decoration-red-400\/100{text-decoration-color:#f87171}.decoration-red-400\/20{text-decoration-color:hsla(0,91%,71%,.2)}.decoration-red-400\/25{text-decoration-color:hsla(0,91%,71%,.25)}.decoration-red-400\/30{text-decoration-color:hsla(0,91%,71%,.3)}.decoration-red-400\/40{text-decoration-color:hsla(0,91%,71%,.4)}.decoration-red-400\/5{text-decoration-color:hsla(0,91%,71%,.05)}.decoration-red-400\/50{text-decoration-color:hsla(0,91%,71%,.5)}.decoration-red-400\/60{text-decoration-color:hsla(0,91%,71%,.6)}.decoration-red-400\/70{text-decoration-color:hsla(0,91%,71%,.7)}.decoration-red-400\/75{text-decoration-color:hsla(0,91%,71%,.75)}.decoration-red-400\/80{text-decoration-color:hsla(0,91%,71%,.8)}.decoration-red-400\/90{text-decoration-color:hsla(0,91%,71%,.9)}.decoration-red-400\/95{text-decoration-color:hsla(0,91%,71%,.95)}.decoration-red-50{text-decoration-color:#fef2f2}.decoration-red-50\/0{text-decoration-color:hsla(0,86%,97%,0)}.decoration-red-50\/10{text-decoration-color:hsla(0,86%,97%,.1)}.decoration-red-50\/100{text-decoration-color:#fef2f2}.decoration-red-50\/20{text-decoration-color:hsla(0,86%,97%,.2)}.decoration-red-50\/25{text-decoration-color:hsla(0,86%,97%,.25)}.decoration-red-50\/30{text-decoration-color:hsla(0,86%,97%,.3)}.decoration-red-50\/40{text-decoration-color:hsla(0,86%,97%,.4)}.decoration-red-50\/5{text-decoration-color:hsla(0,86%,97%,.05)}.decoration-red-50\/50{text-decoration-color:hsla(0,86%,97%,.5)}.decoration-red-50\/60{text-decoration-color:hsla(0,86%,97%,.6)}.decoration-red-50\/70{text-decoration-color:hsla(0,86%,97%,.7)}.decoration-red-50\/75{text-decoration-color:hsla(0,86%,97%,.75)}.decoration-red-50\/80{text-decoration-color:hsla(0,86%,97%,.8)}.decoration-red-50\/90{text-decoration-color:hsla(0,86%,97%,.9)}.decoration-red-50\/95{text-decoration-color:hsla(0,86%,97%,.95)}.decoration-red-500{text-decoration-color:#ef4444}.decoration-red-500\/0{text-decoration-color:rgba(239,68,68,0)}.decoration-red-500\/10{text-decoration-color:rgba(239,68,68,.1)}.decoration-red-500\/100{text-decoration-color:#ef4444}.decoration-red-500\/20{text-decoration-color:rgba(239,68,68,.2)}.decoration-red-500\/25{text-decoration-color:rgba(239,68,68,.25)}.decoration-red-500\/30{text-decoration-color:rgba(239,68,68,.3)}.decoration-red-500\/40{text-decoration-color:rgba(239,68,68,.4)}.decoration-red-500\/5{text-decoration-color:rgba(239,68,68,.05)}.decoration-red-500\/50{text-decoration-color:rgba(239,68,68,.5)}.decoration-red-500\/60{text-decoration-color:rgba(239,68,68,.6)}.decoration-red-500\/70{text-decoration-color:rgba(239,68,68,.7)}.decoration-red-500\/75{text-decoration-color:rgba(239,68,68,.75)}.decoration-red-500\/80{text-decoration-color:rgba(239,68,68,.8)}.decoration-red-500\/90{text-decoration-color:rgba(239,68,68,.9)}.decoration-red-500\/95{text-decoration-color:rgba(239,68,68,.95)}.decoration-red-600{text-decoration-color:#dc2626}.decoration-red-600\/0{text-decoration-color:rgba(220,38,38,0)}.decoration-red-600\/10{text-decoration-color:rgba(220,38,38,.1)}.decoration-red-600\/100{text-decoration-color:#dc2626}.decoration-red-600\/20{text-decoration-color:rgba(220,38,38,.2)}.decoration-red-600\/25{text-decoration-color:rgba(220,38,38,.25)}.decoration-red-600\/30{text-decoration-color:rgba(220,38,38,.3)}.decoration-red-600\/40{text-decoration-color:rgba(220,38,38,.4)}.decoration-red-600\/5{text-decoration-color:rgba(220,38,38,.05)}.decoration-red-600\/50{text-decoration-color:rgba(220,38,38,.5)}.decoration-red-600\/60{text-decoration-color:rgba(220,38,38,.6)}.decoration-red-600\/70{text-decoration-color:rgba(220,38,38,.7)}.decoration-red-600\/75{text-decoration-color:rgba(220,38,38,.75)}.decoration-red-600\/80{text-decoration-color:rgba(220,38,38,.8)}.decoration-red-600\/90{text-decoration-color:rgba(220,38,38,.9)}.decoration-red-600\/95{text-decoration-color:rgba(220,38,38,.95)}.decoration-red-700{text-decoration-color:#b91c1c}.decoration-red-700\/0{text-decoration-color:rgba(185,28,28,0)}.decoration-red-700\/10{text-decoration-color:rgba(185,28,28,.1)}.decoration-red-700\/100{text-decoration-color:#b91c1c}.decoration-red-700\/20{text-decoration-color:rgba(185,28,28,.2)}.decoration-red-700\/25{text-decoration-color:rgba(185,28,28,.25)}.decoration-red-700\/30{text-decoration-color:rgba(185,28,28,.3)}.decoration-red-700\/40{text-decoration-color:rgba(185,28,28,.4)}.decoration-red-700\/5{text-decoration-color:rgba(185,28,28,.05)}.decoration-red-700\/50{text-decoration-color:rgba(185,28,28,.5)}.decoration-red-700\/60{text-decoration-color:rgba(185,28,28,.6)}.decoration-red-700\/70{text-decoration-color:rgba(185,28,28,.7)}.decoration-red-700\/75{text-decoration-color:rgba(185,28,28,.75)}.decoration-red-700\/80{text-decoration-color:rgba(185,28,28,.8)}.decoration-red-700\/90{text-decoration-color:rgba(185,28,28,.9)}.decoration-red-700\/95{text-decoration-color:rgba(185,28,28,.95)}.decoration-red-800{text-decoration-color:#991b1b}.decoration-red-800\/0{text-decoration-color:rgba(153,27,27,0)}.decoration-red-800\/10{text-decoration-color:rgba(153,27,27,.1)}.decoration-red-800\/100{text-decoration-color:#991b1b}.decoration-red-800\/20{text-decoration-color:rgba(153,27,27,.2)}.decoration-red-800\/25{text-decoration-color:rgba(153,27,27,.25)}.decoration-red-800\/30{text-decoration-color:rgba(153,27,27,.3)}.decoration-red-800\/40{text-decoration-color:rgba(153,27,27,.4)}.decoration-red-800\/5{text-decoration-color:rgba(153,27,27,.05)}.decoration-red-800\/50{text-decoration-color:rgba(153,27,27,.5)}.decoration-red-800\/60{text-decoration-color:rgba(153,27,27,.6)}.decoration-red-800\/70{text-decoration-color:rgba(153,27,27,.7)}.decoration-red-800\/75{text-decoration-color:rgba(153,27,27,.75)}.decoration-red-800\/80{text-decoration-color:rgba(153,27,27,.8)}.decoration-red-800\/90{text-decoration-color:rgba(153,27,27,.9)}.decoration-red-800\/95{text-decoration-color:rgba(153,27,27,.95)}.decoration-red-900{text-decoration-color:#7f1d1d}.decoration-red-900\/0{text-decoration-color:rgba(127,29,29,0)}.decoration-red-900\/10{text-decoration-color:rgba(127,29,29,.1)}.decoration-red-900\/100{text-decoration-color:#7f1d1d}.decoration-red-900\/20{text-decoration-color:rgba(127,29,29,.2)}.decoration-red-900\/25{text-decoration-color:rgba(127,29,29,.25)}.decoration-red-900\/30{text-decoration-color:rgba(127,29,29,.3)}.decoration-red-900\/40{text-decoration-color:rgba(127,29,29,.4)}.decoration-red-900\/5{text-decoration-color:rgba(127,29,29,.05)}.decoration-red-900\/50{text-decoration-color:rgba(127,29,29,.5)}.decoration-red-900\/60{text-decoration-color:rgba(127,29,29,.6)}.decoration-red-900\/70{text-decoration-color:rgba(127,29,29,.7)}.decoration-red-900\/75{text-decoration-color:rgba(127,29,29,.75)}.decoration-red-900\/80{text-decoration-color:rgba(127,29,29,.8)}.decoration-red-900\/90{text-decoration-color:rgba(127,29,29,.9)}.decoration-red-900\/95{text-decoration-color:rgba(127,29,29,.95)}.decoration-red-950{text-decoration-color:#450a0a}.decoration-red-950\/0{text-decoration-color:rgba(69,10,10,0)}.decoration-red-950\/10{text-decoration-color:rgba(69,10,10,.1)}.decoration-red-950\/100{text-decoration-color:#450a0a}.decoration-red-950\/20{text-decoration-color:rgba(69,10,10,.2)}.decoration-red-950\/25{text-decoration-color:rgba(69,10,10,.25)}.decoration-red-950\/30{text-decoration-color:rgba(69,10,10,.3)}.decoration-red-950\/40{text-decoration-color:rgba(69,10,10,.4)}.decoration-red-950\/5{text-decoration-color:rgba(69,10,10,.05)}.decoration-red-950\/50{text-decoration-color:rgba(69,10,10,.5)}.decoration-red-950\/60{text-decoration-color:rgba(69,10,10,.6)}.decoration-red-950\/70{text-decoration-color:rgba(69,10,10,.7)}.decoration-red-950\/75{text-decoration-color:rgba(69,10,10,.75)}.decoration-red-950\/80{text-decoration-color:rgba(69,10,10,.8)}.decoration-red-950\/90{text-decoration-color:rgba(69,10,10,.9)}.decoration-red-950\/95{text-decoration-color:rgba(69,10,10,.95)}.placeholder-red-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(254 226 226/var(--tw-placeholder-opacity))}.placeholder-red-100::placeholder{--tw-placeholder-opacity:1;color:rgb(254 226 226/var(--tw-placeholder-opacity))}.placeholder-red-100\/0::-moz-placeholder{color:hsla(0,93%,94%,0)}.placeholder-red-100\/0::placeholder{color:hsla(0,93%,94%,0)}.placeholder-red-100\/10::-moz-placeholder{color:hsla(0,93%,94%,.1)}.placeholder-red-100\/10::placeholder{color:hsla(0,93%,94%,.1)}.placeholder-red-100\/100::-moz-placeholder{color:#fee2e2}.placeholder-red-100\/100::placeholder{color:#fee2e2}.placeholder-red-100\/20::-moz-placeholder{color:hsla(0,93%,94%,.2)}.placeholder-red-100\/20::placeholder{color:hsla(0,93%,94%,.2)}.placeholder-red-100\/25::-moz-placeholder{color:hsla(0,93%,94%,.25)}.placeholder-red-100\/25::placeholder{color:hsla(0,93%,94%,.25)}.placeholder-red-100\/30::-moz-placeholder{color:hsla(0,93%,94%,.3)}.placeholder-red-100\/30::placeholder{color:hsla(0,93%,94%,.3)}.placeholder-red-100\/40::-moz-placeholder{color:hsla(0,93%,94%,.4)}.placeholder-red-100\/40::placeholder{color:hsla(0,93%,94%,.4)}.placeholder-red-100\/5::-moz-placeholder{color:hsla(0,93%,94%,.05)}.placeholder-red-100\/5::placeholder{color:hsla(0,93%,94%,.05)}.placeholder-red-100\/50::-moz-placeholder{color:hsla(0,93%,94%,.5)}.placeholder-red-100\/50::placeholder{color:hsla(0,93%,94%,.5)}.placeholder-red-100\/60::-moz-placeholder{color:hsla(0,93%,94%,.6)}.placeholder-red-100\/60::placeholder{color:hsla(0,93%,94%,.6)}.placeholder-red-100\/70::-moz-placeholder{color:hsla(0,93%,94%,.7)}.placeholder-red-100\/70::placeholder{color:hsla(0,93%,94%,.7)}.placeholder-red-100\/75::-moz-placeholder{color:hsla(0,93%,94%,.75)}.placeholder-red-100\/75::placeholder{color:hsla(0,93%,94%,.75)}.placeholder-red-100\/80::-moz-placeholder{color:hsla(0,93%,94%,.8)}.placeholder-red-100\/80::placeholder{color:hsla(0,93%,94%,.8)}.placeholder-red-100\/90::-moz-placeholder{color:hsla(0,93%,94%,.9)}.placeholder-red-100\/90::placeholder{color:hsla(0,93%,94%,.9)}.placeholder-red-100\/95::-moz-placeholder{color:hsla(0,93%,94%,.95)}.placeholder-red-100\/95::placeholder{color:hsla(0,93%,94%,.95)}.placeholder-red-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(254 202 202/var(--tw-placeholder-opacity))}.placeholder-red-200::placeholder{--tw-placeholder-opacity:1;color:rgb(254 202 202/var(--tw-placeholder-opacity))}.placeholder-red-200\/0::-moz-placeholder{color:hsla(0,96%,89%,0)}.placeholder-red-200\/0::placeholder{color:hsla(0,96%,89%,0)}.placeholder-red-200\/10::-moz-placeholder{color:hsla(0,96%,89%,.1)}.placeholder-red-200\/10::placeholder{color:hsla(0,96%,89%,.1)}.placeholder-red-200\/100::-moz-placeholder{color:#fecaca}.placeholder-red-200\/100::placeholder{color:#fecaca}.placeholder-red-200\/20::-moz-placeholder{color:hsla(0,96%,89%,.2)}.placeholder-red-200\/20::placeholder{color:hsla(0,96%,89%,.2)}.placeholder-red-200\/25::-moz-placeholder{color:hsla(0,96%,89%,.25)}.placeholder-red-200\/25::placeholder{color:hsla(0,96%,89%,.25)}.placeholder-red-200\/30::-moz-placeholder{color:hsla(0,96%,89%,.3)}.placeholder-red-200\/30::placeholder{color:hsla(0,96%,89%,.3)}.placeholder-red-200\/40::-moz-placeholder{color:hsla(0,96%,89%,.4)}.placeholder-red-200\/40::placeholder{color:hsla(0,96%,89%,.4)}.placeholder-red-200\/5::-moz-placeholder{color:hsla(0,96%,89%,.05)}.placeholder-red-200\/5::placeholder{color:hsla(0,96%,89%,.05)}.placeholder-red-200\/50::-moz-placeholder{color:hsla(0,96%,89%,.5)}.placeholder-red-200\/50::placeholder{color:hsla(0,96%,89%,.5)}.placeholder-red-200\/60::-moz-placeholder{color:hsla(0,96%,89%,.6)}.placeholder-red-200\/60::placeholder{color:hsla(0,96%,89%,.6)}.placeholder-red-200\/70::-moz-placeholder{color:hsla(0,96%,89%,.7)}.placeholder-red-200\/70::placeholder{color:hsla(0,96%,89%,.7)}.placeholder-red-200\/75::-moz-placeholder{color:hsla(0,96%,89%,.75)}.placeholder-red-200\/75::placeholder{color:hsla(0,96%,89%,.75)}.placeholder-red-200\/80::-moz-placeholder{color:hsla(0,96%,89%,.8)}.placeholder-red-200\/80::placeholder{color:hsla(0,96%,89%,.8)}.placeholder-red-200\/90::-moz-placeholder{color:hsla(0,96%,89%,.9)}.placeholder-red-200\/90::placeholder{color:hsla(0,96%,89%,.9)}.placeholder-red-200\/95::-moz-placeholder{color:hsla(0,96%,89%,.95)}.placeholder-red-200\/95::placeholder{color:hsla(0,96%,89%,.95)}.placeholder-red-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165/var(--tw-placeholder-opacity))}.placeholder-red-300::placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165/var(--tw-placeholder-opacity))}.placeholder-red-300\/0::-moz-placeholder{color:hsla(0,94%,82%,0)}.placeholder-red-300\/0::placeholder{color:hsla(0,94%,82%,0)}.placeholder-red-300\/10::-moz-placeholder{color:hsla(0,94%,82%,.1)}.placeholder-red-300\/10::placeholder{color:hsla(0,94%,82%,.1)}.placeholder-red-300\/100::-moz-placeholder{color:#fca5a5}.placeholder-red-300\/100::placeholder{color:#fca5a5}.placeholder-red-300\/20::-moz-placeholder{color:hsla(0,94%,82%,.2)}.placeholder-red-300\/20::placeholder{color:hsla(0,94%,82%,.2)}.placeholder-red-300\/25::-moz-placeholder{color:hsla(0,94%,82%,.25)}.placeholder-red-300\/25::placeholder{color:hsla(0,94%,82%,.25)}.placeholder-red-300\/30::-moz-placeholder{color:hsla(0,94%,82%,.3)}.placeholder-red-300\/30::placeholder{color:hsla(0,94%,82%,.3)}.placeholder-red-300\/40::-moz-placeholder{color:hsla(0,94%,82%,.4)}.placeholder-red-300\/40::placeholder{color:hsla(0,94%,82%,.4)}.placeholder-red-300\/5::-moz-placeholder{color:hsla(0,94%,82%,.05)}.placeholder-red-300\/5::placeholder{color:hsla(0,94%,82%,.05)}.placeholder-red-300\/50::-moz-placeholder{color:hsla(0,94%,82%,.5)}.placeholder-red-300\/50::placeholder{color:hsla(0,94%,82%,.5)}.placeholder-red-300\/60::-moz-placeholder{color:hsla(0,94%,82%,.6)}.placeholder-red-300\/60::placeholder{color:hsla(0,94%,82%,.6)}.placeholder-red-300\/70::-moz-placeholder{color:hsla(0,94%,82%,.7)}.placeholder-red-300\/70::placeholder{color:hsla(0,94%,82%,.7)}.placeholder-red-300\/75::-moz-placeholder{color:hsla(0,94%,82%,.75)}.placeholder-red-300\/75::placeholder{color:hsla(0,94%,82%,.75)}.placeholder-red-300\/80::-moz-placeholder{color:hsla(0,94%,82%,.8)}.placeholder-red-300\/80::placeholder{color:hsla(0,94%,82%,.8)}.placeholder-red-300\/90::-moz-placeholder{color:hsla(0,94%,82%,.9)}.placeholder-red-300\/90::placeholder{color:hsla(0,94%,82%,.9)}.placeholder-red-300\/95::-moz-placeholder{color:hsla(0,94%,82%,.95)}.placeholder-red-300\/95::placeholder{color:hsla(0,94%,82%,.95)}.placeholder-red-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(248 113 113/var(--tw-placeholder-opacity))}.placeholder-red-400::placeholder{--tw-placeholder-opacity:1;color:rgb(248 113 113/var(--tw-placeholder-opacity))}.placeholder-red-400\/0::-moz-placeholder{color:hsla(0,91%,71%,0)}.placeholder-red-400\/0::placeholder{color:hsla(0,91%,71%,0)}.placeholder-red-400\/10::-moz-placeholder{color:hsla(0,91%,71%,.1)}.placeholder-red-400\/10::placeholder{color:hsla(0,91%,71%,.1)}.placeholder-red-400\/100::-moz-placeholder{color:#f87171}.placeholder-red-400\/100::placeholder{color:#f87171}.placeholder-red-400\/20::-moz-placeholder{color:hsla(0,91%,71%,.2)}.placeholder-red-400\/20::placeholder{color:hsla(0,91%,71%,.2)}.placeholder-red-400\/25::-moz-placeholder{color:hsla(0,91%,71%,.25)}.placeholder-red-400\/25::placeholder{color:hsla(0,91%,71%,.25)}.placeholder-red-400\/30::-moz-placeholder{color:hsla(0,91%,71%,.3)}.placeholder-red-400\/30::placeholder{color:hsla(0,91%,71%,.3)}.placeholder-red-400\/40::-moz-placeholder{color:hsla(0,91%,71%,.4)}.placeholder-red-400\/40::placeholder{color:hsla(0,91%,71%,.4)}.placeholder-red-400\/5::-moz-placeholder{color:hsla(0,91%,71%,.05)}.placeholder-red-400\/5::placeholder{color:hsla(0,91%,71%,.05)}.placeholder-red-400\/50::-moz-placeholder{color:hsla(0,91%,71%,.5)}.placeholder-red-400\/50::placeholder{color:hsla(0,91%,71%,.5)}.placeholder-red-400\/60::-moz-placeholder{color:hsla(0,91%,71%,.6)}.placeholder-red-400\/60::placeholder{color:hsla(0,91%,71%,.6)}.placeholder-red-400\/70::-moz-placeholder{color:hsla(0,91%,71%,.7)}.placeholder-red-400\/70::placeholder{color:hsla(0,91%,71%,.7)}.placeholder-red-400\/75::-moz-placeholder{color:hsla(0,91%,71%,.75)}.placeholder-red-400\/75::placeholder{color:hsla(0,91%,71%,.75)}.placeholder-red-400\/80::-moz-placeholder{color:hsla(0,91%,71%,.8)}.placeholder-red-400\/80::placeholder{color:hsla(0,91%,71%,.8)}.placeholder-red-400\/90::-moz-placeholder{color:hsla(0,91%,71%,.9)}.placeholder-red-400\/90::placeholder{color:hsla(0,91%,71%,.9)}.placeholder-red-400\/95::-moz-placeholder{color:hsla(0,91%,71%,.95)}.placeholder-red-400\/95::placeholder{color:hsla(0,91%,71%,.95)}.placeholder-red-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(254 242 242/var(--tw-placeholder-opacity))}.placeholder-red-50::placeholder{--tw-placeholder-opacity:1;color:rgb(254 242 242/var(--tw-placeholder-opacity))}.placeholder-red-50\/0::-moz-placeholder{color:hsla(0,86%,97%,0)}.placeholder-red-50\/0::placeholder{color:hsla(0,86%,97%,0)}.placeholder-red-50\/10::-moz-placeholder{color:hsla(0,86%,97%,.1)}.placeholder-red-50\/10::placeholder{color:hsla(0,86%,97%,.1)}.placeholder-red-50\/100::-moz-placeholder{color:#fef2f2}.placeholder-red-50\/100::placeholder{color:#fef2f2}.placeholder-red-50\/20::-moz-placeholder{color:hsla(0,86%,97%,.2)}.placeholder-red-50\/20::placeholder{color:hsla(0,86%,97%,.2)}.placeholder-red-50\/25::-moz-placeholder{color:hsla(0,86%,97%,.25)}.placeholder-red-50\/25::placeholder{color:hsla(0,86%,97%,.25)}.placeholder-red-50\/30::-moz-placeholder{color:hsla(0,86%,97%,.3)}.placeholder-red-50\/30::placeholder{color:hsla(0,86%,97%,.3)}.placeholder-red-50\/40::-moz-placeholder{color:hsla(0,86%,97%,.4)}.placeholder-red-50\/40::placeholder{color:hsla(0,86%,97%,.4)}.placeholder-red-50\/5::-moz-placeholder{color:hsla(0,86%,97%,.05)}.placeholder-red-50\/5::placeholder{color:hsla(0,86%,97%,.05)}.placeholder-red-50\/50::-moz-placeholder{color:hsla(0,86%,97%,.5)}.placeholder-red-50\/50::placeholder{color:hsla(0,86%,97%,.5)}.placeholder-red-50\/60::-moz-placeholder{color:hsla(0,86%,97%,.6)}.placeholder-red-50\/60::placeholder{color:hsla(0,86%,97%,.6)}.placeholder-red-50\/70::-moz-placeholder{color:hsla(0,86%,97%,.7)}.placeholder-red-50\/70::placeholder{color:hsla(0,86%,97%,.7)}.placeholder-red-50\/75::-moz-placeholder{color:hsla(0,86%,97%,.75)}.placeholder-red-50\/75::placeholder{color:hsla(0,86%,97%,.75)}.placeholder-red-50\/80::-moz-placeholder{color:hsla(0,86%,97%,.8)}.placeholder-red-50\/80::placeholder{color:hsla(0,86%,97%,.8)}.placeholder-red-50\/90::-moz-placeholder{color:hsla(0,86%,97%,.9)}.placeholder-red-50\/90::placeholder{color:hsla(0,86%,97%,.9)}.placeholder-red-50\/95::-moz-placeholder{color:hsla(0,86%,97%,.95)}.placeholder-red-50\/95::placeholder{color:hsla(0,86%,97%,.95)}.placeholder-red-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(239 68 68/var(--tw-placeholder-opacity))}.placeholder-red-500::placeholder{--tw-placeholder-opacity:1;color:rgb(239 68 68/var(--tw-placeholder-opacity))}.placeholder-red-500\/0::-moz-placeholder{color:rgba(239,68,68,0)}.placeholder-red-500\/0::placeholder{color:rgba(239,68,68,0)}.placeholder-red-500\/10::-moz-placeholder{color:rgba(239,68,68,.1)}.placeholder-red-500\/10::placeholder{color:rgba(239,68,68,.1)}.placeholder-red-500\/100::-moz-placeholder{color:#ef4444}.placeholder-red-500\/100::placeholder{color:#ef4444}.placeholder-red-500\/20::-moz-placeholder{color:rgba(239,68,68,.2)}.placeholder-red-500\/20::placeholder{color:rgba(239,68,68,.2)}.placeholder-red-500\/25::-moz-placeholder{color:rgba(239,68,68,.25)}.placeholder-red-500\/25::placeholder{color:rgba(239,68,68,.25)}.placeholder-red-500\/30::-moz-placeholder{color:rgba(239,68,68,.3)}.placeholder-red-500\/30::placeholder{color:rgba(239,68,68,.3)}.placeholder-red-500\/40::-moz-placeholder{color:rgba(239,68,68,.4)}.placeholder-red-500\/40::placeholder{color:rgba(239,68,68,.4)}.placeholder-red-500\/5::-moz-placeholder{color:rgba(239,68,68,.05)}.placeholder-red-500\/5::placeholder{color:rgba(239,68,68,.05)}.placeholder-red-500\/50::-moz-placeholder{color:rgba(239,68,68,.5)}.placeholder-red-500\/50::placeholder{color:rgba(239,68,68,.5)}.placeholder-red-500\/60::-moz-placeholder{color:rgba(239,68,68,.6)}.placeholder-red-500\/60::placeholder{color:rgba(239,68,68,.6)}.placeholder-red-500\/70::-moz-placeholder{color:rgba(239,68,68,.7)}.placeholder-red-500\/70::placeholder{color:rgba(239,68,68,.7)}.placeholder-red-500\/75::-moz-placeholder{color:rgba(239,68,68,.75)}.placeholder-red-500\/75::placeholder{color:rgba(239,68,68,.75)}.placeholder-red-500\/80::-moz-placeholder{color:rgba(239,68,68,.8)}.placeholder-red-500\/80::placeholder{color:rgba(239,68,68,.8)}.placeholder-red-500\/90::-moz-placeholder{color:rgba(239,68,68,.9)}.placeholder-red-500\/90::placeholder{color:rgba(239,68,68,.9)}.placeholder-red-500\/95::-moz-placeholder{color:rgba(239,68,68,.95)}.placeholder-red-500\/95::placeholder{color:rgba(239,68,68,.95)}.placeholder-red-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(220 38 38/var(--tw-placeholder-opacity))}.placeholder-red-600::placeholder{--tw-placeholder-opacity:1;color:rgb(220 38 38/var(--tw-placeholder-opacity))}.placeholder-red-600\/0::-moz-placeholder{color:rgba(220,38,38,0)}.placeholder-red-600\/0::placeholder{color:rgba(220,38,38,0)}.placeholder-red-600\/10::-moz-placeholder{color:rgba(220,38,38,.1)}.placeholder-red-600\/10::placeholder{color:rgba(220,38,38,.1)}.placeholder-red-600\/100::-moz-placeholder{color:#dc2626}.placeholder-red-600\/100::placeholder{color:#dc2626}.placeholder-red-600\/20::-moz-placeholder{color:rgba(220,38,38,.2)}.placeholder-red-600\/20::placeholder{color:rgba(220,38,38,.2)}.placeholder-red-600\/25::-moz-placeholder{color:rgba(220,38,38,.25)}.placeholder-red-600\/25::placeholder{color:rgba(220,38,38,.25)}.placeholder-red-600\/30::-moz-placeholder{color:rgba(220,38,38,.3)}.placeholder-red-600\/30::placeholder{color:rgba(220,38,38,.3)}.placeholder-red-600\/40::-moz-placeholder{color:rgba(220,38,38,.4)}.placeholder-red-600\/40::placeholder{color:rgba(220,38,38,.4)}.placeholder-red-600\/5::-moz-placeholder{color:rgba(220,38,38,.05)}.placeholder-red-600\/5::placeholder{color:rgba(220,38,38,.05)}.placeholder-red-600\/50::-moz-placeholder{color:rgba(220,38,38,.5)}.placeholder-red-600\/50::placeholder{color:rgba(220,38,38,.5)}.placeholder-red-600\/60::-moz-placeholder{color:rgba(220,38,38,.6)}.placeholder-red-600\/60::placeholder{color:rgba(220,38,38,.6)}.placeholder-red-600\/70::-moz-placeholder{color:rgba(220,38,38,.7)}.placeholder-red-600\/70::placeholder{color:rgba(220,38,38,.7)}.placeholder-red-600\/75::-moz-placeholder{color:rgba(220,38,38,.75)}.placeholder-red-600\/75::placeholder{color:rgba(220,38,38,.75)}.placeholder-red-600\/80::-moz-placeholder{color:rgba(220,38,38,.8)}.placeholder-red-600\/80::placeholder{color:rgba(220,38,38,.8)}.placeholder-red-600\/90::-moz-placeholder{color:rgba(220,38,38,.9)}.placeholder-red-600\/90::placeholder{color:rgba(220,38,38,.9)}.placeholder-red-600\/95::-moz-placeholder{color:rgba(220,38,38,.95)}.placeholder-red-600\/95::placeholder{color:rgba(220,38,38,.95)}.placeholder-red-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(185 28 28/var(--tw-placeholder-opacity))}.placeholder-red-700::placeholder{--tw-placeholder-opacity:1;color:rgb(185 28 28/var(--tw-placeholder-opacity))}.placeholder-red-700\/0::-moz-placeholder{color:rgba(185,28,28,0)}.placeholder-red-700\/0::placeholder{color:rgba(185,28,28,0)}.placeholder-red-700\/10::-moz-placeholder{color:rgba(185,28,28,.1)}.placeholder-red-700\/10::placeholder{color:rgba(185,28,28,.1)}.placeholder-red-700\/100::-moz-placeholder{color:#b91c1c}.placeholder-red-700\/100::placeholder{color:#b91c1c}.placeholder-red-700\/20::-moz-placeholder{color:rgba(185,28,28,.2)}.placeholder-red-700\/20::placeholder{color:rgba(185,28,28,.2)}.placeholder-red-700\/25::-moz-placeholder{color:rgba(185,28,28,.25)}.placeholder-red-700\/25::placeholder{color:rgba(185,28,28,.25)}.placeholder-red-700\/30::-moz-placeholder{color:rgba(185,28,28,.3)}.placeholder-red-700\/30::placeholder{color:rgba(185,28,28,.3)}.placeholder-red-700\/40::-moz-placeholder{color:rgba(185,28,28,.4)}.placeholder-red-700\/40::placeholder{color:rgba(185,28,28,.4)}.placeholder-red-700\/5::-moz-placeholder{color:rgba(185,28,28,.05)}.placeholder-red-700\/5::placeholder{color:rgba(185,28,28,.05)}.placeholder-red-700\/50::-moz-placeholder{color:rgba(185,28,28,.5)}.placeholder-red-700\/50::placeholder{color:rgba(185,28,28,.5)}.placeholder-red-700\/60::-moz-placeholder{color:rgba(185,28,28,.6)}.placeholder-red-700\/60::placeholder{color:rgba(185,28,28,.6)}.placeholder-red-700\/70::-moz-placeholder{color:rgba(185,28,28,.7)}.placeholder-red-700\/70::placeholder{color:rgba(185,28,28,.7)}.placeholder-red-700\/75::-moz-placeholder{color:rgba(185,28,28,.75)}.placeholder-red-700\/75::placeholder{color:rgba(185,28,28,.75)}.placeholder-red-700\/80::-moz-placeholder{color:rgba(185,28,28,.8)}.placeholder-red-700\/80::placeholder{color:rgba(185,28,28,.8)}.placeholder-red-700\/90::-moz-placeholder{color:rgba(185,28,28,.9)}.placeholder-red-700\/90::placeholder{color:rgba(185,28,28,.9)}.placeholder-red-700\/95::-moz-placeholder{color:rgba(185,28,28,.95)}.placeholder-red-700\/95::placeholder{color:rgba(185,28,28,.95)}.placeholder-red-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(153 27 27/var(--tw-placeholder-opacity))}.placeholder-red-800::placeholder{--tw-placeholder-opacity:1;color:rgb(153 27 27/var(--tw-placeholder-opacity))}.placeholder-red-800\/0::-moz-placeholder{color:rgba(153,27,27,0)}.placeholder-red-800\/0::placeholder{color:rgba(153,27,27,0)}.placeholder-red-800\/10::-moz-placeholder{color:rgba(153,27,27,.1)}.placeholder-red-800\/10::placeholder{color:rgba(153,27,27,.1)}.placeholder-red-800\/100::-moz-placeholder{color:#991b1b}.placeholder-red-800\/100::placeholder{color:#991b1b}.placeholder-red-800\/20::-moz-placeholder{color:rgba(153,27,27,.2)}.placeholder-red-800\/20::placeholder{color:rgba(153,27,27,.2)}.placeholder-red-800\/25::-moz-placeholder{color:rgba(153,27,27,.25)}.placeholder-red-800\/25::placeholder{color:rgba(153,27,27,.25)}.placeholder-red-800\/30::-moz-placeholder{color:rgba(153,27,27,.3)}.placeholder-red-800\/30::placeholder{color:rgba(153,27,27,.3)}.placeholder-red-800\/40::-moz-placeholder{color:rgba(153,27,27,.4)}.placeholder-red-800\/40::placeholder{color:rgba(153,27,27,.4)}.placeholder-red-800\/5::-moz-placeholder{color:rgba(153,27,27,.05)}.placeholder-red-800\/5::placeholder{color:rgba(153,27,27,.05)}.placeholder-red-800\/50::-moz-placeholder{color:rgba(153,27,27,.5)}.placeholder-red-800\/50::placeholder{color:rgba(153,27,27,.5)}.placeholder-red-800\/60::-moz-placeholder{color:rgba(153,27,27,.6)}.placeholder-red-800\/60::placeholder{color:rgba(153,27,27,.6)}.placeholder-red-800\/70::-moz-placeholder{color:rgba(153,27,27,.7)}.placeholder-red-800\/70::placeholder{color:rgba(153,27,27,.7)}.placeholder-red-800\/75::-moz-placeholder{color:rgba(153,27,27,.75)}.placeholder-red-800\/75::placeholder{color:rgba(153,27,27,.75)}.placeholder-red-800\/80::-moz-placeholder{color:rgba(153,27,27,.8)}.placeholder-red-800\/80::placeholder{color:rgba(153,27,27,.8)}.placeholder-red-800\/90::-moz-placeholder{color:rgba(153,27,27,.9)}.placeholder-red-800\/90::placeholder{color:rgba(153,27,27,.9)}.placeholder-red-800\/95::-moz-placeholder{color:rgba(153,27,27,.95)}.placeholder-red-800\/95::placeholder{color:rgba(153,27,27,.95)}.placeholder-red-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(127 29 29/var(--tw-placeholder-opacity))}.placeholder-red-900::placeholder{--tw-placeholder-opacity:1;color:rgb(127 29 29/var(--tw-placeholder-opacity))}.placeholder-red-900\/0::-moz-placeholder{color:rgba(127,29,29,0)}.placeholder-red-900\/0::placeholder{color:rgba(127,29,29,0)}.placeholder-red-900\/10::-moz-placeholder{color:rgba(127,29,29,.1)}.placeholder-red-900\/10::placeholder{color:rgba(127,29,29,.1)}.placeholder-red-900\/100::-moz-placeholder{color:#7f1d1d}.placeholder-red-900\/100::placeholder{color:#7f1d1d}.placeholder-red-900\/20::-moz-placeholder{color:rgba(127,29,29,.2)}.placeholder-red-900\/20::placeholder{color:rgba(127,29,29,.2)}.placeholder-red-900\/25::-moz-placeholder{color:rgba(127,29,29,.25)}.placeholder-red-900\/25::placeholder{color:rgba(127,29,29,.25)}.placeholder-red-900\/30::-moz-placeholder{color:rgba(127,29,29,.3)}.placeholder-red-900\/30::placeholder{color:rgba(127,29,29,.3)}.placeholder-red-900\/40::-moz-placeholder{color:rgba(127,29,29,.4)}.placeholder-red-900\/40::placeholder{color:rgba(127,29,29,.4)}.placeholder-red-900\/5::-moz-placeholder{color:rgba(127,29,29,.05)}.placeholder-red-900\/5::placeholder{color:rgba(127,29,29,.05)}.placeholder-red-900\/50::-moz-placeholder{color:rgba(127,29,29,.5)}.placeholder-red-900\/50::placeholder{color:rgba(127,29,29,.5)}.placeholder-red-900\/60::-moz-placeholder{color:rgba(127,29,29,.6)}.placeholder-red-900\/60::placeholder{color:rgba(127,29,29,.6)}.placeholder-red-900\/70::-moz-placeholder{color:rgba(127,29,29,.7)}.placeholder-red-900\/70::placeholder{color:rgba(127,29,29,.7)}.placeholder-red-900\/75::-moz-placeholder{color:rgba(127,29,29,.75)}.placeholder-red-900\/75::placeholder{color:rgba(127,29,29,.75)}.placeholder-red-900\/80::-moz-placeholder{color:rgba(127,29,29,.8)}.placeholder-red-900\/80::placeholder{color:rgba(127,29,29,.8)}.placeholder-red-900\/90::-moz-placeholder{color:rgba(127,29,29,.9)}.placeholder-red-900\/90::placeholder{color:rgba(127,29,29,.9)}.placeholder-red-900\/95::-moz-placeholder{color:rgba(127,29,29,.95)}.placeholder-red-900\/95::placeholder{color:rgba(127,29,29,.95)}.placeholder-red-950::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(69 10 10/var(--tw-placeholder-opacity))}.placeholder-red-950::placeholder{--tw-placeholder-opacity:1;color:rgb(69 10 10/var(--tw-placeholder-opacity))}.placeholder-red-950\/0::-moz-placeholder{color:rgba(69,10,10,0)}.placeholder-red-950\/0::placeholder{color:rgba(69,10,10,0)}.placeholder-red-950\/10::-moz-placeholder{color:rgba(69,10,10,.1)}.placeholder-red-950\/10::placeholder{color:rgba(69,10,10,.1)}.placeholder-red-950\/100::-moz-placeholder{color:#450a0a}.placeholder-red-950\/100::placeholder{color:#450a0a}.placeholder-red-950\/20::-moz-placeholder{color:rgba(69,10,10,.2)}.placeholder-red-950\/20::placeholder{color:rgba(69,10,10,.2)}.placeholder-red-950\/25::-moz-placeholder{color:rgba(69,10,10,.25)}.placeholder-red-950\/25::placeholder{color:rgba(69,10,10,.25)}.placeholder-red-950\/30::-moz-placeholder{color:rgba(69,10,10,.3)}.placeholder-red-950\/30::placeholder{color:rgba(69,10,10,.3)}.placeholder-red-950\/40::-moz-placeholder{color:rgba(69,10,10,.4)}.placeholder-red-950\/40::placeholder{color:rgba(69,10,10,.4)}.placeholder-red-950\/5::-moz-placeholder{color:rgba(69,10,10,.05)}.placeholder-red-950\/5::placeholder{color:rgba(69,10,10,.05)}.placeholder-red-950\/50::-moz-placeholder{color:rgba(69,10,10,.5)}.placeholder-red-950\/50::placeholder{color:rgba(69,10,10,.5)}.placeholder-red-950\/60::-moz-placeholder{color:rgba(69,10,10,.6)}.placeholder-red-950\/60::placeholder{color:rgba(69,10,10,.6)}.placeholder-red-950\/70::-moz-placeholder{color:rgba(69,10,10,.7)}.placeholder-red-950\/70::placeholder{color:rgba(69,10,10,.7)}.placeholder-red-950\/75::-moz-placeholder{color:rgba(69,10,10,.75)}.placeholder-red-950\/75::placeholder{color:rgba(69,10,10,.75)}.placeholder-red-950\/80::-moz-placeholder{color:rgba(69,10,10,.8)}.placeholder-red-950\/80::placeholder{color:rgba(69,10,10,.8)}.placeholder-red-950\/90::-moz-placeholder{color:rgba(69,10,10,.9)}.placeholder-red-950\/90::placeholder{color:rgba(69,10,10,.9)}.placeholder-red-950\/95::-moz-placeholder{color:rgba(69,10,10,.95)}.placeholder-red-950\/95::placeholder{color:rgba(69,10,10,.95)}.caret-red-100{caret-color:#fee2e2}.caret-red-100\/0{caret-color:hsla(0,93%,94%,0)}.caret-red-100\/10{caret-color:hsla(0,93%,94%,.1)}.caret-red-100\/100{caret-color:#fee2e2}.caret-red-100\/20{caret-color:hsla(0,93%,94%,.2)}.caret-red-100\/25{caret-color:hsla(0,93%,94%,.25)}.caret-red-100\/30{caret-color:hsla(0,93%,94%,.3)}.caret-red-100\/40{caret-color:hsla(0,93%,94%,.4)}.caret-red-100\/5{caret-color:hsla(0,93%,94%,.05)}.caret-red-100\/50{caret-color:hsla(0,93%,94%,.5)}.caret-red-100\/60{caret-color:hsla(0,93%,94%,.6)}.caret-red-100\/70{caret-color:hsla(0,93%,94%,.7)}.caret-red-100\/75{caret-color:hsla(0,93%,94%,.75)}.caret-red-100\/80{caret-color:hsla(0,93%,94%,.8)}.caret-red-100\/90{caret-color:hsla(0,93%,94%,.9)}.caret-red-100\/95{caret-color:hsla(0,93%,94%,.95)}.caret-red-200{caret-color:#fecaca}.caret-red-200\/0{caret-color:hsla(0,96%,89%,0)}.caret-red-200\/10{caret-color:hsla(0,96%,89%,.1)}.caret-red-200\/100{caret-color:#fecaca}.caret-red-200\/20{caret-color:hsla(0,96%,89%,.2)}.caret-red-200\/25{caret-color:hsla(0,96%,89%,.25)}.caret-red-200\/30{caret-color:hsla(0,96%,89%,.3)}.caret-red-200\/40{caret-color:hsla(0,96%,89%,.4)}.caret-red-200\/5{caret-color:hsla(0,96%,89%,.05)}.caret-red-200\/50{caret-color:hsla(0,96%,89%,.5)}.caret-red-200\/60{caret-color:hsla(0,96%,89%,.6)}.caret-red-200\/70{caret-color:hsla(0,96%,89%,.7)}.caret-red-200\/75{caret-color:hsla(0,96%,89%,.75)}.caret-red-200\/80{caret-color:hsla(0,96%,89%,.8)}.caret-red-200\/90{caret-color:hsla(0,96%,89%,.9)}.caret-red-200\/95{caret-color:hsla(0,96%,89%,.95)}.caret-red-300{caret-color:#fca5a5}.caret-red-300\/0{caret-color:hsla(0,94%,82%,0)}.caret-red-300\/10{caret-color:hsla(0,94%,82%,.1)}.caret-red-300\/100{caret-color:#fca5a5}.caret-red-300\/20{caret-color:hsla(0,94%,82%,.2)}.caret-red-300\/25{caret-color:hsla(0,94%,82%,.25)}.caret-red-300\/30{caret-color:hsla(0,94%,82%,.3)}.caret-red-300\/40{caret-color:hsla(0,94%,82%,.4)}.caret-red-300\/5{caret-color:hsla(0,94%,82%,.05)}.caret-red-300\/50{caret-color:hsla(0,94%,82%,.5)}.caret-red-300\/60{caret-color:hsla(0,94%,82%,.6)}.caret-red-300\/70{caret-color:hsla(0,94%,82%,.7)}.caret-red-300\/75{caret-color:hsla(0,94%,82%,.75)}.caret-red-300\/80{caret-color:hsla(0,94%,82%,.8)}.caret-red-300\/90{caret-color:hsla(0,94%,82%,.9)}.caret-red-300\/95{caret-color:hsla(0,94%,82%,.95)}.caret-red-400{caret-color:#f87171}.caret-red-400\/0{caret-color:hsla(0,91%,71%,0)}.caret-red-400\/10{caret-color:hsla(0,91%,71%,.1)}.caret-red-400\/100{caret-color:#f87171}.caret-red-400\/20{caret-color:hsla(0,91%,71%,.2)}.caret-red-400\/25{caret-color:hsla(0,91%,71%,.25)}.caret-red-400\/30{caret-color:hsla(0,91%,71%,.3)}.caret-red-400\/40{caret-color:hsla(0,91%,71%,.4)}.caret-red-400\/5{caret-color:hsla(0,91%,71%,.05)}.caret-red-400\/50{caret-color:hsla(0,91%,71%,.5)}.caret-red-400\/60{caret-color:hsla(0,91%,71%,.6)}.caret-red-400\/70{caret-color:hsla(0,91%,71%,.7)}.caret-red-400\/75{caret-color:hsla(0,91%,71%,.75)}.caret-red-400\/80{caret-color:hsla(0,91%,71%,.8)}.caret-red-400\/90{caret-color:hsla(0,91%,71%,.9)}.caret-red-400\/95{caret-color:hsla(0,91%,71%,.95)}.caret-red-50{caret-color:#fef2f2}.caret-red-50\/0{caret-color:hsla(0,86%,97%,0)}.caret-red-50\/10{caret-color:hsla(0,86%,97%,.1)}.caret-red-50\/100{caret-color:#fef2f2}.caret-red-50\/20{caret-color:hsla(0,86%,97%,.2)}.caret-red-50\/25{caret-color:hsla(0,86%,97%,.25)}.caret-red-50\/30{caret-color:hsla(0,86%,97%,.3)}.caret-red-50\/40{caret-color:hsla(0,86%,97%,.4)}.caret-red-50\/5{caret-color:hsla(0,86%,97%,.05)}.caret-red-50\/50{caret-color:hsla(0,86%,97%,.5)}.caret-red-50\/60{caret-color:hsla(0,86%,97%,.6)}.caret-red-50\/70{caret-color:hsla(0,86%,97%,.7)}.caret-red-50\/75{caret-color:hsla(0,86%,97%,.75)}.caret-red-50\/80{caret-color:hsla(0,86%,97%,.8)}.caret-red-50\/90{caret-color:hsla(0,86%,97%,.9)}.caret-red-50\/95{caret-color:hsla(0,86%,97%,.95)}.caret-red-500{caret-color:#ef4444}.caret-red-500\/0{caret-color:rgba(239,68,68,0)}.caret-red-500\/10{caret-color:rgba(239,68,68,.1)}.caret-red-500\/100{caret-color:#ef4444}.caret-red-500\/20{caret-color:rgba(239,68,68,.2)}.caret-red-500\/25{caret-color:rgba(239,68,68,.25)}.caret-red-500\/30{caret-color:rgba(239,68,68,.3)}.caret-red-500\/40{caret-color:rgba(239,68,68,.4)}.caret-red-500\/5{caret-color:rgba(239,68,68,.05)}.caret-red-500\/50{caret-color:rgba(239,68,68,.5)}.caret-red-500\/60{caret-color:rgba(239,68,68,.6)}.caret-red-500\/70{caret-color:rgba(239,68,68,.7)}.caret-red-500\/75{caret-color:rgba(239,68,68,.75)}.caret-red-500\/80{caret-color:rgba(239,68,68,.8)}.caret-red-500\/90{caret-color:rgba(239,68,68,.9)}.caret-red-500\/95{caret-color:rgba(239,68,68,.95)}.caret-red-600{caret-color:#dc2626}.caret-red-600\/0{caret-color:rgba(220,38,38,0)}.caret-red-600\/10{caret-color:rgba(220,38,38,.1)}.caret-red-600\/100{caret-color:#dc2626}.caret-red-600\/20{caret-color:rgba(220,38,38,.2)}.caret-red-600\/25{caret-color:rgba(220,38,38,.25)}.caret-red-600\/30{caret-color:rgba(220,38,38,.3)}.caret-red-600\/40{caret-color:rgba(220,38,38,.4)}.caret-red-600\/5{caret-color:rgba(220,38,38,.05)}.caret-red-600\/50{caret-color:rgba(220,38,38,.5)}.caret-red-600\/60{caret-color:rgba(220,38,38,.6)}.caret-red-600\/70{caret-color:rgba(220,38,38,.7)}.caret-red-600\/75{caret-color:rgba(220,38,38,.75)}.caret-red-600\/80{caret-color:rgba(220,38,38,.8)}.caret-red-600\/90{caret-color:rgba(220,38,38,.9)}.caret-red-600\/95{caret-color:rgba(220,38,38,.95)}.caret-red-700{caret-color:#b91c1c}.caret-red-700\/0{caret-color:rgba(185,28,28,0)}.caret-red-700\/10{caret-color:rgba(185,28,28,.1)}.caret-red-700\/100{caret-color:#b91c1c}.caret-red-700\/20{caret-color:rgba(185,28,28,.2)}.caret-red-700\/25{caret-color:rgba(185,28,28,.25)}.caret-red-700\/30{caret-color:rgba(185,28,28,.3)}.caret-red-700\/40{caret-color:rgba(185,28,28,.4)}.caret-red-700\/5{caret-color:rgba(185,28,28,.05)}.caret-red-700\/50{caret-color:rgba(185,28,28,.5)}.caret-red-700\/60{caret-color:rgba(185,28,28,.6)}.caret-red-700\/70{caret-color:rgba(185,28,28,.7)}.caret-red-700\/75{caret-color:rgba(185,28,28,.75)}.caret-red-700\/80{caret-color:rgba(185,28,28,.8)}.caret-red-700\/90{caret-color:rgba(185,28,28,.9)}.caret-red-700\/95{caret-color:rgba(185,28,28,.95)}.caret-red-800{caret-color:#991b1b}.caret-red-800\/0{caret-color:rgba(153,27,27,0)}.caret-red-800\/10{caret-color:rgba(153,27,27,.1)}.caret-red-800\/100{caret-color:#991b1b}.caret-red-800\/20{caret-color:rgba(153,27,27,.2)}.caret-red-800\/25{caret-color:rgba(153,27,27,.25)}.caret-red-800\/30{caret-color:rgba(153,27,27,.3)}.caret-red-800\/40{caret-color:rgba(153,27,27,.4)}.caret-red-800\/5{caret-color:rgba(153,27,27,.05)}.caret-red-800\/50{caret-color:rgba(153,27,27,.5)}.caret-red-800\/60{caret-color:rgba(153,27,27,.6)}.caret-red-800\/70{caret-color:rgba(153,27,27,.7)}.caret-red-800\/75{caret-color:rgba(153,27,27,.75)}.caret-red-800\/80{caret-color:rgba(153,27,27,.8)}.caret-red-800\/90{caret-color:rgba(153,27,27,.9)}.caret-red-800\/95{caret-color:rgba(153,27,27,.95)}.caret-red-900{caret-color:#7f1d1d}.caret-red-900\/0{caret-color:rgba(127,29,29,0)}.caret-red-900\/10{caret-color:rgba(127,29,29,.1)}.caret-red-900\/100{caret-color:#7f1d1d}.caret-red-900\/20{caret-color:rgba(127,29,29,.2)}.caret-red-900\/25{caret-color:rgba(127,29,29,.25)}.caret-red-900\/30{caret-color:rgba(127,29,29,.3)}.caret-red-900\/40{caret-color:rgba(127,29,29,.4)}.caret-red-900\/5{caret-color:rgba(127,29,29,.05)}.caret-red-900\/50{caret-color:rgba(127,29,29,.5)}.caret-red-900\/60{caret-color:rgba(127,29,29,.6)}.caret-red-900\/70{caret-color:rgba(127,29,29,.7)}.caret-red-900\/75{caret-color:rgba(127,29,29,.75)}.caret-red-900\/80{caret-color:rgba(127,29,29,.8)}.caret-red-900\/90{caret-color:rgba(127,29,29,.9)}.caret-red-900\/95{caret-color:rgba(127,29,29,.95)}.caret-red-950{caret-color:#450a0a}.caret-red-950\/0{caret-color:rgba(69,10,10,0)}.caret-red-950\/10{caret-color:rgba(69,10,10,.1)}.caret-red-950\/100{caret-color:#450a0a}.caret-red-950\/20{caret-color:rgba(69,10,10,.2)}.caret-red-950\/25{caret-color:rgba(69,10,10,.25)}.caret-red-950\/30{caret-color:rgba(69,10,10,.3)}.caret-red-950\/40{caret-color:rgba(69,10,10,.4)}.caret-red-950\/5{caret-color:rgba(69,10,10,.05)}.caret-red-950\/50{caret-color:rgba(69,10,10,.5)}.caret-red-950\/60{caret-color:rgba(69,10,10,.6)}.caret-red-950\/70{caret-color:rgba(69,10,10,.7)}.caret-red-950\/75{caret-color:rgba(69,10,10,.75)}.caret-red-950\/80{caret-color:rgba(69,10,10,.8)}.caret-red-950\/90{caret-color:rgba(69,10,10,.9)}.caret-red-950\/95{caret-color:rgba(69,10,10,.95)}.accent-red-100{accent-color:#fee2e2}.accent-red-100\/0{accent-color:hsla(0,93%,94%,0)}.accent-red-100\/10{accent-color:hsla(0,93%,94%,.1)}.accent-red-100\/100{accent-color:#fee2e2}.accent-red-100\/20{accent-color:hsla(0,93%,94%,.2)}.accent-red-100\/25{accent-color:hsla(0,93%,94%,.25)}.accent-red-100\/30{accent-color:hsla(0,93%,94%,.3)}.accent-red-100\/40{accent-color:hsla(0,93%,94%,.4)}.accent-red-100\/5{accent-color:hsla(0,93%,94%,.05)}.accent-red-100\/50{accent-color:hsla(0,93%,94%,.5)}.accent-red-100\/60{accent-color:hsla(0,93%,94%,.6)}.accent-red-100\/70{accent-color:hsla(0,93%,94%,.7)}.accent-red-100\/75{accent-color:hsla(0,93%,94%,.75)}.accent-red-100\/80{accent-color:hsla(0,93%,94%,.8)}.accent-red-100\/90{accent-color:hsla(0,93%,94%,.9)}.accent-red-100\/95{accent-color:hsla(0,93%,94%,.95)}.accent-red-200{accent-color:#fecaca}.accent-red-200\/0{accent-color:hsla(0,96%,89%,0)}.accent-red-200\/10{accent-color:hsla(0,96%,89%,.1)}.accent-red-200\/100{accent-color:#fecaca}.accent-red-200\/20{accent-color:hsla(0,96%,89%,.2)}.accent-red-200\/25{accent-color:hsla(0,96%,89%,.25)}.accent-red-200\/30{accent-color:hsla(0,96%,89%,.3)}.accent-red-200\/40{accent-color:hsla(0,96%,89%,.4)}.accent-red-200\/5{accent-color:hsla(0,96%,89%,.05)}.accent-red-200\/50{accent-color:hsla(0,96%,89%,.5)}.accent-red-200\/60{accent-color:hsla(0,96%,89%,.6)}.accent-red-200\/70{accent-color:hsla(0,96%,89%,.7)}.accent-red-200\/75{accent-color:hsla(0,96%,89%,.75)}.accent-red-200\/80{accent-color:hsla(0,96%,89%,.8)}.accent-red-200\/90{accent-color:hsla(0,96%,89%,.9)}.accent-red-200\/95{accent-color:hsla(0,96%,89%,.95)}.accent-red-300{accent-color:#fca5a5}.accent-red-300\/0{accent-color:hsla(0,94%,82%,0)}.accent-red-300\/10{accent-color:hsla(0,94%,82%,.1)}.accent-red-300\/100{accent-color:#fca5a5}.accent-red-300\/20{accent-color:hsla(0,94%,82%,.2)}.accent-red-300\/25{accent-color:hsla(0,94%,82%,.25)}.accent-red-300\/30{accent-color:hsla(0,94%,82%,.3)}.accent-red-300\/40{accent-color:hsla(0,94%,82%,.4)}.accent-red-300\/5{accent-color:hsla(0,94%,82%,.05)}.accent-red-300\/50{accent-color:hsla(0,94%,82%,.5)}.accent-red-300\/60{accent-color:hsla(0,94%,82%,.6)}.accent-red-300\/70{accent-color:hsla(0,94%,82%,.7)}.accent-red-300\/75{accent-color:hsla(0,94%,82%,.75)}.accent-red-300\/80{accent-color:hsla(0,94%,82%,.8)}.accent-red-300\/90{accent-color:hsla(0,94%,82%,.9)}.accent-red-300\/95{accent-color:hsla(0,94%,82%,.95)}.accent-red-400{accent-color:#f87171}.accent-red-400\/0{accent-color:hsla(0,91%,71%,0)}.accent-red-400\/10{accent-color:hsla(0,91%,71%,.1)}.accent-red-400\/100{accent-color:#f87171}.accent-red-400\/20{accent-color:hsla(0,91%,71%,.2)}.accent-red-400\/25{accent-color:hsla(0,91%,71%,.25)}.accent-red-400\/30{accent-color:hsla(0,91%,71%,.3)}.accent-red-400\/40{accent-color:hsla(0,91%,71%,.4)}.accent-red-400\/5{accent-color:hsla(0,91%,71%,.05)}.accent-red-400\/50{accent-color:hsla(0,91%,71%,.5)}.accent-red-400\/60{accent-color:hsla(0,91%,71%,.6)}.accent-red-400\/70{accent-color:hsla(0,91%,71%,.7)}.accent-red-400\/75{accent-color:hsla(0,91%,71%,.75)}.accent-red-400\/80{accent-color:hsla(0,91%,71%,.8)}.accent-red-400\/90{accent-color:hsla(0,91%,71%,.9)}.accent-red-400\/95{accent-color:hsla(0,91%,71%,.95)}.accent-red-50{accent-color:#fef2f2}.accent-red-50\/0{accent-color:hsla(0,86%,97%,0)}.accent-red-50\/10{accent-color:hsla(0,86%,97%,.1)}.accent-red-50\/100{accent-color:#fef2f2}.accent-red-50\/20{accent-color:hsla(0,86%,97%,.2)}.accent-red-50\/25{accent-color:hsla(0,86%,97%,.25)}.accent-red-50\/30{accent-color:hsla(0,86%,97%,.3)}.accent-red-50\/40{accent-color:hsla(0,86%,97%,.4)}.accent-red-50\/5{accent-color:hsla(0,86%,97%,.05)}.accent-red-50\/50{accent-color:hsla(0,86%,97%,.5)}.accent-red-50\/60{accent-color:hsla(0,86%,97%,.6)}.accent-red-50\/70{accent-color:hsla(0,86%,97%,.7)}.accent-red-50\/75{accent-color:hsla(0,86%,97%,.75)}.accent-red-50\/80{accent-color:hsla(0,86%,97%,.8)}.accent-red-50\/90{accent-color:hsla(0,86%,97%,.9)}.accent-red-50\/95{accent-color:hsla(0,86%,97%,.95)}.accent-red-500{accent-color:#ef4444}.accent-red-500\/0{accent-color:rgba(239,68,68,0)}.accent-red-500\/10{accent-color:rgba(239,68,68,.1)}.accent-red-500\/100{accent-color:#ef4444}.accent-red-500\/20{accent-color:rgba(239,68,68,.2)}.accent-red-500\/25{accent-color:rgba(239,68,68,.25)}.accent-red-500\/30{accent-color:rgba(239,68,68,.3)}.accent-red-500\/40{accent-color:rgba(239,68,68,.4)}.accent-red-500\/5{accent-color:rgba(239,68,68,.05)}.accent-red-500\/50{accent-color:rgba(239,68,68,.5)}.accent-red-500\/60{accent-color:rgba(239,68,68,.6)}.accent-red-500\/70{accent-color:rgba(239,68,68,.7)}.accent-red-500\/75{accent-color:rgba(239,68,68,.75)}.accent-red-500\/80{accent-color:rgba(239,68,68,.8)}.accent-red-500\/90{accent-color:rgba(239,68,68,.9)}.accent-red-500\/95{accent-color:rgba(239,68,68,.95)}.accent-red-600{accent-color:#dc2626}.accent-red-600\/0{accent-color:rgba(220,38,38,0)}.accent-red-600\/10{accent-color:rgba(220,38,38,.1)}.accent-red-600\/100{accent-color:#dc2626}.accent-red-600\/20{accent-color:rgba(220,38,38,.2)}.accent-red-600\/25{accent-color:rgba(220,38,38,.25)}.accent-red-600\/30{accent-color:rgba(220,38,38,.3)}.accent-red-600\/40{accent-color:rgba(220,38,38,.4)}.accent-red-600\/5{accent-color:rgba(220,38,38,.05)}.accent-red-600\/50{accent-color:rgba(220,38,38,.5)}.accent-red-600\/60{accent-color:rgba(220,38,38,.6)}.accent-red-600\/70{accent-color:rgba(220,38,38,.7)}.accent-red-600\/75{accent-color:rgba(220,38,38,.75)}.accent-red-600\/80{accent-color:rgba(220,38,38,.8)}.accent-red-600\/90{accent-color:rgba(220,38,38,.9)}.accent-red-600\/95{accent-color:rgba(220,38,38,.95)}.accent-red-700{accent-color:#b91c1c}.accent-red-700\/0{accent-color:rgba(185,28,28,0)}.accent-red-700\/10{accent-color:rgba(185,28,28,.1)}.accent-red-700\/100{accent-color:#b91c1c}.accent-red-700\/20{accent-color:rgba(185,28,28,.2)}.accent-red-700\/25{accent-color:rgba(185,28,28,.25)}.accent-red-700\/30{accent-color:rgba(185,28,28,.3)}.accent-red-700\/40{accent-color:rgba(185,28,28,.4)}.accent-red-700\/5{accent-color:rgba(185,28,28,.05)}.accent-red-700\/50{accent-color:rgba(185,28,28,.5)}.accent-red-700\/60{accent-color:rgba(185,28,28,.6)}.accent-red-700\/70{accent-color:rgba(185,28,28,.7)}.accent-red-700\/75{accent-color:rgba(185,28,28,.75)}.accent-red-700\/80{accent-color:rgba(185,28,28,.8)}.accent-red-700\/90{accent-color:rgba(185,28,28,.9)}.accent-red-700\/95{accent-color:rgba(185,28,28,.95)}.accent-red-800{accent-color:#991b1b}.accent-red-800\/0{accent-color:rgba(153,27,27,0)}.accent-red-800\/10{accent-color:rgba(153,27,27,.1)}.accent-red-800\/100{accent-color:#991b1b}.accent-red-800\/20{accent-color:rgba(153,27,27,.2)}.accent-red-800\/25{accent-color:rgba(153,27,27,.25)}.accent-red-800\/30{accent-color:rgba(153,27,27,.3)}.accent-red-800\/40{accent-color:rgba(153,27,27,.4)}.accent-red-800\/5{accent-color:rgba(153,27,27,.05)}.accent-red-800\/50{accent-color:rgba(153,27,27,.5)}.accent-red-800\/60{accent-color:rgba(153,27,27,.6)}.accent-red-800\/70{accent-color:rgba(153,27,27,.7)}.accent-red-800\/75{accent-color:rgba(153,27,27,.75)}.accent-red-800\/80{accent-color:rgba(153,27,27,.8)}.accent-red-800\/90{accent-color:rgba(153,27,27,.9)}.accent-red-800\/95{accent-color:rgba(153,27,27,.95)}.accent-red-900{accent-color:#7f1d1d}.accent-red-900\/0{accent-color:rgba(127,29,29,0)}.accent-red-900\/10{accent-color:rgba(127,29,29,.1)}.accent-red-900\/100{accent-color:#7f1d1d}.accent-red-900\/20{accent-color:rgba(127,29,29,.2)}.accent-red-900\/25{accent-color:rgba(127,29,29,.25)}.accent-red-900\/30{accent-color:rgba(127,29,29,.3)}.accent-red-900\/40{accent-color:rgba(127,29,29,.4)}.accent-red-900\/5{accent-color:rgba(127,29,29,.05)}.accent-red-900\/50{accent-color:rgba(127,29,29,.5)}.accent-red-900\/60{accent-color:rgba(127,29,29,.6)}.accent-red-900\/70{accent-color:rgba(127,29,29,.7)}.accent-red-900\/75{accent-color:rgba(127,29,29,.75)}.accent-red-900\/80{accent-color:rgba(127,29,29,.8)}.accent-red-900\/90{accent-color:rgba(127,29,29,.9)}.accent-red-900\/95{accent-color:rgba(127,29,29,.95)}.accent-red-950{accent-color:#450a0a}.accent-red-950\/0{accent-color:rgba(69,10,10,0)}.accent-red-950\/10{accent-color:rgba(69,10,10,.1)}.accent-red-950\/100{accent-color:#450a0a}.accent-red-950\/20{accent-color:rgba(69,10,10,.2)}.accent-red-950\/25{accent-color:rgba(69,10,10,.25)}.accent-red-950\/30{accent-color:rgba(69,10,10,.3)}.accent-red-950\/40{accent-color:rgba(69,10,10,.4)}.accent-red-950\/5{accent-color:rgba(69,10,10,.05)}.accent-red-950\/50{accent-color:rgba(69,10,10,.5)}.accent-red-950\/60{accent-color:rgba(69,10,10,.6)}.accent-red-950\/70{accent-color:rgba(69,10,10,.7)}.accent-red-950\/75{accent-color:rgba(69,10,10,.75)}.accent-red-950\/80{accent-color:rgba(69,10,10,.8)}.accent-red-950\/90{accent-color:rgba(69,10,10,.9)}.accent-red-950\/95{accent-color:rgba(69,10,10,.95)}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.shadow-red-100{--tw-shadow-color:#fee2e2;--tw-shadow:var(--tw-shadow-colored)}.shadow-red-100\/0{--tw-shadow-color:hsla(0,93%,94%,0);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-100\/10{--tw-shadow-color:hsla(0,93%,94%,.1);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-100\/100{--tw-shadow-color:#fee2e2;--tw-shadow:var(--tw-shadow-colored)}.shadow-red-100\/20{--tw-shadow-color:hsla(0,93%,94%,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-100\/25{--tw-shadow-color:hsla(0,93%,94%,.25);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-100\/30{--tw-shadow-color:hsla(0,93%,94%,.3);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-100\/40{--tw-shadow-color:hsla(0,93%,94%,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-100\/5{--tw-shadow-color:hsla(0,93%,94%,.05);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-100\/50{--tw-shadow-color:hsla(0,93%,94%,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-100\/60{--tw-shadow-color:hsla(0,93%,94%,.6);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-100\/70{--tw-shadow-color:hsla(0,93%,94%,.7);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-100\/75{--tw-shadow-color:hsla(0,93%,94%,.75);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-100\/80{--tw-shadow-color:hsla(0,93%,94%,.8);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-100\/90{--tw-shadow-color:hsla(0,93%,94%,.9);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-100\/95{--tw-shadow-color:hsla(0,93%,94%,.95);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-200{--tw-shadow-color:#fecaca;--tw-shadow:var(--tw-shadow-colored)}.shadow-red-200\/0{--tw-shadow-color:hsla(0,96%,89%,0);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-200\/10{--tw-shadow-color:hsla(0,96%,89%,.1);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-200\/100{--tw-shadow-color:#fecaca;--tw-shadow:var(--tw-shadow-colored)}.shadow-red-200\/20{--tw-shadow-color:hsla(0,96%,89%,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-200\/25{--tw-shadow-color:hsla(0,96%,89%,.25);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-200\/30{--tw-shadow-color:hsla(0,96%,89%,.3);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-200\/40{--tw-shadow-color:hsla(0,96%,89%,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-200\/5{--tw-shadow-color:hsla(0,96%,89%,.05);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-200\/50{--tw-shadow-color:hsla(0,96%,89%,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-200\/60{--tw-shadow-color:hsla(0,96%,89%,.6);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-200\/70{--tw-shadow-color:hsla(0,96%,89%,.7);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-200\/75{--tw-shadow-color:hsla(0,96%,89%,.75);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-200\/80{--tw-shadow-color:hsla(0,96%,89%,.8);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-200\/90{--tw-shadow-color:hsla(0,96%,89%,.9);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-200\/95{--tw-shadow-color:hsla(0,96%,89%,.95);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-300{--tw-shadow-color:#fca5a5;--tw-shadow:var(--tw-shadow-colored)}.shadow-red-300\/0{--tw-shadow-color:hsla(0,94%,82%,0);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-300\/10{--tw-shadow-color:hsla(0,94%,82%,.1);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-300\/100{--tw-shadow-color:#fca5a5;--tw-shadow:var(--tw-shadow-colored)}.shadow-red-300\/20{--tw-shadow-color:hsla(0,94%,82%,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-300\/25{--tw-shadow-color:hsla(0,94%,82%,.25);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-300\/30{--tw-shadow-color:hsla(0,94%,82%,.3);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-300\/40{--tw-shadow-color:hsla(0,94%,82%,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-300\/5{--tw-shadow-color:hsla(0,94%,82%,.05);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-300\/50{--tw-shadow-color:hsla(0,94%,82%,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-300\/60{--tw-shadow-color:hsla(0,94%,82%,.6);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-300\/70{--tw-shadow-color:hsla(0,94%,82%,.7);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-300\/75{--tw-shadow-color:hsla(0,94%,82%,.75);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-300\/80{--tw-shadow-color:hsla(0,94%,82%,.8);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-300\/90{--tw-shadow-color:hsla(0,94%,82%,.9);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-300\/95{--tw-shadow-color:hsla(0,94%,82%,.95);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-400{--tw-shadow-color:#f87171;--tw-shadow:var(--tw-shadow-colored)}.shadow-red-400\/0{--tw-shadow-color:hsla(0,91%,71%,0);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-400\/10{--tw-shadow-color:hsla(0,91%,71%,.1);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-400\/100{--tw-shadow-color:#f87171;--tw-shadow:var(--tw-shadow-colored)}.shadow-red-400\/20{--tw-shadow-color:hsla(0,91%,71%,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-400\/25{--tw-shadow-color:hsla(0,91%,71%,.25);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-400\/30{--tw-shadow-color:hsla(0,91%,71%,.3);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-400\/40{--tw-shadow-color:hsla(0,91%,71%,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-400\/5{--tw-shadow-color:hsla(0,91%,71%,.05);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-400\/50{--tw-shadow-color:hsla(0,91%,71%,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-400\/60{--tw-shadow-color:hsla(0,91%,71%,.6);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-400\/70{--tw-shadow-color:hsla(0,91%,71%,.7);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-400\/75{--tw-shadow-color:hsla(0,91%,71%,.75);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-400\/80{--tw-shadow-color:hsla(0,91%,71%,.8);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-400\/90{--tw-shadow-color:hsla(0,91%,71%,.9);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-400\/95{--tw-shadow-color:hsla(0,91%,71%,.95);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-50{--tw-shadow-color:#fef2f2;--tw-shadow:var(--tw-shadow-colored)}.shadow-red-50\/0{--tw-shadow-color:hsla(0,86%,97%,0);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-50\/10{--tw-shadow-color:hsla(0,86%,97%,.1);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-50\/100{--tw-shadow-color:#fef2f2;--tw-shadow:var(--tw-shadow-colored)}.shadow-red-50\/20{--tw-shadow-color:hsla(0,86%,97%,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-50\/25{--tw-shadow-color:hsla(0,86%,97%,.25);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-50\/30{--tw-shadow-color:hsla(0,86%,97%,.3);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-50\/40{--tw-shadow-color:hsla(0,86%,97%,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-50\/5{--tw-shadow-color:hsla(0,86%,97%,.05);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-50\/50{--tw-shadow-color:hsla(0,86%,97%,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-50\/60{--tw-shadow-color:hsla(0,86%,97%,.6);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-50\/70{--tw-shadow-color:hsla(0,86%,97%,.7);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-50\/75{--tw-shadow-color:hsla(0,86%,97%,.75);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-50\/80{--tw-shadow-color:hsla(0,86%,97%,.8);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-50\/90{--tw-shadow-color:hsla(0,86%,97%,.9);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-50\/95{--tw-shadow-color:hsla(0,86%,97%,.95);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-500{--tw-shadow-color:#ef4444;--tw-shadow:var(--tw-shadow-colored)}.shadow-red-500\/0{--tw-shadow-color:rgba(239,68,68,0);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-500\/10{--tw-shadow-color:rgba(239,68,68,.1);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-500\/100{--tw-shadow-color:#ef4444;--tw-shadow:var(--tw-shadow-colored)}.shadow-red-500\/20{--tw-shadow-color:rgba(239,68,68,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-500\/25{--tw-shadow-color:rgba(239,68,68,.25);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-500\/30{--tw-shadow-color:rgba(239,68,68,.3);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-500\/40{--tw-shadow-color:rgba(239,68,68,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-500\/5{--tw-shadow-color:rgba(239,68,68,.05);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-500\/50{--tw-shadow-color:rgba(239,68,68,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-500\/60{--tw-shadow-color:rgba(239,68,68,.6);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-500\/70{--tw-shadow-color:rgba(239,68,68,.7);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-500\/75{--tw-shadow-color:rgba(239,68,68,.75);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-500\/80{--tw-shadow-color:rgba(239,68,68,.8);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-500\/90{--tw-shadow-color:rgba(239,68,68,.9);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-500\/95{--tw-shadow-color:rgba(239,68,68,.95);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-600{--tw-shadow-color:#dc2626;--tw-shadow:var(--tw-shadow-colored)}.shadow-red-600\/0{--tw-shadow-color:rgba(220,38,38,0);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-600\/10{--tw-shadow-color:rgba(220,38,38,.1);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-600\/100{--tw-shadow-color:#dc2626;--tw-shadow:var(--tw-shadow-colored)}.shadow-red-600\/20{--tw-shadow-color:rgba(220,38,38,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-600\/25{--tw-shadow-color:rgba(220,38,38,.25);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-600\/30{--tw-shadow-color:rgba(220,38,38,.3);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-600\/40{--tw-shadow-color:rgba(220,38,38,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-600\/5{--tw-shadow-color:rgba(220,38,38,.05);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-600\/50{--tw-shadow-color:rgba(220,38,38,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-600\/60{--tw-shadow-color:rgba(220,38,38,.6);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-600\/70{--tw-shadow-color:rgba(220,38,38,.7);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-600\/75{--tw-shadow-color:rgba(220,38,38,.75);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-600\/80{--tw-shadow-color:rgba(220,38,38,.8);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-600\/90{--tw-shadow-color:rgba(220,38,38,.9);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-600\/95{--tw-shadow-color:rgba(220,38,38,.95);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-700{--tw-shadow-color:#b91c1c;--tw-shadow:var(--tw-shadow-colored)}.shadow-red-700\/0{--tw-shadow-color:rgba(185,28,28,0);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-700\/10{--tw-shadow-color:rgba(185,28,28,.1);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-700\/100{--tw-shadow-color:#b91c1c;--tw-shadow:var(--tw-shadow-colored)}.shadow-red-700\/20{--tw-shadow-color:rgba(185,28,28,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-700\/25{--tw-shadow-color:rgba(185,28,28,.25);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-700\/30{--tw-shadow-color:rgba(185,28,28,.3);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-700\/40{--tw-shadow-color:rgba(185,28,28,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-700\/5{--tw-shadow-color:rgba(185,28,28,.05);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-700\/50{--tw-shadow-color:rgba(185,28,28,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-700\/60{--tw-shadow-color:rgba(185,28,28,.6);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-700\/70{--tw-shadow-color:rgba(185,28,28,.7);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-700\/75{--tw-shadow-color:rgba(185,28,28,.75);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-700\/80{--tw-shadow-color:rgba(185,28,28,.8);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-700\/90{--tw-shadow-color:rgba(185,28,28,.9);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-700\/95{--tw-shadow-color:rgba(185,28,28,.95);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-800{--tw-shadow-color:#991b1b;--tw-shadow:var(--tw-shadow-colored)}.shadow-red-800\/0{--tw-shadow-color:rgba(153,27,27,0);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-800\/10{--tw-shadow-color:rgba(153,27,27,.1);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-800\/100{--tw-shadow-color:#991b1b;--tw-shadow:var(--tw-shadow-colored)}.shadow-red-800\/20{--tw-shadow-color:rgba(153,27,27,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-800\/25{--tw-shadow-color:rgba(153,27,27,.25);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-800\/30{--tw-shadow-color:rgba(153,27,27,.3);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-800\/40{--tw-shadow-color:rgba(153,27,27,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-800\/5{--tw-shadow-color:rgba(153,27,27,.05);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-800\/50{--tw-shadow-color:rgba(153,27,27,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-800\/60{--tw-shadow-color:rgba(153,27,27,.6);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-800\/70{--tw-shadow-color:rgba(153,27,27,.7);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-800\/75{--tw-shadow-color:rgba(153,27,27,.75);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-800\/80{--tw-shadow-color:rgba(153,27,27,.8);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-800\/90{--tw-shadow-color:rgba(153,27,27,.9);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-800\/95{--tw-shadow-color:rgba(153,27,27,.95);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-900{--tw-shadow-color:#7f1d1d;--tw-shadow:var(--tw-shadow-colored)}.shadow-red-900\/0{--tw-shadow-color:rgba(127,29,29,0);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-900\/10{--tw-shadow-color:rgba(127,29,29,.1);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-900\/100{--tw-shadow-color:#7f1d1d;--tw-shadow:var(--tw-shadow-colored)}.shadow-red-900\/20{--tw-shadow-color:rgba(127,29,29,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-900\/25{--tw-shadow-color:rgba(127,29,29,.25);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-900\/30{--tw-shadow-color:rgba(127,29,29,.3);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-900\/40{--tw-shadow-color:rgba(127,29,29,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-900\/5{--tw-shadow-color:rgba(127,29,29,.05);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-900\/50{--tw-shadow-color:rgba(127,29,29,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-900\/60{--tw-shadow-color:rgba(127,29,29,.6);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-900\/70{--tw-shadow-color:rgba(127,29,29,.7);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-900\/75{--tw-shadow-color:rgba(127,29,29,.75);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-900\/80{--tw-shadow-color:rgba(127,29,29,.8);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-900\/90{--tw-shadow-color:rgba(127,29,29,.9);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-900\/95{--tw-shadow-color:rgba(127,29,29,.95);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-950{--tw-shadow-color:#450a0a;--tw-shadow:var(--tw-shadow-colored)}.shadow-red-950\/0{--tw-shadow-color:rgba(69,10,10,0);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-950\/10{--tw-shadow-color:rgba(69,10,10,.1);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-950\/100{--tw-shadow-color:#450a0a;--tw-shadow:var(--tw-shadow-colored)}.shadow-red-950\/20{--tw-shadow-color:rgba(69,10,10,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-950\/25{--tw-shadow-color:rgba(69,10,10,.25);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-950\/30{--tw-shadow-color:rgba(69,10,10,.3);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-950\/40{--tw-shadow-color:rgba(69,10,10,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-950\/5{--tw-shadow-color:rgba(69,10,10,.05);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-950\/50{--tw-shadow-color:rgba(69,10,10,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-950\/60{--tw-shadow-color:rgba(69,10,10,.6);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-950\/70{--tw-shadow-color:rgba(69,10,10,.7);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-950\/75{--tw-shadow-color:rgba(69,10,10,.75);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-950\/80{--tw-shadow-color:rgba(69,10,10,.8);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-950\/90{--tw-shadow-color:rgba(69,10,10,.9);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-950\/95{--tw-shadow-color:rgba(69,10,10,.95);--tw-shadow:var(--tw-shadow-colored)}.outline-red-100{outline-color:#fee2e2}.outline-red-100\/0{outline-color:hsla(0,93%,94%,0)}.outline-red-100\/10{outline-color:hsla(0,93%,94%,.1)}.outline-red-100\/100{outline-color:#fee2e2}.outline-red-100\/20{outline-color:hsla(0,93%,94%,.2)}.outline-red-100\/25{outline-color:hsla(0,93%,94%,.25)}.outline-red-100\/30{outline-color:hsla(0,93%,94%,.3)}.outline-red-100\/40{outline-color:hsla(0,93%,94%,.4)}.outline-red-100\/5{outline-color:hsla(0,93%,94%,.05)}.outline-red-100\/50{outline-color:hsla(0,93%,94%,.5)}.outline-red-100\/60{outline-color:hsla(0,93%,94%,.6)}.outline-red-100\/70{outline-color:hsla(0,93%,94%,.7)}.outline-red-100\/75{outline-color:hsla(0,93%,94%,.75)}.outline-red-100\/80{outline-color:hsla(0,93%,94%,.8)}.outline-red-100\/90{outline-color:hsla(0,93%,94%,.9)}.outline-red-100\/95{outline-color:hsla(0,93%,94%,.95)}.outline-red-200{outline-color:#fecaca}.outline-red-200\/0{outline-color:hsla(0,96%,89%,0)}.outline-red-200\/10{outline-color:hsla(0,96%,89%,.1)}.outline-red-200\/100{outline-color:#fecaca}.outline-red-200\/20{outline-color:hsla(0,96%,89%,.2)}.outline-red-200\/25{outline-color:hsla(0,96%,89%,.25)}.outline-red-200\/30{outline-color:hsla(0,96%,89%,.3)}.outline-red-200\/40{outline-color:hsla(0,96%,89%,.4)}.outline-red-200\/5{outline-color:hsla(0,96%,89%,.05)}.outline-red-200\/50{outline-color:hsla(0,96%,89%,.5)}.outline-red-200\/60{outline-color:hsla(0,96%,89%,.6)}.outline-red-200\/70{outline-color:hsla(0,96%,89%,.7)}.outline-red-200\/75{outline-color:hsla(0,96%,89%,.75)}.outline-red-200\/80{outline-color:hsla(0,96%,89%,.8)}.outline-red-200\/90{outline-color:hsla(0,96%,89%,.9)}.outline-red-200\/95{outline-color:hsla(0,96%,89%,.95)}.outline-red-300{outline-color:#fca5a5}.outline-red-300\/0{outline-color:hsla(0,94%,82%,0)}.outline-red-300\/10{outline-color:hsla(0,94%,82%,.1)}.outline-red-300\/100{outline-color:#fca5a5}.outline-red-300\/20{outline-color:hsla(0,94%,82%,.2)}.outline-red-300\/25{outline-color:hsla(0,94%,82%,.25)}.outline-red-300\/30{outline-color:hsla(0,94%,82%,.3)}.outline-red-300\/40{outline-color:hsla(0,94%,82%,.4)}.outline-red-300\/5{outline-color:hsla(0,94%,82%,.05)}.outline-red-300\/50{outline-color:hsla(0,94%,82%,.5)}.outline-red-300\/60{outline-color:hsla(0,94%,82%,.6)}.outline-red-300\/70{outline-color:hsla(0,94%,82%,.7)}.outline-red-300\/75{outline-color:hsla(0,94%,82%,.75)}.outline-red-300\/80{outline-color:hsla(0,94%,82%,.8)}.outline-red-300\/90{outline-color:hsla(0,94%,82%,.9)}.outline-red-300\/95{outline-color:hsla(0,94%,82%,.95)}.outline-red-400{outline-color:#f87171}.outline-red-400\/0{outline-color:hsla(0,91%,71%,0)}.outline-red-400\/10{outline-color:hsla(0,91%,71%,.1)}.outline-red-400\/100{outline-color:#f87171}.outline-red-400\/20{outline-color:hsla(0,91%,71%,.2)}.outline-red-400\/25{outline-color:hsla(0,91%,71%,.25)}.outline-red-400\/30{outline-color:hsla(0,91%,71%,.3)}.outline-red-400\/40{outline-color:hsla(0,91%,71%,.4)}.outline-red-400\/5{outline-color:hsla(0,91%,71%,.05)}.outline-red-400\/50{outline-color:hsla(0,91%,71%,.5)}.outline-red-400\/60{outline-color:hsla(0,91%,71%,.6)}.outline-red-400\/70{outline-color:hsla(0,91%,71%,.7)}.outline-red-400\/75{outline-color:hsla(0,91%,71%,.75)}.outline-red-400\/80{outline-color:hsla(0,91%,71%,.8)}.outline-red-400\/90{outline-color:hsla(0,91%,71%,.9)}.outline-red-400\/95{outline-color:hsla(0,91%,71%,.95)}.outline-red-50{outline-color:#fef2f2}.outline-red-50\/0{outline-color:hsla(0,86%,97%,0)}.outline-red-50\/10{outline-color:hsla(0,86%,97%,.1)}.outline-red-50\/100{outline-color:#fef2f2}.outline-red-50\/20{outline-color:hsla(0,86%,97%,.2)}.outline-red-50\/25{outline-color:hsla(0,86%,97%,.25)}.outline-red-50\/30{outline-color:hsla(0,86%,97%,.3)}.outline-red-50\/40{outline-color:hsla(0,86%,97%,.4)}.outline-red-50\/5{outline-color:hsla(0,86%,97%,.05)}.outline-red-50\/50{outline-color:hsla(0,86%,97%,.5)}.outline-red-50\/60{outline-color:hsla(0,86%,97%,.6)}.outline-red-50\/70{outline-color:hsla(0,86%,97%,.7)}.outline-red-50\/75{outline-color:hsla(0,86%,97%,.75)}.outline-red-50\/80{outline-color:hsla(0,86%,97%,.8)}.outline-red-50\/90{outline-color:hsla(0,86%,97%,.9)}.outline-red-50\/95{outline-color:hsla(0,86%,97%,.95)}.outline-red-500{outline-color:#ef4444}.outline-red-500\/0{outline-color:rgba(239,68,68,0)}.outline-red-500\/10{outline-color:rgba(239,68,68,.1)}.outline-red-500\/100{outline-color:#ef4444}.outline-red-500\/20{outline-color:rgba(239,68,68,.2)}.outline-red-500\/25{outline-color:rgba(239,68,68,.25)}.outline-red-500\/30{outline-color:rgba(239,68,68,.3)}.outline-red-500\/40{outline-color:rgba(239,68,68,.4)}.outline-red-500\/5{outline-color:rgba(239,68,68,.05)}.outline-red-500\/50{outline-color:rgba(239,68,68,.5)}.outline-red-500\/60{outline-color:rgba(239,68,68,.6)}.outline-red-500\/70{outline-color:rgba(239,68,68,.7)}.outline-red-500\/75{outline-color:rgba(239,68,68,.75)}.outline-red-500\/80{outline-color:rgba(239,68,68,.8)}.outline-red-500\/90{outline-color:rgba(239,68,68,.9)}.outline-red-500\/95{outline-color:rgba(239,68,68,.95)}.outline-red-600{outline-color:#dc2626}.outline-red-600\/0{outline-color:rgba(220,38,38,0)}.outline-red-600\/10{outline-color:rgba(220,38,38,.1)}.outline-red-600\/100{outline-color:#dc2626}.outline-red-600\/20{outline-color:rgba(220,38,38,.2)}.outline-red-600\/25{outline-color:rgba(220,38,38,.25)}.outline-red-600\/30{outline-color:rgba(220,38,38,.3)}.outline-red-600\/40{outline-color:rgba(220,38,38,.4)}.outline-red-600\/5{outline-color:rgba(220,38,38,.05)}.outline-red-600\/50{outline-color:rgba(220,38,38,.5)}.outline-red-600\/60{outline-color:rgba(220,38,38,.6)}.outline-red-600\/70{outline-color:rgba(220,38,38,.7)}.outline-red-600\/75{outline-color:rgba(220,38,38,.75)}.outline-red-600\/80{outline-color:rgba(220,38,38,.8)}.outline-red-600\/90{outline-color:rgba(220,38,38,.9)}.outline-red-600\/95{outline-color:rgba(220,38,38,.95)}.outline-red-700{outline-color:#b91c1c}.outline-red-700\/0{outline-color:rgba(185,28,28,0)}.outline-red-700\/10{outline-color:rgba(185,28,28,.1)}.outline-red-700\/100{outline-color:#b91c1c}.outline-red-700\/20{outline-color:rgba(185,28,28,.2)}.outline-red-700\/25{outline-color:rgba(185,28,28,.25)}.outline-red-700\/30{outline-color:rgba(185,28,28,.3)}.outline-red-700\/40{outline-color:rgba(185,28,28,.4)}.outline-red-700\/5{outline-color:rgba(185,28,28,.05)}.outline-red-700\/50{outline-color:rgba(185,28,28,.5)}.outline-red-700\/60{outline-color:rgba(185,28,28,.6)}.outline-red-700\/70{outline-color:rgba(185,28,28,.7)}.outline-red-700\/75{outline-color:rgba(185,28,28,.75)}.outline-red-700\/80{outline-color:rgba(185,28,28,.8)}.outline-red-700\/90{outline-color:rgba(185,28,28,.9)}.outline-red-700\/95{outline-color:rgba(185,28,28,.95)}.outline-red-800{outline-color:#991b1b}.outline-red-800\/0{outline-color:rgba(153,27,27,0)}.outline-red-800\/10{outline-color:rgba(153,27,27,.1)}.outline-red-800\/100{outline-color:#991b1b}.outline-red-800\/20{outline-color:rgba(153,27,27,.2)}.outline-red-800\/25{outline-color:rgba(153,27,27,.25)}.outline-red-800\/30{outline-color:rgba(153,27,27,.3)}.outline-red-800\/40{outline-color:rgba(153,27,27,.4)}.outline-red-800\/5{outline-color:rgba(153,27,27,.05)}.outline-red-800\/50{outline-color:rgba(153,27,27,.5)}.outline-red-800\/60{outline-color:rgba(153,27,27,.6)}.outline-red-800\/70{outline-color:rgba(153,27,27,.7)}.outline-red-800\/75{outline-color:rgba(153,27,27,.75)}.outline-red-800\/80{outline-color:rgba(153,27,27,.8)}.outline-red-800\/90{outline-color:rgba(153,27,27,.9)}.outline-red-800\/95{outline-color:rgba(153,27,27,.95)}.outline-red-900{outline-color:#7f1d1d}.outline-red-900\/0{outline-color:rgba(127,29,29,0)}.outline-red-900\/10{outline-color:rgba(127,29,29,.1)}.outline-red-900\/100{outline-color:#7f1d1d}.outline-red-900\/20{outline-color:rgba(127,29,29,.2)}.outline-red-900\/25{outline-color:rgba(127,29,29,.25)}.outline-red-900\/30{outline-color:rgba(127,29,29,.3)}.outline-red-900\/40{outline-color:rgba(127,29,29,.4)}.outline-red-900\/5{outline-color:rgba(127,29,29,.05)}.outline-red-900\/50{outline-color:rgba(127,29,29,.5)}.outline-red-900\/60{outline-color:rgba(127,29,29,.6)}.outline-red-900\/70{outline-color:rgba(127,29,29,.7)}.outline-red-900\/75{outline-color:rgba(127,29,29,.75)}.outline-red-900\/80{outline-color:rgba(127,29,29,.8)}.outline-red-900\/90{outline-color:rgba(127,29,29,.9)}.outline-red-900\/95{outline-color:rgba(127,29,29,.95)}.outline-red-950{outline-color:#450a0a}.outline-red-950\/0{outline-color:rgba(69,10,10,0)}.outline-red-950\/10{outline-color:rgba(69,10,10,.1)}.outline-red-950\/100{outline-color:#450a0a}.outline-red-950\/20{outline-color:rgba(69,10,10,.2)}.outline-red-950\/25{outline-color:rgba(69,10,10,.25)}.outline-red-950\/30{outline-color:rgba(69,10,10,.3)}.outline-red-950\/40{outline-color:rgba(69,10,10,.4)}.outline-red-950\/5{outline-color:rgba(69,10,10,.05)}.outline-red-950\/50{outline-color:rgba(69,10,10,.5)}.outline-red-950\/60{outline-color:rgba(69,10,10,.6)}.outline-red-950\/70{outline-color:rgba(69,10,10,.7)}.outline-red-950\/75{outline-color:rgba(69,10,10,.75)}.outline-red-950\/80{outline-color:rgba(69,10,10,.8)}.outline-red-950\/90{outline-color:rgba(69,10,10,.9)}.outline-red-950\/95{outline-color:rgba(69,10,10,.95)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-black{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity))}.ring-red-100{--tw-ring-opacity:1;--tw-ring-color:rgb(254 226 226/var(--tw-ring-opacity))}.ring-red-100\/0{--tw-ring-color:hsla(0,93%,94%,0)}.ring-red-100\/10{--tw-ring-color:hsla(0,93%,94%,.1)}.ring-red-100\/100{--tw-ring-color:#fee2e2}.ring-red-100\/20{--tw-ring-color:hsla(0,93%,94%,.2)}.ring-red-100\/25{--tw-ring-color:hsla(0,93%,94%,.25)}.ring-red-100\/30{--tw-ring-color:hsla(0,93%,94%,.3)}.ring-red-100\/40{--tw-ring-color:hsla(0,93%,94%,.4)}.ring-red-100\/5{--tw-ring-color:hsla(0,93%,94%,.05)}.ring-red-100\/50{--tw-ring-color:hsla(0,93%,94%,.5)}.ring-red-100\/60{--tw-ring-color:hsla(0,93%,94%,.6)}.ring-red-100\/70{--tw-ring-color:hsla(0,93%,94%,.7)}.ring-red-100\/75{--tw-ring-color:hsla(0,93%,94%,.75)}.ring-red-100\/80{--tw-ring-color:hsla(0,93%,94%,.8)}.ring-red-100\/90{--tw-ring-color:hsla(0,93%,94%,.9)}.ring-red-100\/95{--tw-ring-color:hsla(0,93%,94%,.95)}.ring-red-200{--tw-ring-opacity:1;--tw-ring-color:rgb(254 202 202/var(--tw-ring-opacity))}.ring-red-200\/0{--tw-ring-color:hsla(0,96%,89%,0)}.ring-red-200\/10{--tw-ring-color:hsla(0,96%,89%,.1)}.ring-red-200\/100{--tw-ring-color:#fecaca}.ring-red-200\/20{--tw-ring-color:hsla(0,96%,89%,.2)}.ring-red-200\/25{--tw-ring-color:hsla(0,96%,89%,.25)}.ring-red-200\/30{--tw-ring-color:hsla(0,96%,89%,.3)}.ring-red-200\/40{--tw-ring-color:hsla(0,96%,89%,.4)}.ring-red-200\/5{--tw-ring-color:hsla(0,96%,89%,.05)}.ring-red-200\/50{--tw-ring-color:hsla(0,96%,89%,.5)}.ring-red-200\/60{--tw-ring-color:hsla(0,96%,89%,.6)}.ring-red-200\/70{--tw-ring-color:hsla(0,96%,89%,.7)}.ring-red-200\/75{--tw-ring-color:hsla(0,96%,89%,.75)}.ring-red-200\/80{--tw-ring-color:hsla(0,96%,89%,.8)}.ring-red-200\/90{--tw-ring-color:hsla(0,96%,89%,.9)}.ring-red-200\/95{--tw-ring-color:hsla(0,96%,89%,.95)}.ring-red-300{--tw-ring-opacity:1;--tw-ring-color:rgb(252 165 165/var(--tw-ring-opacity))}.ring-red-300\/0{--tw-ring-color:hsla(0,94%,82%,0)}.ring-red-300\/10{--tw-ring-color:hsla(0,94%,82%,.1)}.ring-red-300\/100{--tw-ring-color:#fca5a5}.ring-red-300\/20{--tw-ring-color:hsla(0,94%,82%,.2)}.ring-red-300\/25{--tw-ring-color:hsla(0,94%,82%,.25)}.ring-red-300\/30{--tw-ring-color:hsla(0,94%,82%,.3)}.ring-red-300\/40{--tw-ring-color:hsla(0,94%,82%,.4)}.ring-red-300\/5{--tw-ring-color:hsla(0,94%,82%,.05)}.ring-red-300\/50{--tw-ring-color:hsla(0,94%,82%,.5)}.ring-red-300\/60{--tw-ring-color:hsla(0,94%,82%,.6)}.ring-red-300\/70{--tw-ring-color:hsla(0,94%,82%,.7)}.ring-red-300\/75{--tw-ring-color:hsla(0,94%,82%,.75)}.ring-red-300\/80{--tw-ring-color:hsla(0,94%,82%,.8)}.ring-red-300\/90{--tw-ring-color:hsla(0,94%,82%,.9)}.ring-red-300\/95{--tw-ring-color:hsla(0,94%,82%,.95)}.ring-red-400{--tw-ring-opacity:1;--tw-ring-color:rgb(248 113 113/var(--tw-ring-opacity))}.ring-red-400\/0{--tw-ring-color:hsla(0,91%,71%,0)}.ring-red-400\/10{--tw-ring-color:hsla(0,91%,71%,.1)}.ring-red-400\/100{--tw-ring-color:#f87171}.ring-red-400\/20{--tw-ring-color:hsla(0,91%,71%,.2)}.ring-red-400\/25{--tw-ring-color:hsla(0,91%,71%,.25)}.ring-red-400\/30{--tw-ring-color:hsla(0,91%,71%,.3)}.ring-red-400\/40{--tw-ring-color:hsla(0,91%,71%,.4)}.ring-red-400\/5{--tw-ring-color:hsla(0,91%,71%,.05)}.ring-red-400\/50{--tw-ring-color:hsla(0,91%,71%,.5)}.ring-red-400\/60{--tw-ring-color:hsla(0,91%,71%,.6)}.ring-red-400\/70{--tw-ring-color:hsla(0,91%,71%,.7)}.ring-red-400\/75{--tw-ring-color:hsla(0,91%,71%,.75)}.ring-red-400\/80{--tw-ring-color:hsla(0,91%,71%,.8)}.ring-red-400\/90{--tw-ring-color:hsla(0,91%,71%,.9)}.ring-red-400\/95{--tw-ring-color:hsla(0,91%,71%,.95)}.ring-red-50{--tw-ring-opacity:1;--tw-ring-color:rgb(254 242 242/var(--tw-ring-opacity))}.ring-red-50\/0{--tw-ring-color:hsla(0,86%,97%,0)}.ring-red-50\/10{--tw-ring-color:hsla(0,86%,97%,.1)}.ring-red-50\/100{--tw-ring-color:#fef2f2}.ring-red-50\/20{--tw-ring-color:hsla(0,86%,97%,.2)}.ring-red-50\/25{--tw-ring-color:hsla(0,86%,97%,.25)}.ring-red-50\/30{--tw-ring-color:hsla(0,86%,97%,.3)}.ring-red-50\/40{--tw-ring-color:hsla(0,86%,97%,.4)}.ring-red-50\/5{--tw-ring-color:hsla(0,86%,97%,.05)}.ring-red-50\/50{--tw-ring-color:hsla(0,86%,97%,.5)}.ring-red-50\/60{--tw-ring-color:hsla(0,86%,97%,.6)}.ring-red-50\/70{--tw-ring-color:hsla(0,86%,97%,.7)}.ring-red-50\/75{--tw-ring-color:hsla(0,86%,97%,.75)}.ring-red-50\/80{--tw-ring-color:hsla(0,86%,97%,.8)}.ring-red-50\/90{--tw-ring-color:hsla(0,86%,97%,.9)}.ring-red-50\/95{--tw-ring-color:hsla(0,86%,97%,.95)}.ring-red-500{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity))}.ring-red-500\/0{--tw-ring-color:rgba(239,68,68,0)}.ring-red-500\/10{--tw-ring-color:rgba(239,68,68,.1)}.ring-red-500\/100{--tw-ring-color:#ef4444}.ring-red-500\/20{--tw-ring-color:rgba(239,68,68,.2)}.ring-red-500\/25{--tw-ring-color:rgba(239,68,68,.25)}.ring-red-500\/30{--tw-ring-color:rgba(239,68,68,.3)}.ring-red-500\/40{--tw-ring-color:rgba(239,68,68,.4)}.ring-red-500\/5{--tw-ring-color:rgba(239,68,68,.05)}.ring-red-500\/50{--tw-ring-color:rgba(239,68,68,.5)}.ring-red-500\/60{--tw-ring-color:rgba(239,68,68,.6)}.ring-red-500\/70{--tw-ring-color:rgba(239,68,68,.7)}.ring-red-500\/75{--tw-ring-color:rgba(239,68,68,.75)}.ring-red-500\/80{--tw-ring-color:rgba(239,68,68,.8)}.ring-red-500\/90{--tw-ring-color:rgba(239,68,68,.9)}.ring-red-500\/95{--tw-ring-color:rgba(239,68,68,.95)}.ring-red-600{--tw-ring-opacity:1;--tw-ring-color:rgb(220 38 38/var(--tw-ring-opacity))}.ring-red-600\/0{--tw-ring-color:rgba(220,38,38,0)}.ring-red-600\/10{--tw-ring-color:rgba(220,38,38,.1)}.ring-red-600\/100{--tw-ring-color:#dc2626}.ring-red-600\/20{--tw-ring-color:rgba(220,38,38,.2)}.ring-red-600\/25{--tw-ring-color:rgba(220,38,38,.25)}.ring-red-600\/30{--tw-ring-color:rgba(220,38,38,.3)}.ring-red-600\/40{--tw-ring-color:rgba(220,38,38,.4)}.ring-red-600\/5{--tw-ring-color:rgba(220,38,38,.05)}.ring-red-600\/50{--tw-ring-color:rgba(220,38,38,.5)}.ring-red-600\/60{--tw-ring-color:rgba(220,38,38,.6)}.ring-red-600\/70{--tw-ring-color:rgba(220,38,38,.7)}.ring-red-600\/75{--tw-ring-color:rgba(220,38,38,.75)}.ring-red-600\/80{--tw-ring-color:rgba(220,38,38,.8)}.ring-red-600\/90{--tw-ring-color:rgba(220,38,38,.9)}.ring-red-600\/95{--tw-ring-color:rgba(220,38,38,.95)}.ring-red-700{--tw-ring-opacity:1;--tw-ring-color:rgb(185 28 28/var(--tw-ring-opacity))}.ring-red-700\/0{--tw-ring-color:rgba(185,28,28,0)}.ring-red-700\/10{--tw-ring-color:rgba(185,28,28,.1)}.ring-red-700\/100{--tw-ring-color:#b91c1c}.ring-red-700\/20{--tw-ring-color:rgba(185,28,28,.2)}.ring-red-700\/25{--tw-ring-color:rgba(185,28,28,.25)}.ring-red-700\/30{--tw-ring-color:rgba(185,28,28,.3)}.ring-red-700\/40{--tw-ring-color:rgba(185,28,28,.4)}.ring-red-700\/5{--tw-ring-color:rgba(185,28,28,.05)}.ring-red-700\/50{--tw-ring-color:rgba(185,28,28,.5)}.ring-red-700\/60{--tw-ring-color:rgba(185,28,28,.6)}.ring-red-700\/70{--tw-ring-color:rgba(185,28,28,.7)}.ring-red-700\/75{--tw-ring-color:rgba(185,28,28,.75)}.ring-red-700\/80{--tw-ring-color:rgba(185,28,28,.8)}.ring-red-700\/90{--tw-ring-color:rgba(185,28,28,.9)}.ring-red-700\/95{--tw-ring-color:rgba(185,28,28,.95)}.ring-red-800{--tw-ring-opacity:1;--tw-ring-color:rgb(153 27 27/var(--tw-ring-opacity))}.ring-red-800\/0{--tw-ring-color:rgba(153,27,27,0)}.ring-red-800\/10{--tw-ring-color:rgba(153,27,27,.1)}.ring-red-800\/100{--tw-ring-color:#991b1b}.ring-red-800\/20{--tw-ring-color:rgba(153,27,27,.2)}.ring-red-800\/25{--tw-ring-color:rgba(153,27,27,.25)}.ring-red-800\/30{--tw-ring-color:rgba(153,27,27,.3)}.ring-red-800\/40{--tw-ring-color:rgba(153,27,27,.4)}.ring-red-800\/5{--tw-ring-color:rgba(153,27,27,.05)}.ring-red-800\/50{--tw-ring-color:rgba(153,27,27,.5)}.ring-red-800\/60{--tw-ring-color:rgba(153,27,27,.6)}.ring-red-800\/70{--tw-ring-color:rgba(153,27,27,.7)}.ring-red-800\/75{--tw-ring-color:rgba(153,27,27,.75)}.ring-red-800\/80{--tw-ring-color:rgba(153,27,27,.8)}.ring-red-800\/90{--tw-ring-color:rgba(153,27,27,.9)}.ring-red-800\/95{--tw-ring-color:rgba(153,27,27,.95)}.ring-red-900{--tw-ring-opacity:1;--tw-ring-color:rgb(127 29 29/var(--tw-ring-opacity))}.ring-red-900\/0{--tw-ring-color:rgba(127,29,29,0)}.ring-red-900\/10{--tw-ring-color:rgba(127,29,29,.1)}.ring-red-900\/100{--tw-ring-color:#7f1d1d}.ring-red-900\/20{--tw-ring-color:rgba(127,29,29,.2)}.ring-red-900\/25{--tw-ring-color:rgba(127,29,29,.25)}.ring-red-900\/30{--tw-ring-color:rgba(127,29,29,.3)}.ring-red-900\/40{--tw-ring-color:rgba(127,29,29,.4)}.ring-red-900\/5{--tw-ring-color:rgba(127,29,29,.05)}.ring-red-900\/50{--tw-ring-color:rgba(127,29,29,.5)}.ring-red-900\/60{--tw-ring-color:rgba(127,29,29,.6)}.ring-red-900\/70{--tw-ring-color:rgba(127,29,29,.7)}.ring-red-900\/75{--tw-ring-color:rgba(127,29,29,.75)}.ring-red-900\/80{--tw-ring-color:rgba(127,29,29,.8)}.ring-red-900\/90{--tw-ring-color:rgba(127,29,29,.9)}.ring-red-900\/95{--tw-ring-color:rgba(127,29,29,.95)}.ring-red-950{--tw-ring-opacity:1;--tw-ring-color:rgb(69 10 10/var(--tw-ring-opacity))}.ring-red-950\/0{--tw-ring-color:rgba(69,10,10,0)}.ring-red-950\/10{--tw-ring-color:rgba(69,10,10,.1)}.ring-red-950\/100{--tw-ring-color:#450a0a}.ring-red-950\/20{--tw-ring-color:rgba(69,10,10,.2)}.ring-red-950\/25{--tw-ring-color:rgba(69,10,10,.25)}.ring-red-950\/30{--tw-ring-color:rgba(69,10,10,.3)}.ring-red-950\/40{--tw-ring-color:rgba(69,10,10,.4)}.ring-red-950\/5{--tw-ring-color:rgba(69,10,10,.05)}.ring-red-950\/50{--tw-ring-color:rgba(69,10,10,.5)}.ring-red-950\/60{--tw-ring-color:rgba(69,10,10,.6)}.ring-red-950\/70{--tw-ring-color:rgba(69,10,10,.7)}.ring-red-950\/75{--tw-ring-color:rgba(69,10,10,.75)}.ring-red-950\/80{--tw-ring-color:rgba(69,10,10,.8)}.ring-red-950\/90{--tw-ring-color:rgba(69,10,10,.9)}.ring-red-950\/95{--tw-ring-color:rgba(69,10,10,.95)}.ring-opacity-5{--tw-ring-opacity:0.05}.ring-offset-red-100{--tw-ring-offset-color:#fee2e2}.ring-offset-red-100\/0{--tw-ring-offset-color:hsla(0,93%,94%,0)}.ring-offset-red-100\/10{--tw-ring-offset-color:hsla(0,93%,94%,.1)}.ring-offset-red-100\/100{--tw-ring-offset-color:#fee2e2}.ring-offset-red-100\/20{--tw-ring-offset-color:hsla(0,93%,94%,.2)}.ring-offset-red-100\/25{--tw-ring-offset-color:hsla(0,93%,94%,.25)}.ring-offset-red-100\/30{--tw-ring-offset-color:hsla(0,93%,94%,.3)}.ring-offset-red-100\/40{--tw-ring-offset-color:hsla(0,93%,94%,.4)}.ring-offset-red-100\/5{--tw-ring-offset-color:hsla(0,93%,94%,.05)}.ring-offset-red-100\/50{--tw-ring-offset-color:hsla(0,93%,94%,.5)}.ring-offset-red-100\/60{--tw-ring-offset-color:hsla(0,93%,94%,.6)}.ring-offset-red-100\/70{--tw-ring-offset-color:hsla(0,93%,94%,.7)}.ring-offset-red-100\/75{--tw-ring-offset-color:hsla(0,93%,94%,.75)}.ring-offset-red-100\/80{--tw-ring-offset-color:hsla(0,93%,94%,.8)}.ring-offset-red-100\/90{--tw-ring-offset-color:hsla(0,93%,94%,.9)}.ring-offset-red-100\/95{--tw-ring-offset-color:hsla(0,93%,94%,.95)}.ring-offset-red-200{--tw-ring-offset-color:#fecaca}.ring-offset-red-200\/0{--tw-ring-offset-color:hsla(0,96%,89%,0)}.ring-offset-red-200\/10{--tw-ring-offset-color:hsla(0,96%,89%,.1)}.ring-offset-red-200\/100{--tw-ring-offset-color:#fecaca}.ring-offset-red-200\/20{--tw-ring-offset-color:hsla(0,96%,89%,.2)}.ring-offset-red-200\/25{--tw-ring-offset-color:hsla(0,96%,89%,.25)}.ring-offset-red-200\/30{--tw-ring-offset-color:hsla(0,96%,89%,.3)}.ring-offset-red-200\/40{--tw-ring-offset-color:hsla(0,96%,89%,.4)}.ring-offset-red-200\/5{--tw-ring-offset-color:hsla(0,96%,89%,.05)}.ring-offset-red-200\/50{--tw-ring-offset-color:hsla(0,96%,89%,.5)}.ring-offset-red-200\/60{--tw-ring-offset-color:hsla(0,96%,89%,.6)}.ring-offset-red-200\/70{--tw-ring-offset-color:hsla(0,96%,89%,.7)}.ring-offset-red-200\/75{--tw-ring-offset-color:hsla(0,96%,89%,.75)}.ring-offset-red-200\/80{--tw-ring-offset-color:hsla(0,96%,89%,.8)}.ring-offset-red-200\/90{--tw-ring-offset-color:hsla(0,96%,89%,.9)}.ring-offset-red-200\/95{--tw-ring-offset-color:hsla(0,96%,89%,.95)}.ring-offset-red-300{--tw-ring-offset-color:#fca5a5}.ring-offset-red-300\/0{--tw-ring-offset-color:hsla(0,94%,82%,0)}.ring-offset-red-300\/10{--tw-ring-offset-color:hsla(0,94%,82%,.1)}.ring-offset-red-300\/100{--tw-ring-offset-color:#fca5a5}.ring-offset-red-300\/20{--tw-ring-offset-color:hsla(0,94%,82%,.2)}.ring-offset-red-300\/25{--tw-ring-offset-color:hsla(0,94%,82%,.25)}.ring-offset-red-300\/30{--tw-ring-offset-color:hsla(0,94%,82%,.3)}.ring-offset-red-300\/40{--tw-ring-offset-color:hsla(0,94%,82%,.4)}.ring-offset-red-300\/5{--tw-ring-offset-color:hsla(0,94%,82%,.05)}.ring-offset-red-300\/50{--tw-ring-offset-color:hsla(0,94%,82%,.5)}.ring-offset-red-300\/60{--tw-ring-offset-color:hsla(0,94%,82%,.6)}.ring-offset-red-300\/70{--tw-ring-offset-color:hsla(0,94%,82%,.7)}.ring-offset-red-300\/75{--tw-ring-offset-color:hsla(0,94%,82%,.75)}.ring-offset-red-300\/80{--tw-ring-offset-color:hsla(0,94%,82%,.8)}.ring-offset-red-300\/90{--tw-ring-offset-color:hsla(0,94%,82%,.9)}.ring-offset-red-300\/95{--tw-ring-offset-color:hsla(0,94%,82%,.95)}.ring-offset-red-400{--tw-ring-offset-color:#f87171}.ring-offset-red-400\/0{--tw-ring-offset-color:hsla(0,91%,71%,0)}.ring-offset-red-400\/10{--tw-ring-offset-color:hsla(0,91%,71%,.1)}.ring-offset-red-400\/100{--tw-ring-offset-color:#f87171}.ring-offset-red-400\/20{--tw-ring-offset-color:hsla(0,91%,71%,.2)}.ring-offset-red-400\/25{--tw-ring-offset-color:hsla(0,91%,71%,.25)}.ring-offset-red-400\/30{--tw-ring-offset-color:hsla(0,91%,71%,.3)}.ring-offset-red-400\/40{--tw-ring-offset-color:hsla(0,91%,71%,.4)}.ring-offset-red-400\/5{--tw-ring-offset-color:hsla(0,91%,71%,.05)}.ring-offset-red-400\/50{--tw-ring-offset-color:hsla(0,91%,71%,.5)}.ring-offset-red-400\/60{--tw-ring-offset-color:hsla(0,91%,71%,.6)}.ring-offset-red-400\/70{--tw-ring-offset-color:hsla(0,91%,71%,.7)}.ring-offset-red-400\/75{--tw-ring-offset-color:hsla(0,91%,71%,.75)}.ring-offset-red-400\/80{--tw-ring-offset-color:hsla(0,91%,71%,.8)}.ring-offset-red-400\/90{--tw-ring-offset-color:hsla(0,91%,71%,.9)}.ring-offset-red-400\/95{--tw-ring-offset-color:hsla(0,91%,71%,.95)}.ring-offset-red-50{--tw-ring-offset-color:#fef2f2}.ring-offset-red-50\/0{--tw-ring-offset-color:hsla(0,86%,97%,0)}.ring-offset-red-50\/10{--tw-ring-offset-color:hsla(0,86%,97%,.1)}.ring-offset-red-50\/100{--tw-ring-offset-color:#fef2f2}.ring-offset-red-50\/20{--tw-ring-offset-color:hsla(0,86%,97%,.2)}.ring-offset-red-50\/25{--tw-ring-offset-color:hsla(0,86%,97%,.25)}.ring-offset-red-50\/30{--tw-ring-offset-color:hsla(0,86%,97%,.3)}.ring-offset-red-50\/40{--tw-ring-offset-color:hsla(0,86%,97%,.4)}.ring-offset-red-50\/5{--tw-ring-offset-color:hsla(0,86%,97%,.05)}.ring-offset-red-50\/50{--tw-ring-offset-color:hsla(0,86%,97%,.5)}.ring-offset-red-50\/60{--tw-ring-offset-color:hsla(0,86%,97%,.6)}.ring-offset-red-50\/70{--tw-ring-offset-color:hsla(0,86%,97%,.7)}.ring-offset-red-50\/75{--tw-ring-offset-color:hsla(0,86%,97%,.75)}.ring-offset-red-50\/80{--tw-ring-offset-color:hsla(0,86%,97%,.8)}.ring-offset-red-50\/90{--tw-ring-offset-color:hsla(0,86%,97%,.9)}.ring-offset-red-50\/95{--tw-ring-offset-color:hsla(0,86%,97%,.95)}.ring-offset-red-500{--tw-ring-offset-color:#ef4444}.ring-offset-red-500\/0{--tw-ring-offset-color:rgba(239,68,68,0)}.ring-offset-red-500\/10{--tw-ring-offset-color:rgba(239,68,68,.1)}.ring-offset-red-500\/100{--tw-ring-offset-color:#ef4444}.ring-offset-red-500\/20{--tw-ring-offset-color:rgba(239,68,68,.2)}.ring-offset-red-500\/25{--tw-ring-offset-color:rgba(239,68,68,.25)}.ring-offset-red-500\/30{--tw-ring-offset-color:rgba(239,68,68,.3)}.ring-offset-red-500\/40{--tw-ring-offset-color:rgba(239,68,68,.4)}.ring-offset-red-500\/5{--tw-ring-offset-color:rgba(239,68,68,.05)}.ring-offset-red-500\/50{--tw-ring-offset-color:rgba(239,68,68,.5)}.ring-offset-red-500\/60{--tw-ring-offset-color:rgba(239,68,68,.6)}.ring-offset-red-500\/70{--tw-ring-offset-color:rgba(239,68,68,.7)}.ring-offset-red-500\/75{--tw-ring-offset-color:rgba(239,68,68,.75)}.ring-offset-red-500\/80{--tw-ring-offset-color:rgba(239,68,68,.8)}.ring-offset-red-500\/90{--tw-ring-offset-color:rgba(239,68,68,.9)}.ring-offset-red-500\/95{--tw-ring-offset-color:rgba(239,68,68,.95)}.ring-offset-red-600{--tw-ring-offset-color:#dc2626}.ring-offset-red-600\/0{--tw-ring-offset-color:rgba(220,38,38,0)}.ring-offset-red-600\/10{--tw-ring-offset-color:rgba(220,38,38,.1)}.ring-offset-red-600\/100{--tw-ring-offset-color:#dc2626}.ring-offset-red-600\/20{--tw-ring-offset-color:rgba(220,38,38,.2)}.ring-offset-red-600\/25{--tw-ring-offset-color:rgba(220,38,38,.25)}.ring-offset-red-600\/30{--tw-ring-offset-color:rgba(220,38,38,.3)}.ring-offset-red-600\/40{--tw-ring-offset-color:rgba(220,38,38,.4)}.ring-offset-red-600\/5{--tw-ring-offset-color:rgba(220,38,38,.05)}.ring-offset-red-600\/50{--tw-ring-offset-color:rgba(220,38,38,.5)}.ring-offset-red-600\/60{--tw-ring-offset-color:rgba(220,38,38,.6)}.ring-offset-red-600\/70{--tw-ring-offset-color:rgba(220,38,38,.7)}.ring-offset-red-600\/75{--tw-ring-offset-color:rgba(220,38,38,.75)}.ring-offset-red-600\/80{--tw-ring-offset-color:rgba(220,38,38,.8)}.ring-offset-red-600\/90{--tw-ring-offset-color:rgba(220,38,38,.9)}.ring-offset-red-600\/95{--tw-ring-offset-color:rgba(220,38,38,.95)}.ring-offset-red-700{--tw-ring-offset-color:#b91c1c}.ring-offset-red-700\/0{--tw-ring-offset-color:rgba(185,28,28,0)}.ring-offset-red-700\/10{--tw-ring-offset-color:rgba(185,28,28,.1)}.ring-offset-red-700\/100{--tw-ring-offset-color:#b91c1c}.ring-offset-red-700\/20{--tw-ring-offset-color:rgba(185,28,28,.2)}.ring-offset-red-700\/25{--tw-ring-offset-color:rgba(185,28,28,.25)}.ring-offset-red-700\/30{--tw-ring-offset-color:rgba(185,28,28,.3)}.ring-offset-red-700\/40{--tw-ring-offset-color:rgba(185,28,28,.4)}.ring-offset-red-700\/5{--tw-ring-offset-color:rgba(185,28,28,.05)}.ring-offset-red-700\/50{--tw-ring-offset-color:rgba(185,28,28,.5)}.ring-offset-red-700\/60{--tw-ring-offset-color:rgba(185,28,28,.6)}.ring-offset-red-700\/70{--tw-ring-offset-color:rgba(185,28,28,.7)}.ring-offset-red-700\/75{--tw-ring-offset-color:rgba(185,28,28,.75)}.ring-offset-red-700\/80{--tw-ring-offset-color:rgba(185,28,28,.8)}.ring-offset-red-700\/90{--tw-ring-offset-color:rgba(185,28,28,.9)}.ring-offset-red-700\/95{--tw-ring-offset-color:rgba(185,28,28,.95)}.ring-offset-red-800{--tw-ring-offset-color:#991b1b}.ring-offset-red-800\/0{--tw-ring-offset-color:rgba(153,27,27,0)}.ring-offset-red-800\/10{--tw-ring-offset-color:rgba(153,27,27,.1)}.ring-offset-red-800\/100{--tw-ring-offset-color:#991b1b}.ring-offset-red-800\/20{--tw-ring-offset-color:rgba(153,27,27,.2)}.ring-offset-red-800\/25{--tw-ring-offset-color:rgba(153,27,27,.25)}.ring-offset-red-800\/30{--tw-ring-offset-color:rgba(153,27,27,.3)}.ring-offset-red-800\/40{--tw-ring-offset-color:rgba(153,27,27,.4)}.ring-offset-red-800\/5{--tw-ring-offset-color:rgba(153,27,27,.05)}.ring-offset-red-800\/50{--tw-ring-offset-color:rgba(153,27,27,.5)}.ring-offset-red-800\/60{--tw-ring-offset-color:rgba(153,27,27,.6)}.ring-offset-red-800\/70{--tw-ring-offset-color:rgba(153,27,27,.7)}.ring-offset-red-800\/75{--tw-ring-offset-color:rgba(153,27,27,.75)}.ring-offset-red-800\/80{--tw-ring-offset-color:rgba(153,27,27,.8)}.ring-offset-red-800\/90{--tw-ring-offset-color:rgba(153,27,27,.9)}.ring-offset-red-800\/95{--tw-ring-offset-color:rgba(153,27,27,.95)}.ring-offset-red-900{--tw-ring-offset-color:#7f1d1d}.ring-offset-red-900\/0{--tw-ring-offset-color:rgba(127,29,29,0)}.ring-offset-red-900\/10{--tw-ring-offset-color:rgba(127,29,29,.1)}.ring-offset-red-900\/100{--tw-ring-offset-color:#7f1d1d}.ring-offset-red-900\/20{--tw-ring-offset-color:rgba(127,29,29,.2)}.ring-offset-red-900\/25{--tw-ring-offset-color:rgba(127,29,29,.25)}.ring-offset-red-900\/30{--tw-ring-offset-color:rgba(127,29,29,.3)}.ring-offset-red-900\/40{--tw-ring-offset-color:rgba(127,29,29,.4)}.ring-offset-red-900\/5{--tw-ring-offset-color:rgba(127,29,29,.05)}.ring-offset-red-900\/50{--tw-ring-offset-color:rgba(127,29,29,.5)}.ring-offset-red-900\/60{--tw-ring-offset-color:rgba(127,29,29,.6)}.ring-offset-red-900\/70{--tw-ring-offset-color:rgba(127,29,29,.7)}.ring-offset-red-900\/75{--tw-ring-offset-color:rgba(127,29,29,.75)}.ring-offset-red-900\/80{--tw-ring-offset-color:rgba(127,29,29,.8)}.ring-offset-red-900\/90{--tw-ring-offset-color:rgba(127,29,29,.9)}.ring-offset-red-900\/95{--tw-ring-offset-color:rgba(127,29,29,.95)}.ring-offset-red-950{--tw-ring-offset-color:#450a0a}.ring-offset-red-950\/0{--tw-ring-offset-color:rgba(69,10,10,0)}.ring-offset-red-950\/10{--tw-ring-offset-color:rgba(69,10,10,.1)}.ring-offset-red-950\/100{--tw-ring-offset-color:#450a0a}.ring-offset-red-950\/20{--tw-ring-offset-color:rgba(69,10,10,.2)}.ring-offset-red-950\/25{--tw-ring-offset-color:rgba(69,10,10,.25)}.ring-offset-red-950\/30{--tw-ring-offset-color:rgba(69,10,10,.3)}.ring-offset-red-950\/40{--tw-ring-offset-color:rgba(69,10,10,.4)}.ring-offset-red-950\/5{--tw-ring-offset-color:rgba(69,10,10,.05)}.ring-offset-red-950\/50{--tw-ring-offset-color:rgba(69,10,10,.5)}.ring-offset-red-950\/60{--tw-ring-offset-color:rgba(69,10,10,.6)}.ring-offset-red-950\/70{--tw-ring-offset-color:rgba(69,10,10,.7)}.ring-offset-red-950\/75{--tw-ring-offset-color:rgba(69,10,10,.75)}.ring-offset-red-950\/80{--tw-ring-offset-color:rgba(69,10,10,.8)}.ring-offset-red-950\/90{--tw-ring-offset-color:rgba(69,10,10,.9)}.ring-offset-red-950\/95{--tw-ring-offset-color:rgba(69,10,10,.95)}.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)}.table th:first-child{position:inherit}@media (min-width:640px){.sm\:modal-middle{place-items:center}.sm\:modal-middle :where(.modal-box){width:91.666667%;max-width:32rem;--tw-translate-y:0px;--tw-scale-x:.9;--tw-scale-y:.9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-top-left-radius:var(--rounded-box,1rem);border-top-right-radius:var(--rounded-box,1rem);border-bottom-left-radius:var(--rounded-box,1rem);border-bottom-right-radius:var(--rounded-box,1rem)}}.last\:mt-auto:last-child{margin-top:auto}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:bg-base-200:hover{--tw-bg-opacity:1;background-color:hsl(var(--b2)/var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.hover\:bg-green-100:hover{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity))}.hover\:text-base-content:hover{--tw-text-opacity:1;color:hsl(var(--bc)/var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.hover\:text-indigo-900:hover{--tw-text-opacity:1;color:rgb(49 46 129/var(--tw-text-opacity))}.hover\:text-neutral:hover{--tw-text-opacity:1;color:hsl(var(--n)/var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-green-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(22 163 74/var(--tw-ring-opacity))}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus\:ring-offset-green-50:focus{--tw-ring-offset-color:#f0fdf4}.group:hover .group-hover\:bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.group:hover .group-hover\:text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.dark\:text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}}@media (min-width:640px){.sm\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sm\:px-6{padding-right:1.5rem}.sm\:pl-6,.sm\:px-6{padding-left:1.5rem}.sm\:pr-6{padding-right:1.5rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:tracking-tight{letter-spacing:-.025em}}@media (min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:rounded-lg{border-radius:.5rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.lg\:-mx-8{margin-left:-2rem;margin-right:-2rem}.lg\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.lg\:ml-4{margin-left:1rem}.lg\:ml-44{margin-left:11rem}.lg\:mt-0{margin-top:0}.lg\:flex{display:flex}.lg\:table-row{display:table-row}.lg\:hidden{display:none}.lg\:w-44{width:11rem}.lg\:max-w-xs{max-width:20rem}.lg\:flex-col{flex-direction:column}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:justify-between{justify-content:space-between}.lg\:self-auto{align-self:auto}.lg\:self-start{align-self:flex-start}.lg\:px-2{padding-left:.5rem;padding-right:.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}}@media (min-width:1280px){.xl\:table-cell{display:table-cell}.xl\:table-header-group{display:table-header-group}.xl\:table-row-group{display:table-row-group}.xl\:hidden{display:none}.xl\:bg-transparent{background-color:transparent}}
/*# sourceMappingURL=0abd2866a7c39af9.css.map*/